/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, -apple-system, system-ui, "Segoe UI", "Noto Sans", "Helvetica",
    "Arial", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    --font-mono: ui-monospace, "SFMono-Regular", "SF Mono", "Menlo", "Monaco", "Consolas",
    "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
    --spacing: 0.25rem;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1024px;
    --breakpoint-xl: 1280px;
    --breakpoint-2xl: 1536px;
    --container-sm: 24rem;
    --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);
    --breakpoint-xs: 380px;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-2xs: 0.125rem;
    --radius-xs: 0.25rem;
    --radius-sm: 0.375rem;
    --radius-md: 0.5rem;
    --radius-lg: 0.625rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.25rem;
    --radius-4xl: 1.5rem;
    --radius-full: 9999px;
    --text-lg: var(--font-text-lg-size);
    --text-lg--line-height: var(--font-text-lg-line-height);
    --text-lg--font-weight: var(--font-text-lg-weight);
    --text-lg--letter-spacing: var(--font-text-lg-tracking);
    --text-base: var(--font-text-md-size);
    --text-base--line-height: var(--font-text-md-line-height);
    --text-base--font-weight: var(--font-text-md-weight);
    --text-base--letter-spacing: var(--font-text-md-tracking);
    --text-sm: var(--font-text-sm-size);
    --text-sm--line-height: var(--font-text-sm-line-height);
    --text-sm--font-weight: var(--font-text-sm-weight);
    --text-sm--letter-spacing: var(--font-text-sm-tracking);
    --text-xs: var(--font-text-xs-size);
    --text-xs--line-height: var(--font-text-xs-line-height);
    --text-xs--font-weight: var(--font-text-xs-weight);
    --text-xs--letter-spacing: var(--font-text-xs-tracking);
    --text-2xs: var(--font-text-2xs-size);
    --text-2xs--line-height: var(--font-text-2xs-line-height);
    --text-2xs--font-weight: var(--font-text-2xs-weight);
    --text-2xs--letter-spacing: var(--font-text-2xs-tracking);
    --text-3xs: var(--font-text-3xs-size);
    --text-3xs--line-height: var(--font-text-3xs-line-height);
    --text-3xs--font-weight: var(--font-text-3xs-weight);
    --text-3xs--letter-spacing: var(--font-text-3xs-tracking);
    --tracking-wide: var(--font-tracking-wide);
    --tracking-normal: var(--font-tracking-normal);
    --tracking-tight: var(--font-tracking-tight);
    --shadow-hairline: var(--shadow-hairline);
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .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;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .container {
    width: 100%;
    @media (width >= 380px) {
      max-width: 380px;
    }
    @media (width >= 576px) {
      max-width: 576px;
    }
    @media (width >= 768px) {
      max-width: 768px;
    }
    @media (width >= 1024px) {
      max-width: 1024px;
    }
    @media (width >= 1280px) {
      max-width: 1280px;
    }
    @media (width >= 1536px) {
      max-width: 1536px;
    }
  }
  .mx-px {
    margin-inline: 1px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[var\(--button-icon-size\)\] {
    height: var(--button-icon-size);
  }
  .min-h-8 {
    min-height: calc(var(--spacing) * 8);
  }
  .w-\[var\(--button-icon-size\)\] {
    width: var(--button-icon-size);
  }
  .w-full {
    width: 100%;
  }
  .max-w-sm {
    max-width: var(--container-sm);
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .min-w-\[120px\] {
    min-width: 120px;
  }
  .flex-1 {
    flex: 1;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .grid-cols-\[auto_1fr\] {
    grid-template-columns: auto 1fr;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-0\.5 {
    gap: calc(var(--spacing) * 0.5);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-x-3 {
    column-gap: calc(var(--spacing) * 3);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-2xs {
    border-radius: var(--radius-2xs);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-4xl {
    border-radius: var(--radius-4xl);
  }
  .rounded-\[13px\] {
    border-radius: 13px;
  }
  .rounded-full {
    border-radius: var(--radius-full);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-default {
    border-color: var(--color-border);
  }
  .border-strong {
    border-color: var(--color-border-strong);
  }
  .border-subtle {
    border-color: var(--color-border-subtle);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface-elevated {
    background-color: var(--color-surface-elevated);
  }
  .bg-surface-elevated-secondary {
    background-color: var(--color-surface-elevated-secondary);
  }
  .bg-surface-secondary {
    background-color: var(--color-surface-secondary);
  }
  .bg-surface-tertiary {
    background-color: var(--color-surface-tertiary);
  }
  .fill-secondary {
    fill: var(--color-text-secondary);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .heading-2xl {
    font-size: var(--font-heading-2xl-size);
    font-weight: var(--font-heading-2xl-weight);
    letter-spacing: var(--font-heading-2xl-tracking);
    line-height: var(--font-heading-2xl-line-height);
  }
  .heading-3xl {
    font-size: var(--font-heading-3xl-size);
    font-weight: var(--font-heading-3xl-weight);
    letter-spacing: var(--font-heading-3xl-tracking);
    line-height: var(--font-heading-3xl-line-height);
  }
  .heading-4xl {
    font-size: var(--font-heading-4xl-size);
    font-weight: var(--font-heading-4xl-weight);
    letter-spacing: var(--font-heading-4xl-tracking);
    line-height: var(--font-heading-4xl-line-height);
  }
  .heading-5xl {
    font-size: var(--font-heading-5xl-size);
    font-weight: var(--font-heading-5xl-weight);
    letter-spacing: var(--font-heading-5xl-tracking);
    line-height: var(--font-heading-5xl-line-height);
  }
  .heading-lg {
    font-size: var(--font-heading-lg-size);
    font-weight: var(--font-heading-lg-weight);
    letter-spacing: var(--font-heading-lg-tracking);
    line-height: var(--font-heading-lg-line-height);
  }
  .heading-md {
    font-size: var(--font-heading-md-size);
    font-weight: var(--font-heading-md-weight);
    letter-spacing: var(--font-heading-md-tracking);
    line-height: var(--font-heading-md-line-height);
  }
  .heading-sm {
    font-size: var(--font-heading-sm-size);
    font-weight: var(--font-heading-sm-weight);
    letter-spacing: var(--font-heading-sm-tracking);
    line-height: var(--font-heading-sm-line-height);
  }
  .heading-xl {
    font-size: var(--font-heading-xl-size);
    font-weight: var(--font-heading-xl-weight);
    letter-spacing: var(--font-heading-xl-tracking);
    line-height: var(--font-heading-xl-line-height);
  }
  .heading-xs {
    font-size: var(--font-heading-xs-size);
    font-weight: var(--font-heading-xs-weight);
    letter-spacing: var(--font-heading-xs-tracking);
    line-height: var(--font-heading-xs-line-height);
  }
  .text-2xs {
    font-size: var(--text-2xs);
    line-height: var(--tw-leading, var(--text-2xs--line-height));
    letter-spacing: var(--tw-tracking, var(--text-2xs--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-2xs--font-weight));
  }
  .text-3xs {
    font-size: var(--text-3xs);
    line-height: var(--tw-leading, var(--text-3xs--line-height));
    letter-spacing: var(--tw-tracking, var(--text-3xs--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-3xs--font-weight));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    letter-spacing: var(--tw-tracking, var(--text-base--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-base--font-weight));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
    letter-spacing: var(--tw-tracking, var(--text-lg--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-lg--font-weight));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
    letter-spacing: var(--tw-tracking, var(--text-sm--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-sm--font-weight));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
    letter-spacing: var(--tw-tracking, var(--text-xs--letter-spacing));
    font-weight: var(--tw-font-weight, var(--text-xs--font-weight));
  }
  .text-\[17px\] {
    font-size: 17px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-ellipsis {
    text-overflow: ellipsis;
  }
  .text-default {
    color: var(--color-text);
  }
  .text-inverse {
    color: var(--color-text-inverse);
  }
  .text-secondary {
    color: var(--color-text-secondary);
  }
  .text-tertiary {
    color: var(--color-text-tertiary);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-hairline {
    --tw-shadow: var(--shadow-hairline);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: var(--shadow-300);
    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: var(--shadow-200);
    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: var(--shadow-100);
    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: var(--shadow-400);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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));
  }
  .sm\:grid-cols-2 {
    @media (width >= 576px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}
@layer base {
  html,
  :host {
    font-synthesis-weight: none;
  }
  textarea {
    resize: none;
  }
  img,
  svg {
    flex-grow: 0;
    flex-shrink: 0;
  }
  input,
  textarea,
  select,
  optgroup {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    filter: none;
    outline-offset: 0;
    outline-width: 2px;
  }
  a,
  button,
  input,
  label,
  select,
  textarea,
  :where([aria-role="button"]) {
    touch-action: manipulation;
  }
  button {
    text-transform: none;
    vertical-align: middle;
  }
  button:not(:disabled),
  [role="button"]:not(:disabled) {
    cursor: pointer;
  }
  pre {
    white-space: pre-wrap;
  }
  table {
    border-spacing: 0;
  }
  blockquote,
  q {
    quotes: none;
  }
  blockquote::before,
  blockquote::after,
  q::before,
  q::after {
    content: none;
  }
}
@layer theme {
  :root,
  :where([data-theme]) {
    --gray-500: #5d5d5d;
    --alpha-0: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-0: color-mix(in oklab, var(--alpha-base) 0%, transparent);
    }
    --alpha-02: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-02: color-mix(in oklab, var(--alpha-base) 2%, transparent);
    }
    --alpha-04: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-04: color-mix(in oklab, var(--alpha-base) 4%, transparent);
    }
    --alpha-05: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-05: color-mix(in oklab, var(--alpha-base) 5%, transparent);
    }
    --alpha-06: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-06: color-mix(in oklab, var(--alpha-base) 6%, transparent);
    }
    --alpha-08: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-08: color-mix(in oklab, var(--alpha-base) 8%, transparent);
    }
    --alpha-10: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-10: color-mix(in oklab, var(--alpha-base) 10%, transparent);
    }
    --alpha-12: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-12: color-mix(in oklab, var(--alpha-base) 12%, transparent);
    }
    --alpha-15: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-15: color-mix(in oklab, var(--alpha-base) 15%, transparent);
    }
    --alpha-16: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-16: color-mix(in oklab, var(--alpha-base) 16%, transparent);
    }
    --alpha-20: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-20: color-mix(in oklab, var(--alpha-base) 20%, transparent);
    }
    --alpha-25: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-25: color-mix(in oklab, var(--alpha-base) 25%, transparent);
    }
    --alpha-30: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-30: color-mix(in oklab, var(--alpha-base) 30%, transparent);
    }
    --alpha-35: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-35: color-mix(in oklab, var(--alpha-base) 35%, transparent);
    }
    --alpha-40: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-40: color-mix(in oklab, var(--alpha-base) 40%, transparent);
    }
    --alpha-50: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-50: color-mix(in oklab, var(--alpha-base) 50%, transparent);
    }
    --alpha-60: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-60: color-mix(in oklab, var(--alpha-base) 60%, transparent);
    }
    --alpha-70: var(--alpha-base);
    @supports (color: color-mix(in lab, red, red)) {
      --alpha-70: color-mix(in oklab, var(--alpha-base) 70%, transparent);
    }
    --white: #ffffff;
    --black: #000000;
    --green-25: #edfaf2;
    --green-50: #d9f4e4;
    --green-75: #b8ebcc;
    --green-100: #8cdfad;
    --green-200: #66d492;
    --green-300: #40c977;
    --green-400: #04b84c;
    --green-500: #00a240;
    --green-600: #008635;
    --green-700: #00692a;
    --green-800: #004f1f;
    --green-900: #003716;
    --green-950: #011c0b;
    --green-1000: #001207;
    --green-a25: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a25: color-mix(in oklab, var(--green-400) 8%, transparent);
    }
    --green-a50: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a50: color-mix(in oklab, var(--green-400) 15%, transparent);
    }
    --green-a75: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a75: color-mix(in oklab, var(--green-400) 29%, transparent);
    }
    --green-a100: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a100: color-mix(in oklab, var(--green-400) 45%, transparent);
    }
    --green-a200: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a200: color-mix(in oklab, var(--green-400) 60%, transparent);
    }
    --green-a300: var(--green-400);
    @supports (color: color-mix(in lab, red, red)) {
      --green-a300: color-mix(in oklab, var(--green-400) 75%, transparent);
    }
    --red-25: #fff0f0;
    --red-50: #ffd9d9;
    --red-75: #ffc6c5;
    --red-100: #ffa4a2;
    --red-200: #ff8583;
    --red-300: #ff6764;
    --red-400: #fa423e;
    --red-500: #e02e2a;
    --red-600: #ba2623;
    --red-700: #911e1b;
    --red-800: #6e1615;
    --red-900: #4d100e;
    --red-950: #280b0a;
    --red-1000: #1f0909;
    --red-a25: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a25: color-mix(in oklab, var(--red-400) 8%, transparent);
    }
    --red-a50: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a50: color-mix(in oklab, var(--red-400) 16%, transparent);
    }
    --red-a75: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a75: color-mix(in oklab, var(--red-400) 30%, transparent);
    }
    --red-a100: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a100: color-mix(in oklab, var(--red-400) 48%, transparent);
    }
    --red-a200: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a200: color-mix(in oklab, var(--red-400) 64%, transparent);
    }
    --red-a300: var(--red-400);
    @supports (color: color-mix(in lab, red, red)) {
      --red-a300: color-mix(in oklab, var(--red-400) 79%, transparent);
    }
    --pink-25: #fff4f9;
    --pink-50: #ffe8f3;
    --pink-75: #ffd4e8;
    --pink-100: #ffbada;
    --pink-200: #ffa3ce;
    --pink-300: #ff8cc1;
    --pink-400: #ff66ad;
    --pink-500: #e04c91;
    --pink-600: #ba437a;
    --pink-700: #963c67;
    --pink-800: #6e2c4a;
    --pink-900: #4d1f34;
    --pink-950: #29101c;
    --pink-1000: #1a0a11;
    --pink-a25: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a25: color-mix(in oklab, var(--pink-400) 8%, transparent);
    }
    --pink-a50: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a50: color-mix(in oklab, var(--pink-400) 16%, transparent);
    }
    --pink-a75: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a75: color-mix(in oklab, var(--pink-400) 28%, transparent);
    }
    --pink-a100: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a100: color-mix(in oklab, var(--pink-400) 45%, transparent);
    }
    --pink-a200: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a200: color-mix(in oklab, var(--pink-400) 60%, transparent);
    }
    --pink-a300: var(--pink-400);
    @supports (color: color-mix(in lab, red, red)) {
      --pink-a300: color-mix(in oklab, var(--pink-400) 76%, transparent);
    }
    --orange-25: #fff5f0;
    --orange-50: #ffe7d9;
    --orange-75: #ffcfb4;
    --orange-100: #ffb790;
    --orange-200: #ff9e6c;
    --orange-300: #ff8549;
    --orange-400: #fb6a22;
    --orange-500: #e25507;
    --orange-600: #b9480d;
    --orange-700: #923b0f;
    --orange-800: #6d2e0f;
    --orange-900: #4a2206;
    --orange-950: #281105;
    --orange-1000: #211107;
    --orange-a25: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a25: color-mix(in oklab, var(--orange-400) 7%, transparent);
    }
    --orange-a50: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a50: color-mix(in oklab, var(--orange-400) 16%, transparent);
    }
    --orange-a75: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a75: color-mix(in oklab, var(--orange-400) 33%, transparent);
    }
    --orange-a100: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a100: color-mix(in oklab, var(--orange-400) 48%, transparent);
    }
    --orange-a200: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a200: color-mix(in oklab, var(--orange-400) 65%, transparent);
    }
    --orange-a300: var(--orange-400);
    @supports (color: color-mix(in lab, red, red)) {
      --orange-a300: color-mix(in oklab, var(--orange-400) 81%, transparent);
    }
    --yellow-25: #fffbed;
    --yellow-50: #fff6d9;
    --yellow-75: #ffeeb8;
    --yellow-100: #ffe48c;
    --yellow-200: #ffdb66;
    --yellow-300: #ffd240;
    --yellow-400: #ffc300;
    --yellow-500: #e0ac00;
    --yellow-600: #ba8e00;
    --yellow-700: #916f00;
    --yellow-800: #6e5400;
    --yellow-900: #4d3b00;
    --yellow-950: #261d00;
    --yellow-1000: #1a1400;
    --yellow-a25: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a25: color-mix(in oklab, var(--yellow-400) 8%, transparent);
    }
    --yellow-a50: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a50: color-mix(in oklab, var(--yellow-400) 15%, transparent);
    }
    --yellow-a75: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a75: color-mix(in oklab, var(--yellow-400) 27%, transparent);
    }
    --yellow-a100: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a100: color-mix(in oklab, var(--yellow-400) 45%, transparent);
    }
    --yellow-a200: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a200: color-mix(in oklab, var(--yellow-400) 59%, transparent);
    }
    --yellow-a300: var(--yellow-400);
    @supports (color: color-mix(in lab, red, red)) {
      --yellow-a300: color-mix(in oklab, var(--yellow-400) 74%, transparent);
    }
    --purple-25: #f9f5fe;
    --purple-50: #efe5fe;
    --purple-75: #e0cefd;
    --purple-100: #ceb0fb;
    --purple-200: #be95fa;
    --purple-300: #ad7bf9;
    --purple-400: #924ff7;
    --purple-500: #8046d9;
    --purple-600: #6b3ab4;
    --purple-700: #532d8d;
    --purple-800: #3f226a;
    --purple-900: #2c184a;
    --purple-950: #160c25;
    --purple-1000: #100a19;
    --purple-a25: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a25: color-mix(in oklab, var(--purple-400) 6%, transparent);
    }
    --purple-a50: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a50: color-mix(in oklab, var(--purple-400) 15%, transparent);
    }
    --purple-a75: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a75: color-mix(in oklab, var(--purple-400) 28%, transparent);
    }
    --purple-a100: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a100: color-mix(in oklab, var(--purple-400) 45%, transparent);
    }
    --purple-a200: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a200: color-mix(in oklab, var(--purple-400) 60%, transparent);
    }
    --purple-a300: var(--purple-400);
    @supports (color: color-mix(in lab, red, red)) {
      --purple-a300: color-mix(in oklab, var(--purple-400) 75%, transparent);
    }
    --blue-25: #f5faff;
    --blue-50: #e5f3ff;
    --blue-75: #cce6ff;
    --blue-100: #99ceff;
    --blue-200: #66b5ff;
    --blue-300: #339cff;
    --blue-400: #0285ff;
    --blue-500: #0169cc;
    --blue-600: #004f99;
    --blue-700: #003f7a;
    --blue-800: #013566;
    --blue-900: #00284d;
    --blue-950: #000e1a;
    --blue-1000: #000d19;
    --blue-a25: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a25: color-mix(in oklab, var(--blue-400) 4%, transparent);
    }
    --blue-a50: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a50: color-mix(in oklab, var(--blue-400) 13%, transparent);
    }
    --blue-a75: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a75: color-mix(in oklab, var(--blue-400) 25%, transparent);
    }
    --blue-a100: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a100: color-mix(in oklab, var(--blue-400) 40%, transparent);
    }
    --blue-a200: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a200: color-mix(in oklab, var(--blue-400) 60%, transparent);
    }
    --blue-a300: var(--blue-400);
    @supports (color: color-mix(in lab, red, red)) {
      --blue-a300: color-mix(in oklab, var(--blue-400) 80%, transparent);
    }
    --hairline: 1px;
  }
  :where(:root), :where([data-theme="light"]) {
    --gray-0: #ffffff;
    --gray-25: #fcfcfc;
    --gray-50: #f9f9f9;
    --gray-75: #f3f3f3;
    --gray-100: #ededed;
    --gray-150: #dfdfdf;
    --gray-200: #cdcdcd;
    --gray-250: #b9b9b9;
    --gray-300: #afafaf;
    --gray-350: #9f9f9f;
    --gray-400: #8f8f8f;
    --gray-450: #767676;
    --gray-550: #4f4f4f;
    --gray-600: #414141;
    --gray-650: #393939;
    --gray-700: #303030;
    --gray-750: #282828;
    --gray-800: #212121;
    --gray-850: #1c1c1c;
    --gray-900: #181818;
    --gray-925: #161616;
    --gray-950: #131313;
    --gray-975: #101010;
    --gray-1000: #0d0d0d;
    --alpha-base: #0d0d0d;
  }
  :where([data-theme="dark"]) {
    --gray-0: #0d0d0d;
    --gray-25: #101010;
    --gray-50: #131313;
    --gray-75: #161616;
    --gray-100: #181818;
    --gray-150: #1c1c1c;
    --gray-200: #212121;
    --gray-250: #282828;
    --gray-300: #303030;
    --gray-350: #393939;
    --gray-400: #414141;
    --gray-450: #4f4f4f;
    --gray-550: #767676;
    --gray-600: #8f8f8f;
    --gray-650: #9f9f9f;
    --gray-700: #afafaf;
    --gray-750: #b9b9b9;
    --gray-800: #cdcdcd;
    --gray-850: #dcdcdc;
    --gray-900: #ededed;
    --gray-925: #f3f3f3;
    --gray-950: #f3f3f3;
    --gray-975: #f9f9f9;
    --gray-1000: #ffffff;
    --alpha-base: #ffffff;
  }
  @media (resolution >= 150dpi), (resolution >= 1.5dppx) {
    :root,
  :where([data-theme]) {
      --hairline: 0.5px;
    }
  }
  :root,
  :where([data-theme]) {
    --shadow-color: 0 0 0;
    --elevation-100-geo: 0 1px 2px -1px;
    --elevation-200-geo: 0 2px 4px -1px;
    --elevation-300-geo: 0 4px 8px -2px;
    --elevation-400-geo: 0 8px 16px -4px;
  }
  :where(:root),
  :where([data-theme="light"]) {
    --shadow-alpha-100: 0.08;
    --shadow-alpha-200: 0.08;
    --shadow-alpha-300: 0.1;
    --shadow-alpha-400: 0.12;
    --shadow-hairline-width: 1px;
    --shadow-hairline-color: rgb(0 0 0 / 8%);
  }
  @media (resolution >= 150dpi), (resolution >= 1.5dppx) {
    :where(:root),
  :where([data-theme="light"]) {
      --shadow-hairline-width: 0.5px;
      --shadow-hairline-color: rgb(0 0 0 / 10%)
  ;
    }
  }
  :where([data-theme="dark"]) {
    --shadow-alpha-100: 0.2;
    --shadow-alpha-200: 0.2;
    --shadow-alpha-300: 0.36;
    --shadow-alpha-400: 0.3;
    --shadow-hairline-width: 1px;
    --shadow-hairline-color: rgb(255 255 255 / 10%);
  }
  @media (resolution >= 150dpi), (resolution >= 1.5dppx) {
    :where([data-theme="dark"]) {
      --shadow-hairline-width: 0.5px;
      --shadow-hairline-color: rgb(255 255 255 / 12%)
  ;
    }
  }
  :where([data-theme="dark"]) [data-surface="elevated"] {
    --shadow-hairline: 0 0 rgb(0 0 0 / 0%);
  }
}
@layer theme {
  :root,
  :where([data-theme]) {
    --color-text: var(--gray-1000);
    --color-text-inverse: var(--gray-0);
    --color-text-primary: var(--color-text);
    --color-text-primary-soft: var(--color-text);
    --color-background-primary-soft-alt: var(--alpha-02);
    --color-border-primary-soft-alt: var(--alpha-06);
    --color-text-primary-soft-alt: var(--color-text);
    --color-text-primary-surface: var(--color-text);
    --color-text-primary-solid: var(--color-text-inverse);
    --color-text-primary-outline: var(--color-text);
    --color-text-primary-outline-hover: var(--color-text);
    --color-text-primary-ghost: var(--color-text);
    --color-text-primary-ghost-hover: var(--color-text);
    --color-ring-primary: var(--color-ring);
    --color-ring-primary-soft: var(--color-ring-primary);
    --color-ring-primary-solid: var(--color-ring-primary);
    --color-ring-primary-outline: var(--color-ring-primary);
    --color-ring-primary-ghost: var(--color-ring-primary);
    --color-text-secondary-soft: var(--color-text);
    --color-background-secondary-soft-alt: var(--alpha-02);
    --color-border-secondary-soft-alt: var(--alpha-06);
    --color-text-secondary-soft-alt: var(--color-text);
    --color-text-secondary-solid: var(--white);
    --color-text-secondary-outline: var(--color-text-secondary);
    --color-text-secondary-outline-hover: var(--color-text);
    --color-text-secondary-ghost: var(--color-text-secondary);
    --color-text-secondary-ghost-hover: var(--color-text);
    --color-ring-secondary: var(--color-ring);
    --color-ring-secondary-soft: var(--color-ring-secondary);
    --color-ring-secondary-solid: var(--color-ring-secondary);
    --color-ring-secondary-outline: var(--color-ring-secondary);
    --color-ring-secondary-ghost: var(--color-ring-secondary);
    --color-background-info-soft: var(--blue-50);
    --color-background-info-soft-hover: var(--blue-75);
    --color-background-info-soft-active: var(--blue-75);
    --color-background-info-soft-alpha: var(--blue-a50);
    --color-background-info-soft-alpha-hover: var(--blue-a75);
    --color-background-info-soft-alpha-active: var(--blue-a75);
    --color-background-info-solid: var(--blue-400);
    --color-background-info-solid-hover: var(--blue-500);
    --color-background-info-solid-active: var(--blue-500);
    --color-text-info-solid: var(--white);
    --color-background-info-outline-hover: var(--blue-a25);
    --color-background-info-outline-active: var(--blue-a25);
    --color-border-info-outline: var(--blue-500);
    --color-border-info-outline-hover: var(--blue-500);
    --color-text-info-outline: var(--blue-500);
    --color-text-info-outline-hover: var(--blue-500);
    --color-background-info-ghost-hover: var(--blue-a50);
    --color-background-info-ghost-active: var(--blue-a50);
    --color-ring-info: var(--color-ring);
    --color-ring-info-soft: var(--color-ring-info);
    --color-ring-info-solid: var(--color-ring-info);
    --color-ring-info-outline: var(--color-ring-info);
    --color-ring-info-ghost: var(--color-ring-info);
    --color-background-warning-soft: var(--orange-50);
    --color-background-warning-soft-hover: var(--orange-75);
    --color-background-warning-soft-active: var(--orange-75);
    --color-background-warning-soft-alpha: var(--orange-a50);
    --color-background-warning-soft-alpha-hover: var(--orange-a75);
    --color-background-warning-soft-alpha-active: var(--orange-a75);
    --color-background-warning-solid: var(--orange-500);
    --color-background-warning-solid-hover: var(--orange-600);
    --color-background-warning-solid-active: var(--orange-600);
    --color-text-warning-solid: var(--white);
    --color-background-warning-outline-hover: var(--orange-a25);
    --color-background-warning-outline-active: var(--orange-a25);
    --color-border-warning-outline: var(--orange-500);
    --color-border-warning-outline-hover: var(--orange-500);
    --color-text-warning-outline: var(--orange-500);
    --color-text-warning-outline-hover: var(--orange-500);
    --color-background-warning-ghost-hover: var(--orange-a50);
    --color-background-warning-ghost-active: var(--orange-a50);
    --color-text-warning-ghost: var(--orange-500);
    --color-text-warning-ghost-hover: var(--orange-500);
    --color-ring-warning: var(--color-ring);
    --color-ring-warning-soft: var(--color-ring-warning);
    --color-ring-warning-solid: var(--color-ring-warning);
    --color-ring-warning-outline: var(--color-ring-warning);
    --color-ring-warning-ghost: var(--color-ring-warning);
    --color-text-caution-hover: var(--yellow-800);
    --color-background-caution-soft: var(--yellow-50);
    --color-background-caution-soft-hover: var(--yellow-75);
    --color-background-caution-soft-active: var(--yellow-75);
    --color-background-caution-soft-alpha: var(--yellow-a50);
    --color-background-caution-soft-alpha-hover: var(--yellow-a75);
    --color-background-caution-soft-alpha-active: var(--yellow-a75);
    --color-background-caution-solid: var(--yellow-600);
    --color-background-caution-solid-hover: var(--yellow-700);
    --color-background-caution-solid-active: var(--yellow-700);
    --color-text-caution-solid: var(--white);
    --color-background-caution-outline-hover: var(--yellow-a25);
    --color-background-caution-outline-active: var(--yellow-a25);
    --color-border-caution-outline: var(--yellow-700);
    --color-border-caution-outline-hover: var(--yellow-700);
    --color-text-caution-outline: var(--yellow-700);
    --color-text-caution-outline-hover: var(--yellow-700);
    --color-background-caution-ghost-hover: var(--yellow-a50);
    --color-background-caution-ghost-active: var(--yellow-a50);
    --color-text-caution-ghost: var(--yellow-700);
    --color-text-caution-ghost-hover: var(--yellow-700);
    --color-ring-caution: var(--color-ring);
    --color-ring-caution-soft: var(--color-ring-caution);
    --color-ring-caution-solid: var(--color-ring-caution);
    --color-ring-caution-outline: var(--color-ring-caution);
    --color-ring-caution-ghost: var(--color-ring-caution);
    --color-background-danger-soft: var(--red-50);
    --color-background-danger-soft-hover: var(--red-75);
    --color-background-danger-soft-active: var(--red-75);
    --color-background-danger-soft-alpha: var(--red-a50);
    --color-background-danger-soft-alpha-hover: var(--red-a75);
    --color-background-danger-soft-alpha-active: var(--red-a75);
    --color-background-danger-solid: var(--red-500);
    --color-background-danger-solid-hover: var(--red-600);
    --color-background-danger-solid-active: var(--red-600);
    --color-text-danger-solid: var(--white);
    --color-background-danger-outline-hover: var(--red-a25);
    --color-background-danger-outline-active: var(--red-a25);
    --color-border-danger-outline: var(--red-500);
    --color-border-danger-outline-hover: var(--red-500);
    --color-text-danger-outline: var(--red-500);
    --color-text-danger-outline-hover: var(--red-500);
    --color-background-danger-ghost-hover: var(--red-a50);
    --color-background-danger-ghost-active: var(--red-a50);
    --color-text-danger-ghost: var(--red-500);
    --color-text-danger-ghost-hover: var(--red-500);
    --color-ring-danger: var(--red-200);
    --color-ring-danger-soft: var(--color-ring-danger);
    --color-ring-danger-solid: var(--color-ring-danger);
    --color-ring-danger-outline: var(--color-ring-danger);
    --color-ring-danger-ghost: var(--color-ring-danger);
    --color-background-success-soft: var(--green-50);
    --color-background-success-soft-hover: var(--green-75);
    --color-background-success-soft-active: var(--green-75);
    --color-background-success-soft-alpha: var(--green-a50);
    --color-background-success-soft-alpha-hover: var(--green-a75);
    --color-background-success-soft-alpha-active: var(--green-a75);
    --color-text-success-solid: var(--white);
    --color-background-success-outline-hover: var(--green-a25);
    --color-background-success-outline-active: var(--green-a25);
    --color-text-success-outline: var(--green-500);
    --color-text-success-outline-hover: var(--green-500);
    --color-background-success-ghost-hover: var(--green-a50);
    --color-background-success-ghost-active: var(--green-a50);
    --color-text-success-ghost: var(--green-500);
    --color-text-success-ghost-hover: var(--green-500);
    --color-ring-success: var(--color-ring);
    --color-ring-success-soft: var(--color-ring-info);
    --color-ring-success-solid: var(--color-ring-info);
    --color-ring-success-outline: var(--color-ring-info);
    --color-ring-success-ghost: var(--color-ring-info);
    --color-background-discovery-soft: var(--purple-50);
    --color-background-discovery-soft-hover: var(--purple-75);
    --color-background-discovery-soft-active: var(--purple-75);
    --color-background-discovery-soft-alpha: var(--purple-a50);
    --color-background-discovery-soft-alpha-hover: var(--purple-a75);
    --color-background-discovery-soft-alpha-active: var(--purple-a75);
    --color-background-discovery-solid: var(--purple-400);
    --color-background-discovery-solid-hover: var(--purple-500);
    --color-background-discovery-solid-active: var(--purple-500);
    --color-text-discovery-solid: var(--white);
    --color-background-discovery-outline-hover: var(--purple-a25);
    --color-background-discovery-outline-active: var(--purple-a25);
    --color-border-discovery-outline: var(--purple-500);
    --color-border-discovery-outline-hover: var(--purple-500);
    --color-background-discovery-ghost-hover: var(--purple-a50);
    --color-background-discovery-ghost-active: var(--purple-a50);
    --color-text-discovery-ghost: var(--purple-500);
    --color-text-discovery-ghost-hover: var(--purple-500);
    --color-ring-discovery: var(--color-ring);
    --color-ring-discovery-soft: var(--color-ring);
    --color-ring-discovery-solid: var(--color-ring);
    --color-ring-discovery-outline: var(--color-ring);
    --color-ring-discovery-ghost: var(--color-ring);
    --color-background-disabled: var(--alpha-05);
    --color-border-disabled: var(--alpha-06);
    --font-tracking-wide: 0em;
    --font-tracking-normal: 0em;
    --font-tracking-tight: 0em;
    --font-heading-5xl-size: 4.5rem;
    --font-heading-5xl-line-height: 4.5rem;
    --font-heading-5xl-weight: var(--font-weight-semibold);
    --font-heading-5xl-tracking: var(--tracking-tight);
    --font-heading-4xl-size: 3.75rem;
    --font-heading-4xl-line-height: 3.75rem;
    --font-heading-4xl-weight: var(--font-weight-semibold);
    --font-heading-4xl-tracking: var(--tracking-tight);
    --font-heading-3xl-size: 3rem;
    --font-heading-3xl-line-height: 3rem;
    --font-heading-3xl-weight: var(--font-weight-semibold);
    --font-heading-3xl-tracking: var(--tracking-tight);
    --font-heading-2xl-size: 2.25rem;
    --font-heading-2xl-line-height: 2.625rem;
    --font-heading-2xl-weight: var(--font-weight-semibold);
    --font-heading-2xl-tracking: var(--tracking-tight);
    --font-heading-xl-size: 2rem;
    --font-heading-xl-line-height: 2.375rem;
    --font-heading-xl-weight: var(--font-weight-semibold);
    --font-heading-xl-tracking: var(--tracking-tight);
    --font-heading-lg-size: 1.5rem;
    --font-heading-lg-line-height: 1.75rem;
    --font-heading-lg-weight: var(--font-weight-semibold);
    --font-heading-lg-tracking: var(--tracking-normal);
    --font-heading-md-size: 1.25rem;
    --font-heading-md-line-height: 1.625rem;
    --font-heading-md-weight: var(--font-weight-semibold);
    --font-heading-md-tracking: var(--tracking-normal);
    --font-heading-sm-size: 1.125rem;
    --font-heading-sm-line-height: 1.625rem;
    --font-heading-sm-weight: var(--font-weight-semibold);
    --font-heading-sm-tracking: var(--tracking-normal);
    --font-heading-xs-size: 1rem;
    --font-heading-xs-line-height: 1.5rem;
    --font-heading-xs-weight: var(--font-weight-semibold);
    --font-heading-xs-tracking: var(--tracking-normal);
    --font-text-lg-size: 1.125rem;
    --font-text-lg-line-height: 1.8125rem;
    --font-text-lg-weight: var(--font-weight-normal);
    --font-text-lg-tracking: var(--tracking-normal);
    --font-text-md-size: 1rem;
    --font-text-md-line-height: 1.5rem;
    --font-text-md-weight: var(--font-weight-normal);
    --font-text-md-tracking: var(--tracking-normal);
    --font-text-sm-size: 0.875rem;
    --font-text-sm-line-height: 1.25rem;
    --font-text-sm-weight: var(--font-weight-normal);
    --font-text-sm-tracking: var(--tracking-normal);
    --font-text-xs-size: 0.75rem;
    --font-text-xs-line-height: 1.125rem;
    --font-text-xs-weight: var(--font-weight-normal);
    --font-text-xs-tracking: var(--tracking-wide);
    --font-text-2xs-size: 0.625rem;
    --font-text-2xs-line-height: 0.875rem;
    --font-text-2xs-weight: var(--font-weight-normal);
    --font-text-2xs-tracking: var(--tracking-wide);
    --font-text-3xs-size: 0.5rem;
    --font-text-3xs-line-height: 0.75rem;
    --font-text-3xs-weight: var(--font-weight-normal);
    --font-text-3xs-tracking: var(--tracking-wide);
    --control-size-3xs: 1.375rem;
    --control-size-2xs: 1.5rem;
    --control-size-xs: 1.625rem;
    --control-size-sm: 1.75rem;
    --control-size-md: 2rem;
    --control-size-lg: 2.25rem;
    --control-size-xl: 2.5rem;
    --control-size-2xl: 2.75rem;
    --control-size-3xl: 3rem;
    --control-gutter-2xs: 0.375rem;
    --control-gutter-xs: 0.5rem;
    --control-gutter-sm: 0.625rem;
    --control-gutter-md: 0.75rem;
    --control-gutter-lg: 0.875rem;
    --control-gutter-xl: 1rem;
    --control-gutter-pill-scaling: 1.33;
    --control-radius-sm: var(--radius-sm);
    --control-radius-md: var(--radius-md);
    --control-radius-lg: var(--radius-lg);
    --control-radius-xl: var(--radius-xl);
    --control-font-size-sm: var(--font-text-xs-size);
    --control-font-size-md: var(--font-text-sm-size);
    --control-font-size-lg: var(--font-text-md-size);
    --control-icon-size-xs: 0.875rem;
    --control-icon-size-sm: 1rem;
    --control-icon-size-md: 1.125rem;
    --control-icon-size-lg: 1.25rem;
    --control-icon-size-xl: 1.375rem;
    --control-icon-size-2xl: 1.5rem;
    --cubic-enter: cubic-bezier(0.19, 1, 0.22, 1);
    --cubic-exit: cubic-bezier(0.8, 0, 0.4, 1);
    --cubic-exit-snappy: cubic-bezier(0.65, 0, 0.4, 1);
    --cubic-move: cubic-bezier(0.65, 0, 0.35, 1);
    --transition-duration-basic: 150ms;
    --transition-ease-basic: ease;
    --scrollbar-color: var(--alpha-30);
    --shadow-hairline: 0 0 0 var(--shadow-hairline-width) var(--shadow-hairline-color);
    --shadow-100: var(--elevation-100-geo) rgb(var(--shadow-color) / var(--shadow-alpha-100));
    --shadow-100-strong: var(--elevation-100-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-100) * 1.25));
    --shadow-100-stronger: var(--elevation-100-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-100) * 1.6));
    --shadow-200: var(--elevation-200-geo) rgb(var(--shadow-color) / var(--shadow-alpha-200));
    --shadow-200-strong: var(--elevation-200-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-200) * 1.25));
    --shadow-200-stronger: var(--elevation-200-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-200) * 1.6));
    --shadow-300: var(--elevation-300-geo) rgb(var(--shadow-color) / var(--shadow-alpha-300));
    --shadow-300-strong: var(--elevation-300-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-300) * 1.25));
    --shadow-300-stronger: var(--elevation-300-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-300) * 1.6));
    --shadow-400: var(--elevation-400-geo) rgb(var(--shadow-color) / var(--shadow-alpha-400));
    --shadow-400-strong: var(--elevation-400-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-400) * 1.25));
    --shadow-400-stronger: var(--elevation-400-geo)
      rgb(var(--shadow-color) / calc(var(--shadow-alpha-400) * 1.6));
  }
  :where(:root), :where([data-theme="light"]) {
    --color-text-secondary: var(--gray-500);
    --color-text-tertiary: var(--gray-400);
    --color-ring: var(--blue-500);
    --color-background-primary-soft: var(--gray-100);
    --color-background-primary-soft-hover: var(--gray-150);
    --color-background-primary-soft-active: var(--gray-200);
    --color-background-primary-soft-alpha: var(--alpha-08);
    --color-background-primary-soft-alpha-hover: var(--alpha-12);
    --color-background-primary-soft-alpha-active: var(--alpha-16);
    --color-background-primary-surface: var(--alpha-05);
    --color-border-primary-surface: var(--alpha-05);
    --color-background-primary-solid: var(--gray-900);
    --color-background-primary-solid-hover: var(--gray-700);
    --color-background-primary-solid-active: var(--gray-600);
    --color-background-primary-outline-hover: var(--alpha-02);
    --color-background-primary-outline-active: var(--alpha-04);
    --color-border-primary-outline: var(--alpha-16);
    --color-border-primary-outline-hover: var(--alpha-20);
    --color-background-primary-ghost-hover: var(--alpha-08);
    --color-background-primary-ghost-active: var(--alpha-12);
    --color-background-secondary-soft: var(--gray-100);
    --color-background-secondary-soft-hover: var(--gray-150);
    --color-background-secondary-soft-active: var(--gray-200);
    --color-background-secondary-soft-alpha: var(--alpha-08);
    --color-background-secondary-soft-alpha-hover: var(--alpha-12);
    --color-background-secondary-soft-alpha-active: var(--alpha-16);
    --color-background-secondary-solid: var(--gray-500);
    --color-background-secondary-solid-hover: var(--gray-600);
    --color-background-secondary-solid-active: var(--gray-700);
    --color-background-secondary-outline-hover: var(--alpha-02);
    --color-background-secondary-outline-active: var(--alpha-04);
    --color-border-secondary-outline: var(--alpha-16);
    --color-border-secondary-outline-hover: var(--alpha-20);
    --color-background-secondary-ghost-hover: var(--alpha-08);
    --color-background-secondary-ghost-active: var(--alpha-12);
    --color-text-info: var(--blue-500);
    --color-text-info-soft: var(--blue-600);
    --color-background-info-surface: var(--blue-a25);
    --color-border-info-surface: var(--blue-a25);
    --color-text-info-surface: var(--blue-600);
    --color-text-info-ghost: var(--blue-500);
    --color-text-info-ghost-hover: var(--blue-500);
    --color-text-warning: var(--orange-700);
    --color-text-warning-soft: var(--orange-700);
    --color-background-warning-surface: var(--orange-a25);
    --color-border-warning-surface: var(--orange-a25);
    --color-text-warning-surface: var(--orange-700);
    --color-text-caution: var(--yellow-700);
    --color-text-caution-soft: var(--yellow-800);
    --color-background-caution-surface: var(--yellow-a25);
    --color-border-caution-surface: var(--yellow-a25);
    --color-text-caution-surface: var(--yellow-800);
    --color-text-danger: var(--red-700);
    --color-text-danger-soft: var(--red-600);
    --color-background-danger-surface: var(--red-a25);
    --color-border-danger-surface: var(--red-a25);
    --color-text-danger-surface: var(--red-600);
    --color-text-success: var(--green-700);
    --color-text-success-soft: var(--green-600);
    --color-background-success-surface: var(--green-a25);
    --color-border-success-surface: var(--green-a25);
    --color-text-success-surface: var(--green-600);
    --color-background-success-solid: var(--green-500);
    --color-background-success-solid-hover: var(--green-500);
    --color-background-success-solid-active: var(--green-500);
    --color-border-success-outline: var(--green-500);
    --color-border-success-outline-hover: var(--green-500);
    --color-text-discovery: var(--purple-700);
    --color-text-discovery-soft: var(--purple-600);
    --color-background-discovery-surface: var(--purple-a25);
    --color-border-discovery-surface: var(--purple-a25);
    --color-text-discovery-surface: var(--purple-600);
    --color-text-discovery-outline: var(--purple-500);
    --color-text-discovery-outline-hover: var(--purple-500);
    --color-text-disabled: var(--gray-400);
    --color-border-subtle: var(--alpha-05);
    --color-border: var(--alpha-10);
    --color-border-strong: var(--alpha-15);
    --shadow: 0 10px 15px -3px rgba(0 0 0 / 10%),
      0 4px 6px -4px rgba(0 0 0 / 10%);
    --color-surface: var(--gray-0);
    --color-surface-secondary: var(--gray-50);
    --color-surface-tertiary: var(--gray-75);
    --color-surface-elevated: var(--gray-0);
    --color-surface-elevated-secondary: var(--gray-50)
  ;
  }
  :where([data-theme="dark"]) {
    --color-text-secondary: var(--gray-700);
    --color-text-tertiary: var(--gray-600);
    --color-ring: var(--blue-400);
    --color-background-primary-soft: var(--gray-300);
    --color-background-primary-soft-hover: var(--gray-350);
    --color-background-primary-soft-active: var(--gray-400);
    --color-background-primary-soft-alpha: var(--alpha-12);
    --color-background-primary-soft-alpha-hover: var(--alpha-16);
    --color-background-primary-soft-alpha-active: var(--alpha-20);
    --color-background-primary-surface: var(--alpha-08);
    --color-border-primary-surface: var(--alpha-08);
    --color-background-primary-solid: var(--gray-950);
    --color-background-primary-solid-hover: var(--gray-900);
    --color-background-primary-solid-active: var(--gray-850);
    --color-background-primary-outline-hover: var(--alpha-04);
    --color-background-primary-outline-active: var(--alpha-06);
    --color-border-primary-outline: var(--alpha-25);
    --color-border-primary-outline-hover: var(--alpha-30);
    --color-background-primary-ghost-hover: var(--alpha-12);
    --color-background-primary-ghost-active: var(--alpha-16);
    --color-background-secondary-soft: var(--gray-300);
    --color-background-secondary-soft-hover: var(--gray-350);
    --color-background-secondary-soft-active: var(--gray-400);
    --color-background-secondary-soft-alpha: var(--alpha-12);
    --color-background-secondary-soft-alpha-hover: var(--alpha-16);
    --color-background-secondary-soft-alpha-active: var(--alpha-20);
    --color-background-secondary-solid: var(--gray-400);
    --color-background-secondary-solid-hover: var(--gray-450);
    --color-background-secondary-solid-active: var(--gray-500);
    --color-background-secondary-outline-hover: var(--alpha-04);
    --color-background-secondary-outline-active: var(--alpha-06);
    --color-border-secondary-outline: var(--alpha-25);
    --color-border-secondary-outline-hover: var(--alpha-30);
    --color-background-secondary-ghost-hover: var(--alpha-12);
    --color-background-secondary-ghost-active: var(--alpha-16);
    --color-text-info: var(--blue-200);
    --color-text-info-soft: var(--blue-300);
    --color-background-info-surface: var(--blue-a50);
    --color-border-info-surface: var(--blue-a50);
    --color-text-info-surface: var(--blue-300);
    --color-text-info-ghost: var(--blue-200);
    --color-text-info-ghost-hover: var(--blue-200);
    --color-text-warning: var(--orange-500);
    --color-text-warning-soft: var(--orange-400);
    --color-background-warning-surface: var(--orange-a50);
    --color-border-warning-surface: var(--orange-a50);
    --color-text-warning-surface: var(--orange-400);
    --color-text-caution: var(--yellow-500);
    --color-text-caution-soft: var(--yellow-400);
    --color-background-caution-surface: var(--yellow-a50);
    --color-border-caution-surface: var(--yellow-a50);
    --color-text-caution-surface: var(--yellow-400);
    --color-text-danger: var(--red-500);
    --color-text-danger-soft: var(--red-400);
    --color-background-danger-surface: var(--red-a50);
    --color-border-danger-surface: var(--red-a50);
    --color-text-danger-surface: var(--red-400);
    --color-text-success: var(--green-400);
    --color-text-success-soft: var(--green-400);
    --color-background-success-surface: var(--green-a50);
    --color-border-success-surface: var(--green-a50);
    --color-text-success-surface: var(--green-400);
    --color-background-success-solid: var(--green-600);
    --color-background-success-solid-hover: var(--green-600);
    --color-background-success-solid-active: var(--green-600);
    --color-border-success-outline: var(--green-600);
    --color-border-success-outline-hover: var(--green-600);
    --color-text-discovery: var(--purple-500);
    --color-text-discovery-soft: var(--purple-200);
    --color-background-discovery-surface: var(--purple-a50);
    --color-border-discovery-surface: var(--purple-a50);
    --color-text-discovery-surface: var(--purple-200);
    --color-text-discovery-outline: var(--purple-400);
    --color-text-discovery-outline-hover: var(--purple-400);
    --color-text-disabled: var(--gray-500);
    --color-border-subtle: var(--alpha-06);
    --color-border: var(--alpha-12);
    --color-border-strong: var(--alpha-20);
    --shadow: 0 10px 15px -3px rgba(0 0 0 / 20%),
      0 4px 6px -4px rgba(0 0 0 / 20%);
    --color-surface: var(--gray-200);
    --color-surface-secondary: var(--gray-100);
    --color-surface-tertiary: var(--gray-50);
    --color-surface-elevated: var(--gray-300);
    --color-surface-elevated-secondary: var(--gray-400)
  ;
  }
}
@layer theme {
  :root,
  :where([data-theme]) {
    --alert-border-radius: var(--radius-xl);
    --alert-gap: calc(var(--spacing) * 3);
    --alert-gutter: calc(var(--spacing) * 4);
    --alert-font-size: var(--font-text-sm-size);
    --alert-line-height: var(--font-text-sm-line-height);
    --alert-title-font-weight: var(--font-weight-semibold);
    --avatar-radius: var(--radius-full);
    --avatar-size: 28px;
    --avatar-font-size-scaling: 0.5;
    --avatar-overflow-font-size-scaling-one: 0.45;
    --avatar-overflow-font-size-scaling-two: 0.37;
    --avatar-overflow-font-size-scaling-three: 0.3;
    --avatar-group-cutout-width: 3px;
    --avatar-group-cutout-color: var(--color-surface);
    --avatar-group-spacing: -8px;
    --badge-gutter-sm: calc(var(--control-gutter-2xs) - 1px);
    --badge-gutter-md: var(--control-gutter-2xs);
    --badge-gutter-lg: var(--control-gutter-xs);
    --badge-size-sm: calc(var(--control-size-3xs) - 2px);
    --badge-size-md: var(--control-size-3xs);
    --badge-size-lg: var(--control-size-2xs);
    --badge-radius-sm: var(--radius-xs);
    --badge-radius-md: var(--radius-xs);
    --badge-radius-lg: var(--radius-sm);
    --badge-font-size-sm: var(--font-text-xs-size);
    --badge-font-size-md: var(--font-text-sm-size);
    --badge-font-size-lg: var(--font-text-sm-size);
    --badge-tracking-sm: var(--tracking-wide);
    --badge-tracking-md: var(--tracking-normal);
    --badge-tracking-lg: var(--tracking-normal);
    --badge-font-weight-sm: var(--font-weight-semibold);
    --badge-font-weight-md: var(--font-weight-semibold);
    --badge-font-weight-lg: var(--font-weight-semibold);
    --badge-icon-font-size-sm: var(--font-text-xs-size);
    --badge-icon-font-size-md: var(--font-text-md-size);
    --badge-icon-font-size-lg: var(--font-text-md-size);
    --badge-indicator-size-sm: var(--font-text-xs-size);
    --badge-indicator-size-md: var(--font-text-xs-size);
    --badge-indicator-size-lg: var(--font-text-sm-size);
    --button-gap-sm: 3px;
    --button-gap-md: 4px;
    --button-gap-lg: 6px;
    --button-font-weight: var(--font-weight-medium);
    --input-gap-xs: 4px;
    --input-gap-sm: 6px;
    --input-gap-md: 8px;
    --input-gap-lg: 10px;
    --input-text-color: var(--color-text);
    --input-placeholder-text-color: var(--color-text-tertiary);
    --input-outline-border-color: var(--color-border-primary-outline);
    --input-outline-border-color-focus: var(--alpha-50);
    --input-soft-background-color: var(--color-background-primary-soft-alpha);
    --input-soft-border-color-focus: var(--alpha-20);
    --link-font-weight: inherit;
    --link-gap: calc(var(--spacing) * 0.5);
    --link-radius: var(--radius-sm);
    --link-underline-decoration-offset: 0.1em;
    --chat-max-width: 800px;
    --chat-gutter: calc(var(--spacing) * 5);
    --chat-background-color: var(--color-surface);
    --thread-gutter: calc(var(--spacing) * 4);
    --composer-gutter: calc(var(--spacing) * 3);
    --composer-compact-gutter: calc(var(--spacing) * 2);
    --composer-radius: var(--radius-4xl);
    --composer-background-color: var(--color-surface-elevated);
    --smoothing-background-color: var(--color-surface);
    --user-message-text-color: var(--color-text);
    --source-list-gutter: var(--thread-gutter);
    --codeblock-background-color: var(--gray-25);
    --codeblock-syntax-4: var(--pink-500);
    --dialog-min-width: 250px;
    --dialog-max-width: 450px;
    --dialog-container-inner-padding: calc(var(--spacing) * 5);
    --dialog-backdrop-fade-background: var(--color-surface-elevated);
    @supports (color: color-mix(in lab, red, red)) {
      --dialog-backdrop-fade-background: color-mix(in oklab, var(--color-surface-elevated) 60%, transparent);
    }
    --menu-gutter: calc(var(--spacing) * 1.5);
    --menu-radius: var(--radius-xl);
    --menu-font-size: var(--font-text-sm-size);
    --menu-line-height: var(--font-text-sm-line-height);
    --menu-item-padding: calc(var(--spacing) * 1.5) calc(var(--spacing) * 2);
    --menu-item-gap: calc(var(--spacing) * 1.5);
    --menu-separator-gutter: var(--menu-gutter) calc(-1 * var(--menu-gutter));
    --menu-separator-background-color: var(--color-border);
    --menu-radio-indicator-size: var(--font-text-lg-size);
    --menu-radio-indicator-hole-size: var(--font-text-3xs-size);
    --menu-checkbox-indicator-size: var(--font-text-lg-size);
    --modal-container-inner-padding: calc(var(--spacing) * 5);
    --popover-radius: var(--radius-xl);
    --radio-group-col-gap: calc(var(--spacing) * 2.5);
    --radio-group-row-gap: calc(var(--spacing) * 5);
    --radio-group-item-gap: calc(var(--spacing) * 1.5);
    --radio-group-item-font-size: var(--font-text-sm-size);
    --radio-group-item-line-height: var(--font-text-sm-line-height);
    --radio-group-indicator-size: var(--font-text-md-size);
    --radio-group-indicator-border-color: var(--color-border-primary-outline);
    --radio-group-indicator-border-color-hover: var(--alpha-25);
    --radio-group-indicator-background-color: var(--color-background-primary-solid);
    --radio-group-indicator-hole-size: 0.375rem;
    --radio-group-indicator-hole-background-color: var(--color-text-primary-solid);
    --segmented-control-gap: 2px;
    --segmented-control-gutter: 2px;
    --segmented-control-font-weight: var(--font-weight-semibold);
    --segmented-control-thumb-shadow: 0 1px 4px -1px rgb(0 0 0 / 20%);
    --segmented-control-option-highlight-gutter: 1px;
    --select-control-font-weight: var(--font-weight-medium);
    --switch-track-width: 32px;
    --switch-track-height: 19px;
    --switch-thumb-offset: 3px;
    --switch-thumb-size: calc(var(--switch-track-height) - 2 * var(--switch-thumb-offset));
    --switch-thumb-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    --switch-label-gap: calc(var(--spacing) * 2);
  }
  :where(:root), :where([data-theme="light"]) {
    --avatar-image-border-color: var(--alpha-04);
    --input-outline-border-color-hover: var(--alpha-25);
    --input-border-color-invalid: var(--red-500);
    --link-primary-text-color: var(--blue-500);
    --link-primary-text-color-hover: var(--blue-800);
    --user-message-background-color: var(--alpha-05);
    --codeblock-syntax-1: #c0660d;
    --codeblock-syntax-2: var(--blue-500);
    --codeblock-syntax-3: var(--green-600);
    --codeblock-syntax-5: var(--purple-500);
    --dialog-backdrop-dim-background: rgb(0 0 0 / 30%);
    --menu-item-background-color: var(--alpha-08);
    --modal-backdrop-background: rgb(0 0 0 / 30%);
    --segmented-control-background: var(--gray-100);
    --segmented-control-thumb-background: var(--gray-0);
    --segmented-control-option-highlight-background-color: var(--gray-200);
    --slider-track-color: var(--gray-150);
    --slider-range-color: var(--gray-450);
    --switch-track-color: var(--gray-150);
    --switch-track-color-hover: var(--gray-200);
    --switch-track-color-checked: var(--gray-900);
    --switch-track-color-checked-disabled: var(--gray-300);
    --switch-track-color-disabled: var(--gray-100);
    --switch-thumb-color: var(--gray-0);
    --switch-thumb-color-disabled: var(--gray-0);
  }
  :where([data-theme="dark"]) {
    --avatar-image-border-color: var(--alpha-15);
    --input-outline-border-color-hover: var(--alpha-30);
    --input-border-color-invalid: var(--red-600);
    --link-primary-text-color: var(--blue-300);
    --link-primary-text-color-hover: var(--blue-400);
    --user-message-background-color: var(--alpha-08);
    --codeblock-syntax-1: var(--yellow-100);
    --codeblock-syntax-2: var(--blue-200);
    --codeblock-syntax-3: var(--green-300);
    --codeblock-syntax-5: var(--purple-300);
    --dialog-backdrop-dim-background: rgb(0 0 0 / 50%);
    --menu-item-background-color: var(--alpha-10);
    --modal-backdrop-background: rgb(0 0 0 / 50%);
    --segmented-control-background: var(--gray-0);
    --segmented-control-thumb-background: var(--gray-300);
    --segmented-control-option-highlight-background-color: var(--gray-300);
    --slider-track-color: var(--gray-400);
    --slider-range-color: var(--gray-600);
    --switch-track-color: var(--gray-400);
    --switch-track-color-hover: var(--gray-450);
    --switch-track-color-checked: var(--blue-400);
    --switch-track-color-checked-disabled: var(--blue-700);
    --switch-track-color-disabled: var(--gray-300);
    --switch-thumb-color: var(--gray-1000);
    --switch-thumb-color-disabled: var(--gray-800);
  }
}
@layer base {
  html,
  :host {
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: var(--tracking-normal);
  }
  [data-theme="light"] {
    color-scheme: light;
  }
  [data-theme="dark"] {
    color-scheme: dark;
  }
  * {
    scrollbar-color: var(--scrollbar-color) transparent;
    scrollbar-width: thin;
  }
  [data-exiting] {
    pointer-events: none;
  }
  ::-moz-placeholder {
    color: var(--color-text-tertiary);
  }
  ::placeholder {
    color: var(--color-text-tertiary);
  }
  b,
  strong {
    font-weight: var(--font-weight-semibold);
  }
}
@layer base {
  @font-face {
    font-family: "KaTeX_AMS";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_AMS-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Caligraphic";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Caligraphic-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Caligraphic";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Caligraphic-Regular.woff2")
    format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Fraktur";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Fraktur-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Fraktur";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Fraktur-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Main";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Main";
    font-style: italic;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-BoldItalic.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Main";
    font-style: italic;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Main";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Main-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Math";
    font-style: italic;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Math-BoldItalic.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Math";
    font-style: italic;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Math-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_SansSerif";
    font-style: normal;
    font-weight: 700;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Bold.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_SansSerif";
    font-style: italic;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Italic.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_SansSerif";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_SansSerif-Regular.woff2")
    format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Script";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Script-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Size1";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size1-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Size2";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size2-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Size3";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size3-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Size4";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Size4-Regular.woff2") format("woff2");
  }
  @font-face {
    font-family: "KaTeX_Typewriter";
    font-style: normal;
    font-weight: 400;
    src: url("https://cdn.openai.com/common/fonts/katex/KaTeX_Typewriter-Regular.woff2")
    format("woff2");
  }
  .katex {
    font: normal 1.21em "KaTeX_Main",
    "Times New Roman",
    serif;
    line-height: 1.2;
    text-indent: 0;
    text-rendering: auto;
  }
  .katex * {
    border-color: currentcolor;
    -ms-high-contrast-adjust: none !important;
  }
  .katex .katex-version::after {
    content: "0.16.0";
  }
  .katex .katex-mathml {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
  }
  .katex .katex-html > .newline {
    display: block;
  }
  .katex .base {
    position: relative;
    width: -moz-min-content;
    width: min-content;
    white-space: nowrap;
  }
  .katex .base,
.katex .strut {
    display: inline-block;
  }
  .katex .textbf {
    font-weight: 700;
  }
  .katex .textit {
    font-style: italic;
  }
  .katex .textrm {
    font-family: "KaTeX_Main";
  }
  .katex .textsf {
    font-family: "KaTeX_SansSerif";
  }
  .katex .texttt {
    font-family: "KaTeX_Typewriter";
  }
  .katex .mathnormal {
    font-family: "KaTeX_Math";
    font-style: italic;
  }
  .katex .mathit {
    font-family: "KaTeX_Main";
    font-style: italic;
  }
  .katex .mathrm {
    font-style: normal;
  }
  .katex .mathbf {
    font-family: "KaTeX_Main";
    font-weight: 700;
  }
  .katex .boldsymbol {
    font-family: "KaTeX_Math";
    font-style: italic;
    font-weight: 700;
  }
  .katex .amsrm,
.katex .mathbb,
.katex .textbb {
    font-family: "KaTeX_AMS";
  }
  .katex .mathcal {
    font-family: "KaTeX_Caligraphic";
  }
  .katex .mathfrak,
.katex .textfrak {
    font-family: "KaTeX_Fraktur";
  }
  .katex .mathtt {
    font-family: "KaTeX_Typewriter";
  }
  .katex .mathscr,
.katex .textscr {
    font-family: "KaTeX_Script";
  }
  .katex .mathsf,
.katex .textsf {
    font-family: "KaTeX_SansSerif";
  }
  .katex .mathboldsf,
.katex .textboldsf {
    font-family: "KaTeX_SansSerif";
    font-weight: 700;
  }
  .katex .mathitsf,
.katex .textitsf {
    font-family: "KaTeX_SansSerif";
    font-style: italic;
  }
  .katex .mainrm {
    font-family: "KaTeX_Main";
    font-style: normal;
  }
  .katex .vlist-t {
    display: inline-table;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .katex .vlist-r {
    display: table-row;
  }
  .katex .vlist {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
  }
  .katex .vlist > span {
    position: relative;
    display: block;
    height: 0;
  }
  .katex .vlist > span > span {
    display: inline-block;
  }
  .katex .vlist > span > .pstrut {
    overflow: hidden;
    width: 0;
  }
  .katex .vlist-t2 {
    margin-right: -2px;
  }
  .katex .vlist-s {
    display: table-cell;
    width: 2px;
    min-width: 2px;
    font-size: 1px;
    vertical-align: bottom;
  }
  .katex .vbox {
    display: inline-flex;
    flex-direction: column;
    align-items: baseline;
  }
  .katex .hbox {
    width: 100%;
  }
  .katex .hbox,
.katex .thinbox {
    display: inline-flex;
    flex-direction: row;
  }
  .katex .thinbox {
    width: 0;
    max-width: 0;
  }
  .katex .msupsub {
    text-align: left;
  }
  .katex .mfrac > span > span {
    text-align: center;
  }
  .katex .mfrac .frac-line {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid;
  }
  .katex .hdashline,
.katex .hline,
.katex .mfrac .frac-line,
.katex .overline .overline-line,
.katex .rule,
.katex .underline .underline-line {
    min-height: 1px;
  }
  .katex .mspace {
    display: inline-block;
  }
  .katex .clap,
.katex .llap,
.katex .rlap {
    position: relative;
    width: 0;
  }
  .katex .clap > .inner,
.katex .llap > .inner,
.katex .rlap > .inner {
    position: absolute;
  }
  .katex .clap > .fix,
.katex .llap > .fix,
.katex .rlap > .fix {
    display: inline-block;
  }
  .katex .llap > .inner {
    right: 0;
  }
  .katex .clap > .inner,
.katex .rlap > .inner {
    left: 0;
  }
  .katex .clap > .inner > span {
    margin-right: 50%;
    margin-left: -50%;
  }
  .katex .rule {
    position: relative;
    display: inline-block;
    border: 0 solid;
  }
  .katex .hline,
.katex .overline .overline-line,
.katex .underline .underline-line {
    display: inline-block;
    width: 100%;
    border-bottom-style: solid;
  }
  .katex .hdashline {
    display: inline-block;
    width: 100%;
    border-bottom-style: dashed;
  }
  .katex .sqrt > .root {
    margin-right: -0.55555556em;
    margin-left: 0.27777778em;
  }
  .katex .fontsize-ensurer.reset-size1.size1,
.katex .sizing.reset-size1.size1 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size1.size2,
.katex .sizing.reset-size1.size2 {
    font-size: 1.2em;
  }
  .katex .fontsize-ensurer.reset-size1.size3,
.katex .sizing.reset-size1.size3 {
    font-size: 1.4em;
  }
  .katex .fontsize-ensurer.reset-size1.size4,
.katex .sizing.reset-size1.size4 {
    font-size: 1.6em;
  }
  .katex .fontsize-ensurer.reset-size1.size5,
.katex .sizing.reset-size1.size5 {
    font-size: 1.8em;
  }
  .katex .fontsize-ensurer.reset-size1.size6,
.katex .sizing.reset-size1.size6 {
    font-size: 2em;
  }
  .katex .fontsize-ensurer.reset-size1.size7,
.katex .sizing.reset-size1.size7 {
    font-size: 2.4em;
  }
  .katex .fontsize-ensurer.reset-size1.size8,
.katex .sizing.reset-size1.size8 {
    font-size: 2.88em;
  }
  .katex .fontsize-ensurer.reset-size1.size9,
.katex .sizing.reset-size1.size9 {
    font-size: 3.456em;
  }
  .katex .fontsize-ensurer.reset-size1.size10,
.katex .sizing.reset-size1.size10 {
    font-size: 4.148em;
  }
  .katex .fontsize-ensurer.reset-size1.size11,
.katex .sizing.reset-size1.size11 {
    font-size: 4.976em;
  }
  .katex .fontsize-ensurer.reset-size2.size1,
.katex .sizing.reset-size2.size1 {
    font-size: 0.83333333em;
  }
  .katex .fontsize-ensurer.reset-size2.size2,
.katex .sizing.reset-size2.size2 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size2.size3,
.katex .sizing.reset-size2.size3 {
    font-size: 1.16666667em;
  }
  .katex .fontsize-ensurer.reset-size2.size4,
.katex .sizing.reset-size2.size4 {
    font-size: 1.33333333em;
  }
  .katex .fontsize-ensurer.reset-size2.size5,
.katex .sizing.reset-size2.size5 {
    font-size: 1.5em;
  }
  .katex .fontsize-ensurer.reset-size2.size6,
.katex .sizing.reset-size2.size6 {
    font-size: 1.66666667em;
  }
  .katex .fontsize-ensurer.reset-size2.size7,
.katex .sizing.reset-size2.size7 {
    font-size: 2em;
  }
  .katex .fontsize-ensurer.reset-size2.size8,
.katex .sizing.reset-size2.size8 {
    font-size: 2.4em;
  }
  .katex .fontsize-ensurer.reset-size2.size9,
.katex .sizing.reset-size2.size9 {
    font-size: 2.88em;
  }
  .katex .fontsize-ensurer.reset-size2.size10,
.katex .sizing.reset-size2.size10 {
    font-size: 3.45666667em;
  }
  .katex .fontsize-ensurer.reset-size2.size11,
.katex .sizing.reset-size2.size11 {
    font-size: 4.14666667em;
  }
  .katex .fontsize-ensurer.reset-size3.size1,
.katex .sizing.reset-size3.size1 {
    font-size: 0.71428571em;
  }
  .katex .fontsize-ensurer.reset-size3.size2,
.katex .sizing.reset-size3.size2 {
    font-size: 0.85714286em;
  }
  .katex .fontsize-ensurer.reset-size3.size3,
.katex .sizing.reset-size3.size3 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size3.size4,
.katex .sizing.reset-size3.size4 {
    font-size: 1.14285714em;
  }
  .katex .fontsize-ensurer.reset-size3.size5,
.katex .sizing.reset-size3.size5 {
    font-size: 1.28571429em;
  }
  .katex .fontsize-ensurer.reset-size3.size6,
.katex .sizing.reset-size3.size6 {
    font-size: 1.42857143em;
  }
  .katex .fontsize-ensurer.reset-size3.size7,
.katex .sizing.reset-size3.size7 {
    font-size: 1.71428571em;
  }
  .katex .fontsize-ensurer.reset-size3.size8,
.katex .sizing.reset-size3.size8 {
    font-size: 2.05714286em;
  }
  .katex .fontsize-ensurer.reset-size3.size9,
.katex .sizing.reset-size3.size9 {
    font-size: 2.46857143em;
  }
  .katex .fontsize-ensurer.reset-size3.size10,
.katex .sizing.reset-size3.size10 {
    font-size: 2.96285714em;
  }
  .katex .fontsize-ensurer.reset-size3.size11,
.katex .sizing.reset-size3.size11 {
    font-size: 3.55428571em;
  }
  .katex .fontsize-ensurer.reset-size4.size1,
.katex .sizing.reset-size4.size1 {
    font-size: 0.625em;
  }
  .katex .fontsize-ensurer.reset-size4.size2,
.katex .sizing.reset-size4.size2 {
    font-size: 0.75em;
  }
  .katex .fontsize-ensurer.reset-size4.size3,
.katex .sizing.reset-size4.size3 {
    font-size: 0.875em;
  }
  .katex .fontsize-ensurer.reset-size4.size4,
.katex .sizing.reset-size4.size4 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size4.size5,
.katex .sizing.reset-size4.size5 {
    font-size: 1.125em;
  }
  .katex .fontsize-ensurer.reset-size4.size6,
.katex .sizing.reset-size4.size6 {
    font-size: 1.25em;
  }
  .katex .fontsize-ensurer.reset-size4.size7,
.katex .sizing.reset-size4.size7 {
    font-size: 1.5em;
  }
  .katex .fontsize-ensurer.reset-size4.size8,
.katex .sizing.reset-size4.size8 {
    font-size: 1.8em;
  }
  .katex .fontsize-ensurer.reset-size4.size9,
.katex .sizing.reset-size4.size9 {
    font-size: 2.16em;
  }
  .katex .fontsize-ensurer.reset-size4.size10,
.katex .sizing.reset-size4.size10 {
    font-size: 2.5925em;
  }
  .katex .fontsize-ensurer.reset-size4.size11,
.katex .sizing.reset-size4.size11 {
    font-size: 3.11em;
  }
  .katex .fontsize-ensurer.reset-size5.size1,
.katex .sizing.reset-size5.size1 {
    font-size: 0.55555556em;
  }
  .katex .fontsize-ensurer.reset-size5.size2,
.katex .sizing.reset-size5.size2 {
    font-size: 0.66666667em;
  }
  .katex .fontsize-ensurer.reset-size5.size3,
.katex .sizing.reset-size5.size3 {
    font-size: 0.77777778em;
  }
  .katex .fontsize-ensurer.reset-size5.size4,
.katex .sizing.reset-size5.size4 {
    font-size: 0.88888889em;
  }
  .katex .fontsize-ensurer.reset-size5.size5,
.katex .sizing.reset-size5.size5 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size5.size6,
.katex .sizing.reset-size5.size6 {
    font-size: 1.11111111em;
  }
  .katex .fontsize-ensurer.reset-size5.size7,
.katex .sizing.reset-size5.size7 {
    font-size: 1.33333333em;
  }
  .katex .fontsize-ensurer.reset-size5.size8,
.katex .sizing.reset-size5.size8 {
    font-size: 1.6em;
  }
  .katex .fontsize-ensurer.reset-size5.size9,
.katex .sizing.reset-size5.size9 {
    font-size: 1.92em;
  }
  .katex .fontsize-ensurer.reset-size5.size10,
.katex .sizing.reset-size5.size10 {
    font-size: 2.30444444em;
  }
  .katex .fontsize-ensurer.reset-size5.size11,
.katex .sizing.reset-size5.size11 {
    font-size: 2.76444444em;
  }
  .katex .fontsize-ensurer.reset-size6.size1,
.katex .sizing.reset-size6.size1 {
    font-size: 0.5em;
  }
  .katex .fontsize-ensurer.reset-size6.size2,
.katex .sizing.reset-size6.size2 {
    font-size: 0.6em;
  }
  .katex .fontsize-ensurer.reset-size6.size3,
.katex .sizing.reset-size6.size3 {
    font-size: 0.7em;
  }
  .katex .fontsize-ensurer.reset-size6.size4,
.katex .sizing.reset-size6.size4 {
    font-size: 0.8em;
  }
  .katex .fontsize-ensurer.reset-size6.size5,
.katex .sizing.reset-size6.size5 {
    font-size: 0.9em;
  }
  .katex .fontsize-ensurer.reset-size6.size6,
.katex .sizing.reset-size6.size6 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size6.size7,
.katex .sizing.reset-size6.size7 {
    font-size: 1.2em;
  }
  .katex .fontsize-ensurer.reset-size6.size8,
.katex .sizing.reset-size6.size8 {
    font-size: 1.44em;
  }
  .katex .fontsize-ensurer.reset-size6.size9,
.katex .sizing.reset-size6.size9 {
    font-size: 1.728em;
  }
  .katex .fontsize-ensurer.reset-size6.size10,
.katex .sizing.reset-size6.size10 {
    font-size: 2.074em;
  }
  .katex .fontsize-ensurer.reset-size6.size11,
.katex .sizing.reset-size6.size11 {
    font-size: 2.488em;
  }
  .katex .fontsize-ensurer.reset-size7.size1,
.katex .sizing.reset-size7.size1 {
    font-size: 0.41666667em;
  }
  .katex .fontsize-ensurer.reset-size7.size2,
.katex .sizing.reset-size7.size2 {
    font-size: 0.5em;
  }
  .katex .fontsize-ensurer.reset-size7.size3,
.katex .sizing.reset-size7.size3 {
    font-size: 0.58333333em;
  }
  .katex .fontsize-ensurer.reset-size7.size4,
.katex .sizing.reset-size7.size4 {
    font-size: 0.66666667em;
  }
  .katex .fontsize-ensurer.reset-size7.size5,
.katex .sizing.reset-size7.size5 {
    font-size: 0.75em;
  }
  .katex .fontsize-ensurer.reset-size7.size6,
.katex .sizing.reset-size7.size6 {
    font-size: 0.83333333em;
  }
  .katex .fontsize-ensurer.reset-size7.size7,
.katex .sizing.reset-size7.size7 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size7.size8,
.katex .sizing.reset-size7.size8 {
    font-size: 1.2em;
  }
  .katex .fontsize-ensurer.reset-size7.size9,
.katex .sizing.reset-size7.size9 {
    font-size: 1.44em;
  }
  .katex .fontsize-ensurer.reset-size7.size10,
.katex .sizing.reset-size7.size10 {
    font-size: 1.72833333em;
  }
  .katex .fontsize-ensurer.reset-size7.size11,
.katex .sizing.reset-size7.size11 {
    font-size: 2.07333333em;
  }
  .katex .fontsize-ensurer.reset-size8.size1,
.katex .sizing.reset-size8.size1 {
    font-size: 0.34722222em;
  }
  .katex .fontsize-ensurer.reset-size8.size2,
.katex .sizing.reset-size8.size2 {
    font-size: 0.41666667em;
  }
  .katex .fontsize-ensurer.reset-size8.size3,
.katex .sizing.reset-size8.size3 {
    font-size: 0.48611111em;
  }
  .katex .fontsize-ensurer.reset-size8.size4,
.katex .sizing.reset-size8.size4 {
    font-size: 0.55555556em;
  }
  .katex .fontsize-ensurer.reset-size8.size5,
.katex .sizing.reset-size8.size5 {
    font-size: 0.625em;
  }
  .katex .fontsize-ensurer.reset-size8.size6,
.katex .sizing.reset-size8.size6 {
    font-size: 0.69444444em;
  }
  .katex .fontsize-ensurer.reset-size8.size7,
.katex .sizing.reset-size8.size7 {
    font-size: 0.83333333em;
  }
  .katex .fontsize-ensurer.reset-size8.size8,
.katex .sizing.reset-size8.size8 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size8.size9,
.katex .sizing.reset-size8.size9 {
    font-size: 1.2em;
  }
  .katex .fontsize-ensurer.reset-size8.size10,
.katex .sizing.reset-size8.size10 {
    font-size: 1.44027778em;
  }
  .katex .fontsize-ensurer.reset-size8.size11,
.katex .sizing.reset-size8.size11 {
    font-size: 1.72777778em;
  }
  .katex .fontsize-ensurer.reset-size9.size1,
.katex .sizing.reset-size9.size1 {
    font-size: 0.28935185em;
  }
  .katex .fontsize-ensurer.reset-size9.size2,
.katex .sizing.reset-size9.size2 {
    font-size: 0.34722222em;
  }
  .katex .fontsize-ensurer.reset-size9.size3,
.katex .sizing.reset-size9.size3 {
    font-size: 0.40509259em;
  }
  .katex .fontsize-ensurer.reset-size9.size4,
.katex .sizing.reset-size9.size4 {
    font-size: 0.46296296em;
  }
  .katex .fontsize-ensurer.reset-size9.size5,
.katex .sizing.reset-size9.size5 {
    font-size: 0.52083333em;
  }
  .katex .fontsize-ensurer.reset-size9.size6,
.katex .sizing.reset-size9.size6 {
    font-size: 0.5787037em;
  }
  .katex .fontsize-ensurer.reset-size9.size7,
.katex .sizing.reset-size9.size7 {
    font-size: 0.69444444em;
  }
  .katex .fontsize-ensurer.reset-size9.size8,
.katex .sizing.reset-size9.size8 {
    font-size: 0.83333333em;
  }
  .katex .fontsize-ensurer.reset-size9.size9,
.katex .sizing.reset-size9.size9 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size9.size10,
.katex .sizing.reset-size9.size10 {
    font-size: 1.20023148em;
  }
  .katex .fontsize-ensurer.reset-size9.size11,
.katex .sizing.reset-size9.size11 {
    font-size: 1.43981481em;
  }
  .katex .fontsize-ensurer.reset-size10.size1,
.katex .sizing.reset-size10.size1 {
    font-size: 0.24108004em;
  }
  .katex .fontsize-ensurer.reset-size10.size2,
.katex .sizing.reset-size10.size2 {
    font-size: 0.28929605em;
  }
  .katex .fontsize-ensurer.reset-size10.size3,
.katex .sizing.reset-size10.size3 {
    font-size: 0.33751205em;
  }
  .katex .fontsize-ensurer.reset-size10.size4,
.katex .sizing.reset-size10.size4 {
    font-size: 0.38572806em;
  }
  .katex .fontsize-ensurer.reset-size10.size5,
.katex .sizing.reset-size10.size5 {
    font-size: 0.43394407em;
  }
  .katex .fontsize-ensurer.reset-size10.size6,
.katex .sizing.reset-size10.size6 {
    font-size: 0.48216008em;
  }
  .katex .fontsize-ensurer.reset-size10.size7,
.katex .sizing.reset-size10.size7 {
    font-size: 0.57859209em;
  }
  .katex .fontsize-ensurer.reset-size10.size8,
.katex .sizing.reset-size10.size8 {
    font-size: 0.69431051em;
  }
  .katex .fontsize-ensurer.reset-size10.size9,
.katex .sizing.reset-size10.size9 {
    font-size: 0.83317261em;
  }
  .katex .fontsize-ensurer.reset-size10.size10,
.katex .sizing.reset-size10.size10 {
    font-size: 1em;
  }
  .katex .fontsize-ensurer.reset-size10.size11,
.katex .sizing.reset-size10.size11 {
    font-size: 1.19961427em;
  }
  .katex .fontsize-ensurer.reset-size11.size1,
.katex .sizing.reset-size11.size1 {
    font-size: 0.20096463em;
  }
  .katex .fontsize-ensurer.reset-size11.size2,
.katex .sizing.reset-size11.size2 {
    font-size: 0.24115756em;
  }
  .katex .fontsize-ensurer.reset-size11.size3,
.katex .sizing.reset-size11.size3 {
    font-size: 0.28135048em;
  }
  .katex .fontsize-ensurer.reset-size11.size4,
.katex .sizing.reset-size11.size4 {
    font-size: 0.32154341em;
  }
  .katex .fontsize-ensurer.reset-size11.size5,
.katex .sizing.reset-size11.size5 {
    font-size: 0.36173633em;
  }
  .katex .fontsize-ensurer.reset-size11.size6,
.katex .sizing.reset-size11.size6 {
    font-size: 0.40192926em;
  }
  .katex .fontsize-ensurer.reset-size11.size7,
.katex .sizing.reset-size11.size7 {
    font-size: 0.48231511em;
  }
  .katex .fontsize-ensurer.reset-size11.size8,
.katex .sizing.reset-size11.size8 {
    font-size: 0.57877814em;
  }
  .katex .fontsize-ensurer.reset-size11.size9,
.katex .sizing.reset-size11.size9 {
    font-size: 0.69453376em;
  }
  .katex .fontsize-ensurer.reset-size11.size10,
.katex .sizing.reset-size11.size10 {
    font-size: 0.83360129em;
  }
  .katex .fontsize-ensurer.reset-size11.size11,
.katex .sizing.reset-size11.size11 {
    font-size: 1em;
  }
  .katex .delimsizing.size1 {
    font-family: "KaTeX_Size1";
  }
  .katex .delimsizing.size2 {
    font-family: "KaTeX_Size2";
  }
  .katex .delimsizing.size3 {
    font-family: "KaTeX_Size3";
  }
  .katex .delimsizing.size4 {
    font-family: "KaTeX_Size4";
  }
  .katex .delimsizing.mult .delim-size1 > span {
    font-family: "KaTeX_Size1";
  }
  .katex .delimsizing.mult .delim-size4 > span {
    font-family: "KaTeX_Size4";
  }
  .katex .nulldelimiter {
    display: inline-block;
    width: 0.12em;
  }
  .katex .delimcenter,
.katex .op-symbol {
    position: relative;
  }
  .katex .op-symbol.small-op {
    font-family: "KaTeX_Size1";
  }
  .katex .op-symbol.large-op {
    font-family: "KaTeX_Size2";
  }
  .katex .accent > .vlist-t,
.katex .op-limits > .vlist-t {
    text-align: center;
  }
  .katex .accent .accent-body {
    position: relative;
  }
  .katex .accent .accent-body:not(.accent-full) {
    width: 0;
  }
  .katex .overlay {
    display: block;
  }
  .katex .mtable .vertical-separator {
    display: inline-block;
    min-width: 1px;
  }
  .katex .mtable .arraycolsep {
    display: inline-block;
  }
  .katex .mtable .col-align-c > .vlist-t {
    text-align: center;
  }
  .katex .mtable .col-align-l > .vlist-t {
    text-align: left;
  }
  .katex .mtable .col-align-r > .vlist-t {
    text-align: right;
  }
  .katex .svg-align {
    text-align: left;
  }
  .katex svg {
    position: absolute;
    display: block;
    width: 100%;
    height: inherit;
    fill: currentcolor;
    fill-opacity: 1;
    fill-rule: nonzero;
    stroke: currentcolor;
    stroke-dasharray: none;
    stroke-dashoffset: 0;
    stroke-linecap: butt;
    stroke-linejoin: miter;
    stroke-miterlimit: 4;
    stroke-opacity: 1;
    stroke-width: 1;
  }
  .katex svg path {
    stroke: none;
  }
  .katex img {
    min-width: 0;
    max-width: none;
    min-height: 0;
    max-height: none;
    border-style: none;
  }
  .katex .stretchy {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
  }
  .katex .stretchy::after,
.katex .stretchy::before {
    content: "";
  }
  .katex .hide-tail {
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .katex .halfarrow-left {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 50.2%;
  }
  .katex .halfarrow-right {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 50.2%;
  }
  .katex .brace-left {
    position: absolute;
    left: 0;
    overflow: hidden;
    width: 25.1%;
  }
  .katex .brace-center {
    position: absolute;
    left: 25%;
    overflow: hidden;
    width: 50%;
  }
  .katex .brace-right {
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 25.1%;
  }
  .katex .x-arrow-pad {
    padding: 0 0.5em;
  }
  .katex .cd-arrow-pad {
    padding: 0 0.55556em 0 0.27778em;
  }
  .katex .mover,
.katex .munder,
.katex .x-arrow {
    text-align: center;
  }
  .katex .boxpad {
    padding: 0 0.3em;
  }
  .katex .fbox,
.katex .fcolorbox {
    box-sizing: border-box;
    border: 0.04em solid;
  }
  .katex .cancel-pad {
    padding: 0 0.2em;
  }
  .katex .cancel-lap {
    margin-right: -0.2em;
    margin-left: -0.2em;
  }
  .katex .sout {
    border-bottom-width: 0.08em;
    border-bottom-style: solid;
  }
  .katex .angl {
    box-sizing: border-box;
    border-top: 0.049em solid;
    border-right: 0.049em solid;
    margin-right: 0.03889em;
  }
  .katex .anglpad {
    padding: 0 0.03889em;
  }
  .katex .eqn-num::before {
    content: "(" counter(katexEqnNo) ")";
    counter-increment: katexEqnNo;
  }
  .katex .mml-eqn-num::before {
    content: "(" counter(mmlEqnNo) ")";
    counter-increment: mmlEqnNo;
  }
  .katex .mtr-glue {
    width: 50%;
  }
  .katex .cd-vert-arrow {
    position: relative;
    display: inline-block;
  }
  .katex .cd-label-left {
    position: absolute;
    right: calc(50% + 0.3em);
    display: inline-block;
    text-align: left;
  }
  .katex .cd-label-right {
    position: absolute;
    left: calc(50% + 0.3em);
    display: inline-block;
    text-align: right;
  }
  .katex-display {
    display: block;
    margin: 1em 0;
    text-align: center;
  }
  .katex-display > .katex {
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  .katex-display > .katex > .katex-html {
    position: relative;
    display: block;
  }
  .katex-display > .katex > .katex-html > .tag {
    position: absolute;
    right: 0;
  }
  .katex-display.leqno > .katex > .katex-html > .tag {
    right: auto;
    left: 0;
  }
  .katex-display.fleqn > .katex {
    padding-left: 2em;
    text-align: left;
  }
  body {
    counter-reset: katexEqnNo mmlEqnNo;
  }
}
:root {
  --bg-primary: var(--color-surface);
  --bg-secondary: var(--color-surface-secondary);
  --bg-tertiary: var(--color-surface-tertiary);
  --text-primary: var(--color-text);
  --text-secondary: var(--color-text-secondary);
  --text-tertiary: var(--color-text-tertiary);
  --text-inverted: var(--color-text-inverse);
  --border-light: var(--color-border-subtle);
  --border-default: var(--color-border);
  --accent-blue: #0d0d0d;
  --focus-background: #f3f3f3;
  --content-width: 48rem;
  --page-width: 48rem;
  --article-shell-width: 48rem;
  --article-content-width: 48rem;
  --article-block-width: 41.75rem;
  --article-image-width: 60rem;
  --page-padding: 1.25rem;
  --archive-axis: 18px;
  --content-inset: 12px;
}
* {
  box-sizing: border-box;
}
html {
  min-width: 20rem;
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
  background: var(--bg-primary);
  color: var(--text-primary);
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: var(--font-text-sm-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-text-sm-line-height);
  letter-spacing: var(--font-text-sm-tracking);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a {
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
::selection {
  background: var(--text-primary);
  color: var(--text-inverted);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-shell {
  width: min(100%, var(--page-width));
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: visible;
  overflow-y: visible;
  background: var(--bg-primary);
}
.site-shell:has(.article-page) {
  width: min(100%, var(--article-image-width));
  max-width: 100%;
}
.site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100%;
  background: var(--color-surface);
  @supports (color: color-mix(in lab, red, red)) {
    background: color-mix(in oklab, var(--color-surface) 92%, transparent);
  }
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}
.site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  animation: chrome-reveal 460ms cubic-bezier(0.22, 1, 0.36, 1) 60ms both;
}
.site-search-trigger-icon {
  width: 16px;
  height: 16px;
  color: #0d0d0d;
}
.site-search-trigger-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 8px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
}
.site-search-trigger-button > * {
  pointer-events: none;
}
.site-search-trigger-button:focus-visible {
  outline: 2px solid var(--accent-blue, #0b57d0);
  outline-offset: 2px;
}
.site-search-trigger {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
}
.brand-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  min-height: 32px;
  padding: 4px 10px 4px 14px;
  border-radius: var(--radius-lg);
  color: var(--text-primary);
  font-size: var(--font-text-sm-size);
  font-weight: var(--font-weight-medium);
  line-height: var(--font-text-sm-line-height);
  letter-spacing: var(--font-text-sm-tracking);
  text-decoration: none;
  transition: background-color var(--transition-duration-basic)
    var(--transition-ease-basic);
}
.brand-icon {
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: var(--radius-full);
  background: var(--text-primary);
}
.brand-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-meta {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--font-text-xs-size);
  font-weight: var(--font-weight-normal);
  line-height: var(--font-text-xs-line-height);
  letter-spacing: var(--font-text-xs-tracking);
}
.search-cmdk-overlay {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: grid;
  place-items: center;
  padding: var(--page-padding);
  background: rgb(13 13 13 / 0.04);
  animation: search-cmdk-overlay-enter 180ms cubic-bezier(0.22, 1, 0.36, 1)
    both;
  pointer-events: none;
}
.search-cmdk-overlay.is-armed {
  pointer-events: auto;
}
.search-cmdk-overlay .search-cmdk {
  pointer-events: auto;
}
.search-cmdk {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: min(100%, var(--page-width));
  height: min(80vh, 32rem);
  min-height: min(80vh, 32rem);
  max-height: min(80vh, 32rem);
  padding: 0;
  border: 1px solid rgb(13 13 13 / 0.15);
  border-radius: 16px;
  background: var(--color-surface);
  box-shadow: 0 0 72px 0 rgb(13 13 13 / 0.16);
  animation: search-cmdk-enter 180ms cubic-bezier(0.22, 1, 0.36, 1) both;
}
.search-cmdk-toolbar {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 16px;
}
.search-cmdk-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 24px;
  padding: 0 8px;
  border: 0;
  background: transparent;
  color: var(--text-primary);
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.004em;
  outline: none;
}
.search-cmdk-input::placeholder {
  color: #8f8f8f;
}
.search-cmdk-input::-webkit-search-cancel-button,
.search-cmdk-input::-webkit-search-decoration {
  appearance: none;
}
.search-cmdk-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
}
.search-cmdk-clear {
  padding: 6px 12px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8f8f8f;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.003em;
  cursor: pointer;
  transition: background-color var(--transition-duration-basic)
    var(--transition-ease-basic);
}
.search-cmdk-clear--active {
  color: #0d0d0d;
}
.search-cmdk-clear:hover {
  background: #f3f3f3;
}
.search-cmdk-divider {
  flex: 0 0 auto;
  width: 1px;
  height: 24px;
  border-radius: 999px;
  background: rgb(13 13 13 / 0.04);
}
.search-cmdk-dismiss {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 8px;
  border: 0;
  border-radius: 28px;
  background: transparent;
  color: #0d0d0d;
  cursor: pointer;
  transition: background-color var(--transition-duration-basic)
    var(--transition-ease-basic);
}
.search-cmdk-dismiss:hover {
  background: #f3f3f3;
}
.search-cmdk-dismiss-icon {
  width: 20px;
  height: 20px;
}
.search-cmdk-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: calc(var(--spacing) * 3);
  min-height: 0;
  padding: 4px 16px 20px;
  overflow-x: visible;
  overflow-y: auto;
  scroll-padding-block: 4px;
}
.search-cmdk-filters {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
  margin: 0;
  padding: 6px 0;
  list-style: none;
}
.search-cmdk-filter {
  padding: 8px 16px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #8f8f8f;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.003em;
  cursor: pointer;
  transition: color var(--transition-duration-basic)
    var(--transition-ease-basic);
}
.search-cmdk-filter--selected {
  background: #f3f3f3;
  color: #0d0d0d;
}
.search-cmdk-filter:hover:not(.search-cmdk-filter--selected) {
  color: #0d0d0d;
}
.search-cmdk-results {
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 0;
  min-height: 0;
  margin: 0;
  padding: 2px 0;
  overflow: visible;
  list-style: none;
}
.search-cmdk-results > li {
  margin: 0;
}
.search-cmdk-results--empty {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.search-cmdk-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 16px;
  color: #8f8f8f;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.003em;
}
.search-cmdk-empty-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  color: #8f8f8f;
}
.search-cmdk-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0 16px;
  border-radius: var(--radius-lg);
  color: var(--text-primary);
  text-decoration: none;
  transition: background-color var(--transition-duration-basic)
    var(--transition-ease-basic);
}
.search-cmdk-row-title {
  min-width: 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.003em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-cmdk-row:hover,
.search-cmdk-row.active {
  background: #f3f3f3;
}
@keyframes search-cmdk-overlay-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes search-cmdk-enter {
  from {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}
.page-content {
  width: 100%;
  margin: 0;
  padding: 0 6px 96px;
  overflow-x: visible;
}
.page-content:has(.article-page) {
  overflow-x: clip;
  padding: 0;
}
.page-content:has(.article-carousel) {
  overflow-x: visible;
}
.archive {
  display: grid;
}
.archive-group + .archive-group {
  margin-top: 0;
}
.section-header {
  display: flex;
  align-items: center;
  padding: 16px 24px;
}
.section-label {
  margin: 0;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.001em;
  animation: chrome-reveal 380ms cubic-bezier(0.22, 1, 0.36, 1)
    var(--section-delay, 300ms) both;
}
.editorial-list {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
}
.editorial-row {
  display: grid;
  grid-template-columns: minmax(0, auto) minmax(36px, 1fr) auto;
  gap: calc(var(--spacing) * 5);
  align-items: center;
  width: 100%;
  height: 60px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: var(--radius-2xl);
  opacity: 0;
  text-decoration: none;
  animation: archive-row-reveal 240ms ease-out var(--load-delay, 260ms)
    forwards;
  transition: background-color var(--transition-duration-basic)
      var(--transition-ease-basic),
    transform var(--transition-duration-basic) var(--transition-ease-basic);
}
.editorial-row:hover {
  background: #f3f3f3;
}
.editorial-row:active {
  background: #f3f3f3;
  transform: scale(0.995);
}
.row-primary {
  display: flex;
  min-width: 0;
  align-items: center;
}
.row-title {
  overflow: hidden;
  color: var(--text-primary);
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.003em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.row-line {
  align-self: center;
  height: 1px;
  background: var(--border-light);
  transform: scaleX(0);
  transform-origin: left center;
  animation: archive-line-reveal 760ms cubic-bezier(0.22, 1, 0.36, 1)
    calc(var(--load-delay, 260ms) + 80ms) forwards;
}
.row-meta {
  align-self: center;
  max-width: 13rem;
  overflow: hidden;
  color: #8f8f8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.005em;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-page {
  width: min(100%, var(--article-image-width));
  max-width: 100%;
  min-width: 0;
  margin: 0 auto;
  padding: 120px 0 96px;
  overflow-x: clip;
  position: relative;
}
.article-page:has(.article-carousel) {
  overflow-x: visible;
}
.article-page-body {
  display: block;
}
.article-section-nav {
  position: fixed;
  z-index: 20;
  top: 50%;
  left: 20px;
  width: 32px;
  max-height: min(70vh, 520px);
  transform: translateY(-50%);
}
.article-section-nav__marks {
  display: flex;
  width: 100%;
  max-height: min(70vh, 520px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.article-section-nav__item {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin: 0;
  flex: 0 0 auto;
}
.article-section-nav__mark {
  display: flex;
  width: 100%;
  height: 8px;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.article-section-nav__line {
  display: block;
  width: 12px;
  height: 2px;
  border-radius: 9999px;
  background: rgb(13 13 13 / 0.18);
  transform-origin: left center;
  transition: width 160ms ease,
    background-color 160ms ease;
}
.article-section-nav__item:hover .article-section-nav__line,
.article-section-nav__mark:focus-visible .article-section-nav__line,
.article-section-nav__mark.is-active:hover .article-section-nav__line,
.article-section-nav__mark.is-active:focus-visible .article-section-nav__line {
  width: 20px;
  background: #0d0d0d;
}
.article-section-nav__mark:focus-visible {
  outline: none;
}
.article-section-nav__mark:focus-visible .article-section-nav__line {
  width: 20px;
  background: #0d0d0d;
}
.article-section-nav__popover {
  position: absolute;
  top: 50%;
  left: calc(100% + 14px);
  z-index: 1;
  width: max-content;
  max-width: 280px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 0 1px rgb(13 13 13 / 0.06),
    0 8px 24px rgb(13 13 13 / 0.08);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 140ms ease,
    transform 140ms ease;
}
.article-section-nav__item:hover .article-section-nav__popover,
.article-section-nav__mark:focus-visible + .article-section-nav__popover {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.article-section-nav__popover-title {
  margin: 0;
  color: #0d0d0d;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.01em;
}
.article-content--rich h1,
.article-content--rich h2,
.article-content--rich h3,
.article-heading {
  scroll-margin-top: 96px;
}
.article-header,
.article-content {
  width: min(100%, var(--article-content-width));
  max-width: var(--article-content-width);
  margin-inline: auto;
}
.article-header {
  display: grid;
  gap: 0;
  margin-bottom: 0;
}
.article-meta {
  margin: 0 0 16px;
  color: #5d5d5d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.1px;
  animation: archive-row-reveal 120ms ease-out 40ms both;
}
.article-header h1 {
  margin: 0 0 4px;
  font-size: clamp(28px, 4.5vw, 32px);
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.01em;
  text-wrap: balance;
  animation: archive-row-reveal 140ms ease-out 80ms both;
}
.article-header h1.is-placeholder {
  color: rgb(13 13 13 / 0.16);
}
.article-summary {
  margin: 0;
  max-width: 34rem;
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.4px;
  animation: archive-row-reveal 140ms ease-out 120ms both;
}
.article-summary.is-placeholder {
  color: rgb(93 93 93 / 0.16);
}
.article-divider {
  width: 100%;
  margin: 40px 0;
  border: 0;
  border-top: 1px solid rgb(13 13 13 / 0.1);
}
.article-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
  border: 1px solid var(--border-default);
  border-radius: 8px;
  background: var(--bg-tertiary);
  color: var(--text-tertiary);
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  animation: archive-row-reveal 160ms ease-out 160ms both;
}
.article-content {
  display: grid;
  gap: 40px;
  animation: archive-row-reveal 160ms ease-out 200ms both;
}
@keyframes chrome-reveal {
  from {
    opacity: 0;
    filter: blur(3px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes archive-row-reveal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes archive-line-reveal {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
html[data-article-transition] .site-header-inner,
html[data-article-transition] .section-label,
html[data-article-transition] .editorial-row,
html[data-article-transition] .row-line,
html[data-article-transition] .article-meta,
html[data-article-transition] .article-header h1,
html[data-article-transition] .article-summary,
html[data-article-transition] .article-content {
  animation: none !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
}
html[data-article-transition] .row-line {
  transform: scaleX(1) !important;
}
.article-content section {
  display: grid;
  gap: 12px;
  scroll-margin-top: 96px;
}
.article-content h2 {
  margin: 0;
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.article-content h3 {
  margin: 0;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.article-content p {
  margin: 0;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.article-content blockquote {
  margin: 20px 0 0;
  padding: 0;
  color: var(--text-primary);
  font-size: clamp(22px, 3.5vw, 24px);
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.brand-link:focus-visible,
.search-cmdk-filter:focus-visible,
.search-cmdk-row:focus-visible,
.search-cmdk-clear:focus-visible,
.search-cmdk-dismiss:focus-visible {
  background: var(--focus-background);
  outline: 2px solid var(--accent-blue);
  outline-offset: 2px;
}
.editorial-row:focus-visible {
  background: var(--focus-background);
  outline: 2px solid var(--accent-blue);
  outline-offset: 3px;
}
@media (max-width: 440px) {
  .row-meta {
    max-width: 5.5rem;
  }
  .search-cmdk-clear {
    padding: 6px 8px;
  }
}
.publish-page {
  width: min(100%, 48rem);
  margin: 0 auto;
  padding: 160px 0 96px;
}
.notion-cms-notice {
  width: min(100%, 45rem);
  margin: 0 auto;
  padding: 160px 0 96px;
}
.notion-cms-notice__eyebrow {
  margin: 0 0 4px;
  color: var(--text-tertiary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.notion-cms-notice h1 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.notion-cms-notice p {
  margin: 0 0 12px;
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.notion-cms-notice__error {
  color: var(--text-primary);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 14px;
}
.publish-editor,
.publish-status,
.publish-error {
  width: min(100%, 45rem);
  max-width: 45rem;
  margin-inline: auto;
}
.publish-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  margin-bottom: 24px;
}
.publish-eyebrow {
  margin: 0 0 4px;
  color: var(--text-tertiary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.publish-header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.01em;
}
.publish-header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.publish-grid {
  display: grid;
  gap: 16px;
}
.publish-panel {
  display: grid;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--border-default);
  border-radius: 12px;
  background: var(--bg-primary);
}
.publish-field {
  display: grid;
  gap: 8px;
}
.publish-field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.publish-field label {
  color: var(--text-secondary);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.publish-help {
  margin: 0;
  color: var(--text-tertiary);
  font-size: 12px;
  line-height: 16px;
}
.publish-select {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--border-default);
  border-radius: 10px;
  background: var(--bg-primary);
  color: var(--text-primary);
  font: inherit;
}
.publish-editor-panel {
  min-height: 28rem;
}
.publish-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border-light);
}
.publish-editor {
  min-height: 20rem;
}
.publish-editor-content {
  width: 100%;
  min-height: 18rem;
  outline: none;
}
.publish-editor-content h1 {
  margin: 0 0 12px;
  color: #0d0d0d;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -0.001em;
}
.publish-editor-content > h1.is-empty:first-child::before {
  float: left;
  height: 0;
  color: rgb(13 13 13 / 0.16);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.001em;
  pointer-events: none;
  content: attr(data-placeholder);
}
.publish-editor-content p {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.3px;
}
.publish-editor-content h2 {
  margin: 24px 0 8px;
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.publish-editor-content blockquote {
  margin: 16px 0;
  color: var(--text-primary);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}
.publish-editor-content ul {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}
.publish-editor-content li {
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
}
.publish-editor-content h3 {
  margin: 20px 0 8px;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.publish-editor-content ol {
  margin: 0 0 12px;
  padding-left: 1.25rem;
}
.publish-editor-content pre {
  margin: 0 0 12px;
  padding: 12px 14px;
  overflow-x: auto;
  border-radius: 8px;
  background: #f3f3f3;
  font-size: 13px;
  line-height: 20px;
}
.publish-editor-content hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgb(13 13 13 / 0.1);
}
.publish-editor-content table {
  width: 100%;
  margin: 0 0 12px;
  border-collapse: collapse;
}
.publish-editor-content th,
.publish-editor-content td {
  padding: 8px 10px;
  border: 1px solid rgb(13 13 13 / 0.1);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
.publish-editor-content ul[data-type="taskList"] {
  list-style: none;
  padding-left: 0;
}
.publish-editor-content li[data-type="taskItem"] {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.publish-toggle,
.publish-callout,
.publish-subpage,
.publish-bookmark,
.publish-tweet-embed,
.publish-media-embed,
.publish-html-canvas,
.publish-page-link {
  margin: 0 0 12px;
}
.publish-callout {
  padding: 12px 14px;
  border-radius: 8px;
  background: #f3f3f3;
}
.publish-subpage,
.publish-bookmark {
  padding: 12px 14px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: 8px;
}
.publish-page-link {
  color: #0d0d0d;
  text-decoration: underline;
}
.publish-media-embed,
.publish-html-canvas {
  min-height: 80px;
  padding: 12px 14px;
  border: 1px dashed rgb(13 13 13 / 0.16);
  border-radius: 8px;
  color: #8f8f8f;
  font-size: 13px;
}
.publish-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 16px;
  color: var(--text-tertiary);
  font-size: 12px;
  line-height: 16px;
}
.publish-status {
  margin: 16px 0 0;
  color: var(--text-secondary);
  font-size: 13px;
}
.publish-error {
  margin: 16px 0 0;
  color: var(--color-text-danger, #b42318);
  font-size: 13px;
}
.publish-slash-menu {
  --slash-menu-radius: 20px;
  --slash-menu-gap: 6px;
  --slash-menu-item-radius: calc(var(--slash-menu-radius) - var(--slash-menu-gap));
  width: min(240px, calc(100vw - 2 * var(--page-padding)));
  max-height: 320px;
  overflow-y: auto;
  padding: var(--slash-menu-gap);
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: var(--slash-menu-radius);
  background: #fff;
  box-shadow: 0 0 16px 0 rgb(13 13 13 / 0.04);
}
.publish-slash-menu-item.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.publish-slash-menu-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #0d0d0d;
  font: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  cursor: pointer;
}
.publish-slash-menu-item:first-child {
  border-top-left-radius: var(--slash-menu-item-radius, 14px);
  border-top-right-radius: var(--slash-menu-item-radius, 14px);
}
.publish-slash-menu-item:last-child {
  border-bottom-left-radius: var(--slash-menu-item-radius, 14px);
  border-bottom-right-radius: var(--slash-menu-item-radius, 14px);
}
.publish-slash-menu-item:only-child {
  border-radius: var(--slash-menu-item-radius, 14px);
}
.publish-slash-menu-item.is-selected,
.publish-slash-menu-item:hover {
  background: #f3f3f3;
}
.publish-slash-menu-item-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #0d0d0d;
}
.publish-slash-menu-item-icon svg {
  width: 16px;
  height: 16px;
}
.article-content--rich {
  --article-block-padding-block: 6px;
  --article-block-padding-inline: 4px;
  --article-radius-inner: 8px;
  --article-radius-outer: calc(var(--article-radius-inner) + var(--article-block-padding-block));
  --article-surface-padding: 12px;
  --article-surface-radius-outer: calc(var(--article-radius-inner) + var(--article-surface-padding));
  --article-callout-radius: 6px;
  --article-code-radius: 6px;
  --article-bookmark-image-radius-inner: 6px;
  --article-bookmark-radius-outer: calc(
    var(--article-bookmark-image-radius-inner) + var(--article-surface-padding)
  );
  display: grid;
  gap: 12px;
  overflow-x: clip;
  width: min(100%, var(--article-image-width));
  max-width: 100%;
  margin-inline: auto;
  justify-items: center;
}
.article-content--rich:has(.article-carousel) {
  overflow-x: visible;
}
.article-content--rich > * {
  box-sizing: border-box;
  width: min(100%, var(--article-block-width));
  max-width: 100%;
  min-width: 0;
  padding: var(--article-block-padding-block) var(--article-block-padding-inline);
}
.article-content--rich > .article-media--image {
  display: block;
  width: min(100%, var(--article-image-width));
  max-width: 100%;
  aspect-ratio: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  animation: none;
}
.article-content--rich > .article-media--video {
  display: block;
  width: min(100%, var(--article-image-width));
  max-width: 100%;
  aspect-ratio: auto;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: var(--article-radius-inner);
  background: transparent;
  color: inherit;
  animation: none;
  line-height: 0;
  overflow: hidden;
}
.article-content--rich > .article-list,
.article-content--rich > .article-task-list {
  padding-block: 0;
}
.article-content--rich > ul.article-list + ul.article-list,
.article-content--rich > ol.article-list + ol.article-list,
.article-content--rich > ul.article-task-list + ul.article-task-list {
  margin-top: -12px;
}
.article-content--rich > .article-spacer {
  padding-block: 0;
  min-height: 26px;
}
.article-content--rich ol,
.article-content--rich ol.article-list,
.article-content--rich ol.article-list--ordered {
  margin: 0;
  padding-inline-start: 1.5rem;
  list-style: decimal outside;
}
.article-content--rich ul:not(.article-task-list),
.article-content--rich ul.article-list:not(.article-task-list) {
  margin: 0;
  padding-inline-start: 1.5rem;
  list-style: disc outside;
}
.article-content--rich ol > li,
.article-content--rich ul:not(.article-task-list) > li {
  display: list-item;
}
.article-content--rich h2,
.article-heading--2 {
  margin: 12px 0 0;
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.01em;
}
.article-content--rich p,
.article-content--rich .article-paragraph,
.article-content--rich li {
  margin: 0;
  color: var(--text-primary);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.4px;
}
.article-content--rich blockquote {
  margin: 20px 0 0;
  font-size: clamp(22px, 3.5vw, 24px);
  font-weight: 500;
  line-height: 32px;
}
.article-content--rich h3,
.article-heading--3 {
  margin: 12px 0 0;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.005em;
}
.article-content--rich hr,
.article-inline-divider {
  margin: 12px 0;
  border: 0;
  border-top: 1px solid rgb(13 13 13 / 0.1);
}
.article-content--rich figure:not(.article-media--image):not(.article-media--video),
.article-content--rich .article-media:not(.article-media--image):not(.article-media--video) {
  margin: 12px 0 0;
}
.article-content--rich > .article-media--image,
.article-content--rich > .article-media--video,
.article-content--rich > .article-embed {
  overflow: hidden;
}
.article-content--rich > .article-tweet-embed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.article-content--rich > .article-carousel {
  display: block;
  box-sizing: border-box;
  width: 100vw;
  max-width: 100vw;
  min-width: 0;
  margin: 0;
  margin-inline: calc(50% - 50vw);
  padding: 0;
  overflow: visible;
}
.article-content--rich > .article-media--image {
  overflow: visible;
}
.article-content--rich > .article-embed,
.article-content--rich > .article-tweet-embed {
  border-radius: var(--article-radius-outer);
}
.article-content--rich img,
.article-content--rich video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--article-radius-inner);
}
.article-content--rich > .article-media--image img,
.article-content--rich > .article-media--video video {
  border-radius: var(--article-radius-inner);
}
.article-content--rich > .article-media--video video {
  border-radius: 0;
}
.article-content--rich > .article-embed iframe,
.article-content--rich > .article-tweet-embed .article-tweet-iframe {
  border-radius: var(--article-radius-inner);
}
.article-content--rich > .article-tweet-embed .article-tweet-iframe {
  margin-inline: auto;
}
.article-content--rich .article-tweet-embed .twitter-tweet {
  display: block !important;
  width: min(100%, 550px) !important;
  max-width: 550px !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}
.article-content--rich .article-tweet-embed .twitter-tweet iframe {
  display: block !important;
  flex-grow: 0 !important;
  width: min(100%, 550px) !important;
  max-width: 550px !important;
  margin-inline: auto !important;
}
.article-tweet-iframe {
  display: block;
  width: min(100%, 550px);
  min-height: 200px;
  margin-inline: auto;
  border: 0;
  border-radius: var(--article-radius-inner);
  background: #f3f3f3;
  overflow: hidden;
  transition: height 160ms ease;
}
.article-content--rich .article-media--image img[data-heic="true"]:not([data-heic-hydrated="true"]) {
  background: linear-gradient(90deg, #f3f3f3 0%, #ececec 50%, #f3f3f3 100%);
  background-size: 200% 100%;
  animation: article-media-shimmer 1.2s ease-in-out infinite;
}
@keyframes article-media-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.article-content--rich pre,
.article-code-block {
  margin: 0;
  padding: var(--article-surface-padding) 14px;
  overflow-x: auto;
  border-radius: var(--article-code-radius);
  background: #f3f3f3;
  font-size: 13px;
  line-height: 20px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  word-break: break-word;
  --code-fg: #0d0d0d;
  --code-fg-muted: rgb(13 13 13 / 0.72);
  --code-fg-soft: rgb(13 13 13 / 0.52);
  --code-fg-faint: rgb(13 13 13 / 0.38);
}
.article-content--rich code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  white-space: inherit;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-code-block .hljs {
  color: var(--code-fg);
  background: transparent;
}
.article-code-block .hljs-comment,
.article-code-block .hljs-quote {
  color: var(--code-fg-faint);
  font-style: italic;
}
.article-code-block .hljs-keyword,
.article-code-block .hljs-attr,
.article-code-block .hljs-attribute {
  color: var(--code-fg-muted);
}
.article-code-block .hljs-string,
.article-code-block .hljs-regexp {
  color: var(--code-fg-soft);
}
.article-code-block .hljs-title,
.article-code-block .hljs-title.function_,
.article-code-block .hljs-title.class_,
.article-code-block .hljs-name,
.article-code-block .hljs-tag,
.article-code-block .hljs-built_in,
.article-code-block .hljs-selector-tag,
.article-code-block .hljs-subst,
.article-code-block .hljs-variable,
.article-code-block .hljs-template-variable,
.article-code-block .hljs-type,
.article-code-block .hljs-selector-class,
.article-code-block .hljs-selector-id,
.article-code-block .hljs-number,
.article-code-block .hljs-literal,
.article-code-block .hljs-meta,
.article-code-block .hljs-link,
.article-code-block .hljs-symbol,
.article-code-block .hljs-bullet,
.article-code-block .hljs-section {
  color: var(--code-fg);
}
.article-code-block .hljs-emphasis {
  font-style: italic;
}
.article-code-block .hljs-strong {
  font-weight: 600;
}
.article-table-wrap {
  overflow-x: auto;
}
.article-table {
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.article-table th,
.article-table td {
  padding: 8px 10px;
  border: 1px solid rgb(13 13 13 / 0.1);
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-task-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.article-task-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.article-task-item input[type="checkbox"] {
  appearance: auto;
  -webkit-appearance: checkbox;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-top: 5px;
  background-color: var(--bg-primary);
}
.article-toggle {
  margin: 0;
}
.article-toggle summary {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.article-toggle-content {
  margin-top: 8px;
}
.article-callout {
  padding: var(--article-surface-padding) 14px;
  border-radius: var(--article-callout-radius);
  background: #f3f3f3;
}
.article-content--rich > .article-callout,
.article-content--rich > .notion-callout {
  padding-block: var(--article-surface-padding);
  padding-inline: 14px;
}
.article-callout--warning {
  background: #fff7ed;
}
.article-page-link {
  color: #0d0d0d;
  text-decoration: underline;
}
.article-subpage {
  display: grid;
  gap: 4px;
  padding: var(--article-surface-padding) 14px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: var(--article-radius-inner);
  color: inherit;
  text-decoration: none;
}
.article-subpage-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.article-subpage-summary {
  color: #5d5d5d;
  font-size: 14px;
  line-height: 20px;
}
.article-media,
.article-media-placeholder {
  margin: 0;
}
.article-media img,
.article-media video,
.article-media audio {
  display: block;
  width: 100%;
}
.article-media figcaption,
.article-bookmark-description,
.article-bookmark-url {
  color: #5d5d5d;
  font-size: 12px;
  line-height: 16px;
}
.article-carousel {
  --carousel-peek: 3.5rem;
  --carousel-gap: 12px;
  --carousel-rail-inset: max(
    var(--article-block-padding-inline),
    calc((100vw - min(100vw, var(--article-image-width))) / 2)
  );
  --carousel-slide-width: min(
    var(--article-image-width),
    calc(100vw - var(--carousel-rail-inset) - var(--carousel-peek))
  );
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
}
.article-carousel__frame {
  display: block;
  width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  scroll-snap-type: x proximity;
  scroll-padding-inline-start: var(--carousel-rail-inset);
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  touch-action: pan-x pan-y;
}
.article-carousel__frame::-webkit-scrollbar {
  display: none;
}
.article-carousel__track {
  display: flex;
  align-items: flex-start;
  gap: var(--carousel-gap);
  width: max-content;
  min-width: 100%;
  padding-block: 2px;
  padding-inline: var(--carousel-rail-inset);
  overflow: visible;
}
.article-carousel__slide {
  display: flex;
  flex: 0 0 var(--carousel-slide-width);
  flex-direction: column;
  width: var(--carousel-slide-width);
  max-width: var(--carousel-slide-width);
  min-width: 0;
  margin: 0;
  overflow: hidden;
  scroll-snap-align: start;
}
.article-carousel__slide-inner {
  display: grid;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--article-radius-inner);
}
.article-carousel__image,
.article-carousel__video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: var(--article-radius-inner);
}
.article-carousel__embed {
  width: 100%;
  max-width: 100%;
  min-height: min(62vw, 28rem);
}
.article-carousel__embed iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: var(--article-radius-inner);
  background: transparent;
}
.article-carousel__bookmark {
  display: block;
  width: 100%;
  max-width: 100%;
  min-height: min(62vw, 28rem);
  margin: 0;
}
.article-carousel__caption {
  margin: 0;
  padding-inline: 2px;
  color: #5d5d5d;
  font-size: 12px;
  line-height: 16px;
}
.article-carousel--empty {
  display: none;
}
.article-content--rich > .article-media--image figcaption {
  box-sizing: border-box;
  width: var(--article-block-width);
  max-width: 100%;
  margin: 8px 0 0;
  padding: 0 4px;
  text-align: left;
}
.article-bookmark-url {
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-bookmark {
  display: flex;
  gap: 12px;
  padding: var(--article-surface-padding) 14px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: var(--article-bookmark-radius-outer);
  color: inherit;
  text-decoration: none;
}
.article-bookmark-body {
  display: grid;
  flex: 1;
  gap: 4px;
  min-width: 0;
}
.article-bookmark-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.article-bookmark-image {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: var(--article-bookmark-image-radius-inner);
}
.article-bookmark-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-tweet {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid rgb(13 13 13 / 0.16);
}
.article-html-canvas {
  display: block;
  width: 100%;
  min-height: 240px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: 8px;
}
.article-html-canvas--empty {
  display: grid;
  place-items: center;
  min-height: 120px;
  color: #8f8f8f;
  font-size: 13px;
}
.article-equation--block {
  overflow-x: auto;
}
.article-content--rich h1,
.article-heading--1 {
  margin: 12px 0 0;
  color: #0d0d0d;
  font-size: clamp(28px, 4vw, 32px);
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.article-content--rich .article-quote {
  margin: 12px 0 0;
  padding-left: 16px;
  border-left: 3px solid #0d0d0d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.notion-columns {
  display: grid;
  gap: 16px;
  margin: 12px 0 0;
}
@media (min-width: 720px) {
  .notion-columns {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.notion-column {
  display: grid;
  gap: 12px;
  min-width: 0;
}
.notion-callout,
.article-content--rich .article-callout {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.notion-callout-icon {
  flex-shrink: 0;
  line-height: 24px;
}
.notion-callout-body {
  display: grid;
  gap: 12px;
  min-width: 0;
  overflow-x: auto;
}
.notion-callout-body .notion-callout-text {
  margin: 0;
}
.notion-callout-body pre,
.notion-callout-body .article-code-block {
  margin: 0;
  border-radius: var(--article-code-radius);
}
.notion-callout-icon--image {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.notion-callout-icon--noticon {
  color: #5d5d5d;
  font-size: 10px;
  line-height: 24px;
}
.article-embed {
  margin: 12px 0 0;
}
.article-embed iframe {
  display: block;
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: var(--article-radius-inner);
  background: #f3f3f3;
}
.article-embed--codepen iframe {
  min-height: 420px;
}
.article-embed--link {
  padding: var(--article-surface-padding) 14px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: var(--article-radius-inner);
  overflow-wrap: anywhere;
  word-break: break-word;
}
.article-file-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgb(13 13 13 / 0.1);
  border-radius: 8px;
  color: inherit;
  text-decoration: none;
}
.notion-unsupported,
.notion-table-of-contents {
  margin: 12px 0 0;
  padding: 12px 14px;
  border-radius: 8px;
  background: #f3f3f3;
  color: #5d5d5d;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 900px) {
  .publish-grid {
    align-items: start;
  }
}
@media (max-width: 960px) {
  :root {
    --page-padding: 16px;
    --article-block-padding-inline: 16px;
  }
  .site-shell {
    border-inline: 0;
    box-shadow: none;
  }
  .site-header-inner {
    padding: 24px var(--page-padding);
  }
  .page-content {
    padding: 0 var(--page-padding) 64px;
  }
  .section-header {
    padding: 16px var(--page-padding);
  }
  .editorial-row {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 0 var(--page-padding);
  }
  .row-line {
    display: none;
  }
  .row-meta {
    max-width: 7rem;
  }
  .search-cmdk {
    height: min(85vh, 32rem);
    min-height: min(85vh, 32rem);
    max-height: min(85vh, 32rem);
  }
  .search-cmdk-toolbar {
    gap: 8px;
    padding: 12px var(--page-padding);
  }
  .search-cmdk-content {
    padding: 4px var(--page-padding) calc(var(--page-padding) + 4px);
  }
  .search-cmdk-filters {
    padding: 6px 0;
  }
  .article-bookmark {
    flex-direction: column;
  }
  .article-bookmark-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .article-media {
    margin-bottom: 32px;
  }
  .publish-page,
  .notion-cms-notice {
    padding: 96px var(--page-padding) 64px;
  }
  .publish-header {
    flex-direction: column;
  }
  .publish-header-actions {
    width: 100%;
    justify-content: flex-start;
  }
  .publish-field-row {
    grid-template-columns: 1fr;
  }
  .page-content:has(.article-page) {
    padding: 0;
  }
  .article-page {
    width: 100%;
    max-width: 100%;
    padding: 64px var(--page-padding) 48px;
  }
  .site-shell:has(.article-page) {
    width: 100%;
    max-width: 100%;
  }
  .article-content--rich {
    --article-block-padding-inline: 0;
    width: 100%;
    max-width: 100%;
    justify-items: stretch;
  }
  .article-content--rich > * {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-inline: 0;
  }
  .article-content--rich > .article-callout,
  .article-content--rich > .notion-callout {
    padding-block: var(--article-surface-padding);
    padding-inline: 14px;
  }
  .article-content--rich > .article-media--image,
  .article-content--rich > .article-media--video,
  .article-content--rich > .article-embed,
  .article-content--rich > .article-tweet-embed,
  .article-content--rich > .article-carousel,
  .article-content--rich > .article-table-wrap,
  .article-content--rich > .notion-callout,
  .article-content--rich > .article-callout,
  .article-content--rich > .article-bookmark {
    width: 100%;
    max-width: 100%;
  }
  .article-content--rich > .article-carousel {
    width: 100vw;
    max-width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 0;
  }
  .article-carousel {
    --carousel-peek: 2.75rem;
    --carousel-rail-inset: var(--page-padding);
    --carousel-slide-width: calc(
      100vw - var(--page-padding) - var(--carousel-peek)
    );
  }
  .article-content--rich > .article-media--image figcaption {
    width: 100%;
    padding-inline: 0;
  }
  .article-content--rich blockquote {
    font-size: clamp(20px, 5.5vw, 24px);
    line-height: 1.35;
  }
  .article-section-nav {
    display: none;
  }
}
@media (max-width: 1120px) {
  .article-section-nav {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-delay: 0ms !important;
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
@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-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-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-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
