:root{color:#102722;background:#f3f1eb;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #102722;--muted: #6f7b76;--line: #d8d8cf;--paper: #fbfaf6;--green: #15715d;--green-soft: #dcece5;--gold: #a87322;--gold-soft: #f1e7d1;--red: #a8443e;--red-soft: #f4dfdc;--blue: #315e86;--blue-soft: #dce7f0}*{box-sizing:border-box}html{background:#f3f1eb}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button,a{color:inherit}.app-shell{min-height:100vh;background:radial-gradient(circle at 100% -20%,rgba(21,113,93,.11),transparent 35%),#f3f1eb}.app-header{height:72px;padding:0 clamp(22px,4vw,64px);display:grid;grid-template-columns:1fr auto 1fr;gap:28px;align-items:center;position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(16,39,34,.13);background:#f3f1ebeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.brand-button{border:0;background:transparent;padding:0;display:flex;align-items:center;gap:11px;text-align:left;cursor:pointer;justify-self:start}.brand-button>span:last-child{display:grid}.brand-button strong{font-size:14px;letter-spacing:-.01em}.brand-button small{color:var(--muted);font:500 10px ui-monospace,monospace;text-transform:uppercase;letter-spacing:.11em;margin-top:2px}.brand-mark{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;color:#fff;background:var(--green);font:700 12px ui-monospace,monospace;box-shadow:0 7px 20px #15715d38}.desktop-nav{display:flex;gap:4px;align-items:center}.nav-button{border:0;background:transparent;padding:9px 14px;border-radius:8px;color:var(--muted);font-size:13px;font-weight:650;cursor:pointer}.nav-button:hover,.nav-button.active{color:var(--ink);background:#1027220f}.header-actions{justify-self:end;display:flex;align-items:center;gap:16px}.market-date{color:var(--muted);font:550 11px ui-monospace,monospace;display:flex;align-items:center;gap:7px}.market-date i{width:7px;height:7px;border-radius:50%;background:#1b9276;box-shadow:0 0 0 4px #1b92761f}.button{border:1px solid transparent;padding:10px 14px;border-radius:9px;font-size:12px;font-weight:700;cursor:pointer;transition:transform .15s,box-shadow .15s}.button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 7px 18px #1027221a}.button:disabled{opacity:.5;cursor:not-allowed}.button.primary{color:#fff;background:var(--green);border-color:var(--green)}.button.secondary{background:#ffffff8c;border-color:#10272226}.error-banner{position:fixed;top:82px;left:50%;transform:translate(-50%);z-index:40;min-width:min(560px,calc(100vw - 32px));padding:13px 16px;display:flex;justify-content:space-between;border-radius:10px;background:#632f2a;color:#fff;box-shadow:0 12px 32px #0003;font-size:13px}.error-banner button{border:0;background:transparent;color:inherit;cursor:pointer;text-decoration:underline}.workspace{max-width:1500px;margin:0 auto;padding:46px clamp(20px,4vw,64px) 90px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:34px;margin-bottom:34px}.page-heading h1{margin:8px 0 9px;font-size:clamp(38px,5vw,66px);line-height:1;letter-spacing:-.055em}.page-heading p{max-width:700px;margin:0;color:var(--muted);line-height:1.65;font-size:14px}.kicker{color:var(--gold);font:650 10px ui-monospace,monospace;letter-spacing:.14em;text-transform:uppercase}.snapshot-card{min-width:220px;padding:19px 21px;border:1px solid var(--line);border-radius:13px;background:#fbfaf6a6;display:grid}.snapshot-card span,.snapshot-card small{color:var(--muted);font-size:11px}.snapshot-card strong{font:650 25px ui-monospace,monospace;margin:6px 0}.metric-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:18px}.metric{min-height:130px;padding:20px;border:1px solid var(--line);border-radius:13px;background:#fbfaf6cc;display:grid;grid-template-columns:1fr auto;align-content:space-between;gap:12px;overflow:hidden;position:relative}.metric.with-symbols{min-height:168px}.metric:after{content:"";width:90px;height:90px;border-radius:50%;position:absolute;right:-45px;top:-45px;background:currentColor;opacity:.08}.metric>span{color:var(--muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.metric strong{grid-row:span 2;font:600 39px ui-monospace,monospace;line-height:1}.metric strong em{margin-left:3px;font:650 11px Inter,sans-serif}.metric-count-link{padding:0 0 2px;border:0;border-bottom:1px dashed currentColor;background:transparent;color:inherit;font:inherit;line-height:inherit;cursor:pointer}.metric-count-link:hover,.metric-count-link:focus-visible{border-bottom-style:solid;filter:brightness(.78)}.metric small{color:var(--muted);font-size:11px}.metric-symbols{grid-column:1 / -1;min-height:25px;display:flex;flex-wrap:wrap;gap:5px;position:relative;z-index:1}.metric-symbols button{padding:4px 7px;border:1px solid currentColor;border-radius:6px;color:inherit;background:#ffffff80;font:700 9px ui-monospace,monospace;cursor:pointer}.metric-symbols button:hover{background:#fff}.metric-symbols>span{color:var(--muted);font-size:10px}.metric.green{color:var(--green)}.metric.gold{color:var(--gold)}.metric.blue{color:var(--blue)}.metric.red{color:var(--red)}.briefing-strip{margin-bottom:18px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:30px;color:#f8f5ed;background:var(--ink);border-radius:13px}.briefing-copy{display:grid;gap:7px}.briefing-strip strong{font-size:14px}.briefing-strip p{max-width:460px;margin:0;color:#aebbb6;font-size:12px;line-height:1.5}.briefing-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.button.inverse{color:#fff;border-color:#ffffff40;background:#ffffff14}.ai-dot{color:#aebbb6;font-size:10px;white-space:nowrap}.ai-dot:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:#77827e}.ai-dot.active:before{background:#49b898;box-shadow:0 0 0 3px #49b89826}.panel{border:1px solid var(--line);border-radius:14px;background:#fbfaf6d1;overflow:hidden}.panel-heading{min-height:90px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.panel h2,.panel-heading h2{margin:5px 0 0;font-size:19px;letter-spacing:-.025em}.filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.screener-note{margin:7px 0 0;color:var(--muted);font-size:10px;line-height:1.5}.search{min-width:250px;height:39px;display:flex;align-items:center;gap:8px;padding:0 11px;border:1px solid var(--line);border-radius:8px;background:#fff}.search span{color:var(--muted);font-size:18px}.search input{width:100%;border:0;outline:0;background:transparent;font-size:12px}select,input,textarea{border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}select{padding:0 32px 0 12px;min-height:39px;font-size:12px}.candidate-list{width:100%;overflow-x:auto}.candidate-row{width:100%;min-width:1040px;min-height:72px;padding:0 22px;display:grid;grid-template-columns:minmax(190px,1.5fr) repeat(4,minmax(76px,.65fr)) 58px 58px 90px 100px;align-items:center;gap:13px;border:0;border-bottom:1px solid rgba(16,39,34,.09);background:transparent;text-align:left;cursor:pointer}button.candidate-row:hover{background:#15715d0b}.candidate-row:last-child{border-bottom:0}.candidate-head{min-height:42px;color:var(--muted);font:650 10px ui-monospace,monospace;text-transform:uppercase;letter-spacing:.06em;cursor:default;background:#10272206}.sort-header{width:fit-content;padding:5px 0;display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer}.sort-header i{color:#929d99;font-style:normal}.sort-header.active{color:var(--green)}.sort-header:hover{color:var(--ink)}.symbol-cell,.price-cell,.setup-cell{display:grid;gap:3px}.symbol-cell b{font:700 15px ui-monospace,monospace}.symbol-cell small,.price-cell small,.setup-cell small{max-width:180px;color:var(--muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.price-cell{font:650 13px ui-monospace,monospace;text-align:right}.status-pill{width:fit-content;padding:5px 8px;border-radius:6px;font:750 9px ui-monospace,monospace;letter-spacing:.04em}.status-pill.compact{padding:4px 6px;font-size:8px}.status-pill.pass{color:#0e654f;background:var(--green-soft)}.status-pill.fail{color:#91362f;background:var(--red-soft)}.status-pill.unknown{color:#8a5b13;background:var(--gold-soft)}.status-pill.data_blocked{color:#8b2d28;background:#efd0cd;outline:1px solid rgba(139,45,40,.17)}.status-pill.not_applicable{color:#596662;background:#e5e7e3}.mono{font:600 12px ui-monospace,monospace}.negative{color:var(--red)}.empty-state{min-height:150px;display:grid;place-items:center;color:var(--muted);font-size:13px;padding:30px}.mobile-nav{display:none}.drawer-backdrop{position:fixed;inset:0;z-index:60;display:flex;justify-content:flex-end;background:#07181473;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.stock-drawer{width:min(1050px,88vw);height:100vh;overflow-y:auto;background:#f6f4ee;box-shadow:-30px 0 80px #0000002e;animation:drawer-in .22s ease-out}@keyframes drawer-in{0%{transform:translate(60px);opacity:.6}}.drawer-header{min-height:86px;padding:18px 26px;position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);background:#f6f4eef0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.drawer-header h2{margin:5px 0 0;font:700 25px ui-monospace,monospace}.drawer-header h2 small{color:var(--muted);font:500 13px Inter,sans-serif;margin-left:7px}.drawer-actions{display:flex;align-items:center;gap:10px}.drawer-close{width:38px;height:38px;border:1px solid var(--line);border-radius:50%;background:#fff;font-size:23px;line-height:1;cursor:pointer}.detail-tabs{position:sticky;top:86px;z-index:4;display:flex;gap:2px;padding:0 26px;border-bottom:1px solid var(--line);background:#f6f4eef0;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.detail-tabs button{padding:15px 16px 13px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}.detail-tabs button.active{color:var(--green);border-bottom-color:var(--green)}.detail-tabs .detail-help{margin-left:auto;color:var(--green);white-space:nowrap}.drawer-content{padding:24px 26px 80px}.decision-banner{padding:18px 20px;border-radius:12px;background:var(--ink);color:#fff;display:grid;grid-template-columns:1fr auto;gap:7px 24px}.decision-banner>div{display:flex;align-items:center;gap:10px}.decision-banner>div>span:first-child{font-size:11px;color:#aebbb6}.decision-banner p{grid-column:1 / -1;margin:4px 0 0;font-size:13px}.decision-banner small{grid-column:1 / -1;color:#aebbb6;font-size:10px}.stage-grid{margin:12px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stage-card{min-height:65px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--paper);display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:8px}.stage-card>span:first-child{color:var(--muted);font-size:10px;text-transform:uppercase}.stage-card>strong{font:700 18px ui-monospace,monospace}.chart-card{margin:12px 0 25px;padding:17px 15px 8px;border:1px solid var(--line);border-radius:12px;background:var(--paper);overflow:hidden}.chart-title{padding:0 8px 12px;display:flex;justify-content:space-between;align-items:center}.chart-title h3,.evidence-heading h3,.section-intro h3{margin:5px 0 0;font-size:17px}.chart-legend{display:flex;gap:14px;color:var(--muted);font-size:10px}.chart-legend span:before{content:"";display:inline-block;width:15px;height:2px;margin-right:5px;vertical-align:middle;background:currentColor}.chart-legend .sma20{color:#d6922b}.chart-legend .sma50{color:#376f99}.chart-legend .pivot{color:#8457a0}.chart-card svg{width:100%;height:auto;display:block}.grid-line{stroke:#e5e4de;stroke-width:1}.candle{stroke-width:1}.candle.up{stroke:#198169}.candle.down{stroke:#b14d46}.candle-body.up{fill:#198169}.candle-body.down{fill:#b14d46}.volume{opacity:.25}.volume.up{fill:#198169}.volume.down{fill:#b14d46}.average-line{fill:none;stroke-width:1.6}.average-line.sma20{stroke:#d6922b}.average-line.sma50{stroke:#376f99}.pivot-line{stroke:#8457a0;stroke-width:1;stroke-dasharray:5 4}.pivot-label{fill:#8457a0;font:700 9px ui-monospace,monospace}.axis-label{fill:#89938f;font:9px ui-monospace,monospace}.evidence-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:8px 2px 13px}.evidence-heading>span{color:var(--muted);font-size:10px}.evidence-list{border-top:1px solid var(--line)}.evidence-row{border-bottom:1px solid var(--line);background:#ffffff40}.evidence-row.critical{border-left:2px solid var(--gold)}.evidence-row summary{min-height:57px;padding:10px 12px;display:grid;grid-template-columns:82px 1fr auto;gap:12px;align-items:center;cursor:pointer;list-style:none}.evidence-row summary::-webkit-details-marker{display:none}.evidence-row code{color:var(--muted);font:650 10px ui-monospace,monospace}.evidence-row summary strong{font-size:12px}.evidence-row>div{padding:0 12px 16px 106px}.evidence-row p{margin:0 0 10px;color:var(--muted);font-size:12px;line-height:1.55}.evidence-row dl{margin:0;display:grid;gap:4px}.evidence-row dl div{display:grid;grid-template-columns:65px 1fr;gap:10px}.evidence-row dt,.evidence-row dd{margin:0;font-size:10px}.evidence-row dt{color:var(--muted)}.evidence-row dd{font-family:ui-monospace,monospace}.section-intro{max-width:650px;margin:5px 0 24px}.section-intro p{color:var(--muted);font-size:13px;line-height:1.6}.ai-status{width:fit-content;margin-top:12px;padding:7px 10px;border-radius:7px;color:var(--muted);background:#1027220e;font-size:10px}.ai-status i{display:inline-block;width:7px;height:7px;margin-right:7px;border-radius:50%;background:#8f9794}.ai-status.active{color:var(--green);background:var(--green-soft)}.ai-status.active i{background:var(--green)}.fact-grid,.calculation-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.fact{min-height:90px;padding:15px;border:1px solid var(--line);border-radius:10px;background:var(--paper);display:grid;align-content:space-between}.fact span{color:var(--muted);font-size:10px;text-transform:uppercase}.fact strong{font:650 17px ui-monospace,monospace;overflow:hidden;text-overflow:ellipsis}.subheading{margin:30px 0 10px;font-size:15px}.simple-list{border-top:1px solid var(--line)}.simple-list>div,.simple-list>button{width:100%;min-height:52px;padding:10px 6px;display:grid;grid-template-columns:minmax(110px,.8fr) 1fr 1fr;gap:12px;align-items:center;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left}.simple-list span{color:var(--muted);font-size:11px}.simple-list strong{font-size:11px}.simple-list.interactive button{cursor:pointer}.simple-list.interactive button:hover{background:#15715d0d}.narrative-controls{display:flex;gap:8px;margin-bottom:12px}.narrative-box{margin:12px 0;padding:17px;border:1px solid var(--line);border-radius:10px;background:#fff}.narrative-box>strong{font:700 10px ui-monospace,monospace;color:var(--green)}.narrative-box p,.narrative-box li{font-size:12px;line-height:1.6}.narrative-box.disabled{background:var(--gold-soft)}.news-list{display:grid;gap:9px}.news-list article{padding:17px;border:1px solid var(--line);border-radius:10px;background:var(--paper)}.news-list article>div{display:flex;justify-content:space-between;color:var(--muted);font-size:10px}.news-list h4{margin:10px 0 7px;font-size:13px}.news-list p{margin:0;color:var(--muted);font-size:11px;line-height:1.65}.plan-form,.journal-form{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.plan-form label,.journal-form label{display:grid;gap:6px;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.plan-form input,.journal-form input{height:40px;padding:0 11px}.plan-form textarea,.journal-form textarea{min-height:78px;padding:10px;resize:vertical}.plan-form label small{color:var(--muted);font-weight:500;text-transform:none}.wide{grid-column:1 / -1}.plan-actions{margin:14px 0;display:flex;justify-content:flex-end;gap:8px}.standalone .page-heading{margin-top:10px}.journal-panel{padding:24px}.journal-panel h2{margin:0 0 20px}.journal-form .button{align-self:end;justify-self:start}.success-message{align-self:center;color:var(--green);font-size:12px}.refresh-panel{padding:20px 22px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;gap:30px}.refresh-panel h2{margin:0 0 6px}.refresh-panel p{margin:0;color:var(--muted);font-size:12px}.refresh-actions{display:flex;gap:8px}.pagination{display:flex;align-items:center;justify-content:center;gap:14px;padding:18px 0 4px;color:var(--muted);font-size:12px}.two-column{display:grid;grid-template-columns:1fr 1fr;gap:12px}.two-column .panel{padding:20px}.two-column .panel h2{margin:0 0 14px}.help-dot{width:19px;height:19px;margin-left:7px;padding:0;display:inline-grid;place-items:center;border:1px solid currentColor;border-radius:50%;color:inherit;background:#ffffff8c;font:800 10px ui-monospace,monospace;cursor:pointer;vertical-align:middle;opacity:.75}.help-dot:hover{opacity:1;background:#fff}.workflow-hint{margin-bottom:12px;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:22px;border:1px solid rgba(49,94,134,.2);border-radius:12px;background:var(--blue-soft)}.workflow-hint>div{display:grid;gap:5px}.workflow-hint strong{font-size:13px}.workflow-hint p{margin:0;color:#526b7f;font-size:11px;line-height:1.5}.workflow-hint .button{flex:0 0 auto;background:#ffffffb8}.status-guide{margin:-6px 0 18px;border:1px solid var(--line);border-radius:10px;background:#fbfaf6b3}.status-guide summary{padding:11px 15px;color:var(--muted);font-size:11px;font-weight:700;cursor:pointer}.status-guide>div{padding:0 15px 14px;display:grid;grid-template-columns:repeat(4,1fr) auto;gap:12px;align-items:center}.status-guide span{color:var(--muted);font-size:10px;line-height:1.45}.status-guide b{display:block;margin-bottom:2px;color:var(--ink)}.text-link,.inline-help,.evidence-help,.knowledge-back{width:fit-content;padding:0;border:0;color:var(--green);background:transparent;font-size:11px;font-weight:750;cursor:pointer;text-decoration:none}.text-link:hover,.inline-help:hover,.evidence-help:hover,.knowledge-back:hover{text-decoration:underline}.evidence-help{margin-top:13px}.knowledge-center{max-width:1280px;margin:0 auto}.knowledge-hero{min-height:350px;padding:42px clamp(28px,5vw,70px);display:grid;grid-template-columns:minmax(0,1fr) 230px;align-items:center;gap:50px;overflow:hidden;position:relative;border-radius:18px;color:#f8f5ed;background:radial-gradient(circle at 86% 12%,rgba(168,115,34,.34),transparent 32%),var(--ink)}.knowledge-hero h1{max-width:760px;margin:18px 0;white-space:pre-line;font-size:clamp(44px,6vw,78px);line-height:.94;letter-spacing:-.06em}.knowledge-hero p{max-width:650px;margin:0;color:#b8c2be;font-size:14px;line-height:1.7}.knowledge-hero .knowledge-back{margin-bottom:34px;color:#d4ddd9}.knowledge-hero-mark{width:210px;height:210px;display:grid;place-content:center;gap:13px;border:1px solid rgba(255,255,255,.18);border-radius:50%;text-align:center;transform:rotate(-5deg)}.knowledge-hero-mark span{color:#e8c88f;font:750 50px ui-monospace,monospace;letter-spacing:-.08em}.knowledge-hero-mark small{color:#99aaa3;font:650 9px/1.6 ui-monospace,monospace;letter-spacing:.18em}.knowledge-tabs{margin:14px 0 34px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.knowledge-tabs button{min-height:105px;padding:16px;display:grid;align-content:center;gap:5px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6c7;text-align:left;cursor:pointer}.knowledge-tabs button:hover,.knowledge-tabs button.active{border-color:#15715d80;background:#fff;box-shadow:0 9px 24px #10272212}.knowledge-tabs span,.knowledge-section-heading>span{color:var(--gold);font:700 9px ui-monospace,monospace;letter-spacing:.12em}.knowledge-tabs strong{font-size:14px}.knowledge-tabs small{color:var(--muted);font-size:10px}.knowledge-section-heading{max-width:760px;margin-bottom:24px}.knowledge-section-heading.compact{margin-bottom:14px}.knowledge-section-heading h2{margin:8px 0;font-size:clamp(27px,4vw,42px);line-height:1.08;letter-spacing:-.045em}.knowledge-section-heading.compact h2{font-size:24px}.knowledge-section-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.7}.quick-start{display:grid;gap:28px}.quick-step-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.quick-step-grid article{min-height:180px;padding:20px;display:grid;align-content:start;gap:13px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6cc}.quick-step-grid article>span{color:var(--gold);font:750 11px ui-monospace,monospace}.quick-step-grid article strong{font-size:15px}.quick-step-grid article p,.status-definition-grid p{margin:0;color:var(--muted);font-size:11px;line-height:1.7}.timing-guide{padding:24px;display:flex;align-items:center;justify-content:space-between;gap:26px;border-radius:13px;color:#fff;background:var(--green)}.timing-guide h3{margin:7px 0;font-size:20px}.timing-guide p{max-width:760px;margin:0;color:#c7ded7;font-size:12px;line-height:1.65}.timing-guide .button{flex:0 0 auto;color:#fff;border-color:#ffffff4d;background:#ffffff1a}.status-explainer{padding:24px;border:1px solid var(--line);border-radius:13px;background:#fbfaf6cc}.status-definition-grid{margin-bottom:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.status-definition-grid article{min-height:115px;padding:14px;display:grid;align-content:start;gap:12px;border:1px solid var(--line);border-radius:9px;background:#fff}.guide-document{display:grid;grid-template-columns:245px minmax(0,1fr);gap:42px;align-items:start}.guide-toc{position:sticky;top:96px;padding:17px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6d9}.guide-toc>span{color:var(--muted);font-size:10px;font-weight:700}.guide-toc>div{margin-top:12px;display:grid}.guide-toc a{padding:9px 0;display:grid;grid-template-columns:28px 1fr;gap:7px;border-top:1px solid var(--line);color:var(--muted);font-size:10px;text-decoration:none}.guide-toc a:hover{color:var(--green)}.guide-toc b{color:var(--gold);font:700 9px ui-monospace,monospace}.guide-prose{min-width:0;padding:10px 0 80px}.guide-prose h2{margin:50px 0 18px;padding-top:14px;display:grid;grid-template-columns:46px 1fr;gap:12px;align-items:baseline;border-top:1px solid var(--line);font-size:27px;letter-spacing:-.035em;scroll-margin-top:90px}.guide-prose h2:first-child{margin-top:0}.guide-prose h2>span{color:var(--gold);font:700 10px ui-monospace,monospace}.guide-prose h3{margin:28px 0 10px;font-size:18px;scroll-margin-top:90px}.guide-prose p,.guide-prose li{color:#465651;font-size:13px;line-height:1.85}.guide-prose li{margin:5px 0}.guide-prose code{padding:2px 5px;border-radius:4px;color:#285b4f;background:var(--green-soft);font:600 11px ui-monospace,monospace}.guide-prose pre{padding:18px;overflow-x:auto;border-radius:10px;background:var(--ink)}.guide-prose pre code{padding:0;color:#dce9e4;background:transparent;line-height:1.7}.guide-check{list-style:none;margin-left:-22px!important}.guide-check>span{margin-right:8px;color:var(--green);font-weight:800}.guide-table-wrap{width:100%;margin:18px 0;overflow-x:auto;border:1px solid var(--line);border-radius:10px}.guide-table-wrap table{width:100%;min-width:620px;border-collapse:collapse;background:#fff}.guide-table-wrap th,.guide-table-wrap td{padding:11px 13px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;font-size:11px;line-height:1.55}.guide-table-wrap th{color:var(--muted);background:#10272209}.strategy-tools{margin-bottom:22px;display:flex;align-items:center;justify-content:space-between;gap:18px}.segmented{display:flex;flex-wrap:wrap;gap:5px}.segmented button{padding:8px 10px;border:1px solid var(--line);border-radius:7px;color:var(--muted);background:#fbfaf6bf;font-size:10px;cursor:pointer}.segmented button.active{color:#fff;border-color:var(--green);background:var(--green)}.knowledge-search{min-width:260px}.strategy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.strategy-card{min-height:240px;padding:20px;display:grid;grid-template-rows:auto auto auto 1fr auto;gap:9px;border:1px solid var(--line);border-radius:12px;background:#fbfaf6d1;text-align:left;cursor:pointer}.strategy-card:hover{transform:translateY(-2px);border-color:#15715d73;box-shadow:0 12px 30px #10272214}.strategy-card>span{color:var(--gold);font:700 9px ui-monospace,monospace;letter-spacing:.08em}.strategy-card>strong{font-size:17px}.strategy-card>small{color:var(--muted);font-size:10px}.strategy-card p{margin:5px 0;color:var(--muted);font-size:11px;line-height:1.7}.strategy-card>b{color:var(--green);font-size:10px}.strategy-library>.knowledge-back{margin:5px 0 20px}.strategy-article{overflow:hidden;border:1px solid var(--line);border-radius:15px;background:#fbfaf6db}.strategy-article>header{padding:40px;color:#fff;background:var(--ink)}.strategy-article>header>span{color:#e2bd7b;font:700 10px ui-monospace,monospace;letter-spacing:.12em}.strategy-article>header h1{margin:12px 0 5px;font-size:clamp(36px,5vw,60px);letter-spacing:-.055em}.strategy-article>header p{margin:0;color:#b8c2be}.strategy-source{margin-top:24px;padding-top:17px;display:grid;gap:6px;border-top:1px solid rgba(255,255,255,.15)}.strategy-source small{color:#94a49e}.strategy-source strong{font-size:12px}.strategy-source code{color:#d9c18f;font:600 10px/1.6 ui-monospace,monospace}.strategy-article>section,.strategy-article-grid>section{padding:28px 40px}.strategy-article h2{margin:0 0 13px;font-size:18px}.strategy-article p,.strategy-article li{color:var(--muted);font-size:13px;line-height:1.75}.strategy-article-grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.strategy-article-grid section+section{border-left:1px solid var(--line)}.strategy-article-grid .product-rule{background:var(--green-soft)}.strategy-lead{color:var(--ink)!important;font-size:19px!important}.strategy-warning{background:var(--gold-soft)}.related-strategies{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.related-strategies button{padding:15px;display:grid;gap:7px;border:1px solid var(--line);border-radius:9px;background:#fff;text-align:left;cursor:pointer}.related-strategies strong{color:var(--green);font-size:12px}.related-strategies span{color:var(--muted);font-size:10px;line-height:1.5}@media(max-width:1050px){.app-header{grid-template-columns:1fr auto}.desktop-nav{display:none}.metric-grid{grid-template-columns:repeat(2,1fr)}.stock-drawer{width:94vw}.knowledge-tabs,.quick-step-grid,.strategy-grid{grid-template-columns:repeat(2,1fr)}.guide-document{grid-template-columns:210px minmax(0,1fr);gap:24px}}@media(max-width:700px){body{padding-bottom:66px}.app-header{height:62px;padding:0 15px}.brand-button small,.market-date,.header-actions .button{display:none}.brand-mark{width:34px;height:34px}.workspace{padding:28px 14px 70px}.page-heading{align-items:stretch;flex-direction:column;gap:18px;margin-bottom:24px}.page-heading h1{font-size:41px}.snapshot-card{min-width:0}.metric-grid{gap:8px}.metric{min-height:110px;padding:15px}.metric strong{font-size:29px}.briefing-strip{align-items:flex-start;flex-direction:column;gap:12px;padding:17px}.panel-heading{align-items:stretch;flex-direction:column}.filters{flex-direction:column}.filters select{width:100%}.search{min-width:0}.candidate-list{overflow:visible}.candidate-head{display:none}.candidate-row{min-width:0;min-height:190px;padding:16px;grid-template-columns:1fr auto auto;gap:12px;border-bottom:1px solid var(--line)}.candidate-row>*:nth-child(2){justify-self:end}.candidate-row>*:nth-child(3),.candidate-row>*:nth-child(4),.candidate-row>*:nth-child(5){align-self:start}.candidate-row>*:nth-child(6),.candidate-row>*:nth-child(7),.candidate-row>*:nth-child(8),.candidate-row>*:nth-child(9){align-self:end}.candidate-row [data-label]{display:grid;gap:4px}.candidate-row [data-label]:before{content:attr(data-label);color:var(--muted);font:650 8px Inter,sans-serif;letter-spacing:.04em;text-transform:none}.symbol-cell{grid-column:span 2}.price-cell{text-align:left}.mobile-nav{position:fixed;bottom:0;left:0;right:0;height:62px;z-index:45;padding:7px 7px calc(7px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);gap:2px;border-top:1px solid var(--line);background:#f6f4eef7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-nav .nav-button{padding:7px 4px;font-size:11px}.stock-drawer{width:100vw}.drawer-header{min-height:76px;padding:13px 14px}.drawer-header h2{font-size:20px}.drawer-header h2 small{display:block;margin:3px 0 0;max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.drawer-actions .button{display:none}.detail-tabs{top:76px;padding:0 8px;overflow-x:auto}.detail-tabs button{padding:13px 10px 11px;white-space:nowrap}.drawer-content{padding:16px 13px 80px}.decision-banner{grid-template-columns:1fr}.stage-grid{grid-template-columns:repeat(2,1fr)}.chart-card{padding:13px 5px 5px;overflow-x:auto}.chart-card svg{width:780px;max-width:none}.chart-title{position:sticky;left:0;width:calc(100vw - 40px)}.evidence-row summary{grid-template-columns:74px 1fr auto;gap:7px}.evidence-row>div{padding-left:12px}.fact-grid,.calculation-grid,.plan-form,.journal-form{grid-template-columns:repeat(2,1fr)}.simple-list>div,.simple-list>button{grid-template-columns:1fr;gap:4px}.refresh-panel{align-items:stretch;flex-direction:column}.refresh-actions{display:grid;grid-template-columns:1fr}.two-column{grid-template-columns:1fr}.workflow-hint,.timing-guide{align-items:stretch;flex-direction:column}.status-guide>div{grid-template-columns:1fr 1fr}.knowledge-center{margin:-10px 0 0}.knowledge-hero{min-height:330px;padding:28px 22px;grid-template-columns:1fr}.knowledge-hero h1{font-size:46px}.knowledge-hero-mark{display:none}.knowledge-tabs{gap:6px}.knowledge-tabs button{min-height:82px;padding:12px}.knowledge-tabs button small{display:none}.quick-step-grid,.strategy-grid,.status-definition-grid{grid-template-columns:1fr}.quick-step-grid article{min-height:135px}.guide-document{grid-template-columns:1fr}.guide-toc{position:static}.guide-toc>div{grid-template-columns:1fr 1fr;column-gap:12px}.guide-prose h2{grid-template-columns:34px 1fr;font-size:23px}.strategy-tools{align-items:stretch;flex-direction:column}.knowledge-search{min-width:0}.strategy-article>header,.strategy-article>section,.strategy-article-grid>section{padding:24px 20px}.strategy-article-grid{grid-template-columns:1fr}.strategy-article-grid section+section{border-top:1px solid var(--line);border-left:0}.related-strategies{grid-template-columns:1fr}}@media(max-width:420px){.metric-grid{grid-template-columns:1fr 1fr}.fact-grid,.calculation-grid,.plan-form,.journal-form{grid-template-columns:1fr}.wide{grid-column:1}.evidence-heading{align-items:flex-start;flex-direction:column;gap:5px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}
