:root{--text:#1f2937;--text-muted:#6b7280;--text-strong:#0b0f19;--bg:#f8fafc;--bg-card:#fff;--border:#e5e7eb;--border-strong:#d1d5db;--accent:#2563eb;--accent-hover:#1d4ed8;--danger:#dc2626;--warn:#facc15;--success:#10b981;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 12px #00000014;--sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font-family:var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-size:15px;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3{color:var(--text-strong);margin:0 0 .5em;font-weight:600}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.05rem}button{font:inherit;cursor:pointer;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:6px;padding:.5rem 1rem;transition:background .15s}button:hover{background:var(--accent-hover)}button:disabled{opacity:.5;cursor:not-allowed}button.secondary{background:var(--bg-card);color:var(--text);border-color:var(--border-strong)}button.secondary:hover{background:var(--bg)}input,select,textarea{font:inherit;border:1px solid var(--border-strong);background:var(--bg-card);color:var(--text);border-radius:6px;padding:.5rem .75rem}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:var(--accent)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
