:root{--ink: #1b1712;--paper: #f3efe4;--panel: #fffdf6;--line: #d7cfc0;--muted: #6f675c;--gold: #8a6a2f;--gold-soft: #e8d7a8;--green: #2f6b45;--green-soft: #d7eadc;--red: #9a3b2f;--red-soft: #f3d6d1;--navy: #243246;--shadow: 0 18px 40px rgba(40, 28, 12, .08)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;color:var(--ink);background:radial-gradient(1200px 500px at 10% -10%,#efe4c8 0%,transparent 50%),#ece6d8;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}.who{display:flex;flex-direction:column;gap:.15rem;font-size:.85rem}.who span{color:#c9b892;font-size:.75rem}.stage{padding:1.6rem 2rem 3rem}.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)}.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:#efe8d8;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:#e4ecf5;color:var(--navy)}.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(--ink);color:#f7f1e4}.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:#fff;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:#fff8e6;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:#fff;border:1px solid var(--line);border-radius:10px;padding:.7rem .8rem;cursor:pointer}.traders button.active{border-color:var(--gold);background:#fff8e6}.opp{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.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:#fff;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:#fff8e6;border:1px solid var(--gold-soft);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:#fffdf6;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:#fffdf6}.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:#fff8e6;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}.rail{flex-direction:row;flex-wrap:wrap;align-items:center}.rail nav{flex-direction:row;flex-wrap:wrap}.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}.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 .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}@media(max-width:960px){html.tv-mode{font-size:16px}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}.lb-bar,.lb-tfs{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.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-nav{min-height:44px;font-size:1.6rem}.lb-frame{max-height:calc(100vh - 14rem);aspect-ratio:16 / 9}}.badge.ext{background:#3a3226;color:#e8d7a8}.badge.idea{background:#3b2a55;color:#e4d4ff}.carousel{display:grid;grid-template-columns:56px 1fr 56px;gap:.5rem;min-height:58vh;align-items:stretch}.carousel-stage{min-width:0}.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:1px solid var(--line);background:var(--panel);color:inherit;border-radius:999px;padding:.45rem .9rem;cursor:pointer;min-height:44px}.section-dots .dot.on{background:var(--ink);color:#f7f1e4;border-color:var(--ink)}.symbol-grid{display:grid;grid-template-columns:repeat(5,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(3,minmax(0,1fr));gap:.8rem;margin-top:.8rem}.alpha-card{border-color:#7b5ea7;border-width:2px}.macro-bullets{font-size:1.05rem;line-height:1.45;padding-left:1.2rem}.macro-bullets li{margin:.35rem 0}.symbol-book{position:fixed;top:0;right:0;bottom:0;left:0;z-index:85;background:#0a0c10;color:#f4ead4;padding:.8rem 1rem 1rem;overflow:auto;display:grid;grid-template-rows:auto auto 1fr auto;gap:.45rem}.book-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(240px,.85fr);gap:.8rem;min-height:0}.book-chart{min-height:52vh;position:relative}.live-chart{width:100%;height:100%;min-height:320px}.order-book{background:#161b24;border:1px solid #3a4250;border-radius:12px;padding:.6rem}.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;padding:.2rem .25rem;font-variant-numeric:tabular-nums;font-size:.88rem}.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,.ob-sz{position:relative;z-index:1}.book-notes{color:#d8d0c0}.why-status{margin-top:.55rem}.why-status summary{cursor:pointer;font-weight:600}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,.alpha-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.book-grid{grid-template-columns:1fr}}@media(max-width:720px){.carousel,.symbol-grid,.symbol-grid.stocks,.alpha-grid{grid-template-columns:1fr}}
