* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background: #0b0e1f;
            color: #f0f0ff;
            line-height: 1.6;
            overflow-x: hidden;
        }
        
        /* NEON THEME */
        :root {
            --neon-blue: #00f5ff;
            --neon-pink: #ff00c7;
            --neon-purple: #aa00ff;
            --neon-glow: 0 0 15px;
            --bg-dark: #0b0e1f;
            --bg-card: #14182f;
            --text-dim: #b0b8ff;
        }
        
.content-band[id],
.hero-trust[id] {
    scroll-margin-top: 6rem;
}

.content-band--light {
    background: var(--trust-surface);
}

.section-head {
    max-width: 780px;
    margin-bottom: 2rem;
}

.section-head h2,
.method-layout h2,
.transparency-grid h2,
.contact-band h2 {
    font-size: 2.25rem;
}

.section-head p,
.method-layout p,
.transparency-grid p,
.contact-band p {
    margin: 1rem 0 0;
    font-size: 1rem;
}

.principle-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.principle-card {
    padding: 1.25rem;
}

.principle-card h3,
.notice-box h3,
.update-note h3 {
    margin: 0 0 0.7rem;
    color: var(--trust-ink);
    font-size: 1.05rem;
    font-weight: 850;
}

.method-layout,
.transparency-grid,
.contact-band {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
    gap: 2rem;
    align-items: start;
}

.check-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.35rem 0 0;
    padding: 0;
    list-style: none;
}

.check-list li {
    position: relative;
    padding-left: 1.7rem;
    color: var(--trust-ink);
    line-height: 1.65;
}

.check-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background: var(--trust-accent);
}

.method-card {
    overflow: hidden;
    margin: 0;
}

.method-card__image {
    width: 100%;
    aspect-ratio: 4 / 1;
    object-fit: cover;
    filter: saturate(0.78) contrast(0.94);
}

.method-card figcaption {
    padding: 1rem;
    font-size: 0.86rem;
}

.taxonomy-table {
    overflow-x: auto;
    border: 1px solid var(--trust-border);
    border-radius: 8px;
    background: var(--trust-surface);
}

.taxonomy-table table {
    width: 100%;
    min-width: 760px;
    border-collapse: collapse;
}

.taxonomy-table th,
.taxonomy-table td {
    padding: 1rem;
    border-bottom: 1px solid var(--trust-border);
    color: var(--trust-muted);
    line-height: 1.6;
    text-align: left;
    vertical-align: top;
}

.taxonomy-table thead th {
    background: var(--trust-surface-soft);
    color: var(--trust-ink);
    font-size: 0.86rem;
    text-transform: uppercase;
}

.taxonomy-table tbody th {
    color: var(--trust-ink);
    font-weight: 850;
}

.taxonomy-table tr:last-child th,
.taxonomy-table tr:last-child td {
    border-bottom: 0;
}

.notice-box,
.update-note {
    padding: 1.25rem;
    background: var(--trust-surface-soft);
}

.faq-list {
    display: grid;
    gap: 0.8rem;
    max-width: 880px;
}

.faq-list details {
    border: 1px solid var(--trust-border);
    border-radius: 8px;
    background: var(--trust-surface);
    padding: 1rem 1.15rem;
}

.faq-list summary {
    cursor: pointer;
    color: var(--trust-ink);
    font-weight: 850;
}

.faq-list p {
    margin: 0.8rem 0 0;
}

.contact-band {
    align-items: stretch;
}

.site-footer {
    display: grid;
    gap: 0.9rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    background: var(--trust-black);
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9rem;
    line-height: 1.65;
}

.footer-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem 1.2rem;
}

.footer-nav a {
    color: #f2cf72;
}

.site-footer p {
    margin: 0;
    max-width: 900px;
}

.legal-shell {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.legal-article {
    max-width: 840px;
    margin: 0 auto;
    padding: 2rem;
    border: 1px solid var(--trust-border);
    border-radius: 8px;
    background: var(--trust-surface);
    box-shadow: var(--trust-shadow);
}

.legal-article h1 {
    margin-bottom: 1.25rem;
    font-size: 2.4rem;
}

.legal-article section {
    padding-top: 1.4rem;
    border-top: 1px solid var(--trust-border);
}

.legal-article section:first-of-type {
    border-top: 0;
}

.legal-article h2 {
    margin: 0 0 0.6rem;
    color: var(--trust-ink);
    font-size: 1.2rem;
    font-weight: 850;
}

.legal-article p {
    margin: 0 0 0.9rem;
}

.legal-article p:last-child {
    margin-bottom: 0;
}

.casino-hero {
    background:
            radial-gradient(circle at 88% 20%, rgba(181, 129, 34, 0.14), transparent 30%),
            linear-gradient(180deg, #ffffff 0%, var(--trust-bg) 100%);
}

.casino-status {
    border-color: rgba(181, 129, 34, 0.28);
}

.demo-layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.78fr);
    gap: 1.5rem;
    align-items: start;
}

.demo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.demo-card {
    display: grid;
    gap: 0.7rem;
    padding: 0.75rem;
    border: 1px solid var(--trust-border);
    border-radius: 8px;
    background: var(--trust-surface);
    color: var(--trust-ink);
    text-align: left;
    box-shadow: var(--trust-shadow);
    cursor: pointer;
    transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.demo-card:hover,
.demo-card.is-active {
    border-color: rgba(18, 108, 74, 0.62);
    transform: translateY(-2px);
    box-shadow: 0 22px 48px rgba(23, 32, 27, 0.12);
}

.demo-card:focus-visible,
.trust-button:focus-visible {
    outline: 3px solid rgba(18, 108, 74, 0.35);
    outline-offset: 3px;
}

.demo-card img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
}

.demo-card span {
    font-size: 1rem;
    font-weight: 850;
}

.demo-card small {
    color: var(--trust-muted);
    font-size: 0.86rem;
    line-height: 1.45;
}

.slot-demo {
    position: sticky;
    top: 6.5rem;
    border: 1px solid rgba(18, 108, 74, 0.24);
    border-radius: 8px;
    background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(238, 243, 236, 0.96)),
            var(--trust-surface);
    box-shadow: var(--trust-shadow);
    padding: 1.35rem;
}

.slot-demo__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.slot-demo h3 {
    margin: 0;
    color: var(--trust-ink);
    font-size: 1.35rem;
    font-weight: 850;
}

.slot-demo__credits {
    flex: 0 0 auto;
    margin: 0;
    padding: 0.5rem 0.7rem;
    border: 1px solid rgba(18, 108, 74, 0.2);
    border-radius: 999px;
    background: #fff;
    color: var(--trust-accent-strong);
    font-size: 0.84rem;
    font-weight: 850;
}

.slot-machine {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin: 1rem 0;
}

.slot-reel {
    display: grid;
    min-height: 104px;
    place-items: center;
    border: 1px solid rgba(23, 32, 27, 0.12);
    border-radius: 8px;
    background: #101511;
    color: #f2cf72;
    font-size: clamp(1.15rem, 3vw, 1.8rem);
    font-weight: 900;
    text-align: center;
    word-break: break-word;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.slot-reel.is-spinning {
    animation: reel-pop 0.26s ease;
}

.slot-demo__result,
.slot-demo__notice {
    margin: 0;
    color: var(--trust-muted);
    line-height: 1.6;
}

.slot-demo__result {
    min-height: 52px;
    color: var(--trust-ink);
    font-weight: 750;
}

.slot-demo__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin: 1rem 0;
}

.trust-button {
    min-height: 44px;
    padding: 0.7rem 1rem;
    border: 1px solid var(--trust-accent-strong);
    border-radius: 8px;
    background: var(--trust-accent-strong);
    color: #fff;
    font-size: 0.92rem;
    font-weight: 850;
    cursor: pointer;
}

.trust-button:hover {
    background: var(--trust-accent);
}

.trust-button--secondary {
    background: #fff;
    color: var(--trust-accent-strong);
}

.trust-button--secondary:hover {
    background: var(--trust-surface-soft);
}

.slot-demo__notice {
    font-size: 0.86rem;
}

.company-card {
    font-style: normal;
    line-height: 1.85;
}

.age-gate {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: grid;
    place-items: center;
    padding: 1rem;
    background: rgba(16, 21, 17, 0.92);
}

.age-gate[hidden] {
    display: none !important;
}

.age-gate__panel {
    width: min(100%, 520px);
    padding: 2rem;
    border: 1px solid rgba(242, 207, 114, 0.38);
    border-radius: 8px;
    background: #fff;
    color: var(--trust-ink);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.32);
    text-align: center;
}

.age-gate__mark {
    width: 54px;
    height: 54px;
    margin: 0 auto 1rem;
}

.age-gate__panel h2 {
    margin: 0 0 0.8rem;
    color: var(--trust-ink);
    font-size: 1.65rem;
    line-height: 1.15;
    font-weight: 850;
}

.age-gate__panel p {
    margin: 0;
    color: var(--trust-muted);
    line-height: 1.7;
}

.age-gate__actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.35rem;
}

.compliance-card h3 {
    margin: 0 0 0.75rem;
}

.mini-list {
    display: grid;
    gap: 0.55rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mini-list li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--trust-muted);
    line-height: 1.55;
}

.mini-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.58rem;
    width: 0.45rem;
    height: 0.45rem;
    border-radius: 50%;
    background: var(--trust-gold);
}

.site-footer a {
    color: #f2cf72;
}

@keyframes reel-pop {
    0% {
        transform: translateY(-8px);
        opacity: 0.45;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 980px) {
    .hero-trust,
    .method-layout,
    .transparency-grid,
    .contact-band,
    .demo-layout {
        grid-template-columns: 1fr;
    }

    .principle-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .demo-grid {
        grid-template-columns: repeat(3, minmax(180px, 1fr));
        overflow-x: auto;
        padding-bottom: 0.4rem;
    }

    .slot-demo {
        position: static;
    }

    .hero-trust h1 {
        font-size: 2.45rem;
    }
}

@media (max-width: 680px) {
    .site-header {
        position: static;
        align-items: flex-start;
        flex-direction: column;
    }

    .site-nav {
        justify-content: flex-start;
    }

    .hero-trust {
        padding-top: 2.4rem;
        padding-bottom: 2.4rem;
    }

    .hero-trust h1 {
        font-size: 1.86rem;
    }

    .hero-trust__lead {
        font-size: 1rem;
        line-height: 1.62;
    }

    .principle-grid {
        grid-template-columns: 1fr;
    }

    .demo-grid {
        grid-template-columns: 1fr;
        overflow-x: visible;
    }

    .slot-demo__header {
        flex-direction: column;
    }

    .slot-demo__credits {
        align-self: flex-start;
    }

    .slot-machine {
        gap: 0.45rem;
    }

    .slot-reel {
        min-height: 86px;
        font-size: 1rem;
    }

    .section-head h2,
    .method-layout h2,
    .transparency-grid h2,
    .contact-band h2,
    .legal-article h1 {
        font-size: 1.75rem;
    }

    .content-band,
    .legal-shell {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .legal-article {
        padding: 1.2rem;
    }

    .age-gate__panel {
        padding: 1.35rem;
    }

    .age-gate__panel h2 {
        font-size: 1.35rem;
    }
}

        a {
            text-decoration: none;
            color: inherit;
        }
        
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1e30;
        }
        ::-webkit-scrollbar-thumb {
            background: var(--neon-blue);
            border-radius: 10px;
        }
        
        /* Header */
        .header {
            background: rgba(11, 14, 31, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--neon-blue);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
        }
        
        .logo a {
            font-size: 2rem;
            font-weight: 800;
            text-transform: uppercase;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
        }
        
        .nav-menu {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .nav-menu a {
            font-weight: 600;
            transition: 0.3s;
            position: relative;
            padding: 5px 0;
        }
        
        .nav-menu a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .nav-menu a::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 0;
            height: 2px;
            background: var(--neon-pink);
            transition: width 0.3s;
        }
        
        .nav-menu a:hover::after {
            width: 100%;
        }
        
        .menu-toggle {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: var(--neon-blue);
        }
        
        /* Hero Section */
        .hero {
            min-height: 80vh;
            background: url('https://images.unsplash.com/photo-1606163236163-4b35c0e7b5b0?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80') center/cover no-repeat fixed;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(11, 14, 31, 0.7);
            backdrop-filter: blur(3px);
        }
        
        .hero-content {
            position: relative;
            z-index: 2;
            max-width: 800px;
            padding: 0 20px;
        }
        
        .hero h1 {
            font-size: 4rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 20px;
            text-transform: uppercase;
            background: linear-gradient(135deg, #fff, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow: 0 0 30px rgba(0,245,255,0.5);
        }
        
        .hero p {
            font-size: 1.3rem;
            color: #ddd;
            margin-bottom: 30px;
            text-shadow: 0 0 10px rgba(0,245,255,0.5);
        }
        
        .hero-btn {
            display: inline-block;
            padding: 15px 40px;
            background: transparent;
            border: 2px solid var(--neon-pink);
            color: var(--neon-pink);
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 2px;
            border-radius: 50px;
            transition: 0.3s;
            box-shadow: 0 0 20px rgba(255,0,199,0.3);
        }
        
        .hero-btn:hover {
            background: var(--neon-pink);
            color: #0b0e1f;
            box-shadow: 0 0 40px var(--neon-pink);
        }
        
        /* Games Section */
        .games {
            padding: 80px 0;
            background: var(--bg-dark);
        }
        
        .section-title {
            text-align: center;
            font-size: 2.8rem;
            margin-bottom: 50px;
            font-weight: 700;
        }
        
        .section-title span {
            color: var(--neon-purple);
            text-shadow: 0 0 20px var(--neon-purple);
        }
        
        .games-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .game-card {
            background: var(--bg-card);
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--neon-blue);
            box-shadow: 0 0 30px rgba(0,245,255,0.2);
            transition: transform 0.3s, box-shadow 0.3s;
        }
        
        .game-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 0 50px var(--neon-blue);
        }
        
        .game-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
        }
        
        .game-info {
            padding: 20px;
        }
        
        .game-info h3 {
            font-size: 1.8rem;
            margin-bottom: 10px;
            color: var(--neon-pink);
        }
        
        .game-info p {
            color: var(--text-dim);
            margin-bottom: 15px;
        }
        
        .play-btn {
            display: inline-block;
            padding: 10px 25px;
            background: transparent;
            border: 1px solid var(--neon-purple);
            color: var(--neon-purple);
            border-radius: 30px;
            font-weight: 600;
            transition: 0.3s;
        }
        
        .play-btn:hover {
            background: var(--neon-purple);
            color: #0b0e1f;
            box-shadow: 0 0 30px var(--neon-purple);
        }
        
        /* Features Section */
        .features {
            padding: 80px 0;
            background: #0f1325;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .feature-item {
            text-align: center;
            padding: 30px 20px;
            background: var(--bg-card);
            border-radius: 15px;
            border: 1px solid var(--neon-pink);
            transition: 0.3s;
        }
        
        .feature-item:hover {
            border-color: var(--neon-blue);
            box-shadow: 0 0 40px var(--neon-blue);
        }
        
        .feature-icon {
            font-size: 3.5rem;
            margin-bottom: 20px;
            color: var(--neon-blue);
            text-shadow: 0 0 30px var(--neon-blue);
        }
        
        .feature-item h3 {
            font-size: 1.5rem;
            margin-bottom: 10px;
            color: #fff;
        }
        
        .feature-item p {
            color: var(--text-dim);
        }
        
        /* Contact Form */
        .contact {
            padding: 80px 0;
            background: var(--bg-dark);
        }
        
        .contact-form {
            max-width: 600px;
            margin: 0 auto;
            background: var(--bg-card);
            padding: 40px;
            border-radius: 20px;
            border: 1px solid var(--neon-purple);
            box-shadow: 0 0 30px rgba(170,0,255,0.3);
        }
        
        .contact-form h2 {
            text-align: center;
            margin-bottom: 30px;
            font-size: 2.2rem;
            color: var(--neon-purple);
            text-shadow: 0 0 15px var(--neon-purple);
        }
        
        .form-group {
            margin-bottom: 20px;
        }
        
        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 15px;
            background: rgba(255,255,255,0.05);
            border: 1px solid #333;
            border-radius: 10px;
            color: #fff;
            font-family: inherit;
            transition: 0.3s;
        }
        
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
            border-color: var(--neon-purple);
            box-shadow: 0 0 15px var(--neon-purple);
        }
        
        .form-group textarea {
            resize: vertical;
            min-height: 120px;
        }
        
        .submit-btn {
            width: 100%;
            padding: 15px;
            background: transparent;
            border: 2px solid var(--neon-purple);
            color: var(--neon-purple);
            font-size: 1.2rem;
            font-weight: 700;
            text-transform: uppercase;
            border-radius: 10px;
            cursor: pointer;
            transition: 0.3s;
        }
        
        .submit-btn:hover {
            background: var(--neon-purple);
            color: #0b0e1f;
            box-shadow: 0 0 40px var(--neon-purple);
        }
        
        /* Footer */
        .footer {
            background: #0a0c1a;
            border-top: 1px solid var(--neon-blue);
            padding: 40px 0 20px;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .footer-logo a {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .footer-links {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .footer-links a {
            font-weight: 500;
            transition: 0.3s;
        }
        
        .footer-links a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            border-top: 1px solid #222;
            padding-top: 20px;
            font-size: 0.9rem;
            color: #888;
        }
        
        .age-badge {
            display: flex;
            align-items: center;
            gap: 5px;
            background: rgba(255,0,0,0.2);
            padding: 5px 15px;
            border-radius: 30px;
            border: 1px solid #ff4444;
            color: #ff8888;
        }
        
        .age-badge i {
            font-size: 1.2rem;
        }
        
        /* Responsive */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background: rgba(11,14,31,0.95);
                flex-direction: column;
                align-items: center;
                padding: 20px 0;
                gap: 20px;
                backdrop-filter: blur(10px);
                border-bottom: 1px solid var(--neon-blue);
            }
            
            .nav-menu.active {
                display: flex;
            }
            
            .menu-toggle {
                display: block;
            }
            
            .hero h1 {
                font-size: 2.5rem;
            }
            
            .hero p {
                font-size: 1rem;
            }
            
            .footer-content {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }
         * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background: #0b0e1f;
            color: #f0f0ff;
            line-height: 1.6;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        :root {
            --neon-blue: #00f5ff;
            --neon-pink: #ff00c7;
            --neon-purple: #aa00ff;
            --neon-glow: 0 0 15px;
            --bg-dark: #0b0e1f;
            --bg-card: #14182f;
            --text-dim: #b0b8ff;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1e30;
        }
        ::-webkit-scrollbar-thumb {
            background: var(--neon-blue);
            border-radius: 10px;
        }
        
        /* Header */
        .header {
            background: rgba(11, 14, 31, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--neon-blue);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
        }
        
        .logo a {
            font-size: 2rem;
            font-weight: 800;
            text-transform: uppercase;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
        }
        
        .nav-menu {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .nav-menu a {
            font-weight: 600;
            transition: 0.3s;
            padding: 5px 0;
        }
        
        .nav-menu a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .menu-toggle {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: var(--neon-blue);
        }
        
        /* Main Content */
        .main {
            flex: 1;
            padding: 60px 0;
            background: var(--bg-dark);
        }
        
        .content-card {
            background: var(--bg-card);
            border: 1px solid var(--neon-purple);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 0 30px rgba(170,0,255,0.3);
        }
        
        .content-card h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--neon-purple);
            text-shadow: 0 0 15px var(--neon-purple);
        }
        
        .content-card h2 {
            font-size: 1.8rem;
            margin: 30px 0 15px;
            color: var(--neon-blue);
        }
        
        .content-card p, .content-card li {
            color: var(--text-dim);
            margin-bottom: 15px;
        }
        
        .content-card ul, .content-card ol {
            padding-left: 20px;
            margin-bottom: 20px;
        }
        
        .content-card li {
            margin-bottom: 8px;
        }
        
        .content-card strong {
            color: #fff;
        }
        
        .content-card a {
            color: var(--neon-pink);
            text-decoration: underline;
        }
        
        .content-card a:hover {
            color: var(--neon-blue);
        }
        
        /* Footer */
        .footer {
            background: #0a0c1a;
            border-top: 1px solid var(--neon-blue);
            padding: 40px 0 20px;
            margin-top: auto;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .footer-logo a {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .footer-links {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .footer-links a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            border-top: 1px solid #222;
            padding-top: 20px;
            font-size: 0.9rem;
            color: #888;
        }
        
        .age-badge {
            display: flex;
            align-items: center;
            gap: 5px;
            background: rgba(255,0,0,0.2);
            padding: 5px 15px;
            border-radius: 30px;
            border: 1px solid #ff4444;
            color: #ff8888;
        }
        
        .age-badge i {
            font-size: 1.2rem;
        }
        
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background: rgba(11,14,31,0.95);
                flex-direction: column;
                align-items: center;
                padding: 20px 0;
                gap: 20px;
                backdrop-filter: blur(10px);
                border-bottom: 1px solid var(--neon-blue);
            }
            
            .nav-menu.active {
                display: flex;
            }
            
            .menu-toggle {
                display: block;
            }
            
            .footer-content {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }
  * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
            background: #0b0e1f;
            color: #f0f0ff;
            line-height: 1.6;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        
        :root {
            --neon-blue: #00f5ff;
            --neon-pink: #ff00c7;
            --neon-purple: #aa00ff;
            --neon-glow: 0 0 15px;
            --bg-dark: #0b0e1f;
            --bg-card: #14182f;
            --text-dim: #b0b8ff;
        }
        
        a {
            text-decoration: none;
            color: inherit;
        }
        
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 20px;
        }
        
        /* Scrollbar */
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #1a1e30;
        }
        ::-webkit-scrollbar-thumb {
            background: var(--neon-blue);
            border-radius: 10px;
        }
        
        /* Header */
        .header {
            background: rgba(11, 14, 31, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid var(--neon-blue);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        
        .header .container {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px 20px;
        }
        
        .logo a {
            font-size: 2rem;
            font-weight: 800;
            text-transform: uppercase;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 2px;
        }
        
        .nav-menu {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .nav-menu a {
            font-weight: 600;
            transition: 0.3s;
            padding: 5px 0;
        }
        
        .nav-menu a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .menu-toggle {
            display: none;
            font-size: 2rem;
            cursor: pointer;
            color: var(--neon-blue);
        }
        
        /* Main Content */
        .main {
            flex: 1;
            padding: 60px 0;
            background: var(--bg-dark);
        }
        
        .content-card {
            background: var(--bg-card);
            border: 1px solid var(--neon-pink);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 0 30px rgba(255,0,199,0.3);
        }
        
        .content-card h1 {
            font-size: 2.5rem;
            margin-bottom: 20px;
            color: var(--neon-pink);
            text-shadow: 0 0 15px var(--neon-pink);
        }
        
        .content-card h2 {
            font-size: 1.8rem;
            margin: 30px 0 15px;
            color: var(--neon-blue);
        }
        
        .content-card p, .content-card li {
            color: var(--text-dim);
            margin-bottom: 15px;
        }
        
        .content-card ul, .content-card ol {
            padding-left: 20px;
            margin-bottom: 20px;
        }
        
        .content-card li {
            margin-bottom: 8px;
        }
        
        .content-card strong {
            color: #fff;
        }
        
        .content-card a {
            color: var(--neon-pink);
            text-decoration: underline;
        }
        
        .content-card a:hover {
            color: var(--neon-blue);
        }
        
        /* Footer */
        .footer {
            background: #0a0c1a;
            border-top: 1px solid var(--neon-blue);
            padding: 40px 0 20px;
            margin-top: auto;
        }
        
        .footer-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .footer-logo a {
            font-size: 1.8rem;
            font-weight: 800;
            background: linear-gradient(45deg, var(--neon-blue), var(--neon-pink));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
        .footer-links {
            display: flex;
            gap: 30px;
            list-style: none;
        }
        
        .footer-links a:hover {
            color: var(--neon-blue);
            text-shadow: 0 0 10px var(--neon-blue);
        }
        
        .footer-bottom {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 15px;
            border-top: 1px solid #222;
            padding-top: 20px;
            font-size: 0.9rem;
            color: #888;
        }
        
        .age-badge {
            display: flex;
            align-items: center;
            gap: 5px;
            background: rgba(255,0,0,0.2);
            padding: 5px 15px;
            border-radius: 30px;
            border: 1px solid #ff4444;
            color: #ff8888;
        }
        
        .age-badge i {
            font-size: 1.2rem;
        }
        
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
                position: absolute;
                top: 70px;
                left: 0;
                width: 100%;
                background: rgba(11,14,31,0.95);
                flex-direction: column;
                align-items: center;
                padding: 20px 0;
                gap: 20px;
                backdrop-filter: blur(10px);
                border-bottom: 1px solid var(--neon-blue);
            }
            
            .nav-menu.active {
                display: flex;
            }
            
            .menu-toggle {
                display: block;
            }
            
            .footer-content {
                flex-direction: column;
                text-align: center;
            }
            
            .footer-links {
                flex-wrap: wrap;
                justify-content: center;
            }
            
            .footer-bottom {
                flex-direction: column;
                text-align: center;
            }
        }