:root{color:#1c1917;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f5f2ed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0}body{overscroll-behavior:none}#root{width:100%;min-height:100%}canvas{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.ui-panel{animation:fadeIn .2s ease-out}.ui-panel-up{animation:fadeInUp .2s ease-out}.ui-fade-in{animation:fadeInScale .3s ease-out}button{font-family:inherit}@keyframes shimmer{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}
