:root{font-family:Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}img{max-width:100%;height:auto}.btn-primary,.btn-secondary{background-color:transparent;border:none}.btn-primary:hover,.btn-secondary:hover{border-color:transparent}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}.pokemon-app{min-height:100vh;display:flex;flex-direction:column}.game-menu{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.menu-content{text-align:center;background:#fffffff2;padding:3rem;border-radius:20px;box-shadow:0 20px 40px #0000004d;max-width:500px;width:90%}.menu-pokeball{width:80px;height:80px;margin-bottom:1rem;animation:bounce 2s infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.menu-content h1{font-size:2.5rem;color:#e74c3c;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.menu-content p{font-size:1.2rem;color:#666;margin-bottom:2rem}.game-header{background:linear-gradient(90deg,#e74c3c,#c0392b);color:#fff;padding:1rem 0;box-shadow:0 2px 10px #0000004d}.player-stats{display:flex;justify-content:space-around;align-items:center;max-width:1200px;margin:0 auto;padding:0 1rem;flex-wrap:wrap;gap:1rem}.stat{background:#fff3;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.game-message{background:linear-gradient(90deg,#f39c12,#e67e22);color:#fff;text-align:center;padding:1rem;font-weight:700;font-size:1.1rem;box-shadow:0 2px 10px #0003}.game-main{flex:1;padding:2rem;max-width:1200px;margin:0 auto;width:100%}.location-view{background:#fffffff2;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0003;text-align:center}.location-info{margin-bottom:2rem}.location-info h2{font-size:2rem;color:#2c3e50;margin-bottom:1rem}.location-icon{font-size:4rem;margin-bottom:1rem}.location-info p{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.game-actions{display:flex;flex-direction:column;gap:2rem;align-items:center}.location-buttons,.shop-actions{display:flex;flex-direction:column;gap:1rem;align-items:center}.location-buttons h3,.shop-actions h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.location-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;width:100%;max-width:600px}.battle-screen{background:linear-gradient(135deg,#ff6b6b,#ee5a24);border-radius:20px;padding:2rem;text-align:center;color:#fff;box-shadow:0 10px 30px #0000004d}.wild-pokemon{margin-bottom:2rem}.wild-pokemon img{width:200px;height:200px;object-fit:contain;background:#fff3;border-radius:20px;padding:1rem;margin-bottom:1rem}.wild-pokemon h2{font-size:2rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.wild-pokemon p{font-size:1.1rem;margin-bottom:.5rem}.battle-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.caught-screen{background:linear-gradient(135deg,#00b894,#00a085);border-radius:20px;padding:3rem;text-align:center;color:#fff;box-shadow:0 10px 30px #0000004d}.caught-screen h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.caught-screen p{font-size:1.3rem;margin-bottom:2rem}.btn-primary,.btn-secondary{padding:1rem 2rem;border:none;border-radius:25px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px;min-width:150px}.btn-primary{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;box-shadow:0 4px 15px #e74c3c66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e74c3c99}.btn-secondary{background:linear-gradient(45deg,#3498db,#2980b9);color:#fff;box-shadow:0 4px 15px #3498db66}.btn-secondary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3498db99}.pokedex-section{background:#fffffff2;padding:2rem;margin:2rem auto;border-radius:20px;box-shadow:0 10px 30px #0003;max-width:1200px}.pokedex-section h2{text-align:center;color:#2c3e50;font-size:2rem;margin-bottom:2rem}.pokemon-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem;padding:1rem}.pokemon-card{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:15px;padding:1.5rem;text-align:center;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.pokemon-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0003;border-color:#e74c3c}.pokemon-image{margin-bottom:1rem}.pokemon-image img{width:120px;height:120px;object-fit:contain;background:#fffc;border-radius:10px;padding:.5rem}.pokemon-info{display:flex;flex-direction:column;gap:.5rem}.pokemon-name{font-size:1.3rem;font-weight:700;color:#2c3e50;margin:0}.pokemon-type{background:linear-gradient(45deg,#e74c3c,#c0392b);color:#fff;padding:.3rem 1rem;border-radius:15px;font-size:.9rem;font-weight:700;display:inline-block;align-self:center}.pokemon-number{color:#7f8c8d;font-weight:700;margin:0}.pokemon-footer{background:linear-gradient(90deg,#2c3e50,#34495e);color:#fff;text-align:center;padding:1rem;margin-top:auto}.footer-content p{margin:0;font-size:.9rem}@media (max-width: 768px){.menu-content{padding:2rem;margin:1rem}.menu-content h1{font-size:2rem}.player-stats{flex-direction:column;gap:.5rem}.stat{font-size:.8rem;padding:.3rem .8rem}.game-main{padding:1rem}.location-view{padding:1.5rem}.location-info h2{font-size:1.5rem}.location-icon{font-size:3rem}.battle-screen{padding:1.5rem}.wild-pokemon img{width:150px;height:150px}.battle-actions{flex-direction:column;align-items:center}.btn-primary,.btn-secondary{width:100%;max-width:250px}.pokemon-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}}@media (max-width: 480px){.menu-content h1{font-size:1.8rem}.menu-content p{font-size:1rem}.location-buttons,.pokemon-grid{grid-template-columns:1fr}}
