@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#e0e0e0;background:#0a0a0f;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.app{max-width:1200px;margin:0 auto;padding:20px}.header{text-align:center;padding:30px 0 20px}.logo{justify-content:center;align-items:center;gap:12px;display:flex}.logo-icon{font-size:36px}.logo h1{background:linear-gradient(135deg,#22c55e,#16a34a);-webkit-text-fill-color:transparent;letter-spacing:-.5px;-webkit-background-clip:text;background-clip:text;font-size:32px;font-weight:800}.subtitle{color:#888;margin-top:6px;font-size:14px}.controls{background:#14141f;border:1px solid #222;border-radius:16px;flex-wrap:wrap;justify-content:center;gap:20px;margin-bottom:24px;padding:20px;display:flex}.control-group{flex-direction:column;gap:8px;display:flex}.control-group label{text-transform:uppercase;letter-spacing:1.2px;color:#666;font-size:11px;font-weight:600}.btn-group{gap:6px;display:flex}.btn{color:#ccc;cursor:pointer;white-space:nowrap;background:#1a1a2e;border:1px solid #333;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.btn:hover{color:#fff;background:#252540;border-color:#444}.btn.active{color:#fff;background:#22c55e;border-color:#22c55e;font-weight:600}.btn:disabled{opacity:.4;cursor:not-allowed}.btn-ball{background:#1e293b;border-color:#334155}.btn-ball:hover{background:#334155}.btn-export{color:#a5b4fc;background:#1e1e3a;border-color:#4338ca}.btn-export:hover{color:#fff;background:#4338ca}.pitch-container{background:#1a3d2a;border-radius:12px;width:100%;max-width:1050px;margin:0 auto;overflow:hidden;box-shadow:0 4px 40px #22c55e1a,0 0 0 1px #222}.pitch-svg{width:100%;height:auto;display:block}.legend{background:#14141f;border:1px solid #222;border-radius:12px;justify-content:center;gap:24px;margin-top:20px;padding:14px;display:flex}.legend-item{color:#aaa;align-items:center;gap:8px;font-size:13px;display:flex}.legend-dot{border-radius:50%;width:18px;height:18px;display:inline-block}.legend-line{border-radius:2px;width:24px;height:3px;display:inline-block}.footer{text-align:center;color:#555;padding:24px 0 16px;font-size:13px}@media (width<=768px){.controls{flex-direction:column;align-items:stretch}.btn-group{flex-wrap:wrap}.logo h1{font-size:24px}.legend{flex-direction:column;align-items:center;gap:10px}}
