*{margin:0;padding:0;box-sizing:border-box}body,html{background:linear-gradient(135deg,#dc052d,#9b0422);min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{max-width:1200px;margin:0 auto;padding:2rem}.title{color:#fff;font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle,.title{text-align:center}.subtitle{color:hsla(0,0%,100%,.9);font-size:1.1rem;margin-bottom:2rem}.search-container{max-width:500px;margin:0 auto 2rem}.search-form{display:flex;gap:.5rem}.search-input-wrapper{flex:1 1;position:relative}.search-input{width:100%;height:3rem;border-radius:12px;border:none;padding:0 1.5rem;font-size:1rem;box-shadow:0 4px 6px rgba(0,0,0,.1);outline:none;transition:box-shadow .2s ease}.search-input:focus{box-shadow:0 4px 12px rgba(0,0,0,.2)}.search-button{height:3rem;padding:0 1.5rem;border-radius:12px;border:none;background:#ffcb05;color:#2a2a2a;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.search-button:hover{background:#ffd63a;transform:translateY(-1px)}.search-button:active{transform:translateY(0)}.suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.15);list-style:none;margin-top:.5rem;max-height:400px;overflow-y:auto;z-index:100}.suggestion-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;cursor:pointer;transition:background .15s ease}.suggestion-item:first-child{border-radius:12px 12px 0 0}.suggestion-item:last-child{border-radius:0 0 12px 12px}.suggestion-item:only-child{border-radius:12px}.suggestion-item.selected,.suggestion-item:hover{background:#f5f5f5}.suggestion-sprite{width:40px;height:40px;object-fit:contain}.suggestion-name{flex:1 1;font-weight:500;text-transform:capitalize;color:#2a2a2a}.suggestion-id{font-size:.85rem;color:#999}.pokemon-card{background:hsla(0,0%,100%,.95);border-radius:20px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.2);max-width:900px;margin:0 auto}.pokemon-header{display:flex;flex-wrap:wrap;gap:2rem;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.pokemon-image-container{display:flex;flex-direction:column;align-items:center;gap:.5rem}.pokemon-image{width:180px;height:180px;background:linear-gradient(145deg,#f5f5f5,#e8e8e8);border-radius:50%;padding:10px}.shiny-toggle{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666}.shiny-toggle input{cursor:pointer}.pokemon-info{flex:1 1;min-width:200px}.pokemon-id{color:#999;font-size:.9rem;margin-bottom:.25rem}.pokemon-name{font-size:2.5rem;font-weight:700;color:#2a2a2a;text-transform:capitalize;margin-bottom:.5rem}.pokemon-types{display:flex;gap:.5rem;margin-bottom:1rem}.type-badge{padding:.4rem 1rem;border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;text-transform:capitalize}.type-with-icon{gap:.35rem}.type-icon,.type-with-icon{display:inline-flex;align-items:center}.type-icon{justify-content:center;width:1em;height:1em}.type-icon svg{width:100%;height:100%}.type-normal{background:#a8a878}.type-fire{background:#f08030}.type-water{background:#6890f0}.type-electric{background:#f8d030;color:#2a2a2a}.type-grass{background:#78c850}.type-ice{background:#98d8d8;color:#2a2a2a}.type-fighting{background:#c03028}.type-poison{background:#a040a0}.type-ground{background:#e0c068;color:#2a2a2a}.type-flying{background:#a890f0}.type-psychic{background:#f85888}.type-bug{background:#a8b820}.type-rock{background:#b8a038}.type-ghost{background:#705898}.type-dragon{background:#7038f8}.type-dark{background:#705848}.type-steel{background:#b8b8d0;color:#2a2a2a}.type-fairy{background:#ee99ac}.pokemon-physical{display:flex;gap:2rem}.physical-stat{display:flex;flex-direction:column}.physical-stat-label{font-size:.75rem;color:#999;text-transform:uppercase}.physical-stat-value{font-size:1.2rem;font-weight:600;color:#2a2a2a}.section{margin-top:2rem}.section-title{font-size:1.3rem;font-weight:600;color:#2a2a2a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.pokemon-description{font-size:1rem;line-height:1.6;color:#444;background:#f8f8f8;padding:1rem;border-radius:12px;font-style:italic}.stats-grid{display:grid;grid-gap:.75rem;gap:.75rem}.stat-row{display:grid;grid-template-columns:120px 50px 1fr;align-items:center;grid-gap:1rem;gap:1rem}.stat-name{font-size:.85rem;color:#666;text-transform:capitalize}.stat-value{font-size:.9rem;font-weight:600;color:#2a2a2a;text-align:right}.stat-bar-container{height:10px;background:#f0f0f0;border-radius:5px;overflow:hidden}.stat-bar{height:100%;border-radius:5px;transition:width .5s ease}.stat-hp{background:linear-gradient(90deg,#ff5959,#f22)}.stat-attack{background:linear-gradient(90deg,#f5ac78,#f08030)}.stat-defense{background:linear-gradient(90deg,#fae078,#f8d030)}.stat-special-attack{background:linear-gradient(90deg,#9db7f5,#6890f0)}.stat-special-defense{background:linear-gradient(90deg,#a7db8d,#78c850)}.stat-speed{background:linear-gradient(90deg,#fa92b2,#f85888)}.type-effectiveness-container{display:flex;flex-direction:column;gap:1.5rem}.effectiveness-group{display:flex;flex-direction:column;gap:.75rem}.effectiveness-label{font-size:.95rem;font-weight:600;margin:0;padding-left:.5rem;border-left:3px solid}.weakness-label{color:#c03028;border-color:#c03028}.resistance-label{color:#3d7a3d;border-color:#3d7a3d}.immunity-label{color:#705898;border-color:#705898}.effectiveness-types{display:flex;flex-wrap:wrap;gap:.5rem}.effectiveness-item{display:flex;align-items:center;gap:.25rem;background:#f8f8f8;border-radius:20px;padding:.25rem .5rem .25rem .25rem}.multiplier{font-size:.75rem;font-weight:600;padding:.1rem .4rem;border-radius:10px}.weakness-multiplier{color:#c03028;background:rgba(192,48,40,.1)}.resistance-multiplier{color:#3d7a3d;background:rgba(61,122,61,.1)}.immunity-multiplier{color:#705898;background:rgba(112,88,152,.1)}.evolution-chain{flex-wrap:wrap;justify-content:center;gap:.5rem}.evolution-chain,.evolution-step{display:flex;align-items:center}.evolution-arrow-container{padding:0 .5rem}.evolution-arrow-container,.evolution-pokemon{display:flex;flex-direction:column;align-items:center}.evolution-pokemon{gap:.5rem;padding:1rem;background:#f8f8f8;border-radius:12px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none;color:inherit}.evolution-pokemon:hover{transform:translateY(-3px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.evolution-pokemon.current{background:linear-gradient(145deg,#ffcb05,#ffd63a)}.evolution-image{width:80px;height:80px}.evolution-name{font-size:.9rem;font-weight:600;text-transform:capitalize;color:#2a2a2a}.evolution-arrow{font-size:1.5rem;color:#999}.evolution-method{font-size:.7rem;color:#666;text-align:center;max-width:80px;line-height:1.2;text-transform:capitalize}.mega-evolution-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.mega-evolution-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#f0f0f0,#e0e0e0);border-radius:16px;padding:1.5rem;min-width:180px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.mega-evolution-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.mega-pokemon-container{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.mega-pokemon-image{width:120px;height:120px;object-fit:contain}.mega-pokemon-name{font-size:1rem;font-weight:600;color:#2a2a2a;margin-top:.5rem;text-align:center}.mega-stone-container{display:flex;align-items:center;gap:.5rem;background:linear-gradient(145deg,#7038f8,#a040a0);padding:.5rem 1rem;border-radius:20px}.mega-stone-icon{font-size:1rem}.mega-stone-name{font-size:.85rem;font-weight:500;color:#fff;text-transform:capitalize}.regional-forms-grid{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.regional-form-card{display:flex;flex-direction:column;align-items:center;background:linear-gradient(145deg,#f8f8f8,#e8e8e8);border-radius:16px;padding:1.5rem;min-width:160px;box-shadow:0 4px 12px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease}.regional-form-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.regional-form-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.regional-emoji{font-size:1.2rem}.regional-name{font-size:.95rem;font-weight:600;color:#2a2a2a;text-align:center}.regional-form-image{width:100px;height:100px;object-fit:contain;margin-bottom:.75rem}.regional-types{display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.locations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.location-card{padding:1rem;background:#f8f8f8;border-radius:12px;transition:transform .2s ease}.location-card:hover{transform:translateY(-2px)}.location-name{font-weight:600;color:#2a2a2a;text-transform:capitalize;margin-bottom:.5rem}.location-name:before{content:"📍 "}.location-details{font-size:.85rem;color:#666}.location-game{font-size:.75rem;color:#999;margin-top:.25rem;text-transform:capitalize}.no-locations{color:#666;font-style:italic;text-align:center;padding:2rem}.error-message{background:rgba(0,0,0,.3);border-radius:12px;padding:3rem;text-align:center;max-width:400px;margin:0 auto}.error-message h2{color:#fff;font-size:1.5rem;margin-bottom:.5rem}.error-message p{color:hsla(0,0%,100%,.8)}.loading{text-align:center;padding:3rem;color:#fff;font-size:1.2rem}.loading:after{content:"";animation:dots 1.5s steps(4) infinite}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}@media (max-width:600px){.title{font-size:2rem}.pokemon-header{flex-direction:column;text-align:center}.pokemon-physical{justify-content:center}.stat-row{grid-template-columns:100px 40px 1fr;gap:.5rem}.stat-name{font-size:.75rem}}