.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
}
.lake-gradient {
    background: linear-gradient(180deg, #0A2647 0%, #101415 100%);
}
.glass-panel {
    background: rgba(31, 74, 123, 0.1);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(20, 66, 114, 0.3);
}
.shadow-lake {
    box-shadow: 0px 0px 40px rgba(5, 22, 38, 0.6);
}
.glow-accent {
    box-shadow: 0px 0px 15px rgba(32, 201, 151, 0.3);
}

.gaming-visual {
    position: relative;
    width: min(100%, 620px);
    margin: 0 auto;
    padding: 44px 28px 42px;
    isolation: isolate;
}

.gaming-visual__aura {
    position: absolute;
    inset: 5% 2%;
    z-index: -3;
    border-radius: 50%;
    background:
        radial-gradient(circle at 72% 36%, rgba(98, 73, 255, 0.28), transparent 40%),
        radial-gradient(circle at 30% 68%, rgba(32, 201, 151, 0.3), transparent 46%);
    filter: blur(52px);
}

.gaming-orbit {
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(117, 235, 220, 0.22);
    border-radius: 50%;
    pointer-events: none;
}

.gaming-orbit::before,
.gaming-orbit::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.gaming-orbit--outer {
    inset: 8px -14px 5px;
    transform: rotate(-7deg);
}

.gaming-orbit--outer::before {
    inset: 12px;
    border: 1px dashed rgba(93, 106, 255, 0.26);
}

.gaming-orbit--outer::after {
    top: 15%;
    left: 7%;
    width: 7px;
    height: 7px;
    background: #20c997;
    box-shadow: 0 0 16px rgba(32, 201, 151, 0.95);
}

.gaming-orbit--inner {
    inset: 30px 8px 22px;
    border-color: rgba(132, 112, 255, 0.2);
    transform: rotate(8deg);
}

.gaming-orbit--inner::before {
    right: 13%;
    bottom: 7%;
    width: 6px;
    height: 6px;
    background: #af7cff;
    box-shadow: 0 0 15px rgba(175, 124, 255, 0.9);
}

.gaming-orbit__node {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: rgba(15, 25, 47, 0.92);
    box-shadow: 0 0 22px rgba(74, 220, 239, 0.26);
}

.gaming-orbit__node--one {
    top: 24%;
    right: -6px;
    width: 14px;
    height: 14px;
}

.gaming-orbit__node--two {
    bottom: 18%;
    left: 1%;
    width: 9px;
    height: 9px;
}

.gaming-frame {
    position: relative;
    padding: 9px;
    border: 1px solid rgba(135, 232, 255, 0.34);
    border-radius: 30px;
    background: linear-gradient(145deg, rgba(33, 73, 115, 0.58), rgba(11, 19, 36, 0.78));
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.42),
        0 0 0 1px rgba(92, 73, 255, 0.12),
        0 0 48px rgba(38, 206, 221, 0.12);
}

.gaming-frame::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: -1;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(42, 230, 211, 0.72), transparent 35%, transparent 65%, rgba(133, 92, 255, 0.65));
    filter: blur(8px);
    opacity: 0.52;
}

.gaming-frame__screen {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    background: #060918;
}

.gaming-frame__screen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gaming-frame__shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(112deg, transparent 28%, rgba(255, 255, 255, 0.13) 44%, transparent 59%);
    transform: translateX(-125%);
    animation: gaming-shine 5.4s ease-in-out infinite;
    pointer-events: none;
}

.gaming-frame__corner {
    position: absolute;
    z-index: 2;
    width: 46px;
    height: 46px;
    pointer-events: none;
}

.gaming-frame__corner--top {
    top: -9px;
    left: -9px;
    border-top: 2px solid #36e1ce;
    border-left: 2px solid #36e1ce;
    border-radius: 17px 0 0;
}

.gaming-frame__corner--bottom {
    right: -9px;
    bottom: -9px;
    border-right: 2px solid #8e70ff;
    border-bottom: 2px solid #8e70ff;
    border-radius: 0 0 17px;
}

.gaming-status,
.gaming-chip {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    border: 1px solid rgba(153, 234, 226, 0.22);
    background: rgba(7, 17, 34, 0.78);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(14px);
}

.gaming-status {
    right: 2px;
    bottom: 6px;
    gap: 10px;
    padding: 13px 16px;
    border-radius: 16px;
}

.gaming-status__dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #20c997;
    box-shadow: 0 0 0 5px rgba(32, 201, 151, 0.12), 0 0 16px rgba(32, 201, 151, 0.9);
    animation: gaming-pulse 2s ease-in-out infinite;
}

.gaming-chip {
    gap: 6px;
    padding: 9px 12px;
    border-radius: 999px;
    color: #dffdf8;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.gaming-chip .material-symbols-outlined {
    color: #56e7d4;
    font-size: 18px;
}

.gaming-chip--cloud {
    top: 10px;
    right: 12%;
    animation: gaming-float 4.2s ease-in-out infinite;
}

.gaming-chip--latency {
    bottom: 14%;
    left: -4px;
    animation: gaming-float 4.2s 1.1s ease-in-out infinite;
}

@keyframes gaming-shine {
    0%,
    52% {
        transform: translateX(-125%);
    }
    78%,
    100% {
        transform: translateX(125%);
    }
}

@keyframes gaming-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes gaming-pulse {
    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.72;
        transform: scale(0.84);
    }
}

@media (prefers-reduced-motion: reduce) {
    .gaming-frame__shine,
    .gaming-chip,
    .gaming-status__dot {
        animation: none;
    }
}

.tonal-transition {
    background: linear-gradient(to bottom, #101415, #0D2E50);
}
html {
    scroll-behavior: smooth;
}
section {
    scroll-margin-top: 80px;
}
.nav-link.active .indicator {
    opacity: 1;
}
.nav-link.active span {
    color: #20C997;
    font-weight: 700;
}

.android-download-qr {
    position: relative;
    display: inline-flex;
    align-items: center;
    isolation: isolate;
}

.android-download-qr__button {
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.android-download-qr__button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.92);
    outline-offset: 3px;
}

.android-download-qr__panel {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 12px);
    z-index: 30;
    width: 256px;
    padding: 12px 12px 14px;
    border: 2px solid #20C997;
    border-radius: 16px;
    background: #050806;
    box-shadow: 0 20px 44px rgba(4, 18, 28, 0.36);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.android-download-qr__panel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #20C997;
    border-bottom: 2px solid #20C997;
    background: #050806;
    transform: translateX(-50%) rotate(45deg);
}

.android-download-qr:hover .android-download-qr__panel,
.android-download-qr:focus-within .android-download-qr__panel {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.android-download-qr__panel img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    border-radius: 8px;
}

.android-download-qr__hint {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 10px 0 0;
    color: #e7f7f1;
    font-family: inherit;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.55;
    text-align: center;
}

.key-account-qr {
    position: fixed;
    top: 50%;
    right: 44px;
    z-index: 60;
    width: 174px;
    padding: 14px 14px 16px;
    border-radius: 28px;
    background: #ffffff;
    color: #17201c;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.28);
    transform: translateY(-50%);
}

.key-account-qr.is-hidden {
    display: none;
}

.key-account-qr__header {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    margin-bottom: 8px;
    padding: 0 28px;
    font: 800 18px/1.2 Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    letter-spacing: 0;
    white-space: nowrap;
}

.key-account-qr__close {
    position: absolute;
    top: 14px;
    right: 12px;
    display: inline-grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: transparent;
    color: #17201c;
    cursor: pointer;
}

.key-account-qr__close:hover,
.key-account-qr__close:focus-visible {
    background: rgba(23, 32, 28, 0.08);
    outline: none;
}

.key-account-qr__close .material-symbols-outlined {
    font-size: 22px;
    font-weight: 700;
}

.key-account-qr__image {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
}

body.lakeview-chat-open .key-account-qr {
    z-index: 20;
}

@media (max-width: 900px) {
    .key-account-qr {
        right: 18px;
        width: 148px;
        padding: 12px;
        border-radius: 22px;
    }

    .key-account-qr__header {
        margin-bottom: 6px;
        padding: 0 24px;
        font-size: 15px;
    }

    .key-account-qr__close {
        top: 10px;
        right: 8px;
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 640px) {
    .android-download-qr__panel {
        width: 226px;
    }

    .key-account-qr {
        right: 14px;
        width: 128px;
    }

    .key-account-qr__header {
        font-size: 13px;
    }
}

/*
 * Mobile layout
 * All rules in this block are intentionally scoped below Tailwind's md
 * breakpoint so the existing desktop presentation remains unchanged.
 */
@media (max-width: 767px) {
    html {
        scroll-padding-top: 60px;
    }

    section {
        scroll-margin-top: 60px;
    }

    body {
        padding-bottom: env(safe-area-inset-bottom, 0);
    }

    .site-hero {
        height: 660px;
        min-height: 660px;
        align-items: flex-start;
    }

    .site-hero__image {
        object-position: 62% center;
        opacity: 0.48;
    }

    .site-hero::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        background:
            linear-gradient(180deg, rgba(16, 20, 21, 0.2) 0%, rgba(16, 20, 21, 0.2) 42%, #101415 100%),
            linear-gradient(90deg, rgba(16, 20, 21, 0.94) 0%, rgba(16, 20, 21, 0.32) 100%);
    }

    .site-brand {
        top: max(22px, env(safe-area-inset-top, 0px));
        right: auto;
        left: 20px;
    }

    .site-brand > span {
        font-size: 22px;
        line-height: 1.2;
        letter-spacing: -0.02em;
    }

    .site-hero__content {
        width: 100%;
        max-width: none;
        padding: 138px 20px 90px;
    }

    .site-hero__eyebrow {
        align-items: flex-start;
        margin-bottom: 18px;
    }

    .site-hero__eyebrow > span:first-child {
        width: 28px;
        margin-top: 5px;
        flex: 0 0 auto;
    }

    .site-hero__eyebrow > span:last-child {
        max-width: 245px;
        line-height: 1.45;
    }

    .site-hero__title {
        margin-bottom: 22px;
        font-size: clamp(35px, 10.2vw, 44px);
        line-height: 1.16;
        letter-spacing: -0.035em;
    }

    .site-hero__copy {
        font-size: 16px;
        line-height: 1.75;
    }

    .download-section {
        margin-top: -92px;
        padding-right: 16px;
        padding-left: 16px;
    }

    .download-panel {
        display: block;
        padding: 22px 18px 18px;
        border-radius: 20px;
        background: rgba(20, 35, 47, 0.9);
        backdrop-filter: blur(22px);
    }

    .download-panel__intro {
        margin-bottom: 18px;
    }

    .download-panel__intro .font-title-sm {
        font-size: 18px;
    }

    .download-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .download-action,
    .android-download-qr {
        width: 100%;
    }

    .download-action {
        min-height: 48px;
        justify-content: center;
        gap: 7px;
        padding: 10px 8px;
        border-radius: 12px;
        font-size: 14px;
        line-height: 1.25;
        white-space: nowrap;
    }

    .download-action .material-symbols-outlined {
        font-size: 21px;
    }

    .download-actions > :last-child {
        grid-column: 1 / -1;
    }

    .android-download-qr__panel {
        display: none;
    }

    .section-nav {
        margin-top: 48px;
    }

    .section-nav__inner {
        height: 60px;
        padding-right: 8px;
        padding-left: 8px;
        gap: 0;
    }

    .section-nav .nav-link {
        flex: 1 1 0;
        justify-content: center;
        min-width: 0;
        padding-right: 8px;
        padding-left: 8px;
    }

    .section-nav .nav-link span {
        font-size: 15px;
        white-space: nowrap;
    }

    .content-section {
        padding: 64px 20px;
    }

    .gaming-layout {
        gap: 48px;
    }

    .gaming-copy {
        gap: 28px;
    }

    .section-pill {
        max-width: 100%;
        padding: 8px 12px;
        border-radius: 12px;
    }

    .section-pill span:last-child {
        line-height: 1.45;
    }

    .section-title {
        font-size: 30px;
        line-height: 1.25;
        letter-spacing: -0.025em;
    }

    .gaming-copy .space-y-md > div {
        gap: 16px;
    }

    .gaming-copy .space-y-md > div + div {
        margin-top: 24px;
    }

    .gaming-copy .w-12.h-12 {
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .gaming-copy h4,
    .marketing-card h4,
    .core-card h4 {
        font-size: 18px;
    }

    .gaming-visual {
        width: 100%;
        max-width: 560px;
        padding: 36px 14px 40px;
    }

    .gaming-orbit--outer {
        inset: 8px 0 6px;
    }

    .gaming-orbit--inner {
        inset: 25px 8px 18px;
    }

    .gaming-frame {
        padding: 6px;
        border-radius: 22px;
    }

    .gaming-frame__screen {
        border-radius: 16px;
    }

    .gaming-frame__corner {
        width: 34px;
        height: 34px;
    }

    .gaming-chip {
        padding: 7px 10px;
        font-size: 10px;
    }

    .gaming-chip--cloud {
        top: 6px;
        right: 11%;
    }

    .gaming-chip--latency {
        bottom: 16%;
        left: 0;
    }

    .gaming-status {
        right: 5px;
        bottom: 8px;
        padding: 10px 12px;
        border-radius: 13px;
    }

    .gaming-status .font-label-caps {
        font-size: 10px;
    }

    .section-heading {
        margin-bottom: 36px;
        text-align: left;
    }

    .section-heading .section-title {
        margin-bottom: 16px;
    }

    .marketing-grid {
        gap: 14px;
    }

    .marketing-card {
        min-height: 210px;
        padding: 24px;
        border-radius: 20px;
    }

    .marketing-card--hero {
        min-height: 360px;
    }

    .marketing-card--hero::after {
        content: "";
        position: absolute;
        inset: 34% 0 0;
        z-index: 0;
        background: linear-gradient(to bottom, transparent, rgba(25, 28, 30, 0.86));
        pointer-events: none;
    }

    .marketing-card--hero img {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 54%;
        opacity: 0.34;
    }

    .marketing-card--hero h4 {
        font-size: 24px;
        line-height: 1.3;
    }

    .marketing-tags {
        flex-wrap: wrap;
        gap: 8px;
    }

    .marketing-tags span {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 10px;
    }

    .marketing-card--dashboard {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 22px;
    }

    .marketing-card__icon {
        width: 64px;
        height: 64px;
        flex: 0 0 auto;
    }

    .core-heading {
        align-items: flex-start;
        margin-bottom: 36px;
        gap: 20px;
    }

    .core-grid {
        gap: 14px;
    }

    .core-card {
        padding: 26px 24px;
        border-radius: 20px;
    }

    .core-card:hover {
        transform: none;
    }

    .final-cta-section {
        padding: 24px 16px 64px;
    }

    .final-cta {
        padding: 50px 20px 24px;
        border-radius: 24px;
    }

    .final-cta__title {
        margin-bottom: 20px;
        font-size: 30px;
        line-height: 1.25;
    }

    .final-cta > p {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 1.65;
    }

    .final-cta__actions {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .final-cta__actions button {
        width: 100%;
        min-height: 52px;
        padding: 12px 20px;
        border-radius: 14px;
        font-size: 16px;
    }

    .key-account-qr {
        display: none;
    }

    .site-footer__inner {
        align-items: flex-start;
        padding: 38px 20px max(38px, env(safe-area-inset-bottom, 0px));
        gap: 28px;
    }

    .site-footer__links {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .site-footer p,
    .site-footer__links {
        line-height: 1.65;
    }
}

@media (max-width: 374px) {
    .site-hero__content {
        padding-right: 16px;
        padding-left: 16px;
    }

    .site-hero__title {
        font-size: 34px;
    }

    .download-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .download-panel {
        padding-right: 14px;
        padding-left: 14px;
    }

    .download-action {
        font-size: 13px;
    }

    .content-section {
        padding-right: 16px;
        padding-left: 16px;
    }
}
