:root{--bg: #0f1419;--surface: #1a2332;--border: #2d3a4d;--text: #e6edf3;--text-muted: #8b9cb3;--accent: #f59e0b;--accent-hover: #fbbf24;--success: #34d399;--error: #f87171;--on-accent: #0f1419;--font: "Noto Sans JP", sans-serif}html[data-ui-theme=light]{--bg: #f3f5f8;--surface: #ffffff;--border: #cfd6df;--text: #111827;--text-muted: #5b6574;--accent: #d97706;--accent-hover: #ea580c;--success: #059669;--error: #dc2626;--on-accent: #111827;--font: "Noto Sans JP", sans-serif}html[data-ui-theme=green]{--bg: #0c1612;--surface: #12261c;--border: #1f4030;--text: #d4ebe0;--text-muted: #6b9e82;--accent: #5ecf8c;--accent-hover: #86e8ae;--success: #4ade80;--error: #f0a8a8;--on-accent: #07120d;--font: "Noto Sans JP", sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}#root{min-height:100vh;height:100vh}
