@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap";:root{--bg-color:#000;--panel-bg:#0c0c0c;--panel-bg-hover:#151515;--bg-card-subtle:#080808;--border-color:#2c2c2c;--border-hover:#f90;--border-focus:var(--accent-focus);--accent-focus:#fff;--accent-orange:#f90;--accent-orange-glow:#331e00;--accent-cyan:#0284c7;--accent-blue:#3b82f6;--accent-purple:#3b82f6;--accent-gold:#fc0;--accent-yellow:#ff0;--text-green:#0f0;--text-dim-green:#0d0;--text-dark-green:#040;--text-red:red;--text-dim-red:#d00;--text-dark-red:#400;--text-yellow:var(--accent-yellow);--text-blue:#3b82f6;--text-purple:#2563eb;--text-white:#fff;--text-100:#fff;--text-muted:#888;--text-85:#d9d9d9;--text-70:#b3b3b3;--text-60:#999;--text-50:gray;--text-45:#737373;--text-40:#666;--text-35:#595959;--text-30:#4d4d4d;--text-25:#404040;--text-20:#333;--text-18:#2e2e2e;--text-15:#262626;--text-12:#1e1e1e;--text-8:#141414;--text-6:#0f0f0f;--text-5:#0d0d0d;--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;--spring-easing:cubic-bezier(.25, 1, .5, 1);--smooth-easing:cubic-bezier(.16, 1, .3, 1);--transition-fast:96ms var(--smooth-easing);--transition-medium:.2s var(--smooth-easing);--transition-spring:.36s var(--spring-easing)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-white);font-family:var(--font-sans);letter-spacing:-.01em;min-height:100vh;padding:12px 16px;font-size:13px;position:relative;overflow-x:hidden}@media (hover:hover) and (pointer:fine){body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}}button:hover,.tab-button:hover,.action-btn:hover,.speed-btn:hover,.session-select:hover,select:hover{filter:brightness(1.08);transition:all .16s var(--smooth-easing)!important;border-color:#ffffff59!important;box-shadow:0 0 12px 1px #ffffff26,inset 0 1px #ffffff26!important}.kpi-card:hover,.control-panel:hover,.glass-panel:hover,.chart-container-outer:hover,.option-chain-container:hover,.terminal-window:hover,.stat-box:hover{transform:translateY(-1.6px);transition:all .2s var(--smooth-easing)!important;border-color:#ffffff47!important;box-shadow:0 15px 45px -10px #0009,0 0 22px 2px #ffffff0a,inset 0 1px 1px #ffffff0f!important}body:before{content:"";z-index:-2;filter:blur(120px);pointer-events:none;background:radial-gradient(circle,#ff6a0014 0%,#3b82f608 60%,#0000 80%);width:50vw;height:50vw;animation:25s ease-in-out infinite alternate float-orb-1;position:fixed;top:-10%;left:-5%}body:after{content:"";z-index:-2;filter:blur(140px);pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#3b82f605 60%,#0000 80%);width:45vw;height:45vw;animation:30s ease-in-out infinite alternate float-orb-2;position:fixed;bottom:-10%;right:-5%}body.has-wallpaper:before,body.has-wallpaper:after{opacity:.25;transition:opacity .5s}@keyframes float-orb-1{0%{transform:translate(0)scale(1)}50%{transform:translate(6%,8%)scale(1.05)}to{transform:translate(-4%,-4%)scale(.95)}}@keyframes float-orb-2{0%{transform:translate(0)scale(1)}50%{transform:translate(-6%,-6%)scale(.95)}to{transform:translate(4%,4%)scale(1.05)}}::-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}.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{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;padding:20px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}.kpi-card:hover{border-color:var(--border-hover);transform:translateY(-2px);box-shadow:0 12px 40px -10px #00000080,inset 0 1px 1px #ffffff0d}.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;background:var(--panel-bg);-webkit-backdrop-filter:blur(30px)saturate(180%);border:1px solid var(--border-color);width:100%;height:280px;transition:all var(--transition-medium);border-radius:12px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 8px 30px -5px #0000004d,inset 0 1px 1px #ffffff05}.terminal-window:hover{border-color:var(--border-hover);box-shadow:0 12px 40px -10px #00000080,inset 0 1px 1px #ffffff0d}.terminal-window-header{border-bottom:1px solid var(--border-color);color:var(--text-white);letter-spacing:.5px;background-color:#0a0a0c80;justify-content:space-between;align-items:center;padding:10px 18px;font-size:11px;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-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 .institutional-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-neumorphism{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-weight:500;transition:background-color .5s ease-in-out;color:#1a202c!important;--text-yellow:#c08000!important;--text-green:#0abe9c!important;--text-red:#e62b3a!important;--accent-gold:#c08000!important;--accent-yellow:#c08000!important;--text-white:#1a202c!important;--text-100:#1a202c!important;--text-muted:#1a202cbf!important;--text-85:#1a202cf2!important;--text-70:#1a202ce6!important;--text-60:#1a202cd9!important;--text-50:#1a202ccc!important;--text-45:#1a202cbf!important;--text-40:#1a202cb3!important;--text-35:#1a202ca6!important;--text-30:#1a202c99!important;--text-25:#1a202c85!important;--text-20:#1a202c73!important;--text-18:#1a202c66!important;--text-15:#1a202c59!important;--text-12:#1a202c4d!important;--text-8:#1a202c38!important;--text-6:#1a202c29!important;--text-5:#1a202c1f!important;background-color:#e0e5ec!important}body.theme-neumorphism:before,body.theme-neumorphism:after{display:none!important}body.theme-neumorphism .glass-panel,body.theme-neumorphism .control-panel,body.theme-neumorphism .kpi-card,body.theme-neumorphism .terminal-window,body.theme-neumorphism .chart-container-outer,body.theme-neumorphism .option-chain-container,body.theme-neumorphism .terminal-header,body.theme-neumorphism .stat-box,body.theme-neumorphism .institutional-thesis-card,body.theme-neumorphism .meta-banner-card,body.theme-neumorphism .predictive-news-card,body.theme-neumorphism .notification-toast,body.theme-neumorphism .notification-drawer,body.theme-neumorphism .notification-detail-overlay{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #fff6!important;border-radius:12px!important;transition:all .3s!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism .glass-panel:hover,body.theme-neumorphism .control-panel:hover,body.theme-neumorphism .kpi-card:hover,body.theme-neumorphism .terminal-window:hover,body.theme-neumorphism .chart-container-outer:hover,body.theme-neumorphism .option-chain-container:hover,body.theme-neumorphism .terminal-header:hover,body.theme-neumorphism .stat-box:hover,body.theme-neumorphism .institutional-thesis-card:hover,body.theme-neumorphism .meta-banner-card:hover,body.theme-neumorphism .predictive-news-card:hover,body.theme-neumorphism .notification-toast:hover{transform:translateY(-1px);box-shadow:12px 12px 20px #a3b1c6b3,-12px -12px 20px #ffffffe6!important}body.theme-neumorphism input[type=text],body.theme-neumorphism select,body.theme-neumorphism .session-select,body.theme-neumorphism .table-wrapper{color:#1a202c!important;background:#e0e5ec!important;border:1px solid #ffffff4d!important;border-radius:10px!important;box-shadow:inset 3px 3px 6px #a3b1c680,inset -3px -3px 6px #fffc!important}body.theme-neumorphism .tab-button,body.theme-neumorphism .tab-btn,body.theme-neumorphism .speed-btn,body.theme-neumorphism .action-btn{color:#2d3748!important;background:#e0e5ec!important;border:1px solid #ffffff80!important;transition:all .2s!important;box-shadow:4px 4px 8px #a3b1c680,-4px -4px 8px #fffc!important}body.theme-neumorphism .tab-button.active,body.theme-neumorphism .tab-btn.active,body.theme-neumorphism .speed-btn.active,body.theme-neumorphism .action-btn.start{color:#3182ce!important;background:#e0e5ec!important;border-color:#fff3!important;box-shadow:inset 3px 3px 6px #a3b1c699,inset -3px -3px 6px #fffc!important}body.theme-neumorphism .action-btn.start{font-weight:800;color:#0abe9c!important}body.theme-neumorphism .tab-button:not(.active):hover,body.theme-neumorphism .tab-btn:not(.active):hover,body.theme-neumorphism .speed-btn:not(.active):hover{box-shadow:2px 2px 4px #a3b1c666,-2px -2px 4px #ffffffb3!important}body.theme-neumorphism .header-title{background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%)!important;-webkit-text-fill-color:transparent!important;filter:none!important;-webkit-background-clip:text!important}body.theme-neumorphism .retro-table th{font-weight:800;color:#2d3748!important;background-color:#e0e5ec!important;border-bottom:2px solid #a3b1c666!important}body.theme-neumorphism .retro-table td{color:#1a202c!important;border-bottom:1px solid #a3b1c633!important}body.theme-neumorphism .retro-table td.strike-cell{color:#1a202c!important;background-color:#a3b1c626!important;border-left:1px solid #a3b1c633!important;border-right:1px solid #a3b1c633!important}body.theme-neumorphism .retro-table td.ce-price{color:#0abe9c!important;background-color:#48bb780d!important}body.theme-neumorphism .retro-table td.pe-price{color:#e62b3a!important;background-color:#f565650d!important}body.theme-neumorphism .status-indicator span{color:#2d3748!important}body.theme-neumorphism ::-webkit-scrollbar-thumb{background:#a3b1c6cc!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel,body.theme-neumorphism .meta-banner-card .predictive-news-card{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #fff9!important;border-radius:12px!important;transition:all .3s!important;box-shadow:3px 3px 6px #a3b1c680,-3px -3px 6px #fffc!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel:hover,body.theme-neumorphism .meta-banner-card .predictive-news-card:hover{transform:translateY(-1px)!important;box-shadow:5px 5px 10px #a3b1c699,-5px -5px 10px #ffffffe6!important}body.theme-neumorphism .meta-banner-card div[style*="background: rgba(0,0,0,0.12)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(0, 0, 0, 0.12)"]{background:#0000000f!important}body.theme-neumorphism .meta-banner-card div[style*="background: rgba(255,255,255,0.05)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(255, 255, 255, 0.05)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(255,255,255,0.02)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(255, 255, 255, 0.02)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(0,0,0,0.2)"],body.theme-neumorphism .meta-banner-card div[style*="background: rgba(0, 0, 0, 0.2)"]{background:#0000000d!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel div[style*=background][style*="rgba(255,255,255,0.05)"],body.theme-neumorphism .meta-banner-card .predictive-news-card div[style*=background][style*="rgba(255,255,255,0.05)"]{background:#00000014!important}body.theme-neumorphism .meta-banner-card div[style*="border-bottom: 1px solid rgba(255,255,255,0.03)"],body.theme-neumorphism .meta-banner-card div[style*="borderBottom: 1px solid rgba(255,255,255,0.03)"],body.theme-neumorphism .meta-banner-card div[style*="border-bottom: 1px solid rgba(255,255,255,0.04)"],body.theme-neumorphism .meta-banner-card div[style*="borderBottom: 1px solid rgba(255,255,255,0.04)"],body.theme-neumorphism .meta-banner-card div[style*="border-top: 1px solid rgba(255,255,255,0.04)"],body.theme-neumorphism .meta-banner-card div[style*="borderTop: 1px solid rgba(255,255,255,0.04)"],body.theme-neumorphism .meta-banner-card div[style*="border-top: 1px solid rgba(255,255,255,0.06)"],body.theme-neumorphism .meta-banner-card div[style*="borderTop: 1px solid rgba(255,255,255,0.06)"]{border-color:#0000000f!important}body.theme-neumorphism .meta-banner-card .predictive-news-card button{color:#dd6b20!important;background:#e0e5ec!important;border:1px solid #fff9!important;box-shadow:2px 2px 5px #a3b1c680,-2px -2px 5px #fffc!important}body.theme-neumorphism .meta-banner-card .predictive-news-card button:hover{box-shadow:inset 1px 1px 3px #a3b1c680,inset -1px -1px 3px #fffc!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel div[style*="color: rgb(96, 165, 250)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel div[style*="color: #60a5fa"]{color:var(--accent-blue)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel strong[style*="color: rgb(167, 139, 250)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel strong[style*="color: #a78bfa"]{color:var(--accent-purple)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel strong[style*="color: rgb(251, 191, 52)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel strong[style*="color: #fbbf24"]{color:var(--accent-orange)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: rgb(96, 165, 250)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: #60a5fa"]{color:var(--accent-blue)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: rgb(129, 140, 248)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: #818cf8"]{color:var(--accent-purple)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: rgb(110, 231, 183)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: #6ee7b7"]{color:var(--text-green)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: #e62b3a"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: rgb(252, 165, 165)"],body.theme-neumorphism .meta-banner-card .meta-sub-panel span[style*="color: #e62b3a"]{color:var(--text-red)!important}body.theme-neumorphism .meta-banner-card .meta-sub-panel div[style*=linear-gradient\(transparent]{background:linear-gradient(#0000,#e0e5ec)!important}body.theme-neumorphism #news-impact-card{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #ffffff80!important;border-radius:12px!important;transition:all .3s!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism #news-impact-card:hover{box-shadow:12px 12px 20px #a3b1c6b3,-12px -12px 20px #ffffffe6!important}body.theme-neumorphism #news-impact-card div[style*="backgroundSize: 100% 4px"],body.theme-neumorphism #news-impact-card div[style*=radial-gradient\(ellipse]{display:none!important}body.theme-neumorphism #news-impact-card .news-bias-btn{color:var(--text-white)!important;background:#e0e5ec!important;border:1px solid #fff9!important;border-bottom-width:2.5px!important;transition:all .25s!important;box-shadow:3px 3px 6px #a3b1c680,-3px -3px 6px #fffc!important}body.theme-neumorphism #news-impact-card .news-bias-btn:hover{transform:translateY(-1px)!important;box-shadow:4px 4px 8px #a3b1c699,-4px -4px 8px #ffffffe6!important}body.theme-neumorphism #news-impact-card .news-bias-btn.active{border-color:#fff3!important;box-shadow:inset 2px 2px 4px #a3b1c699,inset -2px -2px 4px #fffc!important}body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: rgb(56, 189, 248)"],body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: #38bdf8"]{border-bottom:2.5px solid #3182ce!important}body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: rgb(167, 139, 250)"],body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: #a78bfa"]{border-bottom:2.5px solid #805ad5!important}body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: rgb(251, 191, 36)"],body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: #fbbf24"]{border-bottom:2.5px solid #d69e2e!important}body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: rgb(244, 63, 94)"],body.theme-neumorphism #news-impact-card .news-bias-btn.active[style*="border-bottom-color: #e62b3a"]{border-bottom:2.5px solid #e53e3e!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(6, 8, 12, 0.65)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(6,8,12,0.65)"]{background:#e0e5ec!important;border:1px solid #ffffff4d!important;box-shadow:inset 3px 3px 6px #a3b1c680,inset -3px -3px 6px #fffc!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(0,0,0,0.7)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(0, 0, 0, 0.7)"]{background:#00000014!important;border-color:#00000008!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 255, 255, 0.06)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,255,255,0.06)"]{background:#00000026!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 255, 255, 0.25)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,255,255,0.25)"]{background:#00000059!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 255, 255, 0.12)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,255,255,0.12)"]{background:#0003!important}body.theme-neumorphism #news-impact-card .prediction-card-item{background:#e0e5ec!important;border:1px solid #fff9!important;border-radius:12px!important;box-shadow:3px 3px 6px #a3b1c680,-3px -3px 6px #fffc!important}body.theme-neumorphism #news-impact-card .prediction-card-item:hover{transform:translateY(-2px)!important;box-shadow:5px 5px 10px #a3b1c699,-5px -5px 10px #ffffffe6!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 255, 255, 0.015)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,255,255,0.015)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 122, 0, 0.04)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,122,0,0.04)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255,255,255,0.01)"],body.theme-neumorphism #news-impact-card div[style*="background: rgba(255, 255, 255, 0.01)"]{box-shadow:none!important;background:#0000000a!important;border-color:#00000008!important}body.theme-neumorphism #news-impact-card div[style*="background: rgba(244,63,94,0.08)"]{color:var(--text-red)!important;background:#e53e3e14!important;border-color:#e53e3e40!important}body.theme-neumorphism #news-impact-card span[style*="background: rgb(10, 190, 156)"],body.theme-neumorphism #news-impact-card span[style*="background: #0abe9c"],body.theme-neumorphism #news-impact-card span[style*="background: rgb(230, 43, 58)"],body.theme-neumorphism #news-impact-card span[style*="background: #e62b3a"]{background:#0000000a!important;border-color:#0000001a!important}body.theme-neumorphism #news-impact-card div[style*="background: rgb(10, 190, 156)"],body.theme-neumorphism #news-impact-card div[style*="background: #0abe9c"]{background:#0000000a!important}body.theme-neumorphism div[style*="rgba(16, 185, 129"],body.theme-neumorphism div[style*="rgba(239, 68, 68"],body.theme-neumorphism div[style*=\#0abe9c],body.theme-neumorphism div[style*=\#e62b3a],body.theme-neumorphism span[style*="rgba(16, 185, 129"],body.theme-neumorphism span[style*="rgba(239, 68, 68"],body.theme-neumorphism span[style*=\#0abe9c],body.theme-neumorphism span[style*=\#e62b3a]{box-shadow:none!important;text-shadow:none!important}body.theme-neumorphism span[style*="color: rgb(10, 190, 156)"],body.theme-neumorphism span[style*="color: #0abe9c"],body.theme-neumorphism div[style*="color: rgb(10, 190, 156)"],body.theme-neumorphism div[style*="color: #0abe9c"],body.theme-neumorphism strong[style*="color: rgb(10, 190, 156)"],body.theme-neumorphism strong[style*="color: #0abe9c"]{color:var(--text-green)!important}body.theme-neumorphism span[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism span[style*="color: #e62b3a"],body.theme-neumorphism div[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism div[style*="color: #e62b3a"],body.theme-neumorphism strong[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism strong[style*="color: #e62b3a"]{color:var(--text-red)!important}body.theme-neumorphism div[style*="border-color: #e62b3a"],body.theme-neumorphism div[style*="borderColor: #e62b3a"]{border-color:var(--text-red)!important}body.theme-neumorphism div[style*="background: #e62b3a"],body.theme-neumorphism div[style*="background-color: #e62b3a"]{background:var(--text-red)!important}body.theme-neumorphism span[style*="color: #e62b3a"]{color:var(--text-red)!important}body.theme-neumorphism div[style*="boxShadow: 0 0 6px #e62b3a"],body.theme-neumorphism div[style*="box-shadow: 0 0 6px #e62b3a"]{box-shadow:none!important}body.theme-neumorphism td.strike-cell span[style*=linear-gradient]{background:var(--accent-orange)!important;color:#fff!important;box-shadow:none!important}body.theme-neumorphism .retro-table th[style*="rgba(16, 185, 129"]{background:linear-gradient(90deg,#2f855a14 0%,#0000 100%)!important;border-bottom:1px solid #2f855a33!important}body.theme-neumorphism .retro-table th[style*="rgba(239, 68, 68"]{background:linear-gradient(270deg,#c5303014 0%,#0000 100%)!important;border-bottom:1px solid #c5303033!important}body.theme-neumorphism .retro-table td[style*="rgba(16, 185, 129"]{background:linear-gradient(90deg,#2f855a08 0%,#0000 100%)!important}body.theme-neumorphism .retro-table td[style*="rgba(239, 68, 68"]{background:linear-gradient(270deg,#c5303008 0%,#0000 100%)!important}body.theme-neumorphism svg stop[stop-color=\#0abe9c],body.theme-neumorphism svg stop[stopColor="#0abe9c"]{stop-color:var(--text-green)!important}body.theme-neumorphism svg stop[stop-color=\#e62b3a],body.theme-neumorphism svg stop[stopColor="#e62b3a"]{stop-color:var(--text-red)!important}body.theme-neumorphism svg path[stroke=\#0abe9c]{stroke:var(--text-green)!important}body.theme-neumorphism svg path[stroke=\#e62b3a]{stroke:var(--text-red)!important}body.theme-neumorphism div[style*="rgba(0,0,0,0.25)"],body.theme-neumorphism div[style*="rgba(0, 0, 0, 0.25)"]{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #ffffff80!important;border-radius:12px!important;transition:all .3s!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism div[style*="rgba(0,0,0,0.25)"]:hover,body.theme-neumorphism div[style*="rgba(0, 0, 0, 0.25)"]:hover{transform:translateY(-1px)!important;box-shadow:12px 12px 20px #a3b1c6b3,-12px -12px 20px #ffffffe6!important}body.theme-neumorphism div[style*="background: rgba(255,255,255,0.02)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.02)"],body.theme-neumorphism div[style*="background: rgba(255,255,255,0.015)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.015)"],body.theme-neumorphism div[style*="background: rgba(255,255,255,0.01)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.01)"],body.theme-neumorphism div[style*="background: rgba(255,255,255,0.008)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.008)"]{box-shadow:none!important;background:#0000000a!important;border:1px solid #00000008!important}body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.2)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.2)"],body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.22)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.22)"],body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.25)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.25)"],body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.15)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.15)"],body.theme-neumorphism div[style*=background][style*="rgba(0,0,0,0.12)"],body.theme-neumorphism div[style*=background][style*="rgba(0, 0, 0, 0.12)"],body.theme-neumorphism div[style*=background][style*="rgba(10,12,18,0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(10, 12, 18, 0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(10,12,22,0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(10, 12, 22, 0.45)"],body.theme-neumorphism div[style*=background][style*="rgba(10,12,22,0.6)"],body.theme-neumorphism div[style*=background][style*="rgba(10, 12, 22, 0.6)"],body.theme-neumorphism div[style*=background][style*="rgba(10,12,22,0.88)"],body.theme-neumorphism div[style*=background][style*="rgba(10, 12, 22, 0.88)"],body.theme-neumorphism .gex-cell,body.theme-neumorphism .gex-greek-badge,body.theme-neumorphism .gex-slider-zone,body.theme-neumorphism .dna-seg-card,body.theme-neumorphism .macro-asset-card,body.theme-neumorphism .kalman-param-box{background:#e0e5ec!important;border:1px solid #ffffff80!important;border-radius:8px!important;box-shadow:3px 3px 6px #a3b1c673,-3px -3px 6px #ffffffbf!important}body.theme-neumorphism .kalman-param-box span{opacity:.85!important;color:var(--text-muted)!important}body.theme-neumorphism .market-verdict-card{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #fff6!important;border-radius:20px!important;transition:all .3s!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism .market-verdict-card:hover{transform:translateY(-1px)!important;box-shadow:12px 12px 20px #a3b1c6b3,-12px -12px 20px #ffffffe6!important}body.theme-neumorphism .market-verdict-card>div:first-child{border-bottom:1.5px solid #00000014!important}body.theme-neumorphism .market-verdict-card button{color:#4a5568!important;background:#e0e5ec!important;border:1.5px solid #fff9!important;border-radius:6px!important;transition:all .2s!important;box-shadow:2px 2px 5px #a3b1c680,-2px -2px 5px #fffc!important}body.theme-neumorphism .market-verdict-card button:hover{color:#2d3748!important;background:#e0e5ec!important;box-shadow:1px 1px 3px #a3b1c699,-1px -1px 3px #ffffffe6!important}body.theme-neumorphism .market-verdict-card button[style*="rgb(167, 139, 250)"],body.theme-neumorphism .market-verdict-card button[style*=\#a78bfa]{color:#6b46c1!important;background:#e0e5ec!important;border-color:#6b46c166!important;box-shadow:inset 2px 2px 5px #a3b1c699,inset -2px -2px 5px #fffc!important}body.theme-neumorphism .market-verdict-card span[style*="color: #475569"],body.theme-neumorphism .market-verdict-card span[style*="color:#475569"]{color:#5a6a80!important}body.theme-neumorphism .market-verdict-card span[style*="font-size: 32px"],body.theme-neumorphism .market-verdict-card span[style*=font-size\:32px]{color:#1a202c!important}body.theme-neumorphism .market-verdict-card div[style*="height: 6px"],body.theme-neumorphism .market-verdict-card div[style*=height\:6px]{background:#00000014!important;box-shadow:inset 1px 1px 2px #0000001a!important}body.theme-neumorphism .market-verdict-card div[style*="rgba(251, 191, 36, 0.25)"]{background:#d9770640!important}body.theme-neumorphism .market-verdict-card div[style*="rgba(56, 189, 248, 0.25)"]{background:#2563eb40!important}body.theme-neumorphism .market-verdict-card>div:nth-child(3){border-top:1.5px solid #00000014!important}body.theme-neumorphism .market-verdict-card span[style*="color: #a78bfa"],body.theme-neumorphism .market-verdict-card span[style*="color:#a78bfa"]{color:#6b46c1!important}body.theme-neumorphism .market-verdict-card span[style*="color: #fbbf24"],body.theme-neumorphism .market-verdict-card span[style*="color:#fbbf24"]{color:#c08000!important}body.theme-neumorphism .market-verdict-card span[style*="color: #38bdf8"],body.theme-neumorphism .market-verdict-card span[style*="color:#38bdf8"]{color:#2b6cb0!important}body.theme-neumorphism .market-verdict-card div[style*="background: rgba(0, 0, 0, 0.25)"],body.theme-neumorphism .market-verdict-card div[style*="background:rgba(0,0,0,0.25)"]{background:#e0e5ec!important;border:1px solid #ffffff4d!important;border-radius:12px!important;box-shadow:inset 3px 3px 6px #a3b1c680,inset -3px -3px 6px #fffc!important}body.theme-neumorphism .market-verdict-card div[style*=borderLeft],body.theme-neumorphism .market-verdict-card div[style*=border-left]{border-left:1.5px solid #00000014!important}body.theme-neumorphism .market-verdict-card span[style*="color: var(--text-40)"]{color:#4a5568!important}body.theme-neumorphism .market-verdict-card strong[style*="color: #fbbf24"],body.theme-neumorphism .market-verdict-card strong[style*="color:#fbbf24"]{color:#c08000!important}body.theme-neumorphism .market-verdict-card strong[style*="color: #e62b3a"],body.theme-neumorphism .market-verdict-card strong[style*="color:#e62b3a"]{color:#c53030!important}body.theme-neumorphism .market-verdict-card div[style*="color: var(--accent-orange)"],body.theme-neumorphism .market-verdict-card div[style*="color:var(--accent-orange)"]{color:#c05621!important}body.theme-neumorphism [style*="color:#fff" i],body.theme-neumorphism [style*="color: #fff" i],body.theme-neumorphism [style*="color:#ffffff" i],body.theme-neumorphism [style*="color: #ffffff" i],body.theme-neumorphism [style*=color\:white i],body.theme-neumorphism [style*="color: white" i],body.theme-neumorphism [style*="rgb(255, 255, 255)"],body.theme-neumorphism [style*="rgb(255,255,255)"],body.theme-neumorphism [style*="rgba(255, 255, 255, 1)"],body.theme-neumorphism [style*="rgba(255,255,255,1)"],body.theme-neumorphism [style*="rgba(255, 255, 255, 0.95)"],body.theme-neumorphism [style*="rgba(255,255,255,0.95)"],body.theme-neumorphism [style*="rgba(255, 255, 255, 0.9)"],body.theme-neumorphism [style*="rgba(255,255,255,0.9)"],body.theme-neumorphism [style*="rgba(255, 255, 255, 0.85)"],body.theme-neumorphism [style*="rgba(255,255,255,0.85)"]{color:var(--text-white)!important}body.theme-neumorphism [style*="color:#38bdf8" i],body.theme-neumorphism [style*="color: #38bdf8" i],body.theme-neumorphism [style*="color:#60a5fa" i],body.theme-neumorphism [style*="color: #60a5fa" i],body.theme-neumorphism [style*="rgb(56, 189, 248)"],body.theme-neumorphism [style*="rgb(56,189,248)"],body.theme-neumorphism [style*="rgb(96, 165, 250)"],body.theme-neumorphism [style*="rgb(96,165,250)"],body.theme-neumorphism [style*="rgba(56, 189, 248)"],body.theme-neumorphism [style*="rgba(96, 165, 250)"]{color:var(--accent-blue)!important}body.theme-neumorphism [style*="color:#fbbf24" i],body.theme-neumorphism [style*="color: #fbbf24" i],body.theme-neumorphism [style*="color:#fbbf34" i],body.theme-neumorphism [style*="color: #fbbf34" i],body.theme-neumorphism [style*="color:#f59e0b" i],body.theme-neumorphism [style*="color: #f59e0b" i],body.theme-neumorphism [style*="rgb(251, 191, 36)"],body.theme-neumorphism [style*="rgb(251,191,36)"],body.theme-neumorphism [style*="rgb(245, 158, 11)"],body.theme-neumorphism [style*="rgb(245,158,11)"],body.theme-neumorphism [style*="rgba(251, 191, 36)"],body.theme-neumorphism [style*="rgba(245, 158, 11)"]{color:var(--text-yellow)!important}body.theme-neumorphism [style*="color:#0abe9c" i],body.theme-neumorphism [style*="color: #0abe9c" i],body.theme-neumorphism [style*="color:#0abe9c" i],body.theme-neumorphism [style*="color: #0abe9c" i],body.theme-neumorphism [style*="color:#0abe9c" i],body.theme-neumorphism [style*="color: #0abe9c" i],body.theme-neumorphism [style*="color:#0abe9c" i],body.theme-neumorphism [style*="color: #0abe9c" i],body.theme-neumorphism [style*="rgb(10, 190, 156)"],body.theme-neumorphism [style*="rgb(10, 190, 156)"],body.theme-neumorphism [style*="rgb(10, 190, 156)"],body.theme-neumorphism [style*="rgb(10, 190, 156)"],body.theme-neumorphism [style*="rgba(52, 211, 153)"],body.theme-neumorphism [style*="rgba(16, 185, 129)"]{color:var(--text-green)!important}body.theme-neumorphism [style*="color:#e62b3a" i],body.theme-neumorphism [style*="color: #e62b3a" i],body.theme-neumorphism [style*="color:#e62b3a" i],body.theme-neumorphism [style*="color: #e62b3a" i],body.theme-neumorphism [style*="color:#e62b3a" i],body.theme-neumorphism [style*="color: #e62b3a" i],body.theme-neumorphism [style*="color:#e62b3a" i],body.theme-neumorphism [style*="color: #e62b3a" i],body.theme-neumorphism [style*="rgb(230, 43, 58)"],body.theme-neumorphism [style*="rgb(230, 43, 58)"],body.theme-neumorphism [style*="rgb(252, 165, 165)"],body.theme-neumorphism [style*="rgb(252,165,165)"],body.theme-neumorphism [style*="rgba(251, 113, 133)"],body.theme-neumorphism [style*="rgba(252, 165, 165)"]{color:var(--text-red)!important}body.theme-neumorphism [style*="color:#a78bfa" i],body.theme-neumorphism [style*="color: #a78bfa" i],body.theme-neumorphism [style*="color:#a855f7" i],body.theme-neumorphism [style*="color: #a855f7" i],body.theme-neumorphism [style*="rgb(167, 139, 250)"],body.theme-neumorphism [style*="rgb(167,139,250)"],body.theme-neumorphism [style*="rgb(168, 85, 247)"],body.theme-neumorphism [style*="rgb(168,85,247)"],body.theme-neumorphism [style*="rgba(167, 139, 250)"],body.theme-neumorphism [style*="rgba(168, 85, 247)"]{color:var(--accent-purple)!important}body.theme-neumorphism [style*="color:#06b6d4" i],body.theme-neumorphism [style*="color: #06b6d4" i],body.theme-neumorphism [style*="color:#00e5ff" i],body.theme-neumorphism [style*="color: #00e5ff" i],body.theme-neumorphism [style*="rgb(6, 182, 212)"],body.theme-neumorphism [style*="rgb(6,182,212)"],body.theme-neumorphism [style*="rgba(6, 182, 212)"]{color:var(--accent-cyan)!important}body.theme-neumorphism svg [stroke=\#fff],body.theme-neumorphism svg [stroke=\#ffffff],body.theme-neumorphism svg [stroke=white]{stroke:#1a202c!important}body.theme-neumorphism svg [fill=\#fff],body.theme-neumorphism svg [fill=\#ffffff],body.theme-neumorphism svg [fill=white]{fill:#1a202c!important}body.theme-neumorphism div[style*=background][style*="rgba(96,165,250,0.04)"],body.theme-neumorphism div[style*=background][style*="rgba(96, 165, 250, 0.04)"]{background:#3182ce0d!important;border:1px solid #3182ce26!important}body.theme-neumorphism div[style*=background][style*="rgba(255,255,255,0.05)"],body.theme-neumorphism div[style*=background][style*="rgba(255, 255, 255, 0.05)"],body.theme-neumorphism div[style*="background: rgba(0,0,0,0.3)"],body.theme-neumorphism div[style*="background: rgba(0, 0, 0, 0.3)"]{box-shadow:none!important;background:#00000014!important}body.theme-neumorphism div.signal-summary-card,body.theme-neumorphism div.consensus-ratio-bar,body.theme-neumorphism div.timeframe-selector-container,body.theme-neumorphism div.explainability-collapsible,body.theme-neumorphism div.internals-ratio-grid,body.theme-neumorphism div.confidence-chart-card,body.theme-neumorphism div.risk-management-card,body.theme-neumorphism div.strike-level-card,body.theme-neumorphism div.flow-sub-card{box-sizing:border-box!important;background:#e0e5ec!important;border:1px solid #ffffff80!important;border-radius:10px!important;padding:8px 10px!important;box-shadow:4px 4px 8px #a3b1c673,-4px -4px 8px #ffffffbf!important}body.theme-neumorphism div.timeframe-selector-container{padding:2.5px!important}body.theme-neumorphism div.consensus-ratio-bar{padding:5px 10px!important}body.theme-neumorphism div.confidence-chart-card,body.theme-neumorphism div.risk-management-card{padding:10px 12px!important}body.theme-neumorphism div.strike-level-card{padding:8px 10px!important}body.theme-neumorphism div.flow-sub-card{padding:12px 14px!important}body.theme-neumorphism div.internals-stat-row,body.theme-neumorphism div.confidence-sub-card,body.theme-neumorphism div.risk-management-sub-cell,body.theme-neumorphism div.strike-spot-card,body.theme-neumorphism div.flow-combined-card,body.theme-neumorphism div.flow-avg-card,body.theme-neumorphism div.flow-audit-card,body.theme-neumorphism div.regime-heading-block,body.theme-neumorphism div.consensus-bias-meter,body.theme-neumorphism div.state-details-banner,body.theme-neumorphism div.wyckoff-phase-box{box-sizing:border-box!important;background:#e0e5ec!important;border:1px solid #fff9!important;border-radius:8px!important;box-shadow:2.5px 2.5px 5px #a3b1c673,-2.5px -2.5px 5px #ffffffbf!important}body.theme-neumorphism div.internals-stat-row{margin-bottom:4px!important;padding:6px 10px!important}body.theme-neumorphism div.confidence-sub-card{padding:8px 12px!important}body.theme-neumorphism div.risk-management-sub-cell{padding:5px 7px!important}body.theme-neumorphism div.strike-spot-card,body.theme-neumorphism div.flow-combined-card{padding:8px 12px!important}body.theme-neumorphism div.flow-avg-card{padding:10px!important}body.theme-neumorphism div.flow-audit-card{padding:8px!important}body.theme-neumorphism div.regime-heading-block{padding:8px 12px!important}body.theme-neumorphism div.consensus-bias-meter{padding:10px 12px!important}body.theme-neumorphism div.state-details-banner{padding:10px!important}body.theme-neumorphism div.wyckoff-phase-box{padding:5px 3px!important}body.theme-neumorphism .sig-card{color:#1a202c!important;box-sizing:border-box!important;background:#e0e5ec!important;border:1px solid #fff9!important;margin-bottom:6px!important;transition:all .2s!important;box-shadow:3px 3px 6px #a3b1c680,-3px -3px 6px #fffc!important}body.theme-neumorphism .sig-card:hover{background:#e0e5ec!important;transform:translateY(-1.5px)!important;box-shadow:5px 5px 10px #a3b1c699,-5px -5px 10px #ffffffe6!important}body.theme-neumorphism .timeframe-btn{color:#1a202ccc!important;box-shadow:none!important;background:0 0!important;border:none!important;font-weight:700!important;transition:all .2s!important}body.theme-neumorphism .timeframe-btn[style*="rgba(255, 255, 255, 0.08)"],body.theme-neumorphism .timeframe-btn[style*="rgba(255,255,255,0.08)"]{color:var(--accent-orange)!important;background:#e0e5ec!important;font-weight:800!important;box-shadow:inset 2px 2px 4px #a3b1c699,inset -2px -2px 4px #fffc!important}body.theme-neumorphism .filter-btn{color:#1a202ccc!important;background:#e0e5ec!important;border:1px solid #fff9!important;font-weight:750!important;transition:all .2s!important;box-shadow:2px 2px 4px #a3b1c666,-2px -2px 4px #ffffffb3!important}body.theme-neumorphism .filter-btn[style*="rgba(255, 255, 255, 0.08)"],body.theme-neumorphism .filter-btn[style*="rgba(255,255,255,0.08)"]{color:var(--accent-orange)!important;background:#e0e5ec!important;border-color:#fff3!important;box-shadow:inset 2px 2px 4px #a3b1c699,inset -2px -2px 4px #fffc!important}body.theme-neumorphism .risk-management-btn{color:#2d3748!important;background:#e0e5ec!important;border:1px solid #fff9!important;transition:all .15s!important;box-shadow:2px 2px 4px #a3b1c673,-2px -2px 4px #ffffffbf!important}body.theme-neumorphism .risk-management-btn:hover{box-shadow:inset 1px 1px 2px #a3b1c680,inset -1px -1px 2px #fffc!important}body.theme-neumorphism div[style*="background: rgba(255,255,255,0.06)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.06)"],body.theme-neumorphism div[style*="background: rgba(255,255,255,0.08)"],body.theme-neumorphism div[style*="background: rgba(255, 255, 255, 0.08)"]{background:#00000014!important}body.theme-neumorphism .sig-card strong[style*="color: #a78bfa"],body.theme-neumorphism .sig-card strong[style*="color: rgb(167, 139, 250)"]{color:var(--accent-purple)!important}body.theme-neumorphism .sig-card strong[style*="color: #0abe9c"],body.theme-neumorphism .sig-card strong[style*="color: rgb(10, 190, 156)"]{color:var(--text-green)!important}body.theme-neumorphism .sig-card strong[style*="color: #fbbf24"],body.theme-neumorphism .sig-card strong[style*="color: rgb(251, 191, 36)"]{color:var(--text-yellow)!important}body.theme-neumorphism .sig-card strong[style*="color: #94a3b8"],body.theme-neumorphism .sig-card strong[style*="color: rgb(148, 163, 184)"]{color:#718096!important}body.theme-neumorphism .sig-card span[style*="color: var(--text-30)"]{color:#1a202ca6!important}body.theme-neumorphism .sig-card strong[style*="color: var(--text-70)"]{color:#1a202cf2!important}body.theme-neumorphism .sig-card span[style*="color: #e62b3a"],body.theme-neumorphism .sig-card span[style*="color: rgb(252, 165, 165)"]{color:var(--text-red)!important}body.theme-neumorphism .sig-card span[style*="color: rgb(6, 182, 212)"],body.theme-neumorphism .sig-card span[style*="color: #06b6d4"]{color:var(--accent-cyan)!important;background-color:#3197951f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(249, 115, 22)"],body.theme-neumorphism .sig-card span[style*="color: #f97316"]{color:var(--accent-orange)!important;background-color:#dd6b201f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(168, 85, 247)"],body.theme-neumorphism .sig-card span[style*="color: #a855f7"]{color:var(--accent-purple)!important;background-color:#805ad51f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(236, 72, 153)"],body.theme-neumorphism .sig-card span[style*="color: #ec4899"]{color:#b83280!important;background-color:#b832801f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(20, 184, 166)"],body.theme-neumorphism .sig-card span[style*="color: #14b8a6"]{color:#2c7a7b!important;background-color:#2c7a7b1f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(234, 179, 8)"],body.theme-neumorphism .sig-card span[style*="color: #eab308"]{color:var(--accent-gold)!important;background-color:#d69e2e1f!important}body.theme-neumorphism .sig-card span[style*="color: rgb(10, 190, 156)"],body.theme-neumorphism .sig-card span[style*="color: #0abe9c"]{color:var(--text-green)!important;background-color:#2f855a1f!important;border-color:#2f855a33!important}body.theme-neumorphism .sig-card span[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism .sig-card span[style*="color: #e62b3a"]{color:var(--text-red)!important;background-color:#c530301f!important;border-color:#c5303033!important}body.theme-neumorphism .sig-card span[style*="color: rgb(148, 163, 184)"],body.theme-neumorphism .sig-card span[style*="color: #94a3b8"]{color:#4a5568!important;background-color:#4a55681f!important;border-color:#4a556833!important}body.theme-neumorphism .sig-card[style*="16, 185, 129"],body.theme-neumorphism .sig-card[style*=\#0abe9c]{border-left-color:var(--text-green)!important}body.theme-neumorphism .sig-card[style*="239, 68, 68"],body.theme-neumorphism .sig-card[style*=\#e62b3a]{border-left-color:var(--text-red)!important}body.theme-neumorphism .sig-card[style*="148, 163, 184"],body.theme-neumorphism .sig-card[style*=\#94a3b8]{border-left-color:#718096!important}body.theme-neumorphism .consensus-ratio-bar span[style*="color: rgba(255,255,255,0.15)"]{color:#1a202c40!important}body.theme-neumorphism .flow-sub-card span[style*="color: #38bdf8"],body.theme-neumorphism .flow-sub-card span[style*="color: rgb(56, 189, 248)"]{color:var(--accent-blue)!important}body.theme-neumorphism .flow-sub-card span[style*="color: #a78bfa"],body.theme-neumorphism .flow-sub-card span[style*="color: rgb(167, 139, 250)"]{color:var(--accent-purple)!important}body.theme-neumorphism .flow-sub-card span[style*="color: #0abe9c"],body.theme-neumorphism .flow-sub-card span[style*="color: rgb(10, 190, 156)"],body.theme-neumorphism .flow-sub-card div[style*="color: #0abe9c"],body.theme-neumorphism .flow-sub-card div[style*="color: rgb(10, 190, 156)"]{color:var(--text-green)!important}body.theme-neumorphism .flow-sub-card span[style*="color: #e62b3a"],body.theme-neumorphism .flow-sub-card span[style*="color: rgb(230, 43, 58)"],body.theme-neumorphism .flow-sub-card div[style*="color: #e62b3a"],body.theme-neumorphism .flow-sub-card div[style*="color: rgb(230, 43, 58)"]{color:var(--text-red)!important}body.theme-neumorphism div[style*=linear-gradient\(transparent]{background:linear-gradient(#0000,#e0e5ec)!important}.kpi-telemetry-grid{box-shadow:none;background:0 0}body.theme-neumorphism .kpi-telemetry-grid{box-shadow:none!important;background:0 0!important;border-top:1px solid #0000000f!important}body.theme-neumorphism .kpi-card div[style*=border]{border-color:#0000000f!important}body.theme-neumorphism span[style*="color: #fbbf24"],body.theme-neumorphism span[style*="color: rgb(251, 191, 36)"],body.theme-neumorphism span[style*="color: rgb(251, 191, 52)"],body.theme-neumorphism div[style*="color: #fbbf24"],body.theme-neumorphism div[style*="color: rgb(251, 191, 36)"],body.theme-neumorphism div[style*="color: rgb(251, 191, 52)"],body.theme-neumorphism strong[style*="color: #fbbf24"],body.theme-neumorphism strong[style*="color: rgb(251, 191, 36)"],body.theme-neumorphism strong[style*="color: rgb(251, 191, 52)"],body.theme-neumorphism b[style*="color: #fbbf24"],body.theme-neumorphism b[style*="color: rgb(251, 191, 36)"],body.theme-neumorphism b[style*="color: rgb(251, 191, 52)"]{color:var(--text-yellow)!important}body.theme-neumorphism button:hover,body.theme-neumorphism .action-btn:hover,body.theme-neumorphism select:hover,body.theme-neumorphism .session-select:hover{filter:none!important;border-color:#00000014!important;box-shadow:3px 3px 6px #a3b1c666,-3px -3px 6px #ffffffb3!important}body.theme-neumorphism .action-btn.start:hover{color:#0abe9c!important}body.theme-neumorphism .terminal-tabs,body.theme-neumorphism div[style*="boxShadow: 0 6px 20px rgba(0, 0, 0, 0.3)"],body.theme-neumorphism div[style*="box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3)"]{background:#e0e5ec!important;border:1.5px solid #ffffff80!important;box-shadow:inset 3.5px 3.5px 7px #a3b1c68c,inset -3.5px -3.5px 7px #fffc!important}body.theme-neumorphism .tab-button{color:#1a202ce6!important;background:#e0e5ec!important;border:1.5px solid #ffffff80!important;box-shadow:3px 3px 6px #a3b1c673,-3px -3px 6px #ffffffbf!important}body.theme-neumorphism .tab-button.active{color:var(--accent-orange)!important;background:#e0e5ec!important;border:1.5px solid #fff3!important;box-shadow:inset 3px 3px 6px #a3b1c68c,inset -3px -3px 6px #fffc!important}body.theme-neumorphism span[style*="var(--accent-orange)"],body.theme-neumorphism div[style*="var(--accent-orange)"]{box-shadow:none!important;text-shadow:none!important}body.theme-neumorphism #custom-cursor-ring{filter:none!important;background-color:#a3b1c614!important;border-color:#a3b1c680!important;box-shadow:2px 2px 4px #a3b1c659,-2px -2px 4px #fff9!important}body.theme-neumorphism #custom-cursor-dot{box-shadow:none!important;background-color:var(--accent-orange)!important}body.theme-neumorphism .status-indicator span[style*="rgba(16, 185, 129"],body.theme-neumorphism .status-indicator span[style*="rgba(239, 68, 68"],body.theme-neumorphism .status-indicator span[style*="rgba(245, 158, 11"]{background-color:#0000000a!important;border:1px solid #00000014!important}body.theme-neumorphism .retro-table tbody tr:hover{background-color:#00000008!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;background-color:#f8fafc!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 .institutional-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}.theme-transition-overlay.to-neumorphism{-webkit-backdrop-filter:blur(15px);background:#e0e5ece0}.theme-transition-overlay.to-neumorphism .theme-transition-card{background:#e0e5ec;border:1px solid #ffffff80;box-shadow:9px 9px 20px #a3b1c6bf,-9px -9px 20px #ffffffd9}.theme-transition-overlay.to-neumorphism .theme-transition-label{color:#1a202cbf}.theme-transition-overlay.to-neumorphism .theme-transition-name{color:#1a202c;text-shadow:none}.theme-transition-overlay.to-neumorphism .theme-transition-track{background:#e0e5ec;border:1px solid #ffffff4d;box-shadow:inset 2px 2px 5px #a3b1c680,inset -2px -2px 5px #ffffffb3}.theme-transition-overlay.to-neumorphism .theme-transition-bar{box-shadow:none;background:linear-gradient(90deg,#ff6a00,#ff8c00)}.theme-transition-overlay.to-neumorphism .theme-transition-percent{color:#ff6a00}@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}body.theme-neumorphism .global-tape-container{color:var(--text-muted)!important;background:#e0e5ec!important;border:1px solid #fff6!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism .global-tape-container span{color:#1a202ce0}body.theme-neumorphism .global-tape-container strong{color:#1a202c}.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}body.theme-neumorphism .profile-btn{color:#1a202c!important;background:#e0e5ec!important;border:1.5px solid #fff9!important;box-shadow:3px 3px 6px #a3b1c673,-3px -3px 6px #fffc!important}body.theme-neumorphism .profile-btn:hover{filter:none!important;background:#e0e5ec!important;box-shadow:1.5px 1.5px 3px #a3b1c673,-1.5px -1.5px 3px #fffc!important}body.theme-neumorphism .profile-dropdown{-webkit-backdrop-filter:none!important;background:#e0e5ec!important;border:1px solid #fff9!important;box-shadow:9px 9px 16px #a3b1c699,-9px -9px 16px #fffc!important}body.theme-neumorphism .profile-dropdown-item{color:#1a202cb3!important}body.theme-neumorphism .profile-dropdown-item:hover{color:#1a202c!important;box-shadow:none!important;filter:none!important;background:#0000000a!important}body.theme-neumorphism .profile-dropdown-item.active{color:var(--accent-orange)!important;filter:none!important;background:#e0e5ec!important;font-weight:800!important;box-shadow:inset 2.5px 2.5px 5px #a3b1c699,inset -2.5px -2.5px 5px #fffc!important}body.theme-neumorphism .profile-dropdown-new-btn{color:#1a202ccc!important;background:#e0e5ec!important;border:1.5px dashed #1a202c4d!important;box-shadow:2.5px 2.5px 5px #a3b1c666,-2.5px -2.5px 5px #ffffffb3!important}body.theme-neumorphism .profile-dropdown-new-btn:hover{filter:none!important;background:#e0e5ec!important;box-shadow:1.5px 1.5px 3px #a3b1c666,-1.5px -1.5px 3px #ffffffb3!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 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}.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:#ffffff03!important;border:1px solid #ffffff0a!important;border-left-width:3px!important;border-radius:8px!important;padding:8px 12px!important;transition:all .25s cubic-bezier(.4,0,.2,1)!important}.option-chain-stat-card:after{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff04 0%,#0000 100%);width:100%;height:100%;position:absolute;top:0;left:0}.option-chain-stat-card:first-child{border-left-color:#00b0ff80!important}.option-chain-stat-card:nth-child(2){border-left-color:#0abe9c80!important}.option-chain-stat-card:nth-child(3){border-left-color:#ffeb3b80!important}.option-chain-stat-card:nth-child(4){border-left-color:#e62b3a80!important}.option-chain-stat-card:nth-child(5){border-left-color:#e040fb80!important}.option-chain-stat-card:hover{transform:translateY(-1px);box-shadow:0 4px 15px #0006;background:#ffffff09!important;border-color:#ffffff1f!important}.option-chain-stat-card:first-child:hover{border-left-color:#00b0ffe6!important}.option-chain-stat-card:nth-child(2):hover{border-left-color:#0abe9ce6!important}.option-chain-stat-card:nth-child(3):hover{border-left-color:#ffeb3be6!important}.option-chain-stat-card:nth-child(4):hover{border-left-color:#e62b3ae6!important}.option-chain-stat-card:nth-child(5):hover{border-left-color:#e040fbe6!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}body.theme-neumorphism .kalman-regime-badge{background:#e0e5ec;border-color:#00000026;box-shadow:2px 2px 4px #0000001a,-2px -2px 4px #ffffffb3}body.theme-neumorphism .kalman-confluence-meter,body.theme-neumorphism .kalman-signal-stat{background:#e0e5ec;border:none;box-shadow:3px 3px 6px #0000001a,-3px -3px 6px #ffffffb3}body.theme-neumorphism .kalman-outcome-badge.win{color:#0a7a3a;background:#00b45a26}body.theme-neumorphism .kalman-outcome-badge.loss{color:#a11;background:#c81e3226}@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}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{letter-spacing:.5px;color:var(--accent-orange,#f90);font-size:11px;font-weight:800}.terminal-status-badge{color:var(--text-green,#0f0);border:1px solid var(--text-green,#0f0);letter-spacing:.5px;background:#030;border-radius:4px;padding:2px 6px;font-size:9px;font-weight:800}.terminal-header-right{align-items:center;gap:12px;display:flex}.terminal-clear-btn{border:1px solid var(--border-color,#2c2c2c);color:var(--text-muted,#888);cursor:pointer;background:#18181b;border-radius:4px;padding:2px 8px;font-size:9px;font-weight:700;transition:all .15s}.terminal-clear-btn:hover{color:var(--text-white,#fff);border-color:var(--accent-orange,#f90);background:#27272a}.terminal-header-time{color:var(--accent-yellow,#ff0);font-size:10px;font-family:var(--font-mono,monospace);align-items:center;gap:4px;display:flex}.terminal-header-version{color:var(--text-muted,#888);font-size:9px;font-family:var(--font-mono,monospace)}.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:var(--accent-orange,#f90);border:1px solid var(--accent-orange,#f90);background:#331e00}.cmd-badge{color:#3b82f6;background:#024;border:1px solid #3b82f6;align-items:center;gap:2px;display:flex}.terminal-log-time{color:var(--text-muted,#888);font-size:9px}.terminal-window-log-payload{white-space:pre-wrap;font-family:var(--font-mono,monospace);margin:0;font-size:11px;line-height:1.4}.terminal-window-log-payload.success{color:var(--text-green,#0f0)}.terminal-window-log-payload.error{color:var(--text-red,red)}.terminal-suggestions-bar{border-top:1px solid var(--border-color,#2c2c2c);background:#080808;align-items:center;gap:8px;padding:6px 14px;font-size:10px;display:flex}.terminal-suggestions-label{color:var(--text-muted,#888);letter-spacing:.5px;white-space:nowrap;font-size:9px;font-weight:700}.terminal-suggestions-list{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.terminal-suggestion-btn{color:var(--accent-orange,#f90);font-family:var(--font-mono,monospace);cursor:pointer;background:#121212;border:1px solid #2a2a2a;border-radius:3px;padding:2px 8px;font-size:9.5px;font-weight:700;transition:all .15s}.terminal-suggestion-btn:hover,.terminal-suggestion-btn.active{border-color:var(--accent-orange,#f90);color:var(--accent-yellow,#ff0);background:#331e00}.terminal-window-form{border-top:1px solid var(--border-color,#2c2c2c);background-color:#0c0c0c;align-items:center;padding:8px 14px;display:flex}.terminal-input-wrapper{align-items:center;gap:6px;width:100%;display:flex}.terminal-window-prompt{color:var(--accent-orange,#f90);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{background:var(--panel-bg,#0c0c0c);border:1px solid var(--border-color,#2c2c2c);border-radius:8px;flex-direction:column;gap:8px;padding:10px;display:flex}.watch-rail-header{color:var(--accent-orange,#f90);border-bottom:1px solid var(--border-color,#2c2c2c);align-items:center;gap:6px;padding-bottom:6px;font-size:11px;font-weight:700;display:flex}.watch-rail-header-icon{color:var(--accent-orange,#f90)}.watch-rail-header-title{letter-spacing:.5px;flex-grow:1}.watch-rail-status-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.watch-rail-body{flex-direction:column;gap:8px;display:flex}.watch-rail-metric-card{border:1px solid var(--border-color,#2c2c2c);background:#050505;border-radius:6px;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.watch-rail-metric-card.half{flex:1}.watch-rail-metric-card.flash-active{border-color:var(--accent-orange,#f90);background:#331e00}.watch-rail-row{gap:8px;display:flex}.metric-meta{color:var(--text-muted,#888);letter-spacing:.5px;font-size:9px;font-weight:700}.metric-value-row{justify-content:space-between;align-items:center;display:flex}.metric-value{font-family:var(--font-mono,monospace);color:var(--accent-yellow,#ff0);font-size:13px;font-weight:700}.freshness-badge{font-size:9px;font-weight:700;font-family:var(--font-mono,monospace)}.flow-row{font-size:11px;font-family:var(--font-mono,monospace);justify-content:space-between;display:flex}.flow-label{color:var(--text-muted,#888)}.flow-value.bullish{color:var(--text-green,#0f0)}.flow-value.bearish{color:var(--text-red,red)}.breadth-bar-container{flex-direction:column;gap:4px;display:flex}.breadth-text{font-size:10px;font-weight:700;font-family:var(--font-mono,monospace);justify-content:space-between;display:flex}.breadth-text .bullish{color:var(--text-green,#0f0)}.breadth-text .bearish{color:var(--text-red,red)}.breadth-track{background:#400;border-radius:3px;height:6px;overflow:hidden}.breadth-fill-adv{background:#0f0;height:100%;transition:width .3s}body.theme-clean-white .watch-rail-panel,body.theme-neumorphism .watch-rail-panel,.theme-clean-white .watch-rail-panel,.theme-neumorphism .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,body.theme-neumorphism .terminal-window,.theme-clean-white .terminal-window,.theme-neumorphism .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,body.theme-neumorphism .terminal-window-header,body.theme-neumorphism .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,body.theme-neumorphism .terminal-header-title,body.theme-neumorphism .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,body.theme-neumorphism .terminal-header-icon,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .terminal-window-log-meta,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .terminal-suggestion-btn:hover,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .metric-value,.theme-clean-white .metric-value,body.light-theme .metric-value,[data-theme=light] .metric-value{color:#b45309!important;font-weight:800!important}body.theme-clean-white .flow-label,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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,body.theme-neumorphism .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:6px;display:flex;overflow-y:auto}.watch-rail-body::-webkit-scrollbar{width:4px}.watch-rail-body::-webkit-scrollbar-track{background:0 0}.watch-rail-body::-webkit-scrollbar-thumb{background:var(--border-color,#2c2c2c);border-radius:4px}@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:#06070a!important;border:1px solid #1c202b!important;border-radius:6px!important;padding:6px 10px!important}.option-chain-stat-card:hover{background:#0e1117!important;border-color:#ff9e00!important}.option-chain-stat-label{color:#ff9e00!important;font-family:var(--font-mono)!important;letter-spacing:.8px!important;font-size:8.5px!important;font-weight:800!important}.option-chain-stat-value{font-family:var(--font-mono)!important;font-size:13.5px!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:#94a3b8!important;border-bottom:1px solid #222734!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}:root{--surface-primary:#0a0e14;--surface-secondary:#111823;--surface-tertiary:#16202e;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-tertiary:#6b7280;--border-subtle:#ffffff0d;--border-focused:#ffffff26;--accent-success:#10b981;--accent-warning:#f59e0b;--accent-danger:#ef4444;--widget-accent-blue:#3b82f6;--widget-accent-green:#10b981;--widget-accent-red:#ef4444;--widget-accent-orange:#f97316;--widget-accent-purple:#3b82f6;--dot-inactive-color:#fff3;--chart-grid:#ffffff0a;--chart-axis:#ffffff1a;--chart-zero-line:#ffffff26;--chart-text:#fff6;--chart-tooltip-bg:#0f172af5;--chart-tooltip-border:#ffffff1a;--signal-positive:#10b981;--signal-negative:#ef4444;--signal-neutral:#fbbf24}.kpi-card.focused{border-color:var(--focused-accent-color,#f97316)!important;box-shadow:0 0 8px var(--focused-accent-glow,#f9731626), 0 12px 40px -10px #00000080!important}.kpi-card.locked{opacity:.85}.bloomberg-floating-panel{z-index:1000;-webkit-backdrop-filter:blur(20px);color:#e2e8f0;width:330px;font-family:var(--font-sans), system-ui, sans-serif;background:#0f172af5;border:1px solid #ffffff1a;border-radius:8px;transition:box-shadow .2s,border-color .2s;position:absolute;overflow:hidden;box-shadow:0 20px 50px -12px #000c,inset 0 1px #ffffff1a}.bloomberg-header{letter-spacing:.05em;text-transform:uppercase;color:#fff;background:linear-gradient(#1e293b,#0f172a);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:800;display:flex}.bloomberg-section{border-bottom:1px solid #ffffff0f;padding:12px 14px}.bloomberg-label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.bloomberg-input{color:#fff;background:#00000059;border:1px solid #ffffff1f;border-radius:4px;outline:none;width:100%;padding:7px 10px;font-size:11.5px;transition:all .15s ease-in-out}.bloomberg-input:focus{border-color:var(--accent-orange,#f97316);background:#0000008c;box-shadow:0 0 0 2px #f9731633}.bloomberg-dropdown{color:#fff;cursor:pointer;background:#00000059;border:1px solid #ffffff1f;border-radius:4px;outline:none;width:100%;padding:7px 10px;font-size:11.5px;transition:all .15s ease-in-out}.bloomberg-dropdown:focus{border-color:var(--accent-orange,#f97316);background:#0000008c;box-shadow:0 0 0 2px #f9731633}.bloomberg-button{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.03em;background:#2563eb;border:none;border-radius:4px;justify-content:center;align-items:center;padding:7px 14px;font-size:11px;font-weight:800;transition:all .15s ease-in-out;display:inline-flex}.bloomberg-button:hover{background:#1d4ed8;transform:translateY(-1px)}.bloomberg-button:active{transform:translateY(0)}.bloomberg-button.secondary{color:var(--text-primary);background:#ffffff14;border:1px solid #ffffff1f}.bloomberg-button.secondary:hover{background:#ffffff24;transform:translateY(-1px)}body.theme-dark{--surface-primary:#0a0e14;--surface-secondary:#111823;--surface-tertiary:#16202e;--text-primary:#f3f4f6;--text-secondary:#9ca3af;--text-tertiary:#6b7280;--border-subtle:#ffffff0d;--border-focused:#ffffff26}body.theme-liquid-glass{--surface-primary:#02030d;--surface-secondary:#0a0f1e73;--surface-tertiary:#ffffff14;--text-primary:#f3f4f6;--text-secondary:#f3f4f699;--text-tertiary:#f3f4f666;--border-subtle:#6366f126;--border-focused:#6366f159;--chart-grid:#6366f11a;--chart-axis:#6366f133;--chart-zero-line:#6366f159;--chart-text:#f3f4f680;--chart-tooltip-bg:#02030de6;--chart-tooltip-border:#6366f140}body.theme-neumorphism{--surface-primary:#e0e5ec;--surface-secondary:#e0e5ec;--surface-tertiary:#0000000f;--text-primary:#2d3748;--text-secondary:#718096;--text-tertiary:#a0aec0;--border-subtle:transparent;--border-focused:#f9731666;--dot-inactive-color:#0003;--chart-grid:#0000000f;--chart-axis:#0000001f;--chart-zero-line:#0000002e;--chart-text:#718096;--chart-tooltip-bg:#e0e5ec;--chart-tooltip-border:#fff9;--signal-positive:#0abe9c;--signal-negative:#e62b3a;--signal-neutral:#fbbf24}body.theme-neumorphism .kpi-card.focused{box-shadow:inset 2px 2px 5px #a3b1c6,inset -2px -2px 5px #fff,0 0 6px #f973164d!important}body.theme-rent-flow{--surface-primary:#0b0f14;--surface-secondary:#11161d;--surface-tertiary:#171d26;--text-primary:#e2e8f0;--text-secondary:#94a3b8;--text-tertiary:#64748b;--border-subtle:#60a5fa1a;--border-focused:#60a5fa4d}body.theme-clean-white{--surface-primary:#fff;--surface-secondary:#f9fafb;--surface-tertiary:#e5e7eb;--text-primary:#111827;--text-secondary:#4b5563;--text-tertiary:#9ca3af;--border-subtle:#e5e7eb;--border-focused:#3b82f666;--dot-inactive-color:#0003;--chart-grid:#0f172a0d;--chart-axis:#0f172a1f;--chart-zero-line:#0f172a2e;--chart-text:#0f172a80;--chart-tooltip-bg:#fff;--chart-tooltip-border:#cbd5e1;--signal-positive:#34a853;--signal-negative:#d9534f;--signal-neutral:#d97706}body.theme-clean-white .bloomberg-floating-panel,body.theme-neumorphism .bloomberg-floating-panel{color:#1e293b;background:#f8fafc;border-color:#cbd5e1;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}body.theme-clean-white .bloomberg-header,body.theme-neumorphism .bloomberg-header{color:#0f172a;background:#f1f5f9;border-bottom-color:#cbd5e1}body.theme-clean-white .bloomberg-label,body.theme-neumorphism .bloomberg-label{color:#64748b}body.theme-clean-white .bloomberg-input,body.theme-neumorphism .bloomberg-input,body.theme-clean-white .bloomberg-dropdown,body.theme-neumorphism .bloomberg-dropdown{color:#0f172a;background:#fff;border-color:#cbd5e1}body.theme-clean-white .bloomberg-section,body.theme-neumorphism .bloomberg-section{border-bottom-color:#f1f5f9}body.theme-clean-white .bloomberg-tab-btn,body.theme-neumorphism .bloomberg-tab-btn{color:#64748b}body.theme-clean-white .bloomberg-tab-btn.active,body.theme-neumorphism .bloomberg-tab-btn.active{color:#3b82f6;border-bottom-color:#3b82f6}
