:root{--color-bg-from: #fbf6f2;--color-bg-mid: #f3e7df;--color-bg-to: #eaddd4;--color-card: #fffdfb;--color-ink: #2a211d;--color-ink-soft: #4a3d36;--color-muted: #6b5d55;--color-muted-2: #8a7c73;--color-muted-3: #a5978f;--color-border: #ecdbd3;--color-border-2: #ecdcd3;--color-border-3: #e6d5cc;--color-accent: #9e5a63;--color-accent-dark: #8a4c55;--color-accent-hover: #8a4c55;--color-accent-tint: #f4ddd7;--color-accent-tint-2: #f7ece7;--color-gold: #e9b949;--color-gold-text: #9e7a3d;--color-success: #2f7d5b;--color-success-bg: #eef6f0;--color-success-bg-2: #e6f2ea;--color-danger: #c07a72;--color-warm-gold-bg: linear-gradient(135deg, #fbf1e6, #f7e9df);--color-warm-gold-border: #d9b48a;--color-warm-gold-text: #8a5a2b;--color-warm-gold-text-2: #6b5647;--font-heading: "Playfair Display", serif;--font-body: "Jost", system-ui, sans-serif;--radius-sm: 9px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 18px;--radius-pill: 20px;--max-width: 600px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-body);color:var(--color-ink);background:radial-gradient(120% 80% at 50% 0%,var(--color-bg-from) 0%,var(--color-bg-mid) 55%,var(--color-bg-to) 100%);-webkit-font-smoothing:antialiased}input,button,textarea{font-family:inherit}input:focus,textarea:focus{outline:none;border-color:var(--color-accent)!important}button{touch-action:manipulation}img{max-width:100%;display:block}@keyframes sheetUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes smsPulse{0%,to{box-shadow:0 0 #9e5a6347}50%{box-shadow:0 0 0 6px #9e5a6300}}@keyframes spin{to{transform:rotate(360deg)}}
