.platinum-pokedex{display:grid;grid-template-columns:repeat(auto-fit,minmax(135px,1fr));gap:12px}.platinum-entry{position:relative;display:flex;flex-direction:column;align-items:center;padding:14px 8px 16px;background:#18212c;border:1px solid #526071;border-radius:6px;text-align:center;scroll-margin-top:20px}.platinum-number{align-self:flex-start;color:#b9c6d8;font-size:13px;font-variant-numeric:tabular-nums}.platinum-entry img{width:96px;height:96px;object-fit:contain;image-rendering:pixelated}.platinum-entry h3{font:700 16px/1.4 'Source Sans 3',Arial,sans-serif;margin:5px 0 10px;color:#f4f6fa}.platinum-types{display:flex;justify-content:center;gap:4px;flex-wrap:wrap;margin-top:auto}.platinum-type{background:#465262;color:white;border-radius:4px;padding:3px 7px;font:600 12px/1.3 Arial,sans-serif}.type-grass{background:#366c30}.type-fire{background:#a13e16}.type-water{background:#275ab0}.type-bug{background:#576418}.type-normal{background:#60604d}.type-flying{background:#625098}.type-poison{background:#813b86}.type-electric{background:#8b6a00}.type-ground{background:#805b24}.type-fighting{background:#a0332c}.type-psychic{background:#a4305a}.type-rock{background:#76651f}.type-steel{background:#56647c}.type-ice{background:#27696d}.type-ghost{background:#594378}.type-dark{background:#584434}.type-dragon{background:#5936b5}@media(max-width:420px){.platinum-pokedex{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}}
