/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url(/fonts/jetbrainsmono-tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Source Serif 4';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url(/fonts/sourceserif4-vEFI2_tTDB4M7-auWDN0ahZJW1gb8tc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@layer theme, base, components, utilities;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --color-blue-600: oklch(54.6% 0.245 262.881);
    --color-gray-100: oklch(96.7% 0.003 264.542);
    --color-gray-200: oklch(92.8% 0.006 264.531);
    --color-gray-300: oklch(87.2% 0.01 258.338);
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-gray-700: oklch(37.3% 0.034 259.733);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --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-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-normal: 1.5;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@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: Source Serif 4, Georgia, serif;
    font-feature-settings: normal;
    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: JetBrains Mono, Fira Code, monospace;
    font-feature-settings: normal;
    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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .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-auto {
    margin-inline: auto;
  }
  .my-0 {
    margin-block: calc(var(--spacing) * 0);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .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;
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :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;
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :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;
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :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;
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :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;
    }
    :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      font-family: JetBrains Mono, Fira Code, monospace;
    }
    :where(a:not(:has(> button)), a.btn.btn-primary):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      &:hover {
        box-shadow: inset 0 -.5em 0 0 oklch(0.78 0.18 162 / 0.25);
        text-decoration: none;
      }
    }
    :where(abbr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
      cursor: help;
    }
  }
  .mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }
  .ml-8 {
    margin-left: calc(var(--spacing) * 8);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-\[70vh\] {
    height: 70vh;
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[500px\] {
    max-height: 500px;
  }
  .min-h-52 {
    min-height: calc(var(--spacing) * 52);
  }
  .min-h-\[80vh\] {
    min-height: 80vh;
  }
  .min-h-full {
    min-height: 100%;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-52 {
    width: calc(var(--spacing) * 52);
  }
  .w-\[70vw\] {
    width: 70vw;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-32 {
    max-width: calc(var(--spacing) * 32);
  }
  .max-w-\[800px\] {
    max-width: 800px;
  }
  .max-w-\[1600px\] {
    max-width: 1600px;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-4 {
    min-width: calc(var(--spacing) * 4);
  }
  .min-w-\[70vw\] {
    min-width: 70vw;
  }
  .min-w-\[400px\] {
    min-width: 400px;
  }
  .min-w-\[500px\] {
    min-width: 500px;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .table-auto {
    table-layout: auto;
  }
  .-translate-y-12 {
    --tw-translate-y: calc(var(--spacing) * -12);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-help {
    cursor: help;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-scroll {
    overflow: scroll;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-gray-500 {
    border-color: var(--color-gray-500);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .font-mono {
    font-family: JetBrains Mono, Fira Code, monospace;
  }
  .font-serif {
    font-family: Source Serif 4, Georgia, serif;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .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);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .text-gray-700 {
    color: var(--color-gray-700);
  }
  .text-green-500 {
    color: var(--color-green-500);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-80 {
    opacity: 80%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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, 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-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:no-underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: none;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:shadow-hl {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: inset 0 -.5em 0 0 var(--tw-shadow-color, oklch(0.78 0.18 162 / 0.25));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
}
@layer theme {
  :root, [data-theme="dark"] {
    --bg-primary: #09090B;
    --bg-secondary: #111114;
    --bg-tertiary: #19191E;
    --bg-card: #131316;
    --border-subtle: rgba(255, 255, 255, 0.05);
    --border-hover: rgba(255, 255, 255, 0.1);
    --text-primary: #EDEDF0;
    --text-secondary: #B5B5BB;
    --text-tertiary: #929296;
    --accent-green: #00D492;
    --accent-red: #F04770;
    --accent-amber: #E8A830;
    --accent-blue: #4D9CFF;
    --accent-purple: #8B5CF6;
    --gradient-hero: radial-gradient(ellipse 80% 60% at 50% 40%, #13132A 0%, #09090B 70%);
    --shadow-card: 0 2px 8px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
    --shadow-elevated: 0 8px 32px rgba(0, 0, 0, 0.5), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    --font-heading: 'JetBrains Mono', monospace;
    --font-body: 'Source Serif 4', Georgia, serif;
    --font-mono: 'JetBrains Mono', monospace;
    color-scheme: dark;
  }
}
@layer base {
  *, *::before, *::after {
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 64px;
    overflow-x: clip;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    font-family: var(--font-body);
    background: var(--bg-primary);
    color: var(--text-primary);
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    transition: background 0.3s ease, color 0.3s ease;
    overflow-x: clip;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
  @media (max-width: 767px) {
    .input, .textarea, .mini-signup input, dialog input[type="email"], dialog input[type="text"], dialog input[type="url"], dialog textarea, dialog select, .code-select, select {
      font-size: 16px !important;
    }
    dialog .close, button:not(.nav-link):not([class*="tooltip"]):not(.bench-sidebar-item):not(.bench-sidebar-suggest), .btn, .btn-sm, .btn-xs, .code-btn, .blog-share-btn, .ab-share-btn, .svc-compare-btn, input[type="checkbox"]:not(.toggle), input[type="radio"], [role="button"] {
      min-height: 44px;
    }
    label:has(> .toggle) {
      min-height: 44px;
      display: inline-flex;
      align-items: center;
    }
    dialog .close {
      min-width: 44px;
    }
    article a, .article-body a, #overview a, #how-to-scrape a {
      padding: 6px 0;
      display: inline-block;
      min-height: 44px;
      line-height: 1.5;
    }
    .sw-stat-label, .bench-sidebar-group, .bench-sidebar-badge, .footer-title, h6[style*="font-size:10px"], h6[style*="font-size:11px"], .code-title, figcaption, .reveal-type, .code-btn, .change, .blog-related-date, .ab-share-btn, .svc-compare-btn {
      font-size: max(12px, 1em) !important;
    }
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1.2;
  }
  a {
    color: var(--accent-blue);
    text-decoration: none;
  }
  a:hover {
    text-decoration: underline;
  }
  table {
    background: transparent;
    color: inherit;
    border-collapse: separate;
    border-spacing: 0;
  }
  dialog:not([open]) {
    display: none;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  ::selection {
    background: oklch(0.78 0.18 162 / 0.25);
  }
  @view-transition {
    navigation: auto;
  }
  ::view-transition-old(root) {
    animation: pageFadeOut 0.2s ease-out;
  }
  ::view-transition-new(root) {
    animation: pageFadeIn 0.25s ease-out;
  }
  @keyframes pageFadeOut {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  @keyframes pageFadeIn {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  :focus-visible {
    outline: 2px solid var(--accent-green);
    outline-offset: 2px;
  }
}
@layer components {
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.15s ease-out;
    text-decoration: none;
    border: 1px solid transparent;
    line-height: 1.4;
  }
  .btn:hover {
    text-decoration: none;
    transform: translateY(-1px);
  }
  .btn:active {
    transform: scale(0.98);
  }
  .btn-primary, .btn.btn-primary, a.btn.btn-primary, a.btn-primary {
    background: #00D492;
    background-color: #00D492;
    color: #000000 !important;
    border-color: #00D492;
  }
  .btn-success, .btn.btn-success, a.btn-success {
    color: #09090B !important;
  }
  .btn-primary:hover {
    box-shadow: 0 0 20px oklch(0.78 0.18 162 / 0.2);
  }
  .btn-ghost, .btn.btn-ghost {
    background: transparent;
    color: var(--text-primary);
    border-color: transparent;
  }
  .btn-ghost:hover {
    background: var(--bg-tertiary);
  }
  .btn-outline, .btn.btn-outline {
    background: transparent;
    color: var(--text-secondary);
    border-color: var(--border-subtle);
  }
  .btn-outline:hover {
    border-color: var(--accent-green);
    color: var(--accent-green);
  }
  .btn-neutral, .btn.btn-neutral {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    border-color: var(--border-subtle);
  }
  .btn-error, .btn.btn-error {
    background: var(--accent-red);
    color: #fff;
    border-color: var(--accent-red);
  }
  .btn-success, .btn.btn-success {
    background: var(--accent-green);
    color: #09090B;
  }
  .btn-xs {
    padding: 3px 8px;
    font-size: 11px;
  }
  .btn-sm {
    padding: 5px 12px;
    font-size: 12px;
  }
  .btn-lg {
    padding: 12px 24px;
    font-size: 15px;
  }
  .btn-block {
    display: flex;
    width: 100%;
  }
  .btn-circle {
    border-radius: 50%;
    padding: 8px;
    width: 36px;
    height: 36px;
  }
  .btn-square {
    border-radius: 6px;
    padding: 8px;
    width: 36px;
    height: 36px;
  }
  .navbar {
    display: flex;
    align-items: center;
    padding: 0 16px;
    min-height: 64px;
    position: sticky;
    top: 0;
    z-index: 100;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    background: oklch(0.13 0.004 285 / 0.78);
    border-bottom: 1px solid var(--border-subtle);
    transition: background 0.3s;
  }
  .navbar-start {
    display: flex;
    align-items: center;
    flex: 1;
  }
  .navbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-end {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    box-shadow: var(--shadow-elevated);
    min-width: 200px;
    display: none;
  }
  .dropdown:focus-within .dropdown-content, .dropdown .dropdown-content[tabindex]:focus {
    display: block;
  }
  .menu {
    list-style: none;
    padding: 4px;
    margin: 0;
  }
  .menu li {
    margin: 0;
  }
  .menu a, .menu summary, .menu button {
    display: block;
    padding: 8px 14px;
    border-radius: 6px;
    font-family: var(--font-heading);
    font-size: 12.5px;
    font-weight: 500;
    color: var(--text-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    transition: all 0.12s;
    cursor: pointer;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
  }
  .menu a:hover, .menu summary:hover {
    background: var(--bg-tertiary);
    color: var(--text-primary);
    text-decoration: none;
  }
  .menu-horizontal {
    display: flex;
    gap: 0;
    padding: 0;
  }
  .menu-horizontal > li > a, .menu-horizontal > li > details > summary {
    padding: 8px 12px;
  }
  .menu-sm a, .menu-sm summary {
    padding: 6px 12px;
    font-size: 12px;
  }
  .menu details > ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
    box-shadow: var(--shadow-elevated);
    min-width: 180px;
    padding: 4px;
    display: none;
  }
  .menu details[open] > ul {
    display: block;
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 600;
    box-shadow: inset 0 0 0 1px oklch(1 0 0 / 0.06);
  }
  .badge-primary {
    background: oklch(0.78 0.18 162 / 0.12);
    color: var(--accent-green);
  }
  .badge-sm {
    padding: 1px 6px;
    font-size: 11px;
  }
  .badge-xs {
    padding: 0 4px;
    font-size: 10px;
  }
  .table {
    width: 100%;
  }
  .table th, .table td {
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid var(--border-subtle);
  }
  .table thead th {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--text-tertiary);
    text-align: left;
    background: var(--bg-secondary);
  }
  .table tbody tr {
    transition: background 0.12s ease;
  }
  .table tbody tr:hover {
    background: var(--bg-tertiary);
  }
  .bg-primary {
    background: var(--bg-secondary);
  }
  .bg-primary th, .bg-primary .text-black {
    color: var(--text-secondary);
  }
  .text-black {
    color: var(--text-secondary);
  }
  .rank-num {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
  }
  .rank-num.r1 {
    background: #D4A017;
    color: #1a1200;
    box-shadow: 0 0 12px oklch(0.78 0.18 162 / 0.15);
  }
  .rank-num.r2 {
    background: #A0A0A8;
    color: #1a1a1a;
  }
  .rank-num.r3 {
    background: #B07840;
    color: #fff;
  }
  .rank-num.rn {
    background: var(--bg-tertiary);
    color: var(--text-tertiary);
  }
  .hero-row-winner::before {
    content: '';
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(0,212,146,0.05), transparent);
    background-size: 200% 100%;
    animation: heroShimmer 3s ease-in-out 2.2s infinite;
  }
  .swap {
    position: relative;
    display: inline-flex;
    cursor: pointer;
  }
  .swap input {
    display: none;
  }
  .swap .swap-on {
    display: none;
  }
  .swap .swap-off {
    display: inline-flex;
  }
  .swap input:checked ~ .swap-on {
    display: inline-flex;
  }
  .swap input:checked ~ .swap-off {
    display: none;
  }
  .swap-rotate .swap-on, .swap-rotate .swap-off {
    transition: transform 0.3s ease;
  }
  .tooltip {
    position: relative;
  }
  .tooltip::after {
    content: attr(data-tip);
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 10px;
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 4px;
    font-family: var(--font-mono);
    font-size: 10px;
    color: var(--text-secondary);
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s;
    z-index: 60;
    box-shadow: var(--shadow-card);
  }
  .tooltip:hover::after {
    opacity: 1;
  }
  .tooltip-bottom::after {
    bottom: auto;
    top: calc(100% + 6px);
  }
  .tooltip-right::after {
    bottom: auto;
    left: calc(100% + 6px);
    top: 50%;
    transform: translateY(-50%);
  }
  .modal {
    padding: 0;
    border: none;
    background: transparent;
    display: none;
    position: fixed;
    inset: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
  }
  .modal::backdrop {
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
  }
  .modal[open] {
    display: block !important;
    animation: modalFadeIn 0.25s ease-out;
  }
  .modal img {
    max-width: 80vw;
    max-height: 80vh;
    border-radius: 8px;
    display: block;
  }
  @keyframes modalFadeIn {
    from {
      opacity: 0;
      transform: scale(0.95);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }
  .modal-box {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 12px;
    padding: 24px;
    color: var(--text-primary);
    max-width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: var(--shadow-elevated);
  }
  .modal-bottom {
    align-items: flex-end;
  }
  @media (min-width: 640px) {
    .sm\:modal-middle {
      align-items: center;
    }
  }
  .collapse {
    border-radius: 8px;
    overflow: hidden;
    background: var(--bg-secondary);
    border: 1px solid var(--border-subtle);
  }
  .collapse + .collapse {
    margin-top: 8px;
  }
  .collapse-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    color: var(--text-primary);
    min-height: unset;
  }
  .collapse-content {
    padding: 0 18px 14px;
    color: var(--text-secondary);
  }
  .collapse-arrow summary::after {
    content: '+';
    font-family: var(--font-mono);
    font-size: 18px;
    color: var(--text-tertiary);
    transition: transform 0.3s ease;
  }
  details[open].collapse-arrow summary::after {
    content: '−';
  }
  .alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
  }
  .alert-success {
    background: oklch(0.78 0.18 162 / 0.1);
    border: 1px solid oklch(0.78 0.18 162 / 0.2);
    color: var(--accent-green);
  }
  .alert-error {
    background: oklch(0.65 0.2 15 / 0.1);
    border: 1px solid oklch(0.65 0.2 15 / 0.2);
    color: var(--accent-red);
  }
  .toggle {
    appearance: none;
    width: 40px;
    height: 22px;
    border-radius: 11px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-subtle);
    cursor: pointer;
    position: relative;
    transition: background 0.2s;
  }
  .toggle::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--text-tertiary);
    transition: all 0.2s;
  }
  .toggle:checked {
    background: var(--accent-green);
  }
  .toggle:checked::before {
    transform: translateX(18px);
    background: oklch(0.13 0.004 285);
  }
  .toggle-primary:checked {
    background: var(--accent-green);
  }
  .toggle-xs {
    width: 28px;
    height: 16px;
  }
  .toggle-xs::before {
    width: 10px;
    height: 10px;
  }
  .toggle-xs:checked::before {
    transform: translateX(12px);
  }
  .toggle-sm {
    width: 34px;
    height: 18px;
  }
  .input, .textarea {
    padding: 8px 14px;
    background: var(--bg-tertiary);
    border: 1px solid var(--border-subtle);
    border-radius: 6px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s;
  }
  .input:focus, .textarea:focus {
    border-color: var(--accent-green);
  }
  .input::placeholder, .textarea::placeholder {
    color: var(--text-tertiary);
  }
  .input-bordered {
    border: 1px solid var(--border-subtle);
  }
  .input-sm {
    padding: 5px 10px;
    font-size: 12px;
  }
  .checkbox, .checkbox-primary {
    accent-color: var(--accent-green);
  }
  .loading {
    display: inline-block;
  }
  .loading-spinner {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid var(--border-subtle);
    border-top-color: var(--accent-green);
    animation: obs-spin 0.6s linear infinite;
  }
  .loading-xs .loading-spinner, .loading-xs {
    width: 12px;
    height: 12px;
  }
  .loading-lg .loading-spinner, .loading-lg {
    width: 24px;
    height: 24px;
  }
  .footer {
    background: var(--bg-secondary);
    border-top: 1px solid var(--border-subtle);
    padding: 40px 24px;
    color: var(--text-secondary);
    font-size: 14px;
  }
  .footer-title {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--text-tertiary);
    margin-bottom: 12px;
  }
  .link-hover {
    transition: color 0.12s;
  }
  .link-hover:hover {
    color: var(--text-primary);
    text-decoration: none;
  }
  .link {
    color: var(--text-secondary);
    text-decoration: none;
  }
  .join {
    display: inline-flex;
  }
  .join > :first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .join > :last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .join-item {
    border-radius: 0;
  }
  .card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: 10px;
    overflow: hidden;
  }
  .card-body {
    padding: 20px;
  }
  .card-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--text-primary);
  }
  .label {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 4px 0;
  }
  .label-text {
    font-size: 14px;
    color: var(--text-secondary);
  }
  .countdown {
    display: inline-flex;
    font-family: var(--font-mono);
  }
  .prose, .prose p, .prose li {
    color: var(--text-secondary) !important;
    --tw-prose-body: var(--text-secondary);
    --tw-prose-bold: var(--text-primary);
    --tw-prose-headings: var(--text-primary);
    --tw-prose-links: var(--accent-blue);
  }
  .prose h1, .prose h2, .prose h3, .prose h4 {
    color: var(--text-primary) !important;
    font-family: var(--font-heading);
  }
  .prose a {
    color: var(--accent-blue) !important;
  }
  .prose strong, .prose b {
    color: var(--text-primary) !important;
  }
  .prose code {
    color: var(--accent-green);
    background: var(--bg-tertiary);
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.9em;
  }
  .prose pre {
    background: var(--bg-tertiary);
    border: 1px solid var(--border-subtle);
    border-radius: 8px;
  }
  .prose li::marker {
    color: var(--accent-green);
  }
  .prose img {
    border-radius: 8px;
  }
  .prose blockquote {
    border-color: var(--accent-green);
    color: var(--text-secondary);
  }
  .prose hr {
    border-color: var(--border-subtle);
  }
  .prose thead th {
    color: var(--text-secondary);
  }
  a[class*="rounded-xl"]:hover, a[class*="rounded-lg"]:hover {
    text-decoration: none;
  }
  @media (max-width: 767px) {
    .footer [style*="grid-template-columns"] {
      grid-template-columns: 1fr 1fr;
    }
  }
  @media (max-width: 480px) {
    .footer [style*="grid-template-columns"] {
      grid-template-columns: 1fr;
    }
  }
  @media (max-width: 767px) {
    [style*="grid-template-columns: 1fr 1fr"], [style*="grid-template-columns:1fr 1fr"] {
      grid-template-columns: 1fr;
    }
  }
  .tab-content {
    border-radius: 10px;
  }
  .card-actions {
    display: flex;
    gap: 8px;
  }
  .bg-base-100 {
    background: var(--bg-primary);
  }
  .bg-base-200 {
    background: var(--bg-secondary);
  }
  .text-base-content {
    color: var(--text-primary);
  }
  .border-base-300 {
    border-color: var(--border-subtle);
  }
  .rounded-box {
    border-radius: 10px;
  }
  .shadow {
    box-shadow: var(--shadow-card);
  }
  .bench-card {
    max-width: 1100px;
    width: 100%;
    display: flex;
    gap: 0;
    background: rgba(19,19,22,0.6);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
  }
  .bench-card .targets {
    width: 200px;
    flex-shrink: 0;
    padding: 12px 0 12px 12px;
    border-right: 1px solid rgba(255,255,255,0.04);
  }
  .bench-sidebar-group {
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #9E9EA3;
    padding: 8px 12px 3px;
  }
  .bench-sidebar-item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 5px 12px;
    font-size: 13px;
    color: #B5B5BB;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.12s;
    text-decoration: none;
    list-style: none;
    background: transparent;
    border: none;
    font-family: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .bench-sidebar-item:hover {
    background: rgba(255,255,255,0.03);
    color: #EDEDF0;
    text-decoration: none;
  }
  .bench-sidebar-item.active-target {
    background: rgba(0,212,146,0.15);
    color: #EDEDF0;
    font-weight: 600;
  }
  .bench-sidebar-badge, .antibot-chip {
    font-family: var(--font-heading);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 1px 6px;
    border-radius: 3px;
    margin-left: 6px;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    background: rgba(255,255,255,0.04);
    color: var(--vendor, #929296);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--vendor, #929296) 55%, #EDEDF0 45%);
    }
    text-decoration: none;
  }
  .antibot-chip:hover {
    text-decoration: none;
    color: var(--vendor, #929296);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in srgb, var(--vendor, #929296) 70%, #EDEDF0 30%);
    }
  }
  [data-antibot="cloudflare"] {
    --vendor: #F38020;
  }
  [data-antibot="cloudfront"] {
    --vendor: #FF9900;
  }
  [data-antibot="akamai"] {
    --vendor: #0099CC;
  }
  [data-antibot="linkedin"] {
    --vendor: #0A66C2;
  }
  [data-antibot="instagram"] {
    --vendor: #E64980;
  }
  [data-antibot="datadome"] {
    --vendor: #00C2A8;
  }
  [data-antibot="imperva"] {
    --vendor: #E11D48;
  }
  [data-antibot="kasada"] {
    --vendor: #14B8A6;
  }
  [data-antibot="perimeterx"] {
    --vendor: #8B5CF6;
  }
  .bench-sidebar-suggest {
    display: block;
    margin: 8px 12px 0;
    padding: 8px;
    background: none;
    border: 1px dashed rgba(255,255,255,0.15);
    border-radius: 6px;
    color: #B5B5BB;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.15s;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .bench-sidebar-suggest:hover {
    border-color: #00D492;
    color: #00D492;
    border-style: solid;
  }
  .bench-table-area {
    flex: 1;
    min-width: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .bench-cta-bar {
    padding: 12px 16px;
    background: rgba(255,255,255,0.02);
    border-top: 1px solid rgba(255,255,255,0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
  }
  @keyframes cursorBlink {
    0%,100% {
      opacity: 1;
    }
    40% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    60% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
  }
  .logo-cursor {
    animation: cursorBlink 3s ease-in-out infinite;
  }
  .nav-link {
    position: relative;
    padding: 4px 0;
    transition: color 0.2s;
  }
  .nav-link::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--accent-green);
    border-radius: 1px;
    transition: width 0.25s ease;
  }
  .nav-link:hover::after {
    width: 100%;
  }
  .nav-link:hover {
    color: var(--text-primary);
    text-decoration: none;
  }
  .theme-btn-spin svg {
    transform: rotate(360deg);
    transition: transform 0.5s ease;
  }
  .mobile-drawer {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease;
    background: oklch(0.14 0.005 285 / 0.95);
    border-bottom: 1px solid oklch(1 0 0 / 0.04);
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }
  .mobile-drawer.open {
    max-height: calc(100dvh - 64px);
    opacity: 1;
    overflow-y: auto;
  }
  .footer-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, var(--accent-green), var(--accent-blue), var(--accent-purple));
    opacity: 0.4;
  }
  .back-to-top {
    position: fixed;
    bottom: max(24px, env(safe-area-inset-bottom, 24px));
    right: max(24px, env(safe-area-inset-right, 24px));
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: oklch(0.16 0.005 285 / 0.9);
    border: 1px solid oklch(1 0 0 / 0.08);
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s ease;
    z-index: 90;
    backdrop-filter: blur(8px);
  }
  .back-to-top.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .back-to-top:hover {
    background: var(--accent-green);
    color: #09090B;
    border-color: var(--accent-green);
  }
  .mini-signup {
    display: flex;
    gap: 0;
    margin-top: 16px;
    max-width: 280px;
  }
  .mini-signup input {
    flex: 1;
    padding: 8px 12px;
    background: oklch(1 0 0 / 0.03);
    border: 1px solid oklch(1 0 0 / 0.06);
    border-right: none;
    border-radius: 6px 0 0 6px;
    color: var(--text-primary);
    font-family: var(--font-body);
    font-size: 13px;
    outline: none;
  }
  .mini-signup input:focus {
    border-color: oklch(0.78 0.18 162 / 0.4);
  }
  .mini-signup input::placeholder {
    color: var(--text-tertiary);
  }
  .mini-signup button {
    padding: 8px 14px;
    background: var(--accent-green);
    color: #09090B;
    border: none;
    border-radius: 0 6px 6px 0;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
  }
  .mini-signup button:hover {
    opacity: 0.88;
  }
  .rank {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
  }
  .rank.g {
    background: #D4A017;
    color: #1a1200;
  }
  .rank.s {
    background: #A0A0A8;
    color: #1a1a1a;
  }
  .rank.b {
    background: #B07840;
    color: #fff;
  }
  .rank.n {
    background: rgba(255,255,255,0.04);
    color: #4E4E56;
  }
  .bench-row {
    border-bottom: 1px solid rgba(255,255,255,0.03);
    transition: background 0.1s;
  }
  .bench-row:last-child {
    border-bottom: none;
  }
  .bench-row:hover {
    background: rgba(255,255,255,0.02);
  }
  .bench-row-winner {
    background: rgba(0,212,146,0.03);
  }
  .bench-row-winner:hover {
    background: rgba(0,212,146,0.05);
  }
  .success-bar {
    width: 56px;
    height: 5px;
    background: rgba(255,255,255,0.04);
    border-radius: 2px;
    overflow: hidden;
  }
  .success-bar-fill {
    height: 100%;
    border-radius: 2px;
  }
  .code-btn {
    padding: 3px 8px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 4px;
    background: none;
    color: #87878F !important;
    font-family: var(--font-heading);
    font-size: 10px;
    cursor: pointer;
    transition: all 0.12s;
    text-decoration: none !important;
  }
  .code-btn:hover {
    border-color: #00D492;
    color: #00D492 !important;
    text-decoration: none !important;
  }
  @media (max-width: 768px) {
    .benchmarks, .bench-card {
      flex-direction: column !important;
    }
    .benchmarks > .targets, .bench-card .targets {
      width: 100% !important;
      border-right: none !important;
      border-bottom: 1px solid rgba(255,255,255,0.04);
      padding: 12px !important;
    }
    .benchmarks #targets {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
    }
    .bench-sidebar-group {
      width: 100%;
    }
    .bench-sidebar-item {
      display: inline-block;
      padding: 4px 10px;
      font-size: 12px;
      border: 1px solid rgba(255,255,255,0.04);
      border-radius: 100px;
    }
    .bench-sidebar-item.active-target {
      border-color: rgba(0,212,146,0.2);
    }
    .benchmarks .benchmark-table {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .benchmarks .benchmark-table > table {
      min-width: 0;
      width: 100%;
    }
    .benchmarks .benchmark-table table th:nth-child(1), .benchmarks .benchmark-table table td:nth-child(1), .benchmarks .benchmark-table table th:nth-child(6), .benchmarks .benchmark-table table td:nth-child(6), .benchmarks .benchmark-table table th:nth-child(7), .benchmarks .benchmark-table table td:nth-child(7) {
      display: none;
    }
    .benchmarks .success-bar {
      display: none !important;
    }
    .benchmarks .success-change.opacity-0, .benchmarks .elapsed-change.opacity-0, .benchmarks .cost-change.opacity-0 {
      display: none;
    }
    .benchmarks .success-change, .benchmarks .elapsed-change, .benchmarks .cost-change, .benchmarks .success-change span, .benchmarks .elapsed-change span, .benchmarks .cost-change span {
      font-size: 9px !important;
      line-height: 1;
    }
    .benchmarks .benchmark-table table th, .benchmarks .benchmark-table table td {
      padding: 10px 6px !important;
    }
    .benchmarks .benchmark-table table th:nth-child(3), .benchmarks .benchmark-table table td:nth-child(3) {
      width: auto !important;
    }
    .benchmarks .benchmark-table table th:nth-child(4), .benchmarks .benchmark-table table td:nth-child(4) {
      width: auto !important;
    }
    .benchmarks .benchmark-table table th:nth-child(5), .benchmarks .benchmark-table table td:nth-child(5) {
      width: auto !important;
    }
    .benchmarks .benchmark-table table td:nth-child(2) {
      min-width: 0;
    }
    .benchmarks .benchmark-table table td:nth-child(2) > div {
      min-width: 0;
      flex-wrap: wrap;
    }
    .benchmarks .benchmark-table table td:nth-child(2) a {
      overflow-wrap: anywhere;
      word-break: break-word;
      min-width: 0;
      line-height: 1.25;
    }
    #compare table th:nth-child(1), #compare table td:nth-child(1), #compare table th:nth-child(6), #compare table td:nth-child(6), #compare table th:nth-child(7), #compare table td:nth-child(7) {
      display: none;
    }
    #compare table th, #compare table td {
      padding: 10px 6px !important;
    }
    #compare table td:nth-child(2) a {
      overflow-wrap: anywhere;
      word-break: break-word;
      line-height: 1.25;
    }
  }
  @media (max-width: 768px) {
    [style*="grid-template-columns: 1.2fr 1fr"], [style*="grid-template-columns:1.2fr 1fr"] {
      grid-template-columns: 1fr !important;
      gap: 40px !important;
    }
    [style*="grid-template-columns:1fr 1fr"][style*="gap:56px"], [style*="grid-template-columns: 1fr 1fr"][style*="gap:56px"], [style*="grid-template-columns:1fr 1fr"][style*="gap:40px"], [style*="grid-template-columns: 1fr 1fr"][style*="gap:40px"] {
      grid-template-columns: 1fr !important;
      gap: 32px !important;
    }
    [style*="grid-template-columns: 1fr 1fr 1fr"], [style*="grid-template-columns:1fr 1fr 1fr"] {
      grid-template-columns: 1fr !important;
      gap: 16px !important;
    }
    [style*="grid-template-columns:2fr 1fr 1fr 1fr"], [style*="grid-template-columns: 2fr 1fr 1fr 1fr"] {
      grid-template-columns: 1fr 1fr !important;
      gap: 32px !important;
    }
    .codetabs .code-header {
      padding: 8px 12px !important;
      gap: 8px !important;
    }
    .codetabs .code-title {
      font-size: 11px !important;
      min-width: 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .codetabs .code-controls {
      gap: 6px !important;
    }
    .codetabs .code-select {
      font-size: 12px !important;
      padding: 4px 8px !important;
      max-width: 150px;
      text-overflow: ellipsis;
    }
    .codetabs .code-copy {
      font-size: 10px !important;
      padding: 4px 10px !important;
      min-height: 0 !important;
    }
    .codetabs .code-body {
      padding: 12px !important;
      font-size: 11.5px;
      line-height: 1.55;
    }
    .codetabs .terminal-header {
      padding: 8px 12px !important;
    }
    .codetabs .terminal-output {
      padding: 10px 12px !important;
      font-size: 11.5px;
      max-height: 130px;
    }
    .codetabs .terminal-expand {
      padding: 8px 12px !important;
      min-height: 0 !important;
    }
    .target-list-table colgroup col:nth-child(1) {
      width: 46% !important;
    }
    .target-list-table colgroup col:nth-child(2), .target-list-table colgroup col:nth-child(3), .target-list-table colgroup col:nth-child(4) {
      width: 18% !important;
    }
    .target-list-table colgroup col:nth-child(5) {
      width: 0 !important;
    }
    .target-list-table th:nth-child(5), .target-list-table td:nth-child(5) {
      display: none !important;
    }
    .target-list-table th, .target-list-table td {
      padding: 14px 6px !important;
    }
    .target-list-table td:first-child a {
      gap: 8px !important;
    }
    .target-list-table td:first-child span {
      font-size: 13px !important;
      overflow-wrap: anywhere;
    }
    .target-list-table td:nth-child(n+2):nth-child(-n+4) span {
      display: none;
    }
    .vs-hero {
      grid-template-columns: 1fr !important;
      gap: 14px !important;
      justify-items: center;
    }
    .vs-hero > div:nth-child(1) {
      order: 1;
      width: 100%;
    }
    .vs-hero > img:nth-child(2) {
      display: none;
    }
    .vs-hero > div:nth-child(3) {
      order: 2;
    }
    .vs-hero > img:nth-child(4) {
      display: none;
    }
    .vs-hero > div:nth-child(5) {
      order: 3;
      width: 100%;
    }
    .footer > div > div:first-child {
      grid-column: 1 / -1;
    }
  }
  .benefit-card {
    padding: 24px 22px;
    border-radius: 14px;
    background: rgba(19,19,22,0.6);
    border: 1px solid rgba(255,255,255,0.06);
  }
  .benefit-card:hover .ben-icon.green {
    background: rgba(0,212,146,0.15);
    border-color: rgba(0,212,146,0.25);
  }
  .benefit-card:hover .ben-icon.blue {
    background: rgba(77,156,255,0.15);
    border-color: rgba(77,156,255,0.25);
  }
  .benefit-card:hover .ben-icon.amber {
    background: rgba(232,168,48,0.15);
    border-color: rgba(232,168,48,0.25);
  }
  .svc-pros, .svc-cons {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .svc-pros li, .svc-cons li {
    padding: 5px 0 5px 18px;
    position: relative;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.6;
  }
  .svc-pros li::before, .svc-cons li::before {
    position: absolute;
    left: 0;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
  }
  .svc-pros li::before {
    content: '+';
    color: var(--accent-green);
  }
  .svc-cons li::before {
    content: '−';
    color: var(--accent-red);
  }
  .ben-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    transition: background 0.25s, border-color 0.25s;
  }
  .ben-icon.green {
    background: rgba(0,212,146,0.06);
    border: 1px solid rgba(0,212,146,0.12);
  }
  .ben-icon.blue {
    background: rgba(77,156,255,0.06);
    border: 1px solid rgba(77,156,255,0.12);
  }
  .ben-icon.amber {
    background: rgba(232,168,48,0.06);
    border: 1px solid rgba(232,168,48,0.12);
  }
  .ben-icon svg {
    width: 18px;
    height: 18px;
  }
  .ben-icon.green svg {
    stroke: #00D492;
  }
  .ben-icon.blue svg {
    stroke: #4D9CFF;
  }
  .ben-icon.amber svg {
    stroke: #E8A830;
  }
  .sw-terminal {
    padding: 16px 20px;
    background: rgba(0,0,0,0.3);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.04);
    font-family: var(--font-heading);
    font-size: 12px;
  }
  .sw-terminal-header {
    display: flex;
    gap: 5px;
    margin-bottom: 12px;
  }
  .sw-terminal-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
  }
  .sw-terminal-dot.red {
    background: rgba(240,71,112,0.5);
  }
  .sw-terminal-dot.yellow {
    background: rgba(232,168,48,0.5);
  }
  .sw-terminal-dot.green {
    background: rgba(0,212,146,0.5);
  }
  .sw-terminal-cursor {
    display: inline-block;
    width: 7px;
    height: 14px;
    background: var(--accent-green);
    vertical-align: middle;
    margin-left: 2px;
    animation: swCursorBlink 1s step-end infinite;
  }
  @keyframes swCursorBlink {
    50% {
      opacity: 0;
    }
  }
  .sw-terminal-out1 {
    color: var(--accent-green);
    margin-top: 10px;
    opacity: 0;
    transform: translateY(4px);
    animation: swTermFade 0.5s 2.5s forwards;
  }
  .sw-terminal-out2 {
    color: var(--text-secondary);
    margin-top: 6px;
    opacity: 0;
    transform: translateY(4px);
    animation: swTermFade 0.5s 3.2s forwards;
  }
  .sw-terminal-out3 {
    color: var(--text-secondary);
    margin-top: 6px;
  }
  @keyframes swTermFade {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .sw-terminal-stats {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.04);
  }
  .sw-stat {
    text-align: center;
    flex: 1;
  }
  .sw-stat-value {
    font-family: var(--font-heading);
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, var(--accent-green), var(--accent-blue));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .sw-stat-label {
    font-family: var(--font-heading);
    font-size: 9px;
    color: var(--text-tertiary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
  }
  .sw-faq {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgba(19,19,22,0.6);
    border: 1px solid rgba(255,255,255,0.06);
    transition: border-color 0.4s ease, box-shadow 0.4s ease;
    position: relative;
  }
  .sw-faq::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--faq-color, rgba(255,255,255,0.06));
    transition: opacity 0.3s;
    opacity: 0.3;
    border-radius: 3px 0 0 3px;
  }
  .sw-faq-green {
    --faq-color: #00D492;
  }
  .sw-faq-blue {
    --faq-color: #4D9CFF;
  }
  .sw-faq-amber {
    --faq-color: #E8A830;
  }
  .sw-faq:hover {
    border-color: rgba(255,255,255,0.1);
  }
  .sw-faq:hover::before {
    opacity: 0.6;
  }
  .sw-faq[open]::before {
    opacity: 1;
  }
  .sw-faq[open] {
    border-color: rgba(255,255,255,0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  }
  .sw-faq summary {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 20px;
    font-weight: 600;
    cursor: pointer;
    font-size: 15px;
    color: var(--text-primary);
    font-family: var(--font-body);
    list-style: none;
    transition: color 0.2s;
  }
  .sw-faq summary::-webkit-details-marker {
    display: none;
  }
  .sw-faq-num {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 11px;
    font-weight: 700;
    background: rgba(255,255,255,0.03);
    color: var(--text-tertiary);
    border: 1px solid rgba(255,255,255,0.06);
    transition: all 0.3s;
  }
  .sw-faq-green[open] .sw-faq-num {
    background: rgba(0,212,146,0.08);
    color: #00D492;
    border-color: rgba(0,212,146,0.2);
  }
  .sw-faq-blue[open] .sw-faq-num {
    background: rgba(77,156,255,0.08);
    color: #4D9CFF;
    border-color: rgba(77,156,255,0.2);
  }
  .sw-faq-amber[open] .sw-faq-num {
    background: rgba(232,168,48,0.08);
    color: #E8A830;
    border-color: rgba(232,168,48,0.2);
  }
  .sw-faq-toggle {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-left: auto;
    position: relative;
  }
  .sw-faq-toggle::before, .sw-faq-toggle::after {
    content: '';
    position: absolute;
    background: var(--text-tertiary);
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .sw-faq-toggle::before {
    width: 12px;
    height: 2px;
    top: 9px;
    left: 4px;
  }
  .sw-faq-toggle::after {
    width: 2px;
    height: 12px;
    top: 4px;
    left: 9px;
  }
  .sw-faq[open] .sw-faq-toggle::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .sw-faq-green[open] .sw-faq-toggle::before {
    background: #00D492;
  }
  .sw-faq-blue[open] .sw-faq-toggle::before {
    background: #4D9CFF;
  }
  .sw-faq-amber[open] .sw-faq-toggle::before {
    background: #E8A830;
  }
  .sw-faq-answer {
    padding: 0 20px 18px 58px;
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1.7;
    animation: swFaqSlide 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  }
  @keyframes swFaqSlide {
    from {
      opacity: 0;
      transform: translateY(-10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  .sw-faq-answer p {
    margin-top: 10px;
  }
  .sw-faq-answer p:first-child {
    margin-top: 0;
  }
  @media (max-width: 900px) {
    .benefits-row {
      grid-template-columns: 1fr !important;
    }
  }
}
.detail-layout {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px;
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 40px;
  align-items: start;
}
@media (max-width:900px) {
  .detail-layout {
    grid-template-columns: 1fr;
  }
}
.sr-only {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
@media (hover: none) {
  .tooltip::after {
    display: none !important;
  }
  .tooltip:hover::after {
    display: none !important;
  }
}
@media (max-width: 767px) {
  svg animate, svg animateMotion, svg animateTransform {
    display: none !important;
  }
  .rank-path {
    filter: none !important;
  }
}
#methodology, #rankings, #newsletter-section, #faq-section, .benchmarks:not(:first-of-type), footer.footer {
  content-visibility: auto;
  contain-intrinsic-size: 1px 600px;
}
@media (max-width: 480px) {
  .hero-row {
    grid-template-columns: 28px 1fr 64px !important;
    padding: 12px 14px !important;
    gap: 8px !important;
  }
  .hero-row > :nth-child(4) {
    display: none !important;
  }
  .hero-row a {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.article-body {
  color: #A1A1AA;
  font-size: 16px;
  line-height: 1.8;
}
.article-body p {
  margin-bottom: 16px;
  color: inherit;
}
.article-body a {
  color: var(--accent-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.article-body a:hover {
  text-decoration-thickness: 2px;
}
#overview p a, #how-to-scrape p a, #methodology p a, #why-use-apis p a, article p a:not(.btn), .prose p a:not(.btn), .tgt-content p a:not(.btn), .svc-article p a:not(.btn) {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}
.article-body b,.article-body strong {
  color: var(--text-primary);
  font-weight: 600;
}
.article-body ul,.article-body ol {
  padding-left: 22px;
  margin: 12px 0 18px;
}
.article-body li {
  color: inherit;
  margin-bottom: 6px;
}
.article-body h2 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--text-primary);
  margin: 40px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-subtle);
}
.article-body h3 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 24px 0 10px;
}
.article-body abbr {
  border-bottom: 1px dotted var(--text-tertiary);
  cursor: help;
  text-decoration: none;
}
.article-body code {
  font-family: 'JetBrains Mono',monospace;
  font-size: 14px;
  color: var(--accent-green);
  background: rgba(0,212,146,0.06);
  padding: 1px 6px;
  border-radius: 4px;
}
.article-body figure {
  margin: 24px auto;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.article-body figure img {
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid var(--border-subtle);
}
.article-body figcaption {
  font-size: 13px;
  color: var(--text-tertiary);
  font-style: italic;
  text-align: center;
  margin-top: 10px;
}
.article-body .blink {
  color: inherit;
  font-weight: inherit;
  font-style: normal;
  animation: none;
}
.article-body blockquote {
  border-left: 3px solid var(--accent-green);
  padding-left: 16px;
  color: var(--text-tertiary);
  font-style: italic;
  margin: 18px 0;
}
.article-body .prose {
  max-width: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.article-body table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 8px;
  overflow: hidden;
  margin: 16px 0;
}
.article-body table th {
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-tertiary);
  text-align: left;
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-subtle);
}
.article-body table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-subtle);
  color: var(--text-primary);
  font-size: 13px;
}
.article-body table tr:last-child td {
  border-bottom: none;
}
.article-sep {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 32px 0;
  color: var(--text-tertiary);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.article-sep::before,.article-sep::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border-subtle);
}
.article-sep svg {
  width: 18px;
  height: 18px;
  color: var(--accent-amber);
  opacity: 0.7;
  flex-shrink: 0;
}
.article-sep span {
  white-space: nowrap;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@layer utilities {
  .cursor-zoom-in {
    cursor: zoom-in;
  }
  mark {
    background: transparent;
    color: var(--text-primary);
    font-weight: 700;
    padding: 0;
    box-shadow: none;
  }
  .hover\:shadow-hl:hover {
    box-shadow: inset 0 -.5em 0 0 oklch(0.78 0.18 162 / 0.25);
    text-decoration: none;
  }
  .shadow-hl {
    box-shadow: inset 0 -.5em 0 0 oklch(0.78 0.18 162 / 0.25);
  }
}
@keyframes obs-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.3;
  }
}
.blink {
  animation: blink 2.4s ease-in-out infinite;
}
.hero-badge {
  animation: fadeSlideUp 0.6s ease-out both;
}
.hero-headline {
  animation: fadeSlideUp 0.6s ease-out both;
  animation-delay: 100ms;
}
.hero-subtitle {
  animation: fadeSlideUp 0.6s ease-out both;
  animation-delay: 200ms;
}
.hero-cta {
  animation: fadeSlideUp 0.6s ease-out both;
  animation-delay: 300ms;
}
.hero-podium {
  animation: scaleIn 0.8s ease-out both;
  animation-delay: 400ms;
}
@media (max-width: 900px) {
  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
}
@media (max-width: 768px) {
  #rankTargets, #rankIntervals {
    flex: 1 1 100% !important;
    min-width: 0;
  }
  #rankSvgWrap {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 4px;
    max-width: 100%;
  }
  #rankSvgWrap > svg {
    min-width: 560px;
    display: block;
  }
  #rankings > div + div {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
    transition-duration: 0.01ms;
  }
}
.highlight code {
  display: block;
  overflow-x: auto;
}
.code-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  overflow: hidden;
}
.code-header {
  display: flex;
  align-items: center;
  padding: 10px 18px;
  background: var(--bg-secondary);
  border-bottom: 1px solid var(--border-subtle);
  gap: 12px;
}
.code-traffic-lights {
  display: inline-flex;
  gap: 4px;
  flex-shrink: 0;
}
.code-traffic-lights span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.code-traffic-lights span:nth-child(1) {
  background: #FF5F56;
}
.code-traffic-lights span:nth-child(2) {
  background: #FFBD2E;
}
.code-traffic-lights span:nth-child(3) {
  background: #27C93F;
}
.code-title {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--text-secondary);
}
.code-controls {
  margin-left: auto;
  display: flex;
  gap: 8px;
  align-items: center;
}
.code-select {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  color: var(--text-primary);
  padding: 5px 10px;
  font-family: var(--font-heading);
  font-size: 11px;
  border-radius: 5px;
  cursor: pointer;
}
.code-select:focus {
  outline: none;
  border-color: var(--accent-green);
}
.code-copy {
  background: transparent;
  border: 1px solid var(--border-subtle);
  color: var(--text-secondary);
  padding: 5px 12px;
  font-family: var(--font-heading);
  font-size: 10px;
  border-radius: 5px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  transition: all 0.2s ease;
}
.code-copy:hover {
  border-color: var(--accent-green);
  color: var(--accent-green);
}
.code-copy.copy-success {
  border-color: var(--accent-green) !important;
  color: var(--accent-green) !important;
  background: rgba(0,212,146,0.08) !important;
  animation: copyPulse 0.45s ease-out;
}
@keyframes copyPulse {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}
.code-body {
  padding: 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  line-height: 1.65;
  overflow-x: auto;
  background: var(--bg-card);
}
.terminal-block {
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-secondary);
}
.terminal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-bottom: 1px solid var(--border-subtle);
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-tertiary);
}
.terminal-prompt {
  margin-left: auto;
  font-family: 'JetBrains Mono', monospace;
  text-transform: none;
  letter-spacing: 0;
  color: var(--accent-green);
}
.terminal-output-wrap {
  position: relative;
}
.terminal-output {
  margin: 0;
  padding: 14px 18px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px;
  color: var(--text-secondary);
  line-height: 1.55;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 160px;
}
.terminal-output-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent, var(--bg-secondary) 80%);
}
.terminal-expand {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-top: 1px solid var(--border-subtle);
  padding: 10px 18px;
  font-family: var(--font-heading);
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent-green);
  cursor: pointer;
  text-align: center;
  transition: background 0.15s;
}
.terminal-expand:hover {
  background: rgba(0,212,146,0.06);
}
.terminal-block.expanded .terminal-output {
  max-height: none !important;
}
.terminal-block.expanded .terminal-output-fade {
  display: none;
}
#chart-container {
  position: relative;
  width: 600px;
  height: 300px;
}
#chart-container-big {
  position: relative;
  max-width: 1300px;
  min-width: calc(min(90vw, 1300px));
  min-height: 450px;
  display: flex;
  justify-content: center;
}
.chart-tooltip {
  position: absolute;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  padding: 12px 16px;
  font-size: 12px;
  display: none;
  pointer-events: none;
  border-radius: 10px;
  color: var(--text-primary);
  box-shadow: 0 8px 32px rgba(0,0,0,0.5);
  backdrop-filter: blur(8px);
  font-family: 'JetBrains Mono', monospace;
  z-index: 10;
  min-width: 160px;
  box-shadow: var(--shadow-elevated);
  table {
    margin: 0;
    background: transparent;
  }
}
.opacity-0 {
  opacity: 0;
}
.opacity-80 {
  opacity: 0.8;
}
.transition-opacity {
  transition: opacity 0.5s ease-in-out;
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 999;
  padding: 8px 16px;
  background: var(--accent-green);
  color: #09090B;
  font-family: var(--font-heading);
  font-size: 13px;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
}
.skip-link:focus {
  left: 50%;
  transform: translateX(-50%);
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
