@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";:root{--bg-color:var(--surface-app);--panel-bg:var(--surface-pane);--panel-bg-hover:var(--surface-hover);--bg-card-subtle:var(--surface-workspace);--border-color:var(--border-base);--border-hover:var(--border-strong);--border-focus:var(--border-active);--accent-focus:var(--color-info);--accent-orange:var(--color-info);--accent-orange-glow:#38bdf81a;--accent-cyan:var(--color-info);--accent-blue:var(--color-info);--accent-purple:var(--color-info);--accent-gold:var(--color-warning);--accent-yellow:var(--color-warning);--text-green:var(--color-positive-text);--text-dim-green:var(--color-positive);--text-dark-green:#10b98133;--text-red:var(--color-negative-text);--text-dim-red:var(--color-negative);--text-dark-red:#f43f5e33;--text-yellow:var(--color-warning-text);--text-blue:var(--color-info-text);--text-purple:var(--color-info-text);--text-white:var(--text-primary);--text-100:var(--text-primary);--text-muted:var(--text-secondary);--text-85:#e2e8f0;--text-70:#cbd5e1;--text-60:#94a3b8;--text-50:#94a3b8;--text-40:#94a3b8;--text-35:#94a3b8;--text-30:#94a3b8;--text-25:#64748b;--text-20:#64748b;--text-10:#475569;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Consolas, monospace;--smooth-easing:cubic-bezier(.16, 1, .3, 1);--transition-fast:.12s ease;--transition-medium:.18s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--surface-app);color:var(--text-primary);font-family:var(--font-sans);letter-spacing:-.01em;min-height:100vh;padding:10px 14px;font-size:12.5px;position:relative;overflow-x:hidden}button:hover,.tab-button:hover,.action-btn:hover,.speed-btn:hover,.session-select:hover,select:hover{border-color:var(--border-strong)!important;background-color:var(--surface-hover)!important;transition:all var(--transition-fast)!important}.kpi-card:hover,.control-panel:hover,.glass-panel:hover,.chart-container-outer:hover,.option-chain-container:hover,.terminal-window:hover,.stat-box:hover{border-color:var(--border-strong)!important;transition:border-color var(--transition-fast)!important}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#fff3}.arkenwell-dropdown-scroll{scrollbar-width:thin!important;scrollbar-color:#ffffff2e transparent!important;--lightningcss-light: !important;--lightningcss-dark:initial!important;color-scheme:dark!important}.arkenwell-dropdown-scroll::-webkit-scrollbar{width:4px!important}.arkenwell-dropdown-scroll::-webkit-scrollbar-track{background:0 0!important}.arkenwell-dropdown-scroll::-webkit-scrollbar-thumb{background:#ffffff2e!important;border-radius:4px!important}.arkenwell-dropdown-scroll::-webkit-scrollbar-thumb:hover{background:#d48a1f99!important}.app-container{flex-direction:column;gap:12px;max-width:1600px;margin:0 auto;display:flex}.terminal-header{z-index:1000;background:var(--panel-bg);-webkit-backdrop-filter:blur(30px)saturate(180%);border:1px solid var(--border-color);border-radius:12px;justify-content:space-between;align-items:center;padding:8px 16px;display:flex;position:relative;box-shadow:0 10px 40px -10px #00000080,inset 0 1px 1px #ffffff08}.header-title-group{align-items:center;gap:8px;display:flex}.header-title{letter-spacing:-.02em;color:var(--text-white);background:linear-gradient(135deg,#fff 50%,#85858e 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:15px;font-weight:800}.header-status-group{align-items:center;gap:16px;font-size:11px;font-weight:500;display:flex}.status-indicator{align-items:center;gap:8px;display:flex}.status-dot{border-radius:50%;width:6px;height:6px}.status-dot.connected{background-color:var(--text-green);box-shadow:0 0 10px var(--text-green)}.status-dot.disconnected{background-color:var(--text-red);box-shadow:0 0 10px var(--text-red)}.replay-status-text{color:var(--accent-purple);letter-spacing:.5px;align-items:center;gap:6px;font-weight:700;display:flex}.kpi-grid{grid-template-columns:repeat(2,1fr);gap:14px;display:grid}@media (width>=768px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=1200px){.kpi-grid{grid-template-columns:repeat(6,1fr);gap:16px;display:grid}}.kpi-card{box-shadow:none;background:#0c1017;border:1px solid #ffffff14;border-radius:2px;flex-direction:column;padding:10px 14px;transition:border-color .15s;display:flex;position:relative;overflow:hidden}.kpi-card:hover{box-shadow:none;border-color:#ffffff29;transform:none}.kpi-label{color:var(--text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.kpi-value{letter-spacing:-.03em;margin-top:6px;font-size:26px;font-weight:800;line-height:1.2}.kpi-value.white{color:var(--text-white)}.kpi-value.yellow{color:var(--text-yellow)}.kpi-value.blue{color:var(--text-blue)}.kpi-value.green{color:var(--text-green)}.kpi-value.red{color:var(--text-red)}.kpi-sub{color:var(--text-muted);margin-top:6px;font-size:10px;font-weight:500}.workspace-grid{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=1024px){.workspace-grid{grid-template-columns:3.2fr 1fr}}.control-panel{background:var(--panel-bg);-webkit-backdrop-filter:blur(30px)saturate(180%);border:1px solid var(--border-color);transition:all var(--transition-medium);border-radius:12px;flex-direction:column;justify-content:space-between;gap:20px;padding:20px;display:flex;box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}.control-panel:hover{border-color:var(--border-hover);box-shadow:0 12px 40px -10px #00000080,inset 0 1px 1px #ffffff0d}.panel-title{letter-spacing:.08em;text-transform:uppercase;color:var(--text-white);border-bottom:1px solid #ffffff0d;align-items:center;gap:8px;padding-bottom:10px;font-size:11px;font-weight:800;display:flex}.form-group{flex-direction:column;gap:8px;margin-bottom:14px;display:flex}.form-label{color:var(--text-muted);letter-spacing:.5px;font-size:11px;font-weight:600}.session-select{border:1px solid var(--border-color);color:var(--text-white);font-family:var(--font-sans);appearance:none;cursor:pointer;width:100%;transition:all var(--transition-fast);background:#0a0a0ca6 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.6)' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='none' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E") right 14px center/12px no-repeat;border-radius:10px;padding:10px 36px 10px 14px;font-size:12px;font-weight:600}.session-select:focus{border-color:var(--accent-orange);outline:none;box-shadow:0 0 0 3px #ff6a0026}.speed-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.speed-btn{border:1px solid var(--border-color);color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);background-color:#ffffff08;border-radius:8px;padding:8px;font-size:11px;font-weight:700}.speed-btn:hover{color:var(--text-white);border-color:var(--border-hover);background-color:#ffffff12}.speed-btn.active{border-color:var(--accent-orange);color:var(--text-white);background-color:#ff6a001f;box-shadow:0 2px 10px #ff6a0026}.speed-btn:active{transform:scale(.95)}.action-btn{width:100%;font-family:var(--font-sans);cursor:pointer;transition:all var(--transition-fast);border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:700;display:flex}.action-btn.start{background:linear-gradient(135deg, var(--accent-orange) 0%, var(--accent-gold) 100%);color:#08090d;box-shadow:0 4px 15px #ff6a004d}.action-btn.start:hover{filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 6px 20px #ff6a0073}.action-btn.start:active{transform:scale(.97)}.action-btn.stop{border:1px solid var(--border-color);color:var(--text-white);background:#ffffff0d}.action-btn.stop:hover{border-color:var(--border-hover);background:#ffffff14}.action-btn.stop:active{transform:scale(.97)}.action-btn.poll{border:1px solid var(--border-color);color:var(--text-muted);background-color:#ffffff05;border-radius:8px;margin-top:10px;padding:10px;font-size:11px}.action-btn.poll:hover{color:var(--text-white);border-color:var(--border-hover);background-color:#ffffff0d}.option-chain-container{-webkit-backdrop-filter:blur(50px)saturate(210%);min-width:0;height:680px;transition:all var(--transition-medium);background:#0a0b1673;border:1px solid #ffffff0d;border-radius:12px;flex-direction:column;padding:20px;display:flex;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff08}.glass-panel{-webkit-backdrop-filter:blur(50px)saturate(210%);backdrop-filter:blur(50px)saturate(210%);background:#0a0b1673;border:1px solid #ffffff0d;border-radius:12px;padding:20px;box-shadow:0 20px 50px #0006,inset 0 1px #ffffff08}.option-chain-header{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);justify-content:space-between;align-items:center;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}.table-wrapper{background:#05060c99;border:1px solid #ffffff0d;border-radius:12px;flex-grow:1;overflow-y:auto;box-shadow:inset 0 2px 8px #0009}.retro-table{border-collapse:separate;border-spacing:0;width:100%;font-family:var(--font-mono);text-align:right;font-size:11px}.retro-table th,.retro-table td{border-bottom:1px solid #ffffff0a;border-right:1px solid #ffffff08;padding:9px 12px;transition:background-color .15s}.retro-table th:last-child,.retro-table td:last-child{border-right:none}.retro-table th{-webkit-backdrop-filter:blur(20px);color:var(--text-white);font-family:var(--font-sans);z-index:10;background-color:#0c0d18f5;border-bottom:1px solid #ffffff14;font-weight:800;position:sticky;top:0;box-shadow:0 2px 4px #0003}.retro-table tr.group-headers th{text-align:center;letter-spacing:.08em;text-transform:uppercase;padding:10px;font-size:10px}.retro-table tr.col-headers th{padding:8px 12px;font-size:9px}.retro-table .calls-group{background-color:#0abe9c0a}.retro-table .puts-group{background-color:#e62b3a0a}.retro-table .strike-header{color:var(--text-white);text-align:center;border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);background-color:#14161efa;width:90px}.retro-table .strike-col{width:90px}.retro-table td.strike-cell{color:var(--text-white);text-align:center;background-color:#14161ecc;font-weight:800;border-left:1px solid var(--border-color)!important;border-right:1px solid var(--border-color)!important}.retro-table tbody tr:hover{background-color:#ffffff05}.chart-container-outer{background:var(--panel-bg);-webkit-backdrop-filter:blur(30px)saturate(180%);border:1px solid var(--border-color);width:100%;height:440px;transition:all var(--transition-medium);border-radius:12px;padding:10px;position:relative;overflow:hidden;box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}.chart-container-inner{border-radius:8px;width:100%;height:400px;overflow:hidden}.absolute-chart-label{color:var(--text-muted);font-size:10px;font-weight:700;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;z-index:10;position:absolute;top:14px;left:14px}.terminal-tabs{-webkit-backdrop-filter:blur(30px)saturate(180%);border:1px solid var(--border-color);scrollbar-width:none;background:#0c0d14b3;border-radius:14px;gap:4px;padding:4px;display:flex;overflow-x:auto}.terminal-tabs::-webkit-scrollbar{display:none}.tab-button{color:var(--text-muted);font-family:var(--font-sans);cursor:pointer;white-space:nowrap;transition:all var(--transition-fast);background-color:#0000;border:none;border-radius:10px;padding:10px 18px;font-size:12px;font-weight:700}.tab-button:hover{color:var(--text-white);background-color:#ffffff08}.tab-button.active{color:var(--accent-orange);background:linear-gradient(135deg,#ff6a0026 0%,#f59e0b14 100%);border:1px solid #ff6a004d;box-shadow:0 4px 15px #ff6a001a,inset 0 1px 1px #ffffff0d}.tab-button:active{transform:scale(.97)}.dashboard-grid-3{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=768px){.dashboard-grid-3{grid-template-columns:repeat(3,1fr)}}.dashboard-grid-2{grid-template-columns:1fr;gap:16px;display:grid}@media (width>=1024px){.dashboard-grid-2{grid-template-columns:1fr 1fr}}.heatmap-container{border:1px solid var(--border-color);background-color:#0a0a0c80;border-radius:12px;max-height:250px;padding:12px;overflow-y:auto}.heatmap-header{text-align:center;border-bottom:1px solid var(--border-color);color:var(--text-white);grid-template-columns:1.2fr 1fr 1fr;gap:8px;padding-bottom:8px;font-size:11px;font-weight:700;display:grid}.heatmap-row{border-bottom:1px solid #ffffff05;grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:8px;padding:8px 0;display:grid}.heatmap-row:hover{background-color:#ffffff05}.heatmap-cell{text-align:center;transition:transform var(--transition-fast);border:1px solid #0000;border-radius:6px;padding:6px;font-size:11px;font-weight:700}.heatmap-cell:hover{transform:scale(1.02)}.visual-scale-wrapper{border:1px solid var(--border-color,#ffffff14);background:#0f172a66;border-radius:12px;flex-direction:column;gap:12px;margin-top:14px;padding:28px 20px 24px;display:flex}.visual-scale-bounds{letter-spacing:.06em;font-size:9px;font-weight:700;font-family:var(--font-mono,monospace);justify-content:space-between;align-items:center;padding:0 4px;display:flex}.scale-bound-text.negative{color:#f43f5ebf}.scale-bound-text.positive{color:#0abe9cbf}.visual-scale-bar-track{width:100%;margin:28px 0 24px;position:relative}.visual-scale-bar{background-color:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;height:10px;display:flex;position:relative;overflow:visible;box-shadow:inset 0 1px 3px #00000080}.scale-zone{width:50%;height:100%}.scale-zone-negative{background:linear-gradient(90deg,#f43f5e59 0%,#f43f5e14 100%);border-top-left-radius:5px;border-bottom-left-radius:5px}.scale-zone-positive{background:linear-gradient(90deg,#0abe9c14 0%,#0abe9c59 100%);border-top-right-radius:5px;border-bottom-right-radius:5px}.scale-marker-center{z-index:5;pointer-events:none;flex-direction:column;align-items:center;display:flex;position:absolute;bottom:50%;left:50%;transform:translate(-50%)}.scale-marker-center .notch{background-color:var(--text-yellow,#eab308);border-radius:1px;width:2px;height:22px;margin-top:4px;box-shadow:0 0 8px #eab30899}.scale-marker-center .label-badge{font-size:10px;font-weight:700;font-family:var(--font-mono,monospace);color:var(--text-yellow,#eab308);white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#eab30826;border:1px solid #eab30866;border-radius:4px;padding:3px 8px;box-shadow:0 2px 8px #00000080}.scale-marker-spot{z-index:10;flex-direction:column;align-items:center;transition:left .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:50%;transform:translate(-50%,-7px)}.scale-marker-spot .dot{border:2px solid #0f172a;border-radius:50%;width:14px;height:14px;margin-bottom:4px;box-shadow:0 0 10px #000c}.scale-marker-spot.positive .dot{background-color:var(--text-green,#0abe9c);box-shadow:0 0 10px #0abe9c99}.scale-marker-spot.negative .dot{background-color:var(--text-red,#f43f5e);box-shadow:0 0 10px #f43f5e99}.scale-marker-spot .label-badge{font-size:10px;font-weight:700;font-family:var(--font-mono,monospace);white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;padding:3px 8px;box-shadow:0 2px 8px #00000080}.scale-marker-spot .label-badge.positive{color:var(--text-green,#0abe9c);background:#0abe9c26;border:1px solid #0abe9c66}.scale-marker-spot .label-badge.negative{color:var(--text-red,#f43f5e);background:#f43f5e26;border:1px solid #f43f5e66}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-gap-2{gap:8px;display:flex}.flex-gap-3{gap:12px;display:flex}.card-title-group{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:800;display:flex}.led-indicator{border-radius:50%;width:8px;height:8px}.led-indicator.green{background-color:var(--text-green);box-shadow:0 0 6px var(--text-green)}.led-indicator.yellow{background-color:var(--text-yellow);box-shadow:0 0 6px var(--text-yellow)}.led-indicator.blue{background-color:var(--text-blue);box-shadow:0 0 6px var(--text-blue)}.stat-box-grid{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px;display:grid}@media (width>=640px){.stat-box-grid{grid-template-columns:repeat(4,1fr)}}.stat-box{border:1px solid var(--border-color);transition:all var(--transition-medium);background-color:#ffffff03;border-radius:12px;padding:12px}.stat-box:hover{border-color:var(--border-hover)}.stat-box-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:700}.stat-box-value{margin-top:6px;font-size:16px;font-weight:800}.progress-bar-wrapper{border:1px solid var(--border-color);background-color:#ffffff03;border-radius:10px;margin-top:20px;padding:12px}.progress-bar-labels{justify-content:space-between;margin-bottom:8px;font-size:10px;font-weight:600;display:flex}.progress-bar-track{background-color:#ffffff0f;border-radius:3px;height:6px;display:flex;overflow:hidden}.progress-bar-fill{height:100%;transition:width .5s var(--smooth-easing)}.text-color-yellow{color:var(--text-yellow)}.text-color-blue{color:var(--text-blue)}.terminal-window{-webkit-user-select:text;user-select:text;width:100%;height:280px;box-shadow:none;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "zero" 1;background:#080b11;border:1px solid #ffffff0e;border-radius:3px;flex-direction:column;transition:border-color .15s;display:flex;overflow:hidden}.terminal-window:hover{box-shadow:none;border-color:#ffffff1a}.terminal-window-header{color:#e6ecf3;letter-spacing:.06em;background-color:#0a0e15;border-bottom:1px solid #ffffff0e;justify-content:space-between;align-items:center;padding:7px 12px;font-size:10px;font-weight:700;display:flex}.terminal-window-logs{flex-direction:column;flex-grow:1;gap:8px;padding:14px 18px;font-size:12px;display:flex;overflow-y:auto}.terminal-window-log-meta{color:var(--text-muted);justify-content:space-between;margin-bottom:4px;font-size:10px;display:flex}.terminal-window-log-payload{white-space:pre-wrap;font-family:var(--font-mono);line-height:1.5}.terminal-window-form{border-top:1px solid var(--border-color);background-color:#0a0a0c66;align-items:center;padding:10px 18px;display:flex}.terminal-window-prompt{color:var(--text-blue);-webkit-user-select:none;user-select:none;margin-right:8px;font-weight:700}.terminal-window-input{color:var(--text-white);font-family:var(--font-mono);caret-color:var(--text-blue);background:0 0;border:none;flex-grow:1;font-size:13px}.terminal-window-input:focus{outline:none}.signal-desk-grid{grid-template-columns:1fr;gap:14px;display:grid}@media (width>=768px){.signal-desk-grid{grid-template-columns:1fr 1fr}}@media (width>=1200px){.signal-desk-grid{grid-template-columns:310px 1fr 300px}}@keyframes flash-green-bg{0%{background:#0abe9c2e;border-color:#0abe9cd9;box-shadow:0 0 20px #0abe9c73,inset 0 1px 1px #ffffff0d}to{background:var(--panel-bg);border-color:var(--border-color);box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}}@keyframes flash-red-bg{0%{background:#e62b3a2e;border-color:#e62b3ad9;box-shadow:0 0 20px #e62b3a73,inset 0 1px 1px #ffffff0d}to{background:var(--panel-bg);border-color:var(--border-color);box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}}.flash-up-anim{animation:.9s cubic-bezier(.16,1,.3,1) forwards flash-green-bg}.flash-down-anim{animation:.9s cubic-bezier(.16,1,.3,1) forwards flash-red-bg}html{transition:background-color .6s var(--smooth-easing);background-color:#0b0c10}body.theme-liquid-glass{transition:background-color .6s var(--smooth-easing);position:relative;overflow-x:hidden;background-color:#0000!important;background-image:none!important}body.theme-liquid-glass:before{content:"";z-index:-1;filter:blur(80px);pointer-events:none;background:radial-gradient(circle at 20% 30%,#3b82f626 0%,#0000 45%),radial-gradient(circle at 80% 20%,#3b82f614 0%,#0000 50%),radial-gradient(circle at 40% 70%,#f973160f 0%,#0000 50%),radial-gradient(circle at 85% 85%,#0abe9c1a 0%,#0000 40%);width:160vw;height:160vh;animation:22s ease-in-out infinite alternate liquid-mesh-drift;position:fixed;top:-30%;left:-30%}@keyframes liquid-mesh-drift{0%{transform:rotate(0)scale(1)translate(0)}50%{transform:rotate(8deg)scale(1.12)translate(4%,3%)}to{transform:rotate(-8deg)scale(.95)translate(-3%,-4%)}}body.theme-liquid-glass .glass-panel,body.theme-liquid-glass .control-panel,body.theme-liquid-glass .kpi-card,body.theme-liquid-glass .terminal-window,body.theme-liquid-glass .chart-container-outer,body.theme-liquid-glass .option-chain-container,body.theme-liquid-glass .terminal-header,body.theme-liquid-glass .stat-box{-webkit-backdrop-filter:blur(40px)saturate(220%)!important;transition:all .3s var(--smooth-easing)!important;background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%),#10162e4d!important;border:1px solid #00f5ff38!important;box-shadow:0 20px 50px -15px #000000a6,inset 0 1px #ffffff40,inset 0 -1px #ffffff0d,0 0 20px #00f5ff08!important}body.theme-liquid-glass .glass-panel:hover,body.theme-liquid-glass .control-panel:hover,body.theme-liquid-glass .kpi-card:hover,body.theme-liquid-glass .terminal-window:hover,body.theme-liquid-glass .chart-container-outer:hover,body.theme-liquid-glass .option-chain-container:hover,body.theme-liquid-glass .terminal-header:hover,body.theme-liquid-glass .stat-box:hover{transform:translateY(-2px)scale(1.001);border-color:#00f5ff73!important;box-shadow:0 25px 55px -10px #000000bf,inset 0 1px #ffffff59,0 0 25px 4px #00f5ff1f!important}body.theme-liquid-glass .header-title{filter:drop-shadow(0 2px 10px #00f5ff40);background:linear-gradient(135deg,#fff 20%,#0abe9c 60%,#9d4edd 100%)!important;-webkit-text-fill-color:transparent!important;-webkit-background-clip:text!important}body.theme-liquid-glass .tab-button.active{color:#0ff!important;background:linear-gradient(135deg,#00f5ff40 0%,#9d4edd1f 100%)!important;border:1px solid #00f5ff73!important;box-shadow:0 0 16px #00f5ff38,inset 0 1px 1px #ffffff26!important}body.theme-liquid-glass .speed-btn.active{color:#fff!important;background-color:#00ffd02e!important;border-color:#0abe9c!important;box-shadow:0 0 15px #00ffd040!important}body.theme-liquid-glass .action-btn.start{text-shadow:0 1px 1px #fff3;font-weight:800;color:#02030d!important;background:linear-gradient(135deg,#00f2fe 0%,#4facfe 100%)!important;box-shadow:0 4px 20px #00f2fe73!important}body.theme-liquid-glass .action-btn.start:hover{filter:brightness(1.12);transform:translateY(-1.5px);box-shadow:0 6px 25px #00f2fe99!important}body.theme-liquid-glass .retro-table th{background-color:#060a1af5!important;border-bottom:1px solid #00f5ff33!important}body.theme-liquid-glass .retro-table td.ce-price{color:#0abe9c!important;background-color:#00ffd008!important}body.theme-liquid-glass .retro-table td.pe-price{color:#e62b3a!important;background-color:#ff005508!important}body.theme-liquid-glass ::-webkit-scrollbar-thumb{background:#00f5ff40}body.theme-liquid-glass ::-webkit-scrollbar-thumb:hover{background:#00f5ff73}body.theme-rent-flow{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#e5e7eb!important;--font-sans:"IBM Plex Sans", "Inter", -apple-system, sans-serif!important;font-family:var(--font-sans)!important;--surface-0:#05070a!important;--surface-1:#0a0d13!important;--surface-2:#10141d!important;--surface-3:#161b26!important;--bg-color:var(--surface-0)!important;--panel-bg:var(--surface-2)!important;--panel-bg-hover:var(--surface-3)!important;--border-color:#1e2530!important;--border-hover:#2b3545!important;--border-focus:#4a78d3!important;--accent-orange:#4a78d3!important;--accent-orange-glow:#4a78d314!important;--accent-cyan:#4a78d3!important;--accent-blue:#4a78d3!important;--accent-purple:#4a78d3!important;--accent-gold:#9ca3af!important;--accent-yellow:#d97706!important;--text-green:#0abe9c!important;--text-dim-green:#0abe9c!important;--text-dark-green:#0abe9c!important;--text-red:#e62b3a!important;--text-dim-red:#e62b3a!important;--text-dark-red:#7a1a23!important;--text-yellow:#d97706!important;--text-blue:#9ca3af!important;--text-purple:#9ca3af!important;--text-white:#fff!important;--text-muted:#6b7280!important;--text-85:#e5e7eb!important;--text-70:#9ca3af!important;--text-60:#6b7280!important;--text-50:#4b5563!important;background-color:#05070a!important;transition:none!important}body.theme-rent-flow *{box-shadow:none!important;text-shadow:none!important;filter:none!important;animation-duration:0s!important}body.theme-rent-flow .glass-panel,body.theme-rent-flow .control-panel,body.theme-rent-flow .terminal-window,body.theme-rent-flow .chart-container-outer,body.theme-rent-flow .option-chain-container,body.theme-rent-flow .terminal-header,body.theme-rent-flow .stat-box,body.theme-rent-flow .professional-thesis-card,body.theme-rent-flow .meta-banner-card,body.theme-rent-flow .predictive-news-card,body.theme-rent-flow .notification-toast,body.theme-rent-flow .notification-drawer,body.theme-rent-flow .notification-detail-overlay,body.theme-rent-flow .explainability-card,body.theme-rent-flow .watchlist-card,body.theme-rent-flow .rearrange-card-wrapper,body.theme-rent-flow .meta-sub-panel{background:var(--panel-bg)!important;border:1px solid var(--border-color)!important;-webkit-backdrop-filter:none!important;border-radius:0!important;padding:24px!important;transition:none!important;transform:none!important;box-shadow:0 1px 4px #0000001a!important}body.theme-rent-flow .terminal-header{padding:8px 16px!important}body.theme-rent-flow .terminal-tabs,body.theme-rent-flow .sub-tabs-bar{background:var(--panel-bg)!important;border:1px solid var(--border-color)!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;border-radius:0!important;padding:4px!important}body.theme-rent-flow .glass-panel:hover,body.theme-rent-flow .control-panel:hover,body.theme-rent-flow .terminal-window:hover,body.theme-rent-flow .chart-container-outer:hover,body.theme-rent-flow .option-chain-container:hover,body.theme-rent-flow .terminal-header:hover,body.theme-rent-flow .stat-box:hover,body.theme-rent-flow .meta-banner-card:hover,body.theme-rent-flow .predictive-news-card:hover,body.theme-rent-flow .notification-toast:hover,body.theme-rent-flow .watchlist-card:hover,body.theme-rent-flow .meta-sub-panel:hover{background:var(--panel-bg-hover)!important;border-color:var(--border-hover)!important;transform:none!important;box-shadow:0 1px 4px #0000001a!important}body.theme-rent-flow .kpi-card{background:var(--panel-bg)!important;border:1px solid var(--border-color)!important;-webkit-backdrop-filter:none!important;border-radius:8px!important;height:136px!important;min-height:136px!important;padding:14px 16px!important;transition:none!important;transform:none!important;box-shadow:0 1px 4px #0000001a!important}body.theme-rent-flow .kpi-card:hover{background:var(--panel-bg-hover)!important;border-color:var(--border-hover)!important;transform:none!important;box-shadow:0 1px 4px #0000001a!important}@media (width>=1200px){body.theme-rent-flow .kpi-grid{grid-template-columns:repeat(6,1fr)!important}body.theme-rent-flow .kpi-grid>:first-child,body.theme-rent-flow .kpi-grid>:nth-child(2){grid-column:span 1!important}}body.theme-rent-flow .kpi-grid>:first-child,body.theme-rent-flow .kpi-grid>:nth-child(2){padding:0!important}body.theme-rent-flow .kpi-card div[style*="position: absolute"],body.theme-rent-flow .kpi-card div[style*=position\:absolute]{padding:14px 16px!important}body.theme-rent-flow .kpi-card .white,body.theme-rent-flow .kpi-card .kpi-value{font-size:22px!important;font-weight:700!important}body.theme-rent-flow .kpi-card .kpi-label{font-size:9.5px!important}body.theme-rent-flow .kpi-card .kpi-sub{font-size:10.5px!important}body.theme-rent-flow .kpi-card div{margin-top:1px!important}body.theme-rent-flow .kpi-card div:first-child{margin-top:0!important}body.theme-rent-flow .signal-summary-card,body.theme-rent-flow .consensus-ratio-bar,body.theme-rent-flow .timeframe-selector-container,body.theme-rent-flow .explainability-collapsible,body.theme-rent-flow .internals-stat-row,body.theme-rent-flow .internals-ratio-grid,body.theme-rent-flow .confidence-sub-card,body.theme-rent-flow .confidence-chart-card,body.theme-rent-flow .risk-management-card,body.theme-rent-flow .risk-management-sub-cell,body.theme-rent-flow .strike-level-card,body.theme-rent-flow .strike-spot-card,body.theme-rent-flow .flow-sub-card,body.theme-rent-flow .flow-combined-card,body.theme-rent-flow .flow-avg-card,body.theme-rent-flow .flow-audit-card,body.theme-rent-flow .regime-heading-block,body.theme-rent-flow .consensus-bias-meter,body.theme-rent-flow .state-details-banner,body.theme-rent-flow .wyckoff-phase-box{background:var(--panel-bg-hover)!important;box-shadow:none!important;border:none!important;border-radius:0!important;padding:12px!important}body.theme-rent-flow .sig-card{background:var(--panel-bg-hover)!important;box-shadow:none!important;border:none!important;border-radius:0!important;margin-bottom:8px!important;padding:10px 14px!important}body.theme-rent-flow .sig-card:hover{background:var(--border-color)!important;border:none!important;transform:none!important}body.theme-rent-flow .tab-button.active,body.theme-rent-flow .tab-btn.active,body.theme-rent-flow .speed-btn.active{background:var(--border-color)!important;border:1px solid var(--border-focus)!important;color:var(--text-white)!important;box-shadow:none!important;border-radius:0!important}body.theme-rent-flow .tab-button,body.theme-rent-flow .tab-btn,body.theme-rent-flow .speed-btn{background:var(--panel-bg-hover)!important;border:1px solid var(--border-color)!important;color:var(--text-muted)!important;border-radius:0!important;transition:none!important}body.theme-rent-flow .tab-button:hover,body.theme-rent-flow .tab-btn:hover,body.theme-rent-flow .speed-btn:hover{background:var(--border-color)!important;color:var(--text-white)!important;box-shadow:none!important}body.theme-rent-flow .action-btn.start{background:var(--text-green)!important;color:var(--bg-color)!important;border:1px solid var(--text-dim-green)!important;border-radius:0!important;font-weight:700!important}body.theme-rent-flow .action-btn.start:hover{background:var(--text-dim-green)!important}body.theme-rent-flow .retro-table th{text-transform:uppercase;font-size:10px;font-weight:700;background:var(--panel-bg-hover)!important;color:var(--text-muted)!important;border-bottom:2px solid var(--border-color)!important}body.theme-rent-flow .retro-table td{border-bottom:1px solid var(--border-color)!important;padding:8px 12px!important}body.theme-rent-flow .retro-table td.ce-price{color:var(--text-green)!important;background-color:#34a8530a!important}body.theme-rent-flow .retro-table td.pe-price{color:var(--text-red)!important;background-color:#d9534f0a!important}body.theme-rent-flow button[data-lock-dot=true]{box-shadow:none!important;border-radius:0!important;width:12px!important;height:3px!important}body.theme-rent-flow ::-webkit-scrollbar-thumb{background:var(--border-color)!important}body.theme-rent-flow ::-webkit-scrollbar-thumb:hover{background:var(--border-hover)!important}body.theme-rent-flow .header-title{-webkit-text-fill-color:#fff!important;color:#fff!important;background:0 0!important}body.theme-rent-flow [style*="color:#38bdf8" i],body.theme-rent-flow [style*="color: #38bdf8" i],body.theme-rent-flow [style*="color:#60a5fa" i],body.theme-rent-flow [style*="color: #60a5fa" i],body.theme-rent-flow [style*="rgb(56, 189, 248)"],body.theme-rent-flow [style*="rgb(56,189,248)"],body.theme-rent-flow [style*="rgb(96, 165, 250)"],body.theme-rent-flow [style*="rgb(96,165,250)"],body.theme-rent-flow [style*="rgba(56, 189, 248)"],body.theme-rent-flow [style*="rgba(96, 165, 250)"],body.theme-rent-flow [style*="color:#06b6d4" i],body.theme-rent-flow [style*="color: #06b6d4" i],body.theme-rent-flow [style*="color:#00e5ff" i],body.theme-rent-flow [style*="color: #00e5ff" i],body.theme-rent-flow [style*="color:#00f5ff" i],body.theme-rent-flow [style*="color: #00f5ff" i],body.theme-rent-flow [style*="rgb(6, 182, 212)"],body.theme-rent-flow [style*="rgb(6,182,212)"],body.theme-rent-flow [style*="rgba(6, 182, 212)"]{color:var(--text-muted)!important}body.theme-rent-flow [style*="border-color:#38bdf8" i],body.theme-rent-flow [style*="border-color: #38bdf8" i],body.theme-rent-flow [style*="border-color:#06b6d4" i],body.theme-rent-flow [style*="border-color: #06b6d4" i],body.theme-rent-flow [style*="border-color:#00e5ff" i],body.theme-rent-flow [style*="border-color: #00e5ff" i],body.theme-rent-flow [style*="border-left-color:#38bdf8" i],body.theme-rent-flow [style*="border-left-color: #38bdf8" i],body.theme-rent-flow [style*="border-left: 5px solid #38bdf8" i],body.theme-rent-flow [style*="border-left:5px solid #38bdf8" i],body.theme-rent-flow [style*="border-left: 5px solid #06b6d4" i],body.theme-rent-flow [style*="border-left: 5px solid #00e5ff" i]{border-color:var(--border-color)!important}body.theme-rent-flow [style*="background:#38bdf8" i],body.theme-rent-flow [style*="background: #38bdf8" i],body.theme-rent-flow [style*="background-color:#38bdf8" i],body.theme-rent-flow [style*="background-color: #38bdf8" i],body.theme-rent-flow [style*="background:#06b6d4" i],body.theme-rent-flow [style*="background: #06b6d4" i],body.theme-rent-flow [style*="background-color:#06b6d4" i],body.theme-rent-flow [style*="background-color: #06b6d4" i],body.theme-rent-flow [style*="background:#00e5ff" i],body.theme-rent-flow [style*="background: #00e5ff" i],body.theme-rent-flow [style*="background-color:#00e5ff" i],body.theme-rent-flow [style*="background-color: #00e5ff" i],body.theme-rent-flow [style*="rgb(6, 182, 212)"],body.theme-rent-flow [style*="rgb(6,182,212)"]{background-color:var(--panel-bg-hover)!important;background:var(--panel-bg-hover)!important}body.theme-rent-flow [style*="rgba(6, 182, 212, 0.15)"],body.theme-rent-flow [style*="rgba(6,182,212,0.15)"]{background-color:var(--accent-orange-glow)!important;background:var(--accent-orange-glow)!important}body.theme-rent-flow [style*="stroke:#38bdf8" i],body.theme-rent-flow [style*="stroke: #38bdf8" i],body.theme-rent-flow [style*="stroke:#06b6d4" i],body.theme-rent-flow [style*="stroke: #06b6d4" i],body.theme-rent-flow [style*="stroke:#00e5ff" i],body.theme-rent-flow [style*="stroke: #00e5ff" i]{stroke:var(--text-muted)!important}body.theme-rent-flow [style*="fill:#38bdf8" i],body.theme-rent-flow [style*="fill: #38bdf8" i],body.theme-rent-flow [style*="fill:#06b6d4" i],body.theme-rent-flow [style*="fill: #06b6d4" i],body.theme-rent-flow [style*="fill:#00e5ff" i],body.theme-rent-flow [style*="fill: #00e5ff" i]{fill:var(--text-muted)!important}body.theme-rent-flow .glow-atm-strike-row,body.theme-rent-flow .glow-atm-strike-row .strike-cell{box-shadow:none!important;background:#4a78d314!important;animation:none!important}body.theme-rent-flow .market-verdict-card{background:var(--panel-bg)!important;border:1px solid var(--border-color)!important;-webkit-backdrop-filter:none!important;border-radius:0!important;margin-bottom:12px!important;padding:12px 18px!important;transition:none!important;transform:none!important;box-shadow:0 1px 4px #0000001a!important}body.theme-rent-flow .market-verdict-card>div:first-child{border-bottom:1px solid var(--border-color)!important;margin-bottom:10px!important;padding-bottom:6px!important}body.theme-rent-flow .market-verdict-card button{background:var(--panel-bg-hover)!important;border:1px solid var(--border-color)!important;color:var(--text-85)!important;border-radius:0!important;padding:2px 8px!important;font-size:10px!important;font-weight:700!important}body.theme-rent-flow .market-verdict-card button:hover{background:var(--border-color)!important;color:var(--text-white)!important}body.theme-rent-flow .market-verdict-card>div:nth-child(2){gap:12px!important}body.theme-rent-flow .market-verdict-card span[style*="color: #475569"],body.theme-rent-flow .market-verdict-card span[style*="color:#475569"]{color:var(--text-60)!important;font-size:8.5px!important;font-weight:700!important}body.theme-rent-flow .market-verdict-card span[style*="font-size: 48px"],body.theme-rent-flow .market-verdict-card span[style*=font-size\:48px]{letter-spacing:-.5px!important;font-size:28px!important}body.theme-rent-flow .market-verdict-card span[style*="font-size: 32px"],body.theme-rent-flow .market-verdict-card span[style*=font-size\:32px]{font-size:22px!important}body.theme-rent-flow .market-verdict-card div[style*="height: 6px"],body.theme-rent-flow .market-verdict-card div[style*=height\:6px]{background:var(--panel-bg-hover)!important;border-radius:0!important;height:4px!important;padding:0!important}body.theme-rent-flow .market-verdict-card div[style*="height: 6px"]>div,body.theme-rent-flow .market-verdict-card div[style*=height\:6px]>div{border-radius:0!important}body.theme-rent-flow .market-verdict-card span[style*="font-size: 36px"],body.theme-rent-flow .market-verdict-card span[style*=font-size\:36px]{font-size:22px!important}body.theme-rent-flow .market-verdict-card>div:nth-child(3){border-top:1px solid var(--border-color)!important;gap:12px!important;margin-top:10px!important;padding-top:8px!important}body.theme-rent-flow .market-verdict-card span[style*="color: #a78bfa"],body.theme-rent-flow .market-verdict-card span[style*="color:#a78bfa"]{color:var(--text-85)!important;font-size:13px!important}body.theme-rent-flow .market-verdict-card span[style*="color: #fbbf24"],body.theme-rent-flow .market-verdict-card span[style*="color:#fbbf24"]{color:var(--text-yellow)!important;font-size:13px!important}body.theme-rent-flow .market-verdict-card span[style*="color: #38bdf8"],body.theme-rent-flow .market-verdict-card span[style*="color:#38bdf8"]{color:var(--text-70)!important;font-size:13px!important}body.theme-rent-flow .market-verdict-card div[style*="background: rgba(0, 0, 0, 0.25)"],body.theme-rent-flow .market-verdict-card div[style*="background:rgba(0,0,0,0.25)"]{background:var(--panel-bg-hover)!important;border:1px solid var(--border-color)!important;border-radius:0!important;padding:12px!important}body.theme-rent-flow *{box-shadow:none!important;text-shadow:none!important;filter:none!important;animation:none!important}body.theme-clean-white{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color .3s;color:#0f172a!important;--background:#f8fafc!important;--surface:#fff!important;--surface-alt:#f1f5f9!important;--border-color:#e2e8f0!important;--divider:#cbd5e1!important;--text-primary:#0f172a!important;--text-secondary:#475569!important;--text-muted:#64748b!important;--success:#34a853!important;--danger:#d9534f!important;--warning:#d97706!important;--info:#4a78d3!important;--bg-color:var(--background)!important;--panel-bg:var(--surface)!important;--panel-bg-hover:var(--surface-alt)!important;--border-hover:var(--divider)!important;--border-focus:var(--info)!important;--accent-orange:var(--info)!important;--accent-orange-glow:#4a78d31a!important;--accent-cyan:var(--info)!important;--accent-blue:var(--info)!important;--accent-purple:var(--info)!important;--accent-gold:var(--text-muted)!important;--accent-yellow:var(--warning)!important;--text-green:var(--success)!important;--text-dim-green:var(--success)!important;--text-dark-green:var(--success)!important;--text-red:var(--danger)!important;--text-dim-red:var(--danger)!important;--text-dark-red:var(--danger)!important;--text-yellow:var(--warning)!important;--text-blue:var(--info)!important;--text-purple:var(--info)!important;--text-white:var(--text-primary)!important;--text-100:var(--text-primary)!important;--text-85:var(--text-primary)!important;--text-70:var(--text-secondary)!important;--text-60:var(--text-secondary)!important;--text-50:var(--text-muted)!important;--text-45:var(--text-muted)!important;--text-40:#0f172a66!important;--text-35:#0f172a59!important;--text-30:#0f172a4d!important;--text-25:#0f172a40!important;--text-20:#0f172a33!important;--text-18:#0f172a2e!important;--text-15:#0f172a26!important;--text-12:#0f172a1f!important;--text-8:#0f172a14!important;--text-6:#0f172a0f!important;--text-5:#0f172a0d!important;--bg-card-subtle:#f8fafc!important;--surface-app:#f1f5f9!important;--surface-workspace:#f8fafc!important;--surface-pane:#fff!important;--surface-raised:#fff!important;--surface-input:#fff!important;--surface-overlay:#fff!important;--surface-hover:#f1f5f9!important;--border-base:#e2e8f0!important;--border-subtle:#0f172a14!important;--border-strong:#0f172a2e!important;--divider-color:#0f172a12!important;--text-disabled:#94a3b8!important;--viz-chart-grid:#0f172a12!important;--viz-chart-axis:#0f172a29!important;--viz-chart-zero-line:#0f172a3d!important;--viz-chart-text:#64748b!important;--viz-chart-tooltip-bg:#fff!important;--viz-chart-tooltip-border:#0f172a26!important;--color-positive-text:#047857!important;--color-negative-text:#be123c!important;--color-warning-text:#b45309!important;--color-info-text:#0369a1!important;--color-positive-bg:#04785717!important;--color-negative-bg:#be123c17!important;--color-warning-bg:#b453091a!important;--color-info-bg:#0369a117!important;--color-positive-border:#04785747!important;--color-negative-border:#be123c47!important;--color-warning-border:#b4530947!important;--color-info-border:#0369a147!important;--dot-inactive-color:#0f172a38!important;--color-positive:#059669!important;--color-negative:#e11d48!important;--color-warning:#d97706!important;--color-info:#0284c7!important;--surface-primary:var(--surface-workspace)!important;--surface-secondary:var(--surface-pane)!important;--surface-tertiary:var(--surface-raised)!important;--chart-grid:var(--viz-chart-grid)!important;--chart-axis:var(--viz-chart-axis)!important;--chart-zero-line:var(--viz-chart-zero-line)!important;--chart-text:var(--viz-chart-text)!important;--chart-tooltip-bg:var(--viz-chart-tooltip-bg)!important;--chart-tooltip-border:var(--viz-chart-tooltip-border)!important;--accent-success:var(--color-positive)!important;--accent-danger:var(--color-negative)!important;--signal-positive:var(--color-positive)!important;--signal-negative:var(--color-negative)!important;--signal-neutral:var(--color-warning)!important;background-color:#f8fafc!important}body.theme-clean-white .global-tape-container{background:var(--surface-pane)!important;border:1px solid var(--border-color)!important;box-shadow:0 1px 2px #0f172a0f!important}body.theme-clean-white:before,body.theme-clean-white:after{display:none!important}body.theme-clean-white .glass-panel,body.theme-clean-white .control-panel,body.theme-clean-white .kpi-card,body.theme-clean-white .terminal-window,body.theme-clean-white .watch-rail-panel,body.theme-clean-white .chart-container-outer,body.theme-clean-white .option-chain-container,body.theme-clean-white .terminal-header,body.theme-clean-white .stat-box,body.theme-clean-white .professional-thesis-card,body.theme-clean-white .meta-banner-card,body.theme-clean-white .predictive-news-card,body.theme-clean-white .notification-toast,body.theme-clean-white .notification-drawer,body.theme-clean-white .notification-detail-overlay,body.theme-clean-white .explainability-card,body.theme-clean-white .watchlist-card,body.theme-clean-white .rearrange-card-wrapper,body.theme-clean-white .meta-sub-panel,body.theme-clean-white .market-verdict-card{box-shadow:none!important;-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;transition:all .2s!important}body.theme-clean-white .glass-panel:hover,body.theme-clean-white .control-panel:hover,body.theme-clean-white .kpi-card:hover,body.theme-clean-white .terminal-window:hover,body.theme-clean-white .chart-container-outer:hover,body.theme-clean-white .option-chain-container:hover,body.theme-clean-white .stat-box:hover,body.theme-clean-white .meta-banner-card:hover,body.theme-clean-white .watchlist-card:hover{box-shadow:none!important;border-color:#cbd5e1!important}body.theme-clean-white .terminal-header:hover{transform:none!important}body.theme-clean-white .terminal-tabs,body.theme-clean-white .sub-tabs-bar{box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:14px!important}body.theme-clean-white .tab-button{color:#64748b!important;border-radius:10px!important}body.theme-clean-white .tab-button:hover{color:#1e293b!important;box-shadow:none!important;background:#3b82f60d!important;border-color:#0000!important}body.theme-clean-white .tab-button.active{color:#3b82f6!important;background:#3b82f61a!important;border:1px solid #3b82f64d!important;box-shadow:0 2px 8px #3b82f61f!important}body.theme-clean-white .speed-btn{color:#64748b!important;background:#f1f5f9!important;border:1px solid #e2e8f0!important}body.theme-clean-white .speed-btn.active{color:#3b82f6!important;background:#3b82f61a!important;border-color:#3b82f6!important}body.theme-clean-white .action-btn.start{color:#fff!important;background:#3b82f6!important;border:none!important;box-shadow:0 2px 8px #3b82f64d!important}body.theme-clean-white .action-btn.start:hover{background:#2563eb!important;box-shadow:0 4px 12px #3b82f666!important}body.theme-clean-white .action-btn.stop{color:#1e293b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}body.theme-clean-white div[style*="margin-bottom: 14px"] svg,body.theme-clean-white div[style*=margin-bottom\:14px] svg,body.theme-clean-white div[style*="marginBottom: \"14px\""] svg{color:var(--text-muted)!important}body.theme-clean-white div[style*="margin-bottom: 14px"] span[style*=letter-spacing],body.theme-clean-white div[style*=margin-bottom\:14px] span[style*=letter-spacing],body.theme-clean-white div[style*="margin-bottom: 14px"] div[style*=letter-spacing],body.theme-clean-white div[style*=margin-bottom\:14px] div[style*=letter-spacing]{color:var(--text-secondary)!important;text-transform:uppercase!important;font-size:14px!important;font-weight:600!important}body.theme-clean-white [style*="background: rgba(10, 190, 156"],body.theme-clean-white [style*="background:rgba(10,190,156"],body.theme-clean-white [style*="background: rgba(16, 185, 129"],body.theme-clean-white [style*="background-color: rgba(10, 190, 156"],body.theme-clean-white [style*="background-color: rgba(16, 185, 129"]{color:#34a853!important;background-color:#34a85314!important;border:1px solid #34a853!important}body.theme-clean-white [style*="background: rgba(230, 43, 58"],body.theme-clean-white [style*="background:rgba(230, 43, 58"],body.theme-clean-white [style*="background: rgba(239, 68, 68"],body.theme-clean-white [style*="background-color: rgba(230, 43, 58"],body.theme-clean-white [style*="background-color: rgba(239, 68, 68"]{color:#d9534f!important;background-color:#d9534f14!important;border:1px solid #d9534f!important}body.theme-clean-white [style*="background: rgba(245, 158, 11"],body.theme-clean-white [style*="background:rgba(245,158,11"],body.theme-clean-white [style*="background: rgba(251, 191, 36"],body.theme-clean-white [style*="background-color: rgba(245, 158, 11"],body.theme-clean-white [style*="background-color: rgba(251, 191, 36"]{color:#d97706!important;background-color:#d9770614!important;border:1px solid #d97706!important}body.theme-clean-white [style*="background: rgba(96, 165, 250"],body.theme-clean-white [style*="background:rgba(96,165,250"],body.theme-clean-white [style*="background: rgba(59, 130, 246"],body.theme-clean-white [style*="background-color: rgba(96, 165, 250"],body.theme-clean-white [style*="background-color: rgba(59, 130, 246"]{color:#4a78d3!important;background-color:#4a78d314!important;border:1px solid #4a78d3!important}body.theme-clean-white [style*="background: rgba(255, 255, 255, 0.0"],body.theme-clean-white [style*="background:rgba(255,255,255,0.0"],body.theme-clean-white [style*="background-color: rgba(255, 255, 255, 0.0"]{color:var(--text-muted)!important;background-color:#f1f5f9!important;border:1px solid #e2e8f0!important}body.theme-clean-white .session-select,body.theme-clean-white select{color:#1e293b!important;background:#f8fafc!important;border:1px solid #e2e8f0!important}body.theme-clean-white .session-select:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important}body.theme-clean-white .table-wrapper{box-shadow:none!important;background:#fff!important;border:1px solid #e2e8f0!important}body.theme-clean-white .retro-table th{color:#0f172a!important;box-shadow:none!important;background:#f1f5f9!important;border-bottom:2px solid #94a3b8!important;font-weight:800!important}body.theme-clean-white .retro-table td{color:#0f172a!important;border-bottom:1px solid #cbd5e1!important;border-right:1px solid #cbd5e1!important;font-size:11px!important;font-weight:600!important}body.theme-clean-white .retro-table td.strike-cell{color:#0f172a!important;background:#f1f5f9!important;border-left:1px solid #cbd5e1!important;border-right:1px solid #cbd5e1!important;font-weight:800!important}body.theme-clean-white .retro-table td.ce-price{color:#0abe9c!important;background-color:#0abe9c0d!important}body.theme-clean-white .retro-table td.pe-price{color:#e62b3a!important;background-color:#e62b3a0d!important}body.theme-clean-white .retro-table tbody tr:hover td{color:#0f172a!important;background:#e2e8f0!important}body.theme-clean-white .retro-table tbody tr:hover td.strike-cell{color:#0f172a!important;background:#cbd5e1!important}body.theme-clean-white .header-title{-webkit-text-fill-color:#1e293b!important;color:#1e293b!important;background:0 0!important}body.theme-clean-white ::-webkit-scrollbar-thumb{background:#cbd5e1!important}body.theme-clean-white ::-webkit-scrollbar-thumb:hover{background:#94a3b8!important}body.theme-clean-white .signal-summary-card,body.theme-clean-white .sig-card,body.theme-clean-white .consensus-ratio-bar,body.theme-clean-white .confidence-sub-card,body.theme-clean-white .risk-management-card,body.theme-clean-white .strike-level-card,body.theme-clean-white .flow-sub-card,body.theme-clean-white .regime-heading-block{box-shadow:none!important;background:#f8fafc!important;border:1px solid #f1f5f9!important;border-radius:8px!important}body.theme-clean-white .sig-card:hover{background:#f1f5f9!important}body.theme-clean-white button:hover,body.theme-clean-white .tab-button:hover,body.theme-clean-white .speed-btn:hover,body.theme-clean-white select:hover{filter:none!important;border-color:#cbd5e1!important;box-shadow:0 1px 3px #00000014!important}body.theme-clean-white [style*="background: rgba(10,"],body.theme-clean-white [style*="background: rgba(10, "],body.theme-clean-white [style*="background: rgba(12,"],body.theme-clean-white [style*="background: rgba(12, "],body.theme-clean-white [style*="background: rgba(14,"],body.theme-clean-white [style*="background: rgba(14, "],body.theme-clean-white [style*="background: rgba(18,"],body.theme-clean-white [style*="background: rgba(18, "],body.theme-clean-white [style*="background: rgba(20,"],body.theme-clean-white [style*="background: rgba(20, "],body.theme-clean-white [style*="background: rgba(0,0,0,0.1"],body.theme-clean-white [style*="background: rgba(0, 0, 0, 0.1"],body.theme-clean-white [style*="background: rgba(0,0,0,0.2"],body.theme-clean-white [style*="background: rgba(0, 0, 0, 0.2"],body.theme-clean-white [style*="background: rgba(0,0,0,0.3"],body.theme-clean-white [style*="background: rgba(0, 0, 0, 0.3"],body.theme-clean-white [style*="background:#0d0e1a"],body.theme-clean-white [style*="background: #0d0e1a"]{background:#f1f5f9!important}body.theme-clean-white [style*="color: #ffffff"],body.theme-clean-white [style*="color:#ffffff"],body.theme-clean-white [style*="color: rgb(255, 255, 255)"],body.theme-clean-white [style*="color: #fff"]{color:#1e293b!important}body.theme-clean-white [style*="border-bottom: 1px solid rgba(255, 255, 255,"],body.theme-clean-white [style*="border-top: 1px solid rgba(255, 255, 255,"],body.theme-clean-white [style*="border: 1px solid rgba(255, 255, 255,"]{border-color:#e2e8f0!important}body.theme-clean-white [style*="background: rgba(255, 255, 255, 0.0"],body.theme-clean-white [style*="background: rgba(255,255,255,0.0"],body.theme-clean-white [style*="background-color: rgba(255, 255, 255, 0.0"]{background:#f8fafc!important}body.theme-clean-white [style*=box-shadow],body.theme-clean-white [style*=boxShadow]{box-shadow:none!important}body.theme-clean-white [style*=text-shadow],body.theme-clean-white [style*=textShadow]{text-shadow:none!important}body.theme-clean-white .screener-results-table{border-color:var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .screener-table-header{color:var(--text-secondary)!important;border-bottom:1px solid var(--border-color)!important;background:#f8fafc!important}body.theme-clean-white .screener-card-row{border-bottom:1px solid var(--border-color)!important;background:#fff!important;border-left:1px solid #0000!important;border-right:1px solid #0000!important}body.theme-clean-white .screener-card-row:hover{border-left-color:var(--border-color)!important;box-shadow:none!important;background:#f8fafc!important;transform:none!important}body.theme-clean-white .screener-card-row.selected-card{border-left-color:var(--text-muted)!important;box-shadow:none!important;background:#f1f5f9!important;transform:none!important}body.theme-clean-white .pill-filter.active,body.theme-clean-white .horizon-btn.active{color:#4a78d3!important;box-shadow:none!important;background:#4a78d314!important;border-color:#4a78d3!important}body.theme-clean-white .advanced-accordion-panel{border:1.5px solid var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .adv-filter-group{border:1px solid var(--border-color)!important;background:#f8fafc!important}body.theme-clean-white .adv-filter-group:hover{border-color:var(--divider)!important;background:#f1f5f9!important}body.theme-clean-white .adv-filter-label{color:var(--text-secondary)!important;border-bottom-color:var(--border-color)!important}body.theme-clean-white .adv-select,body.theme-clean-white .adv-input{border-color:var(--border-color)!important;color:var(--text-primary)!important;background:#fff!important}body.theme-clean-white .adv-select:focus,body.theme-clean-white .adv-input:focus{border-color:#4a78d3!important}body.theme-clean-white .adv-select option{color:var(--text-primary)!important;background:#fff!important}body.theme-clean-white .adv-checkbox-lbl{color:var(--text-secondary)!important}body.theme-clean-white .adv-checkbox-lbl input{accent-color:#4a78d3!important}body.theme-clean-white .details-screener-workspace{color:#334155!important;--text-white:#0f172a!important;--text-muted:#64748b!important;--text-70:#475569!important;--text-40:#94a3b8!important;--border-color:#e2e8f0!important;--panel-bg:#fff!important;--text-green:#0f766e!important;--text-red:#e11d48!important;--text-yellow:#b45309!important;--accent-orange:#4a78d3!important;--accent-orange-glow:#4a78d314!important;--accent-cyan:#0284c7!important;--accent-purple:#7c3aed!important;--accent-blue:#2563eb!important;--accent-gold:#d97706!important;--border-accent:#cbd5e1!important;--bg-card:#fff!important;--bg-pill:#f1f5f9!important;--bg-pill-hover:#e2e8f0!important;--border-item:#e2e8f0!important;--bg-progress-track:#e2e8f0!important;--bg-tab-hover:#00000005!important;--bg-segmented-bar:#f1f5f9!important;--border-segmented-bar:#cbd5e1!important;--bg-segmented-btn-active:#fff!important;--text-segmented-btn-active:#4a78d3!important;--bg-green-badge:#f0fdf4!important;--bg-red-badge:#fff1f2!important;background:#f8fafc!important}body.theme-clean-white .details-screener-header{background:#fffc!important;border-bottom-color:#e2e8f0!important}body.theme-clean-white .screener-card{border:1px solid var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .screener-card:hover{border-color:var(--border-color)!important;box-shadow:none!important;transform:none!important}body.theme-clean-white .screener-nav-tabs{border-color:var(--border-color)!important;box-shadow:none!important;background:#f1f5f9!important}body.theme-clean-white .screener-nav-tab-btn:hover{color:var(--text-primary)!important;background:#00000005!important}body.theme-clean-white .screener-nav-tab-btn.active{color:#fff!important;box-shadow:none!important;background:#4a78d3!important}body.theme-clean-white .section-card-wrapper{border:1px solid var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .section-card-wrapper:hover{border-color:var(--border-color)!important;box-shadow:none!important}body.theme-clean-white .metric-pill-card{border:1px solid var(--border-color)!important;box-shadow:none!important;background:#f8fafc!important}body.theme-clean-white .metric-pill-card:hover{border-color:var(--border-color)!important;background:#f1f5f9!important}body.theme-clean-white .premium-table th{border-bottom:1px solid var(--border-color)!important;background:#f8fafc!important}body.theme-clean-white .premium-table td{border-bottom:1px solid var(--border-color)!important}body.theme-clean-white .premium-table tbody tr:hover{background-color:#f8fafc!important}body.theme-clean-white .pnl-ttm-row{background:#f1f5f9!important}body.theme-clean-white .pnl-ttm-row td{color:#4a78d3!important;border-bottom:1.5px solid #4a78d3!important}body.theme-clean-white .upcoming-trend-card{border:1px solid var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .upcoming-trend-card:hover{box-shadow:none!important;border-color:var(--divider)!important;transform:none!important}body.theme-clean-white .confidence-bar-fill{background:var(--info)!important;box-shadow:none!important;animation:none!important}body.theme-clean-white #option-chain-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white #right-panel-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white #gex-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white #dex-scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white .search-results-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white .watchlist-side-panel::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-color:#cbd5e1!important}body.theme-clean-white #option-chain-scroll-container::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white #right-panel-scroll-container::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white #gex-scroll-container::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white #dex-scroll-container::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white .search-results-dropdown::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white .watchlist-side-panel::-webkit-scrollbar-track{background:#f1f5f9!important}body.theme-clean-white .chart-tab-btn{color:var(--text-secondary)!important;background:0 0!important;border-color:#0000!important}body.theme-clean-white .chart-tab-btn:hover{color:var(--text-primary)!important;background:#00000005!important;transform:none!important}body.theme-clean-white .chart-tab-btn.active{color:#fff!important;box-shadow:none!important;background:#4a78d3!important;border-color:#4a78d3!important;transform:none!important}body.theme-clean-white .verdict-card{border:1px solid var(--border-color)!important;border-bottom:2px solid var(--border-color)!important;box-shadow:none!important;background:#fff!important}body.theme-clean-white .verdict-card span[style*="rgba(255, 255, 255, 0.35)"],body.theme-clean-white .verdict-card span[style*="rgba(255,255,255,0.35)"]{color:var(--text-muted)!important}body.theme-clean-white .verdict-card span[style*="color: var(--text-white)"],body.theme-clean-white .verdict-card span[style*="color:var(--text-white)"]{color:var(--text-primary)!important}body.theme-clean-white .active-watchlist-row{background:#f1f5f9!important;border-left:3px solid #4a78d3!important}body.theme-clean-white .retro-table tbody tr.active-watchlist-row:hover{background:#e2e8f0!important}body.theme-clean-white .watchlist-chart-canvas-area{background:#fff!important}body.theme-clean-white .chart-style-toggle-container{border-color:var(--border-color)!important;background:#f1f5f9!important}body.theme-clean-white .chart-style-btn{color:var(--text-secondary)!important;background:0 0!important;border-color:#0000!important}body.theme-clean-white .chart-style-btn:hover{color:var(--text-primary)!important;background:#00000005!important}body.theme-clean-white .chart-style-btn.active{color:#fff!important;box-shadow:none!important;background:#4a78d3!important;border-color:#4a78d3!important}body.theme-clean-white .cmd-palette-overlay{background:#ffffffb3!important}body.theme-clean-white .cmd-palette{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 20px 60px #0000001f,0 0 0 1px #0000000d!important}body.theme-clean-white .cmd-palette-input{color:#1e293b!important}body.theme-clean-white .cmd-palette-input::placeholder{color:#94a3b8!important}body.theme-clean-white .cmd-palette-item:hover,body.theme-clean-white .cmd-palette-item.selected{background:#3b82f60f!important}body.theme-clean-white .cmd-palette-item-label{color:#334155!important}body.theme-clean-white .shortcuts-panel{background:#fff!important;border-color:#e2e8f0!important;box-shadow:0 20px 60px #0000001f!important}body.theme-clean-white .shortcuts-title{color:#1e293b!important}body.theme-clean-white .shortcuts-desc{color:#64748b!important}body.theme-clean-white .shortcuts-kbd{color:#334155!important;background:#f1f5f9!important;border-color:#e2e8f0!important;box-shadow:0 1px 2px #0000000f!important}body.theme-liquid-glass .signal-summary-card,body.theme-liquid-glass .consensus-ratio-bar,body.theme-liquid-glass .timeframe-selector-container,body.theme-liquid-glass .explainability-collapsible,body.theme-liquid-glass .internals-stat-row,body.theme-liquid-glass .internals-ratio-grid,body.theme-liquid-glass .confidence-sub-card,body.theme-liquid-glass .confidence-chart-card,body.theme-liquid-glass .risk-management-card,body.theme-liquid-glass .risk-management-sub-cell,body.theme-liquid-glass .strike-level-card,body.theme-liquid-glass .strike-spot-card,body.theme-liquid-glass .flow-sub-card,body.theme-liquid-glass .flow-combined-card,body.theme-liquid-glass .flow-avg-card,body.theme-liquid-glass .flow-audit-card,body.theme-liquid-glass .regime-heading-block,body.theme-liquid-glass .consensus-bias-meter,body.theme-liquid-glass .state-details-banner,body.theme-liquid-glass .wyckoff-phase-box{-webkit-backdrop-filter:blur(12px)!important;background:#10162e73!important;border:1px solid #00f5ff26!important;box-shadow:inset 0 2px 4px #00000059!important}body.theme-liquid-glass .sig-card{color:var(--text-white)!important;background:#10162e59!important;border:1px solid #00f5ff1a!important;margin-bottom:6px!important;box-shadow:0 2px 8px #00000026!important}body.theme-liquid-glass .sig-card:hover{background:#18204080!important;border-color:#00f5ff40!important;transform:translateY(-1px)!important}.theme-transition-overlay{z-index:99999;opacity:0;pointer-events:all;justify-content:center;align-items:center;width:100vw;height:100vh;transition:opacity .3s cubic-bezier(.16,1,.3,1),-webkit-backdrop-filter .3s,backdrop-filter .3s;animation:.3s cubic-bezier(.16,1,.3,1) forwards theme-overlay-fade-in;display:flex;position:fixed;inset:0}.theme-transition-overlay.fading-out{pointer-events:none;opacity:0!important}.theme-transition-card{text-align:center;border-radius:24px;width:400px;max-width:90%;padding:35px 30px;transition:all .3s cubic-bezier(.16,1,.3,1);animation:.4s cubic-bezier(.34,1.56,.64,1) forwards theme-card-scale-up;transform:scale(.9)translateY(10px);box-shadow:0 25px 60px -15px #00000080}.theme-transition-label{letter-spacing:2.5px;text-transform:uppercase;font-size:10px;font-weight:700;font-family:var(--font-sans);margin-bottom:8px}.theme-transition-name{letter-spacing:1px;font-size:26px;font-weight:800;font-family:var(--font-sans);text-shadow:0 2px 10px #0000001a;margin-bottom:24px;animation:2s ease-in-out infinite theme-text-pulse}.theme-transition-track{border-radius:6px;width:100%;height:8px;margin-bottom:12px;position:relative;overflow:hidden}.theme-transition-bar{border-radius:6px;width:0%;height:100%;transition:width 50ms linear}.theme-transition-percent{font-family:var(--font-mono);letter-spacing:-.5px;font-size:15px;font-weight:700}.theme-transition-overlay.to-dark{-webkit-backdrop-filter:blur(20px);background:#0b0c10d1}.theme-transition-overlay.to-dark .theme-transition-card{background:#1a1a24f2;border:1px solid #ffffff14;box-shadow:0 25px 60px -15px #000000b3}.theme-transition-overlay.to-dark .theme-transition-label{color:#fff6}.theme-transition-overlay.to-dark .theme-transition-name{color:#fff}.theme-transition-overlay.to-dark .theme-transition-track{background:#ffffff14}.theme-transition-overlay.to-dark .theme-transition-bar{background:linear-gradient(90deg,#3b82f6,#60a5fa);box-shadow:0 0 10px #3b82f680}.theme-transition-overlay.to-dark .theme-transition-percent{color:#60a5fa}.theme-transition-overlay.to-light{-webkit-backdrop-filter:blur(20px);background:#f3f4f6d1}.theme-transition-overlay.to-light .theme-transition-card{background:#fffffff2;border:1px solid #11182714;box-shadow:0 25px 60px -15px #11182726}.theme-transition-overlay.to-light .theme-transition-label{color:#11182780}.theme-transition-overlay.to-light .theme-transition-name{color:#111827}.theme-transition-overlay.to-light .theme-transition-track{background:#11182714}.theme-transition-overlay.to-light .theme-transition-bar{background:linear-gradient(90deg,#3b82f6,#1d4ed8);box-shadow:0 0 8px #3b82f633}.theme-transition-overlay.to-light .theme-transition-percent{color:#1d4ed8}.theme-transition-overlay.to-liquid-glass{-webkit-backdrop-filter:blur(30px)saturate(160%);background:#02030dd9}.theme-transition-overlay.to-liquid-glass:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(circle at 30% 30%,#3b82f61a 0%,#0000 40%),radial-gradient(circle at 70% 70%,#3b82f60d 0%,#0000 40%);position:absolute;inset:0}.theme-transition-overlay.to-liquid-glass .theme-transition-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%),#10162e99;border:1px solid #3b82f666;box-shadow:0 25px 60px -15px #000c,inset 0 1px #fff3,0 0 30px #3b82f633}.theme-transition-overlay.to-liquid-glass .theme-transition-label{color:#3b82f6b3;text-shadow:0 0 8px #3b82f64d}.theme-transition-overlay.to-liquid-glass .theme-transition-name{background:linear-gradient(135deg,#fff,#0abe9c,#9d4edd);-webkit-text-fill-color:transparent;filter:drop-shadow(0 2px 8px #00f5ff59);-webkit-background-clip:text}.theme-transition-overlay.to-liquid-glass .theme-transition-track{background:#00f5ff14;border:1px solid #00f5ff26}.theme-transition-overlay.to-liquid-glass .theme-transition-bar{background:linear-gradient(90deg,#0fc,#0abe9c,#9d4edd,#ff007f) 0 0/200%;animation:2s linear infinite shimmer-progress-bar;box-shadow:0 0 15px #0fcc,0 0 5px #00ffcc80}.theme-transition-overlay.to-liquid-glass .theme-transition-percent{color:#0abe9c;text-shadow:0 0 8px #00ffd080}@keyframes theme-overlay-fade-in{0%{opacity:0}to{opacity:1}}@keyframes theme-card-scale-up{0%{opacity:0;transform:scale(.9)translateY(15px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes theme-text-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.global-tape-container{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(20px);transition:all .3s var(--smooth-easing);background:linear-gradient(90deg,#0f172af2 0%,#0a0f1ef2 100%);margin-bottom:0;box-shadow:0 4px 20px #00000080,inset 0 1px #ffffff08}body.theme-liquid-glass .global-tape-container{-webkit-backdrop-filter:blur(40px)saturate(220%)!important;background:linear-gradient(135deg,#ffffff14 0%,#ffffff05 100%),#10162e4d!important;border:1px solid #00f5ff38!important;box-shadow:0 20px 50px -15px #000000a6,inset 0 1px #ffffff40,0 0 20px #00f5ff08!important}.profile-btn{border:1.5px solid var(--border-color);color:var(--text-white);cursor:pointer;transition:all .2s var(--smooth-easing);font-size:10px;font-weight:800;font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.5px;background:#ffffff0a;border-radius:6px;align-items:center;gap:6px;padding:4px 10px;display:flex}.profile-btn:hover{border-color:var(--border-hover)!important;filter:none!important;background:#ffffff17!important;box-shadow:0 0 12px 1px #ffffff26!important}.profile-dropdown{z-index:10000;border:1.5px solid var(--border-color);-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0a0b10f7;border-radius:10px;flex-direction:column;gap:2px;width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 25px #00000080}.profile-dropdown-item{color:var(--text-70);cursor:pointer;text-align:left;transition:all .15s var(--smooth-easing);background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:6px 10px;font-size:10px;font-weight:600;display:flex}.profile-dropdown-item:hover{color:var(--text-white)!important;box-shadow:none!important;filter:none!important;background:#ffffff0d!important}.profile-dropdown-item.active{color:var(--accent-cyan)!important;box-shadow:none!important;filter:none!important;background:#00e5ff26!important;font-weight:800!important}.profile-dropdown-new-btn{border:1px dashed var(--accent-cyan);color:var(--accent-cyan);cursor:pointer;text-align:center;text-transform:uppercase;letter-spacing:.5px;transition:all .2s var(--smooth-easing);box-sizing:border-box;background:#00e5ff14;border-radius:6px;width:100%;padding:6px 10px;font-size:9px;font-weight:700}.profile-dropdown-new-btn:hover{box-shadow:none!important;filter:none!important;border-color:var(--accent-cyan)!important;background:#00e5ff26!important}@keyframes kdi-led-blink{0%{opacity:.4;filter:drop-shadow(0 0 1px)}50%{opacity:1;filter:drop-shadow(0 0 4px)}to{opacity:.4;filter:drop-shadow(0 0 1px)}}@keyframes kdi-gauge-glow{0%{filter:drop-shadow(0 0 2px var(--kdi-glow-color,currentColor))}to{filter:drop-shadow(0 0 5px var(--kdi-glow-color,currentColor)) brightness(1.2)}}@keyframes kalman-pulse-slow{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.kalman-param-box,.kalman-filter-box{transition:all .2s cubic-bezier(.16,1,.3,1)!important}.kalman-param-box:hover,.kalman-filter-box:hover{transform:translateY(-1px);background:#ffffff09!important;border-color:#ffffff14!important}@keyframes feed-dot-blink{0%,to{opacity:1}50%{opacity:.15}}@keyframes red-dot-pulse{0%{box-shadow:0 0 #e62b3acc}70%{box-shadow:0 0 0 6px #e62b3a00}to{box-shadow:0 0 #e62b3a00}}.locked-red-dot{background-color:#e62b3a!important;animation:1.5s infinite red-dot-pulse!important}@keyframes circle-progress-fill-cursor{0%{stroke-dashoffset:62.83px}to{stroke-dashoffset:0}}@keyframes heartbeat-pulse{0%{transform:scale(.95);box-shadow:0 0 #0abe9cb3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #0abe9c00}to{transform:scale(.95);box-shadow:0 0 #0abe9c00}}@keyframes heartbeat-pulse-red{0%{transform:scale(.95);box-shadow:0 0 #e62b3ab3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #e62b3a00}to{transform:scale(.95);box-shadow:0 0 #e62b3a00}}@keyframes spin-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wave-flow{0%{stroke-dashoffset:0}to{stroke-dashoffset:-40px}}@keyframes glow-pulse{0%{box-shadow:0 0 5px #0abe9c33}50%{box-shadow:0 0 15px #0abe9c99}to{box-shadow:0 0 5px #0abe9c33}}@keyframes glow-pulse-blue{0%{box-shadow:0 0 5px #00b0ff33}50%{box-shadow:0 0 15px #00b0ff99}to{box-shadow:0 0 5px #00b0ff33}}@keyframes text-flicker{0%,to{opacity:.9}50%{opacity:1;text-shadow:0 0 4px #fff6}}.hud-pulse-green,.hud-pulse-red{animation:none}@keyframes shimmer-bar{0%{background-position:200%}to{background-position:-200%}}.hud-spin{animation:1s linear infinite spin-rotate}.wave-animation{stroke-dasharray:8 4;animation:none}.telemetry-card{background:#ffffff04;border:1px solid #ffffff0d;border-radius:12px;padding:10px 14px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.telemetry-card:hover{background:#ffffff09;border-color:#ffffff1f;transform:translateY(-2px)}.progress-track{background:#ffffff0f;border-radius:4px;height:6px;position:relative;overflow:hidden}.progress-fill-green{background:var(--text-green);border-radius:4px;height:100%;transition:width .5s ease-out}.progress-fill-orange{background:var(--accent-orange);border-radius:4px;height:100%;transition:width .5s ease-out}.action-btn-cockpit{color:var(--text-white);font-family:var(--font-sans);cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.action-btn-cockpit:hover:not(:disabled){border-color:var(--border-hover);background:#ffffff14;transform:translateY(-1px)}.action-btn-cockpit:disabled{opacity:.5;cursor:not-allowed}.retro-table tbody tr:hover{transform:scale(1.0016);box-shadow:0 4px 12px #0000001f;background:#ffffff0a!important}.retro-table tbody tr td{border-left:3px solid #0000;transition:all .12s}.retro-table tbody tr:hover td:first-child{border-left:3px solid var(--accent-orange)!important}.retro-table td.num-val,.retro-table th.num-val{text-align:right;font-family:var(--font-mono)}.retro-table td.text-right,.retro-table th.text-right{text-align:right}.glow-atm-strike-row,.flash-active-tick{animation:none}.option-chain-stats-strip{grid-template-columns:repeat(5,1fr);gap:8px;margin-bottom:12px;display:grid}.option-chain-stat-card{background:#ffffff04;border:1px solid #ffffff0a;border-radius:8px;flex-direction:column;justify-content:center;padding:6px 10px;transition:all .2s;display:flex}.option-chain-stat-label{color:#ffffff8c;letter-spacing:.5px;text-transform:uppercase;font-size:8.5px;font-weight:800}.option-chain-stat-value{color:var(--text-white);font-size:13.5px;font-weight:900;font-family:var(--font-mono);margin-top:2px}.option-chain-search-input{color:var(--text-white);font-size:10px;font-family:var(--font-mono);background:#00000040;border:1px solid #ffffff14;border-radius:6px;outline:none;width:110px;padding:3px 8px;transition:all .2s}.option-chain-search-input:focus{border-color:var(--accent-orange);background:#ffffff0a;box-shadow:0 0 8px #ff6a0033}.search-highlighted-row{background:#ff98000f!important}.search-highlighted-row .strike-cell{color:#ff9800!important;background:#ff980029!important;border-left:2px solid #ff9800!important;border-right:2px solid #ff9800!important;box-shadow:0 0 10px #ff98004d!important}.option-chain-container{-webkit-backdrop-filter:blur(40px)saturate(210%)!important;backdrop-filter:blur(40px)saturate(210%)!important;background:#0a0b1673!important;border:1px solid #ffffff0f!important;border-radius:12px!important;padding:16px!important;box-shadow:0 30px 60px #0000008c,inset 0 1px #ffffff0a!important}.option-chain-stat-card{position:relative;overflow:hidden;background:#ffffff04!important;border:1px solid #ffffff14!important;border-radius:3px!important;padding:8px 12px!important;transition:all .2s!important}.table-wrapper::-webkit-scrollbar{width:6px;height:6px}.table-wrapper::-webkit-scrollbar-track{background:#0003;border-radius:3px}.table-wrapper::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px;transition:background .2s}.table-wrapper::-webkit-scrollbar-thumb:hover{background:#ffffff38}.option-chain-header select{cursor:pointer;outline:none;transition:all .2s;color:var(--text-white)!important;font-size:10px!important;font-family:var(--font-sans)!important;appearance:none!important;background:#0000004d url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.7)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") right 6px center/10px no-repeat!important;border:1px solid #ffffff14!important;border-radius:6px!important;padding:4px 22px 4px 8px!important}.option-chain-header select:hover{background-color:#ffffff08!important;border-color:#fff3!important}.retro-table th{-webkit-backdrop-filter:blur(20px)!important;backdrop-filter:blur(20px)!important;background:#0a0b16f0!important;border-bottom:1px solid #ffffff0f!important;box-shadow:0 2px 8px #00000059!important}.retro-table tbody tr{transition:background-color .12s}@keyframes atm-pulse{0%{box-shadow:0 0 4px #00b0ff4d,inset 0 0 4px #00b0ff1a}50%{box-shadow:0 0 10px #00b0ffb3,inset 0 0 8px #00b0ff40}to{box-shadow:0 0 4px #00b0ff4d,inset 0 0 4px #00b0ff1a}}.glow-atm-strike-row{background:#00b0ff0a!important}.glow-atm-strike-row .strike-cell{background:#00b0ff14!important;animation:none!important;box-shadow:0 0 6px #00b0ff66,inset 0 0 4px #00b0ff33!important}.kalman-regime-badge{letter-spacing:.08em;opacity:.85;transition:all .25s var(--smooth-easing);cursor:help;background:#ffffff05;border:1px solid;border-radius:6px;align-items:center;gap:5px;padding:3px 10px;font-size:10px;font-weight:800;display:inline-flex}.kalman-regime-badge:hover{opacity:1;background:#ffffff0d;transform:translateY(-1px)}.kalman-confluence-meter{min-width:160px;transition:all .25s var(--smooth-easing);background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex-direction:column;gap:6px;padding:10px 14px;display:flex}.kalman-confluence-meter:hover{background:#ffffff0a;border-color:#ffffff1f}.confluence-header{align-items:center;gap:6px;display:flex}.confluence-value-row{align-items:center;gap:12px;display:flex}.confluence-segments{gap:3px;display:flex}.confluence-segment{height:4px;transition:all .4s var(--smooth-easing);border-radius:2px;flex:1}.confluence-segment.active{height:5px}.kalman-signal-stats{flex-wrap:wrap;gap:12px;margin-bottom:14px;display:flex}.kalman-signal-stat{min-width:100px;transition:all .2s var(--smooth-easing);background:#ffffff05;border:1px solid #ffffff0f;border-radius:10px;flex:1;align-items:center;gap:8px;padding:8px 14px;display:flex}.kalman-signal-stat:hover{background:#ffffff0a;border-color:#ffffff1f;transform:translateY(-1px)}.kalman-signal-stat .stat-label{letter-spacing:.1em;opacity:.4;text-transform:uppercase;font-size:8px;font-weight:700;display:block}.kalman-signal-stat .stat-val{letter-spacing:-.02em;color:var(--text-white);font-size:18px;font-weight:800;line-height:1.1;display:block}.kalman-outcome-badge{letter-spacing:.05em;border-radius:4px;align-items:center;gap:3px;padding:2px 8px;font-size:9px;font-weight:800;display:inline-flex}.kalman-outcome-badge.win{color:var(--text-green);background:#0abe9c1a;border:1px solid #0abe9c40}.kalman-outcome-badge.loss{color:var(--text-red);background:#e62b3a1a;border:1px solid #e62b3a40}.kalman-outcome-badge.pending{color:var(--text-muted);background:#ffffff08;border:1px solid #ffffff14;animation:2s ease-in-out infinite kalman-pending-pulse}.kalman-outcome-badge.flat{color:var(--text-muted,#718096);opacity:.8;background:#ffffff0a;border:1px solid #ffffff1a}.kalman-outcome-badge.expired{color:#fff6;opacity:.7;background:#ffffff05;border:1px solid #ffffff0f}@keyframes kalman-pending-pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.kalman-momentum-arrow svg{filter:drop-shadow(0 0 4px)}.kpi-value.yellow-red{color:#ff8c00}.kpi-value.bright-green{color:#0f8;text-shadow:0 0 12px #00ff884d}.border-green{border:1px solid var(--text-green)!important}.border-red{border:1px solid var(--text-red)!important}.border-white{border:1px solid #fff3!important}.text-color-green{color:var(--text-green)!important}.text-color-red{color:var(--text-red)!important}.text-color-white{color:var(--text-white)!important}@media (width<=768px){.kalman-signal-stats{gap:8px}.kalman-signal-stat{min-width:80px;padding:6px 10px}.kalman-signal-stat .stat-val{font-size:15px}.confluence-value-row .confluence-count{font-size:22px!important}}.kalman-sparkline-svg{overflow:visible!important}.kalman-sparkline-svg:hover{filter:drop-shadow(0 0 4px #ffffff40);z-index:50;position:relative;transform:scaleY(2.2)scaleX(1.1)}.core-tab-content,.core-tab-content *{transition:none!important;animation:none!important}.core-tab-content .telemetry-card:hover,.core-tab-content .action-btn-cockpit:hover,.core-tab-content .retro-table tbody tr:hover,.core-tab-content .option-chain-stat-card:hover{box-shadow:none!important;transform:none!important}:root{--kpi-card-padding-x:20px;--kpi-card-padding-y:20px;--grid-cols-2:repeat(2, 1fr);--grid-cols-3:repeat(3, 1fr);--grid-cols-4:repeat(4, 1fr);--grid-cols-2-uneven:1.2fr 1fr;--grid-cols-2-uneven-left-heavy:1.6fr 1fr}@media (width<=1024px){:root{--kpi-card-padding-x:16px;--kpi-card-padding-y:16px;--grid-cols-3:repeat(2, 1fr)}.terminal-tabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:4px!important;padding:4px!important;display:flex!important;overflow-x:auto!important}.terminal-tabs .tab-button{flex:none!important;min-width:max-content!important;padding:6px 12px!important;font-size:10.5px!important}.option-chain-stats-strip{grid-template-columns:repeat(3,1fr)!important}.workspace-grid{grid-template-columns:1fr!important}}@media (width<=768px){:root{--kpi-card-padding-x:12px;--kpi-card-padding-y:12px;--grid-cols-2:1fr;--grid-cols-3:1fr;--grid-cols-4:repeat(2, 1fr);--grid-cols-2-uneven:1fr;--grid-cols-2-uneven-left-heavy:1fr}body{padding:8px 10px!important}.app-container{gap:8px!important}.kpi-grid{grid-template-columns:repeat(2,1fr)!important;gap:8px!important}.kpi-value{font-size:19px!important}.kpi-card{padding:10px 12px!important}.terminal-header{flex-direction:column!important;align-items:stretch!important;gap:10px!important;padding:10px 12px!important}.header-title-group{justify-content:space-between!important;width:100%!important}.header-status-group{flex-wrap:wrap!important;justify-content:space-between!important;gap:10px!important;width:100%!important}.status-indicator{border-right:none!important;padding-right:0!important}.scrollable-flex-menu{-webkit-overflow-scrolling:touch;scrollbar-width:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;overflow-x:auto!important}.scrollable-flex-menu::-webkit-scrollbar{display:none!important}.scrollable-flex-menu button{flex:none!important;min-width:max-content!important}.table-wrapper{overflow-x:auto!important}.retro-table{min-width:600px}.option-chain-stats-strip{grid-template-columns:repeat(2,1fr)!important}div[style*="1.1fr"][style*="0.9fr"],div[style*="1.2fr"][style*="1fr"],div[style*="1.3fr"][style*="1.1fr"],div[style*="1.6fr"][style*="1fr"],div[style*="1fr"][style*="2fr"],div[style*="2fr"][style*="1fr"],div[style*="1.5fr"][style*="1fr"],div[style*="1fr"][style*="1.2fr"],div[style*="1fr 1fr 1fr"],div[style*="1.5fr 1fr 1fr"],div[style*="1fr 1fr"]{grid-template-columns:1fr!important}}@media (width<=480px){:root{--kpi-card-padding-x:10px;--kpi-card-padding-y:10px;--grid-cols-4:1fr}.kpi-grid{grid-template-columns:1fr!important;gap:10px!important}.kpi-value{font-size:21px!important}.option-chain-stats-strip{grid-template-columns:1fr!important}}body.theme-rent-flow .kpi-card.mc-card-container{height:auto!important;min-height:unset!important;border-radius:0!important}body.theme-rent-flow .kpi-card.chart-card-container{height:auto!important;min-height:unset!important}.cmd-palette-overlay{z-index:99999;-webkit-backdrop-filter:blur(8px);background:#000000a6;justify-content:center;align-items:flex-start;padding-top:min(20vh,160px);animation:.15s ease-out cmdFadeIn;display:flex;position:fixed;inset:0}@keyframes cmdFadeIn{0%{opacity:0}to{opacity:1}}@keyframes cmdSlideIn{0%{opacity:0;transform:translateY(-16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.cmd-palette{background:#121218f5;border:1.5px solid #ff980033;border-radius:16px;flex-direction:column;width:min(560px,92vw);max-height:480px;animation:.2s ease-out cmdSlideIn;display:flex;overflow:hidden;box-shadow:0 24px 80px #0009,0 0 40px #ff980014,inset 0 1px #ffffff0a}.cmd-palette-input-wrapper{border-bottom:1px solid #ffffff0f;align-items:center;gap:10px;padding:14px 18px;display:flex}.cmd-palette-input{color:#ffffffeb;font-family:var(--font-sans,"Inter", sans-serif);letter-spacing:.2px;background:0 0;border:none;outline:none;flex:1;font-size:15px;font-weight:400}.cmd-palette-input::placeholder{color:#ffffff4d}.cmd-palette-badge,.cmd-palette-badge-sm{color:#ffffff73;font-family:var(--font-mono,"JetBrains Mono", monospace);letter-spacing:.5px;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;padding:2px 6px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.cmd-palette-badge-sm{padding:1px 5px;font-size:9px}.cmd-palette-list{scrollbar-width:thin;scrollbar-color:#ff980033 transparent;flex:1;padding:6px;overflow-y:auto}.cmd-palette-list::-webkit-scrollbar{width:5px}.cmd-palette-list::-webkit-scrollbar-thumb{background:#ff980033;border-radius:4px}.cmd-palette-empty{text-align:center;color:#ffffff4d;padding:32px 16px;font-size:13px;font-style:italic}.cmd-palette-item{cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:10px 14px;transition:all .1s;display:flex}.cmd-palette-item:hover,.cmd-palette-item.selected{background:#ff98001a}.cmd-palette-item.selected{box-shadow:inset 0 0 0 1px #ff980040}.cmd-palette-item-icon{width:28px;height:28px;color:var(--accent-orange,#ff9800);background:#ff980014;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.cmd-palette-item.selected .cmd-palette-item-icon{background:#ff98002e}.cmd-palette-item-label{color:#ffffffe0;letter-spacing:.2px;flex:1;font-size:13px;font-weight:500}.cmd-palette-item.selected .cmd-palette-item-label{color:#fff}.cmd-palette-item-category{color:#ffffff40;letter-spacing:.8px;text-transform:uppercase;flex-shrink:0;font-size:10px;font-weight:600}.cmd-palette-footer{color:#ffffff40;letter-spacing:.3px;border-top:1px solid #ffffff0d;justify-content:center;gap:16px;padding:10px 18px;font-size:10px;display:flex}.cmd-palette-footer span{align-items:center;gap:5px;display:flex}.shortcuts-overlay{z-index:99998;-webkit-backdrop-filter:blur(6px);background:#0009;justify-content:center;align-items:center;animation:.15s ease-out cmdFadeIn;display:flex;position:fixed;inset:0}.shortcuts-panel{background:#121218f7;border:1.5px solid #ff98002e;border-radius:18px;flex-direction:column;width:min(520px,92vw);max-height:80vh;animation:.2s ease-out cmdSlideIn;display:flex;overflow:hidden;box-shadow:0 24px 80px #0009,0 0 40px #ff98000f,inset 0 1px #ffffff0a}.shortcuts-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:18px 22px 14px;display:flex}.shortcuts-title-group{align-items:center;gap:10px;display:flex}.shortcuts-title{font-family:var(--font-sans,"Inter", sans-serif);color:#ffffffeb;letter-spacing:.5px;margin:0;font-size:15px;font-weight:700}.shortcuts-close-btn{color:#fff6;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;padding:6px;transition:all .15s;display:flex}.shortcuts-close-btn:hover{color:#ffffffb3;background:#ffffff14;border-color:#ffffff26}.shortcuts-body{scrollbar-width:thin;scrollbar-color:#ff980026 transparent;flex-direction:column;flex:1;gap:20px;padding:16px 22px 20px;display:flex;overflow-y:auto}.shortcuts-body::-webkit-scrollbar{width:5px}.shortcuts-body::-webkit-scrollbar-thumb{background:#ff980026;border-radius:4px}.shortcuts-section-title{font-family:var(--font-sans,"Inter", sans-serif);color:var(--accent-orange,#ff9800);letter-spacing:1.5px;text-transform:uppercase;margin:0 0 8px;font-size:10px;font-weight:800}.shortcuts-list{flex-direction:column;gap:6px;display:flex}.shortcuts-row{background:#ffffff05;border-radius:8px;justify-content:space-between;align-items:center;padding:7px 12px;transition:background .12s;display:flex}.shortcuts-row:hover{background:#ff98000f}.shortcuts-keys{align-items:center;gap:4px;display:flex}.shortcuts-plus{color:#fff3;margin:0 1px;font-size:10px}.shortcuts-kbd{color:#ffffffbf;min-width:24px;height:24px;font-family:var(--font-mono,"JetBrains Mono", monospace);letter-spacing:.3px;background:linear-gradient(#ffffff14 0%,#ffffff08 100%);border:1px solid #ffffff1f;border-bottom-width:2px;border-radius:6px;justify-content:center;align-items:center;padding:0 7px;font-size:11px;font-weight:600;line-height:1;display:inline-flex;box-shadow:0 1px 3px #0000004d}.shortcuts-desc{color:#ffffff8c;letter-spacing:.2px;font-size:12px;font-weight:400}.shortcuts-footer{text-align:center;color:#ffffff40;border-top:1px solid #ffffff0d;padding:12px 22px;font-size:11px}.shortcuts-kbd-inline{font-family:var(--font-mono,"JetBrains Mono", monospace);color:#ffffff80;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:4px;padding:1px 5px;font-size:10px;font-weight:600;display:inline}.option-chain-control-wrapper{background:#ffffff05;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:4px;padding:3px 8px;display:flex}body.theme-clean-white .option-chain-control-wrapper,.theme-clean-white .option-chain-control-wrapper{background:#fff!important;border:1px solid #cbd5e1!important;border-radius:6px!important;padding:3px 8px!important;box-shadow:0 1px 2px #0f172a0a!important}.option-chain-control-label{color:#ffffff59;font-size:8px;font-weight:700}body.theme-clean-white .option-chain-control-label,.theme-clean-white .option-chain-control-label{color:#c2410c!important;letter-spacing:.5px!important;font-size:8.5px!important;font-weight:800!important}.option-chain-control-select{color:var(--text-white);font-size:10px;font-weight:700;font-family:var(--font-sans);cursor:pointer;background:0 0;border:none;outline:none;padding:0}body.theme-clean-white .option-chain-control-select,.theme-clean-white .option-chain-control-select{color:#0f172a!important;font-weight:800!important}.option-chain-control-select option{color:#fff;background:#0f111c}body.theme-clean-white .option-chain-control-select option,.theme-clean-white .option-chain-control-select option{color:#0f172a!important;background:#fff!important}body.theme-clean-white .option-chain-search-input,.theme-clean-white .option-chain-search-input{color:#0f172a!important;background:#fff!important;border:1px solid #cbd5e1!important;border-radius:6px!important;padding:3px 10px!important;font-size:10px!important;font-weight:700!important;box-shadow:0 1px 2px #0f172a0a!important}body.theme-clean-white .option-chain-search-input::placeholder,.theme-clean-white .option-chain-search-input::placeholder{color:#94a3b8!important}.option-chain-container .header-title{color:var(--text-white);background:linear-gradient(135deg,#fff 40%,#a5a5b5 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}body.theme-clean-white .option-chain-container .header-title,.theme-clean-white .option-chain-container .header-title{color:#0f172a!important;-webkit-text-fill-color:initial!important;background:0 0!important;font-weight:900!important}body.theme-clean-white .table-wrapper,.theme-clean-white .table-wrapper{--table-wrapper-bg:#fff;background:#fff!important;border-color:#cbd5e1!important}body.theme-clean-white .option-chain-container,.theme-clean-white .option-chain-container{background:#fff!important;border-color:#cbd5e1!important;box-shadow:0 10px 30px #0f172a0d!important}body.theme-clean-white .option-chain-stat-label,.theme-clean-white .option-chain-stat-label{color:#c2410c!important;letter-spacing:.8px!important;font-size:8.5px!important;font-weight:800!important}body.theme-clean-white .option-chain-stat-value,.theme-clean-white .option-chain-stat-value{color:#0f172a!important;font-weight:900!important}body.theme-clean-white .option-chain-stat-card,.theme-clean-white .option-chain-stat-card{background:#f8fafc!important;border:1px solid #e2e8f0!important;border-radius:8px!important}.chart-drawing-mode,.chart-drawing-mode *{cursor:crosshair!important}.drawing-context-menu-item{color:var(--text-white,#fff)!important;text-align:left!important;cursor:pointer!important;width:100%!important;font-size:10px!important;font-family:var(--font-sans)!important;background:0 0!important;border:none!important;border-radius:4px!important;align-items:center!important;padding:6px 10px!important;font-weight:500!important;display:flex!important}.drawing-context-menu-item:hover{background:#ffffff14!important}.theme-clean-white .drawing-context-menu-item{color:#0f172a!important}.theme-clean-white .drawing-context-menu-item:hover{background:#0000000f!important}.drawing-context-menu{z-index:99999!important;background:var(--panel-bg-solid,#12131a)!important;border:1px solid var(--border-color)!important;border-radius:6px!important;flex-direction:column!important;gap:2px!important;min-width:140px!important;padding:4px!important;display:flex!important;position:absolute!important;box-shadow:0 10px 25px -5px #00000080!important}.theme-clean-white .drawing-context-menu{background:#fff!important;border-color:#00000026!important;box-shadow:0 10px 20px -5px #0000001a!important}.drawing-context-menu-title{color:var(--text-muted)!important;border-bottom:1px solid var(--border-color)!important;margin-bottom:2px!important;padding:6px 10px!important;font-size:9px!important;font-weight:700!important}.theme-clean-white .drawing-context-menu-title{color:#64748b!important;border-bottom-color:#00000014!important}.oa-subtab:hover{color:#d9d9d9!important}.oa-subtab:focus-visible{outline:1px solid var(--accent-orange,#f97316);outline-offset:-2px;border-radius:2px}body.theme-clean-white .oa-subtab,.theme-clean-white .oa-subtab{color:#64748b!important}body.theme-clean-white .oa-subtab:hover,.theme-clean-white .oa-subtab:hover{color:#0f172a!important}body:before,body:after{display:none!important}*{-webkit-backdrop-filter:none!important;box-shadow:none!important}.terminal-window{-webkit-user-select:text;user-select:text;background:var(--panel-bg,#0c0c0c);border:1px solid var(--border-color,#2c2c2c);width:100%;height:280px;transition:all var(--transition-medium);border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.terminal-window-header{background-color:var(--panel-bg-hover,#12141c);border-bottom:1px solid var(--border-color,#2c2c2c);color:var(--text-white,#fff);justify-content:space-between;align-items:center;padding:8px 14px;font-size:11px;font-weight:700;display:flex}.terminal-header-left{align-items:center;gap:8px;display:flex}.terminal-header-title{font-family:var(--font-mono,monospace);letter-spacing:.16em;text-transform:uppercase;color:#d48a1f;font-size:10px;font-weight:800}.terminal-status-badge{color:#00c076;letter-spacing:.14em;font-size:9px;font-weight:800;font-family:var(--font-mono,monospace);background:0 0;border:1px solid #00c07673;border-radius:2px;padding:2px 6px}.terminal-header-right{align-items:center;gap:12px;display:flex}.terminal-clear-btn{color:#6e7a89;font-family:var(--font-mono,monospace);letter-spacing:.12em;cursor:pointer;background:0 0;border:1px solid #ffffff17;border-radius:2px;padding:2px 7px;font-size:8.5px;font-weight:800;transition:color .12s,border-color .12s}.terminal-clear-btn:hover{color:#f5b544;background:#d48a1f1a;border-color:#d48a1f73}.terminal-header-time{color:#8b97a6;font-size:9.5px;font-family:var(--font-mono,monospace);border-left:1px solid #ffffff13;align-items:center;gap:4px;padding-left:10px;display:flex}.terminal-header-version{color:#55606e;letter-spacing:.08em;font-size:8.5px;font-family:var(--font-mono,monospace);border-left:1px solid #ffffff13;padding-left:10px}.terminal-window-logs{font-size:11px;font-family:var(--font-mono,monospace);background:#000;flex-direction:column;flex-grow:1;gap:6px;padding:10px 14px;display:flex;overflow-y:auto}.terminal-window-log-entry{border-bottom:1px solid #1a1a1a;padding-bottom:6px}.terminal-window-log-meta{color:var(--text-muted,#888);justify-content:space-between;align-items:center;margin-bottom:4px;font-size:9.5px;display:flex}.terminal-meta-left{align-items:center;gap:6px;display:flex}.terminal-badge{border-radius:3px;padding:1px 5px;font-size:8.5px;font-weight:700}.sys-badge{color:#d48a1f;background:0 0;border:1px solid #d48a1f66}.cmd-badge{color:#7fb2f0;background:0 0;border:1px solid #7fb2f059;align-items:center;gap:2px;display:flex}.terminal-badge{font-family:var(--font-mono,monospace);letter-spacing:.1em;border-radius:2px}.terminal-log-time{color:#55606e;font-size:8.5px;font-family:var(--font-mono,monospace)}.terminal-window-log-payload{white-space:pre-wrap;font-family:var(--font-mono,monospace);color:#c7d2de;border-left:1px solid #ffffff12;margin:0;padding-left:9px;font-size:11px;line-height:1.5}.terminal-window-log-payload.success{color:#c7d2de}.terminal-window-log-payload.error{color:var(--text-red,red)}.terminal-boot{font-family:var(--font-mono,monospace);-webkit-user-select:none;user-select:none;flex-direction:column;gap:4px;padding:4px 0 2px;display:flex}.terminal-boot-masthead{letter-spacing:.18em;color:#7c8797;font-size:10px;font-weight:800}.terminal-boot-masthead .sep{color:#d48a1f;padding:0 3px}.terminal-boot-sub{color:#55606e;letter-spacing:.02em;border-bottom:1px solid #ffffff0d;padding-bottom:8px;font-size:10px}.terminal-boot-hints{flex-direction:column;gap:3px;padding-top:8px;display:flex}.terminal-boot-hint{text-align:left;cursor:pointer;background:0 0;border:none;border-left:1px solid #0000;align-items:baseline;gap:10px;margin-left:-9px;padding:1px 0 1px 8px;font-family:inherit;font-size:10px;transition:border-color .12s;display:flex}.terminal-boot-hint:hover{border-left-color:#d48a1f}.terminal-boot-hint:hover span{color:#8b97a6}.terminal-boot-hint b{color:#d48a1f;letter-spacing:.12em;min-width:52px;font-weight:700}.terminal-boot-hint span{color:#55606e}.terminal-suggestions-bar{background:#070a10;border-top:1px solid #ffffff0e;align-items:center;gap:8px;padding:5px 12px;font-size:10px;display:flex}.terminal-suggestions-label{color:#55606e;letter-spacing:.14em;white-space:nowrap;font-size:8.5px;font-weight:800}.terminal-suggestions-list{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.terminal-suggestion-btn{color:#7c8797;font-family:var(--font-mono,monospace);letter-spacing:.09em;cursor:pointer;background:0 0;border:1px solid #ffffff13;border-radius:2px;padding:1px 7px;font-size:9px;font-weight:700;transition:color .12s,border-color .12s,background-color .12s}.terminal-suggestion-btn:hover,.terminal-suggestion-btn.active{color:#f5b544;background:#d48a1f1a;border-color:#d48a1f73}.terminal-window-form{background-color:#0a0e15;border-top:1px solid #ffffff0e;align-items:center;padding:7px 12px;display:flex}.terminal-input-wrapper{align-items:center;gap:6px;width:100%;display:flex}.terminal-window-prompt{color:#d48a1f;align-items:center;display:flex}.terminal-window-input{color:var(--text-white,#fff);font-family:var(--font-mono,monospace);caret-color:var(--accent-orange,#f90);background:0 0;border:none;outline:none;flex-grow:1;font-size:12px}.terminal-window-input::placeholder{color:#555}.watch-rail-panel{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1, "zero" 1;background:#080b11;border:1px solid #ffffff0e;border-radius:3px;flex-direction:column;gap:0;padding:0;display:flex;overflow:hidden}.watch-rail-header{font-family:var(--font-mono,monospace);letter-spacing:.16em;text-transform:uppercase;color:#d48a1f;background:#0a0e15;border-bottom:1px solid #ffffff0e;align-items:center;gap:7px;padding:7px 12px;font-size:10px;font-weight:800;display:flex}.watch-rail-header-icon{color:#d48a1f}.watch-rail-header-title{letter-spacing:.16em;flex-grow:1}.watch-rail-status-dot{border-radius:50%;width:6px;height:6px;display:inline-block}.watch-rail-body{flex-direction:column;gap:0;display:flex}.watch-rail-metric-card{background:0 0;border:none;border-bottom:1px solid #ffffff0d;border-radius:0;flex-direction:column;gap:3px;padding:7px 12px;display:flex}.watch-rail-metric-card.half{flex:1}.watch-rail-row{gap:0;display:flex}.watch-rail-row .watch-rail-metric-card.half+.half{border-left:1px solid #ffffff0d}.watch-rail-metric-card.flash-active{background:#d48a1f17}.metric-meta{font-family:var(--font-mono,monospace);color:#55606e;letter-spacing:.14em;text-transform:uppercase;font-size:8.5px;font-weight:800}.metric-value-row{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.metric-value{font-family:var(--font-mono,monospace);letter-spacing:.01em;color:#e6ecf3;font-size:13px;font-weight:700}.metric-value.pos{color:#22d3ee}.metric-value.neg{color:#f43f5e}.metric-value.calm{color:#8b97a6}.metric-value.warn{color:#f5b544}.metric-value.stress{color:#f43f5e}.metric-note{font-family:var(--font-mono,monospace);letter-spacing:.1em;color:#55606e;text-transform:uppercase;font-size:8.5px;font-weight:700}.freshness-badge{letter-spacing:.1em;font-size:8.5px;font-weight:800;font-family:var(--font-mono,monospace);text-transform:uppercase}.flow-row{font-size:11px;font-family:var(--font-mono,monospace);justify-content:space-between;display:flex}.flow-label{color:#6e7a89;letter-spacing:.08em;font-size:9.5px;font-weight:700}.flow-value{font-weight:700}.flow-value.bullish{color:#00c076}.flow-value.bearish{color:#ff3b5c}.breadth-bar-container{flex-direction:column;gap:5px;display:flex}.breadth-text{letter-spacing:.06em;font-size:9.5px;font-weight:700;font-family:var(--font-mono,monospace);justify-content:space-between;display:flex}.breadth-text .bullish{color:#00c076}.breadth-text .bearish{color:#ff3b5c}.breadth-track{background:#ff3b5c;border-radius:0;height:3px;overflow:hidden}.breadth-fill-adv{background:#00c076;height:100%;transition:width .3s}body.theme-clean-white .watch-rail-panel,.theme-clean-white .watch-rail-panel,body.light-theme .watch-rail-panel,.light-theme .watch-rail-panel,[data-theme=light] .watch-rail-panel,[data-theme=white] .watch-rail-panel,body.theme-clean-white .terminal-window,.theme-clean-white .terminal-window,body.light-theme .terminal-window,.light-theme .terminal-window,[data-theme=light] .terminal-window,[data-theme=white] .terminal-window{-webkit-backdrop-filter:none!important;background:#fff!important;border:1px solid #e2e8f0!important;border-radius:12px!important;box-shadow:0 4px 20px -2px #0f172a0d!important}body.theme-clean-white .terminal-window-header,body.theme-clean-white .watch-rail-header,.theme-clean-white .terminal-window-header,.theme-clean-white .watch-rail-header,body.light-theme .terminal-window-header,body.light-theme .watch-rail-header,[data-theme=light] .terminal-window-header,[data-theme=light] .watch-rail-header{color:#0f172a!important;background-color:#f8fafc!important;border-bottom:1px solid #e2e8f0!important}body.theme-clean-white .terminal-header-title,body.theme-clean-white .watch-rail-header-title,.theme-clean-white .terminal-header-title,.theme-clean-white .watch-rail-header-title,body.light-theme .terminal-header-title,body.light-theme .watch-rail-header-title,[data-theme=light] .terminal-header-title,[data-theme=light] .watch-rail-header-title{color:#c2410c!important;font-weight:800!important}body.theme-clean-white .terminal-header-icon,body.theme-clean-white .watch-rail-header-icon,.theme-clean-white .terminal-header-icon,.theme-clean-white .watch-rail-header-icon,body.light-theme .terminal-header-icon,body.light-theme .watch-rail-header-icon,[data-theme=light] .terminal-header-icon,[data-theme=light] .watch-rail-header-icon{color:#ea580c!important}body.theme-clean-white .terminal-status-badge,.theme-clean-white .terminal-status-badge,body.light-theme .terminal-status-badge,[data-theme=light] .terminal-status-badge{color:#166534!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}body.theme-clean-white .terminal-clear-btn,.theme-clean-white .terminal-clear-btn,body.light-theme .terminal-clear-btn,[data-theme=light] .terminal-clear-btn{color:#475569!important;background:#fff!important;border:1px solid #cbd5e1!important}body.theme-clean-white .terminal-clear-btn:hover,.theme-clean-white .terminal-clear-btn:hover,body.light-theme .terminal-clear-btn:hover,[data-theme=light] .terminal-clear-btn:hover{color:#0f172a!important;background:#f1f5f9!important;border-color:#ea580c!important}body.theme-clean-white .terminal-header-time,.theme-clean-white .terminal-header-time,body.light-theme .terminal-header-time,[data-theme=light] .terminal-header-time{color:#d97706!important}body.theme-clean-white .terminal-header-version,.theme-clean-white .terminal-header-version,body.light-theme .terminal-header-version,[data-theme=light] .terminal-header-version{color:#64748b!important}body.theme-clean-white .terminal-window-logs,.theme-clean-white .terminal-window-logs,body.light-theme .terminal-window-logs,[data-theme=light] .terminal-window-logs{color:#0f172a!important;background:#f8fafc!important}body.theme-clean-white .terminal-window-log-entry,.theme-clean-white .terminal-window-log-entry,body.light-theme .terminal-window-log-entry,[data-theme=light] .terminal-window-log-entry{border-bottom:1px solid #e2e8f0!important}body.theme-clean-white .terminal-window-log-meta,body.theme-clean-white .terminal-log-time,.theme-clean-white .terminal-window-log-meta,.theme-clean-white .terminal-log-time,body.light-theme .terminal-window-log-meta,body.light-theme .terminal-log-time,[data-theme=light] .terminal-window-log-meta,[data-theme=light] .terminal-log-time{color:#64748b!important}body.theme-clean-white .sys-badge,.theme-clean-white .sys-badge,body.light-theme .sys-badge,[data-theme=light] .sys-badge{color:#c2410c!important;background:#fff7ed!important;border:1px solid #fed7aa!important}body.theme-clean-white .cmd-badge,.theme-clean-white .cmd-badge,body.light-theme .cmd-badge,[data-theme=light] .cmd-badge{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important}body.theme-clean-white .terminal-window-log-payload.success,.theme-clean-white .terminal-window-log-payload.success,body.light-theme .terminal-window-log-payload.success,[data-theme=light] .terminal-window-log-payload.success{color:#15803d!important;font-weight:600!important}body.theme-clean-white .terminal-window-log-payload.error,.theme-clean-white .terminal-window-log-payload.error,body.light-theme .terminal-window-log-payload.error,[data-theme=light] .terminal-window-log-payload.error{color:#b91c1c!important;font-weight:600!important}body.theme-clean-white .terminal-suggestions-bar,.theme-clean-white .terminal-suggestions-bar,body.light-theme .terminal-suggestions-bar,[data-theme=light] .terminal-suggestions-bar{background:#f1f5f9!important;border-top:1px solid #e2e8f0!important}body.theme-clean-white .terminal-suggestions-label,.theme-clean-white .terminal-suggestions-label,body.light-theme .terminal-suggestions-label,[data-theme=light] .terminal-suggestions-label{color:#64748b!important}body.theme-clean-white .terminal-suggestion-btn,.theme-clean-white .terminal-suggestion-btn,body.light-theme .terminal-suggestion-btn,[data-theme=light] .terminal-suggestion-btn{color:#c2410c!important;background:#fff!important;border:1px solid #cbd5e1!important}body.theme-clean-white .terminal-suggestion-btn:hover,body.theme-clean-white .terminal-suggestion-btn.active,.theme-clean-white .terminal-suggestion-btn:hover,.theme-clean-white .terminal-suggestion-btn.active,body.light-theme .terminal-suggestion-btn:hover,body.light-theme .terminal-suggestion-btn.active,[data-theme=light] .terminal-suggestion-btn:hover,[data-theme=light] .terminal-suggestion-btn.active{color:#9a3412!important;background:#fff7ed!important;border-color:#ea580c!important;box-shadow:0 1px 3px #ea580c26!important}body.theme-clean-white .terminal-window-form,.theme-clean-white .terminal-window-form,body.light-theme .terminal-window-form,[data-theme=light] .terminal-window-form{background-color:#fff!important;border-top:1px solid #e2e8f0!important}body.theme-clean-white .terminal-window-prompt,.theme-clean-white .terminal-window-prompt,body.light-theme .terminal-window-prompt,[data-theme=light] .terminal-window-prompt{color:#ea580c!important}body.theme-clean-white .terminal-window-input,.theme-clean-white .terminal-window-input,body.light-theme .terminal-window-input,[data-theme=light] .terminal-window-input{color:#0f172a!important;caret-color:#ea580c!important}body.theme-clean-white .terminal-window-input::placeholder,.theme-clean-white .terminal-window-input::placeholder,body.light-theme .terminal-window-input::placeholder,[data-theme=light] .terminal-window-input::placeholder{color:#94a3b8!important}body.theme-clean-white .watch-rail-metric-card,.theme-clean-white .watch-rail-metric-card,body.light-theme .watch-rail-metric-card,[data-theme=light] .watch-rail-metric-card{background:#f8fafc!important;border:1px solid #e2e8f0!important}body.theme-clean-white .watch-rail-metric-card.flash-active,.theme-clean-white .watch-rail-metric-card.flash-active,body.light-theme .watch-rail-metric-card.flash-active,[data-theme=light] .watch-rail-metric-card.flash-active{background:#fff7ed!important;border-color:#fdba74!important}body.theme-clean-white .metric-meta,.theme-clean-white .metric-meta,body.light-theme .metric-meta,[data-theme=light] .metric-meta{color:#64748b!important;font-weight:700!important}body.theme-clean-white .metric-value,.theme-clean-white .metric-value,body.light-theme .metric-value,[data-theme=light] .metric-value{color:#0f172a!important;font-weight:700!important}body.theme-clean-white .metric-value.pos,.theme-clean-white .metric-value.pos,[data-theme=light] .metric-value.pos{color:#0e7490!important}body.theme-clean-white .metric-value.neg,.theme-clean-white .metric-value.neg,[data-theme=light] .metric-value.neg{color:#be123c!important}body.theme-clean-white .metric-value.calm,.theme-clean-white .metric-value.calm,[data-theme=light] .metric-value.calm{color:#64748b!important}body.theme-clean-white .metric-value.warn,.theme-clean-white .metric-value.warn,[data-theme=light] .metric-value.warn{color:#b45309!important}body.theme-clean-white .metric-value.stress,.theme-clean-white .metric-value.stress,[data-theme=light] .metric-value.stress{color:#be123c!important}body.theme-clean-white .metric-note,.theme-clean-white .metric-note,[data-theme=light] .metric-note{color:#94a3b8!important}body.theme-clean-white .watch-rail-metric-card,.theme-clean-white .watch-rail-metric-card,[data-theme=light] .watch-rail-metric-card{background:0 0!important;border:none!important;border-bottom:1px solid #e8ebef!important}body.theme-clean-white .watch-rail-row .watch-rail-metric-card.half+.half,.theme-clean-white .watch-rail-row .watch-rail-metric-card.half+.half,[data-theme=light] .watch-rail-row .watch-rail-metric-card.half+.half{border-left:1px solid #e8ebef!important}body.theme-clean-white .watch-rail-metric-card.flash-active,.theme-clean-white .watch-rail-metric-card.flash-active,[data-theme=light] .watch-rail-metric-card.flash-active{background:#b4530914!important}body.theme-clean-white .breadth-track,.theme-clean-white .breadth-track,[data-theme=light] .breadth-track{background:#e11d48!important}body.theme-clean-white .terminal-boot-masthead,.theme-clean-white .terminal-boot-masthead,[data-theme=light] .terminal-boot-masthead{color:#475569!important}body.theme-clean-white .terminal-boot-masthead .sep,.theme-clean-white .terminal-boot-masthead .sep,[data-theme=light] .terminal-boot-masthead .sep{color:#b45309!important}body.theme-clean-white .terminal-boot-sub,.theme-clean-white .terminal-boot-sub,[data-theme=light] .terminal-boot-sub{color:#94a3b8!important;border-bottom-color:#e8ebef!important}body.theme-clean-white .terminal-boot-hint b,.theme-clean-white .terminal-boot-hint b,[data-theme=light] .terminal-boot-hint b{color:#b45309!important}body.theme-clean-white .terminal-boot-hint span,.theme-clean-white .terminal-boot-hint span,[data-theme=light] .terminal-boot-hint span{color:#94a3b8!important}body.theme-clean-white .terminal-boot-hint:hover,.theme-clean-white .terminal-boot-hint:hover,[data-theme=light] .terminal-boot-hint:hover{border-left-color:#b45309!important}body.theme-clean-white .flow-label,.theme-clean-white .flow-label,body.light-theme .flow-label,[data-theme=light] .flow-label{color:#64748b!important}body.theme-clean-white .flow-value.bullish,.theme-clean-white .flow-value.bullish,body.light-theme .flow-value.bullish,[data-theme=light] .flow-value.bullish{color:#15803d!important;font-weight:700!important}body.theme-clean-white .flow-value.bearish,.theme-clean-white .flow-value.bearish,body.light-theme .flow-value.bearish,[data-theme=light] .flow-value.bearish{color:#b91c1c!important;font-weight:700!important}body.theme-clean-white .breadth-text .bullish,.theme-clean-white .breadth-text .bullish,body.light-theme .breadth-text .bullish,[data-theme=light] .breadth-text .bullish{color:#15803d!important}body.theme-clean-white .breadth-text .bearish,.theme-clean-white .breadth-text .bearish,body.light-theme .breadth-text .bearish,[data-theme=light] .breadth-text .bearish{color:#b91c1c!important}body.theme-clean-white .breadth-track,.theme-clean-white .breadth-track,body.light-theme .breadth-track,[data-theme=light] .breadth-track{background:#fecaca!important}body.theme-clean-white .breadth-fill-adv,.theme-clean-white .breadth-fill-adv,body.light-theme .breadth-fill-adv,[data-theme=light] .breadth-fill-adv{background:#16a34a!important}.terminal-panel{box-sizing:border-box;flex-direction:row;align-items:stretch;gap:12px;width:100%;margin-top:12px;display:flex}.terminal-panel .terminal-window{flex:1;min-width:0;height:320px}.terminal-panel .watch-rail-panel{box-sizing:border-box;flex-shrink:0;width:320px;height:320px}.watch-rail-body{flex-direction:column;flex:1;gap:0;display:flex;overflow-y:auto}.watch-rail-body::-webkit-scrollbar{width:3px}.watch-rail-body::-webkit-scrollbar-track{background:0 0}.watch-rail-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:0}@media (width<=1024px){.terminal-panel{flex-direction:column}.terminal-panel .watch-rail-panel{width:100%;height:auto}.terminal-panel .terminal-window{height:280px}}.option-chain-container{background:#020305!important;border:1px solid #1c202a!important;box-shadow:0 10px 30px #000c!important}.table-wrapper{background:#000!important;border:1px solid #1c202b!important}.option-chain-stats-strip{gap:8px!important}.option-chain-stat-card{background:#ffffff04!important;border:1px solid #ffffff14!important;border-radius:3px!important;padding:8px 12px!important}.option-chain-stat-card:hover{background:#ffffff09!important;border-color:#ffffff26!important}.option-chain-stat-label{color:#64748b!important;font-family:var(--font-mono)!important;letter-spacing:.5px!important;text-transform:uppercase!important;font-size:8.5px!important;font-weight:700!important}.option-chain-stat-value{font-family:var(--font-mono)!important;font-size:15px!important;font-weight:900!important}.retro-table{background:#000!important}.retro-table th{color:#d1d5db!important;font-family:var(--font-mono)!important;background:#08090c!important;border-bottom:1px solid #1f2430!important;font-size:9.5px!important;font-weight:800!important}.retro-table tr.group-headers th{letter-spacing:1.5px!important;background:#050608!important;font-size:10.5px!important;font-weight:900!important}.retro-table tr.group-headers th:first-child{color:#00e5ff!important;border-bottom:2px solid #00e5ff!important}.retro-table tr.group-headers th.strike-header{color:#ff9e00!important;background:#0c0a04!important;border-bottom:2px solid #ff9e00!important}.retro-table tr.group-headers th:nth-child(3){color:#f34!important;border-bottom:2px solid #f34!important}.retro-table tr.col-headers th{color:#cbd5e1!important;letter-spacing:.4px!important;border-bottom:1px solid #222734!important;font-weight:800!important}.retro-table td{font-family:var(--font-mono)!important;border-bottom:1px solid #11141c!important;border-right:1px solid #11141c!important;padding:5px 8px!important;font-size:11px!important;font-weight:600!important}.retro-table td.strike-cell,.retro-table .strike-col{color:#ff9e00!important;font-weight:900!important;font-family:var(--font-mono)!important;text-align:center!important;background-color:#0a0802!important;border-left:1px solid #2a200a!important;border-right:1px solid #2a200a!important}.retro-table tr.glow-atm-strike-row td.strike-cell,.retro-table td.strike-cell.atm-strike-cell{color:#000!important;background:#ff9e00!important;font-weight:900!important;box-shadow:0 0 12px #ff9e0099!important}.retro-table td.ce-price{color:#00e5ff!important;background-color:#00e5ff0a!important;font-weight:800!important}.retro-table td.pe-price{color:#f34!important;background-color:#ff33440a!important;font-weight:800!important}.retro-table tbody tr:hover{background:#0f131a!important}.retro-table tbody tr:hover td.strike-cell{color:#ffb733!important;background-color:#1a1406!important}body.theme-clean-white .chart-derivatives-hud-pill,.theme-clean-white .chart-derivatives-hud-pill{color:#334155!important;background:#f8fafc!important;border:1px solid #cbd5e1!important;font-weight:700!important}body.theme-clean-white .hud-synced-badge,.theme-clean-white .hud-synced-badge{color:#b45309!important;background:#fffbe6!important;border:1px solid #fde68a!important}body.theme-clean-white .hud-days-left-badge,.theme-clean-white .hud-days-left-badge{color:#c2410c!important;background:#fff7ed!important;border:1px solid #fed7aa!important}body.theme-clean-white .hud-nearest-badge,.theme-clean-white .hud-nearest-badge,body.theme-clean-white .mode-toggle-btn.linked-mode,.theme-clean-white .mode-toggle-btn.linked-mode{color:#15803d!important;background:#f0fdf4!important;border:1px solid #bbf7d0!important}body.theme-clean-white .mode-toggle-btn.locked-mode,.theme-clean-white .mode-toggle-btn.locked-mode{color:#b91c1c!important;background:#fef2f2!important;border:1px solid #fecaca!important}body.theme-clean-white .mode-toggle-btn .unlock-icon,.theme-clean-white .mode-toggle-btn .unlock-icon{color:#15803d!important}body.theme-clean-white .mode-toggle-btn .lock-icon,.theme-clean-white .mode-toggle-btn .lock-icon{color:#b91c1c!important}body.theme-clean-white .option-chain-container,.theme-clean-white .option-chain-container{background:#fff!important;border:1px solid #cbd5e1!important;box-shadow:0 4px 20px -2px #0f172a0d!important}body.theme-clean-white .table-wrapper,.theme-clean-white .table-wrapper{background:#fff!important;border:1px solid #cbd5e1!important}body.theme-clean-white .option-chain-stat-card,.theme-clean-white .option-chain-stat-card{background:#f8fafc!important;border:1px solid #e2e8f0!important}body.theme-clean-white .option-chain-stat-card:hover,.theme-clean-white .option-chain-stat-card:hover{background:#fff7ed!important;border-color:#ea580c!important}body.theme-clean-white .option-chain-stat-label,.theme-clean-white .option-chain-stat-label{color:#c2410c!important}body.theme-clean-white .option-chain-stat-value,.theme-clean-white .option-chain-stat-value{color:#0f172a!important}body.theme-clean-white .retro-table,.theme-clean-white .retro-table{background:#fff!important}body.theme-clean-white .retro-table th,.theme-clean-white .retro-table th{color:#334155!important;background:#f8fafc!important;border-bottom:1px solid #cbd5e1!important}body.theme-clean-white .retro-table tr.group-headers th,.theme-clean-white .retro-table tr.group-headers th{background:#f1f5f9!important}body.theme-clean-white .retro-table tr.group-headers th:first-child,.theme-clean-white .retro-table tr.group-headers th:first-child{color:#0284c7!important;border-bottom:2px solid #0284c7!important}body.theme-clean-white .retro-table tr.group-headers th.strike-header,.theme-clean-white .retro-table tr.group-headers th.strike-header{color:#c2410c!important;background:#fff7ed!important;border-bottom:2px solid #c2410c!important}body.theme-clean-white .retro-table tr.group-headers th:nth-child(3),.theme-clean-white .retro-table tr.group-headers th:nth-child(3){color:#dc2626!important;border-bottom:2px solid #dc2626!important}body.theme-clean-white .retro-table tr.col-headers th,.theme-clean-white .retro-table tr.col-headers th{color:#64748b!important;border-bottom:1px solid #e2e8f0!important}body.theme-clean-white .retro-table td,.theme-clean-white .retro-table td{color:#0f172a!important;border-bottom:1px solid #f1f5f9!important;border-right:1px solid #f1f5f9!important}body.theme-clean-white .retro-table td.strike-cell,body.theme-clean-white .retro-table .strike-col,.theme-clean-white .retro-table td.strike-cell,.theme-clean-white .retro-table .strike-col{color:#c2410c!important;background-color:#fff7ed!important;border-left:1px solid #ffedd5!important;border-right:1px solid #ffedd5!important}body.theme-clean-white .retro-table tr.glow-atm-strike-row td.strike-cell,body.theme-clean-white .retro-table td.strike-cell.atm-strike-cell,.theme-clean-white .retro-table tr.glow-atm-strike-row td.strike-cell,.theme-clean-white .retro-table td.strike-cell.atm-strike-cell{color:#fff!important;background:#ea580c!important;box-shadow:0 2px 8px #ea580c4d!important}body.theme-clean-white .retro-table td.ce-price,.theme-clean-white .retro-table td.ce-price{color:#0284c7!important;background-color:#0284c70a!important}body.theme-clean-white .retro-table td.pe-price,.theme-clean-white .retro-table td.pe-price{color:#dc2626!important;background-color:#dc26260a!important}body.theme-clean-white .retro-table tbody tr:hover,.theme-clean-white .retro-table tbody tr:hover{background:#f8fafc!important}body.theme-clean-white .retro-table tbody tr:hover td.strike-cell,.theme-clean-white .retro-table tbody tr:hover td.strike-cell{color:#9a3412!important;background-color:#ffedd5!important}.panel:not(.active),[class*=Panel]:not([class*=active]):not([data-visible=true]),.dashboard-widget:not(.expanded),.tab-content:not(.active),[role=tabpanel]:not([aria-selected=true]){content-visibility:auto;contain-intrinsic-size:1px 400px}.market-table tbody tr,.retro-table tbody tr,.watchlist-row,.screener-row{content-visibility:auto;contain-intrinsic-size:1px 32px}canvas,svg.chart,[class*=Chart]>svg,.recharts-wrapper,.chart-container{contain:layout paint style}.scroll-container,.overflow-y-auto,.overflow-auto,[style*="overflow: auto"],[style*="overflow-y: auto"]{will-change:scroll-position;transform:translateZ(0)}.live-price,.price-cell,.pnl-cell,[class*=Price],[class*=Ltp]{contain:layout style;font-variant-numeric:tabular-nums}a[href*=advanced_chart],a[href*=advanced_chart\.com],.tv-watermark,[class*=attribution],[class*=tv-attribution],[class*=watermark],#tv-attr-logo,svg[id*=advanced_chart],div[id*=advanced_chart] a{opacity:0!important;visibility:hidden!important;pointer-events:none!important;width:0!important;height:0!important;display:none!important}.ark-shock-slider{appearance:none;cursor:pointer;background:0 0;outline:none}.ark-shock-slider::-webkit-slider-thumb{appearance:none;border:2px solid var(--shock-accent,#38bdf8);width:16px;height:16px;box-shadow:0 0 0 3px #0006, 0 0 10px var(--shock-glow,#38bdf859);background:#0d111a;border-radius:50%;transition:transform .12s,box-shadow .12s}.ark-shock-slider:hover::-webkit-slider-thumb{box-shadow:0 0 0 3px #0006, 0 0 16px var(--shock-glow,#38bdf88c);transform:scale(1.18)}.ark-shock-slider:active::-webkit-slider-thumb{box-shadow:0 0 0 3px #0006, 0 0 16px var(--shock-glow,#38bdf88c);transform:scale(1.18)}.ark-shock-slider::-moz-range-thumb{border:2px solid var(--shock-accent,#38bdf8);width:16px;height:16px;box-shadow:0 0 0 3px #0006, 0 0 10px var(--shock-glow,#38bdf859);background:#0d111a;border-radius:50%}.ark-shock-slider::-moz-range-track{background:0 0;border:none}.ark-shock-slider:focus-visible{outline:2px solid var(--shock-glow,#38bdf866);outline-offset:4px;border-radius:8px}@keyframes arkPulse{0%,to{opacity:1}50%{opacity:.35}}:root{--surface-app:#08090c;--surface-workspace:#0c0e13;--surface-pane:#11141b;--surface-raised:#171c26;--surface-input:#0a0d12;--surface-overlay:#131822;--surface-hover:#1b212d;--border-subtle:#ffffff12;--border-base:#1a202c;--border-strong:#ffffff26;--border-active:#38bdf859;--border-focus:var(--color-info);--divider-color:#ffffff0d;--radius-pane:3px;--radius-control:4px;--radius-badge:3px;--radius-modal:4px;--color-positive:#10b981;--color-positive-text:#34d399;--color-positive-bg:#10b9811a;--color-positive-border:#10b98138;--color-positive-subtle:#10b9810d;--color-negative:#f43f5e;--color-negative-text:#fb7185;--color-negative-bg:#f43f5e1a;--color-negative-border:#f43f5e38;--color-negative-subtle:#f43f5e0d;--color-warning:#f59e0b;--color-warning-text:#fbbf24;--color-warning-bg:#f59e0b1a;--color-warning-border:#f59e0b38;--color-warning-subtle:#f59e0b0d;--color-info:#38bdf8;--color-info-text:#7dd3fc;--color-info-bg:#38bdf81a;--color-info-border:#38bdf838;--color-info-subtle:#38bdf80d;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-tertiary:#64748b;--text-muted:#475569;--text-disabled:#334155;--font-sans:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--space-1:2px;--space-2:4px;--space-3:8px;--space-4:12px;--space-5:16px;--space-6:24px;--gradient-range-positive:linear-gradient(90deg, var(--color-positive), var(--color-positive-text));--gradient-range-negative:linear-gradient(90deg, var(--color-negative), var(--color-negative-text));--gradient-range-neutral:linear-gradient(90deg, var(--color-info), var(--color-positive));--viz-itm-call-bg:#10b98112;--viz-itm-put-bg:#f43f5e12;--viz-gamma-positive:var(--color-positive);--viz-gamma-negative:var(--color-negative);--viz-chart-grid:#ffffff0a;--viz-chart-axis:#ffffff1f;--viz-chart-zero-line:#ffffff2e;--viz-chart-text:var(--text-tertiary);--viz-chart-tooltip-bg:var(--surface-overlay);--viz-chart-tooltip-border:var(--border-strong);--viz-chart-crosshair:#38bdf880;--surface-primary:var(--surface-workspace);--surface-secondary:var(--surface-pane);--surface-tertiary:var(--surface-raised);--border-focused:var(--border-active);--accent-success:var(--color-positive);--accent-warning:var(--color-warning);--accent-danger:var(--color-negative);--accent-blue:var(--color-info);--accent-orange:var(--color-info);--accent-cyan:var(--color-info);--dot-inactive-color:#ffffff2e;--signal-positive:var(--color-positive);--signal-negative:var(--color-negative);--signal-neutral:var(--color-warning);--chart-grid:var(--viz-chart-grid);--chart-axis:var(--viz-chart-axis);--chart-zero-line:var(--viz-chart-zero-line);--chart-text:var(--viz-chart-text);--chart-tooltip-bg:var(--viz-chart-tooltip-bg);--chart-tooltip-border:var(--viz-chart-tooltip-border)}.hierarchy-l0{font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.5px;font-size:10.5px;font-weight:600}.hierarchy-l1{font-family:var(--font-sans);color:var(--text-primary);letter-spacing:-.01em;font-size:15px;font-weight:700}.hierarchy-l2{font-family:var(--font-mono);color:var(--text-primary);font-variant-numeric:tabular-nums;letter-spacing:-.02em;font-size:28px;font-weight:800}.hierarchy-l3{font-family:var(--font-mono);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.hierarchy-l4{font-family:var(--font-sans);color:var(--text-secondary);font-size:12.5px;font-weight:500}.hierarchy-l5{font-family:var(--font-mono);text-transform:uppercase;color:var(--text-tertiary);letter-spacing:.5px;font-size:10px;font-weight:700}.kpi-card{background:var(--surface-pane);border:1px solid var(--border-subtle);border-radius:var(--radius-pane);transition:border-color .15s,background-color .15s}.kpi-card:hover{border-color:var(--border-strong)}.kpi-card.focused{border-color:var(--border-active)!important}.kpi-card.locked{opacity:.88}.professional-floating-panel,.enterprise-floating-panel{z-index:1000;width:380px;color:var(--text-primary);font-family:var(--font-sans);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#080b11;border:1px solid #ffffff1a;border-radius:6px;position:absolute;overflow:hidden;box-shadow:0 24px 48px -12px #000000d9,0 0 0 1px #ffffff0d}.professional-header,.enterprise-header{letter-spacing:.08em;text-transform:uppercase;color:#f8fafc;background:#05080e;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:800;display:flex}.professional-section,.enterprise-section{border-bottom:1px solid #ffffff0d;padding:12px 14px}.professional-label,.enterprise-label{color:#ffffffbf;text-transform:uppercase;letter-spacing:.08em;font-size:9.5px;font-weight:800;font-family:var(--font-mono);align-items:center;gap:6px;margin-bottom:6px;display:flex}.professional-input,.professional-dropdown,.enterprise-input,.enterprise-dropdown{color:#f8fafc;width:100%;font-size:11px;font-family:var(--font-mono);background:#05070b;border:1px solid #ffffff17;border-radius:4px;outline:none;padding:6px 10px;transition:all .15s}.professional-input:focus,.professional-dropdown:focus,.enterprise-input:focus,.enterprise-dropdown:focus{border-color:#d48a1f;box-shadow:0 0 0 1px #d48a1f40}.professional-button,.enterprise-button{color:#05080d;cursor:pointer;text-transform:uppercase;letter-spacing:.06em;font-size:10.5px;font-weight:800;font-family:var(--font-mono);background:#d48a1f;border:1px solid #d48a1f;border-radius:4px;justify-content:center;align-items:center;padding:6px 14px;transition:all .15s;display:inline-flex}.professional-button:hover,.enterprise-button:hover{background:#e59b2e;border-color:#e59b2e;box-shadow:0 2px 10px #d48a1f59}.professional-button.secondary,.enterprise-button.secondary{color:#ffffffbf;background:#ffffff0a;border:1px solid #ffffff1a}.professional-button.secondary:hover,.enterprise-button.secondary:hover{color:#f8fafc;background:#ffffff14;border-color:#d48a1f66}
