@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('/assets/fonts/outfit-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/poppins-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --core-navy: #2A3F92;
    --core-violet: #4840B5;
    --core-periwinkle: #8590D0;
    --core-lavender: #C0BEF2;
    --core-overlay-navy: rgba(42, 63, 146, 0.9);
    --core-overlay-lavender: rgba(192, 190, 242, 0.88);
    --shade-ink: #0F0F0F;
    --shade-paper: #FEFEFE;
    --shade-stone: #6E6E6E;

    --backdrop-top: #08091C;
    --backdrop-root: #020408;

    --face-display: 'Poppins', Arial, sans-serif;
    --face-reading: 'Outfit', system-ui, sans-serif;

    --weight-base: 400;
    --weight-mid: 500;
    --weight-bold: 600;
    --weight-heavy: 700;

    --glyph-xs: 0.875rem;
    --glyph-sm: 1.125rem;
    --glyph-md: 1.375rem;
    --glyph-lg: 1.875rem;
    --glyph-xl: 2.375rem;

    --tint-primary: var(--core-periwinkle);
    --tint-secondary: var(--core-violet);
    --tint-bright: var(--shade-paper);
    --tint-dark: var(--shade-ink);
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: var(--face-reading);
    font-size: 1rem;
    font-weight: var(--weight-base);
    background: var(--backdrop-root);
    color: var(--shade-ink);
    line-height: 1.6;
    overflow-x: hidden;
}

h1 {
    font-family: var(--face-display);
    font-size: clamp(2.125rem, 5.25vw, 4rem);
    font-weight: var(--weight-heavy);
    color: var(--shade-paper);
    line-height: 1.12;
    letter-spacing: -0.015em;
    margin-bottom: 1.375rem;
}

h2 {
    font-family: var(--face-display);
    font-size: clamp(1.5rem, 4vw, 2.75rem);
    font-weight: var(--weight-bold);
    color: var(--shade-paper);
    line-height: 1.22;
    letter-spacing: -0.008em;
    margin-bottom: 1.125rem;
}

h3 {
    font-family: var(--face-display);
    font-size: clamp(1.1875rem, 2.875vw, 1.875rem);
    font-weight: var(--weight-bold);
    color: rgba(254, 254, 254, 0.9);
    line-height: 1.32;
    margin-bottom: 0.9375rem;
}

h4 {
    font-family: var(--face-reading);
    font-size: clamp(1rem, 2.375vw, 1.4375rem);
    font-weight: var(--weight-mid);
    color: rgba(254, 254, 254, 0.87);
    line-height: 1.38;
    margin-bottom: 0.8125rem;
}

h5 {
    font-family: var(--face-reading);
    font-size: clamp(0.875rem, 1.875vw, 1.0625rem);
    font-weight: var(--weight-mid);
    color: rgba(254, 254, 254, 0.84);
    line-height: 1.42;
    margin-bottom: 0.6875rem;
}

h6 {
    font-family: var(--face-reading);
    font-size: 0.9375rem;
    font-weight: var(--weight-mid);
    color: rgba(254, 254, 254, 0.82);
    line-height: 1.48;
    margin-bottom: 0.5625rem;
}

p {
    font-size: 1rem;
    line-height: 1.68;
    margin-bottom: 1.125rem;
}

small {
    font-size: 0.8125rem;
    line-height: 1.58;
}

img, picture, video {
    display: block;
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.22s ease;
}

.ml-container {
    max-width: 1140px;
    width: 100%;
    margin-inline: auto;
    padding-inline: 1.375rem;
}

.ml-glyph {
    width: var(--glyph-md);
    height: var(--glyph-md);
    object-fit: contain;
    flex-shrink: 0;
}

.ml-glyph-xs {
    width: var(--glyph-xs);
    height: var(--glyph-xs);
}

.ml-glyph-sm {
    width: var(--glyph-sm);
    height: var(--glyph-sm);
}

.ml-glyph-lg {
    width: var(--glyph-lg);
    height: var(--glyph-lg);
}

.ml-glyph-xl {
    width: var(--glyph-xl);
    height: var(--glyph-xl);
}

.ml-glyph-primary {
    filter: brightness(0) saturate(100%) invert(68%) sepia(28%) saturate(708%) hue-rotate(195deg) brightness(93%) contrast(90%);
}

.ml-glyph-secondary {
    filter: brightness(0) saturate(100%) invert(28%) sepia(64%) saturate(2184%) hue-rotate(234deg) brightness(90%) contrast(96%);
}

.ml-glyph-bright {
    filter: brightness(0) invert(1);
}

.ml-glyph-dark {
    filter: brightness(0);
}

.ml-icon-white {
    filter: brightness(0) invert(1);
}

.ml-icon-lavender {
    filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(1015%) hue-rotate(203deg) brightness(99%) contrast(95%);
}

.ml-icon-periwinkle {
    filter: brightness(0) saturate(100%) invert(68%) sepia(28%) saturate(708%) hue-rotate(195deg) brightness(93%) contrast(90%);
}

.ml-icon-violet {
    filter: brightness(0) saturate(100%) invert(28%) sepia(64%) saturate(2184%) hue-rotate(234deg) brightness(90%) contrast(96%);
}

.ml-icon-green {
    filter: brightness(0) saturate(100%) invert(85%) sepia(18%) saturate(1234%) hue-rotate(65deg) brightness(95%) contrast(91%);
}

.ml-icon-red {
    filter: brightness(0) saturate(100%) invert(49%) sepia(81%) saturate(5477%) hue-rotate(331deg) brightness(99%) contrast(99%);
}

.ml-trigger {
    font-family: var(--face-display);
    font-size: 1rem;
    font-weight: var(--weight-mid);
    padding: 0.875rem 2.125rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.26s cubic-bezier(0.22, 1.4, 0.48, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5625rem;
    position: relative;
    text-align: center;
}

.ml-trigger-sm {
    font-size: 0.875rem;
    padding: 0.6875rem 1.625rem;
}

.ml-trigger-lg {
    font-size: 1.125rem;
    padding: 1.0625rem 2.625rem;
}

.ml-trigger-gel {
    background: linear-gradient(135deg, #BBFBFF 0%, #8DD8FF 100%);
    color: var(--shade-ink);
    box-shadow: 0 3px 16px rgba(133, 144, 208, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.ml-trigger-gel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 45%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, transparent 100%);
    border-radius: 12px 12px 0 0;
    pointer-events: none;
}

.ml-trigger-gel:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 5px 22px rgba(133, 144, 208, 0.42), inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.ml-trigger-gel:active {
    transform: translateY(0) scale(0.995);
    box-shadow: 0 2px 12px rgba(133, 144, 208, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.ml-trigger-frame {
    background: transparent;
    color: var(--shade-paper);
    border: 2px solid rgba(192, 190, 242, 0.35);
}

.ml-trigger-frame:hover {
    background: rgba(133, 144, 208, 0.2);
    transform: translateY(-1px);
    border-color: rgba(192, 190, 242, 0.5);
}

.ml-trigger-frame:active {
    transform: translateY(0);
    background: rgba(133, 144, 208, 0.15);
}

.ml-header {
    position: relative;
    height: 72px;
    background: linear-gradient(135deg, #2A3F92 0%, #4840B5 100%);
    z-index: 100;
}

.ml-header::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #4840B5 0%, #8590D0 50%, #C0BEF2 100%);
    opacity: 0.6;
    transition: opacity 0.32s ease;
}

.ml-header:hover::after {
    opacity: 0.85;
}

.ml-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.ml-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ml-brand-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.ml-brand-text {
    font-family: var(--face-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--shade-paper);
    letter-spacing: -0.01em;
}

.ml-nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.ml-nav-link {
    font-family: var(--face-reading);
    font-size: 0.9375rem;
    font-weight: 500;
    color: rgba(192, 190, 242, 0.8);
    position: relative;
    padding: 0.375rem 0;
    transition: color 0.24s ease;
}

.ml-nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #8590D0 0%, #C0BEF2 100%);
    border-radius: 2px;
    transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.ml-nav-link:hover {
    color: rgba(192, 190, 242, 1);
}

.ml-nav-link:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.ml-nav-link.ml-active {
    color: var(--shade-paper);
}

.ml-nav-link.ml-active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 1.25rem);
    height: 28px;
    background: rgba(133, 144, 208, 0.12);
    border-radius: 14px;
    z-index: -1;
}

.ml-nav-link.ml-active::after {
    transform: translateX(-50%) scaleX(0.65);
    height: 1.5px;
}

.ml-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    width: 28px;
    height: 28px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.ml-burger-line {
    width: 100%;
    height: 2px;
    background: var(--shade-paper);
    border-radius: 2px;
    transition: all 0.28s ease;
}

.ml-burger.ml-open .ml-burger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.ml-burger.ml-open .ml-burger-line:nth-child(2) {
    opacity: 0;
}

.ml-burger.ml-open .ml-burger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ml-mobile-panel {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    height: 240px;
    background: linear-gradient(135deg, rgba(42, 63, 146, 0.98) 0%, rgba(72, 64, 181, 0.98) 100%);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 32px rgba(8, 9, 28, 0.5);
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.22s cubic-bezier(0.34, 1.2, 0.64, 1), opacity 0.22s ease;
    z-index: 999;
    pointer-events: none;
}

.ml-mobile-panel.ml-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}

.ml-mobile-nav {
    padding: 1rem 1.125rem;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ml-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.875rem 1rem;
    font-family: var(--face-reading);
    font-size: 1.0625rem;
    font-weight: 500;
    color: var(--shade-paper);
    border-radius: 8px;
    transition: background 0.2s ease;
    min-height: 48px;
}

.ml-mobile-link:active {
    background: rgba(133, 144, 208, 0.15);
}

.ml-mobile-link-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.ml-mobile-link-dot {
    width: 6px;
    height: 6px;
    background: #C0BEF2;
    border-radius: 50%;
}

.ml-mobile-link-arrow {
    width: 16px;
    height: 16px;
    opacity: 0.5;
}

.ml-mobile-footer {
    position: absolute;
    bottom: 1.125rem;
    left: 1.125rem;
    right: 1.125rem;
    text-align: center;
    font-size: 0.75rem;
    color: rgba(192, 190, 242, 0.7);
    letter-spacing: 0.02em;
}

.ml-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 9, 28, 0.25);
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 998;
}

.ml-overlay.ml-open {
    opacity: 1;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .ml-header {
        height: 60px;
    }

    .ml-nav {
        display: none;
    }

    .ml-burger {
        display: flex;
    }
}

@media (prefers-reduced-motion: reduce) {
    .ml-header,
    .ml-header::after,
    .ml-nav-link::after,
    .ml-burger-line,
    .ml-mobile-panel,
    .ml-overlay {
        transition: none;
    }
}

.ml-disclaimer {
    position: relative;
    padding: 1rem 3.5rem 1rem 3.75rem;
    background: rgba(72, 64, 181, 0.08);
    backdrop-filter: blur(8px);
    border: none;
    border-bottom: 1px solid rgba(133, 144, 208, 0.25);
}

.ml-disclaimer-inner {
    display: flex;
    align-items: flex-start;
    gap: 0.875rem;
}

.ml-disclaimer-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 0.125rem;
}

.ml-disclaimer-content {
    flex: 1;
}

.ml-disclaimer-title {
    font-family: var(--face-display);
    font-size: 0.9375rem;
    font-weight: 600;
    color: #C0BEF2;
    margin-bottom: 0.375rem;
}

.ml-disclaimer-text {
    font-size: 0.875rem;
    line-height: 1.58;
    color: rgba(192, 190, 242, 0.85);
    margin: 0;
}

.ml-disclaimer-close {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.ml-disclaimer-close:hover {
    opacity: 1;
}

.ml-disclaimer-close-icon {
    width: 100%;
    height: 100%;
}

.ml-hero {
    position: relative;
    min-height: 80vh;
    padding: 6.5rem 0 4rem;
    overflow: hidden;
}

.ml-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1B2D85 0%, #2A3F92 30%, #4840B5 65%, #5A4FC7 100%);
    z-index: -2;
}

.ml-hero-blob-1 {
    position: absolute;
    top: -15%;
    right: -8%;
    width: 50%;
    height: 60%;
    background: radial-gradient(circle, rgba(133, 144, 208, 0.18) 0%, transparent 70%);
    filter: blur(80px);
    z-index: -1;
}

.ml-hero-blob-2 {
    position: absolute;
    bottom: -20%;
    left: -10%;
    width: 55%;
    height: 65%;
    background: radial-gradient(circle, rgba(192, 190, 242, 0.12) 0%, transparent 70%);
    filter: blur(90px);
    z-index: -1;
}

.ml-hero-grid {
    display: grid;
    grid-template-columns: 1fr 0.65fr;
    gap: 3.5rem;
    align-items: center;
}

.ml-hero-content {
    max-width: 580px;
}

.ml-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 2rem;
}

.ml-badge {
    padding: 0.4375rem 0.875rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #C0BEF2;
    border: 1px solid rgba(133, 144, 208, 0.35);
    border-radius: 50px;
    background: rgba(72, 64, 181, 0.08);
    white-space: nowrap;
}

.ml-hero h1 {
    margin-bottom: 1.5rem;
}

.ml-hero-desc {
    font-size: 1.0625rem;
    line-height: 1.68;
    color: rgba(192, 190, 242, 0.88);
    margin-bottom: 2.25rem;
}

.ml-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.875rem;
}

.ml-hero-hint {
    font-size: 0.8125rem;
    color: rgba(192, 190, 242, 0.65);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ml-hero-hint-icon {
    width: 14px;
    height: 14px;
    opacity: 0.7;
}

.ml-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-hero-illustration {
    width: 100%;
    max-width: 480px;
    height: auto;
    opacity: 0.95;
}

.ml-scroll-hint {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.6;
    animation: ml-bounce 2s infinite;
}

.ml-scroll-text {
    font-size: 0.75rem;
    color: rgba(192, 190, 242, 0.7);
}

.ml-scroll-arrow {
    width: 20px;
    height: 20px;
}

@keyframes ml-bounce {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50% { transform: translateX(-50%) translateY(6px); }
}

@media (max-width: 1024px) {
    .ml-hero-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }
}

@media (max-width: 768px) {
    .ml-disclaimer {
        padding: 0.875rem 3rem 0.875rem 3rem;
    }

    .ml-disclaimer-title {
        font-size: 0.875rem;
    }

    .ml-disclaimer-text {
        font-size: 0.8125rem;
    }

    .ml-hero {
        padding: 4rem 0 3rem;
    }

    .ml-hero-content {
        max-width: 100%;
    }

    .ml-badges {
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }

    .ml-badge {
        font-size: 0.6875rem;
        padding: 0.375rem 0.75rem;
    }

    .ml-hero-desc {
        font-size: 1rem;
        margin-bottom: 1.875rem;
    }

    .ml-cta-group {
        flex-direction: column;
        gap: 0.75rem;
    }

    .ml-cta-group .ml-trigger {
        width: 100%;
    }

    .ml-scroll-hint {
        display: none;
    }
}

.ml-age-gate-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(8, 9, 28, 0.92);
    backdrop-filter: blur(6px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
}

.ml-age-gate-overlay.ml-hidden {
    display: none;
}

.ml-age-gate {
    width: 100%;
    max-width: 380px;
    background: linear-gradient(135deg, #2A3F92 0%, #4840B5 100%);
    border: 1px solid rgba(192, 190, 242, 0.25);
    border-radius: 16px;
    padding: 1.875rem 1.5rem;
    position: relative;
}

.ml-age-gate-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.875rem;
}

.ml-age-gate-title {
    font-family: var(--face-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin: 0;
}

.ml-age-badge {
    padding: 0.375rem 0.75rem;
    background: rgba(192, 190, 242, 0.15);
    border: 1px solid rgba(192, 190, 242, 0.3);
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #C0BEF2;
}

.ml-age-gate-subtitle {
    font-size: 0.9375rem;
    color: rgba(192, 190, 242, 0.85);
    margin-bottom: 1.5rem;
}

.ml-age-gate-list {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.ml-age-gate-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    min-height: 42px;
}

.ml-age-gate-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.ml-age-gate-text {
    font-size: 0.9375rem;
    color: rgba(254, 254, 254, 0.9);
}

.ml-age-gate-info {
    padding: 0.75rem 1rem;
    background: rgba(8, 9, 28, 0.3);
    border: 1px solid rgba(133, 144, 208, 0.2);
    border-radius: 8px;
    text-align: center;
    font-size: 0.8125rem;
    color: rgba(192, 190, 242, 0.8);
    margin-bottom: 1rem;
}

.ml-age-gate-legal {
    font-size: 0.8125rem;
    line-height: 1.5;
    color: rgba(192, 190, 242, 0.75);
    text-align: center;
    margin-bottom: 1.5rem;
}

.ml-age-gate-legal a {
    color: #C0BEF2;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.ml-age-gate-legal a:hover {
    color: var(--shade-paper);
}

.ml-age-gate-actions {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ml-age-gate-enter {
    background: linear-gradient(135deg, #4840B5 0%, #8590D0 100%);
    color: var(--shade-paper);
    font-family: var(--face-display);
    font-size: 1.0625rem;
    font-weight: 600;
    padding: 0.9375rem 2rem;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.24s ease;
    min-height: 50px;
}

.ml-age-gate-enter:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 18px rgba(133, 144, 208, 0.35);
}

.ml-age-gate-enter:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(133, 144, 208, 0.25);
}

.ml-age-gate-exit {
    background: transparent;
    color: rgba(192, 190, 242, 0.9);
    font-family: var(--face-display);
    font-size: 0.9375rem;
    font-weight: 500;
    padding: 0.8125rem 2rem;
    border: 1.5px solid rgba(192, 190, 242, 0.35);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.22s ease;
    min-height: 46px;
}

.ml-age-gate-exit:hover {
    background: rgba(122, 133, 193, 0.12);
    border-color: rgba(192, 190, 242, 0.5);
}

.ml-age-gate-exit:active {
    background: rgba(122, 133, 193, 0.08);
}

@media (max-width: 420px) {
    .ml-age-gate {
        padding: 1.5rem 1.25rem;
    }

    .ml-age-gate-title {
        font-size: 1.25rem;
    }

    .ml-age-gate-subtitle {
        font-size: 0.875rem;
    }

    .ml-age-gate-item {
        min-height: 40px;
    }

    .ml-age-gate-text {
        font-size: 0.875rem;
    }
}

.ml-rules-section {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, #1B2D85 0%, #2A3F92 35%, #4840B5 70%, #5A4FC7 100%);
    overflow: hidden;
}

.ml-rules-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.ml-rules-title {
    margin-bottom: 0.875rem;
}

.ml-rules-subtitle {
    font-size: 1.0625rem;
    color: rgba(192, 190, 242, 0.85);
    max-width: 540px;
    margin: 0 auto;
}

.ml-rules-layout {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 3rem;
    align-items: start;
}

.ml-rules-panel {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ml-rail-card {
    position: relative;
    padding: 1.875rem 2rem;
    background: rgba(8, 9, 28, 0.4);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(133, 144, 208, 0.25);
    border-radius: 14px;
    transition: all 0.24s ease;
}

.ml-rail-card:hover {
    background: rgba(8, 9, 28, 0.5);
    border-color: rgba(133, 144, 208, 0.35);
    transform: translateY(-2px);
}

.ml-rail-number {
    display: inline-block;
    font-family: var(--face-display);
    font-size: 0.75rem;
    font-weight: 600;
    color: #8590D0;
    margin-bottom: 0.75rem;
}

.ml-rail-title {
    font-family: var(--face-display);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.625rem;
    line-height: 1.3;
}

.ml-rail-text {
    font-size: 0.9375rem;
    color: rgba(192, 190, 242, 0.8);
    line-height: 1.5;
}

.ml-chips-column {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ml-chip-card {
    position: relative;
    padding: 1.375rem 1.5rem;
    background: rgba(59, 56, 160, 0.18);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(192, 190, 242, 0.25);
    border-radius: 12px;
    transition: all 0.24s ease;
}

.ml-chip-card:hover {
    background: rgba(59, 56, 160, 0.25);
    border-color: rgba(192, 190, 242, 0.35);
    transform: translateX(2px);
}

.ml-chip-icon {
    width: 28px;
    height: 28px;
    margin-bottom: 0.875rem;
}

.ml-chip-title {
    font-family: var(--face-display);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.5rem;
}

.ml-chip-text {
    font-size: 0.875rem;
    color: rgba(192, 190, 242, 0.75);
    line-height: 1.5;
}

.ml-rules-footer {
    text-align: center;
    margin-top: 2.5rem;
}

.ml-rules-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #C0BEF2;
    transition: all 0.2s ease;
}

.ml-rules-link:hover {
    color: var(--shade-paper);
    gap: 0.75rem;
}

.ml-rules-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.ml-rules-link:hover .ml-rules-link-arrow {
    transform: translateX(2px);
}

@media (max-width: 1024px) {
    .ml-rules-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ml-chips-column {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 768px) {
    .ml-rules-section {
        padding: 3.5rem 0;
    }

    .ml-rules-header {
        margin-bottom: 2.5rem;
    }

    .ml-rules-subtitle {
        font-size: 0.9375rem;
    }

    .ml-rail-card {
        padding: 1.5rem 1.625rem;
    }

    .ml-rail-title {
        font-size: 1.1875rem;
    }

    .ml-chips-column {
        grid-template-columns: 1fr;
    }
}

.ml-pace-section {
    position: relative;
    padding: 5rem 0;
    background: #1B2D85;
    overflow: hidden;
}

.ml-pace-aurora {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 50%;
    background: radial-gradient(circle, rgba(133, 144, 208, 0.12) 0%, transparent 70%);
    filter: blur(80px);
    z-index: 0;
}

.ml-pace-container {
    position: relative;
    z-index: 1;
}

.ml-pace-header {
    text-align: center;
    margin-bottom: 3rem;
}

.ml-pace-title {
    margin-bottom: 0.875rem;
}

.ml-pace-subtitle {
    font-size: 1.0625rem;
    color: rgba(192, 190, 242, 0.85);
}

.ml-mode-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.ml-mode-card {
    position: relative;
    padding: 1.5rem 1.75rem;
    background: rgba(8, 9, 28, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(192, 190, 242, 0.22);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.26s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1;
    min-width: 280px;
}

.ml-mode-card:hover {
    background: rgba(122, 133, 193, 0.1);
    transform: translateY(-1px);
}

.ml-mode-card.ml-active {
    background: rgba(59, 56, 160, 0.15);
    border: 1px solid transparent;
    background-image: linear-gradient(rgba(8, 9, 28, 0.4), rgba(8, 9, 28, 0.4)),
    linear-gradient(135deg, #4840B5 0%, #8590D0 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 0 20px rgba(133, 144, 208, 0.15);
}

.ml-mode-marker {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(192, 190, 242, 0.4);
    flex-shrink: 0;
    transition: all 0.26s ease;
}

.ml-mode-card.ml-active .ml-mode-marker {
    background: #C0BEF2;
    border-color: #C0BEF2;
    box-shadow: 0 0 8px rgba(192, 190, 242, 0.5);
}

.ml-mode-info {
    flex: 1;
}

.ml-mode-name {
    font-family: var(--face-display);
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.25rem;
}

.ml-mode-time {
    font-size: 0.875rem;
    color: rgba(192, 190, 242, 0.7);
}

.ml-tip-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 2.5rem;
    min-height: 120px;
}

.ml-tip-item {
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.ml-tip-item.ml-visible {
    opacity: 1;
    transform: translateY(0);
}

.ml-tip-icon {
    width: 32px;
    height: 32px;
    margin: 0 auto 0.875rem;
}

.ml-tip-title {
    font-family: var(--face-display);
    font-size: 1.0625rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.5rem;
}

.ml-tip-text {
    font-size: 0.875rem;
    color: rgba(192, 190, 242, 0.75);
    line-height: 1.5;
}

.ml-pace-footer {
    text-align: center;
}

.ml-pace-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #C0BEF2;
    transition: all 0.2s ease;
}

.ml-pace-link:hover {
    color: var(--shade-paper);
    gap: 0.75rem;
}

.ml-pace-link-arrow {
    width: 16px;
    height: 16px;
    transition: transform 0.2s ease;
}

.ml-pace-link:hover .ml-pace-link-arrow {
    transform: translateX(2px);
}

@media (max-width: 1024px) {
    .ml-mode-cards {
        gap: 1rem;
    }

    .ml-tip-strip {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .ml-pace-section {
        padding: 3.5rem 0;
    }

    .ml-pace-header {
        margin-bottom: 2.5rem;
    }

    .ml-pace-subtitle {
        font-size: 0.9375rem;
    }

    .ml-mode-cards {
        gap: 1rem;
    }

    .ml-mode-card {
        padding: 1.25rem 1.5rem;
    }

    .ml-mode-name {
        font-size: 1rem;
    }
}

.ml-footer {
    background: linear-gradient(135deg, #0D1540 0%, #1B2D85 100%);
    border-top: 1px solid rgba(192, 190, 242, 0.15);
}

.ml-footer-dock {
    padding: 3.5rem 0 2.5rem;
    border-bottom: 1px solid rgba(192, 190, 242, 0.12);
}

.ml-footer-dock-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
}

.ml-footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.ml-footer-brand-row {
    display: flex;
    align-items: center;
    gap: 0.875rem;
}

.ml-footer-logo {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.ml-footer-brand-name {
    font-family: var(--face-display);
    font-size: 1.375rem;
    font-weight: 600;
    color: var(--shade-paper);
}

.ml-footer-tagline {
    font-size: 0.9375rem;
    color: rgba(192, 190, 242, 0.8);
    line-height: 1.5;
    max-width: 420px;
}

.ml-footer-compliance {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ml-footer-chip {
    padding: 0.375rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgba(192, 190, 242, 0.85);
    border: 1px solid rgba(133, 144, 208, 0.25);
    border-radius: 20px;
    background: rgba(59, 56, 160, 0.12);
    white-space: nowrap;
}

.ml-footer-links {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ml-footer-link-group {
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.ml-footer-link-title {
    font-family: var(--face-display);
    font-size: 0.8125rem;
    font-weight: 600;
    color: #8590D0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.25rem;
}

.ml-footer-link-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem 1.25rem;
}

.ml-footer-link {
    font-size: 0.875rem;
    color: rgba(192, 190, 242, 0.75);
    transition: color 0.2s ease;
}

.ml-footer-link:hover {
    color: var(--shade-paper);
}

.ml-footer-drawer {
    padding: 1.75rem 0;
    border-bottom: 1px solid rgba(192, 190, 242, 0.12);
}

.ml-drawer-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.ml-drawer-label {
    font-size: 0.9375rem;
    color: rgba(192, 190, 242, 0.85);
}

.ml-drawer-button {
    padding: 0.5rem 1.25rem;
    font-size: 0.8125rem;
    font-weight: 500;
    background: transparent;
    color: #C0BEF2;
    border: 1.5px solid rgba(192, 190, 242, 0.3);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ml-drawer-button:hover {
    background: rgba(133, 144, 208, 0.12);
    border-color: rgba(192, 190, 242, 0.5);
}

.ml-drawer-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    margin-top: 0;
}

.ml-drawer-content.ml-open {
    max-height: 500px;
    opacity: 1;
    margin-top: 1.5rem;
}

.ml-drawer-resources {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
}

.ml-resource-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1.125rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--shade-paper);
    background: rgba(59, 56, 160, 0.2);
    border: 1px solid rgba(133, 144, 208, 0.3);
    border-radius: 10px;
    transition: all 0.2s ease;
}

.ml-resource-chip:hover {
    background: rgba(59, 56, 160, 0.3);
    border-color: rgba(133, 144, 208, 0.45);
    transform: translateY(-1px);
}

.ml-resource-icon {
    width: 16px;
    height: 16px;
}

.ml-footer-bottom {
    padding: 1.5rem 0;
}

.ml-bottom-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.5rem;
}

.ml-footer-copyright {
    font-size: 0.8125rem;
    color: rgba(192, 190, 242, 0.65);
}

.ml-footer-center {
    font-size: 0.75rem;
    color: rgba(192, 190, 242, 0.6);
    text-align: center;
}

.ml-footer-legal-links {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: flex-end;
}

.ml-footer-legal-link {
    font-size: 0.8125rem;
    color: rgba(192, 190, 242, 0.7);
    transition: color 0.2s ease;
}

.ml-footer-legal-link:hover {
    color: var(--shade-paper);
}

.ml-footer-legal-divider {
    color: rgba(192, 190, 242, 0.3);
}

@media (max-width: 1024px) {
    .ml-footer-dock-grid {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .ml-bottom-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1rem;
    }

    .ml-footer-legal-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .ml-footer-dock {
        padding: 2.5rem 0 2rem;
    }

    .ml-footer-brand {
        gap: 1rem;
    }

    .ml-footer-brand-name {
        font-size: 1.1875rem;
    }

    .ml-footer-tagline {
        font-size: 0.875rem;
    }

    .ml-footer-compliance {
        gap: 0.375rem;
    }

    .ml-footer-chip {
        font-size: 0.625rem;
        padding: 0.3125rem 0.625rem;
    }

    .ml-footer-links {
        gap: 1.75rem;
    }

    .ml-footer-drawer {
        padding: 1.5rem 0;
    }

    .ml-drawer-trigger {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .ml-drawer-button {
        width: 100%;
        text-align: center;
    }

    .ml-footer-bottom {
        padding: 1.25rem 0;
    }

    .ml-footer-copyright,
    .ml-footer-center {
        font-size: 0.75rem;
    }
}

.ml-games-section {
    position: relative;
    padding: 5rem 0;
    background: #2A3F92;
    overflow: hidden;
}

.ml-games-bg-blob-1 {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 45%;
    height: 50%;
    background: radial-gradient(circle, rgba(133, 144, 208, 0.15) 0%, transparent 70%);
    filter: blur(70px);
    z-index: 0;
}

.ml-games-bg-blob-2 {
    position: absolute;
    bottom: 10%;
    right: -8%;
    width: 48%;
    height: 55%;
    background: radial-gradient(circle, rgba(192, 190, 242, 0.1) 0%, transparent 70%);
    filter: blur(75px);
    z-index: 0;
}

.ml-games-header {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    z-index: 1;
}

.ml-games-title {
    margin-bottom: 0.875rem;
}

.ml-games-subtitle {
    font-size: 1.0625rem;
    color: rgba(192, 190, 242, 0.85);
    max-width: 540px;
    margin: 0 auto;
}

.ml-games-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 2.5rem;
    position: relative;
    z-index: 1;
}

.ml-spotlight {
    background: rgba(8, 9, 28, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(133, 144, 208, 0.2);
    border-radius: 16px;
    padding: 2rem;
    transition: border-color 0.3s ease;
}

.ml-spotlight-header {
    margin-bottom: 1.5rem;
}

.ml-spotlight-name {
    font-family: var(--face-display);
    font-size: 1.875rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.75rem;
}

.ml-spotlight-desc {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(192, 190, 242, 0.85);
    margin-bottom: 1rem;
    min-height: 55px;
}

.ml-spotlight-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ml-spotlight-badge {
    padding: 0.375rem 0.75rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: rgba(192, 190, 242, 0.9);
    border: 1px solid rgba(133, 144, 208, 0.3);
    border-radius: 20px;
    background: rgba(72, 64, 181, 0.1);
}

.ml-spotlight-visual {
    margin-bottom: 1.75rem;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(8, 9, 28, 0.3);
    aspect-ratio: 16 / 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ml-spotlight-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ml-spotlight-visual:hover .ml-spotlight-image {
    transform: scale(1.02);
}

.ml-spotlight-actions {
    display: flex;
}

.ml-spotlight-actions .ml-trigger {
    flex: 1;
}

.ml-portals-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ml-portal-row {
    position: relative;
    display: grid;
    grid-template-columns: 64px 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 0.875rem 1rem;
    background: rgba(8, 9, 28, 0.35);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(192, 190, 242, 0.2);
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.24s ease;
}

.ml-portal-row:hover {
    transform: translateX(1px);
    border-color: rgba(133, 144, 208, 0.4);
    background: rgba(122, 133, 193, 0.1);
}

.ml-portal-row.ml-active {
    border-color: rgba(133, 144, 208, 0.5);
    background: rgba(72, 64, 181, 0.15);
}

.ml-portal-thumb {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    overflow: hidden;
    flex-shrink: 0;
}

.ml-portal-thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ml-portal-info {
    min-width: 0;
}

.ml-portal-name {
    font-family: var(--face-display);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--shade-paper);
    margin-bottom: 0.25rem;
}

.ml-portal-mood {
    font-size: 0.75rem;
    color: rgba(192, 190, 242, 0.65);
}

.ml-portal-play {
    padding: 0.5rem 1.125rem;
    font-size: 0.8125rem;
    font-weight: 500;
    background: transparent;
    color: rgba(192, 190, 242, 0.9);
    border: 1.5px solid rgba(192, 190, 242, 0.35);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ml-portal-play:hover {
    background: rgba(133, 144, 208, 0.15);
    border-color: rgba(192, 190, 242, 0.5);
}

.ml-games-mobile-carousel {
    display: none;
}

.ml-games-mobile-carousel::-webkit-scrollbar {
    height: 8px;
}

.ml-games-mobile-carousel::-webkit-scrollbar-track {
    background: rgba(8, 9, 28, 0.4);
    border-radius: 4px;
}

.ml-games-mobile-carousel::-webkit-scrollbar-thumb {
    background: linear-gradient(90deg, #4840B5 0%, #8590D0 100%);
    border-radius: 4px;
    transition: background 0.3s ease;
}

.ml-games-mobile-carousel::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(90deg, #8590D0 0%, #C0BEF2 100%);
}

@media (max-width: 1024px) {
    .ml-games-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .ml-portals-list {
        display: none;
    }

    .ml-games-mobile-carousel {
        display: block;
        overflow-x: auto;
        margin-top: 2rem;
    }

    .ml-games-mobile-carousel::-webkit-scrollbar {
        display: block;
    }

    .ml-games-mobile-strip {
        display: flex;
        gap: 1rem;
        padding-bottom: 0.5rem;
    }

    .ml-games-mobile-strip .ml-portal-row {
        min-width: 280px;
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .ml-games-section {
        padding: 3.5rem 0;
    }

    .ml-games-header {
        margin-bottom: 2.5rem;
    }

    .ml-games-subtitle {
        font-size: 0.9375rem;
    }

    .ml-spotlight {
        padding: 1.5rem;
    }

    .ml-spotlight-name {
        font-size: 1.5rem;
    }

    .ml-spotlight-desc {
        font-size: 0.9375rem;
    }

    .ml-spotlight-actions .ml-trigger {
        width: 100%;
    }
}

.ml-game-page {
    min-height: calc(100vh - 72px);
    padding: 3rem 0;
    background: #2A3F92;
}

.ml-game-header {
    margin-bottom: 2rem;
}

.ml-game-back {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.9375rem;
    color: rgba(192, 190, 242, 0.85);
    margin-bottom: 1.5rem;
    transition: color 0.2s ease;
}

.ml-game-back:hover {
    color: var(--shade-paper);
}

.ml-game-page h1 {
    margin-bottom: 0.5rem;
}

.ml-game-mood-tag {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    font-size: 0.8125rem;
    font-weight: 500;
    color: #C0BEF2;
    background: rgba(72, 64, 181, 0.2);
    border: 1px solid rgba(133, 144, 208, 0.3);
    border-radius: 20px;
}

.ml-game-iframe-container {
    position: relative;
    width: 100%;
    background: rgba(8, 9, 28, 0.5);
    border: 1px solid rgba(133, 144, 208, 0.25);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 2rem;
    aspect-ratio: 16 / 10;
}

.ml-game-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ml-game-info {
    background: rgba(8, 9, 28, 0.35);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(133, 144, 208, 0.2);
    border-radius: 12px;
    padding: 1.5rem;
}

.ml-game-info-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.ml-game-info-text {
    font-size: 1rem;
    line-height: 1.65;
    color: rgba(192, 190, 242, 0.85);
    margin: 0;
}

@media (max-width: 768px) {
    .ml-game-page {
        padding: 2rem 0;
    }

    .ml-game-iframe-container {
        aspect-ratio: 4 / 3;
    }

    .ml-game-info {
        padding: 1.25rem;
    }
}