*{box-sizing:border-box;margin:0;padding:0}#root,body,html{background:#202020;font-family:Roboto,sans-serif;height:100%;overflow-x:hidden}.pokedex{background:#c00;border:12px solid #7c0000;border-radius:25px;box-shadow:inset 0 0 40px #0006;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:100vh;padding:16px;width:100%}.pokedex-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;padding:6px 8px}.cardhunters-title{color:#ffcb05;flex:0 0 auto;font-family:Pokemon Solid,Arial Black,sans-serif;font-size:28px;font-weight:900;letter-spacing:2px;text-shadow:3px 3px 0 #2a75bb,-1px -1px 0 #2a75bb,1px -1px 0 #2a75bb,-1px 1px 0 #2a75bb,1px 1px 0 #2a75bb,4px 4px 8px #00000080;white-space:nowrap}.lights{align-items:center;display:flex;flex:0 0 auto;gap:8px}.light{border:3px solid #222;border-radius:50%;height:28px;width:28px}.light.red{background:#ff4d4d}.light.yellow{background:#ffe066}.light.green{background:#6bff7a}.header-controls{align-items:center;display:flex;flex:0 0 auto;gap:10px;justify-content:flex-start}.search-input{width:180px}.region-select,.search-input{border:2px solid #0b4f0b;border-radius:8px;padding:8px 10px}.region-select{background:#fff;width:150px}.type-chips{align-items:center;display:flex;justify-content:center;padding:6px 8px}.chips-row{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(18,1fr);justify-items:center;max-width:900px;width:100%}.chip{align-items:center;border:3px solid #0000;border-radius:12px;box-shadow:0 2px 4px #0003;cursor:pointer;display:inline-flex;height:45px;justify-content:center;overflow:hidden;transition:transform .12s ease,border-color .12s ease,box-shadow .12s;width:45px}.chip img{height:100%;object-fit:cover;width:100%}.chip:hover{box-shadow:0 4px 8px #0000004d;transform:translateY(-3px) scale(1.05)}.chip-active{border-color:gold;box-shadow:0 0 12px #ffd70099}.pokedex-screen{background:#d4f9d4;border:8px solid #0b4f0b;border-radius:15px;box-shadow:inset 0 0 20px #00000073;display:flex;flex-grow:1;overflow:hidden;padding:12px}.pokemon-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(10,minmax(0,1fr));height:100%;overflow-y:auto;padding-right:8px;width:100%}.pokemon-grid::-webkit-scrollbar{width:10px}.pokemon-grid::-webkit-scrollbar-thumb{background:#0b4f0b;border-radius:4px}.pokemon-tile{align-items:center;background:#fffc;border:2px solid #0b4f0b;border-radius:8px;display:flex;flex-direction:column;min-width:0;padding:6px;position:relative;text-decoration:none;transition:transform .15s ease}.pokemon-tile:hover{background:#fff;transform:scale(1.05)}.pokemon-number{background:#ffffffd9;border:1px solid #0b4f0b;border-radius:8px;color:#0b4f0b;font-size:11px;font-weight:700;padding:2px 6px;position:absolute;right:6px;top:4px}.pokemon-tile img{height:70px;object-fit:contain;width:70px}.pokemon-name{border-radius:6px;font-size:13px;font-weight:700;margin-top:6px;padding:4px 6px;text-align:center;white-space:nowrap;width:100%}.loading-container{align-items:center;display:flex;flex-direction:column;gap:20px;grid-column:1/-1;padding:40px}.pokeball-loader{animation:spin 1s linear infinite;background:linear-gradient(180deg,red,red 50%,#fff 0);border:4px solid #222;border-radius:50%;height:60px;width:60px}@media (max-width:1200px){.pokemon-grid{grid-template-columns:repeat(8,1fr)}}@media (max-width:900px){.pokemon-grid{grid-template-columns:repeat(6,1fr)}}@media (max-width:600px){.chips-row{gap:8px;grid-template-columns:repeat(6,1fr)}.pokemon-grid{gap:6px;grid-template-columns:repeat(3,1fr)}.pokemon-tile{padding:4px}.pokemon-tile img{height:55px;width:55px}.pokemon-name{font-size:11px;padding:3px 4px}}@media (max-width:420px){.pokemon-grid{grid-template-columns:repeat(3,1fr)}.pokemon-tile img{height:50px;width:50px}}
/*# sourceMappingURL=main.a0ecf473.css.map*/