@charset "UTF-8";
@-webkit-keyframes bg-vert-scroll {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 2000rem;
  }
}
@keyframes bg-vert-scroll {
  0% {
    background-position-y: 0;
  }
  100% {
    background-position-y: 2000rem;
  }
}
button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: inherit;
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-align: inherit;
}

a {
  cursor: pointer;
}

[page-bg] {
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  z-index: -10;
  background-size: cover;
  background-position: center center;
}

.content::-webkit-scrollbar-track, .page::-webkit-scrollbar-track {
  background-color: var(--pg-bg, black);
}
.content::-webkit-scrollbar, .page::-webkit-scrollbar {
  width: 12px;
}
.content::-webkit-scrollbar-thumb, .page::-webkit-scrollbar-thumb {
  background-image: linear-gradient(to bottom, var(--pg-acc-d), var(--pg-acc), var(--pg-acc-d));
  background-color: var(--pg-acc);
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-inline: solid 1px var(--pg-bg, black);
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}

popover[data-preview] {
  background-image: linear-gradient(to right, var(--pg-acc-txt, --pg-acc), var(--pg-acc-txt, --pg-acc)), linear-gradient(to right, currentColor 50%, transparent 50%);
  background-size: 0% 1px, 4px 1px;
}

body {
  --pg-bg: #111;
  --pg-acc: crimson;
  --pg-acc-d: hsl(348 83% 30%);
  --pg-acc-h: 348;
  --pg-acc-txt: hsl(348 100% 63%);
  --pg-txt: white;
  --pg-txt-i: black;
  --pg-tint: hsl(0 100% 100%);
  --pg-sec-invert: 0;
  --nav-txt: white;
  --nav-txt-i: black;
  --pg-sec-h: 290;
  --pg-sec-b: 2;
  --pg-sec-s: 1;
  --pg-sec-i: 0;
  color: var(--pg-txt);
  background-color: var(--pg-bg);
  --c-foxfire-d: hsl(220 100% 50%);
  --c-foxfire-l: hsl(203 100% 70%);
}
body[current=home] {
  --pg-acc: hsl(115,45%,50%);
  --pg-acc-hsl: 115 45% 50%;
  --pg-acc-txt: hsl(115 45% 50%);
  --pg-acc-d: hsl(115,40%,31%);
  --pg-txt: white;
  --pg-sec-h: 100;
  --pg-sec-b: 2.3;
}
body[current=ras] {
  --pg-acc: hsl(203 100% 50%);
  --pg-acc-hsl: 203 100% 50%;
  --pg-acc-txt: hsl(203 100% 60%);
  --pg-acc-d: hsl(203 100% 30%);
  --pg-txt: white;
  --pg-tint: hsl(50 100% 25%);
  --pg-sec-h: 230;
  --pg-sec-b: 2;
}
body[current=kitsunes] {
  --pg-acc: hsl(5 100% 30%);
  --pg-acc-hsl: 5 100% 30%;
  --pg-acc-txt: hsl(5 100% 55%);
  --pg-acc-d: hsl(5 100% 20%);
  --pg-txt: white;
  --pg-sec-h: 20;
  --pg-sec-b: 3;
}
body[current=world] {
  --pg-bg: hsl(32 24% 57%);
  --pg-acc: hsl(32 24% 57%);
  --pg-acc-hsl: 32 24% 57%;
  --pg-acc-txt: hsl(32 24% 57%);
  --pg-acc-d: hsl(32 24% 32%);
  --pg-txt: black;
  --pg-txt-i: white;
  --pg-sec-h: 0;
  --pg-sec-b: 0;
}
body[current=characters] {
  --pg-acc: hsl(0,0%,94%);
  --pg-acc-txt: hsl(0,0%,94%);
  --pg-acc-d: hsl(0,0%,55%);
  --pg-txt: white;
  --pg-txt-i: black;
  --nav-txt: black;
  --nav-txt-i: white;
  --pg-sec-h: 0;
  --pg-sec-b: 0;
}
body[current=races] {
  --pg-acc: hsl(265,55%,45%);
  --pg-acc-txt: hsl(0,0%,94%);
  --pg-acc-d: hsl(0,0%,55%);
  --pg-txt: white;
  --pg-txt-i: black;
  --nav-txt: white;
  --nav-txt-i: black;
  --pg-sec-h: 250;
  --pg-sec-b: 4;
  --pg-sec-s: 1;
}
body[current=whisperwoodforest] {
  --pg-acc: hsl(342,99%,37%);
  --pg-acc-hsl: 342 99% 37%;
  --pg-acc-txt: hsl(347,95%,46%);
  --pg-acc-d: hsl(342 99% 25%);
  --pg-sec-h: 0;
  --pg-sec-b: 50;
}
body[current=magicsystem] {
  --pg-acc: hsl(268 100% 60%);
  --pg-acc-hsl: 268 100% 50%;
  --pg-acc-txt: hsl(268 100% 69%);
  --pg-acc-d: hsl(268 100% 30%);
  --pg-sec-h: 200;
  --pg-sec-b: 2;
}
body[current=schoolsofmagic] {
  --pg-acc: hsl(234,100%,60%);
  --pg-acc-hsl: 234 100% 50%;
  --pg-acc-txt: hsl(234 100% 69%);
  --pg-acc-d: hsl(234 100% 30%);
  --pg-sec-h: 270;
  --pg-sec-b: 1.5;
}
body[current=elves] {
  --pg-acc: hsl(60,81%,90%);
  --pg-acc-hsl: 60 100% 97%;
  --pg-acc-txt: hsl(60,61%,71%);
  --pg-acc-d: hsl(60,11%,65%);
  --nav-txt: black;
  --nav-txt-i: white;
  --pg-sec-h: 65;
  --pg-sec-b: 3.2;
  --pg-sec-s: .4;
}
body[current=elvenempire] {
  --pg-acc: hsl(54,76%,59%);
  --pg-acc-hsl: 203 100% 50%;
  --pg-acc-txt: hsl(54,81%,61%);
  --pg-acc-d: hsl(54,61%,27%);
  --pg-txt: white;
  --pg-tint: hsl(50 100% 25%);
  --pg-sec-h: 69;
  --pg-sec-b: 5;
  --pg-sec-s: 0;
  --nav-txt: black;
  --nav-txt-i: white;
}
body[current=fauna] {
  --pg-acc: hsl(0,90%,40%);
  --pg-acc-hsl: 0 90% 40%;
  --pg-acc-txt: hsl(0 90% 50%);
  --pg-acc-d: hsl(0 90% 30%);
  --pg-sec-h: 0;
  --pg-sec-b: .5;
}
body[current=flora] {
  --pg-acc: hsl(115,76%,43%);
  --pg-acc-hsl: 115 76% 43%;
  --pg-acc-txt: hsl(115 76% 43%);
  --pg-acc-d: hsl(115 76% 30%);
  --pg-sec-h: 100;
}
body[current=crestbendharbor] {
  --pg-acc: hsl(212,100%,55%);
  --pg-acc-hsl: 212 100% 55%;
  --pg-acc-txt: hsl(212 100% 55%);
  --pg-acc-d: hsl(212 100% 30%);
  --pg-sec-h: 240;
  --pg-sec-b: 2;
}
body[current=wolfkins] {
  --pg-acc: hsl(246,100%,18%);
  --pg-acc-hsl: 246 100% 18%;
  --pg-acc-txt: hsl(216,100%,50%);
  --pg-acc-d: hsl(246 100% 5%);
  --pg-sec-h: 240;
  --pg-sec-b: 1;
}
body[current=harpies] {
  --pg-acc: crimson;
  --pg-acc-d: hsl(348 83% 30%);
  --pg-acc-h: 348;
  --pg-acc-txt: hsl(348 100% 63%);
  --pg-sec-h: 290;
  --pg-sec-b: 2;
  --pg-sec-s: 1;
}
body[current=riella] {
  --pg-acc: hsl(80 77% 60%);
  --pg-acc-hsl: 80 77% 18%;
  --pg-acc-txt: hsl(80,77%,60%);
  --pg-acc-d: hsl(96,82%,28%);
  --pg-sec-h: 282;
  --pg-sec-b: 2;
  --pg-sec-i: 1;
  --nav-txt: black;
  --nav-txt-i: white;
}
body[current=alchemy] {
  --pg-acc: hsl(125,100%,20%);
  --pg-acc-hsl: 125 100% 20%;
  --pg-acc-txt: hsl(125,100%,30%);
  --pg-acc-d: hsl(32, 85%, 11%);
  --pg-sec-h: 60;
  --pg-sec-s: 0.6;
  --pg-sec-b: 1.5;
}
body[current=lizans] {
  --pg-acc: hsl(30 61% 52%);
  --pg-acc-hsl: 30 61% 52%;
  --pg-acc-txt: hsl(30 61% 52%);
  --pg-acc-d: hsl(29.52 53.85% 22.94%);
  --nav-txt: black;
  --nav-txt-i: white;
  --pg-sec-h: 60;
  --pg-sec-s: 0.6;
  --pg-sec-b: 1.5;
}
body[current=lizans] #lizans .content > h1 .h-right, body[current=lizans] #lizans .content > h1 .h-left, body[current=lizans] #lizans .content > h2 .h-right, body[current=lizans] #lizans .content > h2 .h-left, body[current=lizans] #lizans .content > h3 .h-right, body[current=lizans] #lizans .content > h3 .h-left {
  background-image: linear-gradient(to bottom, transparent, hsla(33.75deg, 95.5%, 50.83%, 0.3), transparent);
}

#home.current ~ [page-bg=home] {
  opacity: 1;
}

body[current=home] #topnav .dropdown button[page-link=home]::before, body[current=home] #topnav .dropdown button[page-link=home]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=home] #topnav .dropdown button[page-link=home]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=home] #topnav .dropdown button[page-link=home]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#world.current ~ [page-bg=world] {
  opacity: 1;
}

body[current=world] #topnav .dropdown button[page-link=world]::before, body[current=world] #topnav .dropdown button[page-link=world]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=world] #topnav .dropdown button[page-link=world]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=world] #topnav .dropdown button[page-link=world]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#magicsystem.current ~ [page-bg=magicsystem] {
  opacity: 1;
}

body[current=magicsystem] #topnav .dropdown button[page-link=magicsystem]::before, body[current=magicsystem] #topnav .dropdown button[page-link=magicsystem]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=magicsystem] #topnav .dropdown button[page-link=magicsystem]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=magicsystem] #topnav .dropdown button[page-link=magicsystem]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#schoolsofmagic.current ~ [page-bg=schoolsofmagic] {
  opacity: 1;
}

body[current=schoolsofmagic] #topnav .dropdown button[page-link=schoolsofmagic]::before, body[current=schoolsofmagic] #topnav .dropdown button[page-link=schoolsofmagic]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=schoolsofmagic] #topnav .dropdown button[page-link=schoolsofmagic]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=schoolsofmagic] #topnav .dropdown button[page-link=schoolsofmagic]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#fauna.current ~ [page-bg=fauna] {
  opacity: 1;
}

body[current=fauna] #topnav .dropdown button[page-link=fauna]::before, body[current=fauna] #topnav .dropdown button[page-link=fauna]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=fauna] #topnav .dropdown button[page-link=fauna]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=fauna] #topnav .dropdown button[page-link=fauna]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#flora.current ~ [page-bg=flora] {
  opacity: 1;
}

body[current=flora] #topnav .dropdown button[page-link=flora]::before, body[current=flora] #topnav .dropdown button[page-link=flora]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=flora] #topnav .dropdown button[page-link=flora]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=flora] #topnav .dropdown button[page-link=flora]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#alchemy.current ~ [page-bg=alchemy] {
  opacity: 1;
}

body[current=alchemy] #topnav .dropdown button[page-link=alchemy]::before, body[current=alchemy] #topnav .dropdown button[page-link=alchemy]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=alchemy] #topnav .dropdown button[page-link=alchemy]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=alchemy] #topnav .dropdown button[page-link=alchemy]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#whisperwoodforest.current ~ [page-bg=whisperwoodforest] {
  opacity: 1;
}

body[current=whisperwoodforest] #topnav .dropdown button[page-link=whisperwoodforest]::before, body[current=whisperwoodforest] #topnav .dropdown button[page-link=whisperwoodforest]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=whisperwoodforest] #topnav .dropdown button[page-link=whisperwoodforest]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=whisperwoodforest] #topnav .dropdown button[page-link=whisperwoodforest]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#crestbendharbor.current ~ [page-bg=crestbendharbor] {
  opacity: 1;
}

body[current=crestbendharbor] #topnav .dropdown button[page-link=crestbendharbor]::before, body[current=crestbendharbor] #topnav .dropdown button[page-link=crestbendharbor]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=crestbendharbor] #topnav .dropdown button[page-link=crestbendharbor]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=crestbendharbor] #topnav .dropdown button[page-link=crestbendharbor]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#characters.current ~ [page-bg=characters] {
  opacity: 1;
}

body[current=characters] #topnav .dropdown button[page-link=characters]::before, body[current=characters] #topnav .dropdown button[page-link=characters]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=characters] #topnav .dropdown button[page-link=characters]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=characters] #topnav .dropdown button[page-link=characters]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#ras.current ~ [page-bg=ras] {
  opacity: 1;
}

body[current=ras] #topnav .dropdown button[page-link=ras]::before, body[current=ras] #topnav .dropdown button[page-link=ras]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=ras] #topnav .dropdown button[page-link=ras]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=ras] #topnav .dropdown button[page-link=ras]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#riella.current ~ [page-bg=riella] {
  opacity: 1;
}

body[current=riella] #topnav .dropdown button[page-link=riella]::before, body[current=riella] #topnav .dropdown button[page-link=riella]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=riella] #topnav .dropdown button[page-link=riella]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=riella] #topnav .dropdown button[page-link=riella]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#races.current ~ [page-bg=races] {
  opacity: 1;
}

body[current=races] #topnav .dropdown button[page-link=races]::before, body[current=races] #topnav .dropdown button[page-link=races]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=races] #topnav .dropdown button[page-link=races]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=races] #topnav .dropdown button[page-link=races]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#kitsunes.current ~ [page-bg=kitsunes] {
  opacity: 1;
}

body[current=kitsunes] #topnav .dropdown button[page-link=kitsunes]::before, body[current=kitsunes] #topnav .dropdown button[page-link=kitsunes]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=kitsunes] #topnav .dropdown button[page-link=kitsunes]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=kitsunes] #topnav .dropdown button[page-link=kitsunes]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#elves.current ~ [page-bg=elves] {
  opacity: 1;
}

body[current=elves] #topnav .dropdown button[page-link=elves]::before, body[current=elves] #topnav .dropdown button[page-link=elves]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=elves] #topnav .dropdown button[page-link=elves]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=elves] #topnav .dropdown button[page-link=elves]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#wolfkins.current ~ [page-bg=wolfkins] {
  opacity: 1;
}

body[current=wolfkins] #topnav .dropdown button[page-link=wolfkins]::before, body[current=wolfkins] #topnav .dropdown button[page-link=wolfkins]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=wolfkins] #topnav .dropdown button[page-link=wolfkins]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=wolfkins] #topnav .dropdown button[page-link=wolfkins]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#harpies.current ~ [page-bg=harpies] {
  opacity: 1;
}

body[current=harpies] #topnav .dropdown button[page-link=harpies]::before, body[current=harpies] #topnav .dropdown button[page-link=harpies]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=harpies] #topnav .dropdown button[page-link=harpies]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=harpies] #topnav .dropdown button[page-link=harpies]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#lizans.current ~ [page-bg=lizans] {
  opacity: 1;
}

body[current=lizans] #topnav .dropdown button[page-link=lizans]::before, body[current=lizans] #topnav .dropdown button[page-link=lizans]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=lizans] #topnav .dropdown button[page-link=lizans]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=lizans] #topnav .dropdown button[page-link=lizans]::after {
  content: "◀";
  margin-left: 0.5rem;
}

#elvenempire.current ~ [page-bg=elvenempire] {
  opacity: 1;
}

body[current=elvenempire] #topnav .dropdown button[page-link=elvenempire]::before, body[current=elvenempire] #topnav .dropdown button[page-link=elvenempire]::after {
  display: inline-block;
  font-size: 0.7em;
}
body[current=elvenempire] #topnav .dropdown button[page-link=elvenempire]::before {
  content: "▶";
  margin-right: 0.5rem;
}
body[current=elvenempire] #topnav .dropdown button[page-link=elvenempire]::after {
  content: "◀";
  margin-left: 0.5rem;
}

a[page-link], a[section-link], popover {
  background-image: linear-gradient(to right, var(--pg-acc-txt, --pg-acc), var(--pg-acc-txt, --pg-acc)), linear-gradient(to right, currentColor, currentColor);
  background-size: 0% 1px, 4px 1px;
  background-position-x: left, left;
  background-position-y: calc(100% - var(--f-ul-off, 0px)), calc(100% - var(--f-ul-off, 0px));
  background-repeat: no-repeat, repeat-x;
  transition: background-size 0.3s ease !important;
  color: inherit;
  text-decoration: none;
}
blockquote a[page-link], blockquote a[section-link], blockquote popover {
  background-image: linear-gradient(to right, var(--pg-acc-txt, --pg-acc), var(--pg-acc-txt, --pg-acc)), linear-gradient(to right, var(--pg-txt), var(--pg-txt));
}

a[page-link]:hover, a[page-link]:hover b, a[page-link]:focus, a[page-link]:focus b, a[section-link]:hover, a[section-link]:hover b, a[section-link]:focus, a[section-link]:focus b, popover:hover, popover:hover b, popover:focus, popover:focus b {
  background-size: 100% 1px, 4px 1px;
  outline: none;
}

.header-pointer.current {
  color: var(--pg-acc-txt, var(--pg-acc));
  font-weight: bold;
}

.header-pointer > :not(b, span)::before {
  content: "";
}
.header-pointer > *::before {
  content: "•";
  display: inline-block;
  position: absolute;
  left: -1.2rem;
  color: var(--pg-acc-txt, var(--pg-acc));
  font-weight: bold;
  transform: translateX(-1rem);
  transition: transform 0.3s ease;
}
.header-pointer > * {
  display: inline-block;
  position: relative;
}
.header-pointer.current {
  filter: none !important;
}
.header-pointer.current > :not(b, span) {
  transform: translateX(0.5rem);
}
.header-pointer.current > * {
  transform: translateX(0.5rem);
}
.header-pointer.current > *::before {
  transform: translateX(0.5rem);
}
.header-pointer:hover, .header-pointer:focus-within {
  outline: none;
  position: relative;
}
.header-pointer:hover::before, .header-pointer:focus-within::before {
  content: "";
  position: absolute;
  inset: 1px 0 0 0;
  background-image: linear-gradient(to left, var(--pg-acc-txt, var(--pg-acc)), transparent);
  opacity: 0.5;
}

.sidebar .header-pointer + .header-pointer {
  position: relative;
}
.sidebar .header-pointer + .header-pointer::after {
  content: "";
  position: absolute;
  inset: 0;
  right: -0.5rem;
  -o-border-image: linear-gradient(to left, white, transparent);
     border-image: linear-gradient(to left, white, transparent);
  border-image-slice: 1;
  border-top: solid 1px;
  opacity: 0.2;
}

#topnav .dropdown button {
  position: relative;
  background-image: linear-gradient(to right, transparent, transparent, transparent);
  background-position: center center;
  background-size: 100% 100%;
}
#topnav .dropdown button:disabled {
  font-style: italic;
  text-decoration: line-through;
  cursor: default;
}
#topnav .dropdown button:not(:disabled):hover, #topnav .dropdown button:not(:disabled):focus-within {
  outline: none;
  background-image: linear-gradient(to right, transparent, var(--pg-acc), transparent);
}

.content section {
  position: relative;
}
.content section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/smoke-bg.webp"), linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3), transparent);
  background-size: 100% auto;
  -webkit-animation: bg-vert-scroll 2048s linear infinite;
          animation: bg-vert-scroll 2048s linear infinite;
  z-index: -1;
}

.ts-b, .content header {
  text-shadow: 2px 2px 0.5em var(--pg-txt-i);
}

.tiled .tile {
  position: relative;
}
.tiled .tile::before {
  content: "";
  position: absolute;
  inset: -0.5rem;
  background-image: radial-gradient(ellipse at center, transparent 30%, var(--pg-txt));
  z-index: -1;
  border-radius: 100%;
  opacity: 0.3;
  filter: url(#paper);
}
.tiled .tile:hover::before {
  opacity: 0.5;
  transform: scale(1.1);
}

.page .content > h1, .page .content > h2, .page .content > h3 {
  --w: 20rem;
  --h: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .content > h1 > div, .page .content > h2 > div, .page .content > h3 > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page .content > h1 > div .h-left, .page .content > h1 > div .h-right, .page .content > h2 > div .h-left, .page .content > h2 > div .h-right, .page .content > h3 > div .h-left, .page .content > h3 > div .h-right {
  width: var(--w);
  height: var(--h);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
  background-color: var(--pg-acc);
  background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.5), transparent);
  background-blend-mode: overlay;
  -webkit-mask-image: linear-gradient(to left, white, white, transparent);
          mask-image: linear-gradient(to left, white, white, transparent);
  overflow: hidden;
}
.page .content > h1 > div .h-left::after, .page .content > h1 > div .h-right::after, .page .content > h2 > div .h-left::after, .page .content > h2 > div .h-right::after, .page .content > h3 > div .h-left::after, .page .content > h3 > div .h-right::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/leafvein.webp");
  background-size: 12rem;
  -webkit-mask-image: linear-gradient(to left, transparent, white, white);
          mask-image: linear-gradient(to left, transparent, white, white);
  filter: hue-rotate(calc(var(--pg-sec-h) * 1deg)) brightness(var(--pg-sec-b)) saturate(var(--pg-sec-s, 1)) invert(var(--pg-sec-i));
}
.page .content > h1 > div .h-left, .page .content > h2 > div .h-left, .page .content > h3 > div .h-left {
  right: calc(100% + 1rem);
}
.page .content > h1 > div .h-right, .page .content > h2 > div .h-right, .page .content > h3 > div .h-right {
  left: calc(100% + 1rem);
  transform: translateY(-50%) rotateY(180deg);
}
.page .content > h1 {
  --w: 20rem;
  --h: 1.5rem;
}
.page .content > h1 .h-left, .page .content > h1 .h-right {
  filter: url(#wavyh1) blur(0.5px);
}
.page .content > h2 {
  --w: 15rem;
  --h: .8rem;
}
.page .content > h2 .h-left, .page .content > h2 .h-right {
  filter: url(#wavyh2) blur(0.5px);
}
.page .content > h3 {
  --w: 15rem;
  --h: .4rem;
}
.page .content > h3 .h-left, .page .content > h3 .h-right {
  filter: url(#wavyh3) blur(0.5px);
}

.page .content > h1:has(+ section:hover) button, .page .content > h1:has(+ section:focus-within) button, .page .content > h1:hover button, .page .content > h1:focus-within button, .page .content > h2:has(+ section:hover) button, .page .content > h2:has(+ section:focus-within) button, .page .content > h2:hover button, .page .content > h2:focus-within button, .page .content > h3:has(+ section:hover) button, .page .content > h3:has(+ section:focus-within) button, .page .content > h3:hover button, .page .content > h3:focus-within button {
  opacity: 1;
  margin-left: 0.3rem;
}
.page .content > h1 button, .page .content > h2 button, .page .content > h3 button {
  height: 1.5rem;
  display: flex;
  aspect-ratio: 1;
  background-size: cover;
  margin-left: -1rem;
  padding: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, margin 0.3s ease;
  opacity: 0;
  z-index: 10;
}
.page .content > h1 button svg, .page .content > h2 button svg, .page .content > h3 button svg {
  width: 100%;
  height: 100%;
}

section.blink *, section .blink {
  text-shadow: 0 0 1rem currentColor, 0 0 1rem currentColor;
}

::-moz-selection {
  color: var(--nav-txt);
  background: var(--pg-acc);
  text-shadow: none;
}

::selection {
  color: var(--nav-txt);
  background: var(--pg-acc);
  text-shadow: none;
}

#topnav > div > button::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../assets/leafvein.webp");
  background-size: auto 10rem;
  background-blend-mode: overlay;
  filter: hue-rotate(calc(var(--pg-sec-h) * 1deg)) brightness(var(--pg-sec-b)) saturate(var(--pg-sec-s, 1)) invert(var(--pg-sec-i)) blur(0.6px) url(#wavyh1);
  -webkit-mask-image: linear-gradient(to top, transparent 10%, rgba(255, 255, 255, 0.5) 50%, white 100%);
          mask-image: linear-gradient(to top, transparent 10%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  transition: background 0.5s ease, filter 0.5s ease;
  z-index: -2;
  transform: translateY(-0.3rem);
}

.sidebar .left-scrollbar > div button:has(i, span) i::after, .sidebar .left-scrollbar > div button:has(i, span) span::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: calc(100% + 0.1rem);
  top: -100%;
  bottom: 40%;
  width: 0.4rem;
  -webkit-mask-image: linear-gradient(to bottom, transparent, white);
          mask-image: linear-gradient(to bottom, transparent, white);
  font-style: normal;
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: translateX(0);
  transition: transform 0.3s ease;
  opacity: 0.4;
}
.sidebar .left-scrollbar > div button:has(i, span).current > *::after {
  transform: translateX(-0.5rem);
}

body {
  transition: font-size 0.3s ease, line-height 0.3s ease, letter-spacing 0.3s ease, word-spacing 0.3s ease;
}

.toggle {
  transition: transform 1s ease, border 1s ease, background 0.3s;
}
.toggle.off {
  transition: transform 1s ease, border 1s ease 1s, background 0.3s 0.5s;
}
.toggle > span {
  transition: inherit;
}

#topnav {
  transition: color 0.5s ease;
}
#topnav button, #topnav .dropdown {
  transition: background 0.5s ease, transform 0.5s cubic-bezier(0.61, 1.57, 0.4, 0.76);
}
#topnav .dropdown button {
  transition: background 0.3s ease 0.15s;
}
#topnav .dropdown button:hover, #topnav .dropdown button:focus {
  transition: background 0s ease 0s;
}
#topnav > div:hover > .dropdown, #topnav > div:focus-within > .dropdown,
#topnav > div .dropdown:hover,
#topnav > div .dropdown:focus-within {
  transition-delay: 0s;
}

.page {
  transition: transform 1s ease, opacity 1s ease, color 0.3s ease;
}
.page.tiled > .tile,
.page .tiled > .tile {
  transition: transform 1s ease, opacity 1s ease;
}
.page.tiled > .tile::before,
.page .tiled > .tile::before {
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.page .sidebar {
  transition: transform 1s ease;
}
.page .sidebar .header-pointer {
  transition: color 0.3s ease, filter 0.3s ease;
}
.page .sidebar .header-pointer > * {
  transition: transform 0.3s ease;
}
.page .content {
  transition: transform 1s ease;
}
.page .content > h1::before, .page .content > h1::after, .page .content > h2::before, .page .content > h2::after, .page .content > h3::before, .page .content > h3::after {
  transition: background 1s ease;
}
.page .content section, .page .content section * {
  transition: text-shadow 0.3s ease, letter-spacing 0.1s ease, word-spacing 0.1s ease, line-height 0.1s ease;
}
.page .content .spoiler {
  transition: text-shadow 0.3s ease, letter-spacing 0.1s ease, word-spacing 0.1s ease, line-height 0.1s ease, color 0.3s ease, background 0.3s ease;
}

[page-bg] {
  transition: opacity 1s ease;
}

#feedbackform, .btn-container > a.kofi-button {
  transition: background 0.3s ease;
}

#popover {
  transition: opacity 0.3s ease, top 0.3s ease, left 0.3s ease;
}

#settings {
  transition: transform 0.3s ease;
}
#settings #acsb label {
  transition: background-color 0.15s ease;
}
#settings #acsb label::after {
  transition: transform 0.15s ease;
}

nav#topnav > div:not(:first-child) > button {
  border-left: solid 1px;
}
nav#topnav > div > .dropdown {
  border: solid 1px;
  border-top: none;
}

.sidebar {
  -o-border-image: linear-gradient(to bottom, currentColor, transparent);
     border-image: linear-gradient(to bottom, currentColor, transparent);
  border-image-slice: 1;
  border-right: solid 1px;
}

header, .tile {
  font-family: "IM Fell English";
}
header h1, .tile h1 {
  font-size: 3em;
}

#topnav > div > button {
  font-size: 1.5em;
  font-weight: 500;
}
#topnav .dropdown {
  font-weight: 400;
}

.sidebar {
  color: white;
}
.sidebar .header {
  font-weight: bold;
}
.sidebar .header-pointer b {
  font-weight: 900;
}
.sidebar .header-pointer span {
  font-weight: 500;
}
.sidebar .header-pointer i {
  font-weight: 300;
}
.sidebar .last-updated {
  text-align: center;
}

.content > h1, .content > h2, .content > h3 {
  color: white;
}
.content > h1 {
  font-size: 1.8rem;
  font-weight: 900;
}
.content > h2 {
  font-size: 1.5rem;
  font-weight: 500;
}
.content > h3 {
  font-style: italic;
  font-size: 1.2rem;
  font-weight: 300;
}
.content section {
  line-height: 1.2em;
}
.content section ul {
  text-align: left;
}

header h1, .tile h1 {
  text-align: center;
}
header h2, .tile h2 {
  font-weight: normal;
  font-style: italic;
}

.page > header > h1 {
  font-size: 1.5rem;
}

body {
  --t-fs: 0;
  --t-lh: 0;
  --t-ls: 0;
  --t-ws: 0;
  font-size: calc(1rem + 1px * var(--t-fs));
  font-family: "Grenze";
  font-weight: 200;
  --f-ul-off: 0px;
}
body .page .content section {
  letter-spacing: calc(0.1px * var(--t-ls));
  word-spacing: calc(1px * var(--t-ws));
  line-height: calc(1.2em + 1px * var(--t-lh));
}
body.grenze {
  font-family: "Grenze", serif;
  --f-ul-off: 4px;
}
body.grenze .page .content section, body.grenze #popover .preview {
  line-height: calc(1.15em + 1px * var(--t-lh));
  font-size: calc(1.1rem + 1px * var(--t-fs));
}
body.grenze #home [section-id=changes] + section > ul ul::before {
  --x: 1.54rem;
}
body.grenze .sidebar {
  --f-ul-off: 3px;
  line-height: calc(1em + 1px * var(--t-lh));
}
body.grenze .sidebar a[page-link], body.grenze .sidebar a[section-link] {
  line-height: calc(1.2em + 1px * var(--t-lh));
}
body.rasa {
  font-family: "Rasa", serif;
  --f-ul-off: 1px;
}
body.rasa .page .content section, body.rasa #popover .preview {
  line-height: calc(1.2em + 1px * var(--t-lh));
}
body.rasa #home [section-id=changes] + section > ul ul::before {
  --x: 1.7rem;
}
body.rasa .sidebar {
  --f-ul-off: 3px;
}
body.ysabeau {
  font-family: "Ysabeau Infant", sans-serif;
  --f-ul-off: 1px;
}
body.ysabeau .page .content section, body.ysabeau #popover .preview {
  letter-spacing: calc(0.1px * var(--t-ls) - 0.5px);
}
body.ysabeau #home [section-id=changes] + section > ul ul::before {
  --x: 1.55rem;
}
body.dosis {
  font-family: "Dosis", sans-serif;
}
body.dosis .page .content section, body.dosis #popover .preview {
  line-height: calc(1.2em + 1px * var(--t-lh));
}
body.dosis #home [section-id=changes] + section > ul ul::before {
  --x: 1.6rem;
}
body.no-anims .page .content > h1 .h-left, body.no-anims .page .content > h1 .h-right {
  filter: url(#wavyh1s) blur(0.5px);
}
body.no-anims .page .content > h2 .h-left, body.no-anims .page .content > h2 .h-right {
  filter: url(#wavyh2s) blur(0.5px);
}
body.no-anims .page .content > h3 .h-left, body.no-anims .page .content > h3 .h-right {
  filter: url(#wavyh3s) blur(0.5px);
}
body.no-anims .page .content section::before {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
body.flat-section-background .content section::before {
  background-image: linear-gradient(to right, transparent, rgb(36, 36, 36) 0.7rem, rgb(36, 36, 36) calc(100% - 0.7rem), transparent);
}

main {
  position: relative;
}
main .toggle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: min(11rem, 30vw);
  background-color: transparent;
  transform: translateX(-100%);
  z-index: 1;
  border: solid 0;
  border-right: solid 1px transparent;
  border-bottom: solid 1px transparent;
}
main .toggle > span {
  display: inline-block;
  color: white;
}
main .toggle.off {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateX(max(-11rem, -30vw));
  border-right: solid 1px currentColor;
  border-bottom: solid 1px currentColor;
}
main .toggle.off > span {
  transform: rotateY(180deg);
}

nav#topnav {
  position: relative;
  background-color: var(--pg-acc);
  color: var(--nav-txt, inherit);
  z-index: 10;
}
nav#topnav > div > button {
  position: relative;
  background-color: var(--pg-acc);
  z-index: 2;
}
nav#topnav .dropdown {
  position: relative;
  background-color: var(--pg-acc);
  background-image: linear-gradient(to bottom, rgba(0 0 0 / 40%), rgba(0 0 0 / 30%));
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  z-index: -1;
}

.sidebar {
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(0.5rem) url(#glass);
          backdrop-filter: blur(0.5rem) url(#glass);
  flex-shrink: 0;
  overflow: hidden;
}
.sidebar .header-pointer i {
  font-size: 0.9em;
}
.sidebar .header-pointer {
  line-height: 1rem;
}
.sidebar .header-pointer:has(> span) {
  margin-left: 0.5rem;
}
.sidebar .header-pointer:has(> i) {
  margin-left: 1rem;
}
.sidebar.collapsed {
  transform: translateX(-100%) !important;
}
.sidebar.collapsed + .content {
  width: 100vw;
  transform: translateX(calc(-1 * min(10rem, 30vw) - 0.5rem)) !important;
}

.content {
  width: calc(100vw - (min(10.5rem, 30vw) + 0.5rem));
}
.content header {
  margin-bottom: 2em;
}
.content > h1, .content > h2, .content > h3 {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.5));
  box-shadow: 0 0 5rem 1.4rem rgb(0, 0, 0);
  -webkit-clip-path: polygon(-1000% 0%, 1000% 0%, 1000% 100%, -1000% 100%, -1000% 0%);
          clip-path: polygon(-1000% 0%, 1000% 0%, 1000% 100%, -1000% 100%, -1000% 0%);
}
.content section {
  text-shadow: 0 0 0.5rem var(--pg-txt-i);
}
.content section.subcolumns > * {
  border-right: solid 1px;
  -o-border-image: linear-gradient(to top, transparent, var(--pg-acc) 40%, var(--pg-acc) 60%, transparent);
     border-image: linear-gradient(to top, transparent, var(--pg-acc) 40%, var(--pg-acc) 60%, transparent);
  border-image-slice: 1;
}
.content section.subcolumns > *:first-of-type {
  padding-left: 0;
}
.content section.subcolumns > *:last-of-type {
  padding-right: 0;
  border: none;
}
.content section table thead th:first-child {
  position: relative;
}
.content section table thead th:first-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(-45deg, currentColor 0rem, currentColor 0.25rem, transparent 0.25rem, transparent 0.5rem);
  opacity: 0.3;
}
.content section table td {
  position: relative;
}
.content section table td::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  border-style: dotted;
  border-width: 0 1px 1px 0;
  opacity: 0.5;
  z-index: -1;
}
.content section table td::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--bg);
  opacity: 0.3;
}
.content figure {
  padding: 1rem;
}
.content figure img {
  max-height: 40vh;
  max-width: 100%;
}
.content figure figcaption {
  font-style: italic;
  font-size: 0.8em;
}
.content blockquote {
  color: var(--pg-acc-txt, var(--pg-acc));
}
.content h1[section-id="traits&abilities"] + section b + i,
.content h2[section-id=innate] + section b + i,
.content h2[section-id=developed] + section b + i,
.content h2[section-id=attained] + section b + i {
  position: relative;
  display: inline-block;
  padding-inline: 0.3rem;
}
.content h1[section-id="traits&abilities"] + section b + i::before,
.content h2[section-id=innate] + section b + i::before,
.content h2[section-id=developed] + section b + i::before,
.content h2[section-id=attained] + section b + i::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: currentColor;
  opacity: 0.1;
  z-index: -1;
}
.content h1[section-id="traits&abilities"] + section b + i::after,
.content h2[section-id=innate] + section b + i::after,
.content h2[section-id=developed] + section b + i::after,
.content h2[section-id=attained] + section b + i::after {
  content: "";
  position: absolute;
  inset: 0;
  border: solid 1px;
  border-radius: 0.5rem;
  opacity: 0.3;
}
.content .warning {
  display: flex;
  flex-direction: column;
  border: solid 1px red;
  border-radius: 0.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.5rem;
}
.content .warning b {
  color: hsl(0deg, 88%, 53%);
}
.content .spoiler {
  position: relative;
  text-shadow: none;
  color: transparent;
  background-color: #222;
}
.content .spoiler:hover {
  text-shadow: inherit;
  color: inherit;
  background-color: transparent;
}

.left-scrollbar::-webkit-scrollbar, .table-scroll::-webkit-scrollbar {
  width: 5px;
  height: 0.5rem;
}
.left-scrollbar::-webkit-scrollbar-track, .table-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}
.left-scrollbar::-webkit-scrollbar-thumb, .table-scroll::-webkit-scrollbar-thumb {
  background-color: var(--pg-acc);
  border-radius: 5px;
}
.left-scrollbar::-webkit-scrollbar-button, .table-scroll::-webkit-scrollbar-button {
  background-color: var(--pg-acc);
  height: 5px;
  width: 0.5rem;
  border-radius: 100%;
}

.credit a {
  color: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

#popover {
  background-color: #111;
  color: white;
  border: outset 5px;
  border-radius: 0.5rem;
  --x: 0;
  --y: 0;
  left: min(1rem + var(--x), 100vw - 20.5rem);
  top: min(-1rem + var(--y), 100vh);
  border-color: var(--pg-acc);
  box-shadow: 0.2rem 0.2rem 1.6rem -8px black, inset 0 0 8rem -3rem black;
  -webkit-backdrop-filter: blur(20px) url(#glass) contrast(1.1);
          backdrop-filter: blur(20px) url(#glass) contrast(1.1);
}
#popover > *:not(:last-child) {
  -o-border-image: linear-gradient(to right, transparent, var(--pg-acc), transparent);
     border-image: linear-gradient(to right, transparent, var(--pg-acc), transparent);
  border-image-slice: 1;
  border-bottom: solid 1px;
}
#popover .title-subtitle {
  font-family: "IM Fell English";
  font-size: 1.2em;
}
#popover .title-subtitle b {
  font-size: 1.2em;
  margin-bottom: -0.3rem;
}
#popover .section {
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  font-weight: bold;
}
#popover .section :nth-child(2) {
  font-size: 0.8em;
  font-weight: normal;
  font-style: italic;
}
#popover .section :nth-child(2)::before {
  content: "-";
  margin: 0.5rem;
}
#popover .preview {
  text-wrap: balance;
}
#popover .preview p:first-child {
  margin-top: 0;
}
#popover .preview p:last-child {
  margin-bottom: 0;
}
#popover img {
  max-width: 100%;
  max-height: 13rem;
  border-radius: 1rem;
}

#settings {
  line-height: 1.6em;
}
#settings > div {
  position: relative;
}
#settings > div::after {
  content: "";
  position: absolute;
  inset: 0;
  right: -0.5rem;
  -o-border-image: linear-gradient(to right, white, transparent);
     border-image: linear-gradient(to right, white, transparent);
  border-image-slice: 1;
  border-bottom: solid 1px;
  opacity: 1;
  pointer-events: none;
}
#settings #text .grid {
  place-items: center;
  place-content: center;
}
#settings #text .grid > div {
  place-items: center;
  place-content: center;
}
#settings #text .grid > div input {
  width: 3rem;
  box-sizing: border-box;
  border: none;
  border-bottom: solid 1px currentColor;
  background-color: transparent;
  color: inherit;
  text-align: center;
}
#settings #font .grid {
  place-items: center;
  place-content: center;
}
#settings #font .grid input {
  display: none;
}
#settings #font .grid input:checked + label {
  border-color: currentColor;
}
#settings #font .grid > label {
  height: 4rem;
  width: 100%;
  box-sizing: border-box;
  background-color: rgba(100, 100, 100, 0.4);
  font-size: 1rem;
  border-radius: 0.3rem;
  place-items: center;
  place-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: solid 1px transparent;
  -webkit-backdrop-filter: blur(5px) url(#glass);
          backdrop-filter: blur(5px) url(#glass);
}
#settings #font .grid > label:hover {
  background-color: rgba(100, 100, 100, 0.8);
}
#settings #font .grid > label > :first-child {
  font-size: 3rem;
  line-height: 1em;
}
#settings #font .grid > label > :last-child {
  line-height: 1em;
}
#settings #acsb > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#settings #acsb > div input[type=checkbox] {
  width: 0px;
  height: 0px;
  padding: 0;
  margin: 0;
  visibility: hidden;
  pointer-events: none;
}
#settings #acsb > div input[type=checkbox] + label {
  position: relative;
  height: 0.8rem;
  width: 1.6rem;
  border-radius: 1rem;
  border: solid 1px;
  z-index: 2;
}
#settings #acsb > div input[type=checkbox] + label::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  height: 100%;
  aspect-ratio: 1;
  background-color: black;
  border-radius: 1rem;
  border: inherit;
}
#settings #acsb > div input[type=checkbox]:checked + label {
  background-color: white;
}
#settings #acsb > div input[type=checkbox]:checked + label::after {
  transform: translateX(0.8rem);
}

#world > :last-child {
  margin-bottom: 5rem;
}
#world > div > span {
  font-family: "IM Fell English";
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

#home #feedbackform, #home .btn-container > a.kofi-button {
  padding: 0.1rem 0.8rem !important;
  border: 0.1rem solid white !important;
  border-radius: 0.5rem;
  background-color: black !important;
  color: white !important;
  font-family: inherit !important;
  font-weight: bold !important;
  font-size: 1em !important;
  line-height: initial !important;
  min-width: initial !important;
  text-decoration: none;
  display: flex !important;
  align-items: center;
}
#home #feedbackform:hover, #home #feedbackform:focus-within, #home .btn-container > a.kofi-button:hover, #home .btn-container > a.kofi-button:focus-within {
  background-color: #222 !important;
  opacity: 1;
  color: inherit;
}
#home .btn-container {
  min-width: initial !important;
}
#home span.kofitext {
  line-height: initial !important;
}
#home .kofitext img.kofiimg {
  height: 1rem !important;
  width: auto !important;
}
#home [section-id=changes] + section > ul {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}
#home [section-id=changes] + section > ul ul {
  position: relative;
}
#home [section-id=changes] + section > ul ul::before {
  content: "";
  position: absolute;
  inset: 0;
  top: 0.5lh;
  bottom: 0.5lh;
  --x: 1.6rem;
  background-image: linear-gradient(to right, transparent calc(var(--x) - 1px), currentColor calc(var(--x) - 1px), calc(var(--x) + 0px), transparent calc(var(--x) + 0px));
  opacity: 0.5;
  z-index: -1;
}

#ras section.subcolumns > div.phy p b, #ras section.subcolumns > div.phy p b + i::before, #ras section.subcolumns > div.phy p b + i::after {
  color: hsl(160deg, 100%, 40%);
}
#ras section.subcolumns > div.psy p b, #ras section.subcolumns > div.psy p b + i::before, #ras section.subcolumns > div.psy p b + i::after {
  color: hsl(214deg, 94%, 56%);
}
#ras section.subcolumns > div.mag p b, #ras section.subcolumns > div.mag p b + i::before, #ras section.subcolumns > div.mag p b + i::after {
  color: hsl(249deg, 96%, 68%);
}

#kitsunes section.subcolumns > div.phy p b, #kitsunes section.subcolumns > div.phy p b + i::before, #kitsunes section.subcolumns > div.phy p b + i::after {
  color: hsl(27deg, 100%, 51%);
}
#kitsunes section.subcolumns > div.psy p b, #kitsunes section.subcolumns > div.psy p b + i::before, #kitsunes section.subcolumns > div.psy p b + i::after {
  color: hsl(51deg, 100%, 63%);
}
#kitsunes section.subcolumns > div.mag p b, #kitsunes section.subcolumns > div.mag p b + i::before, #kitsunes section.subcolumns > div.mag p b + i::after {
  color: hsl(352deg, 100%, 63%);
}

#elves section.subcolumns > div.phy p b, #elves section.subcolumns > div.phy p b + i::before, #elves section.subcolumns > div.phy p b + i::after {
  color: hsl(204deg, 78%, 82%);
}
#elves section.subcolumns > div.mag p b, #elves section.subcolumns > div.mag p b + i::before, #elves section.subcolumns > div.mag p b + i::after {
  color: hsl(60deg, 89%, 89%);
}

#harpies section.subcolumns > div.phy p b, #harpies section.subcolumns > div.phy p b + i::before, #harpies section.subcolumns > div.phy p b + i::after {
  color: hsl(350deg, 100%, 50%);
}
#harpies section.subcolumns > div.psy p b, #harpies section.subcolumns > div.psy p b + i::before, #harpies section.subcolumns > div.psy p b + i::after {
  color: hsl(335deg, 100%, 65%);
}
#harpies section.subcolumns > div.mag p b, #harpies section.subcolumns > div.mag p b + i::before, #harpies section.subcolumns > div.mag p b + i::after {
  color: hsl(170deg, 96%, 42%);
}

#riella section.subcolumns > div.phy p b, #riella section.subcolumns > div.phy p b + i::before, #riella section.subcolumns > div.phy p b + i::after {
  color: hsl(113deg, 91%, 45%);
}
#riella section.subcolumns > div.psy p b, #riella section.subcolumns > div.psy p b + i::before, #riella section.subcolumns > div.psy p b + i::after {
  color: hsl(76deg, 94%, 56%);
}
#riella section.subcolumns > div.mag p b, #riella section.subcolumns > div.mag p b + i::before, #riella section.subcolumns > div.mag p b + i::after {
  color: hsl(170deg, 96%, 42%);
}

[page-bg=ras] {
  background-image: url("../assets/bg-ras.webp");
}

[page-bg=kitsunes] {
  background-image: url("../assets/bg-kitsunes.webp");
}

[page-bg=world] {
  background-image: url("../assets/bg-world.jpg");
}

[page-bg=whisperwoodforest] {
  background-image: url("../assets/bg-whisperwoodforest.webp");
}

[page-bg=magicsystem] {
  background-image: url("../assets/bg-magicsystem.webp");
}

[page-bg=schoolsofmagic] {
  background-image: url("../assets/bg-schoolsofmagic.webp");
}

[page-bg=home] {
  background-image: url("../assets/bg-home.webp");
}
/*# sourceMappingURL=style.css.map */