.chart-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f12188c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.chart-modal{background:#fff;border-radius:12px;width:min(1100px,94vw);height:min(720px,86vh);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 12px 40px #00000047}.chart-modal-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid #e8eaef}.chart-modal-name{font-size:17px;font-weight:700;color:#1a1d24}.chart-modal-code{font-size:13px;color:#8a8f99}.chart-modal-date{font-size:12px;color:#98a0ac;white-space:nowrap}.chart-modal-close{margin-left:auto;border:none;background:none;font-size:26px;line-height:1;color:#8a8f99;cursor:pointer;padding:2px 8px}.chart-modal-close:hover{color:#1a1d24}.chart-modal-body{position:relative;flex:1;min-height:0}.chart-modal-canvas{width:100%;height:100%;display:block;touch-action:none;-webkit-tap-highlight-color:transparent}.chart-modal-status{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0;color:#8a8f99;font-size:14px;z-index:1}.chart-modal-footer{padding:8px 16px;border-top:1px solid #e8eaef;font-size:11.5px;color:#9aa0aa}.scr-page{min-height:100vh;display:flex;flex-direction:column;background:#f6f7f9}.scr-header{display:flex;align-items:center;gap:16px;padding:12px 18px;background:#fff;border-bottom:1px solid #e8eaef}.scr-logo{font-size:.95rem;font-weight:800;letter-spacing:2px;color:var(--color-primary, #2456e6);text-decoration:none;white-space:nowrap}.scr-title{margin:0;font-size:18px;font-weight:700;color:#1a1d24}.scr-date{margin:14px 0 0;text-align:right;font-size:13px;color:#8a8f99}.scr-notice{margin:16px 22px 0;padding:12px 16px;background:#fdf6e7;border:1px solid #f0dfb6;border-radius:8px;font-size:12.5px;line-height:1.6;color:#7a5c15}.scr-body{flex:1;padding:8px 22px 24px}.scr-status{padding:40px 0;text-align:center;color:#8a8f99}.scr-section{margin-top:22px}.scr-heading{margin:0 0 10px;font-size:16px;font-weight:700;color:#1a1d24}.scr-heading.buy{color:#b71c1c}.scr-heading.sell{color:#1237a8}.scr-heading.watch{color:#5a6270}.scr-subnote{margin:-4px 0 10px;font-size:12.5px;color:#7a7f88}.scr-count{margin-left:4px;font-size:12.5px;font-weight:600;color:#8a8f99}.scr-empty{padding:18px;background:#fff;border:1px solid #e8eaef;border-radius:8px;color:#8a8f99;font-size:13.5px}.scr-table-wrap{background:#fff;border:1px solid #e8eaef;border-radius:8px;overflow-x:auto}.scr-universe{max-height:420px;overflow-y:auto}.scr-table{width:100%;border-collapse:collapse;font-size:13.5px}.scr-table th{position:sticky;top:0;background:#fafbfc;border-bottom:1px solid #e8eaef;padding:9px 14px;text-align:left;font-size:12px;font-weight:600;color:#6b7078;white-space:nowrap}.scr-table td{padding:9px 14px;border-bottom:1px solid #f0f1f4;white-space:nowrap}.scr-table tbody tr{cursor:pointer}.scr-table tbody tr:hover{background:#f2f6ff}.scr-table th.num,.scr-table td.num{text-align:right;font-variant-numeric:tabular-nums}.scr-name{font-weight:600;color:#1a1d24}.scr-code{color:#8a8f99;font-size:12.5px}.scr-table .up{color:#d81e1e}.scr-table .down{color:#1a49d4}.scr-ovs{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11.5px;font-weight:700}.scr-ovs.low{background:#e8edff;color:#1a49d4}.scr-ovs.high{background:#ffe9e9;color:#d81e1e}.scr-mkt{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11.5px;font-weight:700;white-space:nowrap;border:1px solid #dfe3ea;color:#5a616d;background:#f4f6f9}.scr-mkt.m2{border-color:#d8e2d9;color:#3f6b4a;background:#f0f6f1}.scr-tabs{display:flex;gap:4px;margin:14px 22px 0;border-bottom:1px solid #e8eaef}.scr-tab{padding:10px 16px;border:none;border-bottom:2px solid transparent;background:transparent;font-size:14px;font-weight:600;color:#6b7078;cursor:pointer}.scr-tab:hover{color:#1a1d24}.scr-tab.active{color:var(--color-primary, #2456e6);border-bottom-color:var(--color-primary, #2456e6)}.scr-ctrl{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px}.scr-ctrl-label{font-size:12.5px;font-weight:600;color:#6b7078}.scr-select{padding:7px 12px;border:1px solid #dfe3ea;border-radius:8px;background:#fff;color:#1a1d24;font-size:13px}.scr-ctrl-note{font-size:12px;color:#8a8f99}.scr-ctrl-note code{font-size:11.5px;padding:1px 5px;border-radius:4px;background:#eef0f4;color:#5a616d}.scr-seg{display:inline-flex;border:1px solid #dfe3ea;border-radius:8px;overflow:hidden;background:#fff}.scr-seg-btn{padding:7px 14px;border:none;background:transparent;font-size:13px;font-weight:600;color:#6b7078;cursor:pointer}.scr-seg-btn+.scr-seg-btn{border-left:1px solid #dfe3ea}.scr-seg-btn.active{background:var(--color-primary, #2456e6);color:#fff}.scr-table thead th{line-height:16px}.scr-table thead tr:nth-child(2) th{top:34px}.scr-h-group{text-align:center!important;border-left:1px solid #e8eaef;color:#4b5563}.scr-h-sub{font-weight:500;font-size:11px}.scr-col-lo{border-left:1px solid #f0f1f4}.scr-mm{white-space:nowrap}.scr-mm-sep{margin:0 5px;color:#c2c6ce}.scr-mm-live span{color:#9aa0ab;border-bottom:1px dotted #c8ccd4}.scr-pending{color:#a0a5ae;font-size:12px}.scr-elapsed{margin:14px 0 4px;font-size:13px;color:#4b5563}.scr-elapsed strong{color:#1f2937}.scr-split{background:#fffaf0}.scr-split-tag{margin-left:6px;padding:1px 6px;border-radius:8px;font-size:10.5px;font-weight:700;color:#9c6b00;background:#fff3d6;vertical-align:middle}.scr-bench-row td{background:#fafbfc}.scr-stat-table tbody tr.scr-picked{background:#eef3ff}.scr-footer{padding:12px 22px;border-top:1px solid #e8eaef;background:#fff;font-size:11.5px;color:#9aa0aa}
