

/* ===== Concatenated CSS from inline <style> blocks ===== */
:root {
            --text: #e8e9ff;
            --muted: #aab0ff;
            --neon: #8a5cff;
            --neon-2: #00e0ff;
            --accent: #ff3fa4;
            --success: #5CFFB6;
            --warning: #FFD95C;
            --danger: #ff6b6b;
            --radius: 18px;
            --shadow: 0 10px 30px rgba(0, 0, 0, .45), 0 0 60px rgba(138, 92, 255, .08);
            --blur: 12px;
        }

        * {
            box-sizing: border-box
        }

        html,
        body {
            height: 100%
        }

        body {
            margin: 0;
            color: var(--text);
            font-family: 'Poppins', system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Arial;
            overflow-x: hidden;
            position: relative;
            background: url('izoh9I.jpg') no-repeat center center fixed;
            background-size: cover;
        }

        body::before {
            content: "";
            position: fixed;
            inset: 0;
            z-index: -1;
            background: linear-gradient(180deg, rgba(7, 8, 22, .45) 0%, rgba(7, 8, 22, .7) 60%, rgba(7, 8, 22, .8) 100%);
        }

        .neon-grid {
            position: fixed;
            inset: 0;
            z-index: -2;
            pointer-events: none;
            opacity: .08;
            background-image: linear-gradient(transparent 0 23px, #fff1 24px), linear-gradient(90deg, transparent 0 23px, #fff1 24px);
            background-size: 24px 24px;
            box-shadow: inset 0 0 120px rgba(138, 92, 255, .35);
        }

        .ticker {
            position: sticky;
            top: 0;
            z-index: 60;
            background: #0a0c1f;
            color: #fff;
            border-bottom: 1px solid #ffffff14;
            overflow: hidden;
            white-space: nowrap;
            font-family: 'Orbitron';
            font-weight: 800;
            letter-spacing: .5px;
        }

        .ticker .inner {
            display: inline-block;
            padding: 8px 0;
            animation: scroll 22s linear infinite;
        }

        .ticker .chip {
            display: inline-block;
            margin: 0 18px
        }

        @keyframes scroll {
            from {
                transform: translateX(0)
            }

            to {
                transform: translateX(-50%)
            }
        }

        .nav {
            position: sticky;
            top: 34px;
            z-index: 50;
            backdrop-filter: saturate(130%) blur(10px);
            background: linear-gradient(180deg, rgba(7, 8, 22, .85), rgba(7, 8, 22, .35));
            border-bottom: 1px solid #ffffff14;
        }

        .container {
            width: min(1200px, 92%);
            margin: 0 auto;
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 0;
        }

        .brand-text {
            display: flex;
            flex-direction: column;
            line-height: 1.2;
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 12px;
            text-decoration: none;
            color: var(--text);
        }

        .brand img {
            width: 80px;
            height: auto;
            border-radius: 50%;
        }

        .brand .title {
            font-family: 'Orbitron';
            font-weight: 800;
            letter-spacing: .5px;
            font-size: 1rem;
            line-height: 1;
        }

        .nav-links {
            display: flex;
            gap: 18px;
            align-items: center;
        }

        .nav-links a {
            color: var(--muted);
            text-decoration: none;
            font-weight: 500;
            font-size: .95rem;
            padding: 8px 10px;
            border-radius: 10px;
        }

        .nav-links a:hover {
            color: #fff;
            background: #ffffff14;
            box-shadow: 0 0 0 1px #ffffff14 inset;
        }

        .menu-btn {
            display: none;
            background: transparent;
            border: none;
            color: var(--text);
            font-size: 1.2rem;
        }

        .btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 12px 18px;
            border-radius: 999px;
            text-decoration: none;
            font-weight: 600;
            letter-spacing: .2px;
            position: relative;
            isolation: isolate;
        }

        .btn-primary {
            color: #0a0c1f;
            background: linear-gradient(90deg, var(--neon) 0%, var(--accent) 100%);
            box-shadow: 0 10px 30px rgba(138, 92, 255, .35);
        }

        .btn-primary .glow {
            position: absolute;
            content: "";
            inset: -2px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--neon) 0%, var(--neon-2) 60%, var(--accent) 100%);
            filter: blur(16px);
            opacity: .55;
            z-index: -1;
        }

        .btn-ghost {
            color: #fff;
            background: transparent;
            border: 1px solid #ffffff20;
        }

        .btn-ghost:hover {
            background: #ffffff10;
        }

        .hero {
            position: relative;
            padding: 88px 0 120px 0;
            overflow: hidden;
            border-bottom: 1px solid #ffffff10;
        }

        .hero-grid {
            display: grid;
            grid-template-columns: 1.2fr 1fr;
            gap: 28px;
            align-items: center;
        }

        .hero h1 {
            font-family: 'Orbitron';
            font-size: clamp(2.1rem, 4vw, 3.2rem);
            margin: 0 0 12px 0;
            letter-spacing: .8px;
        }

        .hero p {
            color: #cdd1ff;
            margin: 0 0 22px 0;
            font-size: 1.05rem;
        }

        .tag {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 12px;
            border-radius: 999px;
            background: linear-gradient(90deg, #ffffff10, #ffffff05);
            border: 1px solid #ffffff17;
            color: #dfe2ff;
            font-size: .85rem;
            margin-bottom: 14px;
        }

        .tag i {
            color: var(--warning);
        }

        .hero-card {
            background: linear-gradient(180deg, #ffffff14, #ffffff08);
            border: 1px solid #ffffff12;
            border-radius: var(--radius);
            padding: 18px;
            backdrop-filter: blur(var(--blur));
            box-shadow: var(--shadow);
        }

        .stat {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 14px;
            margin-top: 10px;
        }

        .stat .item {
            background: #ffffff10;
            border: 1px solid #ffffff14;
            padding: 14px;
            border-radius: 14px;
        }

        .badge {
            font-size: .78rem;
            color: #cfd3ff;
        }

        .status-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            display: inline-block;
            margin-right: 8px;
            box-shadow: 0 0 10px var(--success);
            background: var(--success);
        }

        section {
            padding: 72px 0;
        }

        .section-title {
            font-family: 'Orbitron';
            font-size: 1.6rem;
            margin-bottom: 10px;
        }

        .section-sub {
            color: #cdd1ff;
            margin-bottom: 24px;
        }

        .grid-3 {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }

        .card {
            background: #ffffff12;
            border: 1px solid #ffffff12;
            border-radius: var(--radius);
            padding: 18px;
            box-shadow: var(--shadow);
            backdrop-filter: blur(var(--blur));
        }

        .card p {
            color: #cfd3ff;
        }

        .mini-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 14px
        }

        .mini {
            background: #ffffff10;
            border: 1px solid #ffffff14;
            border-radius: 14px;
            padding: 14px;
            display: flex;
            gap: 12px;
            align-items: center
        }

        .mini img {
            width: 110px;
            height: 110px;
            object-fit: cover;
            border-radius: 15px
        }

        .gangs {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 12px
        }

        .gang {
            background: #ffffff10;
            border: 1px solid #ffffff14;
            border-radius: 12px;
            padding: 10px 12px;
            display: flex;
            align-items: center;
            gap: 8px
        }

        .gang img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            border-radius: 10px
        }

        .specs {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 18px
        }

        .spec {
            background: #ffffff12;
            border: 1px solid #ffffff14;
            border-radius: 18px;
            padding: 18px
        }

        footer {
            padding: 28px 0 60px 0;
            border-top: 1px solid #ffffff14;
            background: linear-gradient(180deg, transparent, rgba(7, 8, 22, .6) 60%);
        }

        .footer-grid {
            display: grid;
            grid-template-columns: 1.5fr 1fr 1fr;
            gap: 22px;
        }

        .copyright {
            margin-top: 24px;
            color: #aab0ff;
            font-size: .9rem;
        }

        .row {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
        }

        .pill {
            padding: 6px 10px;
            border: 1px solid #ffffff18;
            border-radius: 999px;
            background: #ffffff0b;
            color: #dfe2ff;
            font-size: .85rem;
        }

        

        /* ===== Slider styles ===== */
        .gallery-grid {
            position: relative;
            width: 100%;
            max-width: 900px;
            margin: 0 auto;
            overflow: hidden;
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            aspect-ratio: 16/9;
        }

        .slide {
            display: none;
            position: relative;
            animation: fade 1.2s ease-in-out;
            aspect-ratio: 16/9;
        }

        .slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .slide.active {
            display: block;
        }

        .caption {
            position: absolute;
            bottom: 0;
            width: 100%;
            background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
            color: var(--text);
            font-size: 1rem;
            padding: 16px;
            text-align: center;
            border-radius: 0 0 var(--radius) var(--radius);
        }

        .prev,
        .next {
            cursor: pointer;
            position: absolute;
            top: 50%;
            padding: 10px 16px;
            color: var(--text);
            background: rgba(0, 0, 0, .3);
            border: 0;
            font-size: 1.6rem;
            border-radius: 8px;
            transform: translateY(-50%);
        }

        .prev:hover,
        .next:hover {
            background: rgba(0, 0, 0, .6)
        }

        .prev {
            left: 12px
        }

        .next {
            right: 12px
        }

        @keyframes fade {
            from {
                opacity: .4
            }

            to {
                opacity: 1
            }
        }

        /* ===== Dynamic Neon Gallery (grid tiles) ===== */
        .gallery-mosaic {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 22px;
        }

        .tile {
            position: relative;
            aspect-ratio: 4/5;
            border-radius: 18px;
            overflow: hidden;
            outline: 1.5px solid rgba(0, 224, 255, .35);
            box-shadow: 0 0 0 2px rgba(0, 224, 255, .15) inset, 0 10px 28px rgba(0, 0, 0, .45), 0 0 36px rgba(0, 224, 255, .25);
            cursor: zoom-in;
        }

        .tile img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .35s ease;
            filter: saturate(108%);
            display: block;
        }

        .tile:hover img {
            transform: scale(1.04);
        }

        .tile .cap-top {
            position: absolute;
            top: 6px;
            left: 10px;
            right: 10px;
            text-align: center;
            color: #dfe8ff;
            font-weight: 700;
            font-size: .9rem;
            text-shadow: 0 0 8px rgba(0, 224, 255, .35);
            pointer-events: none;
        }

        .tile .cap-bottom {
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 8px;
            text-align: center;
            color: #eaf2ff;
            font-weight: 700;
            font-size: .9rem;
            background: linear-gradient(180deg, transparent, rgba(6, 20, 36, .8));
            padding: 28px 8px 8px;
            border-radius: 0 0 16px 16px;
            text-shadow: 0 0 10px rgba(0, 224, 255, .35);
            pointer-events: none;
        }

        

        @media (max-width:640px) {
            .gallery-mosaic {
                grid-template-columns: 1fr;
            }
        }

        /* ===== Gallery Pagination ===== */
        .pager {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-top: 18px;
            flex-wrap: wrap;
        }

        .pager .status {
            color: #cfd3ff;
            font-size: .95rem;
            padding: 8px 12px;
        }

        .pager .pages {
            display: inline-flex;
            gap: 6px;
        }

        .pager button {
            border: 1px solid #2a3f55;
            background: #0d1b2a;
            color: #e8e9ff;
            padding: 8px 12px;
            border-radius: 10px;
            cursor: pointer;
        }

        .pager button:hover {
            background: #112233;
        }

        .pager button.active {
            background: linear-gradient(90deg, var(--neon-2), var(--neon));
            color: #0a0c1f;
            border-color: transparent;
        }

        .pager button[disabled] {
            opacity: .4;
            cursor: not-allowed;
        }

/* === Performance patches === */
section{ content-visibility:auto; contain-intrinsic-size:800px; }



@media (prefers-reduced-motion: reduce){
  *{ animation: none !important; transition: none !important; }
}

/* Avoid expensive blur on small screens */
@media (max-width: 640px){
  .ticker .inner{ animation: none !important; }
}