body,
html {
    font-family: 'DM Sans', cursive;
    -ms-scroll-chaining: none;
    margin: 0;
    overscroll-behavior: none;
    padding: 0
}

.min-h-full {
    min-height: 100vh
}

.flex {
    display: flex
}

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

.flex-h-center {
    display: flex;
    justify-content: center
}

.item-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.mt-12 {
    margin-top: 12px
}

.mt-16 {
    margin-top: 16px
}

.mt-32 {
    margin-top: 32px
}

.m-auto {
    margin: auto
}

.ml-8 {
    margin-left: 8px
}

.py-10 {
    padding: 10px
}

.absolute {
    position: absolute
}

.ln-h-22 {
    line-height: 22px
}

.text-fs-16 {
    font-size: 16px
}

.font-inter {
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
}

.font-weight-400 {
    font-weight: 400
}

.font-weight-700 {
    font-weight: 700
}

.page-bg {
    height: 100vh;
    inset: 0;
    position: fixed;
    width: 100vw;
    z-index: -1;
    background: #1ABCFE;
}

.w-full {
    width: 100%
}

.display-image {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    display: block;
    height: 144px;
    width: 144px
}

.text-center {
    text-align: center
}

.page-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
}

.page-bioline {
    font-size: 16px;
    font-weight: 400;
}

.page-full-wrap {
    margin-top: 24px;
    padding-bottom: 100px;
    width: 680px;
    z-index: 10
}

.page-item-wrap {
    transition: transform .15s cubic-bezier(.17, .67, .29, 2.71) 0s;
    margin: 24px 0;
}

.page-item {
    box-sizing: border-box;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.relative {
    position: relative
}

.link-each-image {
    height: 43px;
    left: 9px;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 43px
}

.cursor-pointer {
    cursor: pointer
}

.page-item-each {
    box-sizing: border-box;
    overflow: hidden;
    text-decoration: none;
    z-index: 10;
    color: #0D0C22;
    font-family: 'DM Sans', cursive;
    font-size: 16px;
    font-weight: 600;
    text-transform: none;
    border-radius: 0px;
    min-height: 50px;
}

.item-title {
    width: 55%;
    word-break: break-word
}

.page-item-title {
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 16px;
}

.featured-subscribers {
    align-items: center;
    bottom: 0;
    box-shadow: 0 1.60588px 4.41618px rgba(24, 39, 75, .12), 0 2.81029px 12.8471px rgba(24, 39, 75, .12);
    box-sizing: border-box;
    display: flex;
    height: auto;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    will-change: opacity, transform;
    transition: opacity .27s cubic-bezier(.1, .9, .9, .9), transform .27s cubic-bezier(.1, .9, .9, .9);
    width: 100%;
    z-index: 100
}

.share-items-inside {
    align-items: center;
    background: #fff;
    display: flex;
    flex-flow: column;
    gap: 8px;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: opacity .2s ease
}

/* Firefox Android font rendering and scaling stability (scoped to modal) */
#share_modal,
#share_modal * {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-variant-ligatures: none;
    font-feature-settings: "liga" 0, "calt" 0;
}

/* Avoid blurry text during scale/opacity transitions in some browsers */
#share_modal {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform, opacity;
}

.hidden {
    display: none
}

.contact-input:focus-visible {
    background-color: #fff;
    border-color: #222;
    outline: 1px auto #222
}

.mobile-code-dd:focus-visible {
    outline: none
}

h2 {
    font-size: 18px;
    line-height: 28px
}

@media (max-width:768px) {

    .page-full-wrap {
        margin-top: 24px;
        width: 90%
    }

    .featured-subscribers {
        align-items: flex-end
    }
}

@media (max-width:480px) {

    .share-items-inside {
        border-radius: 8px 8px 0 0
    }
}

.share-item {
    border-radius: 6px;
    padding: 8px 0 8px 8px;
    width: 100%;
    align-items: center;
    color: inherit;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    text-decoration: none
}

.share-svg-arrow {
    margin-right: 10px
}

.share-item .share-svg {
    align-items: center;
    background: #fff;
    border: 1px solid #eaeaeb;
    border-radius: 99999px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 12px;
    width: 40px
}

.link-input {
    border: 1px solid #0095f6;
    border-radius: 6px 0 0 6px;
    color: #000;
    padding: 14px 14px 14px 32px
}

.share-copy {
    background: #0095f6;
    border: 1px solid #0095f6;
    border-radius: 0 6px 6px 0;
    color: #fff;
    cursor: pointer;
    width: 180px
}

.share-copy:hover {
    opacity: .85
}

.link-copy {
    left: 10px;
    top: calc(50% - 1px)
}

.copy-link-div {
    margin-bottom: 36px;
    padding-top: 16px
}

.share-item svg {
    right: 0
}

.share-btn {
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
    border: 0px solid #FFE400;
    background: #FFE400;
    border-radius: 50%;
}

.share-btn:hover {
    transform: translateZ(0) scale(1.1)
}

.featured-subscribers .close-subsc {
    align-items: center;
    border-radius: 6px;
    display: flex;
    padding: 10px;
    position: absolute;
    right: 13px;
    top: 14px
}

.featured-subscribers .close-subsc:hover {
    background: #f5f5f5
}

.share-item:hover {
    background: #f5f5f5
}

.share-modal-out {
    width: 100%
}

.top-sec {
    padding-bottom: 24px
}

@media (min-width:764px) {
    .share-modal-out {
        width: 500px
    }

    .share-content-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 18px;
        justify-content: left;
        margin-bottom: 12px;
        margin-top: 24px;
        max-width: 100%
    }

    .share-items-wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 52%
    }

    .top-sec {
        padding-bottom: 0
    }
}

.fadeIn {
    -webkit-animation: fadeInAnimation .1s ease;
    animation: fadeInAnimation .1s ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

/* Accessibility: clear, visible focus rings for keyboard users */
a:focus-visible,
button:focus-visible,
.share-btn:focus-visible,
.share-item:focus-visible,
.page-item-each:focus-visible,
input:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

/* Reduce motion for users who prefer less animation */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation: none;
        transition: none;
        scroll-behavior: auto;
    }
}

@-webkit-keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.share-banner {
    align-items: center;
    border-bottom: 1px solid #00000012;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    padding: 24px 32px 18px;
    position: relative;
    width: 100%
}

.close-share {
    position: absolute;
    right: 16px;
    top: 19px
}

.modal-backdrop {
    background: rgba(0, 0, 0, .8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.text-14 {
    font-size: 14px
}

.text-16 {
    font-size: 16px
}

@media only screen and (max-width:600px) {

    body,
    html {
        max-height: 100vh;
        max-height: 100svh;
        overflow: hidden
    }

    #background_div {
        align-items: center;
        flex-direction: column;
        height: 100vh;
        height: 100svh;
        justify-content: space-between;
        overflow-y: auto
    }

    .share-content-wrapper {
        margin-top: 24px
    }

    .share-items-wrapper {
        margin-top: 12px
    }
}

.page-item-wrap:last-child {
    margin-bottom: 0;
}

.page-item {
    border: 0px solid #FFE400;
    background: #FFE400;
    border-radius: 0px;

}

.page-item::before,
.page-item::after {
    content: '';
    display: block;
    background-size: cover;
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
}

.page-item::before {
    background-image: url("./images/wave-top.svg");
    top: -5px;
    background-position: top;
}

.page-item::after {
    background-image: url("./images/wave-bottom.svg");
    bottom: -5px;
    background-position: bottom;
}

.link-each-image,
.page-item-wrap {
    border-radius: 0px;
}

.page-text-font {
    font-family: 'DM Sans', cursive;
    text-transform: none;

}

.page-text-color {
    color: #FFFFFF;
}

.sub-icon path {
    stroke: #0D0C22;
}

.sub-icon rect {
    stroke: #0D0C22;
}

.page-item-wrap:hover .page-item::before {
    animation: wave 6s linear normal infinite;
    -moz-animation: wave 6s linear normal infinite;
    -webkit-animation: wave 6s linear normal infinite;
}

.page-item-wrap:hover .page-item::after {
    animation: wave 6s linear reverse infinite;
    -moz-animation: wave 6s linear reverse infinite;
    -webkit-animation: wave 6s linear reverse infinite;
}

@keyframes wave {
    from {
        background-position: 0px;
    }

    to {
        background-position: 250px;
    }
}

@-moz-keyframes wave {
    from {
        background-position: 0px;
    }

    to {
        background-position: 250px;
    }
}

@-webkit-keyframes wave {
    from {
        background-position: 0px;
    }

    to {
        background-position: 250px;
    }
}

:host {
    all: initial;
}

button {
    cursor: pointer;
    transition: transform 0.1s ease;
}

button:active {
    /* removed transform here as well to prevent text distortion on Firefox */
}

.active-modal {
    opacity: 1;
    /* removed transform to avoid text rasterization glitches on Firefox Android */
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1ABCFE;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity .3s ease;
}

.loader {
    color: #FFF;
    position: relative;
    font-size: 11px;
    background: #FFF;
    animation: escaleY 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
    left: 2em;
    background: #FFF;
    width: 1em;
    height: 4em;
    animation: escaleY 1s infinite ease-in-out;
}

.loader:before {
    left: -2em;
    animation-delay: -0.32s;
}

@keyframes escaleY {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

/* Fade-out state applied by JS */
.loader-wrapper.is-hidden {
    opacity: 0;
    pointer-events: none;
}

/* Screen-reader-only utility */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reduced motion: disable loader animation */
@media (prefers-reduced-motion: reduce) {
    .loader-wrapper {
        transition: none;
    }
}