@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700&family=Press+Start+2P&family=VT323&display=swap";
/* [project]/src/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-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: 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-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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
    }
  }
}

@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";
    --color-red-400: #ff6568;
    --color-red-800: #9f0712;
    --color-orange-400: #ff8b1a;
    --color-orange-600: #f05100;
    --color-amber-200: #fee685;
    --color-amber-400: #fcbb00;
    --color-amber-600: #dd7400;
    --color-amber-700: #b75000;
    --color-amber-800: #953d00;
    --color-amber-950: #461901;
    --color-yellow-300: #ffe02a;
    --color-yellow-500: #edb200;
    --color-green-400: #05df72;
    --color-green-600: #00a544;
    --color-green-700: #008138;
    --color-cyan-400: #00d2ef;
    --color-cyan-600: #0092b5;
    --color-blue-400: #54a2ff;
    --color-blue-600: #155dfc;
    --color-purple-400: #c07eff;
    --color-purple-600: #9810fa;
    --color-fuchsia-400: #ec6cff;
    --color-fuchsia-600: #c600db;
    --color-rose-400: #ff667f;
    --color-rose-600: #e70044;
    --color-zinc-300: #d4d4d8;
    --color-zinc-500: #71717b;
    --color-black: #000;
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-wide: .025em;
    --tracking-wider: .05em;
    --leading-tight: 1.25;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: "VT323", monospace;
    --color-bg-primary: #0a0a0a;
    --color-text: #ccc;
    --font-body: "Inter", "Noto Sans SC", sans-serif;
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-800: lab(33.7174% 55.8993 41.0293);
      --color-orange-400: lab(70.0429% 42.5156 75.8207);
      --color-orange-600: lab(57.1026% 64.2584 89.8886);
      --color-amber-200: lab(91.7203% -.505269 49.9084);
      --color-amber-400: lab(80.1641% 16.6016 99.2089);
      --color-amber-600: lab(60.3514% 40.5624 87.1228);
      --color-amber-700: lab(47.2709% 42.9082 69.2966);
      --color-amber-800: lab(37.8822% 37.1699 52.2718);
      --color-amber-950: lab(15.8111% 20.9107 23.3752);
      --color-yellow-300: lab(89.7033% -.480294 84.4917);
      --color-yellow-500: lab(76.3898% 14.5258 98.4589);
      --color-green-400: lab(78.503% -64.9265 39.7492);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-green-700: lab(47.0329% -47.0239 31.4788);
      --color-cyan-400: lab(76.6045% -40.9406 -29.6231);
      --color-cyan-600: lab(55.1767% -26.7496 -30.5139);
      --color-blue-400: lab(65.0361% -1.42065 -56.9802);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-purple-400: lab(63.6946% 47.6127 -59.2066);
      --color-purple-600: lab(43.0295% 75.21 -86.5669);
      --color-fuchsia-400: lab(66.1178% 66.0652 -52.4733);
      --color-fuchsia-600: lab(47.5131% 83.4271 -63.0363);
      --color-rose-400: lab(64.4125% 63.0291 19.2068);
      --color-rose-600: lab(49.1882% 81.577 36.0311);
      --color-zinc-300: lab(84.9837% .601262 -2.17986);
      --color-zinc-500: lab(47.8878% 1.65477 -5.77283);
    }
  }
}

@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 {
  .visible {
    visibility: visible;
  }

  .sr-only {
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing) * .5);
  }

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

  .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-5 {
    margin-top: calc(var(--spacing) * 5);
  }

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

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

  .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-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }

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

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

  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }

  .ml-auto {
    margin-left: auto;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

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

  .table {
    display: table;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[320px\] {
    height: 320px;
  }

  .h-fit {
    height: fit-content;
  }

  .h-full {
    height: 100%;
  }

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

  .max-h-full {
    max-height: 100%;
  }

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

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

  .min-h-\[60vh\] {
    min-height: 60vh;
  }

  .min-h-full {
    min-height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .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-\[1440px\] {
    max-width: 1440px;
  }

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .grid-cols-\[34px_1fr_auto\] {
    grid-template-columns: 34px 1fr auto;
  }

  .grid-rows-\[auto_1fr_auto\] {
    grid-template-rows: auto 1fr auto;
  }

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

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

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

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

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

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

  .justify-center {
    justify-content: center;
  }

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

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

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

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

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

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

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

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

  .gap-px {
    gap: 1px;
  }

  :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-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-\[\#242424\] > :not(:last-child)) {
    border-color: #242424;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

  .border-\[\#2a2a2a\] {
    border-color: #2a2a2a;
  }

  .border-\[\#2b2b2b\] {
    border-color: #2b2b2b;
  }

  .border-\[\#2c2c2c\] {
    border-color: #2c2c2c;
  }

  .border-\[\#3a2a0a\] {
    border-color: #3a2a0a;
  }

  .border-\[\#3a2d12\] {
    border-color: #3a2d12;
  }

  .border-\[\#3a3325\] {
    border-color: #3a3325;
  }

  .border-\[\#5a3a1a\] {
    border-color: #5a3a1a;
  }

  .border-\[\#222\] {
    border-color: #222;
  }

  .border-\[\#333\] {
    border-color: #333;
  }

  .border-\[\#242424\] {
    border-color: #242424;
  }

  .border-\[\#252525\] {
    border-color: #252525;
  }

  .border-\[\#292929\] {
    border-color: #292929;
  }

  .border-\[\#d4a017\] {
    border-color: #d4a017;
  }

  .border-\[\#d4a017\]\/30 {
    border-color: #d4a0174d;
    border-color: lab(69.3991% 12.0233 68.9918 / .3);
  }

  .border-amber-600 {
    border-color: var(--color-amber-600);
  }

  .border-amber-700 {
    border-color: var(--color-amber-700);
  }

  .border-amber-800\/70 {
    border-color: #953d00b3;
  }

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

  .border-b {
    border-color: #c24;
  }

  .border-blue-600 {
    border-color: var(--color-blue-600);
  }

  .border-cyan-600 {
    border-color: var(--color-cyan-600);
  }

  .border-fuchsia-600 {
    border-color: var(--color-fuchsia-600);
  }

  .border-green-600 {
    border-color: var(--color-green-600);
  }

  .border-green-700 {
    border-color: var(--color-green-700);
  }

  .border-orange-600 {
    border-color: var(--color-orange-600);
  }

  .border-purple-600 {
    border-color: var(--color-purple-600);
  }

  .border-red-800 {
    border-color: var(--color-red-800);
  }

  .border-rose-600 {
    border-color: var(--color-rose-600);
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-yellow-500 {
    border-color: var(--color-yellow-500);
  }

  .border-zinc-500 {
    border-color: var(--color-zinc-500);
  }

  .bg-\[\#0b0b0b\] {
    background-color: #0b0b0b;
  }

  .bg-\[\#0d0b05\] {
    background-color: #0d0b05;
  }

  .bg-\[\#0d0d0d\] {
    background-color: #0d0d0d;
  }

  .bg-\[\#1a1a1a\] {
    background-color: #1a1a1a;
  }

  .bg-\[\#1b1206\] {
    background-color: #1b1206;
  }

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

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

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

  .bg-\[\#080808\]\/95 {
    background-color: #080808f2;
    background-color: lab(2.1934% 0 0 / .95);
  }

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

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

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

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

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

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

  .bg-amber-950\/20 {
    background-color: #46190133;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-amber-950\/20 {
      background-color: color-mix(in oklab, var(--color-amber-950) 20%, transparent);
    }
  }

  .bg-bg-secondary {
    background-color: #121212;
  }

  .bg-bg-tertiary {
    background-color: #1a1a1a;
  }

  .bg-black\/60 {
    background-color: #0009;
  }

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

  .bg-gold {
    background-color: #d4a017;
  }

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

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-\[radial-gradient\(circle_at_50\%_82\%\,rgba\(212\,160\,23\,0\.22\)\,rgba\(42\,33\,16\,0\.42\)_34\%\,\#080808_72\%\)\] {
    background-image: radial-gradient(circle at 50% 82%, #d4a01738, #2a21106b 34%, #080808 72%);
  }

  .from-\[\#14100a\] {
    --tw-gradient-from: #14100a;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .to-\[\#1a1408\] {
    --tw-gradient-to: #1a1408;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }

  .object-contain {
    object-fit: contain;
  }

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

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

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

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

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

  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }

  .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-5 {
    padding-inline: calc(var(--spacing) * 5);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing) * .5);
  }

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

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

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

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

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

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

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

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

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

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

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

  .pt-\[15vh\] {
    padding-top: 15vh;
  }

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

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

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

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

  .text-left {
    text-align: left;
  }

  .text-right {
    text-align: right;
  }

  .font-mono {
    font-family: VT323, monospace;
  }

  .font-pixel {
    font-family: "Press Start 2P", monospace;
  }

  .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-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

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

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

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

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

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

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

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

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

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

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

  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }

  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing) * 7);
    line-height: calc(var(--spacing) * 7);
  }

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

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

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

  .tracking-\[0\.2em\] {
    --tw-tracking: .2em;
    letter-spacing: .2em;
  }

  .tracking-\[0\.16em\] {
    --tw-tracking: .16em;
    letter-spacing: .16em;
  }

  .tracking-\[0\.18em\] {
    --tw-tracking: .18em;
    letter-spacing: .18em;
  }

  .tracking-\[0\.22em\] {
    --tw-tracking: .22em;
    letter-spacing: .22em;
  }

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

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

  .text-\[\#8c8577\] {
    color: #8c8577;
  }

  .text-\[\#8f8778\] {
    color: #8f8778;
  }

  .text-\[\#9a9183\] {
    color: #9a9183;
  }

  .text-\[\#555\] {
    color: #555;
  }

  .text-\[\#666\] {
    color: #666;
  }

  .text-\[\#777\] {
    color: #777;
  }

  .text-\[\#888\] {
    color: #888;
  }

  .text-\[\#999\] {
    color: #999;
  }

  .text-\[\#a69d8e\] {
    color: #a69d8e;
  }

  .text-\[\#aaa\] {
    color: #aaa;
  }

  .text-\[\#bbb\] {
    color: #bbb;
  }

  .text-\[\#ccc\] {
    color: #ccc;
  }

  .text-\[\#d4a017\] {
    color: #d4a017;
  }

  .text-\[\#d8d1c2\] {
    color: #d8d1c2;
  }

  .text-\[\#ddd\] {
    color: #ddd;
  }

  .text-\[\#e6e0d0\] {
    color: #e6e0d0;
  }

  .text-\[\#eee\] {
    color: #eee;
  }

  .text-\[\#f0c040\] {
    color: #f0c040;
  }

  .text-\[\#f1e8d5\] {
    color: #f1e8d5;
  }

  .text-amber-200\/80 {
    color: #fee685cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-amber-200\/80 {
      color: color-mix(in oklab, var(--color-amber-200) 80%, transparent);
    }
  }

  .text-amber-400 {
    color: var(--color-amber-400);
  }

  .text-bg-primary {
    color: #0a0a0a;
  }

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

  .text-blue-400 {
    color: var(--color-blue-400);
  }

  .text-cyan-400 {
    color: var(--color-cyan-400);
  }

  .text-fuchsia-400 {
    color: var(--color-fuchsia-400);
  }

  .text-gold {
    color: #d4a017;
  }

  .text-green-400 {
    color: var(--color-green-400);
  }

  .text-orange-400 {
    color: var(--color-orange-400);
  }

  .text-purple-400 {
    color: var(--color-purple-400);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-rose-400 {
    color: var(--color-rose-400);
  }

  .text-text-muted {
    color: #666;
  }

  .text-yellow-300 {
    color: var(--color-yellow-300);
  }

  .text-zinc-300 {
    color: var(--color-zinc-300);
  }

  .uppercase {
    text-transform: uppercase;
  }

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

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

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    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);
  }

  .drop-shadow-\[0_14px_20px_rgba\(0\,0\,0\,0\.55\)\] {
    --tw-drop-shadow-size: drop-shadow(0 14px 20px var(--tw-drop-shadow-color, #0000008c));
    --tw-drop-shadow: var(--tw-drop-shadow-size);
    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, );
  }

  .backdrop-blur {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

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

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

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

  @media (hover: hover) {
    .group-hover\:scale-\[1\.04\]:is(:where(.group):hover *) {
      scale: 1.04;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#f0c040\]:is(:where(.group):hover *) {
      color: #f0c040;
    }
  }

  .placeholder\:text-\[\#555\]::placeholder {
    color: #555;
  }

  @media (hover: hover) {
    .hover\:-translate-y-0\.5:hover {
      --tw-translate-y: calc(var(--spacing) * -.5);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

  @media (hover: hover) {
    .hover\:border-\[\#d4a017\]:hover {
      border-color: #d4a017;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#111\]:hover {
      background-color: #111;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#13110b\]:hover {
      background-color: #13110b;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#14120d\]:hover {
      background-color: #14120d;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#101010\]:hover {
      background-color: #101010;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#151515\]:hover {
      background-color: #151515;
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#f0c040\]:hover {
      background-color: #f0c040;
    }
  }

  @media (hover: hover) {
    .hover\:bg-gold\/90:hover {
      background-color: #d4a017e6;
      background-color: lab(69.3991% 12.0233 68.9918 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#ccc\]:hover {
      color: #ccc;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#ddd\]:hover {
      color: #ddd;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#f0c040\]:hover {
      color: #f0c040;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#ffd76a\]:hover {
      color: #ffd76a;
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing) * 4);
    }
  }

  @media (min-width: 48rem) {
    .md\:mt-0 {
      margin-top: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[1fr_auto\] {
      grid-template-columns: 1fr auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[1fr_auto_auto\] {
      grid-template-columns: 1fr auto auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[1fr_auto_auto_auto_auto\] {
      grid-template-columns: 1fr auto auto auto auto;
    }
  }

  @media (min-width: 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 48rem) {
    .md\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 48rem) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-16 {
      top: calc(var(--spacing) * 16);
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
      grid-template-columns: 1.1fr .9fr;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1fr_520px\] {
      grid-template-columns: 1fr 520px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[340px_1fr\] {
      grid-template-columns: 340px 1fr;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[360px_1fr\] {
      grid-template-columns: 360px 1fr;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[420px_1fr\] {
      grid-template-columns: 420px 1fr;
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-6 {
      padding-inline: calc(var(--spacing) * 6);
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[1\.1fr_0\.9fr\] {
      grid-template-columns: 1.1fr .9fr;
    }
  }

  @media (min-width: 80rem) {
    .xl\:grid-cols-\[1fr_1fr\] {
      grid-template-columns: 1fr 1fr;
    }
  }
}

body {
  background: var(--color-bg-primary);
  color: var(--color-text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.5;
}

img[data-pixel] {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

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

::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.slot-card {
  background: #18181b;
  border: 1px solid #2a2a2e;
  border-radius: 2px;
  transition: border-color .15s;
}

.slot-card:hover, .slot-c {
  border-color: #555;
}

.slot-u {
  border-color: #2a5a2a;
  box-shadow: inset 0 0 8px #1e781e26;
}

.slot-r {
  border-color: #2a2a5a;
  box-shadow: inset 0 0 8px #1e1e7826;
}

.slot-l {
  border-color: #4a2a6a;
  box-shadow: inset 0 0 10px #501e7833;
}

.slot-i {
  border-color: #5a3a1a;
  box-shadow: inset 0 0 10px #a0501e33;
}

.slot-a {
  border-color: #5a4a1a;
  box-shadow: inset 0 0 12px #b48c1e33;
}

.slot-b {
  border-color: #5a1a2a;
  box-shadow: inset 0 0 12px #b41e3c40;
}

.slot-ce {
  border-color: #1a3a5a;
  box-shadow: inset 0 0 14px #1e8cb440;
}

.slot-d {
  border-color: #5a4a0a;
  box-shadow: inset 0 0 14px #c8a0144d;
}

.slot-co {
  border-color: #5a1a5a;
  box-shadow: inset 0 0 16px #b41eb44d;
}

.guide-page {
  color: #eadfca;
  background: radial-gradient(circle at 18% 0, #c8792512, #0000 34rem), #070706;
  min-height: 100vh;
}

.guide-shell {
  grid-template-columns: minmax(0, 760px) 260px;
  gap: 56px;
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
  padding: 48px 0 72px;
  display: grid;
}

.guide-main {
  min-width: 0;
}

.guide-hero {
  padding-bottom: 34px;
}

.guide-breadcrumb, .guide-meta-row {
  color: #8b8170;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  display: flex;
}

.guide-breadcrumb {
  margin-bottom: 18px;
}

.guide-breadcrumb a {
  color: #b9955a;
  text-decoration: none;
}

.guide-breadcrumb span:nth-child(3) {
  color: #c87925;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.guide-meta-row {
  margin-bottom: 18px;
}

.guide-meta-row > span:not(:first-child) {
  text-transform: uppercase;
  background: #0e0d0b;
  border: 1px solid #2f2b22;
  padding: 3px 8px;
  font-size: 11px;
}

.guide-hero h1 {
  color: #f6e8c8;
  letter-spacing: 0;
  max-width: 720px;
  margin: 0;
  font-size: clamp(36px, 5vw, 58px);
  font-weight: 750;
  line-height: 1.05;
}

.guide-deck {
  color: #d7c8aa;
  max-width: 700px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.85;
}

.guide-answer {
  color: #f0c040;
  background: linear-gradient(90deg, #c8792529, #0000);
  border-left: 3px solid #c87925;
  max-width: 700px;
  margin: 22px 0 0;
  padding: 14px 18px;
  font-size: 17px;
  font-weight: 650;
  line-height: 1.7;
}

.guide-figure {
  background: #0a0a08;
  border: 1px solid #2f2b22;
  margin: 34px 0;
  overflow: hidden;
}

.guide-figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 430px;
  display: block;
}

.guide-hero-image img {
  max-height: 460px;
}

.guide-figure figcaption {
  color: #8b8170;
  text-align: center;
  padding: 10px 14px;
  font-size: 12px;
}

.guide-section {
  border-top: 1px solid #2c281f;
  margin-top: 56px;
  padding-top: 34px;
}

.guide-section h2, .guide-take h2, .guide-body h2 {
  color: #f6e8c8;
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 720;
  line-height: 1.25;
}

.guide-take {
  border-top: 1px solid #2c281f;
  border-bottom: 1px solid #2c281f;
  padding: 28px 0;
}

.guide-take ol {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.guide-take li {
  color: #dfd2b8;
  align-items: flex-start;
  gap: 14px;
  font-size: 16px;
  line-height: 1.8;
  display: flex;
}

.guide-take li > span {
  color: #070706;
  background: #c87925;
  border-radius: 999px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-top: 3px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
}

.guide-take p {
  margin: 0;
}

.guide-body {
  color: #eadfca;
  margin-top: 44px;
  font-size: 18px;
  line-height: 1.9;
}

.guide-body h2 {
  margin-top: 52px;
}

.guide-body h3 {
  color: #f1d39a;
  margin: 34px 0 10px;
  font-size: 22px;
  font-weight: 720;
  line-height: 1.35;
}

.guide-body p {
  margin: 0 0 22px;
}

.guide-body strong {
  color: #fff2c7;
  font-weight: 760;
}

.guide-body ul, .guide-body ol {
  gap: 10px;
  margin: 18px 0 26px;
  padding-left: 1.4em;
  display: grid;
}

.guide-body li {
  padding-left: .25em;
}

.guide-table-wrap {
  border: 1px solid #2c281f;
  margin: 28px 0;
  overflow-x: auto;
}

.guide-table-wrap table {
  border-collapse: collapse;
  width: 100%;
  min-width: 560px;
  font-size: 14px;
}

.guide-table-wrap th, .guide-table-wrap td {
  text-align: left;
  border-top: 1px solid #2c281f;
  padding: 12px;
}

.guide-table-wrap th {
  color: #8b8170;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #11100d;
  border-top: 0;
  font-size: 12px;
}

.guide-note-grid, .guide-items {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  display: grid;
}

.guide-note, .guide-ref {
  color: #d8cab0;
  background: #0d0c0a;
  border: 1px solid #2c281f;
  align-items: flex-start;
  gap: 12px;
  padding: 14px;
  text-decoration: none;
  display: flex;
}

.guide-note svg {
  color: #c87925;
  flex: none;
  width: 17px;
  height: 17px;
  margin-top: 3px;
}

.guide-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.guide-faq {
  gap: 22px;
  display: grid;
}

.guide-faq h3 {
  color: #f1d39a;
  margin: 0;
  font-size: 18px;
  line-height: 1.4;
}

.guide-faq p {
  color: #d8cab0;
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.85;
}

.guide-aside {
  align-self: start;
  position: sticky;
  top: 88px;
}

.guide-aside-card {
  border-left: 1px solid #2c281f;
  margin-bottom: 28px;
  padding-left: 18px;
}

.guide-aside-title {
  color: #8b8170;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
}

.guide-aside-row {
  color: #8b8170;
  justify-content: space-between;
  gap: 10px;
  margin: 8px 0;
  font-size: 13px;
  display: flex;
}

.guide-aside-row strong {
  color: #eadfca;
  text-align: right;
  font-weight: 650;
}

.guide-aside-link {
  color: #d8cab0;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.guide-aside-link:hover, .guide-ref:hover {
  color: #f0c040;
}

.guide-aside-link span {
  align-items: center;
  gap: 8px;
  display: flex;
}

.guide-aside-link svg {
  flex: none;
  width: 15px;
  height: 15px;
}

.guide-ref {
  align-items: center;
  transition: border-color .15s, color .15s;
}

.guide-ref:hover {
  border-color: #c87925;
}

.guide-ref-compact {
  background: none;
  border: 0;
  padding: 6px 0;
}

.guide-ref-icon {
  background: #070706;
  border: 1px solid #2c281f;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.guide-ref-icon svg {
  color: #8b8170;
  width: 18px;
  height: 18px;
}

.guide-ref strong {
  color: #eadfca;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.3;
  display: block;
}

.guide-ref small {
  color: #8b8170;
  margin-top: 3px;
  font-size: 12px;
  display: block;
}

@media (max-width: 900px) {
  .guide-shell {
    width: min(100% - 28px, 760px);
    padding: 28px 0 64px;
    display: block;
  }

  .guide-aside {
    margin-top: 48px;
    position: static;
  }

  .guide-aside-card {
    border-top: 1px solid #2c281f;
    border-left: 0;
    padding-top: 22px;
    padding-left: 0;
  }
}

@media (max-width: 640px) {
  .guide-shell {
    width: min(100% - 24px, 760px);
    padding-top: 22px;
  }

  .guide-hero h1 {
    font-size: 34px;
  }

  .guide-deck, .guide-answer, .guide-body {
    font-size: 16px;
  }

  .guide-body {
    line-height: 1.85;
  }

  .guide-section h2, .guide-take h2, .guide-body h2 {
    font-size: 24px;
  }

  .guide-note-grid, .guide-items {
    grid-template-columns: 1fr;
  }
}

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

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

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

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

@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}

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

@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false
}

@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}

@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}

@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}

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

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

@property --tw-tracking {
  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-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-backdrop-blur {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

/*# sourceMappingURL=src_app_globals_162hn9o.css.map*/