/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "IBM Plex Sans", sans-serif;
    --font-mono: "IBM Plex Mono", monospace;
    --color-white: #ffffff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.5rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3.5rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wider: 0.05em;
    --radius-sm: 0.45rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-ink: #121820;
    --color-ink-soft: #35404a;
    --color-paper: #f3f0e8;
    --color-cobalt: #224aa8;
    --color-cobalt-dark: #17356f;
    --color-sun: #f1c84b;
    --color-coral: #c95d4f;
    --color-mint: #b8d7c4;
    --color-green: #1f6c4c;
    --color-line: #d1cbc0;
    --color-muted: #687179;
    --color-neutral: #121820;
    --color-primary: #224aa8;
    --font-display: "Familjen Grotesk", sans-serif;
    --radius-pill: 999px;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden='until-found'])) {
    display: none !important;
  }
}
@layer utilities {
  .static {
    position: static;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .-mx-6 {
    margin-inline: calc(var(--spacing) * -6);
  }
  .mx-2 {
    margin-inline: calc(var(--spacing) * 2);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .prose {
    color: var(--tw-prose-body);
    max-width: 65ch;
    :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-lead);
      font-size: 1.25em;
      line-height: 1.6;
      margin-top: 1.2em;
      margin-bottom: 1.2em;
    }
    :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-links);
      text-decoration: underline;
      font-weight: 500;
    }
    :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-bold);
      font-weight: 600;
    }
    :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-alpha;
    }
    :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-alpha;
    }
    :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: upper-roman;
    }
    :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: lower-roman;
    }
    :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: decimal;
    }
    :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      list-style-type: disc;
      margin-top: 1.25em;
      margin-bottom: 1.25em;
      padding-inline-start: 1.625em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      font-weight: 400;
      color: var(--tw-prose-counters);
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
      color: var(--tw-prose-bullets);
    }
    :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.25em;
    }
    :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-color: var(--tw-prose-hr);
      border-top-width: 1px;
      margin-top: 3em;
      margin-bottom: 3em;
    }
    :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-style: italic;
      color: var(--tw-prose-quotes);
      border-inline-start-width: 0.25rem;
      border-inline-start-color: var(--tw-prose-quote-borders);
      quotes: "\201C""\201D""\2018""\2019";
      margin-top: 1.6em;
      margin-bottom: 1.6em;
      padding-inline-start: 1em;
    }
    :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: open-quote;
    }
    :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: close-quote;
    }
    :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 800;
      font-size: 2.25em;
      margin-top: 0;
      margin-bottom: 0.8888889em;
      line-height: 1.1111111;
    }
    :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 900;
      color: inherit;
    }
    :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 700;
      font-size: 1.5em;
      margin-top: 2em;
      margin-bottom: 1em;
      line-height: 1.3333333;
    }
    :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 800;
      color: inherit;
    }
    :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      font-size: 1.25em;
      margin-top: 1.6em;
      margin-bottom: 0.6em;
      line-height: 1.6;
    }
    :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      margin-top: 1.5em;
      margin-bottom: 0.5em;
      line-height: 1.5;
    }
    :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 700;
      color: inherit;
    }
    :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      display: block;
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-weight: 500;
      font-family: inherit;
      color: var(--tw-prose-kbd);
      box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
      font-size: 0.875em;
      border-radius: 0.3125rem;
      padding-top: 0.1875em;
      padding-inline-end: 0.375em;
      padding-bottom: 0.1875em;
      padding-inline-start: 0.375em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-code);
      font-weight: 600;
      font-size: 0.875em;
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: "`";
    }
    :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: "`";
    }
    :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.875em;
    }
    :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
      font-size: 0.9em;
    }
    :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: inherit;
    }
    :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-pre-code);
      background-color: var(--tw-prose-pre-bg);
      overflow-x: auto;
      font-weight: 400;
      font-size: 0.875em;
      line-height: 1.7142857;
      margin-top: 1.7142857em;
      margin-bottom: 1.7142857em;
      border-radius: 0.375rem;
      padding-top: 0.8571429em;
      padding-inline-end: 1.1428571em;
      padding-bottom: 0.8571429em;
      padding-inline-start: 1.1428571em;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      background-color: transparent;
      border-width: 0;
      border-radius: 0;
      padding: 0;
      font-weight: inherit;
      color: inherit;
      font-size: inherit;
      font-family: inherit;
      line-height: inherit;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
      content: none;
    }
    :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
      content: none;
    }
    :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      width: 100%;
      table-layout: auto;
      margin-top: 2em;
      margin-bottom: 2em;
      font-size: 0.875em;
      line-height: 1.7142857;
    }
    :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-th-borders);
    }
    :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-headings);
      font-weight: 600;
      vertical-align: bottom;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 1px;
      border-bottom-color: var(--tw-prose-td-borders);
    }
    :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-bottom-width: 0;
    }
    :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: baseline;
    }
    :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      border-top-width: 1px;
      border-top-color: var(--tw-prose-th-borders);
    }
    :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      vertical-align: top;
    }
    :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      text-align: start;
    }
    :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      color: var(--tw-prose-captions);
      font-size: 0.875em;
      line-height: 1.4285714;
      margin-top: 0.8571429em;
    }
    --tw-prose-body: oklch(37.3% 0.034 259.733);
    --tw-prose-headings: oklch(21% 0.034 264.665);
    --tw-prose-lead: oklch(44.6% 0.03 256.802);
    --tw-prose-links: oklch(21% 0.034 264.665);
    --tw-prose-bold: oklch(21% 0.034 264.665);
    --tw-prose-counters: oklch(55.1% 0.027 264.364);
    --tw-prose-bullets: oklch(87.2% 0.01 258.338);
    --tw-prose-hr: oklch(92.8% 0.006 264.531);
    --tw-prose-quotes: oklch(21% 0.034 264.665);
    --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-captions: oklch(55.1% 0.027 264.364);
    --tw-prose-kbd: oklch(21% 0.034 264.665);
    --tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
    --tw-prose-code: oklch(21% 0.034 264.665);
    --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
    --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
    --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
    --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
    --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
    --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
    --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
    --tw-prose-invert-kbd: #fff;
    --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
    --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
    --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
    --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
    font-size: 1rem;
    line-height: 1.75;
    :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
      margin-bottom: 0;
    }
    :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      margin-bottom: 0.5em;
    }
    :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0.375em;
    }
    :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
    }
    :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 1.25em;
    }
    :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.75em;
      margin-bottom: 0.75em;
    }
    :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 1.25em;
      margin-bottom: 1.25em;
    }
    :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0.5em;
      padding-inline-start: 1.625em;
    }
    :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-top: 0.5714286em;
      padding-inline-end: 0.5714286em;
      padding-bottom: 0.5714286em;
      padding-inline-start: 0.5714286em;
    }
    :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-start: 0;
    }
    :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      padding-inline-end: 0;
    }
    :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 2em;
      margin-bottom: 2em;
    }
    :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-top: 0;
    }
    :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      margin-bottom: 0;
    }
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-auto {
    height: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-none {
    max-width: none;
  }
  .flex-1 {
    flex: 1;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-24 {
    padding-block: calc(var(--spacing) * 24);
  }
  .pt-16 {
    padding-top: calc(var(--spacing) * 16);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }
  .text-neutral {
    color: var(--color-neutral);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .not-italic {
    font-style: normal;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .last\:border-b-0 {
    &:last-child {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .hover\:text-primary {
    &:hover {
      @media (hover: hover) {
        color: var(--color-primary);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:text-2xl {
    @media (width >= 48rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .md\:text-3xl {
    @media (width >= 48rem) {
      font-size: var(--text-3xl);
      line-height: var(--tw-leading, var(--text-3xl--line-height));
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:text-5xl {
    @media (width >= 48rem) {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }
}
@keyframes ss-rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ss-scan {
  0%, 100% {
    transform: translateY(0);
    opacity: 0;
  }
  12% {
    opacity: 0.75;
  }
  50% {
    transform: translateY(235px);
    opacity: 0.55;
  }
  88% {
    opacity: 0;
  }
}
@keyframes ss-pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 212, 71, 0.5);
  }
  50% {
    transform: scale(1.06);
    box-shadow: 0 0 0 10px rgba(255, 212, 71, 0);
  }
}
@layer base {
  * {
    box-sizing: border-box;
  }
  [x-cloak] {
    display: none !important;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 7rem;
  }
  body {
    margin: 0;
    background: radial-gradient(circle at 15% 8%, rgba(255, 212, 71, 0.16), transparent 24rem),	var(--color-paper);
    color: var(--color-ink);
    font-family: var(--font-sans);
    font-size: 1rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
  }
  body::before {
    background-image: radial-gradient(rgba(16, 24, 32, 0.09) 0.55px, transparent 0.55px);
    background-size: 5px 5px;
    content: "";
    inset: 0;
    opacity: 0.24;
    pointer-events: none;
    position: fixed;
    z-index: -1;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    font-weight: 750;
    letter-spacing: -0.035em;
    line-height: 1.04;
    margin: 0;
  }
  p {
    margin: 0;
  }
  a {
    color: inherit;
  }
  button,	input {
    font: inherit;
  }
  ::selection {
    background: var(--color-sun);
    color: var(--color-ink);
  }
  :focus-visible {
    outline: 3px solid var(--color-cobalt);
    outline-offset: 3px;
  }
}
@layer components {
  .ss-shell {
    margin-inline: auto;
    max-width: 1240px;
    padding-inline: clamp(1.25rem, 4vw, 3rem);
    width: 100%;
  }
  .ss-skip-link {
    background: var(--color-ink);
    color: var(--color-white);
    left: 1rem;
    padding: 0.75rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 100;
  }
  .ss-skip-link:focus {
    top: 1rem;
  }
  .ss-topline {
    background: var(--color-ink);
    color: var(--color-white);
    font-size: 0.74rem;
    font-weight: 650;
    letter-spacing: 0.045em;
    padding: 0.48rem 1rem;
    text-align: center;
    text-transform: uppercase;
  }
  .ss-topline strong {
    color: var(--color-sun);
  }
  .ss-header {
    backdrop-filter: blur(14px);
    background: rgba(243, 240, 232, 0.94);
    border-bottom: 1px solid rgba(16, 24, 32, 0.14);
    position: sticky;
    top: 0;
    z-index: 50;
  }
  .admin-bar .ss-header {
    top: 32px;
  }
  .ss-header-inner {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    min-height: 78px;
  }
  .ss-brand {
    align-items: center;
    display: inline-flex;
    font-family: var(--font-display);
    font-size: clamp(1.2rem, 2vw, 1.52rem);
    font-weight: 800;
    gap: 0.65rem;
    letter-spacing: -0.04em;
    text-decoration: none;
  }
  .ss-brand-symbol {
    display: inline-flex;
    filter: drop-shadow(3px 3px 0 var(--color-cobalt));
    flex: 0 0 auto;
    transition: filter 180ms ease, transform 180ms ease;
  }
  .ss-brand:hover .ss-brand-symbol {
    filter: drop-shadow(4px 4px 0 var(--color-coral));
    transform: translateY(-1px);
  }
  .ss-brand-symbol svg {
    display: block;
    height: 38px;
    width: 38px;
  }
  .ss-logo-base {
    fill: var(--color-ink);
  }
  .ss-logo-s {
    fill: var(--color-sun);
  }
  .ss-logo-cut {
    fill: none;
    stroke: var(--color-coral);
    stroke-linecap: round;
    stroke-width: 3;
  }
  .ss-footer .ss-logo-base {
    fill: var(--color-white);
  }
  .ss-footer .ss-brand-sharp {
    color: var(--color-sun);
  }
  .ss-brand-sharp {
    color: var(--color-cobalt);
  }
  .ss-nav {
    align-items: center;
    display: flex;
    gap: 1.9rem;
  }
  .ss-brand-symbol {
    align-items: center;
    filter: none;
    transition: transform 180ms ease;
  }
  .ss-brand:hover .ss-brand-symbol {
    filter: none;
  }
  .ss-brand-symbol svg {
    height: 42px;
    width: 48px;
  }
  .ss-logo-brick-top {
    fill: var(--color-ink);
  }
  .ss-logo-brick-bottom {
    fill: var(--color-cobalt);
  }
  .ss-logo-stud {
    fill: var(--color-white);
    stroke: rgba(11, 31, 59, 0.18);
    stroke-width: 0.8;
  }
  .ss-brand-wordmark {
    align-items: baseline;
    display: inline-flex;
    line-height: 0.95;
    white-space: nowrap;
  }
  .ss-brand-steen,	.ss-brand-sharp {
    display: inline-block;
  }
  .ss-brand-steen {
    clip-path: polygon(0 0, 100% 0, calc(100% - 0.12em) 100%, 0 100%);
    color: var(--color-ink);
    padding-right: 0.04em;
  }
  .ss-brand-sharp {
    clip-path: polygon(0.12em 0, 100% 0, 100% 100%, 0 100%);
    color: var(--color-cobalt);
    margin-left: -0.05em;
    padding-left: 0.05em;
  }
  .ss-footer .ss-logo-brick-top {
    fill: var(--color-white);
  }
  .ss-footer .ss-logo-stud {
    fill: var(--color-ink);
    stroke: rgba(255, 255, 255, 0.16);
  }
  .ss-footer .ss-brand-steen {
    color: var(--color-white);
  }
  .ss-footer .ss-brand-sharp {
    color: var(--color-cobalt);
  }
  .ss-nav ul {
    align-items: center;
    display: flex;
    gap: 1.7rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ss-nav a {
    font-size: 0.9rem;
    font-weight: 650;
    position: relative;
    text-decoration: none;
  }
  .ss-nav a::after {
    background: var(--color-cobalt);
    bottom: -0.4rem;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 180ms ease;
    width: 100%;
  }
  .ss-nav a:hover::after,	.ss-nav a:focus-visible::after {
    transform: scaleX(1);
    transform-origin: left;
  }
  .ss-header-cta {
    align-items: center;
    background: var(--color-ink);
    border: 2px solid var(--color-ink);
    border-radius: var(--radius-pill);
    color: var(--color-white);
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 700;
    gap: 0.45rem;
    padding: 0.58rem 0.9rem;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease, transform 160ms ease;
  }
  .ss-header-cta:hover {
    background: var(--color-sun);
    color: var(--color-ink);
    transform: translateY(-2px);
  }
  .ss-mobile-toggle {
    align-items: center;
    background: transparent;
    border: 2px solid var(--color-ink);
    border-radius: var(--radius-pill);
    color: var(--color-ink);
    cursor: pointer;
    display: none;
    height: 42px;
    justify-content: center;
    width: 42px;
  }
  .ss-mobile-panel {
    background: var(--color-paper);
    border-top: 1px solid var(--color-line);
    padding: 1rem 1.25rem 1.4rem;
  }
  .ss-mobile-panel a {
    border-bottom: 1px solid var(--color-line);
    display: block;
    font-family: var(--font-display);
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.8rem 0;
    text-decoration: none;
  }
  .ss-hero {
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 7.25rem) 0 clamp(3.2rem, 7vw, 6rem);
    position: relative;
  }
  .ss-hero::after {
    border: 1px solid rgba(16, 24, 32, 0.13);
    border-radius: 50%;
    content: "";
    height: 30rem;
    position: absolute;
    right: -16rem;
    top: -12rem;
    width: 30rem;
    z-index: -1;
  }
  .ss-hero-grid {
    align-items: center;
    display: grid;
    gap: clamp(2.5rem, 7vw, 6.5rem);
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.72fr);
  }
  .ss-eyebrow {
    align-items: center;
    display: flex;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 600;
    gap: 0.65rem;
    letter-spacing: 0.095em;
    margin-bottom: 1.2rem;
    text-transform: uppercase;
  }
  .ss-eyebrow::before {
    background: var(--color-coral);
    content: "";
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
  }
  .ss-hero h1 {
    font-size: clamp(3.1rem, 7vw, 6.7rem);
    max-width: 13ch;
  }
  .ss-highlight {
    color: var(--color-cobalt);
    display: inline-block;
    position: relative;
    white-space: nowrap;
  }
  .ss-highlight::after {
    background: var(--color-sun);
    bottom: 0.04em;
    content: "";
    height: 0.19em;
    left: -0.02em;
    position: absolute;
    transform: rotate(-1.5deg);
    width: 102%;
    z-index: -1;
  }
  .ss-hero-copy {
    color: var(--color-ink-soft);
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    margin-top: 1.45rem;
    max-width: 59ch;
  }
  .ss-search {
    background: var(--color-white);
    border: 2px solid var(--color-ink);
    box-shadow: 5px 5px 0 var(--color-ink);
    display: flex;
    margin-top: 2rem;
    max-width: 670px;
    padding: 0.42rem;
  }
  .ss-search svg {
    flex: 0 0 auto;
    margin: auto 0 auto 0.75rem;
  }
  .ss-search input {
    background: transparent;
    border: 0;
    color: var(--color-ink);
    min-width: 0;
    padding: 0.9rem;
    width: 100%;
  }
  .ss-search input:focus {
    outline: none;
  }
  .ss-search button,	.ss-button {
    align-items: center;
    background: var(--color-cobalt);
    border: 2px solid var(--color-cobalt);
    border-radius: var(--radius-sm);
    color: var(--color-white);
    cursor: pointer;
    display: inline-flex;
    font-size: 0.88rem;
    font-weight: 750;
    gap: 0.45rem;
    justify-content: center;
    padding: 0.8rem 1.15rem;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
  }
  .ss-search button:hover,	.ss-button:hover {
    background: var(--color-cobalt-dark);
    border-color: var(--color-cobalt-dark);
    transform: translateY(-2px);
  }
  .ss-button--ink {
    background: var(--color-ink);
    border-color: var(--color-ink);
  }
  .ss-button--ghost {
    background: transparent;
    border-color: var(--color-ink);
    color: var(--color-ink);
  }
  .ss-quicklinks {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.76rem;
    gap: 0.5rem;
    margin-top: 1.25rem;
  }
  .ss-quicklinks span {
    color: var(--color-muted);
  }
  .ss-chip {
    border: 1px solid rgba(16, 24, 32, 0.24);
    border-radius: var(--radius-pill);
    font-weight: 650;
    padding: 0.28rem 0.68rem;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease;
  }
  .ss-chip:hover {
    background: var(--color-sun);
    border-color: var(--color-ink);
  }
  .ss-scanner {
    animation: ss-rise 600ms 180ms both;
    background: var(--color-ink);
    box-shadow: 8px 8px 0 var(--color-coral);
    color: var(--color-white);
    min-height: 430px;
    padding: clamp(1.35rem, 3vw, 2rem);
    position: relative;
  }
  .ss-scanner::before {
    animation: ss-scan 4.2s ease-in-out infinite;
    background: linear-gradient(90deg, transparent, var(--color-sun), transparent);
    content: "";
    height: 2px;
    left: 1.5rem;
    position: absolute;
    right: 1.5rem;
    top: 5.6rem;
  }
  .ss-scanner-top {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .ss-live {
    align-items: center;
    color: var(--color-mint);
    display: inline-flex;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    gap: 0.45rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ss-live::before {
    animation: ss-pulse 1.8s infinite;
    background: var(--color-sun);
    border-radius: 50%;
    content: "";
    height: 7px;
    width: 7px;
  }
  .ss-demo-label {
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: var(--radius-pill);
    color: rgba(255,255,255,0.7);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    padding: 0.23rem 0.55rem;
    text-transform: uppercase;
  }
  .ss-set-visual {
    align-items: center;
    background: linear-gradient(135deg, rgba(37,85,217,0.38), rgba(255,212,71,0.12)),	radial-gradient(circle at 22% 30%, var(--color-coral) 0 13px, transparent 14px),	radial-gradient(circle at 72% 68%, var(--color-sun) 0 18px, transparent 19px),	#19252f;
    border: 1px solid rgba(255,255,255,0.16);
    display: flex;
    height: 145px;
    justify-content: center;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
  }
  .ss-brick-stack {
    display: grid;
    filter: drop-shadow(8px 10px 0 rgba(0,0,0,0.23));
    grid-template-columns: repeat(4, 31px);
    transform: rotate(-5deg);
  }
  .ss-brick-stack i {
    background: var(--color-sun);
    border: 2px solid var(--color-ink);
    height: 29px;
    position: relative;
  }
  .ss-brick-stack i:nth-child(3n) {
    background: var(--color-coral);
  }
  .ss-brick-stack i:nth-child(4n) {
    background: var(--color-cobalt);
  }
  .ss-brick-stack i::before {
    background: inherit;
    border: 2px solid var(--color-ink);
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    content: "";
    height: 8px;
    left: 7px;
    position: absolute;
    top: -8px;
    width: 13px;
  }
  .ss-scan-data {
    margin-top: 1.3rem;
  }
  .ss-scan-data small {
    color: rgba(255,255,255,0.57);
    font-family: var(--font-mono);
    font-size: 0.66rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .ss-scan-data h2 {
    font-size: 1.4rem;
    margin-top: 0.2rem;
  }
  .ss-price-row {
    align-items: end;
    border-top: 1px solid rgba(255,255,255,0.16);
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    padding-top: 1rem;
  }
  .ss-price {
    color: var(--color-sun);
    font-family: var(--font-display);
    font-size: 2.3rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .ss-old-price {
    color: rgba(255,255,255,0.55);
    font-size: 0.8rem;
    text-decoration: line-through;
  }
  .ss-score {
    align-items: center;
    background: var(--color-mint);
    border-radius: 50%;
    color: var(--color-ink);
    display: flex;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 800;
    height: 58px;
    justify-content: center;
    width: 58px;
  }
  .ss-trustbar {
    border-bottom: 1px solid var(--color-line);
    border-top: 1px solid var(--color-line);
  }
  .ss-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .ss-trust-item {
    align-items: center;
    display: flex;
    gap: 0.9rem;
    padding: 1.35rem clamp(0.8rem, 2.4vw, 2rem);
  }
  .ss-trust-item + .ss-trust-item {
    border-left: 1px solid var(--color-line);
  }
  .ss-icon-box {
    align-items: center;
    background: var(--color-sun);
    border: 1px solid var(--color-ink);
    border-radius: 5px;
    display: flex;
    flex: 0 0 auto;
    height: 39px;
    justify-content: center;
    width: 39px;
  }
  .ss-trust-item strong {
    display: block;
    font-family: var(--font-display);
    font-size: 0.95rem;
    letter-spacing: -0.02em;
  }
  .ss-trust-item span {
    color: var(--color-muted);
    display: block;
    font-size: 0.74rem;
    line-height: 1.35;
    margin-top: 0.15rem;
  }
  .ss-section {
    padding: clamp(4.5rem, 9vw, 8rem) 0;
  }
  .ss-section--white {
    background: var(--color-white);
  }
  .ss-section--ink {
    background: var(--color-ink);
    color: var(--color-white);
    overflow: hidden;
    position: relative;
  }
  .ss-section--ink::after {
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 50%;
    content: "";
    height: 32rem;
    position: absolute;
    right: -14rem;
    top: -10rem;
    width: 32rem;
  }
  .ss-section-head {
    align-items: end;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    margin-bottom: clamp(2rem, 4vw, 3.5rem);
  }
  .ss-kicker {
    color: var(--color-cobalt);
    font-family: var(--font-mono);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.11em;
    margin-bottom: 0.85rem;
    text-transform: uppercase;
  }
  .ss-section--ink .ss-kicker {
    color: var(--color-sun);
  }
  .ss-section-title {
    font-size: clamp(2.2rem, 5vw, 4.4rem);
    max-width: 14ch;
  }
  .ss-section-intro {
    color: var(--color-muted);
    font-size: 0.94rem;
    max-width: 46ch;
  }
  .ss-text-link {
    align-items: center;
    display: inline-flex;
    font-size: 0.84rem;
    font-weight: 750;
    gap: 0.45rem;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .ss-deal-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .ss-deal-card {
    background: var(--color-paper);
    border: 1px solid var(--color-ink);
    box-shadow: 4px 4px 0 var(--color-ink);
    display: flex;
    flex-direction: column;
    min-width: 0;
    transition: box-shadow 180ms ease, transform 180ms ease;
  }
  .ss-deal-card:hover {
    box-shadow: 7px 7px 0 var(--color-cobalt);
    transform: translate(-2px, -2px);
  }
  .ss-deal-art {
    align-items: center;
    background: var(--card-bg, var(--color-sun));
    border-bottom: 1px solid var(--color-ink);
    display: flex;
    height: 190px;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .ss-deal-card:nth-child(2) .ss-deal-art {
    --card-bg: var(--color-coral);
    --art-rotate: 5deg;
  }
  .ss-deal-card:nth-child(3) .ss-deal-art {
    --card-bg: var(--color-mint);
    --art-rotate: -2deg;
  }
  .ss-deal-art::before,	.ss-deal-art::after {
    border: 2px solid var(--color-ink);
    content: "";
    position: absolute;
    transform: rotate(var(--art-rotate, -7deg));
  }
  .ss-deal-art::before {
    background: rgba(255,255,255,0.35);
    height: 88px;
    width: 132px;
  }
  .ss-deal-art::after {
    border-radius: 50%;
    height: 64px;
    width: 64px;
  }
  .ss-card-studs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 24px);
    position: relative;
    z-index: 1;
  }
  .ss-card-studs i {
    background: var(--color-white);
    border: 2px solid var(--color-ink);
    border-radius: 50%;
    height: 24px;
    width: 24px;
  }
  .ss-discount {
    background: var(--color-ink);
    color: var(--color-white);
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 800;
    left: 0.8rem;
    padding: 0.35rem 0.6rem;
    position: absolute;
    top: 0.8rem;
    transform: rotate(-3deg);
  }
  .ss-demo-tag {
    background: rgba(255,255,255,0.84);
    border: 1px solid var(--color-ink);
    bottom: 0.7rem;
    font-family: var(--font-mono);
    font-size: 0.56rem;
    letter-spacing: 0.08em;
    padding: 0.22rem 0.4rem;
    position: absolute;
    right: 0.7rem;
    text-transform: uppercase;
  }
  .ss-deal-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 1.25rem;
  }
  .ss-set-number {
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ss-deal-body h3 {
    font-size: 1.24rem;
    margin-top: 0.38rem;
  }
  .ss-card-price {
    align-items: end;
    display: flex;
    gap: 0.75rem;
    margin-top: 1.2rem;
  }
  .ss-card-price strong {
    font-family: var(--font-display);
    font-size: 1.7rem;
    letter-spacing: -0.04em;
    line-height: 1;
  }
  .ss-card-price span {
    color: var(--color-muted);
    font-size: 0.75rem;
    text-decoration: line-through;
  }
  .ss-card-meta {
    border-top: 1px solid var(--color-line);
    display: flex;
    font-size: 0.68rem;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1rem;
  }
  .ss-card-detail {
    align-items: center;
    border-top: 1px solid var(--color-line);
    color: var(--color-cobalt);
    display: flex;
    font-size: 0.72rem;
    font-weight: 750;
    justify-content: space-between;
    margin-top: 0.9rem;
    padding-top: 0.85rem;
    text-decoration: none;
  }
  .ss-card-detail span {
    font-size: 1rem;
    transition: transform 160ms ease;
  }
  .ss-card-detail:hover span,	.ss-card-detail:focus-visible span {
    transform: translateX(4px);
  }
  .ss-card-meta strong {
    color: var(--color-green);
  }
  .ss-method-grid {
    counter-reset: step;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .ss-method {
    border-top: 3px solid var(--color-ink);
    padding: 1.5rem 0.5rem 0 0;
  }
  .ss-method::before {
    color: var(--color-coral);
    content: "0" counter(step);
    counter-increment: step;
    display: block;
    font-family: var(--font-mono);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-bottom: 1.2rem;
  }
  .ss-method h3 {
    font-size: 1.35rem;
  }
  .ss-method p {
    color: var(--color-muted);
    font-size: 0.86rem;
    margin-top: 0.7rem;
    max-width: 34ch;
  }
  .ss-score-grid {
    align-items: center;
    display: grid;
    gap: clamp(3rem, 8vw, 7rem);
    grid-template-columns: 0.82fr 1.18fr;
    position: relative;
    z-index: 1;
  }
  .ss-score-wheel {
    align-items: center;
    aspect-ratio: 1;
    background: radial-gradient(circle, var(--color-ink) 0 45%, transparent 46%),	conic-gradient(var(--color-sun) 0 87%, rgba(255,255,255,0.12) 87% 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin-inline: auto;
    max-width: 330px;
    position: relative;
    width: 100%;
  }
  .ss-score-wheel::before,	.ss-score-wheel::after {
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 50%;
    content: "";
    inset: -17px;
    position: absolute;
  }
  .ss-score-wheel::after {
    inset: -35px;
  }
  .ss-score-number {
    text-align: center;
  }
  .ss-score-number strong {
    color: var(--color-sun);
    display: block;
    font-family: var(--font-display);
    font-size: clamp(4rem, 8vw, 6.6rem);
    letter-spacing: -0.075em;
    line-height: 0.82;
  }
  .ss-score-number span {
    color: rgba(255,255,255,0.58);
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  .ss-score-copy h2 {
    font-size: clamp(2.4rem, 5vw, 4.6rem);
    max-width: 12ch;
  }
  .ss-score-copy > p {
    color: rgba(255,255,255,0.64);
    margin-top: 1.1rem;
    max-width: 54ch;
  }
  .ss-factors {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
  }
  .ss-factor-head {
    display: flex;
    font-size: 0.72rem;
    justify-content: space-between;
    margin-bottom: 0.35rem;
  }
  .ss-factor-head span:last-child {
    color: var(--color-sun);
    font-family: var(--font-mono);
  }
  .ss-factor-track {
    background: rgba(255,255,255,0.11);
    height: 5px;
    overflow: hidden;
  }
  .ss-factor-track i {
    background: var(--factor-color, var(--color-sun));
    display: block;
    height: 100%;
    width: var(--factor-width, 80%);
  }
  .ss-theme-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, 1fr);
  }
  .ss-section--themes {
    background: linear-gradient(135deg, rgba(34, 74, 168, 0.07), transparent 42%),	var(--color-paper);
    border-bottom: 1px solid var(--color-line);
  }
  .ss-theme-menu {
    display: grid;
    gap: 0.7rem;
    grid-template-columns: repeat(auto-fit, minmax(205px, 1fr));
  }
  .ss-theme-menu-item {
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-line);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    min-height: 78px;
    padding: 0.9rem 1rem;
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  }
  .ss-theme-menu-item:hover,	.ss-theme-menu-item:focus-visible {
    border-color: var(--color-ink);
    box-shadow: 3px 3px 0 var(--color-cobalt);
    transform: translate(-2px, -2px);
  }
  .ss-theme-menu-item.is-active {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
  }
  .ss-theme-menu-item span {
    display: grid;
    gap: 0.12rem;
  }
  .ss-theme-menu-item strong {
    font-family: var(--font-display);
    font-size: 1rem;
    line-height: 1.1;
  }
  .ss-theme-menu-item small {
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.61rem;
    letter-spacing: 0.035em;
  }
  .ss-theme-menu-item.is-active small {
    color: rgba(255, 255, 255, 0.62);
  }
  .ss-popular-themes {
    border-top: 1px solid var(--color-line);
    margin-top: clamp(2.4rem, 5vw, 4.5rem);
    padding-top: 1.5rem;
  }
  .ss-popular-themes-head {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.1rem;
  }
  .ss-popular-themes-head h3 {
    font-size: 1.25rem;
  }
  .ss-popular-themes-head span {
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .ss-chip--all {
    background: var(--color-ink);
    border-color: var(--color-ink);
    color: var(--color-white);
  }
  .ss-theme-page-hero {
    background: linear-gradient(125deg, rgba(241, 200, 75, 0.22), transparent 40%),	var(--color-paper);
    border-bottom: 1px solid var(--color-line);
    overflow: hidden;
    padding: clamp(3.5rem, 8vw, 7rem) 0;
  }
  .ss-theme-page-grid {
    align-items: center;
    display: grid;
    gap: clamp(2rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.48fr);
  }
  .ss-theme-page-hero h1 {
    font-size: clamp(3.6rem, 9vw, 7.7rem);
    margin: 0.65rem 0 1.1rem;
  }
  .ss-theme-page-hero p:not(.ss-kicker) {
    color: var(--color-ink-soft);
    font-size: clamp(1rem, 1.7vw, 1.22rem);
    max-width: 57ch;
  }
  .ss-theme-back {
    align-items: center;
    display: inline-flex;
    font-size: 0.8rem;
    font-weight: 700;
    gap: 0.45rem;
    margin-bottom: 2.2rem;
    text-decoration: none;
  }
  .ss-theme-back:hover {
    color: var(--color-cobalt);
  }
  .ss-theme-page-mark {
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, minmax(80px, 1fr));
    transform: rotate(-4deg);
  }
  .ss-theme-page-mark span {
    aspect-ratio: 1.65;
    background: radial-gradient(circle at 28% 50%, rgba(255,255,255,0.78) 0 10%, transparent 11%),	radial-gradient(circle at 72% 50%, rgba(255,255,255,0.78) 0 10%, transparent 11%),	var(--color-cobalt);
    border: 2px solid var(--color-ink);
    box-shadow: 5px 5px 0 var(--color-ink);
  }
  .ss-theme-page-mark span:nth-child(2) {
    background-color: var(--color-sun);
  }
  .ss-theme-page-mark span:nth-child(3) {
    background-color: var(--color-coral);
  }
  .ss-theme-page-mark span:nth-child(4) {
    background-color: var(--color-mint);
  }
  .ss-theme-card {
    background: var(--color-paper);
    border: 1px solid var(--color-ink);
    min-height: 220px;
    overflow: hidden;
    padding: 1.25rem;
    position: relative;
    text-decoration: none;
    transition: color 180ms ease, transform 180ms ease;
  }
  .ss-theme-card::before {
    background: radial-gradient(circle, rgba(255,255,255,0.72) 0 9px, transparent 10px);
    background-size: 42px 42px;
    content: "";
    inset: 0;
    opacity: 0.55;
    position: absolute;
    transform: rotate(-6deg) scale(1.25);
  }
  .ss-theme-card::after {
    background: var(--color-ink);
    content: "";
    height: 120%;
    left: -150%;
    position: absolute;
    top: -10%;
    transform: skewX(-15deg);
    transition: left 260ms ease;
    width: 120%;
  }
  .ss-theme-card:hover {
    color: var(--color-white);
    transform: translateY(-5px);
  }
  .ss-theme-card:hover::after {
    left: -12%;
  }
  .ss-theme-card:nth-child(1) {
    background-color: var(--color-sun);
  }
  .ss-theme-card:nth-child(2) {
    background-color: var(--color-coral);
  }
  .ss-theme-card:nth-child(3) {
    background-color: var(--color-mint);
  }
  .ss-theme-card:nth-child(4) {
    background-color: #a9c7ff;
  }
  .ss-theme-card > * {
    position: relative;
    z-index: 1;
  }
  .ss-theme-card small {
    font-family: var(--font-mono);
    font-size: 0.61rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ss-theme-card h3 {
    bottom: 1.25rem;
    font-size: 1.55rem;
    left: 1.25rem;
    position: absolute;
  }
  .ss-theme-card svg {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
  .ss-cta-panel {
    align-items: center;
    background: var(--color-cobalt);
    box-shadow: 8px 8px 0 var(--color-ink);
    color: var(--color-white);
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr auto;
    overflow: hidden;
    padding: clamp(2rem, 5vw, 4rem);
    position: relative;
  }
  .ss-cta-panel::before {
    border: 20px solid var(--color-sun);
    border-radius: 50%;
    content: "";
    height: 170px;
    position: absolute;
    right: 16%;
    top: -120px;
    width: 170px;
  }
  .ss-cta-panel h2 {
    font-size: clamp(2.1rem, 4vw, 3.8rem);
    max-width: 15ch;
    position: relative;
    z-index: 1;
  }
  .ss-cta-panel p {
    color: rgba(255,255,255,0.75);
    margin-top: 0.75rem;
    max-width: 52ch;
    position: relative;
    z-index: 1;
  }
  .ss-cta-panel .ss-button {
    background: var(--color-sun);
    border-color: var(--color-ink);
    box-shadow: 5px 5px 0 var(--color-ink);
    color: var(--color-ink);
    position: relative;
    z-index: 1;
  }
  .ss-footer {
    background: var(--color-ink);
    color: var(--color-white);
    padding: 4.5rem 0 2rem;
  }
  .ss-footer-grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.5fr repeat(3, 0.7fr);
  }
  .ss-footer-brand p {
    color: rgba(255,255,255,0.56);
    font-size: 0.82rem;
    margin-top: 1rem;
    max-width: 36ch;
  }
  .ss-footer h3 {
    color: var(--color-sun);
    font-family: var(--font-mono);
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  .ss-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ss-footer li + li {
    margin-top: 0.55rem;
  }
  .ss-footer a {
    color: rgba(255,255,255,0.78);
    font-size: 0.8rem;
    text-decoration: none;
  }
  .ss-footer a:hover {
    color: var(--color-white);
    text-decoration: underline;
    text-underline-offset: 4px;
  }
  .ss-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.13);
    color: rgba(255,255,255,0.45);
    display: flex;
    font-size: 0.68rem;
    gap: 2rem;
    justify-content: space-between;
    margin-top: 3.5rem;
    padding-top: 1.4rem;
  }
  .ss-product-hero {
    background: radial-gradient(circle at 82% 12%, rgba(34, 74, 168, 0.12), transparent 27rem),	var(--color-paper);
    border-bottom: 1px solid var(--color-line);
    padding: 1.2rem 0 clamp(4rem, 8vw, 7rem);
  }
  .ss-product-breadcrumbs {
    align-items: center;
    color: var(--color-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.72rem;
    gap: 0.55rem;
    margin-bottom: 1.8rem;
  }
  .ss-product-breadcrumbs a {
    text-decoration: none;
  }
  .ss-product-breadcrumbs a:hover {
    color: var(--color-cobalt);
  }
  .ss-product-layout {
    align-items: start;
    display: grid;
    gap: clamp(2.5rem, 7vw, 6.5rem);
    grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.82fr);
  }
  .ss-product-media {
    background: var(--color-white);
    border: 1px solid var(--color-ink);
    box-shadow: 8px 8px 0 var(--color-ink);
    min-height: 560px;
    padding: clamp(1.2rem, 3vw, 2rem);
    position: sticky;
    top: 108px;
  }
  .ss-product-discount,	.ss-product-demo {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.055em;
    position: absolute;
    text-transform: uppercase;
    top: 1.2rem;
    z-index: 2;
  }
  .ss-product-discount {
    background: var(--color-sun);
    border: 1px solid var(--color-ink);
    left: 1.2rem;
    padding: 0.48rem 0.62rem;
  }
  .ss-product-demo {
    color: var(--color-muted);
    right: 1.2rem;
    top: 1.65rem;
  }
  .ss-product-image {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 445px;
  }
  .ss-product-image img {
    height: auto;
    max-height: 430px;
    object-fit: contain;
    width: 100%;
  }
  .ss-product-placeholder {
    align-items: center;
    color: var(--color-muted);
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    justify-content: center;
    width: 100%;
  }
  .ss-product-placeholder small {
    font-family: var(--font-mono);
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }
  .ss-product-bricks {
    align-items: center;
    display: flex;
    filter: drop-shadow(8px 9px 0 rgba(18, 24, 32, 0.14));
    height: 230px;
    justify-content: center;
    position: relative;
    width: 340px;
  }
  .ss-product-bricks span {
    background: radial-gradient(circle at 28% 24%, rgba(255,255,255,0.76) 0 7%, transparent 7.5%),	radial-gradient(circle at 72% 24%, rgba(255,255,255,0.76) 0 7%, transparent 7.5%),	var(--color-cobalt);
    border: 2px solid var(--color-ink);
    height: 78px;
    position: absolute;
    width: 178px;
  }
  .ss-product-bricks span:nth-child(1) {
    left: 22px;
    top: 88px;
    transform: rotate(-7deg);
  }
  .ss-product-bricks span:nth-child(2) {
    background-color: var(--color-sun);
    right: 22px;
    top: 50px;
    transform: rotate(5deg);
  }
  .ss-product-bricks span:nth-child(3) {
    background-color: var(--color-coral);
    bottom: 8px;
    left: 88px;
    transform: rotate(1deg);
  }
  .ss-product-thumbs {
    display: flex;
    gap: 0.65rem;
  }
  .ss-product-thumbs span {
    background: radial-gradient(circle, rgba(18,24,32,0.1) 0 5px, transparent 6px),	var(--color-paper);
    background-size: 24px 24px;
    border: 1px solid var(--color-line);
    height: 58px;
    width: 68px;
  }
  .ss-product-thumbs span.is-active {
    border: 2px solid var(--color-cobalt);
  }
  .ss-product-summary {
    padding-top: clamp(0.5rem, 3vw, 2.4rem);
  }
  .ss-product-summary h1 {
    font-size: clamp(3rem, 5vw, 5.25rem);
    margin: 0.65rem 0 1.1rem;
  }
  .ss-product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 1.35rem;
  }
  .ss-product-tags span {
    border: 1px solid var(--color-line);
    border-radius: var(--radius-pill);
    font-family: var(--font-mono);
    font-size: 0.62rem;
    letter-spacing: 0.04em;
    padding: 0.35rem 0.65rem;
    text-transform: uppercase;
  }
  .ss-product-excerpt {
    color: var(--color-ink-soft);
    font-size: 1rem;
    max-width: 59ch;
  }
  .ss-buy-panel {
    align-items: center;
    background: var(--color-white);
    border: 1px solid var(--color-ink);
    display: grid;
    gap: 1.2rem;
    grid-template-columns: auto 1fr;
    margin-top: 2rem;
    padding: 1rem;
  }
  .ss-buy-score {
    align-items: center;
    aspect-ratio: 1;
    background: var(--color-ink);
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 98px;
  }
  .ss-buy-score strong {
    color: var(--color-sun);
    font-family: var(--font-display);
    font-size: 2.15rem;
    line-height: 1;
  }
  .ss-buy-score span {
    font-family: var(--font-mono);
    font-size: 0.54rem;
    letter-spacing: 0.06em;
    margin-top: 0.4rem;
    text-transform: uppercase;
  }
  .ss-buy-price > span,	.ss-buy-price small {
    color: var(--color-muted);
    display: block;
    font-size: 0.68rem;
  }
  .ss-buy-price > div {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.15;
    margin: 0.18rem 0;
  }
  .ss-buy-price del {
    color: var(--color-muted);
    font-size: 0.62em;
    font-weight: 500;
    margin-right: 0.35rem;
  }
  .ss-buy-price ins {
    color: var(--color-cobalt);
    text-decoration: none;
  }
  .ss-product-primary {
    justify-content: space-between;
    margin-top: 0.85rem;
    width: 100%;
  }
  .ss-product-assurances {
    color: var(--color-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.69rem;
    gap: 1rem;
    margin-top: 1rem;
  }
  .ss-product-assurances span {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
  }
  .ss-offer-list {
    border: 1px solid var(--color-line);
  }
  .ss-offer-head,	.ss-offer-row {
    align-items: center;
    display: grid;
    gap: 1rem;
    grid-template-columns: minmax(220px, 1.45fr) 0.7fr 0.7fr 0.75fr minmax(155px, 0.8fr);
    padding: 0.9rem 1.1rem;
  }
  .ss-offer-head {
    background: var(--color-paper);
    color: var(--color-muted);
    font-family: var(--font-mono);
    font-size: 0.6rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }
  .ss-offer-row {
    background: var(--color-white);
    border-top: 1px solid var(--color-line);
    min-height: 88px;
  }
  .ss-offer-row.is-best {
    background: rgba(241, 200, 75, 0.14);
    box-shadow: inset 4px 0 0 var(--color-sun);
  }
  .ss-offer-shop {
    align-items: center;
    display: flex;
    gap: 0.8rem;
  }
  .ss-offer-shop div {
    display: grid;
    gap: 0.1rem;
  }
  .ss-offer-shop small {
    color: var(--color-green);
    font-size: 0.68rem;
    font-weight: 650;
  }
  .ss-shop-mark {
    background: radial-gradient(circle at 30% 50%, var(--color-white) 0 10%, transparent 11%),	radial-gradient(circle at 70% 50%, var(--color-white) 0 10%, transparent 11%),	var(--color-cobalt);
    border: 1px solid var(--color-ink);
    height: 36px;
    width: 56px;
  }
  .ss-offer-total {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 800;
  }
  .ss-offer-button {
    background: var(--color-ink);
    border: 2px solid var(--color-ink);
    border-radius: var(--radius-sm);
    color: var(--color-white);
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.68rem 0.75rem;
    text-align: center;
  }
  .ss-offer-note {
    color: var(--color-muted);
    font-size: 0.67rem;
    margin-top: 0.75rem;
    text-align: right;
  }
  .ss-insight-grid {
    align-items: stretch;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(330px, 0.8fr);
  }
  .ss-price-history,	.ss-product-score-card {
    background: var(--color-white);
    border: 1px solid var(--color-ink);
    padding: clamp(1.3rem, 3vw, 2rem);
  }
  .ss-card-heading {
    align-items: start;
    display: flex;
    gap: 2rem;
    justify-content: space-between;
  }
  .ss-card-heading h2,	.ss-product-score-card h2 {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
  }
  .ss-card-heading > strong {
    color: var(--color-green);
    font-family: var(--font-display);
    font-size: 1.6rem;
  }
  .ss-price-chart {
    margin-top: 2.2rem;
  }
  .ss-price-chart svg {
    height: 220px;
    overflow: visible;
    width: 100%;
  }
  .ss-chart-grid {
    fill: none;
    stroke: var(--color-line);
    stroke-width: 1;
  }
  .ss-chart-area {
    fill: rgba(34, 74, 168, 0.12);
  }
  .ss-chart-line {
    fill: none;
    stroke: var(--color-cobalt);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
  }
  .ss-price-chart circle {
    fill: var(--color-sun);
    stroke: var(--color-ink);
    stroke-width: 3;
  }
  .ss-chart-labels {
    color: var(--color-muted);
    display: flex;
    font-size: 0.62rem;
    justify-content: space-between;
    margin-top: 0.5rem;
  }
  .ss-history-stats {
    border-top: 1px solid var(--color-line);
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.4rem;
    padding-top: 1.2rem;
  }
  .ss-history-stats div {
    display: grid;
    gap: 0.15rem;
  }
  .ss-history-stats span {
    color: var(--color-muted);
    font-size: 0.66rem;
  }
  .ss-product-score-card {
    background: var(--color-ink);
    color: var(--color-white);
  }
  .ss-product-score-card .ss-kicker {
    color: var(--color-sun);
  }
  .ss-product-score-top {
    align-items: center;
    display: grid;
    gap: 1.2rem;
    grid-template-columns: auto 1fr;
    margin: 1.4rem 0 2rem;
  }
  .ss-product-score-top p {
    color: rgba(255,255,255,0.62);
    font-size: 0.78rem;
    margin-top: 0.5rem;
  }
  .ss-product-score-number {
    align-items: center;
    aspect-ratio: 1;
    border: 7px solid var(--color-sun);
    border-radius: 50%;
    display: flex;
    font-family: var(--font-display);
    font-size: 2.3rem;
    font-weight: 800;
    justify-content: center;
    width: 104px;
  }
  .ss-product-factors {
    display: grid;
    gap: 1rem;
  }
  .ss-product-factors > div > span {
    display: flex;
    font-size: 0.7rem;
    justify-content: space-between;
    margin-bottom: 0.35rem;
  }
  .ss-product-factors em {
    color: rgba(255,255,255,0.58);
    font-style: normal;
  }
  .ss-product-factors i {
    background: rgba(255,255,255,0.14);
    display: block;
    height: 7px;
  }
  .ss-product-factors u {
    background: var(--color-sun);
    display: block;
    height: 100%;
    text-decoration: none;
  }
  .ss-product-info-grid {
    align-items: start;
    display: grid;
    gap: clamp(2rem, 7vw, 7rem);
    grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  }
  .ss-product-info-grid h2 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    margin-bottom: 1.2rem;
  }
  .ss-product-description {
    color: rgba(255,255,255,0.65);
    max-width: 62ch;
  }
  .ss-product-specs {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.16);
    margin: 0;
    padding: 0 1.2rem;
  }
  .ss-product-specs div {
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    padding: 0.85rem 0;
  }
  .ss-product-specs div:last-child {
    border-bottom: 0;
  }
  .ss-product-specs dt {
    color: rgba(255,255,255,0.52);
    font-size: 0.7rem;
  }
  .ss-product-specs dd {
    font-family: var(--font-mono);
    font-size: 0.72rem;
    margin: 0;
  }
  .ss-content-shell {
    margin-inline: auto;
    max-width: 850px;
    padding: 5rem 1.5rem;
  }
  .ss-content-shell h1 {
    font-size: clamp(2.7rem, 6vw, 5rem);
  }
  .ss-content-shell .prose {
    margin-top: 2rem;
  }
  .ss-content-shell .prose a {
    color: var(--color-cobalt);
  }
  .ss-empty-state {
    padding: 7rem 1.5rem;
    text-align: center;
  }
  .ss-empty-state strong {
    color: var(--color-coral);
    display: block;
    font-family: var(--font-mono);
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    margin-bottom: 0.7rem;
  }
  .ss-empty-state h1 {
    font-size: clamp(3rem, 8vw, 6rem);
  }
  .ss-empty-state p {
    color: var(--color-muted);
    margin: 1rem auto 2rem;
    max-width: 48ch;
  }
}
@media (max-width: 960px) {
  .ss-nav {
    display: none;
  }
  .ss-mobile-toggle {
    display: inline-flex;
  }
  .ss-hero-grid,	.ss-score-grid {
    grid-template-columns: 1fr;
  }
  .ss-scanner {
    margin-inline: auto;
    max-width: 520px;
    width: 100%;
  }
  .ss-deal-grid,	.ss-method-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ss-deal-card:last-child,	.ss-method:last-child {
    grid-column: 1 / -1;
  }
  .ss-theme-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ss-footer-grid {
    grid-template-columns: 1.4fr repeat(2, 1fr);
  }
  .ss-footer-grid > :last-child {
    grid-column: 2;
  }
  .ss-cta-panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .admin-bar .ss-header {
    top: 46px;
  }
  .ss-topline {
    font-size: 0.64rem;
  }
  .ss-header-inner {
    min-height: 68px;
  }
  .ss-hero {
    padding-top: 3.7rem;
  }
  .ss-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4.4rem);
  }
  .ss-search {
    box-shadow: 5px 5px 0 var(--color-ink);
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .ss-search button {
    grid-column: 1 / -1;
  }
  .ss-trust-grid,	.ss-deal-grid,	.ss-method-grid,	.ss-theme-grid,	.ss-footer-grid {
    grid-template-columns: 1fr;
  }
  .ss-trust-item + .ss-trust-item {
    border-left: 0;
    border-top: 1px solid var(--color-line);
  }
  .ss-deal-card:last-child,	.ss-method:last-child,	.ss-footer-grid > :last-child {
    grid-column: auto;
  }
  .ss-section-head {
    align-items: start;
    flex-direction: column;
  }
  .ss-footer-bottom {
    flex-direction: column;
  }
  .ss-cta-panel {
    box-shadow: 8px 8px 0 var(--color-ink);
  }
  .ss-price {
    font-size: 2rem;
  }
}
@media (max-width: 960px) {
  .ss-theme-page-grid {
    grid-template-columns: 1fr;
  }
  .ss-theme-page-mark {
    max-width: 440px;
  }
}
@media (max-width: 680px) {
  .ss-popular-themes-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }
  .ss-theme-menu {
    grid-template-columns: 1fr;
  }
  .ss-theme-page-hero h1 {
    font-size: clamp(3.2rem, 18vw, 5.6rem);
  }
  .ss-theme-page-mark {
    max-width: 320px;
  }
}
@media (max-width: 960px) {
  .ss-product-layout,	.ss-insight-grid,	.ss-product-info-grid {
    grid-template-columns: 1fr;
  }
  .ss-product-media {
    max-width: 680px;
    position: relative;
    top: auto;
    width: 100%;
  }
  .ss-product-summary {
    padding-top: 0;
  }
}
@media (max-width: 680px) {
  .ss-product-layout {
    gap: 2.2rem;
  }
  .ss-product-media {
    min-height: 440px;
  }
  .ss-product-image {
    min-height: 330px;
  }
  .ss-product-bricks {
    transform: scale(0.78);
  }
  .ss-product-summary h1 {
    font-size: clamp(2.7rem, 14vw, 4rem);
  }
  .ss-buy-panel {
    grid-template-columns: 1fr;
  }
  .ss-buy-score {
    aspect-ratio: auto;
    flex-direction: row;
    gap: 0.7rem;
    height: 76px;
    width: 100%;
  }
  .ss-buy-score span {
    margin-top: 0;
  }
  .ss-offer-head {
    display: none;
  }
  .ss-offer-row {
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
  }
  .ss-offer-shop,	.ss-offer-button {
    grid-column: 1 / -1;
  }
  .ss-offer-row > div[data-label]::before {
    color: var(--color-muted);
    content: attr(data-label);
    display: block;
    font-family: var(--font-mono);
    font-size: 0.56rem;
    letter-spacing: 0.06em;
    margin-bottom: 0.15rem;
    text-transform: uppercase;
  }
  .ss-history-stats {
    grid-template-columns: 1fr;
  }
  .ss-product-score-top {
    grid-template-columns: 1fr;
  }
  .ss-product-info-grid {
    gap: 2rem;
  }
  .ss-product-specs {
    min-width: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
@layer base {
  input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select {
    appearance: none;
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
    &:focus {
      outline: 2px solid transparent;
      outline-offset: 2px;
      --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: oklch(54.6% 0.245 262.881);
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      border-color: oklch(54.6% 0.245 262.881);
    }
  }
  input::placeholder,textarea::placeholder {
    color: oklch(55.1% 0.027 264.364);
    opacity: 1;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-date-and-time-value {
    min-height: 1.5em;
  }
  ::-webkit-date-and-time-value {
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
  }
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(55.1%25 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    print-color-adjust: exact;
  }
  select:where([multiple]),select:where([size]:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    print-color-adjust: unset;
  }
  input:where([type='checkbox']),input:where([type='radio']) {
    appearance: none;
    padding: 0;
    print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: oklch(54.6% 0.245 262.881);
    background-color: #fff;
    border-color: oklch(55.1% 0.027 264.364);
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
  }
  input:where([type='checkbox']) {
    border-radius: 0px;
  }
  input:where([type='radio']) {
    border-radius: 100%;
  }
  input:where([type='checkbox']):focus,input:where([type='radio']):focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: oklch(54.6% 0.245 262.881);
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  input:where([type='checkbox']):checked,input:where([type='radio']):checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
  input:where([type='checkbox']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='radio']):checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='checkbox']):indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    @media (forced-colors: active) {
      appearance: auto;
    }
  }
  input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
  }
  input:where([type='file']) {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
  }
  input:where([type='file']):focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
