:root{--color-bg: #F9F9F9;--color-bg-alt: #ffffff;--color-text: #9E5333;--color-body: #212529;--color-text-muted: #6b7075;--color-accent: #E5644E;--color-accent-hover: #cf5239;--color-accent-soft: #F5A265;--color-border: #e8d6cb;--color-surface: #ffffff;--color-error-bg: #fde6dc;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 40px;--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;min-height:100vh}body{background-color:var(--color-bg);color:var(--color-body);font-family:var(--font-sans);line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover);text-decoration:underline}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4{color:var(--color-text);margin:0 0 var(--space-md) 0;line-height:1.25}
