@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{font-family:Inter,Arial,sans-serif;margin:0;padding:0}html{overflow-y:scroll;background-image:url(https://raw.githubusercontent.com/dldelpino/battle-facilities-pokedex/refs/heads/main/public/background.png);background-size:240px 50px}header{display:flex;justify-content:space-between;align-items:center;background-image:repeating-linear-gradient(to right,#c9242b,#f05a7d,#21a566,#f0b41c,#2d83b7);padding-top:10px;padding-bottom:10px;border-bottom:2px solid rgb(50,50,50);color:#fff;min-width:1349px}header :first-child{width:200px}header :last-child{width:200px}#title{display:flex;gap:10px;align-items:center;font-weight:700;font-style:italic;background-color:transparent;font-size:30px}#title img{width:50px;background-color:inherit}#header-left{background-color:transparent;margin-left:20px}#version-buttons{display:flex;align-self:flex-start;border-radius:5px}#version-buttons :first-child{border-top-left-radius:5px;border-bottom-left-radius:5px;border-left:2px solid rgb(50,50,50)}#version-buttons :last-child{border-top-right-radius:5px;border-bottom-right-radius:5px;border-right:2px solid rgb(50,50,50)}.button-selected{font-size:16px;font-weight:700;padding:5px 10px;border-top:2px solid rgb(50,50,50);border-bottom:2px solid rgb(50,50,50);border-left:1px solid rgb(50,50,50);border-right:1px solid rgb(50,50,50);background-color:#bebebe}.button-selected:hover{cursor:default}.button-not-selected{font-size:16px;padding:5px 10px;border-top:2px solid rgb(50,50,50);border-bottom:2px solid rgb(50,50,50);border-left:1px solid rgb(50,50,50);border-right:1px solid rgb(50,50,50);background-color:#fff}.button-not-selected:hover{background-color:#e6e6e6}#header-right{background-color:transparent;text-align:right;margin-right:20px;height:30px}#header-right img{width:30px;background-color:inherit;transition:transform .1s;filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(87deg) brightness(103%) contrast(104%)}#header-right img:hover{transform:scale(1.2)}#search-bar{display:flex;flex-direction:column;align-items:center;margin-top:30px;margin-bottom:30px;min-width:1340px}#search-bar input{padding:10px;border-radius:10px;width:30%;font-size:16px;border:none;box-shadow:2px 2px #323232}table{border-collapse:collapse;background-color:#fff;box-shadow:2px 2px #323232;table-layout:fixed;font-size:13px;text-align:center;margin:auto;min-width:1349px}table td{padding-top:5px;padding-bottom:5px}table img{padding-left:10px;padding-right:10px}#table-header{font-weight:700;background-color:#e1e1e1;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom:2px solid rgb(50,50,50)}#table-header tbody :first-child :not(:last-child){border-right:2px solid rgb(50,50,50)}#table-header tbody :last-child :last-child{border-right:2px solid rgb(50,50,50)}#table-data{font-weight:500;border-bottom-left-radius:10px;border-bottom-right-radius:10px;margin-bottom:30px}#table-data tr:hover td{background-color:#f0f0f0}#table-data tbody :last-child:hover :first-child{border-bottom-left-radius:10px}#table-data tbody :last-child:hover :last-child{border-bottom-right-radius:10px}#table-data tr:hover td img{background-color:#f0f0f0}.active,tr:hover .static{display:none}tr:hover .active{display:inline}button:hover{cursor:pointer}input::placeholder{font-style:italic}#row-message{font-style:italic;font-size:16px;font-weight:400;color:#757575;height:35px;width:1349px}
