/* Generated from this installation's theme: `theme.toml` in the data directory. */
:root {
  color-scheme: light dark;
  --accent: #359792;
  --accent-foreground: #0b121a;
  --background: #f7fbfe;
  --border: #d6e0e7;
  --border-strong: #b9c8d3;
  --card: #ffffff;
  --card-foreground: #0d2034;
  --destructive: #e40014;
  --destructive-foreground: #f9fcfe;
  --foreground: #0d2034;
  --hairline: #0d203412;
  --input: #d6e0e7;
  --muted: #ebf3f9;
  --muted-foreground: #576574;
  --popover: #ffffff;
  --popover-foreground: #0d2034;
  --primary: #0c60a3;
  --primary-foreground: #ffffff;
  --ring: #0c60a3;
  --scrim: #0d203499;
  --secondary: #ebf3f9;
  --secondary-foreground: #0d2034;
  --shadow: #0d20340f;
  --shadow-strong: #0d203438;
  --sidebar: #0d2034;
  --sidebar-accent: #1e354b;
  --sidebar-accent-foreground: #f5f9fb;
  --sidebar-border: #1e354b;
  --sidebar-foreground: #f5f9fb;
  --sidebar-primary: #359792;
  --sidebar-primary-foreground: #0d2034;
  --sidebar-ring: #359792;
  --state-done: #009767;
  --state-done-fill: #e3f4ed;
  --state-failed: #e40014;
  --state-failed-fill: #fdeaec;
  --state-running: #0c60a3;
  --state-running-fill: #e4eef8;
  --state-stopped: #576574;
  --state-waiting: #b75000;
  --state-waiting-fill: #fdf0e2;
  --sunken: #f1f6fa;
  --font-display: "DM Serif Display", ui-serif, Georgia, Cambria, "Times New Roman", serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  --radius: 0.5rem;
}

@media (prefers-color-scheme: dark) {
  :root {
    --accent: #359792;
    --accent-foreground: #ffffff;
    --background: #0b1723;
    --border: #ffffff1f;
    --border-strong: #ffffff33;
    --card: #142537;
    --card-foreground: #f5f9fb;
    --destructive: #ff6568;
    --destructive-foreground: #f5f9fb;
    --foreground: #f5f9fb;
    --hairline: #ffffff14;
    --input: #ffffff26;
    --muted: #1e2f41;
    --muted-foreground: #a2b1b8;
    --popover: #142537;
    --popover-foreground: #f5f9fb;
    --primary: #3284d0;
    --primary-foreground: #ffffff;
    --ring: #3284d0;
    --scrim: #000000b3;
    --secondary: #1e2f41;
    --secondary-foreground: #f5f9fb;
    --shadow: #00000059;
    --shadow-strong: #00000099;
    --sidebar: #0d2034;
    --sidebar-accent: #1e354b;
    --sidebar-accent-foreground: #f5f9fb;
    --sidebar-border: #1e354b;
    --sidebar-foreground: #f5f9fb;
    --sidebar-primary: #359792;
    --sidebar-primary-foreground: #0d2034;
    --sidebar-ring: #359792;
    --state-done: #00d294;
    --state-done-fill: #0d2b23;
    --state-failed: #ff6568;
    --state-failed-fill: #33161b;
    --state-running: #3284d0;
    --state-running-fill: #10263a;
    --state-stopped: #a2b1b8;
    --state-waiting: #fcbb00;
    --state-waiting-fill: #2e2312;
    --sunken: #101f2e;
  }
}

:root[data-theme="dark"] {
  --accent: #359792;
  --accent-foreground: #ffffff;
  --background: #0b1723;
  --border: #ffffff1f;
  --border-strong: #ffffff33;
  --card: #142537;
  --card-foreground: #f5f9fb;
  --destructive: #ff6568;
  --destructive-foreground: #f5f9fb;
  --foreground: #f5f9fb;
  --hairline: #ffffff14;
  --input: #ffffff26;
  --muted: #1e2f41;
  --muted-foreground: #a2b1b8;
  --popover: #142537;
  --popover-foreground: #f5f9fb;
  --primary: #3284d0;
  --primary-foreground: #ffffff;
  --ring: #3284d0;
  --scrim: #000000b3;
  --secondary: #1e2f41;
  --secondary-foreground: #f5f9fb;
  --shadow: #00000059;
  --shadow-strong: #00000099;
  --sidebar: #0d2034;
  --sidebar-accent: #1e354b;
  --sidebar-accent-foreground: #f5f9fb;
  --sidebar-border: #1e354b;
  --sidebar-foreground: #f5f9fb;
  --sidebar-primary: #359792;
  --sidebar-primary-foreground: #0d2034;
  --sidebar-ring: #359792;
  --state-done: #00d294;
  --state-done-fill: #0d2b23;
  --state-failed: #ff6568;
  --state-failed-fill: #33161b;
  --state-running: #3284d0;
  --state-running-fill: #10263a;
  --state-stopped: #a2b1b8;
  --state-waiting: #fcbb00;
  --state-waiting-fill: #2e2312;
  --sunken: #101f2e;
}

:root[data-theme="light"] {
  --accent: #359792;
  --accent-foreground: #0b121a;
  --background: #f7fbfe;
  --border: #d6e0e7;
  --border-strong: #b9c8d3;
  --card: #ffffff;
  --card-foreground: #0d2034;
  --destructive: #e40014;
  --destructive-foreground: #f9fcfe;
  --foreground: #0d2034;
  --hairline: #0d203412;
  --input: #d6e0e7;
  --muted: #ebf3f9;
  --muted-foreground: #576574;
  --popover: #ffffff;
  --popover-foreground: #0d2034;
  --primary: #0c60a3;
  --primary-foreground: #ffffff;
  --ring: #0c60a3;
  --scrim: #0d203499;
  --secondary: #ebf3f9;
  --secondary-foreground: #0d2034;
  --shadow: #0d20340f;
  --shadow-strong: #0d203438;
  --sidebar: #0d2034;
  --sidebar-accent: #1e354b;
  --sidebar-accent-foreground: #f5f9fb;
  --sidebar-border: #1e354b;
  --sidebar-foreground: #f5f9fb;
  --sidebar-primary: #359792;
  --sidebar-primary-foreground: #0d2034;
  --sidebar-ring: #359792;
  --state-done: #009767;
  --state-done-fill: #e3f4ed;
  --state-failed: #e40014;
  --state-failed-fill: #fdeaec;
  --state-running: #0c60a3;
  --state-running-fill: #e4eef8;
  --state-stopped: #576574;
  --state-waiting: #b75000;
  --state-waiting-fill: #fdf0e2;
  --sunken: #f1f6fa;
}
