*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #f0ebe3;--ink: #1c1c1a;--gray: #6b6b65;--gray2: #9a9990;--border: #ddd8d0;--white: #ffffff;--surface: #faf8f5;--danger: #b91c1c}html,body,#root{height:100%;margin:0;padding:0;width:100%;overflow-x:hidden}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--cream);color:var(--ink);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch}input,select,textarea,button{font-family:inherit}@media(max-width:768px){input,select,textarea{font-size:16px!important}}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:9999px}::-webkit-scrollbar-thumb:hover{background:var(--gray2)}@keyframes blob-morph{0%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}25%{border-radius:30% 60% 70% 40%/50% 60% 30%}50%{border-radius:50% 30% 60% 40%/40% 70% 30% 60%}75%{border-radius:40% 60%/60% 40%}to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.grace-blob{animation:blob-morph 6s ease-in-out infinite}.msg-animate{animation:msg-in .25s ease forwards}
