*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Arial,sans-serif;background:#101828;color:#f8fafc}button{font:inherit;cursor:pointer}.app{max-width:1040px;margin:0 auto;padding:24px}.header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:40px}.header h1{margin:0;color:#fc0;font-size:24px}.nav{display:flex;gap:16px}.nav a{color:#cbd5e1;font-size:14px;font-weight:700;text-decoration:none}.nav a:hover{color:#fc0}.pokedex-page{max-width:860px;margin:0 auto}.page-title{margin-bottom:24px}.eyebrow{margin:0 0 8px;color:#fc0;font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.page-title h2{margin:0;font-size:44px;line-height:1.1}.pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:28px;color:#dbeafe;font-weight:700}.pagination button{border:0;border-radius:999px;background:#fc0;color:#172033;font-weight:700;padding:9px 14px}.pagination button:hover:not(:disabled){background:#ffe066}.pagination button:disabled{cursor:not-allowed;opacity:.35}.pagination .page-button{min-width:40px;padding-inline:12px}.pagination .page-button.active{background:#f8fafc;color:#172033}.pagination-dots{color:#93a4bd;padding:0 2px}.status{color:#dbeafe;font-weight:700}.error{color:#fecaca;font-weight:700}.pokedex-layout{display:block}.pokemon-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.pokemon-card{min-height:170px;border:1px solid #334155;border-radius:8px;background:#1e293b;color:#f8fafc;padding:14px;text-align:left;transition:border-color .12s ease,transform .12s ease,background .12s ease}.pokemon-card:hover{border-color:#fc0;background:#26364f;transform:translateY(-2px)}.pokemon-number{display:block;color:#93c5fd;font-size:13px;font-weight:700}.pokemon-card-image{display:block;width:104px;height:104px;margin:8px auto 4px;image-rendering:pixelated}.missing-image{display:flex;align-items:center;justify-content:center;border:1px dashed #475569;border-radius:8px;color:#93a4bd;font-size:13px;font-weight:700;image-rendering:auto}.pokemon-card-name{display:block;font-size:17px;font-weight:700;text-transform:capitalize}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:24px;background:#020617bf}.modal{position:relative;width:min(100%,460px)}.modal-close{position:absolute;top:12px;right:12px;z-index:1;width:36px;height:36px;border:1px solid #475569;border-radius:50%;background:#0f172a;color:#f8fafc;font-weight:700}.modal-close:hover{border-color:#fc0;color:#fc0}.details{max-height:calc(100vh - 48px);overflow:auto;border:1px solid #334155;border-radius:8px;background:#1e293b;padding:24px;box-shadow:0 24px 80px #00000059}.details h2{margin:0 44px 16px 0;font-size:32px;text-transform:capitalize}.details h3{margin-bottom:8px}.details p{color:#e2e8f0}.details strong{color:#f8fafc}.details ul{margin-bottom:0}.pokemon-image{display:block;width:140px;height:140px;margin:0 auto 12px;image-rendering:pixelated}@media(max-width:700px){.app{padding:18px}.header,.page-title{align-items:flex-start;flex-direction:column}.page-title h2{font-size:34px}.pokemon-list{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.pokemon-card{min-height:150px}.pokemon-card-image{width:88px;height:88px}}
