:root{--cream: #fdf3e3;--ink: #3a2e2a;--font: "Baloo 2", "Comic Sans MS", "Chalkboard SE", "Nunito", ui-rounded, system-ui, -apple-system, sans-serif;color-scheme:light}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{font-family:var(--font);color:var(--ink);background:var(--cream);-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;overscroll-behavior:none;touch-action:manipulation}#root{display:flex;flex-direction:column}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.pressable{transition:transform .08s ease;will-change:transform}.pressable:active{transform:scale(.94)}@keyframes pop-in{0%{transform:scale(0);opacity:0}70%{transform:scale(1.12)}to{transform:scale(1);opacity:1}}.pop-in{animation:pop-in .35s cubic-bezier(.34,1.56,.64,1) both}@keyframes wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-6deg)}75%{transform:rotate(6deg)}}.wiggle{animation:wiggle .5s ease-in-out}@keyframes float-bob{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.float-bob{animation:float-bob 3s ease-in-out infinite}@keyframes shake-x{0%,to{transform:translate(0)}20%,60%{transform:translate(-8px)}40%,80%{transform:translate(8px)}}.shake-x{animation:shake-x .4s ease-in-out}@keyframes pulse-glow{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.pulse-glow{animation:pulse-glow 1.4s ease-in-out infinite}@keyframes confetti-fall{0%{transform:translateY(-20vh) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:.9}}@keyframes star-burst{0%{transform:scale(0) rotate(0);opacity:0}50%{transform:scale(1.3) rotate(180deg);opacity:1}to{transform:scale(1) rotate(360deg);opacity:1}}.star-burst{animation:star-burst .6s cubic-bezier(.34,1.56,.64,1) both}@media (prefers-reduced-motion: reduce){*{animation-duration:.001ms!important;animation-iteration-count:1!important}}.reduce-motion *{animation:none!important;transition:none!important}
