*{margin:0;padding:0;box-sizing:border-box}body{font-family:Bangers,cursive;background:linear-gradient(135deg,#ff6b6b,#4ecdc4,#45b7d1,#96ceb4,#feca57);background-size:400% 400%;animation:gradientShift 15s ease infinite;min-height:100vh;overflow-x:hidden;position:relative}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{max-width:1200px;margin:0 auto;padding:20px;position:relative;z-index:2}.hero-section{text-align:center;margin-bottom:50px;position:relative}.main-title{font-size:4rem;color:#fff;text-shadow:4px 4px 0px #000,8px 8px 0px rgba(0,0,0,.3);margin-bottom:20px;letter-spacing:3px;animation:titlePulse 2s ease-in-out infinite alternate}@keyframes titlePulse{0%{transform:scale(1)}to{transform:scale(1.05)}}.subtitle{font-size:1.5rem;color:#fff;text-shadow:2px 2px 0px #000;margin-bottom:30px;font-family:Bungee,cursive}.comic-burst{position:relative;display:inline-block;background:radial-gradient(circle,#ff0,#ff6b00);border:4px solid #000;border-radius:50%;width:150px;height:150px;display:flex;align-items:center;justify-content:center;animation:burstRotate 3s linear infinite;box-shadow:0 0 20px #ffff0080}@keyframes burstRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.burst-text{font-size:1.8rem;color:#000;font-weight:700;text-shadow:2px 2px 0px #fff}.category-section{margin-bottom:40px}.category-title{font-size:2.5rem;color:#fff;text-shadow:3px 3px 0px #000;text-align:center;margin-bottom:25px;font-family:Creepster,cursive}.section-title{font-size:2.2rem;color:#fff;text-shadow:3px 3px 0px #000;text-align:center;margin-bottom:25px}.effects-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.sound-effect{position:relative;padding:30px 20px;border:4px solid #000;border-radius:20px;text-align:center;cursor:pointer;transition:all .3s ease;overflow:hidden;min-height:120px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 16px #0000004d}.sound-effect:hover{transform:scale(1.1) rotate(2deg);box-shadow:0 12px 24px #0006}.sound-effect:active{transform:scale(1.2) rotate(-2deg);animation:soundPulse .6s ease}@keyframes soundPulse{0%,to{transform:scale(1.2) rotate(-2deg)}50%{transform:scale(1.4) rotate(2deg)}}.effect-text{font-size:2rem;font-weight:700;text-shadow:3px 3px 0px rgba(0,0,0,.5);z-index:2;position:relative}.pow{background:linear-gradient(45deg,#ff4757,#ff6b7a);color:#fff}.zap{background:linear-gradient(45deg,#3742fa,#5352ed);color:#fff}.boom{background:linear-gradient(45deg,#ff5722,#ff7043);color:#fff}.bang{background:linear-gradient(45deg,#e91e63,#f06292);color:#fff}.crash{background:linear-gradient(45deg,#9c27b0,#ba68c8);color:#fff}.smash{background:linear-gradient(45deg,#f44336,#ef5350);color:#fff}.thud{background:linear-gradient(45deg,#795548,#8d6e63);color:#fff}.wham{background:linear-gradient(45deg,#ff9800,#ffb74d);color:#000}.whoosh{background:linear-gradient(45deg,#00bcd4,#4dd0e1);color:#fff}.swoosh{background:linear-gradient(45deg,#009688,#4db6ac);color:#fff}.zoom{background:linear-gradient(45deg,#8bc34a,#aed581);color:#000}.dash{background:linear-gradient(45deg,#cddc39,#dce775);color:#000}.bam{background:linear-gradient(45deg,#ff1744,#ff5722);color:#fff}.kapow{background:linear-gradient(45deg,#ffeb3b,#fff176);color:#000}.sock{background:linear-gradient(45deg,#673ab7,#9575cd);color:#fff}.thwack{background:linear-gradient(45deg,#607d8b,#78909c);color:#fff}.fizz{background:linear-gradient(45deg,#4caf50,#81c784);color:#fff}.sizzle{background:linear-gradient(45deg,#ff5722,#ff8a65);color:#fff}.spark{background:linear-gradient(45deg,#ffc107,#ffca28);color:#000}.flash{background:linear-gradient(45deg,#fff,#f5f5f5);color:#000}.interactive-section{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:3px solid #000;border-radius:20px;padding:30px;margin:40px 0;text-align:center}.comic-panel{background:#fff;border:4px solid #000;border-radius:15px;padding:40px;margin:20px 0;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center;background-image:radial-gradient(circle at 20% 20%,rgba(255,0,0,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(0,0,255,.1) 0%,transparent 50%)}.speech-bubble{background:#fff;border:3px solid #000;border-radius:20px;padding:20px;position:relative;max-width:300px;font-size:1.5rem;font-weight:700;color:#000;box-shadow:0 4px 8px #0003;animation:bubbleFloat 2s ease-in-out infinite alternate}@keyframes bubbleFloat{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.speech-bubble:after{content:"";position:absolute;bottom:-15px;left:50px;width:0;height:0;border:15px solid transparent;border-top-color:#000}.speech-bubble:before{content:"";position:absolute;bottom:-12px;left:53px;width:0;height:0;border:12px solid transparent;border-top-color:#fff}.comic-character{position:absolute;bottom:20px;right:50px}.hero-silhouette{width:80px;height:120px;background:linear-gradient(45deg,#333,#666);border-radius:40px 40px 20px 20px;position:relative;animation:heroStand 3s ease-in-out infinite alternate}@keyframes heroStand{0%{transform:scale(1) rotate(2deg)}to{transform:scale(1.05) rotate(-2deg)}}.hero-silhouette:before{content:"";position:absolute;top:-20px;left:50%;transform:translate(-50%);width:40px;height:40px;background:linear-gradient(45deg,#333,#666);border-radius:50%}.controls{display:flex;gap:15px;justify-content:center;flex-wrap:wrap;margin-top:20px}.control-btn{background:linear-gradient(45deg,#4caf50,#66bb6a);color:#fff;border:3px solid #000;border-radius:10px;padding:12px 24px;font-size:1.2rem;font-family:Bangers,cursive;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 8px #0003}.control-btn:hover{transform:translateY(-3px);box-shadow:0 6px 12px #0000004d}.control-btn:active{transform:translateY(0);box-shadow:0 2px 4px #0003}.history-section{background:#0003;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:3px solid #000;border-radius:15px;padding:25px;margin:30px 0}.sound-history{background:#ffffffe6;border:2px solid #000;border-radius:10px;padding:20px;min-height:100px;font-size:1.1rem;color:#000}.history-placeholder{color:#666;font-style:italic;text-align:center}.history-item{display:inline-block;background:linear-gradient(45deg,#ffeb3b,#fff176);color:#000;padding:8px 15px;margin:5px;border:2px solid #000;border-radius:20px;font-weight:700;animation:historyPop .5s ease}@keyframes historyPop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.footer{text-align:center;margin-top:50px;padding:30px;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;color:#fff}.footer p{margin:5px 0;font-size:1.1rem}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.particle{position:absolute;background:#fff;border-radius:50%;animation:particleFloat 6s linear infinite;opacity:.7}@keyframes particleFloat{0%{transform:translateY(100vh) rotate(0);opacity:0}10%{opacity:.7}90%{opacity:.7}to{transform:translateY(-100px) rotate(360deg);opacity:0}}@media (max-width: 768px){.main-title{font-size:2.5rem}.category-title{font-size:2rem}.effects-row{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px}.sound-effect{padding:20px 15px;min-height:100px}.effect-text{font-size:1.5rem}.comic-panel{padding:20px;min-height:250px}.speech-bubble{max-width:250px;font-size:1.2rem}.controls{flex-direction:column;align-items:center}.control-btn{width:200px}}@media (max-width: 480px){.container{padding:15px}.main-title{font-size:2rem}.subtitle{font-size:1.2rem}.effects-row{grid-template-columns:1fr 1fr;gap:10px}.sound-effect{padding:15px 10px;min-height:80px}.effect-text{font-size:1.2rem}}.effect-clicked{animation:effectExplode .8s ease!important}@keyframes effectExplode{0%{transform:scale(1)}25%{transform:scale(1.3) rotate(5deg)}50%{transform:scale(1.1) rotate(-3deg)}75%{transform:scale(1.2) rotate(2deg)}to{transform:scale(1)}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#0000001a;border-radius:6px}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ff6b6b,#4ecdc4);border-radius:6px;border:2px solid rgba(0,0,0,.1)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ff5252,#26c6da)}
