

body {
  background: #d5f7f3 url("https://katbots.neocities.org/Backgrounds/wp10425519.png"); 
  background-size: cover;
  background-attachment: fixed;
  background-position:center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  font-size: 13px;
  min-height: 100vh;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  
}



.container {
  display: flex;
  flex-direction: column;
  
}

.landing {
  margin-top: -80px;
  margin-left: 50px;
  width: 600px;
  min-height: 380px;
  margin-bottom: 25px;
  background: #d5f7f7;
  border-radius: 5px;
  display: flex;
  align-items: normal;
  font-size: 13px;
  font-family: "VT-100", fixedsys, System, monospace;
  box-sizing: border-box;
  padding: 0;
  border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAAw0lEQVRYR+3ZMQ6DMBBE0fhauUYajpiGa3CtRAhtBIus/G4N+nTASIwfNoVpj3Q8X9MnX6s4X+Z32z/3cLLeGL5oFMwjqdDcg0Wfn+jwRXsFq6ZAfqPRo122aPUUyM/viloUfj4UhVA4piimgkFFIRSOKYqpYFBRCIVjimIqGFQUQuGYopgKBhWFUDimKKaCQUUhFI4piqlgUFEIhWP3E42huz/6ZxJ0N3KzoHv4eDltwbyohv19E+M6/RWpXkQ98Cj6BXBo+ILqfgFiAAAAAElFTkSuQmCC") 14 /  14px / 0 round;
  border-width:  14px;
  border-style:  solid;
  box-shadow: 2px 2px #325558;
}


.types-grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4px;
  padding: 10px 10px;
  
}

.types-grid img {
  width: 20px;  
  height: 20px;
  object-fit: cover;
  position: top;
  display: block;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .sidebar-vertical {
    display: none;
  }
}

.box {
  width: 455px;
  margin-bottom: 2em;
  background: #d5f7f7;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  display: flex;
  align-items: normal;
  font-size: 1em;
  font-family: "VT-100", fixedsys, System, monospace;
  box-sizing: border-box;
  padding: 0;
}
        
.box > div, .box-content {
  padding: 15px; 
  width: 100%;
  height:auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;  
  box-sizing: border-box;
}

/*Panels used in dex and main pokeshrine page. and faves for now, might change*/
.box-content .panels {
  background: white;
  height: 350px; 
  width:100%-14px;
  overflow: auto;
  position: relative;
  z-index: 2;
  border-image:  url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAAAXUlEQVQ4T2NkgAKr4Ij/MDa59LG1KxhBesEEyECYALkGIpvDiGwgJa6FOQpkBtxQSl0L0z9q6GiYQhP+aJKiKP+P5ihw8NG+QIEVsuQW0ijlKU1KfmrWUSCzQC4GACbB/DrWD5NWAAAAAElFTkSuQmCC") 7 /  7px / 0 round;
  border-width:  7px;
  border-style:  solid;
}
        
.box-content .panel {
  text-align: left;
  padding: 2em;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex-direction: column;
  gap: 1.5em;
}

.box-img {
  width: 110px;
  height: 110px;
  border-radius: 5px;
  border: 1px solid #7ac1ae;
  box-shadow: 2px 2px #325558;
  background: url(pokeimg/box_background.png) no-repeat center center;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  flex-shrink: 0;
  margin: auto 0;
  margin-left: 10px;
  margin-right: 10px;
}


ul.poke-bullets {
  list-style: none;
  padding-left: 6px; 
}
ul.poke-bullets li {
  background: url('icons/loveball.webp') no-repeat left center;
  background-size: 18px 18px; 
  padding-left: 28px; 
  min-height: 20px;  
  padding-bottom: 0.3em;
  padding-top: 0.3em; 
}

ul.item-bullets {
  list-style: none;
  padding-left: 6px; 
}
ul.item-bullets li{
  padding-left: 28px; 
  padding-right:12px;
  padding-bottom: 0.1em;
  padding-top: 0.1em; 
  
}
.item-bullets .icon1{background: url('icons/berry-sweet.webp') no-repeat left center;background-size: 28px;  }
.item-bullets .icon2{background: url('icons/flower-sweet.webp') no-repeat left center; background-size: 28px; }
.item-bullets .icon3{background: url('icons/clover-sweet.webp') no-repeat left center; background-size: 28px; }
.item-bullets .icon4{background: url('icons/star-sweet.webp') no-repeat left center; background-size: 28px; }
.item-bullets .icon5{background: url('icons/ribbon-sweet.webp') no-repeat left center; background-size: 28px; }
.item-bullets .icon6{background: url('icons/strawberry-sweet.webp') no-repeat left center; background-size: 28px; }



h2 {
  margin-bottom: 0; 
  margin-top: 0;
  font-family: "Silkscreen", sans-serif;
}



.mark-corner {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  z-index: 2;
  transform: rotate(18deg);
}

.type1-corner {
  position: absolute;
  top: 18px;
  right: 100px;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.type2-corner {
  position: absolute;
  top: 18px;
  right: 70px;
  width: 25px;
  height: 25px;
  z-index: 2;
}

.oregano-regular {
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-style: normal;
}

.nickname {
  position: relative;
  transform: translate(-45%,-80%) rotate(-4deg);
  font-family: "Oregano", cursive;
  font-weight: 400;
  font-size: 2.8em;
  color: #7EBF38;
  padding: 4px 4px; 
  border-radius: 6px; 
  z-index: 2;
  letter-spacing: 0.02em; 
  pointer-events: none; 
  white-space:nowrap;
  text-shadow:
    -1.5px -1.5px 0 #fff,
    1.5px -1.5px 0 #fff,
    -1px 1px 1.5px #fff,
    -1px -1px 1.5px #fff;
}


.shrineheading {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  margin: 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  height:auto;
  min-height: 45px;
  width: auto;
  min-width: 320px;
  background: #f7fafb;
  color: #222;
  border: none;
  border-radius: 30px;
  padding: 5px 5px;
  box-shadow: 2px 2px 0 #427c81d6;
  font-family: "Silkscreen", sans-serif;
  font-size: 2em;
  z-index: 1001;
}



.side-button-container {
  position: fixed;
  left: 120px;
  top: 180px;
  display: flex;
  flex-direction: column;
  gap: 0.75em;
  z-index: 1000;
}

.side-rect-btn {
  width: 170px;
  height: 45px;
  background: #f7fafb;
  color: #222;
  border: none;
  border-radius: 25px;
  padding: 0.7em 2.2em;
  font-size: 1.2em;
  font-family: "Silkscreen", sans-serif;
  box-shadow: 2px 2px 0 #427c81d6;
  cursor: pointer;
  transition: background 0.2s;
  margin: 0;
}

.side-rect-btn:hover {
  background: #cce8ca;
  transform: translateY(1px);
}



