:root:root {
  --header-height: 75px;
  --header-height-real: 75px;
  --mobile-header-height-real: 64px;
  --content-width: 640px;
  --sidebar-width: 288px;
  --page-width: 1504px;
  --logo-height: 27px;
  --font-body: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-heading: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --font-code: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}

:root {
  /* Low-specificity (0,1,0) block: safe only because the library sets no :root
     default for these. If you add a var here (or to the theme block below), add
     it to LOADER_LOW_SPECIFICITY_VARS in theme-css-var-collisions.test.ts. */
  --typography-body-font-family: var(--font-body);
  --typography-heading-font-family: var(--font-heading);
  --typography-code-font-family: var(--font-code);
}


:root {
  --accent-1: #111823;
  --accent-2: #131b28;
  --accent-3: #142849;
  --accent-4: #133162;
  --accent-5: #1a3c74;
  --accent-6: #244985;
  --accent-7: #2f589a;
  --accent-8: #3868b8;
  --accent-9: #3b82f6;
  --accent-10: #2e75e8;
  --accent-11: #85b5ff;
  --accent-12: #d0e2ff;

  --accent-a1: #b96c0003;
  --accent-a2: #dce40005;
  --accent-a3: #3189fb26;
  --accent-a4: #1e79fc44;
  --accent-a5: #2f82ff59;
  --accent-a6: #408cff6d;
  --accent-a7: #4c92fe87;
  --accent-a8: #4d90ffaa;
  --accent-a9: #3c86fef5;
  --accent-a10: #3181ffe4;
  --accent-a11: #85b5ff;
  --accent-a12: #d0e2ff;

  --accent-contrast: #fff;
  --accent-surface: #171f2780;
  --accent-indicator: #3b82f6;
  --accent-track: #3b82f6;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root {
      --accent-1: oklch(20.8% 0.0246 259.8);
      --accent-2: oklch(22.1% 0.0291 259.8);
      --accent-3: oklch(27.9% 0.0665 259.8);
      --accent-4: oklch(32% 0.0948 259.8);
      --accent-5: oklch(36.5% 0.1042 259.8);
      --accent-6: oklch(41.2% 0.1091 259.8);
      --accent-7: oklch(46.5% 0.118 259.8);
      --accent-8: oklch(52.6% 0.1356 259.8);
      --accent-9: oklch(62.3% 0.188 259.8);
      --accent-10: oklch(58.2% 0.188 259.8);
      --accent-11: oklch(77.2% 0.1255 259.8);
      --accent-12: oklch(90.9% 0.0454 259.8);

      --accent-a1: color(display-p3 0.8549 0.8745 0 / 0.005);
      --accent-a2: color(display-p3 0.9412 0.9647 0 / 0.018);
      --accent-a3: color(display-p3 0.2902 0.5373 0.9961 / 0.141);
      --accent-a4: color(display-p3 0.2235 0.4784 0.9961 / 0.253);
      --accent-a5: color(display-p3 0.2824 0.5176 1 / 0.332);
      --accent-a6: color(display-p3 0.3333 0.5529 1 / 0.412);
      --accent-a7: color(display-p3 0.3804 0.5882 1 / 0.505);
      --accent-a8: color(display-p3 0.3804 0.5804 1 / 0.641);
      --accent-a9: color(display-p3 0.3294 0.5373 1 / 0.921);
      --accent-a10: color(display-p3 0.2941 0.5137 1 / 0.856);
      --accent-a11: color(display-p3 0.5765 0.7216 1 / 0.972);
      --accent-a12: color(display-p3 0.8392 0.8941 1 / 0.986);

      --accent-contrast: #fff;
      --accent-surface: color(display-p3 0.0863 0.1176 0.1451 / 0.5);
      --accent-indicator: oklch(62.3% 0.188 259.8);
      --accent-track: oklch(62.3% 0.188 259.8);
    }
  }
}


:root {
  --grayscale-1: #121113;
  --grayscale-2: #1a191b;
  --grayscale-3: #232225;
  --grayscale-4: #2b292d;
  --grayscale-5: #323035;
  --grayscale-6: #3c393f;
  --grayscale-7: #49474e;
  --grayscale-8: #625f69;
  --grayscale-9: #6f6d78;
  --grayscale-10: #7c7a85;
  --grayscale-11: #b5b2bc;
  --grayscale-12: #eeeef0;

  --grayscale-a1: #00000000;
  --grayscale-a2: #f5f4f609;
  --grayscale-a3: #ebeaf814;
  --grayscale-a4: #eee5f81d;
  --grayscale-a5: #efe6fe25;
  --grayscale-a6: #f1e6fd30;
  --grayscale-a7: #eee9ff40;
  --grayscale-a8: #eee7ff5d;
  --grayscale-a9: #eae6fd6e;
  --grayscale-a10: #ece9fd7c;
  --grayscale-a11: #f5f1ffb7;
  --grayscale-a12: #fdfdffef;

  --grayscale-contrast: #fff;
  --grayscale-surface: rgba(0, 0, 0, 0.05);
  --grayscale-indicator: #6f6d78;
  --grayscale-track: #6f6d78;
}

@supports (color: color(display-p3 1 1 1)) {
  @media (color-gamut: p3) {
    :root {
      --grayscale-1: color(display-p3 0.07 0.067 0.074);
      --grayscale-2: color(display-p3 0.101 0.098 0.105);
      --grayscale-3: color(display-p3 0.138 0.134 0.144);
      --grayscale-4: color(display-p3 0.167 0.161 0.175);
      --grayscale-5: color(display-p3 0.196 0.189 0.206);
      --grayscale-6: color(display-p3 0.232 0.225 0.245);
      --grayscale-7: color(display-p3 0.286 0.277 0.302);
      --grayscale-8: color(display-p3 0.383 0.373 0.408);
      --grayscale-9: color(display-p3 0.434 0.428 0.467);
      --grayscale-10: color(display-p3 0.487 0.48 0.519);
      --grayscale-11: color(display-p3 0.707 0.7 0.735);
      --grayscale-12: color(display-p3 0.933 0.933 0.94);

      --grayscale-a1: #00000000;
      --grayscale-a2: #f5f4f609;
      --grayscale-a3: #ebeaf814;
      --grayscale-a4: #eee5f81d;
      --grayscale-a5: #efe6fe25;
      --grayscale-a6: #f1e6fd30;
      --grayscale-a7: #eee9ff40;
      --grayscale-a8: #eee7ff5d;
      --grayscale-a9: #eae6fd6e;
      --grayscale-a10: #ece9fd7c;
      --grayscale-a11: #f5f1ffb7;
      --grayscale-a12: #fdfdffef;

      --grayscale-contrast: #fff;
      --grayscale-surface: color(display-p3 0 0 0 / 5%);
      --grayscale-indicator: color(display-p3 0.434 0.428 0.467);
      --grayscale-track: color(display-p3 0.434 0.428 0.467);
    }
  }
}

:root {
  color-scheme: dark;
  --accent: rgba(59, 130, 246, 1);
  --background: rgba(15, 23, 42, 1);
  --border: initial;
  --sidebar-background: initial;
  --header-background: color-mix(in srgb, var(--background), transparent 30%);
  --card-background: initial;
  --theme-color: #0f172a;
}

.dark { color-scheme: dark; --background: rgba(15, 23, 42, 1); }