/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Inter", system-ui, sans-serif;
    --font-serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --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-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-black: 900;
    --tracking-tight: -0.025em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: "Inter", system-ui, sans-serif;
    --default-mono-font-family: var(--font-mono);
    --color-background: var(--background);
    --color-foreground: var(--foreground);
    --color-border: var(--border);
  }
}
@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 {
  .relative {
    position: relative;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .float-left {
    float: left;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-3 {
    margin-block: calc(var(--spacing) * 3);
  }
  .my-8 {
    margin-block: calc(var(--spacing) * 8);
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .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-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-px {
    height: 1px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-2\/3 {
    width: calc(2 / 3 * 100%);
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-55 {
    max-width: calc(var(--spacing) * 55);
  }
  .max-w-76 {
    max-width: calc(var(--spacing) * 76);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .flex-1 {
    flex: 1;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .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-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-1 {
    row-gap: calc(var(--spacing) * 1);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-sm {
    border-radius: calc(var(--radius) - 4px);
  }
  .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-gold\/40 {
    border-color: var(--gold);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--gold) 40%, transparent);
    }
  }
  .border-gold\/50 {
    border-color: var(--gold);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--gold) 50%, transparent);
    }
  }
  .border-gold\/60 {
    border-color: var(--gold);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--gold) 60%, transparent);
    }
  }
  .bg-gold {
    background-color: var(--gold);
  }
  .bg-gold\/20 {
    background-color: var(--gold);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--gold) 20%, transparent);
    }
  }
  .bg-\[linear-gradient\(135deg\,oklch\(0\.97_0\.015_85\)\,oklch\(0\.86_0\.05_75\)\)\] {
    background-image: linear-gradient(135deg,oklch(0.97 0.015 85),oklch(0.86 0.05 75));
  }
  .object-cover {
    object-fit: cover;
  }
  .object-top {
    object-position: top;
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-7 {
    padding-inline: calc(var(--spacing) * 7);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .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-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pr-2 {
    padding-right: calc(var(--spacing) * 2);
  }
  .pb-7 {
    padding-bottom: calc(var(--spacing) * 7);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-\[calc\(7\.5rem\+env\(safe-area-inset-bottom\)\)\] {
    padding-bottom: calc(7.5rem + env(safe-area-inset-bottom));
  }
  .text-center {
    text-align: center;
  }
  .font-serif {
    font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-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-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[3\.4rem\] {
    font-size: 3.4rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-relaxed {
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-black {
    --tw-font-weight: var(--font-weight-black);
    font-weight: var(--font-weight-black);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.2em\] {
    --tw-tracking: 0.2em;
    letter-spacing: 0.2em;
  }
  .tracking-\[0\.15em\] {
    --tw-tracking: 0.15em;
    letter-spacing: 0.15em;
  }
  .tracking-\[0\.18em\] {
    --tw-tracking: 0.18em;
    letter-spacing: 0.18em;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-widest {
    --tw-tracking: var(--tracking-widest);
    letter-spacing: var(--tracking-widest);
  }
  .text-foreground {
    color: var(--foreground);
  }
  .text-foreground\/20 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 20%, transparent);
    }
  }
  .text-foreground\/70 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 70%, transparent);
    }
  }
  .text-foreground\/75 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 75%, transparent);
    }
  }
  .text-foreground\/80 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 80%, transparent);
    }
  }
  .text-foreground\/85 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 85%, transparent);
    }
  }
  .text-foreground\/90 {
    color: var(--foreground);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--foreground) 90%, transparent);
    }
  }
  .text-gold {
    color: var(--gold);
  }
  .text-muted-foreground {
    color: var(--muted-foreground);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-gold {
    text-decoration-color: var(--gold);
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .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));
  }
  .hover\:text-gold {
    &:hover {
      @media (hover: hover) {
        color: var(--gold);
      }
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-block {
    @media (width >= 48rem) {
      display: inline-block;
    }
  }
  .md\:aspect-auto {
    @media (width >= 48rem) {
      aspect-ratio: auto;
    }
  }
  .md\:h-auto {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:max-w-sm {
    @media (width >= 48rem) {
      max-width: var(--container-sm);
    }
  }
  .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));
    }
  }
  .md\:grid-cols-\[1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .md\:px-16 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 16);
    }
  }
  .md\:pt-1 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 1);
    }
  }
  .md\:pb-10 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-right {
    @media (width >= 48rem) {
      text-align: right;
    }
  }
  .md\:font-serif {
    @media (width >= 48rem) {
      font-family: "Playfair Display", "Cormorant Garamond", Georgia, serif;
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-6xl {
    @media (width >= 48rem) {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }
  .md\:text-7xl {
    @media (width >= 48rem) {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }
  .md\:text-foreground\/90 {
    @media (width >= 48rem) {
      color: var(--foreground);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--foreground) 90%, transparent);
      }
    }
  }
  .lg\:order-1 {
    @media (width >= 64rem) {
      order: 1;
    }
  }
  .lg\:order-2 {
    @media (width >= 64rem) {
      order: 2;
    }
  }
  .lg\:mx-0 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-4 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[1\.3fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 1.3fr 1fr;
    }
  }
  .lg\:grid-cols-\[2fr_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 2fr 1fr;
    }
  }
  .lg\:justify-end {
    @media (width >= 64rem) {
      justify-content: flex-end;
    }
  }
  .lg\:justify-start {
    @media (width >= 64rem) {
      justify-content: flex-start;
    }
  }
  .lg\:gap-20 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 20);
    }
  }
  .lg\:text-left {
    @media (width >= 64rem) {
      text-align: left;
    }
  }
  .lg\:text-base {
    @media (width >= 64rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .lg\:text-foreground\/80 {
    @media (width >= 64rem) {
      color: var(--foreground);
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, var(--foreground) 80%, transparent);
      }
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
:root {
  --radius: 0.5rem;
  --background: oklch(0.965 0.018 85);
  --foreground: oklch(0.22 0.05 250);
  --ink: oklch(0.22 0.05 250);
  --card: oklch(0.97 0.015 85);
  --card-foreground: oklch(0.22 0.05 250);
  --popover: oklch(0.97 0.015 85);
  --popover-foreground: oklch(0.22 0.05 250);
  --primary: oklch(0.22 0.05 250);
  --primary-foreground: oklch(0.97 0.015 85);
  --secondary: oklch(0.92 0.025 80);
  --secondary-foreground: oklch(0.22 0.05 250);
  --muted: oklch(0.93 0.02 82);
  --muted-foreground: oklch(0.45 0.03 250);
  --accent: oklch(0.75 0.09 75);
  --accent-foreground: oklch(0.22 0.05 250);
  --destructive: oklch(0.577 0.245 27.325);
  --destructive-foreground: oklch(0.984 0.003 247.858);
  --border: oklch(0.82 0.05 75);
  --input: oklch(0.88 0.03 80);
  --ring: oklch(0.75 0.09 75);
  --gold: oklch(0.72 0.11 75);
}
.dark {
  --background: oklch(0.18 0.03 250);
  --foreground: oklch(0.95 0.015 85);
  --ink: oklch(0.95 0.015 85);
  --card: oklch(0.22 0.04 250);
  --card-foreground: oklch(0.95 0.015 85);
  --popover: oklch(0.22 0.04 250);
  --popover-foreground: oklch(0.95 0.015 85);
  --primary: oklch(0.95 0.015 85);
  --primary-foreground: oklch(0.22 0.05 250);
  --secondary: oklch(0.28 0.04 250);
  --secondary-foreground: oklch(0.95 0.015 85);
  --muted: oklch(0.28 0.04 250);
  --muted-foreground: oklch(0.7 0.03 80);
  --accent: oklch(0.72 0.11 75);
  --accent-foreground: oklch(0.22 0.05 250);
  --border: oklch(0.35 0.05 75);
  --input: oklch(0.3 0.04 80);
  --ring: oklch(0.72 0.11 75);
  --gold: oklch(0.78 0.12 75);
}
@layer base {
  * {
    border-color: var(--color-border);
  }
  body {
    background-color: var(--color-background);
    color: var(--color-foreground);
    font-family: var(--font-sans);
    background-image: radial-gradient( ellipse at top left, oklch(0.88 0.04 70 / 0.4), transparent 60% ), radial-gradient( ellipse at bottom right, oklch(0.85 0.05 60 / 0.35), transparent 55% );
  }
  @supports (-webkit-touch-callout: none) {
    body {
      background-attachment: scroll;
    }
  }
  @media (min-width: 768px) {
    body {
      background-attachment: fixed;
    }
  }
  h1, h2, h3 {
    font-family: var(--font-serif);
    letter-spacing: -0.01em;
  }
}
.flourish {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: var(--gold);
}
.flourish::before, .flourish::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient( to right, transparent, var(--gold), transparent );
}
.flourish-ornament {
  font-size: 1.25rem;
  color: var(--gold);
  letter-spacing: 0.2em;
}
.ornate-frame {
  position: relative;
  padding: 14px;
  background: oklch(0.96 0.02 85);
  box-shadow: 0 1px 0 oklch(1 0 0 / 0.6) inset, 0 20px 40px -20px oklch(0.2 0.05 250 / 0.35);
  border: 1px solid transparent;
  border-radius: 4px;
  isolation: isolate;
}
.ornate-frame::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 6px;
  padding: 6px;
  background: conic-gradient( from var(--angle, 0deg), transparent 0deg, oklch(0.85 0.14 75 / 0.85) 50deg, oklch(0.78 0.17 55 / 0.95) 100deg, oklch(0.9 0.12 85 / 0.55) 150deg, transparent 220deg, transparent 360deg );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter: blur(0.4px) drop-shadow(0 0 2px oklch(0.8 0.15 70 / 0.35));
  animation: frame-rotate 5s linear infinite;
  pointer-events: none;
  z-index: -1;
}
.ornate-frame::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px dashed oklch(0.75 0.09 75 / 0.5);
  pointer-events: none;
  border-radius: 3px;
}
.nav-link {
  position: relative;
  padding-bottom: 4px;
  color: var(--foreground);
  transition: color 0.2s;
}
.nav-link[data-active="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 1px;
  background: var(--gold);
}
.nav-link:hover {
  color: var(--gold);
}
.loading-screen {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: grid;
  place-items: center;
  padding: 2rem;
  background: radial-gradient( circle at top, oklch(0.995 0.025 88 / 0.92), oklch(0.965 0.018 85 / 0.98) 46%, oklch(0.94 0.03 78) 100% );
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.55s ease, visibility 0.55s ease;
}
.loading-screen--mounted {
  opacity: 1;
  visibility: visible;
}
.loading-screen--out {
  opacity: 0;
  visibility: hidden;
}
.loading-inner {
  display: flex;
  width: min(100%, 26rem);
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hourglass {
  width: clamp(5.75rem, 18vw, 7rem);
  height: auto;
  filter: drop-shadow(0 14px 26px oklch(0.8 0.12 72 / 0.2));
}
.sand-top {
  transform-origin: 60px 50px;
  animation: sand-top-fall 2.2s ease-in-out forwards;
}
.sand-bottom {
  transform-origin: 60px 124px;
  animation: sand-bottom-rise 2.2s ease-in-out forwards;
}
.sand-stream {
  transform-origin: center top;
  animation: sand-stream-flow 0.75s linear infinite;
}
.progress-frame {
  display: flex;
  width: min(100%, 18rem);
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.55rem;
  color: var(--gold);
}
.progress-orn {
  font-size: 1rem;
  line-height: 1;
  opacity: 0.8;
}
.progress-track {
  position: relative;
  flex: 1;
  height: 1px;
  overflow: hidden;
  background: var(--gold);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--gold) 35%, transparent);
  }
}
.progress-fill {
  width: 100%;
  height: 100%;
  background: linear-gradient( 90deg, transparent 0%, oklch(0.8 0.15 70) 25%, oklch(0.92 0.07 84) 50%, oklch(0.78 0.16 58) 75%, transparent 100% );
  transform: translateX(-100%);
  animation: progress-sweep 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
}
.loading-title {
  margin-top: 1.3rem;
  color: var(--foreground);
  font-family: var(--font-serif);
  font-size: clamp(1.8rem, 4vw, 2.3rem);
  font-weight: 700;
  line-height: 1.05;
}
.loading-sub {
  margin-top: 0.45rem;
  color: var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--foreground) 68%, white 32%);
  }
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
@keyframes sand-top-fall {
  0%, 12% {
    transform: scaleY(1);
    opacity: 1;
  }
  80%, 100% {
    transform: scaleY(0.12);
    opacity: 0.24;
  }
}
@keyframes sand-bottom-rise {
  0%, 12% {
    transform: scaleY(0.45);
    opacity: 0.45;
  }
  80%, 100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes sand-stream-flow {
  0%, 100% {
    opacity: 0.35;
    transform: scaleY(0.78);
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes progress-sweep {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
.mobile-dock {
  position: fixed;
  left: 50%;
  bottom: 0.85rem;
  z-index: 30;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: min(calc(100vw - 1.75rem), 18.75rem);
  transform: translateX(-50%);
  border: 1px solid var(--gold);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklab, var(--gold) 42%, transparent);
  }
  border-radius: 0.85rem;
  background: var(--background);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--background) 92%, white 8%);
  }
  box-shadow: 0 20px 40px -24px oklch(0.2 0.05 250 / 0.38), 0 1px 0 oklch(1 0 0 / 0.6) inset;
  backdrop-filter: blur(14px);
}
.mobile-dock-link {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  padding: 0.62rem 0.3rem 0.58rem;
  color: var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--foreground) 74%, white 26%);
  }
  font-size: 0.64rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: color 0.2s ease, transform 0.2s ease;
}
.mobile-dock-link[data-active="true"] {
  color: var(--foreground);
}
.mobile-dock-link:active {
  transform: translateY(1px);
}
.mobile-dock-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  color: currentColor;
}
.mobile-dock-icon::before, .mobile-dock-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.mobile-dock-icon-home::before {
  left: 0.14rem;
  right: 0.14rem;
  bottom: 0.05rem;
  height: 0.58rem;
  border: 1.8px solid currentColor;
  border-top: 0;
  border-radius: 0.14rem;
}
.mobile-dock-icon-home::after {
  left: 0.18rem;
  top: 0.1rem;
  width: 0.72rem;
  height: 0.72rem;
  border-top: 1.8px solid currentColor;
  border-left: 1.8px solid currentColor;
  transform: rotate(45deg);
}
.mobile-dock-icon-user::before {
  left: 0.33rem;
  top: 0.07rem;
  width: 0.44rem;
  height: 0.44rem;
  border: 1.8px solid currentColor;
  border-radius: 999px;
}
.mobile-dock-icon-user::after {
  left: 0.18rem;
  bottom: 0.08rem;
  width: 0.74rem;
  height: 0.42rem;
  border: 1.8px solid currentColor;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-bottom: 0;
}
.mobile-dock-icon-briefcase::before {
  left: 0.1rem;
  right: 0.1rem;
  top: 0.34rem;
  bottom: 0.12rem;
  border: 1.8px solid currentColor;
  border-radius: 0.14rem;
}
.mobile-dock-icon-briefcase::after {
  left: 0.34rem;
  top: 0.08rem;
  width: 0.42rem;
  height: 0.24rem;
  border: 1.8px solid currentColor;
  border-bottom: 0;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.mobile-dock-icon-note::before {
  inset: 0.08rem 0.16rem 0.08rem 0.2rem;
  border: 1.8px solid currentColor;
  border-radius: 0.12rem;
}
.mobile-dock-icon-note::after {
  left: 0.36rem;
  top: 0.36rem;
  width: 0.36rem;
  height: 0.05rem;
  background: currentColor;
  box-shadow: 0 0.18rem 0 currentColor, 0 0.36rem 0 currentColor;
}
@media (min-width: 768px) {
  .mobile-dock {
    display: none !important;
  }
}
.article-shell {
  width: 100%;
}
.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.article-title {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  line-height: 0.95;
  color: var(--foreground);
  text-wrap: balance;
}
.article-prose {
  color: var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--foreground) 82%, white 18%);
  }
  font-size: 1.06rem;
  line-height: 1.95;
}
.article-prose > * + * {
  margin-top: 1.5rem;
}
.article-prose h2, .article-prose h3 {
  font-family: var(--font-serif);
  color: var(--foreground);
  line-height: 1.15;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  text-wrap: balance;
}
.article-prose h2 {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
}
.article-prose h3 {
  font-size: clamp(1.35rem, 2.3vw, 1.7rem);
}
.article-prose p {
  max-width: 68ch;
}
.article-prose a {
  color: var(--foreground);
  text-decoration: underline;
  text-decoration-color: var(--gold);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.22em;
}
.article-prose a:hover {
  color: var(--gold);
}
.article-prose strong {
  color: var(--foreground);
  font-weight: 700;
}
.article-prose ul, .article-prose ol {
  max-width: 68ch;
  padding-left: 1.4rem;
}
.article-prose li + li {
  margin-top: 0.45rem;
}
.article-prose blockquote {
  max-width: 62ch;
  border-left: 2px solid var(--gold);
  padding-left: 1.2rem;
  color: var(--foreground);
  @supports (color: color-mix(in lab, red, red)) {
    color: color-mix(in oklab, var(--foreground) 72%, white 28%);
  }
  font-style: italic;
}
.article-prose pre {
  overflow-x: auto;
  max-width: 100%;
  border: 1px solid var(--gold);
  @supports (color: color-mix(in lab, red, red)) {
    border: 1px solid color-mix(in oklab, var(--gold) 38%, transparent);
  }
  border-radius: 6px;
  background: var(--background);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--background) 74%, var(--foreground) 26%);
  }
  box-shadow: 0 14px 28px -22px oklch(0.2 0.05 250 / 0.45);
  padding: 1.1rem 1.2rem;
  line-height: 1.7;
}
.article-prose code {
  font-family: "JetBrains Mono", "SFMono-Regular", ui-monospace, monospace;
  font-size: 0.92em;
}
.article-prose :not(pre) > code {
  border-radius: 0.3rem;
  background: var(--gold);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--gold) 18%, white 82%);
  }
  padding: 0.12rem 0.38rem;
  color: var(--foreground);
}
@media (max-width: 768px) {
  .article-prose {
    font-size: 1rem;
    line-height: 1.82;
  }
  .article-prose pre {
    padding: 0.95rem 1rem;
  }
}
@keyframes page-in-forward {
  from {
    opacity: 0;
    transform: translate3d(14px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes page-in-back {
  from {
    opacity: 0;
    transform: translate3d(-14px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.page-transition {
  animation: page-in-forward 380ms cubic-bezier(0.22, 0.61, 0.36, 1) both;
  will-change: opacity, transform;
}
.page-transition[data-direction="back"] {
  animation-name: page-in-back;
}
@media (prefers-reduced-motion: reduce) {
  .loading-screen {
    transition: none !important;
  }
  .sand-top, .sand-bottom, .sand-stream, .progress-fill {
    animation: none !important;
  }
  .page-transition {
    animation: none !important;
  }
}
@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes frame-rotate {
  to {
    --angle: 360deg;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ornate-frame::before {
    animation: none;
  }
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
      --angle: 0deg;
    }
  }
}
