.magnifying-glass-container{color:#fff;background:linear-gradient(135deg,#7c3aed 0%,#a855f7 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 #a855f780;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,#a855f7,#c084fc);-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:#a855f74d;border-color:#a855f7;box-shadow:0 0 20px #a855f766}.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 #a855f74d;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:#a855f7;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}.zoom-card,.controls-card,.adjust-card,.tips-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem}.zoom-card h3,.controls-card h3,.adjust-card h3,.tips-card h3{color:#c084fc;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.slider{-webkit-appearance:none;background:#fff3;border-radius:5px;outline:none;width:100%;height:8px;margin:1rem 0}.slider::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#a855f7;border-radius:50%;width:20px;height:20px}.zoom-buttons{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.zoom-buttons button{color:#fff;cursor:pointer;background:#a855f74d;border:2px solid #a855f7;border-radius:8px;padding:.75rem 1.5rem;font-size:1.5rem;font-weight:700;transition:all .3s}.zoom-buttons button:hover{background:#a855f7}.zoom-buttons span{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700}.control-btn{cursor:pointer;color:#fff;background:linear-gradient(135deg,#a855f7,#7c3aed);border:none;border-radius:12px;width:100%;margin-bottom:.75rem;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.control-btn.active{background:linear-gradient(135deg,#10b981,#059669)}.control-btn:hover{transform:translateY(-2px)}.adjust-card label{color:#ffffffe6;margin-top:1rem;margin-bottom:.5rem;font-weight:600;display:block}.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}}
