:root{--bg:#faf9f6;--surface:#fff;--accent:#d97757;--accent-dark:#b85c3a;--text-primary:#1a1a2e;--text-secondary:#4b5563;--border:#e5e7eb;--warning:#f59e0b;--radius:12px;--shadow:0 2px 12px rgba(0,0,0,.06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text-primary)}h1,h2,h3{font-family:Georgia,Times New Roman,serif}a{color:inherit;text-decoration:none}button{cursor:pointer}button,input,select,textarea{font-family:inherit}