/*! tailwindcss v4.1.7 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Work Sans", sans-serif;
    --font-serif: "Spectral", serif;
    --font-mono: "Jet Brains Mono", monospace;
    --spacing: 0.25rem;
    --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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-bold: 700;
    --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);
    --color-bg: #eee8d5;
    --color-fg: #073642;
    --color-gold: #b58900;
    --color-navy: #268bd2;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .static {
    position: static;
  }
  .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;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .h-min {
    height: min-content;
  }
  .h-screen {
    height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .grow {
    flex-grow: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .flex-col {
    flex-direction: column;
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-12 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-b-4 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 4px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-fg {
    border-color: var(--color-fg);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .bg-fg {
    background-color: var(--color-fg);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .font-serif {
    font-family: var(--font-serif);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .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);
  }
  .text-bg {
    color: var(--color-bg);
  }
  .text-fg {
    color: var(--color-fg);
  }
  .text-gold {
    color: var(--color-gold);
  }
  .text-navy {
    color: var(--color-navy);
  }
  .italic {
    font-style: italic;
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .group-hover\:flex {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        display: flex;
      }
    }
  }
  .hover\:bg-fg {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-fg);
      }
    }
  }
  .hover\:text-bg {
    &:hover {
      @media (hover: hover) {
        color: var(--color-bg);
      }
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:w-2\/9 {
    @media (width >= 64rem) {
      width: calc(2/9 * 100%);
    }
  }
  .lg\:w-5\/9 {
    @media (width >= 64rem) {
      width: calc(5/9 * 100%);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:overflow-y-scroll {
    @media (width >= 64rem) {
      overflow-y: scroll;
    }
  }
  .lg\:border-r-4 {
    @media (width >= 64rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 4px;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:p-10 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .lg\:text-6xl {
    @media (width >= 64rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .\[\&_a\]\:text-navy {
    & a {
      color: var(--color-navy);
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\]\:hover\:text-gold {
    & a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-gold);
        }
      }
    }
  }
  .\[\&_code\]\:bg-fg {
    & code {
      background-color: var(--color-fg);
    }
  }
  .\[\&_code\]\:text-bg {
    & code {
      color: var(--color-bg);
    }
  }
  .\[\&_h2\]\:pb-2 {
    & h2 {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_h2\]\:font-serif {
    & h2 {
      font-family: var(--font-serif);
    }
  }
  .\[\&_h2\]\:text-2xl {
    & h2 {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .\[\&_h2\]\:font-bold {
    & h2 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_h4\]\:pb-2 {
    & h4 {
      padding-bottom: calc(var(--spacing) * 2);
    }
  }
  .\[\&_h4\]\:font-serif {
    & h4 {
      font-family: var(--font-serif);
    }
  }
  .\[\&_h4\]\:text-xl {
    & h4 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_h4\]\:font-bold {
    & h4 {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .\[\&_p\]\:pb-8 {
    & p {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&_pre\]\:mb-8 {
    & pre {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&_pre\]\:overflow-x-scroll {
    & pre {
      overflow-x: scroll;
    }
  }
  .\[\&_pre\]\:bg-fg {
    & pre {
      background-color: var(--color-fg);
    }
  }
  .\[\&_pre\]\:p-4 {
    & pre {
      padding: calc(var(--spacing) * 4);
    }
  }
  .\[\&_pre\]\:text-bg {
    & pre {
      color: var(--color-bg);
    }
  }
  .\[\&_ul\]\:list-disc {
    & ul {
      list-style-type: disc;
    }
  }
  .\[\&_ul\]\:pb-8 {
    & ul {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .\[\&_ul\]\:pl-4 {
    & ul {
      padding-left: calc(var(--spacing) * 4);
    }
  }
}
@font-face {
  font-family: Work Sans;
  font-style: normal;
  src: url("/static/fonts/Work_Sans/WorkSans-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Work Sans;
  font-style: italic;
  src: url("/static/fonts/Work_Sans/WorkSans-Italic-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 200;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-ExtraLight.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 300;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-Light.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 600;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 800;
  font-style: normal;
  src: url("/static/fonts/Spectral/Spectral-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 200;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-ExtraLightItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 300;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-LightItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 400;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-RegularItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 500;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 600;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-SemiBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 700;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-BoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: Spectral;
  font-weight: 800;
  font-style: italic;
  src: url("/static/fonts/Spectral/Spectral-ExtraBoldItalic.ttf") format("truetype");
}
@font-face {
  font-family: Jet Brains Mono;
  font-style: normal;
  src: url("/static/fonts/JetBrains_Mono/JetBrainsMono-VariableFont_wght.ttf") format("truetype");
}
@font-face {
  font-family: Jet Brains Mono;
  font-style: italic;
  src: url("/static/fonts/JetBrains_Mono/JetBrainsMono-Italic-VariableFont_wght.ttf") format("truetype");
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
