.area-calculator-container{color:#fff;background:linear-gradient(135deg,#0891b2 0%,#06b6d4 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 #06b6d480;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,#06b6d4,#22d3ee);-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:#06b6d44d;border-color:#06b6d4;box-shadow:0 0 20px #06b6d466}.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 #06b6d44d;border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000080}.main-canvas{cursor:crosshair;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:#06b6d4;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}.results-card,.unit-card,.calibration-card,.controls-card,.tips-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #ffffff1a;border-radius:16px;padding:1.5rem}.results-card h3,.unit-card h3,.calibration-card h3,.tips-card h3{color:#22d3ee;margin-bottom:1rem;font-size:1.2rem;font-weight:700}.result-item{background:#06b6d41a;border-radius:8px;justify-content:space-between;margin-bottom:.5rem;padding:.75rem;display:flex}.result-value{color:#22d3ee;font-family:Courier New,monospace;font-size:1.5rem;font-weight:700}.empty-msg{text-align:center;color:#ffffff80;padding:2rem;font-style:italic}.unit-buttons{grid-template-columns:1fr 1fr 1fr;gap:.5rem;display:grid}.unit-buttons button{color:#fff;cursor:pointer;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;padding:.75rem;font-weight:600;transition:all .3s}.unit-buttons button.active{background:#06b6d4;border-color:#06b6d4}.calibration-card label{color:#ffffffe6;margin-bottom:.5rem;font-weight:600;display:block}.calibration-card input{color:#fff;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;width:100%;margin-bottom:.5rem;padding:.75rem;font-size:1rem}.hint{color:#fff9;font-size:.85rem;font-style:italic}.control-btn{cursor:pointer;border:none;border-radius:12px;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s}.clear-btn{color:#fff;background:linear-gradient(135deg,#ef4444,#dc2626)}.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}}
