@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@400;600;700&display=swap";:root{--green: #2d8a4e;--green-dark: #1a5c32;--green-light: #3aaf63;--gold: #f5c842;--red: #e74c3c;--blue: #3498db;--white: #fff;--bg: #0c1a0f}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;font-family:Fredoka,sans-serif;background:var(--bg);color:var(--white);overflow-x:hidden}.game-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:1rem;position:relative;max-width:600px;margin:0 auto}.crowd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle,rgba(245,200,66,.15) 0%,transparent 70%);pointer-events:none;z-index:100;animation:crowdPulse .3s ease-in-out 3}@keyframes crowdPulse{0%,to{opacity:1}50%{opacity:.5}}.game-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:.5rem 0 1rem}.title-area h1{font-size:1.6rem;color:var(--gold);text-shadow:0 2px 8px rgba(245,200,66,.3)}.subtitle{font-size:.8rem;color:#ffffff80}.scoreboard{text-align:center;background:#ffffff14;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.5rem 1.2rem;min-width:90px}.score-big{font-size:2rem;font-weight:700;color:var(--gold);line-height:1}.score-label{font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:#ffffff80}.round-info{font-size:.7rem;color:#fff6;margin-top:4px}.pitch{width:100%;aspect-ratio:4/3;max-height:380px;background:linear-gradient(180deg,var(--green-dark) 0%,var(--green) 40%,var(--green-light) 100%);border-radius:12px;position:relative;overflow:hidden;box-shadow:0 0 40px #2d8a4e4d,inset 0 0 60px #0003;border:2px solid rgba(255,255,255,.1)}.pitch-grass-lines{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.grass-line{position:absolute;left:0;right:0;height:1px;background:#ffffff0f}.goal-frame{position:absolute;top:5%;left:15%;right:15%;bottom:55%;perspective:400px}.goal-net{position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(90deg,rgba(255,255,255,.12) 0px,transparent 1px,transparent 12px),repeating-linear-gradient(0deg,rgba(255,255,255,.12) 0px,transparent 1px,transparent 12px);border-radius:4px;background-color:#00000040}.goal-post{position:absolute;top:0;bottom:0;width:6px;background:linear-gradient(180deg,#fff,#ccc);border-radius:3px;box-shadow:0 0 8px #ffffff4d}.goal-post.left{left:-3px}.goal-post.right{right:-3px}.goal-crossbar{position:absolute;top:-3px;left:0;right:0;height:6px;background:linear-gradient(90deg,#fff,#ccc,#fff);border-radius:3px;box-shadow:0 0 8px #ffffff4d}.zone-grid{position:absolute;top:8px;right:8px;bottom:8px;left:8px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:4px;z-index:10}.goal-zone{background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:6px;color:#fff9;font-size:1.4rem;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;font-family:inherit}.goal-zone:hover{background:#f5c84233;border-color:var(--gold);color:var(--gold);transform:scale(1.05);box-shadow:0 0 15px #f5c8424d}.goal-zone.selected{background:#f5c8424d;border-color:var(--gold);color:var(--gold)}.goalkeeper{position:absolute;bottom:0;transition:left .4s cubic-bezier(.34,1.56,.64,1);z-index:5;transform:translate(-50%)}.gk-body{position:relative;width:40px;height:60px}.gk-head{width:16px;height:16px;background:#f4c587;border-radius:50%;margin:0 auto 2px;border:2px solid #e0a060}.gk-torso{width:28px;height:20px;background:var(--gold);border-radius:4px;margin:0 auto;border:1px solid #d4a830}.gk-arm{position:absolute;width:8px;height:22px;background:var(--gold);border-radius:4px;top:18px;transition:transform .3s ease}.gk-arm.left{left:-4px;transform-origin:top center}.gk-arm.right{right:-4px;transform-origin:top center}.gk-arm.left.reach{transform:rotate(-60deg)}.gk-arm.right.reach{transform:rotate(60deg)}.gk-legs{display:flex;justify-content:center;gap:4px;margin-top:2px}.gk-leg{width:8px;height:16px;background:#333;border-radius:3px}.goalkeeper.dive{animation:diveAnim .4s ease-out forwards}@keyframes diveAnim{0%{transform:translate(-50%) scaleX(1)}to{transform:translate(-50%) scaleX(1.1)}}.soccer-ball{position:absolute;width:22px;height:22px;z-index:15;transition:left .5s cubic-bezier(.25,.46,.45,.94),top .5s cubic-bezier(.25,.46,.45,.94);transform:translate(-50%,-50%)}.ball-inner{width:100%;height:100%;background:radial-gradient(circle at 35% 35%,#fff,#eee 40%,#ccc);border-radius:50%;border:2px solid #333;box-shadow:0 2px 8px #0006;position:relative}.ball-inner:before{content:"⬣";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:10px;color:#333}.soccer-ball.flying{animation:ballSpin .5s linear}@keyframes ballSpin{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(720deg)}}.result-flash{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:700;z-index:20;animation:resultPop .5s cubic-bezier(.34,1.56,.64,1);text-shadow:0 4px 20px rgba(0,0,0,.5);pointer-events:none}.result-flash.goal{color:var(--gold);background:radial-gradient(circle,rgba(245,200,66,.3) 0%,transparent 70%)}.result-flash.saved{color:var(--red);background:radial-gradient(circle,rgba(231,76,60,.2) 0%,transparent 70%)}@keyframes resultPop{0%{transform:scale(.3);opacity:0}to{transform:scale(1);opacity:1}}.penalty-spot{position:absolute;bottom:20%;left:50%;width:8px;height:8px;background:#fff;border-radius:50%;transform:translate(-50%)}.penalty-arc{position:absolute;bottom:12%;left:50%;width:80px;height:40px;border:2px solid rgba(255,255,255,.2);border-radius:50%;transform:translate(-50%);border-bottom:none}.power-section{width:100%;margin-top:1.2rem;cursor:pointer;-webkit-user-select:none;user-select:none;animation:fadeSlideUp .3s ease}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.power-label{text-align:center;font-size:.9rem;color:var(--gold);margin-bottom:.5rem;animation:pulse .8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.power-bar-container{position:relative;height:28px;background:#ffffff14;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.15)}.power-bar-fill{height:100%;border-radius:14px;transition:width .03s linear;background:linear-gradient(90deg,#3498db,#2ecc71 40%,#f1c40f,#e74c3c)}.power-indicator{position:absolute;top:-4px;bottom:-4px;width:4px;background:#fff;border-radius:2px;transform:translate(-50%);box-shadow:0 0 10px #ffffff80;transition:left .03s linear}.power-zones{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;pointer-events:none}.pzone{flex:1;border-right:1px dashed rgba(255,255,255,.15)}.pzone:last-child{border-right:none}.power-value{text-align:center;margin-top:.4rem;font-size:1.2rem;font-weight:700;color:var(--gold)}.shot-history{display:flex;gap:.6rem;margin-top:1.2rem}.shot-dot{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;border:2px solid rgba(255,255,255,.15);color:#ffffff4d;transition:all .3s ease}.shot-dot.goal{background:#2ecc7133;border-color:#2ecc71;color:#2ecc71;font-size:1.1rem}.shot-dot.miss{background:#e74c3c26;border-color:var(--red);color:var(--red)}.shot-dot.current{border-color:var(--gold);color:var(--gold);animation:pulse 1s ease-in-out infinite}.instruction{margin-top:1rem;font-size:.9rem;color:#ffffff80;text-align:center;animation:pulse 1.5s ease-in-out infinite}.next-btn{margin-top:1.2rem;padding:.8rem 2rem;font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,var(--gold),#e8b830);color:#1a1a1a;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #f5c8424d}.next-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f5c84266}.gameover-panel{margin-top:1.5rem;text-align:center;animation:fadeSlideUp .5s ease;width:100%;max-width:400px}.gameover-title{font-size:2rem;font-weight:700;color:var(--gold);text-shadow:0 2px 15px rgba(245,200,66,.4)}.gameover-score{font-size:1.3rem;color:#ffffffb3;margin-top:.3rem}.gameover-stars{margin:.8rem 0;display:flex;justify-content:center;gap:.3rem}.star{font-size:2rem;color:#ffffff26;transition:all .3s ease}.star.filled{color:var(--gold);text-shadow:0 0 15px rgba(245,200,66,.5);animation:starPop .4s cubic-bezier(.34,1.56,.64,1)}@keyframes starPop{0%{transform:scale(0)}to{transform:scale(1)}}.history-list{margin-top:1rem;display:flex;flex-direction:column;gap:.3rem}.history-item{display:flex;justify-content:space-between;padding:.4rem .8rem;border-radius:6px;font-size:.8rem}.history-item.goal{background:#2ecc711a;color:#2ecc71}.history-item.miss{background:#e74c3c14;color:#fff6}.restart-btn{margin-top:1.2rem;padding:.8rem 2.5rem;font-family:Fredoka,sans-serif;font-size:1.1rem;font-weight:600;background:linear-gradient(135deg,var(--green),var(--green-light));color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 15px #2d8a4e4d}.restart-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #2d8a4e66}
