:root{--text: #1a1a1a;--text-muted: #666;--bg: #f8f9fa;--surface: #fff;--border: #e0e0e0;--accent: #2563eb;--accent-hover: #1d4ed8;--success: #16a34a;--warning: #ca8a04;--error: #dc2626;--font-sans: system-ui, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;font-size:1rem;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}
