:root{--bg-root: #050914;--bg-surface: #080f1f;--bg-card: #111c31;--bg-card-strong: #16233a;--bg-hover: #172641;--bg-input: #0d1728;--border: rgba(74, 103, 145, .35);--border-strong: rgba(94, 132, 185, .48);--text-primary: #f8fafc;--text-secondary: #94a3b8;--text-muted: #64748b;--accent: #3b82f6;--accent-strong: #2563eb;--green: #34d399;--red: #ef4444;--yellow: #f59e0b;--blue: #38bdf8;--radius-sm: 6px;--radius: 12px;--radius-lg: 18px;--shadow: 0 18px 50px rgba(0, 0, 0, .28)}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%}body{font-family:IBM Plex Sans,Avenir Next,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;background:radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 34%),linear-gradient(180deg,#050914,#070c18);color:var(--text-primary);line-height:1.5;letter-spacing:0;-webkit-font-smoothing:antialiased;overflow:hidden}button,input,select{font:inherit}button{cursor:pointer;border:0;color:inherit;background:transparent}input,select{min-width:0}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#6b7b9273;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8b3}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-container{width:min(420px,100%);padding:32px;border:1px solid rgba(67,92,132,.35);border-radius:24px;background:linear-gradient(180deg,#121c2cf0,#080d16fa);box-shadow:var(--shadow)}.auth-logo{font-size:2.75rem;font-weight:900;letter-spacing:0;text-align:center;color:#fff}.auth-tagline{margin:10px 0 24px;text-align:center;color:var(--text-secondary);font-size:.92rem;letter-spacing:0}.auth-tabs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:18px}.auth-tabs button,.topbar-ghost,.topbar-danger,.topbar-logout,.btn-ghost,.btn-danger,.shell-nav-btn,.user-trigger,.period-btn,.bottom-tab,.text-link,.session-pill,.segmented button,.connection-card,.session-card-mini,.session-card-grid,.strategy-card-header{border:none;background:none}.auth-tabs button,.topbar-ghost,.topbar-danger,.topbar-logout,.btn-ghost,.btn-danger,.btn-primary,.user-trigger,.session-pill,.text-link,.shell-nav-btn,.segmented button{transition:.18s ease}.auth-tabs button{border:1px solid var(--border);border-radius:var(--radius-sm);padding:11px 12px;color:var(--text-secondary);background:#0f172799}.auth-tabs button.active{border-color:#5288ffe6;background:#2563eb33;color:#fff}.auth-input,.panel-input,.panel-select{width:100%;min-height:38px;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);outline:none}.auth-input:focus,.panel-input:focus,.panel-select:focus{border-color:#5288ffe6;box-shadow:0 0 0 3px #2563eb26}.auth-footer{margin-top:18px;color:var(--text-muted);font-size:.75rem;text-align:center}.auth-hint{margin:-2px 0 14px;color:var(--text-muted);font-size:.74rem;line-height:1.55}.btn-primary,.btn-ghost,.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:0 14px;border-radius:var(--radius-sm);font-size:.84rem;font-weight:700}.btn-primary{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(180deg,#4b8cff,#2b6df2)}.btn-ghost{border:1px solid var(--border);color:var(--text-secondary);background:#0f172780}.btn-ghost:hover:not(:disabled){border-color:#5288ff8c;color:#fff}.btn-danger{border:1px solid rgba(239,68,68,.32);color:#fecaca;background:#ef44441f}.btn-danger:hover:not(:disabled){background:#ef444433}.btn-full{width:100%}button:disabled{opacity:.55;cursor:not-allowed}.app-shell{display:grid;grid-template-rows:64px minmax(0,1fr);height:100dvh;min-width:0}.terminal-topbar{display:grid;grid-template-columns:auto minmax(360px,1fr) auto;align-items:center;gap:18px;padding:0 18px;border-bottom:1px solid var(--border);background:#070c15eb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);position:relative;z-index:20}.topbar-brand-lockup{display:flex;align-items:baseline;gap:10px}.topbar-brand{font-size:1.25rem;font-weight:900;letter-spacing:0;color:#fff}.topbar-appname{color:var(--text-secondary);font-size:.84rem;letter-spacing:0;text-transform:uppercase}.shell-nav{display:flex;align-items:center;justify-content:center;gap:8px;min-width:0;overflow-x:auto;scrollbar-width:none}.shell-nav::-webkit-scrollbar{display:none}.shell-nav-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:999px;color:var(--text-secondary);white-space:nowrap}.shell-nav-btn:hover{background:#2563eb1a;color:#fff}.shell-nav-btn.active{background:linear-gradient(180deg,#2563eb38,#2563eb24);color:#fff;box-shadow:inset 0 0 0 1px #60a5fa47}.topbar-actions{display:flex;align-items:center;gap:10px;min-width:0}.status-pill,.topbar-chip,.language-select{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);background:#0f17278c}.language-select{min-width:154px;outline:none;appearance:none;cursor:pointer}.language-select:focus{border-color:#5288ffe6;box-shadow:0 0 0 3px #2563eb26}.status-pill.online{color:#d1fae5;border-color:#34d39938}.status-pill.reconnecting{color:#fde68a;border-color:#f59e0b47}.status-pill.offline{color:#fecaca;border-color:#ef444438}.topbar-dot{width:8px;height:8px;border-radius:50%}.topbar-dot.connected{background:var(--green);box-shadow:0 0 10px #34d3998c}.topbar-dot.reconnecting{background:var(--yellow);box-shadow:0 0 10px #f59e0b80}.topbar-dot.disconnected{background:var(--red)}.topbar-ghost,.topbar-danger,.topbar-logout,.user-trigger{min-height:36px;padding:0 12px;border-radius:999px}.topbar-ghost{border:1px solid var(--border);color:var(--text-secondary);background:#0f17278c}.topbar-ghost:hover:not(:disabled){border-color:#5288ff73;color:#fff}.topbar-danger{border:1px solid rgba(239,68,68,.25);color:#fecaca;background:#ef444424}.topbar-danger:hover:not(:disabled){background:#ef444433}.user-trigger{display:inline-flex;align-items:center;gap:10px;color:#fff;background:#0f17278c;border:1px solid rgba(82,136,255,.22)}.user-trigger:hover{border-color:#60a5fa73}.user-trigger-avatar,.user-avatar-large{display:inline-grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#0ea5e9);color:#fff;font-weight:800}.user-trigger-avatar{width:24px;height:24px;font-size:.78rem}.user-trigger-name{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-logout{border:1px solid var(--border);color:var(--text-muted);background:#0f17278c}.topbar-logout:hover{color:#fff;border-color:#94a3b859}.app-body{min-height:0;overflow:auto}.operations-layout{display:grid;grid-template-columns:330px minmax(0,1fr) 390px;grid-template-rows:auto minmax(0,1fr);grid-template-areas:"account account account" "left workspace right";gap:16px;padding:16px;height:100%;min-height:0;overflow:hidden}.left-rail,.right-rail{display:flex;flex-direction:column;gap:14px;min-width:0;min-height:0;padding-right:2px;overflow-y:auto;overscroll-behavior:contain}.left-rail{grid-area:left}.right-rail{grid-area:right}.left-rail .sidebar-section-body,.right-rail .sidebar-section-body{padding:14px}.left-rail .stack-gap,.left-rail .form-stack,.left-rail .session-list,.left-rail .connection-list,.right-rail .stack-gap,.right-rail .form-stack,.right-rail .session-list,.right-rail .connection-list{gap:10px}.workspace{grid-area:workspace;min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(62,86,124,.4);border-radius:8px;background:#070b14bd}.account-top-panel{grid-area:account;min-width:0;padding:10px;border:1px solid rgba(62,86,124,.4);border-radius:8px;background:linear-gradient(180deg,#09101cf0,#070c16db)}.sidebar-section,.settings-card,.history-panel{border:1px solid rgba(62,86,124,.4);border-radius:8px;background:linear-gradient(180deg,#0e1624f5,#090f19f5);box-shadow:inset 0 1px #ffffff05}.sidebar-section{flex:0 0 auto;min-width:0;overflow:visible}.sidebar-section-header{display:flex;align-items:center;gap:10px;padding:12px 16px;border-bottom:1px solid rgba(62,86,124,.35)}.sidebar-section-header h2{font-size:.74rem;color:var(--text-secondary);font-weight:800;letter-spacing:0;text-transform:uppercase}.section-dot{width:10px;height:10px;border-radius:999px}.section-dot.green{background:var(--green)}.section-dot.yellow{background:var(--yellow)}.section-dot.blue{background:var(--blue)}.section-dot.red{background:var(--red)}.sidebar-section-body{padding:16px;min-width:0}.stack-gap,.form-stack,.settings-list,.drawer-actions,.history-summary,.asset-list,.session-list,.connection-list{display:flex;flex-direction:column;gap:12px;min-width:0}.chart-panel{flex:1;min-height:0;display:flex;flex-direction:column;background:#070b14bd}.panel-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid var(--border);background:#080e18d1}.panel-title-left,.panel-title-right{display:flex;align-items:center;gap:10px;min-width:0}.panel-title-left{flex-wrap:wrap}.panel-title-right{justify-content:flex-end}.panel-title-symbol{font-family:JetBrains Mono,SF Mono,monospace;font-size:1.05rem;font-weight:800;color:#bfdbfe}.panel-badge{display:inline-flex;align-items:center;height:24px;padding:0 10px;border-radius:999px;background:#2563eb29;color:#bfdbfe;font-size:.7rem;font-weight:700}.panel-title-price{font-family:JetBrains Mono,SF Mono,monospace;font-size:.94rem;font-weight:700}.panel-title-change{font-size:.76rem;font-weight:700}.text-green{color:var(--green)}.text-red{color:#f87171}.period-selector{display:inline-flex;align-items:center;gap:4px;padding:4px;border:1px solid var(--border);border-radius:999px;background:#0b1322d9;overflow-x:auto}.period-btn{min-height:28px;padding:0 10px;border-radius:999px;color:var(--text-secondary);white-space:nowrap}.period-btn:hover{color:#fff;background:#ffffff0a}.period-btn.active{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff}.account-overview{min-width:0}.account-overview.top{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,.22fr);gap:10px;align-items:stretch}.account-metric-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;min-width:0}.account-overview.top .metric-card{min-height:58px;padding:10px 12px;justify-content:center}.account-product-card{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0;min-height:58px;padding:10px 14px;border:1px solid rgba(62,86,124,.32);border-radius:8px;background:#080e189e}.account-product-card span{color:var(--text-muted);font-size:.72rem}.account-product-card strong{color:#fff;font-size:1rem;overflow-wrap:anywhere}.account-overview.top .asset-list{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.metric-card{display:flex;flex-direction:column;gap:5px;padding:12px 14px;border:1px solid rgba(62,86,124,.35);border-radius:8px;background:linear-gradient(180deg,#0e1624e6,#090f19e6)}.metric-label{color:var(--text-muted);font-size:.68rem;letter-spacing:0;text-transform:uppercase}.metric-value{font-size:.98rem;font-weight:800;overflow-wrap:anywhere}.metric-grid{display:grid;gap:12px}.metric-grid.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.history-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.chart-wrap{position:relative;flex:1;min-height:0;margin:14px 14px 0;border:1px solid rgba(62,86,124,.35);border-radius:8px;overflow:hidden;background:#07101c}.chart-container{width:100%;height:100%}.chart-empty{position:absolute;inset:0;display:grid;place-items:center;gap:6px;text-align:center;color:var(--text-muted);padding:24px;background:linear-gradient(180deg,#07101cd1,#07101cf0)}.bottom-panel{height:268px;margin-top:14px;border-top:1px solid var(--border);background:#080e18d1;display:grid;grid-template-rows:48px 46px minmax(0,1fr)}.bottom-tabs{display:flex;align-items:stretch;gap:4px;padding:0 12px;border-bottom:1px solid var(--border);overflow-x:auto}.bottom-tab{min-height:46px;padding:0 14px;color:var(--text-secondary);font-weight:700;border-bottom:2px solid transparent;white-space:nowrap}.bottom-tab.active{color:#fff;border-bottom-color:var(--accent)}.bottom-content{min-height:0;overflow:auto}.runtime-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px;padding:0 14px;border-bottom:1px solid var(--border);background:#080e18c7}.runtime-toolbar-title{display:flex;align-items:baseline;gap:10px;min-width:0}.runtime-toolbar-title strong{color:var(--text-primary);font-size:.84rem;font-weight:800;white-space:nowrap}.runtime-toolbar-title span{min-width:0;color:var(--text-muted);font-size:.74rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-toolbar-stats{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.runtime-chip{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border:1px solid rgba(62,86,124,.32);border-radius:999px;background:#0a111db8;color:var(--text-secondary);font-size:.68rem;font-weight:800;white-space:nowrap}.runtime-chip.positive{color:#bbf7d0;border-color:#34d3993d;background:#34d3991f}.runtime-chip.negative,.runtime-chip.danger{color:#fecaca;border-color:#ef44443d;background:#ef44441f}.runtime-chip.info{color:#bae6fd;border-color:#38bdf83d;background:#38bdf81f}.focus-card,.connection-card,.session-card-mini,.session-card-grid,.license-box,.order-summary-card{border:1px solid rgba(62,86,124,.35);border-radius:8px;background:#0c1421d9;min-width:0}.focus-card,.license-box,.order-summary-card{padding:16px}.left-rail .focus-card,.left-rail .license-box,.left-rail .order-summary-card,.right-rail .focus-card,.right-rail .license-box,.right-rail .order-summary-card{padding:14px}.focus-card-top,.connection-card-top,.session-card-mini-top,.session-card-grid-top{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;min-width:0}.focus-card-top{flex-wrap:wrap}.focus-title,.session-card-title{font-size:.92rem;font-weight:800;line-height:1.35;overflow-wrap:anywhere}.focus-desc,.session-card-subtitle,.connection-card-meta,.settings-list-meta,.timeline-kind,.page-shell p{color:var(--text-secondary)}.focus-desc,.session-card-subtitle,.connection-card-meta{font-size:.75rem;line-height:1.55;overflow-wrap:anywhere}.focus-badges,.strategy-card-badges,.page-header-tags,.settings-list-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.badge,.page-chip,.card-tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;color:#fff;font-size:.68rem;font-weight:800}.badge-ai{background:#38bdf82e;color:#bae6fd;border:1px solid rgba(56,189,248,.24)}.badge-custom{background:#34d39924;color:#bbf7d0;border:1px solid rgba(52,211,153,.24)}.badge-public,.badge-review.success{background:#22c55e2e;color:#bbf7d0;border:1px solid rgba(34,197,94,.24)}.badge-review.warn{background:#f59e0b29;color:#fde68a;border:1px solid rgba(245,158,11,.24)}.badge-review.danger{background:#ef444429;color:#fecaca;border:1px solid rgba(239,68,68,.24)}.badge-review.muted{background:#94a3b81f;color:#cbd5e1;border:1px solid rgba(148,163,184,.18)}.page-chip,.card-tag{background:#94a3b81f;color:var(--text-secondary)}.mini-grid,.info-strip-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;min-width:0}.info-cell,.info-strip,.info-row{display:flex;justify-content:space-between;gap:12px}.info-cell{flex-direction:column;padding:12px;border:1px solid rgba(62,86,124,.28);border-radius:8px;background:#080e18a6}.info-cell span,.info-row span,.info-strip span{color:var(--text-muted);font-size:.72rem}.info-row strong,.info-cell strong,.info-strip strong{color:#fff;overflow-wrap:anywhere}.info-list,.condition-list{display:flex;flex-direction:column;gap:12px}.asset-row{display:flex;justify-content:space-between;gap:12px;min-width:0;padding:10px 12px;border:1px solid rgba(62,86,124,.28);border-radius:8px;background:#080e189e}.asset-row span{color:var(--text-muted);font-size:.72rem}.asset-row strong{color:#fff;overflow-wrap:anywhere}.condition-list{padding-top:4px}.condition-row{display:flex;justify-content:space-between;gap:10px;color:var(--text-secondary);font-size:.76rem}.control-row{display:flex;gap:12px;flex-wrap:wrap}.control-row>*{flex:1;min-width:0}.text-link{padding:0;color:#93c5fd;text-align:left}.text-link:hover{color:#fff}.history-pill{display:flex;flex-direction:column;gap:6px;padding:14px;border-radius:8px;background:#0e1624d1;border:1px solid rgba(62,86,124,.35)}.history-pill-title{font-weight:800}.history-pill-stats{display:flex;gap:8px;flex-wrap:wrap;color:var(--text-secondary);font-size:.74rem}.connection-card,.session-card-mini,.session-card-grid,.session-pill{width:100%;color:var(--text-primary);text-align:left;padding:14px}.connection-card.active,.session-card-mini.active,.session-card-grid.active,.session-pill.active{border-color:#60a5fa7a;box-shadow:inset 0 0 0 1px #60a5fa2e}.status-inline{font-size:.72rem;font-weight:700}.status-inline.online{color:var(--green)}.status-inline.offline{color:#fca5a5}.status-inline.reconnecting{color:#fde68a}.connection-health-row{display:flex;justify-content:space-between;gap:10px;margin-top:8px;color:var(--text-muted);font-size:.7rem}.connection-error{margin-top:8px;padding:8px 10px;border-radius:8px;color:#fecaca;background:#ef44441a;font-size:.72rem;line-height:1.45;overflow-wrap:anywhere}.connection-error.compact{display:inline-block;max-width:min(520px,100%)}.run-badge,.status-tag{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.68rem;font-weight:800}.run-badge.running,.status-tag.running,.status-tag.filled{background:#34d3991f;color:#bbf7d0}.run-badge.paused,.run-badge.reconnecting{background:#f59e0b1f;color:#fde68a}.run-badge.error,.status-tag.error{background:#ef44441f;color:#fecaca}.run-badge.stopped,.status-tag.stopped,.status-tag.cancelled,.status-tag.draft{background:#94a3b81f;color:#cbd5e1}.status-tag.paused{background:#f59e0b1f;color:#fde68a}.status-tag.submitted,.status-tag.pending{background:#2563eb24;color:#bfdbfe}.session-card-mini-meta,.session-card-grid-top,.timeline-item,.settings-list-item{display:flex;justify-content:space-between;gap:12px}.session-card-mini-meta,.timeline-item,.settings-list-meta{font-size:.74rem}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px}.segmented button{min-height:38px;border-radius:var(--radius-sm);color:var(--text-secondary);border:1px solid var(--border);background:#0f172780}.segmented button.active.buy{color:#d1fae5;border-color:#34d3994d;background:#34d39929}.segmented button.active.sell{color:#fecaca;border-color:#ef44444d;background:#ef444429}.panel-select.slim{max-width:90px}.inline-message{padding:10px 12px;border-radius:8px;color:var(--text-secondary);background:#94a3b814;font-size:.74rem}.inline-message.warning{color:#fde68a;background:#f59e0b1f}.inline-message.danger{color:#fecaca;background:#ef44441f}.page-shell{height:100%;overflow:auto;padding:28px}.page-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:20px}.page-kicker,.panel-heading{font-size:.72rem;text-transform:uppercase;letter-spacing:0;color:var(--text-muted);font-weight:800}.page-header h1{margin-top:6px;font-size:2rem}.page-header p{margin-top:8px;max-width:680px}.strategy-grid,.session-grid,.settings-grid,.history-layout{display:grid;gap:18px}.strategy-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.custom-builder{padding:18px;margin-bottom:18px}.custom-builder-head{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:16px}.custom-builder-head h2{margin-top:4px;font-size:1.18rem}.builder-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.builder-section{display:flex;flex-direction:column;gap:10px;min-width:0;padding:14px;border:1px solid rgba(62,86,124,.3);border-radius:8px;background:#080e1894}.builder-condition-row{display:grid;grid-template-columns:minmax(120px,1.2fr) minmax(90px,.8fr) minmax(76px,.7fr) minmax(76px,.7fr);gap:10px}.check-row{min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:9px 11px;border:1px solid rgba(62,86,124,.3);border-radius:var(--radius-sm);color:var(--text-secondary);background:#0f17277a;font-size:.78rem;white-space:nowrap}.check-row input{width:14px;height:14px;accent-color:var(--accent)}.builder-risk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.session-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.bulk-panel,.bulk-actions,.insight-card{padding:18px;margin-bottom:18px}.bulk-panel-head,.bulk-actions,.insight-card-head,.decision-row-top,.news-row-top,.session-card-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.bulk-panel-head h2,.bulk-actions h2,.insight-card h2{margin-top:4px;font-size:1.14rem}.bulk-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.1fr) minmax(220px,.65fr);gap:14px;margin-top:16px}.bulk-column,.choice-list,.decision-list,.news-list{display:flex;flex-direction:column;gap:10px;min-width:0}.choice-card,.session-check{display:flex;align-items:center;gap:10px;min-width:0;padding:10px 11px;border:1px solid rgba(62,86,124,.32);border-radius:8px;background:#080e188a;color:var(--text-secondary)}.choice-card input,.session-check input{width:14px;height:14px;accent-color:var(--accent)}.choice-card span{display:flex;flex-direction:column;gap:3px;min-width:0}.choice-card strong,.choice-card small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.choice-card small{color:var(--text-muted)}.bulk-action-controls{display:grid;grid-template-columns:minmax(180px,1fr) auto auto auto;gap:10px;align-items:center;min-width:min(100%,620px)}.session-card-actions{align-items:center;flex-wrap:wrap}.session-check{min-height:30px;padding:6px 9px;font-size:.72rem;border-radius:999px}.session-insight-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;margin-top:18px}.decision-row,.news-row{display:block;color:inherit;text-decoration:none;padding:12px;border:1px solid rgba(62,86,124,.3);border-radius:8px;background:#080e188a}.decision-row p,.news-row p{margin:8px 0 0;font-size:.78rem;line-height:1.55}.decision-row-top span,.news-row-top span{color:var(--text-muted);font-size:.72rem;white-space:nowrap}.decision-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px;color:var(--text-muted);font-size:.72rem}.level-badge{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:.68rem;font-weight:800}.level-error{color:#fecaca;background:#ef444429}.level-warn{color:#fde68a;background:#f59e0b29}.settings-grid{grid-template-columns:1.15fr .85fr}.history-layout{grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr)}.expanded-card,.session-card-grid{border:1px solid rgba(62,86,124,.4);border-radius:8px;background:linear-gradient(180deg,#0e1624f2,#090f19f2);overflow:hidden}.expanded-card.expanded{border-color:#60a5fa73}.header-button{width:100%;text-align:left;padding:16px}.strategy-card-title-block{min-width:0}.strategy-card-name{font-size:1rem;font-weight:800}.strategy-card-desc{margin-top:5px;font-size:.78rem}.strategy-card-detail{padding:0 16px 16px;display:flex;flex-direction:column;gap:14px}.backtest-box{padding:12px;border:1px solid rgba(62,86,124,.3);border-radius:8px;background:#0b1322a6}.session-card-grid{padding:16px}.session-pills{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.session-pill{width:auto;display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(62,86,124,.35);border-radius:999px;color:var(--text-secondary);background:#0c1421d9}.history-panel{padding:16px}.panel-divider{height:1px;background:#3e567c59;margin:16px 0}.timeline-list{display:flex;flex-direction:column;gap:10px}.timeline-item{align-items:flex-start;padding:10px 12px;border-radius:8px;background:#0c1421d9;border:1px solid rgba(62,86,124,.26)}.timeline-item.error{border-color:#ef444440}.timeline-time{flex:0 0 132px;color:var(--text-muted)}.timeline-kind{flex:0 0 40px;font-weight:700}.timeline-msg{flex:1}.settings-shell{overflow:auto}.settings-card{padding:18px}.settings-list-item{align-items:center;padding:12px;border-radius:8px;border:1px solid rgba(62,86,124,.3);background:#0c1421d1}.license-box{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}.drawer-overlay,.modal-overlay{position:fixed;inset:0;background:#03060bb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:grid;z-index:40}.drawer-overlay{justify-items:end;align-items:stretch}.modal-overlay{place-items:center;padding:16px}.user-drawer{width:min(340px,100vw);height:100dvh;padding:18px;border:1px solid rgba(67,92,132,.35);border-radius:8px 0 0 8px;background:linear-gradient(180deg,#121c2cfa,#080d16fa);box-shadow:var(--shadow);overflow-y:auto}.user-drawer-top{display:flex;align-items:center;gap:16px;margin-bottom:18px}.user-avatar-large{width:44px;height:44px;font-size:1.1rem}.user-drawer h2{font-size:1rem;overflow-wrap:anywhere}.user-drawer p{color:var(--text-secondary);margin-top:4px}.modal{width:min(320px,calc(100vw - 32px));padding:20px;border:1px solid rgba(67,92,132,.35);border-radius:8px;background:linear-gradient(180deg,#121c2cfa,#080d16fa);box-shadow:var(--shadow)}.modal-kicker{color:var(--text-muted);font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:0}.modal h3{margin-top:8px;font-size:1.05rem}.modal-sub{margin:8px 0 16px;color:var(--text-secondary);font-size:.84rem}.modal input{width:100%;min-height:38px;padding:9px 11px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);outline:none}.modal input:focus{border-color:#5288ffe6;box-shadow:0 0 0 3px #2563eb26}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.table-wrap{overflow:auto}.runtime-table-wrap{height:100%;padding:10px 12px 12px;background:transparent}.data-table{width:100%;border-collapse:collapse;font-size:.76rem}.runtime-table{min-width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0}.data-table th{position:sticky;top:0;padding:12px 14px;text-align:left;color:var(--text-muted);font-weight:800;letter-spacing:0;text-transform:uppercase;border-bottom:1px solid rgba(62,86,124,.35);background:#0a111dfa}.data-table td{padding:12px 14px;border-bottom:1px solid rgba(62,86,124,.2);color:var(--text-secondary);vertical-align:middle}.data-table tr:hover td{background:#1420328c}.col-symbol{font-family:JetBrains Mono,SF Mono,monospace;color:#fff}.runtime-primary-cell{min-width:0}.runtime-primary-cell strong{display:block;color:var(--text-primary);font-size:.78rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-subline{display:block;margin-top:3px;color:var(--text-muted);font-size:.69rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.runtime-number-cell,.col-time{font-family:JetBrains Mono,SF Mono,monospace;font-variant-numeric:tabular-nums}.runtime-table th:first-child,.runtime-table td:first-child{width:24%}.runtime-table th:nth-child(2),.runtime-table td:nth-child(2){width:10%}.runtime-table th:last-child,.runtime-table td:last-child{width:14%}.table-source{display:inline-flex;align-items:center;min-height:20px;margin-left:8px;padding:0 7px;border:1px solid rgba(56,189,248,.24);border-radius:999px;color:#bae6fd;background:#38bdf81f;font-family:IBM Plex Sans,Avenir Next,Segoe UI,PingFang SC,Microsoft YaHei,sans-serif;font-size:.66rem;font-weight:800}.btn-table-danger{min-height:30px;padding:6px 10px;border:1px solid rgba(239,68,68,.35);border-radius:7px;color:#fecaca;background:#7f1d1d5c;font-size:.72rem;font-weight:800;white-space:nowrap}.btn-table-danger:hover:not(:disabled){color:#fff;background:#dc2626b8}.btn-table-danger:disabled{cursor:not-allowed;opacity:.5}.buy{color:var(--green)}.sell{color:#f87171}.col-time{color:var(--text-muted)}.empty-cell{text-align:center;padding:26px 12px!important;color:var(--text-muted)}.log-list{display:flex;flex-direction:column}.log-item{display:grid;grid-template-columns:146px 64px 90px minmax(0,1fr);gap:10px;align-items:center;padding:12px 14px;border-bottom:1px solid rgba(62,86,124,.18)}.log-item.error{background:#ef44440a}.log-time,.log-source{color:var(--text-muted);font-size:.72rem}.log-level{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:.68rem;font-weight:800;text-transform:uppercase}.log-level.info{background:#2563eb24;color:#bfdbfe}.log-level.warn{background:#f59e0b24;color:#fde68a}.log-level.error{background:#ef444424;color:#fecaca}.log-msg{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.empty-state{padding:28px 18px;border:1px dashed rgba(62,86,124,.45);border-radius:8px;text-align:center;color:var(--text-secondary);display:grid;gap:6px}.empty-state strong{color:#fff}.empty-state.compact{padding:20px 14px;font-size:.84rem}.toast{position:fixed;top:18px;right:18px;z-index:60;min-width:220px;max-width:min(380px,calc(100vw - 32px));padding:14px 16px;border-radius:8px;border:1px solid rgba(62,86,124,.35);background:#0a111dfa;color:#fff;box-shadow:var(--shadow)}.product-dashboard,.ai-product-page,.risk-center-page{min-width:1180px}.risk-status-strip{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:18px 20px;border:1px solid rgba(245,158,11,.32);border-radius:var(--radius-lg);background:linear-gradient(135deg,#f59e0b21,#101a2ad1);margin-bottom:18px}.risk-status-strip strong,.mobile-hero-card strong{display:block;font-size:1.1rem}.risk-status-strip span,.mobile-hero-card span,.mobile-hero-card small{color:var(--text-secondary)}.strip-badges,.mobile-topbar-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.dashboard-metrics{grid-template-columns:repeat(6,minmax(0,1fr));margin-bottom:18px}.dashboard-product-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:16px}.three-up{grid-template-columns:repeat(3,minmax(0,1fr))}.summary-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:12px;align-items:center;padding:10px 0;border-bottom:1px solid rgba(148,163,184,.12)}.summary-row:last-child{border-bottom:0}.product-tabs{display:flex;gap:8px;padding:6px;border:1px solid var(--border);border-radius:var(--radius);background:#0a111db8;margin-bottom:16px}.product-tabs button{min-height:34px;padding:0 13px;border-radius:var(--radius-sm);color:var(--text-secondary)}.product-tabs button.active{background:var(--accent);color:#fff}.compact-tabs{flex-wrap:wrap}.ai-decision-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.decision-card-button{display:block;width:100%;text-align:left}.decision-row.featured,.decision-card-button:hover{border-color:#38bdf85c}.detail-drawer-wide{width:min(620px,92vw);overflow:auto}.json-box{margin-top:12px;max-height:340px;overflow:auto;padding:12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:#0206176b;color:var(--text-secondary);font-size:.78rem}.risk-group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.risk-group-card .inline-message{margin-top:12px}.modal-textarea{width:100%;min-height:100px;resize:vertical;padding:10px 12px;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-input);color:var(--text-primary);outline:none}.mobile-shell{min-height:100vh;background:var(--bg-root);overflow:hidden;display:flex;flex-direction:column}.mobile-topbar{height:58px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-bottom:1px solid var(--border);background:#0a111df5}.mobile-topbar strong{display:block;font-size:1.1rem;letter-spacing:0}.mobile-topbar span{display:block;color:var(--text-muted);font-size:.72rem}.mobile-body{flex:1;overflow:auto;padding:14px 14px 84px}.mobile-bottom-nav{position:fixed;left:0;right:0;bottom:0;height:66px;display:grid;grid-template-columns:repeat(5,1fr);gap:4px;padding:8px;border-top:1px solid var(--border);background:#0a111dfa}.mobile-bottom-nav button{border-radius:var(--radius-sm);color:var(--text-muted);font-size:.78rem}.mobile-bottom-nav button.active{background:#2563eb33;color:#fff}.mobile-stack{display:flex;flex-direction:column;gap:12px}.mobile-hero-card,.mobile-session-card,.mobile-list-row{padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}.mobile-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mobile-card{padding:14px}.mobile-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.mobile-list-row.danger{border-color:#ef444457}.mobile-segment{position:sticky;top:0;z-index:2;background:var(--bg-root);padding:4px}.mobile-news{border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}.toast.success{border-color:#34d3993d;color:#d1fae5}.toast.error{border-color:#ef444447;color:#fecaca}.toast.busy{border-color:#2563eb47;color:#bfdbfe}@media(max-width:1480px){.operations-layout{grid-template-columns:320px minmax(0,1fr) 380px}.history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1320px){.terminal-topbar{grid-template-columns:auto minmax(280px,1fr) auto;gap:12px}.shell-nav-btn{gap:6px;padding:9px 10px}.topbar-actions{gap:8px}.user-trigger-name{max-width:92px}.operations-layout{grid-template-columns:minmax(240px,280px) minmax(460px,1fr) minmax(300px,340px);gap:12px;padding:12px}.left-rail .sidebar-section-body,.right-rail .sidebar-section-body{padding:12px}.account-overview.top{grid-template-columns:1fr}.account-metric-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1180px){body{overflow:auto}.app-shell{grid-template-rows:auto minmax(0,1fr);height:auto;min-height:100dvh}.terminal-topbar{grid-template-columns:1fr;align-items:stretch;gap:12px;padding:14px;height:auto}.shell-nav{justify-content:flex-start;padding-bottom:2px}.topbar-actions{flex-wrap:wrap}.app-body{overflow:visible}.operations-layout{display:grid;grid-template-columns:1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"account" "workspace" "left" "right";gap:18px;height:auto;min-height:0;overflow:visible}.workspace{min-height:760px}.account-overview.top .asset-list{grid-template-columns:repeat(2,minmax(0,1fr))}.left-rail,.right-rail{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;padding-right:0;overflow:visible}.settings-grid,.history-layout,.bulk-grid,.session-insight-grid,.builder-grid{grid-template-columns:1fr}}@media(max-width:760px){.page-shell,.operations-layout{padding:12px}.terminal-topbar{padding:14px 12px}.topbar-brand-lockup{align-items:center}.topbar-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.topbar-actions>*{min-width:0;justify-content:center}.topbar-danger,.user-trigger{grid-column:span 2}.custom-builder-head{flex-direction:column}.bulk-panel-head,.bulk-actions,.bulk-action-controls{grid-template-columns:1fr;flex-direction:column;align-items:stretch}.builder-condition-row,.builder-risk-grid{grid-template-columns:1fr}.user-trigger-name{max-width:220px}.operations-layout{gap:12px}.workspace{min-height:720px}.left-rail,.right-rail{grid-template-columns:1fr}.panel-title{grid-template-columns:1fr;align-items:start}.panel-title-left,.panel-title-right{flex-wrap:wrap}.panel-title,.account-top-panel{padding-left:12px;padding-right:12px}.chart-wrap{margin-left:12px;margin-right:12px;min-height:320px}.account-metric-row,.account-overview.top .asset-list,.metric-grid.two-up,.mini-grid,.info-strip-grid,.history-grid{grid-template-columns:1fr}.bottom-panel{height:300px}.strategy-grid,.session-grid,.log-item{grid-template-columns:1fr}.timeline-item,.settings-list-item,.session-card-mini-meta,.page-header{flex-direction:column}}.page-shell{background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.12),transparent 26%),radial-gradient(circle at 88% 10%,rgba(56,189,248,.08),transparent 22%)}.product-dashboard .risk-status-strip{position:relative;overflow:hidden;border-radius:20px;border-color:#38bdf842;background:linear-gradient(135deg,#2563eb33,#060b1433 42%),linear-gradient(180deg,#101a2af5,#0a111de6);box-shadow:0 24px 70px #00000047,inset 0 1px #ffffff0a}.product-dashboard .risk-status-strip:after{content:"";position:absolute;inset:auto -80px -130px auto;width:280px;height:280px;pointer-events:none;border-radius:999px;background:radial-gradient(circle,rgba(52,211,153,.16),transparent 62%)}.product-dashboard .risk-status-strip strong{font-size:clamp(1.25rem,1.2vw,1.75rem);letter-spacing:-.02em}.dashboard-metrics .metric-card,.account-metric-row .metric-card,.mobile-stat-grid .metric-card{border-color:#38bdf829;background:linear-gradient(180deg,#101a2af2,#0a111de6),radial-gradient(circle at top right,rgba(37,99,235,.14),transparent 46%);box-shadow:0 16px 40px #0000002e}.dashboard-metrics .metric-card strong,.mobile-stat-grid .metric-card strong{font-size:1.24rem;letter-spacing:-.02em}.dashboard-product-grid .expanded-card,.ai-product-page .expanded-card,.risk-center-page .expanded-card{padding:20px;border-radius:18px;border-color:#3e567c7a;background:linear-gradient(180deg,#101a2af0,#090f19f5),radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 38%);box-shadow:0 20px 55px #00000038;overflow:visible}.dashboard-product-grid .expanded-card:first-child{grid-column:span 2}.decision-row.featured,.ai-decision-grid .decision-row{border-radius:16px;border-color:#38bdf847;background:linear-gradient(135deg,#2563eb24,#101a2ae0),radial-gradient(circle at 100% 0%,rgba(52,211,153,.08),transparent 38%)}.decision-meta span{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(148,163,184,.12);border-radius:999px;background:#02061747}.operations-layout{background:linear-gradient(180deg,#060b148c,#060b14eb),radial-gradient(circle at 48% 0%,rgba(37,99,235,.12),transparent 26%)}.workspace{border-radius:18px;border-color:#38bdf82e;box-shadow:0 24px 70px #00000047}.chart-panel{background:linear-gradient(180deg,#070b14f5,#050910fa),radial-gradient(circle at center top,rgba(37,99,235,.08),transparent 30%)}.chart-wrap{border-top:1px solid rgba(56,189,248,.08)}.panel-title{padding:16px 20px;background:linear-gradient(90deg,#2563eb1f,#080e18e6 36%),#080e18eb}.panel-title-symbol{font-size:1.25rem;color:#e0f2fe}.sidebar-section{border-radius:16px;background:linear-gradient(180deg,#101a2af5,#090f19f5),radial-gradient(circle at top right,rgba(37,99,235,.06),transparent 44%)}.right-rail .sidebar-section:nth-child(2){border-color:#f59e0b57;box-shadow:0 0 0 1px #f59e0b0a,0 16px 42px #f59e0b0f}.bottom-panel{border-top-color:#38bdf824}.bottom-tabs{background:#060b148f}.bottom-tab.active,.product-tabs button.active,.segmented button.active{box-shadow:0 10px 28px #2563eb38}.strategy-grid.product-strategy-grid,.session-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.strategy-card,.session-card-grid{border-radius:18px;border-color:#3e567c6b;background:linear-gradient(180deg,#101a2af5,#0a111df5),radial-gradient(circle at top right,rgba(37,99,235,.08),transparent 42%);box-shadow:0 18px 46px #0003}.strategy-card:hover,.session-card-grid:hover,.connection-card:hover{border-color:#38bdf861;transform:translateY(-1px)}.session-card-grid:has(.status-tag.error),.session-card-grid:has(.status-tag.failed){border-color:#ef44446b;box-shadow:0 0 0 1px #ef44441f,0 20px 60px #ef444414}.bulk-panel,.bulk-actions,.insight-card,.custom-builder{border-radius:18px;border-color:#3e567c6b;background:linear-gradient(180deg,#101a2aeb,#0a111df0),radial-gradient(circle at top left,rgba(56,189,248,.08),transparent 36%)}.choice-card,.builder-section,.backtest-box{border-radius:14px}.mobile-shell{background:radial-gradient(circle at 50% -80px,rgba(37,99,235,.22),transparent 28%),var(--bg-root)}.mobile-topbar{height:62px;background:#0a111de6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-hero-card{border-radius:22px;border-color:#38bdf83d;background:linear-gradient(135deg,#2563eb38,#101a2ae6),radial-gradient(circle at 100% 0%,rgba(52,211,153,.12),transparent 40%);box-shadow:0 22px 52px #0000003d}.mobile-hero-card strong{font-size:1.35rem}.mobile-session-card,.mobile-card,.mobile-list-row{border-radius:18px;background:linear-gradient(180deg,#101a2af2,#0a111df2)}.mobile-session-card .control-row button,.mobile-card button,.mobile-list-row button{min-height:40px}.mobile-bottom-nav{height:72px;padding:8px 10px 10px;background:#0a111deb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav button{min-height:48px;border-radius:16px}.ai-confidence-gauge{padding:14px;border:1px solid rgba(56,189,248,.24);border-radius:16px;background:#080e18b8;margin-bottom:12px}.ai-confidence-gauge span,.ai-confidence-gauge strong{display:block}.ai-confidence-gauge strong{font-size:1.6rem}.ai-confidence-gauge div,.risk-score-meter{height:8px;margin-top:10px;border-radius:999px;background:#64748b2e;overflow:hidden}.ai-confidence-gauge i,.risk-score-meter i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--yellow),var(--green))}.ai-confidence-gauge.warn i,.risk-score-hero.level-high .risk-score-meter i{background:linear-gradient(90deg,var(--red),var(--yellow))}.ai-action-openLong{border-color:#34d39952}.ai-action-openShort{border-color:#ef444452}.ai-action-close{border-color:#38bdf852}.risk-score-hero{display:grid;grid-template-columns:minmax(180px,.3fr) minmax(220px,1fr);gap:18px;align-items:center;margin-bottom:18px;padding:20px;border:1px solid rgba(62,86,124,.42);border-radius:22px;background:linear-gradient(135deg,#2563eb29,#101a2af0),radial-gradient(circle at top right,rgba(52,211,153,.12),transparent 38%)}.risk-score-hero strong{display:block;font-size:3rem;line-height:1}.risk-score-hero p{grid-column:1 / -1;color:var(--text-secondary)}.risk-change-summary{margin-top:16px;padding:16px}.mobile-card-main{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.mobile-action-sheet{align-items:flex-end}.mobile-session-detail-sheet{width:100%;max-height:82vh;border-radius:24px 24px 0 0;overflow:auto}.strategy-market-page .strategy-card,.sessions-command-page .session-card-grid{min-height:260px}@media(max-width:1280px){.dashboard-product-grid .expanded-card:first-child{grid-column:auto}}.terminal-topbar{grid-template-columns:auto minmax(0,1fr) auto;gap:12px;padding:0 16px;background:#050914f0}.topbar-brand-lockup{min-width:132px;gap:8px}.shell-nav{justify-content:flex-start;gap:4px;overflow:visible}.shell-nav-btn{min-height:40px;padding:0 10px;font-size:.88rem;border-radius:12px}.shell-nav-btn.active{background:#3b82f62e}.topbar-actions{gap:8px;flex-shrink:0}.status-pill{min-width:128px;justify-content:center}.language-select{width:144px;min-width:144px}.topbar-danger{min-width:132px;border-color:#ef44446b;background:linear-gradient(180deg,#ef44443d,#7f1d1d4d);box-shadow:0 14px 36px #ef44441f}.user-trigger{width:132px}.user-trigger-name{max-width:78px}.page-header h1{font-size:clamp(2rem,2.6vw,2.5rem);letter-spacing:0}.page-kicker,.panel-heading,.metric-label{letter-spacing:.02em}.panel-heading{display:block;margin-bottom:14px;line-height:1.2}.compact-table table{width:100%;min-width:560px;border-collapse:separate;border-spacing:0}.compact-table th,.compact-table td{padding:10px 12px;white-space:nowrap}.compact-table th{color:var(--text-secondary);font-size:.74rem}.expanded-card,.session-card-grid,.sidebar-section,.settings-card,.history-panel,.metric-card,.connection-card,.session-card-mini,.focus-card,.license-box,.order-summary-card,.builder-section,.backtest-box{border-color:#4a679159;background:linear-gradient(180deg,#111c31f5,#080f1ff5);box-shadow:0 18px 50px #00000047}.expanded-card,.session-card-grid,.sidebar-section,.settings-card,.history-panel,.strategy-card,.mobile-card,.mobile-session-card,.mobile-list-row{border-radius:18px}.metric-card{min-height:84px;padding:16px;border-radius:14px}.metric-value{font-size:1.8rem;line-height:1.1}.empty-state{min-height:132px;place-items:center;align-content:center;padding:26px 22px;border:1px solid rgba(74,103,145,.32);border-radius:16px;background:linear-gradient(180deg,#111c31d1,#080f1fe0),radial-gradient(circle at 50% 0%,rgba(59,130,246,.12),transparent 44%);box-shadow:inset 0 1px #ffffff08}.empty-state.compact{min-height:108px;padding:20px 18px}.empty-state-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;color:#93c5fd;background:#3b82f624;font-size:1.4rem;line-height:1}.empty-cell{border:0!important;background:transparent!important;color:var(--text-secondary)}.btn-primary,.btn-ghost,.btn-danger{border-radius:10px;min-height:40px}.status-tag,.run-badge,.badge{letter-spacing:.01em}.status-tag.error,.status-tag.failed{background:#ef444429}.status-tag.stopped{background:#64748b29}.status-tag.submitted,.status-tag.pending{background:#38bdf824;color:#bae6fd}.dashboard-product-grid,.history-layout,.settings-grid{align-items:start}.mobile-shell{color:var(--text-primary)}.mobile-topbar{height:68px;padding:0 16px}.mobile-body{padding:16px 16px 92px}.mobile-bottom-nav{height:76px}.mobile-bottom-nav button{min-height:52px}@media(max-width:1360px){.topbar-brand-lockup{min-width:112px}.shell-nav-btn{padding:0 8px;font-size:.82rem}.status-pill{min-width:118px}.language-select{width:130px;min-width:130px}.topbar-danger{min-width:120px}.user-trigger{width:116px}}:root{--bg-root: #020713;--bg-surface: #050d1d;--bg-card: rgba(10, 24, 48, .72);--bg-card-strong: rgba(13, 31, 61, .82);--bg-hover: rgba(17, 54, 105, .56);--bg-input: rgba(5, 16, 36, .82);--border: rgba(110, 191, 255, .18);--border-strong: rgba(110, 191, 255, .34);--text-primary: #f8fbff;--text-secondary: #9fb3ce;--text-muted: #607694;--accent: #1aa8ff;--accent-strong: #1177ff;--green: #27f2a4;--red: #ff5c7a;--yellow: #ffd166;--blue: #20e7ff;--radius-sm: 12px;--radius: 18px;--radius-lg: 24px;--shadow: 0 30px 90px rgba(0, 79, 180, .26)}body{background:radial-gradient(circle at 78% 8%,rgba(15,123,255,.26),transparent 30%),radial-gradient(circle at 16% 12%,rgba(32,231,255,.12),transparent 28%),radial-gradient(circle at 50% 50%,rgba(18,77,190,.12),transparent 40%),linear-gradient(180deg,#020713,#040b19 48%,#020713)}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;opacity:.34;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;-webkit-mask-image:radial-gradient(circle at center,black,transparent 86%);mask-image:radial-gradient(circle at center,black,transparent 86%)}.auth-page,.app-shell,.mobile-shell{background:radial-gradient(circle at 78% 8%,rgba(15,123,255,.24),transparent 32%),radial-gradient(circle at 14% 16%,rgba(32,231,255,.12),transparent 30%),linear-gradient(180deg,#020713,#040b19 52%,#020713)}.auth-container{border-color:#6ebfff38;border-radius:30px;background:radial-gradient(circle at 18% 0%,rgba(32,231,255,.13),transparent 34%),linear-gradient(180deg,#0d1f3deb,#050e1ff0);box-shadow:var(--shadow),inset 0 1px #ffffff0e;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-logo,.topbar-brand{background:linear-gradient(135deg,#fff,#7ddfff 46%,#1c8cff);-webkit-background-clip:text;color:transparent;letter-spacing:-.05em}.auth-tagline,.topbar-appname{color:#b7c5d9}.terminal-topbar,.mobile-topbar{border-bottom-color:#6ebfff21;background:#020713c7;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.topbar-brand-lockup:before{content:"☁";width:38px;height:38px;display:grid;place-items:center;border-radius:14px;color:var(--blue);background:radial-gradient(circle at 35% 25%,rgba(32,231,255,.44),transparent 36%),#10264ceb;border:1px solid rgba(32,231,255,.42);box-shadow:0 0 34px #20e7ff3d}.topbar-brand-lockup{align-items:center}.shell-nav{padding:6px;border:1px solid rgba(110,191,255,.1);border-radius:999px;background:#050f216b}.shell-nav-btn{min-height:40px;border-radius:999px;font-weight:760}.shell-nav-btn:hover,.shell-nav-btn.active{border-color:#20e7ff57;background:linear-gradient(135deg,#1177ff4d,#20e7ff1f);box-shadow:inset 0 0 0 1px #20e7ff2e,0 14px 34px #0074ff1f}.btn-primary,.period-btn.active,.drawer-tabs button.active,.product-tabs button.active,.auth-tabs button.active{border:0;background:linear-gradient(135deg,#17f,#17c7ff);box-shadow:0 18px 42px #1177ff47}.btn-primary:hover:not(:disabled),.btn-ghost:hover:not(:disabled),.topbar-ghost:hover:not(:disabled),.user-trigger:hover,.connection-card:hover,.session-card-mini:hover,.session-card-grid:hover,.strategy-card-header:hover,.mobile-session-card:hover,.mobile-card:hover,.mobile-list-row:hover{transform:translateY(-2px);border-color:#20e7ff7a;box-shadow:0 16px 42px #0074ff29}.btn-primary,.btn-ghost,.btn-danger,.topbar-ghost,.topbar-danger,.user-trigger,.connection-card,.session-card-mini,.session-card-grid,.strategy-card-header,.mobile-session-card,.mobile-card,.mobile-list-row{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.topbar-chip,.status-pill,.language-select,.user-trigger,.topbar-ghost,.topbar-logout,.period-selector,.product-tabs,.segmented,.mobile-segment{border-color:#6ebfff2e;background:#0d1f3d73}.status-pill.online{color:#d1fae5;border-color:#27f2a447;box-shadow:0 0 24px #27f2a414}.topbar-dot.connected,.section-dot.green{background:var(--green);box-shadow:0 0 0 7px #27f2a41a,0 0 18px #27f2a475}.page-shell{position:relative;padding:32px}.page-shell:before{content:"";position:fixed;inset:64px 0 0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 86% 4%,rgba(32,231,255,.16),transparent 28%),radial-gradient(circle at 16% 38%,rgba(17,119,255,.12),transparent 32%)}.page-header,.risk-status-strip,.account-top-panel,.workspace,.sidebar-section,.settings-card,.history-panel,.expanded-card,.metric-card,.focus-card,.connection-card,.session-card-mini,.session-card-grid,.license-box,.order-summary-card,.info-cell,.asset-row,.history-pill,.mobile-hero-card,.mobile-card,.mobile-session-card,.mobile-list-row,.user-drawer,.modal{border-color:#6ebfff2e;background:linear-gradient(180deg,#0d1f3dd1,#050e1fd1);box-shadow:inset 0 1px #ffffff0b,0 20px 58px #004fb429;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.page-header,.risk-status-strip,.mobile-hero-card{overflow:hidden;background:radial-gradient(circle at 15% 80%,rgba(32,231,255,.18),transparent 32%),radial-gradient(circle at 82% 30%,rgba(17,119,255,.24),transparent 36%),linear-gradient(135deg,#0d2552eb,#040e1ff5)}.page-header h1,.mobile-hero-card strong{letter-spacing:-.055em}.page-kicker,.panel-heading,.metric-label{color:var(--blue);font-weight:850;letter-spacing:.12em}.metric-card{position:relative;overflow:hidden;min-height:116px;padding:22px;border-radius:22px}.metric-card:after{content:"";position:absolute;right:-36px;top:-36px;width:112px;height:112px;border-radius:50%;background:#20e7ff1f;filter:blur(16px)}.metric-value{position:relative;z-index:1;font-size:clamp(1.24rem,2vw,2rem);letter-spacing:-.04em}.dashboard-metrics{gap:18px}.expanded-card,.sidebar-section,.settings-card,.history-panel,.connection-card,.session-card-grid,.strategy-card-header,.risk-group-card{border-radius:24px}.chart-wrap,.chart-panel{border-color:#6ebfff2e;background:linear-gradient(rgba(151,184,220,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(151,184,220,.06) 1px,transparent 1px),#03101f;background-size:100% 42px,78px 100%,auto}.panel-title,.bottom-panel,.bottom-tabs{border-color:#6ebfff24;background:#030c1ab8}.panel-title-symbol,.text-link,.code-text{color:#7ddfff}.badge,.page-chip,.card-tag,.run-badge,.status-tag,.panel-badge,.level-badge{border:1px solid rgba(110,191,255,.16);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.run-badge.running,.status-tag.running,.status-tag.filled,.badge-review.success,.badge-custom,.badge-public{color:#d1fae5;background:#27f2a41c;border-color:#27f2a438}.run-badge.error,.status-tag.error,.status-tag.failed,.connection-error,.inline-message.danger{color:#ffd0da;background:#ff5c7a1f;border-color:#ff5c7a38}.run-badge.paused,.run-badge.reconnecting,.status-tag.paused,.badge-review.warn,.inline-message.warning{color:#ffe9a6;background:#ffd1661c;border-color:#ffd16638}.btn-danger,.topbar-danger{color:#ffd0da;border-color:#ff5c7a57;background:#ff5c7a1f}.btn-danger:hover:not(:disabled),.topbar-danger:hover:not(:disabled){box-shadow:0 16px 42px #ff5c7a29}.panel-input,.panel-select,.auth-input,.modal-textarea{border-color:#6ebfff2e;border-radius:14px;background:#051024c7}.panel-input:focus,.panel-select:focus,.auth-input:focus,.modal-textarea:focus{border-color:#20e7ff94;box-shadow:0 0 0 4px #20e7ff1a}.data-table th,.table th{color:#8fa4c2;background:#05102480}.table-wrap,.table-wrapper,.json-box,.secret-display{border-color:#6ebfff29;background:#030c1ab8}.empty-state,.empty-cell,.chart-empty{border-color:#6ebfff29;background:radial-gradient(circle at 50% 0%,rgba(32,231,255,.1),transparent 34%),#051024b8}.mobile-topbar{border-bottom-color:#6ebfff21}.mobile-bottom-nav{border-top:1px solid rgba(110,191,255,.14);background:#020713cc;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.mobile-bottom-nav button{border-radius:16px}.mobile-bottom-nav button.active{background:linear-gradient(135deg,#1177ff4d,#20e7ff1f);color:#f8fbff}.mobile-body{background:radial-gradient(circle at 78% 4%,rgba(32,231,255,.16),transparent 28%),transparent}.mobile-hero-card{border-radius:30px}.mobile-card,.mobile-session-card,.mobile-list-row{border-radius:22px}.mobile-action-sheet{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}:root{--bg-root: #f5f7fb;--bg-surface: #f8fafc;--bg-card: #ffffff;--bg-card-strong: #ffffff;--bg-hover: #f1f5f9;--bg-input: #ffffff;--border: #e5e7eb;--border-strong: #dbe3ee;--text-primary: #0f172a;--text-secondary: #64748b;--text-muted: #94a3b8;--accent: #2563eb;--accent-strong: #1d4ed8;--green: #16a34a;--red: #dc2626;--yellow: #d97706;--blue: #0891b2;--radius-sm: 12px;--radius: 16px;--radius-lg: 20px;--shadow: 0 10px 30px rgba(15, 23, 42, .06)}html,body,#root{background:#f5f7fb}body{color:var(--text-primary);background:radial-gradient(circle at 8% 0%,rgba(37,99,235,.07),transparent 28%),radial-gradient(circle at 88% 8%,rgba(8,145,178,.06),transparent 30%),linear-gradient(180deg,#f8fafc,#f3f6fb)}body:before{display:none}.auth-page,.app-shell,.mobile-shell{background:radial-gradient(circle at 10% 0%,rgba(37,99,235,.08),transparent 28%),radial-gradient(circle at 92% 0%,rgba(8,145,178,.06),transparent 30%),linear-gradient(180deg,#f8fafc,#f3f6fb);color:var(--text-primary)}.app-shell{grid-template-rows:74px minmax(0,1fr)}.terminal-topbar,.mobile-topbar{min-height:74px;border-bottom:1px solid #e5e7eb;background:#ffffffeb;box-shadow:0 1px #0f172a0a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.terminal-topbar{grid-template-columns:minmax(190px,auto) minmax(480px,1fr) auto;padding:0 24px}.topbar-brand-lockup:before{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;box-shadow:none}.topbar-brand,.auth-logo{color:#0f172a;background:none;-webkit-background-clip:border-box;letter-spacing:-.04em}.topbar-appname,.auth-tagline{color:#64748b}.shell-nav{justify-content:center;gap:4px;padding:5px;border:1px solid #e5e7eb;background:#f8fafc;box-shadow:inset 0 1px #fffc}.shell-nav-btn{min-height:38px;padding:0 12px;color:#64748b;font-size:.84rem;font-weight:750}.shell-nav-btn .ui-icon{width:17px;height:17px}.shell-nav-btn:hover,.shell-nav-btn.active{color:#0f172a;border-color:transparent;background:#fff;box-shadow:0 6px 18px #0f172a14;transform:none}.topbar-actions{gap:8px}.topbar-chip,.status-pill,.language-select,.user-trigger,.topbar-ghost,.topbar-logout,.period-selector,.product-tabs,.segmented,.mobile-segment{color:#475569;border-color:#e5e7eb;background:#fff;box-shadow:0 1px 2px #0f172a0a}.status-pill.online{color:#166534;border-color:#bbf7d0;background:#f0fdf4;box-shadow:none}.status-pill.reconnecting{color:#92400e;border-color:#fde68a;background:#fffbeb}.status-pill.offline{color:#991b1b;border-color:#fecaca;background:#fef2f2}.topbar-dot.connected,.section-dot.green{background:#16a34a;box-shadow:0 0 0 4px #16a34a1f}.topbar-dot.reconnecting,.section-dot.yellow{background:#d97706;box-shadow:0 0 0 4px #d977061f}.topbar-dot.disconnected,.section-dot.red{background:#dc2626;box-shadow:0 0 0 4px #dc26261f}.btn-primary,.period-btn.active,.drawer-tabs button.active,.product-tabs button.active,.auth-tabs button.active,.segmented button.active.buy,.segmented button.active.sell{color:#fff;border:1px solid #2563eb;background:#2563eb;box-shadow:0 10px 24px #2563eb2e}.btn-primary:hover:not(:disabled),.btn-ghost:hover:not(:disabled),.topbar-ghost:hover:not(:disabled),.user-trigger:hover,.connection-card:hover,.session-card-mini:hover,.session-card-grid:hover,.strategy-card-header:hover,.mobile-session-card:hover,.mobile-card:hover,.mobile-list-row:hover{transform:none;border-color:#bfdbfe;box-shadow:0 10px 26px #0f172a14}.btn-ghost,.topbar-ghost,.topbar-logout,.btn-outline{color:#475569;border:1px solid #e5e7eb;background:#fff}.btn-danger,.topbar-danger{color:#b91c1c;border:1px solid #fecaca;background:#fef2f2}.btn-danger:hover:not(:disabled),.topbar-danger:hover:not(:disabled){border-color:#fca5a5;background:#fee2e2;box-shadow:0 10px 24px #dc26261a}.auth-container,.page-header,.risk-status-strip,.account-top-panel,.workspace,.sidebar-section,.settings-card,.history-panel,.expanded-card,.metric-card,.focus-card,.connection-card,.session-card-mini,.session-card-grid,.license-box,.order-summary-card,.info-cell,.asset-row,.history-pill,.mobile-hero-card,.mobile-card,.mobile-session-card,.mobile-list-row,.user-drawer,.modal{color:#0f172a;border:1px solid #e5e7eb;background:#fff;box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none}.auth-container{border-radius:24px}.page-shell{width:min(100%,1440px);margin:0 auto;padding:24px;color:#0f172a}.page-shell:before{display:none}.page-header,.risk-status-strip,.mobile-hero-card{background:linear-gradient(135deg,#fff,#f8fafc 58%,#eff6ff);border-color:#e5e7eb;box-shadow:var(--shadow)}.page-header h1,.page-header h2,.mobile-hero-card strong{color:#0f172a;letter-spacing:-.04em}.page-shell p,.focus-desc,.session-card-subtitle,.connection-card-meta,.settings-list-meta,.timeline-kind,.mobile-hero-card span,.mobile-hero-card small,.auth-hint,.auth-footer,.modal-sub{color:#64748b}.page-kicker,.panel-heading,.metric-label{color:#64748b;letter-spacing:.08em}.metric-card{min-height:126px;padding:22px;border-radius:20px}.metric-card:after{display:none}.metric-card-with-icon{position:relative;padding-right:72px}.metric-card-icon{position:absolute;top:18px;right:18px;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.metric-card span:first-child,.metric-label{color:#64748b;font-size:.78rem;font-weight:800;text-transform:uppercase}.metric-card strong,.metric-value{color:#0f172a;font-size:clamp(1.55rem,2.2vw,2rem);letter-spacing:-.04em}.expanded-card,.sidebar-section,.settings-card,.history-panel,.connection-card,.session-card-grid,.strategy-card-header,.risk-group-card{border-radius:20px}.operations-layout{gap:18px;padding:24px;background:transparent}.left-rail,.right-rail{gap:18px}.workspace{border-radius:20px;overflow:hidden}.chart-panel,.chart-wrap{background:linear-gradient(rgba(148,163,184,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 1px),#0b1220;background-size:100% 42px,78px 100%,auto}.chart-wrap{border-color:#1e293b;border-radius:16px}.panel-title,.bottom-panel,.bottom-tabs{color:#e2e8f0;border-color:#94a3b82e;background:#0f172a}.runtime-toolbar{border-color:#94a3b829;background:linear-gradient(180deg,#0f172afa,#0f172ae6)}.bottom-tab{color:#94a3b8}.bottom-tab.active,.panel-title-symbol,.panel-title-price{color:#f8fafc}.runtime-chip{color:#cbd5e1;border-color:#94a3b82e;background:#1e293bad}.badge,.page-chip,.card-tag,.run-badge,.status-tag,.panel-badge,.level-badge{gap:6px;color:#475569;border:1px solid #e5e7eb;background:#f8fafc;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}.ui-icon{flex:0 0 auto}.run-badge.running,.status-tag.running,.status-tag.filled,.status-tag.active,.status-tag.connected,.badge-review.success,.badge-custom,.badge-public{color:#166534;background:#f0fdf4;border-color:#bbf7d0}.run-badge.error,.status-tag.error,.status-tag.failed,.status-tag.rejected,.connection-error,.inline-message.danger{color:#991b1b;background:#fef2f2;border-color:#fecaca}.run-badge.paused,.run-badge.reconnecting,.status-tag.paused,.status-tag.pending,.status-tag.submitted,.badge-review.warn,.inline-message.warning{color:#92400e;background:#fffbeb;border-color:#fde68a}.status-tag.stopped,.status-tag.cancelled,.status-tag.draft,.run-badge.stopped{color:#64748b;background:#f8fafc;border-color:#e5e7eb}.badge-ai,.status-tag.approved,.page-chip.info,.panel-badge{color:#075985;background:#f0f9ff;border-color:#bae6fd}.panel-input,.panel-select,.auth-input,.modal-textarea,input,select{color:#0f172a;border-color:#e5e7eb;border-radius:12px;background:#fff}.panel-input:focus,.panel-select:focus,.auth-input:focus,.modal-textarea:focus,.language-select:focus{border-color:#93c5fd;box-shadow:0 0 0 4px #2563eb1f}.info-cell,.asset-row,.account-product-card,.inline-message,.history-pill,.secret-display,.json-box,.table-wrap,.table-wrapper,.code-item{color:#0f172a;border:1px solid #eef2f7;background:#f8fafc}.info-cell span,.asset-row span,.account-product-card span,.info-row span,.condition-row,.connection-health-row{color:#64748b}.info-cell strong,.asset-row strong,.account-product-card strong,.info-row strong,.focus-title,.session-card-title,.strategy-card-name,.history-pill-title,.data-table,.table,.table-wrap table,.compact-table table{color:#0f172a}.data-table th,.table th,.table-wrap th,.compact-table th{color:#64748b;border-bottom:1px solid #e5e7eb;background:#f8fafc}.data-table td,.table td,.table-wrap td,.compact-table td{color:#0f172a;border-bottom:1px solid #eef2f7}.data-table tr:hover td,.table tr:hover td,.compact-table tr:hover td{background:#f8fafc}.runtime-table-wrap{padding:8px 10px 10px}.runtime-table thead th{top:0;z-index:2;padding:10px 12px;color:#94a3b8;border-bottom:1px solid #e5e7eb;background:#f8fafc}.runtime-table tbody td{padding:10px 12px}.runtime-table tbody tr:last-child td{border-bottom:0}.empty-state,.empty-cell,.chart-empty{color:#64748b;border:1px solid #eef2f7;border-radius:18px;background:#f8fafc}.empty-state strong{color:#0f172a}.empty-state-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#2563eb;background:#eff6ff;border:1px solid #dbeafe}.modal-overlay,.drawer-overlay,.mobile-action-sheet{background:#0f172a5c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal,.user-drawer,.detail-drawer-wide,.mobile-session-detail-sheet{border-color:#e5e7eb;background:#fff;box-shadow:0 24px 70px #0f172a2e}.drawer-tabs button,.product-tabs button,.segmented button,.period-btn{color:#64748b;border:1px solid transparent;background:transparent}.drawer-tabs button.active,.product-tabs button.active,.segmented button.active,.period-btn.active{color:#0f172a;border-color:#e5e7eb;background:#fff;box-shadow:0 6px 16px #0f172a14}.auth-tabs button{border-color:#e5e7eb;background:#f8fafc;color:#64748b}.auth-tabs button.active{color:#fff;background:#2563eb}.mobile-shell{min-height:100dvh}.mobile-topbar{height:72px;padding:0 18px}.mobile-topbar strong{color:#0f172a}.mobile-body{padding:18px 18px 94px;background:transparent}.mobile-bottom-nav{height:78px;border-top:1px solid #e5e7eb;background:#fffffff0;box-shadow:0 -10px 30px #0f172a0f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:52px;color:#64748b}.mobile-bottom-nav button.active{color:#2563eb;background:#eff6ff}.mobile-hero-card,.mobile-card,.mobile-session-card,.mobile-list-row{border-radius:20px}.mobile-list-row.danger{color:#991b1b;border-color:#fecaca;background:#fef2f2}.text-green{color:#16a34a}.text-red{color:#dc2626}.order-row,.log-item,.decision-row,.news-row,.summary-row,.settings-list-item{border-color:#eef2f7}.news-row:hover,.decision-row:hover,.summary-row:hover{background:#f8fafc}@media(max-width:1360px){.terminal-topbar{grid-template-columns:minmax(150px,auto) minmax(420px,1fr) auto;padding:0 16px}.shell-nav-btn{padding:0 9px}}.product-dashboard .risk-status-strip,.page-shell .page-header,.page-shell .account-top-panel,.page-shell .workspace,.page-shell .sidebar-section,.page-shell .settings-card,.page-shell .history-panel,.page-shell .expanded-card,.page-shell .focus-card,.page-shell .connection-card,.page-shell .session-card-mini,.page-shell .session-card-grid,.page-shell .strategy-card,.page-shell .strategy-card-header,.page-shell .license-box,.page-shell .order-summary-card,.page-shell .builder-section,.page-shell .backtest-box,.page-shell .risk-group-card,.mobile-shell .mobile-hero-card,.mobile-shell .mobile-card,.mobile-shell .mobile-session-card,.mobile-shell .mobile-list-row,.mobile-shell .expanded-card{color:#0f172a;border:1px solid #e5e7eb;background:#fff;box-shadow:0 10px 30px #0f172a0f;-webkit-backdrop-filter:none;backdrop-filter:none}.product-dashboard .risk-status-strip,.page-shell .page-header,.mobile-shell .mobile-hero-card{background:radial-gradient(circle at 88% 10%,rgba(37,99,235,.08),transparent 32%),linear-gradient(135deg,#fff,#f8fafc 58%,#eff6ff)}.product-dashboard .risk-status-strip:after,.page-shell .page-header:after,.metric-card:after{display:none}.product-dashboard .risk-status-strip strong,.product-dashboard .risk-status-strip span,.page-shell .page-header h1,.page-shell .page-header h2,.mobile-shell .mobile-hero-card strong{color:#0f172a}.product-dashboard .risk-status-strip>div>span,.page-shell .page-header p,.mobile-shell .mobile-hero-card span,.mobile-shell .mobile-hero-card small{color:#64748b}.page-shell .metric-card,.dashboard-metrics .metric-card,.account-metric-row .metric-card,.mobile-stat-grid .metric-card,.expanded-card .metric-card{color:#0f172a;min-height:116px;padding:22px;border:1px solid #e5e7eb;border-radius:20px;background:#fff;box-shadow:0 10px 30px #0f172a0f;-webkit-backdrop-filter:none;backdrop-filter:none}.expanded-card .metric-card,.account-metric-row .metric-card{background:#f8fafc;box-shadow:none}.page-shell .metric-card strong,.page-shell .metric-card .metric-value,.mobile-shell .metric-card strong,.mobile-shell .metric-card .metric-value{color:#0f172a}.page-shell .metric-card span,.page-shell .metric-card .metric-label,.mobile-shell .metric-card span,.mobile-shell .metric-card .metric-label{color:#64748b}.page-shell .decision-row,.page-shell .news-row,.page-shell .summary-row,.page-shell .timeline-item,.page-shell .settings-list-item,.mobile-shell .decision-row,.mobile-shell .news-row,.mobile-shell .summary-row,.mobile-shell .timeline-item,.mobile-shell .settings-list-item{color:#0f172a;border-color:#eef2f7;background:#f8fafc;box-shadow:none}.page-shell .decision-row.featured,.page-shell .ai-decision-grid .decision-row,.mobile-shell .decision-row{border-color:#dbeafe;background:radial-gradient(circle at 100% 0%,rgba(37,99,235,.08),transparent 34%),#f8fafc}.page-shell .timeline-item.error,.mobile-shell .timeline-item.error{color:#991b1b;border-color:#fecaca;background:#fef2f2}.page-shell .timeline-time,.page-shell .timeline-msg,.page-shell .decision-row p,.page-shell .news-row p,.page-shell .decision-row-top span,.page-shell .news-row-top span,.mobile-shell .timeline-item span,.mobile-shell .decision-row p,.mobile-shell .summary-row span{color:#64748b}.page-shell .decision-row strong,.page-shell .news-row strong,.page-shell .summary-row strong,.mobile-shell .decision-row strong,.mobile-shell .summary-row strong{color:#0f172a}.page-shell .table-wrap,.page-shell .table-wrapper,.page-shell .compact-table,.page-shell .data-table,.page-shell .table{color:#0f172a;background:#fff}.mobile-shell .mobile-stat-grid{gap:18px}.trading-desk-page.operations-layout{height:auto;min-height:calc(100vh - 74px);overflow:visible;max-width:1720px;margin:0 auto;align-items:start}.trading-desk-page .account-overview.top .metric-card,.trading-desk-page .account-metric-row .metric-card{min-height:78px;height:78px;padding:10px 14px;border-radius:16px}.trading-desk-page .metric-card-icon{width:38px;height:38px}.trading-desk-page .account-top-panel{min-height:102px;padding:8px}.trading-desk-page .workspace{min-height:912px;height:912px}.trading-desk-page .chart-panel{flex:0 0 580px;min-height:580px;max-height:580px}.trading-desk-page .chart-wrap{min-height:500px;height:500px}.trading-desk-page .bottom-panel{height:316px}.trading-desk-page .left-rail .sidebar-section:first-child,.trading-desk-page .right-rail .sidebar-section:first-child{min-height:540px}.terminal-topbar{grid-template-columns:minmax(92px,auto) minmax(0,1fr) auto;gap:12px;padding:0 16px}.topbar-brand-lockup{min-width:0;overflow:hidden}.shell-nav{justify-content:flex-start;gap:8px;min-width:0;padding:5px 6px;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}.shell-nav-btn{flex:0 0 auto;gap:8px;min-height:40px;padding-inline:12px;font-size:.9rem;font-weight:780}.topbar-actions{min-width:max-content;flex-shrink:0;gap:8px}.topbar-actions>*{flex:0 0 auto}.topbar-brand-lockup:before{width:36px;height:36px;border-radius:12px}.topbar-brand{font-size:1.14rem}.language-select{width:108px;min-width:108px;padding-inline:12px}.status-pill{min-width:0;white-space:nowrap}.topbar-danger{min-width:120px;white-space:nowrap}.user-trigger{min-width:0;padding-inline:10px}.user-trigger-name{max-width:84px}@media(max-width:1680px){.terminal-topbar{gap:10px;padding-inline:12px}.shell-nav{gap:6px;padding:4px 5px}.shell-nav-btn{min-height:38px;padding-inline:10px;font-size:.86rem}.shell-nav-btn .ui-icon{width:16px;height:16px}.topbar-actions{gap:6px}.status-pill,.language-select,.topbar-danger,.user-trigger{min-height:38px}.status-pill{padding-inline:10px}.language-select{width:102px;min-width:102px}.topbar-danger{min-width:112px;padding-inline:11px}.user-trigger-name{max-width:68px}}.page-shell .page-header,.product-dashboard .risk-status-strip{position:relative;isolation:isolate;overflow:hidden;border-radius:28px}.page-shell .page-header{align-items:stretch;padding:26px 28px;gap:28px}.page-shell .page-header>:first-child,.product-dashboard .risk-status-strip>:first-child{min-width:0}.page-shell .page-header:before,.product-dashboard .risk-status-strip:before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.72),transparent 34%),radial-gradient(circle at 100% 12%,rgba(191,219,254,.78),transparent 38%)}.page-shell .page-header h1,.page-shell .page-header h2{margin-top:8px}.page-shell .page-header p{margin-top:10px;max-width:820px}.page-shell .page-header-tags,.product-dashboard .strip-badges{justify-content:flex-end;align-content:flex-start}.page-shell .page-header-tags{min-width:220px;max-width:42%;margin-left:auto;padding-top:2px}.page-shell .choice-card,.page-shell .session-check{color:#334155;border:1px solid #dbe3ee;background:#fff;box-shadow:0 1px 2px #0f172a0a}.page-shell .choice-card{align-items:flex-start;gap:12px;padding:14px 16px;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,box-shadow .18s ease,transform .18s ease}.page-shell .choice-card:hover{border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 24px #0f172a14}.page-shell .choice-card strong{color:#0f172a;font-size:.98rem;font-weight:800}.page-shell .choice-card small{color:#64748b;font-size:.86rem}.page-shell .choice-card input,.page-shell .session-check input{width:16px;height:16px;margin-top:2px;accent-color:#2563eb}.page-shell .choice-card:has(input:checked){border-color:#93c5fd;background:linear-gradient(180deg,#eff6ff,#f8fbff);box-shadow:0 0 0 1px #2563eb24,0 12px 26px #2563eb1a}.page-shell .choice-card:has(input:checked) strong,.page-shell .choice-card:has(input:checked) small{color:#0f172a}.page-shell .choice-list .empty-state{min-height:184px;justify-content:center;text-align:center;border-style:solid;background:linear-gradient(180deg,#fff,#f8fafc)}.page-shell .choice-list .empty-state strong{font-size:.98rem}
