*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #1a1a2e;--card: #2a2a4a;--text: #e0e0ff;--text-secondary: #c0c0d8;--text-muted: #8888aa;--text-dim: #6a6a8a;--accent: #818cf8;--border: #3a3a5a;--green: #4ade80;--red: #f87171;--yellow: #facc15;--blue: #60a5fa}[data-theme=light]{--bg: #f0f0f5;--card: #ffffff;--text: #1a1a2e;--text-secondary: #555566;--text-muted: #888899;--text-dim: #aaaabb;--accent: #6366f1;--border: #d0d0d8;--green: #16a34a;--red: #dc2626;--yellow: #ca8a04;--blue: #2563eb}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;background:var(--bg);color:var(--text);min-height:100vh}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}select option{background:var(--card);color:var(--text)}
