:root {
  --radius: 8px;
  --font-sans: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 2px;
  --background: #DBF0DF;
  --foreground: #292127;
  --card: #D7E5DA;
  --card-foreground: #292127;
  --popover: #D7E5DA;
  --popover-foreground: #292127;
  --primary: #005573;
  --primary-foreground: #F4FDF6;
  --secondary: #CADECE;
  --secondary-foreground: #292127;
  --muted: #CADECE;
  --muted-foreground: #655A63;
  --accent: #9A3C00;
  --accent-foreground: #F4FDF6;
  --destructive: #94020D;
  --destructive-foreground: #F4FDF6;
  --border: #BACBBD;
  --input: #BACBBD;
  --ring: #005573;
  --chart-1: #006284;
  --chart-2: #A63038;
  --chart-3: #3F43A4;
  --chart-4: #5E7200;
  --chart-5: #732276;
  --sidebar: #D7E5DA;
  --sidebar-foreground: #292127;
  --sidebar-primary: #005573;
  --sidebar-primary-foreground: #F4FDF6;
  --sidebar-accent: #CADECE;
  --sidebar-accent-foreground: #292127;
  --sidebar-border: #BACBBD;
  --sidebar-ring: #005573;
}

.dark {
  --background: #06170B;
  --foreground: #D8E1DA;
  --card: #142017;
  --card-foreground: #D8E1DA;
  --popover: #142017;
  --popover-foreground: #D8E1DA;
  --primary: #00B3EE;
  --primary-foreground: #041107;
  --secondary: #1B2C1F;
  --secondary-foreground: #D8E1DA;
  --muted: #1B2C1F;
  --muted-foreground: #87938A;
  --accent: #FF996C;
  --accent-foreground: #041107;
  --destructive: #FD7468;
  --destructive-foreground: #041107;
  --border: #2A392E;
  --input: #2A392E;
  --ring: #00B3EE;
  --chart-1: #00B3EE;
  --chart-2: #EA6F71;
  --chart-3: #97A5FF;
  --chart-4: #859F15;
  --chart-5: #E58FE8;
  --sidebar: #142017;
  --sidebar-foreground: #D8E1DA;
  --sidebar-primary: #00B3EE;
  --sidebar-primary-foreground: #041107;
  --sidebar-accent: #1B2C1F;
  --sidebar-accent-foreground: #D8E1DA;
  --sidebar-border: #2A392E;
  --sidebar-ring: #00B3EE;
}

/* Keyboard focus. Zero specificity — override it with any plain selector. */
@layer base {
  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: var(--ring-offset, 2px);
  }
}

/* Keyboard focus. Zero specificity — override it with any plain selector. */
@layer base {
  :where(a[href], button, input, select, textarea, summary, [tabindex]:not([tabindex="-1"])):focus-visible {
    outline: 2px solid var(--ring);
    outline-offset: var(--ring-offset, 2px);
  }
}