@charset "UTF-8";
/* ==========================================================================
   # Design System — Color Variables (OKLCH)
   Modern, perceptually uniform color system with full accessibility support.

   All palette values are defined directly in :root — no @supports guards.
   Override any variable from the Theme Options admin page (Appearance → Theme Options).
   ========================================================================== */
/* ==========================================================================
   ## 1. Root Variables
   Typography, layout, palette, semantic tokens, footer, shadows.
   ========================================================================== */
:root, :host {
  /* --- Typography --- */
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --font-heading: var(--font-family);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  --font-size-h1: clamp(2rem, 5vw + 1rem, 3rem);
  --font-size-h2: clamp(1.5rem, 4vw + 0.5rem, 2.25rem);
  --font-size-h3: clamp(1.25rem, 3vw + 0.25rem, 1.875rem);
  --font-size-h4: clamp(1.125rem, 2.5vw + 0.25rem, 1.5rem);
  --font-size-h5: clamp(1rem, 2vw + 0.125rem, 1.25rem);
  --font-size-h6: clamp(0.9375rem, 1.5vw + 0.125rem, 1.125rem);
  --font-size-base: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-xs: 0.75rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  /* --- Layout --- */
  --container-padding: clamp(1rem, 3vw, 3rem);
  --section-padding: clamp(2.5rem, 5vw, 5rem);
  /* --- Brand base colors --- */
  --primary-base: oklch(0.660 0.162 176.6);
  --secondary-base: oklch(0.648 0.165 275);
  --third-base: oklch(0.632 0.162 210);
  --neutral-base: oklch(0.558 0.035 265);
  --success-base: oklch(0.700 0.210 125);
  --warning-base: oklch(0.735 0.175 85);
  --error-base: oklch(0.640 0.250 25);
  --info-base: oklch(0.665 0.155 205);
  /* --- Neutral scale (hue 265) --- */
  --neutral-50: oklch(0.985 0.005 265);
  --neutral-100: oklch(0.967 0.010 265);
  --neutral-200: oklch(0.920 0.018 265);
  --neutral-300: oklch(0.865 0.025 265);
  --neutral-400: oklch(0.706 0.030 265);
  --neutral-500: oklch(0.558 0.035 265);
  --neutral-600: oklch(0.452 0.040 265);
  --neutral-700: oklch(0.370 0.042 265);
  --neutral-800: oklch(0.292 0.045 265);
  --neutral-900: oklch(0.222 0.050 265);
  --neutral-950: oklch(0.172 0.058 265);
  /* --- Primary scale (hue 176.6) --- */
  --primary-50: oklch(0.978 0.022 176.6);
  --primary-100: oklch(0.954 0.050 176.6);
  --primary-200: oklch(0.910 0.095 176.6);
  --primary-300: oklch(0.840 0.150 176.6);
  --primary-400: oklch(0.755 0.165 176.6);
  --primary-500: oklch(0.660 0.162 176.6);
  --primary-600: oklch(0.565 0.145 176.6);
  --primary-700: oklch(0.480 0.123 176.6);
  --primary-800: oklch(0.408 0.098 176.6);
  --primary-900: oklch(0.342 0.075 176.6);
  --primary-950: oklch(0.268 0.052 176.6);
  /* --- Secondary scale (hue 275) --- */
  --secondary-50: oklch(0.978 0.018 275);
  --secondary-100: oklch(0.956 0.038 275);
  --secondary-200: oklch(0.912 0.068 275);
  --secondary-300: oklch(0.848 0.098 275);
  --secondary-400: oklch(0.758 0.135 275);
  --secondary-500: oklch(0.648 0.165 275);
  --secondary-600: oklch(0.548 0.168 275);
  --secondary-700: oklch(0.468 0.150 275);
  --secondary-800: oklch(0.398 0.125 275);
  --secondary-900: oklch(0.335 0.095 275);
  --secondary-950: oklch(0.258 0.065 275);
  /* --- Third scale (hue 210) --- */
  --third-50: oklch(0.978 0.020 210);
  --third-100: oklch(0.954 0.045 210);
  --third-200: oklch(0.906 0.088 210);
  --third-300: oklch(0.828 0.133 210);
  --third-400: oklch(0.732 0.158 210);
  --third-500: oklch(0.632 0.162 210);
  --third-600: oklch(0.540 0.152 210);
  --third-700: oklch(0.462 0.132 210);
  --third-800: oklch(0.396 0.108 210);
  --third-900: oklch(0.335 0.082 210);
  --third-950: oklch(0.262 0.058 210);
  /* --- Success scale (hue 125) --- */
  --success-50: oklch(0.980 0.030 125);
  --success-100: oklch(0.960 0.060 125);
  --success-200: oklch(0.920 0.110 125);
  --success-300: oklch(0.860 0.160 125);
  --success-400: oklch(0.780 0.195 125);
  --success-500: oklch(0.700 0.210 125);
  --success-600: oklch(0.620 0.195 125);
  --success-700: oklch(0.540 0.165 125);
  --success-800: oklch(0.470 0.130 125);
  --success-900: oklch(0.405 0.100 125);
  --success-950: oklch(0.330 0.070 125);
  /* --- Warning scale (hue 85) --- */
  --warning-50: oklch(0.985 0.025 85);
  --warning-100: oklch(0.960 0.055 85);
  --warning-200: oklch(0.920 0.100 85);
  --warning-300: oklch(0.870 0.140 85);
  --warning-400: oklch(0.800 0.165 85);
  --warning-500: oklch(0.735 0.175 85);
  --warning-600: oklch(0.650 0.165 85);
  --warning-700: oklch(0.560 0.140 85);
  --warning-800: oklch(0.485 0.115 85);
  --warning-900: oklch(0.425 0.090 85);
  --warning-950: oklch(0.345 0.065 85);
  /* --- Error scale (hue 25) --- */
  --error-50: oklch(0.975 0.020 25);
  --error-100: oklch(0.950 0.045 25);
  --error-200: oklch(0.910 0.090 25);
  --error-300: oklch(0.835 0.155 25);
  --error-400: oklch(0.730 0.215 25);
  --error-500: oklch(0.640 0.250 25);
  --error-600: oklch(0.565 0.255 25);
  --error-700: oklch(0.495 0.235 25);
  --error-800: oklch(0.435 0.200 25);
  --error-900: oklch(0.380 0.160 25);
  --error-950: oklch(0.305 0.115 25);
  /* --- Info scale (hue 205) --- */
  --info-50: oklch(0.975 0.020 205);
  --info-100: oklch(0.950 0.040 205);
  --info-200: oklch(0.905 0.075 205);
  --info-300: oklch(0.835 0.115 205);
  --info-400: oklch(0.740 0.145 205);
  --info-500: oklch(0.665 0.155 205);
  --info-600: oklch(0.585 0.150 205);
  --info-700: oklch(0.515 0.130 205);
  --info-800: oklch(0.455 0.105 205);
  --info-900: oklch(0.400 0.082 205);
  --info-950: oklch(0.330 0.058 205);
  /* --- Semantic overrides (white / black / overlays) --- */
  --text-inverse: oklch(1 0 0);
  --bg-base: oklch(1 0 0);
  --bg-overlay: oklch(0 0 0 / 0.5);
  --surface-base: oklch(1 0 0);
  --surface-raised: oklch(1 0 0);
  --surface-overlay: oklch(1 0 0);
  --button-primary-text: oklch(1 0 0);
  --button-text-light: oklch(1 0 0);
  /* --- Footer --- */
  --footer-bg-start: oklch(0.255 0.12 262);
  --footer-bg-mid: oklch(0.092 0.04 264);
  --footer-bg-end: oklch(0.072 0.04 264);
  --footer-text: oklch(1 0 0 / 0.75);
  --footer-text-muted: oklch(1 0 0 / 0.70);
  --footer-text-strong: oklch(1 0 0);
  --footer-border: oklch(1 0 0 / 0.08);
  --footer-icon-bg: oklch(1 0 0 / 0.10);
  --footer-icon-text: oklch(1 0 0 / 0.80);
  /* --- Shadows --- */
  --shadow-color: oklch(0.222 0.050 265);
  --shadow-sm: 0 1px 2px oklch(from var(--shadow-color) l c h / 0.05);
  --shadow-md: 0 4px 6px oklch(from var(--shadow-color) l c h / 0.07),
               0 2px 4px oklch(from var(--shadow-color) l c h / 0.06);
  --shadow-lg: 0 10px 15px oklch(from var(--shadow-color) l c h / 0.10),
               0 4px 6px oklch(from var(--shadow-color) l c h / 0.05);
  --shadow-xl: 0 20px 25px oklch(from var(--shadow-color) l c h / 0.10),
               0 10px 10px oklch(from var(--shadow-color) l c h / 0.04);
  --shadow-2xl: 0 25px 50px oklch(from var(--shadow-color) l c h / 0.15);
  /* --------------------------------------------------------------------------
     Semantic Color Tokens — Light Theme
     All values use var() and resolve to the palette above.
     -------------------------------------------------------------------------- */
  /* --- Text --- */
  --text-base: var(--neutral-900);
  --text-strong: var(--neutral-950);
  --text-muted: var(--neutral-600);
  --text-subtle: var(--neutral-500);
  --text-disabled: var(--neutral-400);
  --text-link: var(--primary-600);
  --text-link-hover: var(--primary-700);
  --text-success: var(--success-700);
  --text-warning: var(--warning-700);
  --text-error: var(--error-700);
  --text-info: var(--info-700);
  /* --- Background --- */
  --bg-subtle: var(--neutral-50);
  --bg-muted: var(--neutral-100);
  --bg-hover: var(--neutral-200);
  --bg-active: var(--neutral-300);
  --bg-disabled: var(--neutral-100);
  --bg-brand: var(--primary-500);
  --bg-brand-hover: var(--primary-600);
  --bg-brand-subtle: var(--primary-50);
  --bg-success-subtle: var(--success-50);
  --bg-warning-subtle: var(--warning-50);
  --bg-error-subtle: var(--error-50);
  --bg-info-subtle: var(--info-50);
  /* --- Border --- */
  --border-base: var(--neutral-300);
  --border-muted: var(--neutral-200);
  --border-subtle: var(--neutral-100);
  --border-strong: var(--neutral-400);
  --border-hover: var(--neutral-400);
  --border-focus: var(--primary-500);
  --border-disabled: var(--neutral-200);
  --border-success: var(--success-500);
  --border-warning: var(--warning-500);
  --border-error: var(--error-500);
  --border-info: var(--info-500);
  /* --- Surface --- */
  --surface-sunken: var(--neutral-50);
  /* --- Interactive States --- */
  --state-hover-opacity: 0.08;
  --state-active-opacity: 0.12;
  --state-focus-opacity: 0.12;
  --state-disabled-opacity: 0.38;
  /* --- Content / Typography --- */
  --content-text-color: var(--text-base);
  --content-link-color: var(--text-link);
  --content-link-hover-color: var(--text-link-hover);
  --content-strong-color: var(--text-strong);
  --content-heading-color: var(--text-strong);
  --content-counters-color: var(--text-muted);
  --content-bullets-color: var(--text-muted);
  --content-blockquote-border-color: var(--border-base);
  --content-hr-color: var(--border-muted);
  --content-h1-size: 3rem;
  --content-h2-size: 2.25rem;
  --content-h3-size: 1.5rem;
  --content-h4-size: 1.25rem;
  --content-h5-size: 1.125rem;
  --content-h6-size: 1rem;
  /* --- Component Variables --- */
  /* Buttons */
  --button-primary-bg: var(--bg-brand);
  --button-primary-bg-hover: var(--bg-brand-hover);
  --button-primary-border: var(--primary-500);
  --button-text-dark: var(--neutral-950);
  /* Inputs */
  --input-bg: var(--bg-base);
  --input-border: var(--border-base);
  --input-border-hover: var(--border-hover);
  --input-border-focus: var(--border-focus);
  --input-text: var(--text-base);
  --input-placeholder: var(--text-muted);
  /* Cards */
  --card-bg: var(--surface-base);
  --card-border: var(--border-muted);
  --card-shadow: var(--shadow-sm);
}

/* ==========================================================================
   ## 2. Dark Theme Support
   ========================================================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0 solid;
}

html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif);
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

hr {
  height: 0;
  color: inherit;
  border-block-start-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(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace);
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

:-moz-focusring {
  outline: auto;
}

progress {
  vertical-align: baseline;
}

summary {
  display: list-item;
}

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

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

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

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

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

:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}

::file-selector-button {
  margin-inline-end: 4px;
}

::placeholder {
  opacity: 1;
}

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

/* Text selection */
::selection {
  background-color: var(--primary-500);
  color: var(--text-inverse);
}

body {
  font-size: var(--font-size-base);
  font-weight: 400;
  line-height: 1.6;
  color: var(--text-base);
  background-color: var(--bg-base);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: currentColor;
  font-weight: 700;
  line-height: 1.25;
  margin-block: 0;
}

h1, .is-h1 {
  font-size: var(--font-size-h1);
  line-height: 1;
  letter-spacing: -0.0252em;
}

h2, .is-h2 {
  font-size: var(--font-size-h2);
  line-height: 1.2;
}

h3, .is-h3 {
  font-size: var(--font-size-h3);
  line-height: 1.2;
}

h4, .is-h4 {
  font-size: var(--font-size-h4);
  line-height: 1.3;
}

h5, .is-h5 {
  font-size: var(--font-size-h5);
  line-height: 1.4;
}

h6, .is-h6 {
  font-size: var(--font-size-h6);
  line-height: 1.4;
}

hgroup, .is-hgroup {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=url],
input[type=date],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=time],
input[type=search],
input[type=tel] {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--input-text);
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=url]::placeholder,
input[type=date]::placeholder,
input[type=datetime-local]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}
input[type=text]:hover:not(:disabled):not(:focus),
input[type=password]:hover:not(:disabled):not(:focus),
input[type=email]:hover:not(:disabled):not(:focus),
input[type=number]:hover:not(:disabled):not(:focus),
input[type=url]:hover:not(:disabled):not(:focus),
input[type=date]:hover:not(:disabled):not(:focus),
input[type=datetime-local]:hover:not(:disabled):not(:focus),
input[type=month]:hover:not(:disabled):not(:focus),
input[type=week]:hover:not(:disabled):not(:focus),
input[type=time]:hover:not(:disabled):not(:focus),
input[type=search]:hover:not(:disabled):not(:focus),
input[type=tel]:hover:not(:disabled):not(:focus) {
  border-color: var(--input-border-hover);
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=url]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=search]:focus,
input[type=tel]:focus {
  color: var(--input-text);
  background-color: var(--input-bg);
  border-color: var(--input-border-focus);
  outline: 0;
  box-shadow: 0 0 0 3px oklch(from var(--input-border-focus) l c h/0.15);
}
input[type=text]:disabled,
input[type=password]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=url]:disabled,
input[type=date]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=time]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled {
  background-color: var(--bg-disabled);
  border-color: var(--border-disabled);
  color: var(--text-disabled);
  opacity: 1;
  cursor: not-allowed;
}
input[type=text]:read-only,
input[type=password]:read-only,
input[type=email]:read-only,
input[type=number]:read-only,
input[type=url]:read-only,
input[type=date]:read-only,
input[type=datetime-local]:read-only,
input[type=month]:read-only,
input[type=week]:read-only,
input[type=time]:read-only,
input[type=search]:read-only,
input[type=tel]:read-only {
  background-color: var(--bg-muted);
  border-color: var(--border-muted);
  cursor: default;
}
input[type=text]:invalid, input[type=text][aria-invalid=true],
input[type=password]:invalid,
input[type=password][aria-invalid=true],
input[type=email]:invalid,
input[type=email][aria-invalid=true],
input[type=number]:invalid,
input[type=number][aria-invalid=true],
input[type=url]:invalid,
input[type=url][aria-invalid=true],
input[type=date]:invalid,
input[type=date][aria-invalid=true],
input[type=datetime-local]:invalid,
input[type=datetime-local][aria-invalid=true],
input[type=month]:invalid,
input[type=month][aria-invalid=true],
input[type=week]:invalid,
input[type=week][aria-invalid=true],
input[type=time]:invalid,
input[type=time][aria-invalid=true],
input[type=search]:invalid,
input[type=search][aria-invalid=true],
input[type=tel]:invalid,
input[type=tel][aria-invalid=true] {
  border-color: var(--border-error);
}
input[type=text]:invalid:focus, input[type=text][aria-invalid=true]:focus,
input[type=password]:invalid:focus,
input[type=password][aria-invalid=true]:focus,
input[type=email]:invalid:focus,
input[type=email][aria-invalid=true]:focus,
input[type=number]:invalid:focus,
input[type=number][aria-invalid=true]:focus,
input[type=url]:invalid:focus,
input[type=url][aria-invalid=true]:focus,
input[type=date]:invalid:focus,
input[type=date][aria-invalid=true]:focus,
input[type=datetime-local]:invalid:focus,
input[type=datetime-local][aria-invalid=true]:focus,
input[type=month]:invalid:focus,
input[type=month][aria-invalid=true]:focus,
input[type=week]:invalid:focus,
input[type=week][aria-invalid=true]:focus,
input[type=time]:invalid:focus,
input[type=time][aria-invalid=true]:focus,
input[type=search]:invalid:focus,
input[type=search][aria-invalid=true]:focus,
input[type=tel]:invalid:focus,
input[type=tel][aria-invalid=true]:focus {
  border-color: var(--border-error);
  box-shadow: 0 0 0 3px oklch(from var(--error-500) l c h/0.15);
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  appearance: none;
}

input[type=date]::-webkit-calendar-picker-indicator,
input[type=datetime-local]::-webkit-calendar-picker-indicator,
input[type=month]::-webkit-calendar-picker-indicator,
input[type=week]::-webkit-calendar-picker-indicator,
input[type=time]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
input[type=date]::-webkit-calendar-picker-indicator:hover,
input[type=datetime-local]::-webkit-calendar-picker-indicator:hover,
input[type=month]::-webkit-calendar-picker-indicator:hover,
input[type=week]::-webkit-calendar-picker-indicator:hover,
input[type=time]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

textarea {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--input-text);
  background-color: var(--input-bg);
  background-clip: padding-box;
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
  appearance: none;
  resize: vertical;
  min-height: 6rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
textarea::placeholder {
  color: var(--input-placeholder);
  opacity: 1;
}
textarea:hover:not(:disabled):not(:focus) {
  border-color: var(--input-border-hover);
}
textarea:focus {
  color: var(--input-text);
  background-color: var(--input-bg);
  border-color: var(--input-border-focus);
  outline: 0;
  box-shadow: 0 0 0 3px oklch(from var(--input-border-focus) l c h/0.15);
}
textarea:disabled {
  background-color: var(--bg-disabled);
  border-color: var(--border-disabled);
  color: var(--text-disabled);
  opacity: 1;
  cursor: not-allowed;
  resize: none;
}
textarea:read-only {
  background-color: var(--bg-muted);
  border-color: var(--border-muted);
  cursor: default;
}
textarea:invalid, textarea[aria-invalid=true] {
  border-color: var(--border-error);
}
textarea:invalid:focus, textarea[aria-invalid=true]:focus {
  border-color: var(--border-error);
  box-shadow: 0 0 0 3px oklch(from var(--error-500) l c h/0.15);
}

select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--input-text);
  background-color: var(--input-bg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23666' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
@media (prefers-color-scheme: dark) {
  select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23aaa' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  }
}
select:hover:not(:disabled):not(:focus) {
  border-color: var(--input-border-hover);
}
select:focus {
  border-color: var(--input-border-focus);
  outline: 0;
  box-shadow: 0 0 0 3px oklch(from var(--input-border-focus) l c h/0.15);
}
select:disabled {
  background-color: var(--bg-disabled);
  border-color: var(--border-disabled);
  color: var(--text-disabled);
  opacity: 1;
  cursor: not-allowed;
}
select:invalid, select[aria-invalid=true] {
  border-color: var(--border-error);
}
select:invalid:focus, select[aria-invalid=true]:focus {
  border-color: var(--border-error);
  box-shadow: 0 0 0 3px oklch(from var(--error-500) l c h/0.15);
}
select[multiple] {
  padding-inline-end: 1rem;
  background-image: none;
  min-height: 8rem;
}
select[multiple] option {
  padding: 0.375rem 0.75rem;
}
select[size]:not([size="1"]) {
  padding-inline-end: 1rem;
  background-image: none;
}

input[type=checkbox],
input[type=radio] {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: 0.1875rem;
  vertical-align: top;
  background-color: var(--input-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--input-border);
  appearance: none;
  print-color-adjust: exact;
  cursor: pointer;
  flex-shrink: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input[type=checkbox]:hover:not(:disabled):not(:checked),
input[type=radio]:hover:not(:disabled):not(:checked) {
  border-color: var(--input-border-hover);
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: var(--input-border-focus);
  outline: 0;
  box-shadow: 0 0 0 3px oklch(from var(--input-border-focus) l c h/0.15);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=checkbox]:disabled ~ label,
input[type=radio]:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=checkbox]:invalid, input[type=checkbox][aria-invalid=true],
input[type=radio]:invalid,
input[type=radio][aria-invalid=true] {
  border-color: var(--border-error);
}

input[type=checkbox] {
  border-radius: 0.25rem;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
input[type=checkbox]:indeterminate {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-base);
  cursor: pointer;
}
label.required::after, label[required]::after {
  content: " *";
  color: var(--error-500);
  font-weight: 700;
}

.form-group {
  margin-bottom: 1.5rem;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.form-check input[type=checkbox],
.form-check input[type=radio] {
  margin-top: 0.1875rem;
}
.form-check label {
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.form-check:last-child {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-inline-end: 1rem;
  margin-bottom: 0;
}

.form-help,
.form-text {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.4;
}

.form-error,
.form-invalid-feedback {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: var(--text-error);
  line-height: 1.4;
}

.form-success,
.form-valid-feedback {
  display: block;
  margin-top: 0.375rem;
  font-size: 0.875rem;
  color: var(--text-success);
  line-height: 1.4;
}

.input-sm,
input.input-sm,
select.input-sm,
textarea.input-sm {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.input-lg,
input.input-lg,
select.input-lg,
textarea.input-lg {
  padding: 1rem 1.25rem;
  font-size: 1.125rem;
  border-radius: 0.5rem;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > input,
.input-group > select,
.input-group > textarea {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > :not(:first-child) {
  margin-inline-start: -1px;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.input-group > :not(:last-child) {
  border-start-end-radius: 0;
  border-end-end-radius: 0;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-base);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bg-muted);
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: inline-start;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: inherit;
  color: var(--text-strong);
}
legend + * {
  clear: inline-start;
}

input[type=file]::file-selector-button {
  padding: 0.5rem 1rem;
  margin-inline-end: 0.75rem;
  font-size: 0.875rem;
  color: var(--text-base);
  background-color: var(--bg-muted);
  border: 1px solid var(--border-base);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
input[type=file]::file-selector-button:hover {
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
}
input[type=file]:disabled::file-selector-button {
  opacity: 0.5;
  cursor: not-allowed;
}

input[type=range] {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
  cursor: pointer;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range]:focus-visible {
  outline: 2px solid var(--input-border-focus);
  outline-offset: 4px;
  border-radius: 0.25rem;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.375rem;
  background-color: var(--border-base);
  border-radius: 0.25rem;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 0.375rem;
  background-color: var(--border-base);
  border-radius: 0.25rem;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: -0.4375rem;
  background-color: var(--primary-500);
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
input[type=range]::-webkit-slider-thumb:hover {
  background-color: var(--primary-600);
  transform: scale(1.1);
}
input[type=range]::-webkit-slider-thumb:active {
  background-color: var(--primary-700);
  transform: scale(0.95);
}
input[type=range]::-moz-range-thumb {
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--primary-500);
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, transform 0.15s ease-in-out;
}
input[type=range]::-moz-range-thumb:hover {
  background-color: var(--primary-600);
  transform: scale(1.1);
}
input[type=range]::-moz-range-thumb:active {
  background-color: var(--primary-700);
  transform: scale(0.95);
}
input[type=range]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px oklch(from var(--primary-500) l c h/0.25);
}
input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px oklch(from var(--primary-500) l c h/0.25);
}

input[type=color] {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem;
  border: 1px solid var(--input-border);
  border-radius: 0.375rem;
  cursor: pointer;
}
input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type=color]::-webkit-color-swatch {
  border: 0;
  border-radius: 0.25rem;
}
input[type=color]::-moz-color-swatch {
  border: 0;
  border-radius: 0.25rem;
}
input[type=color]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type=color]:focus-visible {
  outline: 2px solid var(--input-border-focus);
  outline-offset: 2px;
}

progress {
  display: block;
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
  appearance: none;
  border: 0;
  border-radius: 0.375rem;
  background-color: var(--neutral-200);
}
progress::-webkit-progress-bar {
  background-color: var(--neutral-200);
  border-radius: 0.375rem;
}
progress::-webkit-progress-value {
  background-color: var(--primary-500);
  border-radius: 0.375rem;
  transition: width 0.3s ease;
}
progress::-moz-progress-bar {
  background-color: var(--primary-500);
  border-radius: 0.375rem;
  transition: width 0.3s ease;
}
progress:indeterminate {
  background: linear-gradient(90deg, var(--neutral-200) 0%, var(--neutral-200) 30%, var(--primary-500) 30%, var(--primary-500) 70%, var(--neutral-200) 70%, var(--neutral-200) 100%);
  background-size: 200% 100%;
  animation: progress-indeterminate 1.5s linear infinite;
}
@keyframes progress-indeterminate {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

progress.progress-success::-webkit-progress-value {
  background-color: var(--success-500);
}
progress.progress-success::-moz-progress-bar {
  background-color: var(--success-500);
}

progress.progress-warning::-webkit-progress-value {
  background-color: var(--warning-500);
}
progress.progress-warning::-moz-progress-bar {
  background-color: var(--warning-500);
}

progress.progress-error::-webkit-progress-value {
  background-color: var(--error-500);
}
progress.progress-error::-moz-progress-bar {
  background-color: var(--error-500);
}

meter {
  display: block;
  width: 100%;
  height: 1.5rem;
  appearance: none;
  border: 0;
  border-radius: 0.375rem;
  background-color: var(--neutral-200);
}
meter::-webkit-meter-bar {
  background-color: var(--neutral-200);
  border-radius: 0.375rem;
}
meter::-webkit-meter-optimum-value {
  background-color: var(--success-500);
  border-radius: 0.375rem;
}
meter::-webkit-meter-suboptimum-value {
  background-color: var(--warning-500);
  border-radius: 0.375rem;
}
meter::-webkit-meter-even-less-good-value {
  background-color: var(--error-500);
  border-radius: 0.375rem;
}
meter::-moz-meter-bar {
  background-color: var(--success-500);
  border-radius: 0.375rem;
}
meter:-moz-meter-optimum::-moz-meter-bar {
  background-color: var(--success-500);
}
meter:-moz-meter-sub-optimum::-moz-meter-bar {
  background-color: var(--warning-500);
}
meter:-moz-meter-sub-sub-optimum::-moz-meter-bar {
  background-color: var(--error-500);
}

output {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-base);
  background-color: var(--neutral-100);
  border: 1px solid var(--border-base);
  border-radius: 0.375rem;
}

input[list]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.2s ease;
}
input[list]::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.75;
  color: var(--text-base);
}
.entry-content :where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.6;
}
.entry-content :where(a:not([class])) {
  color: var(--text-link);
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  transition: color 150ms ease;
}
.entry-content :where(a:not([class])):hover {
  color: var(--text-link-hover);
  text-decoration-thickness: 2px;
}
.entry-content :where(strong, b) {
  color: var(--text-strong);
  font-weight: 600;
}
.entry-content :where(em, i) {
  font-style: italic;
}
.entry-content :where(a strong) {
  color: inherit;
}
.entry-content :where(blockquote strong) {
  color: inherit;
}
.entry-content :where(h1, h2, h3, h4, h5, h6) {
  color: var(--text-strong);
  overflow-wrap: break-word;
  margin-top: 0;
}
.entry-content :where(h1, h2, h3, h4, h5, h6)[id] {
  scroll-margin-top: 6rem;
}
.entry-content :where(h1) {
  font-size: var(--content-h1-size);
  line-height: 1;
  letter-spacing: -0.0252em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.entry-content :where(h1 strong) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(h2) {
  font-size: var(--content-h2-size);
  line-height: 1.2;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 1em;
}
.entry-content :where(h2 strong) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(h3) {
  font-size: var(--content-h3-size);
  line-height: 1.2;
  font-weight: 700;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
}
.entry-content :where(h3 strong) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(h4) {
  font-size: var(--content-h4-size);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.entry-content :where(h4 strong) {
  font-weight: 700;
  color: inherit;
}
.entry-content :where(h5) {
  font-size: var(--content-h5-size);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.entry-content :where(h6) {
  font-size: var(--content-h6-size);
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.entry-content :where(h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *) {
  margin-top: 0;
}
.entry-content :where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.entry-content :where(ol[type=A]) {
  list-style-type: upper-alpha;
}
.entry-content :where(ol[type=a]) {
  list-style-type: lower-alpha;
}
.entry-content :where(ol[type=I]) {
  list-style-type: upper-roman;
}
.entry-content :where(ol[type=i]) {
  list-style-type: lower-roman;
}
.entry-content :where(ol[type="1"]) {
  list-style-type: decimal;
}
.entry-content :where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.entry-content :where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6;
}
.entry-content :where(ol > li) {
  padding-inline-start: 0.375em;
}
.entry-content :where(ul > li) {
  padding-inline-start: 0.375em;
}
.entry-content :where(ol > li)::marker {
  font-weight: 400;
  color: var(--text-muted);
}
.entry-content :where(ul > li)::marker {
  color: var(--text-subtle);
}
.entry-content :where(ul ul, ul ol, ol ul, ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.entry-content :where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.entry-content :where(.prose > ul > li > p:first-child) {
  margin-top: 1.25em;
}
.entry-content :where(.prose > ul > li > p:last-child) {
  margin-bottom: 1.25em;
}
.entry-content :where(.prose > ol > li > p:first-child) {
  margin-top: 1.25em;
}
.entry-content :where(.prose > ol > li > p:last-child) {
  margin-bottom: 1.25em;
}
.entry-content :where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.entry-content :where(dt) {
  color: var(--text-strong);
  font-weight: 600;
  margin-top: 1.25em;
}
.entry-content :where(dd) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.entry-content :where(blockquote) {
  font-weight: 400;
  font-style: italic;
  color: var(--text-base);
  border-inline-start: 4px solid var(--border-muted);
  quotes: "“" "”" "‘" "’";
  margin-block: 1.6em;
  padding-inline-start: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.entry-content :where(blockquote p:first-of-type)::before {
  content: open-quote;
}
.entry-content :where(blockquote p:last-of-type)::after {
  content: close-quote;
}
.entry-content :where(blockquote cite) {
  display: block;
  margin-top: 0.5em;
  font-size: 0.875rem;
  font-style: normal;
  color: var(--text-muted);
}
.entry-content :where(blockquote cite)::before {
  content: "— ";
}
.entry-content :where(code) {
  font-family: var(--font-mono, monospace);
  background-color: var(--bg-muted);
  color: var(--text-strong);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
  font-weight: 500;
}
.entry-content :where(code)::before {
  content: "`";
}
.entry-content :where(code)::after {
  content: "`";
}
.entry-content :where(a code) {
  color: inherit;
}
.entry-content :where(h1 code) {
  color: inherit;
}
.entry-content :where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
.entry-content :where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
.entry-content :where(h4 code) {
  color: inherit;
}
.entry-content :where(blockquote code) {
  color: inherit;
}
.entry-content :where(thead th code) {
  color: inherit;
}
.entry-content :where(kbd) {
  font-family: var(--font-mono, monospace);
  font-weight: 500;
  background-color: var(--neutral-800);
  color: var(--text-inverse);
  border: 1px solid var(--neutral-700);
  box-shadow: 0 2px 0 var(--neutral-700);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding: 0.1875em 0.5em;
}
.entry-content :where(pre) {
  font-family: var(--font-mono, monospace);
  color: var(--text-inverse);
  background-color: var(--neutral-900);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.25rem;
  padding: 1rem 1.25rem;
}
.entry-content :where(pre code) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.entry-content :where(pre code)::before {
  content: none;
}
.entry-content :where(pre code)::after {
  content: none;
}
.entry-content :where(hr) {
  border: 0;
  border-block-start: 1px solid var(--border-muted);
  margin-block: 3rem;
}
.entry-content :where(hr + *) {
  margin-top: 0;
}
.entry-content :where(mark) {
  background: var(--bg-warning-subtle);
  color: var(--text-warning);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.entry-content :target {
  background: var(--bg-muted);
  transition: background 0.5s ease;
  margin-inline: -1rem;
  padding-inline: 1rem;
  border-radius: 0.25rem;
  animation: target-fade 2s ease forwards;
}
@keyframes target-fade {
  0% {
    background: var(--bg-muted);
  }
  100% {
    background: transparent;
  }
}
.entry-content :where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.25rem;
}
.entry-content :where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content :where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.25rem;
}
.entry-content :where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.entry-content :where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.entry-content :where(figcaption) {
  color: var(--text-muted);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.entry-content :where(table) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
  border-collapse: collapse;
}
.entry-content :where(thead) {
  border-block-end: 1px solid var(--border-muted);
}
.entry-content :where(thead th) {
  color: var(--text-strong);
  font-weight: 600;
  vertical-align: bottom;
  padding: 0.5714286em;
}
.entry-content :where(thead th:first-child) {
  padding-inline-start: 0;
}
.entry-content :where(thead th:last-child) {
  padding-inline-end: 0;
}
.entry-content :where(thead th strong) {
  color: inherit;
}
.entry-content :where(tbody tr) {
  border-block-end: 1px solid var(--border-muted);
}
.entry-content :where(tbody tr:last-child) {
  border-block-end-width: 0;
}
.entry-content :where(tbody td) {
  vertical-align: baseline;
  padding: 0.5714286em;
}
.entry-content :where(tbody td:first-child) {
  padding-inline-start: 0;
}
.entry-content :where(tbody td:last-child) {
  padding-inline-end: 0;
}
.entry-content :where(tfoot) {
  border-block-start: 1px solid var(--border-muted);
}
.entry-content :where(tfoot td) {
  vertical-align: top;
  padding: 0.5714286em;
}
.entry-content :where(tfoot td:first-child) {
  padding-inline-start: 0;
}
.entry-content :where(tfoot td:last-child) {
  padding-inline-end: 0;
}
.entry-content :where(th, td) {
  text-align: start;
}
.entry-content :where(.prose > :first-child) {
  margin-top: 0;
}
.entry-content :where(.prose > :last-child) {
  margin-bottom: 0;
}
.entry-content :where(.lead) {
  font-size: 1.125rem;
  line-height: 1.6;
  color: var(--text-strong);
  margin-bottom: 1.5em;
}
.entry-content :where(small) {
  font-size: 0.875rem;
  line-height: 1.5;
}
.entry-content :where(abbr[title]) {
  text-decoration: underline dotted;
  text-underline-offset: 3px;
  cursor: help;
  border-block-end: none;
}
.entry-content :where(sub, sup) {
  font-size: 0.75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry-content :where(sub) {
  bottom: -0.25em;
}
.entry-content :where(sup) {
  top: -0.5em;
}
.entry-content :where(del) {
  text-decoration: line-through;
  color: var(--text-error);
  background-color: var(--bg-error-subtle);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.entry-content :where(ins) {
  text-decoration: underline;
  color: var(--text-success);
  background-color: var(--bg-success-subtle);
  padding: 0.125rem 0.25rem;
  border-radius: 0.125rem;
}
.entry-content :where(time) {
  font-variant-numeric: tabular-nums;
}
.entry-content :where(q) {
  font-style: italic;
  quotes: "“" "”" "‘" "’";
}
.entry-content :where(q)::before {
  content: open-quote;
}
.entry-content :where(q)::after {
  content: close-quote;
}
.entry-content :where(samp) {
  font-family: var(--font-mono, monospace);
  background-color: var(--bg-muted);
  color: var(--text-base);
  padding: 0.125rem 0.375rem;
  border-radius: 0.25rem;
  font-size: 0.875em;
}
.entry-content :where(var) {
  font-family: var(--font-mono, monospace);
  font-style: italic;
  color: var(--secondary-500);
  font-weight: 500;
}
.entry-content :where(address) {
  font-style: normal;
  line-height: 1.75;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.entry-content :where(address) a {
  color: var(--text-link);
  text-decoration: underline;
}
.entry-content :where(address) a:hover {
  color: var(--text-link-hover);
}
.entry-content :where(details) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding: 1rem;
  border: 1px solid var(--border-muted);
  border-radius: 0.5rem;
  background-color: var(--bg-subtle);
}
.entry-content :where(summary) {
  cursor: pointer;
  font-weight: 600;
  color: var(--text-strong);
  user-select: none;
  padding: 0.5rem;
  margin: -0.5rem;
  border-radius: 0.25rem;
  transition: background-color 150ms ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.entry-content :where(summary):hover {
  background-color: var(--bg-hover);
}
.entry-content :where(summary)::marker {
  content: "";
}
.entry-content :where(summary)::before {
  content: "▶";
  display: inline-block;
  transition: transform 200ms ease;
  font-size: 0.75em;
  color: var(--text-muted);
}
.entry-content :where(details[open] > summary::before) {
  transform: rotate(90deg);
}
.entry-content :where(details[open]) {
  border-color: var(--border-focus);
  background-color: var(--bg-brand-subtle);
}
.entry-content :where(details > :not(summary)) {
  margin-top: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
  border-radius: 0.25rem;
}

:focus:not(:focus-visible) {
  outline: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes scaleOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideOutDown {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes collapseIn {
  from {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
  to {
    opacity: 1;
    max-height: var(--collapse-height, 50rem);
    overflow: hidden;
  }
}
@keyframes collapseOut {
  from {
    opacity: 1;
    max-height: var(--collapse-height, 50rem);
    overflow: hidden;
  }
  to {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-0.25rem);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(0.25rem);
  }
}
@keyframes skeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.duration-100 {
  animation-duration: 100ms;
}

.duration-200 {
  animation-duration: 200ms;
}

.duration-300 {
  animation-duration: 300ms;
}

.duration-500 {
  animation-duration: 500ms;
}

.duration-700 {
  animation-duration: 700ms;
}

.duration-1000 {
  animation-duration: 1000ms;
}

.ease-linear {
  animation-timing-function: linear;
}

.ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-100 {
  animation-delay: 100ms;
}

.delay-200 {
  animation-delay: 200ms;
}

.delay-300 {
  animation-delay: 300ms;
}

.delay-500 {
  animation-delay: 500ms;
}

.fill-forwards {
  animation-fill-mode: forwards;
}

.fill-both {
  animation-fill-mode: both;
}

.animate-fadeIn {
  animation: fadeIn 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-fadeOut {
  animation: fadeOut 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

.animate-fadeInUp {
  animation: fadeInUp 400ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-fadeInDown {
  animation: fadeInDown 400ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-fadeInLeft {
  animation: fadeInLeft 400ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-fadeInRight {
  animation: fadeInRight 400ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-scaleIn {
  animation: scaleIn 200ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-scaleOut {
  animation: scaleOut 200ms cubic-bezier(0.4, 0, 1, 1) both;
}

.animate-slideInUp {
  animation: slideInUp 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-slideInDown {
  animation: slideInDown 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-slideInLeft {
  animation: slideInLeft 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-slideInRight {
  animation: slideInRight 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-slideOutUp {
  animation: slideOutUp 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

.animate-slideOutDown {
  animation: slideOutDown 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

.animate-collapseIn {
  animation: collapseIn 300ms cubic-bezier(0, 0, 0.2, 1) both;
}

.animate-collapseOut {
  animation: collapseOut 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.animate-shake {
  animation: shake 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-skeleton {
  background: linear-gradient(90deg, var(--bg-muted) 25%, var(--bg-subtle) 50%, var(--bg-muted) 75%);
  background-size: 200% 100%;
  animation: skeleton 1.5s linear infinite;
  border-radius: 0.25rem;
}

.is-block {
  display: block;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.site__header {
  flex-shrink: 0;
}
.site__content {
  flex: 1 0 auto;
}
.site__footer {
  flex-shrink: 0;
}

.container {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: var(--container-padding);
}
.container--small {
  max-width: 48rem;
}
.container--medium {
  max-width: 64rem;
}
.container--large {
  max-width: 96rem;
}
.container--full {
  max-width: none;
}
.container--fluid {
  padding-inline: 0;
}
.container--prose {
  max-width: 65ch;
}
.container--prose-narrow {
  max-width: 55ch;
}
.container--prose-wide {
  max-width: 75ch;
}

section {
  padding-block: var(--section-padding);
}
section--sm {
  padding-block: clamp(1.5rem, 3vw, 2.5rem);
}
section--lg {
  padding-block: clamp(4rem, 8vw, 8rem);
}
section--none {
  padding-block: 0;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.75em 1.5em;
  border-radius: 0.5em;
  font-size: 0.875rem;
  font-weight: 500;
  border: 1px solid var(--border-base);
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: var(--bg-base);
  color: var(--text-base);
  font-family: inherit;
}
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
  background-color: var(--bg-hover);
  border-color: var(--border-focus);
  box-shadow: 0 2px 8px oklch(from var(--shadow-color) l c h/0.1);
}
button:active,
input[type=button]:active,
input[type=submit]:active,
input[type=reset]:active {
  transform: translateY(1px);
  box-shadow: 0 1px 4px oklch(from var(--shadow-color) l c h/0.1);
}
button:disabled,
input[type=button]:disabled,
input[type=submit]:disabled,
input[type=reset]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
button:focus-visible,
input[type=button]:focus-visible,
input[type=submit]:focus-visible,
input[type=reset]:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 1em 2.5em;
  border-radius: 0.5em;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  overflow: hidden;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: oklch(from var(--button-text-light) l c h/0.2);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
  z-index: -1;
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 0;
  height: 0;
  background: linear-gradient(90deg, transparent, oklch(from var(--button-text-light) l c h/0.2), transparent);
  transition: left 0.5s ease;
  z-index: 1;
  pointer-events: none;
}
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px oklch(from var(--shadow-color) l c h/0.15);
}
.btn:hover::before {
  width: 300px;
  height: 300px;
}
.btn:hover::after {
  left: 100%;
}
.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px oklch(from var(--shadow-color) l c h/0.1);
}
.btn--primary {
  background-color: var(--primary-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--primary-500) l c h/0.3);
}
.btn--primary:hover {
  background-color: var(--primary-700);
  box-shadow: 0 8px 24px oklch(from var(--primary-500) l c h/0.4);
}
.btn--primary:active {
  box-shadow: 0 2px 8px oklch(from var(--primary-500) l c h/0.3);
}
.btn--light {
  background-color: var(--primary-50);
  color: var(--primary-500);
  box-shadow: 0 2px 8px oklch(from var(--primary-500) l c h/0.1);
}
.btn--light::before {
  background: oklch(from var(--primary-500) l c h/0.1);
}
.btn--light:hover {
  color: var(--button-text-light);
  background-color: var(--primary-700);
  box-shadow: 0 6px 16px oklch(from var(--primary-500) l c h/0.3);
}
.btn--light:active {
  box-shadow: 0 2px 6px oklch(from var(--primary-500) l c h/0.2);
}
.btn--secondary {
  background-color: var(--secondary-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--secondary-500) l c h/0.3);
}
.btn--secondary:hover {
  background-color: var(--secondary-600);
  box-shadow: 0 8px 24px oklch(from var(--secondary-500) l c h/0.4);
}
.btn--secondary:active {
  box-shadow: 0 2px 8px oklch(from var(--secondary-500) l c h/0.3);
}
.btn--third {
  background-color: var(--third-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--third-500) l c h/0.3);
}
.btn--third:hover {
  background-color: var(--third-600);
  box-shadow: 0 8px 24px oklch(from var(--third-500) l c h/0.4);
}
.btn--third:active {
  box-shadow: 0 2px 8px oklch(from var(--third-500) l c h/0.3);
}
.btn--outline, .btn--outline-primary {
  background-color: transparent;
  color: var(--primary-500);
  border: 2px solid var(--primary-500);
  box-shadow: none;
}
.btn--outline::before, .btn--outline-primary::before {
  background: var(--primary-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline:hover, .btn--outline-primary:hover {
  color: var(--button-text-light);
  border-color: var(--primary-700);
  box-shadow: 0 6px 16px oklch(from var(--primary-500) l c h/0.2);
}
.btn--outline:hover::before, .btn--outline-primary:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline:active, .btn--outline-primary:active {
  box-shadow: 0 2px 6px oklch(from var(--primary-500) l c h/0.15);
}
.btn--outline-secondary {
  background-color: transparent;
  color: var(--secondary-500);
  border: 2px solid var(--secondary-500);
  box-shadow: none;
}
.btn--outline-secondary::before {
  background: var(--secondary-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-secondary:hover {
  color: var(--button-text-light);
  border-color: var(--secondary-700);
  box-shadow: 0 6px 16px oklch(from var(--secondary-500) l c h/0.2);
}
.btn--outline-secondary:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-secondary:active {
  box-shadow: 0 2px 6px oklch(from var(--secondary-500) l c h/0.15);
}
.btn--outline-third {
  background-color: transparent;
  color: var(--third-500);
  border: 2px solid var(--third-500);
  box-shadow: none;
}
.btn--outline-third::before {
  background: var(--third-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-third:hover {
  color: var(--button-text-light);
  border-color: var(--third-700);
  box-shadow: 0 6px 16px oklch(from var(--third-500) l c h/0.2);
}
.btn--outline-third:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-third:active {
  box-shadow: 0 2px 6px oklch(from var(--third-500) l c h/0.15);
}
.btn--outline-success {
  background-color: transparent;
  color: var(--success-500);
  border: 2px solid var(--success-500);
  box-shadow: none;
}
.btn--outline-success::before {
  background: var(--success-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-success:hover {
  color: var(--button-text-light);
  border-color: var(--success-700);
  box-shadow: 0 6px 16px oklch(from var(--success-500) l c h/0.2);
}
.btn--outline-success:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-success:active {
  box-shadow: 0 2px 6px oklch(from var(--success-500) l c h/0.15);
}
.btn--outline-warning {
  background-color: transparent;
  color: var(--warning-600);
  border: 2px solid var(--warning-500);
  box-shadow: none;
}
.btn--outline-warning::before {
  background: var(--warning-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-warning:hover {
  color: var(--neutral-950);
  border-color: var(--warning-600);
  box-shadow: 0 6px 16px oklch(from var(--warning-500) l c h/0.2);
}
.btn--outline-warning:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-warning:active {
  box-shadow: 0 2px 6px oklch(from var(--warning-500) l c h/0.15);
}
.btn--outline-error, .btn--outline-danger {
  background-color: transparent;
  color: var(--error-500);
  border: 2px solid var(--error-500);
  box-shadow: none;
}
.btn--outline-error::before, .btn--outline-danger::before {
  background: var(--error-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-error:hover, .btn--outline-danger:hover {
  color: var(--button-text-light);
  border-color: var(--error-700);
  box-shadow: 0 6px 16px oklch(from var(--error-500) l c h/0.2);
}
.btn--outline-error:hover::before, .btn--outline-danger:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-error:active, .btn--outline-danger:active {
  box-shadow: 0 2px 6px oklch(from var(--error-500) l c h/0.15);
}
.btn--outline-info {
  background-color: transparent;
  color: var(--info-500);
  border: 2px solid var(--info-500);
  box-shadow: none;
}
.btn--outline-info::before {
  background: var(--info-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-info:hover {
  color: var(--button-text-light);
  border-color: var(--info-700);
  box-shadow: 0 6px 16px oklch(from var(--info-500) l c h/0.2);
}
.btn--outline-info:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-info:active {
  box-shadow: 0 2px 6px oklch(from var(--info-500) l c h/0.15);
}
.btn--outline-neutral {
  background-color: transparent;
  color: var(--neutral-700);
  border: 2px solid var(--neutral-500);
  box-shadow: none;
}
.btn--outline-neutral::before {
  background: var(--neutral-500);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-neutral:hover {
  color: var(--button-text-light);
  border-color: var(--neutral-600);
  box-shadow: 0 6px 16px oklch(from var(--neutral-500) l c h/0.2);
}
.btn--outline-neutral:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-neutral:active {
  box-shadow: 0 2px 6px oklch(from var(--neutral-500) l c h/0.15);
}
.btn--outline-dark {
  background-color: transparent;
  color: var(--neutral-900);
  border: 2px solid var(--neutral-900);
  box-shadow: none;
}
.btn--outline-dark::before {
  background: var(--neutral-900);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), height 0.25s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.25s ease;
}
.btn--outline-dark:hover {
  color: var(--button-text-light);
  border-color: var(--neutral-950);
  box-shadow: 0 6px 16px oklch(from var(--neutral-900) l c h/0.2);
}
.btn--outline-dark:hover::before {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.btn--outline-dark:active {
  box-shadow: 0 2px 6px oklch(from var(--neutral-900) l c h/0.15);
}
.btn--success {
  background-color: var(--success-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--success-500) l c h/0.3);
}
.btn--success:hover {
  background-color: var(--success-600);
  box-shadow: 0 8px 24px oklch(from var(--success-500) l c h/0.4);
}
.btn--success:active {
  box-shadow: 0 2px 8px oklch(from var(--success-500) l c h/0.3);
}
.btn--warning {
  background-color: var(--warning-500);
  color: var(--neutral-950);
  box-shadow: 0 4px 12px oklch(from var(--warning-500) l c h/0.3);
}
.btn--warning:hover {
  background-color: var(--warning-600);
  box-shadow: 0 8px 24px oklch(from var(--warning-500) l c h/0.4);
}
.btn--warning:active {
  box-shadow: 0 2px 8px oklch(from var(--warning-500) l c h/0.3);
}
.btn--error, .btn--danger {
  background-color: var(--error-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--error-500) l c h/0.3);
}
.btn--error:hover, .btn--danger:hover {
  background-color: var(--error-600);
  box-shadow: 0 8px 24px oklch(from var(--error-500) l c h/0.4);
}
.btn--error:active, .btn--danger:active {
  box-shadow: 0 2px 8px oklch(from var(--error-500) l c h/0.3);
}
.btn--info {
  background-color: var(--info-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--info-500) l c h/0.3);
}
.btn--info:hover {
  background-color: var(--info-600);
  box-shadow: 0 8px 24px oklch(from var(--info-500) l c h/0.4);
}
.btn--info:active {
  box-shadow: 0 2px 8px oklch(from var(--info-500) l c h/0.3);
}
.btn--neutral {
  background-color: var(--neutral-500);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--neutral-500) l c h/0.3);
}
.btn--neutral:hover {
  background-color: var(--neutral-600);
  box-shadow: 0 8px 24px oklch(from var(--neutral-500) l c h/0.4);
}
.btn--neutral:active {
  box-shadow: 0 2px 8px oklch(from var(--neutral-500) l c h/0.3);
}
.btn--dark {
  background-color: var(--neutral-900);
  color: var(--button-text-light);
  box-shadow: 0 4px 12px oklch(from var(--neutral-900) l c h/0.3);
}
.btn--dark:hover {
  background-color: var(--neutral-950);
  box-shadow: 0 8px 24px oklch(from var(--neutral-900) l c h/0.4);
}
.btn--dark:active {
  box-shadow: 0 2px 8px oklch(from var(--neutral-900) l c h/0.3);
}
.btn--white {
  background-color: var(--button-text-light);
  color: var(--neutral-950);
  box-shadow: 0 4px 12px oklch(from var(--shadow-color) l c h/0.1);
}
.btn--white:hover {
  background-color: var(--neutral-50);
  box-shadow: 0 8px 24px oklch(from var(--shadow-color) l c h/0.15);
}
.btn--white:active {
  box-shadow: 0 2px 8px oklch(from var(--shadow-color) l c h/0.1);
}
.btn--sm {
  padding: 0.5em 1.5em;
  font-size: 0.75rem;
}
.btn--lg {
  padding: 1.25em 3em;
  font-size: 1rem;
}
.btn--ghost-primary, .btn--ghost {
  background-color: transparent;
  color: var(--primary-500);
  border: none;
  box-shadow: none;
}
.btn--ghost-primary:hover, .btn--ghost:hover {
  background-color: var(--primary-50);
  box-shadow: none;
}
.btn--ghost-primary:active, .btn--ghost:active {
  background-color: var(--primary-100);
}
.btn--ghost-secondary {
  background-color: transparent;
  color: var(--secondary-500);
  border: none;
  box-shadow: none;
}
.btn--ghost-secondary:hover {
  background-color: var(--secondary-50);
  box-shadow: none;
}
.btn--ghost-secondary:active {
  background-color: var(--secondary-100);
}
.btn--ghost-third {
  background-color: transparent;
  color: var(--third-500);
  border: none;
  box-shadow: none;
}
.btn--ghost-third:hover {
  background-color: var(--third-50);
  box-shadow: none;
}
.btn--ghost-third:active {
  background-color: var(--third-100);
}
.btn--ghost-success {
  background-color: transparent;
  color: var(--success-600);
  border: none;
  box-shadow: none;
}
.btn--ghost-success:hover {
  background-color: var(--success-50);
  box-shadow: none;
}
.btn--ghost-success:active {
  background-color: var(--success-100);
}
.btn--ghost-warning {
  background-color: transparent;
  color: var(--warning-700);
  border: none;
  box-shadow: none;
}
.btn--ghost-warning:hover {
  background-color: var(--warning-50);
  box-shadow: none;
}
.btn--ghost-warning:active {
  background-color: var(--warning-100);
}
.btn--ghost-error, .btn--ghost-danger {
  background-color: transparent;
  color: var(--error-600);
  border: none;
  box-shadow: none;
}
.btn--ghost-error:hover, .btn--ghost-danger:hover {
  background-color: var(--error-50);
  box-shadow: none;
}
.btn--ghost-error:active, .btn--ghost-danger:active {
  background-color: var(--error-100);
}
.btn--ghost-info {
  background-color: transparent;
  color: var(--info-600);
  border: none;
  box-shadow: none;
}
.btn--ghost-info:hover {
  background-color: var(--info-50);
  box-shadow: none;
}
.btn--ghost-info:active {
  background-color: var(--info-100);
}
.btn--ghost-neutral {
  background-color: transparent;
  color: var(--neutral-700);
  border: none;
  box-shadow: none;
}
.btn--ghost-neutral:hover {
  background-color: var(--neutral-50);
  box-shadow: none;
}
.btn--ghost-neutral:active {
  background-color: var(--neutral-100);
}
.btn--ghost-dark {
  background-color: transparent;
  color: var(--neutral-900);
  border: none;
  box-shadow: none;
}
.btn--ghost-dark:hover {
  background-color: var(--neutral-100);
  box-shadow: none;
}
.btn--ghost-dark:active {
  background-color: var(--neutral-200);
}
.btn--block, .btn--full {
  width: 100%;
  display: flex;
}
.btn--icon-only {
  padding: 0.625em;
  aspect-ratio: 1;
  min-width: auto;
  font-size: 1.25rem;
}
.btn--icon-only > svg,
.btn--icon-only > i,
.btn--icon-only > .icon,
.btn--icon-only > .btn__icon {
  position: relative;
  z-index: 2;
}
.btn--icon-only > svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: block;
}
.btn--icon-only > i,
.btn--icon-only > .icon {
  font-size: 1em;
  line-height: 1;
}
.btn--icon-only:hover .btn__icon, .btn--icon-only:hover > i, .btn--icon-only:hover > .icon {
  transform: none;
}
.btn--icon-only.btn--sm {
  padding: 0.5em;
  font-size: 1rem;
}
.btn--icon-only.btn--lg {
  padding: 0.75em;
  font-size: 1.5rem;
}
.btn--icon-only.btn--circle {
  border-radius: 50%;
}
.btn__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.btn__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.btn:hover .btn__icon {
  transform: translateX(3px);
}

.btn-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.card {
  background-color: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: 0.75rem;
  box-shadow: var(--card-shadow);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .card--hover:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
  }
}
.card__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.card__body {
  padding: 1.5rem;
}
.card__header {
  padding: 1.5rem 1.5rem 0;
}
.card__footer {
  padding: 0 1.5rem 1.5rem;
}
.card__title {
  font-size: var(--font-size-h5);
  font-weight: 700;
  color: var(--text-strong);
  margin: 0 0 0.5rem;
}
.card__text {
  color: var(--text-muted);
  font-size: var(--font-size-base);
  line-height: 1.6;
  margin: 0;
}
.card--horizontal {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (max-width: 39.98rem) {
  .card--horizontal {
    grid-template-columns: 1fr;
  }
}
.card--horizontal .card__img {
  height: 100%;
}

.card-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  padding: 0.25em 0.75em;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 10rem;
  white-space: nowrap;
}
.badge--primary {
  background-color: var(--primary-100);
  color: var(--primary-700);
}
.badge--secondary {
  background-color: var(--secondary-100);
  color: var(--secondary-700);
}
.badge--third {
  background-color: var(--third-100);
  color: var(--third-700);
}
.badge--success {
  background-color: var(--success-100);
  color: var(--success-700);
}
.badge--warning {
  background-color: var(--warning-100);
  color: var(--warning-700);
}
.badge--error, .badge--danger {
  background-color: var(--error-100);
  color: var(--error-700);
}
.badge--info {
  background-color: var(--info-100);
  color: var(--info-700);
}
.badge--neutral {
  background-color: var(--neutral-200);
  color: var(--neutral-700);
}
.badge--solid-primary {
  background-color: var(--primary-500);
  color: var(--text-inverse);
}
.badge--solid-secondary {
  background-color: var(--secondary-500);
  color: var(--text-inverse);
}
.badge--solid-success {
  background-color: var(--success-500);
  color: var(--text-inverse);
}
.badge--solid-error, .badge--solid-danger {
  background-color: var(--error-500);
  color: var(--text-inverse);
}
.badge--outline-primary {
  background-color: transparent;
  color: var(--primary-500);
  box-shadow: inset 0 0 0 1px var(--primary-500);
}
.badge--outline-neutral {
  background-color: transparent;
  color: var(--text-muted);
  box-shadow: inset 0 0 0 1px var(--border-base);
}
.badge--sm {
  padding: 0.125em 0.5em;
  font-size: 0.6875rem;
}
.badge--lg {
  padding: 0.375em 1em;
  font-size: 0.875rem;
}
.badge__dot {
  width: 0.375em;
  height: 0.375em;
  border-radius: 50%;
  background-color: currentColor;
}

.alert {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border-base);
  background-color: var(--bg-subtle);
  color: var(--text-base);
  font-size: var(--font-size-sm);
  line-height: 1.6;
}
.alert__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1em;
}
.alert__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.alert__content {
  flex: 1;
  min-width: 0;
}
.alert__title {
  font-weight: 600;
  font-size: var(--font-size-base);
  margin: 0 0 0.25rem;
}
.alert__text {
  margin: 0;
}
.alert__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: currentColor;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.alert__close:hover {
  opacity: 1;
}
.alert__close svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
}
.alert--success {
  background-color: var(--bg-success-subtle);
  border-color: var(--border-success);
  color: var(--text-success);
}
.alert--warning {
  background-color: var(--bg-warning-subtle);
  border-color: var(--border-warning);
  color: var(--text-warning);
}
.alert--error, .alert--danger {
  background-color: var(--bg-error-subtle);
  border-color: var(--border-error);
  color: var(--text-error);
}
.alert--info {
  background-color: var(--bg-info-subtle);
  border-color: var(--border-info);
  color: var(--text-info);
}
.alert--solid-success {
  background-color: var(--success-500);
  border-color: var(--success-500);
  color: var(--text-inverse);
}
.alert--solid-warning {
  background-color: var(--warning-500);
  border-color: var(--warning-500);
  color: var(--neutral-950);
}
.alert--solid-error, .alert--solid-danger {
  background-color: var(--error-500);
  border-color: var(--error-500);
  color: var(--text-inverse);
}
.alert--solid-info {
  background-color: var(--info-500);
  border-color: var(--info-500);
  color: var(--text-inverse);
}
.alert--outline-success {
  background-color: transparent;
  border-color: var(--border-success);
  color: var(--text-success);
}
.alert--outline-warning {
  background-color: transparent;
  border-color: var(--border-warning);
  color: var(--text-warning);
}
.alert--outline-error, .alert--outline-danger {
  background-color: transparent;
  border-color: var(--border-error);
  color: var(--text-error);
}
.alert--outline-info {
  background-color: transparent;
  border-color: var(--border-info);
  color: var(--text-info);
}
.alert--borderless {
  border: none;
}
.alert--accent {
  border-inline-start-width: 4px;
  border-start-start-radius: 0;
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
  border-end-start-radius: 0;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
.tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: calc(100% + 0.5rem);
  transform: translateX(-50%);
  padding: 0.375rem 0.75rem;
  max-width: 20rem;
  width: max-content;
  border-radius: 0.375rem;
  background-color: var(--neutral-900);
  color: var(--text-inverse);
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  transform: translateX(-50%) translateY(0.25rem);
}
.tooltip::before {
  content: "";
  position: absolute;
  z-index: 100;
  left: 50%;
  bottom: calc(100% + 0.125rem);
  transform: translateX(-50%);
  border: 0.25rem solid transparent;
  border-top-color: var(--neutral-900);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.tooltip:hover::after, .tooltip:focus-visible::after {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.tooltip:hover::before, .tooltip:focus-visible::before {
  opacity: 1;
}
.tooltip--bottom::after {
  bottom: auto;
  top: calc(100% + 0.5rem);
  transform: translateX(-50%) translateY(-0.25rem);
}
.tooltip--bottom::before {
  bottom: auto;
  top: calc(100% + 0.125rem);
  border-top-color: transparent;
  border-bottom-color: var(--neutral-900);
}
.tooltip--bottom:hover::after, .tooltip--bottom:focus-visible::after {
  transform: translateX(-50%) translateY(0);
}
.tooltip--left::after {
  left: auto;
  right: calc(100% + 0.5rem);
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) translateX(0.25rem);
}
.tooltip--left::before {
  left: auto;
  right: calc(100% + 0.125rem);
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-left-color: var(--neutral-900);
}
.tooltip--left:hover::after, .tooltip--left:focus-visible::after {
  transform: translateY(-50%) translateX(0);
}
.tooltip--right::after {
  left: calc(100% + 0.5rem);
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) translateX(-0.25rem);
}
.tooltip--right::before {
  left: calc(100% + 0.125rem);
  right: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
  border-top-color: transparent;
  border-right-color: var(--neutral-900);
}
.tooltip--right:hover::after, .tooltip--right:focus-visible::after {
  transform: translateY(-50%) translateX(0);
}
@media (prefers-color-scheme: dark) {
  .tooltip::after {
    background-color: var(--neutral-200);
    color: var(--neutral-900);
  }
  .tooltip::before {
    border-top-color: var(--neutral-200);
  }
  .tooltip--bottom::before {
    border-top-color: transparent;
    border-bottom-color: var(--neutral-200);
  }
  .tooltip--left::before {
    border-top-color: transparent;
    border-left-color: var(--neutral-200);
  }
  .tooltip--right::before {
    border-top-color: transparent;
    border-right-color: var(--neutral-200);
  }
}

.dialog {
  position: fixed;
  inset: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 1rem;
  margin: 0;
  border: none;
  background: transparent;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.dialog::backdrop {
  background-color: var(--bg-overlay);
  backdrop-filter: blur(4px);
  animation: fadeIn 200ms ease both;
}
.dialog[open] {
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeIn 200ms ease both;
}
.dialog[open] .dialog__panel {
  animation: scaleIn 250ms cubic-bezier(0, 0, 0.2, 1) both;
}
.dialog__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 32rem;
  max-height: calc(100vh - 2rem);
  margin: auto;
  background-color: var(--surface-base);
  border: 1px solid var(--border-muted);
  border-radius: 0.75rem;
  box-shadow: var(--shadow-xl);
  overflow: hidden;
}
.dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-block-end: 1px solid var(--border-muted);
}
.dialog__title {
  font-size: var(--font-size-lg);
  font-weight: 600;
  color: var(--text-strong);
  margin: 0;
  line-height: 1.4;
}
.dialog__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: none;
  border-radius: 0.375rem;
  background-color: transparent;
  color: var(--text-muted);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.dialog__close:hover {
  background-color: var(--bg-hover);
  color: var(--text-base);
}
.dialog__close:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}
.dialog__close svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}
.dialog__body {
  flex: 1;
  padding: 1.5rem;
  overflow-y: auto;
  color: var(--text-base);
  font-size: var(--font-size-base);
  line-height: 1.6;
}
.dialog__body > *:first-child {
  margin-top: 0;
}
.dialog__body > *:last-child {
  margin-bottom: 0;
}
.dialog__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  border-block-start: 1px solid var(--border-muted);
}
.dialog--sm .dialog__panel {
  max-width: 24rem;
}
.dialog--lg .dialog__panel {
  max-width: 48rem;
}
.dialog--xl .dialog__panel {
  max-width: 64rem;
}
.dialog--fullscreen .dialog__panel {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  border-radius: 0;
  border: none;
}
.dialog--centered .dialog__header {
  justify-content: center;
  text-align: center;
}
.dialog--centered .dialog__body {
  text-align: center;
}
.dialog--centered .dialog__footer {
  justify-content: center;
}

.accordion {
  display: flex;
  flex-direction: column;
}
.accordion .accordion__item + .accordion__item {
  border-block-start: none;
}
.accordion .accordion__item:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.accordion .accordion__item:first-child .accordion__header {
  border-radius: 0.5rem 0.5rem 0 0;
}
.accordion .accordion__item:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.accordion .accordion__item:last-child .accordion__header {
  border-radius: 0 0 0.5rem 0.5rem;
}
.accordion .accordion__item:last-child[open] .accordion__header {
  border-radius: 0;
}
.accordion .accordion__item:only-child {
  border-radius: 0.5rem;
}
.accordion .accordion__item:only-child .accordion__header {
  border-radius: 0.5rem;
}
.accordion .accordion__item:only-child[open] .accordion__header {
  border-radius: 0.5rem 0.5rem 0 0;
}

.accordion__item {
  border: 1px solid var(--border-base);
  background-color: var(--surface-base);
  overflow: hidden;
}
.accordion__item::-webkit-details-marker, .accordion__item summary::-webkit-details-marker {
  display: none;
}

.accordion__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  font-weight: 600;
  font-size: var(--font-size-base);
  color: var(--text-strong);
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.2s ease;
}
.accordion__header:hover {
  background-color: var(--bg-subtle);
}
.accordion__header:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: -2px;
  border-radius: inherit;
}
.accordion__header::after {
  content: "";
  flex-shrink: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-right: 2px solid var(--text-muted);
  border-bottom: 2px solid var(--text-muted);
  transform: rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: -0.125rem;
}
[open] > .accordion__header::after {
  transform: rotate(45deg);
  margin-top: 0;
}

.accordion__body {
  padding: 0 1.25rem 1.25rem;
  color: var(--text-base);
  font-size: var(--font-size-sm);
  line-height: 1.7;
}
.accordion__body > *:first-child {
  margin-top: 0;
}
.accordion__body > *:last-child {
  margin-bottom: 0;
}

.accordion--flush .accordion__item {
  border-inline: none;
  border-radius: 0;
}
.accordion--flush .accordion__item:first-child {
  border-block-start: none;
}
.accordion--flush .accordion__item:first-child .accordion__header {
  border-radius: 0;
}
.accordion--flush .accordion__item:last-child {
  border-block-end: none;
}
.accordion--flush .accordion__item:last-child .accordion__header {
  border-radius: 0;
}
.accordion--flush .accordion__item:only-child .accordion__header {
  border-radius: 0;
}

.accordion--separated {
  gap: 0.5rem;
}
.accordion--separated .accordion__item {
  border-radius: 0.5rem;
}
.accordion--separated .accordion__item + .accordion__item {
  border-block-start: 1px solid var(--border-base);
}
.accordion--separated .accordion__header {
  border-radius: 0.5rem;
}
.accordion--separated [open] .accordion__header {
  border-radius: 0.5rem 0.5rem 0 0;
}

.tabs {
  width: 100%;
}

.tabs__nav {
  display: flex;
  gap: 0;
  border-block-end: 2px solid var(--border-muted);
  overflow-x: auto;
  scrollbar-width: none;
}
.tabs__nav::-webkit-scrollbar {
  display: none;
}

.tabs__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.tabs__tab {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.75rem 1.25rem;
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--text-muted);
  white-space: nowrap;
  cursor: pointer;
  border: none;
  background: none;
  border-block-end: 2px solid transparent;
  margin-block-end: -2px;
  transition: color 0.2s ease, border-color 0.2s ease;
}
.tabs__tab:hover {
  color: var(--text-base);
}
.tabs__tab:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: -2px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.tabs__tab--active {
  color: var(--primary-500);
  border-block-end-color: var(--primary-500);
}
.tabs__tab--disabled, .tabs__tab[disabled] {
  color: var(--text-disabled);
  cursor: not-allowed;
  pointer-events: none;
}

.tabs__radio:checked + .tabs__tab {
  color: var(--primary-500);
  border-block-end-color: var(--primary-500);
}

.tabs__radio:focus-visible + .tabs__tab {
  outline: 2px solid var(--primary-500);
  outline-offset: -2px;
  border-radius: 0.25rem 0.25rem 0 0;
}

.tabs__panels {
  padding: 1.5rem 0;
}

.tabs__panel {
  display: none;
  color: var(--text-base);
  font-size: var(--font-size-base);
  line-height: 1.7;
}
.tabs__panel--active {
  display: block;
}
.tabs__panel > *:first-child {
  margin-top: 0;
}
.tabs__panel > *:last-child {
  margin-bottom: 0;
}

.tabs:not(:has(.tabs__radio)) .tabs__panel:first-child,
.tabs__panel--active {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(1):checked) .tabs__panel:nth-child(1) {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(2):checked) .tabs__panel:nth-child(2) {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(3):checked) .tabs__panel:nth-child(3) {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(4):checked) .tabs__panel:nth-child(4) {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(5):checked) .tabs__panel:nth-child(5) {
  display: block;
}

.tabs:has(.tabs__radio:nth-of-type(6):checked) .tabs__panel:nth-child(6) {
  display: block;
}

.tabs:has(.tabs__radio:checked) .tabs__panel {
  display: none;
}

.tabs:has(.tabs__radio:nth-of-type(1):checked) .tabs__panel:nth-child(1),
.tabs:has(.tabs__radio:nth-of-type(2):checked) .tabs__panel:nth-child(2),
.tabs:has(.tabs__radio:nth-of-type(3):checked) .tabs__panel:nth-child(3),
.tabs:has(.tabs__radio:nth-of-type(4):checked) .tabs__panel:nth-child(4),
.tabs:has(.tabs__radio:nth-of-type(5):checked) .tabs__panel:nth-child(5),
.tabs:has(.tabs__radio:nth-of-type(6):checked) .tabs__panel:nth-child(6) {
  display: block;
}

.tabs--boxed .tabs__nav {
  border-block-end: none;
  background-color: var(--bg-muted);
  border-radius: 0.5rem;
  padding: 0.25rem;
  gap: 0.25rem;
}
.tabs--boxed .tabs__tab {
  border-block-end: none;
  border-radius: 0.375rem;
  margin-block-end: 0;
  padding: 0.5rem 1rem;
}
.tabs--boxed .tabs__tab--active {
  background-color: var(--surface-base);
  color: var(--text-strong);
  box-shadow: var(--shadow-sm);
}
.tabs--boxed .tabs__radio:checked + .tabs__tab {
  background-color: var(--surface-base);
  color: var(--text-strong);
  border-block-end-color: transparent;
  box-shadow: var(--shadow-sm);
}

.tabs--full .tabs__nav {
  width: 100%;
}
.tabs--full .tabs__tab {
  flex: 1;
  justify-content: center;
}

.breadcrumbs {
  font-size: var(--font-size-sm);
}

.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  color: var(--text-muted);
}
.breadcrumbs__item a {
  color: var(--text-link);
  text-decoration: none;
  transition: color 0.2s ease;
}
.breadcrumbs__item a:hover {
  color: var(--text-link-hover);
  text-decoration: underline;
}
.breadcrumbs__item + .breadcrumbs__item::before {
  content: "/";
  display: inline-block;
  margin: 0 0.5rem;
  color: var(--text-disabled);
}
.breadcrumbs__item--active {
  color: var(--text-strong);
  font-weight: 500;
}

.breadcrumbs--chevron .breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-inline-end: 1.5px solid var(--text-disabled);
  border-block-start: 1.5px solid var(--text-disabled);
  transform: rotate(45deg);
  margin: 0 0.625rem;
}

.breadcrumbs--dot .breadcrumbs__item + .breadcrumbs__item::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: var(--text-disabled);
  margin: 0 0.625rem;
}

.breadcrumbs--arrow .breadcrumbs__item + .breadcrumbs__item::before {
  content: "→";
  margin: 0 0.5rem;
}

.breadcrumbs--sm {
  font-size: var(--font-size-xs);
}

.breadcrumbs--lg {
  font-size: var(--font-size-base);
}

.pagination {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  padding: 0 0.5rem;
  border-radius: 0.375rem;
  border: 1px solid var(--border-base);
  background-color: var(--surface-base);
  color: var(--text-base);
  font-size: var(--font-size-sm);
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  user-select: none;
}
.pagination__item:hover:not(.pagination__item--active):not(.pagination__item--disabled) {
  background-color: var(--bg-subtle);
  border-color: var(--border-hover);
}
.pagination__item:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}
.pagination__item--active {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
  color: var(--text-inverse);
  cursor: default;
}
.pagination__item--disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.pagination__item--prev, .pagination__item--next {
  font-size: 1.25rem;
  line-height: 1;
}
.pagination__item svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.pagination__ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.25rem;
  height: 2.25rem;
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  user-select: none;
}

.pagination--rounded .pagination__item {
  border-radius: 10rem;
}

.pagination--ghost .pagination__item {
  border-color: transparent;
}
.pagination--ghost .pagination__item:hover:not(.pagination__item--active):not(.pagination__item--disabled) {
  background-color: var(--bg-muted);
  border-color: transparent;
}
.pagination--ghost .pagination__item--active {
  border-color: transparent;
}

.pagination--sm {
  gap: 0.125rem;
}
.pagination--sm .pagination__item {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: var(--font-size-xs);
  padding: 0 0.375rem;
}
.pagination--sm .pagination__ellipsis {
  min-width: 1.75rem;
  height: 1.75rem;
  font-size: var(--font-size-xs);
}

.pagination--lg {
  gap: 0.375rem;
}
.pagination--lg .pagination__item {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: var(--font-size-base);
  padding: 0 0.75rem;
}
.pagination--lg .pagination__ellipsis {
  min-width: 2.75rem;
  height: 2.75rem;
  font-size: var(--font-size-base);
}

.avatar {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--primary-100);
  color: var(--primary-700);
  font-weight: 600;
  font-size: 0.875rem;
  overflow: hidden;
  vertical-align: middle;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}
.avatar__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  line-height: 1;
  user-select: none;
}
.avatar__status {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  border: 2px solid var(--surface-base);
  background-color: var(--neutral-400);
}
.avatar__status--online {
  background-color: var(--success-500);
}
.avatar__status--offline {
  background-color: var(--neutral-400);
}
.avatar__status--busy {
  background-color: var(--error-500);
}
.avatar__status--away {
  background-color: var(--warning-500);
}
.avatar--xs {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.5rem;
}
.avatar--xs .avatar__status {
  width: 0.4rem;
  height: 0.4rem;
  border-width: 1.5px;
}
.avatar--sm {
  width: 2rem;
  height: 2rem;
  font-size: 0.6875rem;
}
.avatar--sm .avatar__status {
  width: 0.5rem;
  height: 0.5rem;
  border-width: 1.5px;
}
.avatar--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.125rem;
}
.avatar--lg .avatar__status {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar--xl {
  width: 5rem;
  height: 5rem;
  font-size: 1.5rem;
}
.avatar--xl .avatar__status {
  width: 1rem;
  height: 1rem;
  border-width: 3px;
}
.avatar--secondary {
  background-color: var(--secondary-100);
  color: var(--secondary-700);
}
.avatar--third {
  background-color: var(--third-100);
  color: var(--third-700);
}
.avatar--success {
  background-color: var(--success-100);
  color: var(--success-700);
}
.avatar--warning {
  background-color: var(--warning-100);
  color: var(--warning-700);
}
.avatar--error {
  background-color: var(--error-100);
  color: var(--error-700);
}
.avatar--neutral {
  background-color: var(--neutral-200);
  color: var(--neutral-700);
}
.avatar--square {
  border-radius: 0.5rem;
}

.avatar-group {
  display: inline-flex;
  align-items: center;
}
.avatar-group .avatar {
  border: 2px solid var(--surface-base);
  margin-inline-start: -0.5rem;
}
.avatar-group .avatar:first-child {
  margin-inline-start: 0;
}
.avatar-group__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--bg-muted);
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 600;
  border: 2px solid var(--surface-base);
  margin-inline-start: -0.5rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.375em;
  padding: 0.25em 0.75em;
  font-size: var(--font-size-sm);
  font-weight: 500;
  line-height: 1.5;
  color: var(--text-base);
  background-color: var(--bg-muted);
  border: 1px solid var(--border-muted);
  border-radius: 0.375rem;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.tag--clickable {
  cursor: pointer;
}
.tag--clickable:hover {
  background-color: var(--bg-hover);
  border-color: var(--border-hover);
}
.tag--clickable:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}
.tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.125em;
  height: 1.125em;
  padding: 0;
  margin-inline-start: -0.125em;
  border: none;
  border-radius: 0.25em;
  background: transparent;
  color: currentColor;
  opacity: 0.5;
  font-size: 1em;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.15s ease, background-color 0.15s ease;
}
.tag__remove:hover {
  opacity: 1;
  background-color: oklch(from var(--shadow-color) l c h/0.1);
}
.tag__remove svg {
  width: 0.75em;
  height: 0.75em;
  fill: currentColor;
}
.tag__icon {
  display: inline-flex;
  align-items: center;
  font-size: 0.875em;
}
.tag__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.tag--primary {
  background-color: var(--primary-100);
  border-color: var(--primary-200);
  color: var(--primary-700);
}
.tag--primary.tag--clickable:hover {
  background-color: var(--primary-200);
  border-color: var(--primary-300);
}
.tag--secondary {
  background-color: var(--secondary-100);
  border-color: var(--secondary-200);
  color: var(--secondary-700);
}
.tag--secondary.tag--clickable:hover {
  background-color: var(--secondary-200);
  border-color: var(--secondary-300);
}
.tag--third {
  background-color: var(--third-100);
  border-color: var(--third-200);
  color: var(--third-700);
}
.tag--third.tag--clickable:hover {
  background-color: var(--third-200);
  border-color: var(--third-300);
}
.tag--success {
  background-color: var(--success-100);
  border-color: var(--success-200);
  color: var(--success-700);
}
.tag--success.tag--clickable:hover {
  background-color: var(--success-200);
  border-color: var(--success-300);
}
.tag--warning {
  background-color: var(--warning-100);
  border-color: var(--warning-200);
  color: var(--warning-700);
}
.tag--warning.tag--clickable:hover {
  background-color: var(--warning-200);
  border-color: var(--warning-300);
}
.tag--error {
  background-color: var(--error-100);
  border-color: var(--error-200);
  color: var(--error-700);
}
.tag--error.tag--clickable:hover {
  background-color: var(--error-200);
  border-color: var(--error-300);
}
.tag--info {
  background-color: var(--info-100);
  border-color: var(--info-200);
  color: var(--info-700);
}
.tag--info.tag--clickable:hover {
  background-color: var(--info-200);
  border-color: var(--info-300);
}
.tag--rounded {
  border-radius: 10rem;
}
.tag--sm {
  padding: 0.125em 0.5em;
  font-size: var(--font-size-xs);
}
.tag--lg {
  padding: 0.375em 1em;
  font-size: var(--font-size-base);
}

.tag-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dropdown {
  position: relative;
  display: inline-flex;
}
.dropdown__menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 0.25rem);
  inset-inline-start: 0;
  min-width: 12rem;
  padding: 0.25rem;
  background-color: var(--surface-base);
  border: 1px solid var(--border-muted);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-lg);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.25rem);
  transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s ease;
}
.dropdown:focus-within > .dropdown__menu, .dropdown.is-open > .dropdown__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown__header {
  padding: 0.5rem 0.75rem 0.25rem;
  font-size: var(--font-size-xs);
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dropdown__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: none;
  border-radius: 0.375rem;
  background: none;
  color: var(--text-base);
  font-size: var(--font-size-sm);
  text-decoration: none;
  text-align: start;
  cursor: pointer;
  transition: background-color 0.15s ease;
}
.dropdown__item:hover {
  background-color: var(--bg-subtle);
}
.dropdown__item:focus-visible {
  outline: 2px solid var(--primary-500);
  outline-offset: -2px;
}
.dropdown__item-icon {
  display: inline-flex;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  color: var(--text-muted);
}
.dropdown__item-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.dropdown__item-icon i {
  font-size: 1rem;
  line-height: 1;
}
.dropdown__item--active {
  background-color: var(--bg-subtle);
  font-weight: 500;
}
.dropdown__item--danger {
  color: var(--error-600);
}
.dropdown__item--danger:hover {
  background-color: var(--bg-error-subtle);
}
.dropdown__item--danger .dropdown__item-icon {
  color: var(--error-600);
}
.dropdown__item--disabled {
  color: var(--text-disabled);
  cursor: not-allowed;
  pointer-events: none;
}
.dropdown__divider {
  height: 1px;
  margin: 0.25rem 0;
  background-color: var(--border-muted);
}
.dropdown--right .dropdown__menu {
  inset-inline-start: auto;
  inset-inline-end: 0;
}
.dropdown--up .dropdown__menu {
  top: auto;
  bottom: calc(100% + 0.25rem);
  transform: translateY(0.25rem);
}
.dropdown--up:focus-within > .dropdown__menu, .dropdown--up.is-open > .dropdown__menu {
  transform: translateY(0);
}
.dropdown--sm .dropdown__menu {
  min-width: 8rem;
}
.dropdown--lg .dropdown__menu {
  min-width: 16rem;
}
.dropdown--full .dropdown__menu {
  width: 100%;
}

.spinner {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--border-muted);
  border-top-color: var(--primary-500);
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  vertical-align: middle;
  flex-shrink: 0;
}
.spinner--xs {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 1.5px;
}
.spinner--sm {
  width: 1rem;
  height: 1rem;
  border-width: 1.5px;
}
.spinner--lg {
  width: 2rem;
  height: 2rem;
  border-width: 3px;
}
.spinner--xl {
  width: 3rem;
  height: 3rem;
  border-width: 3px;
}
.spinner--primary {
  border-top-color: var(--primary-500);
}
.spinner--secondary {
  border-top-color: var(--secondary-500);
}
.spinner--success {
  border-top-color: var(--success-500);
}
.spinner--warning {
  border-top-color: var(--warning-500);
}
.spinner--error {
  border-top-color: var(--error-500);
}
.spinner--info {
  border-top-color: var(--info-500);
}
.spinner--neutral {
  border-top-color: var(--neutral-500);
}
.spinner--white {
  border-color: oklch(from var(--text-inverse) l c h/0.3);
  border-top-color: var(--text-inverse);
}
.spinner--dots {
  width: auto;
  height: auto;
  border: none;
  animation: none;
  display: inline-flex;
  gap: 0.25rem;
}
.spinner--dots::before, .spinner--dots::after {
  content: "";
}
.spinner--dots::before, .spinner--dots::after, .spinner--dots > span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: var(--primary-500);
  animation: pulse 1.4s ease-in-out infinite;
}
.spinner--dots::before {
  animation-delay: 0s;
}
.spinner--dots > span {
  animation-delay: 0.2s;
}
.spinner--dots::after {
  animation-delay: 0.4s;
}

.spinner-overlay {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
}
.spinner-overlay--fixed {
  position: fixed;
  inset: 0;
  z-index: 999;
  padding: 0;
  background-color: var(--bg-overlay);
}
.spinner-overlay--absolute {
  position: absolute;
  inset: 0;
  z-index: 10;
  padding: 0;
  background-color: oklch(from var(--bg-base) l c h/0.7);
  border-radius: inherit;
}

.toast-container {
  position: fixed;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  pointer-events: none;
  max-width: min(24rem, 100vw - 2rem);
}
.toast-container--top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
}
.toast-container--top-left {
  inset-block-start: 0;
  inset-inline-start: 0;
}
.toast-container--top-center {
  inset-block-start: 0;
  left: 50%;
  transform: translateX(-50%);
}
.toast-container--bottom-right {
  inset-block-end: 0;
  inset-inline-end: 0;
}
.toast-container--bottom-left {
  inset-block-end: 0;
  inset-inline-start: 0;
}
.toast-container--bottom-center {
  inset-block-end: 0;
  left: 50%;
  transform: translateX(-50%);
}

.toast {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  background-color: var(--surface-base);
  border: 1px solid var(--border-muted);
  border-radius: 0.5rem;
  box-shadow: var(--shadow-lg);
  color: var(--text-base);
  font-size: var(--font-size-sm);
  pointer-events: auto;
  animation: fadeInUp 300ms cubic-bezier(0, 0, 0.2, 1) both;
}
.toast__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.1em;
}
.toast__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.toast__content {
  flex: 1;
  min-width: 0;
}
.toast__title {
  font-weight: 600;
  font-size: var(--font-size-sm);
  margin: 0 0 0.125rem;
}
.toast__text {
  margin: 0;
  color: var(--text-muted);
}
.toast__close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: none;
  border-radius: 0.25rem;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.toast__close:hover {
  background-color: var(--bg-hover);
  color: var(--text-base);
}
.toast--success {
  border-inline-start: 4px solid var(--success-500);
}
.toast--success .toast__icon {
  color: var(--success-500);
}
.toast--warning {
  border-inline-start: 4px solid var(--warning-500);
}
.toast--warning .toast__icon {
  color: var(--warning-500);
}
.toast--error {
  border-inline-start: 4px solid var(--error-500);
}
.toast--error .toast__icon {
  color: var(--error-500);
}
.toast--info {
  border-inline-start: 4px solid var(--info-500);
}
.toast--info .toast__icon {
  color: var(--info-500);
}
.toast--dismissing {
  animation: fadeOut 300ms cubic-bezier(0.4, 0, 1, 1) both;
}

.skeleton {
  background: linear-gradient(90deg, var(--bg-muted) 25%, var(--bg-subtle) 50%, var(--bg-muted) 75%);
  background-size: 200% 100%;
  animation: skeleton 1.5s linear infinite;
  border-radius: 0.25rem;
}
.skeleton--text {
  height: 0.875rem;
  width: 100%;
  margin-bottom: 0.5rem;
}
.skeleton--text:last-child {
  width: 60%;
}
.skeleton--heading {
  height: 1.5rem;
  width: 40%;
  margin-bottom: 1rem;
}
.skeleton--circle {
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
}
.skeleton--circle.skeleton--sm {
  width: 2rem;
  height: 2rem;
}
.skeleton--circle.skeleton--lg {
  width: 3.5rem;
  height: 3.5rem;
}
.skeleton--circle.skeleton--xl {
  width: 5rem;
  height: 5rem;
}
.skeleton--rect {
  width: 100%;
  height: 12rem;
  border-radius: 0.5rem;
}
.skeleton--button {
  height: 2.5rem;
  width: 8rem;
  border-radius: 0.5rem;
}
.skeleton--badge {
  height: 1.375rem;
  width: 4rem;
  border-radius: 10rem;
}

.skeleton-card {
  border: 1px solid var(--border-muted);
  border-radius: 0.75rem;
  overflow: hidden;
}
.skeleton-card__img {
  width: 100%;
  height: 12rem;
  background: linear-gradient(90deg, var(--bg-muted) 25%, var(--bg-subtle) 50%, var(--bg-muted) 75%);
  background-size: 200% 100%;
  animation: skeleton 1.5s linear infinite;
}
.skeleton-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.skeleton-list-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.75rem 0;
}
.skeleton-list-item__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.divider {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  margin: 1.5rem 0;
  color: var(--text-muted);
  font-size: var(--font-size-sm);
}
.divider::before {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--border-muted);
}
.divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: var(--border-muted);
  display: none;
}
.divider:has(.divider__text) {
  gap: 1rem;
}
.divider:has(.divider__text)::after {
  display: block;
}
.divider__text {
  flex-shrink: 0;
  white-space: nowrap;
}
.divider--vertical {
  flex-direction: column;
  width: 1px;
  height: auto;
  align-self: stretch;
  margin: 0 1rem;
}
.divider--vertical::before {
  width: 1px;
  height: auto;
  flex: 1;
}
.divider--vertical::after {
  width: 1px;
  height: auto;
}
.divider--primary {
  color: var(--primary-500);
}
.divider--primary::before, .divider--primary::after {
  background-color: var(--primary-200);
}
.divider--muted::before, .divider--muted::after {
  background-color: var(--border-subtle);
}
.divider--strong::before, .divider--strong::after {
  background-color: var(--border-strong);
}
.divider--dashed::before, .divider--dashed::after {
  height: 0;
  border-block-start: 1px dashed var(--border-muted);
  background: none;
}
.divider--dashed.divider--vertical::before, .divider--dashed.divider--vertical::after {
  width: 0;
  height: auto;
  border-block-start: none;
  border-inline-start: 1px dashed var(--border-muted);
}
.divider--dotted::before, .divider--dotted::after {
  height: 0;
  border-block-start: 1px dotted var(--border-muted);
  background: none;
}
.divider--dotted.divider--vertical::before, .divider--dotted.divider--vertical::after {
  width: 0;
  height: auto;
  border-block-start: none;
  border-inline-start: 1px dotted var(--border-muted);
}
.divider--sm {
  margin: 0.75rem 0;
}
.divider--sm.divider--vertical {
  margin: 0 0.5rem;
}
.divider--lg {
  margin: 2.5rem 0;
}
.divider--lg.divider--vertical {
  margin: 0 1.5rem;
}
.divider--none {
  margin: 0;
}

.steps {
  display: flex;
  align-items: flex-start;
  width: 100%;
  counter-reset: step;
}

.steps__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  text-align: center;
}
.steps__item + .steps__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  inset-inline-end: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--border-muted);
  z-index: 0;
}
.steps__item--completed + .steps__item::before {
  background-color: var(--primary-500);
}
.steps__item--completed .steps__marker {
  background-color: var(--primary-500);
  border-color: var(--primary-500);
  color: var(--text-inverse);
}
.steps__item--completed .steps__label {
  color: var(--text-base);
}
.steps__item--active .steps__marker {
  border-color: var(--primary-500);
  color: var(--primary-500);
  box-shadow: 0 0 0 3px oklch(from var(--primary-500) l c h/0.15);
}
.steps__item--active .steps__label {
  color: var(--primary-500);
  font-weight: 600;
}
.steps__item--error .steps__marker {
  border-color: var(--error-500);
  color: var(--error-500);
  box-shadow: 0 0 0 3px oklch(from var(--error-500) l c h/0.15);
}
.steps__item--error .steps__label {
  color: var(--error-500);
}

.steps__marker {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid var(--border-base);
  background-color: var(--surface-base);
  color: var(--text-muted);
  font-size: var(--font-size-sm);
  font-weight: 600;
  transition: all 0.2s ease;
}
.steps__marker svg {
  width: 0.875rem;
  height: 0.875rem;
  fill: currentColor;
}

.steps__label {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  line-height: 1.3;
  transition: color 0.2s ease;
}

.steps__description {
  font-size: var(--font-size-xs);
  color: var(--text-subtle);
  margin-top: -0.25rem;
}

.steps--sm .steps__marker {
  width: 1.5rem;
  height: 1.5rem;
  font-size: var(--font-size-xs);
}
.steps--sm .steps__marker svg {
  width: 0.625rem;
  height: 0.625rem;
}
.steps--sm .steps__item + .steps__item::before {
  top: 0.75rem;
}
.steps--sm .steps__label {
  font-size: var(--font-size-xs);
}

.steps--lg .steps__marker {
  width: 2.75rem;
  height: 2.75rem;
  font-size: var(--font-size-base);
}
.steps--lg .steps__marker svg {
  width: 1.125rem;
  height: 1.125rem;
}
.steps--lg .steps__item + .steps__item::before {
  top: 1.375rem;
}
.steps--lg .steps__label {
  font-size: var(--font-size-base);
}

.steps--vertical {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
.steps--vertical .steps__item + .steps__item::before,
.steps--vertical .steps__item--completed + .steps__item::before {
  content: none !important;
  display: none !important;
}
.steps--vertical .steps__item {
  flex: none;
  flex-direction: row;
  align-items: flex-start;
  text-align: start;
  padding-bottom: 2rem;
}
.steps--vertical .steps__item:last-child {
  padding-bottom: 0;
}
.steps--vertical .steps__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 2rem;
  inset-inline-start: calc(1rem - 1px);
  width: 2px;
  height: calc(100% - 2rem);
  background-color: var(--border-muted);
  z-index: 0;
}
.steps--vertical .steps__item--completed:not(:last-child)::after {
  background-color: var(--primary-500);
}
.steps--vertical .steps__marker {
  flex-shrink: 0;
  margin-inline-end: 0.75rem;
}
.steps--vertical .steps__label {
  padding-top: 0.25rem;
}

.steps--dot .steps__marker {
  width: 0.75rem;
  height: 0.75rem;
  border-width: 0;
  background-color: var(--border-base);
  font-size: 0;
}
.steps--dot .steps__item + .steps__item::before {
  top: 0.375rem;
}
.steps--dot .steps__item--completed .steps__marker {
  background-color: var(--primary-500);
}
.steps--dot .steps__item--active .steps__marker {
  background-color: var(--primary-500);
  box-shadow: 0 0 0 3px oklch(from var(--primary-500) l c h/0.2);
}

.switch {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  user-select: none;
}
.switch__input, .switch__input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
  pointer-events: none;
  appearance: none;
}
.switch__slider {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 2.75rem;
  height: 1.5rem;
  background-color: var(--neutral-300);
  border-radius: 10rem;
  transition: background-color 0.2s ease;
}
.switch__slider::after {
  content: "";
  position: absolute;
  top: 0.1875rem;
  inset-inline-start: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: var(--text-inverse);
  border-radius: 50%;
  box-shadow: 0 1px 3px oklch(from var(--shadow-color) l c h/0.2);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__label {
  font-size: var(--font-size-sm);
  color: var(--text-base);
  line-height: 1.4;
}
.switch__input:checked + .switch__slider {
  background-color: var(--primary-500);
}
.switch__input:checked + .switch__slider::after {
  transform: translateX(1.25rem);
}
.switch__input:focus-visible + .switch__slider {
  outline: 2px solid var(--primary-500);
  outline-offset: 2px;
}
.switch__input:disabled + .switch__slider {
  opacity: 0.4;
  cursor: not-allowed;
}
.switch__input:disabled ~ .switch__label {
  opacity: 0.4;
  cursor: not-allowed;
}
.switch:has(.switch__input:disabled) {
  cursor: not-allowed;
}
.switch--sm {
  gap: 0.5rem;
}
.switch--sm .switch__slider {
  width: 2rem;
  height: 1.125rem;
}
.switch--sm .switch__slider::after {
  top: 0.125rem;
  inset-inline-start: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
}
.switch--sm .switch__input:checked + .switch__slider::after {
  transform: translateX(0.875rem);
}
.switch--sm .switch__label {
  font-size: var(--font-size-xs);
}
.switch--lg {
  gap: 1rem;
}
.switch--lg .switch__slider {
  width: 3.5rem;
  height: 2rem;
}
.switch--lg .switch__slider::after {
  top: 0.25rem;
  inset-inline-start: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
}
.switch--lg .switch__input:checked + .switch__slider::after {
  transform: translateX(1.5rem);
}
.switch--lg .switch__label {
  font-size: var(--font-size-base);
}
.switch--success .switch__input:checked + .switch__slider {
  background-color: var(--success-500);
}
.switch--error .switch__input:checked + .switch__slider {
  background-color: var(--error-500);
}
.switch--warning .switch__input:checked + .switch__slider {
  background-color: var(--warning-500);
}
.switch--secondary .switch__input:checked + .switch__slider {
  background-color: var(--secondary-500);
}
.switch--label-left {
  flex-direction: row-reverse;
}

.switch-group {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.header {
  position: relative;
  background-color: var(--bg-base);
  z-index: 100;
}
.header__topbar {
  background-color: var(--neutral-950);
  color: var(--text-inverse);
  padding: 0;
  font-size: 0.75rem;
}
.header__topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 40px;
}
@media (max-width: 63.98rem) {
  .header__topbar-inner {
    justify-content: center;
  }
}
.header__topbar-promo .topbar-pill {
  background-color: var(--primary-500);
  color: var(--neutral-950);
  padding: 4px 20px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.8125rem;
  display: inline-block;
  transition: transform 0.2s ease;
}
.header__topbar-promo .topbar-pill:hover {
  transform: scale(1.02);
  text-decoration: none;
}
.header__topbar-nav {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (max-width: 63.98rem) {
  .header__topbar-nav {
    display: none;
  }
}
.header__topbar-nav .header__topbar-item {
  position: relative;
}
.header__topbar-nav .header__topbar-item--has-dropdown:hover .header__topbar-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header__topbar-nav .header__topbar-item--has-dropdown:hover .has-arrow::after {
  transform: rotate(180deg);
}
.header__topbar-nav .header__topbar-item a {
  color: oklch(from var(--text-inverse) l c h/0.9);
  text-decoration: none;
  transition: color 0.2s ease;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
}
.header__topbar-nav .header__topbar-item a:hover {
  color: var(--text-inverse);
}
.header__topbar-nav .header__topbar-item a.has-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
  margin-top: 2px;
  transition: transform 0.2s ease;
}
.header__topbar-nav .header__topbar-dropdown {
  position: absolute;
  top: 100%;
  inset-inline-start: 0;
  background-color: var(--neutral-800);
  min-width: 240px;
  padding: 0.75rem 0;
  z-index: 1010;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
  border-block-start: 2px solid var(--primary-500);
  box-shadow: 0 10px 15px -3px oklch(from var(--shadow-color) l c h/0.5);
}
.header__topbar-nav .header__topbar-dropdown a {
  display: block;
  padding: 0.625rem 1.25rem;
  color: oklch(from var(--text-inverse) l c h/0.8) !important;
  font-size: 0.8125rem;
  line-height: 1.4;
  white-space: normal;
}
.header__topbar-nav .header__topbar-dropdown a:hover {
  background-color: oklch(from var(--text-inverse) l c h/0.05);
  color: var(--text-inverse) !important;
}
.header__topbar-nav .topbar-divider {
  width: 1px;
  height: 14px;
  background-color: oklch(from var(--text-inverse) l c h/0.3);
  margin: 0 4px;
}
.header__sticky-wrap.is-sticky {
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 1001;
  background-color: var(--bg-base);
  border-block-end: 1px solid var(--border-base);
  box-shadow: 0 4px 24px oklch(from var(--shadow-color) l c h/0.12);
  animation: headerSlideDown 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 1rem;
}
@media (max-width: 63.98rem) {
  .header__container {
    padding: 1rem;
  }
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo img {
  height: 40px;
  width: auto;
}
@media (max-width: 47.98rem) {
  .header__logo-desktop {
    display: none;
  }
}
@media (min-width: 48rem) {
  .header__logo-mobile {
    display: none;
  }
}
.header__nav {
  margin-inline-start: auto;
  margin-inline-end: 2rem;
}
@media (max-width: 63.98rem) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: min(360px, 88vw);
    z-index: 1001;
    background-color: var(--bg-base);
    margin: 0;
    padding: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s ease, visibility 0.3s ease;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
    box-shadow: -4px 0 24px oklch(from var(--shadow-color) l c h/0.15);
  }
  .header__nav.is-active {
    visibility: visible;
    transform: translateX(0);
  }
}
.header__nav-top {
  display: none;
}
@media (max-width: 63.98rem) {
  .header__nav-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-block-end: 1px solid var(--border-base);
    flex-shrink: 0;
  }
  .header__nav-top .header__logo img {
    height: 32px;
  }
}
.header__nav-close {
  display: none;
}
@media (max-width: 63.98rem) {
  .header__nav-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    color: var(--text-base);
    border-radius: 4px;
    transition: color 0.2s ease, background-color 0.2s ease;
  }
  .header__nav-close:hover {
    color: var(--text-strong);
    background-color: var(--bg-hover);
  }
}
.header__overlay {
  display: none;
}
@media (max-width: 63.98rem) {
  .header__overlay {
    display: block;
    position: fixed;
    inset: 0;
    background-color: var(--bg-overlay);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 63.98rem) {
  .header__menu {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    justify-content: flex-start;
    flex: 1;
    overflow-y: auto;
    padding: 0;
  }
}
.header__item {
  position: relative;
}
@media (min-width: 64rem) {
  .header__item:hover .header__link {
    color: var(--primary-500);
  }
  .header__item:hover .header__arrow {
    transform: rotate(180deg);
  }
}
@media (max-width: 63.98rem) {
  .header__item {
    border-block-end: 1px solid var(--border-base);
  }
  .header__item:last-child {
    border-block-end: none;
  }
}
.header__item.is-cta .header__link {
  background-color: var(--primary-500);
  color: var(--button-text-light);
  border-radius: 4px;
  padding: 0.625rem 1.25rem;
  letter-spacing: 0.04em;
}
.header__item.is-cta .header__link:hover {
  background-color: var(--primary-600);
  color: var(--button-text-light);
}
@media (max-width: 63.98rem) {
  .header__item.is-cta {
    margin-top: auto;
    border-block-start: 1px solid var(--border-base);
    border-block-end: none;
    padding: 1.25rem;
  }
  .header__item.is-cta .header__link {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 0.875rem 1rem;
    border-radius: 4px;
    font-size: 0.9375rem;
  }
}
.header__item--dropdown::before {
  content: "";
  position: absolute;
  inset-block-end: -20px;
  inset-inline: 0;
  height: 20px;
  z-index: 99;
  background-color: transparent;
}
@media (max-width: 63.98rem) {
  .header__item--dropdown::before {
    display: none;
  }
}
@media (min-width: 64rem) {
  .header__item--dropdown:hover .header__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media (max-width: 63.98rem) {
  .header__item--dropdown .header__link {
    display: flex;
    justify-content: space-between;
  }
}
.header__link {
  color: var(--neutral-500);
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: color 0.2s ease;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.5rem 0.75rem;
  white-space: nowrap;
}
@media (max-width: 79.98rem) {
  .header__link {
    font-size: 0.8125rem;
    padding: 0.5rem 0.5rem;
  }
}
@media (max-width: 63.98rem) {
  .header__link {
    width: 100%;
    padding: 1rem;
    font-size: 0.875rem;
    white-space: normal;
    justify-content: space-between;
  }
}
.header__arrow {
  transition: transform 0.3s ease;
  color: var(--text-muted);
  flex-shrink: 0;
}
@media (max-width: 63.98rem) {
  .header__arrow {
    color: var(--text-base);
  }
}
.header__item--dropdown.is-active > .header__link .header__arrow {
  transform: rotate(180deg);
}
.header__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  inset-inline-start: 0;
  background-color: var(--bg-base);
  padding-block: 1.25rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
  box-shadow: 0 10px 25px oklch(from var(--shadow-color) l c h/0.1);
}
.header__dropdown.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 63.98rem) {
  .header__dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    min-width: 0;
    box-shadow: none;
    border-block-start: none;
    max-height: 0;
    overflow: hidden;
    transform: none !important;
    transition: max-height 0.3s ease;
    background-color: transparent;
    margin: 0;
    padding: 0;
    width: 100%;
    padding-inline: 1.5rem;
  }
  .header__dropdown li {
    border-block-end: none;
  }
  .header__dropdown.is-active {
    max-height: 5000px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    overflow: visible;
  }
}
.header__dropdown--mega {
  min-width: 760px;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
}
@media (min-width: 64rem) {
  .header__dropdown--mega.is-active, .header__item:hover .header__dropdown--mega {
    transform: translateX(-50%) translateY(0);
  }
}
@media (max-width: 63.98rem) {
  .header__dropdown--mega {
    left: 0;
    transform: none;
    min-width: 0;
  }
}
.header__dropdown-inner {
  display: flex;
  padding: 1.25rem;
}
@media (max-width: 63.98rem) {
  .header__dropdown-inner {
    flex-direction: column;
    padding: 0 1.5rem;
  }
  .header__dropdown-inner .header__dropdown-column,
  .header__dropdown-inner .header__dropdown-list li {
    border-block-end: none;
  }
}
.header__dropdown-column {
  flex: 1;
  padding: 0 1rem;
  border-inline-end: 1px solid var(--border-base);
}
.header__dropdown-column:last-child {
  border-inline-end: none;
}
@media (max-width: 63.98rem) {
  .header__dropdown-column {
    border-inline-end: none;
    border-block-end: 1px solid var(--border-base);
    margin-bottom: 0.5rem;
    padding: 0;
    padding-bottom: 0.5rem;
  }
  .header__dropdown-column:last-child {
    border-block-end: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.header__dropdown-title {
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--text-strong);
  margin-bottom: 1rem;
  border-block-end: 1px solid var(--border-base);
  padding-block-end: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}
.header__dropdown-title:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: var(--primary-700);
}
@media (max-width: 63.98rem) {
  .header__dropdown-title {
    padding: 0.5rem 0;
    margin-bottom: 0.25rem;
    background-color: transparent;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--text-muted);
  }
}
.header__dropdown-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.header__dropdown-list li {
  margin-bottom: 0.125rem;
}
@media (max-width: 63.98rem) {
  .header__dropdown-list li {
    margin-bottom: 0;
  }
  .header__dropdown-list li:last-child {
    border-block-end: none;
  }
}
.header__dropdown-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--text-base);
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.35rem 1.25rem;
  transition: all 0.2s ease;
  position: relative;
  width: 100%;
  border-radius: 4px;
  white-space: nowrap;
}
@media (max-width: 63.98rem) {
  .header__dropdown-link {
    padding: 0.75rem 0;
    border-radius: 0;
  }
}
@media (min-width: 64rem) {
  .header__dropdown-link:hover {
    color: var(--text-link);
    background-color: transparent;
  }
  .header__dropdown-link:hover::after {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    inset-block-start: 0.35rem;
    inset-block-end: 0.35rem;
    width: 3px;
    background-color: var(--primary-500);
    border-start-end-radius: 2px;
    border-end-end-radius: 2px;
  }
}
.header__dropdown-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: nowrap;
}
.header__dropdown-link-wrapper .header__dropdown-link {
  flex: 1;
}
@media (max-width: 63.98rem) {
  .header__dropdown-link-wrapper .header__dropdown-link {
    padding: 0.75rem 0;
    border-radius: 0;
  }
}
.header__dropdown-link-wrapper .submenu-toggle {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
  color: var(--text-muted);
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 63.98rem) {
  .header__dropdown-link-wrapper .submenu-toggle {
    padding: 0.75rem 1rem;
    min-width: 44px;
    min-height: 44px;
    color: var(--text-muted);
  }
}
.header__dropdown-link-wrapper .submenu-toggle:hover, .header__dropdown-link-wrapper .submenu-toggle:active {
  background: none;
  border: none;
  box-shadow: none;
  transform: none;
  color: var(--text-link);
}
.header__dropdown-link-wrapper .submenu-toggle:focus-visible {
  outline: 2px solid var(--border-focus);
  outline-offset: -2px;
}
.header__dropdown-link-wrapper .submenu-toggle .arrow-right {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
@media (max-width: 63.98rem) {
  .header__dropdown-link-wrapper .submenu-toggle .arrow-right {
    width: 10px;
    height: 10px;
  }
}
.header__dropdown-sublist {
  list-style: none;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), margin 0.3s ease;
  opacity: 0;
  padding-inline-start: 1.5rem;
}
@media (max-width: 63.98rem) {
  .header__dropdown-sublist {
    padding-inline-start: 0;
    background-color: transparent;
  }
}
.has-submenu.is-open .header__dropdown-sublist {
  max-height: 600px;
  margin: 0.25rem 0 0.75rem;
  opacity: 1;
}
@media (max-width: 63.98rem) {
  .has-submenu.is-open .header__dropdown-sublist {
    margin: 0;
  }
}
.header__dropdown-sublist li {
  margin-bottom: 0.125rem;
}
@media (max-width: 63.98rem) {
  .header__dropdown-sublist li {
    margin-bottom: 0;
    border-block-end: 1px solid var(--border-base);
  }
  .header__dropdown-sublist li:last-child {
    border-block-end: none;
  }
}
.header__dropdown-sublist a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.8125rem;
  padding: 0.25rem 0;
  display: block;
  transition: color 0.2s ease;
}
@media (max-width: 63.98rem) {
  .header__dropdown-sublist a {
    padding: 0.625rem 1rem 0.625rem 2rem;
    font-size: 0.875rem;
  }
}
.header__dropdown-sublist a:hover {
  color: var(--text-link);
}
.header .has-submenu.is-open .submenu-toggle .arrow-right {
  transform: rotate(-45deg);
}
.header__mobile-extras {
  display: none;
}
@media (max-width: 63.98rem) {
  .header__mobile-extras {
    display: block;
    margin-top: 2rem;
    padding-top: 2rem;
    border-block-start: 1px solid var(--border-base);
  }
}
.header__mobile-actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.header__mobile-top-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header__mobile-top-menu li {
  border-block-end: 1px solid var(--border-base);
}
.header__mobile-top-menu li:last-child {
  border-block-end: none;
}
.header__mobile-top-menu a {
  display: block;
  padding: 0.75rem 0;
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.9375rem;
}
.header__actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 63.98rem) {
  .header__actions {
    display: none;
  }
}
.header__actions .btn--outline-primary {
  border-color: var(--primary-500);
  color: var(--primary-500);
  font-weight: 700;
  padding: 0.625rem 1.5rem;
  border-radius: 4px;
  background-color: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease;
  transform: none !important;
  box-shadow: none !important;
}
.header__actions .btn--outline-primary::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  width: 0;
  height: 100% !important;
  background-color: var(--primary-500);
  transform: translateX(-50%) !important;
  border-radius: 0 !important;
  transition: width 0.3s ease-in-out !important;
  z-index: -1;
}
.header__actions .btn--outline-primary:hover {
  color: var(--button-text-light);
  border-color: var(--primary-500);
}
.header__actions .btn--outline-primary:hover::before {
  width: 101%;
}
.header__actions .btn--outline-primary::after {
  display: none !important;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 2;
  margin-inline-start: auto;
  flex-shrink: 0;
}
@media (max-width: 63.98rem) {
  .header__burger {
    display: flex;
  }
}
.header__burger span {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--primary-700);
  transition: all 0.3s ease;
  position: absolute;
}
.header__burger span:nth-child(1) {
  top: 12px;
}
.header__burger span:nth-child(2) {
  top: 19px;
}
.header__burger span:nth-child(3) {
  top: 26px;
}
.header__burger.is-active span:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}
.header__burger.is-active span:nth-child(2) {
  opacity: 0;
}
.header__burger.is-active span:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

@keyframes headerSlideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@media (max-width: 63.98rem) {
  [dir=rtl] .header__nav {
    right: auto;
    left: 0;
    transform: translateX(-100%);
    box-shadow: 4px 0 24px oklch(from var(--shadow-color) l c h/0.15);
  }
  [dir=rtl] .header__nav.is-active {
    transform: translateX(0);
  }
}

body:has(.hero-resi.is-primary) .header {
  background-color: var(--primary-950);
}
body:has(.hero-resi.is-primary) .header__sticky-wrap.is-sticky {
  background-color: var(--primary-950);
  border-block-end-color: oklch(from var(--text-inverse) l c h/0.08);
}
body:has(.hero-resi.is-primary) .header__burger span {
  background-color: oklch(from var(--text-inverse) l c h/0.8);
}
@media (min-width: 64rem) {
  body:has(.hero-resi.is-primary) .header__link {
    color: oklch(from var(--text-inverse) l c h/0.75);
  }
  body:has(.hero-resi.is-primary) .header__link:hover {
    color: var(--text-inverse);
  }
  body:has(.hero-resi.is-primary) .header__arrow {
    color: oklch(from var(--text-inverse) l c h/0.45);
  }
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  padding-inline-end: var(--scrollbar-width, 0px);
}
body.menu-open .header__overlay {
  opacity: 1;
  visibility: visible;
}
body.menu-open .header {
  padding-inline-end: var(--scrollbar-width, 0px);
}
@media (min-width: 64rem) {
  body.menu-open {
    overflow: auto;
    position: static;
    width: auto;
    padding-inline-end: 0;
  }
  body.menu-open .header__overlay {
    opacity: 0;
    visibility: hidden;
  }
  body.menu-open .header {
    padding-inline-end: 0;
  }
}

.footer {
  background: radial-gradient(ellipse 80% 75% at 50% 100%, oklch(from var(--primary-base) 0.6 0.14 h/0.9) 0%, transparent 90%), radial-gradient(ellipse 30% 40% at 0% 0%, oklch(from var(--footer-bg-start) l c h/0.4) 0%, transparent 60%), repeating-linear-gradient(45deg, oklch(from var(--text-inverse) l c h/0.025) 0px, oklch(from var(--text-inverse) l c h/0.025) 1px, transparent 1px, transparent 10px), linear-gradient(135deg, var(--footer-bg-start) 0%, var(--footer-bg-mid) 60%, var(--footer-bg-end) 100%);
  color: var(--footer-text);
  font-family: var(--font-family);
}
.footer__inner {
  padding: 4.5rem 0 3.5rem;
}
.footer__grid {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 3rem;
}
@media (max-width: 79.98rem) {
  .footer__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 63.98rem) {
  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 2.5rem;
  }
}
@media (max-width: 39.98rem) {
  .footer__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 63.98rem) {
  .footer__col--brand {
    grid-column: 1/-1;
  }
}
.footer__logo {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.footer__logo img {
  height: 36px;
  width: auto;
}
.footer__logo a {
  display: inline-block;
}
.footer__logo--text {
  color: var(--footer-text-strong);
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 700;
}
.footer .widget {
  margin-bottom: 1.75rem;
}
.footer .widget:last-child {
  margin-bottom: 0;
}
.footer .widget li {
  border: none;
}
.footer .widget .widgettitle {
  display: none;
}
.footer .widget-title,
.footer .footer-title {
  font-size: 0.6875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--footer-text-strong);
  margin: 0 0 1rem;
  padding-bottom: 0.625rem;
  border-block-end: 1px solid var(--footer-border);
}
.footer .widget p, .footer .widget li, .footer .widget span,
.footer .widget_text .textwidget p,
.footer .widget_text .textwidget li,
.footer .widget_text .textwidget span,
.footer .textwidget p,
.footer .textwidget li,
.footer .textwidget span {
  color: var(--footer-text-muted);
  font-size: 0.875rem;
  line-height: 1.75;
}
.footer .widget p,
.footer .widget_text .textwidget p,
.footer .textwidget p {
  margin: 0 0 0.625rem;
}
.footer .widget p:last-child,
.footer .widget_text .textwidget p:last-child,
.footer .textwidget p:last-child {
  margin-bottom: 0;
}
.footer .widget a,
.footer .widget_text .textwidget a,
.footer .textwidget a {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .widget a:hover,
.footer .widget_text .textwidget a:hover,
.footer .textwidget a:hover {
  color: var(--footer-text-strong);
}
.footer .footer_social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
}
.footer .footer_social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--footer-icon-bg);
  color: var(--footer-icon-text);
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
  font-size: 0.875rem;
}
.footer .footer_social li a:hover {
  background-color: var(--primary-500);
  color: var(--footer-text-strong);
}
.footer .footer_social li a span {
  display: flex;
}
.footer .cert-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
  margin-top: 1.25rem;
}
.footer .cert-block .certificate img {
  height: 44px;
  width: auto;
  border-radius: 50%;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}
.footer .cert-block .certificate img:hover {
  opacity: 1;
}
.footer .footer-contact {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.footer .footer-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: var(--footer-icon-bg);
  color: var(--footer-icon-text);
  text-decoration: none;
  font-size: 0.9375rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.footer .footer-contact a:hover {
  background-color: var(--primary-500);
  color: var(--footer-text-strong);
}
.footer .footer-contact a span {
  display: flex;
}
.footer .fa-ul- {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .fa-ul- li {
  color: var(--footer-text-muted);
  font-size: 0.8125rem;
  line-height: 1.7;
  padding: 0.1875rem 0;
}
.footer .fa-ul- li a {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer .fa-ul- li a:hover {
  color: var(--footer-text-strong);
}
.footer .widget_nav_menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .widget_nav_menu .menu .sub-menu {
  display: none;
}
.footer .widget_nav_menu .menu li {
  margin-bottom: 0.3125rem;
}
.footer .widget_nav_menu .menu a {
  color: var(--footer-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  gap: 0.4375rem;
  transition: color 0.2s ease;
}
.footer .widget_nav_menu .menu a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: var(--primary-300);
  border-radius: 1px;
  flex-shrink: 0;
  margin-top: 0.35em;
}
.footer .widget_nav_menu .menu a:hover {
  color: var(--footer-text-strong);
}
.footer__address {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.footer__address-item {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  color: var(--footer-text-muted);
  font-size: 0.875rem;
  line-height: 1.5;
}
.footer__address-item svg {
  flex-shrink: 0;
  margin-top: 0.15em;
  color: var(--primary-300);
}
.footer__address-item a {
  color: var(--footer-text-muted);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer__address-item a:hover {
  color: var(--footer-text-strong);
}
.footer__bottom {
  border-block-start: 1px solid var(--footer-border);
  padding: 1.5rem 0;
}
.footer__copyright {
  text-align: center;
  color: var(--footer-text-strong);
  font-size: 0.8125rem;
  margin: 0;
}
.footer .d-flex {
  display: flex;
}
.footer .gap-16 {
  gap: 1rem;
}

.error-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: var(--section-padding);
  gap: 1.5rem;
}
.error-404__code {
  font-size: clamp(6rem, 20vw, 14rem);
  font-weight: 800;
  line-height: 1;
  color: var(--primary-500);
  opacity: 0.15;
  letter-spacing: -0.05em;
  user-select: none;
  pointer-events: none;
}
.error-404__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-block-start: -2rem;
}
.error-404__title {
  font-size: var(--font-size-h2);
  font-weight: 700;
  color: var(--text-strong);
  margin: 0;
}
.error-404__description {
  font-size: var(--font-size-lg);
  color: var(--text-muted);
  max-width: 36ch;
  margin: 0;
}
.error-404__search {
  width: 100%;
  max-width: 28rem;
}
.error-404__search .search-form {
  display: flex;
  gap: 0.5rem;
}
.error-404__search .search-field {
  flex: 1;
  padding: 0.75em 1em;
  border: 1px solid var(--border-base);
  border-radius: 0.5em;
  background-color: var(--input-bg);
  color: var(--input-text);
  font-size: var(--font-size-base);
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.error-404__search .search-field::placeholder {
  color: var(--input-placeholder);
}
.error-404__search .search-field:focus {
  outline: none;
  border-color: var(--input-border-focus);
  box-shadow: 0 0 0 3px oklch(from var(--primary-500) l c h/0.15);
}
.error-404__search .search-submit {
  flex-shrink: 0;
}
.error-404__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}
@media (min-width: 48rem) {
  .error-404__search .search-form {
    gap: 0.75rem;
  }
}

.job-single {
  padding-block: var(--section-padding);
}
.job-single__header {
  max-width: 44rem;
}
.job-single__title {
  font-size: var(--font-size-h1);
  font-weight: 800;
  color: var(--text-strong);
  line-height: 1.1;
  letter-spacing: -0.025em;
  margin: 0 0 0.75rem;
}
.job-single__excerpt {
  font-size: var(--font-size-lg);
  color: var(--text-muted);
  line-height: 1.6;
  margin: 0;
}
.job-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-block-end: 1.25rem;
}
.job-single__details {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}
.job-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.job-single__content {
  margin-block-start: 2.5rem;
  display: flex;
  flex-direction: column;
}
.job-single__content h2 {
  margin-block-start: 1.5rem;
  margin-block-end: 0;
  padding: 1.5rem 2rem 1rem;
  background-color: var(--surface-base);
  border: 1px solid var(--border-muted);
  border-end-start-radius: 0;
  border-end-end-radius: 0;
  border-start-start-radius: 0.75rem;
  border-start-end-radius: 0.75rem;
  font-size: var(--font-size-h3);
  font-weight: 700;
  color: var(--text-strong);
  text-decoration: underline;
  text-decoration-color: var(--primary-500);
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}
.job-single__content h2:first-child {
  margin-block-start: 0;
}
.job-single__content h2 + ul,
.job-single__content h2 + ol {
  margin-block-start: 0;
  margin-block-end: 0;
  padding: 0.75rem 2rem 1.5rem;
  list-style: none;
  padding-inline-start: 2rem;
  background-color: var(--surface-base);
  border: 1px solid var(--border-muted);
  border-block-start: none;
  border-start-start-radius: 0;
  border-start-end-radius: 0;
  border-end-start-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}
.job-single__content h2 + ul li,
.job-single__content h2 + ol li {
  position: relative;
  padding-inline-start: 1.5rem;
  margin-block: 0.5rem;
}
.job-single__content h2 + ul li::marker,
.job-single__content h2 + ol li::marker {
  content: none;
}
.job-single__content h2 + ul li::before,
.job-single__content h2 + ol li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0.55em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background-color: var(--primary-500);
  flex-shrink: 0;
}

.job-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.25em 0.875em;
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--text-muted);
  background-color: var(--bg-muted);
  border: 1px solid var(--border-muted);
  border-radius: 2em;
  white-space: nowrap;
  line-height: 1.6;
}
.job-tag:first-child {
  color: var(--primary-700);
  background-color: var(--primary-50);
  border-color: var(--primary-200);
}

/* ==========================================================================
   # Design System — Color Variables (OKLCH)
   Modern, perceptually uniform color system with full accessibility support.

   All palette values are defined directly in :root — no @supports guards.
   Override any variable from the Theme Options admin page (Appearance → Theme Options).
   ========================================================================== */
/* ==========================================================================
   ## 1. Root Variables
   Typography, layout, palette, semantic tokens, footer, shadows.
   ========================================================================== */
:root, :host {
  /* --- Typography --- */
  --font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  --font-heading: var(--font-family);
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Courier New", monospace;
  --font-size-h1: clamp(2rem, 5vw + 1rem, 3rem);
  --font-size-h2: clamp(1.5rem, 4vw + 0.5rem, 2.25rem);
  --font-size-h3: clamp(1.25rem, 3vw + 0.25rem, 1.875rem);
  --font-size-h4: clamp(1.125rem, 2.5vw + 0.25rem, 1.5rem);
  --font-size-h5: clamp(1rem, 2vw + 0.125rem, 1.25rem);
  --font-size-h6: clamp(0.9375rem, 1.5vw + 0.125rem, 1.125rem);
  --font-size-base: 1rem;
  --font-size-sm: 0.875rem;
  --font-size-xs: 0.75rem;
  --font-size-lg: 1.125rem;
  --font-size-xl: 1.25rem;
  /* --- Layout --- */
  --container-padding: clamp(1rem, 3vw, 3rem);
  --section-padding: clamp(2.5rem, 5vw, 5rem);
  /* --- Brand base colors --- */
  --primary-base: oklch(0.660 0.162 176.6);
  --secondary-base: oklch(0.648 0.165 275);
  --third-base: oklch(0.632 0.162 210);
  --neutral-base: oklch(0.558 0.035 265);
  --success-base: oklch(0.700 0.210 125);
  --warning-base: oklch(0.735 0.175 85);
  --error-base: oklch(0.640 0.250 25);
  --info-base: oklch(0.665 0.155 205);
  /* --- Neutral scale (hue 265) --- */
  --neutral-50: oklch(0.985 0.005 265);
  --neutral-100: oklch(0.967 0.010 265);
  --neutral-200: oklch(0.920 0.018 265);
  --neutral-300: oklch(0.865 0.025 265);
  --neutral-400: oklch(0.706 0.030 265);
  --neutral-500: oklch(0.558 0.035 265);
  --neutral-600: oklch(0.452 0.040 265);
  --neutral-700: oklch(0.370 0.042 265);
  --neutral-800: oklch(0.292 0.045 265);
  --neutral-900: oklch(0.222 0.050 265);
  --neutral-950: oklch(0.172 0.058 265);
  /* --- Primary scale (hue 176.6) --- */
  --primary-50: oklch(0.978 0.022 176.6);
  --primary-100: oklch(0.954 0.050 176.6);
  --primary-200: oklch(0.910 0.095 176.6);
  --primary-300: oklch(0.840 0.150 176.6);
  --primary-400: oklch(0.755 0.165 176.6);
  --primary-500: oklch(0.660 0.162 176.6);
  --primary-600: oklch(0.565 0.145 176.6);
  --primary-700: oklch(0.480 0.123 176.6);
  --primary-800: oklch(0.408 0.098 176.6);
  --primary-900: oklch(0.342 0.075 176.6);
  --primary-950: oklch(0.268 0.052 176.6);
  /* --- Secondary scale (hue 275) --- */
  --secondary-50: oklch(0.978 0.018 275);
  --secondary-100: oklch(0.956 0.038 275);
  --secondary-200: oklch(0.912 0.068 275);
  --secondary-300: oklch(0.848 0.098 275);
  --secondary-400: oklch(0.758 0.135 275);
  --secondary-500: oklch(0.648 0.165 275);
  --secondary-600: oklch(0.548 0.168 275);
  --secondary-700: oklch(0.468 0.150 275);
  --secondary-800: oklch(0.398 0.125 275);
  --secondary-900: oklch(0.335 0.095 275);
  --secondary-950: oklch(0.258 0.065 275);
  /* --- Third scale (hue 210) --- */
  --third-50: oklch(0.978 0.020 210);
  --third-100: oklch(0.954 0.045 210);
  --third-200: oklch(0.906 0.088 210);
  --third-300: oklch(0.828 0.133 210);
  --third-400: oklch(0.732 0.158 210);
  --third-500: oklch(0.632 0.162 210);
  --third-600: oklch(0.540 0.152 210);
  --third-700: oklch(0.462 0.132 210);
  --third-800: oklch(0.396 0.108 210);
  --third-900: oklch(0.335 0.082 210);
  --third-950: oklch(0.262 0.058 210);
  /* --- Success scale (hue 125) --- */
  --success-50: oklch(0.980 0.030 125);
  --success-100: oklch(0.960 0.060 125);
  --success-200: oklch(0.920 0.110 125);
  --success-300: oklch(0.860 0.160 125);
  --success-400: oklch(0.780 0.195 125);
  --success-500: oklch(0.700 0.210 125);
  --success-600: oklch(0.620 0.195 125);
  --success-700: oklch(0.540 0.165 125);
  --success-800: oklch(0.470 0.130 125);
  --success-900: oklch(0.405 0.100 125);
  --success-950: oklch(0.330 0.070 125);
  /* --- Warning scale (hue 85) --- */
  --warning-50: oklch(0.985 0.025 85);
  --warning-100: oklch(0.960 0.055 85);
  --warning-200: oklch(0.920 0.100 85);
  --warning-300: oklch(0.870 0.140 85);
  --warning-400: oklch(0.800 0.165 85);
  --warning-500: oklch(0.735 0.175 85);
  --warning-600: oklch(0.650 0.165 85);
  --warning-700: oklch(0.560 0.140 85);
  --warning-800: oklch(0.485 0.115 85);
  --warning-900: oklch(0.425 0.090 85);
  --warning-950: oklch(0.345 0.065 85);
  /* --- Error scale (hue 25) --- */
  --error-50: oklch(0.975 0.020 25);
  --error-100: oklch(0.950 0.045 25);
  --error-200: oklch(0.910 0.090 25);
  --error-300: oklch(0.835 0.155 25);
  --error-400: oklch(0.730 0.215 25);
  --error-500: oklch(0.640 0.250 25);
  --error-600: oklch(0.565 0.255 25);
  --error-700: oklch(0.495 0.235 25);
  --error-800: oklch(0.435 0.200 25);
  --error-900: oklch(0.380 0.160 25);
  --error-950: oklch(0.305 0.115 25);
  /* --- Info scale (hue 205) --- */
  --info-50: oklch(0.975 0.020 205);
  --info-100: oklch(0.950 0.040 205);
  --info-200: oklch(0.905 0.075 205);
  --info-300: oklch(0.835 0.115 205);
  --info-400: oklch(0.740 0.145 205);
  --info-500: oklch(0.665 0.155 205);
  --info-600: oklch(0.585 0.150 205);
  --info-700: oklch(0.515 0.130 205);
  --info-800: oklch(0.455 0.105 205);
  --info-900: oklch(0.400 0.082 205);
  --info-950: oklch(0.330 0.058 205);
  /* --- Semantic overrides (white / black / overlays) --- */
  --text-inverse: oklch(1 0 0);
  --bg-base: oklch(1 0 0);
  --bg-overlay: oklch(0 0 0 / 0.5);
  --surface-base: oklch(1 0 0);
  --surface-raised: oklch(1 0 0);
  --surface-overlay: oklch(1 0 0);
  --button-primary-text: oklch(1 0 0);
  --button-text-light: oklch(1 0 0);
  /* --- Footer --- */
  --footer-bg-start: oklch(0.255 0.12 262);
  --footer-bg-mid: oklch(0.092 0.04 264);
  --footer-bg-end: oklch(0.072 0.04 264);
  --footer-text: oklch(1 0 0 / 0.75);
  --footer-text-muted: oklch(1 0 0 / 0.70);
  --footer-text-strong: oklch(1 0 0);
  --footer-border: oklch(1 0 0 / 0.08);
  --footer-icon-bg: oklch(1 0 0 / 0.10);
  --footer-icon-text: oklch(1 0 0 / 0.80);
  /* --- Shadows --- */
  --shadow-color: oklch(0.222 0.050 265);
  --shadow-sm: 0 1px 2px oklch(from var(--shadow-color) l c h / 0.05);
  --shadow-md: 0 4px 6px oklch(from var(--shadow-color) l c h / 0.07),
               0 2px 4px oklch(from var(--shadow-color) l c h / 0.06);
  --shadow-lg: 0 10px 15px oklch(from var(--shadow-color) l c h / 0.10),
               0 4px 6px oklch(from var(--shadow-color) l c h / 0.05);
  --shadow-xl: 0 20px 25px oklch(from var(--shadow-color) l c h / 0.10),
               0 10px 10px oklch(from var(--shadow-color) l c h / 0.04);
  --shadow-2xl: 0 25px 50px oklch(from var(--shadow-color) l c h / 0.15);
  /* --------------------------------------------------------------------------
     Semantic Color Tokens — Light Theme
     All values use var() and resolve to the palette above.
     -------------------------------------------------------------------------- */
  /* --- Text --- */
  --text-base: var(--neutral-900);
  --text-strong: var(--neutral-950);
  --text-muted: var(--neutral-600);
  --text-subtle: var(--neutral-500);
  --text-disabled: var(--neutral-400);
  --text-link: var(--primary-600);
  --text-link-hover: var(--primary-700);
  --text-success: var(--success-700);
  --text-warning: var(--warning-700);
  --text-error: var(--error-700);
  --text-info: var(--info-700);
  /* --- Background --- */
  --bg-subtle: var(--neutral-50);
  --bg-muted: var(--neutral-100);
  --bg-hover: var(--neutral-200);
  --bg-active: var(--neutral-300);
  --bg-disabled: var(--neutral-100);
  --bg-brand: var(--primary-500);
  --bg-brand-hover: var(--primary-600);
  --bg-brand-subtle: var(--primary-50);
  --bg-success-subtle: var(--success-50);
  --bg-warning-subtle: var(--warning-50);
  --bg-error-subtle: var(--error-50);
  --bg-info-subtle: var(--info-50);
  /* --- Border --- */
  --border-base: var(--neutral-300);
  --border-muted: var(--neutral-200);
  --border-subtle: var(--neutral-100);
  --border-strong: var(--neutral-400);
  --border-hover: var(--neutral-400);
  --border-focus: var(--primary-500);
  --border-disabled: var(--neutral-200);
  --border-success: var(--success-500);
  --border-warning: var(--warning-500);
  --border-error: var(--error-500);
  --border-info: var(--info-500);
  /* --- Surface --- */
  --surface-sunken: var(--neutral-50);
  /* --- Interactive States --- */
  --state-hover-opacity: 0.08;
  --state-active-opacity: 0.12;
  --state-focus-opacity: 0.12;
  --state-disabled-opacity: 0.38;
  /* --- Content / Typography --- */
  --content-text-color: var(--text-base);
  --content-link-color: var(--text-link);
  --content-link-hover-color: var(--text-link-hover);
  --content-strong-color: var(--text-strong);
  --content-heading-color: var(--text-strong);
  --content-counters-color: var(--text-muted);
  --content-bullets-color: var(--text-muted);
  --content-blockquote-border-color: var(--border-base);
  --content-hr-color: var(--border-muted);
  --content-h1-size: 3rem;
  --content-h2-size: 2.25rem;
  --content-h3-size: 1.5rem;
  --content-h4-size: 1.25rem;
  --content-h5-size: 1.125rem;
  --content-h6-size: 1rem;
  /* --- Component Variables --- */
  /* Buttons */
  --button-primary-bg: var(--bg-brand);
  --button-primary-bg-hover: var(--bg-brand-hover);
  --button-primary-border: var(--primary-500);
  --button-text-dark: var(--neutral-950);
  /* Inputs */
  --input-bg: var(--bg-base);
  --input-border: var(--border-base);
  --input-border-hover: var(--border-hover);
  --input-border-focus: var(--border-focus);
  --input-text: var(--text-base);
  --input-placeholder: var(--text-muted);
  /* Cards */
  --card-bg: var(--surface-base);
  --card-border: var(--border-muted);
  --card-shadow: var(--shadow-sm);
}

/* ==========================================================================
   ## 2. Dark Theme Support
   ========================================================================== */
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  position: static;
  overflow: visible;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 15px 23px 14px;
  z-index: 100000;
  background-color: var(--bg-base);
  box-shadow: 0 0 2px 2px oklch(from var(--shadow-color) l c h/0.6);
  color: var(--text-base);
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875em;
  line-height: normal;
  border-radius: 3px;
}

.alignleft {
  float: inline-start;
  margin-inline-end: 1.5rem;
}

.alignright {
  float: inline-end;
  margin-inline-start: 1.5rem;
}

.aligncenter {
  display: block;
  clear: both;
  margin-inline: auto;
  text-align: center;
}

.clearfix:before,
.clearfix:after,
.comment-navigation:before,
.comment-navigation:after {
  display: table;
  content: "";
}

.clearfix:after,
.post-navigation .nav-links:after,
.comment-navigation:after {
  clear: both;
}

.wp-caption {
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-caption-text {
  color: var(--text-muted);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: start;
  width: 100%;
}

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

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-list .children {
  list-style: none;
  padding-inline-start: 2rem;
  margin: 0;
}

.comment-body {
  padding: 1.5rem 0;
  border-block-end: 1px solid var(--border-muted);
}

.comment-list > li:last-child > .comment-body {
  border-block-end: none;
}

.comment-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.comment-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.comment-author .avatar {
  border-radius: 50%;
}

.comment-author .fn {
  font-weight: 600;
  font-style: normal;
}

.comment-author .says {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.comment-metadata {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

.comment-metadata a {
  color: inherit;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .comment-metadata a:hover {
    color: var(--text-link-hover);
  }
}
.comment-metadata .edit-link {
  margin-inline-start: 0.5rem;
}

.comment-content p:first-child {
  margin-top: 0;
}

.comment-content p:last-child {
  margin-bottom: 0;
}

.comment-awaiting-moderation {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
  font-style: italic;
  margin-bottom: 0.75rem;
}

.reply {
  margin-top: 0.75rem;
}

.reply .comment-reply-link {
  font-size: var(--font-size-sm);
  font-weight: 500;
  color: var(--text-link);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .reply .comment-reply-link:hover {
    color: var(--text-link-hover);
  }
}
.bypostauthor > .comment-body {
  background-color: var(--bg-subtle);
  padding: 1.5rem;
  border-radius: 0.5rem;
}

.comment-respond {
  margin-top: 2rem;
}

.comment-reply-title {
  margin-bottom: 1rem;
}

.comment-reply-title small {
  margin-inline-start: 0.5rem;
  font-size: var(--font-size-sm);
  font-weight: 400;
}

.comment-reply-title small a {
  color: var(--text-muted);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .comment-reply-title small a:hover {
    color: var(--text-link-hover);
  }
}
.comment-form {
  display: grid;
  gap: 1rem;
}

.comment-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.25rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
}

.comment-form .required {
  color: var(--text-error);
}

.comment-notes {
  font-size: var(--font-size-sm);
  color: var(--text-muted);
}

.form-submit {
  margin-top: 0.5rem;
}

.navigation.pagination {
  margin: 2rem 0;
}

.navigation.pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.navigation.pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
}

.navigation.pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0.25rem 0.75rem;
  border: 1px solid var(--border-base);
  border-radius: 0.375rem;
  font-size: var(--font-size-sm);
  text-decoration: none;
  color: var(--text-base);
  background-color: var(--bg-base);
}

@media (hover: hover) and (pointer: fine) {
  .navigation.pagination .page-numbers:hover {
    background-color: var(--bg-hover);
    border-color: var(--border-hover);
  }
}
.navigation.pagination .page-numbers.current {
  background-color: var(--bg-brand);
  border-color: var(--bg-brand);
  color: var(--text-inverse);
  font-weight: 600;
}

.navigation.pagination .page-numbers.dots {
  border-color: transparent;
  background: none;
}

.navigation.pagination .page-numbers.prev, .navigation.pagination .page-numbers.next {
  font-weight: 500;
}

.post-navigation,
.comment-navigation,
.posts-navigation {
  margin: 2rem 0;
}

.post-navigation .screen-reader-text,
.comment-navigation .screen-reader-text,
.posts-navigation .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}

.post-navigation .nav-links,
.comment-navigation .nav-links,
.posts-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next {
  flex: 1;
  min-width: 0;
}

.post-navigation .nav-next,
.comment-navigation .nav-next,
.posts-navigation .nav-next {
  text-align: end;
}

.post-navigation a,
.comment-navigation a,
.posts-navigation a {
  display: inline-block;
  padding: 0.5rem 0;
  color: var(--text-link);
  text-decoration: none;
  font-weight: 500;
}

@media (hover: hover) and (pointer: fine) {
  .post-navigation a:hover,
  .comment-navigation a:hover,
  .posts-navigation a:hover {
    color: var(--text-link-hover);
  }
}
.page-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  margin: 2rem 0;
  font-size: var(--font-size-sm);
}

.page-links .post-page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0.125rem 0.5rem;
  border: 1px solid var(--border-base);
  border-radius: 0.375rem;
  text-decoration: none;
  color: var(--text-base);
}

@media (hover: hover) and (pointer: fine) {
  .page-links .post-page-numbers:hover {
    background-color: var(--bg-hover);
    border-color: var(--border-hover);
  }
}
.page-links .post-page-numbers.current {
  background-color: var(--bg-brand);
  border-color: var(--bg-brand);
  color: var(--text-inverse);
  font-weight: 600;
}

.widget-area {
  display: grid;
  gap: 2rem;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget li {
  padding: 0.375rem 0;
  border-block-end: 1px solid var(--border-subtle);
}

.widget li:last-child {
  border-block-end: none;
}

.widget a {
  color: var(--text-base);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .widget a:hover {
    color: var(--text-link-hover);
  }
}
.widget select {
  width: 100%;
}

.widget-title {
  font-size: var(--font-size-lg);
  margin-bottom: 0.75rem;
}

.search-form {
  display: flex;
  gap: 0.5rem;
}

.search-form .search-field {
  flex: 1;
  min-width: 0;
}

.search-form .search-submit {
  flex-shrink: 0;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

.tagcloud a {
  display: inline-block;
  padding: 0.25rem 0.625rem;
  border: 1px solid var(--border-base);
  border-radius: 0.25rem;
  font-size: var(--font-size-sm) !important;
  line-height: 1.5;
  color: var(--text-base);
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  .tagcloud a:hover {
    background-color: var(--bg-hover);
    border-color: var(--border-hover);
  }
}
.wp-calendar-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

.wp-calendar-table caption {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.wp-calendar-table th,
.wp-calendar-table td {
  padding: 0.375rem;
}

.wp-calendar-table th {
  font-size: var(--font-size-sm);
  font-weight: 600;
  color: var(--text-muted);
}

.wp-calendar-table td a {
  font-weight: 600;
}

.wp-calendar-table #today {
  background-color: var(--bg-muted);
  border-radius: 0.25rem;
}

.wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: var(--font-size-sm);
}

.post-password-form {
  max-width: 480px;
  margin: 2rem 0;
}

.post-password-form p {
  margin-bottom: 1rem;
}

.post-password-form label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.post-password-form input[type=password] {
  margin-bottom: 1rem;
}

.post-password-form input[type=submit] {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: var(--text-inverse);
  background-color: var(--bg-brand);
  border: 1px solid var(--bg-brand);
  border-radius: 0.375rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

@media (hover: hover) and (pointer: fine) {
  .post-password-form input[type=submit]:hover {
    background-color: var(--bg-brand-hover);
  }
}
body.admin-bar .header__sticky-wrap {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .header__sticky-wrap {
    top: 46px;
  }
}
.sticky {
  border-inline-start: 3px solid var(--bg-brand);
  padding-inline-start: 1.5rem;
}

.custom-logo-link {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  height: auto;
  max-height: 60px;
  width: auto;
}
