@charset "UTF-8";:root{--surface-bg: #121212;--surface-card: #1e1e1e;--surface-hover: #2a2a2a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--status-live-red: #ff3b3b;--accent-brand: #00ff88;--border-color: rgba(255, 255, 255, .08);--border-radius: 12px;--transition-speed: .2s;--spacing-sm: 8px;--spacing-md: 16px;--spacing-lg: 24px}*{margin:0;padding:0;box-sizing:border-box}html{height:100%;height:-webkit-fill-available}body{background-color:var(--surface-bg);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;height:100dvh;height:-webkit-fill-available;width:100%;overflow:hidden}.live-badge{background-color:transparent;color:var(--status-live-red);border:1px solid var(--status-live-red);border-radius:4px;padding:2px 6px;font-size:.75rem;font-weight:700;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:10px}
