#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;background-color:#6c0415}@media screen and (max-width: 580px){#root{padding:20px}}.title{color:red}.header{display:flex;justify-content:space-between}.header__home{display:flex}.header__home:hover{cursor:pointer}.header__home-image{max-width:25px;max-height:25px;align-self:center;margin-right:15px}.header__home-label{margin:0;text-decoration:none;font-size:30px;font-weight:700}.header__home-label:visited{color:inherit}.header__about{margin:0;text-decoration:none;font-size:30px;font-weight:700}.header__about:hover{cursor:pointer}.header__about:visited{color:inherit}.pokedex{margin:0}.pokedex__body{height:640px;max-width:100vw;background-color:#89061c;padding:10px;position:relative;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.pokedex__screen-background{height:520px;background-color:#dedede;padding:15px;position:relative;border-radius:5px}.pokedex__screen{display:flex;flex-direction:column;height:500px;background-color:#232323;padding:5px;gap:10px;overflow:auto}.pokedex__pokemon-list{display:flex;flex-wrap:wrap;justify-content:space-evenly;height:500px;background-color:#232323;padding:10px;gap:10px}.pokedex__show-more-button{height:60px;width:100%;font-size:20px;font-weight:600;border:none;background:transparent;color:#dedede}.pokedex__show-more-button:hover{cursor:pointer;color:#969696}.pokedex__screen-red-light{height:15px;width:15px;background-color:#a0001b;position:absolute;left:40px;bottom:6px;border-radius:50%}.pokedex__screen-red-light-rim{height:17px;width:17px;background-color:#000;position:absolute;left:40px;bottom:4px;border-radius:50%}.pokedex__black-button{height:40px;width:40px;background-color:#00312b;position:absolute;left:26px;top:580px;border-radius:50%}.pokedex__black-button-rim{height:45px;width:45px;background-color:#000;position:absolute;left:25px;top:579px;border-radius:50%}.pokedex__red-button{height:10px;width:40px;background-color:#ff002b;position:absolute;left:101px;top:575px;border-radius:20%}.pokedex__red-button-rim{height:15px;width:44px;background-color:#000;position:absolute;left:100px;top:574px;border-radius:20%}.pokedex__blue-button{height:10px;width:40px;background-color:#036694;position:absolute;left:156px;top:575px;border-radius:20%}.pokedex__blue-button-rim{height:15px;width:44px;background-color:#000;position:absolute;left:155px;top:574px;border-radius:20%}.pokedex__green-screen{height:45px;width:105px;background-color:#51ae5f;position:absolute;left:95px;top:598px;border-radius:5px;border:solid 2px black}.pokedex__dpad-vertical{height:80px;width:30px;background-color:#00312b;position:absolute;right:60px;top:569px;border-radius:8%}.pokedex__dpad-horizontal{height:30px;width:80px;background-color:#00312b;position:absolute;right:35px;top:594px;border-radius:8%}.pokedex__dpad-vertical-back{height:83px;width:33px;background-color:#000;position:absolute;right:56px;top:570px;border-radius:8%}.pokedex__dpad-horizontal-back{height:33px;width:83px;background-color:#000;position:absolute;right:31px;top:595px;border-radius:8%}@media screen and (max-width: 400px){.pokedex__black-button{left:16px}.pokedex__black-button-rim{left:15px}.pokedex__red-button{left:86px}.pokedex__red-button-rim{left:85px}.pokedex__blue-button{left:141px}.pokedex__blue-button-rim{left:140px}.pokedex__green-screen{left:80px}.pokedex__dpad-vertical{right:40px}.pokedex__dpad-horizontal{right:15px}.pokedex__dpad-vertical-back{right:36px}.pokedex__dpad-horizontal-back{right:11px}}.pokemon__card{display:flex;flex-direction:column;margin:0;padding:10px;height:250px;width:190px;background-color:#dedede4d;border-radius:5px;align-items:center}.pokemon__card:hover{cursor:pointer;border:solid 1px white}.pokemon__image{height:165px;max-width:100%;background-size:auto}.pokemon__name{margin:0 0 5px;height:40px;width:210px;font-size:24px;font-weight:500;color:#dedede}.pokemon__type-container{height:40px;width:80px}.pokemon__type{height:40px;width:40px}.pokemon__evo-card{display:flex;flex-direction:column;height:200px;width:200px;align-items:center}.pokemon__evo-image{height:130px;width:130px}.pokemon__evo-name{margin:10px 0;font-size:20px;font-weight:500}.pokemon__entry{display:flex;flex-direction:column;margin:0;padding:10px;height:100%;max-width:1280px;background-color:#dedede4d;border-radius:5px;overflow:auto;position:relative}.pokemon__entry-top-half{display:flex}.pokemon__entry-image{height:200px;width:200px;background-size:auto}.pokemon__name-and-type{display:flex;margin:10px 0}.pokemon__entry-name{margin:0 0 0 10px;height:40px;width:210px;font-size:26px;font-weight:600;color:#dedede;text-align:start}.pokemon__classification{margin:10px 0;font-size:20px;font-weight:700;text-align:start}.pokemon__pokedex-info{margin:10px 0;height:100px;width:100%;font-size:16px;font-weight:400;text-align:start}.pokemon__evolution{display:flex;flex-direction:column}.pokemon__evo-chain-title{max-height:40px;width:100%;margin:0;font-size:20px}.pokemon__evo-chain{margin:0;padding:10px;display:flex;justify-content:space-evenly}.pokemon__close{height:30px;width:30px;margin:10px;border:none;background:transparent;font-size:24px;font-weight:500;position:absolute;right:0;top:0}.pokemon__close:hover{cursor:pointer}@media screen and (max-width: 649px){.pokemon__entry-top-half{flex-direction:column;align-items:center}.pokemon__name-and-type{flex-direction:column-reverse;align-items:center;margin:0 0 10px}.pokemon__entry-name{margin:0 0 10px;text-align:center}.pokemon__classification{text-align:center}.pokemon__evo-chain{flex-direction:column;align-items:center}}.pokedex__top{height:100px;background-color:#dc0a2d;position:relative;border-top-left-radius:5px;border-top-right-radius:5px}.pokedex__blue-light{height:60px;width:60px;background-color:#28aafd;position:absolute;left:25px;top:20px;border-radius:50%}.pokedex__blue-light-rim{height:65px;width:65px;background-color:#dedede;border:solid 1px black;position:absolute;left:24px;top:19px;border-radius:50%}.pokedex__red-light{height:15px;width:15px;background-color:#a0001b;position:absolute;left:105px;top:20px;border-radius:50%}.pokedex__red-light-rim{height:17px;width:17px;background-color:#000;position:absolute;left:105px;top:20px;border-radius:50%}.pokedex__yellow-light{height:15px;width:15px;background-color:#fee119;position:absolute;left:130px;top:20px;border-radius:50%}.pokedex__yellow-light-rim{height:17px;width:17px;background-color:#000;position:absolute;left:130px;top:20px;border-radius:50%}.pokedex__green-light{height:15px;width:15px;background-color:#51ae60;position:absolute;left:155px;top:20px;border-radius:50%}.pokedex__green-light-rim{height:17px;width:17px;background-color:#000;position:absolute;left:155px;top:20px;border-radius:50%}.about{display:flex;flex-direction:column}.about__header{display:flex;flex-direction:column;align-items:center}.about__title-section{display:flex;justify-content:space-between}.about__title{color:#9f8b0f;font-size:24px;font-weight:700}.about__luxury-ball-image{max-height:80px}.about__header-text{margin-top:0;margin-bottom:8px;max-width:800px;font-weight:500}.about__body{height:700px;max-width:100vw;background-color:#89061c;padding:10px;position:relative;border-radius:5px}.about__screen{height:520px;background-color:#232323;display:flex;justify-content:space-around}.about__screen-image{max-width:60%;background-size:cover}.about__screen-message{text-align:center;align-content:center;margin:0;padding:20px;max-width:50%;font-size:20px;font-weight:500}.about__photo-selector-section{position:relative}.about__button-label{margin:0;position:absolute;left:80px;top:8px;color:#9f8b0f;font-weight:700}.about__blue-button-container{display:flex;flex-wrap:wrap;position:absolute;top:40px;left:10px;height:80px;width:280px}.about__blue-button{height:40px;width:50px;background-color:#28aafd;border:solid 1px black;border-radius:5px}.about__blue-button:hover{cursor:pointer;background-color:#a1dafe}.about__black-button{height:10px;width:40px;background-color:#002e29;border-radius:5px}.about__black-button-rim{height:13px;width:42px;background-color:#000;border-radius:5px}.about__black-button-left{position:absolute;left:150px;top:660px}.about__black-button-right{position:absolute;left:198px;top:660px}.about__white-button-container{display:flex;position:absolute;top:570px;right:169px;gap:0}.about__white-button{height:38px;width:48px;background-color:#dedede;border:solid 1px black;border-radius:5px}.about__black-decor-screen{height:38px;width:110px;background-color:#002e29;border-radius:5px;border:solid 2px black}.about__black-decor-screen-left{position:absolute;right:154px;top:635px}.about__black-decor-screen-right{position:absolute;right:20px;top:635px}.about__yellow-light{height:30px;width:30px;background-color:#ffdf18;position:absolute;right:20px;top:580px;border-radius:50%}.about__yellow-light-rim{height:32px;width:32px;background-color:#000;position:absolute;right:18px;top:581px;border-radius:50%}@media screen and (max-width: 900px){.about__screen{flex-direction:column}.about__screen-image{max-width:100%;align-self:center;max-height:330px}.about__screen-message{max-width:100%;padding:10px}}@media screen and (max-width: 635px){.about__body{height:780px}.about__screen-image{max-height:240px}.about__screen-message{font-size:16px}.about__white-button-container{left:20px;top:680px}.about__black-decor-screen-left{left:20px;top:745px}.about__black-decor-screen-right{left:156px;top:745px}.about__yellow-light{left:238px;top:690px}.about__yellow-light-rim{left:238px;top:691px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-image:url(/se_project_pokedex/assets/pokemon_route_background-CxGCxe0P.png);background-size:contain no-repeat;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
