:root{--brand:#ba8c84;--brand-dark:#9e7162;--brand-darker:#85594c;--brand-soft:#f7e8e4;--brand-soft-strong:#f0dcd6;--gradient-from:#fff3f0;--gradient-to:#e8d4cd;--surface:#ffffff;--border:#d1d5db;--border-soft:#e5e7eb;--text:#111827;--text-muted:#4b5563;--text-subtle:#6b7280;--error:#dc2626;--error-dark:#b91c1c;--success:#16a34a;--warning:#d97706;--info:#4b5563;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--space-1:0.25rem;--space-2:0.5rem;--space-3:0.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--radius-sm:0.375rem;--radius:0.5rem;--radius-lg:0.75rem;--radius-full:9999px;--shadow-sm:0 1px 2px rgba(0,0,0,0.06);--shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06);--shadow-lg:0 10px 25px rgba(0,0,0,0.12)}*,:after,:before{box-sizing:border-box}*{margin:0}html{scroll-behavior:smooth}body{min-height:100vh;overflow-x:clip;font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--text);background:var(--surface);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{line-height:1.2;font-weight:700}a{color:var(--brand-dark)}button{font:inherit}