:root {
  --radius: 0px;
  --font-sans: "JetBrains Mono", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-display: "JetBrains Mono", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: ui-serif, Georgia, "Times New Roman", serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  --ring-offset: 1px;
  --background: #F4F4F2;
  --foreground: #0C0E0F;
  --card: #FFFFFF;
  --card-foreground: #0C0E0F;
  --popover: #FFFFFF;
  --popover-foreground: #0C0E0F;
  --primary: #146B35;
  --primary-foreground: #FFFFFF;
  --secondary: #E7E7E4;
  --secondary-foreground: #2C2F30;
  --muted: #E7E7E4;
  --muted-foreground: #5F6365;
  --accent: #8A5B08;
  --accent-foreground: #FFFFFF;
  --destructive: #B0201A;
  --destructive-foreground: #FFFFFF;
  --border: #D3D3CF;
  --input: #D3D3CF;
  --ring: #146B35;
  --chart-1: #146B35;
  --chart-2: #8A5B08;
  --chart-3: #1F5C9E;
  --chart-4: #7A3E9E;
  --chart-5: #4A4E50;
  --sidebar: #FFFFFF;
  --sidebar-foreground: #0C0E0F;
  --sidebar-primary: #146B35;
  --sidebar-primary-foreground: #FFFFFF;
  --sidebar-accent: #E7E7E4;
  --sidebar-accent-foreground: #0C0E0F;
  --sidebar-border: #D3D3CF;
  --sidebar-ring: #146B35;
}

.dark {
  --background: #08090A;
  --foreground: #E4E7E3;
  --card: #0F1113;
  --card-foreground: #E4E7E3;
  --popover: #0F1113;
  --popover-foreground: #E4E7E3;
  --primary: #52D77F;
  --primary-foreground: #04120A;
  --secondary: #16191C;
  --secondary-foreground: #D8DCD8;
  --muted: #16191C;
  --muted-foreground: #949B96;
  --accent: #E5A03C;
  --accent-foreground: #1A0F02;
  --destructive: #F4635B;
  --destructive-foreground: #2A0605;
  --border: #23272B;
  --input: #23272B;
  --ring: #52D77F;
  --chart-1: #52D77F;
  --chart-2: #E5A03C;
  --chart-3: #6AB8F0;
  --chart-4: #D06AD8;
  --chart-5: #949B96;
  --sidebar: #0F1113;
  --sidebar-foreground: #E4E7E3;
  --sidebar-primary: #52D77F;
  --sidebar-primary-foreground: #04120A;
  --sidebar-accent: #16191C;
  --sidebar-accent-foreground: #E4E7E3;
  --sidebar-border: #23272B;
  --sidebar-ring: #52D77F;
}

/* 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);
  }
}