:root{--background-light:rgb(229,226,226);--text-light:rgb(54,53,53);--background-dark:rgb(54,53,53);--text-dark:rgb(229,226,226);--normal-color:rgb(238,238,232);--fighting-color:rgb(130,66,66);--flying-color:rgb(173,126,238);--poison-color:rgb(108,16,238);--ground-color:rgb(133,108,74);--rock-color:rgb(198,179,153);--bug-color:rgb(37,107,0);--ghost-color:rgb(140,115,191);--steel-color:rgb(158,158,160);--fire-color:rgb(234,115,115);--water-color:rgb(77,116,233);--grass-color:rgb(54,249,100);--electric-color:rgb(255,235,120);--psychic-color:rgb(232,173,250);--ice-color:rgb(182,237,255);--dragon-color:rgb(255,197,138);--dark-color:rgb(49,49,50);--fairy-color:rgb(255,205,251);--unknown-color:rgb(45,47,92)}body{background-color:var(--background);color:var(--text)}#home,#about-page{height:90vh;padding-top:15vh;text-align:center}#pokemon-page{padding-top:15vh;text-align:center}.navbar{background-color:var(--background);color:var(--text);border-bottom:5px solid transparent;border-image:linear-gradient(45deg,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0)) 7;position:fixed;top:0;width:100%;z-index:1000}.about-footer{background-color:var(--background);color:var(--text);border-top:5px solid transparent;border-image:linear-gradient(45deg,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0)) 7}.footer-content{color:var(--text)}.footer-link:hover{animation:textColor 1s linear infinite;font-weight:700;text-decoration:none}.navbar-toggler{color:var(--text)}.navbar-toggler:hover{animation:textColor 1s linear infinite}:focus{animation:textColor 1s linear infinite}.pokemon-button{background-color:var(--background);color:var(--text);border:2px solid var(--text);border-radius:10px;overflow:hidden;transition:border 0.1s ease}.pokemon-button:hover{background-color:var(--text);color:var(--background);border:5px solid transparent;animation:textColor 1s linear infinite;font-weight:700;border-image:linear-gradient(45deg,rgb(255,0,0),rgb(255,255,0),rgb(0,255,0),rgb(0,255,255),rgb(0,0,255),rgb(255,0,255),rgb(255,0,0)) 7}a:hover{animation:textColor 1s linear infinite;font-weight:700}#generation-dropdown{background-color:var(--background);border:2px solid var(--text);border-radius:10px}#generation-link:hover{background-color:var(--text);color:var(--background)}.navbar-brand,.navbar-link,.nav-link{color:var(--text)}.pokemon-button,.pokemon-types,.pokemon-abilities{border-radius:5px}.table,.modal-header,.pokemon-types,.pokemon-abilities{background-color:var(--background);color:var(--text)}.pokemon-types,.pokemon-abilities{text-align:center}.pokemon-image{background-color:rgb(245,245,245,.5);border-radius:5px;border:none;width:200px}.close{color:var(--text);opacity:1;text-shadow:none}.modal-content{border:5px solid var(--background);border-radius:10px}.switch{display:inline-block;position:relative;width:60px;height:34px}.slider{position:absolute;cursor:pointer;top:0;left:0;right:-4px;bottom:0;background-color:#ccc;transition:0.4s;border-radius:5px}.slider:before{position:absolute;text-align:center;content:"☀️";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:0.4s;border-radius:5px}input:checked+.slider{background-color:rgb(35,35,35);content:"🌙"}input:checked+.slider:before{transform:translateX(30px);content:"🌙";color:#fff}.loading-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:9998}.loading-spinner{width:150px;height:150px;border:10px solid transparent;border-radius:50%;animation:spin 1.5s ease-in-out infinite,changeBorder 2s linear infinite;position:fixed;top:50%;left:50%;z-index:9999;display:none;text-align:center}.spinner-percentage{position:fixed;top:50%;left:50%;animation:textColor 2s linear infinite;transform:translate(-50%,-50%);font-size:20px;z-index:9999}@keyframes anti-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(-360deg)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0deg)}100%{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes rotateText{0%{transform:translateY(0) rotate(0deg)}100%{transform:translateY(-80px) rotate(360deg)}}@keyframes textColor{0%{color:rgb(255,0,0)}14.2857143%{color:rgb(255,255,0)}28.5714286%{color:rgb(0,255,0)}42.8571429%{color:rgb(0,255,255)}57.1428572%{color:rgb(0,0,255)}85.7142857%{color:rgb(255,0,255)}100%{color:rgb(255,0,0)}}@keyframes changeBorder{0%{border-top-color:rgb(255,0,0)}14.2857143%{border-top-color:rgb(255,255,0)}28.5714286%{border-top-color:rgb(0,255,0)}42.8571429%{border-top-color:rgb(0,255,255)}57.1428572%{border-top-color:rgb(0,0,255)}85.7142857%{border-top-color:rgb(255,0,255)}100%{border-top-color:rgb(255,0,0)}}