@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.15)}}@keyframes spin{to{transform:rotate(360deg)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#1a1a2e;--bg-surface:#16213e;--bg-card:#0f3460;--accent:#e94560;--accent-glow:#e9456066;--text:#eee;--text-muted:#a0a0b8;--text-dim:#6a6a80;--success:#4ade80;--warning:#fbbf24;--radius:12px}html{width:100%;height:100%;overflow:hidden}body{background:var(--bg);width:100%;height:100%;color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;overscroll-behavior:none;-webkit-overflow-scrolling:touch;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:fixed;overflow:hidden}#root{flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}input,button,textarea{font-family:inherit;font-size:inherit}button{cursor:pointer;color:inherit;background:0 0;border:none}
