:root {
    --brand-color: #FF8300;
    --brand-h: 31;
    --brand-s: 100%;
    --brand-l: 50%;
    --brand-hover: #E67600;
    --brand-rgb: 255, 131, 0;
    --brand-light: rgba(255, 131, 0, 0.08);
    --brand-border: rgba(255, 131, 0, 0.2);
    --brand-shadow: rgba(255, 131, 0, 0.12);
    --dark-bg: #0A1128;
    --dark-bg-deep: #0A1128;
}
:root.admin-panel {
    --brand-color: #FF8300;
    --sidebar-bg: #0A1128;
    --brand-hover: #E67600;
    --brand-rgb: 255, 131, 0;
}
