@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}:root{--bg: #17171a;--bg-card: #1f1f23;--bg-hover: #252529;--border: #2a2a30;--text: #e8e8ea;--text-muted: #8c8c96;--accent: #00d4aa;--live: #e84040;--bar-h: 52px;--sb-w: 72px;--admob-h: 0px}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;height:100vh;overflow:hidden;display:flex;flex-direction:column}app-root{display:contents}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#111114}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}a{color:inherit}.admob-placeholder{height:var(--admob-h);flex-shrink:0;pointer-events:none}
