body {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: 30rem;
    color: #fff;
    position: relative
}

#modal {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    -webkit-transition: top 0.2s ease-out, opacity 0.1s ease-out;
    transition: top 0.2s ease-out, opacity 0.1s ease-out;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

#closeModal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 1rem 1rem 0 0
}

#close {
    padding: 0.75rem;
    cursor: pointer;
    line-height: 0
}

.icon {
    width: 1.5rem;
    height: 1.5rem;
}

#modalView,
#copyView,
#qrView,
#keyInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#copyView p,
#keyInfo p {
    margin: 1rem 2em 2rem;
    text-align: center
}

#copyURL,
#dlKey {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    padding: 0.75rem 1.5rem;
    border: none;
    outline: none;
    cursor: pointer
}

#copyURL span,
#dlKey span {
    margin-left: 0.5rem
}

#qrView h2,
#qrView p {
    margin: 0 2rem 0.5rem
}

#qr {
    margin: 1rem 2rem 2rem;
    padding: 2rem;
    background: #fff;
    border-radius: 0.1rem
}

header {
    display: -webkit-box;
    height: 280px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relatfive;
    padding: 4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#logo {
    max-height: 6rem;
    text-align: center;
    color: gray;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#topActions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    left: 1rem;
    right: 0;
    top: 1rem
}

#topActions > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#topActions a {
    padding: 0.75rem;
    cursor: pointer;
    border-radius: 50%;
    line-height: 0;
    margin-right: 1rem
}



main {
    padding: 1rem
}

#profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#profile img {
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    text-align: center;
    border: 3px solid #463a86;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -4.5rem
}

#info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1rem;
    line-height: 1.25;
    word-break: break-word
}

.name {
    font-weight: bold;
    font-size: 1.25rem;
    margin: 0
}

.jobtitle {
    font-size: 1rem;
    margin: 0.25rem 0 0 0
}

.desc,
.textC {
    font-size: 0.875rem;
    white-space: pre-line;
    line-height: 1.5;
    margin: 1rem
}

.textC {
    font-size: 1rem;
    margin: 2rem 1rem
}

.actions {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.actionsC {
    width: 33.33%
}

.actionBtn {
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.actionBtn a {
    border-radius: 50rem;
    padding: 0.75rem;
    line-height: 0
}

.actionBtn p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem
}

.secondary {
    margin-top: 1rem
}

.secBtn {
    padding: 1rem
}

a {
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

#vcard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0.5rem;
    margin-top: 1.5rem;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    line-height: 0
}

#vcard .icon {
    margin-right: 0.5rem
}

#vcard p {
    margin: 0
}

.attachments {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.section {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    margin: 0.5rem 0.1rem 0.1rem
}

.content {
    overflow: hidden;
    border-radius: 0.5rem;
    margin-top: 1rem
}

.content img {
    display: block;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.embedded {
    position: relative;
    padding-top: 56.25%
}

.embedded iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.music,
.video {
    width: 100%
}

.mediaC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

video {
    width: 100%
}

.controls {
    padding: 2rem 1rem;
    font-size: 0.875rem;
    text-align: center;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.prodInfo .desc {
    margin: 0.75rem 0 0;
    padding: 0 0.35rem;
}

.price {
    margin: 2rem 0 0;
    font-size: 1.25rem;
    font-weight: bold
}

.label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-top: 1rem;
    border-radius: 999px;
    letter-spacing: 1px;
    padding: 0.75rem 1.5rem
}

.label p {
    margin: 0
}

.title {
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 0.5rem
}

.mediaInfo {
    margin: 0
}

.pCtrl,
.docDl {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.docDl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.seekBar {
    width: 100%;
    height: 0.5rem;
    margin-top: 2rem;
    border-radius: 5rem;
    background: #adb5bd;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.playPause,
.dlBtn {
    margin: 2rem 0.5rem 0;
    padding: 0.75rem;
    border-radius: 5rem;
    line-height: 0;
    cursor: pointer
}

.pause {
    display: none
}

footer {
    padding: 2.5rem 1.5rem 2rem;
    font-size: 0.75rem
}

footer a {
    text-decoration: underline;
    color: inherit
}


:root {
    --ada-purple: #463a86;
    --cta-blue: #2f1bec;
    --ring-start: #e017c1;
    --ring-end: #a532c8;
    --surface: rgb(249, 250, 251);
    --story-circumference: 370.71;
}

html, body {
    background-color: var(--ada-purple);
}

#profile {
    margin-top: 0;
}

.profileFrame {
    position: relative;
    width: 120px;
    height: 120px;
    margin-top: -4.75rem;
    flex: 0 0 auto;
}

.storyRing {
    position: absolute;
    inset: 0;
    width: 120px;
    height: 120px;
    overflow: visible;
    z-index: 0;
}

.storyRingDraw {
    fill: none;
    stroke: url(#storyGradient);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    vector-effect: non-scaling-stroke;
    shape-rendering: geometricPrecision;
    transform-origin: 50% 50%;
    transform: rotate(-90deg) translateZ(0);
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    will-change: stroke-dashoffset;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}


.profileInner {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    background: transparent;
}

#profile .profilePhoto {
    width: 100%;
    height: 100%;
    margin-top: 0;
    border: 0;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}

.ctaRow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.85rem;
    margin-top: 1.5rem;
    flex-wrap: nowrap;
}

#cta {
    width: auto;
}

#vcard {
    margin-top: 0;
    background-color: var(--cta-blue) !important;
    border-radius: 999px !important;
    padding: .9rem 1.45rem;
    box-shadow: 0 12px 24px rgba(47, 27, 236, 0.18);
}

.inlineSocial {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inlineSocial a {
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgb(0, 119, 181);
    line-height: 0;
    box-shadow: 0 10px 20px rgba(0, 119, 181, 0.18);
}

.inlineSocial .icon {
    width: 1.4rem;
    height: 1.4rem;
}

.secondary {
    display: none;
}

.brandSocials {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .75rem;
    margin-top: 1rem;
}

.brandActions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .75rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.brandSocials a {
    width: 2.875rem;
    height: 2.875rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.brandSocials .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.catalogBtn {
    display: inline-flex !important;
    align-items: center;
    gap: .6rem;
    background: var(--cta-blue) !important;
    border-radius: 999px !important;
    padding: .9rem 1.35rem !important;
    margin-top: 1.25rem !important;
    box-shadow: 0 12px 24px rgba(47, 27, 236, 0.18);
}

.catalogBtn .icon {
    width: 1.25rem;
    height: 1.25rem;
}

.docDl {
    display: flex;
    justify-content: center;
    width: 100%;
}

.docDl .action {
    line-height: 1;
}

.attachments:first-of-type {
    margin-top: 1.75rem;
}

.content {
    box-shadow: 0 10px 30px rgba(70, 58, 134, 0.06);
}

@media (prefers-reduced-motion: reduce) {
    .storyRingDraw {
        animation: none;
        stroke-dashoffset: 0;
        opacity: 0;
    }

    


.brandActions .label { margin-top: 0; }
.brandActions .brandSocials { margin-top: 0; }
.brandActions .brandSocials a { box-shadow: 0 8px 18px rgba(70,58,134,0.12); }
.brandActions .label { min-height: 46px; }

.prodInfo .title { margin: 0 0 0.85rem; }
