/* blue-red - Dark Theme (ref: maniakslot19.store) */
:root {
    --theme-accent: #3b8bff;
    --theme-btn-bg: #e62b2b;
    --theme-btn-hover: #c42020;
    --theme-text: #e8e8e8;
    --theme-surface: #151e30;
    --theme-bg: #0b1120;
    --theme-gray-100: #1c2840;
    --theme-gray-200: #263350;
    --theme-link-color: #3b8bff;
}