:root{--bg:#fbf7f1;--bg-2:#f5efe4;--bg-3:#ede5d3;--ink:#2a241d;--ink-2:#6a6053;--ink-3:#a19885;--line:#e3dac6;--accent:#c48a3d;--accent-soft:#f0d9a8;--green:#6f8c52;--red:#b54a2e}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;font-size:15px}body{height:100vh;overflow:hidden}button{cursor:pointer;color:inherit;font-family:inherit;font-size:inherit;background:0 0;border:none}input,textarea{color:inherit;font-family:inherit}::selection{background:var(--accent-soft)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--line);border-radius:4px}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes bloom{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:.3}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes flip{0%{opacity:0;transform:rotateY(40deg)scale(.96)}to{opacity:1;transform:none}}
