/* Preserved homepage Hero only. Generated from css/home-hero.css; post-Hero selectors are excluded. */

.home-reference-hero {
    --home-hero-content-top: 130px;
    --home-hero-top-edge: 4px;
    --home-hero-tile-size: 82px;
    --home-hero-tile-gap: 14px;
    --home-hero-surface: #18191f;
    --home-hero-surface-hover: #23242c;
    --home-hero-text: #f3f3f5;
    --home-hero-secondary: #a7a8b2;
    --home-hero-muted: #777985;
    --home-hero-edge: rgba(255, 255, 255, 0.065);
    --home-hero-edge-hover: rgba(255, 255, 255, 0.13);
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: calc(var(--home-hero-content-top) - var(--home-hero-top-edge)) 0 48px;
    overflow: hidden;
    border-top: var(--home-hero-top-edge) solid #18191f;
    color: var(--home-hero-text);
    background-color: #0d0e12;
    background-image: linear-gradient(rgba(8, 9, 12, 0.12), rgba(8, 9, 12, 0.26)), url("/imgs/bfca0f1f-f8b4-44d0-98b9-97d9691b74ed.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.home-hero-frame {
    width: var(--home-content-width);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(48px, 6vw, 112px);
}

.home-hero-copy {
    width: 700px;
    flex: 0 1 700px;
    display: flex;
    flex-direction: column;
    gap: 28px;
}

.home-hero-headline {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.home-hero-headline h1 {
    height: 70px;
    min-height: 70px;
    max-height: 70px;
    flex: 0 0 70px;
    display: flex;
    align-items: center;
    margin: 0;
    white-space: nowrap;
    color: var(--home-hero-text);
    font-size: 54px;
    font-weight: 700;
    letter-spacing: -2.1px;
    text-transform: uppercase;
}

.home-hero-headline h1 > span {
    font-size: 0.9em;
}

.home-hero-headline h1 strong {
    min-height: 1em;
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    color: transparent;
    background: linear-gradient(90deg, #3d66ff, #6745ff 37%, #aa2fd1 68%, #ec0879);
    background-clip: text;
    -webkit-background-clip: text;
}

.home-hero-headline h1 i {
    width: 7px;
    height: 64px;
    margin-left: 9px;
    background: #ed0878;
    animation: homeHeroCaret 1.08s steps(1, end) infinite;
}

.home-hero-headline h2 {
    margin: 12px 0 0;
    color: var(--home-hero-text);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
}

.home-hero-lead {
    max-width: none;
    margin: 27px 0 0;
    color: var(--home-hero-secondary);
    font-size: 18px;
    letter-spacing: -0.1px;
}

.home-hero-auth-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 18px;
    margin-top: 28px;
}

.home-hero-signup {
    flex: 0 0 auto;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
    padding: 4px;
    border-radius: 9999px;
    background: #269a9b;
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: background-color 180ms ease;
}

.home-hero-signup-label {
    flex: 0 0 auto;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
}

.home-hero-signup:hover {
    background: #31a8a9;
}

.home-hero-signup-icon {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #12191d;
}

.home-hero-signup-icon svg {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: block;
}

.home-hero-chart-action {
    display: none;
}

body.is-authenticated .home-hero-guest-actions {
    display: none;
}

body.is-authenticated .home-hero-chart-action {
    display: flex;
}

.home-hero-signin {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #a7a8b2;
    font-size: 14px;
}

.home-hero-signin > span {
    font-size: 12px;
}

.home-hero-signin a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.home-hero-signin a:hover {
    color: #d8d8dc;
}

.home-hero-proof {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}

.home-hero-quote {
    width: 575px;
    min-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    padding: 22px;
    border: 1px solid var(--home-hero-edge);
    border-radius: 15px;
    background: var(--home-hero-surface);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.045), 0 14px 34px rgba(0, 0, 0, 0.18);
}

.home-hero-quote-copy {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.home-hero-quote-copy p {
    max-width: none;
    margin: 0;
    color: var(--home-hero-secondary);
    font-size: 17px;
    letter-spacing: -0.15px;
}

.home-hero-quotes {
    margin-top: -32px;
    color: #2c2e37;
    text-shadow: none;
    font-family: Georgia, serif;
    font-size: 44px;
    font-weight: 700;
}

.home-hero-quote footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: var(--home-hero-secondary);
    font-size: 14px;
}

.home-hero-quote footer > strong {
    color: var(--home-hero-text);
    font-size: 15px;
    font-weight: 400;
}

.home-hero-rating {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-hero-google-play {
    width: 185px;
    height: 55px;
    flex: 0 0 185px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 7px;
}

.home-hero-google-play img {
    width: 185px;
    height: 185px;
    flex: 0 0 185px;
    display: block;
}

.home-hero-rating-copy {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
}

.home-hero-rating-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.home-hero-stars {
    color: #ffc400;
    font-size: 16px;
    letter-spacing: -1px;
}

.home-hero-rating-line b {
    font-size: 16px;
}

.home-hero-rating-line small {
    margin-left: -8px;
    color: var(--home-hero-muted);
    font-size: 13px;
}

.home-hero-rating-copy > strong {
    font-size: 16px;
}

.home-hero-ecosystem {
    width: calc(var(--home-hero-tile-size) * 6 + var(--home-hero-tile-gap) * 5);
    flex: 0 0 calc(var(--home-hero-tile-size) * 6 + var(--home-hero-tile-gap) * 5);
    display: flex;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.home-reference-hero .coin-matrix {
    width: 100%;
    min-height: calc(var(--home-hero-tile-size) * 3 + var(--home-hero-tile-gap) * 2);
    display: flex;
    flex-direction: column;
    gap: var(--home-hero-tile-gap);
}

.home-reference-hero .matrix-row {
    display: flex;
    gap: var(--home-hero-tile-gap);
}

.home-reference-hero .matrix-line {
    width: 100%;
    height: var(--home-hero-tile-size);
    flex: 0 0 var(--home-hero-tile-size);
    display: flex;
    overflow: visible;
}

.home-reference-hero .matrix-track {
    display: flex;
    gap: var(--home-hero-tile-gap);
    flex: 0 0 auto;
    will-change: transform;
}

.home-reference-hero .coin-matrix.is-column-layout {
    flex-direction: row;
}

.home-reference-hero .coin-matrix.is-column-layout .matrix-line {
    width: var(--home-hero-tile-size);
    height: calc(var(--home-hero-tile-size) * 3 + var(--home-hero-tile-gap) * 2);
    flex-basis: var(--home-hero-tile-size);
}

.home-reference-hero .coin-matrix.is-column-layout .matrix-track {
    flex-direction: column;
}

.home-reference-hero .coin-tile {
    width: var(--home-hero-tile-size);
    height: var(--home-hero-tile-size);
    flex: 0 0 var(--home-hero-tile-size);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--home-hero-edge);
    border-radius: 12px;
    background: var(--home-hero-surface);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.045);
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.home-reference-hero .coin-tile:hover {
    border-color: var(--home-hero-edge-hover);
    background: var(--home-hero-surface-hover);
    box-shadow: inset 0 0 0 1px rgba(124, 58, 237, 0.18), inset 0 1px rgba(255, 255, 255, 0.075);
}

.home-reference-hero .coin-tile.gloss-pass {
    animation: homeHeroTileGloss 560ms ease-out var(--gloss-delay, 0ms);
}

.home-reference-hero .face-slot {
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-reference-hero .coin-face {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.home-reference-hero .coin-face img {
    width: 58%;
    height: 58%;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    clip-path: circle(49% at 50% 50%);
    object-fit: contain;
    z-index: 0;
}

.home-reference-hero .brand-tile .coin-face img {
    overflow: visible;
    border-radius: 0;
    clip-path: none;
}

.home-reference-hero .roi {
    display: flex;
    align-items: center;
    min-height: 16px;
    margin-top: -12px;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: -0.1px;
    z-index: 1;
}

.home-reference-hero .roi-up {
    color: #dcffe8;
    background: rgba(21, 128, 61, 0.88);
}

.home-reference-hero .roi-down {
    color: #fff0f0;
    background: rgba(185, 28, 28, 0.88);
}

.home-reference-hero .roi-loading {
    color: var(--home-hero-secondary);
    background: rgba(75, 77, 88, 0.78);
}

@keyframes homeHeroTileGloss {
    0% {
        background-color: var(--home-hero-surface);
        background-image: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.02) 38%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.02) 62%, transparent 75%);
        background-size: 240% 100%;
        background-position: 145% 0;
    }
    100% {
        background-color: var(--home-hero-surface);
        background-image: linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.02) 38%, rgba(255, 255, 255, 0.24) 50%, rgba(255, 255, 255, 0.02) 62%, transparent 75%);
        background-size: 240% 100%;
        background-position: -125% 0;
    }
}

@keyframes homeHeroCaret {
    0%, 48% { opacity: 1; }
    49%, 100% { opacity: 0; }
}

@media (max-width: 1500px) {

    .home-hero-frame {
        gap: 44px;
    }

    .home-hero-copy {
        min-width: 600px;
    }
}

@media (max-width: 1230px) {

    .home-hero-frame {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 72px;
    }

    .home-hero-copy {
        width: 100%;
        min-width: 0;
        flex-basis: auto;
    }

    .home-hero-ecosystem {
        flex-basis: auto;
        align-self: center;
    }

}

@media (max-width: 720px) {
    .home-reference-hero {
        justify-content: center;
    }

    .home-hero-frame {
        gap: 48px;
    }

    .home-hero-headline h1 {
        height: 52px;
        min-height: 52px;
        max-height: 52px;
        flex-basis: 52px;
        flex-wrap: nowrap;
        gap: 0;
        white-space: nowrap;
        font-size: 40px;
    }

    .home-hero-headline h1 strong {
        margin-left: 10px;
    }

    .home-hero-headline h1 i {
        width: 5px;
        height: 45px;
        margin-left: 7px;
    }

    .home-hero-headline h2 {
        font-size: 24px;
    }

    .home-hero-lead {
        font-size: 16px;
    }

    .home-hero-auth-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero-guest-actions {
        align-items: center;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .home-hero-guest-actions .home-hero-signup {
        font-size: 13px;
    }

    .home-hero-guest-actions .home-hero-signup-label {
        padding: 0 12px;
    }

    .home-hero-guest-actions .home-hero-signin {
        flex-wrap: nowrap;
        gap: 5px;
        white-space: nowrap;
    }

    .home-hero-quote {
        width: 100%;
        min-height: 0;
        padding: 18px;
    }

    .home-hero-quote-copy p {
        font-size: 15px;
    }

    .home-hero-quote footer {
        align-items: flex-end;
        flex-direction: column;
        gap: 4px;
        font-size: 12px;
    }

    .home-hero-proof {
        gap: 28px;
    }

    .home-hero-rating {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .home-hero-google-play {
        width: 144px;
        height: 43px;
        flex: 0 0 43px;
    }

    .home-hero-google-play img {
        width: 144px;
        height: 144px;
        flex-basis: 144px;
    }

    .home-hero-rating-copy {
        min-width: 0;
        flex: 0 0 auto;
        gap: 4px;
    }

    .home-hero-rating-line {
        flex-wrap: wrap;
        gap: 3px 6px;
    }

    .home-hero-stars,
    .home-hero-rating-line b {
        font-size: 14px;
    }

    .home-hero-rating-line small {
        margin-left: 0;
        font-size: 11px;
    }

    .home-hero-rating-copy > strong {
        font-size: 13px;
    }

    .home-hero-ecosystem {
        width: calc(var(--home-hero-tile-size) * 6 + var(--home-hero-tile-gap) * 5);
        --home-hero-tile-size: clamp(44px, 12.8vw, 68px);
        --home-hero-tile-gap: clamp(4px, 1.5vw, 10px);
    }

    .home-reference-hero .roi {
        min-height: 12px;
        margin-top: -8px;
        padding: 1px 3px;
        font-size: 8px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-reference-hero *,
    .home-reference-hero *::before,
    .home-reference-hero *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}
