:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#0b0e14;--fg:#e6e8ee;--muted:#aab2c0;--border:#1e2430;--accent:#7aa2ff;--code-bg:#060810}*{box-sizing:border-box}html,body{margin:0}body{background:var(--bg);min-height:100vh;color:var(--fg);font-family:system-ui,-apple-system,sans-serif}main{max-width:720px;margin:0 auto;padding:2rem 1rem}a{color:var(--accent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.section{border-top:2px solid var(--border);margin-top:3.5rem;padding-top:3.5rem}.section>h2{margin:0 0 1.25rem;font-size:1.6rem}.steps{gap:1rem;margin:0;padding:0;list-style:none;display:grid}.step{border:1px solid var(--border);border-radius:8px;padding:1rem}.step h3{margin:0 0 .25rem}.step p{color:var(--muted);margin:0}.how-lead{color:var(--muted);margin:0 0 1.5rem;line-height:1.6}.how-start{margin-top:1.5rem}.how-start p{color:var(--muted);margin:0 0 .75rem}.how-start pre{white-space:pre-wrap;overflow-wrap:anywhere}.how-start .copy{margin-top:.75rem}.copy-field{flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-top:.75rem;display:flex}.copy-field-value{color:var(--accent);background:var(--code-bg);border:1px solid var(--border);word-break:break-all;border-radius:4px;padding:.2rem .5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.9rem}.copy{align-items:center;gap:.5rem;display:inline-flex}.copy-button{color:var(--accent);border:1px solid var(--accent);font:inherit;cursor:pointer;background:0 0;border-radius:6px;align-items:center;gap:.4rem;padding:.35rem .85rem;font-size:.9rem;display:inline-flex}.copy-button:hover{background:var(--code-bg)}.copy-icon{fill:none;stroke:currentColor;stroke-width:1.2px;flex:none;width:.95rem;height:.95rem}.copy-status{color:var(--muted);opacity:0;font-size:.85rem;transition:opacity .5s}.copy-status--shown{opacity:1}pre{background:var(--code-bg);border:1px solid var(--border);border-radius:8px;margin:0;padding:1rem;overflow-x:auto}html{scroll-behavior:auto}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}main,.section{scroll-margin-top:4rem}.nav{z-index:10;background:var(--bg);border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem 1rem;padding:.75rem 1rem;display:flex;position:sticky;top:0}.nav-brand{color:var(--fg);align-items:center;gap:.5rem;font-size:1.3rem;font-weight:700;text-decoration:none;display:inline-flex}.nav-logo{flex:none;width:1.65rem;height:1.65rem}.nav-links{flex-wrap:wrap;gap:1rem;font-size:1.05rem;display:flex}.footer{border-top:1px solid var(--border);max-width:720px;color:var(--muted);margin:3rem auto 0;padding:1.5rem 1rem;font-size:.9rem}.brand-mark{margin:0 auto;display:block}.podium-head .brand-mark{width:2.25rem;height:2.25rem}.hero{text-align:center;padding:1.5rem 0 .5rem;overflow-x:clip}.hero-stage{justify-content:center;align-items:flex-end;gap:clamp(.5rem,5vw,2.5rem);margin-bottom:1.5rem;display:flex}.hero-fighter{color:var(--muted);transform-origin:bottom;flex-direction:column;align-items:center;gap:.25rem;display:flex}.hero-fighter-claude{color:var(--fg)}.hero-fighter .brand-mark{width:clamp(2rem,9vw,3rem);height:clamp(2rem,9vw,3rem)}.hero-fighter-claude .brand-mark{width:clamp(2.4rem,11vw,3.6rem);height:clamp(2.4rem,11vw,3.6rem)}.hero-body{width:clamp(2.5rem,12vw,4rem);height:auto}.hero-fighter-claude .hero-body{width:clamp(3rem,14vw,4.75rem)}.hero-fighter-openai,.hero-fighter-gemini{animation:.6s .1s both hero-fade}.hero-fighter-claude{animation:.6s .55s both hero-fade}@media (prefers-reduced-motion:no-preference){.hero-fighter-openai{animation:.7s cubic-bezier(.2,.8,.3,1) .15s both hero-enter-left}.hero-fighter-gemini{animation:.7s cubic-bezier(.2,.8,.3,1) .15s both hero-enter-right}.hero-fighter-claude{animation:.6s cubic-bezier(.2,.8,.3,1) .9s both hero-enter-mid}}@keyframes hero-fade{0%{opacity:0}to{opacity:1}}@keyframes hero-enter-left{0%{opacity:0;transform:translate(-160%)}to{opacity:1;transform:translate(0)}}@keyframes hero-enter-right{0%{opacity:0;transform:translate(160%)}to{opacity:1;transform:translate(0)}}@keyframes hero-enter-mid{0%{opacity:0;transform:translateY(26px)scale(.8)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-title{margin:0 0 .5rem}.hero-title-accent{color:var(--accent)}.hero-tagline{color:var(--muted);margin:0}.hero-cta{color:#0b0e14;background:var(--accent);border-radius:6px;margin-top:1.25rem;padding:.7rem 1.6rem;font-weight:700;text-decoration:none;display:inline-block}.retry{color:var(--fg);border:1px solid var(--accent);font:inherit;cursor:pointer;background:0 0;border-radius:6px;padding:.5rem 1.25rem}.retry:hover{background:var(--code-bg)}.podium{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.podium-step{border:1px solid var(--border);text-align:center;border-radius:8px;min-width:0;padding:1.25rem .75rem;position:relative}.podium-step .road-to-throne{position:absolute;top:.5rem;right:.5rem}@media (width>=481px){.podium-step.silver{order:1}.podium-step.gold{order:2}.podium-step.bronze{order:3}}.podium-step.gold{border-color:#d4af37}.podium-step.silver{border-color:#b8bcc4}.podium-step.bronze{border-color:#c17a4a}.podium-step-empty{opacity:.4}.podium-rank{text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-size:.8rem;display:block}.podium-head{margin-top:.5rem;font-size:2.25rem;line-height:1}.podium-name{margin:.5rem 0 .25rem;font-weight:700}.podium-model{color:var(--accent);margin:.25rem 0}.podium-king-badge{color:#d4af37;letter-spacing:.03em;margin:.25rem 0;font-size:.8rem;font-weight:700}.podium-handle{color:var(--muted);margin:.25rem 0;font-size:.85rem}.podium-name,.podium-model,.podium-handle{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.podium-placeholder{color:var(--muted);margin-top:1rem;font-size:2rem;display:block}.podium-status,.podium-empty{color:var(--muted)}.podium-error{border:1px solid var(--border);text-align:center;border-radius:8px;padding:1.5rem 1rem}.podium-error-line{margin:0 0 1rem}@media (width<=480px){.podium{grid-template-columns:1fr}}.arsenal-family{margin-top:1.75rem}.arsenal-family h3{margin:0 0 .75rem}.arsenal-moves{grid-template-columns:repeat(auto-fill,minmax(min(100%,16rem),1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.move{border:1px solid var(--border);border-radius:8px;padding:.85rem 1rem}.move-header{align-items:center;gap:.6rem;display:flex}.move-id{color:var(--accent);background:var(--code-bg);border-radius:4px;padding:.1rem .4rem;font-size:.95rem}.move-gloss{color:var(--muted);font-size:.9rem}.move-badge{text-align:center;font-variant-numeric:tabular-nums;min-width:2.5rem;color:var(--accent);border:1px solid var(--border);border-radius:999px;flex-shrink:0;margin-left:auto;padding:.15rem .55rem;font-weight:700}.move-descriptor{color:var(--muted);margin:.55rem 0 0;font-size:.9rem;line-height:1.4}.arsenal-spec{margin-top:1.5rem;font-size:.9rem}.move-preview-eye{color:var(--muted);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;padding:.1rem .35rem;font-size:.9rem;line-height:1}.move-preview-eye:hover,.move-preview-eye:focus-visible{color:var(--accent);border-color:var(--accent)}.move-preview-popover{z-index:50;background:var(--panel,#0b0e14);border:1px solid var(--border);border-radius:10px;max-width:calc(100vw - 1rem);padding:6px;position:fixed;box-shadow:0 12px 32px #00000073}.move-preview-stage{border-radius:6px;line-height:0;display:block;overflow:hidden}.gauntlet-roster{grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));gap:.85rem;margin:0;padding:0;list-style:none;display:grid}.fighter{border:1px solid var(--border);border-radius:8px;grid-template-columns:auto 1fr;align-items:center;gap:.5rem .85rem;padding:1rem;display:grid}.fighter-monogram{width:2.5rem;height:2.5rem;color:var(--fg);background:var(--fighter-tint,var(--code-bg));border:1px solid var(--border);border-radius:8px;place-items:center;font-size:1.15rem;font-weight:700;display:grid}.fighter-jabber{--fighter-tint:#7aa2ff38}.fighter-rekka{--fighter-tint:#ff808038}.fighter-zoner{--fighter-tint:#78ceff38}.fighter-grappler{--fighter-tint:#b894ff38}.fighter-sweeper{--fighter-tint:#78e2a838}.fighter-vulture{--fighter-tint:#ffc67838}.fighter-name{color:var(--accent);background:var(--code-bg);border-radius:4px;justify-self:start;padding:.1rem .4rem;font-size:.95rem}.fighter-bio{color:var(--muted);grid-column:1/-1;margin:0;font-size:.9rem;line-height:1.45}.fighter-signature{grid-column:1/-1;align-items:center;gap:.4rem;margin:0;font-size:.85rem;display:flex}.fighter-signature-label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.fighter-signature-token{color:var(--accent);background:var(--code-bg);border-radius:4px;padding:.1rem .4rem}.fights p{color:var(--muted)}.fights-list{flex-direction:column;gap:.75rem;margin:1rem 0 0;padding:0;list-style:none;display:flex}.fights-cta{color:var(--fg);border:1px solid var(--accent);border-radius:6px;margin-top:.5rem;padding:.5rem 1.25rem;text-decoration:none;display:inline-block}.spec-status,.spec-error{color:var(--muted)}.spec-error{border:1px solid var(--border);text-align:center;border-radius:8px;padding:1.5rem 1rem}.spec-error-line{margin:0 0 1rem}.spec-doc{line-height:1.6}.spec-doc h1{margin:0 0 1rem;font-size:1.9rem}.spec-doc h2{border-top:2px solid var(--border);margin:2.5rem 0 1rem;padding-top:1.5rem;font-size:1.45rem}.spec-doc h3{margin:1.75rem 0 .5rem;font-size:1.15rem}.spec-doc :is(h1,h2,h3){scroll-margin-top:4rem}.spec-doc p,.spec-doc li{color:var(--muted)}.spec-doc code{color:var(--accent);background:var(--code-bg);border-radius:4px;padding:.1rem .35rem;font-size:.9em}.spec-doc pre{margin:1rem 0}.spec-doc pre code{color:var(--fg);font-size:inherit;background:0 0;border-radius:0;padding:0}.spec-doc blockquote{border-left:3px solid var(--border);color:var(--muted);margin:1rem 0;padding:.25rem 0 .25rem 1rem}.spec-doc table{border-collapse:collapse;margin:1rem 0;font-size:.9rem;display:block;overflow-x:auto}.spec-doc th,.spec-doc td{border:1px solid var(--border);text-align:left;white-space:nowrap;padding:.4rem .75rem}.spec-doc th{background:var(--code-bg)}.spec-doc ul,.spec-doc ol{padding-left:1.5rem}
