/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-200: oklch(92.4% 0.12 95.746);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-400: oklch(82.8% 0.189 84.429);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-900: oklch(41.4% 0.112 45.904);
    --color-amber-950: oklch(27.9% 0.077 45.635);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-200: oklch(90.5% 0.093 164.15);
    --color-emerald-300: oklch(84.5% 0.143 164.978);
    --color-emerald-400: oklch(76.5% 0.177 163.223);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-700: oklch(50.8% 0.118 165.612);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-emerald-900: oklch(37.8% 0.077 168.94);
    --color-emerald-950: oklch(26.2% 0.051 172.552);
    --color-cyan-400: oklch(78.9% 0.154 211.53);
    --color-sky-200: oklch(90.1% 0.058 230.902);
    --color-sky-300: oklch(82.8% 0.111 230.318);
    --color-sky-400: oklch(74.6% 0.16 232.661);
    --color-sky-500: oklch(68.5% 0.169 237.323);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-200: oklch(89.4% 0.057 293.283);
    --color-violet-300: oklch(81.1% 0.111 293.571);
    --color-violet-400: oklch(70.2% 0.183 293.541);
    --color-violet-500: oklch(60.6% 0.25 292.717);
    --color-violet-600: oklch(54.1% 0.281 293.009);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-violet-950: oklch(28.3% 0.141 291.089);
    --color-rose-200: oklch(89.2% 0.058 10.001);
    --color-rose-300: oklch(81% 0.117 11.638);
    --color-rose-400: oklch(71.2% 0.194 13.428);
    --color-rose-700: oklch(51.4% 0.222 16.935);
    --color-rose-900: oklch(41% 0.159 10.272);
    --color-rose-950: oklch(27.1% 0.105 12.094);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-slate-950: oklch(12.9% 0.042 264.695);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-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);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-3xl: 64px;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[-12rem\] {
    top: -12rem;
  }
  .right-\[-8rem\] {
    right: -8rem;
  }
  .bottom-\[-14rem\] {
    bottom: -14rem;
  }
  .left-1\/2 {
    left: calc(1 / 2 * 100%);
  }
  .left-full {
    left: 100%;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-span-5 {
    grid-column: span 5 / span 5;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .mx-6 {
    margin-inline: calc(var(--spacing) * 6);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-1\.5 {
    margin-top: calc(var(--spacing) * 1.5);
  }
  .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-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-9 {
    margin-top: calc(var(--spacing) * 9);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mb-0\.5 {
    margin-bottom: calc(var(--spacing) * 0.5);
  }
  .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-1 {
    margin-left: calc(var(--spacing) * -1);
  }
  .ml-1 {
    margin-left: var(--spacing);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .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-2\.5 {
    height: calc(var(--spacing) * 2.5);
  }
  .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-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .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-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .max-h-\[36rem\] {
    max-height: 36rem;
  }
  .min-h-72 {
    min-height: calc(var(--spacing) * 72);
  }
  .min-h-\[520px\] {
    min-height: 520px;
  }
  .min-h-\[600px\] {
    min-height: 600px;
  }
  .min-h-\[calc\(100vh-9rem\)\] {
    min-height: calc(100vh - 9rem);
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-1\.5 {
    width: calc(var(--spacing) * 1.5);
  }
  .w-2\.5 {
    width: calc(var(--spacing) * 2.5);
  }
  .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-7 {
    width: calc(var(--spacing) * 7);
  }
  .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-14 {
    width: calc(var(--spacing) * 14);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-28 {
    width: calc(var(--spacing) * 28);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-\[min\(92vw\,34rem\)\] {
    width: min(92vw, 34rem);
  }
  .w-\[min\(92vw\,38rem\)\] {
    width: min(92vw, 38rem);
  }
  .w-fit {
    width: fit-content;
  }
  .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-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-\[1400px\] {
    max-width: 1400px;
  }
  .max-w-\[1500px\] {
    max-width: 1500px;
  }
  .max-w-\[1700px\] {
    max-width: 1700px;
  }
  .max-w-\[1800px\] {
    max-width: 1800px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-28 {
    min-width: calc(var(--spacing) * 28);
  }
  .min-w-40 {
    min-width: calc(var(--spacing) * 40);
  }
  .min-w-48 {
    min-width: calc(var(--spacing) * 48);
  }
  .min-w-72 {
    min-width: calc(var(--spacing) * 72);
  }
  .min-w-\[360px\] {
    min-width: 360px;
  }
  .min-w-\[540px\] {
    min-width: 540px;
  }
  .min-w-\[700px\] {
    min-width: 700px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[2\] {
    flex: 2;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .border-separate {
    border-collapse: separate;
  }
  .border-spacing-1 {
    --tw-border-spacing-x: var(--spacing);
    --tw-border-spacing-y: var(--spacing);
    border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-150 {
    --tw-scale-x: 150%;
    --tw-scale-y: 150%;
    --tw-scale-z: 150%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .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;
  }
  .resize-y {
    resize: vertical;
  }
  .scroll-mt-6 {
    scroll-margin-top: calc(var(--spacing) * 6);
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .place-items-center {
    place-items: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .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;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .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-7 {
    gap: calc(var(--spacing) * 7);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-3 {
    :where(& > :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)));
    }
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-5 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 5) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .space-y-7 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 7) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 7) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-8 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-10 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-1 {
    row-gap: var(--spacing);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .divide-y {
    :where(& > :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)));
    }
  }
  .divide-slate-800 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-800);
    }
  }
  .divide-white\/5 {
    :where(& > :not(:last-child)) {
      border-color: color-mix(in srgb, #fff 5%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
      }
    }
  }
  .self-start {
    align-self: flex-start;
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-r-lg {
    border-top-right-radius: var(--radius-lg);
    border-bottom-right-radius: var(--radius-lg);
  }
  .rounded-b-xl {
    border-bottom-right-radius: var(--radius-xl);
    border-bottom-left-radius: var(--radius-xl);
  }
  .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-l-2 {
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-amber-300\/20 {
    border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-300) 20%, transparent);
    }
  }
  .border-amber-300\/25 {
    border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-300) 25%, transparent);
    }
  }
  .border-amber-400\/20 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 20%, transparent);
    }
  }
  .border-amber-400\/25 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 25%, transparent);
    }
  }
  .border-amber-400\/30 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 30%, transparent);
    }
  }
  .border-amber-400\/35 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 35%, transparent);
    }
  }
  .border-amber-400\/40 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 40%, transparent);
    }
  }
  .border-amber-400\/70 {
    border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-400) 70%, transparent);
    }
  }
  .border-amber-700\/45 {
    border-color: color-mix(in srgb, oklch(55.5% 0.163 48.998) 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-700) 45%, transparent);
    }
  }
  .border-amber-900\/15 {
    border-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-900) 15%, transparent);
    }
  }
  .border-amber-900\/25 {
    border-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-900) 25%, transparent);
    }
  }
  .border-amber-950\/10 {
    border-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-amber-950) 10%, transparent);
    }
  }
  .border-emerald-300\/25 {
    border-color: color-mix(in srgb, oklch(84.5% 0.143 164.978) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-300) 25%, transparent);
    }
  }
  .border-emerald-400\/15 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 15%, transparent);
    }
  }
  .border-emerald-400\/20 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 20%, transparent);
    }
  }
  .border-emerald-400\/25 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 25%, transparent);
    }
  }
  .border-emerald-400\/30 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 30%, transparent);
    }
  }
  .border-emerald-400\/35 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 35%, transparent);
    }
  }
  .border-emerald-400\/40 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 40%, transparent);
    }
  }
  .border-emerald-400\/50 {
    border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-400) 50%, transparent);
    }
  }
  .border-emerald-800\/30 {
    border-color: color-mix(in srgb, oklch(43.2% 0.095 166.913) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-800) 30%, transparent);
    }
  }
  .border-emerald-900\/25 {
    border-color: color-mix(in srgb, oklch(37.8% 0.077 168.94) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-emerald-900) 25%, transparent);
    }
  }
  .border-rose-400\/20 {
    border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-400) 20%, transparent);
    }
  }
  .border-rose-400\/25 {
    border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-400) 25%, transparent);
    }
  }
  .border-rose-400\/30 {
    border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-400) 30%, transparent);
    }
  }
  .border-rose-400\/35 {
    border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-400) 35%, transparent);
    }
  }
  .border-rose-400\/40 {
    border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-400) 40%, transparent);
    }
  }
  .border-rose-900\/25 {
    border-color: color-mix(in srgb, oklch(41% 0.159 10.272) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-rose-900) 25%, transparent);
    }
  }
  .border-sky-400\/30 {
    border-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sky-400) 30%, transparent);
    }
  }
  .border-sky-400\/35 {
    border-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-sky-400) 35%, transparent);
    }
  }
  .border-slate-600 {
    border-color: var(--color-slate-600);
  }
  .border-slate-700 {
    border-color: var(--color-slate-700);
  }
  .border-slate-800 {
    border-color: var(--color-slate-800);
  }
  .border-slate-800\/80 {
    border-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-slate-800) 80%, transparent);
    }
  }
  .border-violet-400 {
    border-color: var(--color-violet-400);
  }
  .border-violet-400\/15 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 15%, transparent);
    }
  }
  .border-violet-400\/25 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 25%, transparent);
    }
  }
  .border-violet-400\/30 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 30%, transparent);
    }
  }
  .border-violet-400\/35 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 35%, transparent);
    }
  }
  .border-violet-400\/40 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 40%, transparent);
    }
  }
  .border-violet-400\/60 {
    border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-400) 60%, transparent);
    }
  }
  .border-violet-500\/20 {
    border-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-500) 20%, transparent);
    }
  }
  .border-violet-500\/40 {
    border-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-violet-500) 40%, transparent);
    }
  }
  .border-white\/5 {
    border-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .border-l-amber-400 {
    border-left-color: var(--color-amber-400);
  }
  .border-l-emerald-400 {
    border-left-color: var(--color-emerald-400);
  }
  .border-l-rose-400 {
    border-left-color: var(--color-rose-400);
  }
  .border-l-slate-700 {
    border-left-color: var(--color-slate-700);
  }
  .bg-amber-300\/10 {
    background-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-300) 10%, transparent);
    }
  }
  .bg-amber-400 {
    background-color: var(--color-amber-400);
  }
  .bg-amber-400\/5 {
    background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-400) 5%, transparent);
    }
  }
  .bg-amber-400\/10 {
    background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-400) 10%, transparent);
    }
  }
  .bg-amber-400\/15 {
    background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-400) 15%, transparent);
    }
  }
  .bg-amber-400\/\[0\.025\] {
    background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 2.5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-400) 2.5%, transparent);
    }
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-amber-600\/20 {
    background-color: color-mix(in srgb, oklch(66.6% 0.179 58.318) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-600) 20%, transparent);
    }
  }
  .bg-amber-950\/5 {
    background-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-amber-950) 5%, transparent);
    }
  }
  .bg-emerald-300 {
    background-color: var(--color-emerald-300);
  }
  .bg-emerald-300\/10 {
    background-color: color-mix(in srgb, oklch(84.5% 0.143 164.978) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-300) 10%, transparent);
    }
  }
  .bg-emerald-400 {
    background-color: var(--color-emerald-400);
  }
  .bg-emerald-400\/5 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-400) 5%, transparent);
    }
  }
  .bg-emerald-400\/10 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-400) 10%, transparent);
    }
  }
  .bg-emerald-400\/15 {
    background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-400) 15%, transparent);
    }
  }
  .bg-emerald-700\/20 {
    background-color: color-mix(in srgb, oklch(50.8% 0.118 165.612) 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-700) 20%, transparent);
    }
  }
  .bg-emerald-800\/10 {
    background-color: color-mix(in srgb, oklch(43.2% 0.095 166.913) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-emerald-800) 10%, transparent);
    }
  }
  .bg-rose-400\/5 {
    background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-400) 5%, transparent);
    }
  }
  .bg-rose-400\/10 {
    background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-400) 10%, transparent);
    }
  }
  .bg-rose-400\/15 {
    background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-400) 15%, transparent);
    }
  }
  .bg-rose-400\/\[0\.06\] {
    background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-400) 6%, transparent);
    }
  }
  .bg-rose-700\/15 {
    background-color: color-mix(in srgb, oklch(51.4% 0.222 16.935) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-rose-700) 15%, transparent);
    }
  }
  .bg-sky-400 {
    background-color: var(--color-sky-400);
  }
  .bg-sky-400\/5 {
    background-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-400) 5%, transparent);
    }
  }
  .bg-sky-400\/10 {
    background-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-400) 10%, transparent);
    }
  }
  .bg-sky-500\/5 {
    background-color: color-mix(in srgb, oklch(68.5% 0.169 237.323) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-sky-500) 5%, transparent);
    }
  }
  .bg-slate-600 {
    background-color: var(--color-slate-600);
  }
  .bg-slate-700 {
    background-color: var(--color-slate-700);
  }
  .bg-slate-800 {
    background-color: var(--color-slate-800);
  }
  .bg-slate-800\/60 {
    background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-800) 60%, transparent);
    }
  }
  .bg-slate-800\/70 {
    background-color: color-mix(in srgb, oklch(27.9% 0.041 260.031) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-800) 70%, transparent);
    }
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-slate-900\/45 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 45%, transparent);
    }
  }
  .bg-slate-900\/60 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 60%, transparent);
    }
  }
  .bg-slate-900\/70 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 70%, transparent);
    }
  }
  .bg-slate-900\/80 {
    background-color: color-mix(in srgb, oklch(20.8% 0.042 265.755) 80%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-900) 80%, transparent);
    }
  }
  .bg-slate-950 {
    background-color: var(--color-slate-950);
  }
  .bg-slate-950\/25 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 25%, transparent);
    }
  }
  .bg-slate-950\/30 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 30%, transparent);
    }
  }
  .bg-slate-950\/35 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 35%, transparent);
    }
  }
  .bg-slate-950\/40 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 40%, transparent);
    }
  }
  .bg-slate-950\/45 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 45%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 45%, transparent);
    }
  }
  .bg-slate-950\/50 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 50%, transparent);
    }
  }
  .bg-slate-950\/70 {
    background-color: color-mix(in srgb, oklch(12.9% 0.042 264.695) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-slate-950) 70%, transparent);
    }
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-violet-400 {
    background-color: var(--color-violet-400);
  }
  .bg-violet-400\/5 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-400) 5%, transparent);
    }
  }
  .bg-violet-400\/10 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-400) 10%, transparent);
    }
  }
  .bg-violet-400\/15 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 15%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-400) 15%, transparent);
    }
  }
  .bg-violet-400\/70 {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-400) 70%, transparent);
    }
  }
  .bg-violet-400\/\[0\.06\] {
    background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 6%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-400) 6%, transparent);
    }
  }
  .bg-violet-500 {
    background-color: var(--color-violet-500);
  }
  .bg-violet-500\/5 {
    background-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-500) 5%, transparent);
    }
  }
  .bg-violet-600\/10 {
    background-color: color-mix(in srgb, oklch(54.1% 0.281 293.009) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-violet-600) 10%, transparent);
    }
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-amber-300\/30 {
    --tw-gradient-from: color-mix(in srgb, oklch(87.9% 0.169 91.605) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-amber-300) 30%, transparent);
    }
    --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));
  }
  .from-emerald-400\/10 {
    --tw-gradient-from: color-mix(in srgb, oklch(76.5% 0.177 163.223) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-emerald-400) 10%, transparent);
    }
    --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));
  }
  .from-emerald-400\/30 {
    --tw-gradient-from: color-mix(in srgb, oklch(76.5% 0.177 163.223) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-emerald-400) 30%, transparent);
    }
    --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));
  }
  .from-violet-400\/30 {
    --tw-gradient-from: color-mix(in srgb, oklch(70.2% 0.183 293.541) 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-violet-400) 30%, transparent);
    }
    --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));
  }
  .from-violet-500 {
    --tw-gradient-from: var(--color-violet-500);
    --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));
  }
  .from-violet-700 {
    --tw-gradient-from: var(--color-violet-700);
    --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));
  }
  .via-slate-900 {
    --tw-gradient-via: var(--color-slate-900);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .to-amber-400 {
    --tw-gradient-to: var(--color-amber-400);
    --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-amber-400\/5 {
    --tw-gradient-to: color-mix(in srgb, oklch(82.8% 0.189 84.429) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-to: color-mix(in oklab, var(--color-amber-400) 5%, transparent);
    }
    --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-amber-500 {
    --tw-gradient-to: var(--color-amber-500);
    --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-transparent {
    --tw-gradient-to: transparent;
    --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;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-0 {
    padding: 0;
  }
  .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);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .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-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-7 {
    padding-block: calc(var(--spacing) * 7);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .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);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .pb-1 {
    padding-bottom: var(--spacing);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .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-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;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .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-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .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\.1em\] {
    --tw-tracking: 0.1em;
    letter-spacing: 0.1em;
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.08em\] {
    --tw-tracking: 0.08em;
    letter-spacing: 0.08em;
  }
  .tracking-\[0\.12em\] {
    --tw-tracking: 0.12em;
    letter-spacing: 0.12em;
  }
  .tracking-\[0\.14em\] {
    --tw-tracking: 0.14em;
    letter-spacing: 0.14em;
  }
  .tracking-\[0\.16em\] {
    --tw-tracking: 0.16em;
    letter-spacing: 0.16em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-\[0\.22em\] {
    --tw-tracking: 0.22em;
    letter-spacing: 0.22em;
  }
  .tracking-\[0\.24em\] {
    --tw-tracking: 0.24em;
    letter-spacing: 0.24em;
  }
  .tracking-\[0\.25em\] {
    --tw-tracking: 0.25em;
    letter-spacing: 0.25em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .whitespace-pre-line {
    white-space: pre-line;
  }
  .text-amber-100 {
    color: var(--color-amber-100);
  }
  .text-amber-200 {
    color: var(--color-amber-200);
  }
  .text-amber-300 {
    color: var(--color-amber-300);
  }
  .text-amber-300\/70 {
    color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-amber-300) 70%, transparent);
    }
  }
  .text-amber-400 {
    color: var(--color-amber-400);
  }
  .text-amber-950 {
    color: var(--color-amber-950);
  }
  .text-amber-950\/35 {
    color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 35%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-amber-950) 35%, transparent);
    }
  }
  .text-amber-950\/75 {
    color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-amber-950) 75%, transparent);
    }
  }
  .text-emerald-100\/65 {
    color: color-mix(in srgb, oklch(95% 0.052 163.051) 65%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-emerald-100) 65%, transparent);
    }
  }
  .text-emerald-100\/70 {
    color: color-mix(in srgb, oklch(95% 0.052 163.051) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-emerald-100) 70%, transparent);
    }
  }
  .text-emerald-200 {
    color: var(--color-emerald-200);
  }
  .text-emerald-300 {
    color: var(--color-emerald-300);
  }
  .text-emerald-300\/75 {
    color: color-mix(in srgb, oklch(84.5% 0.143 164.978) 75%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-emerald-300) 75%, transparent);
    }
  }
  .text-emerald-400 {
    color: var(--color-emerald-400);
  }
  .text-emerald-950 {
    color: var(--color-emerald-950);
  }
  .text-rose-200 {
    color: var(--color-rose-200);
  }
  .text-rose-300 {
    color: var(--color-rose-300);
  }
  .text-rose-400 {
    color: var(--color-rose-400);
  }
  .text-rose-950 {
    color: var(--color-rose-950);
  }
  .text-sky-200 {
    color: var(--color-sky-200);
  }
  .text-sky-300 {
    color: var(--color-sky-300);
  }
  .text-slate-100 {
    color: var(--color-slate-100);
  }
  .text-slate-200 {
    color: var(--color-slate-200);
  }
  .text-slate-300 {
    color: var(--color-slate-300);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-950 {
    color: var(--color-slate-950);
  }
  .text-transparent {
    color: transparent;
  }
  .text-violet-100 {
    color: var(--color-violet-100);
  }
  .text-violet-200 {
    color: var(--color-violet-200);
  }
  .text-violet-300 {
    color: var(--color-violet-300);
  }
  .text-violet-300\/70 {
    color: color-mix(in srgb, oklch(81.1% 0.111 293.571) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-violet-300) 70%, transparent);
    }
  }
  .text-violet-400 {
    color: var(--color-violet-400);
  }
  .text-violet-400\/70 {
    color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-violet-400) 70%, transparent);
    }
  }
  .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,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-violet-400\/40 {
    text-decoration-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      text-decoration-color: color-mix(in oklab, var(--color-violet-400) 40%, transparent);
    }
  }
  .underline-offset-2 {
    text-underline-offset: 2px;
  }
  .accent-amber-400 {
    accent-color: var(--color-amber-400);
  }
  .accent-violet-500 {
    accent-color: var(--color-violet-500);
  }
  .opacity-45 {
    opacity: 45%;
  }
  .opacity-55 {
    opacity: 55%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0_1px_rgba\(251\,191\,36\,0\.12\)\] {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(251,191,36,0.12));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_8px_rgba\(52\,211\,153\,0\.8\)\] {
    --tw-shadow: 0 0 8px var(--tw-shadow-color, rgba(52,211,153,0.8));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_10px_rgba\(167\,139\,250\,0\.65\)\] {
    --tw-shadow: 0 0 10px var(--tw-shadow-color, rgba(167,139,250,0.65));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
  .shadow-amber-900\/10 {
    --tw-shadow-color: color-mix(in srgb, oklch(41.4% 0.112 45.904) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-amber-900) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-amber-950\/10 {
    --tw-shadow-color: color-mix(in srgb, oklch(27.9% 0.077 45.635) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-amber-950) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/10 {
    --tw-shadow-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/20 {
    --tw-shadow-color: color-mix(in srgb, #000 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 20%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/25 {
    --tw-shadow-color: color-mix(in srgb, #000 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 25%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-black\/30 {
    --tw-shadow-color: color-mix(in srgb, #000 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-black) 30%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-emerald-950\/10 {
    --tw-shadow-color: color-mix(in srgb, oklch(26.2% 0.051 172.552) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-emerald-950) 10%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .shadow-violet-950\/60 {
    --tw-shadow-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-violet-950) 60%, transparent) var(--tw-shadow-alpha), transparent);
    }
  }
  .ring-current {
    --tw-ring-color: currentcolor;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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-opacity {
    transition-property: opacity;
    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-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .group-open\:rotate-180 {
    &:is(:where(.group):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-open\/collapsible\:rotate-180 {
    &:is(:where(.group\/collapsible):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-open\/prerequisites\:rotate-180 {
    &:is(:where(.group\/prerequisites):is([open], :popover-open, :open) *) {
      rotate: 180deg;
    }
  }
  .group-hover\:translate-x-1 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        --tw-translate-x: var(--spacing);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\:border-violet-500\/40 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-violet-500) 40%, transparent);
        }
      }
    }
  }
  .group-hover\:text-violet-300 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-violet-300);
      }
    }
  }
  .peer-checked\:bg-emerald-500\/80 {
    &:is(:where(.peer):checked ~ *) {
      background-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 80%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-emerald-500) 80%, transparent);
      }
    }
  }
  .placeholder\:text-slate-600 {
    &::placeholder {
      color: var(--color-slate-600);
    }
  }
  .placeholder\:text-slate-700 {
    &::placeholder {
      color: var(--color-slate-700);
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:top-1 {
    &::after {
      content: var(--tw-content);
      top: var(--spacing);
    }
  }
  .after\:left-1 {
    &::after {
      content: var(--tw-content);
      left: var(--spacing);
    }
  }
  .after\:h-4 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 4);
    }
  }
  .after\:w-4 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 4);
    }
  }
  .after\:rounded-full {
    &::after {
      content: var(--tw-content);
      border-radius: calc(infinity * 1px);
    }
  }
  .after\:bg-white {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-white);
    }
  }
  .after\:transition {
    &::after {
      content: var(--tw-content);
      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));
    }
  }
  .peer-checked\:after\:translate-x-4 {
    &:is(:where(.peer):checked ~ *) {
      &::after {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * 4);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:-translate-y-0\.5 {
    &:hover {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -0.5);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .hover\:scale-110 {
    &:hover {
      @media (hover: hover) {
        --tw-scale-x: 110%;
        --tw-scale-y: 110%;
        --tw-scale-z: 110%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .hover\:border-amber-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-amber-300);
      }
    }
  }
  .hover\:border-amber-300\/45 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 45%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-amber-300) 45%, transparent);
        }
      }
    }
  }
  .hover\:border-amber-400\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-amber-400) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-amber-400\/45 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 45%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-amber-400) 45%, transparent);
        }
      }
    }
  }
  .hover\:border-cyan-400\/60 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 60%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-cyan-400) 60%, transparent);
        }
      }
    }
  }
  .hover\:border-emerald-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-emerald-300);
      }
    }
  }
  .hover\:border-emerald-400\/35 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 35%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-emerald-400) 35%, transparent);
        }
      }
    }
  }
  .hover\:border-rose-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-rose-300);
      }
    }
  }
  .hover\:border-rose-400\/40 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 40%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-rose-400) 40%, transparent);
        }
      }
    }
  }
  .hover\:border-sky-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-sky-300);
      }
    }
  }
  .hover\:border-slate-500 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-slate-500);
      }
    }
  }
  .hover\:border-violet-300 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-violet-300);
      }
    }
  }
  .hover\:border-violet-400 {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-violet-400);
      }
    }
  }
  .hover\:border-violet-400\/45 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 45%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-violet-400) 45%, transparent);
        }
      }
    }
  }
  .hover\:border-violet-400\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-violet-400) 50%, transparent);
        }
      }
    }
  }
  .hover\:border-violet-500\/50 {
    &:hover {
      @media (hover: hover) {
        border-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 50%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          border-color: color-mix(in oklab, var(--color-violet-500) 50%, transparent);
        }
      }
    }
  }
  .hover\:bg-amber-300 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-amber-300);
      }
    }
  }
  .hover\:bg-amber-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-amber-400);
      }
    }
  }
  .hover\:bg-amber-400\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-amber-400) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-amber-400\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-amber-400) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-amber-400\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-amber-400) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-cyan-400\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-cyan-400) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-emerald-400\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-emerald-400) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-emerald-400\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(76.5% 0.177 163.223) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-emerald-400) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-rose-400\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-rose-400) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-rose-400\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-rose-400) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-rose-400\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-rose-400) 20%, transparent);
        }
      }
    }
  }
  .hover\:bg-sky-400\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky-400) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-sky-400\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(74.6% 0.16 232.661) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-sky-400) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-slate-800 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-slate-800);
      }
    }
  }
  .hover\:bg-violet-400 {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-violet-400);
      }
    }
  }
  .hover\:bg-violet-400\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-violet-400) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-violet-400\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-violet-400) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-violet-400\/15 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 15%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-violet-400) 15%, transparent);
        }
      }
    }
  }
  .hover\:bg-violet-400\/20 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, oklch(70.2% 0.183 293.541) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-violet-400) 20%, transparent);
        }
      }
    }
  }
  .hover\:text-amber-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-amber-200);
      }
    }
  }
  .hover\:text-amber-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-amber-300);
      }
    }
  }
  .hover\:text-emerald-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-emerald-200);
      }
    }
  }
  .hover\:text-rose-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-rose-200);
      }
    }
  }
  .hover\:text-rose-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-rose-300);
      }
    }
  }
  .hover\:text-rose-400 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-rose-400);
      }
    }
  }
  .hover\:text-slate-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-200);
      }
    }
  }
  .hover\:text-slate-300 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-slate-300);
      }
    }
  }
  .hover\:text-violet-200 {
    &:hover {
      @media (hover: hover) {
        color: var(--color-violet-200);
      }
    }
  }
  .hover\:text-white {
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .hover\:shadow-violet-950\/20 {
    &:hover {
      @media (hover: hover) {
        --tw-shadow-color: color-mix(in srgb, oklch(28.3% 0.141 291.089) 20%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          --tw-shadow-color: color-mix(in oklab, color-mix(in oklab, var(--color-violet-950) 20%, transparent) var(--tw-shadow-alpha), transparent);
        }
      }
    }
  }
  .focus\:border-amber-400 {
    &:focus {
      border-color: var(--color-amber-400);
    }
  }
  .focus\:border-emerald-500 {
    &:focus {
      border-color: var(--color-emerald-500);
    }
  }
  .focus\:border-rose-400 {
    &:focus {
      border-color: var(--color-rose-400);
    }
  }
  .focus\:border-violet-500 {
    &:focus {
      border-color: var(--color-violet-500);
    }
  }
  .focus\:ring-2 {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
    }
  }
  .focus\:ring-amber-400\/15 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-amber-400) 15%, transparent);
      }
    }
  }
  .focus\:ring-amber-400\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(82.8% 0.189 84.429) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-amber-400) 20%, transparent);
      }
    }
  }
  .focus\:ring-emerald-500\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-emerald-500) 20%, transparent);
      }
    }
  }
  .focus\:ring-rose-400\/15 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(71.2% 0.194 13.428) 15%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-rose-400) 15%, transparent);
      }
    }
  }
  .focus\:ring-violet-400 {
    &:focus {
      --tw-ring-color: var(--color-violet-400);
    }
  }
  .focus\:ring-violet-500\/20 {
    &:focus {
      --tw-ring-color: color-mix(in srgb, oklch(60.6% 0.25 292.717) 20%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        --tw-ring-color: color-mix(in oklab, var(--color-violet-500) 20%, transparent);
      }
    }
  }
  .focus\:ring-offset-2 {
    &:focus {
      --tw-ring-offset-width: 2px;
      --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    }
  }
  .focus\:ring-offset-slate-900 {
    &:focus {
      --tw-ring-offset-color: var(--color-slate-900);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .enabled\:hover\:bg-amber-300 {
    &:enabled {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-amber-300);
        }
      }
    }
  }
  .enabled\:hover\:bg-emerald-300 {
    &:enabled {
      &:hover {
        @media (hover: hover) {
          background-color: var(--color-emerald-300);
        }
      }
    }
  }
  .disabled\:cursor-not-allowed {
    &:disabled {
      cursor: not-allowed;
    }
  }
  .disabled\:cursor-wait {
    &:disabled {
      cursor: wait;
    }
  }
  .disabled\:opacity-35 {
    &:disabled {
      opacity: 35%;
    }
  }
  .disabled\:opacity-40 {
    &:disabled {
      opacity: 40%;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .disabled\:opacity-60 {
    &:disabled {
      opacity: 60%;
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:mx-0 {
    @media (width >= 40rem) {
      margin-inline: 0;
    }
  }
  .sm\:mx-6 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:mx-10 {
    @media (width >= 40rem) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:inline {
    @media (width >= 40rem) {
      display: inline;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:max-w-56 {
    @media (width >= 40rem) {
      max-width: calc(var(--spacing) * 56);
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-3 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:items-center {
    @media (width >= 40rem) {
      align-items: center;
    }
  }
  .sm\:items-end {
    @media (width >= 40rem) {
      align-items: flex-end;
    }
  }
  .sm\:items-start {
    @media (width >= 40rem) {
      align-items: flex-start;
    }
  }
  .sm\:justify-between {
    @media (width >= 40rem) {
      justify-content: space-between;
    }
  }
  .sm\:justify-end {
    @media (width >= 40rem) {
      justify-content: flex-end;
    }
  }
  .sm\:divide-x {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-x-reverse: 0;
        border-inline-style: var(--tw-border-style);
        border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
        border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
      }
    }
  }
  .sm\:divide-slate-800 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        border-color: var(--color-slate-800);
      }
    }
  }
  .sm\:rounded-l-none {
    @media (width >= 40rem) {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }
  }
  .sm\:rounded-l-xl {
    @media (width >= 40rem) {
      border-top-left-radius: var(--radius-xl);
      border-bottom-left-radius: var(--radius-xl);
    }
  }
  .sm\:rounded-r-xl {
    @media (width >= 40rem) {
      border-top-right-radius: var(--radius-xl);
      border-bottom-right-radius: var(--radius-xl);
    }
  }
  .sm\:rounded-tr-none {
    @media (width >= 40rem) {
      border-top-right-radius: 0;
    }
  }
  .sm\:border-b-0 {
    @media (width >= 40rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .sm\:p-3 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 3);
    }
  }
  .sm\:p-5 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 5);
    }
  }
  .sm\:p-6 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .sm\:p-7 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 7);
    }
  }
  .sm\:p-8 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .sm\:p-10 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .sm\:px-6 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .sm\:px-7 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 7);
    }
  }
  .sm\:px-8 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .sm\:px-10 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 10);
    }
  }
  .sm\:py-10 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 10);
    }
  }
  .sm\:text-4xl {
    @media (width >= 40rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:sticky {
    @media (width >= 64rem) {
      position: sticky;
    }
  }
  .lg\:top-6 {
    @media (width >= 64rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mx-8 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:max-h-\[calc\(100vh-8rem\)\] {
    @media (width >= 64rem) {
      max-height: calc(100vh - 8rem);
    }
  }
  .lg\:\[scrollbar-gutter\:stable\] {
    @media (width >= 64rem) {
      scrollbar-gutter: stable;
    }
  }
  .lg\:grid-cols-\[22rem_minmax\(0\,1fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: 22rem minmax(0,1fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,1fr\)_22rem\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,1fr) 22rem;
    }
  }
  .lg\:grid-cols-\[minmax\(0\,3fr\)_minmax\(21rem\,2fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,3fr) minmax(21rem,2fr);
    }
  }
  .lg\:grid-cols-\[minmax\(0\,3fr\)_minmax\(24rem\,2fr\)\] {
    @media (width >= 64rem) {
      grid-template-columns: minmax(0,3fr) minmax(24rem,2fr);
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:items-start {
    @media (width >= 64rem) {
      align-items: flex-start;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:self-start {
    @media (width >= 64rem) {
      align-self: flex-start;
    }
  }
  .lg\:overflow-y-auto {
    @media (width >= 64rem) {
      overflow-y: auto;
    }
  }
  .lg\:overscroll-contain {
    @media (width >= 64rem) {
      overscroll-behavior: contain;
    }
  }
  .lg\:p-8 {
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 8);
    }
  }
  .lg\:px-6 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:px-8 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-8 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .lg\:py-14 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 14);
    }
  }
  .lg\:pr-2 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 2);
    }
  }
  .lg\:pb-4 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .xl\:sticky {
    @media (width >= 80rem) {
      position: sticky;
    }
  }
  .xl\:top-6 {
    @media (width >= 80rem) {
      top: calc(var(--spacing) * 6);
    }
  }
  .xl\:inline {
    @media (width >= 80rem) {
      display: inline;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-6 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[minmax\(0\,1\.4fr\)_minmax\(22rem\,\.6fr\)\] {
    @media (width >= 80rem) {
      grid-template-columns: minmax(0,1.4fr) minmax(22rem,.6fr);
    }
  }
}
.guild-space-header {
  --space-accent: #8b5cf6;
  --space-accent-soft: rgb(124 58 237 / 18%);
  --space-accent-border: rgb(167 139 250 / 30%);
  --space-accent-text: #c4b5fd;
  position: relative;
  z-index: 40;
  border-bottom: 1px solid rgb(51 65 85 / 62%);
  background: rgb(2 6 23 / 92%);
  box-shadow: 0 14px 45px rgb(0 0 0 / 12%);
  backdrop-filter: blur(18px);
}
.guild-space-header--public {
  --space-accent: #10b981;
  --space-accent-soft: rgb(16 185 129 / 16%);
  --space-accent-border: rgb(52 211 153 / 30%);
  --space-accent-text: #6ee7b7;
}
.guild-space-header-inner {
  display: flex;
  width: min(100%, 1800px);
  min-height: 5.9rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin-inline: auto;
  padding: 1.15rem 2.5rem;
}
.guild-space-brand {
  display: inline-flex;
  flex: none;
  align-items: center;
  gap: .85rem;
  color: white;
  text-decoration: none;
}
.guild-space-switch::after {
  display: grid;
  width: 1.55rem;
  height: 1.55rem;
  margin-left: .15rem;
  place-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #475569;
  content: "⇄";
  font-size: .8rem;
  transition: color .25s ease, border-color .25s ease, background .25s ease, transform .3s ease;
}
.guild-space-switch:hover::after {
  border-color: var(--space-accent-border);
  background: var(--space-accent-soft);
  color: var(--space-accent-text);
  transform: rotate(180deg);
}
.guild-space-brand-mark {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid var(--space-accent-border);
  border-radius: .9rem;
  background: var(--space-accent-soft);
  color: var(--space-accent-text);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.45rem;
  box-shadow: inset 0 0 24px rgb(255 255 255 / 3%), 0 0 24px var(--space-accent);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: inset 0 0 24px rgb(255 255 255 / 3%), 0 0 24px color-mix(in srgb, var(--space-accent) 9%, transparent);
  }
}
.guild-space-brand strong {
  display: block;
  font-size: 1.05rem;
  line-height: 1.2;
}
.guild-space-brand small {
  display: block;
  margin-top: .35rem;
  color: var(--space-accent-text);
  font-size: .61rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.guild-space-header-navigation {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: .8rem;
}
.guild-space-header-navigation .guild-space-nav {
  flex: 1;
}
.guild-space-nav {
  --nav-active: 0;
  --nav-from: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(var(--nav-count), minmax(5.6rem, 1fr));
  min-width: min(42rem, 70vw);
  overflow: hidden;
  border: 1px solid rgb(51 65 85 / 62%);
  border-radius: 1rem;
  padding: .25rem;
  background: rgb(15 23 42 / 60%);
  isolation: isolate;
}
.guild-space-header--public .guild-space-nav {
  min-width: min(22rem, 70vw);
}
.guild-space-nav-indicator {
  position: absolute;
  z-index: -1;
  top: .25rem;
  bottom: .25rem;
  left: .25rem;
  width: calc((100% - .5rem) / var(--nav-count));
  border: 1px solid var(--space-accent-border);
  border-radius: .72rem;
  background: linear-gradient(135deg, var(--space-accent-soft), var(--space-accent));
  @supports (color: color-mix(in lab, red, red)) {
    background: linear-gradient(135deg, var(--space-accent-soft), color-mix(in srgb, var(--space-accent) 10%, transparent));
  }
  box-shadow: 0 0 22px var(--space-accent), inset 0 0 18px rgb(255 255 255 / 2%);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 22px color-mix(in srgb, var(--space-accent) 12%, transparent), inset 0 0 18px rgb(255 255 255 / 2%);
  }
  transform: translateX(calc(var(--nav-active) * 100%));
}
.guild-space-nav--sliding .guild-space-nav-indicator {
  animation: guild-space-door-slide .58s cubic-bezier(.22, .9, .28, 1) both;
}
.guild-space-nav a {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 2.45rem;
  align-items: center;
  justify-content: center;
  border-radius: .72rem;
  padding: .55rem .8rem;
  color: #64748b;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s ease, text-shadow .35s ease;
}
.guild-space-nav a:hover {
  color: #cbd5e1;
}
.guild-space-nav a[aria-current="page"] {
  color: var(--space-accent-text);
  text-shadow: 0 0 18px var(--space-accent);
  @supports (color: color-mix(in lab, red, red)) {
    text-shadow: 0 0 18px color-mix(in srgb, var(--space-accent) 35%, transparent);
  }
}
.guild-space-logout {
  display: grid;
  width: 2.65rem;
  height: 2.65rem;
  place-items: center;
  border: 1px solid rgb(51 65 85 / 70%);
  border-radius: .8rem;
  color: #64748b;
  transition: border-color .2s ease, background .2s ease, color .2s ease;
}
.guild-space-logout:hover {
  border-color: var(--space-accent-border);
  background: var(--space-accent-soft);
  color: var(--space-accent-text);
}
.guild-space-logout svg {
  width: 1rem;
  height: 1rem;
}
.recruitment-page-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .55rem;
  margin-bottom: 1.35rem;
}
@keyframes guild-space-door-slide {
  0% {
    transform: translateX(calc(var(--nav-from) * 100%));
    filter: brightness(.85);
  }
  58% {
    filter: brightness(1.35);
    box-shadow: 0 0 34px color-mix(in srgb, var(--space-accent) 24%, transparent);
  }
  100% {
    transform: translateX(calc(var(--nav-active) * 100%));
    filter: brightness(1);
  }
}
@media (max-width: 920px) {
  .guild-space-header-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 1.25rem;
  }
  .guild-space-header-navigation {
    width: 100%;
  }
  .guild-space-nav {
    width: 100%;
    min-width: 0;
    overflow-x: auto;
    grid-template-columns: repeat(var(--nav-count), minmax(5rem, 1fr));
  }
  .guild-space-header--public .guild-space-nav {
    min-width: 0;
  }
}
@media (max-width: 560px) {
  .guild-space-header-navigation {
    align-items: stretch;
  }
  .guild-space-header-navigation .guild-space-nav {
    width: auto;
  }
  .guild-space-nav {
    grid-template-columns: repeat(var(--nav-count), minmax(0, 1fr));
  }
  .guild-space-nav a {
    padding-inline: .35rem;
    font-size: .62rem;
  }
  .guild-space-brand-mark {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guild-space-nav--sliding .guild-space-nav-indicator {
    animation: none;
  }
}
.guild-portal-page {
  background: radial-gradient(circle at 12% 4%, rgb(16 185 129 / 10%), transparent 30rem), radial-gradient(circle at 88% 18%, rgb(139 92 246 / 9%), transparent 34rem), linear-gradient(145deg, #020617 0%, #07101e 52%, #030712 100%);
  background-attachment: fixed;
}
.guild-portal-page--recruiter {
  background: radial-gradient(circle at 12% 4%, rgb(139 92 246 / 13%), transparent 30rem), radial-gradient(circle at 88% 18%, rgb(76 29 149 / 11%), transparent 34rem), linear-gradient(145deg, #020617 0%, #0b0a1c 52%, #030712 100%);
}
.guild-portal-page--recruiter .guild-portal-eyebrow {
  color: #c4b5fd;
}
.guild-portal-page--recruiter .guild-page-heading {
  position: relative;
}
.guild-portal-page--recruiter .guild-page-heading::before {
  position: absolute;
  top: -.9rem;
  left: -1.15rem;
  width: 3rem;
  height: 3rem;
  border-top: 1px solid rgb(167 139 250 / 28%);
  border-left: 1px solid rgb(167 139 250 / 28%);
  border-radius: .75rem 0 0;
  content: "";
  pointer-events: none;
}
.guild-portal-page--recruiter .roster-hero {
  border-color: rgb(167 139 250 / 17%);
  background: linear-gradient(120deg, rgb(76 29 149 / 25%), transparent 46%), linear-gradient(145deg, rgb(15 23 42 / 88%), rgb(2 6 23 / 74%));
}
.guild-portal-page--recruiter .guild-metric, .guild-portal-page--recruiter .guild-panel {
  border-color: rgb(167 139 250 / 9%);
}
.guild-portal-header {
  border-bottom: 1px solid rgb(255 255 255 / 6%);
  background: rgb(2 6 23 / 78%);
  box-shadow: 0 18px 60px rgb(0 0 0 / 18%);
  backdrop-filter: blur(20px);
}
.guild-portal-brand {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(110 231 183 / 32%);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgb(16 185 129 / 23%), rgb(139 92 246 / 16%));
  color: #a7f3d0;
  font-family: Georgia, serif;
  font-size: 1.35rem;
  box-shadow: 0 0 28px rgb(16 185 129 / 12%);
}
.guild-portal-nav {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  padding: .3rem;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 1rem;
  background: rgb(15 23 42 / 55%);
}
.guild-portal-nav a {
  border-radius: .75rem;
  padding: .6rem .9rem;
  color: #64748b;
  font-size: .8rem;
  font-weight: 650;
  transition: color .25s ease, background .25s ease, transform .25s ease;
}
.guild-portal-nav a:hover, .guild-portal-nav a[aria-current="page"] {
  background: rgb(52 211 153 / 10%);
  color: #a7f3d0;
  transform: translateY(-1px);
}
.guild-portal-hero, .roster-hero {
  position: relative;
  display: flex;
  min-height: 15rem;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  overflow: hidden;
  border: 1px solid rgb(110 231 183 / 12%);
  border-radius: 2rem;
  padding: clamp(2rem, 5vw, 4rem);
  background: linear-gradient(120deg, rgb(6 78 59 / 24%), transparent 46%), linear-gradient(145deg, rgb(15 23 42 / 88%), rgb(2 6 23 / 74%));
  box-shadow: 0 32px 90px rgb(0 0 0 / 28%);
}
.guild-portal-hero::before, .roster-hero::before {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(115deg, transparent 0 52px, rgb(255 255 255 / 1.5%) 53px, transparent 54px);
  content: "";
  pointer-events: none;
}
.guild-portal-eyebrow {
  color: #6ee7b7;
  font-size: .68rem;
  font-weight: 750;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.guild-portal-hero h1, .guild-page-heading h1, .roster-hero h1 {
  margin-top: .7rem;
  max-width: 50rem;
  color: white;
  font-size: clamp(2rem, 4vw, 4.25rem);
  font-weight: 680;
  letter-spacing: -.045em;
  line-height: 1.02;
}
.guild-portal-hero p:last-child, .guild-page-heading > p:last-child, .roster-hero p:last-child {
  margin-top: 1.1rem;
  max-width: 43rem;
  color: #94a3b8;
  font-size: .95rem;
  line-height: 1.8;
}
.guild-page-heading {
  max-width: 54rem;
}
.guild-portal-orbit {
  position: relative;
  width: 10rem;
  height: 10rem;
  flex: none;
  border: 1px solid rgb(110 231 183 / 18%);
  border-radius: 999px;
  animation: guild-orbit-spin 18s linear infinite;
}
.guild-portal-orbit::before, .guild-portal-orbit::after {
  position: absolute;
  border: 1px solid rgb(167 139 250 / 13%);
  border-radius: inherit;
  content: "";
}
.guild-portal-orbit::before {
  inset: 1.65rem;
}
.guild-portal-orbit::after {
  inset: 3.25rem;
  box-shadow: 0 0 38px rgb(52 211 153 / 20%);
}
.guild-portal-orbit span {
  position: absolute;
  width: .55rem;
  height: .55rem;
  border-radius: 999px;
  background: #6ee7b7;
  box-shadow: 0 0 18px #34d399;
}
.guild-portal-orbit span:nth-child(1) {
  top: -.25rem;
  left: 4.6rem;
}
.guild-portal-orbit span:nth-child(2) {
  right: 1rem;
  bottom: 1rem;
  background: #a78bfa;
}
.guild-portal-orbit span:nth-child(3) {
  bottom: 2.1rem;
  left: .3rem;
  width: .3rem;
  height: .3rem;
}
.guild-member-card, .guild-panel, .guild-metric {
  position: relative;
  border: 1px solid rgb(255 255 255 / 7%);
  background: linear-gradient(145deg, rgb(15 23 42 / 88%), rgb(5 12 25 / 82%));
  box-shadow: 0 24px 60px rgb(0 0 0 / 18%);
  backdrop-filter: blur(16px);
}
.guild-member-card {
  overflow: hidden;
  border-radius: 1.4rem;
  padding: 1.35rem;
  transition: transform .32s ease, border-color .32s ease, box-shadow .32s ease;
}
.guild-member-card:hover {
  border-color: var(--member-color, #34d399);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--member-color, #34d399) 35%, transparent);
  }
  box-shadow: 0 28px 75px rgb(0 0 0 / 28%), 0 0 30px var(--member-color, #34d399);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 28px 75px rgb(0 0 0 / 28%), 0 0 30px color-mix(in srgb, var(--member-color, #34d399) 9%, transparent);
  }
  transform: translateY(-4px);
}
@property --member-orbit-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.guild-member-card--trial, .guild-member-card--confirmed {
  --member-orbit-angle: 0deg;
}
.guild-member-card--trial {
  border-color: rgb(249 115 22 / 24%);
  box-shadow: 0 24px 60px rgb(0 0 0 / 20%), 0 0 26px rgb(234 88 12 / 7%);
}
.guild-member-card--confirmed {
  border-color: rgb(52 211 153 / 20%);
  box-shadow: 0 24px 60px rgb(0 0 0 / 20%), 0 0 26px rgb(16 185 129 / 7%);
}
.guild-member-card--trial::before, .guild-member-card--confirmed::before {
  position: absolute;
  z-index: 2;
  inset: -1px;
  border-radius: inherit;
  padding: 2px;
  content: "";
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  pointer-events: none;
  animation: guild-member-border-orbit 4.8s linear infinite;
}
.guild-member-card--trial::before {
  background: conic-gradient( from var(--member-orbit-angle), transparent 0deg 270deg, rgb(234 88 12 / 9%) 290deg, rgb(251 146 60 / 78%) 322deg, rgb(249 115 22 / 42%) 342deg, transparent 360deg );
  filter: drop-shadow(0 0 6px rgb(234 88 12 / 32%));
}
.guild-member-card--confirmed::before {
  background: conic-gradient( from var(--member-orbit-angle), transparent 0deg 270deg, rgb(16 185 129 / 9%) 290deg, rgb(52 211 153 / 78%) 322deg, rgb(16 185 129 / 42%) 342deg, transparent 360deg );
  filter: drop-shadow(0 0 6px rgb(16 185 129 / 32%));
}
.guild-member-card--trial:hover {
  border-color: rgb(251 146 60 / 42%);
  box-shadow: 0 30px 78px rgb(0 0 0 / 29%), 0 0 36px rgb(234 88 12 / 12%);
}
.guild-member-card--confirmed:hover {
  border-color: rgb(52 211 153 / 38%);
  box-shadow: 0 30px 78px rgb(0 0 0 / 29%), 0 0 36px rgb(16 185 129 / 12%);
}
.guild-member-card-glow {
  position: absolute;
  inset: auto -3rem -5rem auto;
  width: 10rem;
  height: 10rem;
  border-radius: 999px;
  background: var(--member-color);
  filter: blur(70px);
  opacity: .08;
}
.guild-flag-tooltip {
  position: absolute;
  top: 2.4rem;
  right: 0;
  z-index: 5;
  width: max-content;
  max-width: 12rem;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: .55rem;
  padding: .4rem .55rem;
  background: #020617;
  color: #cbd5e1;
  font-size: .68rem;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-4px);
  transition: .2s ease;
}
.group:hover .guild-flag-tooltip {
  opacity: 1;
  transform: translateY(0);
}
.guild-empty-state {
  border: 1px dashed rgb(100 116 139 / 30%);
  border-radius: 1.5rem;
  padding: 5rem 2rem;
  color: #64748b;
  text-align: center;
}
.guild-panel {
  border-radius: 1.5rem;
}
.guild-metric {
  border-radius: 1.2rem;
  padding: 1.25rem 1.4rem;
}
.guild-metric strong {
  display: block;
  color: white;
  font-size: 2rem;
  line-height: 1;
}
.guild-metric span {
  display: block;
  margin-top: .55rem;
  color: #64748b;
  font-size: .75rem;
}
.guild-heatmap {
  width: 100%;
  border-collapse: separate;
  border-spacing: .55rem;
  text-align: center;
}
.guild-heatmap th {
  padding: .4rem;
  color: #64748b;
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.guild-heatmap tbody th {
  width: 5rem;
  text-align: left;
}
.guild-heatmap-cell {
  display: flex;
  min-height: 5.4rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: .9rem;
  background: rgb(15 23 42 / 72%);
  transition: transform .25s ease, filter .25s ease, box-shadow .25s ease;
}
.guild-heatmap-cell:hover {
  z-index: 2;
  filter: brightness(1.15);
  transform: translateY(-3px) scale(1.025);
}
.guild-heatmap-cell strong {
  color: white;
  font-size: 1rem;
}
.guild-heatmap-cell span {
  margin-top: .25rem;
  color: rgb(203 213 225 / 62%);
  font-size: .62rem;
}
.guild-heatmap-cell[data-intensity="1"], .guild-heat-legend[data-intensity="1"] {
  border-color: rgb(52 211 153 / 15%);
  background: rgb(6 78 59 / 20%);
}
.guild-heatmap-cell[data-intensity="2"], .guild-heat-legend[data-intensity="2"] {
  border-color: rgb(52 211 153 / 24%);
  background: rgb(5 110 76 / 28%);
}
.guild-heatmap-cell[data-intensity="3"], .guild-heat-legend[data-intensity="3"] {
  border-color: rgb(52 211 153 / 40%);
  background: rgb(5 150 105 / 36%);
  box-shadow: inset 0 0 24px rgb(16 185 129 / 9%);
}
.guild-heatmap-cell[data-intensity="4"], .guild-heat-legend[data-intensity="4"] {
  border-color: rgb(110 231 183 / 60%);
  background: linear-gradient(145deg, rgb(5 150 105 / 58%), rgb(6 95 70 / 68%));
  box-shadow: 0 0 24px rgb(16 185 129 / 15%), inset 0 0 24px rgb(167 243 208 / 9%);
}
.guild-heat-legend {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 1px solid rgb(255 255 255 / 6%);
  border-radius: .25rem;
  background: rgb(15 23 42 / 72%);
}
.roster-total {
  position: relative;
  display: flex;
  min-width: 10rem;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgb(110 231 183 / 18%);
  border-radius: 1.5rem;
  padding: 1.4rem 2rem;
  background: rgb(2 6 23 / 42%);
}
.roster-total span, .roster-total small {
  color: #64748b;
  font-size: .65rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.roster-total strong {
  color: white;
  font-size: 3.4rem;
  line-height: 1.1;
  text-shadow: 0 0 28px rgb(52 211 153 / 35%);
}
.roster-stat {
  position: relative;
  overflow: hidden;
  min-height: 7.5rem;
  border: 1px solid rgb(255 255 255 / 7%);
  border-radius: 1.15rem;
  padding: 1.15rem;
  background: rgb(15 23 42 / 74%);
}
.roster-stat span {
  position: relative;
  z-index: 1;
  color: #94a3b8;
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.roster-stat strong {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: .55rem;
  color: white;
  font-size: 2rem;
  line-height: 1;
}
.roster-stat i {
  position: absolute;
  right: -1.5rem;
  bottom: -3rem;
  width: max(5rem, var(--value));
  height: 6rem;
  border-radius: 999px;
  background: currentColor;
  filter: blur(36px);
  opacity: .16;
  animation: roster-pulse 4s ease-in-out infinite;
}
.roster-stat--dps {
  color: #fbbf24;
}
.roster-stat--heal {
  color: #34d399;
}
.roster-stat--tank {
  color: #38bdf8;
}
.roster-stat--melee {
  color: #fb7185;
}
.roster-stat--range {
  color: #a78bfa;
}
.roster-stat--support {
  color: #2dd4bf;
}
.roster-class-row {
  display: grid;
  grid-template-columns: minmax(10rem, .32fr) minmax(0, 1fr);
  opacity: 1;
  transition: opacity .25s ease, background .25s ease;
}
.roster-class-row:hover {
  background: rgb(255 255 255 / 1.5%);
}
.roster-class-row--empty {
  opacity: .48;
}
.roster-class-name {
  display: flex;
  align-items: center;
  gap: .8rem;
  padding: 1.1rem 1.25rem;
}
.roster-class-name strong {
  display: block;
  color: var(--class-color);
  font-size: .84rem;
}
.roster-class-name small {
  display: block;
  margin-top: .2rem;
  color: #475569;
  font-size: .65rem;
}
.roster-class-rune {
  width: .65rem;
  height: 2.6rem;
  border-radius: 999px;
  background: var(--class-color);
  box-shadow: 0 0 20px var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 20px color-mix(in srgb, var(--class-color) 45%, transparent);
  }
}
.roster-spec-list {
  border-left: 1px solid rgb(255 255 255 / 5%);
  padding: .55rem 1rem;
}
.roster-spec-row {
  display: grid;
  grid-template-columns: 9rem minmax(0, 1fr) 2rem;
  min-height: 2.2rem;
  align-items: center;
  gap: .7rem;
  border-bottom: 1px dotted rgb(100 116 139 / 15%);
}
.roster-spec-row:last-child {
  border-bottom: 0;
}
.roster-spec-row > span {
  color: #94a3b8;
  font-size: .72rem;
}
.roster-player-chip {
  border: 1px solid var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in srgb, var(--class-color) 25%, transparent);
  }
  border-radius: 999px;
  padding: .2rem .5rem;
  background: var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--class-color) 8%, transparent);
  }
  color: var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, var(--class-color) 70%, white);
  }
  font-size: .66rem;
  font-style: normal;
  text-decoration: none;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s ease;
}
a.roster-player-chip:hover {
  border-color: var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    border-color: color-mix(in srgb, var(--class-color) 58%, white 8%);
  }
  background: var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, var(--class-color) 15%, transparent);
  }
  box-shadow: 0 0 0 2px var(--class-color);
  @supports (color: color-mix(in lab, red, red)) {
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--class-color) 12%, transparent);
  }
  transform: translateY(-1px);
}
.roster-spec-row small {
  color: #334155;
}
.roster-spec-row b {
  color: #cbd5e1;
  font-size: .72rem;
  text-align: right;
}
.roster-composition > span {
  display: flex;
  justify-content: space-between;
  color: #cbd5e1;
  font-size: .75rem;
}
.roster-composition small {
  color: #64748b;
}
.roster-composition > div {
  height: .45rem;
  margin-top: .5rem;
  overflow: hidden;
  border-radius: 999px;
  background: #0f172a;
}
.roster-composition i {
  display: block;
  height: 100%;
  min-width: .15rem;
  border-radius: inherit;
  transition: width .8s cubic-bezier(.2,.8,.2,1);
}
.roster-role-ring {
  position: relative;
  display: grid;
  width: 11rem;
  height: 11rem;
  margin-inline: auto;
  place-items: center;
  border-radius: 999px;
  background: conic-gradient(#fbbf24 0 calc(var(--dps) * 1%), #34d399 0 calc((var(--dps) + var(--heal)) * 1%), #38bdf8 0 100%);
  box-shadow: 0 0 38px rgb(52 211 153 / 8%);
}
.roster-role-ring--empty {
  background: conic-gradient(rgb(51 65 85 / 0.8) 0 100%);
}
.roster-role-ring::before {
  position: absolute;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: inherit;
  background: #07101e;
  content: "";
}
.roster-role-ring span {
  position: relative;
  z-index: 1;
  text-align: center;
}
.roster-role-ring strong {
  display: block;
  color: white;
  font-size: 2rem;
}
.roster-role-ring small {
  color: #64748b;
  font-size: .65rem;
  text-transform: uppercase;
}
.guild-scrollbar {
  scrollbar-color: rgb(100 116 139 / 50%) transparent;
  scrollbar-width: thin;
}
@keyframes guild-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes guild-member-border-orbit {
  to {
    --member-orbit-angle: 360deg;
  }
}
@keyframes roster-pulse {
  50% {
    opacity: .26;
    transform: scale(1.14);
  }
}
@media (max-width: 760px) {
  .guild-portal-orbit {
    display: none;
  }
  .guild-portal-hero, .roster-hero {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 1.4rem;
  }
  .roster-total {
    width: 100%;
  }
  .roster-class-row {
    grid-template-columns: 1fr;
  }
  .roster-spec-list {
    border-top: 1px solid rgb(255 255 255 / 5%);
    border-left: 0;
  }
  .roster-spec-row {
    grid-template-columns: 7rem minmax(0, 1fr) 1.5rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .guild-portal-orbit, .guild-member-card--trial::before, .guild-member-card--confirmed::before, .roster-stat i {
    animation: none;
  }
  .guild-member-card--trial::before, .guild-member-card--confirmed::before {
    opacity: .58;
  }
}
.recruitment-profile-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgb(139 92 246 / 46%) transparent;
}
.recruitment-profile-scrollbar::-webkit-scrollbar {
  width: 8px;
}
.recruitment-profile-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.recruitment-profile-scrollbar::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 999px;
  background: linear-gradient( 180deg, rgb(139 92 246 / 52%), rgb(71 85 105 / 68%) );
  background-clip: padding-box;
}
.recruitment-profile-scrollbar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient( 180deg, rgb(167 139 250 / 82%), rgb(100 116 139 / 88%) );
  background-clip: padding-box;
}
.candidate-card--recruited {
  border-color: rgb(52 211 153 / 38%);
  box-shadow: 0 0 0 1px rgb(52 211 153 / 7%), 0 0 26px rgb(16 185 129 / 15%);
}
.candidate-card--recruited:hover {
  border-color: rgb(52 211 153 / 58%);
  box-shadow: 0 0 0 1px rgb(52 211 153 / 10%), 0 0 32px rgb(16 185 129 / 20%);
}
.candidate-card--active {
  border-color: rgb(249 115 22 / 30%);
  box-shadow: 0 0 0 1px rgb(249 115 22 / 5%), 0 0 22px rgb(234 88 12 / 11%);
}
.candidate-card--active:hover {
  border-color: rgb(251 146 60 / 46%);
  box-shadow: 0 0 0 1px rgb(249 115 22 / 8%), 0 0 28px rgb(234 88 12 / 15%);
}
@property --candidate-orbit-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.candidate-card-shell--active {
  isolation: isolate;
  border-radius: 1rem;
}
.candidate-card-shell--trial {
  isolation: isolate;
  border-radius: 1rem;
}
.candidate-card-shell--active::before, .candidate-card-shell--trial::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: -1px;
  border-radius: inherit;
  padding: 2px;
  pointer-events: none;
  background: conic-gradient( from var(--candidate-orbit-angle), transparent 0deg 270deg, rgb(234 88 12 / 9%) 290deg, rgb(251 146 60 / 78%) 322deg, rgb(249 115 22 / 42%) 342deg, transparent 360deg );
  filter: drop-shadow(0 0 5px rgb(234 88 12 / 42%));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: candidate-border-orbit 4.8s linear infinite;
}
.candidate-card-shell--trial::before {
  background: conic-gradient( from var(--candidate-orbit-angle), transparent 0deg 270deg, rgb(16 185 129 / 9%) 290deg, rgb(52 211 153 / 78%) 322deg, rgb(16 185 129 / 42%) 342deg, transparent 360deg );
  filter: drop-shadow(0 0 5px rgb(16 185 129 / 42%));
}
@keyframes candidate-border-orbit {
  to {
    --candidate-orbit-angle: 360deg;
  }
}
.candidate-card--trial {
  border-color: rgb(52 211 153 / 36%);
  box-shadow: 0 0 0 1px rgb(52 211 153 / 7%), 0 0 28px rgb(16 185 129 / 14%);
}
.candidate-card--trial:hover {
  border-color: rgb(52 211 153 / 58%);
  box-shadow: 0 0 0 1px rgb(52 211 153 / 10%), 0 0 34px rgb(16 185 129 / 19%);
}
.interest-affinity-control, .interest-affinity-pill {
  position: relative;
  isolation: isolate;
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  overflow: hidden;
  border: 1px solid;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 650;
  line-height: 1rem;
  transition: border-color 180ms ease, background-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}
.interest-affinity-control {
  padding: .5rem .72rem;
  cursor: pointer;
}
.interest-affinity-control:hover {
  transform: translateY(-1px);
}
.interest-affinity-control:focus-visible {
  outline: 2px solid rgb(167 139 250 / 80%);
  outline-offset: 2px;
}
.interest-affinity-control:disabled {
  cursor: wait;
  opacity: .55;
}
.interest-affinity-pill {
  padding: .375rem .7rem;
}
.interest-affinity-marker {
  display: inline-grid;
  min-width: .85rem;
  place-items: center;
  font-size: .8rem;
  line-height: 1;
}
.interest-affinity-control[data-interest-level="NEUTRAL"] {
  border-color: rgb(51 65 85 / 95%);
  background: rgb(2 6 23 / 70%);
  color: rgb(100 116 139);
}
.interest-affinity-control[data-interest-level="NEUTRAL"]:hover {
  border-color: rgb(100 116 139 / 90%);
  color: rgb(203 213 225);
}
.interest-affinity-control[data-interest-level="NOT_INTERESTED"], .interest-affinity-pill[data-interest-level="NOT_INTERESTED"] {
  border-color: rgb(244 63 94 / 38%);
  background: rgb(244 63 94 / 9%);
  color: rgb(253 164 175);
}
.interest-affinity-control[data-interest-level="MAYBE_INTERESTED"], .interest-affinity-pill[data-interest-level="MAYBE_INTERESTED"] {
  border-color: rgb(245 158 11 / 42%);
  background: rgb(245 158 11 / 10%);
  color: rgb(253 230 138);
}
.interest-affinity-control[data-interest-level="INTERESTED"], .interest-affinity-pill[data-interest-level="INTERESTED"] {
  border-color: rgb(52 211 153 / 42%);
  background: rgb(16 185 129 / 11%);
  color: rgb(110 231 183);
}
.interest-affinity-control[data-interest-level="CORE_INTEREST"], .interest-affinity-pill[data-interest-level="CORE_INTEREST"] {
  border-color: rgb(253 224 71 / 72%);
  background: linear-gradient(135deg, rgb(16 185 129 / 20%), rgb(5 150 105 / 10%)), rgb(2 44 34 / 82%);
  color: rgb(209 250 229);
  box-shadow: inset 0 0 14px rgb(250 204 21 / 7%), 0 0 13px rgb(16 185 129 / 14%);
}
.interest-affinity-control[data-interest-level="CORE_INTEREST"]::before, .interest-affinity-pill[data-interest-level="CORE_INTEREST"]::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 18% 28%, rgb(254 240 138 / 90%) 0 1px, transparent 1.8px), radial-gradient(circle at 68% 68%, rgb(167 243 208 / 82%) 0 1px, transparent 1.8px), radial-gradient(circle at 88% 22%, rgb(254 249 195 / 85%) 0 1px, transparent 1.8px), linear-gradient(108deg, transparent 22%, rgb(255 255 255 / 12%) 48%, transparent 72%);
  background-size: 100% 100%, 100% 100%, 100% 100%, 220% 100%;
  animation: interest-affinity-shine 3.4s ease-in-out infinite;
}
.interest-affinity-control[data-interest-level="CORE_INTEREST"] .interest-affinity-marker, .interest-affinity-pill[data-interest-level="CORE_INTEREST"] .interest-affinity-marker {
  color: rgb(253 224 71);
  filter: drop-shadow(0 0 4px rgb(250 204 21 / 70%));
  animation: interest-affinity-sparkle 1.8s ease-in-out infinite;
}
.interest-affinity-legend {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1rem;
  margin-top: .75rem;
  color: rgb(100 116 139);
  font-size: .68rem;
}
.interest-affinity-legend span {
  display: inline-flex;
  align-items: center;
  gap: .28rem;
}
.interest-affinity-legend b {
  color: rgb(203 213 225);
}
@keyframes interest-affinity-shine {
  0%, 58%, 100% {
    background-position: 0 0, 0 0, 0 0, 180% 0;
  }
  76% {
    background-position: 0 0, 0 0, 0 0, -80% 0;
  }
}
@keyframes interest-affinity-sparkle {
  0%, 100% {
    opacity: .72;
    transform: scale(.9) rotate(-8deg);
  }
  50% {
    opacity: 1;
    transform: scale(1.12) rotate(6deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .candidate-card-shell--active::before, .candidate-card-shell--trial::before {
    animation: none;
    opacity: .55;
  }
  .interest-affinity-control[data-interest-level="CORE_INTEREST"]::before, .interest-affinity-pill[data-interest-level="CORE_INTEREST"]::before, .interest-affinity-control[data-interest-level="CORE_INTEREST"] .interest-affinity-marker, .interest-affinity-pill[data-interest-level="CORE_INTEREST"] .interest-affinity-marker {
    animation: none;
  }
}
.guild-season-page {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
  background: url("/images/season-2-ulatek-background-2k.webp") center top / cover no-repeat fixed, #010707;
}
.guild-season-page .guild-space-header {
  position: relative;
  z-index: 4;
  border-bottom-color: rgb(163 230 53 / 10%);
  background: rgb(1 8 10 / 76%);
  box-shadow: 0 18px 60px rgb(0 0 0 / 32%);
  isolation: isolate;
}
.guild-season-page .guild-space-header-inner {
  position: relative;
  z-index: 2;
}
.guild-season-page main {
  position: relative;
  z-index: 2;
}
.season-ulatek-serpent, .season-ulatek-foreground {
  position: fixed;
  inset: 0;
  background: url("/images/season-2-ulatek-serpent-2k.png") calc(50% + 7vw) top / cover no-repeat;
  pointer-events: none;
  user-select: none;
}
.season-ulatek-serpent {
  z-index: 1;
}
.season-ulatek-foreground {
  z-index: 3;
  clip-path: polygon( 68% 4%, 100% 4%, 100% 49%, 94% 50%, 90% 54%, 86% 58%, 82% 65%, 72% 66%, 72% 55%, 68% 46% );
}
.guild-season-page .guild-portal-hero {
  border-color: rgb(163 230 53 / 18%);
  background: linear-gradient(100deg, rgb(1 8 10 / 88%) 0%, rgb(3 13 15 / 58%) 46%, rgb(10 16 19 / 7%) 78%, transparent 100%), radial-gradient(circle at 82% 25%, rgb(168 85 247 / 7%), transparent 32%);
  box-shadow: 0 32px 90px rgb(0 0 0 / 42%), inset 0 1px 0 rgb(190 242 100 / 4%);
}
.guild-season-page .guild-portal-hero::before {
  background: linear-gradient(90deg, rgb(163 230 53 / 4%), transparent 25%), repeating-linear-gradient(115deg, transparent 0 52px, rgb(190 242 100 / 1.8%) 53px, transparent 54px);
}
.guild-season-page .guild-portal-eyebrow {
  color: rgb(190 242 100);
  text-shadow: 0 0 18px rgb(132 204 22 / 22%);
}
.season-header-venom {
  display: none;
}
.guild-season-page .season-header-venom {
  position: absolute;
  z-index: 1;
  top: calc(100% - 1px);
  right: 0;
  left: 0;
  display: block;
  height: clamp(3.5rem, 4.3vw, 5.5rem);
  pointer-events: none;
}
.guild-season-page .season-header-venom::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(3.5rem, 4.3vw, 5.5rem);
  background: url("/images/season-2-poison-header-liquid-2k.png") center top / 100% auto no-repeat;
  content: "";
  filter: sepia(.88) saturate(4.6) hue-rotate(38deg) brightness(.82);
  opacity: .78;
}
.season-countdown {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  align-items: flex-end;
  padding: .5rem 0;
  text-align: right;
}
.season-countdown-value {
  background: linear-gradient( 105deg, rgb(196 181 253) 18%, rgb(233 213 255) 38%, rgb(255 255 255) 50%, rgb(216 180 254) 62%, rgb(196 181 253) 82% );
  background-size: 230% 100%;
  background-clip: text;
  color: transparent;
  font-size: clamp(3rem, 6vw, 5.2rem);
  font-weight: 760;
  letter-spacing: -.07em;
  line-height: .88;
  text-shadow: 0 0 28px rgb(168 85 247 / 22%);
  animation: season-countdown-glow 4.8s ease-in-out infinite;
}
.season-countdown strong {
  margin-top: .7rem;
  color: rgb(148 163 184);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1.5;
  text-transform: uppercase;
}
@keyframes season-countdown-glow {
  0%, 100% {
    background-position: 100% 50%;
    filter: drop-shadow(0 0 7px rgb(168 85 247 / 18%));
  }
  45% {
    background-position: 0 50%;
    filter: drop-shadow(0 0 13px rgb(192 132 252 / 38%));
  }
  62% {
    background-position: 0 50%;
    filter: drop-shadow(0 0 9px rgb(168 85 247 / 24%));
  }
}
.season-threshold-card, .season-member-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(51 65 85 / 72%);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgb(15 23 42 / 92%), rgb(2 6 23 / 82%));
  box-shadow: 0 20px 48px rgb(0 0 0 / 18%);
}
.season-member-card > div {
  position: relative;
  z-index: 2;
}
.season-roster-slot:not(.season-roster-slot--tank) .season-member-card {
  background: linear-gradient(var(--season-status-tint), var(--season-status-tint)), linear-gradient(145deg, rgb(2 6 23 / 48%), rgb(2 6 23 / 72%)), url("/images/season-roster-leather.webp") center / cover;
  box-shadow: 0 20px 48px rgb(0 0 0 / 28%), inset 0 1px 0 rgb(255 255 255 / 3%);
}
.season-roster-slot--tank .season-member-card {
  background: linear-gradient(115deg, rgb(2 6 23 / 0%), rgb(2 6 23 / 0%)), url("/images/season-tank-metal.webp") center / cover;
  box-shadow: 0 22px 52px rgb(0 0 0 / 38%), inset 0 1px 0 rgb(226 232 240 / 10%), inset 0 0 32px rgb(2 6 23 / 34%);
}
.season-roster-slot--tank .season-member-card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  pointer-events: none;
  opacity: 1;
  background: radial-gradient( circle 100px at var(--metal-light-x, -200px) var(--metal-light-y, -200px), transparent 0%, rgb(2 6 23 / 8%) 36%, rgb(2 6 23 / 18%) 62%, rgb(2 6 23 / 30%) 100% ), radial-gradient( circle 100px at var(--metal-light-x, -200px) var(--metal-light-y, -200px), transparent 0%, var(--season-status-tint) 45%, var(--season-status-tint) 100% );
  @supports (color: color-mix(in lab, red, red)) {
    background: radial-gradient( circle 100px at var(--metal-light-x, -200px) var(--metal-light-y, -200px), transparent 0%, rgb(2 6 23 / 8%) 36%, rgb(2 6 23 / 18%) 62%, rgb(2 6 23 / 30%) 100% ), radial-gradient( circle 100px at var(--metal-light-x, -200px) var(--metal-light-y, -200px), transparent 0%, color-mix(in srgb, var(--season-status-tint) 50%, transparent) 45%, var(--season-status-tint) 100% );
  }
}
.season-threshold-card {
  padding: 1.35rem;
}
.season-member-card {
  z-index: 1;
  height: 100%;
  padding: 1.4rem;
  --season-status-tint: rgb(15 23 42 / 0%);
  --season-hover-border-color: rgb(100 116 139 / 72%);
  transition: border-color .3s ease, background .3s ease, box-shadow .3s ease, transform .3s ease;
}
.season-member-card:hover {
  border-color: var(--season-hover-border-color);
  transform: translateY(-1px);
}
.season-roster-slot {
  position: relative;
  min-width: 0;
}
.season-roster-slot--tank::before, .season-roster-slot--tank::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  width: 12rem;
  height: 14.5rem;
  background: url("/images/season-tank-shield.webp") center / contain no-repeat;
  pointer-events: none;
}
.season-roster-slot--tank::before {
  opacity: .94;
}
.season-roster-slot--tank::after {
  z-index: -1;
  opacity: .24;
  filter: blur(16px);
}
.season-roster-slot--left::before {
  left: -6rem;
  clip-path: inset(0 50% 0 0);
  transform: translateY(-50%);
}
.season-roster-slot--left::after {
  left: -6rem;
  clip-path: inset(0 50% 0 0);
  transform: translateY(-50%) scale(1.06);
}
.season-roster-slot--right::before {
  right: -6rem;
  clip-path: inset(0 0 0 50%);
  transform: translateY(-50%);
}
.season-roster-slot--right::after {
  right: -6rem;
  clip-path: inset(0 0 0 50%);
  transform: translateY(-50%) scale(1.06);
}
.season-member-card--active-ready {
  --season-status-tint: rgb(5 150 105 / 9%);
  --season-hover-border-color: rgb(52 211 153 / 68%);
  border-color: rgb(52 211 153 / 38%);
  background: linear-gradient(145deg, rgb(6 78 59 / 16%), rgb(2 6 23 / 88%));
}
.season-member-card--active-over_ready {
  --season-status-tint: rgb(16 185 129 / 13%);
  --season-hover-border-color: rgb(110 231 183 / 76%);
  border-color: rgb(110 231 183 / 48%);
  background: linear-gradient(145deg, rgb(5 150 105 / 18%), rgb(120 53 15 / 8%) 48%, rgb(2 6 23 / 88%));
  box-shadow: 0 20px 48px rgb(0 0 0 / 18%), 0 0 28px rgb(52 211 153 / 8%);
}
.season-member-card--active-almost_ready {
  --season-status-tint: rgb(202 138 4 / 11%);
  --season-hover-border-color: rgb(250 204 21 / 70%);
  border-color: rgb(250 204 21 / 40%);
  background: linear-gradient(145deg, rgb(113 63 18 / 16%), rgb(2 6 23 / 88%));
}
.season-member-card--active-not_ready {
  --season-status-tint: rgb(190 18 60 / 14%);
  --season-hover-border-color: rgb(251 113 133 / 76%);
  border-color: rgb(251 113 133 / 44%);
  background: linear-gradient(145deg, rgb(136 19 55 / 20%), rgb(2 6 23 / 90%) 72%);
  box-shadow: 0 20px 48px rgb(0 0 0 / 18%), 0 0 26px rgb(244 63 94 / 7%);
}
.season-member-card--active-unknown {
  --season-status-tint: rgb(71 85 105 / 5%);
  --season-hover-border-color: rgb(148 163 184 / 68%);
  border-color: rgb(100 116 139 / 48%);
}
.season-readiness-legend {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem 1.15rem;
  margin-top: 1rem;
  color: rgb(100 116 139);
  font-size: .7rem;
}
.season-readiness-legend-item {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}
.season-readiness-legend-item i {
  display: grid;
  width: .75rem;
  height: .75rem;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 999px;
  background: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in srgb, currentColor 18%, transparent);
  }
  font-size: .55rem;
  font-style: normal;
  line-height: 1;
}
.season-readiness-legend-item strong {
  color: currentColor;
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in srgb, currentColor 78%, white);
  }
  font-weight: 700;
}
.season-readiness-legend-item--not-ready {
  color: rgb(251 113 133);
}
.season-readiness-legend-item--almost-ready {
  color: rgb(250 204 21);
}
.season-readiness-legend-item--ready {
  color: rgb(52 211 153);
}
.season-readiness-legend-item--over-ready {
  color: rgb(110 231 183);
}
.season-readiness-legend-item--over-ready i {
  border-color: rgb(250 204 21 / 72%);
  background: radial-gradient(circle, rgb(253 224 71 / 38%), rgb(16 185 129 / 12%) 64%, transparent 70%);
  color: rgb(253 224 71);
  box-shadow: 0 0 10px rgb(250 204 21 / 22%);
}
.season-tank-placeholder {
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-style: dashed;
  border-color: rgb(125 211 252 / 22%);
  background: linear-gradient(145deg, rgb(14 116 144 / 7%), rgb(2 6 23 / 72%));
}
.season-tank-placeholder-mark {
  display: grid;
  width: 2.75rem;
  height: 2.75rem;
  place-items: center;
  border: 1px solid rgb(125 211 252 / 22%);
  border-radius: 999px;
  color: rgb(125 211 252 / 65%);
  font-size: 1.25rem;
}
.season-trial-leaf {
  display: inline-grid;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
  place-items: center;
  filter: drop-shadow(0 0 6px rgb(250 204 21 / 25%));
}
.season-trial-leaf svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}
.season-trial-leaf svg path:first-child {
  fill: rgb(250 204 21);
  stroke: rgb(254 240 138 / 70%);
  stroke-width: .8;
}
.season-trial-leaf svg path:last-child {
  fill: none;
  stroke: rgb(113 63 18);
  stroke-width: 1.4;
  stroke-linecap: round;
}
.season-threshold-card--normal {
  border-color: rgb(96 165 250 / 30%);
}
.season-threshold-card--heroic {
  border-color: rgb(52 211 153 / 30%);
}
.season-threshold-card--mythic {
  border-color: rgb(244 114 182 / 35%);
}
.season-threshold-card--preview, .season-threshold-card--selectable {
  transition: opacity .3s ease, transform .25s ease, filter .25s ease;
}
.season-threshold-card--preview:hover {
  filter: brightness(1.2);
}
.season-threshold-card--selectable {
  cursor: pointer;
}
.season-threshold-card--selectable:hover {
  transform: translateY(-2px);
  filter: brightness(1.2);
}
.season-progress-tier--future-one {
  opacity: .5;
}
.season-progress-tier--future-two {
  opacity: .2;
}
.season-progress-tier--future-one:hover, .season-progress-tier--future-two:hover {
  opacity: 1;
}
.season-threshold-card::before {
  content: "";
  position: absolute;
  inset: auto -25% -70% 35%;
  height: 10rem;
  border-radius: 999px;
  filter: blur(34px);
  opacity: .12;
  background: currentColor;
}
.season-threshold-card--normal {
  color: rgb(96 165 250);
}
.season-threshold-card--heroic {
  color: rgb(10 136 36);
}
.season-threshold-card--mythic {
  color: rgb(244 114 182);
}
.season-threshold-card--normal .season-threshold-title {
  color: rgb(96 165 250);
}
.season-threshold-card--heroic .season-threshold-title {
  color: rgb(6 189 43);
}
.season-threshold-card--mythic .season-threshold-title {
  color: rgb(244 114 182);
}
.season-threshold-emblem {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: .55rem;
  width: 6rem;
  height: calc(100% - .65rem);
  transform: translateY(-50%);
  object-fit: contain;
  pointer-events: none;
  opacity: .88;
  filter: drop-shadow(0 .35rem .75rem rgb(0 0 0 / 55%));
}
.season-difficulty-state {
  position: relative;
  overflow: hidden;
  border: 1px solid;
  border-radius: .85rem;
  padding: .8rem;
  transition: opacity .25s ease, border-color .25s ease, background-color .25s ease;
}
.season-difficulty-state--ready {
  border-color: rgb(52 211 153 / 30%);
  background: rgb(52 211 153 / 8%);
  color: rgb(110 231 183);
}
.season-difficulty-state--over_ready {
  border-color: rgb(45 212 191 / 48%);
  background: linear-gradient( 135deg, rgb(20 184 166 / 15%), rgb(16 185 129 / 8%) );
  color: rgb(94 234 212);
  box-shadow: inset 0 0 18px rgb(45 212 191 / 8%);
}
.season-difficulty-sparkles {
  position: absolute;
  inset: 0;
  z-index: 3;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
}
.season-difficulty-sparkle {
  position: absolute;
  left: var(--sparkle-x);
  top: var(--sparkle-y);
  opacity: 0;
  transform: translate(-50%, -50%) scale(var(--sparkle-scale)) rotate(var(--sparkle-rotation));
  animation: season-difficulty-twinkle var(--sparkle-duration) ease-in-out var(--sparkle-delay) infinite;
}
.season-difficulty-sparkle--dust {
  width: 1px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient( to bottom, transparent, rgb(254 240 138), transparent );
  box-shadow: 0 0 5px rgb(250 204 21 / 72%);
}
.season-difficulty-sparkle--star {
  width: 9px;
  height: 9px;
  background: rgb(253 224 71);
  clip-path: polygon( 50% 0, 60% 38%, 100% 50%, 60% 62%, 50% 100%, 40% 62%, 0 50%, 40% 38% );
  filter: drop-shadow(0 0 4px rgb(250 204 21 / 86%));
}
.season-difficulty-state--almost_ready {
  border-color: rgb(250 204 21 / 42%);
  background: rgb(250 204 21 / 10%);
  color: rgb(253 224 71);
}
.season-difficulty-state--not_ready {
  border-color: rgb(244 63 94 / 38%);
  background: rgb(136 19 55 / 14%);
  color: rgb(253 164 175);
}
.season-difficulty-state--unknown {
  border-color: rgb(71 85 105 / 65%);
  background: rgb(15 23 42 / 55%);
  color: rgb(148 163 184);
}
.season-difficulty-state--future {
  border-color: rgb(71 85 105 / 65%);
  background: rgb(15 23 42 / 55%);
  color: rgb(148 163 184);
  box-shadow: none;
}
@keyframes season-difficulty-twinkle {
  0%, 68%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(.25) rotate(var(--sparkle-rotation));
  }
  76% {
    opacity: .35;
  }
  84% {
    opacity: .95;
    transform: translate(-50%, -50%) scale(var(--sparkle-scale)) rotate(calc(var(--sparkle-rotation) + 22deg));
  }
  91% {
    opacity: .18;
    transform: translate(-50%, -50%) scale(.45) rotate(calc(var(--sparkle-rotation) + 45deg));
  }
}
@media (max-width: 640px) {
  .season-countdown {
    align-items: flex-start;
    text-align: left;
  }
  .guild-season-page {
    background-position: 62% top;
  }
  .season-ulatek-foreground {
    display: none;
  }
  .guild-season-page .season-header-venom {
    opacity: .62;
  }
  .season-roster-slot--tank::before, .season-roster-slot--tank::after {
    opacity: .55;
  }
  .season-roster-slot--left::before, .season-roster-slot--left::after {
    left: -3.25rem;
  }
  .season-roster-slot--right::before, .season-roster-slot--right::after {
    right: -3.25rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .season-countdown-value {
    animation: none;
  }
  .season-difficulty-sparkle {
    animation: none;
  }
}
@media (min-width: 641px) and (max-width: 1100px) {
  .season-ulatek-foreground {
    display: none;
  }
}
.recruitment-section {
  position: relative;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 3px;
  border-bottom-width: 1px;
  border-left-width: 3px;
}
.recruitment-section--player {
  border-color: rgb(56 189 248 / 50%);
}
.recruitment-section--guild {
  border-color: rgb(167 139 250 / 58%);
}
.recruitment-section--internal {
  border-color: rgb(100 116 139 / 55%);
}
.recruitment-section--advanced {
  border-color: rgb(251 191 36 / 62%);
}
.recruitment-section-title {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}
.recruitment-section-title small {
  font-size: .625rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.recruitment-section-title > span {
  color: rgb(221 214 254);
  font-size: 1rem;
  font-weight: 600;
}
.recruitment-section--player .recruitment-section-title small {
  color: rgb(125 211 252 / 78%);
}
.recruitment-section--guild .recruitment-section-title small {
  color: rgb(196 181 253 / 82%);
}
.recruitment-section--internal .recruitment-section-title small {
  color: rgb(148 163 184 / 75%);
}
.recruitment-section--advanced .recruitment-section-title small {
  color: rgb(252 211 77 / 86%);
}
.live-field-updated {
  position: relative;
  isolation: isolate;
  animation: live-field-reveal 720ms cubic-bezier(0.22, 1, 0.36, 1);
}
.live-field-updated::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  border-radius: inherit;
  background: radial-gradient( circle at 50% 50%, rgb(251 191 36 / 24%), rgb(251 191 36 / 9%) 55%, transparent 82% );
  animation: live-gold-wash 1400ms ease-out forwards;
}
.live-border-trace {
  position: absolute;
  inset: 0;
  z-index: 2;
  height: 100%;
  width: 100%;
  overflow: visible;
  pointer-events: none;
}
.live-border-trace rect {
  fill: none;
  stroke: rgb(253 230 138 / 96%);
  stroke-width: 1.5;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  filter: drop-shadow(0 0 4px rgb(251 191 36 / 75%));
  animation: live-border-draw 1400ms cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.live-field-updated > :not(.live-border-trace) {
  position: relative;
  z-index: 1;
}
@keyframes live-field-reveal {
  0% {
    opacity: 0.35;
    transform: translateY(5px) scale(0.995);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes live-gold-wash {
  0% {
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes live-border-draw {
  0% {
    stroke-dashoffset: 1;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  82% {
    stroke-dashoffset: 0;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .live-field-updated, .live-field-updated::before, .live-border-trace rect {
    animation-duration: 1ms;
  }
}
.home-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  color: #f8fafc;
  background: #070912;
  font-family: ui-sans-serif, system-ui, sans-serif;
}
.home-scene {
  --home-x: 0;
  --home-y: 0;
  isolation: isolate;
  position: relative;
  display: flex;
  min-height: calc(100svh - 5.9rem);
  flex-direction: column;
  overflow: hidden;
  background: #090913;
}
.home-landscape, .home-sunset, .home-atmosphere, .home-foreground {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.home-landscape {
  z-index: -6;
  inset: -4%;
  background-image: url("/img/campfire/evenly-sunset-camp.png");
  background-position: center 58%;
  background-size: cover;
  filter: saturate(.98) contrast(1.01) brightness(.92);
  transform: translate3d( calc(var(--home-x) * -13px), calc(var(--home-y) * -9px), 0 ) scale(1.065);
  transition: transform 180ms ease-out;
  will-change: transform;
}
.home-sunset {
  z-index: -5;
  inset: -8%;
  opacity: .9;
  background: radial-gradient(circle at 72% 35%, rgb(255 186 87 / 28%), transparent 17%), radial-gradient(circle at 68% 44%, rgb(255 117 54 / 19%), transparent 31%);
  mix-blend-mode: screen;
  transform: translate3d( calc(var(--home-x) * -24px), calc(var(--home-y) * -14px), 0 );
  transition: transform 220ms ease-out;
}
.home-atmosphere {
  z-index: -4;
  background: radial-gradient(circle at 28% 37%, rgb(204 122 67 / 13%), transparent 34%), linear-gradient(90deg, rgb(4 6 15 / 54%) 0%, rgb(5 7 16 / 40%) 34%, rgb(6 7 15 / 14%) 68%, rgb(3 4 10 / 28%) 100%), linear-gradient(180deg, rgb(4 6 15 / 40%) 0%, transparent 32%, rgb(3 5 12 / 58%) 100%);
}
.home-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image: linear-gradient(rgb(255 255 255 / 3%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000, transparent 70%);
}
.home-foreground {
  z-index: 8;
  top: auto;
  height: 32%;
  opacity: .78;
  background: radial-gradient(ellipse at 77% 100%, rgb(8 9 12 / 96%) 0 18%, transparent 52%), linear-gradient(0deg, #050711 0%, rgb(5 7 17 / 78%) 34%, transparent 100%);
  transform: translate3d( calc(var(--home-x) * 10px), calc(var(--home-y) * 5px), 0 ) scale(1.03);
  transition: transform 140ms ease-out;
}
.home-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: clamp(1.25rem, 3vw, 2.25rem) clamp(1.25rem, 5vw, 5.5rem);
}
.home-brand {
  display: inline-flex;
  align-items: center;
  gap: .85rem;
  color: inherit;
  text-decoration: none;
}
.home-brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #f3d18e;
  border: 1px solid rgb(238 184 94 / 45%);
  border-radius: 13px;
  background: linear-gradient(145deg, rgb(50 29 20 / 86%), rgb(15 13 20 / 82%));
  box-shadow: inset 0 0 18px rgb(255 189 82 / 9%), 0 9px 26px rgb(0 0 0 / 30%);
  font-family: Georgia, serif;
  font-size: 1.25rem;
}
.home-brand strong, .home-brand small {
  display: block;
}
.home-brand strong {
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .88rem;
}
.home-brand small {
  margin-top: .17rem;
  color: rgb(203 213 225 / 58%);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .56rem;
}
.home-header-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.home-private-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .55rem .8rem;
  color: rgb(226 232 240 / 70%);
  border: 1px solid rgb(148 163 184 / 18%);
  border-radius: 999px;
  background: rgb(8 12 24 / 54%);
  backdrop-filter: blur(14px);
  font-size: .68rem;
  font-weight: 600;
}
.home-private-badge > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 12px #34d399;
}
.home-logout {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: rgb(203 213 225 / 60%);
  border: 1px solid rgb(148 163 184 / 20%);
  border-radius: 11px;
  background: rgb(8 12 24 / 54%);
  cursor: pointer;
  backdrop-filter: blur(14px);
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}
.home-logout:hover, .home-logout:focus-visible {
  color: #fff;
  border-color: rgb(196 181 253 / 48%);
  background: rgb(109 40 217 / 18%);
  outline: none;
}
.home-logout svg {
  width: 17px;
  height: 17px;
}
.home-hero {
  position: relative;
  z-index: 12;
  display: flex;
  width: min(1180px, calc(100% - 2.5rem));
  flex: 1;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
  padding: clamp(2rem, 5vh, 5rem) 0 clamp(7rem, 15vh, 10rem);
}
.home-hero-copy {
  max-width: 760px;
  text-shadow: 0 2px 24px rgb(0 0 0 / 62%);
  transform: translate3d( calc(var(--home-x) * 4px), calc(var(--home-y) * 3px), 0 );
  transition: transform 160ms ease-out;
}
.home-eyebrow {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0;
  color: #f3c36f;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-size: .68rem;
  font-weight: 700;
}
.home-eyebrow > span {
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e8ad4e);
}
.home-hero h1 {
  margin: 1.2rem 0 0;
  color: #fff;
  letter-spacing: -.045em;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.8rem, 7.5vw, 7.2rem);
  font-weight: 500;
  line-height: .92;
}
.home-hero h1 em {
  color: #f0c477;
  font-weight: 400;
}
.home-introduction {
  max-width: 640px;
  margin: 1.7rem 0 0;
  color: rgb(226 232 240 / 72%);
  font-size: clamp(.95rem, 1.5vw, 1.08rem);
  line-height: 1.8;
}
.home-destinations {
  display: grid;
  max-width: 980px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .9rem;
  margin-top: clamp(2rem, 5vh, 3.5rem);
  transform: translate3d( calc(var(--home-x) * 8px), calc(var(--home-y) * 5px), 0 );
  transition: transform 140ms ease-out;
}
.home-destination {
  position: relative;
  display: grid;
  min-height: 148px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  overflow: hidden;
  padding: 1.35rem 1.45rem;
  color: inherit;
  border: 1px solid rgb(148 163 184 / 20%);
  border-radius: 20px;
  background: linear-gradient(135deg, rgb(12 17 31 / 84%), rgb(10 12 23 / 66%));
  text-decoration: none;
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: 0 24px 70px rgb(0 0 0 / 32%), inset 0 1px rgb(255 255 255 / 5%);
  transition: transform 240ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease, background 180ms ease;
}
.home-destination:hover, .home-destination:focus-visible {
  transform: translateY(-5px);
  outline: none;
}
.home-destination-recruitment:hover, .home-destination-recruitment:focus-visible {
  border-color: rgb(251 191 36 / 48%);
  background: linear-gradient(135deg, rgb(55 34 20 / 86%), rgb(12 14 25 / 72%));
}
.home-destination-members:hover, .home-destination-members:focus-visible {
  border-color: rgb(52 211 153 / 42%);
  background: linear-gradient(135deg, rgb(12 49 41 / 82%), rgb(10 14 25 / 72%));
}
.home-destination-glow {
  position: absolute;
  right: -20%;
  bottom: -80%;
  width: 62%;
  aspect-ratio: 1;
  opacity: .16;
  border-radius: 50%;
  filter: blur(28px);
  transition: opacity 180ms ease, transform 260ms ease;
}
.home-destination-recruitment .home-destination-glow {
  background: #f59e0b;
}
.home-destination-members .home-destination-glow {
  background: #10b981;
}
.home-destination:hover .home-destination-glow {
  opacity: .34;
  transform: scale(1.18);
}
.home-destination-icon {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border: 1px solid rgb(148 163 184 / 23%);
  border-radius: 14px;
  background: rgb(2 6 23 / 48%);
}
.home-destination-recruitment .home-destination-icon {
  color: #fbbf24;
}
.home-destination-members .home-destination-icon {
  color: #34d399;
}
.home-destination-icon svg {
  width: 24px;
  height: 24px;
}
.home-destination-copy {
  min-width: 0;
}
.home-destination-copy small, .home-destination-copy strong, .home-destination-copy > span {
  display: block;
}
.home-destination-copy small {
  color: rgb(148 163 184 / 72%);
  letter-spacing: .15em;
  text-transform: uppercase;
  font-size: .58rem;
  font-weight: 700;
}
.home-destination-copy strong {
  margin-top: .3rem;
  font-size: 1rem;
}
.home-destination-copy > span {
  margin-top: .35rem;
  color: rgb(148 163 184 / 72%);
  font-size: .72rem;
  line-height: 1.45;
}
.home-destination-count {
  position: relative;
  min-width: 52px;
  text-align: center;
}
.home-destination-count strong, .home-destination-count small {
  display: block;
}
.home-destination-count strong {
  font-family: Georgia, serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.home-destination-count small {
  margin-top: .25rem;
  color: rgb(148 163 184 / 65%);
  font-size: .58rem;
}
.home-destination-arrow {
  position: absolute;
  right: 1rem;
  bottom: .65rem;
  color: rgb(226 232 240 / 38%);
  transition: color 180ms ease, transform 180ms ease;
}
.home-destination:hover .home-destination-arrow {
  color: #fff;
  transform: translateX(3px);
}
.home-transition-wash {
  --transition-color-start: rgb(73 46 20 / 92%);
  --transition-color-end: rgb(11 16 32 / 95%);
  position: fixed;
  z-index: 40;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  background: radial-gradient(circle at var(--transition-x, 50%) var(--transition-y, 50%), rgb(255 255 255 / 12%), transparent 16rem), linear-gradient(135deg, var(--transition-color-start), var(--transition-color-end));
  clip-path: circle(0 at var(--transition-x, 50%) var(--transition-y, 50%));
  transition: clip-path 780ms cubic-bezier(.7, 0, .3, 1), opacity 180ms ease;
}
.home-scene[data-transition-module="members"] .home-transition-wash {
  --transition-color-start: rgb(7 74 58 / 92%);
  --transition-color-end: rgb(8 18 28 / 95%);
}
.home-leaving .home-transition-wash {
  opacity: 1;
  clip-path: circle(150vmax at var(--transition-x, 50%) var(--transition-y, 50%));
}
.home-leaving .home-hero {
  z-index: 42;
}
.home-leaving .home-destination:not(.home-destination-selected), .home-leaving .home-hero-copy, .home-leaving .home-header, .home-leaving .home-footer {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 180ms ease, transform 240ms ease;
}
.home-leaving .home-destination-selected {
  z-index: 42;
  border-color: rgb(255 255 255 / 46%);
  box-shadow: 0 30px 90px rgb(0 0 0 / 42%), 0 0 44px rgb(245 158 11 / 24%);
  animation: home-destination-depart 780ms cubic-bezier(.22, 1, .36, 1) both;
}
.home-scene[data-transition-module="members"] .home-destination-selected {
  box-shadow: 0 30px 90px rgb(0 0 0 / 42%), 0 0 44px rgb(16 185 129 / 24%);
}
@keyframes home-destination-depart {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  46% {
    opacity: 1;
    transform: translateY(-8px) scale(1.035);
  }
  100% {
    opacity: 0;
    transform: translateY(-10px) scale(1.075);
  }
}
html[data-module-arrival]::before {
  content: "";
  position: fixed;
  z-index: 100;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 50% 34%, rgb(255 255 255 / 10%), transparent 18rem), linear-gradient(135deg, rgb(73 46 20 / 94%), rgb(11 16 32 / 96%));
  animation: guildflow-module-wash-away 560ms cubic-bezier(.22, 1, .36, 1) both;
}
html[data-module-arrival="members"]::before {
  background: radial-gradient(circle at 50% 34%, rgb(255 255 255 / 10%), transparent 18rem), linear-gradient(135deg, rgb(7 74 58 / 94%), rgb(8 18 28 / 96%));
}
html[data-module-arrival] body > header {
  animation: guildflow-module-header-in 580ms 90ms cubic-bezier(.22, 1, .36, 1) both;
}
html[data-module-arrival] body > main {
  animation: guildflow-module-content-in 660ms 140ms cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes guildflow-module-wash-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes guildflow-module-header-in {
  0% {
    opacity: 0;
    transform: translateY(-12px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes guildflow-module-content-in {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-footer {
  position: absolute;
  z-index: 15;
  right: clamp(1.25rem, 5vw, 5.5rem);
  bottom: clamp(1.1rem, 3vw, 2rem);
  left: clamp(1.25rem, 5vw, 5.5rem);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  color: rgb(148 163 184 / 50%);
  letter-spacing: .06em;
  font-size: .62rem;
}
.home-footer p {
  margin: 0;
}
.home-footer p:first-child {
  color: rgb(240 196 119 / 72%);
  text-transform: uppercase;
  letter-spacing: .16em;
}
.home-footer p:first-child span {
  margin-right: .35rem;
}
@media (max-width: 820px) {
  .home-landscape {
    background-position: 61% 55%;
  }
  .home-atmosphere {
    background: linear-gradient(90deg, rgb(4 6 15 / 58%), rgb(5 7 16 / 32%)), linear-gradient(180deg, rgb(4 6 15 / 32%), transparent 28%, rgb(3 5 12 / 66%) 100%);
  }
  .home-header {
    align-items: flex-start;
  }
  .home-private-badge {
    display: none;
  }
  .home-hero {
    justify-content: flex-start;
    padding-top: 8vh;
    padding-bottom: 8rem;
  }
  .home-hero h1 {
    font-size: clamp(2.8rem, 14vw, 5rem);
  }
  .home-destinations {
    grid-template-columns: 1fr;
    max-width: 560px;
  }
  .home-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .home-footer p:last-child {
    display: none;
  }
}
@media (max-width: 520px) {
  .home-brand small {
    display: none;
  }
  .home-header {
    padding: 1rem;
  }
  .home-brand-mark {
    width: 38px;
    height: 38px;
  }
  .home-hero {
    width: calc(100% - 2rem);
    padding-top: 5vh;
  }
  .home-eyebrow {
    font-size: .58rem;
    letter-spacing: .15em;
  }
  .home-introduction {
    line-height: 1.6;
  }
  .home-destination {
    min-height: 116px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
  }
  .home-destination-count {
    display: none;
  }
  .home-destination-copy > span {
    display: none;
  }
  .home-footer {
    right: 1rem;
    bottom: .9rem;
    left: 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-landscape, .home-sunset, .home-foreground, .home-hero-copy, .home-destinations {
    transform: none !important;
    transition: none !important;
  }
  .home-transition-wash, .home-destination-selected, html[data-module-arrival]::before, html[data-module-arrival] body > header, html[data-module-arrival] body > main {
    animation: none !important;
    transition: none !important;
  }
}
.guildflow-action-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  overflow: hidden;
  border: 1px solid rgb(148 163 184 / 22%);
  border-radius: 14px;
  background: linear-gradient(135deg, rgb(22 29 48 / 92%), rgb(10 14 27 / 82%));
  color: rgb(226 232 240 / 86%);
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%), inset 0 1px rgb(255 255 255 / 4%);
  text-decoration: none;
  backdrop-filter: blur(12px);
  transition: transform 220ms cubic-bezier(.22, 1, .36, 1), border-color 180ms ease, background 180ms ease, color 180ms ease;
}
.guildflow-action-link:hover, .guildflow-action-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgb(167 139 250 / 52%);
  background: linear-gradient(135deg, rgb(53 40 91 / 88%), rgb(13 17 31 / 88%));
  color: #fff;
  outline: none;
}
.guildflow-action-link-emerald:hover, .guildflow-action-link-emerald:focus-visible {
  border-color: rgb(52 211 153 / 48%);
  background: linear-gradient(135deg, rgb(15 67 57 / 82%), rgb(12 18 30 / 88%));
  color: #a7f3d0;
}
.guildflow-action-link-amber:hover, .guildflow-action-link-amber:focus-visible {
  border-color: rgb(251 191 36 / 48%);
  background: linear-gradient(135deg, rgb(74 45 20 / 84%), rgb(15 18 30 / 88%));
  color: #fde68a;
}
.guild-pact-page {
  background: radial-gradient(circle at 50% 18%, rgb(139 92 246 / 10%), transparent 27rem), #020617;
  cursor: url("/img/rules/magic-quill.svg") 4 28, auto;
}
.guild-pact-page input, .guild-pact-page textarea {
  cursor: text;
}
.guild-pact-page button, .guild-pact-page label {
  cursor: pointer;
}
.guild-pact-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(251 191 36 / 25%);
  border-radius: 1rem;
  background: #0f172a;
  box-shadow: 0 32px 90px rgb(0 0 0 / 45%), 0 0 28px rgb(245 158 11 / 7%);
  animation: guild-pact-border-glow 3.2s ease-in-out infinite;
}
.guild-pact-shell::before {
  display: none;
}
.guild-pact-header {
  position: relative;
  border-bottom: 1px solid #1e293b;
  background: linear-gradient(90deg, rgb(251 191 36 / 8%), rgb(139 92 246 / 5%));
}
.guild-pact-rule {
  position: relative;
}
.guild-pact-reveal {
  opacity: 0;
  transform: translateY(8px);
  animation: guild-pact-reveal .75s cubic-bezier(.22, 1, .36, 1) forwards;
}
.guild-pact-title {
  animation-delay: .35s;
}
.guild-pact-action {
  animation-delay: 4.6s;
}
.guild-pact-writing {
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: guild-pact-writing 3.4s .9s cubic-bezier(.22, 1, .36, 1) forwards;
}
.guild-pact-particles span {
  position: absolute;
  z-index: 2;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #f8d77a;
  box-shadow: 0 0 9px #c6a1ff;
  opacity: 0;
  animation: guild-pact-spark 2.8s ease-out infinite;
}
.guild-pact-particles span:nth-child(1) {
  left: 4%;
  top: 20%;
  animation-delay: .2s;
}
.guild-pact-particles span:nth-child(2) {
  left: 23%;
  top: 58%;
  animation-delay: 1.1s;
}
.guild-pact-particles span:nth-child(3) {
  right: 8%;
  top: 34%;
  animation-delay: .7s;
}
.guild-pact-particles span:nth-child(4) {
  right: 26%;
  bottom: 10%;
  animation-delay: 1.8s;
}
.guild-pact-particles span:nth-child(5) {
  left: 53%;
  top: 8%;
  animation-delay: 2.2s;
}
.guild-pact-entry-refused {
  border-color: rgb(190 24 93 / 72%) !important;
  animation: guild-pact-shake .35s ease-in-out;
}
.guild-rule-confirmation {
  animation: guild-rule-confirmation-in .38s cubic-bezier(.22, 1, .36, 1) both;
}
@keyframes guild-pact-border-glow {
  0%, 100% {
    border-color: rgb(251 191 36 / 22%);
    box-shadow: 0 32px 90px rgb(0 0 0 / 45%), 0 0 20px rgb(245 158 11 / 5%);
  }
  50% {
    border-color: rgb(251 191 36 / 45%);
    box-shadow: 0 32px 90px rgb(0 0 0 / 45%), 0 0 34px rgb(245 158 11 / 13%);
  }
}
@keyframes guild-pact-reveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes guild-pact-writing {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    filter: blur(1px);
  }
  15% {
    opacity: .75;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}
@keyframes guild-pact-spark {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(.5);
  }
  35% {
    opacity: .85;
  }
  100% {
    opacity: 0;
    transform: translateY(-30px) scale(1.3);
  }
}
@keyframes guild-pact-shake {
  25% {
    transform: translateX(-4px);
  }
  75% {
    transform: translateX(4px);
  }
}
@keyframes guild-rule-confirmation-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .guild-pact-shell, .guild-pact-reveal, .guild-pact-writing, .guild-rule-confirmation, .guild-pact-particles span {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    animation-delay: 0ms !important;
  }
}
.campfire-page {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  overflow-x: hidden;
  background: #090b12;
  color: #fff7e8;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
.campfire-scene {
  --fire-strength: 1;
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  overflow: hidden;
  background-image: url("/img/campfire/evenly-sunset-camp.png");
  background-position: center;
  background-size: cover;
}
.campfire-sunset-glow, .campfire-vignette {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.campfire-sunset-glow {
  background: radial-gradient(circle at 70% 35%, rgb(255 178 84 / 22%), transparent 34%), radial-gradient(circle at 45% 78%, rgb(255 112 28 / calc(12% * var(--fire-strength))), transparent 25%);
  transition: background 500ms ease;
}
.campfire-vignette {
  background: linear-gradient(180deg, rgb(5 7 13 / 58%) 0%, transparent 29%, transparent 68%, rgb(4 5 9 / 72%) 100%), radial-gradient(ellipse at center, transparent 50%, rgb(2 4 8 / 58%) 100%);
}
.campfire-topbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.35rem clamp(1.1rem, 4vw, 4rem);
  background: linear-gradient(180deg, rgb(4 6 12 / 66%), transparent);
}
.campfire-brand, .campfire-subtitle, .campfire-welcome p, .campfire-welcome h1, .campfire-profile-dialog p, .campfire-profile-dialog h2 {
  margin: 0;
}
.campfire-brand {
  color: #f8d58d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: .08em;
  text-shadow: 0 2px 16px rgb(0 0 0 / 75%);
}
.campfire-subtitle {
  margin-top: .2rem;
  color: rgb(255 247 232 / 70%);
  font-size: .72rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.campfire-topbar-actions {
  display: flex;
  align-items: center;
  gap: .7rem;
}
.campfire-prototype-badge, .campfire-classic-link {
  border: 1px solid rgb(248 213 141 / 24%);
  border-radius: 999px;
  background: rgb(10 12 21 / 52%);
  padding: .55rem .8rem;
  color: rgb(255 247 232 / 78%);
  font-size: .72rem;
  backdrop-filter: blur(10px);
}
.campfire-classic-link {
  color: #f8d58d;
  text-decoration: none;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
}
.campfire-classic-link:hover {
  border-color: rgb(248 213 141 / 62%);
  background: rgb(56 34 18 / 62%);
  transform: translateY(-1px);
}
.campfire-global-audio {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgb(248 213 141 / 28%);
  border-radius: 50%;
  background: rgb(10 12 21 / 58%);
  color: #f8d58d;
  cursor: pointer;
  font-size: .95rem;
  line-height: 1;
  transition: border-color 180ms ease, background 180ms ease, transform 180ms ease;
  backdrop-filter: blur(10px);
}
.campfire-global-audio:hover, .campfire-global-audio:focus-visible {
  border-color: rgb(248 213 141 / 68%);
  background: rgb(56 34 18 / 68%);
  outline: none;
  transform: translateY(-1px);
}
.campfire-welcome {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: clamp(1.4rem, 5vh, 4rem) auto 0;
  padding: 0 1.25rem;
  text-align: center;
  text-shadow: 0 3px 20px rgb(0 0 0 / 88%);
  animation: campfire-welcome-in 1.1s cubic-bezier(.22, 1, .36, 1) both;
}
.campfire-welcome > p:first-child {
  color: #f8d58d;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.campfire-welcome h1 {
  margin-top: .45rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.8rem, 4vw, 3.5rem);
  font-weight: 500;
  line-height: 1.05;
}
.campfire-welcome-copy {
  margin-top: .65rem !important;
  color: rgb(255 247 232 / 80%);
  font-size: clamp(.85rem, 1.3vw, 1rem);
}
.campfire-stage {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.campfire-adventurer {
  position: absolute;
  bottom: 16%;
  width: clamp(100px, 10vw, 155px);
  text-align: center;
  filter: drop-shadow(0 16px 18px rgb(0 0 0 / 60%));
}
.campfire-recruiter {
  left: 30%;
}
.campfire-candidate {
  right: 31%;
}
.campfire-adventurer-aura {
  position: absolute;
  inset: 18% -30% -10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(255 136 48 / 20%), transparent 68%);
  animation: campfire-aura 3.8s ease-in-out infinite;
}
.campfire-portrait {
  position: relative;
  z-index: 2;
  display: grid;
  width: clamp(58px, 5.2vw, 82px);
  aspect-ratio: 1;
  margin: 0 auto -8px;
  place-items: center;
  overflow: hidden;
  border: 2px solid #d7a852;
  border-radius: 50%;
  background: linear-gradient(145deg, #3d2a22, #11151d);
  box-shadow: 0 0 28px rgb(255 144 49 / 28%);
  color: #f8d58d;
  font-family: Georgia, serif;
  font-size: 1.6rem;
}
.campfire-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campfire-recruiter-portrait svg {
  width: 54%;
}
.campfire-adventurer-body {
  width: 82%;
  height: clamp(72px, 8vw, 118px);
  margin: auto;
  border-radius: 45% 45% 18% 18%;
  background: linear-gradient(90deg, transparent 46%, rgb(229 172 73 / 52%) 48% 52%, transparent 54%), linear-gradient(135deg, #29232c, #12151d 62%);
  clip-path: polygon(27% 0, 73% 0, 100% 100%, 0 100%);
}
.campfire-candidate .campfire-adventurer-body {
  background: linear-gradient(135deg, #263043, #10131b 62%);
}
.campfire-nameplate {
  display: inline-block;
  margin-top: .4rem;
  border: 1px solid rgb(248 213 141 / 26%);
  border-radius: 999px;
  background: rgb(7 9 15 / 66%);
  padding: .32rem .65rem;
  color: #fff3d8;
  font-size: clamp(.65rem, .9vw, .78rem);
  white-space: nowrap;
  backdrop-filter: blur(7px);
}
.campfire-fire {
  position: absolute;
  bottom: 17%;
  left: 50%;
  width: clamp(64px, 7vw, 104px);
  aspect-ratio: 1.25;
  transform: translateX(-50%) scale(var(--fire-strength));
  transform-origin: 50% 100%;
  transition: transform 450ms cubic-bezier(.22, 1, .36, 1);
  filter: drop-shadow(0 0 25px rgb(255 103 23 / 86%));
}
.campfire-fire::before, .campfire-fire::after {
  content: "";
  position: absolute;
  right: 4%;
  bottom: 3%;
  left: 4%;
  height: 17%;
  border-radius: 999px;
  background: #3b2118;
  transform: rotate(8deg);
  box-shadow: inset 0 2px 0 #6d3d24;
}
.campfire-fire::after {
  transform: rotate(-8deg);
}
.campfire-flame, .campfire-fire-core {
  position: absolute;
  bottom: 13%;
  left: 50%;
  border-radius: 55% 45% 60% 40%;
  background: linear-gradient(155deg, #fff5ae 4%, #ffb22e 42%, #ef4d17 78%);
  transform-origin: 50% 100%;
  animation: campfire-flame 1.15s ease-in-out infinite alternate;
}
.campfire-flame-left {
  width: 34%;
  height: 62%;
  transform: translateX(-90%) rotate(-13deg);
}
.campfire-flame-center {
  width: 42%;
  height: 90%;
  transform: translateX(-50%);
  animation-delay: -.44s;
}
.campfire-flame-right {
  width: 31%;
  height: 55%;
  transform: translateX(27%) rotate(15deg);
  animation-delay: -.77s;
}
.campfire-fire-core {
  width: 31%;
  height: 48%;
  border-radius: 50%;
  background: #fffbd1;
  transform: translateX(-50%);
  animation-delay: -.22s;
}
.campfire-fire-fed {
  animation: campfire-fed 700ms ease-out;
}
.campfire-sparks {
  position: absolute;
  inset: 0;
}
.campfire-spark {
  position: absolute;
  bottom: 48%;
  left: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ffe586;
  box-shadow: 0 0 6px #ff8a24;
  animation: campfire-spark 1.35s var(--spark-delay) ease-out forwards;
}
.campfire-object {
  position: absolute;
  z-index: 12;
  display: grid;
  min-width: 76px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #fff7e8;
  cursor: pointer;
  filter: drop-shadow(0 8px 10px rgb(0 0 0 / 62%));
  transition: filter 180ms ease, transform 180ms ease;
}
.campfire-object:hover, .campfire-object:focus-visible {
  filter: drop-shadow(0 0 15px rgb(248 213 141 / 72%));
  outline: none;
  transform: translateY(-4px);
}
.campfire-object:disabled {
  cursor: default;
  opacity: .56;
}
.campfire-object-label {
  position: absolute;
  bottom: calc(100% + .5rem);
  left: 50%;
  width: max-content;
  max-width: 180px;
  border: 1px solid rgb(248 213 141 / 34%);
  border-radius: 999px;
  background: rgb(7 9 15 / 82%);
  padding: .35rem .6rem;
  font-size: .69rem;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 180ms ease, transform 180ms ease;
  backdrop-filter: blur(8px);
}
.campfire-object:hover .campfire-object-label, .campfire-object:focus-visible .campfire-object-label {
  opacity: 1;
  transform: translate(-50%, 0);
}
.campfire-journal {
  bottom: 14%;
  left: 20%;
}
.campfire-log {
  bottom: 12%;
  left: 43%;
}
.campfire-sausage {
  right: 21%;
  bottom: 13%;
}
.campfire-journal-cover {
  position: relative;
  display: block;
  width: 52px;
  height: 40px;
  border: 2px solid #bb8842;
  border-radius: 3px 7px 7px 3px;
  background: linear-gradient(135deg, #68432a, #2f1b18);
  box-shadow: inset 5px 0 #1b1110, inset 7px 0 #a87537;
  transform: rotate(-7deg);
}
.campfire-journal-cover span {
  position: absolute;
  inset: 10px 13px;
  border: 1px solid #d8b06a;
  transform: rotate(45deg);
}
.campfire-log-shape {
  position: relative;
  display: block;
  width: 58px;
  height: 34px;
}
.campfire-log-shape span {
  position: absolute;
  inset: 10px 2px;
  border: 2px solid #6f3e24;
  border-radius: 999px;
  background: linear-gradient(#6b3d24, #352018);
  transform: rotate(18deg);
}
.campfire-log-shape span:last-child {
  transform: rotate(-18deg);
}
.campfire-sausage-stick {
  position: absolute;
  width: 70px;
  height: 3px;
  border-radius: 999px;
  background: #c9a36d;
  transform: rotate(-20deg);
}
.campfire-sausage-shape {
  position: relative;
  display: block;
  width: 44px;
  height: 15px;
  border: 2px solid #722f20;
  border-radius: 999px;
  background: linear-gradient(#d9784b, #9c3f2b);
  transform: rotate(-20deg) translateY(-5px);
  transition: background 500ms ease, box-shadow 500ms ease;
}
.campfire-sausage[data-state="cooking"] .campfire-sausage-shape {
  box-shadow: 0 0 12px #ff8c32;
  animation: campfire-sausage-turn 1.5s ease-in-out infinite alternate;
}
.campfire-sausage[data-state="ready"] .campfire-sausage-shape {
  background: linear-gradient(#bc5d36, #713022);
}
.campfire-sausage[data-state="burnt"] .campfire-sausage-shape {
  background: #211613;
  box-shadow: 0 0 8px rgb(50 34 30 / 75%);
}
.campfire-message-shell {
  position: absolute;
  z-index: 30;
  bottom: 3.5%;
  left: 50%;
  width: min(88vw, 560px);
  transform: translateX(-50%);
  text-align: center;
}
.campfire-message {
  display: inline-block;
  margin: 0;
  border: 1px solid rgb(248 213 141 / 30%);
  border-radius: 999px;
  background: rgb(6 8 14 / 72%);
  padding: .65rem 1rem;
  color: rgb(255 247 232 / 84%);
  font-family: Georgia, serif;
  font-size: clamp(.76rem, 1.1vw, .9rem);
  box-shadow: 0 8px 30px rgb(0 0 0 / 34%);
  backdrop-filter: blur(9px);
}
.campfire-message-pop {
  animation: campfire-message-pop 420ms cubic-bezier(.22, 1, .36, 1);
}
.campfire-profile-dialog {
  --journal-x: 0px;
  --journal-y: 0px;
  width: min(94vw, 1180px);
  height: min(90vh, 850px);
  overflow: hidden;
  border: 1px solid rgb(232 191 112 / 55%);
  border-radius: 20px;
  background: #24170f;
  padding: 0;
  color: #fff7e8;
  box-shadow: 0 30px 100px rgb(0 0 0 / 80%), 0 0 40px rgb(229 156 66 / 18%);
}
.campfire-profile-dialog[open] {
  animation: campfire-dialog-in 420ms cubic-bezier(.22, 1, .36, 1);
}
.campfire-profile-dialog::backdrop {
  background: rgb(3 5 9 / 78%);
  backdrop-filter: blur(8px);
}
.campfire-profile-dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 70px;
  border-bottom: 1px solid rgb(232 191 112 / 20%);
  background: linear-gradient(90deg, rgb(255 214 139 / 4%), transparent 45%), linear-gradient(90deg, #1c120d, #2b1b12);
  padding: .8rem 1.2rem;
}
.campfire-profile-dialog-header p {
  color: #d9af67;
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.campfire-profile-dialog-header h2 {
  margin-top: .15rem;
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.campfire-profile-dialog-header button {
  width: 38px;
  height: 38px;
  border: 1px solid rgb(232 191 112 / 30%);
  border-radius: 50%;
  background: rgb(255 255 255 / 5%);
  color: #fff7e8;
  font-size: 1.5rem;
  cursor: pointer;
}
.campfire-profile-frame {
  height: calc(100% - 70px);
}
.campfire-profile-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  background: #070b17;
}
.campfire-journal-pages {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  height: calc(100% - 70px);
  overflow: hidden;
  color: #382719;
  background: #3b2518;
  font-family: Georgia, "Times New Roman", serif;
}
.campfire-journal-pages::before {
  content: "";
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 34px;
  pointer-events: none;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgb(63 39 23 / 32%), rgb(255 247 211 / 18%) 44%, rgb(56 34 21 / 34%) 100%);
  box-shadow: 0 0 16px rgb(45 27 17 / 42%);
}
.campfire-journal-page {
  position: relative;
  min-width: 0;
  overflow-y: auto;
  padding: clamp(2.1rem, 4vw, 3.7rem) clamp(1.6rem, 3.6vw, 3.4rem) 2.8rem;
  scrollbar-color: rgb(117 75 39 / 40%) transparent;
  background-color: #ead9ab;
  background-image: radial-gradient(circle at 14% 12%, rgb(255 250 220 / 62%), transparent 26%), radial-gradient(circle at 88% 82%, rgb(139 83 39 / 12%), transparent 35%), repeating-linear-gradient(2deg, transparent 0 5px, rgb(91 58 31 / 2.6%) 6px);
  box-shadow: inset 0 0 42px rgb(91 52 27 / 22%);
}
.campfire-journal-page-left {
  border-radius: 0 0 0 18px;
  background-position: left top;
}
.campfire-journal-page-right {
  border-radius: 0 0 18px 0;
  background-color: #efdfb7;
  background-position: right top;
}
.campfire-journal-page::before, .campfire-journal-page::after {
  content: "";
  position: absolute;
  width: 72px;
  height: 72px;
  pointer-events: none;
  border-color: rgb(104 67 32 / 21%);
}
.campfire-journal-page::before {
  top: 18px;
  left: 18px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-radius: 18px 0 0;
}
.campfire-journal-page::after {
  right: 18px;
  bottom: 18px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-radius: 0 0 18px;
}
.campfire-page-ornament {
  position: absolute;
  top: 1.05rem;
  left: 50%;
  color: rgb(119 74 32 / 48%);
  font-size: .85rem;
  transform: translateX(-50%);
}
.campfire-page-number {
  position: absolute;
  right: 0;
  bottom: .8rem;
  left: 0;
  color: rgb(91 58 31 / 44%);
  font-size: .68rem;
  letter-spacing: .18em;
  text-align: center;
}
.campfire-journal-identity {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1.15rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgb(91 58 31 / 24%);
}
.campfire-journal-avatar {
  display: grid;
  width: clamp(72px, 8vw, 104px);
  aspect-ratio: 1;
  overflow: hidden;
  place-items: center;
  border: 3px double #8b6531;
  border-radius: 50%;
  background: #c8ae78;
  box-shadow: 0 5px 16px rgb(67 39 20 / 27%), inset 0 0 0 5px rgb(255 247 213 / 32%);
  color: #55351f;
  font-size: 2.4rem;
}
.campfire-journal-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: sepia(.16) saturate(.88) contrast(.96);
}
.campfire-journal-kicker {
  margin: 0;
  color: #8a5d2c;
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.campfire-journal-identity h3 {
  margin: .25rem 0 .45rem;
  font-size: clamp(1.6rem, 3vw, 2.45rem);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0 1px rgb(255 247 220 / 50%);
}
.campfire-journal-stamps {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.campfire-journal-stamps span {
  border: 1px solid rgb(112 65 40 / 45%);
  border-radius: 3px;
  padding: .2rem .42rem;
  color: #774027;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transform: rotate(-1deg);
}
.campfire-journal-stamps span:last-child {
  color: #526333;
  border-color: rgb(72 101 51 / 45%);
  transform: rotate(1.5deg);
}
.campfire-journal-section {
  margin-top: 1.25rem;
}
.campfire-journal-section-first {
  margin-top: 0;
}
.campfire-journal-section h4 {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 .65rem;
  color: #66401f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.campfire-journal-section h4::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, rgb(103 65 31 / 32%), transparent);
}
.campfire-character-notes {
  display: grid;
  gap: .42rem;
}
.campfire-character-note {
  position: relative;
  border-bottom: 1px solid rgb(89 57 31 / 17%);
  padding: .42rem .25rem .55rem;
}
.campfire-character-note-main {
  border: 1px solid rgb(150 102 31 / 33%);
  border-radius: 7px;
  background: rgb(255 246 198 / 28%);
  padding: .52rem .62rem .6rem;
  box-shadow: inset 0 0 16px rgb(166 111 35 / 8%);
}
.campfire-character-heading {
  display: flex;
  align-items: baseline;
  gap: .38rem;
  min-width: 0;
}
.campfire-character-heading strong {
  overflow: hidden;
  font-size: .95rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campfire-character-heading > span:not(.campfire-main-star) {
  overflow: hidden;
  color: rgb(66 45 28 / 58%);
  font-size: .69rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.campfire-character-heading a {
  margin-left: auto;
  color: #77542d;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .56rem;
  font-weight: 800;
  text-decoration: none;
}
.campfire-main-star {
  color: #a06d16;
  font-size: .75rem;
}
.campfire-character-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem .8rem;
  margin-top: .28rem;
  color: #60452e;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .66rem;
}
.campfire-character-facts span:not(:last-child)::after {
  content: "·";
  position: relative;
  left: .42rem;
  color: rgb(96 69 46 / 45%);
}
.campfire-ink-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}
.campfire-ink-tags span {
  border: 1px solid rgb(75 74 105 / 27%);
  border-radius: 50% 45% 48% 42%;
  background: rgb(74 68 103 / 5%);
  padding: .28rem .5rem;
  color: #45415d;
  font-size: .72rem;
  transform: rotate(-.6deg);
}
.campfire-ink-tags span:nth-child(even) {
  transform: rotate(.8deg);
}
.campfire-handwritten-note {
  margin: .65rem 0 0;
  border-left: 2px solid rgb(80 67 111 / 34%);
  padding-left: .7rem;
  color: #51496b;
  font-size: .8rem;
  font-style: italic;
  line-height: 1.45;
  transform: rotate(-.3deg);
}
.campfire-linked-note p, .campfire-journal-prose, .campfire-objective-notes p, .campfire-journal-empty {
  margin: 0;
  color: #4c3727;
  font-size: .79rem;
  line-height: 1.55;
  white-space: pre-line;
}
.campfire-journal-empty {
  color: rgb(76 55 39 / 57%);
  font-style: italic;
}
.campfire-objective-notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .7rem;
}
.campfire-objective-notes > div {
  min-height: 90px;
  border: 1px solid rgb(100 66 34 / 18%);
  border-radius: 4px;
  background: rgb(255 249 218 / 20%);
  padding: .7rem;
  box-shadow: 2px 3px 0 rgb(91 58 31 / 6%);
}
.campfire-objective-notes span {
  color: #87602d;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .59rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.campfire-objective-notes p {
  margin-top: .38rem;
}
.campfire-journal-observations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.campfire-wipe-seal {
  display: inline-block;
  margin: 0;
  border: 2px double rgb(105 69 42 / 38%);
  border-radius: 50%;
  padding: .48rem .72rem;
  color: #694a32;
  font-size: .72rem;
  font-weight: 700;
  transform: rotate(-3deg);
}
.campfire-wipe-seal-high {
  color: #456333;
  border-color: rgb(69 99 51 / 55%);
}
.campfire-wipe-seal-medium {
  color: #8a641f;
  border-color: rgb(138 100 31 / 55%);
}
.campfire-wipe-seal-low {
  color: #8a3e32;
  border-color: rgb(138 62 50 / 55%);
}
.campfire-journal-quote {
  position: relative;
  margin: 1.45rem 0 0;
  padding: .8rem 1rem;
  color: #64472e;
  font-size: .78rem;
  font-style: italic;
  line-height: 1.55;
  text-align: center;
}
.campfire-journal-quote::before, .campfire-journal-quote::after {
  content: "✦";
  color: rgb(111 73 36 / 42%);
  padding: 0 .45rem;
}
.campfire-journal-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  margin-top: 1.2rem;
  border-top: 1px solid rgb(91 58 31 / 22%);
  padding-top: .7rem;
  color: rgb(73 51 34 / 55%);
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .58rem;
  letter-spacing: .06em;
}
.campfire-journal-footer a {
  color: #69517e;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.campfire-journal-updated {
  animation: campfire-ink-reveal 1s cubic-bezier(.22, 1, .36, 1);
}
.campfire-journal-updated::after {
  content: "";
  position: absolute;
  z-index: 8;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at 55% 48%, rgb(97 70 117 / 16%), transparent 36%);
  animation: campfire-ink-wash 1.4s ease-out forwards;
}
.campfire-ink-writing {
  position: relative;
  transform-origin: left center;
  animation: campfire-handwriting-reveal 1.25s var(--writing-delay, 0ms) cubic-bezier(.22, 1, .36, 1) both;
}
.campfire-ink-writing::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  bottom: 0;
  width: 18%;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgb(73 43 25 / 10%), transparent);
  animation: campfire-quill-pass 1.25s var(--writing-delay, 0ms) ease-out both;
}
.campfire-profile-dialog {
  width: min(72vw, 1080px);
  height: min(80vh, 760px);
  margin: auto 8vw auto auto;
  border: 3px double #8b642f;
  border-radius: 7px 14px 14px 7px;
  box-shadow: 0 34px 110px rgb(0 0 0 / 88%), 0 0 0 7px #2b190f, 0 0 0 9px rgb(193 142 62 / 30%);
  transform: translate(var(--journal-x), var(--journal-y));
}
.campfire-profile-dialog-header {
  position: relative;
  border-bottom: 3px double rgb(190 137 62 / 42%);
  background: radial-gradient(circle at 16% 30%, rgb(230 177 89 / 9%), transparent 22%), repeating-linear-gradient(87deg, transparent 0 18px, rgb(255 220 148 / 2%) 19px 20px), linear-gradient(90deg, #1b0e08, #3a2011 48%, #221109);
  box-shadow: inset 0 0 24px rgb(0 0 0 / 55%);
  cursor: grab;
  touch-action: none;
  user-select: none;
}
.campfire-profile-dialog-dragging .campfire-profile-dialog-header {
  cursor: grabbing;
}
.campfire-profile-dialog-header::before, .campfire-profile-dialog-header::after {
  content: "◆";
  position: absolute;
  top: 50%;
  color: #a97932;
  font-size: .56rem;
  transform: translateY(-50%) rotate(45deg);
}
.campfire-profile-dialog-header::before {
  left: .45rem;
}
.campfire-profile-dialog-header::after {
  right: 4.5rem;
}
.campfire-profile-dialog-header p {
  color: #c99a4e;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: .62rem;
  letter-spacing: .2em;
}
.campfire-profile-dialog-header h2 {
  color: #f0d7a0;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  letter-spacing: .025em;
  text-shadow: 0 2px 5px #000;
}
.campfire-profile-dialog-header button {
  border: 1px solid #98703c;
  border-radius: 4px;
  background: linear-gradient(145deg, #4a2b17, #201108);
  color: #e2c187;
  box-shadow: inset 0 0 0 2px rgb(224 186 116 / 8%);
}
.campfire-dialog-actions {
  display: flex;
  align-items: center;
  gap: .55rem;
}
.campfire-journal-pages {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  background: #2b190f;
}
.campfire-journal-pages::before {
  width: 46px;
  background: linear-gradient(90deg, rgb(45 25 13 / 55%), rgb(255 226 159 / 12%) 44%, rgb(47 25 13 / 58%) 100%);
  box-shadow: 0 0 22px rgb(39 20 10 / 68%);
}
.campfire-journal-page {
  color: #3b2717;
  background-color: #d9bd7d;
  background-image: radial-gradient(ellipse at 9% 7%, rgb(112 60 24 / 13%), transparent 17%), radial-gradient(ellipse at 91% 92%, rgb(105 55 19 / 16%), transparent 23%), radial-gradient(circle at 52% 30%, rgb(255 244 196 / 42%), transparent 47%), linear-gradient(102deg, rgb(94 51 19 / 3%), transparent 18% 82%, rgb(94 51 19 / 4%));
  box-shadow: inset 0 0 70px rgb(83 42 16 / 30%), inset 0 0 12px rgb(73 34 12 / 24%);
}
.campfire-journal-page-right {
  background-color: #dfc887;
}
.campfire-journal-page::before, .campfire-journal-page::after {
  display: none;
}
.campfire-page-ornament {
  top: .75rem;
  color: #8b421f;
  font-size: 1.35rem;
  text-shadow: 0 1px #f0d79a;
}
.campfire-page-ornament::before, .campfire-page-ornament::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 58px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9b6a2c);
}
.campfire-page-ornament::before {
  right: 1.2rem;
}
.campfire-page-ornament::after {
  left: 1.2rem;
  transform: rotate(180deg);
}
.campfire-journal-kicker {
  color: #7d321e;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-variant: small-caps;
  font-size: .76rem;
  letter-spacing: .11em;
  text-transform: none;
}
.campfire-journal-identity h3 {
  color: #4b2519;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-weight: 600;
  letter-spacing: .015em;
}
.campfire-journal-avatar {
  border: 5px ridge #a77a32;
  border-radius: 50% 48% 51% 47%;
  background: #b78a47;
  box-shadow: 0 5px 15px rgb(62 31 12 / 38%), 0 0 0 3px rgb(104 55 21 / 35%), inset 0 0 0 3px rgb(255 234 168 / 24%);
}
.campfire-journal-stamps span {
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: .12rem .4rem .16rem;
  color: #7c3524;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: .69rem;
  font-variant: small-caps;
  letter-spacing: .06em;
  text-transform: none;
}
.campfire-journal-stamps span::before {
  content: "— ";
  color: #9b6a2c;
}
.campfire-journal-stamps span:last-child {
  color: #4c6330;
}
.campfire-journal-section h4 {
  justify-content: center;
  color: #77301d;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: .87rem;
  font-variant: small-caps;
  letter-spacing: .1em;
  text-transform: none;
}
.campfire-journal-section h4::before, .campfire-journal-section h4::after {
  content: "";
  flex: 1;
  max-width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #9b6a2c);
}
.campfire-journal-section h4::after {
  transform: rotate(180deg);
}
.campfire-character-note {
  border-bottom: 1px dotted rgb(94 51 21 / 34%);
}
.campfire-character-note-main {
  border: 0;
  border-top: 1px solid rgb(143 91 26 / 38%);
  border-bottom: 1px solid rgb(143 91 26 / 38%);
  border-radius: 0;
  background: linear-gradient(90deg, transparent, rgb(255 226 139 / 22%) 15% 85%, transparent);
  box-shadow: none;
}
.campfire-character-heading strong, .campfire-character-facts, .campfire-linked-note p, .campfire-journal-prose, .campfire-objective-notes p, .campfire-journal-empty {
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
}
.campfire-character-facts {
  font-size: .74rem;
}
.campfire-ink-tags {
  justify-content: center;
}
.campfire-ink-tags span {
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: .15rem .32rem;
  color: #4b345b;
  font-size: .82rem;
  font-style: italic;
}
.campfire-ink-tags span:not(:last-child)::after {
  content: " ❦";
  margin-left: .55rem;
  color: #9a642c;
  font-style: normal;
}
.campfire-objective-notes {
  gap: 1.1rem;
}
.campfire-objective-notes > div {
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: .25rem .7rem .45rem;
  box-shadow: none;
}
.campfire-objective-notes > div + div {
  border-left: 1px solid rgb(121 74 28 / 28%);
}
.campfire-objective-notes span {
  color: #803a20;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: .73rem;
  font-variant: small-caps;
  letter-spacing: .08em;
  text-transform: none;
}
.campfire-objective-notes p::first-letter, .campfire-journal-section > .campfire-journal-prose::first-letter {
  float: left;
  margin: .03rem .18rem 0 0;
  color: #8d351f;
  font-size: 2.05rem;
  font-weight: 700;
  line-height: .82;
  text-shadow: 1px 1px #d7b86f;
}
.campfire-wipe-seal {
  border: 3px double rgb(119 46 28 / 56%);
  background: rgb(139 47 30 / 6%);
  color: #78301f;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-variant: small-caps;
  box-shadow: inset 0 0 0 2px rgb(139 47 30 / 8%);
}
.campfire-journal-quote {
  margin-right: auto;
  margin-left: auto;
  max-width: 90%;
  border-top: 1px solid rgb(132 79 29 / 22%);
  border-bottom: 1px solid rgb(132 79 29 / 22%);
  color: #593823;
  font-size: .86rem;
}
.campfire-journal-quote::before, .campfire-journal-quote::after {
  content: "❧";
  color: #8e4a25;
}
.campfire-journal-footer {
  justify-content: flex-start;
  min-height: 52px;
  padding-left: 58px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  font-size: .64rem;
}
.campfire-journal-footer a {
  margin-left: auto;
  color: #5d3e69;
}
.campfire-wax-seal {
  position: absolute;
  left: 0;
  display: grid;
  width: 45px;
  height: 45px;
  place-items: center;
  border: 3px double rgb(255 181 116 / 28%);
  border-radius: 48% 52% 45% 55%;
  background: radial-gradient(circle at 36% 28%, rgb(255 179 126 / 30%), transparent 22%), #7f251c;
  color: #d38c64;
  font-family: Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 1px 3px 5px rgb(58 25 15 / 35%);
  transform: rotate(-7deg);
}
@keyframes campfire-welcome-in {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
}
@keyframes campfire-aura {
  50% {
    opacity: .62;
    transform: scale(1.08);
  }
}
@keyframes campfire-flame {
  0% {
    scale: .9 1.03;
    rotate: -2deg;
  }
  100% {
    scale: 1.08 .88;
    rotate: 3deg;
  }
}
@keyframes campfire-fed {
  45% {
    filter: drop-shadow(0 0 44px #ffbf59);
  }
}
@keyframes campfire-spark {
  to {
    opacity: 0;
    transform: translate(var(--spark-x), -105px) scale(.25);
  }
}
@keyframes campfire-sausage-turn {
  to {
    transform: rotate(-15deg) translateY(-8px);
  }
}
@keyframes campfire-message-pop {
  from {
    opacity: .3;
    transform: translateY(5px) scale(.98);
  }
}
@keyframes campfire-dialog-in {
  from {
    opacity: 0;
    transform: translate( var(--journal-x), calc(var(--journal-y) + 16px) ) scale(.97);
  }
}
@keyframes campfire-ink-reveal {
  from {
    opacity: .55;
    filter: sepia(.4);
  }
}
@keyframes campfire-ink-wash {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes campfire-handwriting-reveal {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
    filter: blur(1.5px);
  }
  24% {
    opacity: .72;
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    filter: blur(0);
  }
}
@keyframes campfire-quill-pass {
  0% {
    left: -8%;
    opacity: 0;
  }
  18% {
    opacity: 1;
  }
  100% {
    left: 92%;
    opacity: 0;
  }
}
@media (max-width: 760px) {
  .campfire-topbar {
    align-items: flex-start;
    padding: 1rem;
  }
  .campfire-prototype-badge {
    display: none;
  }
  .campfire-subtitle {
    display: none;
  }
  .campfire-classic-link {
    padding: .45rem .65rem;
  }
  .campfire-welcome {
    margin-top: 1.4rem;
  }
  .campfire-welcome-copy {
    display: none;
  }
  .campfire-adventurer {
    bottom: 24%;
  }
  .campfire-recruiter {
    left: 13%;
  }
  .campfire-candidate {
    right: 13%;
  }
  .campfire-fire {
    bottom: 25%;
  }
  .campfire-journal {
    bottom: 13%;
    left: 9%;
  }
  .campfire-log {
    bottom: 15%;
    left: 42%;
  }
  .campfire-sausage {
    right: 8%;
    bottom: 13%;
  }
  .campfire-object-label {
    display: none;
  }
  .campfire-message-shell {
    bottom: 3%;
  }
  .campfire-profile-dialog {
    width: 96vw;
    height: 94vh;
    margin: auto;
    border-radius: 14px;
  }
  .campfire-profile-dialog-header {
    cursor: default;
    touch-action: auto;
  }
  .campfire-journal-pages {
    display: block;
    overflow-y: auto;
    background: #ead9ab;
  }
  .campfire-journal-pages::before {
    display: none;
  }
  .campfire-journal-page {
    min-height: auto;
    overflow: visible;
    padding: 2.6rem 1.4rem 2.4rem;
    border-radius: 0;
  }
  .campfire-journal-page-left {
    padding-bottom: 2.8rem;
  }
  .campfire-journal-page-right {
    border-top: 1px dashed rgb(91 58 31 / 32%);
  }
  .campfire-journal-identity {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: .8rem;
  }
  .campfire-journal-avatar {
    width: 68px;
  }
  .campfire-journal-identity h3 {
    font-size: 1.65rem;
  }
  .campfire-objective-notes, .campfire-journal-observations {
    grid-template-columns: 1fr;
  }
  .campfire-objective-notes > div + div {
    border-top: 1px solid rgb(121 74 28 / 28%);
    border-left: 0;
    padding-top: .8rem;
  }
}
@media (max-height: 620px) and (orientation: landscape) {
  .campfire-welcome {
    margin-top: .2rem;
  }
  .campfire-welcome-copy {
    display: none;
  }
  .campfire-adventurer {
    bottom: 14%;
    transform: scale(.78);
    transform-origin: bottom;
  }
  .campfire-fire {
    bottom: 17%;
  }
  .campfire-message-shell {
    bottom: 1.5%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .campfire-welcome, .campfire-adventurer-aura, .campfire-flame, .campfire-fire-fed, .campfire-spark, .campfire-sausage-shape, .campfire-message-pop, .campfire-profile-dialog[open] {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .campfire-journal-updated, .campfire-journal-updated::after, .campfire-ink-writing, .campfire-ink-writing::after {
    animation-duration: 1ms !important;
  }
}
@property --tw-border-spacing-x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-spacing-y {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@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;
}
@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;
}
@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-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-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: 0px;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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-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-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-content: "";
      --tw-divide-x-reverse: 0;
      --member-orbit-angle: 0deg;
      --candidate-orbit-angle: 0deg;
    }
  }
}
