:root{--bg: #0a1018;--surface: #131c29;--border: #2a3a51;--text: #e6edf8;--muted: #9fb0c8;--accent: #63b0ff;--ok: #2ac184;--warn: #d7a94f;--bad: #d06a74;--radius: 12px;--shadow: 0 6px 18px rgba(0, 0, 0, .35);--widget-min-width: 480px;--widget-max-width: 760px}.tabular-nums{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:radial-gradient(1200px 700px at 8% -15%,rgba(99,176,255,.08),transparent 50%),radial-gradient(1000px 600px at 110% 0%,rgba(42,193,132,.06),transparent 50%),var(--bg);position:relative;overflow:auto}.bg-orb{display:none}.orb-1{width:220px;height:220px;top:12%;left:-40px;background:#5f6fff}.orb-2{width:280px;height:280px;top:58%;right:-90px;background:#17dfbe}.orb-3{width:180px;height:180px;top:76%;left:32%;background:#ed5cbd}.app-shell{max-width:2000px;margin:0 auto;padding:18px 24px 28px;position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;gap:14px}.glass{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.topbar{padding:12px 18px;position:sticky;top:0;z-index:8;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:12px;background:linear-gradient(180deg,#162132,#111b2a);border-color:#334662}.topbar h1{margin:0;min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(1.02rem,1.45vw,1.32rem);letter-spacing:.05em;text-transform:uppercase}.topbar-title-block{display:flex;flex-direction:column;gap:3px}.topbar-subtitle{margin:0;color:var(--muted);font-size:.74rem;letter-spacing:.05em;text-transform:uppercase}.topbar-actions{display:inline-flex;flex-shrink:0;align-items:center;gap:8px}.topbar-chip{padding:6px 10px;border:1px solid rgba(98,230,247,.35);border-radius:999px;color:var(--muted);font-size:.82rem}.topbar-btn{width:auto}.icon-btn{border:1px solid var(--border);border-radius:10px;background:#172338;color:var(--text);cursor:pointer;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.topbar-icon-btn{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem}.health-strip{padding:10px 16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;color:var(--muted);font-size:.85rem}.workspace{min-height:calc(100vh - 140px)}.command-strip{padding:10px 14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr)) minmax(220px,1.4fr);gap:10px;background:linear-gradient(180deg,#152132,#111a27);border-color:#30455f}.command-kpi{border:1px solid #2a3f59;border-radius:10px;background:#101926;padding:8px 10px;display:flex;flex-direction:column;gap:4px}.command-kpi-wide{min-width:0}.kpi-label{color:var(--muted);font-size:.72rem;letter-spacing:.04em;text-transform:uppercase}.kpi-value{color:var(--text);font-size:.95rem;font-weight:700;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.kpi-value.warn{color:#f0cc8a}.kpi-value.bad{color:#f2a0aa}.kpi-time{white-space:nowrap}.panel{padding:14px}.control-list{display:flex;flex-direction:column;gap:10px}.control-row{display:flex;justify-content:space-between;align-items:center;gap:10px}.control-row label{display:flex;align-items:center;gap:8px;color:var(--text);font-size:.88rem}.toggle-row{display:flex;justify-content:space-between;align-items:center;gap:10px;color:var(--text);font-size:.88rem}.row-actions{display:inline-flex;gap:6px}.mini-btn,.primary-btn,.ghost-btn{border:1px solid var(--border);border-radius:10px;background:#182131;color:var(--text);padding:4px 10px;font-size:.78rem;cursor:pointer}.mini-btn.active{border-color:#4aa3ffcc;color:var(--accent)}.primary-btn{width:100%;background:#1b3f66}.ghost-btn{width:100%}.side-actions{margin-top:12px;display:flex;flex-direction:column;gap:8px}.main-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--widget-min-width)),var(--widget-max-width)));justify-content:start;gap:28px;align-content:start}.density-compact .main-grid{gap:22px;--widget-min-width: 420px;--widget-max-width: 700px}.density-normal .main-grid{gap:28px;--widget-min-width: 480px;--widget-max-width: 820px}.density-spacious .main-grid{gap:34px;--widget-min-width: 520px;--widget-max-width: 820px}.widget-card{--widget-max-height: min(92vh, 1000px);min-height:340px;max-height:var(--widget-max-height);width:100%;max-width:var(--widget-max-width);display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#121c2b,#101926);border-color:#30445f}.widget-card>.widget-body{flex:1;min-height:0;min-width:0}.widget-card>.widget-body.model-1-widget,.widget-card>.widget-body.model-3-widget{overflow:hidden;overflow-x:hidden;overflow-y:hidden;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.widget-card>.widget-body.model-1-widget::-webkit-scrollbar,.widget-card>.widget-body.model-3-widget::-webkit-scrollbar{width:0;height:0}.widget-card>.widget-body.model-2-widget{overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;scrollbar-width:none;-ms-overflow-style:none}.widget-card>.widget-body.model-2-widget::-webkit-scrollbar{width:0;height:0}.widget-card .model3-quote-table-wrap{scrollbar-width:none;-ms-overflow-style:none}.widget-card .model3-quote-table-wrap::-webkit-scrollbar{width:0;height:0}.widget-card.widget-emphasis{border-color:#d7a94f8c;box-shadow:0 10px 24px #0000006b}.widget-header{flex-shrink:0;display:flex;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #233347}.widget-header h2{margin:0;font-size:1.06rem}.widget-title-row{display:inline-flex;align-items:center;gap:8px}.widget-meta{margin:4px 0 0;color:var(--muted);font-size:.74rem;letter-spacing:.04em;text-transform:uppercase}.widget-health{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:6px}.widget-settings-btn{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;border-radius:8px;background:#152032}.title-settings-btn{width:28px;height:28px;font-size:.85rem}.widget-pin-btn{width:28px;height:28px;color:#8fa1ba;background:#142030;border-color:#2b3d55;line-height:1}.widget-pin-icon{display:block}.widget-pin-btn.pinned{border-color:#63b0ff7a;color:#b9d8ff;background:#63b0ff1f;box-shadow:inset 0 0 0 1px #63b0ff2e}.widget-settings-btn:hover{border-color:#4aa3ffbf;color:var(--accent);background:#1a2b42}.widget-pin-btn:hover{border-color:#63b0ff61;color:#b9d8ff;background:#63b0ff14}.widget-health .status-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #334760;border-radius:999px;padding:2px 9px;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.status-chip.connected{color:#8be2b9;background:#1fbe7a29;border-color:#1fbe7a73}.status-chip.warn{color:#e8ca84;background:#d7a33229;border-color:#d7a33273}.status-chip.error{color:#f1a0a5;background:#d25f6829;border-color:#d25f6880}.status-chip.connecting,.status-chip.reconnecting{color:#8cc7ff;background:#4aa3ff29;border-color:#4aa3ff73}.widget-stats-row{margin-top:0;display:inline-flex;align-items:center;gap:7px;font-size:.73rem;color:var(--muted);letter-spacing:.02em}.widget-stats-row .value{color:var(--text);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.widget-body{display:flex;flex-direction:column;gap:12px}.widget-body.model-1-widget{min-width:0}.widget-card>.widget-body.model-1-widget{overflow-x:visible}.widget-body.model-1-widget>.widget-subpanel:not(.model1-table){flex-shrink:0}.widget-body.model-1-widget>.model1-table{flex:1;min-height:0;display:flex;flex-direction:column}.model1-table .panel-header{flex-shrink:0}.widget-body.model-2-widget>.widget-subpanel:not(.model2-table){flex-shrink:0}.widget-body.model-2-widget>.model2-table{flex:1;min-height:0;display:flex;flex-direction:column}.model2-table .panel-header{flex-shrink:0}.status-row{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.84rem;margin-top:2px}.status-dot{width:10px;height:10px;border-radius:999px;background:var(--warn);box-shadow:0 0 0 3px #ffbe4533}.status-dot.connected{background:var(--ok);box-shadow:0 0 0 3px #3de2a440}.status-dot.error{background:var(--bad);box-shadow:0 0 0 3px #ff6f913d}.panel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.panel-header h2{margin:0;font-size:1.05rem}.panel-header h3{margin:0;font-size:.9rem;letter-spacing:.03em;text-transform:uppercase}.panel-header span{color:var(--muted);font-size:.86rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scenario-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-height:84px}.field-card{background:#152131;border:1px solid #283950;border-radius:14px;padding:11px 12px}.scenario-grid .field-card,.model2-top-grid .field-card{min-height:70px;display:flex;flex-direction:column}.scenario-card{min-height:56px;padding:10px 12px;text-align:center}.scenario-card-single{grid-column:1 / -1}.scenario-grid-reason{display:flex;align-items:center;justify-content:center}.scenario-reason-text{text-align:center;font-size:1.18rem;font-weight:700;color:var(--text);max-width:92%;word-break:break-word}.field-label{display:block;color:var(--muted);font-size:.78rem;margin-bottom:5px;line-height:1.2}.field-value{font-size:.96rem;font-weight:600;word-break:break-word;margin-top:auto}.field-value-stack{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.field-subvalue{color:var(--muted);font-size:.8rem;font-weight:500}.model2-inline-age{margin-left:6px;color:var(--muted);font-size:.84rem;font-weight:500}.model2-multiline-value{display:flex;flex-direction:column;align-items:flex-start;gap:3px;text-align:left}.model2-multiline-line{display:block;width:100%}.model2-full-row-card .model2-multiline-value{align-items:center;text-align:center}.model2-arbitrage-joined{white-space:normal}.scenario-card .field-label{font-size:.78rem;text-align:left;margin-bottom:8px}.scenario-card .field-value{font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;min-height:24px;width:100%;text-align:center}.model2-top-grid,.model2-mid-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.model2-full-row-card{grid-column:1 / -1}.model2-top-grid .field-card.model2-full-row-card{justify-content:center}.model2-full-row-card .field-value{display:block;width:100%;text-align:center;margin-top:0}.model2-top-grid .field-card:not(.model2-full-row-card){justify-content:center}.model2-top-grid .field-card:not(.model2-full-row-card) .field-value{display:flex;flex-wrap:wrap;justify-content:center;align-items:baseline;text-align:center;width:100%;margin-top:0}.model2-top-grid .field-card:not(.model2-full-row-card) .field-value.model2-bid-ask-value{line-height:1.35;align-items:center;align-content:center;min-height:calc(2.7em + 3px)}.model2-top-grid .field-card:not(.model2-full-row-card) .field-value .model2-multiline-value{align-items:center;text-align:center;width:100%}.model2-top-grid .field-card:not(.model2-full-row-card) .model2-multiline-line{text-align:center}.model2-table.compact-table table th,.model2-table.compact-table table td{vertical-align:middle}.model2-table.compact-table table th:nth-child(1),.model2-table.compact-table table td:nth-child(1){width:3.75rem;min-width:0;max-width:3.75rem;white-space:nowrap;font-variant-numeric:tabular-nums}.model2-table.compact-table table td.model2-history-live-id-cell{overflow:hidden;text-overflow:ellipsis}.model2-table.compact-table table th:nth-child(2),.model2-table.compact-table table td:nth-child(2){width:7rem;min-width:7rem;white-space:nowrap}.model2-table.compact-table table th:nth-child(3),.model2-table.compact-table table td:nth-child(3){width:5rem;min-width:5rem;white-space:nowrap}.model2-table.compact-table table th:nth-child(4),.model2-table.compact-table table td:nth-child(4){width:3rem;min-width:3rem;white-space:nowrap;text-align:left}.model2-table.compact-table table th:nth-child(5),.model2-table.compact-table table td:nth-child(5),.model2-table.compact-table table th:nth-child(6),.model2-table.compact-table table td:nth-child(6){width:8rem;min-width:7.75rem;white-space:nowrap}.raw-quotes-table .table-wrap{overflow-x:auto;scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.55) rgba(12,20,32,.85);overscroll-behavior-x:contain}.raw-quotes-table .table-wrap.raw-quotes-body-scroll{max-height:9.25rem;overflow-y:auto;overflow-x:auto;overscroll-behavior:contain}.raw-quotes-table .table-wrap::-webkit-scrollbar{width:10px;height:10px}.raw-quotes-table .table-wrap::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.raw-quotes-table .table-wrap::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.raw-quotes-table .table-wrap::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.raw-quotes-table table.raw-quotes-grid{width:100%;min-width:560px;table-layout:fixed}.raw-quotes-table table.raw-quotes-grid th,.raw-quotes-table table.raw-quotes-grid td{vertical-align:middle;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;overflow-wrap:normal;word-break:normal}.raw-quotes-table td.empty-state{white-space:normal}.raw-quotes-table .raw-quotes-id-cell{width:4rem;min-width:3.75rem;max-width:5rem;font-variant-numeric:tabular-nums;text-align:left}.raw-quotes-table .raw-quotes-time-cell{width:9.25rem;min-width:8.75rem;max-width:9.75rem;font-variant-numeric:tabular-nums;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.8rem}.raw-quotes-table .raw-quotes-broker-cell{white-space:nowrap;overflow:hidden;word-break:normal;overflow-wrap:normal}.raw-quotes-table .raw-quotes-broker-line{display:flex;flex-direction:row;align-items:baseline;gap:.3em;min-width:0;line-height:1.35;overflow:hidden}.raw-quotes-table .raw-quotes-broker-shop{flex:0 0 auto;font-weight:400;font-size:inherit;color:inherit;white-space:nowrap}.raw-quotes-table .raw-quotes-broker-sep{flex:0 0 auto;color:var(--muted);opacity:.65;font-weight:500;-webkit-user-select:none;user-select:none}.raw-quotes-table .raw-quotes-broker-sender{flex:1 1 0;min-width:0;font-size:.78rem;font-weight:400;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.raw-quotes-table table.raw-quotes-grid thead th:nth-child(4),.raw-quotes-table table.raw-quotes-grid td.raw-quotes-source-cell{width:auto;min-width:10rem;max-width:none}.raw-quotes-table table.raw-quotes-grid thead th:nth-child(5),.raw-quotes-table table.raw-quotes-grid thead th:nth-child(6),.raw-quotes-table table.raw-quotes-grid td:nth-child(5),.raw-quotes-table table.raw-quotes-grid td:nth-child(6){width:4rem;min-width:4rem;max-width:4rem;box-sizing:border-box;text-align:right}.raw-quotes-table .raw-quotes-price-cell{font-variant-numeric:tabular-nums}.model1-table{min-height:0;min-width:0;width:100%;max-width:100%;--model1-recent-table-min-width: 776px;--m1-history-row-est: 2.45rem;--m1-history-min-visible: calc(5 * var(--m1-history-row-est))}.model1-table .table-wrap.model1-history-table-frame{flex:1;min-height:var(--m1-history-min-visible);max-height:none;min-width:0;width:100%;max-width:100%;display:flex;flex-direction:column;overflow:hidden}.model1-table .model1-history-table-scroll{flex:1;min-height:0;overflow-x:auto;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.55) rgba(12,20,32,.85);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.model1-table .model1-history-table-scroll::-webkit-scrollbar{width:10px;height:10px}.model1-table .model1-history-table-scroll::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.model1-table .model1-history-table-scroll::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.model1-table .model1-history-table-scroll::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.model1-table .table-wrap.model1-history-table-frame.model1-recent-has-rows table{width:max(100%,var(--model1-recent-table-min-width));min-width:var(--model1-recent-table-min-width)}.model1-table .table-wrap.model1-history-table-frame:not(.model1-recent-has-rows) table{width:100%}.model1-table table{border-collapse:separate;border-spacing:0;table-layout:fixed}.model1-table thead th,.model1-table tbody td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;overflow-wrap:normal;word-break:normal;vertical-align:middle}.model1-table thead th{padding:6px 10px;line-height:1.25}.model1-table td.empty-state{white-space:normal;overflow:visible;text-overflow:clip}.model1-table .sender-cell{max-width:none}.model2-table .table-wrap.model2-history-table-frame{flex:1;min-height:0;max-height:none;min-width:0;display:flex;flex-direction:column;overflow:hidden}.model2-table .model2-history-table-scroll{flex:1;min-height:0;overflow-x:auto;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.55) rgba(12,20,32,.85);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.model2-table .model2-history-table-scroll::-webkit-scrollbar{width:10px;height:10px}.model2-table .model2-history-table-scroll::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.model2-table .model2-history-table-scroll::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.model2-table .model2-history-table-scroll::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.model2-table table{table-layout:auto}.model2-table .model2-history-table-scroll table{table-layout:fixed;width:100%}.metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.metric-card{padding:10px 12px;border-radius:14px;border:1px solid #304661;background:#152131;text-align:center}.metric-label{display:block;color:#b9c7db;font-size:.76rem;text-align:left}.metric-value{margin-top:4px;font-size:1rem;font-weight:800;text-align:center}.table-wrap{overflow:auto;border-radius:14px;border:1px solid #2f435d;max-height:230px;background:#0f1825}table{width:100%;border-collapse:collapse;font-size:.74rem;table-layout:fixed}.compact-table table th:nth-child(1),.compact-table table td:nth-child(1){width:70px;white-space:nowrap;overflow-wrap:normal;word-break:normal}.compact-table table th:nth-child(2),.compact-table table td:nth-child(2){width:170px}.compact-table table th:nth-child(3),.compact-table table td:nth-child(3){width:170px}.compact-table table th:nth-child(4),.compact-table table td:nth-child(4){width:120px}.compact-table table th:nth-child(5),.compact-table table td:nth-child(5){width:36%}.compact-table table th:nth-child(6),.compact-table table td:nth-child(6),.compact-table table th:nth-child(7),.compact-table table td:nth-child(7),.compact-table table th:nth-child(8),.compact-table table td:nth-child(8){width:72px}.raw-quotes-table.compact-table table.raw-quotes-grid th:nth-child(3),.raw-quotes-table.compact-table table.raw-quotes-grid td:nth-child(3){width:11.75rem;min-width:10.75rem;max-width:14.5rem}.model1-table.compact-table table th:nth-child(1),.model1-table.compact-table table td:nth-child(1){width:8%;min-width:70px}.model1-table.compact-table table th:nth-child(2),.model1-table.compact-table table td:nth-child(2){width:17%;min-width:200px}.model1-table.compact-table table th:nth-child(3),.model1-table.compact-table table td:nth-child(3){width:10%;min-width:50px}.model1-table.compact-table table th:nth-child(4),.model1-table.compact-table table td:nth-child(4){width:14%;min-width:158px}.model1-table.compact-table table th:nth-child(5),.model1-table.compact-table table td:nth-child(5){width:27%;min-width:90px}.model1-table.compact-table table th:nth-child(6),.model1-table.compact-table table td:nth-child(6),.model1-table.compact-table table th:nth-child(7),.model1-table.compact-table table td:nth-child(7),.model1-table.compact-table table th:nth-child(8),.model1-table.compact-table table td:nth-child(8){width:8%;min-width:52px}.c9-history-ledger.model1-table{--model1-recent-table-min-width: max(100%, 28rem)}.c9-history-ledger.model1-table.compact-table table{width:100%}.c9-history-ledger.model1-table.compact-table col.c9-col-ts{width:5rem}.c9-history-ledger.model1-table.compact-table col.c9-col-speaker{width:8rem}.c9-history-ledger.model1-table.compact-table col.c9-col-period{width:6rem}.c9-history-ledger.model1-table.compact-table col.c9-col-price{width:4rem}.c9-history-ledger.model1-table.compact-table col.c9-col-source{width:auto;min-width:0}.c9-history-ledger.model1-table.compact-table table th:nth-child(1),.c9-history-ledger.model1-table.compact-table table td:nth-child(1){width:5rem;min-width:5rem;max-width:5rem;box-sizing:border-box}.c9-history-ledger.model1-table.compact-table table th:nth-child(2),.c9-history-ledger.model1-table.compact-table table td:nth-child(2){width:8rem;min-width:8rem;max-width:8rem;box-sizing:border-box}.c9-history-ledger.model1-table.compact-table table th:nth-child(3),.c9-history-ledger.model1-table.compact-table table td:nth-child(3){width:auto;min-width:0;max-width:none}.c9-history-ledger.model1-table.compact-table table th:nth-child(4),.c9-history-ledger.model1-table.compact-table table td:nth-child(4){width:6rem;min-width:6rem;max-width:6rem;box-sizing:border-box}.c9-history-ledger.model1-table.compact-table table th:nth-child(5),.c9-history-ledger.model1-table.compact-table table td:nth-child(5),.c9-history-ledger.model1-table.compact-table table th:nth-child(6),.c9-history-ledger.model1-table.compact-table table td:nth-child(6),.c9-history-ledger.model1-table.compact-table table th:nth-child(7),.c9-history-ledger.model1-table.compact-table table td:nth-child(7){width:4rem;min-width:4rem;max-width:4rem;box-sizing:border-box;text-align:right}.c9-history-ledger.model1-table.compact-table table td:nth-child(2).sender-cell{width:8rem;min-width:8rem;max-width:none}.c9-history-ledger.model1-table.compact-table table td:nth-child(3).source-line-cell{min-width:0}.c9-transcriptions-ledger.model1-table{--model1-recent-table-min-width: max(100%, 22rem)}.c9-transcriptions-ledger.model1-table.compact-table table thead th,.c9-transcriptions-ledger.model1-table.compact-table table tbody td{white-space:normal;overflow:visible;text-overflow:clip;word-break:break-word;vertical-align:top}.c9-transcriptions-ledger.model1-table.compact-table col.c9-tx-col-received{width:6rem}.c9-transcriptions-ledger.model1-table.compact-table col.c9-tx-col-body{width:auto;min-width:0}.c9-transcriptions-ledger.model1-table.compact-table table th:nth-child(1),.c9-transcriptions-ledger.model1-table.compact-table table td:nth-child(1){width:6rem;min-width:6rem;max-width:6rem;box-sizing:border-box}.c9-transcriptions-ledger.model1-table.compact-table table th:nth-child(2),.c9-transcriptions-ledger.model1-table.compact-table table td:nth-child(2){width:auto;min-width:0;max-width:none;box-sizing:border-box;overflow:hidden}.c9-tx-received-stack{display:flex;flex-direction:column;gap:4px;min-width:0}.c9-tx-time{font-variant-numeric:tabular-nums;font-weight:600;line-height:1.2}.c9-tx-speaker-line{font-size:.68rem;color:var(--muted);line-height:1.2;word-break:break-word}.c9-tx-speaker-line--last{color:#d6deea;font-weight:500}.c9-tx-cell-body{overflow:hidden;min-width:0;max-width:100%}.c9-tx-body-stack{display:flex;flex-direction:column;align-items:stretch;gap:6px;min-width:0}.c9-tx-body-line{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;min-height:1.35rem;line-height:1.25}.c9-tx-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 6px;border-radius:6px;font-size:.62rem;font-weight:700;letter-spacing:.04em;text-transform:none;flex-shrink:0;line-height:1.25;min-height:1.25rem;box-sizing:border-box}.c9-tx-badge--nemo{background:#3fb08c47;color:#9fe6cf}.c9-tx-badge--qwen{background:#7896ff42;color:#c6d4ff}.c9-tx-text-clamp{flex:1;min-width:0;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:clip}thead{background:#182638}thead th{position:sticky;top:0;z-index:2;background:#182638;color:#d6deea;font-weight:600;font-size:.7rem;letter-spacing:.03em;text-transform:uppercase}.compact-table:not(.raw-quotes-table) thead th{text-transform:none;letter-spacing:.01em}.raw-quotes-table thead th{text-transform:none;letter-spacing:.01em}th,td{padding:10px 11px;text-align:left;border-bottom:1px solid #1f2a3b;vertical-align:top;overflow-wrap:anywhere;word-break:break-word}tbody tr:hover{background:#1a2b41}.table-wrap tbody tr{cursor:pointer}.table-row-selected{background:#203a5a}.table-row-selected:hover{background:#27456b}.number-cell{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.sender-cell{width:90px;max-width:90px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model1-table.compact-table table td:nth-child(4).sender-cell{width:14%;min-width:158px;max-width:none}.source-line-cell{line-height:1.35}.model1-table .source-line-cell{line-height:inherit}.empty-state{color:var(--muted)}.drawer-backdrop{position:fixed;inset:0;background:#03060ca8;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:30;display:flex;justify-content:flex-end}.drawer-panel{width:min(500px,96vw);height:100%;border-radius:0;border-right:0;border-top:0;border-bottom:0;padding:0 18px 18px;overflow:auto;background:#101926;border-left:1px solid #2b3a4f}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;position:sticky;top:0;padding-top:20px;padding-bottom:10px;background:linear-gradient(to bottom,#101926 85%,#10192600);z-index:2}.drawer-header h2{margin:0;font-size:1.1rem}.drawer-subtitle{margin:5px 0 0;color:var(--muted);font-size:.8rem}.drawer-section{margin-bottom:16px}.drawer-section-card{border:1px solid #2a3e59;border-radius:10px;background:#122031;padding:12px}.drawer-section h3{margin:0 0 10px;font-size:.88rem;color:#9bc8ff;letter-spacing:.03em;text-transform:uppercase}.drawer-section .toggle-row{border:1px solid #233247;border-radius:8px;background:#172435;padding:8px 10px;margin-bottom:8px}.drawer-section .control-row{border:1px solid #233247;border-radius:8px;background:#172435;padding:8px 10px}.field-row{display:grid;grid-template-columns:1fr 130px;align-items:center;gap:8px;margin-bottom:8px;font-size:.88rem}.field-row input,.field-row select{width:100%;background:#192739;color:var(--text);border:1px solid #2d3b52;border-radius:8px;padding:6px 8px}.drawer-footer{margin-top:14px}.drawer-close-btn{width:32px;height:32px;font-size:1.1rem;line-height:1}.drawer-danger-btn{border-color:#d25f688c;color:#f1a0a5;background:#d25f6824}.empty-workspace{max-width:440px}.empty-workspace h2{margin:0 0 8px}.empty-workspace p{margin:0 0 14px;color:var(--muted)}.widget-body.model-3-widget{min-height:0;min-width:0}.widget-body.model-3-widget>.widget-subpanel:not(.model3-history){flex-shrink:0}.widget-body.model-3-widget>.model3-history{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;--m3-history-row-est: 2.45rem;--m3-history-min-visible: calc(5 * var(--m3-history-row-est))}.model3-history .panel-header{flex-shrink:0}.model3-main .panel-header span,.model2-arb-main.model3-main .panel-header span{font-variant-numeric:tabular-nums}.model2-arb-strip.model3-event-anchor{background:linear-gradient(135deg,#d7a94f1a,#152131eb 55%);border-color:#d7a94f52}.model2-arb-strip .model3-anchor-accent{background:linear-gradient(180deg,var(--warn),#e8a32e)}.model2-arb-chip{font-size:.72rem;font-weight:700;text-transform:capitalize;letter-spacing:.08em;padding:4px 10px;border-radius:999px;background:#d7a94f33;border:1px solid rgba(215,169,79,.48);color:#e8ca84}.model2-arb-spread-line{white-space:normal;word-break:break-word;line-height:1.3;max-width:100%}.model3-event-anchor{position:relative;display:flex;gap:12px;margin-bottom:14px;padding:14px 14px 14px 0;background:linear-gradient(135deg,#4aa3ff14,#152131eb 55%);border:1px solid rgba(74,163,255,.22);border-radius:14px;overflow:hidden}.model3-anchor-accent{width:4px;flex-shrink:0;border-radius:0 4px 4px 0;background:linear-gradient(180deg,var(--ok),#4aa3ff);opacity:.95}.model3-anchor-body{flex:1;min-width:0}.model3-anchor-top{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:6px}.model3-instrument{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:1.15rem;font-weight:700;letter-spacing:.02em;color:var(--text)}.model3-badge{display:inline-block;box-sizing:border-box;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:999px;line-height:1.2;border:1px solid transparent}.model3-badge--exec{background:#7894ba29;border-color:#7894ba6b;color:#b8c9e6}.model3-badge--settlement{background:#ffbe452e;border-color:#ffbe4573;color:#ffd28a}.quote-channel-logo-img{display:inline-block;width:1.375rem;height:1.375rem;flex-shrink:0;vertical-align:middle;object-fit:contain;object-position:center;transform-origin:center center}.quote-channel-logo-img--wa{transform:scale(.85)}.quote-channel-logo-img--c9{transform:scale(.96);filter:brightness(1.32) contrast(1.06) saturate(1.08)}.model3-badge--channel-unknown{background:#ffffff0f;border-color:#ffffff1f;color:var(--muted)}.model3-anchor-price-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:12px 16px}.model3-trade-price{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:1.45rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text)}.model3-anchor-meta{font-size:.86rem;color:var(--muted)}.model3-anchor-sender-with-channel{display:inline-flex;align-items:center;gap:.35rem}.model3-anchor-sender-text{white-space:nowrap}.model3-anchor-meta-channel-only{display:inline-flex;align-items:center}.model3-book-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.model3-book-panel{display:flex;flex-direction:column;min-width:0;min-height:0;border-radius:14px;padding:10px 10px 8px;border:1px solid #283950}.model3-book-panel>.model3-book-empty{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center}.model3-book-bids{background:#3de2a40f;border-color:#3de2a447}.model3-book-asks{background:#ff6f910f;border-color:#ff6f9147}.model3-book-head{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding:0 2px}.model3-book-head h4{margin:0;font-size:.78rem;font-weight:700;letter-spacing:.04em;text-transform:capitalize;color:var(--muted)}.model3-count-pill{font-size:.72rem;font-weight:700;font-variant-numeric:tabular-nums;padding:2px 8px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text)}.model3-book-empty{padding:18px 12px;text-align:center;font-size:.88rem;color:var(--muted);border-radius:10px;background:#0000001f}.model3-quote-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.model3-quote-table{width:100%;border-collapse:collapse;font-size:.84rem}.model3-quote-table th{text-align:left;font-size:.68rem;font-weight:700;text-transform:capitalize;letter-spacing:.04em;color:var(--muted);padding:6px 8px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.model3-quote-table td{padding:8px;border-bottom:1px solid rgba(255,255,255,.05);vertical-align:middle}.model3-quote-table tbody tr:hover{background:#ffffff0a}.model3-shop{max-width:104px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.model3-quote-table td.model3-shop-with-logo-cell{max-width:11rem;overflow:visible}.model3-shop-with-channel{display:flex;align-items:center;min-width:0;width:100%}.model3-shop-with-channel--m2,.model3-shop-with-channel--m3{gap:0}.model3-shop-with-channel .model3-shop-name{display:block;flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.model3-quote-table th.model3-col-price,.model3-quote-table th.model3-col-age{text-align:right}.model3-col-price{text-align:right;font-variant-numeric:tabular-nums;font-weight:600}.model3-col-age{text-align:right;white-space:nowrap}.model3-inline-age{color:var(--muted);font-size:.82rem;font-weight:500;font-variant-numeric:tabular-nums}.model3-empty-hero{min-height:100px;padding:20px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;border-radius:14px;border:1px dashed rgba(255,255,255,.12);background:#00000026}.model3-empty-hero p{margin:0;color:var(--text);font-weight:600}.model3-history .table-wrap.model3-history-table-frame{flex:1 1 auto;min-height:var(--m3-history-min-visible);min-width:0;max-height:none;display:flex;flex-direction:column;overflow:hidden}.model3-history .model3-history-table-scroll{flex:1 1 auto;min-height:0;max-height:none;overflow-x:auto;overflow-y:scroll;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.55) rgba(12,20,32,.85);overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.model3-history .model3-history-table-scroll::-webkit-scrollbar{width:10px;height:10px}.model3-history .model3-history-table-scroll::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.model3-history .model3-history-table-scroll::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.model3-history .model3-history-table-scroll::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.model3-history table tbody tr{cursor:pointer}.model3-history table tbody tr:focus-visible{outline:2px solid rgba(74,163,255,.7);outline-offset:-2px}.model3-history .model3-history-source-line{max-width:100%;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.model3-history .model3-history-id{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-variant-numeric:tabular-nums}.model3-history .model3-history-time{white-space:nowrap;font-variant-numeric:tabular-nums}.model3-history.compact-table table{--m3h-id: 5.1rem;--m3h-received: 5.6rem;--m3h-price: 3.9rem;--m3h-count: 2.9rem;--m3h-source-min: 7.5rem;table-layout:fixed;width:100%;min-width:calc(var(--m3h-id) + var(--m3h-received) + var(--m3h-price) * 3 + var(--m3h-count) * 2 + var(--m3h-source-min));max-width:none}.model3-history.compact-table table th:nth-child(1),.model3-history.compact-table table td:nth-child(1){width:var(--m3h-id);min-width:var(--m3h-id);max-width:var(--m3h-id);box-sizing:border-box}.model3-history.compact-table table th:nth-child(2),.model3-history.compact-table table td:nth-child(2){width:var(--m3h-received);min-width:var(--m3h-received);max-width:var(--m3h-received);box-sizing:border-box}.model3-history.compact-table table th:nth-child(3),.model3-history.compact-table table td:nth-child(3){width:auto;min-width:var(--m3h-source-min);overflow:hidden;box-sizing:border-box}.model3-history.compact-table table th:nth-child(4),.model3-history.compact-table table td:nth-child(4),.model3-history.compact-table table th:nth-child(5),.model3-history.compact-table table td:nth-child(5),.model3-history.compact-table table th:nth-child(6),.model3-history.compact-table table td:nth-child(6){text-align:right;width:var(--m3h-price);min-width:var(--m3h-price);max-width:var(--m3h-price);font-variant-numeric:tabular-nums;box-sizing:border-box}.model3-history.compact-table table th:nth-child(7),.model3-history.compact-table table td:nth-child(7),.model3-history.compact-table table th:nth-child(8),.model3-history.compact-table table td:nth-child(8){width:var(--m3h-count);min-width:var(--m3h-count);max-width:var(--m3h-count);white-space:nowrap;text-align:right;font-variant-numeric:tabular-nums;box-sizing:border-box}@media(max-width:1140px){.main-grid{--widget-min-width: 380px;--widget-max-width: 680px}}@media(max-width:760px){.app-shell{padding:14px}.main-grid{grid-template-columns:1fr;--widget-min-width: 280px;--widget-max-width: 100%}.field-grid,.model2-top-grid,.model2-mid-grid,.model3-book-grid{grid-template-columns:1fr}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.command-strip{grid-template-columns:1fr 1fr}.field-row{grid-template-columns:1fr}}.model-1-widget.m1-fm-layout{container-type:inline-size;container-name:m1widget}.model-1-widget.m1-fm-layout.m1-fm-layout--with-main{display:flex;flex-direction:column;gap:14px}.model-1-widget.m1-fm-layout .m1-main{display:flex;flex-direction:column;gap:14px;flex-shrink:0;min-width:0}.m1-hero-wrap{margin-bottom:0}.m1-scenario-hero-header.panel-header{margin-bottom:10px}.m1-scenario-hero-header .m1-as-of-time{color:var(--muted);font-size:.86rem}.m1-hero-card{position:relative;border-radius:14px;border:1px solid #2c3f58;background:linear-gradient(165deg,#141f30,#101a28);padding:12px 14px;overflow:hidden}.m1-hero-accent{position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(180deg,#5b8cc9,#3d6a9e 55%,#2a4a6e);border-radius:3px 0 0 3px}.m1-hero-card-surface{position:relative;z-index:0;padding-left:8px;display:flex;flex-direction:column;justify-content:flex-start}.m1-hero-card-surface--kpi{min-height:0}.m1-hero-card-surface--reason{min-height:162px;justify-content:center}.m1-hero-reason{padding:8px 12px;text-align:center;font-size:1.05rem;font-weight:650;line-height:1.4;color:var(--text)}.m1-kpi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding-left:0;align-content:start}.m1-kpi-cell{border-radius:12px;border:1px solid #2a3d56;background:#0a121c8c;padding:11px 12px;min-height:76px;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px}.m1-kpi-label{font-size:.7rem;font-weight:600;letter-spacing:.04em;text-transform:capitalize;color:#8fa6bf;line-height:1.25;width:100%;text-align:left;align-self:flex-start}.m1-kpi-value{font-size:1.05rem;font-weight:700;font-variant-numeric:tabular-nums;color:var(--text);line-height:1.25;word-break:break-word;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;margin-top:auto}.m1-low-n-banner{margin-top:12px;margin-bottom:10px;margin-left:8px;padding:9px 11px;border-radius:8px;font-size:.74rem;line-height:1.4;color:#e8d9b0;background:#d7a94f1f;border:1px solid rgba(215,169,79,.35)}.m1-probability-wrap{--m1-horizon-flat: #5f6b78;--m1-horizon-down: color-mix(in srgb, var(--bad) 42%, #0b1018 58%);--m1-horizon-up: color-mix(in srgb, var(--ok) 38%, #081411 62%)}.m1-prob-header.panel-header{margin-bottom:12px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:14px;flex-wrap:wrap}.m1-prob-header-left{flex:1;min-width:0}.m1-prob-title{margin:0;font-size:.82rem;font-weight:650;letter-spacing:.04em;color:#c5d8ee}.m1-prob-sample-line{margin:5px 0 0;padding:0;font-size:.72rem;font-weight:500;letter-spacing:.02em;line-height:1.35;color:var(--muted)}.m1-prob-header-right{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px 18px;flex-shrink:0;padding-top:2px}.m1-stack-legend--header{margin:0;font-size:.68rem;font-weight:600;letter-spacing:.04em;color:#9eb0c8}.m1-stack-legend-items{display:flex;flex-wrap:wrap;gap:14px 18px}.m1-stack-legend-item{display:inline-flex;align-items:center;gap:6px}.m1-stack-legend-swatch{width:10px;height:10px;border-radius:2px;flex-shrink:0}.m1-stack-legend-swatch--down{background:var(--m1-horizon-down);box-shadow:inset 0 1px #ffffff12}.m1-stack-legend-swatch--flat{background:var(--m1-horizon-flat);box-shadow:inset 0 1px #ffffff0f}.m1-stack-legend-swatch--up{background:var(--m1-horizon-up);box-shadow:inset 0 1px #ffffff14}.m1-probability-stack{display:flex;flex-direction:column;gap:12px}.m1-stack-row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px 12px;align-items:center;overflow:visible;min-height:48px}.m1-stack-horizon{padding-top:0;font-size:.74rem;font-weight:700;color:#9eb6d4;text-align:right;line-height:1.2}.m1-stack-bar-col{min-width:0;display:flex;flex-direction:column;gap:4px;justify-content:center;overflow:visible;min-height:calc(26px + 1.35em)}.m1-stack-track{display:flex;flex-direction:row;height:22px;border-radius:6px;overflow:hidden;border:1px solid rgba(35,50,70,.95);background:#060a1099}.m1-stack-track--empty{align-items:center;justify-content:center;height:22px;background:#ffffff0a}.m1-stack-empty{color:var(--muted);font-size:.85rem}.m1-stack-seg{min-width:0;border-left:1px solid rgba(0,0,0,.28);box-shadow:inset 0 1px #ffffff0d;transition:filter .15s ease,background-color .15s ease}.m1-stack-seg:first-child{border-left:none}.m1-stack-seg:hover{filter:brightness(1.06)}.m1-stack-seg--down{background:var(--m1-horizon-down)}.m1-stack-seg--flat{background:var(--m1-horizon-flat)}.m1-stack-seg--up{background:var(--m1-horizon-up)}.m1-stack-pct-row{display:flex;flex-direction:row;align-items:center;font-size:.64rem;font-weight:600;color:#8fa3b8;line-height:1.25;height:1.35em;flex:0 0 auto}.m1-stack-pct-row--labels-abs{display:block;position:relative;width:100%;overflow:visible}.m1-stack-pct-abs{position:absolute;top:50%;white-space:nowrap;line-height:1.25}.m1-stack-pct-row--placeholder{visibility:hidden;pointer-events:none;-webkit-user-select:none;user-select:none}.m1-stack-pct{min-width:0;height:100%;display:flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m1-ledger{outline:none}.m1-ledger:focus-visible{box-shadow:0 0 0 2px #63b0ff73;border-radius:12px}.m1-ledger-header.panel-header{align-items:center}.m1-ledger-header h3{margin:0}.m1-ledger-sort{flex-shrink:0;font-size:.72rem;font-weight:400;letter-spacing:.04em;color:var(--muted)}.m1-row-selected{box-shadow:inset 3px 0 #63b0ff}@container m1widget (max-width: 559px){.m1-prob-header-right{width:100%;justify-content:flex-end}.m1-stack-row{grid-template-columns:38px minmax(0,1fr);gap:8px}.m1-stack-pct-row{font-size:.6rem}}.login-page{min-height:100vh;display:grid;place-items:center;padding:24px;position:relative;overflow:hidden}.login-page--loading{background:var(--bg)}.login-page-bg{position:absolute;inset:0;pointer-events:none}.login-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(99,176,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(99,176,255,.06) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 42%,#000 20%,transparent 75%);mask-image:radial-gradient(ellipse 70% 60% at 50% 42%,#000 20%,transparent 75%)}.login-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}.login-glow-a{width:420px;height:420px;top:8%;left:12%;background:#63b0ff38}.login-glow-b{width:360px;height:360px;bottom:6%;right:10%;background:#2ac18429}.login-card{width:min(480px,100%);padding:34px 32px 30px;position:relative;z-index:1;background:linear-gradient(165deg,#162132fa,#111b2afa)}.login-card--compact{padding:28px 24px}.login-brand{display:flex;align-items:center;gap:14px}.login-brand-mark{width:48px;height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-size:1.35rem;font-weight:800;letter-spacing:.04em;color:#e8f2ff;background:linear-gradient(145deg,#2a6cb8,#1a4f8f);border:1px solid rgba(99,176,255,.35);box-shadow:0 8px 24px #1a4f8f59}.login-brand-eyebrow{margin:0 0 2px;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.login-brand-title{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:.03em}.login-divider{height:1px;margin:22px 0 20px;background:linear-gradient(90deg,transparent,rgba(99,176,255,.35),transparent)}.login-heading{margin:0 0 8px;font-size:1.55rem;font-weight:700;letter-spacing:-.02em}.login-subtitle{margin:0 0 24px;color:var(--muted);font-size:.94rem;line-height:1.45;overflow-wrap:break-word}.login-error{margin:0 0 16px;padding:10px 12px;border-radius:10px;border:1px solid rgba(208,106,116,.45);background:#d06a741f;color:#f0b4ba;font-size:.86rem;line-height:1.45}.login-ms-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:11px;padding:13px 20px;border:none;border-radius:10px;background:linear-gradient(180deg,#2f7fe8,#1f5fb8);color:#fff;font-size:.95rem;font-weight:600;letter-spacing:.01em;cursor:pointer;box-shadow:0 10px 28px #1f5fb859;transition:transform .14s ease,box-shadow .14s ease,filter .14s ease;flex-wrap:nowrap}.login-ms-btn-label{white-space:nowrap}.login-ms-btn:hover:not(:disabled){filter:brightness(1.06);box-shadow:0 12px 32px #1f5fb86b;transform:translateY(-1px)}.login-ms-btn:disabled{opacity:.55;cursor:not-allowed}.login-ms-logo{width:20px;height:20px;flex-shrink:0}.login-footnote{margin:20px 0 0;color:var(--muted);font-size:.8rem;line-height:1.45;text-align:center;white-space:nowrap}@media(max-width:520px){.login-subtitle,.login-footnote,.login-ms-btn-label{white-space:normal}.login-ms-btn{font-size:.9rem;padding:12px 16px}}.login-loading-text{margin:0;text-align:center;color:var(--muted);font-size:.95rem}.topbar-signout-btn{padding:8px 14px;border:1px solid rgba(99,176,255,.35);border-radius:10px;background:#172338e6;color:var(--text);font-size:.84rem;font-weight:500;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.topbar-signout-btn:hover{border-color:#63b0ff8c;background:#1c2d46}.m4-shell{max-width:1660px;gap:12px}.m4-up{color:#8be2b9}.m4-down{color:#f1a0a5}.m4-flat{color:var(--muted)}.m4-warn-text{color:#f0cc8a}.m4-muted{color:var(--muted);font-size:.84rem}.m4-toast-stack{position:fixed;top:14px;right:16px;z-index:60;display:flex;flex-direction:column;gap:8px;max-width:380px}.m4-toast{padding:10px 14px;border-radius:10px;border:1px solid #33507a;background:#101b2cf7;color:var(--text);font-size:.84rem;font-weight:600;box-shadow:0 10px 26px #00000080;animation:m4toastin .18s ease}.m4-toast--warn{border-color:#d7a94f99;color:#f0d9a5}.m4-toast--bad{border-color:#d25f68a6;color:#f5b8bd}@keyframes m4toastin{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.m4-topstrip{position:sticky;top:0;z-index:8;display:flex;align-items:center;flex-wrap:wrap;gap:10px 18px;padding:10px 16px;background:linear-gradient(180deg,#162132,#111b2a);border-color:#334662}.m4-ts-instrument{display:flex;align-items:baseline;gap:10px}.m4-ts-product{font-size:.78rem;font-weight:700;letter-spacing:.1em;color:var(--muted);text-transform:uppercase}.m4-ts-contract{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:1.25rem;font-weight:800;letter-spacing:.04em;color:var(--text)}.m4-ts-chips{display:inline-flex;gap:6px}.m4-chip{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;border:1px solid transparent;font-size:.7rem;font-weight:800;letter-spacing:.08em}.m4-chip--ok{color:#8be2b9;background:#1fbe7a24;border-color:#1fbe7a66}.m4-chip--warn{color:#e8ca84;background:#d7a33224;border-color:#d7a3326b}.m4-chip--bad{color:#f1a0a5;background:#d25f6824;border-color:#d25f687a}.m4-chip--frozen{color:#8cc7ff;background:#4aa3ff24;border-color:#4aa3ff73}.m4-chip--arb{color:#f0cc8a;background:#d7a94f29;border-color:#d7a94f8c}.m4-arb-text{color:#f0cc8a}.m4-ts-feeds{display:inline-flex;gap:12px;font-size:.78rem;font-weight:700;color:var(--muted)}.m4-feed-dot-wrap{display:inline-flex;align-items:center;gap:5px}.m4-feed-dot{width:9px;height:9px;border-radius:999px;display:inline-block}.m4-feed-dot--ok{background:var(--ok);box-shadow:0 0 0 3px #2ac18433}.m4-feed-dot--warn{background:var(--warn);box-shadow:0 0 0 3px #d7a94f33}.m4-feed-dot--bad{background:var(--bad);box-shadow:0 0 0 3px #d06a7438}.m4-feed-dot--unknown{background:#46586f}.m4-ts-ages{display:inline-flex;flex-wrap:wrap;gap:4px 16px;color:var(--muted);font-size:.76rem}.m4-ts-actions{display:inline-flex;gap:6px;align-items:center;margin-left:auto}.m4-topstrip--frozen{border-color:#4aa3ff99;box-shadow:0 6px 18px #00000059,inset 0 0 0 1px #4aa3ff40}.m4-banner{padding:9px 14px;display:flex;flex-wrap:wrap;align-items:center;gap:4px 14px;font-size:.84rem;color:#f0d9a5;border-color:#d7a94f80;background:#d7a94f1a}.m4-banner strong{letter-spacing:.06em}.m4-banner--bad{color:#f5b8bd;border-color:#d25f688c;background:#d25f681a}.m4-banner--frozen{color:#b9d8ff;border-color:#4aa3ff73;background:#4aa3ff14;justify-content:space-between}.m4-banner--merged{flex-wrap:nowrap;justify-content:space-between;padding:7px 14px}.m4-banner-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.m4-banner-text strong{margin-right:10px}.m4-row1{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:12px;align-items:stretch}.m4-primary-card,.m4-charts-card{padding:14px 16px;display:flex;flex-direction:column;min-height:600px;max-height:600px;overflow:hidden}.m4-primary-card{justify-content:space-between;gap:8px}.m4-primary-card--arb{border-color:#d7a94f80;box-shadow:0 6px 18px #00000059,inset 0 0 0 1px #d7a94f2e}.m4-state-hero{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;text-align:center;padding:10px 8px}.m4-state-hero-title{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:2.2rem;font-weight:800;letter-spacing:.03em;line-height:1.15}.m4-state-hero-sub{max-width:85%;color:var(--muted);font-size:.92rem;line-height:1.5}.m4-arb-body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px}.m4-arb-body .m4-primary-direction{align-items:center}.m4-arb-head{min-height:152px;display:flex;align-items:center}.m4-alert-row{margin:2px 0 8px;min-height:86px}.m4-primary-direction--sm{font-size:1.7rem;gap:10px}.m4-nnf-body{flex:1 1 auto;display:flex;flex-direction:column;gap:16px}.m4-nnf-warn{display:flex;flex-direction:column;gap:2px;padding:8px 12px;border-left:2px solid rgba(215,163,50,.5);border-radius:4px 10px 10px 4px;background:#d7a3320f;font-size:.84rem}.m4-nnf-warn>strong{color:#e8ca84;font-weight:700}.m4-nnf-warn>span{color:#b3c2d6}.m4-nnf-warn--info{border-left-color:#63b0ff73;background:#63b0ff0d}.m4-nnf-warn--info>strong{color:#b9d8ff}.m4-nnf-outcomes .m4-kv{padding:12px 0;font-size:.95rem}.m4-nnf-outcomes .m4-kv>span:last-child{font-size:1.5rem}.m4-nnf-outcomes .m4-kv--muted>span:last-child{font-size:1.15rem;color:var(--muted)}.m4-test-sound-btns{display:inline-flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.m4-alert-badge{display:inline-flex;align-items:center;padding:5px 12px;border-radius:8px;border:1px solid transparent;font-size:.76rem;font-weight:800;letter-spacing:.05em;white-space:nowrap}.m4-alert-badge--up{color:#0d2a1e;background:#2ac184;border-color:#2ac184}.m4-alert-badge--down{color:#2a0f13;background:#d06a74;border-color:#d06a74}.m4-alert-badge--flat{color:var(--text);background:#ffffff1a;border-color:#fff3}.m4-alert-badge--none{color:#b3c2d6;background:#ffffff0a;border-color:#ffffff1f;font-weight:600}.m4-alert-line{font-size:.84rem;font-weight:600;color:#b3c2d6}.m4-alert-checks{margin-top:8px;display:flex;flex-direction:column;gap:3px}.m4-alert-check{display:grid;grid-template-columns:16px 104px 62px auto;align-items:baseline;gap:8px;font-size:.84rem}.m4-alert-check>i{font-style:normal;font-weight:800;text-align:center}.m4-alert-check>span{color:#8ba3c0}.m4-alert-check>strong{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-weight:700;text-align:right}.m4-alert-check>em{font-style:normal;font-size:.72rem;color:#7d97b8}.m4-info{display:inline-block;margin-left:6px;color:#7d97b8;font-size:.8rem;cursor:help}.m4-info:hover{color:var(--accent)}.m4-context-toggle{border:none;background:none;padding:5px 0;color:var(--muted);font-size:.78rem;font-weight:600;cursor:pointer;text-align:left}.m4-context-toggle:hover{color:var(--accent)}.m4-card-head-right{display:inline-flex;align-items:center;gap:8px}.m4-card-head{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px}.m4-card-head h2{margin:0;font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9bc8ff;display:inline-flex;align-items:center;gap:8px}.m4-horizon-tabs{display:inline-flex;gap:4px}.m4-head-horizon{color:var(--text)}.m4-tab{border:1px solid var(--border);border-radius:8px;background:#182131;color:var(--muted);padding:4px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.m4-tab--active{background:#1b3f66;border-color:#63b0ffbf;color:#d9ecff}.m4-primary-direction{display:flex;align-items:baseline;gap:14px;font-size:2.4rem;font-weight:800;letter-spacing:.02em;line-height:1.1;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;padding:4px 0 2px}.m4-primary-horizon{font-size:1.3rem;color:var(--muted);font-weight:700}.m4-primary-glyph{font-size:1.9rem}.m4-flash{animation:m4flash .9s ease-out}@keyframes m4flash{0%{text-shadow:0 0 18px currentColor;opacity:.35}to{text-shadow:none;opacity:1}}.m4-prob-rows{display:flex;flex-direction:column;margin:4px 0 10px}.m4-prob-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;border-bottom:1px solid rgba(148,163,184,.07);font-size:.95rem}.m4-prob-rows .m4-prob-row:last-child{border-bottom:none}.m4-prob-row>span{color:var(--muted);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.9rem}.m4-prob-row>strong{font-weight:800;font-size:1.35rem}.m4-prob-row--main>strong{font-size:2rem}.m4-kv-group{display:flex;flex-direction:column;border-top:1px solid rgba(148,163,184,.14);padding-top:3px}.m4-kv{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:7px 0;font-size:.9rem}.m4-kv>span:first-child{color:#8ba3c0;letter-spacing:.01em}.m4-kv>span:last-child{font-weight:700;font-size:1.05rem;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace}.m4-kv em{font-style:normal;font-size:.7rem;font-weight:600;letter-spacing:.02em;color:#7d97b8;margin:0 4px 0 5px}.m4-anchor-foot{border-top:1px solid rgba(148,163,184,.14);padding:10px 0 4px}.m4-bars{display:flex;flex-direction:column;gap:4px}.m4-hrow{display:flex;flex-direction:column;gap:4px;padding:6px 8px;border-radius:10px;border:1px solid transparent;cursor:pointer;min-height:82px;max-height:82px;overflow:hidden}.m4-hrow:hover{background:#ffffff08}.m4-hrow--selected{border-color:#63b0ff66;background:#63b0ff0f}.m4-hrow--unavailable{justify-content:center}.m4-hrow-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.m4-hrow-title{font-size:.92rem;font-weight:800;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;white-space:nowrap}.m4-hrow-tags{display:inline-flex;gap:6px}.m4-htag{display:inline-block;padding:1px 8px;border-radius:999px;border:1px solid transparent;font-size:.62rem;font-weight:800;letter-spacing:.06em;white-space:nowrap}.m4-htag--selected{color:#8cc7ff;background:#4aa3ff1f;border-color:#4aa3ff73}.m4-htag--alert{color:#f0cc8a;background:#d7a94f29;border-color:#d7a94f8c}.m4-htag--hist{color:#93a5bd;background:#ffffff0a;border-color:#ffffff1f}.m4-bar-summary{font-size:.74rem;font-weight:600;color:#b3c2d6}.m4-bar-label{font-size:.78rem;font-weight:800;color:#9eb6d4;text-align:right}.m4-conf{display:flex;flex-direction:column;gap:2px}.m4-conf-row{display:grid;grid-template-columns:34px minmax(0,.8fr) minmax(0,1fr) minmax(0,.8fr) minmax(0,1.7fr);gap:10px;align-items:baseline;padding:3px 8px;font-size:.84rem;font-weight:600}.m4-conf-row--head{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);padding-bottom:1px}.m4-conf-row span{text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m4-conf-result{font-size:.76rem}.m4-conf-result--alert{color:#f0cc8a;font-weight:800;letter-spacing:.04em}.m4-bar-track{display:flex;height:22px;border-radius:6px;overflow:hidden;border:1px solid rgba(35,50,70,.95);background:#060a1099}.m4-bar-track--empty{align-items:center;justify-content:center;color:var(--muted);font-size:.74rem}.m4-seg{min-width:0;box-shadow:inset 0 1px #ffffff0f;display:flex;align-items:center;justify-content:center;overflow:hidden}.m4-seg span{font-size:.68rem;font-weight:800;color:#eef4fc;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.55)}.m4-seg--up{background:color-mix(in srgb,var(--ok) 42%,#081411 58%)}.m4-seg--flat{background:#5f6b78}.m4-seg--down{background:color-mix(in srgb,var(--bad) 46%,#0b1018 54%)}.m4-chart-legend{margin-top:4px;padding-left:50px;font-size:.74rem;color:#b3c2d6;line-height:1.4}.m4-chart-subhead{margin:12px 0 6px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.m4-move{display:flex;flex-direction:column;gap:6px}.m4-move-row{display:grid;grid-template-columns:34px minmax(0,1fr) 74px 74px 20px;gap:10px;align-items:center;padding:0 6px}.m4-move-row--head{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted)}.m4-move-col,.m4-move-col-head{text-align:right;white-space:nowrap;font-size:.82rem;font-weight:700}.m4-move-col-head{font-size:inherit;font-weight:inherit}.m4-move-flag{text-align:center;cursor:help}.m4-move-track{position:relative;height:16px;border-radius:6px;border:1px solid rgba(35,50,70,.95);background:#060a1099;overflow:hidden}.m4-move-zero{position:absolute;left:50%;top:0;bottom:0;width:2px;background:#c8d8ecbf}.m4-move-range{position:absolute;top:3px;bottom:3px;border-radius:4px;background:#7d97b859;border:1px solid rgba(125,151,184,.5)}.m4-move-median{position:absolute;top:1px;bottom:1px;width:2px;transform:translate(-50%);background:#e6edf8;border-radius:1px}.m4-move-avg{position:absolute;top:50%;width:9px;height:9px;transform:translate(-50%,-50%);border-radius:999px;background:#cfe3ff;box-shadow:0 0 0 2px #63b0ff4d}.m4-move-avg--pos{background:#2ac184;box-shadow:0 0 0 2px #2ac1844d}.m4-move-avg--neg{background:#d06a74;box-shadow:0 0 0 2px #d06a744d}.m4-move-axis-row{padding-top:0}.m4-move-axis{display:flex;justify-content:space-between;font-size:.72rem;color:#b3c2d6}.m4-move-axis span:first-child{transform:translate(-2px)}.m4-trend{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:8px}.m4-trend-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap}.m4-trend-head--chips-only{justify-content:flex-end}.m4-events-toggle{margin-left:12px;text-transform:none;letter-spacing:0}.m4-trend-chart-wrap{position:relative;flex:1 1 auto;min-height:220px}.m4-trend-svg{width:100%;height:100%;border-radius:8px;border:1px solid rgba(35,50,70,.95);background:#060a1099;display:block}.m4-trend-info{position:absolute;top:5px;right:8px;z-index:1;margin-left:0}.m4-dirmarker{position:absolute;top:12px;transform:translate(-50%);font-size:.78rem;font-weight:800;cursor:help;text-shadow:0 1px 3px rgba(0,0,0,.8)}.m4-timeline-axis{display:flex;justify-content:space-between;font-size:.72rem;color:#b3c2d6;padding:1px 2px 0}.m4-trend-legend{display:flex;flex-wrap:wrap;gap:4px 16px;font-size:.74rem;font-weight:600;color:#b3c2d6;padding:6px 2px}.m4-trend-legend span{display:inline-flex;align-items:center;gap:6px}.m4-sw{display:inline-block;width:10px;height:10px;border-radius:2px;flex-shrink:0}.m4-sw--empty{background:#060a1099;border:1px solid rgba(159,176,200,.4)}.m4-track{display:flex;flex-direction:column;gap:5px;margin-top:4px}.m4-track-row{display:grid;grid-template-columns:68px minmax(0,1fr);gap:10px;align-items:center}.m4-track-label{font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);text-align:right}.m4-track-lane{position:relative;height:18px;border-radius:4px;border:1px solid rgba(35,50,70,.95);background:#060a1099;overflow:hidden}.m4-track-seg{position:absolute;top:0;bottom:0;cursor:help}.m4-track-seg--up{background:#2ac1848c}.m4-track-seg--down{background:#d06a7499}.m4-track-seg--flat{background:#9fb0c866}.m4-track-seg--none{background:transparent}.m4-track-seg--alert{background:#d7a94fbf}.m4-track-seg--matched{background:#63b0ff59}.m4-track-seg--unseen{background:#7894ba73}.m4-track-seg--arb{background:#d7a94f99}.m4-events{display:flex;flex-direction:column}.m4-events-row{display:grid;grid-template-columns:76px minmax(0,1fr);gap:12px;padding:4px 2px;border-bottom:1px solid rgba(255,255,255,.05);font-size:.82rem}.m4-events-row:last-child{border-bottom:none}.m4-events-time{color:var(--muted);font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.76rem}.m4-timeline-empty{min-height:100px;padding:16px 12px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px dashed rgba(255,255,255,.14);background:#00000024;color:#b3c2d6;font-size:.8rem;text-align:center}.m4-timeline-empty--compact{min-height:0;padding:8px 12px}.m4-chart-hero{flex:1 1 auto;display:flex;align-items:center;justify-content:center}.m4-chart-hero>span{color:var(--muted);font-size:.88rem;text-align:center;padding:12px}.m4-market{display:flex;flex-wrap:wrap;gap:14px 26px;padding:12px 16px;min-height:148px}.m4-ms-group{display:flex;flex-direction:column;gap:7px;padding-right:26px;border-right:1px solid rgba(255,255,255,.07);min-width:0}.m4-ms-group:last-child{border-right:none;padding-right:0}.m4-ms-title{font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.m4-ms-items{display:flex;flex-wrap:nowrap;gap:8px 14px}.m4-ms-item{display:flex;flex-direction:column;gap:1px;flex:0 0 auto;min-width:0;overflow:hidden}.m4-ms-item>span:first-child{font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m4-ms-item>strong{font-size:1.02rem;font-weight:750;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;color:var(--text);display:inline-flex;align-items:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.m4-ms-item>em{font-style:normal;font-size:.72rem;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.m4-ms-trigger{white-space:nowrap}.m4-ms-group--prices .m4-ms-item{width:146px}.m4-ms-group--prices .m4-ms-item--anchor{width:196px}.m4-ms-group--prices .m4-ms-item:last-child{width:92px}.m4-ms-group--dir .m4-ms-item{width:72px}.m4-ms-group--act .m4-ms-item,.m4-ms-group--ctx .m4-ms-item{width:122px}.m4-ms-group--prices{flex:1 1 380px}.m4-ladder{display:flex;align-items:center;gap:10px;margin-top:4px}.m4-ladder-end{font-size:.74rem;font-weight:700;white-space:nowrap;flex:0 0 auto;width:132px;overflow:hidden;text-overflow:ellipsis}.m4-ladder-end:first-child{text-align:right}.m4-ladder-track{position:relative;flex:1;height:6px;border-radius:4px;background:linear-gradient(90deg,#2ac18466,#5f6b7859,#d06a746b);margin-top:10px;margin-bottom:2px}.m4-ladder-anchor{position:absolute;top:50%;width:10px;height:10px;transform:translate(-50%,-50%) rotate(45deg);background:#e6edf8;border:1px solid #0a1018;box-shadow:0 0 0 2px #e6edf840}.m4-ladder-anchor-label{position:absolute;top:-14px;transform:translate(-50%);font-size:.66rem;font-weight:700;color:var(--text);white-space:nowrap}.m4-row3{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;align-items:stretch}.m4-row3>section{min-height:380px;max-height:380px;display:flex;flex-direction:column;overflow:hidden}.m4-row3>.m4-explain,.m4-row3>.m4-changes{display:flex;flex-direction:column;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.45) rgba(12,20,32,.85)}.m4-why-placeholder{flex:1 1 auto;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center;color:var(--muted);font-size:.88rem}.m4-explain::-webkit-scrollbar,.m4-changes::-webkit-scrollbar{width:10px}.m4-explain::-webkit-scrollbar-track,.m4-changes::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.m4-explain::-webkit-scrollbar-thumb,.m4-changes::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.m4-explain::-webkit-scrollbar-thumb:hover,.m4-changes::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.m4-explain-subhead{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.m4-explain-list{margin:0 0 12px;padding-left:20px;display:flex;flex-direction:column;gap:5px;font-size:.9rem;line-height:1.45}.m4-explain-list li::marker{color:var(--accent)}.m4-explain-list--context{font-size:.82rem;color:var(--muted)}.m4-explain-list--context li::marker{color:var(--muted)}.m4-why-rows{display:flex;flex-direction:column;margin-bottom:6px}.m4-why-row{display:flex;justify-content:space-between;align-items:baseline;gap:12px;padding:9px 0;border-bottom:1px solid rgba(148,163,184,.06);font-size:.86rem}.m4-why-row:last-child{border-bottom:none}.m4-why-row>span{color:#8ba3c0;white-space:nowrap}.m4-why-row>strong{font-weight:700;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.84rem;text-align:right}.m4-why-row--wrap{flex-direction:column;align-items:stretch;gap:4px}.m4-why-row--wrap>strong{text-align:left;font-size:.76rem;font-weight:600;color:#b3c2d6;overflow-wrap:anywhere}.m4-why-rows--context .m4-why-row>strong{font-weight:600;color:#c5d8ee}.m4-why-note{margin:2px 0 6px;font-size:.8rem}.m4-copy-btn{flex-shrink:0}.m4-change-groups{display:flex;flex-direction:column;flex-shrink:0}.m4-change-group{padding:7px 0;border-bottom:1px solid rgba(148,163,184,.06)}.m4-change-group:last-child{border-bottom:none}.m4-change-label{display:block;margin-bottom:3px;font-size:.68rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#8ba3c0}.m4-change-line{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.9rem;font-weight:700;padding:1px 0}.m4-change-from{font-weight:600}.m4-change-arrow{color:var(--accent)}.m4-change-to{color:#9bc8ff}.m4-shop-sent{font-size:.66rem;margin-left:4px;cursor:help}.m4-change-sub{font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.74rem;font-weight:600;color:var(--muted);padding:1px 0}.m4-changes-when{margin:-4px 0 8px;font-size:.76rem}.m4-status-badge{display:inline-block;box-sizing:border-box;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 8px;border-radius:999px;line-height:1.25;border:1px solid transparent;white-space:nowrap}.m4-status-badge--matched{color:#8be2b9;background:#1fbe7a29;border-color:#1fbe7a73}.m4-status-badge--unseen{color:#e8ca84;background:#d7a33229;border-color:#d7a33273}.m4-status-badge--no-anchor{color:#b8c9e6;background:#7894ba29;border-color:#7894ba6b}.m4-status-badge--arb{color:#f0cc8a;background:#d7a94f29;border-color:#d7a94f80}.m4-status-badge--unknown{color:var(--muted);background:#ffffff0f;border-color:#ffffff1f}.m4-alert-dot{color:#d7a94f;font-size:.85rem}.m4-count-pill{font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:var(--text);text-transform:none;letter-spacing:0}.m4-cat{display:inline-block;padding:1px 7px;border-radius:999px;font-size:.66rem;font-weight:700;letter-spacing:.03em;border:1px solid transparent;white-space:nowrap}.m4-cat-bull{color:#8be2b9;background:#1fbe7a24;border-color:#1fbe7a61}.m4-cat-bear{color:#f1a0a5;background:#d25f6824;border-color:#d25f686b}.m4-table-wrap{min-height:240px;max-height:240px}.m4-history-wrap{min-height:320px;max-height:320px}.m4-table-wrap,.m4-history-wrap{scrollbar-width:thin;scrollbar-color:rgba(140,160,190,.45) rgba(12,20,32,.85);overscroll-behavior:contain}.m4-table-wrap::-webkit-scrollbar,.m4-history-wrap::-webkit-scrollbar{width:10px;height:10px}.m4-table-wrap::-webkit-scrollbar-track,.m4-history-wrap::-webkit-scrollbar-track{background:#0c1420bf;border-radius:8px}.m4-table-wrap::-webkit-scrollbar-thumb,.m4-history-wrap::-webkit-scrollbar-thumb{background:#8ca0be66;border-radius:8px;border:2px solid transparent;background-clip:padding-box}.m4-table-wrap::-webkit-scrollbar-thumb:hover,.m4-history-wrap::-webkit-scrollbar-thumb:hover{background:#9fb0c899;background-clip:padding-box}.m4-table-wrap::-webkit-scrollbar-corner,.m4-history-wrap::-webkit-scrollbar-corner{background:#0c1420bf}.m4-shops-table,.m4-history-table{table-layout:auto}.m4-shops-table th,.m4-shops-table td,.m4-history-table th,.m4-history-table td{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;overflow-wrap:normal;word-break:normal;font-size:.82rem}.m4-num{text-align:right;font-variant-numeric:tabular-nums}th.m4-num{text-align:right}.m4-shop-name{font-weight:700}.m4-shop-tag{display:inline-block;margin-left:7px;padding:1px 6px;border-radius:5px;font-size:.6rem;font-weight:800;letter-spacing:.05em;border:1px solid transparent;vertical-align:middle;white-space:nowrap}.m4-shop-tag--up{color:#8be2b9;background:#1fbe7a21;border-color:#1fbe7a66}.m4-shop-tag--down{color:#f1a0a5;background:#d25f6821;border-color:#d25f686b}.m4-shop-tag--anchor{color:#e6edf8;background:#63b0ff2e;border-color:#63b0ff8c}.m4-shop-tag--cand{color:#b8c9e6;background:#7894ba24;border-color:#7894ba66}.m4-trade-tag{color:#e8ca84;font-size:.76rem}.m4-source-cell{display:inline-flex;align-items:center;color:var(--muted);font-size:.78rem}.m4-shop-expand-row td{background:#0a121eb3}.m4-shop-expand{display:flex;flex-direction:column;gap:6px;padding:2px 4px}.m4-shop-expand-text{font-size:.84rem;color:var(--text);white-space:normal;overflow-wrap:anywhere}.m4-shop-expand-meta{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:.74rem}.m4-time-cell{font-variant-numeric:tabular-nums;font-family:JetBrains Mono,SFMono-Regular,Consolas,monospace;font-size:.78rem}.m4-history-controls{display:inline-flex;flex-wrap:wrap;gap:5px}.m4-history-summary{max-width:430px;color:#c5d8ee;font-size:.8rem}.m4-dir-col{text-align:center;font-weight:800;width:2.3rem}.m4-waiting .model3-empty-hero{min-height:180px;gap:8px}.m4-drawer-kv{display:flex;flex-direction:column;gap:6px;font-size:.82rem}.m4-drawer-kv>div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:10px}.m4-drawer-kv>div>span:first-child{color:var(--muted)}.m4-drawer-kv>div>span:last-child{overflow-wrap:anywhere}.m4-shortcut-help{margin:10px 0 0}.m4-shell{--m4-line: rgba(148, 163, 184, .12);--m4-line-soft: rgba(148, 163, 184, .07);--m4-ink-2: #b3c2d6;--m4-ink-3: #8ba3c0}.m4-shell .glass{background:linear-gradient(180deg,#111a29,#0d1522);border:1px solid var(--m4-line);border-radius:14px;box-shadow:0 10px 30px #02060c73}.m4-shell .m4-topstrip{background:linear-gradient(180deg,#141f31,#101827);border-color:var(--m4-line)}.m4-shell .m4-topstrip--frozen{border-color:#4aa3ff8c}.m4-shell .m4-primary-card--arb{border-color:#d7a94f73}.m4-shell .drawer-panel{border-radius:0;box-shadow:none}.m4-shell .m4-card-head h2{color:var(--m4-ink-3);font-size:.76rem;letter-spacing:.11em;font-weight:700}.m4-shell .m4-chart-subhead,.m4-shell .m4-ms-title,.m4-shell .m4-explain-subhead,.m4-shell .m4-conf-row--head,.m4-shell .m4-move-row--head,.m4-shell .m4-track-label{color:var(--m4-ink-3)}.m4-shell .mini-btn{background:transparent;border-color:var(--m4-line);border-radius:8px;color:var(--m4-ink-2);transition:border-color .12s ease,background-color .12s ease,color .12s ease}.m4-shell .mini-btn:hover{background:#94a3b814;color:var(--text)}.m4-shell .mini-btn.active{background:#63b0ff21;border-color:#63b0ff80;color:#b9d8ff}.m4-shell .m4-horizon-tabs{background:#060a128c;border:1px solid var(--m4-line);border-radius:9px;padding:2px;gap:2px}.m4-shell .m4-horizon-tabs .m4-tab{padding:3px 11px}.m4-shell .m4-tab{background:transparent;border:1px solid transparent;border-radius:7px;color:var(--muted)}.m4-shell .m4-tab:hover{color:var(--text);background:#94a3b814}.m4-shell .m4-tab--active{background:#63b0ff29;border-color:#63b0ff66;color:#d9ecff}.m4-shell .m4-prob-row>span{font-family:Inter,system-ui,sans-serif;color:var(--m4-ink-3);letter-spacing:.01em}.m4-shell .m4-events-row{border-bottom-color:var(--m4-line-soft)}.m4-shell .m4-chip{padding:2px 9px;font-size:.64rem;letter-spacing:.09em}.m4-shell .m4-chip--ok{background:#1fbe7a1a;border-color:#1fbe7a52}.m4-shell .m4-chip--warn{background:#d7a3321a;border-color:#d7a33252}.m4-shell .m4-chip--bad{background:#d25f681a;border-color:#d25f6859}.m4-shell .m4-status-badge,.m4-shell .m4-htag{font-size:.62rem;letter-spacing:.07em}.m4-shell .m4-bar-track,.m4-shell .m4-move-track,.m4-shell .m4-track-lane,.m4-shell .m4-trend-svg{border-color:var(--m4-line-soft);background:#050910b8;box-shadow:inset 0 1px 3px #00000073}.m4-shell .m4-seg--up{background:linear-gradient(180deg,color-mix(in srgb,var(--ok) 50%,#0a1a13 50%),color-mix(in srgb,var(--ok) 36%,#081410 64%))}.m4-shell .m4-seg--down{background:linear-gradient(180deg,color-mix(in srgb,var(--bad) 54%,#140b0e 46%),color-mix(in srgb,var(--bad) 40%,#0f0a0c 60%))}.m4-shell .m4-seg--flat{background:linear-gradient(180deg,#66727f,#545f6b)}.m4-shell .m4-hrow--selected{border-color:#63b0ff52;background:#63b0ff0d}.m4-shell .m4-move-range{background:#7d97b847;border-color:#7d97b866}.m4-shell .table-wrap{border-color:var(--m4-line);background:#080d158c;border-radius:12px}.m4-shell thead,.m4-shell thead th{background:#121b2a}.m4-shell thead th{color:var(--m4-ink-3);font-size:.66rem;letter-spacing:.07em}.m4-shell th,.m4-shell td{border-bottom:1px solid var(--m4-line-soft)}.m4-shell tbody tr:hover{background:#94a3b80d}.m4-shell .m4-ms-group{border-right-color:var(--m4-line-soft)}.m4-shell .m4-ms-item>span:first-child,.m4-shell .m4-ms-item>em{color:var(--m4-ink-3)}.m4-shell .m4-ms-item>strong{font-size:1.06rem}.m4-shell .m4-banner{background:#d7a94f12;border-color:#d7a94f59}.m4-shell .m4-banner--bad{background:#d25f6812;border-color:#d25f6866}.m4-shell .m4-banner--frozen{background:#4aa3ff0f;border-color:#4aa3ff59}.m4-shell .m4-banner--sound{animation:m4soundpulse 2.2s ease-in-out infinite}@keyframes m4soundpulse{0%,to{border-color:#d7a33259;box-shadow:none}50%{border-color:#d7a332e6;box-shadow:0 0 14px #d7a33240}}.m4-shell .m4-primary-direction{letter-spacing:.01em}.m4-shell .m4-primary-horizon{color:var(--m4-ink-3)}@media(max-width:1150px){.m4-row1,.m4-row3{grid-template-columns:1fr}.m4-ts-ages{margin-left:0;width:100%;order:5}}@media(max-width:760px){.m4-ms-group{border-right:none;padding-right:0;width:100%}.m4-primary-direction{font-size:1.8rem}.m4-history-summary{max-width:220px}}
