:root{--ink: #f4ead4;--paper: #0e1116;--panel: #161b24;--line: #3a4250;--muted: #c9b892;--gold: #e8d7a8;--gold-soft: #3a3226;--green: #3dce7a;--green-soft: #1b3d2c;--red: #f07167;--red-soft: #3d2220;--navy: #d7e4f5;--shadow: 0 18px 40px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html{color-scheme:dark}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);background:radial-gradient(1200px 500px at 10% -10%,#2a2418 0%,transparent 50%),#0e1116;font-family:IBM Plex Sans,sans-serif}h1,h2,h3{font-family:"IBM Plex Serif",serif;margin:0 0 .4rem}p{margin:0 0 .75rem;color:var(--muted);line-height:1.5}button,input,select,textarea{font:inherit}a{color:inherit}.shell{display:grid;grid-template-columns:240px 1fr;min-height:100vh}.rail{background:#201c16;color:#f4ead4;padding:1.4rem 1.1rem;display:flex;flex-direction:column;gap:1.5rem;position:sticky;top:0;align-self:start;min-height:100vh}.brand{display:flex;gap:.75rem;align-items:center}.brand-mark{width:36px;height:36px;border-radius:8px;background:var(--gold);color:#201c16;display:grid;place-items:center;font-family:"IBM Plex Serif",serif;font-weight:600}.brand-name{letter-spacing:.08em;font-size:.92rem}.brand-sub{color:#c9b892;font-size:.75rem}.rail nav{display:flex;flex-direction:column;gap:.25rem}.rail nav a{text-decoration:none;padding:.55rem .7rem;border-radius:8px;color:#e8dcc2}.rail nav a.active,.rail nav a:hover{background:#3a3226;color:#fff8e8}.rail-foot{margin-top:auto;display:flex;flex-direction:column;gap:.7rem}.rail-foot a,.rail-foot .ghost{color:#ffe7a8;border-color:#c9b892}.who{display:flex;flex-direction:column;gap:.15rem;font-size:.85rem}.who span{color:#c9b892;font-size:.75rem}.stage{padding:1.6rem 2rem 3rem;overflow-x:hidden;-webkit-overflow-scrolling:touch}.scroll-y{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain;touch-action:pan-y}.teach-copy{font-size:1.08rem;line-height:1.55;color:#e8dcc2;margin-bottom:.75rem}.teach-copy li{color:#e8dcc2}.deck-jump{display:flex;flex-wrap:wrap;gap:.4rem;margin:.35rem 0 .75rem}.deck-jump .ghost{min-height:44px;min-width:4.4rem;padding:.45rem .85rem;font-weight:700}.section-head{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.6rem;background:transparent;border:0;color:inherit;cursor:pointer;padding:.4rem 0;text-align:left;min-height:44px;font:inherit}.section-next{color:var(--gold);font-size:.85rem;font-weight:700;letter-spacing:.04em}#onchain-why,#onchain-heat,#onchain-story,#onchain-charts,#onchain-detail-chart,#onchain-detail-why,#onchain-detail-zones{scroll-margin-top:1.1rem}.page-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;margin-bottom:1.2rem;flex-wrap:wrap}.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--gold);font-weight:600}.grid{display:grid;gap:1rem}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--panel);border:1px solid var(--line);border-radius:14px;padding:1rem 1.1rem;box-shadow:var(--shadow);overflow:visible}.card.flat{box-shadow:none}.stat{display:flex;flex-direction:column;gap:.2rem}.stat b{font-size:1.45rem;font-family:"IBM Plex Serif",serif}.stat span{color:var(--muted);font-size:.8rem}.pos{color:var(--green)}.neg{color:var(--red)}.bar{height:10px;background:#2a3140;border-radius:99px;overflow:hidden}.bar>i{display:block;height:100%;background:var(--gold);width:0}.bar.warn>i{background:var(--red)}.bar.ok>i{background:var(--green)}.badge{display:inline-block;padding:.15rem .5rem;border-radius:99px;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;background:var(--gold-soft);color:var(--gold)}.badge.no{background:var(--red-soft);color:var(--red)}.badge.ok{background:var(--green-soft);color:var(--green)}.badge.paper{background:#243246;color:#d7e4f5}.teach-tip{position:relative;display:inline-flex;align-items:center;vertical-align:middle}.teach-tip:not(:has(.badge,button,.ghost)){cursor:help;border-bottom:1px dotted rgba(201,169,98,.55)}.teach-tip-bubble{display:none;position:absolute;z-index:40;left:0;top:calc(100% + 6px);min-width:180px;max-width:min(280px,80vw);padding:8px 10px;border:1px solid rgba(201,169,98,.45);background:#14110d;color:var(--ink);font-family:IBM Plex Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.4;letter-spacing:.01em;text-transform:none;box-shadow:0 8px 20px #00000073;pointer-events:none}@media(hover:hover)and (pointer:fine){.teach-tip:hover .teach-tip-bubble,.teach-tip:focus-within .teach-tip-bubble{display:block}}.teach-tip.open .teach-tip-bubble{display:block;pointer-events:auto}html.tv-mode .teach-tip-bubble{font-size:16px;min-width:240px;max-width:min(420px,40vw);padding:10px 14px}.row{display:flex;gap:.6rem;flex-wrap:wrap;align-items:center}.ghost,.primary,.danger{border:1px solid transparent;border-radius:8px;padding:.45rem .8rem;cursor:pointer}.ghost{background:transparent;color:inherit;border-color:#5a4d38}.rail .ghost{color:#f4ead4}.primary{background:var(--gold);color:#10141c}.danger{background:transparent;color:var(--red);border-color:var(--red-soft)}label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:var(--muted)}input,select,textarea{border:1px solid var(--line);border-radius:8px;padding:.5rem .6rem;background:#10141c;color:var(--ink)}textarea{min-height:72px;resize:vertical}form.stack,.stack{display:grid;gap:.7rem}table{width:100%;border-collapse:collapse;font-size:.88rem}th{text-align:left;color:var(--muted);font-weight:500;padding:.4rem .3rem}td{padding:.45rem .3rem;border-top:1px solid var(--line);vertical-align:top}.empty{border:1px dashed var(--gold);background:#1a2030;border-radius:14px;padding:1.2rem}.stamp{display:inline-block;border:3px solid var(--red);color:var(--red);padding:.15rem .5rem;transform:rotate(-6deg);font-weight:700;letter-spacing:.08em}.login{min-height:100vh;display:grid;place-items:center;padding:2rem}.login-card{width:min(440px,100%)}.traders{display:grid;gap:.5rem;margin:1rem 0}.traders button{text-align:left;background:#10141c;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;cursor:pointer;color:var(--ink)}.traders button.active{border-color:var(--gold);background:#243246}.opp{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.opp p{font-size:1.05rem;line-height:1.5;color:#e4d8c0}html.tv-mode .opp p{font-size:1.2rem}.muted{color:var(--muted);font-size:.85rem}.err{color:var(--red);font-size:.85rem}.chart-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin:.6rem 0 .2rem}.chart-strip.thumbs{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.chart-strip.thumbs .chart-img{min-height:110px}.chart-strip figure{margin:0}.chart-strip figcaption,.hero-chart figcaption{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:.3rem}.chart-img{width:100%;border:1px solid var(--line);border-radius:10px;background:#10141c;display:block}.chart-img.hero,.chart-ph.hero{min-height:380px}.chart-open{display:block;width:100%;padding:0;border:0;background:transparent;cursor:zoom-in;border-radius:10px}.chart-frame{margin:0 0 .6rem;aspect-ratio:16 / 9;background:#10141c;border-radius:10px;overflow:hidden;border:1px solid var(--line)}.chart-frame .chart-img,.chart-frame .chart-ph{min-height:0;height:100%;width:100%;object-fit:contain;background:#10141c;border:0;border-radius:0}.hero-chart{margin:.8rem 0 1rem}.hero-chart figure{margin:0 0 .6rem}.teaching-block{background:#1a2030;border:1px solid var(--line);border-radius:12px;padding:.85rem 1rem .6rem;margin:0 0 .9rem}.teaching-block h3{font-size:1.05rem;margin-bottom:.35rem}.teaching-block .formula{font-family:IBM Plex Sans,sans-serif;font-size:.9rem;color:var(--navy);background:#10141c;border:1px dashed var(--line);border-radius:8px;padding:.4rem .55rem}.teach-steps{margin:.2rem 0 .6rem;padding-left:1.2rem}.teach-steps li{margin:.35rem 0;color:var(--ink);line-height:1.45;font-size:.92rem}.ticket-levels{margin-top:.2rem}.ticket-levels .stat{background:#1a2030}.chart-ph{min-height:120px;border:1px dashed var(--line);border-radius:10px;display:grid;place-items:center;color:var(--muted);font-size:.8rem}.idea-stack{display:grid;gap:1.1rem}.idea-card{padding:1.1rem 1.2rem}.idea-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.9fr);gap:1rem;align-items:start}.desk-regime{margin-bottom:.2rem}.desk-regime p{margin-bottom:0}.desk-session{margin-bottom:.8rem}.walk-away{color:var(--navy);font-size:.9rem;margin:0;line-height:1.45}.level-hit{border-color:var(--red);background:var(--red-soft);margin-bottom:.8rem}.thesis-meta{display:grid;gap:.7rem;margin:.6rem 0}.thesis-meta.compact{margin:0}.thesis-meta p{margin-bottom:.35rem}.evidence{margin:.3rem 0 .5rem;padding-left:1.1rem}.evidence li{margin:.25rem 0;color:var(--muted);font-size:.85rem}.stamp-inline{color:var(--red);font-weight:600;font-size:.85rem}.upload-row{margin-top:.6rem;display:flex;gap:.5rem;flex-wrap:wrap;align-items:center}.opp-mini{margin-bottom:.8rem}.task-levels{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.6rem;margin:.6rem 0 .8rem}.task-levels .stat{background:#1a2030;border:1px solid var(--line);border-radius:10px;padding:.45rem .55rem}.task-levels .stat span{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em}.task-levels .stat b{font-size:1.05rem}.before-action{margin-bottom:.6rem}.context-list{list-style:none;padding:0;margin:.5rem 0 .8rem}.context-item{border-top:1px solid var(--line);padding:.7rem 0}@media(max-width:1100px){.idea-grid{grid-template-columns:1fr}.task-levels{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:960px){.shell{grid-template-columns:1fr;padding-bottom:5.4rem}.rail{flex-direction:row;flex-wrap:wrap;align-items:center;min-height:0}.rail nav{display:none}.rail-foot{margin-top:0;flex-direction:row;align-items:center}.grid.cols-2,.grid.cols-3,.grid.cols-4{grid-template-columns:1fr}.stage{padding:1rem 1rem 6.4rem}.chart-frame{min-height:200px}}html.tv-mode{--ink: #f4ead4;--paper: #0e1116;--panel: #161b24;--line: #3a4250;--muted: #c9b892;--gold: #e8d7a8;--gold-soft: #3a3226;--green: #3dce7a;--green-soft: #1b3d2c;--red: #f07167;--red-soft: #3d2220;--navy: #d7e4f5;--shadow: none;font-size:20px}html.tv-mode body{background:#0e1116;color:var(--ink)}html.tv-mode p{color:#d8d0c0}html.tv-mode .shell{grid-template-columns:300px 1fr}html.tv-mode .stage{padding:1.5rem 2.2rem 3rem}html.tv-mode .kicker{font-size:.85rem;letter-spacing:.16em}html.tv-mode h1{font-size:2.35rem}html.tv-mode h2{font-size:1.75rem}html.tv-mode .stat b{font-size:1.65rem}html.tv-mode .task-levels .stat b{font-size:1.35rem}html.tv-mode .badge{font-size:.92rem;padding:.3rem .75rem}html.tv-mode .badge.paper{background:#243246;color:#d7e4f5}html.tv-mode .primary{background:#e8d7a8;color:#10141c;padding:.7rem 1.15rem;font-size:1.05rem;min-height:44px}html.tv-mode .ghost{padding:.7rem 1.15rem;font-size:1.05rem;min-height:44px;border-color:#8a7350}html.tv-mode .chart-frame{min-height:58vh}html.tv-mode .teach-steps li{font-size:1.12rem}html.tv-mode .walk-away,html.tv-mode .muted{font-size:1.05rem}html.tv-mode .teach-copy{font-size:1.26rem;line-height:1.5}html.tv-mode .section-next{font-size:.95rem}html.tv-mode .card{border-width:2px}html.tv-mode .teaching-block,html.tv-mode .empty,html.tv-mode .task-levels .stat,html.tv-mode .ticket-levels .stat{background:#1a2030;border-color:#3a4250}html.tv-mode .teaching-block .formula{background:#10141c;color:#d7e4f5}html.tv-mode .bar{background:#2a3140}html.tv-mode .chart-img{background:#10141c}html.tv-mode input,html.tv-mode select,html.tv-mode textarea{background:#10141c;color:var(--ink);font-size:1.05rem}html.tv-mode .shell{padding-bottom:5.6rem}html.tv-mode .dock{display:flex;background:#0a0806;border-top:3px solid #f0d78c}html.tv-mode .dock-item{color:#ffe7a8}html.tv-mode .dock-item.active{color:#0a0806;background:#f0d78c}html.tv-mode .section-dots .dot{background:#161b24;color:#f4ead4;border:2px solid #c9b892}html.tv-mode .section-dots .dot.on{background:#e8d7a8;color:#10141c;border-color:#e8d7a8}@media(max-width:960px){html.tv-mode{font-size:18px}html.tv-mode .shell{grid-template-columns:1fr}html.tv-mode .chart-frame{min-height:38vh}}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;background:#0a0c10;color:#f4ead4;display:grid;grid-template-rows:auto auto 1fr auto;padding:.7rem .8rem .6rem;overflow:hidden;touch-action:manipulation}.lb-bar,.lb-tfs{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.lb-tfs button{min-height:44px;min-width:4.2rem;font-weight:700}.lb-bar{justify-content:space-between}.lb-bar h2{margin:0;color:#f4ead4}.lb-stage{display:grid;grid-template-columns:56px 1fr 56px;gap:.4rem;min-height:0;align-items:stretch}.lb-frame{aspect-ratio:16 / 9;max-height:calc(100vh - 11rem);width:100%;margin:0 auto;background:#10141c;border:1px solid #3a4250;border-radius:12px;overflow:hidden}.lb-nav{border:1px solid #5a4d38;background:#201c16;color:#f4ead4;font-size:2.4rem;border-radius:10px;cursor:pointer}.lb-zoom-wrap{height:100%;display:grid;grid-template-rows:auto 1fr}.lb-zoom-tools{display:flex;gap:.4rem;align-items:center;padding:.35rem .5rem}.lb-zoom-stage{min-height:0;overflow:hidden;touch-action:none;display:grid;place-items:center;cursor:grab}.lb-img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;-webkit-user-select:none;user-select:none}.lb-note{margin:.4rem 0 0;text-align:center}@media(max-width:720px){.lb-stage{grid-template-columns:1fr}.lb-stage>.lb-nav,.desktop-only{display:none}.lb-tfs button{min-height:48px;font-size:1.05rem;flex:1 1 30%}.lb-frame{aspect-ratio:auto;max-height:none;height:calc(100dvh - 9.5rem);border-radius:0}}.badge.ext{background:#3a3226;color:#e8d7a8}.badge.idea{background:#3b2a55;color:#e4d4ff}.badge.caution{background:#4a3518;color:#f0d78c}.badge.fade{background:#3a2428;color:#f3c6c0}.badge.scalp{background:#243246;color:#d7e4f5}.badge.swing{background:#2a3324;color:#cfe8c4}.carousel{display:grid;grid-template-columns:56px 1fr 56px;gap:.5rem;min-height:58vh;align-items:stretch;touch-action:pan-y}.carousel-stage,.slide{min-width:0;overflow:visible;touch-action:pan-y}.slide h2{font-size:1.7rem;margin-bottom:.5rem}.section-dots{display:flex;gap:.45rem;flex-wrap:wrap;justify-content:center;margin-top:.85rem}.section-dots .dot{border:2px solid #8a7350;background:#201c16;color:#f4ead4;border-radius:999px;padding:.5rem 1rem;cursor:pointer;min-height:48px;font-weight:700}.section-dots .dot.on{background:var(--gold);color:#10141c;border-color:var(--gold)}.symbol-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.7rem;margin:.6rem 0}.symbol-grid.stocks{grid-template-columns:repeat(4,minmax(0,1fr))}button.symbol-chip{font:inherit;color:inherit;cursor:pointer;text-align:left}.symbol-chip{min-height:168px}.symbol-chip.ok{border-color:var(--green)}.symbol-chip.paper{border-color:#6a8caf}.symbol-chip.no{border-color:var(--red)}.symbol-chip.ext{border-color:var(--gold)}.mid-readout{font-size:1.7rem;font-family:"IBM Plex Serif",serif;margin:.25rem 0 .4rem}.alpha-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.8rem;margin-top:.8rem}.alpha-card{border-color:#7b5ea7;border-width:2px}.alpha-handle{color:#e4d4ff;font-weight:700;text-decoration:none}.alpha-handle:hover{text-decoration:underline}.slide code{color:#e8d7a8;font-size:.92em}.onchain-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.7rem;margin:.7rem 0 1rem}.onchain-card{border-color:#8a7350;border-width:2px;min-height:140px;text-align:left;width:100%;cursor:pointer;font:inherit;color:inherit;background:#141820}.onchain-why{border-color:#8a7350;margin:.6rem 0 .9rem}.onchain-why .macro-bullets{font-size:1.12rem;line-height:1.55}html.tv-mode .onchain-why .macro-bullets{font-size:1.32rem}.onchain-chart{cursor:pointer;text-align:left}.onchain-value{font-size:1.85rem;font-family:"IBM Plex Serif",serif;color:#f4ead4;margin:.2rem 0 .4rem}.badge.zone-cold{background:#1b3d2c;color:#3dce7a}.badge.zone-neutral{background:#3a3226;color:#e8d7a8}.badge.zone-warm{background:#4a3518;color:#f0d78c}.badge.zone-hot{background:#3d2220;color:#f07167}.onchain-card.zone-cold{border-color:#3dce7a}.onchain-card.zone-neutral{border-color:#8a7350}.onchain-card.zone-warm{border-color:#e8d7a8}.onchain-card.zone-hot{border-color:#f07167}.onchain-charts{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.8rem;margin-top:1rem}.onchain-frame{min-height:220px;height:28vh;aspect-ratio:auto}html.tv-mode .onchain-value{font-size:2.35rem}html.tv-mode .chart-frame.onchain-frame,html.tv-mode .onchain-detail-frame{min-height:32vh;height:min(42vh,480px)}.onchain-detail-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr);gap:.9rem;height:auto;min-height:100%;align-items:start;padding-bottom:1.4rem}.onchain-detail-frame{min-height:36vh;height:min(46vh,520px)}.onchain-detail-read h3{margin:.8rem 0 .3rem;font-size:1.15rem}html.tv-mode .onchain-detail-read h3{font-size:1.4rem}html.tv-mode .onchain-detail-read p,html.tv-mode .onchain-detail-read .teach-copy{font-size:1.28rem}.symbol-book.onchain-detail .book-market{overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y}.wallet-link input{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}@media(max-width:900px){.onchain-detail-grid{grid-template-columns:1fr}.onchain-detail-frame{height:auto;min-height:34vh;max-height:46vh}}.macro-bullets{font-size:1.05rem;line-height:1.45;padding-left:1.2rem}.macro-bullets li{margin:.35rem 0}html.goat-overlay-open,html.goat-overlay-open body,html.goat-overlay-open #root{overflow:hidden!important;overscroll-behavior:none;height:100%}html.goat-overlay-open .shell,html.goat-overlay-open .stage,html.goat-overlay-open .rail{overflow:hidden!important;overscroll-behavior:none}html.goat-overlay-open .rail,html.goat-overlay-open .dock{pointer-events:none}html.goat-overlay-open .dock{display:none!important}.symbol-book{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;height:100dvh;max-height:100dvh;background:#0a0c10;color:#f4ead4;padding:.7rem 1rem .8rem;overflow:hidden;display:flex;flex-direction:column;gap:.55rem;isolation:isolate}.book-chrome{flex:0 0 auto;z-index:2}.book-market{flex:1 1 56%;min-height:0;overflow:hidden;position:relative;z-index:1;isolation:isolate}.book-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(240px,.85fr);gap:.8rem;height:100%;min-height:0;overflow:hidden;position:relative;z-index:1}.book-chart{min-height:0;max-height:none;height:100%;aspect-ratio:auto;margin:0;position:relative;overflow:hidden;z-index:1}.book-grid.no-book{grid-template-columns:1fr}html.tv-mode .symbol-book .chart-frame{min-height:0;aspect-ratio:auto}html.tv-mode .lb-tfs button{min-height:52px;font-size:1.2rem}html.tv-mode .book-desc,html.tv-mode .book-teach{font-size:1.15rem}.live-chart{width:100%;height:100%;min-height:0}.order-book{background:#161b24;border:1px solid #3a4250;border-radius:12px;padding:.6rem;min-height:0;max-height:none;height:100%;overflow:auto;position:relative;z-index:1}.ob-meta{display:flex;gap:.7rem;flex-wrap:wrap;margin-bottom:.5rem;color:#f4ead4}.ob-cols{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.ob-row{position:relative;display:flex;justify-content:space-between;gap:.45rem;padding:.2rem .25rem;font-variant-numeric:tabular-nums;font-size:.88rem;overflow:visible}.ob-row i{position:absolute;inset:0 auto 0 0;opacity:.9}.ob-row.bid i{background:#3dce7a47}.ob-row.ask i{background:#f0716747}.ob-px{position:relative;z-index:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.ob-sz{position:relative;z-index:1;flex:0 0 auto;min-width:4.6ch;text-align:right;white-space:nowrap}.book-notes,.book-teach{position:relative;z-index:3;isolation:isolate;flex:0 1 38%;min-height:10.5rem;max-height:min(48vh,26rem);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;color:#f4ead4;background:#161b24;border:1px solid #5a4d38;border-radius:12px;padding:.85rem 1rem 1rem;margin:0}.book-desc{color:#d8d0c0;margin-bottom:.5rem}.why-status{margin-top:.55rem}.why-status summary{cursor:pointer;font-weight:600}.process-quote{margin:.85rem 0 .4rem;padding:.65rem .8rem;border-left:4px solid #e8d7a8;background:#10141c;color:#f4ead4}.process-quote p{margin:0 0 .35rem;font-size:1.05rem;line-height:1.4;color:#f4ead4;font-family:"IBM Plex Serif",serif}.process-quote footer{color:#c9b892;font-size:.85rem;letter-spacing:.04em}html.tv-mode .mid-readout,html.tv-mode .slide h2{font-size:2.15rem}html.tv-mode .section-dots .dot.on{background:#e8d7a8;color:#10141c}html.tv-mode .alpha-card{background:#1a1524}@media(max-width:1100px){.symbol-grid,.symbol-grid.stocks{grid-template-columns:repeat(2,minmax(0,1fr))}.book-grid{grid-template-columns:1fr 1fr;overflow:hidden}.book-grid.no-book{grid-template-columns:1fr}.book-chart,.order-book{max-height:none;height:100%}.book-teach,.book-notes{max-height:min(50vh,26rem)}}@media(max-width:720px){.carousel,.symbol-grid,.symbol-grid.stocks,.alpha-grid{grid-template-columns:1fr}.onchain-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.symbol-book{padding:0;gap:0}.book-chrome{padding:.5rem .65rem .25rem}.book-chrome .lb-tfs button{min-height:48px;font-size:1.02rem;flex:1 1 0}.book-chrome .png-fallback{flex:0 0 auto;min-height:36px;min-width:auto;font-size:.75rem;font-weight:600;padding:.25rem .55rem}.book-market{flex:1 1 0;min-height:0;overflow:hidden;display:flex;flex-direction:column}.book-grid{flex:1 1 auto;min-height:0;height:100%;grid-template-columns:1fr;grid-template-rows:minmax(28vh,1fr) minmax(9.5rem,34%);overflow:hidden;gap:0}.book-grid.no-book{grid-template-columns:1fr;grid-template-rows:1fr}.book-chart{min-height:28vh;height:100%;width:100%;border-radius:0;border-left:0;border-right:0}.order-book{height:100%;min-height:9.5rem;max-height:none;border-radius:0;overflow:auto}.ob-cols{min-width:280px}.book-teach,.book-notes{flex:0 0 auto;min-height:9rem;max-height:min(40vh,22rem);border-radius:0;margin:0}.symbol-book.onchain-detail .book-market{overflow-x:hidden;overflow-y:auto}.symbol-book.onchain-detail .onchain-detail-read{overflow:visible}html.tv-mode{font-size:18px}html.tv-mode .symbol-book .book-chart{min-height:28vh;height:100%}html.tv-mode .book-chrome .lb-tfs button{min-height:52px;font-size:1.15rem}html.tv-mode .mid-readout{font-size:2rem}html.tv-mode .book-teach{font-size:1.15rem}}.dock{display:none;position:fixed;left:0;right:0;bottom:0;z-index:40;height:4.7rem;padding:.28rem .4rem calc(.28rem + env(safe-area-inset-bottom));background:#0a0806;border-top:3px solid #f0d78c;box-shadow:0 -10px 28px #0000008c;justify-content:space-around;align-items:stretch;gap:.2rem}.dock-item{flex:1;min-width:56px;min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.12rem;text-decoration:none;color:#ffe7a8;border-radius:10px;border:1px solid transparent}.dock-item.active{color:#0a0806;background:#f0d78c;border-color:#fff3c4}.dock-icon{width:26px;height:26px;display:grid;place-items:center}.dock-icon svg{width:24px;height:24px;stroke-width:2.4}.dock-label{font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}@media(max-width:960px){.dock{display:flex}}.watchlist-page{max-width:720px;margin:0 auto}.watchlist-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;flex-wrap:wrap;margin-bottom:.8rem}.watchlist-head-actions{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.watchlist-gaps{margin:0 0 .8rem}.watchlist-section{margin-bottom:1.1rem}.watchlist-section-title{text-transform:uppercase;letter-spacing:.12em;font-size:.72rem;color:var(--gold);font-weight:700;padding:.35rem .2rem .45rem}.watchlist-list{background:#000;border:1px solid #1c1c1c;border-radius:12px;overflow:hidden}.watchlist-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:.7rem;align-items:center;width:100%;min-height:64px;padding:.55rem .85rem;border:0;border-bottom:1px solid #1a1a1a;background:#000;color:#f4ead4;text-align:left;cursor:pointer;font:inherit}.watchlist-row:last-child{border-bottom:0}.watchlist-row:hover,.watchlist-row:focus-visible{background:#121212}.watchlist-row.is-gap{opacity:.72}.wl-avatar{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:.85rem;flex-shrink:0}.wl-id{display:flex;flex-direction:column;gap:.12rem;min-width:0}.wl-id strong{font-size:1.05rem;letter-spacing:.02em;color:#fff}.wl-id span{color:#8b8b8b;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wl-px{display:flex;flex-direction:column;align-items:flex-end;gap:.12rem;font-variant-numeric:tabular-nums}.wl-px strong{font-size:1.05rem;color:#fff;font-weight:600}.wl-px span{font-size:.82rem}.wl-px.up,.wl-px.up strong{color:#26a69a}.wl-px.down,.wl-px.down strong{color:#ef5350}.wl-px.flat span{color:#8b8b8b}.watchlist-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:86;height:100dvh;max-height:100dvh;background:#000;color:#f4ead4;display:flex;flex-direction:column;padding:.7rem .85rem 0;overflow:hidden;overscroll-behavior:none;touch-action:pan-y}.watchlist-sheet-bar{display:flex;justify-content:space-between;gap:.8rem;align-items:flex-start;flex:0 0 auto}.watchlist-sheet-bar h2{margin-bottom:.15rem}.watchlist-sheet-scroll{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding-bottom:calc(1.4rem + env(safe-area-inset-bottom))}.watchlist-sheet-chart{flex:none;margin:.55rem 0 .75rem;display:flex;flex-direction:column;gap:.5rem}.watchlist-tv-picks{margin:0}.tv-pane{position:relative;flex:none;height:min(42vh,380px);min-height:220px;width:100%;border-radius:10px;overflow:hidden;background:#131722}.tv-pane:not(.is-armed) .tv-embed,.tv-pane:not(.is-armed) iframe{pointer-events:none}.tv-pane .tv-embed,.tv-pane .tv-embed iframe{height:100%;min-height:100%;width:100%;border-radius:0}.tv-embed{flex:none;height:min(42vh,380px);min-height:220px;width:100%;border-radius:10px;overflow:hidden;background:#131722}.tv-scroll-shield{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:flex-end;justify-content:center;padding:.55rem;border:0;background:linear-gradient(to top,rgba(0,0,0,.55),transparent 42%);color:#f4ead4;cursor:pointer;touch-action:pan-y;-webkit-overflow-scrolling:touch}.tv-scroll-shield span{font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#0a0c10c7;border:1px solid #5a4d38;border-radius:999px;padding:.35rem .7rem}.tv-scroll-release{position:absolute;top:8px;right:8px;z-index:3;min-height:36px}.watchlist-teach{margin:.15rem 0 .85rem}.watchlist-fallback{min-height:28vh;height:28vh;aspect-ratio:auto}.watchlist-sheet-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;flex:0 0 auto;padding-bottom:1.2rem}html.tv-mode .watchlist-row{min-height:76px}html.tv-mode .wl-id strong,html.tv-mode .wl-px strong{font-size:1.35rem}html.tv-mode .wl-id span,html.tv-mode .wl-px span{font-size:1rem}html.tv-mode .tv-pane,html.tv-mode .tv-embed{height:min(42vh,380px);min-height:220px}@media(max-width:960px){.watchlist-sheet{padding-bottom:0}.tv-pane,html.tv-mode .tv-pane,html.tv-mode .tv-embed{height:min(32vh,260px);min-height:168px}}.fade-page{max-width:760px}.fade-list{display:flex;flex-direction:column;gap:.65rem}.fade-card{background:#000;border:1px solid #2a3140;border-radius:12px;padding:.7rem .85rem .8rem}.fade-card.is-sit{opacity:.88}.fade-card-head{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.55rem;align-items:center;width:100%;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer;font:inherit;padding:0;min-height:48px}.fade-id{display:flex;flex-direction:column;gap:.1rem;min-width:0}.fade-id strong{color:#fff;font-size:1.05rem}.fade-id span{color:#c9b892;font-size:.82rem}.fade-rip{font-variant-numeric:tabular-nums;font-weight:700;color:#26a69a;font-size:1.05rem}.fade-chips{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.fade-blurb{color:#e8dcc2;margin:.45rem 0 .2rem}.fade-meta{margin:0;font-size:.82rem}.fade-detail{margin-top:.65rem;padding-top:.55rem;border-top:1px solid #2a3140}.formula{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.88rem;color:#f4ead4}
