:root{--bg: #0c0c0e;--panel: #111114;--panel-alt: #16161a;--border: #1e1e26;--border-subtle: #18181f;--accent-blue: #00a8ff;--accent-green: #00ff88;--accent-red: #ff4444;--accent-orange: #ff8c00;--accent-yellow: #ffd700;--text: #dde1ea;--text-muted: #5a6070;--text-dim: #383d4a;--font-mono: "Courier New", "Roboto Mono", monospace;--radius: 6px;--radius-sm: 4px;--radius-lg: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px;line-height:1.4;-webkit-font-smoothing:antialiased}.app{min-height:100vh;display:flex;flex-direction:column}.app:before{content:"";display:block;height:2px;background:linear-gradient(90deg,transparent 0%,var(--accent-blue) 25%,var(--accent-green) 75%,transparent 100%);flex-shrink:0}.stale-banner{background:#ff8c0014;border-bottom:1px solid rgba(255,140,0,.3);color:var(--accent-orange);text-align:center;padding:6px 16px;font-size:12px;letter-spacing:.05em;flex-shrink:0}.header{display:flex;align-items:center;justify-content:space-between;background:#08080b;border-bottom:1px solid var(--border);padding:0 24px;height:68px;gap:16px;flex-shrink:0;position:relative;overflow:visible;z-index:10}.header:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(0,168,255,.25) 40%,rgba(0,255,136,.15) 60%,transparent 100%)}.header-left{display:flex;align-items:center;gap:14px}.header-wordmark{height:62px;width:340px;object-fit:cover;object-position:center 52%;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(0,168,255,.35))}.header-subtitle{display:flex;align-items:center;gap:10px;padding-left:14px;border-left:1px solid var(--border)}.header-subtitle__market{font-size:11px;color:var(--text-muted);letter-spacing:.05em}.header-center{flex:1;display:flex;justify-content:center;align-items:center}.header-right{display:flex;align-items:center;gap:16px}.mode-badge{padding:4px 12px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.1em}.mode-badge--paper{background:#00ff8814;color:var(--accent-green);border:1px solid rgba(0,255,136,.4)}.mode-badge--live{background:#ff44441a;color:var(--accent-red);border:1px solid rgba(255,68,68,.4)}.connection-indicator{display:flex;align-items:center;gap:7px}.connection-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.connection-dot--live{background:var(--accent-green);box-shadow:0 0 8px var(--accent-green);animation:pulse-live 2.5s ease-in-out infinite}.connection-dot--disconnected{background:var(--text-dim)}@keyframes pulse-live{0%,to{opacity:1;box-shadow:0 0 6px var(--accent-green)}50%{opacity:.5;box-shadow:0 0 2px var(--accent-green)}}.connection-label{font-size:11px;font-weight:600;letter-spacing:.08em}.connection-label--live{color:var(--accent-green)}.connection-label--disconnected{color:var(--text-dim)}.header-time{font-family:var(--font-mono);font-size:13px;color:var(--text);letter-spacing:.03em}.header-time-tz{color:var(--text-muted);font-size:11px;margin-left:3px}.metrics-bar{display:flex;align-items:stretch;background:var(--panel);border-bottom:1px solid var(--border);flex-shrink:0;overflow-x:auto}.metrics-bar__item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:12px 16px;gap:4px;border-right:1px solid var(--border-subtle);min-width:120px}.metrics-bar__item:last-child{border-right:none}.metrics-bar__item--equity{min-width:180px;background:linear-gradient(135deg,#00a8ff0f,#00ff880a);border-left:2px solid rgba(0,168,255,.3)!important;border-right:2px solid rgba(0,168,255,.3)!important}.metrics-bar__item--timestamp{min-width:100px}.metrics-bar__label{font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim)}.metrics-bar__value{font-family:var(--font-mono);font-size:16px;font-weight:700;color:var(--text);display:flex;align-items:center;gap:4px}.metrics-bar__value--large{font-size:20px;color:var(--accent-blue)}.metrics-bar__value--market{font-size:13px;gap:6px}.metrics-bar__value--time{font-size:13px}.metrics-bar__value--pulse{animation:pulse-timestamp 3s ease-in-out infinite}@keyframes pulse-timestamp{0%,to{opacity:1}50%{opacity:.5}}.metrics-bar__arrow{font-size:10px}.metrics-bar__subvalue{font-size:11px;font-weight:600}.metrics-bar__subvalue--muted{color:var(--text-muted)}.metrics-bar__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.metrics-bar__dot--pulse{animation:pulse-live 2.5s ease-in-out infinite}.status-bar{display:flex;align-items:center;gap:24px;background:#0a0a0d;border-bottom:1px solid var(--border-subtle);padding:8px 24px;flex-wrap:wrap;flex-shrink:0}.status-divider{width:1px;height:18px;background:var(--border);flex-shrink:0}.market-status{display:flex;align-items:center;gap:12px}.market-badge{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.08em}.market-badge--open{background:#00ff8814;color:var(--accent-green);border:1px solid rgba(0,255,136,.35)}.market-badge--pre{background:#ffd70014;color:var(--accent-yellow);border:1px solid rgba(255,215,0,.3)}.market-badge--after{background:#ff8c0014;color:var(--accent-orange);border:1px solid rgba(255,140,0,.3)}.market-badge--closed{background:#5a60701a;color:var(--text-muted);border:1px solid rgba(90,96,112,.25)}.market-countdown{font-size:12px;color:var(--text-muted)}.market-countdown-value{color:var(--text);font-weight:600;font-family:var(--font-mono)}.market-clock{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.pdt-counter{display:flex;align-items:center;gap:10px}.pdt-title{font-size:12px;color:var(--text-muted);white-space:nowrap}.pdt-segments{display:flex;align-items:center;gap:4px}.pdt-segment{width:16px;height:10px;border-radius:2px;border:1px solid var(--border)}.pdt--ok .pdt-segment--used{background:var(--accent-green);border-color:var(--accent-green);box-shadow:0 0 4px #0f86}.pdt--warn .pdt-segment--used{background:var(--accent-orange);border-color:var(--accent-orange)}.pdt--blocked .pdt-segment--used{background:var(--accent-red);border-color:var(--accent-red)}.pdt-segment--free{background:transparent}.pdt-count{font-family:var(--font-mono);font-size:12px;margin-left:4px}.pdt--ok .pdt-count{color:var(--accent-green)}.pdt--warn .pdt-count{color:var(--accent-orange)}.pdt--blocked .pdt-count{color:var(--accent-red)}.pdt-next{font-size:11px;color:var(--accent-red)}.circuit-breaker{display:flex;align-items:center;gap:8px;padding:4px 10px;border-radius:var(--radius-sm)}.circuit-breaker--armed{background:#00ff880a;border:1px solid rgba(0,255,136,.15)}.circuit-breaker--tripped{background:#ff44441f;border:1px solid rgba(255,68,68,.5);animation:pulse-tripped 1.2s ease-in-out infinite}@keyframes pulse-tripped{0%,to{background:#ff44441f}50%{background:#ff444440}}.cb-icon{font-size:13px}.cb-state{font-size:11px;font-weight:700;letter-spacing:.08em}.cb-state--armed{color:var(--accent-green)}.cb-state--tripped{color:var(--accent-red)}.cb-details{display:flex;flex-direction:column;gap:2px}.cb-reason{font-size:11px;color:var(--accent-red);max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cb-time{font-size:10px;color:var(--text-muted);font-family:var(--font-mono)}.main-grid{flex:1;display:grid;grid-template-columns:260px 1fr;grid-template-rows:1fr auto auto;gap:1px;background:var(--border-subtle);min-height:0}.main-grid>*{background:var(--panel)}.equity-row{grid-column:1 / -1;background:var(--panel)}.bottom-row{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border-subtle)}.bottom-row>*{background:var(--panel)}.panel-header{display:flex;align-items:center;gap:8px;margin-bottom:14px}.widget-title{font-size:11px;font-weight:600;letter-spacing:.1em;color:var(--text-muted);text-transform:uppercase}.panel-count{background:#ffffff0f;color:var(--text-muted);font-size:11px;padding:1px 7px;border-radius:10px;font-family:var(--font-mono)}.empty-state{color:var(--text-dim);font-size:13px;text-align:center;padding:40px 16px;display:flex;flex-direction:column;align-items:center;gap:6px}.empty-state--positions{padding:48px 24px}.empty-state__icon{margin-bottom:8px;opacity:.5}.empty-state__title{color:var(--text-muted);font-size:14px;font-weight:600}.empty-state__subtitle{color:var(--text-dim);font-size:12px;font-style:italic}.pnl-widget{padding:20px;display:flex;flex-direction:column;gap:16px}.pnl-main{display:flex;flex-direction:column;gap:4px}.pnl-value{font-family:var(--font-mono);font-size:30px;font-weight:700;letter-spacing:-.02em}.pnl-pct{font-family:var(--font-mono);font-size:15px;font-weight:600}.pnl-bar-section{display:flex;flex-direction:column;gap:5px}.pnl-bar-label{display:flex;justify-content:space-between;font-size:11px;color:var(--text-muted)}.pnl-bar-limit{font-family:var(--font-mono)}.pnl-bar-track{height:5px;background:#ffffff0a;border-radius:3px;overflow:hidden}.pnl-bar-fill{height:100%;border-radius:3px;transition:width .5s ease}.pnl-stats{display:flex;flex-direction:column;gap:9px;border-top:1px solid var(--border-subtle);padding-top:14px}.pnl-stat{display:flex;justify-content:space-between;align-items:center}.pnl-stat-label{font-size:12px;color:var(--text-muted)}.pnl-stat-value{font-family:var(--font-mono);font-size:13px;color:var(--text)}.positions-panel{padding:20px;display:flex;flex-direction:column;overflow:hidden}.positions-scroll{overflow-x:auto;overflow-y:auto;flex:1}.positions-table{width:100%;border-collapse:collapse;font-size:13px}.positions-table th{text-align:right;padding:6px 10px;font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--text-muted);text-transform:uppercase;border-bottom:1px solid var(--border-subtle);white-space:nowrap}.positions-table th:first-child{text-align:left}.positions-table th:nth-child(2){text-align:center}.positions-row{border-bottom:1px solid rgba(30,30,38,.6);transition:background .15s}.positions-row:hover{background:#ffffff06}.pos-symbol{padding:8px 10px;font-weight:700;letter-spacing:.06em;color:var(--accent-blue)}.pos-side{padding:8px 10px;text-align:center}.pos-num{padding:8px 10px;text-align:right;font-family:var(--font-mono);font-size:12px}.pos-muted{color:var(--text-muted)}.trade-log-panel{padding:20px;display:flex;flex-direction:column;overflow:hidden}.trade-log-list{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:1px}.trade-row{display:flex;align-items:center;justify-content:space-between;padding:7px 10px;border-radius:var(--radius-sm);background:#ffffff05;gap:8px}.trade-row:hover{background:#ffffff0a}.trade-row-left,.trade-row-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.trade-result{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;font-size:11px;font-weight:700;flex-shrink:0}.trade-result--win{background:#00ff8826;color:var(--accent-green)}.trade-result--loss{background:#ff444426;color:var(--accent-red)}.trade-symbol{font-weight:700;color:var(--text);letter-spacing:.04em;font-size:13px;min-width:44px}.trade-side{font-size:11px;font-weight:700;letter-spacing:.06em}.trade-qty{font-family:var(--font-mono);font-size:12px;color:var(--text-muted)}.trade-price{font-family:var(--font-mono);font-size:12px;color:var(--text)}.trade-intent{font-size:10px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.trade-pnl{font-family:var(--font-mono);font-size:12px;font-weight:600}.trade-time{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);white-space:nowrap}.watchlist-panel{padding:20px;display:flex;flex-direction:column;overflow:hidden}.watchlist-grid{overflow-y:auto;flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;align-content:start}.watchlist-card{background:#ffffff05;border:1px solid var(--border-subtle);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;gap:8px;transition:border-color .2s,background .2s}.watchlist-card:hover{border-color:#00a8ff4d;background:#00a8ff08}.watchlist-card-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.watchlist-symbol{font-weight:700;font-size:15px;letter-spacing:.06em;color:var(--text)}.watchlist-bias{font-size:10px;font-weight:700;letter-spacing:.05em}.watchlist-score-row{display:flex;align-items:center;gap:6px}.watchlist-score-track{flex:1;height:3px;background:#ffffff0d;border-radius:2px;overflow:hidden}.watchlist-score-fill{height:100%;background:var(--accent-blue);border-radius:2px;transition:width .4s ease}.watchlist-score-value{font-family:var(--font-mono);font-size:11px;color:var(--text-muted);min-width:24px;text-align:right}.watchlist-stats{display:flex;gap:12px}.watchlist-stat{font-size:11px}.watchlist-stat-label{color:var(--text-muted)}.watchlist-stat-value{font-family:var(--font-mono);font-weight:600}.watchlist-catalyst{font-size:11px;color:var(--text-muted);overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;line-clamp:1}.equity-curve{padding:16px 20px}.equity-curve--empty{padding:20px}.equity-curve__header{display:flex;align-items:center;gap:8px;margin-bottom:10px}.equity-curve__range{font-size:11px;color:var(--text-dim);font-family:var(--font-mono)}.equity-curve__svg{width:100%;height:80px;display:block}.equity-curve__dot{animation:pulse-dot 2s ease-in-out infinite}.equity-curve__placeholder{display:flex;flex-direction:column;align-items:center;gap:10px;padding:12px 0}.equity-curve__placeholder-svg{width:160px;height:40px;opacity:.5}.equity-curve__empty-text{font-size:12px;color:var(--text-dim);font-style:italic}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#2e2e3a}.nav-bar{display:flex;align-items:center;justify-content:space-between;background:var(--panel);border-bottom:1px solid var(--border-subtle);padding:0 24px;height:44px;gap:16px;flex-shrink:0}.nav-bar__left{display:flex;align-items:center}.nav-bar__tabs{display:flex;align-items:center;gap:4px}.nav-tab{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid transparent;border-radius:var(--radius);background:transparent;color:var(--text-muted);font-size:12px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.nav-tab:hover{color:var(--text);background:#ffffff0a}.nav-tab--active{color:var(--accent-blue);background:#00a8ff14;border-color:#00a8ff40}.nav-tab__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:16px;padding:0 4px;border-radius:8px;background:var(--accent-blue);color:#000;font-size:10px;font-weight:700}.strategy-selector{display:flex;align-items:center;gap:10px}.strategy-selector__label{font-size:10px;font-weight:700;letter-spacing:.12em;color:var(--text-dim)}.strategy-selector__pills{display:flex;gap:6px}.strategy-pill{display:flex;align-items:center;gap:6px;padding:4px 12px;border:1px solid var(--border);border-radius:20px;background:transparent;color:var(--text-muted);font-size:11px;font-weight:600;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.strategy-pill:hover:not(:disabled){border-color:var(--accent-blue);color:var(--text);background:#00a8ff0f}.strategy-pill:disabled{cursor:default}.strategy-pill--active{border-color:var(--accent-blue);background:#00a8ff1a;color:var(--text)}.strategy-pill__dir{font-size:10px;font-weight:800;letter-spacing:.05em}.strategy-pill__name{font-size:11px}.strategy-pill__status-dot{width:6px;height:6px;border-radius:50%;background:var(--text-dim, #555);flex-shrink:0}.strategy-pill__status-dot--active{animation:pulse-dot 2s ease-in-out infinite}.strategy-pill__active-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-blue);box-shadow:0 0 6px #00a8ffcc;animation:pulse-dot 2s ease-in-out infinite}.strategy-badge{display:inline-block;padding:1px 6px;border-radius:4px;font-size:9px;font-weight:700;letter-spacing:.04em;color:#fff;white-space:nowrap;line-height:1.4}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.history-container{flex:1;overflow:auto;padding:20px 24px}.history-tab{display:flex;flex-direction:column;gap:16px}.history-filter{display:flex;gap:8px;flex-wrap:wrap}.history-filter__pill{padding:5px 14px;border:1px solid var(--border);border-radius:20px;background:transparent;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.04em;cursor:pointer;transition:color .15s,border-color .15s,background .15s}.history-filter__pill:hover{border-color:var(--accent-blue);color:var(--text)}.history-filter__pill--active{border-color:var(--accent-blue);background:#00a8ff1a;color:var(--accent-blue)}.history-summary{display:flex;gap:0;background:var(--panel);border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden}.history-summary__stat{flex:1;display:flex;flex-direction:column;align-items:center;padding:14px 12px;border-right:1px solid var(--border-subtle);gap:4px}.history-summary__stat:last-child{border-right:none}.history-summary__label{font-size:9px;font-weight:700;letter-spacing:.12em;color:var(--text-dim)}.history-summary__value{font-size:18px;font-weight:700;font-family:var(--font-mono);color:var(--text)}.history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:60px 24px;color:var(--text-muted);font-size:14px;text-align:center}.history-table-wrap{overflow-x:auto;border:1px solid var(--border-subtle);border-radius:var(--radius)}.history-table{width:100%;border-collapse:collapse;font-size:12px}.history-table thead tr{background:var(--panel);border-bottom:1px solid var(--border)}.history-table th{padding:10px 12px;text-align:left;font-size:10px;font-weight:700;letter-spacing:.1em;color:var(--text-muted);white-space:nowrap;-webkit-user-select:none;user-select:none}.history-table th.sortable{cursor:pointer}.history-table th.sortable:hover{color:var(--text)}.sort-icon{margin-left:4px;font-size:10px}.sort-icon--idle{color:var(--text-dim)}.history-table td{padding:9px 12px;border-bottom:1px solid var(--border-subtle);color:var(--text);white-space:nowrap}.history-table tbody tr:last-child td{border-bottom:none}.history-table tbody tr:hover td{background:#ffffff05}.trade-row--win td{background:#00ff8805}.trade-row--loss td{background:#ff444405}.mono{font-family:var(--font-mono)}.bold{font-weight:700}.strategy-badge{display:inline-block;padding:2px 8px;border-radius:4px;background:#00a8ff1a;color:var(--accent-blue);font-size:10px;font-weight:600;letter-spacing:.04em}.side-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:10px;font-weight:700;letter-spacing:.06em}.side-badge--long{background:#00ff881a;color:var(--accent-green)}.side-badge--short{background:#ff44441a;color:var(--accent-red)}.rule-cell,.exit-cell{font-size:11px;color:var(--text-muted);max-width:140px;overflow:hidden;text-overflow:ellipsis}.faq-container{flex:1;display:grid;grid-template-columns:200px 1fr;overflow:hidden}.faq-nav{display:flex;flex-direction:column;gap:2px;padding:20px 12px;background:var(--panel);border-right:1px solid var(--border-subtle);overflow-y:auto}.faq-nav__item{padding:9px 14px;border-radius:var(--radius);background:transparent;border:none;color:var(--text-muted);font-size:12px;font-weight:600;text-align:left;cursor:pointer;transition:color .15s,background .15s;line-height:1.3}.faq-nav__item:hover{color:var(--text);background:#ffffff0a}.faq-nav__item--active{color:var(--accent-blue);background:#00a8ff14}.faq-content{overflow-y:auto;padding:28px 36px;display:flex;flex-direction:column;gap:12px}.faq-section-title{font-size:18px;font-weight:700;color:var(--text);letter-spacing:-.01em;padding-bottom:14px;border-bottom:1px solid var(--border-subtle);margin-bottom:4px}.faq-items{display:flex;flex-direction:column;gap:6px}.faq-item{border:1px solid var(--border-subtle);border-radius:var(--radius);overflow:hidden;transition:border-color .15s}.faq-item--open{border-color:#00a8ff40}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 18px;background:#ffffff05;border:none;color:var(--text);font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:background .15s}.faq-item__question:hover{background:#ffffff0a}.faq-item--open .faq-item__question{background:#00a8ff0f;color:var(--accent-blue)}.faq-item__chevron{font-size:10px;color:var(--text-muted);flex-shrink:0}.faq-item__answer{padding:16px 18px 18px;border-top:1px solid var(--border-subtle);background:#ffffff03;display:flex;flex-direction:column;gap:8px}.faq-item__answer p{font-size:13px;color:var(--text-muted);line-height:1.65}.faq-item__answer strong{color:var(--text);font-weight:600}.faq-item__answer em{color:var(--accent-blue);font-style:normal;font-weight:600}.faq-item__answer span{font-size:13px;color:var(--text-muted);line-height:1.65}.faq-item__answer br{display:block;content:"";margin-top:4px}.matrix-rain{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;overflow:hidden}.matrix-rain__column{position:absolute;top:-100%;display:flex;flex-direction:column;gap:24px;animation:matrix-fall linear infinite;font-family:var(--font-mono);font-size:11px;color:var(--accent-green);white-space:nowrap;will-change:transform}.matrix-rain__char{display:block;line-height:1.8;text-shadow:0 0 4px currentColor}@keyframes matrix-fall{0%{transform:translateY(-10%)}to{transform:translateY(220vh)}}.app{position:relative;z-index:1}.metrics-bar__equity-wrap{position:relative;padding:4px 0}.metrics-bar__equity-wrap .metrics-bar__value{font-size:1.5rem;font-weight:700;letter-spacing:-.5px;text-shadow:0 0 20px rgba(0,168,255,.4),0 0 40px rgba(0,168,255,.15);animation:equity-glow 4s ease-in-out infinite alternate}.metrics-bar__equity-wrap .metrics-bar__value.equity--up{color:var(--accent-green);text-shadow:0 0 20px rgba(0,255,136,.4),0 0 40px rgba(0,255,136,.15)}.metrics-bar__equity-wrap .metrics-bar__value.equity--down{color:var(--accent-red);text-shadow:0 0 20px rgba(255,80,80,.4),0 0 40px rgba(255,80,80,.15)}@keyframes equity-glow{0%{text-shadow:0 0 15px rgba(0,168,255,.3),0 0 30px rgba(0,168,255,.1)}to{text-shadow:0 0 25px rgba(0,168,255,.5),0 0 50px rgba(0,168,255,.2)}}.metrics-bar__value--counting{animation:pnl-slot .6s ease-out}@keyframes pnl-slot{0%{transform:translateY(-8px);opacity:.3}40%{transform:translateY(3px);opacity:.8}to{transform:translateY(0);opacity:1}}.bot-mascot{position:relative;display:flex;align-items:center;gap:4px;flex-shrink:0}.bot-mascot__logo-wrap{position:relative;width:52px;height:52px;flex-shrink:0}.bot-mascot__logo{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 0 4px rgba(0,168,255,.3))}.bot-mascot__eye-overlay{position:absolute;width:5px;height:5px;border-radius:50%;top:38%;left:42%;transition:background .5s,box-shadow .5s;z-index:2}.bot-mascot__eye-overlay--scanning{animation:eye-scan-logo 2.5s ease-in-out infinite}@keyframes eye-scan-logo{0%,to{transform:translate(0);opacity:1}25%{transform:translate(1px);opacity:.7}50%{transform:translate(0);opacity:1}75%{transform:translate(-1px);opacity:.7}}.bot-mascot__circuit-glow{position:absolute;width:3px;height:3px;border-radius:50%;top:32%;left:16%;z-index:2;animation:antenna-pulse 1.5s ease-in-out infinite}.bot-mascot__tickers{display:flex;align-items:flex-end;gap:2px;height:36px;margin-left:-4px}.bot-mascot__ticker-bar{width:3px;border-radius:1px 1px 0 0;background:linear-gradient(to top,#08f,#0f8);animation:ticker-grow 2.5s ease-in-out infinite}.bot-mascot__ticker-bar--1{height:12px;animation-delay:0s}.bot-mascot__ticker-bar--2{height:18px;animation-delay:.2s}.bot-mascot__ticker-bar--3{height:14px;animation-delay:.4s}.bot-mascot__ticker-bar--4{height:24px;animation-delay:.6s}.bot-mascot__ticker-bar--5{height:30px;animation-delay:.8s}@keyframes ticker-grow{0%,to{transform:scaleY(1);opacity:.8}50%{transform:scaleY(1.3);opacity:1}}.bot-mascot__arrow-up{color:#0f8;font-size:10px;margin-left:-1px;animation:arrow-float 2s ease-in-out infinite;text-shadow:0 0 6px rgba(0,255,136,.5)}@keyframes arrow-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.bot-mascot__bubble{position:absolute;top:calc(100% + 8px);right:-20px;background:var(--panel);border:1px solid rgba(0,168,255,.3);border-radius:10px;padding:8px 14px;font-size:11px;color:#8af;white-space:nowrap;opacity:0;transform:translateY(-4px);transition:opacity .6s ease,transform .6s ease;pointer-events:none;z-index:100;box-shadow:0 4px 20px #0064ff26}.bot-mascot__bubble:after{content:"";position:absolute;top:-5px;right:30px;width:8px;height:8px;background:var(--panel);border-left:1px solid rgba(0,168,255,.3);border-top:1px solid rgba(0,168,255,.3);transform:rotate(45deg)}.bot-mascot__bubble--visible{opacity:1;transform:translateY(0)}} @keyframes antenna-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.bot-mascot__ear{display:none;position:absolute;top:8px;width:3px;height:10px;background:#3a3a48;border-radius:1px}.bot-mascot__ear--left{left:-3px}.bot-mascot__ear--right{right:-3px}.music-toggle{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);padding:4px 8px;font-size:16px;cursor:pointer;transition:border-color .2s,background .2s;line-height:1;flex-shrink:0}.music-toggle:hover{border-color:var(--accent-blue);background:#00a8ff14}.music-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;cursor:pointer;animation:overlay-fade-in .5s ease}@keyframes overlay-fade-in{0%{opacity:0}to{opacity:1}}.music-overlay__content{display:flex;flex-direction:column;align-items:center;gap:12px;animation:overlay-bounce 2s ease-in-out infinite}@keyframes overlay-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.music-overlay__icon{font-size:48px;color:var(--accent-blue);text-shadow:0 0 20px rgba(0,168,255,.5)}.music-overlay__text{font-size:18px;font-weight:600;color:var(--text);letter-spacing:.04em}.music-overlay__note{font-size:24px}@media(max-width:900px){.main-grid{grid-template-columns:1fr;grid-template-rows:auto}.bottom-row{grid-template-columns:1fr}.header-wordmark{height:32px;width:170px}.header-subtitle{display:none}.status-bar{gap:12px}.pnl-value{font-size:24px}.metrics-bar{flex-wrap:wrap}.metrics-bar__item{min-width:0;flex:1 1 calc(33.333% - 1px)}.metrics-bar__item--equity{min-width:0;flex:1 1 100%}.metrics-bar__value--large{font-size:18px}.history-summary{flex-wrap:wrap}.history-summary__stat{flex:1 1 calc(33.333% - 1px)}.faq-container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.faq-nav{flex-direction:row;overflow-x:auto;border-right:none;border-bottom:1px solid var(--border-subtle);padding:10px 12px;gap:4px}.faq-nav__item{white-space:nowrap;font-size:11px;padding:6px 12px}.faq-content{padding:20px 16px}.bot-mascot__bubble{display:none}.bot-mascot__logo-wrap{width:36px;height:36px}.bot-mascot__tickers{display:none}}@media(max-width:600px){.header{flex-wrap:wrap;height:auto;padding:12px 16px}.header-right{flex-wrap:wrap}.trade-row{flex-direction:column;align-items:flex-start}.nav-bar{flex-direction:column;height:auto;padding:8px 16px;gap:8px}.nav-bar__tabs{width:100%;justify-content:center}.metrics-bar__item{flex:1 1 calc(50% - 1px);padding:8px 10px}.metrics-bar__item--equity,.metrics-bar__item--timestamp{flex:1 1 100%}.strategy-selector{flex-direction:column;gap:4px}}
