/* [project]/apps/artdirect/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
    --font-mono: "Courier Prime", "Courier New", Courier, monospace;
    --color-amber-300: #ffd236;
    --color-neutral-100: #f5f5f5;
    --color-neutral-400: #a1a1a1;
    --color-neutral-500: #737373;
    --color-neutral-700: #404040;
    --color-neutral-800: #262626;
    --color-neutral-950: #0a0a0a;
    --color-black: #000;
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -.025em;
    --tracking-wider: .05em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-relaxed: 1.625;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --color-ink-soft: var(--ink-soft, #a9a293);
    --color-gold: var(--gold, #c79a42);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-amber-300: lab(86.4156% 6.13147 78.3961);
      --color-neutral-100: lab(96.52% -.0000298023 .0000119209);
      --color-neutral-400: lab(66.128% -.0000298023 .0000119209);
      --color-neutral-500: lab(48.496% 0 0);
      --color-neutral-700: lab(27.036% 0 0);
      --color-neutral-800: lab(15.204% 0 -.00000596046);
      --color-neutral-950: lab(2.75381% 0 0);
    }
  }
}

@layer utilities {
  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

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

  .top-1\/2 {
    top: 50%;
  }

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

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

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

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

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

  .col-span-1 {
    grid-column: span 1 / span 1;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

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

  .-mx-\[18px\] {
    margin-inline: -18px;
  }

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

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

  .my-auto {
    margin-block: auto;
  }

  .-mt-\[44px\] {
    margin-top: -44px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .aspect-\[4\/5\] {
    aspect-ratio: 4 / 5;
  }

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

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

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

  .min-h-\[8rem\] {
    min-height: 8rem;
  }

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

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

  .w-1\/3 {
    width: 33.3333%;
  }

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

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

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

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

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

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

  .w-\[calc\(100\%\+36px\)\] {
    width: calc(100% + 36px);
  }

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

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

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

  .grid-cols-\[44px_minmax\(0\,1fr\)\] {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  .grid-cols-\[64px_minmax\(0\,1fr\)\] {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .grid-cols-\[minmax\(0\,1fr\)_auto\] {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .grid-cols-\[minmax\(0\,1fr\)_minmax\(0\,2fr\)_auto\] {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-\[var\(--sf-radius\)\] {
    border-radius: var(--sf-radius);
  }

  .rounded-\[var\(--sf-radius-sm\)\] {
    border-radius: var(--sf-radius-sm);
  }

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

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-md {
    border-radius: var(--radius-md);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .rounded-t-\[var\(--sf-radius\)\] {
    border-top-left-radius: var(--sf-radius);
    border-top-right-radius: var(--sf-radius);
  }

  .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-\[color\:var\(--sf-line\)\] {
    border-color: var(--sf-line);
  }

  .border-\[hsl\(var\(--border\)\)\] {
    border-color: hsl(var(--border));
  }

  .border-\[hsl\(var\(--destructive\)\)\] {
    border-color: hsl(var(--destructive));
  }

  .border-\[hsl\(var\(--input\)\)\] {
    border-color: hsl(var(--input));
  }

  .border-\[hsl\(var\(--primary\)\)\] {
    border-color: hsl(var(--primary));
  }

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

  .bg-\[color\:var\(--sf-bg\)\] {
    background-color: var(--sf-bg);
  }

  .bg-\[color\:var\(--sf-bg\)\]\/90 {
    background-color: var(--sf-bg);
  }

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

  .bg-\[color\:var\(--sf-bg\)\]\/92 {
    background-color: var(--sf-bg);
  }

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

  .bg-\[color\:var\(--sf-bg-soft\)\] {
    background-color: var(--sf-bg-soft);
  }

  .bg-\[hsl\(var\(--accent\)\)\] {
    background-color: hsl(var(--accent));
  }

  .bg-\[hsl\(var\(--accent\)\)\]\/30 {
    background-color: hsl(var(--accent));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[hsl\(var\(--accent\)\)\]\/30 {
      background-color: color-mix(in oklab, hsl(var(--accent)) 30%, transparent);
    }
  }

  .bg-\[hsl\(var\(--background\)\)\] {
    background-color: hsl(var(--background));
  }

  .bg-\[hsl\(var\(--border\)\)\] {
    background-color: hsl(var(--border));
  }

  .bg-\[hsl\(var\(--card\)\)\] {
    background-color: hsl(var(--card));
  }

  .bg-\[hsl\(var\(--destructive\)\)\] {
    background-color: hsl(var(--destructive));
  }

  .bg-\[hsl\(var\(--destructive\)\)\]\/10 {
    background-color: hsl(var(--destructive));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[hsl\(var\(--destructive\)\)\]\/10 {
      background-color: color-mix(in oklab, hsl(var(--destructive)) 10%, transparent);
    }
  }

  .bg-\[hsl\(var\(--muted\)\)\] {
    background-color: hsl(var(--muted));
  }

  .bg-\[hsl\(var\(--primary\)\)\] {
    background-color: hsl(var(--primary));
  }

  .bg-\[hsl\(var\(--primary\)\)\]\/70 {
    background-color: hsl(var(--primary));
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-\[hsl\(var\(--primary\)\)\]\/70 {
      background-color: color-mix(in oklab, hsl(var(--primary)) 70%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

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

  .bg-current {
    background-color: currentColor;
  }

  .bg-neutral-950 {
    background-color: var(--color-neutral-950);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .font-\[family-name\:var\(--sf-font-record\)\] {
    font-family: var(--sf-font-record);
  }

  .font-\[family-name\:var\(--sf-font-title\)\] {
    font-family: var(--sf-font-title);
  }

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

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

  .font-serif {
    font-family: var(--font-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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--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-\[0\.9rem\] {
    font-size: .9rem;
  }

  .text-\[0\.62rem\] {
    font-size: .62rem;
  }

  .text-\[0\.64rem\] {
    font-size: .64rem;
  }

  .text-\[0\.66rem\] {
    font-size: .66rem;
  }

  .text-\[0\.82rem\] {
    font-size: .82rem;
  }

  .text-\[0\.88rem\] {
    font-size: .88rem;
  }

  .text-\[0\.92rem\] {
    font-size: .92rem;
  }

  .text-\[0\.95rem\] {
    font-size: .95rem;
  }

  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }

  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .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-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[color\:var\(--sf-faint\)\] {
    color: var(--sf-faint);
  }

  .text-\[color\:var\(--sf-fg\)\] {
    color: var(--sf-fg);
  }

  .text-\[color\:var\(--sf-muted\)\] {
    color: var(--sf-muted);
  }

  .text-\[hsl\(var\(--accent-foreground\)\)\] {
    color: hsl(var(--accent-foreground));
  }

  .text-\[hsl\(var\(--destructive\)\)\] {
    color: hsl(var(--destructive));
  }

  .text-\[hsl\(var\(--destructive-foreground\)\)\] {
    color: hsl(var(--destructive-foreground));
  }

  .text-\[hsl\(var\(--foreground\)\)\] {
    color: hsl(var(--foreground));
  }

  .text-\[hsl\(var\(--muted-foreground\)\)\] {
    color: hsl(var(--muted-foreground));
  }

  .text-\[hsl\(var\(--primary\)\)\] {
    color: hsl(var(--primary));
  }

  .text-\[hsl\(var\(--primary-foreground\)\)\] {
    color: hsl(var(--primary-foreground));
  }

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

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

  .text-ink-soft {
    color: var(--color-ink-soft);
  }

  .text-neutral-100 {
    color: var(--color-neutral-100);
  }

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

  .text-neutral-500 {
    color: var(--color-neutral-500);
  }

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

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

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

  .underline-offset-2 {
    text-underline-offset: 2px;
  }

  .underline-offset-4 {
    text-underline-offset: 4px;
  }

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

  .accent-gold {
    accent-color: var(--color-gold);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

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

  .ring-\[hsl\(var\(--ring\)\)\] {
    --tw-ring-color: hsl(var(--ring));
  }

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

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

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

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

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

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

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

  @media (hover: hover) {
    .group-hover\:-translate-y-20:is(:where(.group):hover *) {
      --tw-translate-y: calc(var(--spacing) * -20);
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }

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

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

  @media (hover: hover) {
    .group-hover\:opacity-60:is(:where(.group):hover *) {
      opacity: .6;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  .placeholder\:text-\[hsl\(var\(--muted-foreground\)\)\]::placeholder {
    color: hsl(var(--muted-foreground));
  }

  .first\:border-t-0:first-child {
    border-top-style: var(--tw-border-style);
    border-top-width: 0;
  }

  @media (hover: hover) {
    .hover\:border-\[color\:var\(--sf-accent\)\]:hover {
      border-color: var(--sf-accent);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[hsl\(var\(--muted\)\)\]:hover {
      background-color: hsl(var(--muted));
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[hsl\(var\(--muted\)\)\]\/30:hover {
      background-color: hsl(var(--muted));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[hsl\(var\(--muted\)\)\]\/30:hover {
        background-color: color-mix(in oklab, hsl(var(--muted)) 30%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[hsl\(var\(--primary\)\)\]\/90:hover {
      background-color: hsl(var(--primary));
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-\[hsl\(var\(--primary\)\)\]\/90:hover {
        background-color: color-mix(in oklab, hsl(var(--primary)) 90%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-neutral-800:hover {
      background-color: var(--color-neutral-800);
    }
  }

  @media (hover: hover) {
    .hover\:text-\[hsl\(var\(--foreground\)\)\]:hover {
      color: hsl(var(--foreground));
    }
  }

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

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  .focus\:border-\[color\:var\(--sf-accent\)\]:focus {
    border-color: var(--sf-accent);
  }

  .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-\[hsl\(var\(--ring\)\)\]:focus {
    --tw-ring-color: hsl(var(--ring));
  }

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

  .focus-visible\:ring-2:focus-visible {
    --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-visible\:ring-\[hsl\(var\(--ring\)\)\]:focus-visible {
    --tw-ring-color: hsl(var(--ring));
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:outline-\[color\:var\(--sf-accent\)\]:focus-visible {
    outline-color: var(--sf-accent);
  }

  .focus-visible\:outline-none:focus-visible {
    --tw-outline-style: none;
    outline-style: none;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  @media (min-width: 40rem) {
    .sm\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-20 {
      height: calc(var(--spacing) * 20);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-24 {
      width: calc(var(--spacing) * 24);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-32 {
      width: calc(var(--spacing) * 32);
    }
  }

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

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

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

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

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

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

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

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

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

.eac-commerce {
  --pc-ink: currentColor;
  --pc-ink-soft: currentColor;
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-commerce {
    --pc-ink-soft: color-mix(in oklab, currentColor 82%, transparent);
  }
}

.eac-commerce {
  --pc-ink-faint: currentColor;
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-commerce {
    --pc-ink-faint: color-mix(in oklab, currentColor 62%, transparent);
  }
}

.eac-commerce {
  --pc-line: currentColor;
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-commerce {
    --pc-line: color-mix(in oklab, currentColor 18%, transparent);
  }
}

.eac-commerce {
  --pc-mat: currentColor;
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-commerce {
    --pc-mat: color-mix(in oklab, currentColor 6%, transparent);
  }
}

.eac-commerce {
  --pc-surface: transparent;
  --pc-accent: currentColor;
  --pc-on-accent: Canvas;
  --pc-live: #1f8a4c;
  --pc-urgent: #b4331f;
  --pc-radius: .5rem;
  --pc-gap: .5rem;
  color: var(--pc-ink);
  font-family: inherit;
}

.eac-pc-grid {
  grid-template-columns: repeat(auto-fill, minmax(min(var(--pc-min, 15rem), 100%), 1fr));
  gap: var(--pc-grid-gap, 1.75rem) var(--pc-grid-gap-x, 1.25rem);
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.eac-pc-grid[data-density="tight"] {
  --pc-min: 11rem;
  --pc-grid-gap: 1.25rem;
  --pc-grid-gap-x: 1rem;
}

.eac-pc-grid[data-density="loose"] {
  --pc-min: 19rem;
  --pc-grid-gap: 2.5rem;
  --pc-grid-gap-x: 2rem;
}

.eac-pc {
  background: var(--pc-surface);
  border-radius: var(--pc-radius);
  flex-direction: column;
  gap: .7rem;
  min-width: 0;
  display: flex;
  position: relative;
}

.eac-pc__frame {
  aspect-ratio: var(--pc-aspect, 4 / 5);
  border-radius: var(--pc-radius);
  background: var(--pc-mat);
  place-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.eac-pc__img {
  object-fit: var(--pc-fit, contain);
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.2, .7, .3, 1);
  display: block;
}

.eac-pc[data-fit="cover"] {
  --pc-fit: cover;
}

@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .eac-pc:hover .eac-pc__img, .eac-pc:focus-within .eac-pc__img {
    transform: scale(1.025);
  }
}

.eac-pc__empty {
  letter-spacing: .08em;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  color: var(--pc-ink-faint);
  place-items: center;
  font-size: .75rem;
  display: grid;
}

.eac-pc__hit:after {
  content: "";
  border-radius: var(--pc-radius);
  z-index: 1;
  position: absolute;
  inset: 0;
}

.eac-pc__hit {
  color: inherit;
  text-decoration: none;
}

.eac-pc__hit:hover {
  text-underline-offset: .2em;
  text-decoration: underline;
}

.eac-pc__hit:focus-visible {
  outline: none;
}

.eac-pc__hit:focus-visible:after {
  outline: 2px solid var(--pc-accent);
  outline-offset: 3px;
}

.eac-pc__badge {
  z-index: 2;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: var(--pc-badge-bg, #1a1a1a);
  color: var(--pc-badge-ink, #fff);
  border-radius: 999px;
  align-items: center;
  gap: .4rem;
  padding: .3rem .6rem;
  font-size: .6875rem;
  font-weight: 600;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  inset-block-start: .65rem;
  inset-inline-start: .65rem;
  box-shadow: 0 1px 3px #0000002e;
}

.eac-pc__badge[data-tone="live"] {
  --pc-badge-bg: var(--pc-live);
  --pc-badge-ink: #fff;
}

.eac-pc__badge[data-tone="urgent"] {
  --pc-badge-bg: var(--pc-urgent);
  --pc-badge-ink: #fff;
}

.eac-pc__badge[data-tone="quiet"] {
  --pc-badge-bg: #4a4a4a;
  --pc-badge-ink: #fff;
}

.eac-pc__dot {
  background: currentColor;
  border-radius: 999px;
  width: .4rem;
  height: .4rem;
}

@media (prefers-reduced-motion: no-preference) {
  .eac-pc__badge[data-tone="urgent"] .eac-pc__dot {
    animation: 1.6s ease-in-out infinite eac-pc-pulse;
  }
}

@keyframes eac-pc-pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .35;
  }
}

.eac-pc__body {
  flex-direction: column;
  gap: .2rem;
  min-width: 0;
  display: flex;
}

.eac-pc__title {
  font-family: var(--pc-title-font, inherit);
  overflow-wrap: anywhere;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
}

.eac-pc__by {
  color: var(--pc-ink-soft);
  margin: .1rem 0 0;
  font-size: .875rem;
}

.eac-pc__by a {
  z-index: 2;
  color: inherit;
  text-decoration: none;
  position: relative;
}

.eac-pc__by a:hover {
  text-underline-offset: .2em;
  text-decoration: underline;
}

.eac-pc__by a:focus-visible {
  outline: 2px solid var(--pc-accent);
  outline-offset: 2px;
  border-radius: 2px;
}

.eac-pc__meta {
  color: var(--pc-ink-faint);
  margin: .1rem 0 0;
  font-size: .8125rem;
}

.eac-pc__sep {
  opacity: .55;
}

.eac-pc__price {
  flex-direction: column;
  gap: .1rem;
  margin-top: .45rem;
  display: flex;
}

.eac-pc__price-label {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--pc-ink-faint);
  font-size: .6875rem;
}

.eac-pc__price-value {
  font-family: var(--pc-price-font, inherit);
  font-variant-numeric: tabular-nums;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.2;
}

.eac-pc__price-sub {
  color: var(--pc-ink-soft);
  font-variant-numeric: tabular-nums;
  font-size: .8125rem;
}

.eac-pc__price-ask {
  color: var(--pc-ink-soft);
  font-size: .9375rem;
  font-style: italic;
}

.eac-pc[data-status="sold"] .eac-pc__frame > .eac-pc__img {
  opacity: .72;
}

.eac-pc__actions {
  z-index: 2;
  flex-wrap: wrap;
  gap: .4rem;
  margin-top: .55rem;
  display: flex;
  position: relative;
}

.eac-pc-btn {
  border: 1px solid var(--pc-line);
  border-radius: calc(var(--pc-radius)  - 1px);
  min-height: 2.5rem;
  color: inherit;
  font: inherit;
  cursor: pointer;
  background: none;
  justify-content: center;
  align-items: center;
  gap: .4rem;
  padding: 0 .9rem;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .15s, border-color .15s;
  display: inline-flex;
}

.eac-pc-btn:hover {
  background: var(--pc-mat);
}

.eac-pc-btn:focus-visible {
  outline: 2px solid var(--pc-accent);
  outline-offset: 2px;
}

.eac-pc-btn[disabled] {
  opacity: .55;
  cursor: not-allowed;
}

.eac-pc-btn[data-variant="primary"] {
  background: var(--pc-accent);
  border-color: var(--pc-accent);
  color: var(--pc-on-accent);
}

.eac-pc-btn[data-variant="primary"]:hover {
  background: var(--pc-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-pc-btn[data-variant="primary"]:hover {
    background: color-mix(in oklab, var(--pc-accent) 88%, black);
  }
}

.eac-pc-btn[data-variant="primary"]:hover {
  border-color: var(--pc-accent);
}

@supports (color: color-mix(in lab, red, red)) {
  .eac-pc-btn[data-variant="primary"]:hover {
    border-color: color-mix(in oklab, var(--pc-accent) 88%, black);
  }
}

.eac-store-showcase {
  --pc-min: 13rem;
}

.eac-store-head {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: .75rem;
  margin-bottom: 1.1rem;
  display: flex;
}

.eac-store-heading {
  font-family: var(--pc-title-font, inherit);
  margin: 0;
}

.eac-store-blurb {
  color: var(--pc-ink-soft);
  margin: .25rem 0 0;
  font-size: .9375rem;
}

.eac-store-link {
  color: inherit;
  font-size: .9375rem;
}

.eac-pc__badge {
  pointer-events: none;
}

.eac-profile {
  --eac-profile-bg: var(--paper, #121413);
  --eac-profile-fg: var(--ink, #f7f1e3);
  --eac-profile-muted: var(--ink-soft, #a9a293);
  --eac-profile-line: var(--line, #35322c);
  --eac-profile-accent: var(--gold, #c79a42);
  max-width: 900px;
  color: var(--eac-profile-fg);
  margin: 0 auto;
  padding: 48px 20px 80px;
}

.eac-profile-head {
  border-bottom: 1px solid var(--eac-profile-line);
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 26px;
  padding-bottom: 26px;
  display: flex;
}

.eac-profile-portrait {
  object-fit: cover;
  border: 1px solid var(--eac-profile-line);
  width: 150px;
  height: 150px;
}

.eac-profile-portrait--empty {
  color: var(--eac-profile-muted);
  place-items: center;
  font-size: 3rem;
  display: grid;
}

.eac-profile-id h1 {
  margin: 0;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1.1;
}

.eac-profile-headline {
  color: var(--eac-profile-accent);
  margin: 8px 0 0;
}

.eac-profile-meta {
  color: var(--eac-profile-muted);
  align-items: center;
  gap: 12px;
  margin: 10px 0 0;
  font-size: .9rem;
  display: flex;
}

.eac-profile-verified {
  border: 1px solid var(--eac-profile-accent);
  color: var(--eac-profile-accent);
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 2px 8px;
  font-size: .7rem;
}

.eac-profile-bio {
  max-width: 68ch;
  margin-top: 30px;
  line-height: 1.75;
}

.eac-profile-work, .eac-profile-links {
  margin-top: 44px;
}

.eac-profile-work h2, .eac-profile-links h2 {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--eac-profile-muted);
  margin: 0 0 16px;
  font-size: .82rem;
}

.eac-profile-links ul {
  flex-wrap: wrap;
  gap: 8px 22px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.eac-profile-links a {
  color: var(--eac-profile-fg);
  -webkit-text-decoration-color: var(--eac-profile-accent);
  text-decoration-color: var(--eac-profile-accent);
  text-underline-offset: 3px;
}

.eac-profile-links a:hover, .eac-profile-links a:focus-visible {
  color: var(--eac-profile-accent);
}

.eac-profile-grid {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 16px;
  display: grid;
}

.eac-profile-grid figure {
  margin: 0;
}

.eac-profile-grid img {
  aspect-ratio: 1;
  object-fit: cover;
  border: 1px solid var(--eac-profile-line);
  width: 100%;
}

.eac-profile-grid figcaption {
  color: var(--eac-profile-muted);
  margin-top: 6px;
  font-size: .8rem;
}

.react-grid-layout {
  transition: height .2s;
  position: relative;
}

.react-grid-item {
  transition: left .2s, top .2s, width .2s, height .2s;
}

.react-grid-item img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.react-grid-item.react-draggable-dragging img, .react-grid-item.resizing img {
  pointer-events: none;
}

.react-grid-item.cssTransforms {
  transition-property: transform, width, height;
}

.react-grid-item.resizing {
  z-index: 1;
  will-change: width, height;
  transition: none;
}

.react-grid-item.react-draggable-dragging {
  z-index: 3;
  will-change: transform;
  transition: none;
}

.react-grid-item.dropping {
  visibility: hidden;
}

.react-grid-item.react-grid-placeholder {
  opacity: .2;
  z-index: 2;
  -webkit-user-select: none;
  user-select: none;
  background: red;
  transition-duration: .1s;
}

.react-grid-item.react-grid-placeholder.placeholder-resizing {
  transition: none;
}

.react-grid-item > .react-resizable-handle {
  opacity: 0;
  width: 20px;
  height: 20px;
  position: absolute;
}

.react-grid-item:hover > .react-resizable-handle {
  opacity: 1;
}

.react-grid-item > .react-resizable-handle:after {
  content: "";
  border-bottom: 2px solid #0006;
  border-right: 2px solid #0006;
  width: 5px;
  height: 5px;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

.react-resizable-hide > .react-resizable-handle {
  display: none;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-sw {
  cursor: sw-resize;
  bottom: 0;
  left: 0;
  transform: rotate(90deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-se {
  cursor: se-resize;
  bottom: 0;
  right: 0;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-nw {
  cursor: nw-resize;
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-ne {
  cursor: ne-resize;
  top: 0;
  right: 0;
  transform: rotate(270deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w, .react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  cursor: ew-resize;
  margin-top: -10px;
  top: 50%;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-w {
  left: 0;
  transform: rotate(135deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-e {
  right: 0;
  transform: rotate(315deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n, .react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  cursor: ns-resize;
  margin-left: -10px;
  left: 50%;
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-n {
  top: 0;
  transform: rotate(225deg);
}

.react-grid-item > .react-resizable-handle.react-resizable-handle-s {
  bottom: 0;
  transform: rotate(45deg);
}

.eac-lb {
  z-index: 9999;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #08060cf0;
  justify-content: center;
  align-items: center;
  padding: 3.5rem 4.5rem;
  animation: .16s ease-out eac-lb-in;
  display: flex;
  position: fixed;
  inset: 0;
}

@keyframes eac-lb-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.eac-lb-figure {
  flex-direction: column;
  align-items: center;
  gap: 14px;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  display: flex;
  position: relative;
}

.eac-lb-img {
  object-fit: contain;
  opacity: 0;
  border-radius: 2px;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 9rem);
  transition: opacity .22s;
  box-shadow: 0 24px 70px -20px #000000e6;
}

.eac-lb-img.is-loaded {
  opacity: 1;
}

.eac-lb-caption {
  color: #ffffffd1;
  text-align: center;
  text-wrap: pretty;
  max-width: 62ch;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, sans-serif;
  font-size: .92rem;
  line-height: 1.4;
}

.eac-lb-spinner {
  border: 2px solid #ffffff38;
  border-top-color: #ffffffd9;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 -17px;
  animation: .7s linear infinite eac-lb-spin;
  position: absolute;
  top: 50%;
  left: 50%;
}

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

.eac-lb-btn {
  color: #ffffffd9;
  cursor: pointer;
  background: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  transition: background .14s, color .14s;
  display: grid;
  position: absolute;
}

.eac-lb-btn:hover {
  color: #fff;
  background: #ffffff2e;
}

.eac-lb-btn:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #fff;
}

.eac-lb-close {
  font-size: 1.05rem;
  top: 18px;
  right: 18px;
}

.eac-lb-prev {
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
}

.eac-lb-next {
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}

.eac-lb-count {
  color: #fff9;
  letter-spacing: .08em;
  font-variant-numeric: tabular-nums;
  font-family: ui-sans-serif, system-ui, sans-serif;
  font-size: .78rem;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .eac-lb {
    padding: 3.5rem 1rem 5rem;
  }

  .eac-lb-prev {
    top: auto;
    bottom: 14px;
    left: 16px;
    transform: none;
  }

  .eac-lb-next {
    top: auto;
    bottom: 14px;
    right: 16px;
    transform: none;
  }

  .eac-lb-img {
    max-height: calc(100vh - 11rem);
  }
}

@media (prefers-reduced-motion: reduce) {
  .eac-lb {
    animation: none;
  }

  .eac-lb-img {
    transition: none;
  }

  .eac-lb-spinner {
    animation-duration: 2s;
  }
}

.eac-lib {
  z-index: 10000;
  background: #000000b8;
  place-items: center;
  padding: 16px;
  font-family: system-ui, sans-serif;
  display: grid;
  position: fixed;
  inset: 0;
}

.eac-lib-panel {
  color: #ffffffeb;
  background: #0f172a;
  border: .5px solid #ffffff24;
  border-radius: 12px;
  flex-direction: column;
  width: min(920px, 100%);
  max-height: min(86vh, 760px);
  display: flex;
  overflow: hidden;
  box-shadow: 0 12px 48px #0009;
}

.eac-lib-head {
  border-bottom: .5px solid #ffffff1a;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  font-size: 13px;
  display: flex;
}

.eac-lib-search {
  min-width: 0;
  color: inherit;
  font: inherit;
  background: #ffffff12;
  border: .5px solid #ffffff2e;
  border-radius: 6px;
  flex: 1;
  padding: 6px 9px;
  font-size: 12px;
}

.eac-lib-x {
  color: #ffffff80;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 14px;
}

.eac-lib-tabs {
  gap: 4px;
  padding: 8px 14px 0;
  display: flex;
}

.eac-lib-tabs button {
  color: #ffffffb3;
  font: inherit;
  cursor: pointer;
  background: #ffffff12;
  border: none;
  border-radius: 5px;
  padding: 4px 10px;
  font-size: 11px;
}

.eac-lib-tabs button.is-on {
  color: #fff;
  background: #6366f1d9;
}

.eac-lib-body {
  flex: 1;
  padding: 12px 14px;
  overflow: auto;
}

.eac-lib-msg {
  color: #fff9;
  margin: 8px 0;
  font-size: 13px;
}

.eac-lib-grid {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 8px;
  display: grid;
}

.eac-lib-tile {
  cursor: pointer;
  aspect-ratio: 1;
  color: inherit;
  text-align: left;
  background: #111;
  border: 2px solid #0000;
  border-radius: 6px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.eac-lib-tile img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.eac-lib-tile:hover {
  border-color: #ffffff59;
}

.eac-lib-tile.is-picked {
  border-color: #6366f1;
}

.eac-lib-tile.is-used {
  cursor: default;
  opacity: .45;
}

.eac-lib-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #000000a6;
  padding: 3px 6px;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.eac-lib-check {
  color: #fff;
  background: #6366f1;
  border-radius: 10px;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  font-size: 11px;
  font-weight: 700;
  display: grid;
  position: absolute;
  top: 6px;
  right: 6px;
}

.eac-lib-check--used {
  background: #ffffff40;
  font-weight: 500;
}

.eac-lib-foot {
  border-top: .5px solid #ffffff1a;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  display: flex;
}

.eac-lib-count {
  color: #fff9;
  margin-right: auto;
  font-size: 12px;
}

.eac-lib-btn {
  color: #fffc;
  font: inherit;
  cursor: pointer;
  background: #ffffff12;
  border: .5px solid #ffffff1f;
  border-radius: 6px;
  padding: 6px 14px;
  font-size: 12px;
}

.eac-lib-btn--primary {
  color: #fff;
  background: #6366f1e6;
  border-color: #0000;
  font-weight: 600;
}

.eac-lib-btn:disabled {
  opacity: .45;
  cursor: default;
}

.eac-gallery-actions {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  display: flex;
}

* {
  box-sizing: border-box;
}

html, body {
  color: #f7f1e3;
  background: #121413;
  margin: 0;
  padding: 0;
  font-family: Courier Prime, Courier New, Courier, monospace;
}

a {
  color: inherit;
}

.oad-editor {
  margin-bottom: 30px;
}

.oad-editor-avatar {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  font-size: .8rem;
  display: inline-flex;
}

.oad-editor-avatar-preview {
  object-fit: cover;
  border: 1px solid var(--oad-line, #35322c);
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.oad-editor-btn {
  border: 1px solid var(--oad-line, #35322c);
  color: var(--oad-fg, #f7f1e3);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: .4rem .9rem;
  font-size: .7rem;
  font-weight: 700;
  display: inline-block;
}

.eac-commerce {
  --pc-ink: var(--ink, #f7f1e3);
  --pc-ink-soft: var(--ink-soft, #a9a293);
  --pc-ink-faint: var(--ink-soft, #a9a293);
  --pc-line: var(--line, #f7f1e338);
  --pc-mat: #f7f1e312;
  --pc-surface: transparent;
  --pc-accent: var(--gold, #c79a42);
  --pc-on-accent: var(--paper, #121413);
  --pc-radius: .375rem;
}

@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-rotate-x {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

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