﻿:root {
    --theme-font-family: 'Arial','InterRegular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --theme-font-family-input: 'Arial', 'NiramitRegular', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    --theme-l1-color: white;
    --theme-l1-alt-color: white;
    --theme-l1-bg-color: rgb(20 31 57/1);
    --theme-l1-alt-bg-color: rgb(35 50 60);
    --theme-l1-muted-1-color: silver;
    --theme-l1-muted-1-bg-color: rgb(52 97 137);
    --theme-l1-muted-2-color: silver;
    --theme-l1-muted-3-color: gray;
    --theme-l1-border-color: transparent;
    --theme-l1-alt2-bg-color: rgb(52 63 70);
    --theme-l1-alt-button-color: rgb(162, 198, 229);
    --theme-l1-alt-button-bg-color: rgb(43, 62, 75);
    --theme-l1-alt-header-bg-color: rgb(36, 56, 69);
    --accent1-color: rgb(30, 136, 229);
    --accent1-bg-color: transparent;
    /* Replace purple with blue: */
    --accent2-color: rgb(30, 136, 229);
    --accent2-bg-color: transparent;
    --panel-1-color: white;
    --panel-1-bg-color: linear-gradient( to right, rgba(12, 22, 80, 0.94) 0%, /* Pure white on left */
    rgba(12, 22, 80, 0.94) 40%, /* Start hinting blue */
    rgba(12, 22, 80, 0.3) 65%, /* Increasing depth */
    rgba(12, 22, 80, 0.94) 85%, /* Richer blue */
    rgba(12, 22, 80, 0.94) 100% /* Deepest blue at far right */
    );
    --panel-1-border-color: transparent;
    --panel-1-open-color: white;
    --panel-1-open-bg-color: #1F1D23;
    --panel-1-header-color: rgb(30, 136, 229);
    --panel-1-header-bg-color: inherit;
    --panel-1-accent-color: rgb(30, 136, 229);
    /* Changed from purple to blue */
    --panel-1-accent2-color: rgb(30, 136, 229);
    --panel-1B-color: white;
    --panel-1B-bg-color: rgba(12, 22, 80, 0.1);
    --panel-1B-border-color: transparent;
    --panel-1B-open-color: white;
    --panel-1B-open-bg-color: #1F1D23;
    --panel-1B-header-color: rgb(30, 136, 229);
    --panel-1B-header-bg-color: inherit;
    --panel-1B-accent-color: rgb(30, 136, 229);
    /* Replace panel-1B accent2 purple with blue */
    --panel-1B-accent2-color: rgb(30, 136, 229);
    --panel-2-color: white;
    --panel-2-bg-color: linear-gradient( to right, rgba(12, 22, 80, 0.94) 0%, rgba(12, 22, 80, 0.94) 40%, rgba(12, 22, 80, 0.3) 65%, rgba(12, 22, 80, 0.94) 85%, rgba(12, 22, 80, 0.94) 100% );
    --panel-2-border-color: transparent;
    --panel-2-open-color: white;
    --panel-2-open-bg-color: linear-gradient( to right, rgba(255, 255, 255, 1) 0%, /* Pure white */
    rgba(173, 190, 255, 0.1) 40%, /* Light pastel blue hint */
    rgba(130, 160, 255, 0.3) 65%, /* More noticeable light blue */
    rgba(100, 140, 255, 0.5) 85%, /* Soft but visible */
    rgba(70, 120, 255, 0.7) 100% /* Light blue, not too harsh */
    );
    --panel-2-open-border-color: transparent;
    --panel-2-header-color: rgb(30, 136, 229);
    --panel-2-header-bg-color: inherit;
    --panel-2-accent-color: rgb(30, 136, 229);
    /* Replace purple with a blue tone */
    --panel-2-accent2-color: rgb(58 62 65);
    --panel-3-color: white;
    --panel-3-bg-color: #1F1D23;
    --panel-3-border-color: transparent;
    --panel-3-open-color: white;
    --panel-3-open-bg-color: #1F1D23;
    --panel-3-header-color: rgb(30, 136, 229);
    --panel-3-header-bg-color: inherit;
    --panel-3-accent-color: rgb(30, 136, 229);
    --panel-3-accent2-color: rgb(58 62 65);
    --bardge-90-bg-color: transparent;
    --bardge-90-color: rgb(30, 136, 229);
    --bardge-91-bg-color: rgb(58 62 65);
    --bardge-91-color: white;
    --tab-1-color: white;
    --tab-1-bg-color: rgba(12, 22, 80, 0.94) 100%;
    --tab-1-border-color: silver;
    --tab-1-header-color: white;
    --tab-1-header-bg-color: #1F1D23;
    --tab-1-header-border-color: transparent;
    --tab-1-header-open-color: white;
    --tab-1-header-open-bg-color: black;
    --tab-1-header-open-border-color: silver;
    --button-1-color: rgb(162, 198, 229);
    --button-1-bg-color: rgb(43, 62, 75);
    --button-1-border-color: rgb(36, 56, 69);
    --button-1-open-color: rgb(162, 198, 229);
    --button-1-open-bg-color: rgb(43, 62, 75);
    --button-1-open-border-color: rgb(36, 56, 69);
    --button-2-color: rgb(162, 198, 229);
    --button-2-bg-color: rgb(43, 62, 75);
    --button-2-border-color: rgb(36, 56, 69);
    --button-2-open-color: rgb(162, 198, 229);
    --button-2-open-bg-color: rgb(43, 62, 75);
    --button-2-open-border-color: rgb(36, 56, 69);
    --label-highlight-1-color: silver;
    --label-highlight-2-color: rgb(43, 62, 75);
    --label-highlight-3-color: blue;
    --page-header-1-color: white;
    --page-header-1-bg-color: rgb(12, 22, 80 / 94%);
    --page-header-1-border-color: transparent;
    --page-subheader-1-color: white;
    --page-subheader-1-bg-color: rgb(12, 22, 80 / 94%);
    --page-subheader-1-border-color: transparent;
    --page-sidebar-1-color: white;
    --page-sidebar-1-bg-color: rgb(12, 22, 80 / 94%);
    --page-sidebar-1-border-color: transparent;
}
