:root {
  --primary: oklch(0.66 0.21 37);
  --ring: oklch(0.66 0.21 37);
  --primary-foreground: #ffffff;
  --primary-soft: oklch(0.66 0.21 37 / 0.12);
  --background: oklch(0.985 0.003 250);
  --background-alt: oklch(0.97 0.004 250);
  --surface: #ffffff;
  --card: #ffffff;
  --input-background: #ffffff;
  --surface-2: oklch(0.98 0.003 250);
  --surface-raised: oklch(0.98 0.003 250);
  --muted: oklch(0.96 0.004 250);
  --secondary: oklch(0.96 0.004 250);
  --switch-background: oklch(0.96 0.004 250);
  --border: oklch(0.9 0.005 250);
  --input: oklch(0.9 0.005 250);
  --border-strong: oklch(0.82 0.007 250);
  --foreground: oklch(0.22 0.012 260);
  --card-foreground: oklch(0.22 0.012 260);
  --popover-foreground: oklch(0.22 0.012 260);
  --text-primary: oklch(0.22 0.012 260);
  --muted-foreground: oklch(0.5 0.01 260);
  --text-secondary: oklch(0.5 0.01 260);
  --text-faint: oklch(0.65 0.008 260);
  --success: oklch(0.62 0.15 150);
  --warn: oklch(0.72 0.15 70);
  --warning: oklch(0.72 0.15 70);
  --danger: oklch(0.62 0.2 25);
  --destructive: oklch(0.62 0.2 25);
  --info: oklch(0.62 0.18 220);
  --font-sans: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --shadow-sm: 0 1px 2px oklch(0.2 0.02 260 / 0.04);
  --shadow-md: 0 4px 12px -2px oklch(0.2 0.02 260 / 0.08), 0 2px 4px -1px oklch(0.2 0.02 260 / 0.04);
  --shadow-lg: 0 16px 40px -8px oklch(0.2 0.02 260 / 0.18), 0 6px 12px -4px oklch(0.2 0.02 260 / 0.08);
  --radius: 10px;
  --radius-sm: 6px;
  --radius-lg: 14px;
  --radius-xl: 18px;
  --header-h: 60px;
  --rail-w: 64px;
  --container: 1280px;
  --sidebar-w: 280px;
  --avatar-radius: 9999px;
  --rb-primary: oklch(0.66 0.21 37);
  --rb-primary-foreground: #ffffff;
  --rb-header-bg: oklch(0.985 0.003 250);
  --rb-primary-soft: oklch(0.66 0.21 37 / 0.12);
  --rb-header-border-color: oklch(0.9 0.005 250);
  --rb-ring: oklch(0.66 0.21 37 / 0.35);
  --rb-header-text-color: oklch(0.22 0.012 260);
  --rb-background: oklch(0.985 0.003 250);
  --rb-mobile-nav-bg: #ffffff;
  --rb-background-alt: oklch(0.97 0.004 250);
  --rb-mobile-nav-text-color: oklch(0.22 0.012 260);
  --rb-surface: #ffffff;
  --rb-sidebar-w: 280px;
  --rb-surface2: oklch(0.98 0.003 250);
  --rb-footer-bg: #ffffff;
  --rb-muted: oklch(0.96 0.004 250);
  --rb-footer-link-color: oklch(0.66 0.21 37);
  --rb-border: oklch(0.9 0.005 250);
  --rb-footer-text-color: oklch(0.5 0.01 260);
  --rb-border-strong: oklch(0.82 0.007 250);
  --rb-forum-node-bg: #ffffff;
  --rb-foreground: oklch(0.22 0.012 260);
  --rb-forum-node-border: oklch(0.9 0.005 250);
  --rb-muted-foreground: oklch(0.5 0.01 260);
  --rb-forum-node-icon-color: oklch(0.66 0.21 37);
  --rb-text-faint: oklch(0.65 0.008 260);
  --rb-category-header-bg: oklch(0.96 0.004 250);
  --rb-category-header-color: oklch(0.22 0.012 260);
  --rb-success: oklch(0.62 0.15 150);
  --rb-category-header-desc-color: oklch(0.5 0.01 260);
  --rb-warn: oklch(0.72 0.15 70);
  --rb-category-header-radius: 10px;
  --rb-danger: oklch(0.62 0.2 25);
  --rb-avatar-border-radius: 9999px;
  --rb-info: oklch(0.62 0.18 220);
  --rb-content-line-height: 1.7;
  --rb-font-sans: "Inter Tight", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --rb-profile-banner-height: 220px;
  --rb-font-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;
  --rb-auth-form-bg: #ffffff;
  --rb-radius-sm: 6px;
  --rb-auth-form-border: oklch(0.9 0.005 250);
  --rb-radius: 10px;
  --rb-auth-form-max-width: 420px;
  --rb-radius-lg: 14px;
  --rb-radius-xl: 18px;
  --rb-shadow-sm: 0 1px 2px oklch(0.2 0.02 260 / 0.04);
  --rb-shadow-md: 0 4px 12px -2px oklch(0.2 0.02 260 / 0.08), 0 2px 4px -1px oklch(0.2 0.02 260 / 0.04);
  --rb-shadow-lg: 0 16px 40px -8px oklch(0.2 0.02 260 / 0.18), 0 6px 12px -4px oklch(0.2 0.02 260 / 0.08);
  --rb-header-h: 60px;
  --rb-rail-w: 64px;
  --rb-container: 1280px;
  --rb-default-theme-mode: light;
  --rb-enable-dark-mode-toggle: 1;
  --rb-enable-animations: 1;
  --rb-widget-sidebar-position: right;
  --rb-widget-sidebar-width: 280px;
  --rb-logo-as-text: 0;
  --rb-logo-url: /assets/images/raxboard-lockup-light.svg;
  --rb-logo-dark-url: /assets/images/raxboard-lockup-dark.svg;
  --rb-logo-height: 32px;
  --rb-favicon-url: /assets/images/raxboard-favicon.svg;
}

html[data-theme="dark"],
html.dark {
  --background: oklch(0.17 0.012 260);
  --background-alt: oklch(0.195 0.013 260);
  --surface: oklch(0.22 0.013 260);
  --card: oklch(0.22 0.013 260);
  --input-background: oklch(0.22 0.013 260);
  --surface-2: oklch(0.25 0.013 260);
  --surface-raised: oklch(0.25 0.013 260);
  --muted: oklch(0.255 0.013 260);
  --secondary: oklch(0.255 0.013 260);
  --switch-background: oklch(0.255 0.013 260);
  --border: oklch(0.3 0.013 260);
  --input: oklch(0.3 0.013 260);
  --border-strong: oklch(0.38 0.015 260);
  --foreground: oklch(0.96 0.005 260);
  --card-foreground: oklch(0.96 0.005 260);
  --popover-foreground: oklch(0.96 0.005 260);
  --text-primary: oklch(0.96 0.005 260);
  --muted-foreground: oklch(0.72 0.012 260);
  --text-secondary: oklch(0.72 0.012 260);
  --text-faint: oklch(0.55 0.012 260);
  --rb-header-bg: oklch(0.17 0.012 260);
  --rb-header-border-color: oklch(0.3 0.013 260);
  --rb-header-text-color: oklch(0.96 0.004 250);
  --rb-background: oklch(0.17 0.012 260);
  --rb-mobile-nav-bg: oklch(0.22 0.013 260);
  --rb-background-alt: oklch(0.195 0.013 260);
  --rb-mobile-nav-text-color: oklch(0.96 0.004 250);
  --rb-surface: oklch(0.22 0.013 260);
  --rb-surface2: oklch(0.25 0.013 260);
  --rb-footer-bg: oklch(0.22 0.013 260);
  --rb-muted: oklch(0.255 0.013 260);
  --rb-footer-link-color: oklch(0.74 0.16 42);
  --rb-border: oklch(0.3 0.013 260);
  --rb-footer-text-color: oklch(0.65 0.008 260);
  --rb-border-strong: oklch(0.38 0.015 260);
  --rb-forum-node-bg: oklch(0.22 0.013 260);
  --rb-foreground: oklch(0.96 0.005 260);
  --rb-forum-node-border: oklch(0.3 0.013 260);
  --rb-muted-foreground: oklch(0.72 0.012 260);
  --rb-forum-node-icon-color: oklch(0.74 0.16 42);
  --rb-text-faint: oklch(0.55 0.012 260);
  --rb-category-header-bg: oklch(0.2 0.013 260);
  --rb-category-header-color: oklch(0.96 0.004 250);
  --rb-category-header-desc-color: oklch(0.65 0.008 260);
  --rb-auth-form-bg: oklch(0.22 0.013 260);
  --rb-auth-form-border: oklch(0.3 0.013 260);
}
