:root{color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#0a0e1a;color:#fff;font-family:Roboto,Helvetica Neue,Arial,sans-serif;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.live-dot{animation:livePulse 3s ease-in-out infinite}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:#0a0e1a}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}
