/* blue - Dark Theme (copy: dark-blue) */
:root {
    --theme-accent: #1adbf0;
    --theme-btn-bg: #17a6dc;
    --theme-btn-hover: #1289b6;
    --theme-text: #e8e8e8;
    --theme-surface: #162a3e;
    --theme-bg: #0d1926;
    --theme-gray-100: #1c3248;
    --theme-gray-200: #243c54;
    --theme-link-color: #1adbf0;
}