*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f7f9fc;--panel:#fff;--panel2:#eef2f7;--border:#e3e8f0;--text:#243041;--muted:#7a879b;--red:#e5484d;--green:#30a46c;--blue:#2f6fed;--orange:#d97706;--accent-soft:#e8f0fe;--accent-border:#c6d9fb;--bg-glow:#e3edff88;--chart-bg1:#fbfdff;--chart-bg2:#f4f7fb;--chart-grid:#e6ebf2;--edge-label-fill:#33415580;--heat-text:#8f1d1d;--hot-soft:#fef2f2}html[data-theme=warm]{--bg:#f8f4ec;--panel:#fffdf9;--panel2:#f1ebe0;--border:#e6ddcd;--text:#3d3227;--muted:#8a7c68;--red:#c8443f;--green:#4a8f63;--blue:#3f6fb5;--orange:#c07a18;--accent-soft:#f3ead8;--accent-border:#d9c9a8;--bg-glow:#f5e9d288;--chart-bg1:#fdfbf6;--chart-bg2:#f6f1e7;--chart-grid:#e8e0d0;--edge-label-fill:#5a4a3a80;--heat-text:#7c2d20;--hot-soft:#fbeeec}html[data-theme=slate]{--bg:#141a24;--panel:#1b2230;--panel2:#232c3d;--border:#2e3950;--text:#d8e1ee;--muted:#8c9ab1;--red:#f0666a;--green:#4cc38a;--blue:#6ea8fe;--orange:#f0a232;--accent-soft:#24334d;--accent-border:#3d5a8f;--bg-glow:#1d2c4d66;--chart-bg1:#18202e;--chart-bg2:#141b27;--chart-grid:#273349;--edge-label-fill:#c9d5e6b3;--heat-text:#ffc9c5;--hot-soft:#3a2027}html[data-theme=forest]{--bg:#121b17;--panel:#18241f;--panel2:#1f3029;--border:#2b3f36;--text:#d5e3da;--muted:#88a294;--red:#ef6a62;--green:#52b788;--blue:#6fa8dc;--orange:#e9a23b;--accent-soft:#22392e;--accent-border:#3c5f4d;--bg-glow:#14342a66;--chart-bg1:#16221d;--chart-bg2:#121b17;--chart-grid:#25382f;--edge-label-fill:#cfe3d6b3;--heat-text:#ffd2cd;--hot-soft:#35211f}body{background:radial-gradient(1200px 400px at 80% -100px, var(--bg-glow), transparent), var(--bg);color:var(--text);font-family:PingFang SC,Microsoft YaHei,Segoe UI,sans-serif;font-size:14px}.app{max-width:1280px;margin:0 auto;padding:0 14px 30px}.import-bar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:8px 0 6px;display:flex}.import-left{align-items:center;gap:8px;display:flex}.brand{background:linear-gradient(120deg,#e5484d,#d97706);color:#0000;-webkit-background-clip:text;background-clip:text;font-size:15px;font-weight:700}.date-label{color:var(--muted);font-size:12px}.src-tag{background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--blue);border-radius:10px;padding:2px 8px;font-size:11px}.import-actions{gap:6px;display:flex}button{background:var(--panel);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:4px 9px;font-size:12px;box-shadow:0 1px 2px #1b27400a}button:hover{border-color:var(--blue);color:var(--blue)}button.primary{background:var(--accent-soft);border-color:var(--accent-border);color:var(--blue);font-weight:600}button.primary:hover{background:var(--panel2)}.import-panel{background:var(--panel);border:1px solid var(--border);border-radius:8px;width:100%;margin-top:10px;padding:12px}.import-panel textarea,.drawer textarea,.drawer input{background:var(--bg);width:100%;color:var(--text);border:1px solid var(--border);border-radius:6px;margin:6px 0;padding:8px;font-family:JetBrains Mono,Consolas,monospace;font-size:12px}.import-panel textarea{resize:vertical}.date-input{background:var(--panel);color:var(--text);border:1px solid var(--border);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;border-radius:6px;padding:4px 8px}html[data-theme=slate] .date-input,html[data-theme=forest] .date-input,html[data-theme=slate] .theme-select,html[data-theme=forest] .theme-select{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.theme-select{background:var(--panel);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:6px;padding:5px 6px}.import-err{color:var(--red);margin-top:6px}.tabs{border-bottom:1px solid var(--border);align-items:center;gap:4px;margin-bottom:10px;padding:8px 0;display:flex}.tabs button{color:var(--muted);background:0 0;border:none;border-radius:6px;padding:4px 10px;font-size:13px}.tabs button:hover{color:var(--blue)}.tabs .tab-on{color:var(--blue);background:var(--accent-soft);font-weight:600}.edge-count{color:var(--muted);margin-left:auto;font-size:12px}.stat-grid{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:8px;display:grid}.stat-card{background:var(--panel);border:1px solid var(--border);text-align:center;border-radius:10px;padding:6px 8px;box-shadow:0 1px 3px #1b274008}.stat-num{font-size:20px;font-weight:700;line-height:1.2}.stat-sub{color:var(--muted);margin-left:3px;font-size:11px}.stat-label{color:var(--muted);margin-top:1px;font-size:10px}.stat-card.red .stat-num{color:var(--red)}.stat-card.green .stat-num{color:var(--green)}.stat-card.orange .stat-num{color:var(--orange)}.stat-card.gray .stat-num{color:var(--muted)}.panel-row{grid-template-columns:1fr 1.4fr 1fr;gap:8px;display:grid}.panel{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:10px;box-shadow:0 1px 3px #1b274008}.panel h3{color:var(--muted);margin-bottom:8px;font-size:12px;font-weight:600}.heat-bar{background:var(--panel2);border-radius:6px;height:10px;overflow:hidden}.heat-fill{border-radius:6px;height:100%;transition:width .4s}.heat-meta{color:var(--muted);justify-content:space-between;margin-top:6px;font-size:11px;display:flex}.hist{align-items:flex-end;gap:3px;height:86px;display:flex}.hist-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;height:100%;display:flex}.hist-bar{background:linear-gradient(#f2726f,#e5484d);border-radius:3px 3px 0 0;width:70%;min-height:2px}.hist-label{color:var(--muted);margin-top:2px;font-size:9px;transform:scale(.85)}.top-list{list-style:none}.top-list li{border-bottom:1px dashed var(--border);cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:4px 2px;display:flex}.top-list li:hover{background:var(--panel2)}.tl-name{font-size:13px;font-weight:600}.tl-sub{color:var(--orange);font-size:11px}.tl-val{color:var(--muted);margin-left:auto;font-size:12px}.theme-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:12px;display:grid}.theme-card{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:14px;box-shadow:0 1px 3px #1b274008}.theme-head{align-items:center;gap:8px;margin-bottom:8px;display:flex}.theme-head h3{font-size:15px}.theme-dot{border-radius:50%;width:10px;height:10px}.theme-max{color:var(--orange);font-weight:700}.theme-count{color:var(--muted);margin-left:auto;font-size:12px}.theme-leader{margin-bottom:10px}.theme-leader b{cursor:pointer;color:var(--red)}.member-chips{flex-wrap:wrap;gap:6px;display:flex}.chip{background:var(--panel2);border:1px solid var(--border);cursor:pointer;border-radius:14px;padding:3px 10px;font-size:13px}.chip:hover{border-color:var(--blue);color:var(--blue)}.chip i{color:var(--orange);margin-left:4px;font-style:normal;font-weight:700}.chip-hot{background:var(--hot-soft);border-color:#e5484d66}.muted{color:var(--muted)}.graph-wrap{background:var(--panel);border:1px solid var(--border);border-radius:12px;padding:12px;box-shadow:0 1px 3px #1b274008}.graph-toolbar{flex-wrap:wrap;align-items:center;gap:16px;margin-bottom:8px;display:flex}.graph-toolbar label{color:var(--muted);align-items:center;gap:8px;display:flex}.graph-toolbar input[type=range]{width:160px;accent-color:var(--blue)}.graph-toolbar .chk{cursor:pointer;-webkit-user-select:none;user-select:none}.graph-toolbar .chk input{accent-color:var(--blue)}.graph-hint{color:var(--muted);font-size:12px}.sector-chips{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.sector-title{color:var(--muted);font-size:13px}.sector-chips .chip{background:var(--panel);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:14px;align-items:center;gap:6px;padding:4px 12px;font-size:13px;display:inline-flex}.sector-chips .chip em{color:var(--muted);font-size:11px;font-style:normal}.sector-chips .chip:hover{border-color:var(--blue);color:var(--blue)}.sector-chips .chip.chip-on{background:var(--accent-soft);border-color:var(--blue);color:var(--blue)}.sector-chips .chip.chip-on em{color:var(--blue)}.legend-item i.line-sector{opacity:.7;border-top:2px solid #30a46c;border-radius:0;width:18px;height:0}.graph-legend{flex-wrap:wrap;gap:12px;margin-bottom:8px;display:flex}.legend-item{color:var(--muted);align-items:center;gap:5px;font-size:12px;display:flex}.legend-item i{border-radius:50%;width:10px;height:10px;display:inline-block}.legend-item i.line-solid{border-top:2.5px solid #4a6db3;border-radius:0;width:18px;height:0}.legend-item i.line-dashed{border-top:2.5px dashed #9aa4b2;border-radius:0;width:18px;height:0}.graph-svg{background:linear-gradient(180deg, var(--chart-bg1), var(--chart-bg2));border:1px solid var(--border);border-radius:8px;width:100%;height:auto}.edge line{transition:opacity .2s}.edge:hover line{opacity:1!important;stroke:var(--red)!important}.edge-label{fill:var(--edge-label-fill);text-anchor:middle;paint-order:stroke;stroke:var(--chart-bg1);stroke-width:3px;font-size:10.5px;font-weight:600}.lane-label{fill:#7a879b;font-size:12.5px;font-weight:700}.node-boards{fill:#fff;pointer-events:none;font-size:11.5px;font-weight:700}.node-name{fill:var(--text);font-size:12.5px;font-weight:600}.node-time{fill:var(--muted);font-size:10.5px}.node:hover circle{filter:brightness(1.08)saturate(1.15)}.table-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:10px;display:flex}.seg{background:var(--panel);border:1px solid var(--border);border-radius:8px;gap:4px;padding:3px;display:flex}.seg button{color:var(--muted);background:0 0;border:none;padding:4px 10px}.seg .seg-on{background:var(--accent-soft);color:var(--blue);border-radius:6px}.search{background:var(--panel);min-width:200px;color:var(--text);border:1px solid var(--border);border-radius:8px;flex:1;padding:6px 12px}.table-wrap table{border-collapse:collapse;background:var(--panel);border-radius:10px;width:100%;overflow:hidden}.table-wrap th,.table-wrap td{text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:8px 10px}.table-wrap th{color:var(--muted);background:var(--panel2);font-size:12px;position:sticky;top:0}.table-wrap tr{cursor:pointer}.table-wrap tr:hover{background:var(--panel2)}tr.ZS td:nth-child(2) b{color:var(--green)}tr.ZB td:nth-child(2) b{color:var(--muted)}.row-sel{outline:1px solid var(--blue)}.abbr{color:var(--muted);margin-left:6px;font-size:11px}.chip-row{gap:4px;display:flex}.chip-sm{background:var(--panel2);border:1px solid var(--border);border-radius:10px;padding:1px 7px;font-size:11px}.reason-cell{text-overflow:ellipsis;white-space:nowrap;max-width:260px;color:var(--muted);overflow:hidden}.empty{text-align:center;color:var(--muted);padding:40px}.hist-chart{background:linear-gradient(180deg, var(--chart-bg1), var(--chart-bg2));border:1px solid var(--border);border-radius:8px;width:100%;height:auto}.hist-chart .grid{stroke:var(--chart-grid);stroke-width:1px}.hist-chart .axis-label{fill:var(--muted);font-size:11px}.heat-wrap{overflow-x:auto}.heat-table{border-collapse:collapse;min-width:100%;font-size:12px}.heat-table th,.heat-table td{border:1px solid var(--border);text-align:center;padding:4px 8px}.heat-table th{color:var(--muted);background:var(--panel2);font-weight:600;position:sticky;top:0}.heat-table .heat-name{text-align:left;white-space:nowrap;min-width:80px;font-weight:600}.heat-cell{min-width:36px;color:var(--heat-text);font-weight:600}.streak-hot{color:var(--red);font-weight:700}.hist-list li{border-bottom:1px dashed var(--border);padding:5px 0}.ladder-sectors{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:6px;display:grid}.ladder-sector{background:var(--panel2);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:1px;padding:6px 10px;display:flex}.ladder-sector-hot{background:var(--hot-soft);border-color:#e5484d55}.ladder-sector-name{font-size:13px;font-weight:700;display:inline}.ladder-sector-count{color:var(--muted);margin-left:3px;font-size:11px}.ladder-sector-fund{color:var(--muted);margin-top:1px;font-size:10px}.panel+.panel{margin-top:8px}.ladder{flex-direction:column;gap:10px;display:flex}.ladder-group{border-radius:14px;align-items:stretch;padding:8px 6px 8px 0;display:flex;position:relative}.ladder-group+.ladder-group{border-top:1px dashed var(--border);margin-top:2px;padding-top:12px}.ladder-group.row-super{background:linear-gradient(90deg,#e5484d22,#0000 45%);border-left:5px solid #e5484d;padding-left:4px}.ladder-group.row-high{background:linear-gradient(90deg,#f9731622,#0000 40%);border-left:5px solid #f97316;padding-left:4px}.ladder-group.row-mid{background:linear-gradient(90deg,#2f6fed15,#0000 35%);border-left:5px solid #2f6fed;padding-left:4px}.ladder-group.row-low{background:linear-gradient(90deg, var(--panel2), transparent 25%);border-left:5px solid var(--muted);padding-left:4px}.ladder-label.ladder-label-merged{text-align:center;letter-spacing:2px;flex:none;justify-content:center;align-items:center;width:90px;min-width:0;padding:0 6px;font-size:17px;display:flex;position:absolute;top:8px;bottom:8px;left:4px}.ladder-label-merged b{font-size:20px;line-height:1.1}.ladder-pages{flex-direction:column;flex:1;gap:6px;margin-left:96px;display:flex}.ladder-row{background:0 0;border-left:none;border-radius:0;align-items:stretch;gap:6px;padding:0;display:flex}.ladder-row+.ladder-row{border-top:none;margin-top:0;padding-top:0}.ladder-label-spacer{flex:0 0 0;width:0;min-width:0}.ladder-cells{flex:1;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;display:grid}.ladder-cell{background:var(--panel2);border:1px solid var(--border);cursor:pointer;text-align:left;border-left:4px solid #94a3b8;border-radius:8px;flex-direction:column;gap:3px;min-height:64px;padding:6px 8px 8px;transition:transform .12s,box-shadow .12s,border-color .12s,opacity .18s;display:flex;position:relative}.ladder-cell:hover{border-color:var(--blue);background:var(--accent-soft);z-index:1;transform:translateY(-1px);box-shadow:0 2px 6px #2f6fed22}.ladder-seal{color:var(--muted);letter-spacing:.3px;font-size:10px}.ladder-seal-strong{color:var(--red);font-weight:700}.ladder-name{color:var(--text);font-size:14px;font-weight:700;line-height:1.1}.ladder-tag{margin-top:auto;font-size:11px;font-weight:600}.ladder-cell.cell-dim{opacity:.14;pointer-events:none;filter:grayscale(60%)}.ladder-cell.cell-hit{box-shadow:0 0 0 2px var(--blue), 0 4px 10px #2f6fed44;background:var(--accent-soft);transform:translateY(-1px)}.ladder-cell.cell-self{box-shadow:0 0 0 3px var(--red), 0 4px 14px #e5484d55;background:var(--hot-soft);z-index:2}.cell-link-dot{color:var(--blue);font-size:11px;font-weight:700;line-height:1;position:absolute;top:6px;right:8px}.cell-self-dot{color:var(--red);font-size:13px}.filter-tag{background:var(--accent-soft);color:var(--blue);cursor:pointer;border:1px solid #2f6fed55;border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:600;display:inline-flex}.ladder-header-tools{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.ladder-title{color:var(--muted);margin:0;font-size:13px}.ladder-filter{color:var(--blue);font-weight:600}.ladder-toggle-all{background:var(--accent-soft);color:var(--blue);cursor:pointer;border:1px solid #2f6fed55;border-radius:8px;padding:3px 8px;font-size:11px;font-weight:600}.ladder-toggle-all:hover{background:#2f6fed33}.ladder-toggle-row{min-height:28px}.ladder-toggle-btn{color:var(--muted);background:var(--soft);cursor:pointer;border:1px dashed #94a3b855;border-radius:8px;margin:2px 0 0;padding:4px 12px;font-size:11px;font-weight:600;transition:color .15s,background .15s}.ladder-toggle-btn:hover{color:var(--blue);background:var(--accent-soft);border-style:solid;border-color:#2f6fed55}.ladder-group.is-collapsed{border-style:dashed;border-width:1px}.cell-w2s-ribbon{color:#fff;letter-spacing:.3px;border-radius:7px 0 6px;padding:1px 6px 1px 4px;font-size:9.5px;font-weight:700;line-height:1.4;position:absolute;top:0;left:0}.cell-w2s .ladder-name{padding-right:2px}.ladder-w2s{letter-spacing:.3px;margin-top:-1px;margin-bottom:2px;font-size:10.5px;font-weight:700;line-height:1.2}.stat-card.w2s-card{cursor:pointer;transition:all .15s}.stat-card.w2s-card.on{background:#e11d4812;border-color:#e11d4877;box-shadow:0 0 0 1.5px #e11d4855}.stat-card.w2s-card:hover{border-color:#e11d48;transform:translateY(-1px)}.w2s-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:8px;display:grid}.w2s-item{text-align:left;border:1px solid var(--border);cursor:pointer;border-left-width:4px;border-radius:10px;flex-direction:column;gap:4px;padding:8px 10px;transition:transform .12s,box-shadow .12s;display:flex}.w2s-item:hover{transform:translateY(-1px);box-shadow:0 4px 10px #1b274018}.w2s-item.on{box-shadow:0 0 0 1.5px #e11d4866}.w2s-head{justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.w2s-boards{color:var(--muted);font-size:11px}.w2s-tags{flex-wrap:wrap;gap:4px;display:flex}.w2s-tag{letter-spacing:.3px;border-radius:999px;padding:1px 6px;font-size:10px;font-weight:600}.w2s-reason{color:var(--muted);font-size:11px;line-height:1.4}.row-w2s td{background:0 0!important}.drawer-w2s-box{border-radius:8px;margin-bottom:12px;padding:10px 12px}.w2s-signal-list{flex-direction:column;gap:4px;margin:0;padding:0;list-style:none;display:flex}.w2s-signal-list li{font-size:12px;line-height:1.5}.chip-w2s{position:relative;padding-left:18px!important}.chip-w2s-dot{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;line-height:1;display:inline-flex;position:absolute;top:50%;left:2px;transform:translateY(-50%)}.theme-count+.theme-count{margin-left:6px}.filter-tag:hover{background:#2f6fed22}.review{flex-direction:column;gap:8px;display:flex}.stat-card .stat-num{align-items:baseline;gap:5px;display:flex}.stat-card .stat-num>span{font-size:11px;font-weight:600}.cycle-panel h3{margin-bottom:6px}.cycle-bar{gap:4px;display:flex}.cycle-seg{text-align:center;color:var(--muted);background:var(--accent-soft);border:1px solid var(--border);opacity:.55;border-radius:8px;flex:1;padding:6px 0;font-size:12px;font-weight:600;transition:all .15s}.cycle-seg.on{opacity:1;color:#fff;background:var(--seg-color);border-color:var(--seg-color)}.cycle-tip{margin-top:7px;font-size:12px;font-weight:600;line-height:1.5}.rv-cols{grid-template-columns:1fr 1fr;gap:8px;display:grid}@media (width<=900px){.rv-cols{grid-template-columns:1fr}}.rv-rows{flex-direction:column;gap:5px;max-height:420px;display:flex;overflow-y:auto}.rv-row{border:1px solid var(--border);border-radius:9px;align-items:center;gap:7px;padding:5px 8px;font-size:12px;display:flex}.rv-status{border:1px solid #0000;border-radius:999px;flex:none;padding:1px 7px;font-size:10px;font-weight:700}.rv-name{min-width:56px;font-size:13px}.rv-meta{color:var(--muted);flex:1;font-size:11px}.rv-meta i{font-style:normal}.rv-leader{cursor:pointer;color:var(--red);background:var(--hot-soft);border:1px solid var(--border);border-radius:999px;flex:none;padding:2px 9px;font-size:11px;font-weight:700}.rv-leader:hover{border-color:var(--red)}.rv-proms{flex-direction:column;gap:5px;margin-bottom:9px;display:flex}.rv-prom{align-items:center;gap:7px;font-size:12px;display:flex}.rv-prom-k{width:52px;color:var(--muted);flex:none;font-size:11px;font-weight:700}.rv-prom-bar{background:var(--accent-soft);border:1px solid var(--border);border-radius:99px;flex:1;height:8px;overflow:hidden}.rv-prom-fill{border-radius:99px;height:100%}.rv-prom-v{flex:none;font-size:12px}.rv-prom-v i{color:var(--muted);font-size:10px;font-style:normal;font-weight:400}.rv-prom-names{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;flex:none;max-width:150px;font-size:10px;overflow:hidden}.rv-empty{color:var(--muted);font-size:12px}.rv-space{border:1px dashed var(--border);border-radius:9px;align-items:center;gap:7px;margin-bottom:9px;padding:6px 8px;font-size:12px;display:flex}.rv-sub{margin-top:8px}.rv-sub h4{color:var(--muted);margin:0 0 5px;font-size:11px;font-weight:600}.rv-chips{flex-wrap:wrap;gap:4px;display:flex}.rv-chip{cursor:pointer;border:1px solid var(--border);color:var(--text);background:0 0;border-radius:999px;align-items:center;gap:4px;padding:2px 8px;font-size:11px;display:inline-flex}.rv-chip:hover{border-color:var(--blue)}.rv-chip i{color:var(--muted);font-size:10px;font-style:normal}.rv-chip em{font-size:10px;font-style:normal;font-weight:700}.rv-plans{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:8px;display:grid}.rv-plan{border:1px solid var(--border);border-left-width:4px;border-radius:10px;flex-direction:column;gap:5px;padding:8px 10px;display:flex}.rv-plan-head{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.rv-plan-kind{border:1px solid #0000;border-radius:999px;padding:1px 7px;font-size:10px;font-weight:700}.rv-plan-extra{color:var(--muted);font-size:10px}.rv-plan-logic{font-size:12px;line-height:1.5}.rv-plan-trigger{color:var(--muted);font-size:11px;line-height:1.5}@media (width<=900px){.ladder-cells{grid-template-columns:repeat(3,minmax(0,1fr))}.ladder-label.ladder-label-merged{letter-spacing:1px;width:64px;font-size:14px}.ladder-label-merged b{font-size:16px}.ladder-pages{margin-left:72px}}.kline-wrap{margin:4px 0 12px}.kline-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:11px;display:flex}.kline-legend{align-items:center;gap:4px;display:inline-flex}.kline-legend i{border-radius:50%;width:8px;height:8px;display:inline-block}.kline-box{border:1px solid var(--border);border-radius:10px;height:260px;transition:opacity .2s;overflow:hidden}.kline-error{color:var(--red);text-align:center;border:1px dashed var(--border);border-radius:10px;padding:20px;font-size:12px}.minute-wrap{margin:10px 0 12px}.minute-svg{border:1px solid var(--border);background:var(--panel,transparent);border-radius:10px;width:100%;height:auto;display:block}.minute-legend{align-items:center;gap:4px;display:inline-flex}.minute-legend i{border-radius:2px;width:8px;height:8px;margin-left:6px;display:inline-block}.minute-empty{color:var(--muted);text-align:center;border:1px dashed var(--border);border-radius:10px;padding:16px;font-size:12px}.minute-back{cursor:pointer;color:var(--muted);border:1px solid var(--border);background:0 0;border-radius:99px;margin-left:6px;padding:1px 6px;font-size:10px}.minute-back:hover{color:var(--fg);border-color:var(--muted)}.drawer-mask{z-index:40;background:#1b274033;position:fixed;inset:0}.drawer{background:var(--panel);border-left:1px solid var(--border);z-index:50;width:420px;max-width:92vw;height:100vh;padding:20px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-8px 0 30px #1b274014}.drawer-head{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.drawer-head h2{font-size:20px}.icon-btn{color:var(--muted);background:0 0;border:none;font-size:16px}.drawer-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px;display:grid}.drawer-grid label{color:var(--muted);font-size:11px;display:block}.drawer h3{color:var(--muted);margin:14px 0 4px;font-size:13px}.drawer .ZT{color:var(--red)}.drawer .ZS{color:var(--green)}.drawer .ZB{color:var(--muted)}.loc-row{align-items:flex-end;gap:8px;display:flex}.loc-row>div{flex:1}.save-btn{margin-bottom:6px}.rel-list{list-style:none}.rel-list li{border-bottom:1px dashed var(--border);padding:8px 0}.rel-dir b{color:var(--blue)}.rel-score{float:right;color:var(--orange)}.rel-reasons{color:var(--muted);margin-top:3px;font-size:12px}@media (width<=900px){.stat-grid{grid-template-columns:repeat(3,1fr)}.panel-row{grid-template-columns:1fr}.table-wrap{overflow-x:auto}}
