.PokemonListClient-module__bIbLrW__wrapper{width:100%;min-height:100vh;position:relative}.PokemonListClient-module__bIbLrW__backgroundLayer{z-index:-1;background-image:url(/images/1243956.webp);background-position:50%;background-size:cover;position:fixed;inset:0}.PokemonListClient-module__bIbLrW__container{color:#111;max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.PokemonListClient-module__bIbLrW__headerArea{justify-content:space-between;align-items:flex-start;margin-bottom:2rem;display:flex}.PokemonListClient-module__bIbLrW__headerLeft{flex-direction:column;gap:.5rem;display:flex}.PokemonListClient-module__bIbLrW__title{text-transform:uppercase;color:#111;letter-spacing:-.02em;margin:0;font-size:2.25rem;font-weight:900}.PokemonListClient-module__bIbLrW__subtitleRow{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.PokemonListClient-module__bIbLrW__subtitle{color:#333;font-size:1rem;font-weight:500}.PokemonListClient-module__bIbLrW__pokedexSelect{color:#111;align-items:center;gap:.5rem;font-weight:500;display:flex}.PokemonListClient-module__bIbLrW__selectBox{color:#111;background:#fff;border:1px solid #ccc;border-radius:4px;padding:.25rem .5rem;font-size:.9rem}.PokemonListClient-module__bIbLrW__lastUpdated{color:#555;margin-top:.25rem;font-size:.8rem}.PokemonListClient-module__bIbLrW__statsBox{text-align:right;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:.25rem;min-width:200px;padding:.75rem 1rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.PokemonListClient-module__bIbLrW__statLine{color:#333;font-size:.95rem}.PokemonListClient-module__bIbLrW__statLine strong{color:#111;margin-left:.5rem;font-size:1.1rem}.PokemonListClient-module__bIbLrW__controlsBar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:12px;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem;display:flex;box-shadow:0 4px 6px -1px #0000000d}.PokemonListClient-module__bIbLrW__controlGroup{flex:1;min-width:200px}.PokemonListClient-module__bIbLrW__searchInput,.PokemonListClient-module__bIbLrW__selectInput{color:#333;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.95rem;transition:all .2s}.PokemonListClient-module__bIbLrW__searchInput:focus,.PokemonListClient-module__bIbLrW__selectInput:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f633}.PokemonListClient-module__bIbLrW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.PokemonListClient-module__bIbLrW__trendingGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem;display:grid}@media (min-width:1024px){.PokemonListClient-module__bIbLrW__grid{grid-template-columns:repeat(5,1fr)}}.PokemonListClient-module__bIbLrW__card{color:#111;border-radius:12px;flex-direction:column;padding:1rem;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a}.PokemonListClient-module__bIbLrW__card:hover{transform:translateY(-2px)}.PokemonListClient-module__bIbLrW__imageContainer{justify-content:center;align-items:center;height:120px;margin-bottom:.5rem;display:flex}.PokemonListClient-module__bIbLrW__image{object-fit:contain;filter:drop-shadow(0 4px 6px #0000004d);max-width:100%;max-height:100%}.PokemonListClient-module__bIbLrW__noImage{color:#0006;font-weight:500}.PokemonListClient-module__bIbLrW__cardInfo,.PokemonListClient-module__bIbLrW__info{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.PokemonListClient-module__bIbLrW__nameLine{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;display:flex}.PokemonListClient-module__bIbLrW__name{font-size:1.05rem;font-weight:700}.PokemonListClient-module__bIbLrW__typeText{font-size:.9rem;font-weight:500}.PokemonListClient-module__bIbLrW__idLine{color:#0009;margin-bottom:.5rem;font-size:.8rem;font-weight:500}.PokemonListClient-module__bIbLrW__quantityLine{justify-content:center;align-items:center;gap:.35rem;display:flex}.PokemonListClient-module__bIbLrW__quantityLine span:first-child{font-size:.95rem;font-weight:500}.PokemonListClient-module__bIbLrW__qtyX{font-size:1.25rem;font-weight:700;line-height:1}.PokemonListClient-module__bIbLrW__qtyNumber{font-size:1.5rem;font-weight:800;line-height:1}.PokemonListClient-module__bIbLrW__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:2rem;display:flex}.PokemonListClient-module__bIbLrW__pageBtn{color:#111;cursor:pointer;background:#fff;border:1px solid #ccc;border-radius:6px;padding:.5rem 1rem;font-weight:500;transition:background .2s}.PokemonListClient-module__bIbLrW__pageBtn:hover:not(:disabled){background:#f1f5f9}.PokemonListClient-module__bIbLrW__pageBtn:disabled{opacity:.5;cursor:not-allowed}.PokemonListClient-module__bIbLrW__pageInfo{color:#333;font-weight:600}@media (max-width:768px){.PokemonListClient-module__bIbLrW__headerArea{flex-direction:column;gap:1.5rem}.PokemonListClient-module__bIbLrW__statsBox{text-align:left;width:100%}.PokemonListClient-module__bIbLrW__grid,.PokemonListClient-module__bIbLrW__trendingGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.PokemonListClient-module__bIbLrW__card{padding:.5rem}.PokemonListClient-module__bIbLrW__imageContainer{height:60px;margin-bottom:.25rem}.PokemonListClient-module__bIbLrW__cardInfo{width:100%;min-width:0;overflow:hidden}.PokemonListClient-module__bIbLrW__nameLine{flex-direction:column;gap:0;width:100%;min-width:0;font-size:.8rem;overflow:hidden}.PokemonListClient-module__bIbLrW__name{white-space:nowrap;text-overflow:ellipsis;text-align:center;width:100%;font-size:.85rem;display:block;overflow:hidden}.PokemonListClient-module__bIbLrW__typeText,.PokemonListClient-module__bIbLrW__idLine,.PokemonListClient-module__bIbLrW__typeWrapper{display:none!important}.PokemonListClient-module__bIbLrW__quantityLine{gap:.15rem}.PokemonListClient-module__bIbLrW__quantityLine span:first-child{display:none}.PokemonListClient-module__bIbLrW__qtyX{font-size:.8rem}.PokemonListClient-module__bIbLrW__qtyNumber{font-size:.95rem}.PokemonListClient-module__bIbLrW__qty{font-size:.8rem;justify-content:center!important;margin-top:.25rem!important}}@media (max-width:480px){.PokemonListClient-module__bIbLrW__container{padding:1rem}.PokemonListClient-module__bIbLrW__controlsBar{flex-direction:column;align-items:stretch;width:100%}.PokemonListClient-module__bIbLrW__controlGroup{width:100%}.PokemonListClient-module__bIbLrW__title{font-size:1.75rem}}.PokemonListClient-module__bIbLrW__viewToggleGroup{background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.PokemonListClient-module__bIbLrW__viewBtn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.PokemonListClient-module__bIbLrW__viewBtn:hover{color:#334155;background:#f1f5f9}.PokemonListClient-module__bIbLrW__activeView{color:#0f172a;background:#e2e8f0;box-shadow:0 1px 2px #0000000d}.PokemonListClient-module__bIbLrW__listLayout{flex-direction:column;gap:1rem;display:flex}.PokemonListClient-module__bIbLrW__listCard{flex-direction:row;align-items:center;padding:1rem 1.5rem}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__imageContainer{flex-shrink:0;width:80px;height:80px;margin-bottom:0;margin-right:1.5rem}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__cardInfo{text-align:left;flex-direction:row;flex:1;justify-content:space-between;align-items:center}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__nameLine{flex-direction:column;align-items:flex-start;min-width:150px}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__idLine{min-width:80px;margin-bottom:0}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__quantityLine{min-width:100px}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__typeWrapper{text-align:right;min-width:100px;margin-top:0!important}@media (max-width:640px){.PokemonListClient-module__bIbLrW__listCard{flex-direction:column}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__imageContainer{margin-bottom:1rem;margin-right:0}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__cardInfo{text-align:center;flex-direction:column;gap:.5rem}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__nameLine{align-items:center}.PokemonListClient-module__bIbLrW__listCard .PokemonListClient-module__bIbLrW__typeWrapper{text-align:center}}.PokemonListClient-module__bIbLrW__loadingSentinel{text-align:center;color:#475569;margin-top:1rem;padding:2rem;font-weight:500}.PokemonListClient-module__bIbLrW__endOfList{text-align:center;color:#64748b;background:#ffffff80;border-radius:8px;margin-top:1rem;padding:2rem;font-weight:500}.PokemonListClient-module__bIbLrW__metaBanner{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(135deg,#1e293bf2 0%,#0f172afa 100%);border:1px solid #fbbf2466;border-radius:16px;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;padding:1.5rem 2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 25px -5px #fbbf2426,0 4px 6px -2px #0000004d;text-shadow:none!important}.PokemonListClient-module__bIbLrW__metaBanner *{text-shadow:none!important}.PokemonListClient-module__bIbLrW__metaBanner:before{content:"";background:linear-gradient(90deg,#fbbf24,#f59e0b,#ef4444);height:3px;position:absolute;top:0;left:0;right:0}.PokemonListClient-module__bIbLrW__metaBannerContent{flex-direction:column;gap:.5rem;max-width:700px;display:flex}.PokemonListClient-module__bIbLrW__metaBannerHeader{align-items:center;gap:.75rem;display:flex}.PokemonListClient-module__bIbLrW__metaBannerBadge{color:#fbbf24;letter-spacing:.03em;background:#fbbf2426;border:1px solid #fbbf2466;border-radius:9999px;align-items:center;gap:.35rem;padding:.25rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.PokemonListClient-module__bIbLrW__metaBannerSparkle{color:#ef4444;align-items:center;gap:.25rem;font-size:.75rem;font-weight:700;display:inline-flex}.PokemonListClient-module__bIbLrW__metaBannerTitle{color:#f8fafc;letter-spacing:-.01em;margin:0;font-size:1.35rem;font-weight:800}.PokemonListClient-module__bIbLrW__metaBannerDesc{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}.PokemonListClient-module__bIbLrW__metaBannerBtn{color:#0f172a;white-space:nowrap;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:12px;flex-shrink:0;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-size:.95rem;font-weight:800;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #f59e0b66}.PokemonListClient-module__bIbLrW__metaBannerBtn:hover{color:#000;transform:translateY(-2px)scale(1.02);box-shadow:0 6px 20px #f59e0b99}@media (max-width:768px){.PokemonListClient-module__bIbLrW__metaBanner{flex-direction:column;align-items:stretch;gap:1rem;padding:1.25rem}.PokemonListClient-module__bIbLrW__metaBannerTitle{font-size:1.15rem}.PokemonListClient-module__bIbLrW__metaBannerDesc{font-size:.85rem}.PokemonListClient-module__bIbLrW__metaBannerBtn{justify-content:center;width:100%;padding:.75rem 1rem}}
