#root,body,html{margin:0;min-height:100vh;padding:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Mono,Monaco,Inconsolata,Fira Code,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:SF Mono,Monaco,Inconsolata,Fira Code,source-code-pro,Menlo,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}@media screen and (max-width:768px){#root{margin:0!important;padding:0!important;width:100%!important}}body{background-color:#0a0e27;color:#fff;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;margin:0;overflow-x:hidden;padding:0}.app,body{min-height:100vh}.app{background:linear-gradient(135deg,#0a0e27,#0f1433);box-shadow:-10px 0 40px #00000080;margin-left:auto;padding:20px;transition:all .3s ease;width:560px}.app.fullscreen{box-shadow:none;margin:0 auto;max-width:1400px;width:100%}.app-content{display:flex;flex-direction:column}.app-content.fullscreen-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}.fullscreen-grid>*{width:100%}.fullscreen-grid .best-setups-section{grid-column:1/-1}.fullscreen .heatmap-section,.fullscreen .score-chart-section,.fullscreen .score-history-section{height:auto;max-height:500px;overflow-y:auto}.app.mobile{background:linear-gradient(135deg,#0a0e27,#0f1433);box-shadow:none!important;margin:0!important;min-height:100vh;padding:10px!important;position:relative;width:100%!important;width:100vw!important}.app-header{align-items:center;border-bottom:1px solid #1a1f3a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:20px}.mobile .app-header{flex-direction:column;gap:10px;padding-bottom:15px}.app-header h1{color:#00d4ff;font-size:20px;font-weight:700;letter-spacing:1px;text-transform:uppercase}.mobile .app-header h1{font-size:16px;text-align:center}.connection-info{align-items:flex-end;display:flex;flex-direction:column;gap:5px}.mobile .connection-info{align-items:center;flex-direction:row;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.status-indicator{align-items:center;display:flex;font-size:12px;gap:8px;text-transform:uppercase}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:8px;width:8px}.status-indicator.connected .status-dot{background-color:#0f8}.status-indicator.disconnected .status-dot,.status-indicator.error .status-dot{background-color:#f44}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.last-update{color:#666;font-size:10px}.current-regime{align-items:center;display:flex;font-size:12px;gap:5px}.mobile .current-regime{font-size:11px}.env-toggle,.view-toggle{background:#1a1f3a;border:1px solid #00d4ff;border-radius:4px;color:#00d4ff;cursor:pointer;font-family:inherit;font-size:10px;margin-left:5px;padding:4px 8px;text-transform:uppercase;transition:all .3s ease}.env-toggle:hover,.view-toggle:hover{background:#00d4ff;color:#0a0e27}.view-toggle{font-size:14px;padding:2px 6px}.heatmap-section{background:#1a1f3a4d;border:1px solid #1a1f3a;border-radius:8px;margin-bottom:20px;padding:20px}.mobile .heatmap-section{margin-bottom:15px;padding:12px}.heatmap-section h3{color:#00d4ff;font-size:14px;margin-bottom:15px;text-align:center;text-transform:uppercase}.waiting-message{color:#666;font-size:12px;padding:20px;text-align:center}.heatmap-container{font-size:11px}.heatmap-header{color:#999;display:flex;font-weight:700;margin-bottom:5px}.header-cell{border-right:1px solid #1a1f3a;padding:5px}.strategy-label{text-align:left;width:120px}.mobile .strategy-label{font-size:10px;width:90px}.metric-label{font-size:10px;width:60px}.mobile .metric-label{font-size:9px;width:45px}.strategy-group{margin-bottom:8px}.strategy-header{margin-bottom:2px}.strategy-name{font-size:12px;font-weight:700;padding:3px 5px}.direction-row{border-radius:2px;display:flex;margin-bottom:1px}.direction-label{font-size:11px;padding:4px 8px;width:120px}.mobile .direction-row .direction-label{font-size:10px;padding:3px 5px;width:90px}.metric-cell{border-right:1px solid #ffffff1a;color:#fff;font-size:10px;padding:4px;text-align:center;width:60px}.mobile .metric-cell{font-size:9px;padding:3px;width:45px}.score-chart-section{background:#1a1f3a4d;border:1px solid #1a1f3a;border-radius:8px;margin-bottom:20px;padding:20px}.mobile .score-chart-section{margin-bottom:15px;padding:12px}.score-chart-section h3{color:#00d4ff;font-size:14px;margin-bottom:15px;text-align:center;text-transform:uppercase}.chart-placeholder{align-items:center;background:#0f1433;border-radius:4px;display:flex;height:140px;justify-content:center}.mobile .chart-placeholder{height:120px}.chart-placeholder p{color:#666;font-size:12px}.chart-container{background:#0f1433;border-radius:4px;padding:10px}.market-section{background:#1a1f3a4d;border:1px solid #1a1f3a;border-radius:8px;margin-bottom:20px;padding:20px}.market-section h3{color:#00d4ff;font-size:14px;margin-bottom:15px;text-align:center;text-transform:uppercase}.markets-grid{display:flex;flex-direction:column;gap:15px}.market-card{background:#0000004d;border:1px solid #2a2f4a;border-radius:8px;padding:15px}.market-header{align-items:center;border-bottom:1px solid #2a2f4a;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.market-header h4{color:#00d4ff;font-size:16px;font-weight:700}.winner-badge{background:#0000004d;border-radius:4px;font-size:12px;font-weight:700;padding:4px 8px}.market-directions{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr 1fr;margin-bottom:15px}.direction-panel{background:#0003;border:1px solid #2a2f4a;border-radius:6px;padding:12px}.direction-header{align-items:center;border-bottom:1px solid #2a2f4a;display:flex;justify-content:space-between;margin-bottom:10px;padding-bottom:8px}.direction-label{font-size:12px;font-weight:700;text-transform:uppercase}.direction-panel.long .direction-label{color:#0f8}.direction-panel.short .direction-label{color:#f44}.strength-value{font-size:16px;font-weight:700}.direction-metrics{display:flex;flex-direction:column;gap:4px}.metric{display:flex;font-size:11px;justify-content:space-between}.metric span:first-child{color:#999}.metric span:last-child{color:#fff;font-weight:700}.active-setups{border-top:1px solid #2a2f4a;margin-top:15px;padding-top:15px}.setups-title{color:#666;font-size:11px;margin-bottom:8px;text-transform:uppercase}.setups-grid{display:flex;flex-wrap:wrap;gap:4px}.setup-tag{background:#0000004d;border-radius:3px;font-size:10px;padding:2px 6px}.setup-tag.long{border:1px solid #00ff884d;color:#0f8}.setup-tag.short{border:1px solid #ff44444d;color:#f44}.score-history-section{background:#1a1f3a4d;border:1px solid #1a1f3a;border-radius:8px;margin-bottom:20px;padding:20px}.mobile .score-history-section{margin-bottom:15px;padding:12px}.score-history-section h3{color:#00d4ff;font-size:14px;margin-bottom:15px;text-align:center;text-transform:uppercase}.history-table{font-size:11px}.history-header{background:#0000004d;border-bottom:1px solid #2a2f4a;border-radius:4px 4px 0 0;display:flex}.header-cell{border-right:1px solid #2a2f4a;color:#999;font-weight:700;padding:8px;text-align:center;text-transform:uppercase}.header-cell:last-child{border-right:none}.time-col{flex:3 1}.regime-col,.score-col{flex:2 1}.history-rows{max-height:300px;overflow-y:auto}.mobile .history-rows{max-height:200px}.history-row{background:#0003;border-bottom:1px solid #1a1f3a;display:flex;transition:background-color .2s ease}.history-row:hover{background:#0006}.history-row.regime-shift{background:#2a3f5f;border-left:3px solid #00d4ff}.data-cell{border-right:1px solid #1a1f3a;color:#fff;padding:6px 8px;text-align:center}.mobile .data-cell{font-size:10px;padding:4px}.data-cell:last-child{border-right:none}.mobile-nav{background:#0a0e27;border-top:1px solid #1a1f3a;bottom:0;box-shadow:0 -2px 10px #00000080;display:none;left:0;padding:10px;position:fixed;right:0;z-index:1000}.mobile .mobile-nav{align-items:center;display:flex;justify-content:space-around}.nav-button{background:#0000;border:none;color:#666;cursor:pointer;font-size:11px;padding:5px 10px;text-transform:uppercase;transition:color .3s}.nav-button.active,.nav-button:hover{color:#00d4ff}.mobile-content{min-height:calc(100vh - 120px);padding-bottom:60px;width:100%}.mobile .mobile-content{background:#0000;display:block;padding-bottom:60px;width:100%}.mobile .section-toggle{align-items:center;background:#0003;border-radius:4px;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:10px;padding:10px}.mobile .section-toggle:hover{background:#0000004d}.toggle-icon{transition:transform .3s}.toggle-icon.open{transform:rotate(180deg)}@media (max-width:768px){body{margin:0;overflow-x:hidden;padding:0}.app{box-shadow:none!important;left:0!important;margin:0!important;padding:10px!important;position:relative!important;right:0!important;width:100%!important;width:100vw!important}.market-directions{grid-template-columns:1fr}.heatmap-container{font-size:10px;overflow-x:auto}.metric-cell,.metric-label{width:50px}.history-table{font-size:10px;overflow-x:auto}}
/*# sourceMappingURL=main.737502db.css.map*/