:root{--bg: #f5efe6;--surface: #ffffff;--ink: #2a211b;--line: rgba(42, 33, 27, .1)}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-ui, system-ui, sans-serif);font-weight:var(--ui-weight, 400);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}button{font-family:inherit}.no-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.no-scrollbar::-webkit-scrollbar{display:none}@keyframes fade-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fade-up .25s ease-out both}@keyframes screen-enter{0%{opacity:0;transform:translateY(10px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}.screen-enter{animation:screen-enter .24s cubic-bezier(.2,.8,.2,1) both;will-change:opacity,transform;height:100%}button{transition:transform .12s ease,opacity .12s ease}button:active{transform:scale(.98)}@media(prefers-reduced-motion:reduce){.screen-enter{animation:none}button{transition:none}button:active{transform:none}}
