:root{--background:#fffbeb;--foreground:#4b5563;--primary:#4ade80;--primary-foreground:#fff;--secondary:#facc15;--secondary-foreground:#451a03;--accent:#f472b6;--accent-foreground:#fff;--muted:#e0f2fe;--muted-foreground:#0ea5e9;--card:#fff;--card-foreground:#4b5563;--border:#fcd34d;--input:#fcd34d;--ring:#4ade80;--radius:1.5rem;--font-sans:"Gaegu",cursive;--font-serif:"Gaegu",cursive}@media (prefers-color-scheme:dark){:root{--background:#2d2a26;--foreground:#fef3c7;--primary:#22c55e;--primary-foreground:#fff;--secondary:#eab308;--secondary-foreground:#451a03;--accent:#f687b3;--accent-foreground:#fff;--muted:#374151;--muted-foreground:#9ca3af;--card:#1f2937;--card-foreground:#fef3c7;--border:#4b5563;--input:#4b5563}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);margin-bottom:.5rem;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{opacity:0;animation:.8s ease-out forwards fadeInUp}@media (max-width:768px){:root{--container-padding:1rem;font-size:16px}.container{padding:0 var(--container-padding)}h1{font-size:2.2rem!important}h2{font-size:1.75rem!important}.desktop-only{display:none!important}}@media (min-width:769px){.mobile-only{display:none!important}}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}
