:root,
.theme-green {
    --app-body-bg: #f4f6f9;
    --app-content-bg: #f8f9fa;
    --surface-bg: #fff;
    --surface-muted-bg: #eef2f5;
    --surface-subtle-bg: #eef4f0;
    --surface-elevated-bg: #fff;
    --surface-accent-bg: #e8f5e9;
    --surface-accent-strong-bg: #d7f0df;
    --navbar-bg: #fff;
    --navbar-border-color: #dee2e6;
    --navbar-text: #495057;
    --navbar-text-hover: #1f2937;
    --link-color: #007bff;
    --link-hover-color: #005ec4;
    --link-muted-color: #17a2b8;
    --link-muted-hover-color: #0f7f90;
    --sidebar-bg-start: #0f2f22;
    --sidebar-bg-end: #0e2a1f;
    --sidebar-border-color: rgb(255 255 255 / 8%);
    --sidebar-text-color: rgb(234 243 238 / 78%);
    --sidebar-text-strong: rgb(234 243 238 / 95%);
    --sidebar-icon-color: rgb(234 243 238 / 50%);
    --sidebar-hover-bg: rgb(255 255 255 / 6%);
    --sidebar-active-bg: rgb(71 192 123 / 14%);
    --sidebar-active-border: rgb(71 192 123 / 25%);
    --sidebar-active-icon: #47c07b;
    --sidebar-submenu-bg: rgb(255 255 255 / 3%);
    --sidebar-scrollbar-thumb: rgb(255 255 255 / 12%);
    --text-color: #343a40;
    --text-secondary: #6c757d;
    --text-muted: #8a94a0;
    --text-inverse: #fff;
    --border-color: #dee2e6;
    --border-strong-color: #ced4da;
    --input-bg: #fff;
    --input-text: #495057;
    --input-placeholder: #6c757d;
    --input-border: #ced4da;
    --input-group-bg: #e9ecef;
    --dropdown-bg: #fff;
    --dropdown-text: #343a40;
    --dropdown-hover-bg: #f8f9fa;
    --button-subtle-bg: #eef2f5;
    --button-subtle-hover-bg: #e2e8ec;
    --modal-bg: #fff;
    --overlay-shadow: 0 10px 30px rgb(15 23 42 / 10%);
    --brand-accent: #28a745;
    --brand-accent-hover: #218838;
    --brand-accent-soft: rgb(40 167 69 / 14%);
    --brand-accent-ring: rgb(40 167 69 / 25%);
    --status-primary-bg: #d7e9ff;
    --status-primary-text: #0d4f99;
    --status-primary-border: #9ec5fe;
    --status-secondary-bg: #e2e3e5;
    --status-secondary-text: #434a52;
    --status-secondary-border: #c8cbcf;
    --status-success-bg: #d4edda;
    --status-success-text: #1d5f34;
    --status-success-border: #a9dfb8;
    --status-info-bg: #d1ecf1;
    --status-info-text: #0f5461;
    --status-info-border: #9cd8e2;
    --status-warning-bg: #fff3cd;
    --status-warning-text: #6f4e00;
    --status-warning-border: #ffe08a;
    --danger-bg: #dc3545;
    --danger-border: #d32535;
    --status-danger-bg: #f8d7da;
    --status-danger-text: #7a1f2a;
    --status-danger-border: #f1b0b7;
    --chat-bg: #e5ddd5;
    --chat-left-bg: #fff;
    --chat-right-bg: #dcf8c6;
    --chat-system-bg: #ffeeba;
    --chat-internal-bg: #fff3cd;
    --chat-internal-border: #ffc107;
    --chat-reply-bg: rgb(0 0 0 / 5%);
    --generated-password-bg: #f4f6f9;
    --generated-password-border: #dee2e6;
    --reply-context-bg: #f0f0f0;
}

.theme-green .main-header.navbar {
    background-color: var(--navbar-bg) !important;
}
