:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#f7f2ff;background:#080711;--bg: #080711;--panel: rgba(20, 18, 36, .78);--panel-strong: rgba(31, 26, 55, .9);--line: rgba(255, 255, 255, .12);--muted: #b8adc9;--accent: #f0abfc;--accent-2: #7dd3fc;--good: #86efac;--warn: #fde68a;--bad: #fda4af;--shadow: 0 24px 80px rgba(0, 0, 0, .45)}*{box-sizing:border-box}html{background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 20% 0%,rgba(192,132,252,.28),transparent 34rem),radial-gradient(circle at 90% 12%,rgba(125,211,252,.2),transparent 31rem),linear-gradient(135deg,#080711,#101223 48%,#080711)}button,input{font:inherit}button{border:1px solid var(--line);border-radius:999px;background:#ffffff14;color:#fff;padding:.72rem 1rem;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease}button:hover:not(:disabled){transform:translateY(-1px);border-color:#ffffff52;background:#ffffff21}button:disabled{opacity:.45;cursor:not-allowed}button.primary{background:linear-gradient(135deg,#c084fc,#7dd3fc);color:#130c22;border:0;font-weight:800}button.danger{border-color:#fda4af80;color:#fecdd3}a{color:inherit;text-decoration:none}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem clamp(1rem,2.5vw,2rem);border-bottom:1px solid var(--line);backdrop-filter:blur(20px);background:#080711bd}.brand{display:inline-flex;align-items:center;gap:.6rem;font-weight:900;letter-spacing:-.02em}.brand-mark{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:50%;background:linear-gradient(135deg,#f0abfc,#7dd3fc);color:#100b1a;box-shadow:0 0 34px #c084fc8a}.topbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}nav{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:flex-end}nav a{padding:.5rem .72rem;border-radius:999px;color:var(--muted)}nav a[aria-current=page]{color:#fff;background:#ffffff1c}.creator-actions{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:flex-end}.creator-link{border:1px solid rgba(125,211,252,.32);border-radius:999px;padding:.5rem .72rem;color:#e0f2fe;background:#7dd3fc14;font-weight:800}.creator-link.support{border-color:transparent;color:#100b1a;background:linear-gradient(135deg,#fde68a,#86efac)}main{width:min(1440px,calc(100vw - 2rem));margin:0 auto;padding:1rem 0 4rem}.masthead{display:flex;align-items:center;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.96rem}.masthead span{border:1px solid var(--line);border-radius:999px;padding:.35rem .7rem;color:#fff;background:#ffffff0f}.creator-footer{color:#f7f2ff94;text-align:center;padding:2rem 0 0;font-size:.9rem}.creator-footer a{color:var(--accent-2);font-weight:900}.consent-card,.panel,.oracle-panel{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:28px;padding:clamp(1rem,2vw,1.5rem)}.consent-card{max-width:760px;margin:6vh auto;display:grid;gap:1rem}.eyebrow{color:var(--accent-2);text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:800;margin:0 0 .4rem}h1,h2,h3{line-height:1.05;letter-spacing:-.055em;margin:0 0 .7rem}h1{font-size:clamp(3rem,7vw,7.6rem)}h2{font-size:clamp(1.7rem,3vw,3rem)}p{color:var(--muted)}.consent-line{color:#fff;font-weight:700}.small{font-size:.88rem}.muted{color:var(--muted)}.dev-turnstile,.turnstile-slot{min-height:68px;border:1px dashed var(--line);border-radius:18px;display:grid;place-items:center;color:var(--muted)}.toast{position:fixed;right:1rem;bottom:1rem;max-width:min(420px,calc(100vw - 2rem));z-index:50;padding:.9rem 1rem;border-radius:18px;box-shadow:var(--shadow)}.error{color:#fecdd3;background:#7f1d1dd1;border:1px solid rgba(253,164,175,.32)}.arena-shell{display:grid;gap:1rem}.arena-copy{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,540px);gap:1rem;align-items:end}.arena-copy p:last-child{font-size:1.08rem}.control-strip{display:flex;align-items:center;flex-wrap:wrap;gap:.6rem}.status-pill,.timer{border:1px solid var(--line);padding:.55rem .75rem;border-radius:999px;background:#ffffff12;color:var(--muted);font-weight:700}.status-pill.live{color:#dcfce7;border-color:#86efac66}.status-pill.error{color:#fecdd3;border-color:#fda4af66;background:#7f1d1d4d}.status-pill.connecting{color:#fef3c7}.timer{margin-left:auto;color:#fff;min-width:5rem;text-align:center}.board-wrap{position:relative;min-height:min(72vh,760px)}.stimulus-board{position:relative;height:min(72vh,760px);min-height:540px;display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-template-rows:repeat(8,minmax(0,1fr));gap:.42rem;padding:.55rem;border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#02061799;box-shadow:inset 0 0 0 1px #ffffff0a,var(--shadow);touch-action:none;user-select:none}.heat-canvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;mix-blend-mode:screen;opacity:.9}.stimulus{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:.5rem;min-width:0;background:linear-gradient(180deg,rgba(255,255,255,calc(.04 + var(--salience) * .06)),#ffffff06),#ffffff08;transition:transform .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.running .stimulus{cursor:crosshair}.stimulus.hot{border-color:#f0abfc6b}.stimulus.remembered{outline:3px solid rgba(134,239,172,.86);outline-offset:-4px}.stimulus.ignored{outline:3px solid rgba(253,230,138,.86);outline-offset:-4px}.stimulus:hover{transform:translateY(-2px) scale(1.01);border-color:#ffffff57}.stimulus .glyph{font-size:clamp(1.2rem,2.2vw,2.2rem);line-height:1;display:block;color:#ffffffe6;text-shadow:0 0 22px rgba(240,171,252,.55)}.stimulus strong{display:block;font-size:clamp(.78rem,1.02vw,1rem);line-height:1.05;margin-top:.18rem;color:#fff}.stimulus small{display:block;margin-top:.3rem;color:#f7f2ffad;font-size:clamp(.62rem,.85vw,.82rem);line-height:1.15}.stimulus.edge{box-shadow:inset 0 0 30px #7dd3fc17}.stimulus.threat{box-shadow:inset 0 0 30px #fb71851a}.stimulus.quiet{opacity:.72}.stimulus.motion .glyph{animation:drift 2.8s ease-in-out infinite}.stimulus.pattern{background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12),transparent 28%),linear-gradient(180deg,#ffffff0f,#ffffff05)}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(8%)}}.oracle-panel{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem;align-items:start}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.7rem;margin:0}.metric-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.metric-grid div{border:1px solid var(--line);border-radius:18px;padding:.8rem;background:#ffffff0f}.metric-grid dt{color:var(--muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.12em}.metric-grid dd{margin:0;font-size:1.7rem;line-height:1.1;font-weight:900;color:#fff}.oracle-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.oracle-detail{grid-column:1 / -1;display:grid;gap:.4rem;color:var(--muted)}.page-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.hero-panel{grid-column:1 / -1}.heat-panel{min-height:440px;position:relative}.rank-list{display:grid;gap:.5rem;padding:0;margin:1rem 0 0;list-style:none}.rank-list li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding:.55rem 0}.rank-list b{color:#fff}.field{display:grid;gap:.4rem;margin:1rem 0;color:var(--muted)}.field input{width:100%;border:1px solid var(--line);background:#ffffff12;color:#fff;padding:.8rem 1rem;border-radius:16px}.hash{display:block;white-space:normal;word-break:break-all;border:1px solid var(--line);background:#00000038;padding:.85rem;border-radius:16px;color:#e9d5ff}.button-row{display:flex;flex-wrap:wrap;gap:.6rem}@media(max-width:920px){.topbar{align-items:flex-start;flex-direction:column}.topbar-actions,nav,.creator-actions{justify-content:flex-start}.arena-copy,.oracle-panel,.page-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.stimulus-board{min-height:700px;gap:.28rem}.stimulus small{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
