body.theme-light {
    background-color: #f7f9fc;
    color: #1f2937;
}

body.theme-dark {
    background-color: #121212;
    color: #e5e7eb;
}

body.theme-dark .card,
body.theme-dark .dropdown-menu,
body.theme-dark .list-group-item,
body.theme-dark .table {
    background-color: #1f1f1f;
    color: #e5e7eb;
}

body.theme-dark .card-header,
body.theme-dark .card-footer {
    background-color: #2a2a2a;
    border-color: #3a3a3a;
}

body.theme-dark .form-control,
body.theme-dark .form-select,
body.theme-dark .form-control:focus,
body.theme-dark .form-select:focus {
    background-color: #111827;
    color: #e5e7eb;
    border-color: #4b5563;
}

body.theme-dark .text-muted {
    color: #9ca3af !important;
}

.role-badge {
    background: #1f6feb;
    color: #fff;
    font-weight: 600;
}

.share-card .btn {
    min-width: 88px;
}
