:root{--bg:#fff8ec;--surface:#ffffff;--surface-2:#fbf0d9;--text:#4a3420;--text-muted:#8a7357;--border:#f0e2c4;--primary:#8b5a2b;--primary-hover:#6f4722;--primary-soft:#fbf0d5;--primary-soft-border:#f2d9a0;--accent:#f2b32e;--danger:#d64545;--danger-soft:#fdecec;--success:#2f9e44;--success-soft:#eaf6ee;--warning:#c07a1f;--warning-soft:#fdf3e2;--radius:12px;--radius-sm:8px;--shadow-sm:0 1px 2px rgba(90,60,20,0.06);--shadow:0 6px 20px rgba(90,60,20,0.1);--font:system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}:root[data-theme=dark]{--bg:#1e1a15;--surface:#2a251d;--surface-2:#342d23;--text:#f4ecdd;--text-muted:#b8a88d;--border:#463c2e;--primary:#d2a15f;--primary-hover:#e2b273;--primary-soft:#3a2f20;--primary-soft-border:#5a4528;--accent:#f2b32e;--danger:#e27777;--danger-soft:#3a2323;--success:#6fc87f;--success-soft:#203526;--warning:#d9a24a;--warning-soft:#3a2f1e;--shadow-sm:0 1px 2px rgba(0,0,0,0.3);--shadow:0 6px 20px rgba(0,0,0,0.35)}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit;text-decoration:none}button{font-family:inherit}h1,h2,h3,h4{font-weight:650;letter-spacing:-.01em}:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.boot-splash{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--text-muted);font-size:15px}