:root{--bg-dark:#0a0e17;--bg-glass:#101728b3;--border-glass:#ffffff14;--text-main:#f1f5f9;--text-muted:#94a3b8;--primary:#3b82f6;--primary-glow:#3b82f666;--buy:#10b981;--buy-glow:#10b98166;--sell:#ef4444;--sell-glow:#ef444466;--neutral:#64748b;--font-main:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-main);background-image:radial-gradient(circle at 15%,#3b82f614,#0000 25%),radial-gradient(circle at 85% 30%,#10b9810d,#0000 25%);min-height:100vh}#app{max-width:1400px;margin:0 auto;padding:1.5rem}.glass-panel{background:var(--bg-glass);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000004d}.glass-select{color:var(--text-main);border:1px solid var(--border-glass);font-family:var(--font-main);cursor:pointer;appearance:none;background:#ffffff0d;border-radius:8px;outline:none;padding:.5rem 1rem}.glass-select option{background:var(--bg-dark);color:var(--text-main)}.top-nav{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.logo{font-family:var(--font-display);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.logo .highlight{color:var(--primary);text-shadow:0 0 10px var(--primary-glow)}.logo .badge{background:var(--primary);vertical-align:super;border-radius:4px;padding:2px 6px;font-size:.7rem}.controls{align-items:center;gap:1rem;display:flex}.status-indicator{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.dot{background:var(--neutral);border-radius:50%;width:10px;height:10px}.dot.connected{background:var(--buy);box-shadow:0 0 8px var(--buy-glow)}.dot.disconnected{background:var(--sell);box-shadow:0 0 8px var(--sell-glow)}.dashboard{grid-template-columns:2fr 1fr;gap:1.5rem;display:grid}@media (width<=900px){.dashboard{grid-template-columns:1fr}}#primary-signal{flex-direction:column;gap:1.5rem;margin-bottom:1.5rem;transition:box-shadow .3s;display:flex;position:relative;overflow:hidden}.signal-header{justify-content:space-between;align-items:center;display:flex}.signal-header h2{font-family:var(--font-display);font-size:1.4rem;font-weight:600}.price-feed{color:var(--primary);text-shadow:0 0 10px var(--primary-glow);font-family:Courier New,Courier,monospace;font-size:1.5rem;font-weight:700}.price-feed.up{color:var(--buy);text-shadow:0 0 10px var(--buy-glow)}.price-feed.down{color:var(--sell);text-shadow:0 0 10px var(--sell-glow)}.signal-display{justify-content:center;align-items:center;gap:3rem;padding:1rem 0;display:flex}.signal-direction{font-family:var(--font-display);letter-spacing:2px;text-transform:uppercase;color:var(--neutral);text-shadow:0 0 20px #64748b4d;font-size:3.5rem;font-weight:800;transition:all .3s}.signal-direction.BUY{color:var(--buy);text-shadow:0 0 30px var(--buy-glow)}.signal-direction.SELL{color:var(--sell);text-shadow:0 0 30px var(--sell-glow)}.circular-chart{max-width:120px;max-height:120px;margin:0 auto;display:block}.circle-bg{fill:none;stroke:#ffffff0d;stroke-width:2.5px}.circle{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke:var(--neutral);transition:stroke-dasharray .5s ease-out,stroke .3s}.percentage{fill:var(--text-main);font-family:var(--font-display);text-anchor:middle;font-size:8px;font-weight:700}.signal-details{border-top:1px solid var(--border-glass);grid-template-columns:repeat(3,1fr);gap:1rem;padding-top:1.5rem;display:grid}.detail-item{flex-direction:column;gap:.25rem;display:flex}.detail-item .label{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.detail-item .value{font-size:1.1rem;font-weight:600}.metrics-panel h3,.history-panel h3,.scanner-panel h3{font-family:var(--font-display);color:var(--text-muted);margin-bottom:1rem;font-size:1.2rem}.scanner-list{grid-template-columns:repeat(2,1fr);gap:.5rem;display:grid}.scanner-item{border:1px solid var(--border-glass);cursor:pointer;background:#ffffff05;border-radius:6px;justify-content:space-between;align-items:center;padding:.5rem;font-size:.8rem;transition:all .2s;display:flex}.scanner-item:hover{background:#ffffff0d}.scanner-item .s-name{color:var(--text-main)}.scanner-item .s-status{background:var(--neutral);border-radius:50%;width:8px;height:8px}.scanner-item.hot-buy .s-status{background:var(--buy);box-shadow:0 0 5px var(--buy-glow)}.scanner-item.hot-sell .s-status{background:var(--sell);box-shadow:0 0 5px var(--sell-glow)}.heatmap-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:.75rem;display:grid}.metric-box{border:1px solid var(--border-glass);text-align:center;background:#ffffff05;border-radius:8px;padding:.75rem;transition:all .3s}.metric-box .m-label{color:var(--text-muted);margin-bottom:.25rem;font-size:.75rem;display:block}.metric-box .m-val{font-size:.95rem;font-weight:600}.metric-box.bullish{background:#10b9810d;border-color:#10b9814d}.metric-box.bullish .m-val{color:var(--buy)}.metric-box.bearish{background:#ef44440d;border-color:#ef44444d}.metric-box.bearish .m-val{color:var(--sell)}.history-list{flex-direction:column;gap:.5rem;max-height:400px;display:flex;overflow-y:auto}.history-list::-webkit-scrollbar{width:4px}.history-list::-webkit-scrollbar-thumb{background:var(--border-glass);border-radius:4px}.history-item{background:#ffffff05;border-radius:6px;justify-content:space-between;padding:.75rem;font-size:.85rem;display:flex}.history-item.BUY{border-left:3px solid var(--buy)}.history-item.SELL{border-left:3px solid var(--sell)}.history-time{color:var(--text-muted)}.history-dir{font-weight:600}.history-item.BUY .history-dir{color:var(--buy)}.history-item.SELL .history-dir{color:var(--sell)}.risk-warning{background:#ef44440d;border-color:#ef444433;margin-top:1.5rem}.risk-warning h4{color:var(--sell);margin-bottom:.5rem;font-size:.9rem}.risk-warning p{color:var(--text-muted);font-size:.75rem;line-height:1.5}.badge-status{font-size:.7rem;font-family:var(--font-display);color:#fff;text-transform:uppercase;border-radius:4px;padding:2px 6px;font-weight:700}.badge-status.ok{background:var(--buy)}.badge-status.blocked{background:var(--sell);animation:1.5s infinite pulse-red}@keyframes pulse-red{0%{opacity:.7;box-shadow:0 0 #ef444466}50%{opacity:1;box-shadow:0 0 8px 2px #ef444466}to{opacity:.7;box-shadow:0 0 #ef444466}}.news-item{border:1px solid var(--border-glass);background:#ffffff05;border-radius:6px;flex-direction:column;gap:4px;padding:8px 10px;display:flex}.news-item-header{justify-content:space-between;align-items:center;display:flex}.news-country{color:var(--text-main);font-size:.75rem;font-weight:700;font-family:var(--font-display);background:#ffffff14;border-radius:3px;padding:1px 5px}.news-impact-badge{color:#fff;text-transform:uppercase;border-radius:3px;padding:1px 5px;font-size:.65rem;font-weight:800}.news-impact-badge.high{background:var(--sell)}.news-impact-badge.medium{background:#f59e0b}.news-impact-badge.low{background:var(--neutral)}.news-title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;font-weight:500;overflow:hidden}.news-time{color:var(--text-muted);font-size:.7rem}
