:root,[data-theme=light]{--background: #f8faf1;--background-secondary: #f2f5e9;--surface: #ffffff;--surface-secondary: #f1f5e5;--surface-tertiary: #eaf0da;--overlay: #ffffff;--default: #ebf3cf;--foreground: #10130a;--foreground-secondary: #454b38;--muted: #717863;--border: #dfe3d1;--border-strong: #cbd2b8;--separator: #e6e9db;--field-background: #ffffff;--field-border: #dfe3d1;--field-placeholder: #9ca392;--scrollbar: #d3d9c3;--accent: #ccff00;--accent-edge: #a3cc00;--accent-foreground: #131a00;--accent-text: #5c7a00;--accent-soft: color-mix(in oklab, #ccff00 20%, transparent);--accent-soft-hover: color-mix(in oklab, #ccff00 30%, transparent);--accent-hover: color-mix(in oklab, #ccff00 88%, #ffffff 12%);--success: #17a94a;--warning: #d97a1f;--danger: #e0243f;--rarity-common: #475569;--rarity-common-soft: #4755691f;--rarity-rare: #0369a1;--rarity-rare-soft: #0369a11f;--rarity-epic: #7c3aed;--rarity-epic-soft: #7c3aed1f;--rarity-crown: #b47a00;--rarity-crown-soft: #b47a001f;--grid-dot: #ccff0014;--stage-glow: #ccff001a;--shadow-card: 0 18px 40px -24px rgba(20, 26, 4, .45);--radius: .5rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .75rem;--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, monospace;--feed-sequence-duration: .3s;--feed-item-duration: .132s;color-scheme:light}[data-theme=dark]{--background: #050502;--background-secondary: #090a06;--surface: #0f1109;--surface-secondary: #16190f;--surface-tertiary: #1d2114;--overlay: #0f1109;--default: #1b1f12;--foreground: #fbfcf6;--foreground-secondary: #d0d4c5;--muted: #a1a693;--border: #202417;--border-strong: #2e3322;--separator: #181c11;--field-background: #0f1109;--field-border: #202417;--field-placeholder: #808673;--scrollbar: #2e3322;--accent: #ccff00;--accent-edge: #a3cc00;--accent-foreground: #131a00;--accent-text: #ccff00;--accent-soft: color-mix(in oklab, #ccff00 15%, transparent);--accent-soft-hover: color-mix(in oklab, #ccff00 22%, transparent);--accent-hover: color-mix(in oklab, #ccff00 90%, #ffffff 10%);--success: #40bd5e;--warning: #f29c4c;--danger: #fa355c;--rarity-common: #94a3b8;--rarity-common-soft: #94a3b82e;--rarity-rare: #7dd3fc;--rarity-rare-soft: #bae6fd2e;--rarity-epic: #c4b5fd;--rarity-epic-soft: #c4b5fd2e;--rarity-crown: #fcd34d;--rarity-crown-soft: #fcd34d2e;--grid-dot: #ccff001f;--stage-glow: #ccff0012;--shadow-card: 0 24px 60px -30px rgba(0, 0, 0, .9);color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}html{scroll-behavior:smooth}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;border:0;background:none;cursor:pointer}input{font:inherit;color:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--scrollbar);border-radius:999px}::-webkit-scrollbar-track{background:transparent}.mono{font-family:var(--font-mono);font-variant-numeric:tabular-nums}.muted{color:var(--muted)}.app{display:flex;flex-direction:column;min-height:100%}.app>*{min-width:0}.header{position:sticky;top:0;z-index:40;display:flex;align-items:center;gap:12px;height:78px;padding:0 22px;background:var(--background);border-bottom:1px solid var(--separator)}.logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.logo img,.logo svg{display:block}.logo-mark{height:var(--logo-h, 48px);width:auto}.header-spacer{flex:1}.icon-btn{display:grid;place-items:center;width:36px;height:36px;border-radius:var(--radius);color:var(--foreground);transition:background .12s ease}.icon-btn:hover{background:var(--surface-secondary)}.icon-btn.on{color:var(--accent-text)}.nav-link{padding:8px 12px;border-radius:var(--radius);font-weight:500;color:var(--foreground);transition:background .12s ease}.nav-link:hover{background:var(--surface-secondary)}.nav-link.active{color:var(--accent-text)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 18px;border-radius:var(--radius);font-weight:600;white-space:nowrap;transition:background .12s ease,border-color .12s ease,opacity .12s ease}.btn-accent{background:var(--accent);color:var(--accent-foreground);box-shadow:inset 0 -1px 0 var(--accent-edge)}.btn-accent:hover{background:var(--accent-hover)}.btn-outline{border:1px solid var(--border-strong);background:var(--surface)}.btn-outline:hover,.btn-ghost{background:var(--surface-secondary)}.btn-ghost:hover{background:var(--surface-tertiary)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-lg{height:56px;font-size:15px;width:100%}.segmented{display:inline-flex;align-items:center;padding:3px;border-radius:var(--radius);border:1px solid var(--border);background:var(--surface-secondary);flex-shrink:0}.segment{height:30px;padding:0 14px;border-radius:calc(var(--radius) - 2px);font-size:13px;font-weight:600;color:var(--muted);white-space:nowrap;transition:background .14s ease,color .14s ease}.segment:hover:not(:disabled):not(.active){color:var(--foreground)}.segment:disabled{opacity:.4;cursor:not-allowed}.segmented[data-mode=demo] .segment.active{background:var(--accent);color:var(--accent-foreground);box-shadow:inset 0 -1px 0 var(--accent-edge)}.segmented[data-mode=live] .segment.active{background:var(--surface-tertiary);color:var(--foreground);box-shadow:inset 0 0 0 1px var(--border-strong)}.ticker-row{display:grid;grid-template-columns:1fr auto;border-bottom:1px solid var(--separator);background:var(--background)}.ticker{display:flex;align-items:center;gap:26px;height:60px;padding:0 22px;overflow:hidden;white-space:nowrap;-webkit-mask-image:linear-gradient(to right,transparent,#000 40px,#000 calc(100% - 40px),transparent);mask-image:linear-gradient(to right,transparent,#000 40px,#000 calc(100% - 40px),transparent)}.ticker-item{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);flex-shrink:0}.ticker-dot{width:6px;height:6px;border-radius:999px;background:var(--accent);flex-shrink:0}.ticker-item b{color:var(--foreground);font-weight:600}.ticker-cta{display:flex;align-items:center;gap:0;border-left:1px solid var(--separator)}.ticker-cta a,.ticker-cta button{display:grid;place-items:center;height:60px;padding:0 26px;font-weight:500;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}.ticker-cta .chev{padding:0 18px;border-left:1px solid var(--separator);text-decoration:none;color:var(--muted)}.split{display:grid;grid-template-columns:minmax(0,1fr) 510px;height:clamp(620px,76vh,900px)}.stage{position:relative;overflow:hidden;background:var(--background);background-image:radial-gradient(var(--grid-dot) 1.4px,transparent 1.4px);background-size:28px 28px;display:grid;place-items:center;padding:40px 24px;min-height:620px}.stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:radial-gradient(ellipse 60% 55% at 50% 50%,var(--stage-glow),transparent 70%)}.rail{display:flex;flex-direction:column;border-left:1px solid var(--separator);background:var(--surface);min-width:0;min-height:0;overflow:hidden}.stage-inner{display:flex;flex-direction:column;align-items:center;gap:26px;width:100%}.tier-bar{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;max-width:100%}.tier-chip{display:inline-flex;align-items:center;gap:6px;height:28px;padding:0 11px;border-radius:999px;border:1px solid var(--border);background:var(--surface-secondary);font-size:12px;color:var(--muted);white-space:nowrap;transition:background .12s ease,color .12s ease,border-color .12s ease}.tier-chip b{color:var(--foreground-secondary);font-weight:600}.tier-chip:hover{border-color:var(--border-strong)}.tier-chip.active{background:var(--surface-tertiary);color:var(--foreground);border-color:var(--border-strong)}.tier-chip.active b{color:var(--foreground)}.tier-dot{width:7px;height:7px;border-radius:999px;background:currentColor;flex-shrink:0}.tier-legendary{color:#f5b301}.tier-epic{color:#a97bff}.tier-rare{color:#4c9bff}.tier-uncommon{color:#35c46a}.tier-common{color:var(--muted)}.pool-card-body{display:grid;gap:5px;padding:11px 13px 13px}.pool-card-row{display:flex;align-items:baseline;gap:6px;font-size:12.5px;min-width:0}.pool-card-row.muted{color:var(--muted);font-size:11.5px}.pool-card-spacer{flex:1}.pool-card-name{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.pool-card-rank{color:var(--muted);font-weight:600;flex-shrink:0}.pool-card-tier{font-weight:700;font-size:11.5px;flex-shrink:0}.fan{position:relative;width:min(100%,940px);height:400px;display:grid;place-items:center}.fan-card{position:absolute;width:250px;transition:transform .4s cubic-bezier(.22,1,.36,1),opacity .3s ease}.card{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);overflow:hidden;box-shadow:var(--shadow-card)}.card.is-focus{border-color:var(--accent);box-shadow:var(--shadow-card),0 0 0 1px var(--accent-soft)}.card-art{display:block;width:100%;aspect-ratio:1;background:var(--surface-secondary);overflow:hidden}.card-art svg,.reel-item svg{display:block;width:100%;height:100%}.card-body{padding:12px 14px 14px;display:flex;flex-direction:column;gap:8px}.card-title{display:flex;align-items:baseline;justify-content:space-between;gap:8px;font-weight:600;font-size:13px}.card-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-title .mono{flex-shrink:0}.card-collection{color:var(--muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-stats{display:flex;gap:6px;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border-radius:var(--radius-sm);background:var(--surface-tertiary);font-size:11px;font-weight:600;color:var(--foreground-secondary);white-space:nowrap}.chip.accent{background:var(--accent-soft);color:var(--accent-text)}.chip.common{background:var(--rarity-common-soft);color:var(--rarity-common)}.chip.rare{background:var(--rarity-rare-soft);color:var(--rarity-rare)}.chip.epic{background:var(--rarity-epic-soft);color:var(--rarity-epic)}.chip.crown{background:var(--rarity-crown-soft);color:var(--rarity-crown)}.tabs{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:4px;padding:10px 12px;border-bottom:1px solid var(--separator)}.tab{height:36px;border-radius:var(--radius);font-weight:600;font-size:13px;color:var(--muted);transition:background .12s ease,color .12s ease}.tab:hover{color:var(--foreground)}.tab.active{background:var(--surface-tertiary);color:var(--foreground)}.sort-row{display:flex;align-items:center;gap:4px;padding:8px 16px;border-bottom:1px solid var(--separator);font-size:12px;color:var(--muted)}.sort-row .label{flex:1}.sort-btn{padding:4px 8px;border-radius:var(--radius-sm);font-size:12px;color:var(--muted)}.sort-btn:hover{background:var(--surface-secondary)}.sort-btn.active{color:var(--foreground);font-weight:600}.feed{flex:1 1 auto;overflow-y:auto;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-gutter:stable}.feed-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px 16px;border-bottom:1px solid var(--separator);animation:feed-in var(--feed-sequence-duration) cubic-bezier(.22,1,.36,1) both}@keyframes feed-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.feed-art{width:44px;height:44px;border-radius:var(--radius-md);overflow:hidden;background:var(--surface-secondary);flex-shrink:0}.feed-art img,.feed-art svg{display:block;width:100%;height:100%}.feed-main{min-width:0}.feed-name{font-weight:600;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-sub{font-size:12px;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feed-right{text-align:right;font-size:12px}.feed-value{font-weight:600;font-family:var(--font-mono)}.feed-empty{display:grid;place-items:center;gap:6px;padding:60px 24px;text-align:center;color:var(--muted)}.buybox{border-top:1px solid var(--separator);padding:16px;display:flex;flex-direction:column;gap:12px;background:var(--surface)}.buybox-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.quantity-value{display:flex;align-items:center;gap:10px;font-weight:600}.slider{position:relative;height:44px;border-radius:var(--radius);background:var(--surface-tertiary);display:flex;align-items:center;padding:0 6px}.slider input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:32px;background:transparent;margin:0;cursor:pointer}.slider input::-webkit-slider-runnable-track{height:32px;background:transparent}.slider input::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:26px;height:26px;margin-top:3px;border-radius:999px;background:var(--accent);border:4px solid var(--surface);box-shadow:0 0 0 1px var(--accent-edge)}.slider input::-moz-range-thumb{width:22px;height:22px;border-radius:999px;background:var(--accent);border:3px solid var(--surface);box-shadow:0 0 0 1px var(--accent-edge)}.slider-fill{position:absolute;left:16px;right:16px;top:50%;margin-top:-2px;height:4px;border-radius:999px;background:var(--border-strong);pointer-events:none}.slider-fill span{display:block;height:100%;border-radius:999px;background:var(--accent-soft)}.buy-note{text-align:center;font-size:12px;color:var(--muted)}.buy-note a,.buy-note button{text-decoration:underline;text-underline-offset:3px;color:var(--foreground);font-weight:500}.settings-panel{display:grid;gap:10px;padding:12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-secondary)}.field-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;font-size:12px}.field{height:34px;width:120px;padding:0 10px;border-radius:var(--radius-sm);border:1px solid var(--field-border);background:var(--field-background);text-align:right;font-family:var(--font-mono)}.section{width:100%;max-width:1180px;margin:0 auto;padding:48px 22px}.section+.section{border-top:1px solid var(--separator)}.panel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px}.panel{border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);padding:20px}.panel h3{margin:0 0 4px;font-size:15px}.panel p{margin:0;color:var(--muted);font-size:13px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;margin-top:18px}.stat{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.stat .k{color:var(--muted);font-size:13px}.stat .v{font-weight:700;font-family:var(--font-mono)}.section-head{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-bottom:18px}.section-head>div{min-width:0;flex:1 1 260px}.section-head h2{margin:0;font-size:20px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.table{width:100%;border-collapse:collapse;font-size:13px}.table th{text-align:left;font-weight:500;color:var(--muted);padding:10px 12px;border-bottom:1px solid var(--separator);white-space:nowrap}.table td{padding:12px;border-bottom:1px solid var(--separator);vertical-align:middle}.table tbody tr:hover{background:var(--surface-secondary)}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.rank{display:grid;place-items:center;width:26px;height:26px;border-radius:999px;background:var(--surface-tertiary);font-weight:700;font-size:12px}.rank.g1{background:#d4af3733;color:#b47a00}.rank.g2{background:#9aa3ab33;color:#6b7480}.rank.g3{background:#b07a4b33;color:#a06a3b}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;padding:24px;background:color-mix(in oklab,var(--background) 88%,transparent);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fade-in .18s ease both}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.opening{width:min(100%,520px);display:grid;gap:18px;justify-items:center;text-align:center}.opening h2{margin:0;font-size:22px}.opening p{margin:0;color:var(--muted);font-size:13px}.reel{position:relative;width:100%;height:300px;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface)}.reel-track{display:flex;gap:12px;padding:30px 0;align-items:center;will-change:transform}.reel-item{flex:0 0 200px;width:200px;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);background:var(--surface-secondary)}.reel-marker{position:absolute;top:0;bottom:0;left:50%;width:2px;margin-left:-1px;background:var(--accent);box-shadow:0 0 18px 2px var(--accent-soft);z-index:2}.reel-fade{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1;background:linear-gradient(to right,var(--surface) 0%,transparent 22%,transparent 78%,var(--surface) 100%)}.reveal-card{width:260px;animation:reveal-pop .5s cubic-bezier(.22,1.6,.4,1) both}@keyframes reveal-pop{0%{opacity:0;transform:scale(.86) translateY(14px)}to{opacity:1;transform:none}}.settle-actions{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;width:100%}.settle-actions .btn{flex-direction:column;gap:2px;height:58px;width:100%;padding:0 10px;line-height:1.25}.settle-actions .btn span:last-child{font-size:11.5px;font-weight:500;opacity:.85}.outcome{padding:12px 16px;border-radius:var(--radius);background:var(--accent-soft);color:var(--accent-text);font-weight:600;font-size:13px}.modal{width:min(100%,420px);display:grid;gap:14px;padding:20px;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-card)}.modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-head h2{margin:0;font-size:17px}.wallet-list{display:grid;gap:8px}.wallet-row{display:flex;align-items:center;gap:12px;width:100%;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface-secondary);font-size:14px;text-align:left;transition:background .12s ease,border-color .12s ease}.wallet-row:hover:not(:disabled){background:var(--surface-tertiary);border-color:var(--accent)}.wallet-row:disabled{opacity:.55;cursor:not-allowed}.wallet-mark{display:grid;place-items:center;width:28px;height:28px;flex-shrink:0;border-radius:var(--radius-sm);background:var(--surface-tertiary);object-fit:contain;font-weight:700}.wallet-name{flex:1;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wallet-empty{display:grid;gap:10px}.wallet-empty p{margin:0;font-size:13px}.wallet-chip{display:inline-flex;align-items:center;gap:8px}.wallet-chip img{width:18px;height:18px;border-radius:4px;object-fit:contain}.addr{display:inline-flex;align-items:center;gap:6px;min-width:0}.addr-value{overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px;text-decoration-color:var(--border-strong)}.addr-value:hover{text-decoration-color:var(--accent)}.addr-copy{display:inline-grid;place-items:center;padding:3px 6px;border-radius:var(--radius-sm);color:var(--muted);font-size:11px;flex-shrink:0}.addr-copy:hover{background:var(--surface-tertiary);color:var(--foreground)}.ca-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:var(--radius);border:1px solid var(--accent);background:var(--accent-soft);font-size:12.5px;max-width:100%}.docs{display:grid;grid-template-columns:246px minmax(0,1fr);gap:40px;width:100%;max-width:1180px;margin:0 auto;padding:40px 22px 80px;align-items:start}.docs-nav{position:sticky;top:98px;display:grid;gap:2px}.docs-nav .group{margin-top:18px;padding:0 10px 6px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.docs-nav .group:first-child{margin-top:0}.docs-nav a{padding:7px 10px;border-radius:var(--radius-sm);font-size:13px;color:var(--foreground-secondary)}.docs-nav a:hover{background:var(--surface-secondary)}.docs-nav a.active{background:var(--accent-soft);color:var(--accent-text);font-weight:600}.article{max-width:760px;min-width:0}.article h1{margin:0 0 8px;font-size:30px;letter-spacing:-.02em}.article .lede{margin:0 0 28px;font-size:16px;color:var(--muted)}.article h2{margin:34px 0 10px;font-size:18px}.article p{margin:0 0 14px;color:var(--foreground-secondary);font-size:14.5px;line-height:1.68}.article ul{margin:0 0 14px;padding-left:20px;color:var(--foreground-secondary);line-height:1.68}.article li{margin-bottom:6px}.article code{font-family:var(--font-mono);font-size:.9em;padding:2px 5px;border-radius:var(--radius-sm);background:var(--surface-tertiary)}.callout{display:grid;gap:6px;padding:14px 16px;margin:0 0 16px;border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);background:var(--surface-secondary);font-size:13.5px;color:var(--foreground-secondary)}.tech{margin-top:34px;padding-top:18px;border-top:1px solid var(--separator);font-size:13px;color:var(--muted)}.tech h3{margin:0 0 10px;font-size:13px;color:var(--foreground)}.tech ol{margin:0;padding-left:18px;line-height:1.65}.docs-pager{display:flex;justify-content:space-between;gap:16px;margin-top:44px;padding-top:18px;border-top:1px solid var(--separator);font-size:13px}.docs-pager .muted{display:block;font-size:11px}.footer{margin-top:auto;border-top:1px solid var(--separator);background:var(--background)}.footer-inner{width:100%;max-width:1180px;margin:0 auto;padding:26px 22px;display:flex;align-items:center;gap:20px;flex-wrap:wrap;font-size:13px;color:var(--muted)}.footer-inner a:hover{color:var(--foreground)}.footer-spacer{flex:1}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:var(--surface-tertiary);font-size:12px;font-weight:600}.pill.live{background:var(--accent-soft);color:var(--accent-text)}.pill .dot{width:6px;height:6px;border-radius:999px;background:currentColor;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}.banner{display:flex;align-items:center;gap:10px;justify-content:center;padding:9px 16px;background:var(--accent-soft);color:var(--accent-text);font-size:12.5px;font-weight:600;border-bottom:1px solid var(--separator)}.banner button{text-decoration:underline;text-underline-offset:3px;font-weight:700}.form-grid{display:grid;gap:14px;max-width:520px}.form-grid label{display:grid;gap:6px;font-size:13px;font-weight:500}.form-grid input,.form-grid select{height:42px;padding:0 12px;border-radius:var(--radius);border:1px solid var(--field-border);background:var(--field-background);font-family:var(--font-mono)}.hint{font-size:12px;color:var(--muted);font-weight:400}.error{color:var(--danger);font-size:13px}.chat-tab{position:fixed;left:0;top:50%;transform:translateY(-50%);z-index:30;display:grid;place-items:center;gap:8px;width:56px;padding:20px 0;border-radius:0 var(--radius-lg) var(--radius-lg) 0;background:var(--accent);color:var(--accent-foreground);font-weight:800;font-size:12px;letter-spacing:.14em;writing-mode:vertical-rl;box-shadow:var(--shadow-card)}.chat-count{writing-mode:horizontal-tb;display:grid;place-items:center;min-width:22px;height:22px;border-radius:999px;background:var(--danger);color:#fff;font-size:11px}@media (max-width: 1180px){.split{grid-template-columns:minmax(0,1fr) 420px}}@media (max-width: 980px){.split{grid-template-columns:minmax(0,1fr);height:auto}.rail{overflow:visible}.feed{max-height:460px}.rail{border-left:0;border-top:1px solid var(--separator)}.stage{min-height:440px}.fan{height:330px}.docs{grid-template-columns:minmax(0,1fr);gap:24px}.docs-nav{position:static;grid-auto-flow:row}.chat-tab{display:none}}@media (max-width: 900px){.hide-sm{display:none}}@media (max-width: 720px){.header{height:62px;padding:0 8px;gap:3px}.header .logo-mark{height:32px}.header .btn{height:36px;padding:0 12px;font-size:13px}.segment{height:28px;padding:0 7px;font-size:11.5px}.segmented{padding:2px}.ticker-cta a,.ticker-cta button{padding:0 14px;font-size:13px}.ticker{padding:0 14px;gap:18px}.banner{flex-wrap:wrap;text-align:center}.tabs{grid-auto-flow:row;grid-template-columns:repeat(auto-fit,minmax(84px,1fr))}.section{padding:32px 14px}.fan-card{width:190px}.stage{padding:24px 12px}}@media (max-width: 400px){.header{padding:0 6px;gap:2px}.header .logo-mark{height:24px}.header .btn{padding:0 9px}.segment{padding:0 6px}}.loading-dots:after{content:"";animation:dots 1.4s steps(4,end) infinite}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}@media (prefers-reduced-motion: reduce){.loading-dots:after{content:"…";animation:none}}
