*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #fff;--bg-card: #f5f5f5;--text: #222;--text-muted: #666;--accent: #2563eb;--border: #ddd}@media(prefers-color-scheme:dark){:root{--bg: #0f0f0f;--bg-card: #1a1a1a;--text: #e0e0e0;--text-muted: #888;--accent: #6db3f2;--border: #333}}body{font-family:system-ui,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-user-select:none;user-select:none}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;font-family:inherit;-webkit-user-select:none;user-select:none}input,select{font-family:inherit}
