@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0f1419;--bg-secondary: #1a1f2e;--bg-tertiary: #242d3d;--text-primary: #e7e9ea;--text-secondary: #8b98a5;--text-muted: #536471;--accent-blue: #1d9bf0;--accent-purple: #7b2ff7;--accent-cyan: #00d2ff;--positive: #ef4444;--negative: #3b82f6;--warning: #f59e0b;--success: #22c55e;--border: #2f3336;--glass-bg: rgba(26, 31, 46, .8);--glass-border: rgba(255, 255, 255, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell{min-height:100vh;display:flex;flex-direction:column;padding:24px;gap:24px;max-width:1440px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:0 8px}.dashboard-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:flex-end}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px;flex:1;min-height:0}.predictions-section,.alerts-section{min-width:0}.predictions-section{display:flex;flex-direction:column;gap:10px}.section-title{color:var(--text-primary);font-size:1rem;font-weight:700}.section-subtitle{color:var(--text-secondary);font-size:.8rem}.prediction-table-wrap{background-color:var(--bg-secondary);border-radius:12px;border:1px solid var(--border);overflow-x:auto;width:100%}.prediction-mobile-list{display:none}.prediction-card{border-bottom:1px solid var(--border);padding:14px}.prediction-card:last-child{border-bottom:0}.prediction-card-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 14px;margin-top:12px}.prediction-card-label{color:var(--text-secondary);font-size:.72rem;margin-bottom:3px}.prediction-card-value{font-size:.92rem;font-weight:700}@media(max-width:1200px){.app-shell{padding:12px;gap:14px}.dashboard-header{align-items:flex-start;flex-direction:column}.dashboard-actions{width:100%;justify-content:flex-start;gap:10px}.dashboard-grid{display:flex;flex-direction:column;gap:14px}.predictions-section{order:1}.alerts-section{order:2;max-height:none!important}.section-title{font-size:1.05rem}.prediction-desktop-table{display:none}.prediction-mobile-list{display:block}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
