: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:20px 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-bottom:10px;background:linear-gradient(to bottom,#0f151f 85%,#0f151f00);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;white-space:nowrap}.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}
