    * {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-group(*) {
    animation-duration: 0s;
  }
}
main a {
  background: cornflowerblue;
    color: white;
    border: white 2px dotted;
    text-decoration:none;
}
main {
  color:#836e53;
}
nav {
      background:linear-gradient(to right, #FADCD9, white);
      border:1px solid #ffa79e;
      color: #ffa79e;
      padding:5px;
    }
    nav a {
      color: #9e3646;
      font-weight:bold;
      background:none;
      border:none;
    }
    nav a:hover {
      border:0;
      background:white;
    }
a:hover {
      background:linear-gradient(to bottom right, cornflowerblue, darkblue);
      border: white 2px solid;
      text-decoration:underline;
    }
footer {
 flex: 1000000000px 1 1;
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    text-shadow: 2px 2px brown;
        background: linear-gradient(140deg, #332612 20%, #33261261);
            color: beige;
            z-index:6;
}
footer item {
  flex: 350px 1 1;
  padding:10px;
}
footer p {
  font-size:1rem;
}
footer a {
  color:inherit;
  border:2px solid transparent;
  display:block;
  padding:4px;
  text-decoration:none;
}
footer a:hover {
  border: 2px dotted;
  opacity:1;
  background:brown;
  text-decoration:underline;
}
footer a::before {
  content:'> ';
}
.sidebarwrapper {
  flex: 200px 0 0;
    top: 10px;
    position: sticky;
    overflow-y: auto;
    height: 100vh;
    top: 40px;
    padding-bottom: 80px;
}
sidebar {
        flex: 200px 0 0;
    position: sticky;
    height: fit-content;
    top: 0;
    z-index: 5;
}
sidebar a {
  font-size: 1rem;
    display: block;
    display: flex;
    text-decoration: none;
    margin: 5px;
    padding: 5px;
    color: #ffe0fd;
    background: linear-gradient(to right, black, #6D426B 80%, transparent);
    align-items: center;
    gap: 5px;
}
sidebar a.active {
    background: linear-gradient(to right, black, #6D426B);
    filter: sepia(1);
    }
sidebar a img {
  filter: invert(79%) sepia(52%) saturate(222%) hue-rotate(301deg) brightness(101%) contrast(93%);
  max-height:30px;
  width:auto;
  image-rendering: auto;
}
sidebar a:hover {
  filter:invert(1);
  border:none;
  background: linear-gradient(to right, black, #6D426B 80%, transparent);
}
body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(/gen/img/bg.png) top center / cover no-repeat, linear-gradient(white, lightblue);
  mask-image: linear-gradient(lightblue 63%, transparent);
  -webkit-mask-image: linear-gradient(lightblue 63%, transparent);
}
main {
  flex:600px 1 1;
}
.inside {
  background: beige;
  padding: 9px;
}
.inside:first-of-type {
  padding-top: 36px;
}
.disclaimer {
background-color: white;
    opacity: 1;
    background-size: 36px 36px;
    background-image: repeating-linear-gradient(182deg, blue 0, blue 2px, white 0, white 48%);
    padding: 9px;
    box-sizing: border-box;
    color: white;
    -webkit-text-stroke-color: blue;
    -webkit-text-stroke-width: 4.5px;
    paint-order: stroke fill;
    font-size: 1.35em;
    text-align: center;
    box-shadow: inset beige 0px 0px 7.2px 9px;
}
.disclaimer a {
  color: white;
  background: white;
  padding: 0 2.7px 0 2.7px;
  border: 2px transparent solid;
  border: 2px blue solid;
  text-decoration:none;
  paint-order: stroke fill;
}
.disclaimer a:hover {
  filter:invert(1);
}
h1, h2, h3, h4, h5, h6 {
  margin: 9px 0;
}
p {
  margin: 7px 0;
  font-size: clamp(1.125rem, 1.035rem + 0.396vw, 1.35rem);
}
p.long {
  text-indent: 1rem;
}
h1 {
  font-size: clamp(2.25rem, 1.62rem + 2.7vw, 4.05rem);
    -webkit-text-stroke-color: #BEDDD6;
    color: white;
    -webkit-text-stroke-width: 7px;
    paint-order: stroke fill;
    background: linear-gradient(to right, #BEDDD6, transparent);
    transform: skew(9deg, 359deg);
    padding: 10px;
    text-shadow: 0 0 20px white;
    line-break: anywhere;
}
h2 {
  font-size: clamp(1.8rem, 1.44rem + 1.8vw, 3.15rem);
}
h3 {
  font-size: clamp(1.575rem, 1.26rem + 1.35vw, 2.475rem);
}
h4 {
  font-size: clamp(1.35rem, 1.17rem + 0.9vw, 2.025rem);
}
h5 {
  font-size: clamp(1.125rem, 0.99rem + 0.675vw, 1.575rem);
}
h6 {
  font-size: clamp(1.0125rem, 0.9rem + 0.45vw, 1.35rem);
}
::selection {
  background: #332612;
  color: beige;
}
html, body {
    min-height: 100%;
}
body {
    margin: 0;
    min-height: 100vh;
    font-family: Besley;
    font-size: 1.2rem;
    color: black;
    background: #add8e6;
    background-image: linear-gradient(white, lightblue), url(/gen/img/bg.png);
    image-rendering: crisp-edges;
    overflow-x: hidden;
}
.wrappersonbon {
  margin: 0 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    place-items: center;
    place-self: anchor-center;
}
html {
  scrollbar-color: #CEE5D8 white;
  scroll-behavior:smooth;
}
.mainholder {
    display: flex;
    gap: 4.5px;
    max-width: 1200px;
    flex-wrap: wrap;
    width: 100%;
    flex: 1;
}
.dividerflex {
  display: flex;
  gap: 5px;
}
.somemore {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
  height: fit-content;
  text-align: center;
}
.somemore a {
  border: none;
  width: 100%;
  display: block;
  padding: 3px;
}
.somemore.sticky {
  flex-direction: column;
  flex-wrap: nowrap;
  position: sticky;
  top: 0;
  overflow-y: auto;
  max-height: 100vh;
  scrollbar-width: thin;
  flex-shrink: 0;
}
.somemore.small {
      max-width: 200px;
    }
    .somemore.small a {
      font-size:1rem;
    }
@media (max-width: 900px) {
  sidebar, .somemore.small {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 5px;
    max-width:100%;
    flex:1;
    position:initial;
  }
  .somemore.small a {
    align-content: center;
  }
  sidebar img {
    image-rendering: crisp-edges;
  }
  sidebar .logo {
    text-align:center;
    grid-column: 1 / -1;
  }
  sidebar .logo a {
    justify-content: center;
  }
  sidebar a img {
    max-width: 200px !important;
  }
  h1 {
    transform: skew(0deg, 0deg);
  }
  .dividerflex:has(.somemore.small) {
    flex-direction: column-reverse;
  }
  .sidebarwrapper {
    flex:200px 1 0;
    height:auto;
    padding-bottom: 20px;
    position:initial;
  }
}
.flexsimple {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px;
  justify-content: center;
}
.flexsimple.contrastonhover a:hover {
  filter:contrast(5);
}
img.full {
  max-width: 1000px;
  width: 100%;
}
@font-face {
  font-family: Besley;
  src: url(/gen/img/font/Besley-VariableFont_wght.ttf);
}
    .emoji {
    vertical-align: bottom;
    margin: 2px;
    }

details {
    border: 2px solid;
    padding: 10px;
}
summary {
    margin: -10px -10px 5px;
    padding: 10px;
}
summary span {
  font-weight:bold;
}
details:not([open]) summary {
    margin-bottom: -5px;
}