:root{font-family:Inter,Microsoft YaHei,PingFang SC,system-ui,sans-serif;color:#1c2623;background:#eef2ee;--page: #eef2ee;--surface: rgba(255, 255, 255, .92);--surface-strong: #ffffff;--line: #d8dfd8;--line-strong: #b9c5bd;--text: #1c2623;--muted: #65736c;--soft: #f7f8f4;--teal: #0b7f72;--teal-strong: #075d55;--green: #138a4c;--red: #ba3a38;--amber: #b97919;--blue: #2f80a7;--shadow: 0 18px 55px rgba(31, 48, 41, .12);--small-shadow: 0 8px 22px rgba(31, 48, 41, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;-webkit-font-smoothing:antialiased;background:linear-gradient(180deg,#eef2eeeb,#e7ece6f5),repeating-linear-gradient(90deg,rgba(26,42,36,.035) 0 1px,transparent 1px 74px);color:var(--text)}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.65}.cockpit-page,.admin-page{min-height:100vh;padding:20px}.topbar,.admin-top{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 18px;border:1px solid var(--line);border-radius:10px;background:#ffffffe6;box-shadow:var(--small-shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand-block,.controls,.timeline-head,.matrix-head,.panel-header,.panel-title,.legend,.weather-cell,.panel-actions,.rationale-meta,.recalc-bar,.admin-top>div,.source-row,.model-row,.push-row{display:flex;align-items:center}.brand-block{gap:12px;min-width:360px}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;background:#102d2a;color:#dff9ec;box-shadow:inset 0 0 0 1px #ffffff29}h1,h2,h3,p{margin:0}h1{font-size:22px;line-height:1.2}h2{font-size:18px;line-height:1.25}h3{font-size:14px;line-height:1.3}p,small,label,dt,dd{color:var(--muted)}.brand-block p{margin-top:4px;font-size:13px}.controls{flex-wrap:wrap;justify-content:flex-end;gap:10px}.controls label{display:grid;gap:4px;font-size:12px}input,select,textarea{min-height:34px;border:1px solid var(--line);border-radius:7px;background:var(--surface-strong);color:var(--text);padding:0 9px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px #0b7f721f}textarea{min-height:92px;padding:9px;resize:vertical;line-height:1.45}.segmented{height:34px;display:grid;grid-template-columns:repeat(3,minmax(52px,1fr));padding:3px;border:1px solid var(--line);border-radius:7px;background:#edf2ed}.segmented button{border:0;border-radius:5px;background:transparent;color:var(--muted)}.segmented button.active{background:#fff;color:var(--teal-strong);box-shadow:var(--small-shadow)}.pill{display:inline-grid;min-height:28px;align-items:center;border-radius:999px;padding:0 10px;border:1px solid var(--line);background:#f2f5f0;color:var(--muted);font-size:12px;white-space:nowrap}.pill.green,.pill.buy{background:#e5f5ec;color:var(--green);border-color:#b9dfc8}.pill.sell,.pill.red{background:#fde9e7;color:var(--red);border-color:#e7b8b5}.pill.amber,.pill.hold,.pill.close{background:#fff2d8;color:var(--amber);border-color:#ebd09c}.ghost,.secondary,.primary{min-height:36px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:7px;border:1px solid var(--line);padding:0 12px;background:#fff;color:var(--text);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.ghost:hover,.secondary:hover,.primary:hover{transform:translateY(-1px);box-shadow:var(--small-shadow)}.primary{background:#0d6f63;color:#fff;border-color:#0d6f63}.secondary{background:#f4f6f2}.icon-button{width:36px;padding:0}.admin-button{color:var(--teal-strong)}.eyebrow{display:block;color:var(--teal);font-size:12px;font-weight:700}.timeline-shell{margin-top:14px;border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--shadow);padding:16px 18px 20px}.timeline-head{justify-content:space-between;gap:16px}.legend{gap:10px;color:var(--muted);font-size:12px}.dot{width:9px;height:9px;border-radius:50%;display:inline-block}.dot.sell{background:var(--red)}.dot.hold{background:var(--amber)}.dot.buy{background:var(--green)}.time-axis{display:grid;grid-template-columns:repeat(7,1fr);margin-top:18px;color:var(--muted);font-size:12px}.time-axis span:last-child{text-align:right}.timeline-track{position:relative;height:124px;margin-top:8px;border-radius:8px;background:linear-gradient(90deg,rgba(28,38,35,.06) 1px,transparent 1px) 0 0 / calc(100% / 6) 100%,#f9faf6;overflow:hidden;border:1px solid var(--line)}.sparkline{position:absolute;top:8px;right:0;bottom:0;left:0;width:100%;height:106px;pointer-events:none}.sparkline path{fill:none;stroke-width:3;opacity:.55}.window-chip{position:absolute;bottom:14px;height:58px;display:grid;align-content:center;gap:4px;border:1px solid transparent;border-radius:8px;padding:0 10px;text-align:left;color:#fff;box-shadow:0 10px 24px #1f302929;transition:transform .18s ease,box-shadow .18s ease,outline .18s ease}.window-chip strong,.window-chip span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.window-chip.buy{background:#15844d}.window-chip.sell{background:#b33c3a}.window-chip.hold,.window-chip.close{background:#aa741d}.window-chip.selected{transform:translateY(-4px);outline:3px solid rgba(11,127,114,.22)}.main-grid{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(680px,2.4fr) minmax(320px,.92fr);gap:14px;margin-top:14px;align-items:start}.summary-rail{display:grid;gap:10px}.summary-panel,.matrix-card,.rationale-panel,.admin-section{border:1px solid var(--line);border-radius:10px;background:var(--surface);box-shadow:var(--small-shadow)}.summary-panel{min-height:104px;padding:14px}.summary-panel.profit{background:#102d2a;color:#fff}.summary-panel.profit .eyebrow,.summary-panel.profit small{color:#b7d7cf}.summary-panel strong{display:block;margin-top:8px;font-size:25px;line-height:1.1}.summary-panel strong span{color:var(--muted);font-size:13px}.panel-title{gap:7px;color:var(--muted);font-size:13px;font-weight:700}.risk-meter,.progress{height:7px;margin:11px 0 7px;border-radius:999px;background:#dbe3db;overflow:hidden}.risk-meter span,.progress span{display:block;height:100%;border-radius:inherit;background:var(--teal);transition:width .22s ease}dl{margin:8px 0 0}dl div{display:flex;justify-content:space-between;gap:10px;padding:5px 0;border-bottom:1px solid rgba(216,223,216,.7)}dt,dd{margin:0;font-size:12px}dd{color:var(--text);font-weight:700;text-align:right}.matrix-card{min-width:0;overflow:hidden}.matrix-head{justify-content:space-between;gap:12px;padding:14px 16px;border-bottom:1px solid var(--line)}.table-wrap{width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse}.decision-table{min-width:1880px}.decision-table.compact-columns{min-width:980px}th,td{padding:11px 10px;border-bottom:1px solid rgba(216,223,216,.86);text-align:left;vertical-align:middle}th{position:sticky;top:0;z-index:1;background:#f5f7f3;color:#58665e;font-size:12px;font-weight:800}td{min-height:66px;font-size:13px}tbody tr{transition:background .15s ease,box-shadow .15s ease}tbody tr:hover{background:#0b7f720d}tbody tr.selected{background:#e8f5ef;box-shadow:inset 3px 0 0 var(--teal)}.decision-table th:first-child,.decision-table td:first-child{position:sticky;left:0;z-index:2;background:#fff;box-shadow:1px 0 #d8dfd8e6}.decision-table th.action-col,.decision-table td.action-cell{position:sticky;right:0;z-index:2;background:#fff;box-shadow:-1px 0 #d8dfd8e6}.decision-table th:first-child,.decision-table th.action-col{z-index:3;background:#f5f7f3}tbody tr.selected td:first-child,tbody tr.selected td.action-cell{background:#e8f5ef}.time-cell{font-weight:800;color:var(--teal-strong);white-space:nowrap}.time-cell small{margin-top:3px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.weather-cell{gap:6px;font-weight:800;white-space:nowrap}.metric-cell{min-width:116px}.metric-cell.wide{min-width:170px}.compact-columns .metric-cell,.compact-columns .price-cell{min-width:128px}.compact-columns .compact-supply{min-width:220px}.compact-columns .price-cell{min-width:170px}.metric-cell strong,.metric-cell small,td small{display:block;line-height:1.35}td strong{line-height:1.35}.price-cell{min-width:210px}.price-cell label,.metric-cell label{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:6px;margin-top:3px;color:var(--muted)}.matrix-input{width:88px;min-height:28px;padding:0 7px;border-radius:6px;background:#fff;font-size:12px;font-weight:800}.price-cell .matrix-input{width:78px}.action-select{min-width:100px;font-weight:800}.action-select.buy{color:var(--green)}.action-select.sell{color:var(--red)}.action-select.hold,.action-select.close{color:var(--amber)}.rise,.profit-text{color:var(--green)}.fall,.danger-text{color:var(--red)}.muted-text{color:var(--muted)}.evidence-button{min-width:52px;min-height:32px;display:inline-flex;align-items:center;justify-content:center;gap:2px;border:1px solid #b7d8cf;border-radius:7px;background:#e8f5ef;color:var(--teal-strong)}.rationale-panel{position:sticky;top:14px;padding:14px;display:grid;gap:12px}.rationale-panel.empty{min-height:220px;place-items:center;color:var(--muted)}.panel-header{justify-content:space-between;gap:12px}.rationale-meta{flex-wrap:wrap;gap:7px}.rationale-meta span{min-height:28px;border-radius:999px;padding:5px 8px;background:#f2f5f0;color:var(--muted);font-size:12px}.rationale-meta strong{color:var(--text)}.reason-block,.evidence-list,.calculation-list,.risk-list,.failure-block{padding-top:10px;border-top:1px solid var(--line)}.reason-block h3,.evidence-list h3,.calculation-list h3,.risk-list h3,.failure-block h3{display:flex;align-items:center;gap:6px;margin-bottom:8px}.reason-block p{color:#35423b;line-height:1.65}.evidence-row,.calc-row,.risk-row{display:grid;align-items:center;gap:8px;min-height:38px;padding:7px 0;border-bottom:1px solid rgba(216,223,216,.75)}.evidence-row{grid-template-columns:minmax(70px,.62fr) minmax(130px,1.38fr) 18px}.risk-row{grid-template-columns:18px 1fr auto}.evidence-row span,.calc-row span,.risk-row span{color:var(--muted);font-size:12px}.evidence-row strong,.risk-row strong{font-size:12px}.calc-formula{padding:8px;border-radius:7px;background:#f7faf6;color:#314139;font-size:12px;font-weight:800;line-height:1.45}.calc-row{grid-template-columns:1fr;min-height:28px;padding:5px 0}.failure-block ul{margin:0;padding-left:18px;color:#445149;line-height:1.65;font-size:13px}.panel-actions{gap:8px}.panel-actions button{flex:1}.review-notice{margin-top:-2px;border:1px solid #b9dfc8;border-radius:8px;padding:8px 10px;background:#eaf7ef;color:var(--teal-strong);font-size:13px;font-weight:700;line-height:1.45}.recalc-bar{margin:14px auto 0;max-width:860px;min-height:48px;justify-content:space-between;gap:12px;padding:9px 12px;border:1px solid var(--line);border-radius:10px;background:#fffffff0;box-shadow:var(--shadow);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.recalc-bar .progress{flex:1;min-width:140px;margin:0}.recalc-bar.active .progress span{background:var(--green)}.mini{min-height:30px;padding:0 9px}.loading-screen,.loading{min-height:100vh;display:grid;place-items:center;color:var(--muted)}.error-banner{margin:12px 0;padding:12px;border:1px solid #e3aaa6;border-radius:8px;background:#fff0ee;color:var(--red)}.admin-top{justify-content:flex-start}.admin-grid{display:grid;grid-template-columns:repeat(3,minmax(260px,1fr));gap:14px;margin-top:14px}.admin-section{padding:16px}.admin-section.wide{grid-column:1 / -1}.admin-section h2{display:flex;align-items:center;gap:7px;margin-bottom:12px}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:12px}.section-heading h2{margin-bottom:5px}.section-heading p{max-width:780px;font-size:13px;line-height:1.5}.draft-actions{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.save-notice{margin-bottom:12px;border:1px solid #b9dfc8;border-radius:8px;padding:9px 11px;background:#eaf7ef;color:var(--green);font-size:13px;font-weight:700}.source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:8px}.source-row,.model-row,.assumption-row,.push-row{min-height:40px;justify-content:space-between;gap:8px;padding:8px;border:1px solid var(--line);border-radius:8px;background:#f8faf6}.source-row span,.model-row span,.push-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assumption-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:10px}.assumption-row{align-items:flex-start;min-height:132px}.assumption-row>div{display:grid;gap:5px;min-width:0}.assumption-row strong{color:var(--text)}.assumption-row small{line-height:1.45}.source-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.source-tags span{border:1px solid var(--line);border-radius:999px;padding:5px 8px;background:#f7faf6;color:var(--muted);font-size:12px}.config-draft{background:linear-gradient(180deg,#fffffff2,#f6faf7f0)}.admin-form-grid,.threshold-grid,.admin-notes-grid{display:grid;gap:10px}.admin-form-grid{grid-template-columns:repeat(4,minmax(170px,1fr))}.threshold-grid{grid-template-columns:repeat(5,minmax(150px,1fr));margin-top:10px}.admin-notes-grid{grid-template-columns:repeat(3,minmax(220px,1fr));margin-top:10px}.admin-form-grid label,.threshold-grid label,.admin-notes-grid label{display:grid;gap:5px;color:var(--muted);font-size:12px;font-weight:700}.admin-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.source-config-table{min-width:1500px}.source-config-table th{background:#eef4ef}.source-config-table td{padding:8px}.source-config-table input,.source-config-table select{width:100%;min-width:110px}.source-config-table td:nth-child(4) input{min-width:240px}.source-config-table td:last-child input{min-width:280px}.toggle-cell{text-align:center}.toggle-cell input{min-width:0;width:18px;height:18px;accent-color:var(--teal)}@media(max-width:1420px){.main-grid{grid-template-columns:210px minmax(620px,1fr) 320px}.topbar{align-items:flex-start;flex-direction:column}.controls{justify-content:flex-start}.admin-form-grid,.threshold-grid,.admin-notes-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:1180px){.cockpit-page,.admin-page{padding:12px}.main-grid{grid-template-columns:1fr}.matrix-card{order:1}.summary-rail{order:2;grid-template-columns:repeat(2,minmax(0,1fr))}.rationale-panel{order:3;position:static}.brand-block{min-width:0}.admin-grid{grid-template-columns:1fr}.section-heading{flex-direction:column}.admin-form-grid,.threshold-grid,.admin-notes-grid{grid-template-columns:1fr}}@media(max-width:720px){.cockpit-page{padding:8px}.topbar{gap:10px;padding:10px}.brand-mark{width:34px;height:34px}.brand-block{gap:8px}.brand-block p{display:none}h1{font-size:18px}.controls{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.controls label{min-width:0}.controls .admin-button,.controls .icon-button{width:100%}.timeline-shell{margin-top:8px;padding:10px}.timeline-head h2{font-size:15px}.legend{flex-wrap:wrap}.time-axis{margin-top:8px;font-size:10px}.timeline-track{height:82px}.sparkline{height:70px}.window-chip{bottom:9px;height:42px;padding:0 7px;font-size:11px}.main-grid{gap:8px;margin-top:8px}.matrix-head{padding:10px}.decision-table.compact-columns{min-width:820px}th,td{padding:8px 7px}td{font-size:12px}.summary-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.summary-panel{min-height:84px;padding:10px}.summary-panel strong{font-size:19px}.timeline-head,.panel-header,.recalc-bar{align-items:flex-start;flex-direction:column}.recalc-bar .progress{width:100%}}.cockpit-page{height:100dvh;min-height:640px;overflow:hidden;display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:10px;padding:10px;--surface: rgba(16, 24, 20, .9);--surface-strong: #111a16;--line: rgba(108, 132, 121, .34);--line-strong: rgba(157, 186, 173, .56);--text: #eaf6f0;--muted: #9dafaa;--soft: #17221d;--teal: #22d0a6;--teal-strong: #66f1cf;--green: #5ee18f;--red: #ff6b62;--amber: #f6bf4f;--blue: #55b8ff;--shadow: 0 18px 48px rgba(0, 0, 0, .34);--small-shadow: 0 10px 26px rgba(0, 0, 0, .24);color:var(--text);background:linear-gradient(180deg,#0a0e0df5,#0d1411fa),repeating-linear-gradient(90deg,rgba(34,208,166,.08) 0 1px,transparent 1px 72px),repeating-linear-gradient(0deg,rgba(85,184,255,.045) 0 1px,transparent 1px 64px)}.cockpit-page,.cockpit-page *{scrollbar-width:thin;scrollbar-color:rgba(34,208,166,.42) rgba(255,255,255,.04)}.cockpit-page button,.cockpit-page input,.cockpit-page select{border-color:var(--line);background:#0c1310db;color:var(--text)}.cockpit-page input:focus,.cockpit-page select:focus{border-color:#22d0a6e6;box-shadow:0 0 0 3px #22d0a624}.cockpit-page .topbar,.cockpit-page .timeline-shell,.cockpit-page .summary-panel,.cockpit-page .matrix-card,.cockpit-page .rationale-panel,.cockpit-page .recalc-bar{border-radius:8px;border-color:var(--line);background:linear-gradient(180deg,#19241fe0,#0d1511e6);box-shadow:var(--small-shadow),inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.cockpit-page .topbar{min-height:62px;padding:10px 12px}.cockpit-page .brand-block{min-width:280px}.cockpit-page .brand-mark{width:38px;height:38px;background:#0b221d;color:var(--teal-strong);box-shadow:inset 0 0 0 1px #66f1cf47,0 0 22px #22d0a62e}.cockpit-page h1{color:#f2fff8}.cockpit-page h2,.cockpit-page h3,.cockpit-page strong,.cockpit-page dd{color:var(--text)}.cockpit-page p,.cockpit-page small,.cockpit-page label,.cockpit-page dt{color:var(--muted)}.cockpit-page .controls{gap:8px}.cockpit-page .controls label{gap:3px;font-size:11px}.cockpit-page .segmented{height:32px;background:#070c0ac2;border-color:var(--line)}.cockpit-page .segmented button{min-height:24px;color:var(--muted)}.cockpit-page .segmented button.active{background:#22d0a624;color:var(--teal-strong);box-shadow:inset 0 0 0 1px #22d0a657}.cockpit-page .pill{min-height:24px;border-color:var(--line);background:#ffffff0d;color:var(--muted)}.cockpit-page .pill.green,.cockpit-page .pill.buy{background:#43cb751f;color:var(--green);border-color:#5ee18f52}.cockpit-page .pill.sell,.cockpit-page .pill.red{background:#ff6b621f;color:var(--red);border-color:#ff6b6257}.cockpit-page .pill.amber,.cockpit-page .pill.hold,.cockpit-page .pill.close{background:#f6bf4f1f;color:var(--amber);border-color:#f6bf4f57}.cockpit-page .ghost,.cockpit-page .secondary,.cockpit-page .primary{min-height:32px;border-radius:7px;border-color:var(--line);background:#ffffff0e;color:var(--text)}.cockpit-page .primary{background:#22d0a629;color:var(--teal-strong);border-color:#22d0a66b}.cockpit-page .ghost:hover,.cockpit-page .secondary:hover,.cockpit-page .primary:hover{transform:translateY(-1px);border-color:#22d0a6b3;box-shadow:0 10px 26px #00000047}.cockpit-page .admin-button,.cockpit-page .eyebrow{color:var(--teal-strong)}.cockpit-page .timeline-shell{margin-top:0;padding:10px 12px 12px}.cockpit-page .timeline-head h2{font-size:16px}.cockpit-page .time-axis{margin-top:8px;font-size:11px}.cockpit-page .timeline-track{height:88px;border-color:var(--line);background:linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px) 0 0 / calc(100% / 6) 100%,linear-gradient(180deg,#22d0a614,#55b8ff0b),#060c0ae0}.cockpit-page .sparkline{height:72px;top:6px;right:0;bottom:0;left:0}.cockpit-page .sparkline path{stroke-width:2.4;opacity:.74}.cockpit-page .window-chip{bottom:9px;height:42px;border-radius:7px;padding:0 8px;box-shadow:0 10px 22px #00000047}.cockpit-page .window-chip.buy{background:linear-gradient(180deg,#169a62,#106c49)}.cockpit-page .window-chip.sell{background:linear-gradient(180deg,#d3544e,#8f2f2f)}.cockpit-page .window-chip.hold,.cockpit-page .window-chip.close{background:linear-gradient(180deg,#c18a29,#805916)}.cockpit-page .window-chip.selected{transform:translateY(-3px);outline:2px solid rgba(102,241,207,.34);box-shadow:0 0 0 1px #22d0a63d,0 16px 30px #00000057}.cockpit-page .main-grid{min-height:0;height:100%;margin-top:0;align-items:stretch;grid-template-columns:minmax(190px,.58fr) minmax(520px,2.2fr) minmax(280px,.9fr);gap:10px}.cockpit-page .summary-rail{overflow:auto;grid-auto-rows:minmax(82px,auto);gap:8px}.cockpit-page .summary-panel{min-height:82px;padding:10px;overflow:hidden}.cockpit-page .summary-panel.profit{background:linear-gradient(180deg,#155342f2,#081e19f2)}.cockpit-page .summary-panel strong{margin-top:5px;font-size:20px}.cockpit-page .summary-panel small{line-height:1.35}.cockpit-page .panel-title{color:var(--muted);font-size:12px}.cockpit-page .risk-meter,.cockpit-page .progress{height:5px;margin:8px 0 5px;background:#ffffff14}.cockpit-page .risk-meter span,.cockpit-page .progress span{background:linear-gradient(90deg,var(--teal),var(--amber))}.cockpit-page .matrix-card{display:flex;flex-direction:column}.cockpit-page .matrix-head{min-height:52px;padding:10px 12px}.cockpit-page .matrix-head h2{font-size:16px}.cockpit-page th{top:0;background:#17241e;color:#b9ccc3;border-bottom-color:var(--line)}.cockpit-page td{background:#0d14119e;border-bottom-color:#6c84792e}.cockpit-page tbody tr:hover td{background:#22d0a611}.cockpit-page tbody tr.selected td{background:#22d0a61c;box-shadow:inset 3px 0 0 var(--teal)}.cockpit-page .decision-table th:first-child,.cockpit-page .decision-table td:first-child,.cockpit-page .decision-table th.action-col,.cockpit-page .decision-table td.action-cell{background:#111c17}.cockpit-page .decision-table th:first-child,.cockpit-page .decision-table th.action-col{background:#17241e}.cockpit-page tbody tr.selected td:first-child,.cockpit-page tbody tr.selected td.action-cell{background:#163029}.cockpit-page .time-cell{color:var(--teal-strong)}.cockpit-page .matrix-input{background:#ffffff0f;color:#f3fff8;border-color:#9dbaad57}.cockpit-page .action-select.buy{color:var(--green)}.cockpit-page .action-select.sell{color:var(--red)}.cockpit-page .action-select.hold,.cockpit-page .action-select.close{color:var(--amber)}.cockpit-page .evidence-button{min-height:30px;border-color:#22d0a65c;background:#22d0a61f;color:var(--teal-strong)}.cockpit-page .rationale-panel{position:static;overflow:auto;gap:9px;padding:10px}.cockpit-page .rationale-meta span,.cockpit-page .calc-formula{background:#ffffff0e}.cockpit-page .reason-block,.cockpit-page .evidence-list,.cockpit-page .calculation-list,.cockpit-page .risk-list,.cockpit-page .failure-block{padding-top:8px;border-top-color:var(--line)}.cockpit-page .reason-block p,.cockpit-page .failure-block ul{color:#c7d7cf}.cockpit-page .evidence-row,.cockpit-page .calc-row,.cockpit-page .risk-row{min-height:32px;padding:5px 0;border-bottom-color:#6c84792e}.cockpit-page .review-notice{border-color:#22d0a652;background:#22d0a61a;color:var(--teal-strong)}.cockpit-page .recalc-bar{margin:0 auto;width:min(860px,100%);min-height:38px;padding:7px 10px;font-size:13px}.cockpit-page .error-banner{margin:0}@media(max-width:1180px){.cockpit-page{grid-template-rows:auto auto minmax(0,1fr) auto;min-height:620px}.cockpit-page .main-grid{grid-template-columns:1fr;grid-template-rows:92px minmax(0,1fr) 168px;overflow:hidden}.cockpit-page .summary-rail{order:1;display:flex;overflow-x:auto;overflow-y:hidden}.cockpit-page .summary-panel{flex:0 0 190px;min-height:0;height:92px}.cockpit-page .matrix-card{order:2}.cockpit-page .rationale-panel{order:3}}@media(max-width:720px){.cockpit-page{min-height:100dvh;gap:7px;padding:7px}.cockpit-page .topbar{min-height:0;padding:8px}.cockpit-page .brand-block p{display:none}.cockpit-page .brand-mark{width:32px;height:32px}.cockpit-page h1{font-size:17px}.cockpit-page .controls{grid-template-columns:1fr 1fr;gap:6px}.cockpit-page .controls label{font-size:10px}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented{min-height:30px;height:30px}.cockpit-page .pill{min-height:22px;padding:0 8px}.cockpit-page .timeline-shell{padding:8px}.cockpit-page .timeline-head h2{display:none}.cockpit-page .time-axis{margin-top:4px}.cockpit-page .timeline-track{height:68px}.cockpit-page .sparkline{height:56px}.cockpit-page .window-chip{bottom:7px;height:34px;font-size:10px}.cockpit-page .main-grid{grid-template-rows:78px minmax(0,1fr) 150px;gap:7px}.cockpit-page .summary-panel{flex-basis:160px;height:78px;padding:8px}.cockpit-page .summary-panel strong{font-size:17px}.cockpit-page .summary-panel dl,.cockpit-page .summary-panel small{font-size:10px}.cockpit-page .matrix-head{min-height:44px;padding:8px}.cockpit-page .matrix-head h2{font-size:14px}.cockpit-page .decision-table.compact-columns{min-width:760px}.cockpit-page th,.cockpit-page td{padding:7px 6px}.cockpit-page .rationale-panel{padding:8px;gap:7px}.cockpit-page .reason-block,.cockpit-page .calculation-list,.cockpit-page .failure-block{display:none}.cockpit-page .recalc-bar{min-height:34px;font-size:12px}}.cockpit-page .topbar{align-items:center;flex-direction:row}@media(max-width:720px){.cockpit-page{gap:6px;padding:6px}.cockpit-page .topbar{align-items:stretch;flex-direction:column;gap:6px;padding:7px}.cockpit-page .brand-block{gap:7px}.cockpit-page .brand-mark{width:30px;height:30px}.cockpit-page h1{font-size:16px}.cockpit-page .controls{display:flex;flex-wrap:wrap;gap:5px;justify-content:flex-start}.cockpit-page .controls label{display:block;font-size:0}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented{height:28px;min-height:28px;font-size:11px}.cockpit-page .controls input[type=date]{width:114px}.cockpit-page .controls select{width:102px}.cockpit-page .segmented{width:148px}.cockpit-page .segmented button{min-height:22px;padding:0 4px}.cockpit-page .pill{min-height:20px;padding:0 7px;font-size:10px}.cockpit-page .icon-button{width:28px}.cockpit-page .admin-button{width:auto;min-height:28px;padding:0 8px;font-size:11px}.cockpit-page .timeline-shell{padding:6px 7px}.cockpit-page .timeline-head{align-items:center;flex-direction:row}.cockpit-page .timeline-head .legend,.cockpit-page .timeline-head h2{display:none}.cockpit-page .time-axis{margin-top:3px}.cockpit-page .timeline-track{height:52px;margin-top:4px}.cockpit-page .sparkline{height:42px}.cockpit-page .window-chip{bottom:5px;height:26px;padding:0 5px;font-size:9px}.cockpit-page .main-grid{grid-template-rows:72px minmax(0,1fr) 132px;gap:6px}.cockpit-page .summary-panel{flex-basis:156px;height:72px;padding:7px}.cockpit-page .summary-panel strong{font-size:16px}.cockpit-page .summary-panel .panel-title,.cockpit-page .summary-panel small,.cockpit-page .summary-panel dt,.cockpit-page .summary-panel dd{font-size:10px}.cockpit-page .matrix-head{min-height:40px;padding:7px}.cockpit-page .matrix-head h2{font-size:13px}.cockpit-page .decision-table.compact-columns{min-width:730px}.cockpit-page th,.cockpit-page td{padding:6px}.cockpit-page td{font-size:11px}.cockpit-page .rationale-panel{padding:7px;gap:6px}.cockpit-page .rationale-meta span,.cockpit-page .evidence-row,.cockpit-page .risk-row{min-height:26px}.cockpit-page .reason-block,.cockpit-page .calculation-list,.cockpit-page .failure-block{display:none}.cockpit-page .recalc-bar{min-height:30px;align-items:center;flex-direction:row;padding:5px 8px;font-size:11px}.cockpit-page .recalc-bar .progress{display:none}}.cockpit-page{height:100dvh;min-height:720px;overflow:hidden;display:grid;grid-template-rows:96px 330px minmax(0,1fr) auto;gap:0;padding:0;--page: #f6f8f5;--surface: #ffffff;--surface-strong: #ffffff;--line: #dde3df;--line-strong: #cbd6d1;--text: #25312d;--muted: #66736d;--soft: #f4f7f3;--teal: #2d7a78;--teal-strong: #1f6463;--green: #328b62;--red: #c85d55;--amber: #d19a35;--blue: #628aa4;--shadow: 0 12px 30px rgba(44, 58, 52, .08);--small-shadow: 0 5px 16px rgba(44, 58, 52, .07);color:var(--text);background:var(--page)}.cockpit-page,.cockpit-page *{scrollbar-width:thin;scrollbar-color:#bfd4cc #f3f6f2}.cockpit-page .topbar{min-height:96px;align-items:center;flex-direction:row;gap:28px;padding:0 32px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fffffff2;box-shadow:0 2px 12px #2e39340d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.cockpit-page .brand-block{min-width:410px;gap:0}.cockpit-page .brand-mark,.cockpit-page .brand-block p{display:none}.cockpit-page h1{color:#25312d;font-size:clamp(28px,2vw,36px);font-weight:900;letter-spacing:0}.cockpit-page .controls{flex:1;flex-wrap:nowrap;justify-content:flex-end;gap:24px;min-width:0}.cockpit-page .controls label{display:flex;align-items:center;gap:12px;color:#4d5954;font-size:15px;font-weight:800;white-space:nowrap}.cockpit-page .controls input,.cockpit-page .controls select{height:50px;min-height:50px;border-radius:6px;border-color:#d9dfdc;background:#fff;color:#273430;font-size:15px;font-weight:700;box-shadow:inset 0 1px #00000005}.cockpit-page .controls input[type=date]{width:190px}.cockpit-page .controls select{width:196px}.cockpit-page .segmented{width:260px;height:50px;min-height:50px;padding:0;overflow:hidden;border-radius:6px;border-color:#d7dfdb;background:#fff}.cockpit-page .segmented button{min-height:48px;border-right:1px solid #d7dfdb;border-radius:0;color:#3d4743;font-size:16px;font-weight:700}.cockpit-page .segmented button:last-child{border-right:0}.cockpit-page .segmented button.active{background:linear-gradient(180deg,#2d7d7b,#236665);color:#fff;box-shadow:inset 0 0 0 1px #ffffff2e,0 10px 20px #246c6938}.cockpit-page .pill{min-height:48px;border-radius:6px;padding:0 18px;font-size:16px;font-weight:900}.cockpit-page .pill.green,.cockpit-page .pill.buy{border-color:#dbeee5;background:#e9f7ef;color:#2a8a5e}.cockpit-page .pill.amber,.cockpit-page .pill.hold,.cockpit-page .pill.close{border-color:#f0dfbd;background:#fff6df;color:#c28a22}.cockpit-page .pill.sell,.cockpit-page .pill.red{border-color:#f0c8c4;background:#fff0ee;color:#bd514b}.cockpit-page .ghost,.cockpit-page .secondary,.cockpit-page .primary{min-height:44px;border-radius:6px;border-color:#d9dfdc;background:#fff;color:#34413c;box-shadow:none}.cockpit-page .ghost:hover,.cockpit-page .secondary:hover,.cockpit-page .primary:hover{transform:translateY(-1px);border-color:#aacac2;box-shadow:0 10px 24px #2c3a341a}.cockpit-page .primary{border-color:#2d7d7b;background:#2d7d7b;color:#fff}.cockpit-page .icon-button{width:44px}.cockpit-page .admin-button{color:#2d7775}.cockpit-page .timeline-shell{position:relative;display:grid;grid-template-columns:288px minmax(0,1fr);grid-template-rows:56px minmax(0,1fr);gap:0 18px;margin:0;padding:24px 32px;border:0;border-bottom:1px solid var(--line);border-radius:0;background:#fbfcfa;box-shadow:inset 0 -1px #ffffffb3;overflow:visible}.cockpit-page .timeline-head{grid-column:1;grid-row:2;align-self:stretch;display:grid;align-content:start;justify-content:stretch;gap:18px;padding-top:18px}.cockpit-page .timeline-head .eyebrow{color:#25312d;font-size:18px;font-weight:900}.cockpit-page .timeline-head h2{display:grid;gap:32px;color:#25312d;font-size:15px;font-weight:900}.cockpit-page .timeline-head h2:before{content:"日前价 (元/MWh)"}.cockpit-page .timeline-head h2:after{content:"价差(实时-日前)"}.cockpit-page .legend{align-items:center;justify-content:flex-start;gap:8px;color:#5e6b65;font-size:14px;font-weight:800}.cockpit-page .dot{width:10px;height:10px;border-radius:2px}.cockpit-page .time-axis{grid-column:2;grid-row:1;align-self:end;margin:0;padding:0 4px;color:#252f2b;font-size:17px;font-weight:900}.cockpit-page .timeline-track{grid-column:2;grid-row:2;height:228px;margin:0;overflow:visible;border:0;border-radius:0;background:linear-gradient(90deg,rgba(37,49,45,.12) 1px,transparent 1px) 0 0 / calc(100% / 12) 100%,linear-gradient(180deg,#5e89a414,#ffffff47 45%,#82bea00f)}.cockpit-page .timeline-track:after{content:"";position:absolute;left:0;right:0;top:152px;border-top:1px dashed rgba(88,104,97,.35)}.cockpit-page .sparkline{left:0;right:0;width:100%}.cockpit-page .sparkline.price-line{top:44px;height:88px}.cockpit-page .sparkline.spread-line{top:136px;height:78px}.cockpit-page .sparkline path{stroke-width:3.2;opacity:.92;filter:drop-shadow(0 5px 10px rgba(73,112,132,.16))}.cockpit-page .window-chip{top:18px;bottom:auto;z-index:3;height:13px;min-height:13px;display:block;overflow:visible;border:0;border-radius:999px;padding:0;color:transparent;box-shadow:0 5px 12px #2c3a341f}.cockpit-page .window-chip strong,.cockpit-page .window-chip span{display:none}.cockpit-page .window-chip.buy{background:#71b78b}.cockpit-page .window-chip.sell{background:#d98070}.cockpit-page .window-chip.hold,.cockpit-page .window-chip.close{background:#e0ba61}.cockpit-page .window-chip.selected{transform:none;outline:0;background:#7ec09b;box-shadow:0 0 0 1px #2d7a782e,0 8px 16px #2d7a781f}.cockpit-page .window-chip.selected:before{content:"";position:absolute;left:0;right:0;top:-4px;height:205px;border:2px solid rgba(64,142,143,.74);border-radius:4px;background:#3f94911f;pointer-events:none}.cockpit-page .window-chip.selected strong{position:absolute;left:50%;top:-62px;display:block;transform:translate(-50%);min-width:max-content;border-radius:6px;padding:8px 12px;background:#25312d;color:#fff;font-size:15px;font-weight:900;box-shadow:0 8px 16px #25312d38}.cockpit-page .window-chip.selected strong:after{content:"";position:absolute;left:50%;bottom:-8px;transform:translate(-50%);border:8px solid transparent;border-top-color:#25312d;border-bottom:0}.cockpit-page .window-chip.selected:after{content:"";position:absolute;top:-11px;left:-7px;width:18px;height:18px;border-radius:999px;border:4px solid #4e9a9a;background:#f8fbf8;box-shadow:calc(100% + var(--chip-width, 0px)) 0 0 #f8fbf8}.cockpit-page .main-grid{min-height:0;height:100%;display:grid;grid-template-columns:308px minmax(760px,1fr) 324px;align-items:stretch;gap:16px;margin:0;padding:14px 26px 0;overflow:hidden}.cockpit-page .summary-rail,.cockpit-page .matrix-card,.cockpit-page .rationale-panel{min-height:0;height:100%}.cockpit-page .summary-rail{gap:14px;overflow:auto;padding-bottom:12px}.cockpit-page .summary-panel,.cockpit-page .matrix-card,.cockpit-page .rationale-panel{border-radius:8px;border:1px solid #dfe5e1;background:#fff;box-shadow:0 8px 22px #35443e12;-webkit-backdrop-filter:none;backdrop-filter:none}.cockpit-page .summary-panel{min-height:132px;padding:18px}.cockpit-page .summary-panel.profit{color:var(--text);background:#fff}.cockpit-page .summary-panel .eyebrow,.cockpit-page .summary-panel.profit .eyebrow{color:#25312d;font-size:17px;font-weight:900}.cockpit-page .summary-panel h3{margin-top:20px;color:#5f6c66;font-size:15px}.cockpit-page .summary-panel strong{margin-top:12px;color:#35916a;font-size:29px;font-weight:900}.cockpit-page .summary-panel small,.cockpit-page .summary-panel.profit small{color:#68756f;font-size:13px;line-height:1.55}.cockpit-page .panel-title{color:#25312d;font-size:16px;font-weight:900}.cockpit-page .risk-meter,.cockpit-page .progress{height:8px;margin:14px 0 10px;background:#e7ece7}.cockpit-page .risk-meter span,.cockpit-page .progress span{background:linear-gradient(90deg,#59ad79,#f1c957,#d77a69)}.cockpit-page .matrix-card{display:flex;flex-direction:column;overflow:hidden}.cockpit-page .matrix-head{min-height:78px;padding:18px;border-bottom:1px solid #dde3df}.cockpit-page .matrix-head .eyebrow{color:#25312d;font-size:20px;font-weight:900}.cockpit-page .matrix-head h2{margin-top:4px;color:#4d5a54;font-size:17px;font-weight:800}.cockpit-page .matrix-head h2 small{color:#5f6c66;font-size:15px;font-weight:700}.cockpit-page .matrix-head .ghost{min-height:50px;padding:0 16px;font-size:16px;font-weight:800}.cockpit-page .table-wrap{flex:1;min-height:0;overflow:auto}.cockpit-page .decision-table.compact-columns{min-width:1020px}.cockpit-page .decision-table{min-width:1760px}.cockpit-page th,.cockpit-page td{border-bottom:1px solid #e0e6e2;padding:15px 18px}.cockpit-page th{top:0;z-index:4;background:#fbfcfa;color:#25312d;font-size:17px;font-weight:900;line-height:1.35}.cockpit-page th small{color:#58665f;font-size:13px;font-weight:700}.cockpit-page td{min-height:92px;background:#fff;color:#273430;font-size:17px;font-weight:700}.cockpit-page tbody tr:hover td{background:#f5fbf8}.cockpit-page tbody tr.selected td{background:#edf8f6;box-shadow:none}.cockpit-page tbody tr.selected td:first-child{box-shadow:inset 4px 0 #398c8c}.cockpit-page .decision-table th:first-child,.cockpit-page .decision-table td:first-child,.cockpit-page .decision-table th.action-col,.cockpit-page .decision-table td.action-cell{background:#fff}.cockpit-page .decision-table th:first-child,.cockpit-page .decision-table th.action-col{background:#fbfcfa}.cockpit-page tbody tr.selected td:first-child,.cockpit-page tbody tr.selected td.action-cell{background:#edf8f6}.cockpit-page .time-cell{color:#2d7475;font-size:18px;font-weight:900}.cockpit-page .time-cell small{color:#748079;font-size:12px}.cockpit-page .weather-compact{min-width:124px}.cockpit-page .weather-cell{gap:8px;color:#3f4d48;font-size:16px;font-weight:900}.cockpit-page td small,.cockpit-page .metric-cell small{margin-top:4px;color:#69766f;font-size:13px;font-weight:700}.cockpit-page .metric-cell{min-width:112px}.cockpit-page .numeric-cell,.cockpit-page .boundary-cell,.cockpit-page .position-cell{min-width:122px}.cockpit-page .spread-cell{min-width:118px}.cockpit-page .matrix-input{width:96px;min-height:46px;border-radius:6px;border:1px solid transparent;background:transparent;color:#283430;font-size:17px;font-weight:900}.cockpit-page .matrix-input:hover,.cockpit-page .matrix-input:focus{border-color:#69a7a6;background:#fff;box-shadow:0 0 0 3px #398c8c1f}.cockpit-page tbody tr.selected .matrix-input{border-color:#71aaaa;background:#fff}.cockpit-page .price-cell label,.cockpit-page .metric-cell label{color:#66736d;font-size:13px;font-weight:800}.cockpit-page .action-select{min-width:86px;min-height:42px;border:0;border-radius:6px;padding:0 12px;font-size:17px;font-weight:900}.cockpit-page .action-select.buy{background:#e8f6ee;color:#328b62}.cockpit-page .action-select.sell{background:#fff0ee;color:#c85d55}.cockpit-page .action-select.hold,.cockpit-page .action-select.close{background:#fff5df;color:#c38d28}.cockpit-page .rise,.cockpit-page .profit-text{color:#369268}.cockpit-page .fall,.cockpit-page .danger-text{color:#ce635d}.cockpit-page .evidence-button{min-width:58px;min-height:38px;border:0;background:#eef7f3;color:#2d7475;font-size:17px;font-weight:900}.cockpit-page .rationale-panel{position:static;display:flex;flex-direction:column;gap:0;overflow:auto;padding:0}.cockpit-page .rationale-panel.empty{display:grid;min-height:100%;color:#66736d}.cockpit-page .panel-header{min-height:88px;padding:22px 26px;border-bottom:1px solid #dde3df}.cockpit-page .panel-header .eyebrow{color:#25312d;font-size:24px;font-weight:900}.cockpit-page .panel-header h2{margin-top:8px;color:#5b6862;font-size:15px;font-weight:800}.cockpit-page .rationale-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-bottom:1px solid #dde3df}.cockpit-page .rationale-meta span{min-height:48px;border-radius:0;padding:14px 18px;border-right:1px solid #edf0ee;border-bottom:1px solid #edf0ee;background:#fff;color:#596660;font-size:15px;font-weight:800}.cockpit-page .rationale-meta strong{color:#2d7475;font-size:18px}.cockpit-page .reason-block,.cockpit-page .evidence-list,.cockpit-page .calculation-list,.cockpit-page .risk-list,.cockpit-page .failure-block{padding:20px 26px;border-top:0;border-bottom:1px solid #dde3df}.cockpit-page .reason-block h3,.cockpit-page .evidence-list h3,.cockpit-page .calculation-list h3,.cockpit-page .risk-list h3,.cockpit-page .failure-block h3{margin-bottom:14px;color:#25312d;font-size:18px;font-weight:900}.cockpit-page .reason-block p,.cockpit-page .failure-block ul{color:#4a5752;font-size:15px;line-height:1.75}.cockpit-page .evidence-row,.cockpit-page .calc-row,.cockpit-page .risk-row{min-height:46px;padding:10px 0;border-bottom:1px solid #edf0ee}.cockpit-page .evidence-row span,.cockpit-page .calc-row span,.cockpit-page .risk-row span{color:#5f6c66;font-size:15px;font-weight:800}.cockpit-page .evidence-row strong,.cockpit-page .risk-row strong{color:#25312d;font-size:15px}.cockpit-page .calc-formula{border-radius:6px;background:#f6f9f5;color:#34413c;font-size:14px}.cockpit-page .panel-actions{gap:10px;padding:18px 26px}.cockpit-page .review-notice{margin:0 26px 18px;border-radius:6px}.cockpit-page .recalc-bar{position:fixed;left:50%;bottom:18px;z-index:20;width:min(860px,calc(100vw - 40px));min-height:48px;margin:0;transform:translate(-50%);border-radius:8px;background:#fffffff5}@media(max-width:1500px){.cockpit-page{grid-template-rows:86px 280px minmax(0,1fr) auto}.cockpit-page .topbar{gap:18px;padding:0 20px}.cockpit-page .brand-block{min-width:330px}.cockpit-page h1{font-size:26px}.cockpit-page .controls{gap:12px}.cockpit-page .controls label{gap:8px;font-size:13px}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented,.cockpit-page .pill{min-height:40px;height:40px;font-size:13px}.cockpit-page .controls input[type=date]{width:150px}.cockpit-page .controls select{width:156px}.cockpit-page .segmented{width:210px}.cockpit-page .segmented button{min-height:38px;font-size:13px}.cockpit-page .timeline-shell{grid-template-columns:220px minmax(0,1fr);padding:18px 24px}.cockpit-page .timeline-track{height:190px}.cockpit-page .window-chip.selected:before{height:170px}.cockpit-page .main-grid{grid-template-columns:272px minmax(650px,1fr) 300px;gap:12px;padding:12px 18px 0}.cockpit-page .summary-panel{min-height:108px;padding:14px}.cockpit-page .summary-panel strong{font-size:24px}.cockpit-page th,.cockpit-page td{padding:12px 14px;font-size:14px}.cockpit-page th{font-size:14px}}@media(max-width:1180px){.cockpit-page{min-height:760px;overflow:auto;grid-template-rows:auto auto auto}.cockpit-page .topbar{align-items:flex-start;flex-direction:column;padding:18px}.cockpit-page .controls{justify-content:flex-start;flex-wrap:wrap}.cockpit-page .timeline-shell{display:block;padding:16px 18px 22px}.cockpit-page .timeline-head{display:flex;align-items:center;justify-content:space-between;padding-top:0}.cockpit-page .timeline-head h2{display:none}.cockpit-page .time-axis{margin-top:16px}.cockpit-page .timeline-track{height:170px;margin-top:8px}.cockpit-page .main-grid{height:auto;overflow:visible;grid-template-columns:1fr;grid-template-rows:auto auto auto;padding:14px 18px}.cockpit-page .summary-rail{order:1;display:flex;overflow-x:auto;overflow-y:hidden}.cockpit-page .summary-panel{flex:0 0 230px;min-height:116px}.cockpit-page .matrix-card{order:2;min-height:420px}.cockpit-page .rationale-panel{order:3;min-height:360px}}@media(max-width:720px){.cockpit-page{min-height:100dvh}.cockpit-page .topbar{padding:14px}.cockpit-page h1{font-size:22px}.cockpit-page .controls{gap:8px}.cockpit-page .controls label{font-size:0}.cockpit-page .controls input[type=date],.cockpit-page .controls select,.cockpit-page .segmented{width:100%}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented{height:36px;min-height:36px}.cockpit-page .segmented button{min-height:34px}.cockpit-page .pill{min-height:34px;height:34px;font-size:12px}.cockpit-page .timeline-track{height:150px}.cockpit-page .sparkline.price-line{top:36px;height:62px}.cockpit-page .sparkline.spread-line{top:102px;height:54px}.cockpit-page .window-chip.selected:before{height:134px}.cockpit-page .window-chip.selected strong{top:-48px;font-size:12px}.cockpit-page .main-grid{padding:10px}.cockpit-page .matrix-head,.cockpit-page .panel-header{min-height:64px;padding:14px}.cockpit-page .decision-table.compact-columns{min-width:920px}.cockpit-page th,.cockpit-page td{padding:10px 12px}}.cockpit-page{height:100dvh;min-height:0;overflow:hidden;grid-template-rows:clamp(78px,9.4vh,96px) clamp(210px,31vh,320px) minmax(0,1fr)}.cockpit-page .topbar,.cockpit-page .timeline-shell,.cockpit-page .main-grid{min-height:0}.cockpit-page .timeline-shell{overflow:hidden}.cockpit-page .main-grid{min-height:0;height:100%;overflow:hidden}.cockpit-page .summary-rail,.cockpit-page .matrix-card,.cockpit-page .rationale-panel{min-height:0;height:100%;overflow:auto}.cockpit-page .matrix-card{overflow:hidden}.cockpit-page .table-wrap{min-height:0}.cockpit-page .window-chip.selected:after{box-shadow:none}@media(min-width:1181px){.cockpit-page .summary-rail,.cockpit-page .rationale-panel{padding-bottom:0}.cockpit-page .matrix-card{min-height:0}.cockpit-page .table-wrap{flex:1}}@media(max-width:1180px){.cockpit-page{min-height:0;overflow:hidden;grid-template-rows:118px 190px minmax(0,1fr)}.cockpit-page .topbar{height:118px;min-height:0;align-items:stretch;flex-direction:column;gap:8px;padding:10px 12px}.cockpit-page .brand-block{min-width:0}.cockpit-page h1{font-size:24px;line-height:1.05}.cockpit-page .controls{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:6px;overflow:hidden}.cockpit-page .controls label{display:block;font-size:0}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented{height:30px;min-height:30px;border-radius:6px;font-size:12px}.cockpit-page .controls input[type=date]{width:122px}.cockpit-page .controls select{width:116px}.cockpit-page .segmented{width:150px}.cockpit-page .segmented button{min-height:28px;padding:0 4px;font-size:12px}.cockpit-page .pill{height:30px;min-height:30px;padding:0 9px;border-radius:6px;font-size:12px}.cockpit-page .icon-button{width:30px;min-height:30px}.cockpit-page .admin-button{min-height:30px;padding:0 9px;font-size:12px}.cockpit-page .timeline-shell{height:190px;display:block;padding:10px 12px}.cockpit-page .timeline-head{display:flex;align-items:center;justify-content:space-between;height:28px;padding:0}.cockpit-page .timeline-head .eyebrow{font-size:14px}.cockpit-page .timeline-head h2{display:none}.cockpit-page .legend{gap:5px;font-size:11px}.cockpit-page .time-axis{margin-top:6px;font-size:11px}.cockpit-page .timeline-track{height:132px;margin-top:4px}.cockpit-page .timeline-track:after{top:92px}.cockpit-page .sparkline.price-line{top:24px;height:54px}.cockpit-page .sparkline.spread-line{top:80px;height:48px}.cockpit-page .window-chip{top:8px;height:8px;min-height:8px}.cockpit-page .window-chip.selected:before{top:-3px;height:120px}.cockpit-page .window-chip.selected strong{top:-34px;padding:5px 8px;font-size:11px}.cockpit-page .window-chip.selected:after{display:none}.cockpit-page .main-grid{height:100%;grid-template-columns:1fr;grid-template-rows:72px minmax(0,1fr) 128px;gap:6px;padding:6px 10px;overflow:hidden}.cockpit-page .summary-rail{order:1;display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:0}.cockpit-page .summary-panel{flex:0 0 168px;height:72px;min-height:0;padding:8px 10px;border-radius:7px}.cockpit-page .summary-panel .eyebrow,.cockpit-page .summary-panel.profit .eyebrow,.cockpit-page .panel-title{font-size:11px}.cockpit-page .summary-panel h3{display:none}.cockpit-page .summary-panel strong{margin-top:4px;font-size:16px}.cockpit-page .summary-panel small,.cockpit-page .summary-panel dl,.cockpit-page .summary-panel dt,.cockpit-page .summary-panel dd{font-size:10px;line-height:1.25}.cockpit-page .risk-meter{height:5px;margin:5px 0 3px}.cockpit-page .matrix-card{order:2;min-height:0;height:100%}.cockpit-page .matrix-head{min-height:42px;padding:7px 9px}.cockpit-page .matrix-head .eyebrow{font-size:13px}.cockpit-page .matrix-head h2{margin-top:1px;font-size:12px}.cockpit-page .matrix-head h2 small{font-size:11px}.cockpit-page .matrix-head .ghost{min-height:30px;padding:0 9px;font-size:12px}.cockpit-page .decision-table.compact-columns{min-width:820px}.cockpit-page th,.cockpit-page td{padding:7px 8px}.cockpit-page th{font-size:12px}.cockpit-page th small,.cockpit-page td small,.cockpit-page .metric-cell small{font-size:10px}.cockpit-page td{min-height:58px;font-size:12px}.cockpit-page .time-cell,.cockpit-page .weather-cell,.cockpit-page .matrix-input,.cockpit-page .action-select,.cockpit-page .evidence-button{font-size:12px}.cockpit-page .matrix-input{width:72px;min-height:30px;padding:0 5px}.cockpit-page .action-select{min-width:74px;min-height:30px;padding:0 8px}.cockpit-page .evidence-button{min-width:42px;min-height:28px}.cockpit-page .rationale-panel{order:3;min-height:0;height:128px;border-radius:7px}.cockpit-page .panel-header{min-height:42px;padding:8px 10px}.cockpit-page .panel-header .eyebrow{font-size:15px}.cockpit-page .panel-header h2{display:none}.cockpit-page .rationale-meta{grid-template-columns:repeat(3,minmax(0,1fr))}.cockpit-page .rationale-meta span{min-height:28px;padding:6px 8px;font-size:10px}.cockpit-page .rationale-meta strong{font-size:12px}.cockpit-page .reason-block,.cockpit-page .evidence-list,.cockpit-page .risk-list{padding:8px 10px}.cockpit-page .reason-block h3,.cockpit-page .evidence-list h3,.cockpit-page .risk-list h3{margin-bottom:5px;font-size:12px}.cockpit-page .reason-block p,.cockpit-page .evidence-row span,.cockpit-page .risk-row span,.cockpit-page .evidence-row strong,.cockpit-page .risk-row strong{font-size:10px;line-height:1.35}.cockpit-page .evidence-row,.cockpit-page .risk-row{min-height:24px;padding:4px 0}.cockpit-page .calculation-list,.cockpit-page .failure-block,.cockpit-page .panel-actions,.cockpit-page .review-notice{display:none}}@media(max-width:720px){.cockpit-page{grid-template-rows:108px 174px minmax(0,1fr)}.cockpit-page .topbar{height:108px}.cockpit-page h1{font-size:20px}.cockpit-page .timeline-shell{height:174px;padding:8px 10px}.cockpit-page .time-axis span:nth-child(2n){display:none}.cockpit-page .timeline-track{height:106px}.cockpit-page .main-grid{grid-template-rows:68px minmax(0,1fr) 120px;padding:6px}.cockpit-page .summary-panel{flex-basis:154px;height:68px}.cockpit-page .decision-table.compact-columns{min-width:760px}.cockpit-page .rationale-panel{height:120px}.cockpit-page .timeline-track:after{top:76px}.cockpit-page .sparkline.price-line{top:20px;height:42px}.cockpit-page .sparkline.spread-line{top:66px;height:38px}.cockpit-page .window-chip.selected:before{height:98px}}.cockpit-page{grid-template-rows:68px 236px minmax(0,1fr);background:linear-gradient(180deg,#f8fbf9f5,#f4f8f6fa),#f7faf8;color:#26322e}.cockpit-page .topbar{display:grid;grid-template-columns:270px minmax(0,1fr);align-items:center;gap:12px;height:68px;padding:0 18px;border-bottom:1px solid #e3e9e5;box-shadow:0 4px 16px #1f332d0a}.cockpit-page .brand-block{width:100%;min-width:0;gap:9px}.cockpit-page .brand-mark{width:32px;height:32px;border-radius:7px}.cockpit-page h1{font-size:22px;line-height:1.08;letter-spacing:0;white-space:nowrap}.cockpit-page .brand-block p{margin-top:4px;max-width:250px;overflow:hidden;color:#68766f;font-size:10px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .controls{display:grid;grid-template-columns:minmax(150px,.9fr) 242px minmax(178px,.95fr) 126px 38px;align-items:center;justify-content:stretch;gap:10px;width:100%;min-width:0;margin-left:0}.cockpit-page .controls label,.cockpit-page .control-status{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:8px;min-width:0;color:#56645e;font-size:12px;font-weight:800;white-space:nowrap}.cockpit-page .control-status>span{color:#56645e}.cockpit-page .controls input,.cockpit-page .controls select,.cockpit-page .segmented,.cockpit-page .control-status .pill{width:100%;height:36px;min-height:36px;border-radius:7px;font-size:13px}.cockpit-page .segmented{width:100%;grid-template-columns:repeat(3,minmax(0,1fr))}.cockpit-page .segmented button{min-height:34px;padding:0 8px;font-size:13px}.cockpit-page .icon-button{width:38px;min-height:36px;border-radius:7px}.cockpit-page .timeline-shell{display:grid;grid-template-columns:270px minmax(0,1fr);grid-template-rows:30px minmax(0,1fr) 28px;column-gap:12px;height:236px;padding:8px 18px 6px;border-bottom:1px solid #e1e8e4;background:linear-gradient(180deg,#fbfcfb,#f5faf8);overflow:hidden}.cockpit-page .timeline-head{display:contents;height:auto;padding:0}.cockpit-page .indicator-title{grid-column:1;grid-row:1;align-self:center;justify-self:start;display:flex;align-items:center;width:220px}.cockpit-page .indicator-panel{grid-column:1;grid-row:2;align-self:stretch;display:grid;width:220px;height:100%;min-height:0;border:1px solid rgba(216,228,222,.78);border-radius:10px;padding:10px 9px;background:linear-gradient(180deg,#ffffffa8,#f8fcf96b);box-shadow:inset 0 1px #ffffffbd}.cockpit-page .timeline-head .eyebrow{display:none}.cockpit-page .timeline-head h2{display:inline-flex;align-items:center;justify-self:start;min-height:14px;margin:0;border-radius:0;padding:0;background:transparent;color:#26322e;font-size:11px;font-weight:800}.cockpit-page .timeline-head h2:before,.cockpit-page .timeline-head h2:after{content:none}.cockpit-page .chart-switch{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(4,minmax(0,1fr));width:100%;height:100%;gap:9px;padding:0;border:0;border-radius:0;background:transparent}.cockpit-page .chart-switch button{min-height:0;padding:0;border:1px solid #dbe6e0;border-radius:7px;background:#ffffffd1;color:#66736d;font-size:11px;font-weight:900;box-shadow:0 1px 2px #2137310a}.cockpit-page .chart-switch button:last-child{grid-column:1 / -1}.cockpit-page .chart-switch button.active{border-color:#2d74753d;background:#2d7475;color:#fff;box-shadow:0 5px 14px #2d747521}.cockpit-page .curve-labels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding-bottom:0;color:#5a6861;font-size:11px;font-weight:800}.cockpit-page .curve-labels span{display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:5px;min-width:0;border:1px solid #e0e9e4;border-radius:7px;padding:4px 6px;background:#ffffffb8}.cockpit-page .curve-labels span i{width:18px;height:3px;border-radius:999px;box-shadow:0 0 0 3px #2d747514}.cockpit-page .curve-labels em,.cockpit-page .curve-labels strong{min-width:0;overflow:hidden;font-style:normal;line-height:1.12;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .curve-labels em{color:#6f7d76;font-size:10px}.cockpit-page .curve-labels strong{grid-column:2;color:#2d7475;font-size:11px;font-weight:900}.cockpit-page .legend{grid-column:2;grid-row:1;justify-self:center;align-self:center;gap:8px;color:#63716a;font-size:11px;font-weight:800}.cockpit-page .timeline-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3px}.cockpit-page .timeline-metrics span{display:grid;min-width:0;border:1px solid #e0e9e4;border-radius:7px;padding:3px 7px;background:#ffffffb8}.cockpit-page .timeline-metrics small{color:#77847e;font-size:10px;line-height:1.1;font-weight:800}.cockpit-page .timeline-metrics strong{overflow:hidden;color:#2d7475;font-size:11px;line-height:1.18;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .time-axis{grid-column:2;grid-row:3;display:grid;align-items:start;height:28px;margin:2px 0 0;color:#22302b;font-size:11px;font-weight:900}.cockpit-page .time-axis span{display:grid;gap:1px;min-width:0;text-align:center}.cockpit-page .time-axis small{min-height:11px;color:#728079;font-size:9px;font-weight:800}.cockpit-page .time-axis b{font-size:11px;font-weight:900}.cockpit-page .timeline-track{grid-column:2;grid-row:2;height:100%;margin:0;border-radius:0;background:linear-gradient(90deg,rgba(83,102,94,.12) 1px,transparent 1px) 0 0 / 8.333% 100%,linear-gradient(180deg,#5f89a514,#7fb79c0f);cursor:crosshair;overflow:visible}.cockpit-page .timeline-track:before{display:none}.cockpit-page .timeline-track:after{top:112px;border-top:1px dashed rgba(76,108,98,.28)}.cockpit-page .axis-y-labels{position:absolute;top:22px;bottom:10px;left:-48px;z-index:3;display:flex;flex-direction:column;justify-content:space-between;width:42px;color:#718078;font-size:11px;font-weight:800;text-align:right}.cockpit-page .axis-y-title{position:absolute;top:7px;left:10px;z-index:3;width:auto;border:1px solid rgba(76,154,154,.14);border-radius:6px;padding:2px 6px;background:#ffffffb8;color:#6d7b74;font-size:10px;font-weight:900;text-align:left;white-space:nowrap}.cockpit-page .sparkline{left:0;width:100%;pointer-events:none}.cockpit-page .sparkline.price-line,.cockpit-page .sparkline.spread-line{top:20px;height:74px}.cockpit-page .range-window{position:absolute;top:18px;bottom:9px;z-index:6;border:2px solid #4c9a9a;border-radius:12px;background:linear-gradient(180deg,#4c9a9a2e,#4c9a9a14);box-shadow:inset 0 0 0 1px #ffffff70,0 10px 24px #275c5b1f;cursor:grab;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.cockpit-page .range-window.dragging{border-color:#348988;background:linear-gradient(180deg,#4c9a9a40,#4c9a9a1f);box-shadow:inset 0 0 0 1px #ffffff80,0 14px 28px #275c5b2e;cursor:grabbing}.cockpit-page .range-window strong{position:absolute;top:-43px;left:50%;transform:translate(-50%);min-width:max-content;border:1px solid rgba(76,154,154,.22);border-radius:6px;padding:5px 10px;background:#f3fbf8;color:#2d7475;font-size:12px;font-weight:900;box-shadow:0 8px 18px #2d747524}.cockpit-page .range-window strong:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #f3fbf8}.cockpit-page .range-handle{position:absolute;top:-8px;width:22px;height:22px;min-height:22px;border:3px solid #4c9a9a;border-radius:50%;background:#fff;box-shadow:0 4px 12px #2d747538;cursor:ew-resize}.cockpit-page .range-handle.start{left:-12px}.cockpit-page .range-handle.end{right:-12px}.cockpit-page .window-chip{top:18px;height:10px;min-height:10px;border-radius:999px;opacity:.82;z-index:5}.cockpit-page .window-chip.selected{opacity:.92}.cockpit-page .window-chip.selected:before,.cockpit-page .window-chip.selected:after,.cockpit-page .window-chip.selected strong{display:none}.cockpit-page .chart-tooltip{position:absolute;top:46px;z-index:10;display:grid;gap:3px;min-width:118px;transform:translate(-50%);border:1px solid rgba(45,116,117,.18);border-radius:7px;padding:8px 10px;background:#fffffff5;box-shadow:0 10px 28px #22383229;color:#26322e;font-size:12px;font-weight:800;pointer-events:none}.cockpit-page .chart-tooltip span{display:flex;align-items:center;gap:6px;white-space:nowrap}.cockpit-page .chart-tooltip i{width:14px;height:3px;border-radius:999px}.cockpit-page .chart-tooltip:before{content:"";position:absolute;top:-28px;bottom:-94px;left:50%;border-left:1px dashed rgba(45,116,117,.32)}.cockpit-page .chart-tooltip strong{color:#2d7475;font-size:13px}.cockpit-page .main-grid{grid-template-columns:280px minmax(0,1fr) 280px;gap:12px;padding:10px 18px 12px;overflow:hidden}.cockpit-page .summary-rail,.cockpit-page .matrix-card,.cockpit-page .rationale-panel{color:#26322e;font-size:12px}.cockpit-page .summary-rail{display:grid;grid-template-rows:156px minmax(0,1fr) 96px;gap:10px;overflow:hidden;padding:0}.cockpit-page .overview-card,.cockpit-page .overview-metric,.cockpit-page .overview-compare{min-width:0;min-height:0;overflow:hidden;border:1px solid #e0e9e5;border-radius:8px;background:#fff;box-shadow:0 3px 12px #2238320b}.cockpit-page .overview-card{display:grid;grid-template-rows:auto 1fr auto auto;gap:8px;padding:12px 13px;background:linear-gradient(135deg,#eff8f4e0,#fffffff5 58%),#fff}.cockpit-page .overview-head,.cockpit-page .overview-delta,.cockpit-page .overview-stats-row,.cockpit-page .overview-risk-line>div,.cockpit-page .overview-metric>div,.cockpit-page .overview-compare-title,.cockpit-page .overview-compare-points{display:flex;align-items:center}.cockpit-page .overview-head{justify-content:space-between;gap:8px}.cockpit-page .overview-head>div{display:grid;gap:2px}.cockpit-page .overview-head span,.cockpit-page .overview-metric>div,.cockpit-page .overview-compare-title{color:#35443f;font-size:11px;font-weight:900;line-height:1.15}.cockpit-page .overview-head small{color:#7a8780;font-size:10px;font-weight:800}.cockpit-page .risk-pill{border-radius:999px;padding:4px 7px;background:#edf8f3;color:#2d7475;font-size:10px;font-weight:900;line-height:1;white-space:nowrap}.cockpit-page .risk-pill.medium{background:#fff6df;color:#a87815}.cockpit-page .risk-pill.high{background:#fff0ed;color:#bf5a4d}.cockpit-page .overview-kpi{align-self:center;display:flex;align-items:flex-end;justify-content:space-between;gap:8px;min-width:0}.cockpit-page .overview-kpi strong{min-width:0;overflow:hidden;color:#2d8b68;font-size:27px;line-height:1;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .overview-kpi span{flex:0 0 auto;margin-bottom:3px;color:#74847c;font-size:10px;font-weight:800;white-space:nowrap}.cockpit-page .overview-stats-row{justify-content:space-between;gap:6px}.cockpit-page .overview-stats-row span{flex:1 1 0;min-width:0;border:1px solid #dce9e3;border-radius:7px;padding:5px 7px;background:#ffffffc2;color:#6d7b74;font-size:10px;font-weight:800;line-height:1.1;white-space:nowrap}.cockpit-page .overview-stats-row b{color:#26322e;font-size:11px}.cockpit-page .overview-delta{justify-content:space-between;gap:8px;border:1px solid #edf3ef;border-radius:7px;padding:5px 7px;background:#fbfdfb;color:#68766f;font-size:11px}.cockpit-page .overview-delta b{color:#24312d;font-size:12px}.cockpit-page .overview-risk-line{align-self:end;display:grid;gap:4px}.cockpit-page .overview-risk-line>div{justify-content:space-between;gap:5px;color:#51615a;font-size:11px;font-weight:900}.cockpit-page .overview-risk-line>div span{display:inline-flex;align-items:center;gap:4px}.cockpit-page .overview-risk-line>div b{color:#26322e;font-size:11px}.cockpit-page .overview-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));gap:8px;min-height:0;overflow:hidden}.cockpit-page .overview-metric{display:grid;align-content:center;gap:5px;padding:9px 10px;background:linear-gradient(180deg,#fff,#fbfdfb)}.cockpit-page .overview-metric.main{border-color:#cfe6dc;background:linear-gradient(180deg,#f1fbf6,#fff)}.cockpit-page .overview-metric>div,.cockpit-page .overview-compare-title{gap:5px;min-width:0}.cockpit-page .overview-metric svg,.cockpit-page .overview-compare-title svg,.cockpit-page .overview-risk-line svg{flex:0 0 auto;color:#48655d}.cockpit-page .overview-metric strong{overflow:hidden;color:#2d7475;font-size:17px;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .overview-metric small{display:block;overflow:hidden;color:#6f7d76;font-size:10px;line-height:1.22;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .overview-compare{display:grid;grid-template-rows:auto auto 1fr;gap:5px;padding:8px 11px;background:#fff}.cockpit-page .overview-compare-title{justify-content:space-between}.cockpit-page .overview-compare-points{justify-content:space-between;gap:6px}.cockpit-page .overview-compare-points span{flex:1 1 0;min-width:0;border-radius:7px;padding:5px 7px;background:#f5faf7}.cockpit-page .overview-compare-points em{display:block;color:#68766f;font-size:10px;font-style:normal;font-weight:800;line-height:1.1}.cockpit-page .overview-compare-points b{display:block;color:#26322e;font-size:13px;font-weight:900;line-height:1.1}.cockpit-page .risk-meter{height:5px;margin:0}.cockpit-page .matrix-card{display:grid;grid-template-rows:52px minmax(0,1fr);min-width:0;min-height:0;overflow:hidden;border:1px solid #e0e9e5;border-radius:8px;background:#fff;box-shadow:0 3px 12px #2238320b}.cockpit-page .matrix-head{min-height:0;padding:10px 12px;border-bottom:1px solid #e2e8e4;background:linear-gradient(180deg,#fff,#fbfdfb),#fff}.cockpit-page .matrix-head h2{display:flex;align-items:baseline;gap:6px;margin:0;color:#25312d;font-size:16px;font-weight:900}.cockpit-page .matrix-head h2 small{color:#66736d;font-size:12px;font-weight:800}.cockpit-page .table-wrap{min-height:0;overflow:auto;scrollbar-gutter:stable}.cockpit-page .decision-table.compact-columns{min-width:980px}.cockpit-page th,.cockpit-page td{padding:8px 9px}.cockpit-page th{position:sticky;top:0;z-index:3;border-bottom:1px solid #e2e8e4;background:#fbfdfb;color:#314139;font-size:12px;line-height:1.22}.cockpit-page th small{font-size:11px}.cockpit-page td{min-height:62px;color:#26322e;font-size:12px;line-height:1.25}.cockpit-page td small,.cockpit-page .metric-cell small{margin-top:2px;font-size:10px;line-height:1.25}.cockpit-page .time-cell{font-size:14px}.cockpit-page .weather-compact{display:grid;gap:3px;min-width:124px}.cockpit-page .metric-cell,.cockpit-page .numeric-cell,.cockpit-page .boundary-cell,.cockpit-page .position-cell,.cockpit-page .spread-cell{min-width:96px}.cockpit-page .matrix-input{width:76px;min-height:34px;border-radius:6px;font-size:14px}.cockpit-page .action-select{min-width:88px;min-height:34px;padding:0 9px;font-size:13px}.cockpit-page .evidence-button{min-width:42px;min-height:30px;border-radius:6px;font-size:13px}.cockpit-page .rationale-panel{display:grid;grid-template-rows:68px 50px minmax(0,1fr) 50px auto;border:1px solid #e0e9e5;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 3px 12px #2238320b}.cockpit-page .panel-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-height:0;border-bottom:1px solid #e3ece7;padding:10px 12px;background:linear-gradient(135deg,#f2f9f6eb,#fffffffa 68%),#fff}.cockpit-page .panel-header .eyebrow{color:#22302b;font-size:16px;font-weight:900;line-height:1.05}.cockpit-page .panel-header h2{display:block;overflow:hidden;margin-top:4px;color:#66736d;font-size:11px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .rationale-hero-meta{display:flex;gap:6px;margin-top:5px}.cockpit-page .rationale-hero-meta span{border:1px solid #e3ece7;border-radius:5px;padding:3px 6px;background:#ffffffc7;color:#69766f;font-size:9px;font-weight:800;line-height:1;white-space:nowrap}.cockpit-page .rationale-hero-meta strong{color:#2d7475;font-size:10px}.cockpit-page .panel-header .pill{min-width:72px;height:32px;min-height:32px;justify-content:center;border-radius:6px;font-size:12px}.cockpit-page .rationale-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e2e8e4;background:#fbfdfb}.cockpit-page .rationale-meta .meta-item{display:grid;align-content:center;min-height:0;border-right:1px solid #edf1ef;padding:7px 9px}.cockpit-page .rationale-meta .meta-item:last-child{border-right:0}.cockpit-page .rationale-meta .meta-item span{min-height:0;border:0;padding:0;background:transparent;color:#66736d;font-size:10px;font-weight:800;line-height:1.1}.cockpit-page .rationale-meta .meta-item strong{overflow:hidden;margin-top:4px;color:#2d7475;font-size:14px;font-weight:900;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .rationale-body{display:grid;align-content:start;gap:8px;min-height:0;overflow:auto;padding:8px 10px;background:#f8fbfa}.cockpit-page .reason-block,.cockpit-page .evidence-list,.cockpit-page .calculation-list,.cockpit-page .risk-list,.cockpit-page .failure-block{border:1px solid #e3ece7;border-radius:8px;padding:9px 10px;background:#fff}.cockpit-page .reason-block h3,.cockpit-page .evidence-list h3,.cockpit-page .calculation-list h3,.cockpit-page .risk-list h3,.cockpit-page .failure-block h3{display:flex;align-items:center;gap:5px;margin:0 0 7px;color:#26322e;font-size:12px;font-weight:900;line-height:1.1}.cockpit-page .reason-block p,.cockpit-page .evidence-row,.cockpit-page .risk-row,.cockpit-page .failure-block li,.cockpit-page .calc-row,.cockpit-page .calc-formula{font-size:11px;line-height:1.42}.cockpit-page .reason-block{border-color:#d8ebe2;background:linear-gradient(180deg,#fff,#f8fdfa)}.cockpit-page .reason-block p{margin:0;color:#3c4a44;font-size:11px;line-height:1.5}.cockpit-page .evidence-row,.cockpit-page .risk-row{min-height:32px;padding:6px 0}.cockpit-page .evidence-row:last-child,.cockpit-page .risk-row:last-child{border-bottom:0}.cockpit-page .evidence-row{grid-template-columns:minmax(56px,.68fr) minmax(0,1.32fr) 16px}.cockpit-page .risk-row{grid-template-columns:16px minmax(0,1fr) auto}.cockpit-page .evidence-row span,.cockpit-page .risk-row span,.cockpit-page .calc-row span{overflow:hidden;color:#68766f;text-overflow:ellipsis}.cockpit-page .evidence-row strong,.cockpit-page .risk-row strong{color:#26322e;font-weight:900}.cockpit-page .risk-row svg{color:#b8782a}.cockpit-page .detail-card{padding:0}.cockpit-page .detail-card summary{cursor:pointer;padding:8px 10px;color:#35443f;font-size:11px;font-weight:900;list-style:none}.cockpit-page .detail-card summary::-webkit-details-marker{display:none}.cockpit-page .detail-card summary:after{content:"展开";float:right;color:#7a8780;font-size:10px;font-weight:800}.cockpit-page .detail-card[open] summary:after{content:"收起"}.cockpit-page .detail-card .calc-formula,.cockpit-page .detail-card .calc-row,.cockpit-page .detail-card ul{margin:0 10px 8px}.cockpit-page .panel-actions{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:8px;border-top:1px solid #e2ebe6;padding:8px 10px;background:#fff}.cockpit-page .panel-actions button{min-height:34px;border-radius:6px;font-size:12px}.cockpit-page .review-notice{margin:0;border-width:1px 0 0;border-radius:0;padding:8px 12px;font-size:12px}.cockpit-page .trial-note{border-top:1px solid #e2ebe6;padding:9px 12px;background:#fbfdfc;color:#61756e;font-size:11px;font-weight:800;line-height:1.35}@media(max-width:1180px){.cockpit-page{grid-template-rows:102px 206px minmax(0,1fr)}.cockpit-page .topbar{grid-template-columns:1fr;height:102px;padding:10px 12px}.cockpit-page .controls{grid-template-columns:128px 180px 150px 112px 36px;gap:7px}.cockpit-page .controls label,.cockpit-page .control-status{grid-template-columns:1fr;gap:3px;font-size:10px}.cockpit-page .timeline-shell{grid-template-columns:180px minmax(0,1fr);height:206px;padding:8px 12px}.cockpit-page .main-grid{grid-template-columns:1fr;grid-template-rows:118px minmax(0,1fr) 168px;padding:8px 10px}.cockpit-page .summary-rail{display:grid;grid-template-columns:1.05fr 1.6fr .9fr;grid-template-rows:1fr;overflow:hidden}.cockpit-page .overview-card,.cockpit-page .overview-metric,.cockpit-page .overview-compare{min-height:0}.cockpit-page .rationale-panel{height:168px;grid-template-rows:54px minmax(0,1fr)}.cockpit-page .rationale-meta,.cockpit-page .panel-actions,.cockpit-page .review-notice{display:none}}@media(max-width:720px){.cockpit-page{grid-template-rows:112px 194px minmax(0,1fr)}.cockpit-page .controls{grid-template-columns:1fr 1fr 1fr}.cockpit-page .control-status,.cockpit-page .icon-button{display:none}.cockpit-page .timeline-shell{grid-template-columns:130px minmax(0,1fr);height:194px}.cockpit-page .time-axis span:nth-child(2n){display:none}.cockpit-page .decision-table.compact-columns{min-width:850px}}@media(min-width:1181px){.cockpit-page .main-grid{grid-template-columns:280px minmax(0,1fr) 280px}.cockpit-page .decision-table.compact-columns{width:100%;min-width:0;table-layout:fixed}.cockpit-page .decision-table.compact-columns th,.cockpit-page .decision-table.compact-columns td{overflow:hidden;padding:8px;text-overflow:ellipsis}.cockpit-page .decision-table.compact-columns th{font-size:12px}.cockpit-page .decision-table.compact-columns th small{font-size:10px}.cockpit-page .decision-table.compact-columns td{min-height:58px;font-size:12px;vertical-align:middle}.cockpit-page .decision-table.compact-columns th:nth-child(1),.cockpit-page .decision-table.compact-columns td:nth-child(1){width:7%}.cockpit-page .decision-table.compact-columns th:nth-child(2),.cockpit-page .decision-table.compact-columns td:nth-child(2){width:14%}.cockpit-page .decision-table.compact-columns th:nth-child(3),.cockpit-page .decision-table.compact-columns td:nth-child(3){width:10%}.cockpit-page .decision-table.compact-columns th:nth-child(4),.cockpit-page .decision-table.compact-columns td:nth-child(4),.cockpit-page .decision-table.compact-columns th:nth-child(5),.cockpit-page .decision-table.compact-columns td:nth-child(5){width:11%}.cockpit-page .decision-table.compact-columns th:nth-child(6),.cockpit-page .decision-table.compact-columns td:nth-child(6){width:10%}.cockpit-page .decision-table.compact-columns th:nth-child(7),.cockpit-page .decision-table.compact-columns td:nth-child(7){width:9%}.cockpit-page .decision-table.compact-columns th:nth-child(8),.cockpit-page .decision-table.compact-columns td:nth-child(8){width:11%}.cockpit-page .decision-table.compact-columns th:nth-child(9),.cockpit-page .decision-table.compact-columns td:nth-child(9){width:10%}.cockpit-page .decision-table.compact-columns th:nth-child(10),.cockpit-page .decision-table.compact-columns td:nth-child(10){width:7%}.cockpit-page .decision-table.compact-columns .weather-compact,.cockpit-page .decision-table.compact-columns .metric-cell,.cockpit-page .decision-table.compact-columns .numeric-cell,.cockpit-page .decision-table.compact-columns .boundary-cell,.cockpit-page .decision-table.compact-columns .position-cell,.cockpit-page .decision-table.compact-columns .spread-cell{min-width:0}.cockpit-page .decision-table.compact-columns .matrix-input{width:min(66px,100%);min-height:32px;font-size:13px}.cockpit-page .decision-table.compact-columns .action-select{width:100%;min-width:0;min-height:32px;padding:0 6px;font-size:12px}.cockpit-page .decision-table.compact-columns .evidence-button{width:38px;min-width:38px;min-height:28px;padding:0}.cockpit-page .boundary-inline{display:flex;align-items:center;gap:4px;min-width:0}.cockpit-page .boundary-inline .matrix-input{width:54px}.cockpit-page .boundary-inline span{color:#69766f;font-size:10px;font-weight:800;white-space:nowrap}.cockpit-page .decision-table.compact-columns .col-time{width:7%}.cockpit-page .decision-table.compact-columns .col-weather{width:16%}.cockpit-page .decision-table.compact-columns .col-boundary,.cockpit-page .decision-table.compact-columns .col-spread,.cockpit-page .decision-table.compact-columns .col-position{width:9%}.cockpit-page .decision-table.compact-columns .col-price{width:10.5%}.cockpit-page .decision-table.compact-columns .col-action,.cockpit-page .decision-table.compact-columns .col-pnl{width:10%}.cockpit-page .decision-table.compact-columns .col-evidence{width:6%}.cockpit-page .decision-table.compact-columns .weather-compact small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .decision-table.compact-columns td.weather-compact{display:table-cell;vertical-align:middle}}.cockpit-page .decision-table.compact-columns td.action-cell{display:table-cell;text-align:center;vertical-align:middle}.cockpit-page .decision-table.compact-columns td.action-cell .action-select{display:block;margin:0 auto 4px}.cockpit-page .decision-table.compact-columns td.action-cell small{display:block}.cockpit-page .decision-table.compact-columns .boundary-stack .matrix-input{min-height:20px;padding:0 2px;font-size:8.5px}.cockpit-page .boundary-value{display:block}.cockpit-page .boundary-value .matrix-input{width:100%}.cockpit-page .summary-rail,.cockpit-page .matrix-card,.cockpit-page .rationale-panel{height:100%;min-height:0}.cockpit-page .overview-card{grid-template-rows:16px minmax(0,1fr) 28px 26px;align-content:stretch;gap:8px;padding:13px 14px}.cockpit-page .overview-title{color:#35443f;font-size:11px;font-weight:900;line-height:1.1}.cockpit-page .overview-kpi{align-self:center;display:grid;grid-template-columns:minmax(0,1fr) auto}.cockpit-page .overview-kpi strong{font-size:27px}.cockpit-page .overview-stats-row{margin-top:0;align-self:center}.cockpit-page .overview-stats-row span{display:flex;align-items:center;justify-content:space-between;min-height:26px;padding:0 8px}.cockpit-page .overview-risk-line{align-self:center}.cockpit-page .overview-risk-line .risk-pill{display:inline-flex;align-items:center;margin-left:4px;padding:2px 5px;font-size:9px}.cockpit-page .overview-metric{grid-template-rows:18px minmax(0,1fr) 32px;align-content:stretch;gap:7px;padding:10px}.cockpit-page .overview-metric header{display:flex;align-items:center;gap:5px;min-width:0;color:#35443f;font-size:11px;font-weight:900;line-height:1}.cockpit-page .overview-metric header svg{flex:0 0 auto;color:#48655d}.cockpit-page .overview-metric strong{align-self:center;line-height:1.1}.cockpit-page .overview-metric .overview-metric-lines{display:grid;align-content:space-between;gap:4px;min-width:0}.cockpit-page .overview-metric-lines span{display:flex;justify-content:space-between;gap:5px;min-width:0;overflow:hidden;color:#6f7d76;font-size:9.5px;font-weight:800;line-height:1.15;white-space:nowrap}.cockpit-page .overview-metric-lines b{overflow:hidden;color:#35443f;font-size:10px;font-weight:900;text-overflow:ellipsis}.cockpit-page .overview-compare-title{font-size:11px;min-height:18px}.cockpit-page .overview-delta{min-height:26px;align-self:center}.cockpit-page .overview-compare{grid-template-rows:20px 28px minmax(0,1fr);gap:7px;padding:9px 11px}.cockpit-page .overview-compare-points{align-self:stretch}.cockpit-page .overview-compare-points span{display:grid;align-content:center;gap:2px}.cockpit-page .decision-table.compact-columns tr.selected td{background:#edf8f5}.cockpit-page .decision-table.compact-columns tbody tr:hover td{background:#f5fbf8}.cockpit-page .decision-table.compact-columns td:first-child,.cockpit-page .decision-table.compact-columns th:first-child{padding-left:10px}.cockpit-page .decision-table.compact-columns td:last-child,.cockpit-page .decision-table.compact-columns th:last-child{padding-right:10px}.cockpit-page .decision-table.compact-columns th{text-align:center;vertical-align:middle}.cockpit-page .decision-table.compact-columns td{text-align:center}.cockpit-page .decision-table.compact-columns .weather-compact,.cockpit-page .decision-table.compact-columns .boundary-cell{text-align:left}.cockpit-page .decision-table.compact-columns .weather-compact{gap:1px}.cockpit-page .decision-table.compact-columns .weather-compact small,.cockpit-page .decision-table.compact-columns .boundary-cell small{margin-top:0;font-size:9px;line-height:1.12}.cockpit-page .decision-table.compact-columns .col-weather{width:14%}.cockpit-page .decision-table.compact-columns .col-boundary{width:10%}.cockpit-page .decision-table.compact-columns .col-price{width:9.5%}.cockpit-page .decision-table.compact-columns .col-spread,.cockpit-page .decision-table.compact-columns .col-position{width:9%}.cockpit-page .decision-table.compact-columns .col-action,.cockpit-page .decision-table.compact-columns .col-pnl{width:10%}.cockpit-page .decision-table.compact-columns .numeric-cell .matrix-input{width:min(54px,100%);min-height:28px;padding:0 5px;font-size:11px}.cockpit-page .decision-table.compact-columns .boundary-inline{justify-content:center}.cockpit-page .decision-table.compact-columns .boundary-inline .matrix-input{width:48px;min-height:28px;font-size:11px}.cockpit-page .decision-table.compact-columns .position-cell .matrix-input{width:52px;min-height:28px;font-size:11px}.cockpit-page .panel-header{grid-template-columns:minmax(0,1fr) auto}.cockpit-page .rationale-heading{min-width:0}.cockpit-page .rationale-heading .eyebrow{display:block;color:#68766f;font-size:10px;font-weight:900;line-height:1}.cockpit-page .rationale-heading>strong{display:block;margin-top:4px;color:#2d7475;font-size:16px;font-weight:900;line-height:1.05}.cockpit-page .rationale-heading>small{display:block;overflow:hidden;margin-top:4px;color:#68766f;font-size:10px;font-weight:800;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.cockpit-page .panel-header .rationale-hero-meta{display:grid;gap:5px;margin:0;justify-items:end}.cockpit-page .panel-header .rationale-hero-meta span{min-width:62px;text-align:center}.cockpit-page .rationale-meta .meta-item{padding:7px}.cockpit-page .rationale-meta .meta-item strong{overflow:visible;color:#2d7475;font-size:12px;text-overflow:clip;white-space:nowrap}.cockpit-page .reason-block{border-color:#cce8dc;border-left:3px solid #4c9a7d;background:linear-gradient(180deg,#f1faf6,#fff)}.cockpit-page .reason-block h3{color:#26322e}.cockpit-page .reason-block p{color:#50625a;font-size:10.5px;line-height:1.55}.cockpit-page .evidence-row,.cockpit-page .risk-row{min-height:28px;padding:5px 0}.cockpit-page .evidence-row{grid-template-columns:58px minmax(0,1fr) 12px;gap:6px}.cockpit-page .risk-row{grid-template-columns:13px minmax(0,1fr) 32px;gap:6px}.cockpit-page .evidence-row span,.cockpit-page .risk-row span{color:#6b7c74;font-size:10px;font-weight:800;line-height:1.28;white-space:normal}.cockpit-page .evidence-row strong{color:#35443f;font-size:10px;font-weight:800;line-height:1.32;word-break:break-word}.cockpit-page .risk-row strong{color:#35443f;font-size:10px;font-weight:900;text-align:right}.cockpit-page .evidence-row svg,.cockpit-page .risk-row svg{width:13px;height:13px}.cockpit-page .recalc-bar:not(.active){display:none}.cockpit-page .recalc-bar{left:50%;bottom:10px;width:min(720px,calc(100vw - 660px));min-width:520px;min-height:38px;border:1px solid #d9e7df;padding:7px 10px;background:#fffffffa;color:#26322e;font-size:12px;box-shadow:0 8px 22px #22383221}.cockpit-page .recalc-bar .progress{height:5px}@media(max-width:1180px){.cockpit-page .recalc-bar{width:calc(100vw - 24px);min-width:0}}.cockpit-page .controls .segmented{border:1px solid #dce6e1;background:#fff;box-shadow:0 1px 2px #2137310a}.cockpit-page .controls .segmented button{border-right:1px solid #e4ebe7;background:#fff;color:#617069}.cockpit-page .controls .segmented button:last-child{border-right:0}.cockpit-page .controls .segmented button.active{background:linear-gradient(180deg,#ecf6f3,#d9ebe7);color:#24706f;box-shadow:inset 0 0 0 1px #24706f3d}@media(min-width:1181px){.cockpit-page .controls{display:flex;align-items:center;justify-content:flex-start;gap:18px}.cockpit-page .controls label{gap:16px}.cockpit-page .control-status{gap:14px}.cockpit-page .controls label:nth-child(1){grid-template-columns:auto 150px}.cockpit-page .controls label:nth-child(2){grid-template-columns:auto 184px}.cockpit-page .controls label:nth-child(3){grid-template-columns:auto 112px}.cockpit-page .control-status{grid-template-columns:auto 76px}.cockpit-page .icon-button{justify-self:end}.cockpit-page .controls .segmented{width:184px}}.cockpit-page .controls select{color:#41524b;font-weight:800}.cockpit-page .chart-switch button,.cockpit-page .chart-switch button:focus,.cockpit-page .chart-switch button:focus-visible{outline:0;box-shadow:0 1px 2px #2137310a}.cockpit-page .chart-switch button.active,.cockpit-page .chart-switch button.active:focus,.cockpit-page .chart-switch button.active:focus-visible{border-color:#2d74755c;background:#2d7475;color:#fff;box-shadow:inset 0 0 0 1px #ffffff29,0 5px 12px #2d74751f}.cockpit-page .matrix-card{grid-template-rows:44px minmax(0,1fr)}.cockpit-page .matrix-head{padding:7px 12px}.cockpit-page .matrix-head h2{font-size:15px}.cockpit-page .matrix-head h2 small{font-size:11px}.cockpit-page .decision-table.compact-columns th{font-size:11px;line-height:1.14}.cockpit-page .decision-table.compact-columns th small{font-size:9px;font-weight:800}.cockpit-page .decision-table.compact-columns td{font-size:11px}.cockpit-page .decision-table.compact-columns .numeric-cell .matrix-input,.cockpit-page .decision-table.compact-columns .boundary-inline .matrix-input,.cockpit-page .decision-table.compact-columns .position-cell .matrix-input{font-size:10.5px}.cockpit-page .decision-table.compact-columns .weather-compact small,.cockpit-page .decision-table.compact-columns .boundary-cell small{font-size:8.5px;line-height:1.1}.cockpit-page .boundary-extra{display:grid;gap:1px;margin-top:2px}.cockpit-page .boundary-extra label{display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:3px;color:#6c7a73;font-size:8.5px;font-weight:800;line-height:1.05}.cockpit-page .boundary-extra .matrix-input{width:100%;min-height:20px;border-radius:5px;padding:0 4px;font-size:9px;line-height:1}.cockpit-page .overview-metric{grid-template-rows:18px minmax(0,1fr) 36px;gap:8px;padding:11px 12px}.cockpit-page .overview-metric>strong,.cockpit-page .overview-metric strong{justify-self:center;width:100%;text-align:center}.cockpit-page .overview-metric .overview-metric-lines{align-content:space-evenly}.cockpit-page .overview-metric-lines span{gap:8px}.cockpit-page .topbar{grid-template-columns:max-content minmax(0,1fr);gap:clamp(28px,3vw,56px)}.cockpit-page .brand-block{width:auto}.cockpit-page .controls{display:flex;align-items:center;justify-content:space-between;gap:clamp(12px,1.7vw,34px);width:100%;min-width:0}.cockpit-page .controls label,.cockpit-page .control-status{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;width:auto;min-width:0}.cockpit-page .controls label:nth-child(1),.cockpit-page .controls label:nth-child(2),.cockpit-page .controls label:nth-child(3),.cockpit-page .control-status{width:auto}.cockpit-page .controls input[type=date]{width:150px;min-width:150px}.cockpit-page .controls .segmented{width:218px;min-width:218px}.cockpit-page .controls select{width:132px;min-width:132px;color:#43554e}.cockpit-page .control-status .pill{width:78px;min-width:78px}.cockpit-page .icon-button{flex:0 0 38px;width:38px;justify-self:auto}@media(min-width:1181px){.cockpit-page .controls{justify-content:space-between;gap:clamp(12px,1.7vw,34px)}.cockpit-page .controls label,.cockpit-page .control-status{gap:10px}}@media(max-width:1280px){.cockpit-page .topbar{grid-template-columns:250px minmax(0,1fr);gap:16px}.cockpit-page .controls{justify-content:flex-start;gap:12px}.cockpit-page .controls label,.cockpit-page .control-status{gap:7px;font-size:11px}.cockpit-page .controls input[type=date]{width:136px;min-width:136px}.cockpit-page .controls .segmented{width:174px;min-width:174px}.cockpit-page .controls select{width:112px;min-width:112px}.cockpit-page .control-status .pill{width:68px;min-width:68px}}.cockpit-page .decision-table.compact-columns .boundary-cell{padding-top:6px;padding-bottom:6px;text-align:center}.cockpit-page .boundary-stack{display:grid;grid-template-columns:1fr;gap:3px;min-width:0}.cockpit-page .boundary-stack label{display:grid;grid-template-columns:25px minmax(54px,1fr) 18px;align-items:center;gap:4px;min-width:0;color:#60726b;font-size:8.5px;font-weight:900;line-height:1}.cockpit-page .boundary-unit{color:#75837c;font-size:7.5px;font-weight:900;line-height:1}.cockpit-page .boundary-stack .matrix-input{width:100%;min-width:0;min-height:21px;border:1px solid #c7ded8;border-radius:5px;padding:0 4px;background:#fff;color:#25312d;font-size:9.5px;font-weight:900;line-height:1;text-align:center;box-shadow:none}.cockpit-page .boundary-stack .matrix-input::-webkit-outer-spin-button,.cockpit-page .boundary-stack .matrix-input::-webkit-inner-spin-button,.cockpit-page .action-select::-webkit-outer-spin-button,.cockpit-page .action-select::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cockpit-page .boundary-status{justify-self:end;margin-top:-1px;margin-bottom:1px;border-radius:999px;padding:1px 5px;background:#f2f7f5;color:#6f7d76;font-size:8px;font-weight:900;line-height:1.25}.cockpit-page .action-cell{display:grid;align-content:center;justify-items:center;gap:4px}.cockpit-page .action-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:72px;min-width:72px;min-height:28px;border:1px solid #d6e8e1;border-radius:6px;padding:0 18px 0 10px;background-image:linear-gradient(45deg,transparent 50%,currentColor 50%),linear-gradient(135deg,currentColor 50%,transparent 50%);background-position:calc(100% - 11px) 12px,calc(100% - 7px) 12px;background-size:4px 4px,4px 4px;background-repeat:no-repeat;font-family:inherit;font-size:11px;font-weight:900;line-height:1;box-shadow:none}.cockpit-page .action-select.buy{border-color:#cfe9dd;background-color:#eaf7f1;color:#2d8b68}.cockpit-page .action-select.sell{border-color:#f0d6d3;background-color:#fff1ef;color:#bc625a}.cockpit-page .action-select.hold,.cockpit-page .action-select.close{border-color:#f0dfb9;background-color:#fff7e5;color:#a87815}.cockpit-page .action-select:focus{outline:0;border-color:#7db7af;box-shadow:0 0 0 3px #4c9a9a1f}.cockpit-page .action-cell small{color:#6d7c75;font-size:8.5px;font-weight:800;line-height:1.1}@media(min-width:1181px){.cockpit-page .decision-table.compact-columns th:nth-child(3),.cockpit-page .decision-table.compact-columns td:nth-child(3){width:12%}.cockpit-page .decision-table.compact-columns th:nth-child(4),.cockpit-page .decision-table.compact-columns td:nth-child(4),.cockpit-page .decision-table.compact-columns th:nth-child(5),.cockpit-page .decision-table.compact-columns td:nth-child(5){width:10%}.cockpit-page .decision-table.compact-columns th:nth-child(8),.cockpit-page .decision-table.compact-columns td:nth-child(8){width:10%}}.cockpit-page .controls label,.cockpit-page .control-status{gap:16px}.cockpit-page .controls select{width:154px;min-width:154px;padding:0 34px 0 16px;color:#4a5b55;text-align-last:left}.cockpit-page .controls input[type=date]{padding-left:16px;padding-right:16px}.cockpit-page .boundary-status{display:none}.cockpit-page .boundary-stack{gap:4px}.cockpit-page .boundary-stack label{grid-template-columns:24px minmax(44px,1fr);gap:4px;font-size:8px}.cockpit-page .boundary-stack .matrix-input{min-height:22px;padding:0 3px;font-size:9px}.cockpit-page .action-cell{overflow:visible}.cockpit-page .action-select{width:68px;min-width:68px;min-height:28px;border-color:#d2e6df;border-radius:7px;padding:0 20px 0 10px;background-position:calc(100% - 12px) 12px,calc(100% - 8px) 12px;color:#2d7475;font-size:11px;line-height:28px;text-align-last:center}.cockpit-page .overview-compare{grid-template-rows:18px 28px minmax(0,1fr);gap:6px;padding:8px 10px}.cockpit-page .overview-compare-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;min-width:0;overflow:hidden}.cockpit-page .overview-compare-points span{min-width:0;overflow:hidden;padding:5px 7px}.cockpit-page .overview-compare-points em,.cockpit-page .overview-compare-points b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(min-width:1181px){.cockpit-page .decision-table.compact-columns th:nth-child(1),.cockpit-page .decision-table.compact-columns td:nth-child(1){width:6%}.cockpit-page .decision-table.compact-columns th:nth-child(2),.cockpit-page .decision-table.compact-columns td:nth-child(2){width:14%;text-align:center}.cockpit-page .decision-table.compact-columns th:nth-child(3),.cockpit-page .decision-table.compact-columns td:nth-child(3){width:13%}.cockpit-page .decision-table.compact-columns th:nth-child(4),.cockpit-page .decision-table.compact-columns td:nth-child(4),.cockpit-page .decision-table.compact-columns th:nth-child(5),.cockpit-page .decision-table.compact-columns td:nth-child(5),.cockpit-page .decision-table.compact-columns th:nth-child(6),.cockpit-page .decision-table.compact-columns td:nth-child(6),.cockpit-page .decision-table.compact-columns th:nth-child(9),.cockpit-page .decision-table.compact-columns td:nth-child(9){width:9%}.cockpit-page .decision-table.compact-columns th:nth-child(7),.cockpit-page .decision-table.compact-columns td:nth-child(7){width:8.5%}.cockpit-page .decision-table.compact-columns th:nth-child(8),.cockpit-page .decision-table.compact-columns td:nth-child(8){width:8.5%}.cockpit-page .decision-table.compact-columns th:nth-child(10),.cockpit-page .decision-table.compact-columns td:nth-child(10){width:5%}.cockpit-page .decision-table.compact-columns .action-select{width:68px;min-width:68px;max-width:100%}}@media(max-width:1280px){.cockpit-page .controls label,.cockpit-page .control-status{gap:10px}.cockpit-page .controls select{width:126px;min-width:126px;padding-left:12px;padding-right:28px}}.cockpit-page .overview-compare{grid-template-rows:16px 24px 30px;gap:4px;padding:7px 10px}.cockpit-page .overview-compare-title{min-height:16px;line-height:16px}.cockpit-page .overview-compare .overview-delta{min-height:24px;padding:0 7px}.cockpit-page .overview-compare-points{align-self:stretch;min-height:30px;overflow:visible}.cockpit-page .overview-compare-points span{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-height:30px;overflow:hidden;padding:0 8px}.cockpit-page .overview-compare-points em{font-size:9.5px;line-height:1}.cockpit-page .overview-compare-points b{font-size:13px;line-height:1}.cockpit-page .summary-rail{grid-template-rows:146px minmax(0,1fr) 118px;gap:9px}.cockpit-page .overview-card{gap:6px;padding:10px 12px}.cockpit-page .overview-kpi strong{font-size:25px}.cockpit-page .overview-stats-row span{padding:4px 7px}.cockpit-page .overview-risk-line{gap:3px}.cockpit-page .overview-metric-grid{gap:7px}.cockpit-page .overview-metric{grid-template-rows:17px minmax(0,1fr) 32px;gap:6px;padding:10px 11px}.cockpit-page .overview-metric strong{font-size:20px}.cockpit-page .overview-compare{grid-template-rows:18px 30px 42px;gap:6px;padding:9px 10px}.cockpit-page .overview-compare .overview-delta{min-height:30px;padding:0 8px}.cockpit-page .overview-compare-points{min-height:42px}.cockpit-page .overview-compare-points span{min-height:42px;padding:0 10px;border-radius:8px}.cockpit-page .overview-compare-points em{font-size:10px}.cockpit-page .overview-compare-points b{font-size:15px}.cockpit-page .plan-select{gap:16px}.cockpit-page .plan-meta{display:inline-flex;flex:0 0 auto;align-items:center;gap:10px;min-width:0}.cockpit-page .plan-meta span{display:inline-flex;align-items:center;gap:7px;height:36px;border:1px solid #e1ebe7;border-radius:8px;padding:0 12px;background:#fbfdfc;color:#6a7b74;font-size:12px;font-weight:850;line-height:1;white-space:nowrap}.cockpit-page .plan-meta b{color:#2d7475;font-weight:950}.cockpit-page .date-range-control{gap:14px}.cockpit-page .date-range-inputs{display:inline-flex;align-items:center;gap:8px;min-width:0}.cockpit-page .date-range-inputs span{color:#7a8983;font-size:12px;font-weight:850;line-height:1}.cockpit-page .date-range-inputs input[type=date]{width:132px;min-width:132px;padding-left:11px;padding-right:10px}@media(max-width:1280px){.cockpit-page .plan-meta{gap:7px}.cockpit-page .plan-meta span{height:34px;padding:0 9px;font-size:11px}.cockpit-page .date-range-control{gap:9px}.cockpit-page .date-range-inputs{gap:5px}.cockpit-page .date-range-inputs input[type=date]{width:116px;min-width:116px;padding-left:8px;padding-right:6px}}.cockpit-page .plan-select{gap:0}.cockpit-page .plan-select select{width:154px;min-width:154px}.cockpit-page .decision-table.compact-columns th.action-col,.cockpit-page .decision-table.compact-columns td.action-cell{overflow:visible}.cockpit-page .decision-table.compact-columns .action-select{width:62px;min-width:62px;min-height:30px;border-radius:999px;padding:0 18px 0 9px;background-position:calc(100% - 11px) 13px,calc(100% - 7px) 13px;font-size:10.5px;font-weight:950;line-height:30px;box-shadow:inset 0 0 0 1px #ffffff8c,0 3px 8px #2d74750f}.cockpit-page .decision-table.compact-columns .action-select.buy{border-color:#cae9de;background-color:#edf8f3;color:#24785f}.cockpit-page .decision-table.compact-columns .action-select.sell{border-color:#f0d5d1;background-color:#fff3f1;color:#b85d55}.cockpit-page .decision-table.compact-columns .action-select.hold,.cockpit-page .decision-table.compact-columns .action-select.close{border-color:#eeddb7;background-color:#fff8e8;color:#9a6f16}.cockpit-page .decision-table.compact-columns .action-select:focus{border-color:#85bbb4;box-shadow:0 0 0 3px #4c9a9a1f,0 3px 8px #2d74750f}.cockpit-page .boundary-stack label{grid-template-columns:22px minmax(38px,1fr);gap:3px;font-size:7.5px}.cockpit-page .boundary-stack .matrix-input{min-height:20px;border-radius:5px;padding:0 2px;font-size:8.5px}@media(min-width:1181px){.cockpit-page .main-grid{grid-template-columns:280px minmax(0,1fr) 280px}.cockpit-page .decision-table.compact-columns th:nth-child(2),.cockpit-page .decision-table.compact-columns td:nth-child(2){width:13%}.cockpit-page .decision-table.compact-columns th:nth-child(3),.cockpit-page .decision-table.compact-columns td:nth-child(3){width:12.5%}.cockpit-page .decision-table.compact-columns th:nth-child(4),.cockpit-page .decision-table.compact-columns td:nth-child(4),.cockpit-page .decision-table.compact-columns th:nth-child(5),.cockpit-page .decision-table.compact-columns td:nth-child(5){width:8.5%}.cockpit-page .decision-table.compact-columns th:nth-child(8),.cockpit-page .decision-table.compact-columns td:nth-child(8){width:10.5%}}.cockpit-page .decision-table.compact-columns td.action-cell{position:relative;overflow:visible!important;isolation:isolate}.cockpit-page .action-picker{position:relative;z-index:2;display:flex;justify-content:center;margin:0 auto 4px}.cockpit-page .action-picker.open{z-index:80}.cockpit-page .action-picker-trigger,.cockpit-page .action-picker-option{font-family:inherit;cursor:pointer}.cockpit-page .action-picker-trigger{width:64px;min-height:30px;border:1px solid #cae9de;border-radius:999px;padding:0 9px 0 12px;background:#edf8f3;color:#24785f;display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:10.5px;font-weight:950;line-height:1;box-shadow:inset 0 0 0 1px #ffffffa3,0 4px 10px #2d747512;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease,transform .16s ease}.cockpit-page .action-picker-trigger svg{flex:0 0 auto;transform:rotate(90deg);stroke-width:2.3}.cockpit-page .action-picker-trigger:hover,.cockpit-page .action-picker.open .action-picker-trigger{border-color:#88c4ba;background:#e4f4ef;box-shadow:0 0 0 3px #4c9a9a1f,0 7px 16px #2d74751a}.cockpit-page .action-picker-trigger.sell{border-color:#f0d5d1;background:#fff3f1;color:#b85d55}.cockpit-page .action-picker-trigger.hold,.cockpit-page .action-picker-trigger.close{border-color:#eeddb7;background:#fff8e8;color:#9a6f16}.cockpit-page .action-picker-menu{position:absolute;top:calc(100% + 6px);left:50%;width:78px;padding:5px;border:1px solid #d6e8e1;border-radius:12px;background:#fffffffa;box-shadow:0 14px 30px #1d3a3424,0 0 0 1px #ffffffbf inset;transform:translate(-50%);display:grid;gap:4px}.cockpit-page .action-picker-menu.floating{position:fixed;top:0;left:0;z-index:1000}.action-picker-menu.floating{position:fixed;top:0;left:0;z-index:1000;width:78px;padding:5px;border:1px solid #d6e8e1;border-radius:12px;background:#fffffffa;box-shadow:0 14px 30px #1d3a3424,0 0 0 1px #ffffffbf inset;transform:translate(-50%);display:grid;gap:4px}.cockpit-page .action-picker-option{min-height:26px;border:0;border-radius:8px;background:transparent;color:#53615c;font-size:10.5px;font-weight:900;line-height:1;transition:background-color .14s ease,color .14s ease}.action-picker-menu.floating .action-picker-option{min-height:26px;border:0;border-radius:8px;background:transparent;color:#53615c;font-family:inherit;font-size:10.5px;font-weight:900;line-height:1;cursor:pointer;transition:background-color .14s ease,color .14s ease}.cockpit-page .action-picker-option:hover,.cockpit-page .action-picker-option.active,.action-picker-menu.floating .action-picker-option:hover,.action-picker-menu.floating .action-picker-option.active{background:#edf8f3;color:#24785f}.cockpit-page .action-picker-option.sell:hover,.cockpit-page .action-picker-option.sell.active,.action-picker-menu.floating .action-picker-option.sell:hover,.action-picker-menu.floating .action-picker-option.sell.active{background:#fff3f1;color:#b85d55}.cockpit-page .action-picker-option.hold:hover,.cockpit-page .action-picker-option.hold.active,.cockpit-page .action-picker-option.close:hover,.cockpit-page .action-picker-option.close.active,.action-picker-menu.floating .action-picker-option.hold:hover,.action-picker-menu.floating .action-picker-option.hold.active,.action-picker-menu.floating .action-picker-option.close:hover,.action-picker-menu.floating .action-picker-option.close.active{background:#fff8e8;color:#9a6f16}.cockpit-page .calculation-list .calc-formula{margin-top:6px;color:#53635d;font-size:9px;font-weight:800;line-height:1.35}.cockpit-page .calculation-list .calc-row{min-height:26px;padding:5px 0}.cockpit-page .calculation-list .calc-row span{color:#394842;font-size:10.5px;font-weight:800;line-height:1.25}.cockpit-page .matrix-input{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.cockpit-page .matrix-input::-webkit-outer-spin-button,.cockpit-page .matrix-input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cockpit-page .decision-table.compact-columns .numeric-cell .matrix-input,.cockpit-page .decision-table.compact-columns .position-cell .matrix-input,.cockpit-page .decision-table.compact-columns .boundary-stack .matrix-input{width:66px;min-width:66px;min-height:30px;border:1px solid #85bbb4;border-radius:6px;padding:0 7px;background:#fff;color:#25312d;font-size:11px;font-weight:900;line-height:1;text-align:center;box-shadow:none}.cockpit-page .boundary-stack{gap:5px}.cockpit-page .boundary-stack label{grid-template-columns:24px 66px 18px;align-items:center;justify-content:center;gap:4px}.cockpit-page .boundary-label{color:#60726b;font-size:8px;font-weight:900;line-height:1;text-align:right}.cockpit-page .boundary-unit{color:#687971;font-size:8px;font-weight:900;line-height:1;text-align:left}.cockpit-page .decision-table.compact-columns .weather-compact small{display:block;margin:1px 0;font-size:8.5px;line-height:1.35}.cockpit-page .plan-meta.briefing-id{border-color:#0b7f7247;background:#e5f5ece0;color:var(--teal-strong)}.cockpit-page .plan-meta.preview-id{border-color:#b9791947;background:#fff2d8e6;color:var(--amber)}.cockpit-page.preview-mode{padding:14px;background:linear-gradient(180deg,#f5f8f4fa,#edf3eefa),repeating-linear-gradient(90deg,rgba(26,42,36,.025) 0 1px,transparent 1px 80px)}.cockpit-page.preview-mode .topbar{min-height:64px}.cockpit-page.preview-mode .brand-block p{max-width:540px}.cockpit-page.preview-mode .timeline-shell{margin-top:12px}.cockpit-page.preview-mode .recalc-bar:not(.active){display:none}
