:root{--background-color: #212121;--text-color: #fff}html,body{margin:0;padding:0;width:100%;height:100%}*,*:before,*:after{box-sizing:border-box}[data-theme=light]{--background-color: #fff;--text-color: #212121}body{text-align:center;background-color:var(--background-color);color:var(--text-color)}.sections-container{display:grid;grid-template-columns:1fr;gap:2vmin;width:100%;margin:0 auto}.pokemon-section{width:100%;max-width:calc(100% - 2rem);margin:0 auto}.pokemon-grid{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(5,1fr);gap:1.5vmin;padding:1.5vmin}.pokemon-box{box-sizing:border-box;padding:1vmin;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:var(--border-radius);transition:transform .2s,box-shadow .2s;background-color:color-mix(in srgb,var(--generation-color, transparent) 20%,var(--card-background-color));text-decoration:none;color:var(--color);overflow:hidden;height:100%;aspect-ratio:1 / 1}.pokemon-box:hover{transform:translateY(-.5vmin);box-shadow:0 5px 15px #0000001a}.pokemon-box img{width:70%;height:70%}.pokemon-box p{font-size:2vmin;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}hgroup h2,hgroup h3{margin:0}.pokedex-selector .button-container{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem}.pokedex-selector h3{margin-bottom:.5rem}.pokedex-selector button{width:fit-content;display:inline-block;padding:.5rem 1rem;font-size:.8rem;margin:0}.container{position:relative;width:100%;max-width:none;min-height:100vh;padding:1rem}.theme-toggle{position:absolute;top:1rem;right:1rem;font-size:1.8rem;cursor:pointer;z-index:1000;padding:.5rem;border-radius:.5rem;background-color:var(--card-background-color);box-shadow:0 2px 5px #0003}.theme-toggle:hover{opacity:.8}.actions-container{display:flex;justify-content:center;margin-bottom:1rem}.modal-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1.5rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background-color:var(--card-background-color);padding:2rem;border-radius:var(--border-radius);position:relative;min-width:300px;max-width:80%;max-height:85vh;display:flex;flex-direction:column}.modal-content>hgroup{flex-shrink:0}.modal-content .pokedex-selector{overflow-y:auto;flex-grow:1;margin-bottom:1rem}.modal-content .modal-actions{flex-shrink:0}.modal-content .close-button{position:absolute;top:.5rem;right:.5rem;border:none;background:transparent;font-size:1.5rem;cursor:pointer}
