.pokedex{width:100%;max-width:1440px;margin:0 auto;padding:1rem}.favorites{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));width:100%;max-width:100%;margin:1rem auto 2rem;padding:.5rem;border-radius:5px;font-weight:700;font-size:clamp(.9rem,2vw,1.2rem);background-color:#222}.favorite-name{margin-right:.5rem;color:#d32f2f}.favorite-preview{position:relative;display:inline-block;margin:0 4px}.favorite-thumb{position:relative;display:block;max-width:100%;height:auto;border-radius:6px;border:2px solid gold;z-index:100}.favorited{border-color:#fb342d}.empty-card-slots{display:grid;grid-template-columns:repeat(10,1fr);width:100%;gap:.5rem;margin:1rem auto}.empty-card-slots>div{display:block;aspect-ratio:1 / 1.5;background-color:#222}.remove-favorite-button{position:absolute;top:0;right:0;background:none;border:none;cursor:pointer;color:red;font-size:.85rem;padding:0;z-index:200}.card-toolbar{display:flex;justify-content:center;margin-top:6px}.card-toolbar button{background:none;border:none;font-size:1.2rem;cursor:pointer;transition:transform .15s ease;padding:0}.card-toolbar button:hover{transform:scale(1.2)}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.fullscreen-content{background:#fff;padding:20px;border-radius:12px;text-align:center;width:700px;max-width:90%;max-height:90%;overflow:auto}.fullscreen-content img{width:100%;max-width:100%;height:auto;border-radius:8px}.fullscreen-content button{margin-top:12px;font-size:1rem;padding:6px 12px;cursor:pointer}.pokedex-deck{display:grid;padding:1rem;gap:.3rem;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));justify-items:center;margin:1rem auto;background-color:#00000040;border-radius:10px}.pokedex-card{border:2px solid transparent;border-radius:12px;overflow:hidden;cursor:pointer;transition:transform .2s,border .2s}.pokedex-card img{width:100%;display:block;height:auto;object-fit:contain}@media (hover: hover){.pokedex-card:hover{transform:scale(1.05)}}.pokedex-card button{margin-top:.3rem;border-radius:4px;padding:.1rem;background-color:#555}header{position:relative;display:flex;justify-content:space-around;align-items:center;background:#2a2d3e;padding:1rem}header:after{content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#3b4cca,#ffcb05,#c00);box-shadow:0 0 6px #ffcb05b3}header h1{font-size:2.5rem;letter-spacing:.25rem}header a{margin:0 1rem;font-family:"Press Start 2P",cursive;color:#fff}header a:hover{color:#ffcb05}.header-title{margin:2rem auto 1rem;padding:0 1rem;font-size:clamp(1rem,1.75vw,2.25rem)}.top-favorites{width:100%;max-width:1440px;margin:1rem auto;display:flex;flex-direction:column;align-items:center;padding:0rem 1rem 3rem;text-align:center;color:#fff}.top-favorites canvas{height:700px}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(75px,1fr));margin-bottom:2rem;gap:.25rem;width:100%}.top-favorite-card{cursor:zoom-in}.card-summary{background-color:#222;border-radius:5px;padding:.4rem;box-shadow:0 0 5px #ffffff1a}.card-summary img{width:100%;border-radius:4px}.card-label{display:flex;flex-direction:column;font-size:.8rem;margin-top:.25rem}.card-rank-text{font-size:clamp(1.2rem,2vw,3rem);text-shadow:2px 2px 4px rgba(0,0,0,1)}.top-favorite-card:nth-child(1) .card-summary{border:2px solid gold;box-shadow:0 0 12px gold}.chart-section{display:flex;justify-content:center;width:100%}.chart-section{margin-top:1rem}.chart-section .chart{display:flex;flex-direction:column;align-items:center;width:400px;height:300px;margin-block-end:2rem}.fullscreen-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;justify-content:center;align-items:center;z-index:9999;padding:2rem}.fullscreen-content{background:#222;padding:1.5rem;border-radius:12px;text-align:center;max-width:500px;width:100%;box-shadow:0 0 20px #ffffff1a}.fullscreen-content img{max-width:100%;height:auto;border-radius:8px}.fullscreen-content h2{color:#fff;margin-top:1rem}.fullscreen-content p{color:#ccc}.fullscreen-content button{margin-top:1rem;padding:.5rem 1rem;background:#dc143c;color:#fff;border:none;border-radius:6px;cursor:pointer}footer.footer{margin-top:auto}#root{display:flex;flex-direction:column;max-width:100%;width:100%;margin:0 auto;text-align:center}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}h1{text-shadow:7px 7px 7px black}h2{text-shadow:-2px 2px 1px black}.user-info{display:flex;flex-direction:column;align-items:center}.top-graphs-container{display:flex}:root{font-family:Roboto Flex,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#f5f5f5;background:linear-gradient(180deg,#1c1f2b,#0d0f14);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:"Press Start 2P",system-ui;letter-spacing:1px}h1,h2{font-size:2rem}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}hr{border:none;height:2px;background:linear-gradient(to right,#3b4cca,#ffcb05,#c00);box-shadow:0 0 6px #ffcb05b3}.page{max-width:900px;margin:2rem auto;text-align:left}.page h1,h2{text-align:center;margin-bottom:1rem}.page ul{margin:1rem auto}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}img,picture,video,canvas,svg{display:block;max-width:100%}button{cursor:pointer}
