*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden;background:#87ceeb;color:#fff;cursor:default}#app{position:relative;width:100vw;height:100vh}#gameCanvas{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;cursor:crosshair;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#gameCanvas:focus{outline:none}#apiStatusIndicator{position:fixed;top:10px;right:80px;background:#000c;border:1px solid #00d4ff;border-radius:20px;padding:8px 15px;display:flex;align-items:center;gap:8px;z-index:1000;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease;pointer-events:auto;cursor:pointer}#apiStatusIndicator:hover{background:#000000e6;transform:scale(1.05)}#apiStatusDot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}#apiStatusDot.red{background:#f44;box-shadow:0 0 10px #f44}#apiStatusDot.yellow{background:#fa0;box-shadow:0 0 10px #fa0}#apiStatusDot.green{background:#0f8;box-shadow:0 0 10px #0f8}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}#gameUI{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:100}#topMenuBar{position:fixed;top:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,#000c,#0006);display:flex;align-items:center;justify-content:space-between;padding:0 20px;pointer-events:auto;z-index:200}.health-display{display:flex;align-items:center;gap:10px}.health-icon{font-size:20px}.health-bar{width:100px;height:20px;background:#fff3;border:2px solid #fff;border-radius:10px;overflow:hidden}#healthFill{height:100%;background:linear-gradient(to right,#f44,#f66);transition:width .3s ease;width:100%}.health-text{font-weight:700;min-width:30px}#currentTool{display:flex;align-items:center;gap:10px;background:#0009;padding:8px 15px;border-radius:20px;border:2px solid #4CAF50}.tool-icon{font-size:20px}.tool-name{font-weight:700}.time-weather{text-align:center}#gameTime{font-size:18px;font-weight:700;margin-bottom:5px}.weather-info{display:flex;align-items:center;gap:10px;justify-content:center}.menu-buttons{display:flex;gap:10px}.menu-btn{width:40px;height:40px;background:#0009;border:2px solid #fff;border-radius:8px;color:#fff;font-size:16px;cursor:pointer;transition:all .3s ease}.menu-btn:hover{background:#fff3;transform:scale(1.1)}.menu-btn.active{background:#4caf50;border-color:#4caf50}#crosshair{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:20px;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.8);z-index:150;pointer-events:none}#crosshair.targeting{color:#4caf50;font-size:24px;animation:targetPulse 1s infinite}@keyframes targetPulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}#plantPopup{position:fixed;bottom:120px;left:50%;transform:translate(-50%);background:#000000e6;border:2px solid #4CAF50;border-radius:10px;padding:15px;min-width:300px;pointer-events:auto;z-index:150}.popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.plant-health.good{color:#4caf50}.plant-health.fair{color:#ff9800}.plant-health.poor{color:#f44336}.popup-stats{display:flex;flex-direction:column;gap:8px}.stat-bar{display:flex;align-items:center;gap:10px;font-size:12px}.bar{flex:1;height:8px;background:#fff3;border-radius:4px;overflow:hidden}.fill{height:100%;transition:width .3s ease}.fill.growth{background:#4caf50}.fill.health{background:#2196f3}.fill.water{background:#00bcd4}.popup-hint{text-align:center;margin-top:10px;font-size:12px;opacity:.8}.tool-bar{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:5px;background:#000c;padding:10px;border-radius:10px;border:2px solid #fff;pointer-events:auto;z-index:150}.tool-slot{width:50px;height:50px;background:#ffffff1a;border:2px solid #666;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;transition:all .3s ease}.tool-slot:hover{background:#fff3;transform:scale(1.1)}.tool-slot.active{background:#4caf50;border-color:#4caf50;box-shadow:0 0 15px #4caf5080}#plantDetailsPanel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:500px;max-height:600px;background:#000000f2;border:2px solid #4CAF50;border-radius:15px;overflow:hidden;pointer-events:auto;z-index:300}.panel-header{background:#4caf50;color:#000;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;color:#000;font-size:24px;cursor:pointer;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center}.close-btn:hover{background:#0003}.panel-tabs{display:flex;background:#ffffff1a}.tab-btn{flex:1;padding:12px;background:none;border:none;color:#fff;cursor:pointer;transition:background .3s ease}.tab-btn:hover{background:#ffffff1a}.tab-btn.active{background:#4caf50;color:#000}.panel-content{padding:20px;max-height:400px;overflow-y:auto}.tab-content{display:none}.tab-content.active{display:block}#detailedStats{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin-bottom:20px}.detail-stat{background:#ffffff1a;padding:10px;border-radius:8px}.detail-stat-label{font-size:12px;opacity:.8;margin-bottom:5px}.detail-stat-value{font-size:18px;font-weight:700}#actionButtons{display:grid;grid-template-columns:1fr 1fr;gap:10px}.action-btn{padding:12px;background:#4caf50;border:none;border-radius:8px;color:#000;font-weight:700;cursor:pointer;transition:all .3s ease}.action-btn:hover:not(:disabled){background:#45a049;transform:translateY(-2px)}.action-btn:disabled{background:#666;color:#999;cursor:not-allowed}#diseaseInfo{color:#fff}.disease-level{display:flex;align-items:center;gap:10px;margin-bottom:15px}.disease-indicator{width:20px;height:20px;border-radius:50%}.disease-indicator.low{background:#4caf50}.disease-indicator.medium{background:#ff9800}.disease-indicator.high{background:#f44336}.disease-details ul{margin-left:20px;margin-bottom:10px}#aiAnalysis{color:#fff}.ai-recommendation{background:#2196f31a;border-left:4px solid #2196F3;padding:15px;margin-bottom:15px;border-radius:0 8px 8px 0}.ai-recommendation h4{color:#2196f3;margin-bottom:8px}.loading{text-align:center;padding:20px;font-size:16px}#pauseMenu{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;pointer-events:auto;z-index:400}.menu-panel{background:#000000f2;border:2px solid #fff;border-radius:15px;padding:40px;text-align:center;min-width:300px}.menu-panel h2{margin-bottom:30px;font-size:24px}.menu-options{display:flex;flex-direction:column;gap:15px}.menu-option{padding:15px 30px;background:#4caf50;border:none;border-radius:8px;color:#000;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.menu-option:hover{background:#45a049;transform:translateY(-2px)}#settingsPanel{position:fixed;top:50%;right:20px;transform:translateY(-50%);width:350px;background:#000000f2;border:2px solid #9C27B0;border-radius:15px;pointer-events:auto;z-index:300}.settings-content{padding:20px}.setting-group{margin-bottom:20px}.setting-group label{display:block;margin-bottom:8px;font-weight:700}.setting-group input[type=range]{width:100%;margin-bottom:5px}.setting-group input[type=checkbox]{margin-right:8px}#apiPanel{position:fixed;top:50%;right:20px;transform:translateY(-50%);width:350px;background:#000000f2;border:2px solid #2196F3;border-radius:15px;pointer-events:auto;z-index:300}.api-content{padding:20px}.api-status{margin-bottom:20px}.status-item{display:flex;justify-content:space-between;margin-bottom:10px;padding:8px;background:#ffffff1a;border-radius:5px}.api-controls{display:flex;gap:10px;margin-bottom:20px}.api-btn{flex:1;padding:10px;background:#2196f3;border:none;border-radius:5px;color:#fff;cursor:pointer;transition:background .3s ease}.api-btn:hover{background:#1976d2}#instructionsOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000e6;display:flex;align-items:center;justify-content:center;pointer-events:auto;z-index:500}.instructions-panel{background:#000000f2;border:2px solid #4CAF50;border-radius:20px;padding:40px;max-width:800px;max-height:80vh;overflow-y:auto;text-align:center}.instructions-panel h1{margin-bottom:30px;font-size:32px;color:#4caf50}.instructions-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:30px;text-align:left}.instruction-section h3{color:#4caf50;margin-bottom:15px;font-size:18px}.instruction-section ul{list-style:none;padding:0}.instruction-section li{margin-bottom:8px;padding-left:20px;position:relative}.instruction-section li:before{content:"▶";position:absolute;left:0;color:#4caf50}#startGameBtn{padding:15px 40px;background:#4caf50;border:none;border-radius:10px;color:#000;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease}#startGameBtn:hover{background:#45a049;transform:scale(1.05)}body.root-view-active{filter:sepia(.3) hue-rotate(30deg) brightness(.7) contrast(1.2);transition:filter .8s ease}body.root-view-active:before{content:"";position:fixed;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at center,transparent 0%,rgba(255,107,71,.1) 100%);pointer-events:none;z-index:2}@keyframes scanlines{0%{transform:translateY(-100vh)}to{transform:translateY(100vh)}}body.root-view-active:after{content:"";position:fixed;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#00d4ff,transparent);animation:scanlines 2s linear infinite;pointer-events:none;z-index:3;opacity:.6}.hidden{display:none!important}@media (max-width: 768px){.bolt-badge{top:10px;right:10px}.bolt-badge img{width:40px;height:40px}#apiStatusIndicator{top:5px;right:60px;padding:6px 12px;font-size:11px}#topMenuBar{padding:0 10px;height:50px}.health-bar{width:80px}#currentTool{padding:5px 10px}.tool-bar{bottom:10px;padding:5px}.tool-slot{width:40px;height:40px;font-size:16px}#plantDetailsPanel{width:90%;max-height:80vh}.instructions-content{grid-template-columns:1fr}.bolt-badge-text{top:10px;right:10px}.bolt-badge-text img{height:25px}}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}canvas{image-rendering:optimizeSpeed;image-rendering:-moz-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:optimize-contrast}.bolt-badge{position:fixed;top:15px;right:15px;z-index:999;pointer-events:auto;opacity:.8;transition:all .3s ease}.bolt-badge:hover{opacity:1;transform:scale(1.05)}.bolt-badge a{display:block;text-decoration:none}.bolt-badge img{width:50px;height:50px;border-radius:50%;box-shadow:0 4px 15px #0000004d;transition:all .3s ease;border:2px solid rgba(255,255,255,.1)}.bolt-badge img:hover{box-shadow:0 6px 20px #0006;border-color:#ffffff4d}.bolt-badge-text{position:fixed;top:15px;right:15px;z-index:999;pointer-events:auto;opacity:.8;transition:all .3s ease}.bolt-badge-text:hover{opacity:1;transform:scale(1.05)}.bolt-badge-text a{display:block;text-decoration:none}.bolt-badge-text img{height:30px;width:auto;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3));transition:all .3s ease}.bolt-badge-text img:hover{filter:drop-shadow(0 4px 12px rgba(0,0,0,.4))}@media (max-width: 768px){.bolt-badge{top:10px;right:10px}.bolt-badge img{width:40px;height:40px}.bolt-badge-text{top:10px;right:10px}.bolt-badge-text img{height:25px}}@media (max-width: 480px){.bolt-badge img{width:35px;height:35px}.bolt-badge-text img{height:22px}}
