/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Permanent Marker", "Trebuchet MS", cursive;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
    monospace;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-6xl: 72rem;
    --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-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-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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-primary: #173fd1;
    --color-neutral: #ffffff;
    --color-background: #000000;
    --font-marker: "Permanent Marker", "Trebuchet MS", cursive;
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-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 {
  .static {
    position: static;
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@layer base {
  html {
    background: #000;
    scroll-behavior: smooth;
  }
  body {
    margin: 0;
    background: #000;
    color: #fff;
    overflow-x: hidden;
  }
  body.home > header,	body.home > footer {
    display: none;
  }
  a:focus-visible {
    outline: 3px solid #fff;
    outline-offset: 7px;
  }
}
@layer components {
  .academy-home {
    position: relative;
    z-index: 0;
    background: #000;
    min-height: 100vh;
    isolation: isolate;
  }
  .academy-hero {
    --charlie-bg: none;
    position: relative;
    min-height: 100svh;
    display: grid;
    align-items: start;
    padding: clamp(16px, 2.2vh, 28px) clamp(18px, 4vw, 64px) clamp(24px, 3vh, 40px);
    overflow: hidden;
    background: #000;
  }
  .academy-hero::before {
    content: "";
    position: fixed;
    z-index: -2;
    inset: -10vh -5vw;
    background-image: var(--charlie-bg);
    background-repeat: no-repeat;
    background-position: center 42%;
    background-size: min(96vw, 1380px) auto;
    opacity: .20;
    pointer-events: none;
    filter: grayscale(1) contrast(1.2);
  }
  .academy-hero__wash {
    position: fixed;
    z-index: -1;
    inset: 0;
    background: rgba(0, 0, 0, .18);
    pointer-events: none;
  }
  .academy-hero__content {
    width: min(1460px, 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-inline: auto;
  }
  .academy-word-logo {
    display: block;
    width: min(700px, 52vw);
    height: min(300px, 32vh);
    object-fit: contain;
    margin: -22px auto -28px;
    mix-blend-mode: screen;
    filter: invert(1) grayscale(1) contrast(1.8) brightness(1.2);
  }
  .academy-word-logo--text {
    font: 400 clamp(3rem, 8vw, 7rem)/.78 var(--font-marker);
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
  }
  .academy-manifesto {
    position: relative;
    z-index: 4;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: .42em;
    margin: 0 auto clamp(48px, 7vh, 82px);
    padding-bottom: 13px;
    color: #fff;
    font: 400 clamp(.95rem, 1.55vw, 1.55rem)/1 var(--font-marker);
    letter-spacing: .025em;
    text-transform: uppercase;
  }
  .academy-manifesto::after {
    content: "";
    position: absolute;
    left: 29%;
    right: 29%;
    bottom: 0;
    height: 7px;
    border-radius: 50%;
    background: #0787ff;
    transform: rotate(-1.5deg) skewX(-18deg);
    box-shadow: 26px 4px 0 -2px #0787ff;
  }
  .academy-manifesto a {
    color: inherit;
    text-decoration: none;
    transition: color .18s ease, transform .18s ease;
  }
  .academy-manifesto a:hover {
    color: #0787ff;
    transform: translateY(-2px) rotate(-1deg);
  }
  .academy-portholes {
    width: min(1540px, 100%);
    display: grid;
    grid-template-columns: repeat(3, minmax(270px, 410px));
    justify-content: space-between;
    align-items: start;
    gap: clamp(42px, 5vw, 90px);
    padding: clamp(18px, 3vh, 34px) 0 0;
  }
  .academy-porthole {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    color: #fff;
    text-decoration: none;
  }
  .academy-porthole__ring {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    border: clamp(7px, .72vw, 12px) solid #173fd1;
    border-radius: 50%;
    background: #050505;
    box-shadow: 0 0 0 3px #001b35,	0 0 0 5px #0787ff,	0 0 34px rgba(7, 135, 255, .22);
    transition: transform .26s cubic-bezier(.2,.9,.25,1.2), box-shadow .26s ease;
  }
  .academy-porthole__ring::before,	.academy-porthole__ring::after {
    content: "";
    position: absolute;
    z-index: 5;
    border-radius: 50%;
    background: #0787ff;
    pointer-events: none;
  }
  .academy-porthole__ring::before {
    width: 11px;
    height: 11px;
    top: -17px;
    left: 18%;
    box-shadow: -27px 10px 0 -3px #0787ff,	42px -7px 0 -2px #0787ff,	105px 3px 0 -4px #0787ff,	150px -5px 0 -1px #0787ff;
  }
  .academy-porthole__ring::after {
    width: 9px;
    height: 9px;
    right: -19px;
    bottom: 25%;
    box-shadow: 9px -38px 0 -2px #0787ff,	-3px 62px 0 -3px #0787ff,	-25px 86px 0 -2px #0787ff;
  }
  .academy-porthole__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    filter: saturate(.94) contrast(1.04);
  }
  .academy-porthole--classes .academy-porthole__image {
    object-position: center 48%;
  }
  .academy-porthole--history .academy-porthole__image {
    object-position: center 22%;
    filter: grayscale(1) contrast(1.08);
  }
  .academy-porthole--book .academy-porthole__ring {
    overflow: hidden;
  }
  .academy-porthole__image--bomb {
    object-fit: contain;
    object-position: center 46%;
    transform: scale(1.23);
    border-radius: 0;
  }
  .academy-paint-drops {
    position: absolute;
    z-index: 6;
    left: 13%;
    bottom: -27px;
    width: 9px;
    height: 34px;
    border-radius: 0 0 8px 8px;
    background: #0787ff;
    box-shadow: 17px 7px 0 -2px #0787ff,	34px -4px 0 -3px #0787ff,	69px 12px 0 -3px #0787ff;
    transform: rotate(2deg);
    pointer-events: none;
  }
  .academy-porthole__label {
    position: relative;
    z-index: 8;
    margin-top: clamp(22px, 2.5vh, 32px);
    color: #fff;
    font: 400 clamp(1.35rem, 2.35vw, 2.6rem)/1 var(--font-marker);
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 0 3px 0 #000;
    transform: rotate(-1.2deg);
  }
  .academy-porthole__label::after {
    content: "";
    position: absolute;
    left: 6%;
    right: 1%;
    bottom: -12px;
    height: 6px;
    border-radius: 50%;
    background: #0787ff;
    transform: skewX(-22deg) rotate(-2deg);
    box-shadow: 22px 3px 0 -2px #0787ff;
  }
  .academy-charlie-peek {
    position: absolute;
    z-index: 10;
    width: 48%;
    max-width: 220px;
    height: auto;
    left: -9%;
    top: -31%;
    object-fit: cover;
    object-position: 53% 18%;
    transform: scaleX(-1);
    filter: grayscale(1) brightness(9) contrast(3);
    mix-blend-mode: screen;
    pointer-events: none;
  }
  .academy-bomb-breakout {
    position: absolute;
    z-index: 7;
    width: 132%;
    aspect-ratio: 1;
    top: -9%;
    left: 5%;
    object-fit: contain;
    object-position: center;
    transform: scale(1.28);
    clip-path: polygon(61% 34%, 100% 28%, 100% 82%, 70% 74%);
    pointer-events: none;
  }
  .academy-porthole:hover .academy-porthole__ring {
    transform: translateY(-7px) rotate(-.8deg);
    box-shadow: 0 0 0 3px #001b35,	0 0 0 5px #0787ff,	0 0 46px rgba(7, 135, 255, .38);
  }
  .academy-porthole:hover .academy-porthole__label {
    color: #0787ff;
  }
  .academy-word-logo {
    mix-blend-mode: normal;
    filter: none;
  }
  .academy-manifesto::after,	.academy-porthole__ring::before,	.academy-porthole__ring::after,	.academy-paint-drops,	.academy-porthole__label::after {
    background: #173fd1;
  }
  .academy-manifesto::after {
    box-shadow: 26px 4px 0 -2px #173fd1;
  }
  .academy-manifesto a:hover,	.academy-porthole:hover .academy-porthole__label {
    color: #173fd1;
  }
  .academy-porthole__ring {
    box-shadow: 0 0 0 3px #07133f, 0 0 0 6px #173fd1;
  }
  .academy-porthole__ring::before {
    width: 13px;
    height: 13px;
    top: -20px;
    left: 15%;
    box-shadow: -38px 17px 0 -2px #173fd1,	-22px -6px 0 -4px #173fd1,	30px -11px 0 -1px #173fd1,	69px 5px 0 -4px #173fd1,	106px -4px 0 -2px #173fd1,	151px -12px 0 1px #173fd1,	192px 8px 0 -3px #173fd1,	228px -4px 0 -4px #173fd1;
  }
  .academy-porthole__ring::after {
    width: 11px;
    height: 11px;
    right: -22px;
    bottom: 28%;
    box-shadow: 10px -48px 0 -1px #173fd1,	20px -18px 0 -4px #173fd1,	-4px 63px 0 -2px #173fd1,	-30px 93px 0 -1px #173fd1,	-8px 122px 0 -4px #173fd1;
  }
  .academy-paint-drops {
    left: 9%;
    bottom: -41px;
    width: 12px;
    height: 51px;
    border-radius: 0 0 10px 10px;
    box-shadow: 19px 11px 0 -2px #173fd1,	40px -2px 0 -3px #173fd1,	70px 17px 0 -3px #173fd1,	99px -7px 0 -4px #173fd1,	137px 11px 0 -2px #173fd1,	184px -11px 0 -4px #173fd1;
  }
  .academy-porthole__label::after {
    box-shadow: 22px 3px 0 -2px #173fd1, 48px -2px 0 -3px #173fd1;
  }
  .academy-charlie-peek {
    object-fit: contain;
    object-position: center;
    transform: none;
    filter: none;
    mix-blend-mode: normal;
  }
  .academy-porthole:hover .academy-porthole__ring {
    box-shadow: 0 0 0 3px #07133f, 0 0 0 6px #173fd1;
  }
  .academy-charlie-peek {
    width: 46%;
    max-width: none;
    height: auto;
    left: -2.5%;
    top: -27.5%;
    transform-origin: 70% 100%;
  }
  .academy-history-breakout {
    position: absolute;
    z-index: 7;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 22%;
    transform: scale(1.16);
    clip-path: polygon(25% 0, 76% 0, 72% 24%, 28% 24%);
    pointer-events: none;
  }
  .academy-porthole__image--bomb {
    transform: scale(1.42);
  }
  .academy-bomb-breakout {
    inset: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center 46%;
    transform: scale(1.42);
    clip-path: polygon(58% 44%, 100% 40%, 100% 96%, 60% 92%);
  }
  .academy-paint-drops {
    left: 12%;
    bottom: -17px;
    width: 104px;
    height: 12px;
    border-radius: 48% 62% 44% 57%;
    box-shadow: none;
    transform: rotate(1.5deg);
  }
  .academy-paint-drops::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 7px;
    width: 11px;
    height: 34px;
    border-radius: 2px 2px 8px 8px;
    background: #173fd1;
    box-shadow: 29px 5px 0 -2px #173fd1,	59px -5px 0 -3px #173fd1,	83px 11px 0 -3px #173fd1;
  }
  .academy-paint-drops::after {
    content: "";
    position: absolute;
    left: 10px;
    top: 43px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #173fd1;
    box-shadow: 31px -2px 0 -2px #173fd1,	60px -18px 0 -2px #173fd1,	86px 5px 0 -1px #173fd1;
  }
  @media (max-width: 900px) {
    .academy-hero {
      min-height: auto;
      padding-top: 36px;
      padding-bottom: 80px;
    }
    .academy-word-logo {
      width: min(700px, 88vw);
      max-height: 36vh;
    }
    .academy-manifesto {
      margin-bottom: 50px;
      font-size: clamp(.83rem, 3.1vw, 1.2rem);
    }
    .academy-portholes {
      grid-template-columns: 1fr;
      width: min(500px, 82vw);
      gap: 72px;
    }
    .academy-porthole__label {
      font-size: clamp(2rem, 9vw, 3.2rem);
    }
    .academy-hero::before {
      background-size: 150vw auto;
      background-position: 58% 14%;
    }
    .academy-bomb-breakout {
      width: 120%;
    }
  }
  .academy-manifesto, .academy-porthole__label {
    color: #d9b300;
  }
  .academy-manifesto a:hover, .academy-manifesto a:focus-visible, .academy-porthole:hover .academy-porthole__label, .academy-porthole:focus-visible .academy-porthole__label {
    color: #e74712;
  }
  .academy-porthole--book .academy-porthole__stage {
    clip-path: inset(-100% -100% -3% -100%);
  }
  body:has(.destiny-gallery) > header, body:has(.destiny-gallery) > footer {
    display: none;
  }
  .destiny-gallery {
    --yellow: #d9b300;
    --blue: #173fd1;
    --orange: #e74712;
    background: #000;
    color: var(--yellow);
    width: 100%;
    padding: 24px max(24px,4vw) 90px;
    position: relative;
    overflow: hidden;
  }
  .destiny-gallery [x-cloak] {
    display: none !important;
  }
  .destiny-heading,.destiny-grid,.destiny-gallery-footer {
    position: relative;
    z-index: 1;
    max-width: 1250px;
    margin-inline: auto;
  }
  .destiny-heading {
    text-align: center;
    padding-bottom: 42px;
  }
  .destiny-logo {
    display: block;
    width: 150px;
    margin: 0 auto 20px;
  }
  .destiny-logo img {
    width: 100%;
    height: auto;
  }
  .destiny-nav {
    display: flex;
    justify-content: center;
    gap: clamp(12px,2vw,28px);
    align-items: center;
    font-size: clamp(14px,1.8vw,23px);
  }
  .destiny-nav a,.destiny-gallery button {
    color: var(--yellow);
    text-decoration: none;
  }
  .destiny-nav a[aria-current] {
    text-decoration: underline;
    text-decoration-color: var(--orange);
    text-decoration-thickness: 4px;
    text-underline-offset: 9px;
  }
  .destiny-nav span {
    color: var(--orange);
  }
  .destiny-nav a:hover,.destiny-gallery button:hover,.destiny-nav a:focus-visible,.destiny-gallery button:focus-visible {
    color: var(--orange);
  }
  .destiny-heading h1 {
    font-family: var(--font-marker);
    font-size: clamp(48px,10vw,128px);
    font-weight: 400;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 60px 0 24px;
    display: inline-block;
    position: relative;
  }
  .destiny-heading h1:after {
    content: "";
    position: absolute;
    background: var(--yellow);
    height: 8px;
    bottom: -12px;
    left: 12%;
    right: 8%;
    border-radius: 60%;
    transform: rotate(-2deg);
  }
  .destiny-heading p {
    font-size: clamp(16px,2.6vw,28px);
    color: #aaa;
    text-transform: uppercase;
    margin: 15px 0 0;
  }
  .destiny-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 30px 24px;
  }
  .destiny-tile {
    display: block;
    aspect-ratio: 4/5;
    border: 4px solid var(--blue);
    overflow: hidden;
    background: #090909;
  }
  .destiny-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .2s;
  }
  .destiny-tile:hover img {
    transform: scale(1.025);
  }
  .destiny-tile:focus-visible {
    outline: 3px solid var(--yellow);
    outline-offset: 5px;
  }
  .destiny-gallery-footer {
    text-align: center;
    padding-top: 68px;
  }
  .destiny-gallery-footer p {
    color: #aaa;
    font-size: 20px;
  }
  .destiny-gallery button {
    background: none;
    border: 0;
    font: inherit;
    cursor: pointer;
  }
  .destiny-gallery-footer button {
    font-size: 30px;
    text-transform: uppercase;
    margin-top: 26px;
    text-decoration: underline;
    text-decoration-color: var(--orange);
    text-decoration-thickness: 5px;
    text-underline-offset: 10px;
  }
  .destiny-gallery:before,.destiny-gallery:after {
    content: "";
    position: absolute;
    width: 180px;
    height: 240px;
    pointer-events: none;
    opacity: .9;
    background: radial-gradient(circle at 30% 42%,var(--blue) 0 15px,transparent 16px),radial-gradient(circle at 47% 55%,var(--blue) 0 22px,transparent 23px),radial-gradient(circle at 62% 36%,var(--blue) 0 9px,transparent 10px),radial-gradient(circle at 20% 60%,var(--blue) 0 7px,transparent 8px),radial-gradient(circle at 75% 72%,var(--blue) 0 6px,transparent 7px),radial-gradient(circle at 55% 12%,var(--blue) 0 4px,transparent 5px),radial-gradient(circle at 10% 26%,var(--blue) 0 3px,transparent 4px);
    z-index: 0;
  }
  .destiny-gallery:before {
    top: 85px;
    left: -50px;
    transform: rotate(-22deg);
  }
  .destiny-gallery:after {
    bottom: 10px;
    right: -20px;
    transform: rotate(40deg);
  }
  .destiny-viewer {
    padding: 50px 20px 12px;
    border: 2px solid var(--blue);
    background: #050505;
    color: var(--yellow);
    width: min(1100px,96vw);
    max-width: 96vw;
    max-height: 94dvh;
  }
  .destiny-viewer::backdrop {
    background: rgba(0,0,0,.94);
  }
  .destiny-viewer img {
    display: block;
    margin: auto;
    max-width: 100%;
    height: min(72dvh,800px);
    object-fit: contain;
  }
  .destiny-close {
    position: absolute;
    right: 18px;
    top: 10px;
  }
  .destiny-viewer-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    margin-top: 8px;
  }
  .destiny-viewer-controls button {
    font-size: 30px;
  }
  @media (max-width:850px) {
    .destiny-grid {
      grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .destiny-heading h1 {
      margin-top: 42px;
    }
  }
  @media (max-width:560px) {
    .destiny-gallery {
      padding-inline: 20px;
    }
    .destiny-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
    .destiny-logo {
      width: 125px;
    }
    .destiny-heading {
      padding-bottom: 30px;
    }
    .destiny-heading h1 {
      font-size: clamp(38px,11vw,60px);
    }
    .destiny-nav {
      gap: 10px;
    }
    .destiny-tile {
      aspect-ratio: 4/5;
    }
  }
  @media (prefers-reduced-motion:reduce) {
    .destiny-tile img {
      transition: none;
    }
  }
  .academy-porthole--book .academy-porthole__ring {
    overflow: visible;
  }
  .academy-portholes {
    --porthole-size: clamp(300px, min(25vw, 42svh), 410px);
    grid-template-columns: repeat(3, var(--porthole-size));
    width: min(1540px, 100%);
    gap: clamp(30px, 4vw, 76px);
    padding-top: 0;
  }
  .academy-porthole {
    width: var(--porthole-size);
    padding-top: clamp(54px, 6vh, 76px);
  }
  .academy-porthole__stage {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1;
    transition: transform .26s cubic-bezier(.2,.9,.25,1.2);
  }
  .academy-porthole__stage::before,	.academy-porthole__stage::after {
    content: "";
    position: absolute;
    z-index: 4;
    pointer-events: none;
    border-radius: 50%;
  }
  .academy-porthole__stage::before {
    inset: -15%;
    opacity: .98;
    background: radial-gradient(circle at 7% 47%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 10% 35%, #1746d8 0 7px, transparent 8px),	radial-gradient(circle at 14% 22%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 21% 12%, #1746d8 0 5px, transparent 6px),	radial-gradient(circle at 31% 7%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 43% 3%, #1746d8 0 8px, transparent 9px),	radial-gradient(circle at 57% 5%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 70% 9%, #1746d8 0 6px, transparent 7px),	radial-gradient(circle at 82% 16%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 91% 27%, #1746d8 0 8px, transparent 9px),	radial-gradient(circle at 96% 40%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 98% 55%, #1746d8 0 6px, transparent 7px),	radial-gradient(circle at 93% 70%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 86% 83%, #1746d8 0 7px, transparent 8px),	radial-gradient(circle at 74% 91%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 60% 97%, #1746d8 0 8px, transparent 9px),	radial-gradient(circle at 45% 99%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 31% 94%, #1746d8 0 6px, transparent 7px),	radial-gradient(circle at 18% 87%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 9% 76%, #1746d8 0 8px, transparent 9px),	radial-gradient(circle at 4% 62%, #1746d8 0 4px, transparent 5px);
    filter: drop-shadow(0 0 8px rgba(23,70,216,.7));
    transform: rotate(-7deg);
  }
  .academy-porthole__stage::after {
    inset: -10%;
    opacity: .9;
    background: radial-gradient(circle at 2% 54%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 6% 31%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 13% 16%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 25% 5%, #1746d8 0 3px, transparent 4px),	radial-gradient(circle at 38% 1%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 51% 4%, #1746d8 0 5px, transparent 6px),	radial-gradient(circle at 65% 2%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 78% 8%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 90% 20%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 97% 34%, #1746d8 0 5px, transparent 6px),	radial-gradient(circle at 99% 50%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 96% 66%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 88% 80%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 77% 92%, #1746d8 0 5px, transparent 6px),	radial-gradient(circle at 62% 98%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 47% 96%, #1746d8 0 4px, transparent 5px),	radial-gradient(circle at 33% 99%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 20% 91%, #1746d8 0 5px, transparent 6px),	radial-gradient(circle at 9% 80%, #1746d8 0 2px, transparent 3px),	radial-gradient(circle at 2% 68%, #1746d8 0 4px, transparent 5px);
    transform: rotate(13deg);
  }
  .academy-porthole--history .academy-porthole__stage::before {
    transform: rotate(31deg);
  }
  .academy-porthole--book .academy-porthole__stage::after {
    transform: rotate(-29deg);
  }
  .academy-porthole__stage .academy-paint-drips {
    display: none !important;
  }
  .academy-porthole__viewport {
    position: absolute;
    z-index: 1;
    inset: 0;
    display: block;
    overflow: hidden;
    border-radius: 50%;
    background: #050505;
  }
  .academy-porthole__ring {
    position: absolute;
    z-index: 5;
    inset: 0;
    display: block;
    width: auto;
    aspect-ratio: auto;
    box-sizing: border-box;
    background: transparent;
    pointer-events: none;
  }
  .academy-porthole__image {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .academy-porthole:hover .academy-porthole__stage {
    transform: translateY(-7px) rotate(-.6deg);
  }
  .academy-porthole:hover .academy-porthole__ring {
    transform: none;
  }
  .academy-charlie-peek {
    z-index: 8;
    width: 50%;
    max-width: none;
    height: auto;
    left: 1%;
    top: -24%;
    transform: none;
  }
  .academy-paint-drips {
    display: none !important;
  }
  .academy-subject {
    position: absolute;
    display: block;
    max-width: none;
    margin: 0;
    object-fit: contain;
    object-position: center;
    border-radius: 0;
    pointer-events: none;
  }
  .academy-subject--history {
    inset: auto;
    left: 0;
    top: -14%;
    width: 100%;
    height: auto;
    transform: none;
    filter: grayscale(1) contrast(1.08);
  }
  .academy-history-breakout {
    z-index: 7;
    clip-path: polygon(28% 0, 100% 0, 100% 31%, 22% 31%);
  }
  .academy-subject--bomb {
    inset: auto;
    left: 7%;
    top: -15%;
    width: 86%;
    height: auto;
    transform: scaleX(-1);
    transform-origin: center;
  }
  .academy-bomb-breakout {
    z-index: 7;
    aspect-ratio: auto;
    clip-path: polygon(55% 0, 100% 0, 100% 100%, 42% 100%, 42% 63%, 55% 63%);
  }
  .academy-paint-drips {
    position: absolute;
    z-index: 6;
    left: 6%;
    bottom: -50px;
    display: block;
    width: 48%;
    height: auto;
    overflow: visible;
    color: #173fd1;
    fill: currentColor;
    pointer-events: none;
    transform: rotate(1.5deg);
    transform-origin: 20% 0;
  }
  .academy-porthole--history .academy-paint-drips {
    left: 8%;
    transform: rotate(-1deg) scale(.92);
  }
  .academy-porthole--book .academy-paint-drips {
    left: 5%;
    transform: rotate(2deg) scale(1.04);
  }
  .academy-paint-drops {
    left: 8%;
    bottom: -37px;
    width: 136px;
    height: 52px;
    border-radius: 0;
    background: radial-gradient(ellipse 10px 27px at 15px 15px, #173fd1 96%, transparent 100%),	radial-gradient(ellipse 7px 19px at 42px 13px, #173fd1 96%, transparent 100%),	radial-gradient(ellipse 6px 14px at 69px 9px, #173fd1 96%, transparent 100%),	radial-gradient(ellipse 9px 23px at 96px 12px, #173fd1 96%, transparent 100%),	radial-gradient(ellipse 5px 10px at 122px 7px, #173fd1 96%, transparent 100%);
    box-shadow: none;
    transform: rotate(1.5deg);
  }
  .academy-paint-drops::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 0;
    width: 128px;
    height: 13px;
    border-radius: 63% 37% 71% 29% / 56% 62% 38% 44%;
    background: #173fd1;
    box-shadow: none;
    transform: rotate(-1deg);
  }
  .academy-paint-drops::after {
    content: "";
    position: absolute;
    left: 19px;
    top: 39px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #173fd1;
    box-shadow: 30px -4px 0 -2px #173fd1,	61px -14px 0 -1px #173fd1,	93px 1px 0 -2px #173fd1;
  }
  @media (min-width: 901px) {
    body.admin-bar .academy-portholes {
      --porthole-size: clamp(285px, min(23vw, 37svh), 380px);
    }
  }
  @media (max-width: 900px) {
    .academy-hero {
      min-height: auto;
      padding: 30px 16px 96px;
      overflow: hidden;
    }
    .academy-word-logo {
      width: min(700px, 90vw);
      height: auto;
      max-height: 34svh;
      margin: -10px auto -16px;
    }
    .academy-manifesto {
      margin-bottom: 8px;
      font-size: clamp(.83rem, 3.1vw, 1.2rem);
    }
    .academy-portholes {
      --porthole-size: min(82vw, 500px);
      grid-template-columns: var(--porthole-size);
      width: var(--porthole-size);
      gap: clamp(60px, 12vw, 92px);
    }
    .academy-porthole {
      padding-top: clamp(76px, 18vw, 108px);
    }
    .academy-porthole__label {
      margin-top: clamp(28px, 7vw, 42px);
      font-size: clamp(2rem, 9vw, 3.2rem);
    }
    .academy-charlie-peek {
      width: 52%;
      left: 1%;
      top: -25%;
    }
    .academy-hero::before {
      background-size: 150vw auto;
      background-position: 58% 14%;
    }
  }
  @media (max-width: 520px) {
    .academy-hero {
      padding-top: 20px;
    }
    .academy-word-logo {
      width: 94vw;
      margin-bottom: -10px;
    }
    .academy-manifesto {
      width: 92vw;
      line-height: 1.25;
    }
    .academy-portholes {
      --porthole-size: min(84vw, 430px);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
    .academy-porthole__ring,	.academy-manifesto a {
      transition: none;
    }
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-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-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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;
      --tw-tracking: initial;
      --tw-ease: initial;
    }
  }
}
