*{box-sizing:border-box;-webkit-user-select:none;user-select:none;margin:0;padding:0}body,html{width:100%;height:100%;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#2c3e50;overflow:hidden}.app-container{width:100vw;height:100vh;position:relative;display:flex;flex-direction:column;background:#f0f4f8}.cloud-toast{position:absolute;top:60px;left:50%;transform:translate(-50%);background:#000c;color:#fff;padding:10px 20px;border-radius:20px;z-index:1000;font-weight:700}.top-bar{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background:#fff;box-shadow:0 2px 10px #0000001a;z-index:50}.cloud-badge{display:flex;align-items:center;gap:5px;color:#666;font-size:.9rem;font-weight:700}.resource-badges{display:flex;gap:10px}.badge{display:flex;align-items:center;gap:5px;padding:5px 12px;border-radius:15px;font-weight:700;color:#fff}.coin-badge{background:#f1c40f;text-shadow:1px 1px 0 #d4ac0d}.item-badge{background:#3498db}.scene{flex:1;display:flex;flex-direction:column;position:relative;width:100%;height:100%;overflow-y:auto}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:#fff;font-size:1.2rem;background:#2c3e50}.spin-anim{width:80px;height:80px;animation:spin 2s linear infinite;margin-bottom:20px}@keyframes spin{to{transform:rotate(360deg)}}.main-scene{padding:40px 20px;align-items:center;background:linear-gradient(135deg,#e0c3fc,#8ec5fc)}.hero-pokemon{background:#ffffffe6;padding:20px;border-radius:20px;box-shadow:0 10px 30px #0000001a;width:100%;max-width:400px;margin-bottom:40px}.hero-pokemon h2{text-align:center;margin-bottom:15px;color:#333}.pokemon-card{display:flex;align-items:center;gap:20px}.pkmn-avatar{width:80px;height:80px;background:#ffeaa7;border-radius:50%;display:flex;justify-content:center;align-items:center;border:4px solid #fdcb6e}.fallback-avatar{font-size:2.5rem}.pkmn-info{flex:1}.pkmn-info h3{margin-bottom:5px;display:flex;justify-content:space-between}.lvl{font-size:.8rem;color:#666;background:#eee;padding:2px 6px;border-radius:10px}.hp-bar-mini{width:100%;height:10px;background:#ddd;border-radius:5px;overflow:hidden;margin-bottom:5px}.hp-fill{height:100%;transition:width .3s,background-color .3s}.main-menu{display:flex;flex-direction:column;gap:15px;width:100%;max-width:400px}.menu-btn{padding:15px 20px;font-size:1.2rem;font-weight:700;border:none;border-radius:15px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:transform .1s,box-shadow .1s;color:#fff}.menu-btn:active{transform:translateY(4px)}.battle-btn{background:#e74c3c;box-shadow:0 6px #c0392b}.battle-btn:active{box-shadow:0 2px #c0392b}.center-btn{background:#2ecc71;box-shadow:0 6px #27ae60}.center-btn:active{box-shadow:0 2px #27ae60}.center-scene{background:#fdf6e3;box-shadow:inset 0 0 100px #ff96641a}.back-btn{position:absolute;top:20px;left:20px;background:#fff;border:2px solid #ddd;padding:8px 15px;border-radius:20px;display:flex;align-items:center;gap:5px;cursor:pointer;font-weight:700;color:#555;z-index:10}.back-btn:hover{background:#f0f0f0}.center-environment{display:flex;flex-direction:column;height:100%;padding-top:60px;max-width:800px;margin:0 auto;width:100%}.nurse-area{display:flex;flex-direction:column;align-items:center;position:relative;margin-bottom:20px}.dialogue-bubble{background:#fff;border:4px solid #333;border-radius:15px;padding:15px 20px;max-width:80%;text-align:center;font-weight:700;color:#333;position:relative;margin-bottom:20px;box-shadow:4px 4px #0000001a;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.bubble-tail{position:absolute;bottom:-12px;left:50%;transform:translate(-50%);width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:12px solid #333}.bubble-tail:after{content:"";position:absolute;top:-14px;left:-6px;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid white}.nurse-sprite{width:120px;height:120px;z-index:2}.nurse-sprite img{width:100%;height:100%;object-fit:contain}.counter-desk{width:100%;max-width:500px;height:60px;background:linear-gradient(to bottom,#f9c,#ff66a3);border:4px solid #333;border-radius:10px;margin-top:-20px;position:relative;z-index:3;display:flex;justify-content:center;align-items:flex-start;box-shadow:0 10px 20px #0000001a}.healing-machine{width:100px;height:40px;background:#eee;border:3px solid #333;border-radius:5px;margin-top:-20px;display:flex;justify-content:center;align-items:center}.machine-screen{width:60px;height:20px;background:#333;border-radius:3px}.machine-screen.ready{background:#48c774;box-shadow:0 0 10px #48c774}.machine-screen.healing{background:#f1c40f;animation:blink .5s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}.interaction-area{flex:1;display:flex;flex-direction:column;gap:20px;padding:0 20px 20px}.status-panel{background:#fff;border:4px solid #333;border-radius:15px;padding:20px;box-shadow:4px 4px #0000001a}.status-panel h3{margin-bottom:15px;color:#555;border-bottom:2px dashed #ddd;padding-bottom:5px}.hp-display{background:#f8f9fa;padding:15px;border-radius:10px;border:2px solid #eee}.hp-labels{display:flex;justify-content:space-between;font-weight:700;margin-bottom:8px;font-size:1.1rem}.hp-bar-container{width:100%;height:24px;background:#333;border-radius:12px;padding:4px;position:relative;overflow:hidden}.hp-bg-img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:.3}.hp-fill-anim{height:100%;border-radius:8px;position:relative;z-index:2}.action-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:15px}.action-btn{background:#fff;border:4px solid #333;border-radius:15px;padding:15px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:all .2s;box-shadow:0 6px #333;position:relative}.action-btn:active:not(:disabled){transform:translateY(6px);box-shadow:0 0 #333}.action-btn:disabled{opacity:.7;cursor:not-allowed;transform:translateY(6px);box-shadow:0 0 #333}.action-btn span{font-weight:700;font-size:1.1rem;color:#333}.action-btn small{color:#888;font-size:.8rem}.btn-icon{width:40px;height:40px;display:flex;justify-content:center;align-items:center}.btn-icon img{width:100%;height:100%;object-fit:contain}.small-svg{width:40px;height:40px}.heal-btn{border-color:#48c774}.heal-btn:not(:disabled){background:#ebfffc}.pokedex-btn{border-color:#3498db}.pokeball-btn{border-color:#e74c3c}.claimed{background:#f0f0f0!important;border-color:#999!important}.check-icon{position:absolute;top:10px;right:10px;color:#48c774}.battle-scene{background:#78c850;padding:20px;display:flex;flex-direction:column}.battle-arena{flex:1;display:flex;flex-direction:column;justify-content:space-around}.enemy-side,.player-side{display:flex;align-items:center;gap:20px;background:#fffc;padding:15px;border-radius:10px}.enemy-side{align-self:flex-start}.player-side{align-self:flex-end;flex-direction:row-reverse}.placeholder-sprite{font-size:4rem}.hp-box{min-width:150px}.battle-ui{height:200px;background:#fff;border:4px solid #333;border-radius:10px;display:flex;padding:10px;gap:10px}.battle-log-box{flex:2;border:2px solid #eee;padding:10px;overflow-y:auto;font-size:1.1rem}.battle-actions{flex:1;display:flex;flex-direction:column;gap:10px}.battle-actions button{flex:1;border:2px solid #333;background:#f1f1f1;font-weight:700;font-size:1.2rem;cursor:pointer;border-radius:5px}.battle-actions button:active{background:#ddd}@media (max-width: 600px){.action-grid{grid-template-columns:1fr}.nurse-sprite{width:100px;height:100px}.dialogue-bubble{font-size:.9rem;padding:10px}}
