*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}:root{--color-cream: #F5F0E8;--color-cream-dark: #EDE6D6;--color-terracotta: #C4704A;--color-charcoal: #2C2C2C;--color-charcoal-light: #4A4A4A;--color-sand: #E8DDD0;--color-sand-dark: #D4C5B0;--color-green: #2D7A4A;--color-red: #C42D2D;--font-title: "Cormorant Garamond", serif;--shadow-card: 0 2px 12px rgba(44,44,44,.08), 0 1px 3px rgba(44,44,44,.06);--shadow-card-hover: 0 6px 24px rgba(44,44,44,.12), 0 2px 8px rgba(44,44,44,.08);--font-body: "DM Sans", sans-serif;--theme-bg: #FAFAF8;--theme-surface: #F5F5F0;--theme-text: #3C3830;--theme-text-light: #8B8878;--theme-accent: #8B9B8B;--theme-border: #EEE8DF}body{background:var(--theme-bg);color:var(--theme-text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}h1,h2,h3{font-family:var(--font-title);font-weight:700}button{cursor:pointer;border:none;font-family:inherit;background:transparent}input,select,textarea{font-family:inherit}.btn-primary{background:var(--color-charcoal);color:#fff;border-radius:9px;padding:8px 20px;font-size:.88rem;font-weight:700}.btn-secondary{background:var(--color-cream-dark);color:var(--color-charcoal-light);border-radius:9px;padding:8px 16px;font-size:.88rem;font-weight:600}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#0000001f;border-radius:4px}@keyframes scaleIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes doneOut{to{opacity:0;transform:scale(.88) translateY(-4px)}}
