/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-bold: 700;
    --radius-4xl: 2rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .relative {
    position: relative;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .flex-auto {
    flex: auto;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-evenly {
    justify-content: space-evenly;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-b-4xl {
    border-bottom-right-radius: var(--radius-4xl);
    border-bottom-left-radius: var(--radius-4xl);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t-7 {
    border-top-style: var(--tw-border-style);
    border-top-width: 7px;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .text-center {
    text-align: center;
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
}
*, *::before, *::after {
  box-sizing: inherit;
}
body {
  font-family: "Lato", sans-serif;
  line-height: 1.6;
  color: #333;
}
header {
  background: rgb(255, 100, 0);
  color: #333;
  padding: 1rem;
  width: 100vw;
  font-family: "Nova Mono", monospace;
  display: block;
  max-width: 100%;
}
main h1,h2,h3,h4,h5,h6 {
  text-decoration-line: underline;
  font-family: "Oswald", sans-serif;
}
main h1 {
  font-size: 24px;
}
main h2 {
  font-size: 22px;
  padding-left: 1rem;
}
main h3 {
  font-size: 20px;
  padding-left: 2rem;
}
main h4 {
  font-size: 18px;
  padding-left: 3rem;
}
main h5 {
  font-size: 16px;
  padding-left: 4rem;
}
main h6 {
  font-size: 14px;
  padding-left: 5rem;
}
main {
  margin-left: 60px;
  padding: 20px;
  font-size: 16px;
}
main p {
  padding-bottom: 1em;
  padding-right: 5vw;
  font-family: "Lato", sans-serif;
}
main h1+p {
  padding-left: 5px;
}
main h2+p {
  padding-left: calc(1rem + 5px);
}
main h3+p {
  padding-left: calc(2rem + 5px);
}
main h4+p {
  padding-left: calc(3rem + 5px);
}
main h5+p {
  padding-left: calc(4rem + 5px);
}
main h6+p {
  padding-left: calc(5rem + 5px);
}
main p.h1 {
  text-decoration-line: underline;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
}
#main {
  background-image: url('https://vvf.niptra.de/wiki/abilities/parchbg.jpg');
  min-height: 100vh;
}
.sidenav {
  height: 100%;
  width: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255, 100, 0);
  overflow-x: hidden;
  flex-direction: column;
  display: flex;
}
.sidenav a {
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  font-size: 25px;
  color: #333;
  display: block;
}
.sidenav a:hover {
  color: #f1f1f1;
  background-color: rgb(186, 74, 0);
}
.navicon {
  width: 30px;
  height: 30px;
}
nav {
  position: fixed;
  z-index: 1;
  display: flex;
  flex-direction: row;
  top: 0;
  right: 0;
  justify-content: flex-end;
}
#myNavBtn {
  padding: 15px;
  align-self: flex-start;
  border-radius: 0px 0px 0px 15px;
  backdrop-filter: blur(6px);
}
#myNavBtn:hover {
  background-color: rgb(0, 0, 0, 0.1);
}
#myTocContent {
  color: #333;
  width: 0;
  transition: 0.5;
  align-self: center;
  padding: 15px 0px 15px 0px;
  border-color: #222;
  border-radius: 0px 0px 0px 15px;
  backdrop-filter: blur(6px);
}
#myTocContent a:hover {
  text-decoration-line: underline;
}
.openBtn {
  background-color: rgba(255,255,255,0.5);
  border-width: 0px 0px 1px 1px;
}
.breadcrumb {
  font-size: 0.9rem;
  color: #555;
  background-color: #f3f3f3;
  margin-left: 60px;
  padding: 2px;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.breadcrumb span {
  font-weight: 500;
  color: #555;
  font-family: "Lato", sans-serif;
}
.logoutBtn:hover {
  text-decoration-line: underline;
}
#pwEnterBtn:hover {
  background-color: rgba(0,0,0,0.1);
}
.hover:hover {
  text-decoration-line: underline;
  color: rgb(255, 100, 0);
}
.item-sum {
  display: grid;
  grid-template-columns: 10em 10em;
  grid-template-rows: auto auto auto auto;
  float: right;
  border: 2px solid #222;
  aspect-ratio: 2/3;
}
.item-sum p {
  display: flex;
  align-items: center;
  font-size: 15px;
  border: 0.5px solid #222;
  padding: 4px;
}
#item-name {
  grid-column: 1 / 3;
  justify-content: center;
  text-decoration-line: none;
}
#item-img {
  grid-row: 2;
  grid-column: 1 / 3;
  width: 19.93em;
  height: auto;
  aspect-ratio: 1/1;
  border: 0.5px solid #222;
}
@media (hover: none) and (pointer: coarse) {
  .item-sum {
    display: grid;
    grid-template-columns: 8em 8em;
    grid-template-rows: auto auto auto auto;
    float: left;
    border: 2px solid #222;
    aspect-ratio: 2/3;
  }
  #item-img {
    grid-row: 2;
    grid-column: 1 / 3;
    width: 15.93em;
    height: auto;
    aspect-ratio: 1/1;
    border: 0.5px solid #222;
  }
}
#item-type {
  grid-row: 3;
  grid-column: 1;
}
#item-damage {
  grid-row: 3;
  grid-column: 2;
  justify-content: flex-end;
}
#item-properties {
  grid-row: 4;
  grid-column: 1 / 3;
}
#item-property-desc {
  grid-row: 5;
  grid-column: 1 / 3;
  font-size: 12px;
  flex-direction: column;
}
#item-property-desc b {
  font-size: 14px;
}
#spellmain {
  color: #58170D;
}
#spellmain div p {
  padding-bottom: 0;
  padding-left: 5px;
}
#spellmain div ul {
  list-style-type: disc;
  margin-left: 3vw;
}
#castdescription p {
  padding-bottom: 3px !important;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
