/* Dark theme color overrides.
   Applied when data-theme="dark" on <html> (set by theme.js or inline script).
   Also serves as fallback when no data-theme is set. */
[data-theme="dark"],
:root:not([data-theme]) {
    --tg-theme-bg-color: #1a1a2e;
    --tg-theme-text-color: #e0e0e0;
    --tg-theme-hint-color: #8e8ea0;
    --tg-theme-link-color: #7c83db;
    --tg-theme-button-color: #7c83db;
    --tg-theme-button-text-color: #ffffff;
    --tg-theme-secondary-bg-color: #16213e;
}
