/*! tailwindcss v4.3.1 | MIT License | https://tailwindcss.com */
@layer properties;
:root {
  --color-accent-50: oklch(97%   0.020 262);
  --color-accent-100: oklch(92%   0.050 262);
  --color-accent-200: oklch(84%   0.100 262);
  --color-accent-300: oklch(73%   0.175 262);
  --color-accent-400: oklch(63%   0.230 262);
  --color-accent-500: oklch(57%   0.270 262);
  --color-accent-600: oklch(51%   0.270 262);
  --color-accent-700: oklch(45%   0.240 262);
  --color-accent-800: oklch(37%   0.200 262);
  --color-accent-900: oklch(27%   0.130 262);
  --color-neutral-0: oklch(100%  0     0);
  --color-neutral-50: oklch(97.5% 0.003 264);
  --color-neutral-100: oklch(94%   0.004 264);
  --color-neutral-200: oklch(88%   0.005 264);
  --color-neutral-300: oklch(78%   0.006 264);
  --color-neutral-400: oklch(64%   0.007 264);
  --color-neutral-500: oklch(51%   0.007 264);
  --color-neutral-600: oklch(40%   0.006 264);
  --color-neutral-700: oklch(30%   0.005 264);
  --color-neutral-800: oklch(21%   0.004 264);
  --color-neutral-900: oklch(14%   0.004 264);
  --color-neutral-950: oklch(10%   0.003 264);
  --color-neutral-1000: oklch(7%    0.002 264);
  --color-success-50: oklch(97%  0.040 160);
  --color-success-100: oklch(93%  0.070 160);
  --color-success-200: oklch(86%  0.110 160);
  --color-success-400: oklch(65%  0.180 160);
  --color-success-500: oklch(55%  0.200 160);
  --color-success-600: oklch(49%  0.200 160);
  --color-warning-50: oklch(98%  0.030  80);
  --color-warning-100: oklch(95%  0.065  80);
  --color-warning-200: oklch(90%  0.110  80);
  --color-warning-400: oklch(74%  0.170  80);
  --color-warning-500: oklch(64%  0.190  80);
  --color-warning-600: oklch(57%  0.190  80);
  --color-danger-50: oklch(97%  0.030  25);
  --color-danger-100: oklch(94%  0.060  25);
  --color-danger-200: oklch(88%  0.090  25);
  --color-danger-400: oklch(62%  0.200  25);
  --color-danger-500: oklch(52%  0.220  25);
  --color-danger-600: oklch(46%  0.220  25);
  --color-info-50: oklch(97%  0.030 215);
  --color-info-100: oklch(93%  0.060 215);
  --color-info-200: oklch(86%  0.100 215);
  --color-info-400: oklch(61%  0.180 215);
  --color-info-500: oklch(53%  0.200 215);
  --color-info-600: oklch(47%  0.200 215);
  --surface-base: var(--color-neutral-100);
  --surface-page: var(--color-neutral-0);
  --surface-card: var(--color-neutral-0);
  --surface-elevated: var(--color-neutral-50);
  --surface-overlay: var(--color-neutral-100);
  --fg-1: var(--color-neutral-900);
  --fg-2: var(--color-neutral-600);
  --fg-3: var(--color-neutral-400);
  --fg-disabled: var(--color-neutral-300);
  --border-subtle: var(--color-neutral-100);
  --border-default: var(--color-neutral-200);
  --border-strong: var(--color-neutral-300);
  --accent: var(--color-accent-500);
  --accent-hover: var(--color-accent-600);
  --accent-active: var(--color-accent-700);
  --accent-fg: var(--color-neutral-0);
  --accent-subtle: var(--color-accent-50);
  --accent-muted: var(--color-accent-100);
  --status-success: var(--color-success-500);
  --status-warning: var(--color-warning-500);
  --status-danger: var(--color-danger-500);
  --status-info: var(--color-info-500);
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap');
:root {
  --font-display: 'Space Grotesk', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', 'Cascadia Code', ui-monospace, monospace;
  --weight-normal: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
  --text-2xs: 0.625rem;
  --text-xs: 0.6875rem;
  --text-sm: 0.8125rem;
  --text-base: 0.9375rem;
  --text-md: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-6xl: 3.75rem;
  --leading-none: 1;
  --leading-tight: 1.2;
  --leading-snug: 1.35;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 1.75;
  --tracking-tightest: -0.04em;
  --tracking-tight: -0.03em;
  --tracking-snug: -0.015em;
  --tracking-normal: 0em;
  --tracking-wide: 0.03em;
  --tracking-wider: 0.06em;
  --tracking-widest: 0.1em;
  --type-display-font: var(--font-display);
  --type-display-weight: var(--weight-bold);
  --type-display-leading: var(--leading-tight);
  --type-display-tracking: var(--tracking-tight);
  --type-heading-font: var(--font-display);
  --type-heading-weight: var(--weight-semibold);
  --type-heading-leading: var(--leading-snug);
  --type-heading-tracking: var(--tracking-snug);
  --type-ui-font: var(--font-body);
  --type-ui-weight: var(--weight-medium);
  --type-ui-leading: var(--leading-tight);
  --type-body-font: var(--font-body);
  --type-body-weight: var(--weight-normal);
  --type-body-leading: var(--leading-normal);
  --type-label-font: var(--font-body);
  --type-label-weight: var(--weight-medium);
  --type-label-tracking: var(--tracking-wide);
  --type-mono-font: var(--font-mono);
  --type-mono-weight: var(--weight-normal);
}
:root {
  --space-0: 0;
  --space-px: 1px;
  --space-0-5: 0.125rem;
  --space-1: 0.25rem;
  --space-1-5: 0.375rem;
  --space-2: 0.5rem;
  --space-2-5: 0.625rem;
  --space-3: 0.75rem;
  --space-3-5: 0.875rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 3.5rem;
  --space-16: 4rem;
  --space-20: 5rem;
  --space-24: 6rem;
  --space-32: 8rem;
  --space-40: 10rem;
  --space-48: 12rem;
  --radius-none: 0;
  --radius-xs: 0.25rem;
  --radius-sm: 0.375rem;
  --radius-md: 0.5rem;
  --radius-lg: 0.75rem;
  --radius-xl: 1rem;
  --radius-2xl: 1.25rem;
  --radius-3xl: 1.5rem;
  --radius-full: 9999px;
  --container-xs: 20rem;
  --container-sm: 30rem;
  --container-md: 45rem;
  --container-lg: 60rem;
  --container-xl: 75rem;
  --container-2xl: 90rem;
  --sidebar-width: 14rem;
  --sidebar-width-lg: 16rem;
  --header-height: 3.25rem;
  --tab-bar-height: 2.75rem;
}
:root {
  --shadow-xs: 0 1px 2px 0 oklch(0% 0 0 / 0.06);
  --shadow-sm: 0 1px 3px 0 oklch(0% 0 0 / 0.08),
               0 1px 2px -1px oklch(0% 0 0 / 0.05);
  --shadow-md: 0 4px 8px -2px oklch(0% 0 0 / 0.10),
               0 2px 4px -2px oklch(0% 0 0 / 0.06);
  --shadow-lg: 0 10px 20px -4px oklch(0% 0 0 / 0.12),
               0 4px 8px -4px oklch(0% 0 0 / 0.07);
  --shadow-xl: 0 20px 36px -6px oklch(0% 0 0 / 0.14),
               0 8px 16px -6px oklch(0% 0 0 / 0.08);
  --shadow-2xl: 0 32px 56px -10px oklch(0% 0 0 / 0.18);
  --shadow-card: 0 0 0 1px var(--border-subtle), var(--shadow-sm);
  --shadow-panel: 0 0 0 1px var(--border-default), var(--shadow-lg);
  --shadow-modal: 0 0 0 1px var(--border-strong), var(--shadow-xl);
  --glow-accent: 0 0 0 3px oklch(57% 0.27 262 / 0.18);
  --glow-success: 0 0 0 3px oklch(55% 0.20 160 / 0.18);
  --glow-danger: 0 0 0 3px oklch(52% 0.22 25  / 0.18);
  --glow-warning: 0 0 0 3px oklch(64% 0.19 80  / 0.15);
  --ring-focus: 0 0 0 2px var(--color-neutral-0), 0 0 0 4px var(--accent);
  --ring-danger: 0 0 0 2px var(--color-neutral-0), 0 0 0 4px var(--color-danger-500);
  --inset-shadow: inset 0 1px 2px oklch(0% 0 0 / 0.06);
}
:root {
  --ease-default: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-sharp: cubic-bezier(0.25, 0, 0, 1);
  --ease-bounce: cubic-bezier(0.34, 1.4, 0.64, 1);
  --duration-instant: 50ms;
  --duration-fast: 120ms;
  --duration-default: 200ms;
  --duration-slow: 350ms;
  --duration-xslow: 500ms;
  --duration-page: 400ms;
  --transition-colors: color             var(--duration-fast)    var(--ease-out),
                          background-color  var(--duration-fast)    var(--ease-out),
                          border-color      var(--duration-fast)    var(--ease-out),
                          fill              var(--duration-fast)    var(--ease-out);
  --transition-transform: transform         var(--duration-fast)    var(--ease-default);
  --transition-opacity: opacity           var(--duration-default) var(--ease-out);
  --transition-shadow: box-shadow        var(--duration-default) var(--ease-out);
  --transition-all: all               var(--duration-default) var(--ease-default);
}
@keyframes cf-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes cf-fade-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cf-fade-up {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cf-slide-in-right {
  from {
    opacity: 0;
    transform: translateX(16px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes cf-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: var(--font-body);
    --font-mono: var(--font-mono);
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-100: oklch(93.6% 0.032 17.717);
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-700: oklch(50.5% 0.213 27.518);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-amber-50: oklch(98.7% 0.022 95.277);
    --color-amber-100: oklch(96.2% 0.059 95.617);
    --color-amber-300: oklch(87.9% 0.169 91.605);
    --color-amber-500: oklch(76.9% 0.188 70.08);
    --color-amber-600: oklch(66.6% 0.179 58.318);
    --color-amber-700: oklch(55.5% 0.163 48.998);
    --color-amber-800: oklch(47.3% 0.137 46.201);
    --color-green-500: oklch(72.3% 0.219 149.579);
    --color-emerald-100: oklch(95% 0.052 163.051);
    --color-emerald-500: oklch(69.6% 0.17 162.48);
    --color-emerald-600: oklch(59.6% 0.145 163.225);
    --color-emerald-800: oklch(43.2% 0.095 166.913);
    --color-violet-100: oklch(94.3% 0.029 294.588);
    --color-violet-700: oklch(49.1% 0.27 292.581);
    --color-slate-50: oklch(98.4% 0.003 247.858);
    --color-slate-100: oklch(96.8% 0.007 247.896);
    --color-slate-200: oklch(92.9% 0.013 255.508);
    --color-slate-300: oklch(86.9% 0.022 252.894);
    --color-slate-400: oklch(70.4% 0.04 256.788);
    --color-slate-500: oklch(55.4% 0.046 257.417);
    --color-slate-600: oklch(44.6% 0.043 257.281);
    --color-slate-700: oklch(37.2% 0.044 257.287);
    --color-slate-800: oklch(27.9% 0.041 260.031);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-neutral-50: oklch(98.5% 0 0);
    --color-neutral-100: oklch(97% 0 0);
    --color-neutral-200: oklch(92.2% 0 0);
    --color-neutral-300: oklch(87% 0 0);
    --color-neutral-400: oklch(70.8% 0 0);
    --color-neutral-500: oklch(55.6% 0 0);
    --color-neutral-600: oklch(43.9% 0 0);
    --color-neutral-700: oklch(37.1% 0 0);
    --color-neutral-800: oklch(26.9% 0 0);
    --color-neutral-900: oklch(20.5% 0 0);
    --color-neutral-950: oklch(14.5% 0 0);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-xs: 20rem;
    --container-sm: 24rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --container-xl: 36rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-6xl: 3.75rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-normal: 0em;
    --tracking-wide: 0.025em;
    --tracking-wider: 0.05em;
    --tracking-widest: 0.1em;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --leading-loose: 2;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-fg-1: var(--fg-1);
    --color-fg-2: var(--fg-2);
    --color-fg-3: var(--fg-3);
    --color-border-subtle: var(--border-subtle);
    --sidebar-width-lg: 260px;
    --font-display: var(--font-display);
    --color-brand-50: var(--color-accent-50);
    --color-brand-100: var(--color-accent-100);
    --color-brand-200: var(--color-accent-200);
    --color-brand-500: var(--color-accent-500);
    --color-brand-600: var(--color-accent-600);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .inset-0 {
    inset: 0;
  }
  .right-6 {
    right: calc(var(--spacing) * 6);
  }
  .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-1 {
    margin-top: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .\!mb-0 {
    margin-bottom: 0 !important;
  }
  .mb-1 {
    margin-bottom: var(--spacing);
  }
  .mb-1\.5 {
    margin-bottom: calc(var(--spacing) * 1.5);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-7 {
    margin-bottom: calc(var(--spacing) * 7);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-7 {
    height: calc(var(--spacing) * 7);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[42px\] {
    height: 42px;
  }
  .h-full {
    height: 100%;
  }
  .min-h-0 {
    min-height: 0;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .\!w-auto {
    width: auto !important;
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-7 {
    width: calc(var(--spacing) * 7);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[360px\] {
    max-width: 360px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-\[10rem\] {
    min-width: 10rem;
  }
  .min-w-\[12rem\] {
    min-width: 12rem;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .space-y-1 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(var(--spacing) * var(--tw-space-y-reverse));
      margin-block-end: calc(var(--spacing) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .divide-y {
    :where(& > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(1px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-slate-100 {
    :where(& > :not(:last-child)) {
      border-color: var(--color-slate-100);
    }
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-border-subtle {
    border-color: var(--color-border-subtle);
  }
  .border-brand-200 {
    border-color: var(--color-brand-200);
  }
  .border-slate-100 {
    border-color: var(--color-slate-100);
  }
  .border-slate-200 {
    border-color: var(--color-slate-200);
  }
  .border-slate-300 {
    border-color: var(--color-slate-300);
  }
  .border-white\/10 {
    border-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-amber-50 {
    background-color: var(--color-amber-50);
  }
  .bg-amber-100 {
    background-color: var(--color-amber-100);
  }
  .bg-amber-500 {
    background-color: var(--color-amber-500);
  }
  .bg-brand-50 {
    background-color: var(--color-brand-50);
  }
  .bg-brand-100 {
    background-color: var(--color-brand-100);
  }
  .bg-brand-500 {
    background-color: var(--color-brand-500);
  }
  .bg-brand-600 {
    background-color: var(--color-brand-600);
  }
  .bg-emerald-100 {
    background-color: var(--color-emerald-100);
  }
  .bg-emerald-500 {
    background-color: var(--color-emerald-500);
  }
  .bg-green-500 {
    background-color: var(--color-green-500);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .bg-red-100 {
    background-color: var(--color-red-100);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .bg-slate-50 {
    background-color: var(--color-slate-50);
  }
  .bg-slate-100 {
    background-color: var(--color-slate-100);
  }
  .bg-slate-300 {
    background-color: var(--color-slate-300);
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .bg-violet-100 {
    background-color: var(--color-violet-100);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/5 {
    background-color: color-mix(in srgb, #fff 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 5%, transparent);
    }
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .px-1 {
    padding-inline: var(--spacing);
  }
  .px-1\.5 {
    padding-inline: calc(var(--spacing) * 1.5);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-2\.5 {
    padding-inline: calc(var(--spacing) * 2.5);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .\!py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5) !important;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pb-3 {
    padding-bottom: calc(var(--spacing) * 3);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[0\.6rem\] {
    font-size: 0.6rem;
  }
  .text-\[0\.65rem\] {
    font-size: 0.65rem;
  }
  .text-\[10px\] {
    font-size: 10px;
  }
  .text-\[11px\] {
    font-size: 11px;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  .text-amber-600 {
    color: var(--color-amber-600);
  }
  .text-amber-700 {
    color: var(--color-amber-700);
  }
  .text-amber-800 {
    color: var(--color-amber-800);
  }
  .text-brand-600 {
    color: var(--color-brand-600);
  }
  .text-emerald-600 {
    color: var(--color-emerald-600);
  }
  .text-emerald-800 {
    color: var(--color-emerald-800);
  }
  .text-fg-1 {
    color: var(--color-fg-1);
  }
  .text-fg-2 {
    color: var(--color-fg-2);
  }
  .text-fg-3 {
    color: var(--color-fg-3);
  }
  .text-red-600 {
    color: var(--color-red-600);
  }
  .text-red-700 {
    color: var(--color-red-700);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .text-slate-400 {
    color: var(--color-slate-400);
  }
  .text-slate-500 {
    color: var(--color-slate-500);
  }
  .text-slate-600 {
    color: var(--color-slate-600);
  }
  .text-slate-700 {
    color: var(--color-slate-700);
  }
  .text-slate-800 {
    color: var(--color-slate-800);
  }
  .text-slate-900 {
    color: var(--color-slate-900);
  }
  .text-violet-700 {
    color: var(--color-violet-700);
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/25 {
    color: color-mix(in srgb, #fff 25%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 25%, transparent);
    }
  }
  .text-white\/30 {
    color: color-mix(in srgb, #fff 30%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 30%, transparent);
    }
  }
  .text-white\/40 {
    color: color-mix(in srgb, #fff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }
  .text-white\/90 {
    color: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .uppercase {
    text-transform: uppercase;
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .no-underline {
    text-decoration-line: none;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-2 {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .ring-amber-300 {
    --tw-ring-color: var(--color-amber-300);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:text-white\/70 {
    &:hover {
      @media (hover: hover) {
        color: color-mix(in srgb, #fff 70%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          color: color-mix(in oklab, var(--color-white) 70%, transparent);
        }
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .sm\:col-span-2 {
    @media (width >= 40rem) {
      grid-column: span 2 / span 2;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
}
@layer base {
  html, body {
    height: 100%;
  }
  html {
    scroll-behavior: smooth;
  }
  body {
    font-family: var(--font-body);
    font-size: var(--text-sm);
    color: var(--fg-1);
    background: var(--surface-base);
    -webkit-font-smoothing: antialiased;
  }
  h1, h2, h3, h4 {
    font-family: var(--font-display);
    letter-spacing: var(--tracking-snug);
  }
  input, select, textarea, button {
    outline: none;
  }
  input:focus, select:focus, textarea:focus {
    box-shadow: var(--ring-focus);
    border-color: var(--accent) !important;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-thumb {
    background: oklch(0% 0 0 / 0.15);
    border-radius: 2px;
  }
}
@layer components {
  .btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 600;
    line-height: var(--leading-tight);
    letter-spacing: var(--tracking-snug);
    color: var(--accent-fg);
    background: var(--accent);
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background var(--duration-fast) var(--ease-out), transform 100ms var(--ease-default);
  }
  .btn-primary:hover {
    background: var(--accent-hover);
  }
  .btn-primary:active {
    transform: scale(0.97);
    background: var(--accent-active);
  }
  .btn-primary:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }
  .btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 600;
    color: var(--fg-1);
    background: var(--surface-page);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-colors), transform 100ms var(--ease-default);
  }
  .btn-secondary:hover {
    background: var(--surface-elevated);
  }
  .btn-secondary:active {
    transform: scale(0.97);
  }
  .btn-ghost {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 12px;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--fg-2);
    background: transparent;
    border: 1px solid transparent;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: var(--transition-colors), transform 100ms var(--ease-default);
  }
  .btn-ghost:hover {
    background: var(--surface-elevated);
    color: var(--fg-1);
  }
  .btn-ghost:active {
    transform: scale(0.97);
  }
  .card {
    background: var(--surface-page);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-card);
    overflow: hidden;
  }
  .g-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), inset 0 1px 0 rgba(255, 255, 255, 1);
    border-radius: var(--radius-lg);
    padding: 18px 20px;
  }
  .dot-grid {
    background-image: radial-gradient(circle at 1.5px 1.5px, rgba(148, 163, 184, 0.28) 1.5px, transparent 0);
    background-size: 24px 24px;
    background-color: var(--color-neutral-100);
  }
  .input {
    width: 100%;
    padding: 8px 12px;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    color: var(--fg-1);
    background: var(--surface-page);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-md);
    transition: border-color var(--duration-fast), box-shadow var(--duration-fast);
  }
  .input::placeholder {
    color: var(--fg-3);
  }
  .label {
    display: block;
    font-size: var(--text-sm);
    font-weight: 500;
    color: var(--fg-2);
  }
  .section-label {
    margin: 0 0 12px;
    font-size: var(--text-xs);
    font-weight: 600;
    color: var(--fg-3);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wider);
  }
  .badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 7px;
    font-size: var(--text-xs);
    font-weight: 500;
    color: var(--fg-2);
    background: var(--surface-elevated);
    border: 1px solid var(--border-default);
    border-radius: var(--radius-full);
    white-space: nowrap;
  }
  .badge-brand {
    color: var(--color-accent-600);
    background: var(--accent-subtle);
    border-color: var(--color-accent-100);
  }
  .badge-green, .badge-success {
    color: var(--color-success-600);
    background: var(--color-success-50);
    border-color: var(--color-success-100);
  }
  .badge-warning {
    color: var(--color-warning-600);
    background: var(--color-warning-50);
    border-color: var(--color-warning-100);
  }
  .badge-danger {
    color: var(--color-danger-600);
    background: var(--color-danger-50);
    border-color: var(--color-danger-100);
  }
  .badge-info {
    color: var(--color-info-600);
    background: var(--color-info-50);
    border-color: var(--color-info-100);
  }
  .badge-dot::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: currentColor;
    flex-shrink: 0;
  }
  .auth-shell {
    min-height: 100vh;
    display: flex;
  }
  .auth-left {
    width: 42%;
    background: #08091a;
    padding: 52px 56px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
  }
  .auth-left-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1.5px 1.5px, rgba(255, 255, 255, 0.06) 1.5px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
  }
  .auth-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background: var(--surface-base);
  }
  .auth-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.6);
  }
  .auth-feature-icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(43, 92, 230, 0.35);
    border: 1px solid rgba(43, 92, 230, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 10px;
    color: #2b5ce6;
  }
  .app-shell {
    display: flex;
    min-height: 0;
    flex: 1;
    overflow: hidden;
    height: 100vh;
  }
  .app-sidebar {
    width: var(--sidebar-width-lg);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    background: #08091a;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
    overflow: hidden;
  }
  .sidebar-grid {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1.5px 1.5px, rgba(255, 255, 255, 0.04) 1.5px, transparent 0);
    background-size: 24px 24px;
    pointer-events: none;
  }
  .sidebar-logo {
    padding: 18px 20px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
  }
  .sidebar-section {
    padding: 14px 16px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  .sidebar-label {
    font-size: var(--text-xs);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.3);
    text-transform: uppercase;
    letter-spacing: var(--tracking-wider);
  }
  .sidebar-add {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-sm);
    padding: 3px 8px;
    font-size: var(--text-xs);
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-weight: 500;
    transition: all 120ms;
  }
  .sidebar-add:hover {
    color: rgba(255, 255, 255, 0.8);
    border-color: rgba(255, 255, 255, 0.15);
  }
  .sidebar-list {
    flex: 1;
    overflow-y: auto;
    padding: 4px 8px;
    position: relative;
  }
  .sidebar-footer {
    padding: 12px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
  }
  .site-row {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-radius: var(--radius-md);
    border: none;
    border-left: 2px solid transparent;
    cursor: pointer;
    text-align: left;
    background: transparent;
    transition: all 120ms;
    font-size: var(--text-sm);
    color: rgba(255, 255, 255, 0.5);
  }
  .site-row:hover {
    background: rgba(255, 255, 255, 0.05);
  }
  .site-row-active {
    background: rgba(43, 92, 230, 0.18);
    border-left-color: #2b5ce6;
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    box-shadow: inset 0 0 0 1px rgba(43, 92, 230, 0.2);
  }
  .site-dot-live {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-success-500);
    flex-shrink: 0;
  }
  .site-dot-warn {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-warning-500);
    flex-shrink: 0;
  }
  .site-dot-idle {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
  }
  .app-main {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-width: 0;
  }
  .site-header {
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 24px;
    gap: 12px;
    border-bottom: 1px solid var(--border-subtle);
    background: var(--surface-page);
    flex-shrink: 0;
  }
  .site-header-title {
    margin: 0;
    font-size: var(--text-lg);
    font-family: var(--font-display);
    font-weight: 700;
    color: var(--fg-1);
    letter-spacing: var(--tracking-snug);
  }
  .tab-bar {
    display: flex;
    padding: 0 24px;
    background: var(--surface-page);
    border-bottom: 1px solid var(--border-subtle);
    flex-shrink: 0;
  }
  .tab {
    display: inline-flex;
    align-items: center;
    padding: 11px 14px;
    font-size: var(--text-sm);
    font-family: var(--font-body);
    font-weight: 400;
    color: var(--fg-3);
    text-decoration: none;
    background: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: color 120ms, border-color 120ms;
  }
  .tab:hover {
    color: var(--fg-1);
  }
  .tab-active {
    font-weight: 600;
    color: var(--fg-1);
    border-bottom-color: var(--accent);
  }
  .tab-badge {
    margin-left: 4px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 700;
    color: white;
    background: var(--color-warning-500);
    border-radius: var(--radius-full);
  }
  .app-panel-scroll {
    flex: 1;
    overflow-y: auto;
    padding: 24px;
    background: var(--surface-base);
  }
  .tab-hint {
    flex-shrink: 0;
    padding: 8px 24px;
    font-size: var(--text-xs);
    color: var(--fg-3);
    background: var(--surface-page);
    border-bottom: 1px solid var(--border-subtle);
  }
  .quick-bar {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    padding: 8px 24px;
    background: var(--surface-elevated);
    border-bottom: 1px solid var(--border-subtle);
  }
  .section-box {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    background: var(--surface-elevated);
    padding: var(--space-4);
  }
  .section-box-highlight {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    background: var(--surface-page);
    padding: 24px;
    box-shadow: var(--shadow-card);
  }
  .stat-card {
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    background: var(--surface-page);
    padding: var(--space-4);
    text-align: center;
    box-shadow: var(--shadow-card);
  }
  .code-block {
    position: relative;
    overflow-x: auto;
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #0d1117;
    padding: 20px 24px;
    font-family: var(--font-mono);
    font-size: var(--text-sm);
    line-height: 1.7;
    color: #a5b4c8;
  }
  .embed-tab {
    display: block;
    width: 100%;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-default);
    background: var(--surface-page);
    padding: 12px 14px;
    text-align: left;
    cursor: pointer;
    transition: var(--transition-colors);
  }
  .embed-tab-active {
    border: 2px solid var(--accent);
    background: var(--accent-subtle);
    box-shadow: var(--glow-accent);
  }
  .embed-tabs-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }
  @media (min-width: 640px) {
    .embed-tabs-grid {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .alert-info {
    display: flex;
    gap: 10px;
    padding: 11px 14px;
    background: var(--color-info-50);
    border: 1px solid var(--color-info-200);
    border-radius: var(--radius-lg);
    color: var(--color-info-600);
    font-size: var(--text-xs);
  }
  .alert-success {
    display: flex;
    gap: 10px;
    padding: 11px 14px;
    background: var(--color-success-50);
    border: 1px solid var(--color-success-200);
    border-radius: var(--radius-lg);
    color: var(--color-success-600);
    font-size: var(--text-xs);
  }
  .alert-warning {
    display: flex;
    gap: 10px;
    padding: 11px 14px;
    background: var(--color-warning-50);
    border: 1px solid var(--color-warning-200);
    border-radius: var(--radius-lg);
    color: var(--color-warning-600);
    font-size: var(--text-xs);
  }
  .fade-in, .tab-panel-enter {
    animation: cf-fade-up 0.22s var(--ease-default) both;
  }
  .pulse-dot {
    position: relative;
    display: inline-flex;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
  }
  .pulse-dot::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: inherit;
    opacity: 0.55;
    animation: cf-ping 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
  }
  .pulse-dot::after {
    content: "";
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
  }
}
@keyframes cf-fade-up {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cf-ping {
  75%, 100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fade-in, .tab-panel-enter, .pulse-dot::before {
    animation: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .fade-in, .tab-panel-enter, .pulse-dot::before {
    animation: none;
  }
}
.panel-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.panel {
  animation: cf-fade-up 0.22s var(--ease-default) both;
}
.card-pad {
  padding: 20px 24px;
}
.overview-layout, .tab-page.tab-panel-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  width: 100%;
}
.text-h3 {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
  font-family: var(--font-display);
}
.text-body {
  font-size: var(--text-sm);
  color: var(--fg-2);
  line-height: 1.5;
}
.text-hint {
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.5;
}
.text-mono {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  color: var(--fg-3);
}
.code-inline {
  font-family: var(--font-mono);
  font-size: 0.9em;
  padding: 1px 6px;
  border-radius: var(--radius-sm);
  background: var(--surface-elevated);
  color: var(--fg-1);
}
.step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  font-size: var(--text-xs);
  font-weight: 700;
  color: white;
  background: var(--accent);
  flex-shrink: 0;
}
.stat-grid {
  display: grid;
  gap: 12px;
}
.stat-grid-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 640px) {
  .stat-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.g-card-grid {
  border-radius: var(--radius-xl);
  padding: 20px;
  border: 1px solid var(--border-subtle);
  background-color: var(--color-neutral-100);
}
.stat-grid .g-card {
  padding: 18px 20px;
  min-height: 96px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.status-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface-page);
  padding: 16px;
  text-align: left;
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--duration-fast);
}
#site-status-panel .status-card {
  text-align: left;
}
.status-card-click:hover {
  box-shadow: var(--shadow-panel);
}
.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
}
.toolbar-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex: 1;
}
.toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-left: auto;
}
.ds-table {
  width: 100%;
  border-collapse: collapse;
  font-size: var(--text-sm);
}
.ds-table th {
  padding: 10px 12px 10px 0;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  text-align: left;
  border-bottom: 1px solid var(--border-subtle);
}
.ds-table td {
  padding: 11px 12px 11px 0;
  vertical-align: top;
  border-top: 1px solid var(--border-subtle);
  color: var(--fg-1);
}
.ds-table tr:first-child td {
  border-top: none;
}
.ds-table .cell-muted {
  color: var(--fg-3);
  font-family: var(--font-mono);
  font-size: var(--text-xs);
}
.setup-progress {
  padding: 16px 24px;
  background: var(--surface-page);
  border-bottom: 1px solid var(--border-subtle);
}
.setup-wizard-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.setup-wizard-hint {
  margin: 12px 0 0;
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.5;
}
.setup-steps-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
@media (min-width: 768px) {
  .setup-steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.setup-section-head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.setup-section-title {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
}
.setup-section-sub {
  margin: 4px 0 0;
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.5;
}
.setup-subsection {
  margin-top: 16px;
  padding: 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.setup-subsection-title {
  margin: 0 0 8px;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
}
.code-block-wrap {
  position: relative;
}
.code-block-wrap .btn-primary {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}
.status-card-ok {
  border-color: var(--color-success-200);
  background: var(--color-success-50);
}
.status-card-ok .status-card-value {
  color: var(--color-success-700);
}
.status-card-pending .status-card-value {
  color: var(--fg-2);
}
.status-card-label {
  margin: 0 0 6px;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--fg-3);
}
.status-card-value {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
}
.live-check-box {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.setup-step {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-default);
  background: var(--surface-page);
  padding: 10px 12px;
  text-align: left;
  cursor: pointer;
  transition: all var(--duration-fast);
  color: var(--fg-3);
}
.setup-step:hover {
  border-color: var(--accent);
  color: var(--fg-1);
}
.setup-step-done {
  border-color: var(--color-success-200);
  background: var(--color-success-50);
  color: var(--color-success-600);
}
.setup-step-active {
  border-color: var(--accent);
  background: var(--accent-subtle);
  color: var(--fg-1);
  box-shadow: var(--glow-accent);
}
.setup-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 700;
  flex-shrink: 0;
}
.setup-step-icon-done {
  background: var(--color-success-500);
  color: white;
}
.setup-step-icon-active {
  background: var(--accent);
  color: white;
}
.setup-step-icon-idle {
  background: var(--surface-elevated);
  color: var(--fg-3);
}
.action-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-radius: var(--radius-lg);
  font-size: var(--text-sm);
}
.action-banner-text {
  margin: 0;
  flex: 1;
  min-width: min(100%, 220px);
  font-size: var(--text-sm);
  font-weight: 500;
  line-height: 1.45;
}
.action-banner-warning {
  background: var(--color-warning-50);
  border: 1px solid var(--color-warning-200);
  color: var(--color-warning-600);
}
.action-banner-warning .action-banner-text {
  color: var(--color-warning-700);
}
.action-banner-danger {
  background: var(--color-danger-50);
  border: 1px solid var(--color-danger-200);
  color: var(--color-danger-600);
}
.action-banner-danger .action-banner-text {
  color: var(--color-danger-700);
}
.check-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  font-size: var(--text-xs);
}
.check-row-ok {
  background: var(--color-success-50);
  border-color: var(--color-success-100);
  color: var(--color-success-600);
}
.check-row-warn {
  background: var(--color-warning-50);
  border-color: var(--color-warning-100);
  color: var(--color-warning-600);
}
.check-row-muted {
  background: var(--surface-elevated);
  color: var(--fg-2);
}
.settings-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
@media (min-width: 1024px) {
  .settings-layout {
    grid-template-columns: 1fr 320px;
  }
}
.settings-preview {
  position: sticky;
  top: 24px;
  padding: 20px 24px;
  background: var(--surface-page);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card);
}
.preview-frame {
  background-image: radial-gradient(circle at 1.5px 1.5px, rgba(148, 163, 184, 0.3) 1.5px, transparent 0);
  background-size: 24px 24px;
  background-color: var(--color-neutral-100);
  border-radius: var(--radius-xl);
  padding: 28px 20px 24px;
  border: 1px solid var(--border-subtle);
}
.team-layout {
  max-width: 540px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.team-member {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.team-member:last-child {
  border-bottom: none;
}
.team-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--accent-subtle);
  border: 1px solid var(--color-accent-100);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--text-xs);
  font-weight: 700;
  color: var(--accent);
  flex-shrink: 0;
}
.progress-bar {
  height: 3px;
  background: var(--surface-elevated);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--color-accent-400));
  border-radius: var(--radius-full);
  transition: width 0.12s linear;
  box-shadow: 0 0 10px 1px var(--accent);
}
.scan-terminal {
  background: #0d1117;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.scan-terminal-bar {
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.02);
}
.scan-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  opacity: 0.9;
}
.scan-feed {
  padding: 14px 16px;
  max-height: 300px;
  overflow-y: auto;
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 17px;
}
.btn-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-danger-600);
  background: var(--color-danger-50);
  border: 1px solid var(--color-danger-200);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-colors);
}
.btn-danger:hover {
  background: var(--color-danger-100);
}
.bulk-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  padding: 12px 16px;
  background: var(--accent-subtle);
  border: 1px solid var(--color-accent-100);
  border-radius: var(--radius-lg);
  font-size: var(--text-xs);
}
.bulk-bar.hidden {
  display: none !important;
}
.bulk-count {
  min-width: 5.5rem;
  color: var(--fg-2);
}
.empty-state {
  padding: 32px 16px;
  text-align: center;
  font-size: var(--text-sm);
  color: var(--fg-3);
}
.alert-title {
  margin: 0 0 2px;
  font-size: var(--text-sm);
  font-weight: 600;
}
.alert-body {
  margin: 0;
  font-size: var(--text-xs);
  line-height: 1.5;
  opacity: 0.85;
}
.alert-icon {
  flex-shrink: 0;
  font-weight: 700;
  font-size: var(--text-sm);
  padding-top: 1px;
}
.toast-ds {
  pointer-events: none;
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  padding: 12px 20px;
  font-size: var(--text-sm);
  color: white;
  background: #08091a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-modal);
  opacity: 0;
  transition: opacity var(--duration-default);
}
.bar-chart {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  height: 120px;
}
.bar-chart-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.bar-chart-bar {
  width: 100%;
  max-width: 20px;
  border-radius: var(--radius-xs) var(--radius-xs) 0 0;
  background: var(--color-success-400);
  min-height: 4px;
}
.consent-bar-row {
  display: grid;
  grid-template-columns: 120px 1fr 64px;
  gap: 14px;
  align-items: center;
}
.consent-bar-track {
  height: 9px;
  background: var(--surface-elevated);
  border-radius: var(--radius-full);
  overflow: hidden;
}
.consent-bar-fill {
  height: 100%;
  border-radius: var(--radius-full);
  transition: width 0.7s var(--ease-default);
}
.details-card summary {
  cursor: pointer;
  padding: 16px 20px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-2);
  list-style: none;
}
.details-card summary::-webkit-details-marker {
  display: none;
}
.details-card summary:hover {
  color: var(--fg-1);
}
.details-card-body {
  border-top: 1px solid var(--border-subtle);
  padding: 16px 20px 20px;
}
.scan-terminal-footer {
  padding: 8px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
}
.scan-layout {
  display: grid;
  grid-template-columns: 1fr 260px;
  gap: 16px;
  align-items: start;
}
@media (max-width: 900px) {
  .scan-layout {
    grid-template-columns: 1fr;
  }
}
.scan-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.scan-feed-line {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  animation: cf-fade-up 0.15s ease-out both;
}
.scan-feed-num {
  color: rgba(255, 255, 255, 0.18);
  font-family: var(--font-mono);
  font-size: 11px;
  flex-shrink: 0;
  line-height: 17px;
  user-select: none;
}
.scan-feed-text {
  font-family: var(--font-mono);
  font-size: 11.5px;
  line-height: 17px;
  word-break: break-all;
}
.scan-line-ok {
  color: rgba(255, 255, 255, 0.38);
}
.scan-line-found {
  color: #7ee787;
}
.scan-line-info {
  color: #79c0ff;
}
.scan-line-done {
  color: #ffa657;
}
.scan-cursor {
  width: 7px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1px;
  animation: cf-glow-pulse 0.9s ease-in-out infinite;
}
@keyframes cf-glow-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}
.scan-stat-card {
  border-radius: var(--radius-lg);
  padding: 14px 16px;
  border: 1px solid var(--border-subtle);
}
.scan-stat-info {
  background: var(--color-info-50);
  border-color: var(--color-info-100);
}
.scan-stat-info .scan-stat-value {
  color: var(--color-info-600);
}
.scan-stat-success {
  background: var(--color-success-50);
  border-color: var(--color-success-100);
}
.scan-stat-success .scan-stat-value {
  color: var(--color-success-600);
}
.scan-stat-warning {
  background: var(--color-warning-50);
  border-color: var(--color-warning-100);
}
.scan-stat-warning .scan-stat-value {
  color: var(--color-warning-600);
}
.scan-stat-neutral {
  background: var(--surface-elevated);
}
.scan-stat-neutral .scan-stat-value {
  color: var(--fg-2);
}
.scan-stat-highlight {
  box-shadow: var(--glow-success);
}
.scan-stat-value {
  font-family: var(--font-display);
  font-size: var(--text-xl);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.scan-stat-label {
  margin-top: 4px;
  font-size: var(--text-xs);
  color: var(--fg-3);
}
.scan-detected-row {
  display: flex;
  align-items: center;
  gap: 7px;
  animation: cf-fade-up 0.2s ease-out both;
}
.tracker-grid-head, .tracker-row-grid {
  display: grid;
  grid-template-columns: 40px minmax(180px, 1.4fr) 80px minmax(118px, 1fr) minmax(150px, 1fr) 76px;
  gap: 10px 14px;
  align-items: start;
  padding: 14px 20px;
}
.tracker-grid-head {
  align-items: center;
}
.tracker-grid-head {
  border-bottom: 1px solid var(--border-subtle);
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  background: var(--surface-elevated);
}
.tracker-table.card {
  padding: 0;
}
.tracker-table .tracker-grid-head, .tracker-table .tracker-row-grid {
  padding-left: 20px;
  padding-right: 20px;
}
.cat-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 150px;
  padding: 6px 28px 6px 10px;
  font-size: var(--text-xs);
  color: var(--fg-1);
  background: var(--surface-page);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.cat-select.ring-2 {
  box-shadow: 0 0 0 2px var(--color-warning-200);
  background-color: var(--color-warning-50);
}
#trackers-alerts:empty {
  display: none;
}
#trackers-alerts .alert-warning {
  margin: 0;
}
.tracker-row-grid {
  border-bottom: 1px solid var(--border-subtle);
}
.tracker-row-grid.tracker-row-review {
  background: var(--color-warning-50);
  border-left: 3px solid var(--color-warning-400);
  padding-left: 17px;
}
.tracker-cell-check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tracker-cell-allow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.tracker-allow-label {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--fg-3);
  cursor: pointer;
  white-space: nowrap;
}
.tracker-scan-suggest {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}
.tracker-scan-suggest .badge {
  font-size: 10px;
}
.tracker-table .bulk-bar {
  margin: 0;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  background: var(--color-accent-50);
}
.tracker-scan-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 12px;
  font-size: var(--text-xs);
  color: var(--fg-3);
}
.tracker-scan-meta span {
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: var(--surface-elevated);
  border: 1px solid var(--border-subtle);
}
.tracker-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.tracker-stat-pill {
  font-size: var(--text-xs);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  background: var(--surface-page);
  border: 1px solid var(--border-subtle);
  color: var(--fg-2);
}
.tracker-stat-warn {
  background: var(--color-warning-50);
  border-color: var(--color-warning-200);
  color: var(--color-warning-800);
}
.tracker-stat-blocked {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}
.tracker-stat-allowed {
  background: #ecfdf5;
  border-color: #a7f3d0;
  color: #065f46;
}
.tracker-stat-info {
  background: var(--accent-subtle);
  border-color: var(--color-accent-100);
  color: var(--color-accent-700);
}
.tracker-toolbar-filters {
  flex-wrap: wrap;
}
.tracker-filter-check {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: var(--text-xs);
  color: var(--fg-2);
  cursor: pointer;
  white-space: nowrap;
}
.alert-info {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-accent-200);
  background: linear-gradient(135deg, var(--accent-subtle), var(--surface-page));
  color: var(--fg-1);
}
.alert-info .alert-body {
  opacity: 1;
}
.alert-warning {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-warning-200);
  background: var(--color-warning-50);
  color: var(--fg-1);
}
.alert-warning .alert-body {
  opacity: 1;
}
.tracker-row-grid.tracker-row-review .tracker-name {
  font-weight: 600;
}
.tracker-row-grid:last-child {
  border-bottom: none;
}
.tracker-row-grid.tracker-hidden {
  display: none;
}
.tracker-cell-script {
  min-width: 0;
}
.tracker-cell-badge {
  display: flex;
  align-items: flex-start;
  padding-top: 2px;
}
.tracker-cell-block .badge {
  font-size: 10px;
  line-height: 1.35;
  white-space: normal;
  max-width: 140px;
}
.tracker-cat-hint {
  font-size: 10px;
  color: var(--fg-3);
  line-height: 1.3;
}
.tracker-cell-badge .badge {
  white-space: nowrap;
}
.tracker-cell-cat {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tracker-cell-cat .cat-select {
  max-width: none;
  width: 100%;
}
.tracker-name {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-1);
  margin-bottom: 2px;
}
.tracker-src {
  font-size: var(--text-xs);
  color: var(--fg-3);
  font-family: var(--font-mono);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tracker-list-source {
  display: block;
  margin-top: 4px;
}
.tracker-list-source .badge {
  font-size: 9px;
  padding: 2px 6px;
}
.tracker-cat-select {
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  background: var(--surface-elevated);
  border: 1px solid var(--border-default);
  border-radius: var(--radius-sm);
  padding: 5px 26px 5px 10px;
  font-size: var(--text-xs);
  color: var(--fg-1);
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394A3B8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.tracker-cat-select.needs-review {
  box-shadow: 0 0 0 2px var(--color-warning-200);
  background-color: var(--color-warning-50);
}
.scan-modal {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.scan-modal.hidden {
  display: none !important;
}
.scan-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(8, 9, 26, 0.52);
  backdrop-filter: blur(3px);
}
.scan-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(760px, 100%);
  max-height: min(88vh, 680px);
  display: flex;
  flex-direction: column;
  background: var(--surface-page);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-modal);
  overflow: hidden;
  animation: cf-fade-up 0.22s var(--ease-default) both;
}
.scan-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 20px 14px;
  border-bottom: 1px solid var(--border-subtle);
}
.scan-modal-body {
  padding: 16px 20px 20px;
  overflow: auto;
}
.scan-modal-body .scan-layout {
  margin-top: 16px;
}
.scan-modal-body .scan-terminal {
  min-height: 220px;
}
.scan-modal-body .scan-feed {
  max-height: 240px;
}
.overview-split {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 900px) {
  .overview-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
  }
}
.overview-status-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.overview-status-row:last-of-type {
  border-bottom: none;
}
.overview-pill {
  font-size: var(--text-xs);
  font-weight: 600;
  padding: 2px 8px;
  border-radius: var(--radius-full);
  background: var(--surface-elevated);
  color: var(--fg-3);
  white-space: nowrap;
}
.overview-pill-ok {
  background: var(--color-success-50);
  color: var(--color-success-600);
}
.overview-dot-idle {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--border-strong);
  flex-shrink: 0;
}
.tab-panel.hidden {
  display: none !important;
}
.tab-panel-stack:not(.hidden) {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tab-panel {
  animation: cf-fade-up 0.22s var(--ease-default) both;
}
.tab-page.tab-panel-stack {
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
  width: 100%;
}
.tab-page {
  animation: cf-fade-up 0.22s var(--ease-default) both;
}
.alert-danger {
  padding: 11px 14px;
  background: var(--color-danger-50);
  border: 1px solid var(--color-danger-200);
  border-radius: var(--radius-lg);
  color: var(--color-danger-600);
  font-size: var(--text-xs);
}
.font-display {
  font-family: var(--font-display);
}
.consent-bar-accept {
  background: var(--color-success-400);
}
.consent-bar-reject {
  background: var(--color-danger-400);
}
.consent-bar-custom {
  background: var(--color-info-400);
}
.consent-bar-label {
  font-size: var(--text-xs);
  color: var(--fg-2);
}
.consent-bar-value {
  font-size: var(--text-xs);
  color: var(--fg-3);
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.setup-page {
  width: 100%;
  max-width: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.setup-hero {
  padding: 24px 28px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: var(--surface-page);
  box-shadow: var(--shadow-card);
  background-image: radial-gradient(circle at 1.5px 1.5px, rgba(148, 163, 184, 0.22) 1.5px, transparent 0);
  background-size: 24px 24px;
}
.setup-hero-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.setup-hero-title {
  margin: 6px 0 8px;
  font-family: var(--font-display);
  font-size: var(--text-2xl);
  font-weight: 700;
  letter-spacing: var(--tracking-tight);
  color: var(--fg-1);
}
.setup-hero-sub {
  margin: 0;
  max-width: 42rem;
  font-size: var(--text-sm);
  color: var(--fg-3);
  line-height: 1.55;
}
.setup-progress-wrap {
  min-width: 180px;
  text-align: right;
}
.setup-progress-label {
  display: block;
  margin-bottom: 8px;
  font-size: var(--text-xs);
  font-weight: 600;
  color: var(--fg-2);
}
.setup-progress-track {
  height: 6px;
  border-radius: var(--radius-full);
  background: var(--surface-elevated);
  overflow: hidden;
}
.setup-progress-fill {
  height: 100%;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, var(--accent), var(--color-accent-400));
  transition: width 0.4s var(--ease-default);
}
.setup-rail {
  display: flex;
  align-items: center;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--border-subtle);
}
.setup-rail-step {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
}
.setup-rail-dot {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 700;
  background: var(--surface-elevated);
  color: var(--fg-3);
  border: 1px solid var(--border-default);
}
.setup-rail-dot-active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
  box-shadow: 0 0 0 4px var(--accent-subtle);
}
.setup-rail-dot-done {
  background: var(--color-success-500);
  color: white;
  border-color: var(--color-success-500);
}
.setup-rail-label {
  margin-left: 10px;
  font-size: var(--text-sm);
  color: var(--fg-3);
  white-space: nowrap;
}
.setup-rail-label-active {
  font-weight: 600;
  color: var(--fg-1);
}
.setup-rail-label-done {
  color: var(--color-success-600);
  font-weight: 500;
}
.setup-rail-line {
  flex: 1;
  height: 2px;
  margin: 0 14px;
  min-width: 24px;
  border-radius: 1px;
  background: var(--border-default);
}
.setup-rail-line-done {
  background: var(--color-success-200);
}
.setup-next {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-accent-200);
  background: var(--accent-subtle);
}
.setup-next-kicker {
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--color-accent-600);
}
.setup-next-msg {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-1);
  line-height: 1.45;
}
.setup-checklist-bar {
  width: 100%;
}
.setup-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.setup-main {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.setup-checklist {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
}
.setup-checklist-horizontal {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 10px;
  margin-top: 8px;
}
.setup-checklist-horizontal .setup-check-item {
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  border-bottom: 1px solid var(--border-subtle);
  padding: 12px 14px;
}
.setup-checklist-horizontal .setup-check-item-active {
  margin: 0;
  border-color: var(--accent);
  box-shadow: var(--glow-accent);
}
.setup-check-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid var(--border-subtle);
  background: transparent;
  text-align: left;
  cursor: pointer;
}
.setup-check-item:last-child {
  border-bottom: none;
}
.setup-check-item-active {
  background: var(--accent-subtle);
  margin: 0 -12px;
  padding: 12px;
  border-radius: var(--radius-md);
  border-bottom-color: transparent;
}
.setup-check-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  background: var(--surface-elevated);
  color: var(--fg-3);
  border: 1px solid var(--border-default);
}
.setup-check-dot-active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}
.setup-check-dot-done {
  background: var(--color-success-500);
  color: white;
  border-color: var(--color-success-500);
}
.setup-check-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-1);
}
.setup-check-hint {
  display: block;
  margin-top: 3px;
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.4;
}
.setup-check-item-done .setup-check-label {
  color: var(--fg-2);
}
.setup-phase {
  overflow: hidden;
}
.setup-phase-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.setup-phase-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: var(--text-sm);
  font-weight: 700;
  color: white;
  background: var(--accent);
}
.setup-phase-title {
  margin: 0;
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--fg-1);
}
.setup-phase-desc {
  margin: 4px 0 0;
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.5;
}
.setup-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 20px 24px 0;
}
@media (min-width: 640px) {
  .setup-platform-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.setup-platform {
  display: block;
  width: 100%;
  padding: 12px 14px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-default);
  background: var(--surface-page);
  text-align: left;
  cursor: pointer;
  transition: border-color var(--duration-fast), box-shadow var(--duration-fast);
}
.setup-platform:hover {
  border-color: var(--accent);
}
.setup-platform-active {
  border: 2px solid var(--accent);
  background: var(--accent-subtle);
  box-shadow: var(--glow-accent);
}
.setup-platform-name {
  display: block;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
}
.setup-platform-tag {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--fg-3);
}
.setup-platform-active .setup-platform-tag {
  color: var(--color-accent-700);
}
.setup-install-panel {
  padding: 20px 24px;
}
.setup-install-note {
  margin: 0 0 12px;
  font-size: var(--text-sm);
  color: var(--fg-2);
  line-height: 1.5;
}
.setup-steps-list {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.setup-step-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: var(--radius-md);
  background: var(--surface-elevated);
  font-size: var(--text-sm);
  color: var(--fg-2);
  line-height: 1.45;
}
.setup-step-num-sm {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  color: white;
  background: var(--accent);
}
.setup-wp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.setup-cred-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 480px) {
  .setup-cred-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.setup-stack-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 24px 22px;
  padding: 14px 16px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.setup-stack-label {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--fg-3);
}
.setup-stack-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}
.setup-verify-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 24px 0;
}
.setup-verify-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--surface-page);
}
.setup-verify-item-done {
  border-color: var(--color-success-100);
  background: var(--color-success-50);
}
.setup-verify-idle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--border-strong);
}
.setup-verify-label {
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-1);
}
.setup-verify-sub {
  margin-top: 2px;
  font-size: var(--text-xs);
  color: var(--fg-3);
}
.setup-verify-pill {
  margin-left: auto;
  flex-shrink: 0;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  background: var(--surface-elevated);
  color: var(--fg-3);
}
.setup-verify-pill-done {
  background: var(--color-success-100);
  color: var(--color-success-700);
}
.setup-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding: 16px 24px;
}
@media (min-width: 640px) {
  .setup-stat-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.setup-stat {
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
  text-align: center;
}
.setup-stat-ok {
  border-color: var(--color-success-200);
  background: var(--color-success-50);
}
.setup-stat-label {
  display: block;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--fg-3);
}
.setup-stat-value {
  display: block;
  margin-top: 4px;
  font-size: var(--text-sm);
  font-weight: 700;
  color: var(--fg-1);
}
.setup-stat-ok .setup-stat-value {
  color: var(--color-success-700);
}
.setup-domain-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 24px 22px;
}
.setup-tools-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 900px) {
  .setup-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .setup-layout-split {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 20px;
    align-items: start;
  }
}
.setup-tool-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 10px;
}
.setup-tool-title {
  margin: 0;
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--fg-1);
}
.setup-tool-body {
  font-size: var(--text-xs);
  color: var(--fg-3);
  line-height: 1.5;
}
.setup-tool-summary {
  cursor: pointer;
  padding: 16px 20px;
  font-size: var(--text-sm);
  font-weight: 500;
  color: var(--fg-2);
  list-style: none;
}
.setup-tool-summary::-webkit-details-marker {
  display: none;
}
.setup-health-issue {
  margin: 6px 0 0;
  font-size: var(--text-xs);
  color: var(--fg-2);
}
.setup-live-url {
  margin: 0 0 8px;
  font-size: var(--text-xs);
  font-weight: 500;
  color: var(--fg-2);
}
.setup-live-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.setup-live-row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 6px 0;
  font-size: var(--text-xs);
  border-top: 1px solid var(--border-subtle);
}
.setup-live-row:first-child {
  border-top: none;
}
#live-check-results:not(.hidden) {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--surface-elevated);
}
.setup-platform-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin: 0 24px 16px;
  padding: 12px 14px;
  border-radius: var(--radius-md);
  border: 1px solid var(--color-accent-100);
  background: var(--accent-subtle);
}
.setup-platform-banner.hidden {
  display: none !important;
}
.setup-platform-banner-text {
  margin: 0;
  flex: 1;
  min-width: 200px;
  font-size: var(--text-sm);
  color: var(--fg-2);
  line-height: 1.45;
}
.setup-platform-detected {
  border-color: var(--color-success-300) !important;
  box-shadow: 0 0 0 1px var(--color-success-100);
}
.setup-platform-detected-badge {
  display: block;
  margin-top: 6px;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--color-success-600);
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
