@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&family=Fredoka:wght@400;600&display=swap");:root{--color-primary:#ff6b6b;--color-primary-hover:#ff5252;--color-secondary:#4ecdc4;--color-accent:#ffe66d;--color-dark:#2d3436;--color-text:#2d3436;--color-text-light:#636e72;--color-background:#f7f9fc;--color-surface:#fff;--color-success:#00b894;--color-error:#d63031;--font-heading:"Fredoka",sans-serif;--font-body:"Outfit",sans-serif;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--radius-full:9999px;--shadow-sm:0 2px 4px rgba(0,0,0,.05);--shadow-md:0 4px 12px rgba(0,0,0,.08);--shadow-lg:0 8px 24px rgba(0,0,0,.12);--shadow-hover:0 12px 32px rgba(0,0,0,.15);--transition-fast:0.2s ease;--transition-medium:0.3s cubic-bezier(0.25,0.8,0.25,1)}*{box-sizing:border-box;padding:0;margin:0}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);min-height:100vh;overflow-x:hidden;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-dark);line-height:1.2}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}a{text-decoration:none;color:inherit}button{font-family:var(--font-heading);cursor:pointer;border:none;outline:none}.container{max-width:1200px;margin:0 auto;padding:0 var(--spacing-md)}.text-center{text-align:center}.flex{display:flex}.justify-center{justify-content:center}.items-center{align-items:center}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a0aec0}