:root{--color-bg: #FDFCF0;--color-emerald: #50C878;--color-mustard: #EABB00;--color-mustard-light: #FFDB58;--color-text: #3D3D3D;--color-white: #FFFFFF;--font-base: "Zen Maru Gothic", sans-serif;--font-hand: "Yomogi", cursive;--radius-lg: 24px;--radius-md: 16px;--shadow-soft: 0 4px 12px rgba(0, 0, 0, .05)}*{box-sizing:border-box}body{margin:0;font-family:var(--font-base);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;line-height:1.6}h1,h2,h3,h4,buttons{font-family:var(--font-hand);font-weight:700}button{cursor:pointer;border:none;background:none;font-family:var(--font-hand);font-weight:700;font-size:1.2rem;transition:transform .1s ease,opacity .2s ease}button:active{transform:scale(.98)}#root{width:100%;min-height:100vh;display:flex;flex-direction:column;background-color:var(--color-bg)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .5s ease-out forwards}.app-container{width:100%;height:100%}
