*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #FAF8F3;--cream2: #F3EFE6;--cream3: #EAE3D6;--surface: #FFFFFF;--text: #1C1712;--text2: #3D3529;--muted: #8C7E6E;--border: #E0D8CC;--border2: #CEC4B4;--accent: #C17B2A;--accent-dark: #96601E;--accent-light: #FDF3E3;--green: #15803D;--green-bg: #DCFCE7;--green-bd: #BBF7D0;--red: #DC2626;--red-bg: #FEE2E2;--red-bd: #FECACA;--blue: #2563EB;--blue-bg: #EFF6FF;--blue-bd: #BFDBFE;--radius: 14px;--shadow-sm: 0 1px 4px rgba(28,23,18,.06);--shadow: 0 4px 20px rgba(28,23,18,.09);--shadow-lg: 0 12px 48px rgba(28,23,18,.14)}body{font-family:Inter,system-ui,sans-serif;background:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}textarea,input{font-family:inherit}textarea:focus,input:focus{outline:2px solid var(--accent);outline-offset:1px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--cream2)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(16px)}to{opacity:1;transform:translate(0)}}.spin{animation:spin .75s linear infinite;display:inline-block}.fade-up{animation:fadeUp .28s ease-out}.slide-in{animation:slideIn .22s ease-out}
