* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        :root {
            --bg: #030303;
            --bg2: #080808;
            --panel: #0d0d0d;
            --panel2: #121212;
            --gold: #d4af37;
            --gold-light: #f6df8b;
            --gold-bright: #ffe9a3;
            --gold-dark: #8b6b16;
            --silver: #d7d7d7;
            --silver-light: #f5f5f5;
            --silver-dark: #777;
            --text: #eeeeee;
            --muted: #858585;
            --border: rgba(212, 175, 55, 0.24);
            --border-strong: rgba(212, 175, 55, 0.48);
            --success: #b8f5cb;
            --danger: #ffbaba;
            --warning: #ffe3a0;
            --shadow:
                0 25px 80px rgba(0, 0, 0, .72),
                inset 0 1px 0 rgba(255,255,255,.035);
            --gold-shadow:
                0 0 35px rgba(212,175,55,.07);
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            min-height: 100vh;
            font-family:
                Inter,
                -apple-system,
                BlinkMacSystemFont,
                "Segoe UI",
                sans-serif;
            color: var(--text);
            background:
                radial-gradient(
                    circle at 50% -15%,
                    rgba(212,175,55,.12),
                    transparent 34%
                ),
                radial-gradient(
                    circle at 0% 40%,
                    rgba(212,175,55,.045),
                    transparent 28%
                ),
                radial-gradient(
                    circle at 100% 80%,
                    rgba(212,175,55,.035),
                    transparent 30%
                ),
                linear-gradient(
                    145deg,
                    #010101 0%,
                    #080808 45%,
                    #030303 100%
                );
            background-attachment: fixed;
        }
        body::before {
            content: "";
            position: fixed;
            inset: 0;
            pointer-events: none;
            background-image:
                linear-gradient(
                    rgba(255,255,255,.009) 1px,
                    transparent 1px
                ),
                linear-gradient(
                    90deg,
                    rgba(255,255,255,.009) 1px,
                    transparent 1px
                );
            background-size: 55px 55px;
            mask-image:
                linear-gradient(
                    to bottom,
                    black,
                    transparent 88%
                );
            z-index: -1;
        }
        a {
            color: inherit;
            text-decoration: none;
        }
        button {
            border: 0;
            cursor: pointer;
            font-family: inherit;
        }
        .container {
            width: min(1180px, calc(100% - 32px));
            margin: 0 auto;
        }
        header {
            position: sticky;
            top: 0;
            z-index: 100;
            background:
                linear-gradient(
                    to bottom,
                    rgba(3,3,3,.97),
                    rgba(3,3,3,.80)
                );
            backdrop-filter: blur(20px);
            border-bottom:
                1px solid rgba(212,175,55,.18);
            box-shadow:
                0 10px 40px rgba(0,0,0,.35);
        }
        .header-inner {
            min-height: 78px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
        }
        .brand {
            display: flex;
            align-items: center;
            gap: 13px;
        }
        .brand-mark {
            width: 45px;
            height: 45px;
            display: grid;
            place-items: center;
            border-radius: 13px;
            border:
                1px solid rgba(212,175,55,.65);
            background:
                linear-gradient(
                    145deg,
                    #2a2518,
                    #0d0d0d 55%,
                    #18130a
                );
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,.16),
                0 0 22px rgba(212,175,55,.08),
                0 10px 35px rgba(0,0,0,.65);
        }
        .brand-mark span {
            font-size: 17px;
            font-weight: 900;
            letter-spacing: -1px;
            background:
                linear-gradient(
                    180deg,
                    #fff1a8,
                    #d4af37 55%,
                    #8c6b19
                );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .brand-name {
            font-size: 18px;
            font-weight: 800;
            letter-spacing: 2px;
            background:
                linear-gradient(
                    90deg,
                    #ffffff,
                    #d4af37,
                    #ffffff
                );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .brand-subtitle {
            margin-top: 3px;
            color: #666;
            font-size: 9px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
        }
        .network {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 9px 14px;
            border:
                1px solid rgba(212,175,55,.18);
            border-radius: 999px;
            background:
                rgba(212,175,55,.025);
            color: #9c9c9c;
            font-size: 11px;
        }
        .network-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #555;
        }
        .network-dot.online {
            background: #d4af37;
            box-shadow:
                0 0 12px rgba(212,175,55,.65);
        }
        .hero {
            padding: 40px 0 45px;
            text-align: center;
        }
        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            padding: 8px 15px;
            border:
                1px solid rgba(212,175,55,.28);
            border-radius: 999px;
            background:
                linear-gradient(
                    135deg,
                    rgba(212,175,55,.07),
                    rgba(255,255,255,.015)
                );
            color: #b7a86d;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2.4px;
            text-transform: uppercase;
            margin-bottom: 25px;
        }
        .eyebrow::before {
            content: "";
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--gold);
            box-shadow:
                0 0 10px rgba(212,175,55,.65);
        }
        h1 {
            font-size:
                clamp(44px, 8vw, 82px);
            line-height: .92;
            letter-spacing: -5px;
            margin-bottom: 25px;
            background:
                linear-gradient(
                    180deg,
                    #fff 0%,
                    #f7e6a0 28%,
                    #d4af37 58%,
                    #7e6117 100%
                );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            filter:
                drop-shadow(
                    0 10px 30px rgba(212,175,55,.08)
                );
        }
        .hero p {
            max-width: 700px;
            margin: 0 auto;
            color: #888;
            font-size: 15px;
            line-height: 1.75;
        }
        .hero-highlight {
            display: inline-block;
            margin-top: 24px;
            padding: 12px 22px;
            border:
                1px solid rgba(212,175,55,.20);
            border-radius: 12px;
            background:
                rgba(212,175,55,.035);
            color: #d8c27c;
            font-size: 13px;
        }
        .hero-highlight strong {
            color: var(--gold-light);
            font-size: 17px;
        }
        .grid {
            display: grid;
            grid-template-columns:
                repeat(2, minmax(0,1fr));
            gap: 18px;
            margin-bottom: 18px;
        }
        .card {
            position: relative;
            padding: 25px;
            border:
                1px solid var(--border);
            border-radius: 19px;
            background:
                linear-gradient(
                    145deg,
                    rgba(255,255,255,.045),
                    rgba(212,175,55,.012) 45%,
                    rgba(255,255,255,.008)
                );
            box-shadow:
                var(--shadow),
                var(--gold-shadow);
            overflow: hidden;
        }
        .card::before {
            content: "";
            position: absolute;
            top: 0;
            left: 9%;
            right: 9%;
            height: 1px;
            background:
                linear-gradient(
                    90deg,
                    transparent,
                    rgba(212,175,55,.60),
                    transparent
                );
        }
        .card::after {
            content: "";
            position: absolute;
            width: 180px;
            height: 180px;
            right: -120px;
            bottom: -120px;
            border-radius: 50%;
            background:
                radial-gradient(
                    circle,
                    rgba(212,175,55,.055),
                    transparent 70%
                );
            pointer-events: none;
        }
        .card-title {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #e2e2e2;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            margin-bottom: 21px;
        }
        .card-title::before {
            content: "";
            width: 3px;
            height: 15px;
            border-radius: 5px;
            background:
                linear-gradient(
                    to bottom,
                    var(--gold-light),
                    var(--gold-dark)
                );
            box-shadow:
                0 0 10px rgba(212,175,55,.25);
        }
        .wallet-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 18px;
        }
        .wallet-info {
            min-width: 0;
        }
        .wallet-address {
            color: #cfcfcf;
            font-family: monospace;
            font-size: 13px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        .wallet-status {
            color: #707070;
            font-size: 11px;
            margin-top: 6px;
        }
        .btn {
            min-height: 47px;
            padding: 0 21px;
            border-radius: 11px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: .4px;
            transition:
                transform .18s ease,
                filter .18s ease,
                box-shadow .18s ease,
                border-color .18s ease;
        }
        .btn:hover {
            transform: translateY(-1px);
            filter: brightness(1.08);
        }
        .btn:active {
            transform: translateY(0);
        }
        .btn:disabled {
            cursor: not-allowed;
            opacity: .45;
            transform: none;
            filter: none;
        }
        .btn-primary {
            color: #080704;
            background:
                linear-gradient(
                    135deg,
                    #fff0a3 0%,
                    #d4af37 42%,
                    #9a751d 100%
                );
            border:
                1px solid rgba(255,235,150,.65);
            box-shadow:
                0 10px 30px rgba(212,175,55,.12),
                inset 0 1px 0 rgba(255,255,255,.75);
        }
        .btn-secondary {
            color: #d7d7d7;
            background:
                linear-gradient(
                    145deg,
                    #191919,
                    #0d0d0d
                );
            border:
                1px solid rgba(212,175,55,.22);
            box-shadow:
                inset 0 1px 0 rgba(255,255,255,.035);
        }
        .btn-gold-outline {
            color: var(--gold-light);
            background:
                rgba(212,175,55,.025);
            border:
                1px solid rgba(212,175,55,.38);
        }
        label {
            display: block;
            margin-bottom: 8px;
            color: #777;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1.4px;
            text-transform: uppercase;
        }
        input {
            width: 100%;
            height: 49px;
            padding: 0 15px;
            color: #eeeeee;
            background:
                linear-gradient(
                    145deg,
                    #090909,
                    #050505
                );
            border:
                1px solid rgba(212,175,55,.14);
            border-radius: 11px;
            outline: none;
            font-family: monospace;
            font-size: 12px;
            transition:
                border-color .2s,
                box-shadow .2s;
        }
        input:focus {
            border-color:
                rgba(212,175,55,.52);
            box-shadow:
                0 0 0 3px rgba(212,175,55,.045),
                0 0 25px rgba(212,175,55,.035);
        }
        input::placeholder {
            color: #444;
        }
        input:read-only {
            color: #aaa;
            cursor: default;
        }
        .input-group {
            margin-bottom: 16px;
        }
        .button-row {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        .balance-grid {
            display: grid;
            grid-template-columns:
                repeat(3,1fr);
            gap: 10px;
        }
        .stat {
            position: relative;
            padding: 17px;
            border:
                1px solid rgba(212,175,55,.12);
            border-radius: 13px;
            background:
                linear-gradient(
                    145deg,
                    rgba(212,175,55,.025),
                    rgba(0,0,0,.22)
                );
        }
        .stat-label {
            color: #666;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: 1.3px;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
        .stat-value {
            color: #ddd;
            font-size: 19px;
            font-weight: 800;
        }
        .stat-value.gold {
            color: var(--gold-light);
        }
        .user-summary {
            display: grid;
            grid-template-columns:
                repeat(2,1fr);
            gap: 10px;
            margin-top: 15px;
        }
        .user-box {
            padding: 13px;
            border:
                1px solid rgba(255,255,255,.055);
            border-radius: 11px;
            background:
                rgba(0,0,0,.18);
        }
        .user-box-label {
            color: #5f5f5f;
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 6px;
        }
        .user-box-value {
            color: #bbb;
            font-size: 11px;
            font-family: monospace;
            word-break: break-all;
        }
        .entry-card {
            margin-bottom: 18px;
            border-color:
                rgba(212,175,55,.34);
            box-shadow:
                var(--shadow),
                0 0 50px rgba(212,175,55,.035);
        }
        .entry-price {
            display: flex;
            align-items: baseline;
            gap: 8px;
            margin-bottom: 19px;
        }
        .entry-price strong {
            font-size: 38px;
            letter-spacing: -1.5px;
            background:
                linear-gradient(
                    180deg,
                    #fff,
                    #f4db82,
                    #b68c24
                );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .entry-price span {
            color: #777;
            font-size: 12px;
        }
        .referral-panel {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 6px 0 2px;
        }
        .referral-description {
            max-width: 620px;
            color: #777;
            font-size: 11px;
            line-height: 1.65;
            margin-bottom: 16px;
        }
        .referral-link-box {
            width: min(720px, 100%);
            display: flex;
            align-items: center;
            gap: 9px;
            padding: 8px;
            border: 1px solid rgba(212,175,55,.18);
            border-radius: 13px;
            background: rgba(0,0,0,.22);
        }
        .referral-link {
            flex: 1;
            min-width: 0;
            height: 43px;
            display: flex;
            align-items: center;
            padding: 0 13px;
            color: #bda85f;
            font-family: monospace;
            font-size: 11px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            text-align: left;
        }
        .referral-copy {
            min-height: 43px;
            padding: 0 18px;
            flex-shrink: 0;
        }
        .referral-badge {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            margin-bottom: 12px;
            color: var(--gold-light);
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1.4px;
            text-transform: uppercase;
        }
        .referral-badge::before {
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: var(--gold);
            box-shadow: 0 0 10px rgba(212,175,55,.55);
        }
        .ref-status {
            margin-top: 9px;
            color: #6d6d6d;
            font-size: 10px;
        }
        .sponsor-group.hidden {
            display: none;
        }
        .network-table-wrap {
            overflow-x: auto;
            border: 1px solid rgba(212,175,55,.13);
            border-radius: 14px;
            background: rgba(0,0,0,.18);
        }
        .network-table {
            width: 100%;
            border-collapse: collapse;
            min-width: 720px;
        }
        .network-table th {
            padding: 13px 15px;
            color: #8e8e8e;
            background: rgba(212,175,55,.025);
            border-bottom: 1px solid rgba(212,175,55,.12);
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1.2px;
            text-transform: uppercase;
            text-align: left;
        }
        .network-table td {
            padding: 13px 15px;
            color: #aaa;
            border-bottom: 1px solid rgba(255,255,255,.035);
            font-size: 10px;
            vertical-align: top;
        }
        .network-table tr:last-child td {
            border-bottom: 0;
        }
        .network-level {
            color: var(--gold-light);
            font-weight: 800;
            white-space: nowrap;
        }
        .network-count {
            color: #ddd;
            font-weight: 800;
            white-space: nowrap;
        }
        .address-list {
            display: flex;
            flex-wrap: wrap;
            gap: 6px;
        }
        .address-chip {
            display: inline-flex;
            align-items: center;
            max-width: 100%;
            padding: 6px 8px;
            border: 1px solid rgba(212,175,55,.10);
            border-radius: 7px;
            background: rgba(255,255,255,.018);
            color: #888;
            font-family: monospace;
            font-size: 9px;
            word-break: break-all;
        }
        .network-empty {
            color: #555;
            font-style: italic;
        }
        .network-note {
            margin-top: 11px;
            color: #555;
            font-size: 9px;
            line-height: 1.5;
        }
        .levels-card {
            margin-bottom: 18px;
        }
        .levels-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 20px;
            margin-bottom: 20px;
        }
        .levels-description {
            color: #666;
            font-size: 11px;
            line-height: 1.6;
        }
        .levels-grid {
            display: grid;
            grid-template-columns:
                repeat(5,minmax(0,1fr));
            gap: 10px;
        }
        .level {
            position: relative;
            min-height: 146px;
            padding: 15px 13px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            border:
                1px solid rgba(212,175,55,.13);
            border-radius: 13px;
            background:
                linear-gradient(
                    145deg,
                    rgba(212,175,55,.035),
                    rgba(255,255,255,.008)
                );
            transition:
                transform .2s,
                border-color .2s,
                box-shadow .2s;
        }
        .level:hover {
            transform: translateY(-2px);
            border-color:
                rgba(212,175,55,.30);
            box-shadow:
                0 12px 30px rgba(0,0,0,.4);
        }
        .level.qualified {
            border-color:
                rgba(212,175,55,.42);
            box-shadow:
                inset 0 0 30px rgba(212,175,55,.025);
        }
        .level-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 5px;
        }
        .level-number {
            color: #666;
            font-size: 9px;
            font-weight: 800;
            letter-spacing: 1px;
        }
        .level-status {
            padding: 4px 7px;
            border-radius: 999px;
            color: #5e5e5e;
            border:
                1px solid rgba(255,255,255,.07);
            font-size: 7px;
            font-weight: 800;
            letter-spacing: .4px;
        }
        .level-status.ok {
            color: #e8d28b;
            border-color:
                rgba(212,175,55,.32);
            background:
                rgba(212,175,55,.045);
        }
        .level-amount {
            color: #eee;
            font-size: 20px;
            font-weight: 800;
            letter-spacing: -.5px;
        }
        .level-amount small {
            color: #777;
            font-size: 9px;
            font-weight: 500;
        }
        .level-requirement {
            min-height: 27px;
            color: #606060;
            font-size: 9px;
            line-height: 1.5;
        }
        .counter {
            padding-top: 9px;
            border-top:
                1px solid rgba(255,255,255,.035);
            color: #929292;
            font-size: 9px;
        }
        .distribution {
            display: grid;
            grid-template-columns:
                repeat(4,1fr);
            gap: 10px;
        }
        .distribution-item {
            padding: 19px 10px;
            text-align: center;
            border:
                1px solid rgba(212,175,55,.11);
            border-radius: 12px;
            background:
                linear-gradient(
                    145deg,
                    rgba(212,175,55,.025),
                    rgba(0,0,0,.22)
                );
        }
        .distribution-item strong {
            display: block;
            margin-bottom: 5px;
            font-size: 22px;
            background:
                linear-gradient(
                    180deg,
                    #fff,
                    #d4af37
                );
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
        }
        .distribution-item span {
            color: #626262;
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .steps {
            display: grid;
            grid-template-columns:
                repeat(3,1fr);
            gap: 12px;
        }
        .step {
            padding: 19px;
            border:
                1px solid rgba(212,175,55,.11);
            border-radius: 13px;
            background:
                rgba(0,0,0,.16);
        }
        .step-number {
            width: 29px;
            height: 29px;
            display: grid;
            place-items: center;
            margin-bottom: 12px;
            border-radius: 9px;
            color: #0a0803;
            background:
                linear-gradient(
                    145deg,
                    #f5dc81,
                    #a47c20
                );
            font-size: 11px;
            font-weight: 900;
        }
        .step h3 {
            margin-bottom: 6px;
            color: #ddd;
            font-size: 12px;
        }
        .step p {
            color: #666;
            font-size: 10px;
            line-height: 1.6;
        }
        footer {
            padding: 40px 0 50px;
            text-align: center;
            color: #4d4d4d;
            font-size: 10px;
            letter-spacing: .7px;
        }
        footer strong {
            color: #78631f;
        }
        .overlay {
            position: fixed;
            inset: 0;
            display: none;
            place-items: center;
            padding: 20px;
            background:
                rgba(0,0,0,.82);
            backdrop-filter: blur(10px);
            z-index: 1000;
        }
        .overlay.show {
            display: grid;
        }
        .modal {
            width: min(440px,100%);
            padding: 30px;
            text-align: center;
            border:
                1px solid rgba(212,175,55,.35);
            border-radius: 19px;
            background:
                linear-gradient(
                    145deg,
                    #17150e,
                    #090909 60%
                );
            box-shadow:
                0 40px 120px rgba(0,0,0,.85),
                0 0 50px rgba(212,175,55,.04);
        }
        .spinner {
            width: 38px;
            height: 38px;
            margin: 0 auto 19px;
            border:
                2px solid #333;
            border-top-color:
                var(--gold);
            border-right-color:
                var(--gold-light);
            border-radius: 50%;
            animation:
                spin .8s linear infinite;
        }
        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }
        .modal h3 {
            margin-bottom: 8px;
            color: #eee;
            font-size: 17px;
        }
        .modal p {
            color: #777;
            font-size: 11px;
            line-height: 1.7;
        }
        .toast {
            position: fixed;
            right: 20px;
            bottom: 20px;
            width: min(390px, calc(100% - 40px));
            padding: 15px 17px;
            border:
                1px solid rgba(212,175,55,.30);
            border-radius: 13px;
            background:
                linear-gradient(
                    145deg,
                    #17140c,
                    #090909
                );
            box-shadow:
                0 20px 70px rgba(0,0,0,.7);
            transform:
                translateY(130px);
            opacity: 0;
            pointer-events: none;
            transition:
                .3s ease;
            z-index: 1100;
        }
        .toast.show {
            transform:
                translateY(0);
            opacity: 1;
        }
        .toast-title {
            color: var(--gold-light);
            font-size: 12px;
            font-weight: 800;
            margin-bottom: 4px;
        }
        .toast-text {
            color: #888;
            font-size: 10px;
            line-height: 1.5;
        }
                .logo-container {
            text-align: center;
            padding-top: 30px;
            margin-bottom: 10px;
        }
        .logo-container img {
            width: 300px;
            height: 150px;
            object-fit: contain;
        }
        @media (max-width: 950px) {
            .levels-grid {
                grid-template-columns:
                    repeat(3,minmax(0,1fr));
            }
        }
        @media (max-width: 760px) {
            .grid {
                grid-template-columns: 1fr;
            }
            .hero {
                padding-top: 60px;
            }
            .wallet-row {
                flex-direction: column;
                align-items: stretch;
            }
            .wallet-row .btn {
                width: 100%;
            }
            .balance-grid {
                grid-template-columns:
                    1fr;
            }
            .distribution {
                grid-template-columns:
                    repeat(2,1fr);
            }
            .steps {
                grid-template-columns:
                    1fr;
            }
            .network {
                display: none;
            }
            .levels-header {
                flex-direction: column;
            }
        }
        @media (max-width: 520px) {
            .container {
                width:
                    min(100% - 20px,1180px);
            }
            .card {
                padding: 19px;
            }
            h1 {
                letter-spacing: -3px;
            }
            .brand-subtitle {
                display: none;
            }
            .brand-name {
                font-size: 15px;
            }
            .levels-grid {
                grid-template-columns:
                    repeat(2,minmax(0,1fr));
            }
            .level {
                min-height: 140px;
            }
            .button-row {
                flex-direction: column;
            }
            .button-row .btn {
                width: 100%;
            }
            .entry-price strong {
                font-size: 32px;
            }
            .referral-link-box {
                flex-direction: column;
            }
            .referral-link {
                width: 100%;
            }
            .referral-copy {
                width: 100%;
            }
        }