@import "https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Nunito:wght@300;400;500;600;700&display=swap";
:root{--poke-red:#dc0a2d;--poke-red-light:#ff6b6b;--poke-red-dark:#a00020;--poke-white:#fff;--poke-black:#1d1d1d;--poke-yellow:#ffcb05;--poke-yellow-light:#ffe066;--poke-blue:#3b82f6;--bg-primary:#fef2f2;--bg-secondary:#fff;--bg-gradient:linear-gradient(135deg,#fef2f2 0%,#fee2e2 50%,#fecaca 100%);--text-primary:#1f2937;--text-secondary:#6b7280;--text-muted:#9ca3af;--shadow-soft:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-medium:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-large:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;--shadow-glow:0 0 20px #dc0a2d4d;--border-radius-sm:8px;--border-radius-md:16px;--border-radius-lg:24px;--border-radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--font-heading:"Fredoka",sans-serif;--font-body:"Nunito",sans-serif;--transition-fast:.15s ease;--transition-normal:.25s ease;--transition-slow:.35s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{max-width:100vw;min-height:100vh;overflow-x:hidden}body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg-gradient);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;font-family:inherit}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #dc0a2d4d}50%{box-shadow:0 0 20px #dc0a2d99}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes sparkle{0%{opacity:1;transform:scale(0)}50%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.5)}}.wiggle{animation:.5s ease-in-out infinite wiggle}.jump{animation:1s ease-in-out infinite jump}.float{animation:2s ease-in-out infinite float}.type-normal{background:#a8a878}.type-fire{background:#f08030}.type-water{background:#6890f0}.type-electric{color:#1d1d1d;background:#f8d030}.type-grass{background:#78c850}.type-ice{color:#1d1d1d;background:#98d8d8}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{color:#1d1d1d;background:#e0c068}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{color:#1d1d1d;background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{color:#1d1d1d;background:#b8b8d0}.type-fairy{color:#1d1d1d;background:#ee99ac}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb{background:var(--poke-red);border-radius:var(--border-radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--poke-red-dark)}
