/* [project]/app/globals.css [app-client] (css) */
@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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-green-500: #00c758;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --font-weight-bold: 700;
    --tracking-tighter: -.05em;
    --tracking-widest: .1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-sm: .25rem;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-green-500: lab(70.5521% -66.5147 45.8073);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }

  .mt-auto {
    margin-top: auto;
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

  .table {
    display: table;
  }

  .h-1\.5 {
    height: calc(var(--spacing) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing) * 2);
  }

  .h-8 {
    height: calc(var(--spacing) * 8);
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

  .w-\[200px\] {
    width: 200px;
  }

  .w-\[280px\] {
    width: 280px;
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .flex-1 {
    flex: 1;
  }

  .flex-shrink, .shrink {
    flex-shrink: 1;
  }

  .shrink-0 {
    flex-shrink: 0;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .items-start {
    align-items: flex-start;
  }

  .justify-between {
    justify-content: space-between;
  }

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :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)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :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)));
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-12 > :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 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2, .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }

  .border-r-2 {
    border-right-style: var(--tw-border-style);
    border-right-width: 2px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }

  .border-l-\[3px\] {
    border-left-style: var(--tw-border-style);
    border-left-width: 3px;
  }

  .border-none {
    --tw-border-style: none;
    border-style: none;
  }

  .border-black\/5 {
    border-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black) 5%, transparent);
    }
  }

  .bg-\[\#FCFCFD\] {
    background-color: #fcfcfd;
  }

  .bg-green-500 {
    background-color: var(--color-green-500);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .p-1 {
    padding: calc(var(--spacing) * 1);
  }

  .p-2 {
    padding: calc(var(--spacing) * 2);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }

  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }

  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }

  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }

  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .tracking-tighter {
    --tw-tracking: var(--tracking-tighter);
    letter-spacing: var(--tracking-tighter);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }

  .break-all {
    word-break: break-all;
  }

  .text-white {
    color: var(--color-white);
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .opacity-40 {
    opacity: .4;
  }

  .opacity-60 {
    opacity: .6;
  }

  .shadow, .shadow\/line {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .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, 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-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .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));
  }

  .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-150 {
    --tw-duration: .15s;
    transition-duration: .15s;
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .selection\:text-white ::selection, .selection\:text-white::selection {
    color: var(--color-white);
  }

  .placeholder\:opacity-30::placeholder {
    opacity: .3;
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  .focus\:ring-0:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}

:root {
  --font-display: "Bodoni Moda", "Times New Roman", serif;
  --font-body: "Hanken Grotesk", system-ui, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
  --t-display: 4.209rem;
  --t-h1: 3.157rem;
  --t-h2: 2.369rem;
  --t-h3: 1.777rem;
  --t-h4: 1.333rem;
  --t-body: 1rem;
  --t-sm: .875rem;
  --t-xs: .75rem;
  --t-eyebrow: .6875rem;
  --w-light: 300;
  --w-reg: 400;
  --w-med: 500;
  --w-semi: 600;
  --w-bold: 700;
  --lh-tight: 1.04;
  --lh-snug: 1.2;
  --lh-body: 1.6;
  --track-eyebrow: .24em;
  --track-caps: .08em;
  --track-tight: -.01em;
}

:root {
  --paper: #f7f8f9;
  --paper-2: #f2f3f4;
  --paper-3: #e8eaec;
  --paper-card: #fdfefe;
  --marble-line: #dcdee1;
  --marble-edge: #c5c7ca;
  --ink: #1c1e21;
  --ink-2: #4b4d50;
  --ink-3: #797a7d;
  --ink-4: #9d9ea1;
  --night: #0e1825;
  --night-2: #192636;
  --night-3: #283649;
  --night-line: #39495d;
  --night-fg: #e5ecf1;
  --night-fg-2: #a8b3bc;
  --thread-blue: #1680cf;
  --thread-emerald: #089868;
  --thread-amber: #cb923f;
  --thread-violet: #8558c5;
  --glow-blue: #06afff;
  --glow-emerald: #3ace93;
  --glow-amber: #f2b74a;
  --glow-violet: #ad74ff;
  --tint-blue: var(--thread-blue);
}

@supports (color: lab(0% 0 0)) {
  :root {
    --paper: lab(97.5612% -.125229 -.552249);
    --paper-2: lab(95.7042% -.166565 -.736117);
    --paper-3: lab(92.5702% -.24882 -1.10365);
    --paper-card: lab(99.5341% -.0835657 -.368261);
    --marble-line: lab(88.3923% -.330329 -1.47064);
    --marble-edge: lab(80.2702% -.410557 -1.83698);
    --ink: lab(11.2364% -.213668 -2.23821);
    --ink-2: lab(32.6976% -.234082 -2.24901);
    --ink-3: lab(51.2595% -.144959 -1.88646);
    --ink-4: lab(65.1838% -.119388 -1.51119);
    --night: lab(7.65434% -1.07373 -10.5251);
    --night-2: lab(14.5965% -1.47431 -12.329);
    --night-3: lab(22.1357% -1.81656 -13.4413);
    --night-line: lab(30.2588% -2.11239 -14.2059);
    --night-fg: lab(93.0556% -1.63221 -3.29659);
    --night-fg-2: lab(72.1632% -2.39524 -6.16914);
    --thread-blue: lab(51.1985% -5.9714 -49.7119);
    --thread-emerald: lab(55.3173% -44.0757 15.3023);
    --thread-amber: lab(65.0974% 16.0721 51.3675);
    --thread-violet: lab(46.424% 36.1956 -51.0748);
    --glow-blue: lab(67.2211% -16.4058 -54.3614);
    --glow-emerald: lab(74.1462% -50.5964 17.605);
    --glow-amber: lab(78.5998% 14.0964 61.6034);
    --glow-violet: lab(59.808% 43.8561 -61.9113);
  }
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tint-blue: color-mix(in oklab, var(--thread-blue) 12%, var(--paper));
  }
}

:root {
  --tint-emerald: var(--thread-emerald);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tint-emerald: color-mix(in oklab, var(--thread-emerald) 12%, var(--paper));
  }
}

:root {
  --tint-amber: var(--thread-amber);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tint-amber: color-mix(in oklab, var(--thread-amber) 14%, var(--paper));
  }
}

:root {
  --tint-violet: var(--thread-violet);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tint-violet: color-mix(in oklab, var(--thread-violet) 12%, var(--paper));
  }
}

:root {
  --bg: var(--paper);
  --surface: var(--paper-2);
  --surface-sunken: var(--paper-3);
  --text: var(--ink);
  --text-muted: var(--ink-2);
  --text-faint: var(--ink-3);
  --border: var(--marble-line);
  --border-strong: var(--marble-edge);
  --accent: var(--thread-blue);
  --accent-gold: var(--thread-amber);
  --focus-ring: var(--thread-blue);
  --status-live: var(--thread-emerald);
  --status-wait: var(--thread-amber);
  --status-insight: var(--thread-violet);
  --status-info: var(--thread-blue);
}

:root {
  --c-bg: var(--paper);
  --c-surface: var(--paper-2);
  --c-card: var(--paper-card);
  --c-inset: var(--paper-3);
  --c-line: var(--marble-line);
  --c-edge: var(--marble-edge);
  --c-ink: var(--ink);
  --c-ink2: var(--ink-2);
  --c-ink3: var(--ink-3);
  --c-ink4: var(--ink-4);
  --c-grid: #7e87921a;
  --c-grid-strong: #7e879238;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --c-grid: lab(55.8723% -1.48493 -7.26552 / .1);
    --c-grid-strong: lab(55.8723% -1.48493 -7.26552 / .22);
  }
}

[data-theme="dark"] {
  --c-bg: #0d1623;
  --c-surface: #192332;
  --c-card: #1f2c3d;
  --c-inset: #121c2a;
  --c-line: #3a495d;
  --c-edge: #4a5c74;
  --c-ink: #ebeff4;
  --c-ink2: #b0b8c1;
  --c-ink3: #838d9a;
  --c-ink4: #5f6a78;
  --c-grid: #8aa0be29;
  --c-grid-strong: #8ca7ca4d;
}

@supports (color: lab(0% 0 0)) {
  [data-theme="dark"] {
    --c-bg: lab(7.1092% -.861011 -9.82752);
    --c-surface: lab(13.4444% -1.23204 -11.3391);
    --c-card: lab(17.4883% -1.40244 -12.7607);
    --c-inset: lab(9.96858% -1.07557 -10.6107);
    --c-line: lab(30.2487% -1.87926 -14.2677);
    --c-edge: lab(38.3532% -2.17694 -16.0703);
    --c-ink: lab(94.1935% -.877976 -2.85867);
    --c-ink2: lab(74.4641% -1.69998 -5.68724);
    --c-ink3: lab(58.2028% -1.9978 -7.86685);
    --c-ink4: lab(44.2567% -1.93867 -9.33809);
    --c-grid: lab(65.0357% -2.81176 -17.9877 / .16);
    --c-grid-strong: lab(67.3106% -3.14471 -21.5051 / .3);
  }
}

:root {
  --s-1: 4px;
  --s-2: 8px;
  --s-3: 12px;
  --s-4: 16px;
  --s-5: 24px;
  --s-6: 32px;
  --s-7: 48px;
  --s-8: 64px;
  --s-9: 96px;
  --s-10: 128px;
  --r-xs: 2px;
  --r-sm: 4px;
  --r-md: 6px;
  --r-lg: 10px;
  --r-arch: 9999px 9999px 0 0;
  --bw-hair: 1px;
  --bw-rule: 1.5px;
  --bw-bold: 2px;
  --grid-l0: 176px;
  --grid-l1: 130px;
  --grid-l2: 96px;
  --grid-l3: 70px;
  --grid-l4: 52px;
  --grid-sub: 8px;
  --measure: 68ch;
  --rail: 280px;
  --container: 1200px;
  --shadow-flush: inset 0 0 0 1px var(--marble-line);
  --shadow-1: 0 1px 2px #55585e14, 0 1px 1px #55585e0f;
  --shadow-2: 0 2px 8px #45484d1a, 0 1px 2px #45484d14;
  --shadow-3: 0 8px 28px #3f42481f, 0 2px 6px #3f424814;
  --shadow-lift: 0 18px 50px #35383d29, 0 4px 12px #35383d1a;
  --glow-sm-blue: 0 0 0 1px #008cdf80, 0 0 12px #008cdf73;
  --glow-md-blue: 0 0 0 1px #008cdf99, 0 0 22px #008cdf8c;
  --glow-md-emerald: 0 0 0 1px #08986899, 0 0 22px #08986880;
  --glow-md-amber: 0 0 0 1px #d4983899, 0 0 22px #d4983880;
  --glow-md-violet: 0 0 0 1px #8c5ad399, 0 0 22px #8c5ad380;
  --texture-grid: repeating-linear-gradient(0deg, transparent 0 31px, #5b646f0b 31px 32px), repeating-linear-gradient(90deg, transparent 0 31px, #5b646f0b 31px 32px);
  --texture-halftone: radial-gradient(#4b47421a .6px, transparent .7px);
  --texture-halftone-size: 5px 5px;
  --ease-precise: cubic-bezier(.22, .61, .36, 1);
  --ease-kinetic: cubic-bezier(.34, 1.32, .5, 1);
  --dur-fast: .14s;
  --dur-base: .24s;
  --dur-slow: .48s;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --shadow-1: 0 1px 2px lab(37.3214% -.367641 -3.73628 / .08), 0 1px 1px lab(37.3214% -.367641 -3.73628 / .06);
    --shadow-2: 0 2px 8px lab(30.3608% -.357717 -3.73116 / .1), 0 1px 2px lab(30.3608% -.357717 -3.73116 / .08);
    --shadow-3: 0 8px 28px lab(28.0406% -.353709 -3.72913 / .12), 0 2px 6px lab(28.0406% -.353709 -3.72913 / .08);
    --shadow-lift: 0 18px 50px lab(23.4% -.344247 -3.72441 / .16), 0 4px 12px lab(23.4% -.344247 -3.72441 / .1);
    --glow-sm-blue: 0 0 0 1px lab(55.2744% -8.79538 -54.9872 / .5), 0 0 12px lab(55.2744% -8.79538 -54.9872 / .45);
    --glow-md-blue: 0 0 0 1px lab(55.2744% -8.79538 -54.9872 / .6), 0 0 22px lab(55.2744% -8.79538 -54.9872 / .55);
    --glow-md-emerald: 0 0 0 1px lab(55.3173% -44.0757 15.3023 / .6), 0 0 22px lab(55.3173% -44.0757 15.3023 / .5);
    --glow-md-amber: 0 0 0 1px lab(67.4206% 16.9757 56.8987 / .6), 0 0 22px lab(67.4206% 16.9757 56.8987 / .5);
    --glow-md-violet: 0 0 0 1px lab(48.4625% 39.9549 -55.6549 / .6), 0 0 22px lab(48.4625% 39.9549 -55.6549 / .5);
    --texture-grid: repeating-linear-gradient(0deg, transparent 0 31px, lab(41.9742% -2.00994 -7.05371 / .045) 31px 32px), repeating-linear-gradient(90deg, transparent 0 31px, lab(41.9742% -2.00994 -7.05371 / .045) 31px 32px);
    --texture-halftone: radial-gradient(lab(30.4031% 1.19112 3.63309 / .1) .6px, transparent .7px);
  }
}

@keyframes arm-glow-pulse {
  0%, 100% {
    opacity: .55;
  }

  50% {
    opacity: 1;
  }
}

@keyframes nv-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes arm-bead {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(var(--bead-travel, 6px));
  }
}

@keyframes arm-bead-glow {
  0%, 100% {
    opacity: .25;
  }

  50% {
    opacity: 1;
  }
}

@keyframes arm-thread-draw {
  from {
    stroke-dashoffset: 100%;
  }

  to {
    stroke-dashoffset: 0;
  }
}

:root {
  --bg: #e1e3e5;
  --surface: #eceef0;
  --raised: #fafbfc;
  --subtle: #d9dbdf;
  --text: #1c1e21;
  --dim: #66696e;
  --frame: #2b2e33;
  --line-1: #d0d3d6;
  --line-2: #b1b4b9;
  --line-3: #2b2e33;
  --ent-agent: #744dbe;
  --ent-skill: #0075ad;
  --ent-tool: #007c69;
  --st-queued: #7c8088;
  --st-active: #0278c7;
  --st-stalled: #b4561a;
  --st-needs: #c79512;
  --st-review: #864fba;
  --st-done: #008b5d;
  --st-failed: #c52b30;
  --st-queued-t: var(--st-queued);
}

@supports (color: lab(0% 0 0)) {
  :root {
    --bg: lab(90.1323% -.330448 -1.4707);
    --surface: lab(93.9623% -.248879 -1.10366);
    --raised: lab(98.6042% -.166595 -.736165);
    --subtle: lab(87.4622% -.411183 -1.83734);
    --text: lab(11.2364% -.213668 -2.23821);
    --dim: lab(44.2937% -.403017 -2.98162);
    --frame: lab(18.7594% -.332221 -3.71856);
    --line-1: lab(84.3302% -.410914 -1.83718);
    --line-2: lab(73.3059% -.568509 -2.56815);
    --line-3: lab(18.7594% -.332221 -3.71856);
    --ent-agent: lab(41.6413% 36.1392 -54.4467);
    --ent-skill: lab(45.3267% -15.791 -44.4334);
    --ent-tool: lab(45.8455% -42.7675 1.28865);
    --st-queued: lab(53.5596% -.587732 -4.46346);
    --st-active: lab(48.2667% -5.34004 -49.646);
    --st-stalled: lab(48.0338% 36.5971 50.1568);
    --st-needs: lab(65.3265% 11.7663 66.2173);
    --st-review: lab(44.0431% 38.9181 -48.3361);
    --st-done: lab(50.674% -44.2639 15.3394);
    --st-failed: lab(44.7116% 60.1633 37.6838);
  }
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-queued-t: color-mix(in oklab, var(--st-queued) 10%, var(--raised));
  }
}

:root {
  --st-active-t: var(--st-active);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-active-t: color-mix(in oklab, var(--st-active) 12%, var(--raised));
  }
}

:root {
  --st-stalled-t: var(--st-stalled);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-stalled-t: color-mix(in oklab, var(--st-stalled) 13%, var(--raised));
  }
}

:root {
  --st-needs-t: var(--st-needs);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-needs-t: color-mix(in oklab, var(--st-needs) 15%, var(--raised));
  }
}

:root {
  --st-review-t: var(--st-review);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-review-t: color-mix(in oklab, var(--st-review) 12%, var(--raised));
  }
}

:root {
  --st-done-t: var(--st-done);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-done-t: color-mix(in oklab, var(--st-done) 12%, var(--raised));
  }
}

:root {
  --st-failed-t: var(--st-failed);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --st-failed-t: color-mix(in oklab, var(--st-failed) 13%, var(--raised));
  }
}

:root {
  --font-ui: var(--font-body);
  --radius: 2px;
  --r-ramp-sm: 2px;
  --r-ramp-md: 4px;
  --r-ramp-lg: 8px;
  --r-ramp-xl: 12px;
  --r-full: 9999px;
  --sp-0: 0;
  --sp-1: .25rem;
  --sp-2: .5rem;
  --sp-3: .75rem;
  --sp-4: 1rem;
  --sp-5: 1.5rem;
  --sp-6: 2rem;
  --sp-7: 2.5rem;
  --sp-8: 3rem;
  --sp-9: 4rem;
  --sp-10: 6rem;
  --bw-hair: 1px;
  --bw-thin: 1.5px;
  --bw-heavy: 2px;
  --bw-ink: 3px;
  --dur-instant: 0s;
  --dur-fast: .1s;
  --dur-base: .16s;
  --dur-slow: .24s;
  --dur-slower: .36s;
  --ease-standard: cubic-bezier(.22, .61, .36, 1);
  --ease-snap: cubic-bezier(.34, 1.32, .5, 1);
  --ease-entrance: cubic-bezier(.16, 1, .3, 1);
  --ease-exit: cubic-bezier(.7, 0, .84, 0);
  --slab: inset 1px 1px 0 #ffffff80, inset -1px -1px 0 #11161f0f;
  --glow-action: none;
  --glow-structure: none;
  --glow-text: none;
  --tex-halftone: radial-gradient(var(--text) .6px, transparent .9px);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tex-halftone: radial-gradient(color-mix(in oklab, var(--text) 32%, transparent) .6px, transparent .9px);
  }
}

:root {
  --tex-halftone-size: 5px 5px;
  --tex-hatch: repeating-linear-gradient(45deg, var(--text) 0 .5px, transparent .5px 5px);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tex-hatch: repeating-linear-gradient(45deg, color-mix(in oklab, var(--text) 15%, transparent) 0 .5px, transparent .5px 5px);
  }
}

:root {
  --tex-fluted: repeating-linear-gradient(90deg, var(--text) 0 1px, transparent 1px 9px);
}

@supports (color: color-mix(in lab, red, red)) {
  :root {
    --tex-fluted: repeating-linear-gradient(90deg, color-mix(in oklab, var(--text) 13%, transparent) 0 1px, transparent 1px 9px);
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --bg: #090e18;
  --surface: #101723;
  --raised: #19212f;
  --subtle: #252e3d;
  --text: #ebeff4;
  --dim: #8a939e;
  --frame: #2f3848;
  --line-1: #2a3342;
  --line-2: #3d485b;
  --line-3: #7b8799;
  --ent-agent: #b99dff;
  --ent-skill: #44c6ff;
  --ent-tool: #30ccb1;
  --st-queued: #868d97;
  --st-active: #3eacff;
  --st-stalled: #eb883b;
  --st-needs: #e8b631;
  --st-review: #be85f9;
  --st-done: #3ace93;
  --st-failed: #fc5852;
  --st-queued-t: var(--st-queued);
}

@supports (color: lab(0% 0 0)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --bg: lab(3.97593% -.013873 -6.2815);
    --surface: lab(7.64826% -.371002 -9.33345);
    --raised: lab(12.6277% -.543594 -10.0959);
    --subtle: lab(18.6568% -.710368 -10.8543);
    --text: lab(94.1935% -.877976 -2.85867);
    --dim: lab(60.5274% -1.84068 -7.16327);
    --frame: lab(23.3032% -.825733 -10.8906);
    --line-1: lab(20.9802% -.771821 -10.8733);
    --line-2: lab(30.2409% -.971705 -12.7085);
    --line-3: lab(55.8187% -1.55655 -10.9628);
    --ent-agent: lab(70.159% 28.1767 -48.6458);
    --ent-skill: lab(74.6986% -22.6028 -40.1096);
    --ent-tool: lab(73.8134% -45.6184 1.37274);
    --st-queued: lab(58.1769% -.837058 -6.67245);
    --st-active: lab(67.0083% -10.2836 -52.5056);
    --st-stalled: lab(66.7622% 34.5837 56.389);
    --st-needs: lab(77.0268% 10.3944 68.978);
    --st-review: lab(65.0273% 38.5536 -50.1185);
    --st-done: lab(74.1462% -50.5964 17.605);
    --st-failed: lab(60.9052% 62.805 39.2502);
  }
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-queued-t: color-mix(in oklab, var(--st-queued) 12%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-active-t: var(--st-active);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-active-t: color-mix(in oklab, var(--st-active) 16%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-stalled-t: var(--st-stalled);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-stalled-t: color-mix(in oklab, var(--st-stalled) 18%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-needs-t: var(--st-needs);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-needs-t: color-mix(in oklab, var(--st-needs) 18%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-review-t: var(--st-review);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-review-t: color-mix(in oklab, var(--st-review) 16%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-done-t: var(--st-done);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-done-t: color-mix(in oklab, var(--st-done) 16%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --st-failed-t: var(--st-failed);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --st-failed-t: color-mix(in oklab, var(--st-failed) 16%, var(--raised));
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --slab: none;
  --glow-action: 0 0 18px var(--st-active);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --glow-action: 0 0 18px color-mix(in oklab, var(--st-active) 55%, transparent);
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --glow-structure: 0 0 16px var(--ent-agent);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --glow-structure: 0 0 16px color-mix(in oklab, var(--ent-agent) 45%, transparent);
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --glow-text: 0 0 10px var(--text);
}

@supports (color: color-mix(in lab, red, red)) {
  [data-state="nightfall"], [data-theme="dark"] {
    --glow-text: 0 0 10px color-mix(in oklab, var(--text) 30%, transparent);
  }
}

[data-state="nightfall"], [data-theme="dark"] {
  --tex-halftone: radial-gradient(#c5d2e56b .6px, transparent .9px);
  --tex-hatch: repeating-linear-gradient(45deg, #c5d2e533 0 .5px, transparent .5px 5px);
  --tex-fluted: repeating-linear-gradient(90deg, #c5d2e52e 0 1px, transparent 1px 9px);
}

:root {
  --text: var(--c-ink);
  --background: var(--c-bg);
  --workbench: var(--c-surface);
  --sidebar-bg: var(--c-surface);
  --dim: var(--c-ink3);
  --primary: var(--thread-blue);
  --secondary: var(--ent-skill);
  --accent: var(--ent-tool);
  --oak: var(--frame);
  --divider: var(--c-line);
  --hairline: var(--c-line);
  --hairline-2: var(--c-edge);
  --surface-bg: var(--c-surface);
  --surface-border: var(--c-line);
  --surface-shadow: var(--slab);
  --anvil-bg: var(--c-card);
  --active-bg: var(--subtle);
  --hover-bg: var(--subtle);
  --radius: var(--r-sm);
  --font-inter: var(--font-body);
  --font-playfair: var(--font-display);
}

html, body {
  background: var(--background);
  height: 100%;
  color: var(--text);
  font-family: var(--font-body), system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-size: 16px;
}

*, :before, :after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: var(--divider);
}

.font-anchor {
  font-family: var(--font-display), "Times New Roman", serif;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-weight: 700;
}

.font-ui {
  font-family: var(--font-body), system-ui, sans-serif;
}

.font-mono {
  font-family: var(--font-mono), ui-monospace, monospace;
}

.nav-label {
  font-family: var(--font-body), system-ui, sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
  opacity: .6;
  font-size: 10px;
  font-weight: 500;
}

.agent-prose pre, .agent-prose code {
  font-family: var(--font-mono), ui-monospace, monospace;
  background: var(--anvil-bg);
  padding: 2px 6px;
  font-size: 12px;
}

.agent-prose pre {
  margin: 8px 0;
  padding: 12px 16px;
  overflow-x: auto;
}

.room-portal {
  background: var(--c-card);
  border: 1px solid var(--c-edge);
  cursor: pointer;
  border-top-width: 3px;
  flex-direction: column;
  gap: 8px;
  min-height: 120px;
  padding: 20px 20px 16px;
  transition: background .12s, border-color .12s;
  display: flex;
  position: relative;
}

.room-portal:hover {
  border-color: var(--portal-accent, var(--c-edge));
  background: var(--portal-accent, var(--c-edge));
}

@supports (color: color-mix(in lab, red, red)) {
  .room-portal:hover {
    background: color-mix(in oklab, var(--portal-accent, var(--c-edge)) 4%, var(--c-card));
  }
}

@media (min-width: 768px) {
  .cathedral-shell {
    height: 100vh;
    display: flex;
    overflow: hidden;
  }

  .cathedral-main {
    flex: 1;
    margin-left: 72px;
    overflow: hidden auto;
  }

  .room-nav-mobile {
    display: none !important;
  }

  .room-nav-desktop {
    display: block;
  }
}

@media (max-width: 767px) {
  .cathedral-shell {
    flex-direction: column;
    height: 100dvh;
    display: flex;
    overflow: hidden;
  }

  .cathedral-main {
    flex: 1;
    padding-bottom: 56px;
    overflow: hidden auto;
  }

  .room-nav-desktop {
    display: none !important;
  }

  .room-nav-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-ordinal {
  syntax: "*";
  inherits: false
}

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-blur {
  syntax: "*";
  inherits: false
}

@property --tw-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-invert {
  syntax: "*";
  inherits: false
}

@property --tw-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-sepia {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

/* [next]/internal/font/google/hanken_grotesk_85e9f0a7.module.css [app-client] (css) */
@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/91bd2e40df15814e-s.676ea585.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/a63431c4ac64ea8b-s.af09ab9e.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/8b4ed0a90d903ab5-s.0d21604a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../media/c47649aa31f9e140-s.p.7e59dfd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/91bd2e40df15814e-s.676ea585.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/a63431c4ac64ea8b-s.af09ab9e.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/8b4ed0a90d903ab5-s.0d21604a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/c47649aa31f9e140-s.p.7e59dfd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/91bd2e40df15814e-s.676ea585.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/a63431c4ac64ea8b-s.af09ab9e.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/8b4ed0a90d903ab5-s.0d21604a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/c47649aa31f9e140-s.p.7e59dfd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/91bd2e40df15814e-s.676ea585.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/a63431c4ac64ea8b-s.af09ab9e.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/8b4ed0a90d903ab5-s.0d21604a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/c47649aa31f9e140-s.p.7e59dfd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/91bd2e40df15814e-s.676ea585.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/a63431c4ac64ea8b-s.af09ab9e.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/8b4ed0a90d903ab5-s.0d21604a.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Hanken Grotesk;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/c47649aa31f9e140-s.p.7e59dfd6.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Hanken Grotesk Fallback;
  src: local(Arial);
  ascent-override: 99.07%;
  descent-override: 30.02%;
  line-gap-override: 0.0%;
  size-adjust: 100.94%;
}

.hanken_grotesk_85e9f0a7-module__mNJcNa__className {
  font-family: Hanken Grotesk, Hanken Grotesk Fallback;
  font-style: normal;
}

.hanken_grotesk_85e9f0a7-module__mNJcNa__variable {
  --font-body: "Hanken Grotesk", "Hanken Grotesk Fallback";
}

/* [next]/internal/font/google/bodoni_moda_c66afcf3.module.css [app-client] (css) */
@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/856ed4826022579c-s.6bc3ef85.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/33f10b7fa82524eb-s.351d293a.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/34eaf81c50a1ffa9-s.170cb625.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/52b5d5098cb87ddd-s.p.cd0f0e4b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/856ed4826022579c-s.6bc3ef85.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/33f10b7fa82524eb-s.351d293a.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/34eaf81c50a1ffa9-s.170cb625.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/52b5d5098cb87ddd-s.p.cd0f0e4b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/856ed4826022579c-s.6bc3ef85.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/33f10b7fa82524eb-s.351d293a.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/34eaf81c50a1ffa9-s.170cb625.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/52b5d5098cb87ddd-s.p.cd0f0e4b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/856ed4826022579c-s.6bc3ef85.woff2") format("woff2");
  unicode-range: U+302-303, U+305, U+307-308, U+310, U+312, U+315, U+31A, U+326-327, U+32C, U+32F-330, U+332-333, U+338, U+33A, U+346, U+34D, U+391-3A1, U+3A3-3A9, U+3B1-3C9, U+3D1, U+3D5-3D6, U+3F0-3F1, U+3F4-3F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/33f10b7fa82524eb-s.351d293a.woff2") format("woff2");
  unicode-range: U+1-C, U+E-1F, U+7F-9F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+28??, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B??, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F0??, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F7??, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB??;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/34eaf81c50a1ffa9-s.170cb625.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Bodoni Moda;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../media/52b5d5098cb87ddd-s.p.cd0f0e4b.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Bodoni Moda Fallback;
  src: local(Times New Roman);
  ascent-override: 98.5%;
  descent-override: 35.02%;
  line-gap-override: 0.0%;
  size-adjust: 114.22%;
}

.bodoni_moda_c66afcf3-module__ecP9TG__className {
  font-family: Bodoni Moda, Bodoni Moda Fallback;
  font-style: normal;
}

.bodoni_moda_c66afcf3-module__ecP9TG__variable {
  --font-display: "Bodoni Moda", "Bodoni Moda Fallback";
}

/* [next]/internal/font/google/jetbrains_mono_ab19dc28.module.css [app-client] (css) */
@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/04c5164763c40239-s.690580e8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/26f284dcc38c84c0-s.303a03d6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/7e7f32a39836f228-s.0b4edfe7.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/fa39153a3fc630ba-s.bff0868b.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/6a5386fd6038edbe-s.719084df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/051742360c26797e-s.p.102b7f24.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/04c5164763c40239-s.690580e8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/26f284dcc38c84c0-s.303a03d6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/7e7f32a39836f228-s.0b4edfe7.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/fa39153a3fc630ba-s.bff0868b.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/6a5386fd6038edbe-s.719084df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../media/051742360c26797e-s.p.102b7f24.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/04c5164763c40239-s.690580e8.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/26f284dcc38c84c0-s.303a03d6.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/7e7f32a39836f228-s.0b4edfe7.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/fa39153a3fc630ba-s.bff0868b.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/6a5386fd6038edbe-s.719084df.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: JetBrains Mono;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../media/051742360c26797e-s.p.102b7f24.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: JetBrains Mono Fallback;
  src: local(Arial);
  ascent-override: 75.79%;
  descent-override: 22.29%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.jetbrains_mono_ab19dc28-module__5mpQDW__className {
  font-family: JetBrains Mono, JetBrains Mono Fallback;
  font-style: normal;
}

.jetbrains_mono_ab19dc28-module__5mpQDW__variable {
  --font-mono: "JetBrains Mono", "JetBrains Mono Fallback";
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__def01037._.css.map*/