@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";body{margin:0;overflow:hidden;background:#1e1e2e;font-family:"Press Start 2P",cursive;color:#fff}.main-wrapper{position:relative;width:100vw;height:100vh;background:radial-gradient(circle at center,#2c3e50,#111);display:flex;justify-content:center;align-items:center}.iso-scene{width:600px;height:600px;transform:rotateX(60deg) rotate(45deg);transform-style:preserve-3d;position:absolute;top:50%;left:50%;margin-top:-300px;margin-left:-200px;z-index:1}.iso-grid{display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);width:100%;height:100%;background:#ffffff0d;border:4px solid #34495e;transform-style:preserve-3d}.iso-cell{position:relative;width:100%;height:100%;border:1px solid rgba(255,255,255,.05);transform-style:preserve-3d}.ground-plate{position:absolute;width:100%;height:100%;background:#27ae60;opacity:.8;transform:translateZ(0);transition:background .2s}.iso-cell:hover .ground-plate{background:#2ecc71;cursor:crosshair}.building-sprite{position:absolute;left:50%;top:50%;width:64px;height:auto;transform:translate(-65%,-60%) rotate(-45deg) rotateX(-60deg) translateZ(5px);transform-origin:bottom center;image-rendering:pixelated;pointer-events:none;filter:drop-shadow(5px 5px 5px rgba(0,0,0,.5))}.game-ui-panel{position:absolute;top:0;left:0;width:300px;height:100vh;background:#0a0a0ff2;border-right:4px solid #000;padding:20px;z-index:9999;display:flex;flex-direction:column;box-shadow:10px 0 30px #00000080;overflow-y:auto}.pixel-title{color:#f1c40f;text-shadow:3px 3px 0 #000;font-size:24px;margin:20px 0 10px;text-align:center}.rank-badge{background:#34495e;color:#3498db;text-align:center;padding:5px;font-size:10px;margin-bottom:30px;border:2px solid #000}.stats-box{background:#2c3e50;border:4px solid #000;padding:15px;margin-bottom:30px}.stat-line{display:flex;justify-content:space-between;margin-bottom:10px;font-size:12px}.stat-line:last-child{margin-bottom:0}.val.green{color:#2ecc71}.val.orange{color:#e67e22}.action-section{margin-bottom:30px}.btn-main{width:100%;padding:20px;background:#e74c3c;color:#fff;border:4px solid #000;box-shadow:4px 4px #000;font-family:inherit;font-size:14px;cursor:pointer}.btn-main:active{transform:translate(2px,2px);box-shadow:2px 2px #000}.upgrade-section{margin-bottom:20px}.upgrade-section h3{font-size:14px;color:#bdc3c7;border-bottom:2px solid #333;padding-bottom:10px;margin-bottom:15px}.upgrade-card{display:flex;justify-content:space-between;align-items:center;background:#ffffff0d;padding:10px;border:2px solid #000;margin-bottom:8px}.info{display:flex;flex-direction:column}.info span{font-size:10px;margin-bottom:5px}.info small{font-size:8px;color:#7f8c8d}.btn-mini{background:#3498db;color:#fff;border:2px solid #000;padding:8px 5px;font-size:8px;font-family:inherit;cursor:pointer;white-space:nowrap}.btn-mini:disabled{background:#555;cursor:not-allowed}.footer-actions{margin-top:auto;display:flex;flex-direction:column;gap:15px;align-items:center;font-size:10px;padding-top:20px;border-top:2px dashed #333}.link-danger{background:#c0392b;border:2px solid #000;color:#fff;padding:8px;font-family:inherit;cursor:pointer;font-size:10px;width:100%}.link-danger:hover{background:#e74c3c}.link-action{background:#27ae60;border:2px solid #000;color:#fff;padding:8px;font-family:inherit;cursor:pointer;font-size:10px;width:100%}.link-action:hover{background:#2ecc71}.save-actions{display:flex;gap:10px;width:100%}.btn-save{flex:1;background:#2980b9;border:2px solid #000;color:#fff;padding:8px;font-family:inherit;cursor:pointer;font-size:10px}.btn-save:hover{background:#3498db}.debug-info{color:#555;display:flex;align-items:center;gap:5px;margin-top:10px}.debug-info button{background:none;border:1px solid #555;color:#555;cursor:pointer;padding:2px}
