/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after {
      --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-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }

    ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-500: #fb2c36;
    --color-blue-50: #eff6ff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-900: #1c398e;
    --color-gray-50: #f9fafb;
    --color-gray-100: #f3f4f6;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-widest: .1em;
    --radius-md: .375rem;
    --radius-lg: .5rem;
    --animate-spin: spin 1s linear infinite;
    --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);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: color(display-p3 0 0 0)) {
    :root, :host {
      --color-red-500: color(display-p3 .903738 .262579 .253307);
      --color-blue-50: color(display-p3 .941826 .963151 .995385);
      --color-blue-500: color(display-p3 .266422 .491219 .988624);
      --color-blue-600: color(display-p3 .174493 .358974 .950247);
      --color-blue-900: color(display-p3 .136395 .219428 .537145);
      --color-gray-50: color(display-p3 .977213 .98084 .985102);
      --color-gray-100: color(display-p3 .953567 .956796 .964321);
      --color-gray-200: color(display-p3 .899787 .906171 .92106);
      --color-gray-300: color(display-p3 .822033 .835264 .858521);
      --color-gray-400: color(display-p3 .605734 .630385 .680158);
      --color-gray-500: color(display-p3 .421287 .446085 .504784);
      --color-gray-700: color(display-p3 .219968 .253721 .318679);
      --color-gray-800: color(display-p3 .125854 .159497 .216835);
    }
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-blue-50: lab(96.492% -1.14644 -5.11479);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-900: lab(26.1542% 15.7545 -51.5504);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-100: lab(96.1596% -.0823438 -1.13575);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

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

  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

  sub, sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

  ol, ul, menu {
    list-style: none;
  }

  img, svg, video, canvas, audio, iframe, embed, object {
    vertical-align: middle;
    display: block;
  }

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

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

  ::-webkit-file-upload-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-moz-any([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
    padding-left: 20px;
  }

  :where(select:-webkit-any([multiple], [size])) optgroup option:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:-moz-any([multiple], [size])) optgroup option:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :where(select:is([multiple], [size])) optgroup option:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
    padding-right: 20px;
  }

  :not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::-webkit-file-upload-button {
    margin-right: 4px;
  }

  :not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)))::file-selector-button {
    margin-right: 4px;
  }

  :-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::-webkit-file-upload-button {
    margin-left: 4px;
  }

  :-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  :is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))::file-selector-button {
    margin-left: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

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

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

  ::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  input:where([type="button"], [type="reset"], [type="submit"]) {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

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

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

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

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

@layer components;

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

  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

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

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

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

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

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

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

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

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

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

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

  .w-auto {
    width: auto;
  }

  .w-full {
    width: 100%;
  }

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

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

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

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

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

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

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

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

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

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

  .scroll-smooth {
    scroll-behavior: smooth;
  }

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

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

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

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

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

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

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

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

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

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

  .border-gray-100 {
    border-color: var(--color-gray-100);
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .border-gray-300 {
    border-color: var(--color-gray-300);
  }

  .border-t-black {
    border-top-color: var(--color-black);
  }

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

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

  .bg-blue-50 {
    background-color: var(--color-blue-50);
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100);
  }

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

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

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

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

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

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

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

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

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

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

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

  .font-\[\'Manrope\'\] {
    font-family: Manrope;
  }

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

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

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

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

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

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

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

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

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

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

  .text-gray-700 {
    color: var(--color-gray-700);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .uppercase {
    text-transform: uppercase;
  }

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

  .opacity-0 {
    opacity: 0;
  }

  .ring-1 {
    --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-blue-500 {
    --tw-ring-color: var(--color-blue-500);
  }

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

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

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

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  @media (hover: hover) {
    .hover\:border-gray-400:hover {
      border-color: var(--color-gray-400);
    }
  }

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

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

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .disabled\:bg-gray-400:disabled {
    background-color: var(--color-gray-400);
  }

  .has-\[\:checked\]\:border-blue-500:has(:checked) {
    border-color: var(--color-blue-500);
  }

  .has-\[\:checked\]\:bg-blue-50:has(:checked) {
    background-color: var(--color-blue-50);
  }

  .has-\[\:checked\]\:text-blue-900:has(:checked) {
    color: var(--color-blue-900);
  }

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

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

:root {
  --ink: #050506;
  --paper: #f8f8f8;
  --muted: #b8b8b8;
  --accent: #d7c7a4;
  --card: #0f0f12;
  --edge: #1b1b20;
  --radius: 18px;
  --gutter: 18px;
  --shadow: 0 18px 42px rgba(0, 0, 0, .32);
  --nav-height: 74px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  color: #0d0d0f;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-family: Manrope, Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 1.6rem;
}

header {
  z-index: 100;
  color: #0d0d0f;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 10px 26px rgba(0, 0, 0, .06);
}

.nav {
  height: var(--nav-height);
  grid-template-columns: 1fr auto 1fr auto;
  align-items: center;
  column-gap: 1rem;
  display: grid;
}

.nav-items {
  letter-spacing: .03em;
  align-items: center;
  gap: 2.6rem;
  font-size: .95rem;
  font-weight: 700;
  display: inline-flex;
}

.nav-left {
  justify-content: flex-end;
}

.nav-right {
  justify-content: flex-start;
}

.nav-items a {
  color: #0d0d0f;
  padding-bottom: .25rem;
  position: relative;
}

.nav-items a:after {
  content: "";
  transform-origin: 0;
  background: #0d0d0f;
  width: 100%;
  height: 2px;
  transition: transform .14s;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
}

.nav-items a:hover:after {
  transform: scaleX(1);
}

.brand-mark {
  border-radius: var(--radius);
  justify-content: center;
  align-items: center;
  padding: .4rem .8rem;
  display: inline-flex;
}

.brand-mark:after {
  display: none;
}

.brand-mark img {
  width: auto;
  height: 46px;
  display: block;
}

.nav-mobile {
  color: #fff;
  background: #0d0d0f;
  border: none;
  border-radius: 10px;
  margin-left: auto;
  padding: .55rem .9rem;
  font-weight: 700;
  display: none;
}

.hero {
  background: var(--ink);
  color: #f6f6f8;
  align-items: center;
  min-height: 89.5vh;
  padding: calc(2.4rem + 10px) 0 3.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero:after {
  content: "";
  z-index: 0;
  background: linear-gradient(rgba(5, 5, 6, .75), rgba(5, 5, 6, .9));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero .container {
  width: 100%;
  padding: 0 1.6rem;
}

.hero-slider {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-slide {
  filter: grayscale(55%);
  opacity: 0;
  animation: 48s infinite heroFade;
  animation-delay: calc(var(--i) * 6s);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -4%;
  bottom: -4%;
  left: -4%;
  right: -4%;
  transform: scale(1.08);
}

.hero-slide:first-child {
  background-image: url("/assets/gabrielle-henderson-pL1qsBqCatk-unsplash.jpg");
}

.hero-slide:nth-child(2) {
  background-image: url("/assets/clark-street-mercantile-P3pI6xzovu0-unsplash.jpg");
}

.hero-slide:nth-child(3) {
  background-image: url("/assets/laura-chouette-W-7k72ThEr0-unsplash.jpg");
}

.hero-slide:nth-child(4) {
  background-image: url("/assets/freestocks-spP6LqxN0-g-unsplash.jpg");
}

.hero-slide:nth-child(5) {
  background-image: url("/assets/clark-street-mercantile-qnKhZJPKFD8-unsplash.jpg");
}

.hero-slide:nth-child(6) {
  background-image: url("/assets/content-pixie-ZB4eQcNqVUs-unsplash.jpg");
}

.hero-slide:nth-child(7) {
  background-image: url("/assets/lena-laurentez-He3PMWJM8k0-unsplash.jpg");
}

.hero-slide:nth-child(8) {
  background-image: url("/assets/hannah-morgan-ycVFts5Ma4s-unsplash.jpg");
}

@keyframes heroFade {
  0% {
    opacity: 0;
  }

  6% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  28% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.hero-content {
  z-index: 1;
  text-align: center;
  background: none;
  border: none;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .8rem;
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 3rem 2.4rem;
  display: flex;
  position: relative;
}

.hero-content h1 {
  letter-spacing: .01em;
  color: #fff;
  font-family: Playfair Display, Times New Roman, serif;
  font-size: max(2rem, min(2vw + 1rem, 2.6rem));
  font-weight: 700;
}

.hero-content .script {
  color: var(--accent);
  letter-spacing: .02em;
  font-family: Parisienne, Playfair Display, serif;
  font-size: max(1.8rem, min(1vw + 1.4rem, 2.2rem));
}

.hero-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem;
  margin-top: .6rem;
  display: flex;
}

.btn {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: .06em;
  cursor: pointer;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.6rem;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .14s, box-shadow .14s;
  display: inline-flex;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.btn-ghost {
  color: var(--ink);
  background: #fff;
  border: 1px solid #fff;
}

.btn-ghost:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, .25);
}

.quiz-section {
  color: #0d0d0f;
  background: #fff;
  padding: 4.8rem 0 4.4rem;
}

.quiz-grid {
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 2.6rem;
  display: grid;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: .9rem;
  font-size: .78rem;
  font-weight: 700;
}

.quiz-title {
  margin-bottom: 1rem;
  font-family: Playfair Display, Times New Roman, serif;
  font-size: max(2rem, min(1.5vw + 1.6rem, 2.6rem));
  line-height: 1.2;
}

.quiz-lead {
  color: #4b4b52;
  max-width: 34rem;
  margin-bottom: 1.7rem;
  font-size: 1.05rem;
}

.pill-row {
  flex-wrap: wrap;
  gap: .7rem;
  margin-bottom: 1.4rem;
  display: flex;
}

.pill {
  color: #4b4b52;
  background: #f5f5f8;
  border: 1px solid #e1e1e8;
  border-radius: 999px;
  padding: .5rem .9rem;
  font-size: .9rem;
}

.quiz-actions {
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.link-arrow {
  color: var(--accent);
  font-weight: 700;
}

.quiz-card {
  color: #0d0d0f;
  background: #f7f7fb;
  border: 1px solid #e6e6ec;
  border-radius: 22px;
  padding: 2.2rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08);
}

.quiz-card h3 {
  margin-bottom: .5rem;
  font-family: Playfair Display, serif;
  font-size: 1.2rem;
}

.quiz-list {
  color: #4b4b52;
  gap: .9rem;
  margin: 1.4rem 0;
  display: grid;
}

.quiz-list li {
  padding-left: 1.4rem;
  list-style: none;
  position: relative;
}

.quiz-list li:before {
  content: "";
  background: var(--accent);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: .55rem;
  left: 0;
}

.guides-section {
  background: #fff;
  padding: 4.6rem 0 5rem;
}

.section-head {
  text-align: center;
  color: #0d0d0f;
  max-width: 760px;
  margin: 0 auto 2.6rem;
}

.section-head h2 {
  margin-bottom: .6rem;
  font-family: Playfair Display, serif;
  font-size: max(1.9rem, min(1.4vw + 1.4rem, 2.4rem));
}

.section-head p {
  color: #4b4b52;
}

.guides-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.4rem;
  display: grid;
}

.guide-card {
  color: #0d0d0f;
  background: #f7f7fb;
  border: 1px solid #e6e6ec;
  border-radius: 16px;
  flex-direction: column;
  transition: transform .16s, box-shadow .16s, border-color .16s;
  display: flex;
  overflow: hidden;
}

.guide-card img {
  object-fit: cover;
  filter: grayscale(50%);
  height: 220px;
  transition: filter .16s;
}

.guide-card:hover {
  box-shadow: var(--shadow);
  border-color: #d2d2dc;
  transform: translateY(-4px);
}

.guide-card:hover img {
  filter: grayscale(25%);
}

.guide-body {
  flex-direction: column;
  gap: .5rem;
  padding: 1.1rem 1.2rem 1.3rem;
  display: flex;
}

.guide-meta {
  color: #5b5b68;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-size: .82rem;
}

.guide-title {
  font-size: 1rem;
  font-weight: 700;
}

.guide-desc {
  color: #4b4b52;
  font-size: .92rem;
}

footer {
  color: #0d0d0f;
  background: #fff;
  border-top: 1px solid #e6e6ec;
  margin-top: 3rem;
  font-size: .8rem;
}

.footer-top {
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  align-items: start;
  gap: 2.5rem;
  padding: 4rem 0 3rem;
  display: grid;
}

.footer-brand img {
  width: auto;
  height: 54px;
  margin-bottom: 1rem;
}

.footer-text {
  color: #4b4b52;
  max-width: 360px;
  margin-bottom: 1.1rem;
  font-size: .82rem;
  font-weight: 400;
  line-height: 1.6;
}

.footer-social {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.footer-social a {
  color: #0d0d0f;
  background: #f5f5f8;
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  place-items: center;
  width: 44px;
  height: 44px;
  transition: transform .14s, box-shadow .14s, background .14s;
  display: grid;
}

.footer-social a:hover {
  background: #ededf3;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

.footer-social svg {
  fill: currentColor;
  width: 20px;
  height: 20px;
}

.footer-heading {
  color: #0d0d0f;
  margin-bottom: .8rem;
  font-family: Playfair Display, serif;
  font-size: .92rem;
}

.footer-links {
  gap: .55rem;
  display: grid;
}

.footer-links a {
  color: #4b4b52;
  font-size: .85rem;
  font-weight: 400;
}

.footer-links a:hover {
  color: var(--accent);
}

.footer-bottom {
  text-align: center;
  color: #4b4b52;
  background: #f7f7fb;
  border-top: 1px solid #e6e6ec;
  padding: 1.3rem 0 1.5rem;
  font-size: .8rem;
}

@media (max-width: 960px) {
  .nav {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: .6rem 0;
    display: flex;
  }

  .nav-left, .nav-right {
    display: none;
  }

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

  .hero {
    min-height: 70vh;
  }

  .hero-content {
    width: 100%;
    padding: 2.2rem 1.6rem;
  }

  .quiz-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  :root {
    --gutter: 12px;
  }

  .hero {
    padding: 2.4rem 0 2.8rem;
  }

  .hero-content {
    padding: 1.8rem 1.2rem;
  }

  .guide-card img {
    height: 200px;
  }
}

scroll-smooth {
  scroll-behavior: smooth;
}

.results-loading, .results-error {
  color: #898993;
  flex: 1;
  justify-content: center;
  align-items: center;
  font-family: Manrope, sans-serif;
  font-size: 1.2rem;
  display: flex;
}

.results-error {
  color: #ff6b6b;
}

.results-empty {
  text-align: center;
  color: #898993;
  padding: 4rem;
  font-family: Manrope, sans-serif;
}

.profile-hero {
  color: #fff;
  background: linear-gradient(135deg, #060608, #15151c);
  align-items: center;
  min-height: 92vh;
  padding: 110px 0 90px;
  display: flex;
}

.profile-hero-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: stretch;
  gap: 3.4rem;
  display: grid;
}

.profile-hero h1 {
  color: #fff;
  margin-bottom: .9rem;
  font-family: Playfair Display, serif;
  font-size: max(2.8rem, min(4vw, 3.8rem));
}

.profile-hero p {
  color: #d9d9e2;
  font-size: 1.1rem;
}

.section-tag {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: 1rem;
  font-size: .8rem;
  font-weight: 700;
  display: block;
}

.profile-focus {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
  display: grid;
}

.focus-card {
  background: rgba(8, 8, 12, .55);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 20px;
  padding: 1.4rem 1.5rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .05);
}

.focus-card h3 {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: var(--accent);
  margin-bottom: .6rem;
  font-family: Manrope, sans-serif;
  font-size: .92rem;
  font-weight: 700;
}

.focus-card ul {
  color: #f4f4f8;
  margin: 0;
  padding-left: 0;
  font-size: .95rem;
  line-height: 1.5;
  list-style: none;
}

.focus-card li {
  margin-bottom: .35rem;
}

.hero-cta {
  text-align: center;
  margin-top: 2.8rem;
}

.hero-cta a {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #0f0f12;
  background: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .9rem 1.8rem;
  font-family: Manrope, sans-serif;
  font-weight: 700;
  transition: transform .14s, box-shadow .14s;
  display: inline-flex;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
}

.hero-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, .28);
}

.profile-details-grid {
  gap: 1.5rem;
  display: grid;
}

.profile-row-2 {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.profile-item {
  flex-direction: column;
  gap: .3rem;
  display: flex;
}

.profile-label {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #b8b8b8;
  font-family: Manrope, sans-serif;
  font-size: .75rem;
  font-weight: 700;
}

.profile-value {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.4;
}

.profile-info-box {
  border: 1px solid rgba(255, 255, 255, .08);
  border-left: 2px solid var(--accent);
  color: #e4e4e8;
  background: rgba(255, 255, 255, .03);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  width: 100%;
  margin-top: .3rem;
  padding: .5rem .8rem;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  display: flex;
}

.profile-info-title {
  color: #fff;
  margin-bottom: .1rem;
  font-size: .95rem;
  font-weight: 600;
}

.profile-info-desc {
  color: #a1a1aa;
  font-size: .85rem;
  font-weight: 400;
}

.profile-bullet-list {
  margin-top: .3rem;
  margin-bottom: 0;
  padding-left: 1.2rem;
  list-style: none;
}

.profile-bullet-list li {
  color: #e4e4e8;
  margin-bottom: .4rem;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  position: relative;
}

.profile-bullet-list li:before {
  content: "♦";
  color: var(--accent);
  font-size: .8rem;
  position: absolute;
  top: .1rem;
  left: -1.2rem;
}

.profile-box-stack {
  flex-direction: column;
  flex: 1;
  gap: .4rem;
  margin-top: .2rem;
  display: flex;
}

.profile-value-highlight {
  color: #fff;
  letter-spacing: .02em;
  font-family: Playfair Display, serif;
  font-size: 1.25rem;
}

@media (max-width: 640px) {
  .profile-row-2 {
    grid-template-columns: 1fr;
  }
}

.body-images-section {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 1.6rem;
  padding-top: 1.2rem;
}

.body-images-row {
  gap: .8rem;
  margin-top: .6rem;
  display: flex;
}

.body-thumb-wrap {
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.body-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.body-thumb-delete {
  color: #fff;
  cursor: pointer;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  transition: opacity .15s;
  display: flex;
  position: absolute;
  top: 2px;
  right: 2px;
}

.body-thumb-wrap:hover .body-thumb-delete {
  opacity: 1;
}

.body-thumb-label {
  text-align: center;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: .08em;
  background: rgba(0, 0, 0, .65);
  padding: 1px 0;
  font-size: .6rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.body-add-btn {
  color: #888;
  cursor: pointer;
  white-space: nowrap;
  background: none;
  border: 1px dashed rgba(255, 255, 255, .2);
  border-radius: 10px;
  height: 60px;
  padding: 0 1rem;
  font-size: .8rem;
  font-weight: 600;
  transition: border-color .15s, color .15s;
}

.body-add-btn:hover {
  color: #ddd;
  border-color: rgba(255, 255, 255, .5);
}

.camera-overlay {
  z-index: 50;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.camera-modal {
  background: #121215;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 16px;
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .5);
}

.camera-header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.2rem;
  display: flex;
}

.camera-header h3 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.camera-close-btn {
  color: #888;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  font-size: 1.2rem;
  transition: color .15s;
}

.camera-close-btn:hover {
  color: #fff;
}

.camera-body {
  background: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  display: flex;
  position: relative;
}

.camera-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.camera-guide {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.camera-guide-border {
  border: 2px dashed rgba(255, 255, 255, .4);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.camera-instruction {
  text-align: center;
  pointer-events: none;
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
}

.camera-instruction span {
  color: #fff;
  background: rgba(0, 0, 0, .6);
  border-radius: 999px;
  padding: 4px 12px;
  font-size: .82rem;
}

.camera-upload-area {
  text-align: center;
  color: #888;
  padding: 2rem;
}

.camera-upload-area p {
  margin-bottom: 1rem;
}

.camera-upload-btn {
  color: #000;
  cursor: pointer;
  background: #fff;
  border: none;
  border-radius: 999px;
  padding: .5rem 1.4rem;
  font-weight: 600;
  transition: background .15s;
}

.camera-upload-btn:hover {
  background: #e0e0e0;
}

.camera-error {
  color: #fff;
  text-align: center;
  background: rgba(220, 50, 50, .9);
  border-radius: 10px;
  padding: .75rem;
  font-size: .85rem;
  position: absolute;
  bottom: 5rem;
  left: 1rem;
  right: 1rem;
}

.camera-loading {
  z-index: 10;
  text-align: center;
  background: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.camera-spinner {
  border: 4px solid #444;
  border-top-color: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: .8s linear infinite spin;
}

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

.camera-loading p {
  color: #fff;
  font-weight: 500;
}

.camera-loading .camera-loading-sub {
  color: #bbb;
  font-size: .85rem;
}

.camera-footer {
  background: #121215;
  padding: 1rem 1.2rem;
}

.camera-capture-row {
  justify-content: center;
  margin-bottom: 1rem;
  display: flex;
}

.camera-capture-btn {
  cursor: pointer;
  background: #fff;
  border: 4px solid #888;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: background .15s;
  display: flex;
}

.camera-capture-btn:hover {
  background: #ddd;
}

.camera-capture-inner {
  background: rgba(0, 0, 0, .08);
  border-radius: 50%;
  width: 44px;
  height: 44px;
}

.camera-switch-row {
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding-top: .8rem;
}

.camera-switch-btn {
  color: #888;
  cursor: pointer;
  text-underline-offset: 4px;
  background: none;
  border: none;
  font-size: .85rem;
  text-decoration: underline;
  transition: color .15s;
}

.camera-switch-btn:hover {
  color: #fff;
}

.bg-checker {
  background-color: #e0e0e0;
  background-image: linear-gradient(45deg, #bbb 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(-45deg, #bbb 25%, rgba(0, 0, 0, 0) 25%), linear-gradient(45deg, rgba(0, 0, 0, 0) 75%, #bbb 75%), linear-gradient(-45deg, rgba(0, 0, 0, 0) 75%, #bbb 75%);
  background-position: 0 0, 0 8px, 8px -8px, -8px 0;
  background-size: 16px 16px;
}

.camera-preview-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  min-height: 280px;
  padding: 1rem;
  display: flex;
}

.camera-preview-img-wrap {
  border-radius: 12px;
  width: 100%;
  max-width: 340px;
  position: relative;
  overflow: hidden;
}

.camera-preview-img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 340px;
  display: block;
}

.camera-preview-loading {
  background: rgba(0, 0, 0, .5);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.threshold-slider-wrap {
  flex-direction: column;
  gap: .5rem;
  width: 100%;
  padding: 0 1.2rem .5rem;
  display: flex;
}

.threshold-slider-wrap label {
  color: #aaa;
  letter-spacing: .03em;
  font-family: Manrope, sans-serif;
  font-size: .82rem;
}

.threshold-slider-wrap label strong {
  color: #fff;
  font-weight: 700;
}

.threshold-slider {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  accent-color: #7c3aed;
  background: #444;
  border-radius: 2px;
  outline: none;
  width: 100%;
  height: 4px;
}

.threshold-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #7c3aed;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: transform .12s;
  box-shadow: 0 2px 6px rgba(124, 58, 237, .4);
}

.threshold-slider::-webkit-slider-thumb:hover {
  transform: scale(1.15);
}

.threshold-hints {
  color: #666;
  justify-content: space-between;
  font-family: Manrope, sans-serif;
  font-size: .72rem;
  display: flex;
}

.camera-preview-actions {
  background: #121215;
  border-top: 1px solid rgba(255, 255, 255, .08);
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  padding: .8rem 1.2rem;
  display: flex;
}

.camera-save-btn {
  color: #fff;
  cursor: pointer;
  background: #7c3aed;
  border: none;
  border-radius: 999px;
  padding: .5rem 1.4rem;
  font-size: .9rem;
  font-weight: 700;
  transition: background .15s, opacity .15s;
}

.camera-save-btn:hover:not(:disabled) {
  background: #6d28d9;
}

.camera-save-btn:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.carousel-section {
  background: #fff;
  border-bottom: 1px solid #f0f0f5;
  padding: 4rem 0;
  position: relative;
}

.carousel-header {
  max-width: 1600px;
  margin: 0 auto 2rem;
  padding: 0 4%;
}

.carousel-title-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.carousel-title {
  color: #0d0d0f;
  margin: 0 0 .5rem;
  font-family: Playfair Display, serif;
  font-size: 2.2rem;
}

.carousel-subtitle {
  color: #898993;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.carousel-controls {
  align-items: center;
  gap: .8rem;
  display: flex;
}

.nav-arrow {
  color: #0d0d0f;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.nav-arrow:hover:not(:disabled) {
  color: #fff;
  background: #0d0d0f;
  border-color: #0d0d0f;
}

.nav-arrow:disabled {
  opacity: .3;
  cursor: default;
  border-color: #e6e6ec;
}

.carousel-track-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

.carousel-track-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.carousel-track {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  gap: 2rem;
  padding: 1rem 4% 3rem;
  display: flex;
  overflow-x: auto;
}

.carousel-track::-webkit-scrollbar {
  display: none;
}

.carousel-card-wrapper {
  scroll-snap-align: center;
  flex-direction: column;
  flex: 0 0 30%;
  min-width: 400px;
  display: flex;
}

.carousel-loading {
  color: #898993;
  background: #f9f9fd;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 400px;
  margin: 0 2rem;
  font-family: Manrope, sans-serif;
  display: flex;
}

.carousel-empty {
  text-align: center;
  background: #f9f9fd;
  border-radius: 1rem;
  margin: 0 2rem;
  padding: 4rem 2rem;
}

@keyframes shimmer {
  0% {
    background-position: -800px 0;
  }

  100% {
    background-position: 800px 0;
  }
}

.skeleton-card {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 1.25rem;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  display: flex;
  overflow: hidden;
}

.skeleton-block {
  background: linear-gradient(90deg, #f0f0f5 25%, #e4e4ec 50%, #f0f0f5 75%) 0 0 / 800px 100%;
  border-radius: .5rem;
  animation: 1.4s linear infinite shimmer;
}

.skeleton-header {
  flex-direction: column;
  gap: .75rem;
  padding: 1.5rem;
  display: flex;
}

.skeleton-title {
  width: 65%;
  height: 1.1rem;
}

.skeleton-desc {
  width: 90%;
  height: .85rem;
}

.skeleton-desc-short {
  width: 55%;
  height: .85rem;
}

.skeleton-grid {
  flex: 1;
  grid-template-columns: repeat(3, 1fr);
  gap: .5rem;
  padding: 0 1.5rem 1rem;
  display: grid;
}

.skeleton-image {
  aspect-ratio: 3 / 4;
  border-radius: .75rem;
  max-height: 200px;
}

.skeleton-footer {
  justify-content: flex-end;
  gap: .5rem;
  padding: 1rem 1.5rem;
  display: flex;
}

.skeleton-btn {
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}

.nav-arrow-floating {
  color: #0d0d0f;
  cursor: pointer;
  z-index: 20;
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .1s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.nav-arrow-floating:hover {
  border-color: #0d0d0f;
  transform: translateY(-50%)scale(1.1);
}

.nav-arrow-floating:active {
  background: #f0f0f0;
  transform: translateY(-50%)scale(.95);
}

.nav-arrow-floating.left {
  left: 1rem;
}

.nav-arrow-floating.right {
  right: 1rem;
}

@media (max-width: 1024px) {
  .nav-arrow-floating {
    display: none;
  }

  .carousel-card-wrapper {
    flex: 0 0 85%;
    min-width: 85vw;
  }
}

@media (max-width: 768px) {
  .carousel-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .carousel-controls {
    justify-content: space-between;
    width: 100%;
  }
}

.results-main {
  background: #fff;
  flex-direction: column;
  min-height: 100vh;
  padding: 6rem 0;
  display: flex;
}

.results-card {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 1.75rem;
  flex-direction: column;
  gap: 2rem;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 3rem 4%;
  display: flex;
  box-shadow: 0 16px 40px rgba(0, 0, 0, .05);
}

.head-row {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.head-title {
  color: #0d0d0f;
  margin: 0;
  font-family: Playfair Display, serif;
  font-size: max(2rem, min(1.6vw + 1.4rem, 2.6rem));
}

.results-pill {
  color: #0d0d0f;
  background: #fff;
  border-radius: 9px;
  padding: .45rem .9rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.results-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 35rem), 1fr));
  gap: 2.5rem;
  display: grid;
}

.debug-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2rem;
  width: 100%;
  display: grid;
}

.debug-grid .outfit-item-wrapper {
  background: #fff;
  border: 1px solid #f0f0f5;
  height: 280px !important;
  max-height: none !important;
}

.debug-grid p {
  font-weight: 600;
  color: #0d0d0f !important;
  margin-top: .8rem !important;
  font-size: .9rem !important;
}

.actions {
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .8rem;
  display: flex;
}

.btn-primary {
  color: #fff;
  letter-spacing: .03em;
  cursor: pointer;
  background: #0d0d0f;
  border: 1px solid #0d0d0f;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  padding: .8rem 2.8rem;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .14s, box-shadow .14s;
  display: inline-flex;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.btn-primary:disabled {
  opacity: .7;
  cursor: not-allowed;
}

.btn-secondary {
  cursor: pointer;
  color: #0d0d0f;
  background: #f9f9fd;
  border: 1px solid #e6e6ec;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: .45rem .9rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  transition: all .14s;
  display: inline-flex;
}

.btn-secondary:hover {
  background: #f9f9fd;
}

.action-btn {
  color: #898993;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  transition: all .2s;
  display: flex;
}

.action-btn:hover {
  transform: scale(1.1);
}

.action-btn.is-active-like {
  color: #22c55e;
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.action-btn.is-active-dislike {
  color: #ef4444;
  background: #fef2f2;
  border-color: #fecaca;
}

.action-btn.is-active-save {
  color: #eab308;
  background: #fefce8;
  border-color: #fef08a;
}

.action-btn-text {
  color: #fff;
  cursor: pointer;
  background: #0d0d0f;
  border: none;
  border-radius: .5rem;
  padding: .4rem .8rem;
  font-size: .75rem;
  font-weight: 600;
  transition: transform .2s;
}

.action-btn-text:hover {
  background: #2b2b30;
  transform: scale(1.05);
}

.action-link {
  color: #0d0d0f;
  cursor: pointer;
  background: none;
  border: none;
  margin-right: 1rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.action-link:hover {
  color: #898993;
}

.outfit-card {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 1.25rem;
  flex-direction: column;
  height: 100%;
  min-height: 500px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.outfit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, .1);
}

.outfit-header {
  flex-shrink: 0;
  padding: 1.5rem 1.5rem 1rem;
}

.outfit-title {
  color: #0d0d0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: .4rem;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  overflow: hidden;
}

.outfit-desc {
  color: #4b4b52;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.outfit-items-grid {
  flex-grow: 1;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  gap: .5rem;
  padding: 0 1.5rem 1rem;
  display: grid;
}

.outfit-item-wrapper {
  aspect-ratio: 3 / 4;
  background: #f9f9fd;
  border-radius: .75rem;
  width: 100%;
  max-height: 200px;
  position: relative;
  overflow: hidden;
}

.outfit-item-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  height: auto;
  min-height: 250px;
  display: flex;
}

.tryon-overlay {
  opacity: 0;
  pointer-events: none;
  z-index: 20;
  border-radius: inherit;
  background: linear-gradient(rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, .45) 100%);
  justify-content: center;
  align-items: flex-end;
  padding-bottom: .6rem;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.outfit-item-wrapper:hover .tryon-overlay, .shop-card-image:hover .tryon-overlay, .wardrobe-card-image:hover .tryon-overlay, .edit-item-image:hover .tryon-overlay, .oc-sidebar-image:hover .tryon-overlay {
  opacity: 1;
  pointer-events: auto;
}

.tryon-btn {
  color: #1a1a2e;
  cursor: pointer;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  letter-spacing: .03em;
  background: rgba(255, 255, 255, .95);
  border: none;
  border-radius: 20px;
  padding: .35rem .9rem;
  font-family: Manrope, sans-serif;
  font-size: .72rem;
  font-weight: 700;
  transition: transform .15s, background .15s;
}

.tryon-btn:hover {
  background: #fff;
  transform: scale(1.05);
}

.outfit-footer {
  background: #fff;
  border-top: 1px solid #f0f0f5;
  flex-shrink: 0;
  justify-content: flex-end;
  align-items: center;
  gap: .8rem;
  margin-top: auto;
  padding: 1rem 1.5rem;
  display: flex;
}

.similar-section {
  background: #f9f9fd;
  border: 1px solid #e6e6ec;
  border-radius: 1.5rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 3rem 2rem;
  animation: .5s ease-out fadeIn;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.similar-header {
  border-bottom: 1px solid #e6e6ec;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}

.similar-title {
  color: #0d0d0f;
  margin-bottom: .5rem;
  font-family: Playfair Display, serif;
  font-size: 1.75rem;
}

.similar-highlight {
  color: #d7c7a4;
  font-style: italic;
}

.similar-subtitle {
  color: #898993;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
}

.close-btn {
  color: #0d0d0f;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: all .2s;
  display: flex;
}

.close-btn:hover {
  color: #d7c7a4;
  border-color: #d7c7a4;
  transform: rotate(90deg);
}

.anchor-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 4rem;
  display: flex;
}

.anchor-label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .12em;
  background: #0d0d0f;
  border-radius: 999px;
  margin-bottom: 1.5rem;
  padding: .5rem 1.2rem;
  font-size: .75rem;
  font-weight: 700;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.anchor-card-container {
  width: 100%;
  max-width: 600px;
}

.similar-divider {
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  display: flex;
}

.divider-line {
  background: #e6e6ec;
  flex: 1;
  height: 1px;
}

.divider-text {
  color: #898993;
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: .8rem;
  font-weight: 700;
}

.quiz-main {
  background: #f8f8f8;
  min-height: 100vh;
  padding: 50px 0 60px;
}

.quiz-shell {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 28px;
  align-content: start;
  gap: 1.4rem;
  max-width: 1180px;
  min-height: 660px;
  margin: 0 auto;
  padding: 3rem 2.6rem;
  display: grid;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .08);
}

.start-screen {
  text-align: center;
  align-content: center;
  gap: 1rem;
  height: 100%;
  padding-top: 2rem;
  display: grid;
}

.start-kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #d7c7a4;
  font-size: .82rem;
  font-weight: 700;
}

.start-title {
  color: #0d0d0f;
  font-family: Playfair Display, serif;
  font-size: max(2.4rem, min(2vw + 1.6rem, 3rem));
}

.start-lede {
  color: #898993;
  max-width: 720px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

.start-meta {
  color: #0d0d0f;
  letter-spacing: .06em;
  font-weight: 700;
}

.quiz-flow {
  background: #fff;
  border-radius: 24px;
  gap: 1.4rem;
  margin-top: .6rem;
  display: grid;
}

.quiz-head {
  color: #0d0d0f;
  justify-content: space-between;
  align-items: center;
  font-size: .92rem;
  font-weight: 600;
  display: flex;
}

.quiz-progress {
  color: #0d0d0f;
  align-items: center;
  gap: .6rem;
  margin: .15rem 0 .35rem;
  font-weight: 700;
  display: flex;
}

.progress-bar {
  background: #e6e6ec;
  border-radius: 999px;
  flex: 1;
  height: 8px;
  overflow: hidden;
}

.progress-fill {
  background: #d7c7a4;
  border-radius: 999px;
  height: 100%;
  transition: width .3s;
}

.quiz-step {
  gap: 1rem;
  animation: .4s ease-out slideUp;
  display: grid;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quiz-question {
  color: #0d0d0f;
  font-family: Playfair Display, serif;
  font-size: 2rem;
  line-height: 1.2;
}

.quiz-sub {
  color: #898993;
  font-size: 1.1rem;
}

.option-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.1rem;
  margin-top: 1rem;
  margin-bottom: 1.4rem;
  display: flex;
}

.option-btn, .option-img-btn {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e6e6ec;
  border-radius: 26px;
  flex-grow: 0;
  flex-shrink: 0;
  transition: all .2s;
}

.option-btn {
  text-align: left;
  color: #0d0d0f;
  align-items: center;
  min-height: 80px;
  padding: 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.option-btn:hover {
  border-color: #d7c7a4;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

.option-btn.selected {
  background: #f9f9fd;
  border-color: #0d0d0f;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.option-img-btn {
  flex-direction: column;
  height: 340px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.option-img-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 0, 0, .08);
}

.option-img-btn.selected {
  border-color: #0d0d0f;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .12);
}

.option-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.option-img-label {
  text-align: center;
  color: #0d0d0f;
  padding: 1rem;
  font-weight: 700;
}

.grid-layout-tight .option-btn, .grid-layout-tight .option-img-btn {
  width: calc(25% - .85rem);
}

.grid-layout-loose .option-btn, .grid-layout-loose .option-img-btn {
  width: calc(33.333% - .75rem);
}

@media (max-width: 1024px) {
  .grid-layout-tight .option-btn, .grid-layout-tight .option-img-btn, .grid-layout-loose .option-btn, .grid-layout-loose .option-img-btn {
    width: calc(50% - .6rem);
  }
}

@media (max-width: 640px) {
  .grid-layout-tight .option-btn, .grid-layout-tight .option-img-btn, .grid-layout-loose .option-btn, .grid-layout-loose .option-img-btn {
    width: 100%;
  }
}

.option-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: .25rem;
  display: flex;
}

.option-label-main {
  color: #0d0d0f;
  font-size: 1.05rem;
  line-height: 1.2;
  display: block;
}

.option-label-desc {
  color: #898993;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1.4;
}

.option-btn.selected .option-label-desc {
  color: #6c6c75;
}

.quiz-nav {
  border-top: 1px solid #f0f0f5;
  justify-content: space-between;
  gap: .8rem;
  margin-top: 2rem;
  padding-top: 2rem;
  display: flex;
}

.quiz-btn {
  cursor: pointer;
  border-radius: 34px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  padding: .8rem 2.5rem;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  transition: all .2s;
  display: inline-flex;
}

.quiz-btn-primary {
  color: #fff;
  background: #0d0d0f;
  border: 1px solid #0d0d0f;
}

.quiz-btn-primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, .2);
}

.quiz-btn-primary:disabled {
  color: #898993;
  cursor: not-allowed;
  background: #e6e6ec;
  border-color: #e6e6ec;
  transform: none;
}

.quiz-btn-ghost {
  color: #0d0d0f;
  background: none;
  border: 1px solid #e6e6ec;
}

.quiz-btn-ghost:hover {
  border-color: #0d0d0f;
}

.auth-main {
  background: #050506;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding: 2rem;
  display: flex;
}

.auth-card {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 1.5rem;
  width: 100%;
  max-width: 480px;
  padding: 3rem 2.5rem;
  box-shadow: 0 24px 48px rgba(0, 0, 0, .2);
}

.auth-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.auth-title {
  color: #0d0d0f;
  margin-bottom: .5rem;
  font-family: Playfair Display, serif;
  font-size: 2rem;
}

.auth-subtitle {
  color: #898993;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
}

.auth-form {
  gap: 1.5rem;
  display: grid;
}

.input-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.input-label {
  color: #0d0d0f;
  letter-spacing: .02em;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 700;
}

.input-field {
  color: #0d0d0f;
  background: #f9f9fd;
  border: 1px solid #e6e6ec;
  border-radius: .75rem;
  width: 100%;
  padding: .9rem 1.1rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
}

.input-field:focus {
  background: #fff;
  border-color: #0d0d0f;
  outline: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.input-field::placeholder {
  color: #b8b8b8;
}

.auth-error {
  color: #ef4444;
  text-align: center;
  background: #fef2f2;
  border-radius: .5rem;
  padding: .8rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
}

.auth-footer {
  text-align: center;
  color: #898993;
  margin-top: 2rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
}

.auth-link {
  color: #0d0d0f;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
}

.guides-hero {
  text-align: center;
  background: #f7f7fb;
  border: 1px solid #e6e6ec;
  border-radius: 1.5rem;
  margin-bottom: 2.8rem;
  padding: 3rem 2.8rem;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08);
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #d7c7a4;
  margin-bottom: .8rem;
  font-size: .82rem;
  font-weight: 700;
}

.hero-title {
  color: #0d0d0f;
  margin-bottom: .8rem;
  font-family: Playfair Display, serif;
  font-size: max(2.1rem, min(1.6vw + 1.6rem, 2.8rem));
}

.hero-subtitle {
  color: #4b4b52;
  max-width: 720px;
  margin: .2rem auto 1.6rem;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
}

.page-shell {
  background: #f7f7fb;
  border: 1px solid #e6e6ec;
  border-radius: 1.5rem;
  gap: 1.4rem;
  max-width: 980px;
  margin: 0 auto;
  padding: 2.8rem 2.6rem;
  display: grid;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .08);
}

.page-meta {
  text-transform: uppercase;
  letter-spacing: .16em;
  color: #d7c7a4;
  font-family: Manrope, sans-serif;
  font-size: .82rem;
  font-weight: 700;
}

.page-title {
  letter-spacing: .01em;
  color: #0d0d0f;
  font-family: Playfair Display, serif;
  font-size: max(2rem, min(1.5vw + 1.6rem, 2.6rem));
  line-height: 1.2;
}

.page-lede {
  color: #4b4b52;
  font-family: Manrope, sans-serif;
  font-size: 1.02rem;
  line-height: 1.75;
}

.page-content {
  color: #0d0d0f;
  gap: 1.5rem;
  margin-top: 1rem;
  display: grid;
}

.page-section {
  gap: .35rem;
  display: grid;
}

.section-title {
  letter-spacing: .01em;
  margin-bottom: .5rem;
  font-family: Playfair Display, serif;
  font-size: 1.3rem;
}

.page-actions {
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1rem;
  display: flex;
}

.about-hero {
  color: #fff;
  background: url("/assets/gabrielle-henderson-pL1qsBqCatk-unsplash.jpg") center / cover;
  margin-top: -74px;
  padding: 8rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.about-hero:after {
  content: "";
  background: linear-gradient(120deg, rgba(5, 5, 6, .82), rgba(5, 5, 6, .65));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.about-hero-inner {
  color: #fff;
  text-align: left;
  z-index: 1;
  flex-direction: column;
  gap: 1rem;
  max-width: 760px;
  display: flex;
  position: relative;
}

.about-hero h1 {
  letter-spacing: .02em;
  color: #fff;
  font-family: Playfair Display, serif;
  font-size: max(2.4rem, min(4vw, 3.4rem));
}

.about-hero p {
  color: #f7f7fb;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
}

.about-section {
  padding: 4.6rem 0;
}

.about-section.bg-gray {
  background: #f7f7fb;
}

.kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #d7c7a4;
  margin-bottom: .8rem;
  font-size: .8rem;
  font-weight: 700;
  display: block;
}

.section-title {
  color: #0d0d0f;
  margin: 0 0 .6rem;
  font-family: Playfair Display, serif;
  font-size: max(2rem, min(3vw, 2.6rem));
}

.lead {
  color: #898993;
  max-width: 640px;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.profile-welcome {
  color: #fff;
  margin-bottom: 1rem;
  font-family: Playfair Display, serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
}

@media (min-width: 640px) {
  .profile-welcome {
    font-size: 3rem;
  }
}

.profile-input {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 8px;
  width: 100%;
  padding: .4rem .8rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  transition: border-color .2s, background .2s;
}

.profile-input:focus {
  background: rgba(0, 0, 0, .5);
  border-color: #d7c7a4;
  outline: none;
}

.edit-actions {
  gap: .5rem;
  display: flex;
}

.icon-btn {
  cursor: pointer;
  color: #898993;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  transition: color .2s;
  display: flex;
}

.icon-btn:hover {
  color: #fff;
}

.icon-btn.save {
  color: #4ade80;
}

.icon-btn.cancel {
  color: #f87171;
}

.start-btn-wrapper {
  margin-top: 2rem;
}

.quiz-exit-btn {
  color: #898993;
  cursor: pointer;
  background: none;
  border: none;
  font-family: Manrope, sans-serif;
  font-size: .92rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.quiz-exit-btn:hover {
  color: #0d0d0f;
}

.quiz-step-header {
  margin-bottom: 2rem;
}

.quiz-subtitle {
  color: #898993;
  margin-top: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  line-height: 1.5;
}

.option-img-btn .option-thumb {
  width: 100%;
  height: 100%;
  position: relative;
}

.option-img-btn.has-label .option-thumb {
  height: 80%;
}

.option-label-footer {
  color: #0d0d0f;
  text-align: center;
  background: #fafafa;
  border-top: 1px solid #e6e6ec;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: auto;
  min-height: 20%;
  padding: .5rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  display: flex;
}

.action-btn.is-active-heart {
  color: #e11d48;
  background: #fff1f2;
  border-color: #fecdd3;
}

.action-btn.is-active-cross {
  color: #0d0d0f;
  background: #f4f4f5;
  border-color: #0d0d0f;
}

.action-btn.btn-cross:hover {
  color: #ef4444;
  border-color: #ef4444;
}

.action-btn.btn-heart:hover {
  color: #e11d48;
  border-color: #e11d48;
}

.header-actions {
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  display: flex;
}

.btn-regenerate {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  cursor: pointer;
  white-space: nowrap;
  background-color: #0d0d0f;
  border: 1px solid #0d0d0f;
  border-radius: 999px;
  padding: .6rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  transition: all .2s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
}

.btn-regenerate:hover:not(:disabled) {
  background-color: #2a2a2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, .15);
}

.btn-regenerate:disabled {
  opacity: .7;
  cursor: wait;
}

.link-view-all {
  color: #0d0d0f;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.link-view-all:hover {
  color: #898993;
}

.shop-container {
  background-color: #fff;
  min-height: 100vh;
  padding: 110px 0 90px;
}

.shop-category-section {
  margin-bottom: 4rem;
}

.category-title {
  color: #0d0d0f;
  border-bottom: 1px solid #e6e6ec;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1.5rem;
  padding-bottom: .5rem;
  font-family: Playfair Display, serif;
  font-size: 1.8rem;
  display: flex;
}

.category-count {
  color: #898993;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.shop-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
  display: grid;
}

.shop-card {
  cursor: pointer;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.shop-card:hover {
  border-color: #e6e6ec;
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
}

.shop-card-image {
  aspect-ratio: 3 / 4;
  background: #f9f9fd;
  border-radius: 8px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.shop-card-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .4s;
}

.shop-card:hover .shop-card-image img {
  transform: scale(1.05);
}

.shop-card-body {
  flex-direction: column;
  gap: .2rem;
  padding: .8rem;
  display: flex;
}

.shop-card-meta {
  justify-content: space-between;
  align-items: center;
  gap: .5rem;
  display: flex;
}

.shop-brand {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #898993;
  font-size: .75rem;
  font-weight: 700;
}

.shop-name {
  color: #0d0d0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

.shop-price {
  color: #0d0d0f;
  white-space: nowrap;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.shop-toggle-btn {
  cursor: pointer;
  color: #0d0d0f;
  background: none;
  border: none;
  font-size: .9rem;
  font-weight: 700;
  text-decoration: underline;
  transition: color .2s;
}

.shop-toggle-btn:hover {
  color: #898993;
}

.shop-state-msg {
  text-align: center;
  color: #898993;
  background: #f9f9fd;
  border-radius: 1rem;
  padding: 4rem;
}

.shop-state-title {
  color: #0d0d0f;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.shop-loading {
  color: #898993;
  justify-content: center;
  padding-top: 10rem;
  display: flex;
}

.pdp-overlay {
  z-index: 200;
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100%;
  animation: .3s ease-out slideInBottom;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

@keyframes slideInBottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pdp-close-btn {
  z-index: 210;
  cursor: pointer;
  color: #0d0d0f;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
  position: fixed;
  top: 2rem;
  right: 2rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

.pdp-close-btn:hover {
  border-color: #0d0d0f;
  transform: scale(1.1);
}

.pdp-grid {
  grid-template-columns: 1.4fr 1fr;
  gap: 4rem;
  width: 100%;
  max-width: 1400px;
  min-height: 100%;
  margin: 0 auto;
  padding: 4rem 2rem;
  display: grid;
}

.pdp-gallery {
  background: #f9f9fd;
  border-radius: 8px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  overflow: hidden;
}

.pdp-image-container {
  aspect-ratio: 3 / 4;
  width: 100%;
  position: relative;
}

.pdp-nav-btn {
  cursor: pointer;
  z-index: 20;
  color: #0d0d0f;
  background: rgba(255, 255, 255, .9);
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
}

.pdp-nav-btn:hover {
  border-color: #0d0d0f;
  transform: translateY(-50%)scale(1.1);
}

.pdp-nav-btn.left {
  left: 1.5rem;
}

.pdp-nav-btn.right {
  right: 1.5rem;
}

.pdp-dots-container {
  z-index: 20;
  justify-content: center;
  gap: .5rem;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
}

.pdp-dot {
  background: rgba(255, 255, 255, .6);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  transition: background .2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.pdp-dot.active {
  background: #0d0d0f;
}

.pdp-details {
  flex-direction: column;
  gap: 1.5rem;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4rem;
}

.pdp-brand {
  text-transform: uppercase;
  letter-spacing: .15em;
  color: #d7c7a4;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
}

.pdp-title {
  color: #0d0d0f;
  font-family: Playfair Display, serif;
  font-size: 3rem;
  line-height: 1.1;
}

.pdp-price {
  color: #0d0d0f;
  border-bottom: 1px solid #e6e6ec;
  padding-bottom: 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

.pdp-description {
  color: #4b4b52;
  font-family: Manrope, sans-serif;
  font-size: 1.05rem;
  line-height: 1.7;
}

.pdp-tags {
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
  display: flex;
}

.pdp-tag {
  color: #0d0d0f;
  background: #f3f4f6;
  border-radius: 99px;
  padding: 4px 12px;
  font-size: .8rem;
  font-weight: 600;
}

.pdp-buy-btn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #0d0d0f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: 1.4rem 2rem;
  font-size: .95rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s;
  display: inline-flex;
}

.pdp-buy-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, .15);
}

@media (max-width: 1024px) {
  .pdp-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 6rem 1.5rem 3rem;
  }

  .pdp-details {
    position: static;
  }
}

.oc-spinner {
  border: 3px solid #e6e6ec;
  border-top-color: var(--accent, #d7c7a4);
  border-radius: 50%;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-right: .75rem;
  animation: .8s linear infinite oc-spin;
  display: inline-block;
}

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

.oc-combo-meta {
  margin-bottom: .4rem;
}

.oc-match-pill {
  color: var(--accent, #c9a87c);
  letter-spacing: .04em;
  text-transform: uppercase;
  background: #fcf8f3;
  border-radius: 20px;
  padding: 3px 10px;
  font-size: .78rem;
  font-weight: 700;
  display: inline-block;
}

.oc-item-slot {
  flex-direction: column;
  align-items: center;
  gap: .3rem;
  display: flex;
}

.oc-item-name {
  color: #898993;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-family: Manrope, sans-serif;
  font-size: .72rem;
  overflow: hidden;
}

.oc-shop-link {
  color: var(--accent, #c9a87c);
  text-align: center;
  text-underline-offset: 2px;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color .15s;
  display: block;
}

.oc-shop-link:hover {
  color: #a08060;
}

.oc-shop-link--soon {
  color: #aaa;
  cursor: default;
  white-space: normal;
  font-size: .68rem;
  font-style: italic;
  line-height: 1.2;
  text-decoration: none;
}

.oc-anchor-badge {
  background: var(--accent, #d7c7a4);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 20px;
  padding: 2px 7px;
  font-size: .65rem;
  font-weight: 700;
  position: absolute;
  top: 6px;
  left: 6px;
}

.edit-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  display: flex;
}

.edit-layout {
  grid-template-columns: 1fr 300px;
  align-items: start;
  gap: 2rem;
  display: grid;
}

@media (max-width: 768px) {
  .edit-layout {
    grid-template-columns: 1fr;
  }
}

.edit-main {
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 1.25rem;
  display: grid;
}

.edit-item-card {
  background: #fff;
  border: 2px solid #e6e6ec;
  border-radius: 14px;
  flex-direction: column;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.edit-item-card.editable {
  cursor: pointer;
}

.edit-item-card.editable:hover {
  border-color: var(--accent, #c9a87c);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(201, 168, 124, .2);
}

.edit-item-card.locked {
  border-color: var(--accent, #c9a87c);
  background: #fcf8f3;
}

.edit-item-card.active-edit {
  border-color: #0d0d0f;
  box-shadow: 0 0 0 2px #0d0d0f;
}

.edit-item-image {
  aspect-ratio: 3 / 4;
  width: 100%;
  position: relative;
}

.edit-item-info {
  flex-direction: column;
  gap: 3px;
  padding: .65rem .75rem;
  display: flex;
}

.edit-item-category {
  text-transform: uppercase;
  color: #898993;
  letter-spacing: .06em;
  font-size: .68rem;
  font-weight: 700;
}

.edit-item-name {
  color: #0d0d0f;
  font-size: .82rem;
  font-weight: 600;
  line-height: 1.3;
}

.edit-item-locked {
  color: var(--accent, #c9a87c);
  font-size: .72rem;
  font-weight: 600;
}

.edit-item-swap {
  color: #6b6b80;
  font-size: .72rem;
  font-style: italic;
}

.edit-shop-link {
  text-align: center;
  color: var(--accent, #c9a87c);
  text-underline-offset: 2px;
  border-top: 1px solid #f0f0f5;
  padding: .45rem .5rem;
  font-size: .72rem;
  font-weight: 600;
  text-decoration: underline;
  transition: color .15s;
  display: block;
}

.edit-shop-link:hover {
  color: #a08060;
}

.edit-sidebar {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 16px;
  max-height: 80vh;
  padding: 1.25rem;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  overflow-y: auto;
}

.sidebar-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.sidebar-header h3 {
  color: #0d0d0f;
  font-size: .95rem;
  font-weight: 700;
}

.sidebar-close {
  cursor: pointer;
  color: #898993;
  background: none;
  border: none;
  padding: 3px;
  font-size: 1.1rem;
  transition: color .15s;
}

.sidebar-close:hover {
  color: #0d0d0f;
}

.sidebar-loading, .sidebar-empty {
  text-align: center;
  color: #898993;
  padding: 2rem 1rem;
  font-size: .9rem;
  font-style: italic;
}

.sidebar-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: .6rem;
  display: grid;
}

.oc-sidebar-card {
  cursor: pointer;
  background: #fff;
  border: 2px solid #e6e6ec;
  border-radius: 10px;
  flex-direction: column;
  transition: border-color .15s, transform .15s;
  display: flex;
  overflow: hidden;
}

.oc-sidebar-card:hover {
  border-color: var(--accent, #c9a87c);
  transform: translateY(-1px);
}

.oc-sidebar-card--selected {
  border-color: #0d0d0f;
}

.oc-sidebar-image {
  aspect-ratio: 3 / 4;
  background: #f9f9fd;
  width: 100%;
  position: relative;
}

.oc-sidebar-info {
  flex-direction: column;
  gap: 2px;
  padding: .4rem .45rem .5rem;
  display: flex;
}

.oc-sidebar-brand {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #898993;
  font-size: .65rem;
  font-weight: 700;
}

.oc-sidebar-name {
  color: #0d0d0f;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
}

.oc-sidebar-price {
  color: #0d0d0f;
  font-size: .72rem;
  font-weight: 700;
}

.wardrobe-container {
  background-color: #fff;
  min-height: 100vh;
  padding: 90px 0 80px;
}

.wardrobe-clothes-section {
  border-top: 1px solid #e6e6ec;
  margin-top: 2rem;
  padding: 2rem 0;
}

.wardrobe-clothes-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.wardrobe-clothes-header h2 {
  color: #0d0d0f;
  font-family: Playfair Display, serif;
  font-size: 2rem;
}

.wardrobe-add-btn {
  color: #fff;
  cursor: pointer;
  letter-spacing: .04em;
  background: #0d0d0f;
  border: none;
  border-radius: 999px;
  padding: .7rem 1.5rem;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  transition: transform .2s, box-shadow .2s;
}

.wardrobe-add-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.wardrobe-category-group {
  margin-bottom: 3rem;
}

.wardrobe-category-title {
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #898993;
  border-bottom: 1px solid #f0f0f5;
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}

.wardrobe-category-count {
  font-weight: 400;
}

.wardrobe-grid {
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 1.5rem;
  display: grid;
}

.wardrobe-card {
  background: #fff;
  border: 1px solid #e6e6ec;
  border-radius: 12px;
  flex-direction: column;
  transition: transform .2s, box-shadow .2s;
  display: flex;
  overflow: hidden;
}

.wardrobe-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .07);
}

.wardrobe-card-image {
  aspect-ratio: 3 / 4;
  background: #f9f9fd;
  position: relative;
  overflow: hidden;
}

.wardrobe-card-delete {
  cursor: pointer;
  color: #898993;
  z-index: 2;
  background: rgba(255, 255, 255, .92);
  border: 1px solid #e6e6ec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: .7rem;
  transition: all .15s;
  display: flex;
  position: absolute;
  top: 8px;
  right: 8px;
}

.wardrobe-card-delete:hover {
  color: #e11d48;
  background: #fff1f2;
  border-color: #e11d48;
}

.wardrobe-card-badge {
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
  z-index: 10;
  letter-spacing: .05em;
  z-index: 2;
  background: #d7c7a4;
  border-radius: 20px;
  padding: 3px 8px;
  font-size: .65rem;
  font-weight: 700;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

.wardrobe-card-body {
  flex-direction: column;
  gap: .2rem;
  padding: .75rem;
  display: flex;
}

.wardrobe-card-name {
  color: #0d0d0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  overflow: hidden;
}

.wardrobe-card-category {
  color: #898993;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .72rem;
  font-weight: 600;
}

.wardrobe-empty {
  text-align: center;
  color: #898993;
  border: 2px dashed #e6e6ec;
  border-radius: 16px;
  padding: 4rem;
}

.wardrobe-empty p {
  margin: .5rem 0;
  font-family: Manrope, sans-serif;
}

.wardrobe-outfit-section {
  border-top: 1px solid #e6e6ec;
  justify-content: center;
  margin-top: 2rem;
  padding: 3rem 0;
  display: flex;
}

.wardrobe-outfit-btn {
  color: #0d0d0f;
  cursor: pointer;
  letter-spacing: .04em;
  background: none;
  border: 2px solid #0d0d0f;
  border-radius: 999px;
  padding: 1rem 2.5rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  transition: all .2s;
}

.wardrobe-outfit-btn:hover {
  color: #fff;
  background: #0d0d0f;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

.pending-visits-section {
  background: #fffbf5;
  border: 1px solid #f0e6d0;
  border-radius: 16px;
  margin-bottom: 3rem;
  padding: 1.5rem 2rem;
}

.pending-visits-header {
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  display: flex;
}

.pending-visits-header svg {
  color: #d7c7a4;
  flex-shrink: 0;
  margin-top: 2px;
}

.pending-visits-header h3 {
  color: #0d0d0f;
  margin: 0 0 .2rem;
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

.pending-visits-header p {
  color: #898993;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
}

.pending-visits-list {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.pending-visit-card {
  background: #fff;
  border: 1px solid #f0e6d0;
  border-radius: 12px;
  align-items: center;
  gap: 1.25rem;
  padding: 1rem;
  transition: box-shadow .2s;
  display: flex;
}

.pending-visit-card:hover {
  box-shadow: 0 4px 16px rgba(215, 199, 164, .2);
}

.pending-visit-image {
  background: #f9f9fd;
  border-radius: 8px;
  flex-shrink: 0;
  width: 72px;
  height: 96px;
  position: relative;
  overflow: hidden;
}

.pending-visit-info {
  flex-direction: column;
  flex: 1;
  gap: .2rem;
  display: flex;
  overflow: hidden;
}

.pending-visit-brand {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #898993;
  font-size: .72rem;
  font-weight: 700;
}

.pending-visit-name {
  color: #0d0d0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  font-weight: 600;
  overflow: hidden;
}

.pending-visit-actions {
  flex-shrink: 0;
  gap: .5rem;
  display: flex;
}

.pending-visit-btn {
  cursor: pointer;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  padding: .55rem 1.2rem;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 700;
  transition: all .15s;
}

.pending-visit-btn:disabled {
  opacity: .6;
  cursor: wait;
}

.pending-visit-btn-yes {
  color: #fff;
  background: #0d0d0f;
  border-color: #0d0d0f;
}

.pending-visit-btn-yes:hover:not(:disabled) {
  background: #2a2a2e;
  transform: translateY(-1px);
}

.pending-visit-btn-no {
  color: #898993;
  background: none;
  border-color: #e6e6ec;
}

.pending-visit-btn-no:hover:not(:disabled) {
  color: #0d0d0f;
  border-color: #898993;
}

.add-cloth-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 300;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  animation: .2s fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.add-cloth-modal {
  background: #fff;
  border-radius: 20px;
  flex-direction: column;
  gap: 1.25rem;
  width: 100%;
  max-width: 440px;
  padding: 2rem;
  animation: .25s slideUp;
  display: flex;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .2);
}

.add-cloth-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.add-cloth-header h2 {
  color: #0d0d0f;
  margin: 0;
  font-family: Playfair Display, serif;
  font-size: 1.5rem;
}

.add-cloth-close {
  color: #898993;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  padding: 4px;
  transition: color .15s;
  display: flex;
}

.add-cloth-close:hover {
  color: #0d0d0f;
}

.add-cloth-dropzone {
  aspect-ratio: 4 / 5;
  cursor: pointer;
  background: #f9f9fd;
  border: 2px dashed #e6e6ec;
  border-radius: 12px;
  transition: border-color .2s;
  position: relative;
  overflow: hidden;
}

.add-cloth-dropzone:hover {
  border-color: #d7c7a4;
}

.add-cloth-placeholder {
  color: #898993;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .75rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.add-cloth-placeholder p {
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

.add-cloth-preview {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.add-cloth-field {
  flex-direction: column;
  gap: .4rem;
  display: flex;
}

.add-cloth-field label {
  color: #898993;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 700;
}

.add-cloth-input {
  color: #0d0d0f;
  border: 1.5px solid #e6e6ec;
  border-radius: 8px;
  outline: none;
  width: 100%;
  padding: .75rem 1rem;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  transition: border-color .15s;
}

.add-cloth-input:focus {
  border-color: #0d0d0f;
}

.add-cloth-submit {
  color: #fff;
  cursor: pointer;
  letter-spacing: .04em;
  background: #0d0d0f;
  border: none;
  border-radius: 999px;
  padding: 1rem;
  font-family: Manrope, sans-serif;
  font-size: .95rem;
  font-weight: 700;
  transition: all .2s;
}

.add-cloth-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
}

.add-cloth-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.buy-popup-overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 400;
  background: rgba(0, 0, 0, .45);
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 2rem;
  animation: .2s fadeIn;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@media (min-width: 640px) {
  .buy-popup-overlay {
    align-items: center;
    padding: 0;
  }
}

.buy-popup-container {
  background: #fff;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-width: 500px;
  max-height: 80vh;
  padding: 1.75rem;
  animation: .3s slideUp;
  overflow-y: auto;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, .2);
}

@media (min-width: 640px) {
  .buy-popup-container {
    border-radius: 20px;
    max-height: 90vh;
  }
}

.buy-popup-header {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.25rem;
  display: flex;
}

.buy-popup-title {
  color: #0d0d0f;
  margin: 0 0 .2rem;
  font-family: Playfair Display, serif;
  font-size: 1.4rem;
}

.buy-popup-subtitle {
  color: #898993;
  margin: 0;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
}

.buy-popup-close {
  color: #898993;
  cursor: pointer;
  background: none;
  border: none;
  flex-shrink: 0;
  align-items: center;
  padding: 4px;
  transition: color .15s;
  display: flex;
}

.buy-popup-close:hover {
  color: #0d0d0f;
}

.buy-popup-items {
  flex-direction: column;
  gap: .9rem;
  display: flex;
}

.buy-popup-item {
  border: 1px solid #e6e6ec;
  border-radius: 12px;
  align-items: center;
  gap: 1rem;
  padding: .85rem;
  display: flex;
}

.buy-popup-item-image {
  background: #f9f9fd;
  border-radius: 8px;
  flex-shrink: 0;
  width: 60px;
  height: 80px;
  position: relative;
  overflow: hidden;
}

.buy-popup-item-info {
  flex-direction: column;
  flex: 1;
  gap: .15rem;
  display: flex;
  overflow: hidden;
}

.buy-popup-item-brand {
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #898993;
  font-size: .68rem;
  font-weight: 700;
}

.buy-popup-item-name {
  color: #0d0d0f;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: Manrope, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  overflow: hidden;
}

.buy-popup-item-actions {
  flex-shrink: 0;
  gap: .4rem;
  display: flex;
}

.buy-popup-btn {
  cursor: pointer;
  border: 1.5px solid rgba(0, 0, 0, 0);
  border-radius: 999px;
  padding: .45rem 1rem;
  font-family: Manrope, sans-serif;
  font-size: .8rem;
  font-weight: 700;
  transition: all .15s;
}

.buy-popup-btn:disabled {
  opacity: .5;
  cursor: wait;
}

.buy-popup-btn-yes {
  color: #fff;
  background: #0d0d0f;
  border-color: #0d0d0f;
}

.buy-popup-btn-yes:hover:not(:disabled) {
  background: #2a2a2e;
}

.buy-popup-btn-no {
  color: #898993;
  background: none;
  border-color: #e6e6ec;
}

.buy-popup-btn-no:hover:not(:disabled) {
  color: #0d0d0f;
  border-color: #898993;
}

.buy-popup-footer {
  color: #c4c4ca;
  text-align: center;
  margin-top: 1.25rem;
  font-family: Manrope, sans-serif;
  font-size: .8rem;
}

.wardrobe-card-tags {
  flex-wrap: wrap;
  gap: .3rem;
  margin-top: .3rem;
  display: flex;
}

.wardrobe-card-tag {
  color: #6b6b80;
  white-space: nowrap;
  background: #f3f4f6;
  border-radius: 99px;
  padding: 2px 8px;
  font-size: .68rem;
  font-weight: 600;
}

.wardrobe-card--selectable {
  cursor: pointer;
  transition: transform .15s, box-shadow .15s;
}

.wardrobe-card--selectable:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(0, 0, 0, .12);
}

.wardrobe-card--selected {
  outline: 3px solid var(--accent, #7c5cfc);
  outline-offset: 2px;
}

.wardrobe-card-select-overlay {
  background: none;
  justify-content: center;
  align-items: center;
  transition: background .15s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wardrobe-card-select-overlay.is-checked {
  background: rgba(124, 92, 252, .25);
}

.wardrobe-card-checkmark {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .4);
  font-size: 2rem;
  font-weight: 700;
}

.wardrobe-selection-bar {
  color: #fff;
  z-index: 200;
  white-space: nowrap;
  background: #1a1a2e;
  border-radius: 99px;
  align-items: center;
  gap: 1.2rem;
  padding: .8rem 1.5rem;
  font-size: .9rem;
  display: flex;
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
}

.wardrobe-selection-bar-btn {
  background: var(--accent, #7c5cfc);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 99px;
  padding: .5rem 1.2rem;
  font-size: .85rem;
  font-weight: 700;
  transition: opacity .2s;
}

.wardrobe-selection-bar-btn:hover {
  opacity: .88;
}

.wardrobe-selection-bar-btn:disabled {
  opacity: .5;
  cursor: default;
}

.wardrobe-header-actions {
  align-items: center;
  gap: .75rem;
  display: flex;
}

.wardrobe-outfit-btn-sm {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #7c5cfc, #c850c0);
  border: none;
  border-radius: 99px;
  padding: .5rem 1.1rem;
  font-size: .85rem;
  font-weight: 700;
  transition: opacity .2s;
}

.wardrobe-outfit-btn-sm:hover {
  opacity: .88;
}

.wardrobe-outfit-btn-sm:disabled {
  opacity: .4;
  cursor: default;
}

.wardrobe-selection-count {
  color: var(--accent, #7c5cfc);
  font-size: .85rem;
  font-weight: 600;
}

.wardrobe-selection-hint {
  color: #6b6b80;
  border-left: 3px solid var(--accent, #7c5cfc);
  background: #f8f8ff;
  border-radius: 8px;
  margin-bottom: 1.2rem;
  padding: .6rem 1rem;
  font-size: .85rem;
}

.sidebar-tabs {
  border: 1.5px solid #e5e5ef;
  border-radius: 10px;
  gap: 0;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.sidebar-tab {
  color: #6b6b80;
  cursor: pointer;
  background: none;
  border: none;
  flex: 1;
  padding: .55rem .75rem;
  font-size: .8rem;
  font-weight: 600;
  transition: background .15s, color .15s;
}

.sidebar-tab:hover {
  background: #f3f4f6;
}

.sidebar-tab--active {
  background: var(--accent, #7c5cfc);
  color: #fff;
}

.wardrobe-card-outfit-hint {
  opacity: 0;
  background: rgba(124, 92, 252, .15);
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.wardrobe-card-outfit-hint span {
  color: #fff;
  background: rgba(0, 0, 0, .7);
  border-radius: 99px;
  padding: .35rem .8rem;
  font-size: .78rem;
  font-weight: 700;
}

.wardrobe-card--selectable:hover .wardrobe-card-outfit-hint {
  opacity: 1;
}

.category-title-inner {
  align-items: baseline;
  gap: 1rem;
  display: flex;
}

.carousel-card-shop {
  flex: 0 0 280px;
  min-width: 280px;
}

.shop-feedback-overlay {
  z-index: 30;
  flex-direction: column;
  gap: .5rem;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.tryon-overlay-layered {
  gap: .5rem;
}

.pdp-controls-wrap {
  z-index: 210;
  gap: 1rem;
  display: flex;
  position: fixed;
  top: 2rem;
  right: 2rem;
}

.pdp-back-btn {
  right: 6rem;
}

.pdp-btn-black {
  color: #fff;
  background-color: #000;
  border: none;
  margin-top: 1rem;
}

.pdp-btn-gold {
  color: #1a1a2e;
  background: linear-gradient(135deg, #c9a87c 0%, #e8d5b7 100%);
  border: none;
  margin-top: .75rem;
}

.pdp-similar-section {
  border-top: 1px solid #e6e6ec;
  margin-top: 2rem;
  padding-top: 1.5rem;
}

.shop-toggle-btn-lg {
  font-size: 1rem;
}

.pdp-similar-grid-wrap {
  margin-top: 1.5rem;
}

.text-muted-italic {
  color: #888;
  font-style: italic;
}

.text-muted {
  color: #888;
}

.pdp-similar-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  display: grid;
}

.shop-card-bordered {
  border: 1px solid #e6e6ec;
}

.shop-card-p2 {
  padding: .5rem;
}

.pdp-similar-brand {
  color: #888;
  font-size: .7rem;
  font-weight: 700;
}

.pdp-similar-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: .85rem;
  font-weight: 600;
  overflow: hidden;
}

.saved-items-container {
  background-color: #060608;
  min-height: 100vh;
  padding-bottom: 6rem;
  font-family: Manrope, sans-serif;
}

.saved-items-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .saved-items-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.saved-items-header {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  display: flex;
}

@media (min-width: 768px) {
  .saved-items-header {
    flex-direction: row;
    align-items: flex-end;
  }
}

.saved-items-kicker {
  color: #c9a87c;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 700;
  display: block;
}

.saved-items-title {
  color: #fff;
  letter-spacing: -.025em;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 300;
}

@media (min-width: 768px) {
  .saved-items-title {
    font-size: 3rem;
  }
}

.saved-items-header-right {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.saved-items-count {
  color: #9ca3af;
  font-size: .875rem;
}

.saved-items-back-btn {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: rgba(255, 255, 255, .05);
  border-radius: .25rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .2s;
}

.saved-items-back-btn:hover {
  background-color: rgba(255, 255, 255, .1);
}

.saved-items-empty {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.saved-items-empty-text {
  color: #6b7280;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
}

.saved-items-explore-btn {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .05em;
  background-color: #fff;
  padding: .75rem 2rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.saved-items-explore-btn:hover {
  background-color: #e5e7eb;
}

.saved-items-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  display: grid;
}

@media (min-width: 768px) {
  .saved-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .saved-items-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1280px) {
  .saved-items-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.saved-item-meta-p3 {
  padding: .75rem;
}

.saved-item-brand {
  color: #6b7280;
  margin-bottom: .25rem;
  font-size: .75rem;
  font-weight: 700;
}

.saved-item-name {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: .875rem;
  font-weight: 600;
  overflow: hidden;
}

.saved-item-price {
  font-size: .875rem;
}

.saved-item-mt2 {
  margin-top: .5rem;
}

.profile-carousel-wrapper {
  min-width: 240px;
  max-width: 240px;
}

.profile-carousel-empty {
  text-align: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@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 rgba(0, 0, 0, 0);
}

@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 rgba(0, 0, 0, 0);
}

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

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 rgba(0, 0, 0, 0);
}

@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 rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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