[data-theme="dark"] {
    --bg-primary: #0b1022;
    --bg-secondary: #111a35;
    --bg-card: #151e3b;
    --text-primary: #f1f4ff;
    --text-secondary: #a8b0cb;
    --text-muted: #7d89ad;
    --accent: #d9ff63;
    --accent-hover: #efffb0;
    --accent-contrast: #0b1022;
    --accent-subtle: #24361c;
    --border: #2c3b65;
    --border-light: #1c2b4c;
    --shadow: rgba(0, 0, 0, 0.28);
    --shadow-hover: rgba(0, 0, 0, 0.48);
    --code-bg: #080c18;
    --code-text: #e2e8f0;
    --code-border: #16234b;
    --tag-bg: #24361c;
    --tag-text: #d9ff63;
    --tag-filter-bg: #24361c;
    --tag-filter-text: #a8b0cb;
    --blockquote-bg: #111a35;
    --blockquote-border: #d9ff63;
    --table-stripe: #111a35;
    --tok-keyword: #c4b5fd;
    --tok-string: #86efac;
    --tok-comment: #7180a6;
    --tok-number: #fde68a;
    --tok-function: #93c5fd;
    --tok-type: #fde68a;
}
