/*! tailwindcss v4.1.12 | 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;
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-green-200: oklch(92.5% 0.084 155.995);
    --color-green-300: oklch(87.1% 0.15 154.449);
    --color-green-400: oklch(79.2% 0.209 151.711);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-blue-950: oklch(28.2% 0.091 267.935);
    --color-fuchsia-700: oklch(51.8% 0.253 323.949);
    --color-fuchsia-950: oklch(29.3% 0.136 325.661);
    --spacing: 0.25rem;
    --container-3xs: 16rem;
    --container-xs: 20rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-sm: 0.25rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --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 {
  .z-4 {
    z-index: 4;
  }
  .m-4 {
    margin: calc(var(--spacing) * 4);
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .table-cell {
    display: table-cell;
  }
  .table-row {
    display: table-row;
  }
  .h-full {
    height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-full {
    width: 100%;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
@layer sb-werewolf-2025;
@layer sb-werewolf-2025 {
  body {
    width: var(--container-xs);
    @media (width >= 40rem) {
      width: var(--container-xl);
    }
    @media (width >= 48rem) {
      width: var(--container-2xl);
    }
    @media (width >= 64rem) {
      width: var(--container-4xl);
    }
    margin: auto;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
  }
  a {
    word-break: break-all;
  }
  time {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-400);
      }
    }
  }
  header {
    display: flex;
    height: calc(var(--spacing) * 24);
    p {
      margin: auto;
      width: fit-content;
      border-radius: var(--radius-2xl);
      text-align: center;
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
      text-wrap: balance;
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-green-400);
        }
      }
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 5);
      }
      @media (width >= 40rem) {
        font-size: var(--text-3xl);
        line-height: var(--tw-leading, var(--text-3xl--line-height));
      }
    }
  }
  footer {
    margin-top: calc(var(--spacing) * 5);
    margin-bottom: calc(var(--spacing) * 20);
    display: flex;
    place-content: center;
    div time {
      padding: calc(var(--spacing) * 4);
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  div.page-content {
    display: flex;
    flex-direction: row;
    border-radius: var(--radius-2xl);
    border-color: var(--color-amber-300);
    @media (width >= 40rem) {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 4);
    }
    @media (width >= 40rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  main {
    order: 2;
    width: calc(var(--spacing) * 48);
    @media (width >= 40rem) {
      width: var(--container-xl);
    }
    @media (width >= 40rem) {
      padding-left: calc(var(--spacing) * 2);
    }
    @media (width >= 48rem) {
      width: var(--container-2xl);
    }
    @media (width >= 64rem) {
      width: var(--container-4xl);
    }
  }
  aside {
    order: 1;
    width: calc(var(--spacing) * 28);
    @media (width >= 40rem) {
      width: var(--container-3xs);
    }
    position: sticky;
    top: calc(var(--spacing) * 2);
    margin-top: calc(var(--spacing) * 18);
    display: flex;
    height: 100vh;
    flex-direction: column;
    border-radius: var(--radius-xl);
    background-color: var(--color-emerald-100);
    ul {
      display: flex;
      flex-direction: column;
      gap: calc(var(--spacing) * 2);
      padding: calc(var(--spacing) * 2);
      li {
        border-radius: var(--radius-xl);
        button {
          width: 100%;
          border-radius: var(--radius-xl);
          border-style: var(--tw-border-style);
          border-width: 2px;
          border-color: var(--color-blue-700);
          padding-inline: calc(var(--spacing) * 2);
          padding-block: calc(var(--spacing) * 1);
          &:hover {
            @media (hover: hover) {
              cursor: pointer;
            }
          }
          text-align: start;
          overflow-wrap: normal;
          word-break: normal;
          text-transform: capitalize;
        }
      }
      li.current-page {
        background-color: var(--color-green-400);
      }
      li.other-page {
        &:hover {
          @media (hover: hover) {
            background-color: var(--color-green-300);
          }
        }
      }
    }
  }
  article > div {
    margin: calc(var(--spacing) * 2);
    border-radius: var(--radius-xl);
    background-color: var(--color-emerald-300);
    padding-block: calc(var(--spacing) * 2);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-emerald-200);
      }
    }
    @media (width >= 40rem) {
      margin-block: calc(var(--spacing) * 5);
    }
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 2);
    }
  }
  article > div {
    display: flex;
    flex-direction: column;
    div.table-table {
      display: flex;
      flex-direction: column;
      div.table-row {
        display: flex;
        flex-wrap: wrap;
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: var(--color-fuchsia-700);
        div.table-cell {
          margin: calc(var(--spacing) * 1);
          min-width: min-content;
          border-style: var(--tw-border-style);
          border-width: 2px;
          border-color: var(--color-fuchsia-950);
          p {
            padding: calc(var(--spacing) * 0);
            font-size: var(--text-xs);
            line-height: var(--tw-leading, var(--text-xs--line-height));
            @media (width >= 64rem) {
              font-size: var(--text-sm);
              line-height: var(--tw-leading, var(--text-sm--line-height));
            }
            text-indent: calc(var(--spacing) * 0);
            &::first-letter {
              text-transform: none;
            }
            &::first-letter {
              --tw-font-weight: var(--font-weight-normal);
              font-weight: var(--font-weight-normal);
            }
            &::first-letter {
              color: inherit;
            }
          }
        }
      }
    }
  }
  article div.item-list {
    display: grid;
    gap: calc(var(--spacing) * 1);
    grid-template-columns: 5rem 5rem;
    @media (width >= 40rem) {
      grid-template-columns: 13rem 13rem;
    }
    @media (width >= 48rem) {
      grid-template-columns: 16rem 16rem;
    }
    @media (width >= 64rem) {
      grid-template-columns: 20rem 20rem;
    }
    div {
      border-radius: var(--radius-sm);
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
      border-color: var(--color-green-500);
    }
  }
  article div {
    h2, h3 {
      margin-inline: auto;
    }
    a.link-with-no-underline {
      margin: auto;
      text-decoration-line: none;
      button {
        display: block;
        &:hover {
          @media (hover: hover) {
            cursor: pointer;
          }
        }
        border-radius: var(--radius-xl);
        border-style: var(--tw-border-style);
        border-width: 2px;
        border-color: var(--color-blue-700);
        padding: calc(var(--spacing) * 1);
        overflow-wrap: normal;
        word-break: normal;
      }
    }
    p {
      margin: calc(var(--spacing) * 1);
      width: fit-content;
      border-radius: 0.25rem;
      padding-block: calc(var(--spacing) * 2);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-emerald-300);
        }
      }
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 2);
      }
      @media (width >= 40rem) {
        text-indent: calc(var(--spacing) * 4);
      }
      &::first-letter {
        --tw-font-weight: var(--font-weight-semibold);
        font-weight: var(--font-weight-semibold);
      }
      &::first-letter {
        color: var(--color-blue-800);
      }
      &::first-letter {
        text-transform: capitalize;
      }
    }
    time {
      align-self: flex-end;
      padding: calc(var(--spacing) * 1);
      font-size: var(--text-xs);
      line-height: var(--tw-leading, var(--text-xs--line-height));
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    a {
      border-radius: 0.25rem;
      text-decoration-line: underline;
      @media (width >= 40rem) {
        padding-inline: calc(var(--spacing) * 2);
      }
      color: var(--color-blue-600);
      &:visited {
        color: var(--color-blue-950);
      }
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-green-200);
        }
      }
    }
    div.tile {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
      column-gap: calc(var(--spacing) * 1);
      row-gap: calc(var(--spacing) * 4);
      figure {
        border-bottom-style: var(--tw-border-style);
        border-bottom-width: 2px;
        border-color: var(--color-green-600);
        a {
          padding: calc(var(--spacing) * 0);
        }
      }
    }
    ul {
      display: flex;
      flex-direction: column;
      @media (width >= 40rem) {
        gap: calc(var(--spacing) * 2);
      }
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 2);
      }
      li {
        width: fit-content;
        list-style-position: inside;
        list-style-type: disc;
        padding-inline: calc(var(--spacing) * 4);
        &:hover {
          @media (hover: hover) {
            background-color: var(--color-emerald-300);
          }
        }
      }
    }
    ul.pages-list {
      display: flex;
      flex-direction: column;
      @media (width >= 40rem) {
        flex-direction: row;
      }
      @media (width >= 40rem) {
        gap: calc(var(--spacing) * 2);
      }
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 2);
      }
      li {
        width: fit-content;
        list-style-position: inside;
        list-style-type: none;
        padding-inline: calc(var(--spacing) * 1);
        &:hover {
          @media (hover: hover) {
            background-color: var(--color-emerald-300);
          }
        }
      }
    }
    ul.poem {
      margin-inline: auto;
      display: flex;
      flex-direction: column;
      @media (width >= 40rem) {
        gap: calc(var(--spacing) * 2);
      }
      @media (width >= 40rem) {
        padding: calc(var(--spacing) * 2);
      }
      li {
        width: fit-content;
        list-style-position: outside;
        list-style-type: none;
        padding-inline: calc(var(--spacing) * 4);
        &:hover {
          @media (hover: hover) {
            background-color: var(--color-emerald-300);
          }
        }
      }
    }
  }
  article div.bottom {
    margin-bottom: calc(var(--spacing) * 0);
  }
  figcaption {
    text-align: center;
    text-wrap: balance;
  }
  h1, h2, h3, h4, h5, h6 {
    width: fit-content;
    border-radius: var(--radius-xl);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-green-400);
      }
    }
  }
  h1 {
    padding: calc(var(--spacing) * 2);
    padding-top: calc(var(--spacing) * 0);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    @media (width >= 40rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
  h2 {
    padding: calc(var(--spacing) * 2);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  h3 {
    padding-inline: calc(var(--spacing) * 4);
    padding-block: calc(var(--spacing) * 2);
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
    @media (width >= 40rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  h4 {
    padding-inline: calc(var(--spacing) * 4);
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    @media (width >= 40rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  dl {
    padding: calc(var(--spacing) * 4);
    dt {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
    dd {
      width: fit-content;
      padding-inline: calc(var(--spacing) * 2);
      padding-block: calc(var(--spacing) * 1);
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-emerald-300);
        }
      }
      @media (width >= 40rem) {
        margin-left: calc(var(--spacing) * 8);
      }
    }
  }
}
@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-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
