:root {
    --bg: #080808;
    --fg: #FFFFFF;
    --card: #0C0C0C;
    --card-header: #1B1B1B;
    --border: #272727;
    --border1: #303030;
    --border-splash: #696969;
    --text: #CCCCCC;
    --text1: #ADADAD;
    --accent: #C9FF42;
    --accent-orange: #FF3E3E;
    --accent-blue: #5286B8;
    --accent-lavender: #6C56DD;
    --accent-grey: #808080;
    --status-good: var(--accent);
    --status-warning: #FCC107;
    --status-critical: #FF1100;
    --select-option: #1A1A1A;
    --text-secondary: #777777;
    --shadow: #00000073;
    --r12: 12px;
    --r24: 24px;
    --r50: 50%;
}

:root.light-theme {
    --bg: #FFFFFF;
    --fg: #000000;
    --card: #F9F9F9;
    --card-header: #eeeeee;
    --border: #D4D4D4;
    --border1: #CFCFCF;
    --text: #333333;
    --text1: #818181;
    --accent: #66AA19;
    --accent-orange: #FF3E3E;
    --accent-blue: #5286B8;
    --accent-lavender: #6C56DD;
    --accent-grey: #808080;
    --status-good: var(--accent);
    --status-warning: #FCC107;
    --status-critical: #FF1100;
    --select-option: #A1A1A1;
    --text-secondary: #969696;
    --shadow: #00000000;
}

:root.amoled-theme {
    --bg: #000000;
    --fg: #ffffff;
    --card: #000000;
    --card-header: #030303;
    --border: #181818;
    --border1: #2b2b2b;
    --text: #c0c0c0;
    --text1: #818181;
    --accent: #c9ff24;
    --accent-orange: #ff3e3e;
    --accent-blue: #5286b8;
    --accent-lavender: #6c56dd;
    --accent-grey: #808080;
    --status-good: var(--accent);
    --status-warning: #fcc107;
    --status-critical: #ff1100;
    --select-option: #a1a1a1;
    --text-secondary: #969696;
    --shadow: #00000000;
}

:root.brutal-theme {
    --bg: #000000;
    --fg: #ffffff;
    --card: #000000;
    --card-header: #030303;
    --border: #000000;
    --border1: #000000;
    --text: #e6e6e6;
    --text1: #818181;
    --accent: #c9ff24;
    --accent-orange: #ff3e3e;
    --accent-blue: #5286b8;
    --accent-lavender: #6c56dd;
    --accent-grey: #333333;
    --status-good: var(--accent);
    --status-warning: #fcc107;
    --status-critical: #ff1100;
    --select-option: #a1a1a1;
    --text-secondary: #969696;
    --shadow: #00000000;
}