:root{--cream: #F7F2EA;--cream-dark: #EDE5D5;--charcoal: #1C1917;--charcoal-s: #292524;--gold: #B8965A;--gold-light: #D4AF7A;--border: #DDD4C4;--muted: #7C6F65;--text: #3C3530;--white: #FDFAF5;--green: #4A7C59;--amber: #C07B2A;--red: #B24040}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,sans-serif;background:var(--cream);color:var(--text)}#root{height:100vh;overflow:hidden;display:flex;flex-direction:column}@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}
