:root{--font-display: "Clash Display", "Archivo", ui-sans-serif, system-ui, sans-serif;--font-text: "Satoshi", ui-sans-serif, system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--brand: #ff0051;--brand-hover: #E7014C;--brand-pressed: #B60241;--brand-subtle: #FFE5EE;--brand-on: #fff;--red-20: #850335;--red-50: #ff0051;--accent: #1D0239;--accent-hover: #280F43;--accent-subtle: #FAF3FF;--accent-fg: #1D0239;--on-accent: #fff;--bg: #ffffff;--bg-subtle: #F4F2F5;--bg-muted: #E8E6EB;--surface: #ffffff;--surface-alt: #F4F2F5;--surface-sunken: #EDEAF0;--fg: #0B0518;--fg-muted: #6C5B7E;--fg-subtle: #837492;--fg-on-dark: #fff;--border: #DDD9E1;--border-strong: #C6C0CD;--divider: #E8E6EB;--success: #03B427;--success-subtle: #E5FFEA;--green-10:#08501F;--green-30:#03B427;--green-50:#01E62C;--green-70:#4DFF6D;--warning: #FF8A00;--warning-subtle: #FFF3E5;--orange-10:#85480C;--danger: #E7014C;--danger-subtle: #FFE5EE;--info:#945FBA;--info-subtle:#FAF3FF;--neutral-55:#998DA6;--neutral-60:#B0A6BA;--neutral-70:#C6C0CD;--neutral-80:#DDD9E1;--neutral-90:#E8E6EB;--neutral-95:#F4F2F5;--neutral-100:#fff;--pale-purple-20:#6D458B;--pale-purple-50:#CF85FF;--pale-purple-70:#DDAAFF;--pale-purple-80:#E7C2FF;--pale-purple-90:#F1DAFF;--deep-purple-10:#1D0239;--deep-purple-20:#280F43;--radius-xs:4px;--radius-sm:6px;--radius-md:9px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:22px;--radius-3xl:30px;--radius-4xl:38px;--radius-full:999px;--shadow-xs: 0 1px 2px rgba(18,18,21,.05);--shadow-sm: 0 1px 2px rgba(18,18,21,.07), 0 0 1px rgba(18,18,21,.1);--shadow-md: 0 1px 3px rgba(18,18,21,.07), 0 4px 12px rgba(18,18,21,.06);--shadow-lg: 0 2px 6px rgba(18,18,21,.08), 0 12px 32px rgba(18,18,21,.1);--shadow-xl: 0 12px 48px rgba(18,18,21,.18);--shadow-focus: 0 0 0 3px rgba(255,0,81,.22);--ease-standard: cubic-bezier(.2,0,0,1);--ease-emphasized: cubic-bezier(.3,0,0,1);--dur-fast:.12s;--dur-base:.2s;--dur-slow:.32s;--header-bg: #ffffff}[data-theme=dark]{--brand: #ff0051;--brand-hover:#FF1A63;--brand-pressed:#E7014C;--brand-subtle: #44102C;--brand-on:#fff;--red-20: #FF80A8;--accent: #ffffff;--accent-hover:#F1DAFF;--accent-subtle:#341B4D;--accent-fg:#fff;--on-accent:#1D0239;--bg:#0B0518;--bg-subtle:#0B0518;--bg-muted:#1D0239;--surface:#280F43;--surface-alt:#341B4D;--surface-sunken:#3F2857;--fg:#ffffff;--fg-muted:#B9A3D4;--fg-subtle:#837492;--fg-on-dark:#fff;--border:#3F2857;--border-strong:#4A3561;--divider:#341B4D;--success:#03B427;--success-subtle:#0A2E16;--green-10:#4DFF6D;--green-30:#03B427;--green-50:#00FF2E;--green-70:#4DFF6D;--warning:#FF8A00;--warning-subtle:#2E1E08;--orange-10:#FFC580;--danger:#E7014C;--danger-subtle:#44102C;--info:#CF85FF;--info-subtle:#341B4D;--neutral-60:#837492;--neutral-70:#4A3561;--neutral-80:#4A3561;--neutral-90:#341B4D;--neutral-95:#1D0239;--neutral-100:#280F43;--pale-purple-20:#6D458B;--pale-purple-50:#CF85FF;--pale-purple-70:#DDAAFF;--pale-purple-80:#E7C2FF;--pale-purple-90:#341B4D;--shadow-md: 0 1px 3px rgba(0,0,0,.45), 0 6px 18px rgba(11,5,24,.5);--shadow-sm: 0 1px 2px rgba(0,0,0,.45);--shadow-lg: 0 12px 36px rgba(11,5,24,.6);--shadow-xl: 0 16px 56px rgba(11,5,24,.7);--shadow-focus: 0 0 0 3px rgba(207,133,255,.4);--header-bg: #1D0239}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg-subtle);color:var(--fg);font-family:var(--font-text);transition:background var(--dur-base) var(--ease-standard),color var(--dur-base) var(--ease-standard)}h1,h2,h3,h4,h5{font-family:var(--font-display);font-weight:600;margin:0;letter-spacing:-.01em;color:var(--fg)}a{color:inherit}::selection{background:var(--brand);color:#fff}.wc-page{max-width:1280px;margin:0 auto;padding:44px 28px 80px}.wc-section-head{margin:56px 0 18px}.wc-summary{display:grid;grid-template-columns:repeat(4,1fr);background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-md);overflow:hidden}.wc-sum-item{padding:18px 22px}.wc-summary>.wc-sum-item:not(:last-child){border-right:1px solid var(--divider)}.wc-admin-chip{display:inline-flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:4px 5px 4px 11px;cursor:pointer;color:var(--fg)}.wc-admin-pill{font-family:var(--font-display);font-weight:700;font-size:11px;color:#fff;background:var(--brand);border-radius:999px;padding:4px 9px}.wc-ttabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;margin-bottom:14px;scrollbar-width:thin}.wc-ttab{flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:8px 13px 8px 9px;cursor:pointer;color:var(--fg);transition:border-color var(--dur-base),background var(--dur-base)}.wc-ttab:hover{border-color:var(--border-strong)}.wc-ttab.on{background:var(--accent);border-color:var(--accent);color:var(--fg-on-dark)}[data-theme=dark] .wc-ttab.on{color:#1d0239}.wc-ttab .wc-tab-sub{color:var(--fg-subtle)}.wc-ttab.on .wc-tab-sub{color:#fffc}[data-theme=dark] .wc-ttab.on .wc-tab-sub{color:#1d0239b3}.wc-tab-q{font-family:var(--font-display);font-size:8px;text-transform:uppercase;letter-spacing:.05em;opacity:.6;margin-left:3px}.wc-tab-mid{opacity:.45}.wc-spot{display:grid;grid-template-columns:1.5fr 1fr;gap:0;background:var(--surface);border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow-md);overflow:hidden}.wc-spot-main{padding:28px 30px;min-width:0}.wc-spot-side{border-left:1px solid var(--divider);background:var(--surface-alt);display:flex;flex-direction:column}.wc-spot-stat{padding:18px 24px}.wc-spot-side>.wc-spot-stat:not(:last-child){border-bottom:1px solid var(--divider)}.wc-bignum{font-family:var(--font-display);font-weight:700;font-size:clamp(48px,7vw,76px);line-height:.92;letter-spacing:-.03em;color:var(--brand);font-variant-numeric:tabular-nums}.wc-spot-tbc{border:1px dashed var(--border-strong);border-radius:14px;padding:24px}.wc-spot-empty{background:var(--surface-alt);border:1px solid var(--border);border-radius:18px;padding:52px 30px;text-align:center;display:flex;flex-direction:column;align-items:center}.wc-spot-empty-chip{display:grid;place-items:center;width:48px;height:48px;border-radius:999px;background:var(--surface);border:1px solid var(--border);color:var(--fg-muted);margin-bottom:16px}.wc-spot-empty-title{margin:0;font-family:var(--font-display);font-weight:700;font-size:22px;line-height:1.1;letter-spacing:-.02em;color:var(--fg)}.wc-spot-empty-copy{margin:8px 0 0;max-width:42ch;font-size:13.5px;line-height:1.5;color:var(--fg-muted);text-wrap:pretty}.wc-nextmatch{margin-top:16px;padding-top:14px;border-top:1px dashed var(--border)}.wc-nextburn{margin-top:18px;padding-top:16px;border-top:1px dashed var(--border)}.wc-midnum{font-family:var(--font-display);font-weight:700;font-size:clamp(30px,4vw,42px);line-height:.95;letter-spacing:-.025em;color:var(--brand);font-variant-numeric:tabular-nums}.wc-supply{display:flex;flex-direction:column;gap:13px}.wc-supply-eyebrow{font-family:var(--font-display);font-weight:600;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--fg-muted)}.wc-supply-bar{display:flex;gap:2px;height:12px;width:100%}.wc-supply-seg{height:100%;min-width:6px;border-radius:3px;transition:flex-grow var(--dur-slow) var(--ease-emphasized)}.wc-supply-empty{min-width:0;background:var(--neutral-90)}.wc-supply-legend{display:flex;flex-direction:column;gap:9px}.wc-supply-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.wc-supply-key{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--fg-muted)}.wc-supply-dot{width:9px;height:9px;border-radius:3px;flex:0 0 auto}.wc-supply-val{display:inline-flex;align-items:baseline;gap:9px;font-family:var(--font-display);font-weight:700;font-size:15px;color:var(--fg);font-variant-numeric:tabular-nums}.wc-supply-pct{min-width:38px;text-align:right;font-family:var(--font-mono);font-weight:500;font-size:11px;color:var(--fg-subtle);font-variant-numeric:tabular-nums}.wc-supply-total{margin-top:2px;padding-top:11px;border-top:1px solid var(--divider)}.wc-supply-total .wc-supply-key{color:var(--fg);font-weight:600}.wc-supply-burned{margin-top:4px;padding-top:10px;border-top:1px dashed var(--border)}.wc-supply-burned .wc-supply-val{color:var(--brand)}.wc-record{display:inline-flex;align-items:center;font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:12px;color:var(--fg-muted);background:var(--surface-alt);border:1px solid var(--border);border-radius:999px;padding:4px 11px}.wc-record strong{color:var(--fg);font-weight:700}.wc-group-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(440px,1fr));gap:14px}.wc-draw-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:12px}.wc-fixture-row:hover{background:var(--surface-alt)}.wc-fixture-row--settled{margin-inline:-16px;background:var(--surface-sunken)}.wc-fixture-row--settled:hover{background:var(--surface-sunken)}.wc-input{width:100%;border:1px solid var(--border-strong);border-radius:8px;padding:11px 13px;font-family:var(--font-text);font-size:13.5px;color:var(--fg);background:var(--surface);outline:none;transition:box-shadow var(--dur-base),border-color var(--dur-base)}.wc-input.wc-mono{font-family:var(--font-mono);font-size:12.5px}.wc-input:focus{border-color:var(--brand);box-shadow:var(--shadow-focus)}.wc-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#0b05188c;display:flex;align-items:center;justify-content:center;padding:24px;animation:wc-fade var(--dur-base) var(--ease-standard)}.wc-modal{background:var(--surface);border-radius:16px;box-shadow:var(--shadow-xl);padding:26px;max-width:100%;max-height:90vh;overflow-y:auto;animation:wc-pop var(--dur-base) var(--ease-emphasized)}@keyframes wc-fade{0%{opacity:0}}@keyframes wc-pop{0%{opacity:0;transform:translateY(8px) scale(.99)}}.wc-callout{border:1px solid var(--border);border-radius:12px;padding:14px;margin-top:16px}.wc-kv{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12.5px;padding:3px 0}.wc-kv span:first-child{color:var(--fg-muted)}.wc-row-btn{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;text-align:left;border:1px solid var(--border);border-radius:10px;padding:11px 13px;background:var(--surface-alt);cursor:pointer;transition:border-color var(--dur-base)}.wc-row-btn:hover{border-color:var(--border-strong)}.wc-drawer-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#0b051873;opacity:0;pointer-events:none;transition:opacity var(--dur-base) var(--ease-standard)}.wc-drawer-scrim.open{opacity:1;pointer-events:auto}.wc-drawer{position:fixed;top:0;right:0;bottom:0;z-index:55;width:460px;max-width:92vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--shadow-xl);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--dur-slow) var(--ease-emphasized)}.wc-drawer.open{transform:translate(0)}.wc-x{width:30px;height:30px;border-radius:8px;border:1px solid var(--border);background:var(--surface);cursor:pointer;color:var(--fg-muted);font-size:13px}.wc-x:hover{background:var(--surface-alt)}.wc-dtab{border:none;background:none;cursor:pointer;padding:10px 12px;margin-bottom:-1px;font-family:var(--font-display);font-weight:600;font-size:12.5px;color:var(--fg-muted);border-bottom:2px solid transparent;display:inline-flex;align-items:center;gap:6px}.wc-dtab.on{color:var(--fg);border-bottom-color:var(--brand)}.wc-dtab-count{font-family:var(--font-mono);font-size:10px;background:var(--neutral-90);border-radius:999px;padding:1px 6px}.wc-token-admin{display:flex;align-items:center;gap:12px;border:1px solid var(--border);border-radius:12px;padding:11px 13px;background:var(--surface)}.wc-admin-row{display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid var(--border);border-radius:10px;padding:11px 13px;background:var(--surface-alt)}.wc-remove{border:none;background:none;cursor:pointer;font-size:12px;color:var(--danger);font-family:var(--font-display);font-weight:600}.wc-remove:disabled{color:var(--fg-subtle);cursor:not-allowed}.wc-audit{border:1px solid var(--border);border-radius:10px;padding:12px 14px;background:var(--surface)}footer.wc-foot{max-width:1280px;margin:40px auto 0;padding:28px;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;color:var(--fg-muted);font-size:12px}@media(max-width:980px){.wc-summary{grid-template-columns:repeat(2,1fr)}.wc-summary>.wc-sum-item:nth-child(2){border-right:none}.wc-summary>.wc-sum-item:nth-child(1),.wc-summary>.wc-sum-item:nth-child(2){border-bottom:1px solid var(--divider)}}@media(max-width:820px){.wc-spot{grid-template-columns:1fr}.wc-spot-side{border-left:none;border-top:1px solid var(--divider);flex-direction:row;flex-wrap:wrap}.wc-spot-side>.wc-spot-stat{flex:1 1 100%}.wc-spot-side>.wc-spot-stat:not(:last-child){border-bottom:1px solid var(--divider)}}@media(max-width:760px){.wc-group-grid{grid-template-columns:1fr}.wc-page{padding:28px 16px 60px}.wc-hide-sm{display:none!important}.wc-fixture-row{grid-template-columns:64px 1fr auto!important;gap:8px!important}}@media(max-width:520px){.wc-summary{grid-template-columns:1fr}.wc-summary>.wc-sum-item{border-right:none!important;border-bottom:1px solid var(--divider)}.wc-summary>.wc-sum-item:last-child{border-bottom:none}}@media(max-width:560px){.wc-fixture-row{grid-template-columns:1fr auto!important;grid-template-areas:"match match" "meta burn"!important;gap:8px 12px!important;align-items:center}.wc-fixture-row>:nth-child(1){grid-area:meta}.wc-fixture-row>:nth-child(2){grid-area:match;min-width:0}.wc-fixture-row>:nth-child(3){grid-area:burn}.wc-stage-tabs{flex-wrap:nowrap!important;overflow-x:auto;scrollbar-width:thin;-webkit-overflow-scrolling:touch}.wc-stage-tabs>button{flex:0 0 auto}}[data-theme=dark] img.wc-icon{filter:brightness(0) invert(1)}@keyframes wc-spin{to{transform:rotate(360deg)}}.wc-spin{animation:wc-spin .8s linear infinite}
