[data-theme="claude-dark"] {
  --bg: #181715;
  --surface-primary: rgba(255, 255, 255, 0.04);
  --surface-secondary: #252320;
  --surface-elevated: rgba(37, 35, 32, 0.95);
  --surface-input: #1f1e1b;
  --surface-code: #0f0e0d;
  --ink: #faf9f5;
  --ink-secondary: #a09d96;
  --ink-tertiary: #6c6a64;
  --ink-on-accent: #ffffff;
  --ink-on-code: #a09d96;
  --accent: #cc785c;
  --accent-hover: #e08b6a;
  --accent-subtle: rgba(204, 120, 92, 0.12);
  --accent-glow: rgba(204, 120, 92, 0.25);
  --border: rgba(250, 249, 245, 0.1);
  --border-strong: #cc785c;
  --border-subtle: rgba(250, 249, 245, 0.05);
  --success: #5db872;
  --warning: #d4a017;
  --error: #c64545;
  --green: #4ade80;
  --amber: #fbbf24;
  --red: #f87171;
  --btn-danger-border: rgba(248, 113, 113, 0.3);
  --btn-danger-text: var(--error);
  --btn-danger-bg: transparent;
  --btn-danger-hover-bg: rgba(248, 113, 113, 0.15);
  --btn-danger-hover-text: var(--error);
  --btn-danger-hover-border: var(--error);
  --shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  --shadow-heavy: 0 24px 70px rgba(0, 0, 0, 0.55);
  --overlay: rgba(0, 0, 0, 0.7);
  --font-display: "Cormorant Garamond", "EB Garamond", "Times New Roman", serif;
  --font-body: "Inter", system-ui, -apple-system, sans-serif;
  --font-mono: "JetBrains Mono", ui-monospace, Consolas, monospace;
  --radius-sm: 6px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-xl: 16px;
  --radius-pill: 9999px;
  --backdrop-blur: blur(12px);
  --transition-fast: 0.18s;
  --btn-active-transform: none;
}
