:root{--paper: #e8e8e4;--paper-dark: #d8d8d3;--ink: #14161a;--rule: #c6c6c0;--olive: #2f5d3a;--rust: #8c3324;--tan: #6a5840;--sans: "Archivo", "Avenir Next", "Segoe UI", sans-serif;--serif: "Source Serif 4", "Iowan Old Style", Georgia, serif;--mono: "IBM Plex Mono", ui-monospace, Consolas, monospace;font-size:clamp(16px,.95vw,18px);font-family:var(--sans);color:var(--ink);background:#000;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{min-height:100%;background:#000}.page{min-height:100%;display:flex;flex-direction:column;background:#000;color:#d0d0d0}.nerve-caption{font-size:1rem;font-weight:600}.block-label,.think span,.fetch-row span,.readout-head>span,.dock-wallet span{font-size:1.22rem;font-weight:700}.hero{display:flex;height:100svh;min-height:560px;flex-shrink:0}.stage{flex:1;min-width:0;position:relative;background:#2a1c10}.stage-fade{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transform:scale(1);transition:opacity .42s ease,transform .42s cubic-bezier(.4,0,.2,1)}.stage-fade.off{opacity:0;transform:scale(.985)}.stage-controls{position:absolute;top:1rem;left:1rem;z-index:4;display:flex;gap:.45rem}.stage-controls button{width:2.25rem;height:2.25rem;display:grid;place-items:center;border:1px solid #d8c49a;border-radius:0;background:#2a1c10;color:#d8c49a;cursor:pointer}.stage-controls button:hover,.stage-controls button:focus-visible{background:#d8c49a;color:#2a1c10;outline:none}.live-intro,.stage-telemetry{position:absolute;z-index:3;border:1px solid #d8c49a;background:#2a1c10;color:#d8c49a}.live-intro{top:1rem;right:1rem;display:flex;width:min(31rem,calc(100% - 2rem));padding:.8rem;gap:.8rem}.live-intro div{flex:1}.live-intro strong,.stage-telemetry strong{display:block;font-size:.92rem;font-weight:700}.live-intro p{margin-top:.25rem;font-size:.86rem;line-height:1.4}.live-intro button{width:2.25rem;height:2.25rem;flex-shrink:0;display:grid;place-items:center;border:1px solid #d8c49a;border-radius:0;background:transparent;color:#d8c49a;cursor:pointer}.live-intro button:hover,.live-intro button:focus-visible{background:#d8c49a;color:#2a1c10;outline:none}.stage-telemetry{top:4rem;left:1rem;min-width:19rem;padding:.62rem .75rem}.stage-telemetry>div{display:flex;gap:.7rem;margin-top:.3rem;font-size:.76rem;font-weight:600;opacity:.82}.bench{--paper-dark: #ece9e1;--ink: #1c211e;--rule: #6f736e;--olive: #35643b;--rust: #9c3f2d;--tan: #685e4c;width:clamp(360px,32vw,580px);min-width:360px;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--rule);background:var(--paper-dark);color:var(--ink)}.nerve-frame{position:relative;flex-shrink:0;height:28%;min-height:220px;border-bottom:1px solid var(--rule);background:#e3e1da;overflow:hidden}.nerve-caption{position:absolute;top:.45rem;left:.75rem;z-index:1}.brain-source-badge{position:absolute;top:.45rem;right:.75rem;z-index:1;font-family:JetBrains Mono,ui-monospace,monospace;font-size:.68rem;font-weight:700;letter-spacing:.02em;color:#2c2820;background:#ffd33d;border:1px solid rgba(44,40,32,.4);border-radius:3px;padding:.15rem .4rem}.nerve-canvas{width:100%;height:100%;display:block}.spike-labels{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.spike-label{position:absolute;transform:translate(-50%,-160%);font-family:JetBrains Mono,ui-monospace,monospace;font-size:.62rem;font-weight:700;letter-spacing:.02em;color:#2c2820;background:#e3e1dae0;border:1px solid rgba(44,40,32,.35);border-radius:3px;padding:.05rem .3rem;white-space:nowrap;transition:opacity .12s linear}.spike-feed{border-bottom:1px solid var(--rule)}.spike-feed-empty{font-size:.95rem;color:var(--tan)}.spike-feed-list{display:flex;flex-wrap:wrap;gap:.4rem}.spike-feed-chip{font-family:JetBrains Mono,ui-monospace,monospace;font-size:.78rem;font-weight:700;letter-spacing:.02em;color:var(--ink);background:#e3e1da;border:1px solid var(--rule);border-radius:4px;padding:.12rem .45rem;animation:spike-feed-in .25s ease-out}@keyframes spike-feed-in{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.readout{padding:.95rem 1.1rem 1rem;background:transparent}.readout-head{display:flex;align-items:baseline;justify-content:space-between;gap:.7rem;margin-bottom:.8rem}.tug-legend{display:flex;align-items:baseline;justify-content:space-between;gap:.6rem;margin-bottom:.38rem;font-size:.86rem;font-weight:600}.tug-legend b{font-size:1.12rem;font-weight:700;font-variant-numeric:tabular-nums}.tug-bar{display:flex;height:10px;overflow:hidden;background:#d6d4cb}.tug-go,.tug-leave{display:block;height:100%;transition:width .16s linear}.tug-go{background:var(--olive)}.tug-leave{background:var(--rust)}.side-go{color:var(--olive)}.side-leave{color:var(--rust)}.chips{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;margin-top:1rem}.chip-head{display:flex;align-items:baseline;justify-content:space-between;gap:.3rem}.chip-head span{color:#7e827c;font-size:.7rem;font-weight:700;letter-spacing:.07em}.chip-head b{font-size:.92rem;font-weight:700;font-variant-numeric:tabular-nums}.chip em{display:block;overflow:hidden;margin:.05rem 0 .32rem;font-style:normal;font-size:.78rem;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.chip-track{height:3px;background:#d6d4cb;overflow:hidden}.chip-track i{display:block;height:100%;background:#6d716b;transition:width .16s linear}.burrow-circuit .readout-head{margin-bottom:.2rem}.burrow-circuit>p{margin-bottom:.7rem;color:#6c706a;font-size:.88rem;line-height:1.35}.burrow-circuit .chips{margin-top:0}.bench-scroll{flex:1;min-height:0;overflow:auto;padding:0;background:#ece9e1}.block{padding:.95rem 1.1rem;background:transparent}.block-label{display:flex;align-items:center;gap:.55rem;margin-bottom:.4rem}.think p,.fetch-row p{margin-top:.25rem;font-size:1.12rem;font-weight:400;line-height:1.4}.fetch-row{display:flex;align-items:center;gap:.7rem}.spin{flex-shrink:0;animation:turn .75s linear infinite}@keyframes turn{to{transform:rotate(360deg)}}.coin-sheet.featured{margin:0;padding:.9rem 1rem 1rem;border:0;background:transparent}.coin-sheet.featured .coin-title strong{font-size:1.85rem}.coin-sheet.featured .coin-price strong{font-size:1.42rem}.coin-title{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.3rem}.coin-title strong{font-size:1.55rem;font-weight:700}.coin-title em{font-style:normal;font-size:1.05rem;font-weight:600;opacity:.68;flex:1}.coin-title b{font-size:.95rem;font-weight:700}.coin-price{display:flex;align-items:baseline;gap:.55rem;margin-bottom:.85rem}.coin-price strong{font-size:1.2rem;font-weight:700;font-variant-numeric:tabular-nums}.coin-price span{font-size:1rem;font-weight:600}.coin-meta{margin-left:auto;color:#7e827c;font-style:normal;font-size:.74rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.stat-grid>div{min-width:0}.stat-grid span{display:block;color:#7e827c;font-size:.68rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.stat-grid strong{display:block;overflow:hidden;margin-top:.06rem;font-size:.98rem;font-weight:700;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.coin-price.soon,.stat-grid>div.soon{opacity:0}.coin-price.in,.stat-grid>div.in{opacity:1}.caret{display:inline-block;width:1px;height:.85em;margin-left:1px;background:var(--ink);vertical-align:-.05em;animation:blink .7s steps(1) infinite}@keyframes blink{50%{opacity:0}}.choice-buy,.side-buy{color:var(--olive)}.choice-sell,.side-sell{color:var(--rust)}.choice-skip,.side-skip{color:var(--tan)}.trades .block-label{margin-bottom:.3rem}.history-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.7rem;align-items:center;min-width:0;padding:.5rem 0}.history-row+.history-row{border-top:1px solid #dcdad2}.history-row.side-buy{color:var(--rust)}.history-row.side-sell{color:var(--olive)}.history-row.side-skip{color:#8d8a80}.history-ticker{overflow:hidden;min-width:0;color:var(--ink);font-size:1rem;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.history-result{font-size:.98rem;font-weight:700;font-variant-numeric:tabular-nums;text-align:right;white-space:nowrap}.history-result.idle{color:#8d8a80;font-size:.82rem;font-weight:600;letter-spacing:.02em}.up{color:var(--olive)}.down{color:var(--rust)}.bench-dock{flex-shrink:0;padding:.85rem 1.1rem 1rem;border-top:1px solid var(--rule);background:#dfdcd4}.dock-wallet{display:grid;grid-template-columns:auto 1fr auto;gap:.7rem;align-items:center}.dock-wallet strong{display:block;font-size:1.55rem;font-weight:700;line-height:1.1}.dock-github{display:inline-flex;align-items:center;color:var(--ink);opacity:.75;transition:opacity .15s ease}.dock-github:hover{opacity:1}.fomo{display:inline-flex;align-items:center;gap:.55rem;margin-top:.55rem;color:var(--ink);font-size:.98rem;font-weight:600}.profit-flash{position:absolute;top:50%;right:1.25rem;z-index:4;pointer-events:none;font-size:clamp(2.1rem,3.6vw,3.25rem);font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.01em;line-height:1;animation:profit-rise 2.6s ease forwards}.profit-flash.up{color:#cfe8b8}.profit-flash.down{color:#efc2b4}@keyframes profit-rise{0%{opacity:0;transform:translateY(18px)}14%{opacity:1;transform:translateY(0)}72%{opacity:1;transform:translateY(-8px)}to{opacity:0;transform:translateY(-28px)}}.arena{width:100%;height:100%;position:relative;overflow:hidden;background:#5a3a22}.arena-css3d{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none}.arena-canvas{position:relative;z-index:0;width:100%;height:100%;display:block}.term-mode .stage{background:#000}.term-mode .stage-controls button{border-color:#333;background:#000;color:#d0d0d0}.term-mode .stage-controls button:hover,.term-mode .stage-controls button:focus-visible{background:#d0d0d0;color:#000}.term-mode .live-intro,.term-mode .stage-telemetry{border-color:#333;background:#000;color:#d0d0d0}.term-mode .live-intro button{border-color:#333;color:#d0d0d0}.term-mode .live-intro button:hover,.term-mode .live-intro button:focus-visible{background:#d0d0d0;color:#000}.term-mode .profit-flash.up{color:#00c853}.term-mode .profit-flash.down{color:#e05a4f}.term-stage{background:#000}.term-bench{--paper-dark: #000;--ink: #d0d0d0;--rule: #222;--olive: #00c853;--rust: #e05a4f;background:#000;color:#d0d0d0;font-family:var(--mono);border-right-color:#222}.term-nerve{background:#000;border-bottom-color:#222}.term-mode{--term-px: 13px;--term-inset-x: .75rem;--term-inset-y: .45rem}.term-mode .term-bench,.term-mode .term-stage{font-size:var(--term-px)}.term-mode .term-bench .nerve-caption{top:var(--term-inset-y);left:var(--term-inset-x);color:#79e0ff;font-family:var(--mono);font-size:var(--term-px);font-weight:400;letter-spacing:0;line-height:1.2}.term-scroll{overflow:auto;background:#000}.term-block{margin:0;padding:.7rem .9rem;font-family:var(--mono);font-size:1em;line-height:1.2;white-space:pre-wrap;color:#d0d0d0}.term-dock{border-top:1px solid #222;background:#000;padding:0}.term-worth{display:flex;flex-direction:column;align-items:flex-start;gap:0;margin:0;padding:.7rem .9rem .85rem;font-family:var(--mono);font-size:1em;line-height:1.2;color:#d0d0d0}.term-link{display:inline-flex;align-items:center;gap:.4rem;color:#00c853;font-family:inherit;font-size:inherit;font-weight:400;line-height:1.2;text-decoration:none}.term-balance-row{display:inline-flex;align-items:center;gap:.5rem}.term-github{display:inline-flex;align-items:center;color:#d0d0d0;opacity:.7;transition:opacity .15s ease}.term-github:hover{opacity:1}.fomo-logo{display:block;width:auto;height:1.15em;flex:0 0 auto}.term-spike-label{font-family:var(--mono);color:#79e0ff;background:#000000d1;border-color:#2a3a44}.term-brain-source-badge{top:calc(var(--term-inset-y, .45rem) + 1.4em)!important;color:#5c6672!important}.paper{background:#000;border-top:1px solid #222;padding:3.5rem 1.5rem 5rem}.sheet{max-width:50rem;margin:0 auto;padding:4.5rem clamp(1.4rem,5vw,4.5rem) 3.5rem;background:#000;border:1px solid #222;font-family:var(--serif);font-size:1.06rem;line-height:1.62;color:#d0d0d0}.sheet p{margin:0 0 1rem}.sheet a{color:#d0d0d0;text-decoration:underline;text-underline-offset:2px}.paper-head{text-align:center;padding-bottom:2rem;border-bottom:1px solid #222}.paper-tag{font-family:var(--sans);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#8a9199}.paper-head h2{margin:.9rem auto;max-width:30ch;font-size:clamp(1.75rem,3.6vw,2.5rem);font-weight:600;line-height:1.16;letter-spacing:-.012em}.paper-lead{margin:0 0 1.1rem;font-size:1.22rem;font-style:italic;color:#b4bcc4}.paper-byline{margin:0;font-family:var(--sans);font-size:.86rem;color:#8a9199}.abstract{padding:1.8rem 0 1.6rem;border-bottom:1px solid #222}.abstract h3,.references h3{margin:0 0 .7rem;font-family:var(--sans);font-size:.74rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.abstract p{max-width:62ch;font-size:1.02rem}.keywords{margin:0;font-size:.95rem;color:#a6adb5}.paper-section{padding-top:2.4rem}.paper-section h3{display:flex;align-items:baseline;gap:.7rem;margin:0 0 .9rem;font-size:1.32rem;font-weight:600;letter-spacing:-.005em}.paper-section h3 span{font-family:var(--sans);font-size:.9rem;font-weight:700;color:#757d85}.paper-section h4{margin:1.7rem 0 .6rem;font-size:1.02rem;font-weight:600;font-style:italic}.paper-section>p,.protocol{max-width:66ch}.protocol{margin:0 0 1.1rem;padding-left:1.4rem;display:grid;gap:.4rem}.protocol li::marker{font-family:var(--sans);font-size:.82rem;color:#757d85}.paper-figure{margin:1.8rem 0 1.9rem}.paper-figure img{display:block;width:100%;border:1px solid #222;background:#fafafa}.paper-figure figcaption{margin-top:.7rem;max-width:62ch;font-size:.92rem;line-height:1.5;color:#a6adb5}.paper-figure figcaption b{color:#d0d0d0;font-weight:600}.references ol{margin:0;padding-left:1.4rem;display:grid;gap:.6rem;font-size:.97rem;color:#b4bcc4}.references li::marker{font-family:var(--sans);font-size:.82rem;color:#757d85}.paper-foot{display:flex;align-items:center;gap:1.2rem;margin-top:2.8rem;padding-top:1.6rem;border-top:1px solid #222}.paper-foot img{width:72px;flex:none;opacity:.75}.paper-foot p{margin:0;font-size:.87rem;line-height:1.5;color:#8a9199}@media (max-width: 860px){.hero{height:auto;min-height:100svh;flex-direction:column}.bench{order:2;width:100%;min-width:0;height:46svh;min-height:46svh;border-right:0;border-bottom:1px solid var(--rule)}.bench-scroll{overflow:auto}.stage{order:1;height:54svh;min-height:360px;flex:none}.bench-hidden .stage{height:100svh}.nerve-frame{height:32%;min-height:140px}.stage-controls{top:.7rem;left:.7rem}.live-intro{top:3.65rem;right:.7rem;width:calc(100% - 1.4rem)}.stage-telemetry{top:3.65rem;left:.7rem;min-width:0;max-width:calc(100% - 1.4rem)}.stage-telemetry>div{flex-wrap:wrap;gap:.25rem .65rem}.profit-flash{right:.85rem;font-size:clamp(1.7rem,7vw,2.4rem)}.paper{padding:0}.sheet{border-left:0;border-right:0;padding:3rem 1.2rem 2.6rem}.paper-foot{flex-direction:column;align-items:flex-start;gap:.9rem}}
