.air-instrument-container{color:#fff;background:linear-gradient(135deg,#ec4899 0%,#f472b6 100%);min-height:100vh;font-family:Outfit,sans-serif}.game-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0009;border-bottom:3px solid #ec489980;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.header-left{align-items:center;gap:1.5rem;display:flex}.back-button{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .3s}.back-button:hover{background:#fff3;transform:translate(-4px)}.game-header h1{background:linear-gradient(135deg,#ec4899,#f472b6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800}.status-badges{gap:1rem;display:flex}.status-badge{background:#ffffff1a;border:2px solid #fff3;border-radius:12px;padding:.75rem 1.5rem}.status-badge.active{background:#ec48994d;border-color:#ec4899;box-shadow:0 0 20px #ec489966}.game-main{grid-template-columns:1fr 400px;gap:1.5rem;height:calc(100vh - 100px);padding:1.5rem;display:grid}.camera-container{background:#000;border:3px solid #ec48994d;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.main-canvas{border-radius:16px;max-width:100%;max-height:100%}.hidden-video{display:none}.loading-overlay{text-align:center;background:#000000b3;border-radius:16px;padding:2rem 3rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.spinner{border:4px solid #ffffff1a;border-top-color:#ec4899;border-radius:50%;width:60px;height:60px;margin:0 auto 1rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.control-panel{flex-direction:column;gap:1.5rem;display:flex;overflow-y:auto}.instrument-card,.tips-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem}.instrument-card h3,.tips-card h3{color:#f9a8d4;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.instrument-buttons{flex-direction:column;gap:.75rem;display:flex}.instrument-buttons button{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:12px;padding:1.5rem;font-size:1.2rem;font-weight:600;transition:all .3s}.instrument-buttons button.active{background:#ec4899;border-color:#ec4899;transform:scale(1.05)}.tips-card ul{padding:0;list-style:none}.tips-card li{color:#fffc;padding:.5rem 0}@media (max-width:1200px){.game-main{grid-template-columns:1fr;height:auto}}
