@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
/* ── Login Card ── */
.login-card[b-q3wf5yxn0e] {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
    width: 100%;
}

.login-card-header[b-q3wf5yxn0e] {
    margin-bottom: 1.75rem;
}

.login-title[b-q3wf5yxn0e] {
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.login-subtitle[b-q3wf5yxn0e] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* ── Alert ── */
.login-alert[b-q3wf5yxn0e] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.login-alert-icon[b-q3wf5yxn0e] {
    font-size: 20px;
    flex-shrink: 0;
}

/* ── Fields ── */
.login-field[b-q3wf5yxn0e] {
    margin-bottom: 1.25rem;
}

.login-label[b-q3wf5yxn0e] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.login-label-row[b-q3wf5yxn0e] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.login-forgot[b-q3wf5yxn0e] {
    font-size: 13px;
    color: #4f46e5;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.login-forgot:hover[b-q3wf5yxn0e] {
    color: #4338ca;
    text-decoration: underline;
}

.login-input-wrap[b-q3wf5yxn0e] {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 0 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.login-input-wrap:focus-within[b-q3wf5yxn0e] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
    background: #fff;
}

.login-input-icon[b-q3wf5yxn0e] {
    font-size: 20px;
    color: #9ca3af;
    margin-right: 10px;
    flex-shrink: 0;
}

.login-input-wrap:focus-within .login-input-icon[b-q3wf5yxn0e] {
    color: #4f46e5;
}

.login-input[b-q3wf5yxn0e] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 13px 0;
    font-size: 14px;
    color: #1a2332;
    outline: none;
    width: 100%;
}

.login-input[b-q3wf5yxn0e]::placeholder {
    color: #9ca3af;
}

/* ── Remember ── */
.login-remember[b-q3wf5yxn0e] {
    margin-bottom: 1.5rem;
}

.login-check-label[b-q3wf5yxn0e] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
}

.login-checkbox[b-q3wf5yxn0e] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    accent-color: #4f46e5;
    cursor: pointer;
}

/* ── Button ── */
.login-btn[b-q3wf5yxn0e] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s, opacity 0.2s;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
}

.login-btn:hover[b-q3wf5yxn0e] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
}

.login-btn:active[b-q3wf5yxn0e] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

.login-btn-icon[b-q3wf5yxn0e] {
    font-size: 18px;
    transition: transform 0.2s;
}

.login-btn:hover .login-btn-icon[b-q3wf5yxn0e] {
    transform: translateX(3px);
}

/* ── Divider ── */
.login-divider[b-q3wf5yxn0e] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 1.5rem 0;
    color: #d1d5db;
    font-size: 13px;
}

.login-divider[b-q3wf5yxn0e]::before,
.login-divider[b-q3wf5yxn0e]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.login-divider span[b-q3wf5yxn0e] {
    color: #9ca3af;
}

/* ── Links ── */
.login-links[b-q3wf5yxn0e] {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.login-links-text[b-q3wf5yxn0e] {
    margin-right: 4px;
}

.login-register-link[b-q3wf5yxn0e] {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.login-register-link:hover[b-q3wf5yxn0e] {
    color: #4338ca;
    text-decoration: underline;
}

.login-resend[b-q3wf5yxn0e] {
    text-align: center;
    margin-top: 0.75rem;
}

.login-resend-link[b-q3wf5yxn0e] {
    font-size: 13px;
    color: #9ca3af;
    text-decoration: none;
    transition: color 0.2s;
}

.login-resend-link:hover[b-q3wf5yxn0e] {
    color: #4f46e5;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .login-card[b-q3wf5yxn0e] {
        padding: 1.75rem;
        border-radius: 16px;
    }
    .login-title[b-q3wf5yxn0e] {
        font-size: 22px;
    }
}
/* /Components/Account/Pages/Register.razor.rz.scp.css */
/* ── Register Card ── */
.register-card[b-hkz90x3hgd] {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.04);
    width: 100%;
}

.register-card-header[b-hkz90x3hgd] {
    margin-bottom: 1.5rem;
}

.register-title[b-hkz90x3hgd] {
    font-size: 26px;
    font-weight: 800;
    color: #1a2332;
    margin: 0 0 6px 0;
    letter-spacing: -0.5px;
}

.register-subtitle[b-hkz90x3hgd] {
    font-size: 14px;
    color: #6b7280;
    margin: 0;
}

/* ── Alert ── */
.register-alert[b-hkz90x3hgd] {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #dc2626;
    padding: 12px 16px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.register-alert-icon[b-hkz90x3hgd] {
    font-size: 20px;
    flex-shrink: 0;
}

/* ── Row (side-by-side fields) ── */
.register-row[b-hkz90x3hgd] {
    display: flex;
    gap: 12px;
}

.register-row .register-field[b-hkz90x3hgd] {
    flex: 1;
}

/* ── Fields ── */
.register-field[b-hkz90x3hgd] {
    margin-bottom: 1rem;
}

.register-label[b-hkz90x3hgd] {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 6px;
}

.register-input-wrap[b-hkz90x3hgd] {
    display: flex;
    align-items: center;
    background: #f9fafb;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 0 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.register-input-wrap:focus-within[b-hkz90x3hgd] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
    background: #fff;
}

.register-input-icon[b-hkz90x3hgd] {
    font-size: 20px;
    color: #9ca3af;
    margin-right: 10px;
    flex-shrink: 0;
}

.register-input-wrap:focus-within .register-input-icon[b-hkz90x3hgd] {
    color: #4f46e5;
}

.register-input[b-hkz90x3hgd] {
    flex: 1;
    border: none;
    background: transparent;
    padding: 12px 0;
    font-size: 14px;
    color: #1a2332;
    outline: none;
    width: 100%;
}

.register-input[b-hkz90x3hgd]::placeholder {
    color: #9ca3af;
}

.register-select[b-hkz90x3hgd] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

/* ── Button ── */
.register-btn[b-hkz90x3hgd] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 24px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(79, 70, 229, 0.35);
    margin-top: 0.5rem;
}

.register-btn:hover[b-hkz90x3hgd] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(79, 70, 229, 0.45);
}

.register-btn:active[b-hkz90x3hgd] {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.3);
}

.register-btn-icon[b-hkz90x3hgd] {
    font-size: 18px;
    transition: transform 0.2s;
}

.register-btn:hover .register-btn-icon[b-hkz90x3hgd] {
    transform: translateX(3px);
}

/* ── Divider ── */
.register-divider[b-hkz90x3hgd] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 1.25rem 0;
    font-size: 13px;
}

.register-divider[b-hkz90x3hgd]::before,
.register-divider[b-hkz90x3hgd]::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.register-divider span[b-hkz90x3hgd] {
    color: #9ca3af;
}

/* ── Links ── */
.register-links[b-hkz90x3hgd] {
    text-align: center;
    font-size: 14px;
    color: #6b7280;
}

.register-links-text[b-hkz90x3hgd] {
    margin-right: 4px;
}

.register-signin-link[b-hkz90x3hgd] {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s;
}

.register-signin-link:hover[b-hkz90x3hgd] {
    color: #4338ca;
    text-decoration: underline;
}

/* ── Responsive ── */
@media (max-width: 768px) {
    .register-card[b-hkz90x3hgd] {
        padding: 1.75rem;
        border-radius: 16px;
    }
    .register-title[b-hkz90x3hgd] {
        font-size: 22px;
    }
    .register-row[b-hkz90x3hgd] {
        flex-direction: column;
        gap: 0;
    }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
/* ── Auth Shell ── */
.auth-shell[b-fagvkaujy0] {
    display: flex;
    min-height: 100vh;
    background: #f0f2f5;
}

/* ── Left Panel ── */
.auth-panel-left[b-fagvkaujy0] {
    flex: 0 0 44%;
    background: linear-gradient(160deg, #4f46e5 0%, #7c3aed 50%, #6d28d9 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.auth-panel-left[b-fagvkaujy0]::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 400px;
    height: 400px;
    background: rgba(255,255,255,0.06);
    border-radius: 50%;
}

.auth-panel-left[b-fagvkaujy0]::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.04);
    border-radius: 50%;
}

.auth-panel-left-content[b-fagvkaujy0] {
    position: relative;
    z-index: 1;
    padding: 3rem;
    max-width: 420px;
    color: #fff;
}

/* ── Brand ── */
.auth-brand[b-fagvkaujy0] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 3rem;
}

.auth-brand-icon[b-fagvkaujy0] {
    font-size: 36px;
    background: rgba(255,255,255,0.15);
    padding: 10px;
    border-radius: 14px;
    backdrop-filter: blur(8px);
}

.auth-brand-name[b-fagvkaujy0] {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

/* ── Hero ── */
.auth-hero[b-fagvkaujy0] {
    margin-bottom: 2.5rem;
}

.auth-hero-graphic[b-fagvkaujy0] {
    width: 100px;
    height: 100px;
    background: rgba(255,255,255,0.12);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.1);
}

.auth-hero-icon[b-fagvkaujy0] {
    font-size: 48px;
    color: #fff;
}

.auth-hero-title[b-fagvkaujy0] {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
    line-height: 1.2;
}

.auth-hero-subtitle[b-fagvkaujy0] {
    font-size: 15px;
    line-height: 1.7;
    color: rgba(255,255,255,0.78);
    margin: 0;
}

/* ── Features ── */
.auth-panel-features[b-fagvkaujy0] {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.auth-feature[b-fagvkaujy0] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    background: rgba(255,255,255,0.08);
    padding: 10px 16px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255,255,255,0.06);
}

.auth-feature .material-icons[b-fagvkaujy0] {
    font-size: 20px;
    color: rgba(255,255,255,0.9);
}

/* ── Right Panel ── */
.auth-panel-right[b-fagvkaujy0] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: #f0f2f5;
}

.auth-form-wrapper[b-fagvkaujy0] {
    width: 100%;
    max-width: 440px;
}

/* ── Footer ── */
.auth-footer[b-fagvkaujy0] {
    margin-top: auto;
    padding-top: 2rem;
    font-size: 12px;
    color: #9ca3af;
}

/* ── Responsive ── */
@media (max-width: 992px) {
    .auth-panel-left[b-fagvkaujy0] {
        flex: 0 0 38%;
    }
    .auth-panel-left-content[b-fagvkaujy0] {
        padding: 2rem;
    }
    .auth-hero-title[b-fagvkaujy0] {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    .auth-shell[b-fagvkaujy0] {
        flex-direction: column;
    }
    .auth-panel-left[b-fagvkaujy0] {
        flex: none;
        padding: 2rem 1.5rem;
        min-height: auto;
    }
    .auth-panel-left-content[b-fagvkaujy0] {
        max-width: 100%;
        text-align: center;
        padding: 1.5rem;
    }
    .auth-brand[b-fagvkaujy0] {
        justify-content: center;
        margin-bottom: 1.5rem;
    }
    .auth-hero-graphic[b-fagvkaujy0] {
        margin-left: auto;
        margin-right: auto;
    }
    .auth-hero-subtitle[b-fagvkaujy0],
    .auth-panel-features[b-fagvkaujy0] {
        display: none;
    }
    .auth-hero-title[b-fagvkaujy0] {
        font-size: 20px;
    }
    .auth-panel-right[b-fagvkaujy0] {
        padding: 1.5rem;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-t8ty1gq3al] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-t8ty1gq3al] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-t8ty1gq3al] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-t8ty1gq3al] {
    font-size: 1.1rem;
}

.bi[b-t8ty1gq3al] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.bi-lock-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-t8ty1gq3al] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-t8ty1gq3al] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-t8ty1gq3al] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-t8ty1gq3al] {
        padding-bottom: 1rem;
    }

    .nav-item[b-t8ty1gq3al]  .nav-link {
        color: #1a2744;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-t8ty1gq3al]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-t8ty1gq3al]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-t8ty1gq3al] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-t8ty1gq3al] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-t8ty1gq3al] {
        display: none;
    }

    .nav-scrollable[b-t8ty1gq3al] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/BlogManagement.razor.rz.scp.css */
/* ── Blog Management Styles ── */

.bm-container[b-l3k04ju79t] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 28px 32px;
}

/* Header */
.bm-header[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 18px;
}

.bm-header-left[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.bm-header-icon[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 14px;
    color: #fff;
    flex-shrink: 0;
}

.bm-header-icon .material-icons[b-l3k04ju79t] {
    font-size: 26px;
}

.bm-title[b-l3k04ju79t] {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.bm-subtitle[b-l3k04ju79t] {
    font-size: 13px;
    color: #64748b;
    margin: 2px 0 0 0;
}

.bm-header-right[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.bm-stats[b-l3k04ju79t] {
    display: flex;
    gap: 16px;
}

.bm-stat[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border-radius: 10px;
    padding: 8px 14px;
    border: 1px solid #e2e8f0;
}

.bm-stat-icon[b-l3k04ju79t] {
    font-size: 20px;
    color: #64748b;
}

.bm-stat-info[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
}

.bm-stat-value[b-l3k04ju79t] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1;
}

.bm-stat-label[b-l3k04ju79t] {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.bm-stat-published[b-l3k04ju79t] {
    color: #059669 !important;
}

.bm-stat-draft[b-l3k04ju79t] {
    color: #d97706 !important;
}

/* Button */
.bm-btn[b-l3k04ju79t] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.bm-btn-primary[b-l3k04ju79t] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    box-shadow: 0 2px 8px rgba(79, 70, 229, 0.25);
}

.bm-btn-primary:hover[b-l3k04ju79t] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.35);
}

.bm-btn-primary:disabled[b-l3k04ju79t] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.bm-btn-secondary[b-l3k04ju79t] {
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
}

.bm-btn-secondary:hover[b-l3k04ju79t] {
    background: #e2e8f0;
}

.bm-btn-danger[b-l3k04ju79t] {
    background: linear-gradient(135deg, #ef4444, #dc2626);
    color: #fff;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.25);
}

.bm-btn-danger:hover[b-l3k04ju79t] {
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.35);
}

.bm-btn-danger:disabled[b-l3k04ju79t] {
    opacity: 0.6;
    cursor: not-allowed;
}

.bm-btn .material-icons[b-l3k04ju79t] {
    font-size: 18px;
}

/* Filters */
.bm-filters[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 12px;
    padding: 14px 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.bm-search[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 8px 14px;
    flex: 1;
    min-width: 220px;
}

.bm-search-icon[b-l3k04ju79t] {
    font-size: 18px;
    color: #94a3b8;
}

.bm-search-input[b-l3k04ju79t] {
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #1e293b;
    width: 100%;
}

.bm-search-input[b-l3k04ju79t]::placeholder {
    color: #94a3b8;
}

.bm-filter-chips[b-l3k04ju79t] {
    display: flex;
    gap: 8px;
}

.bm-chip[b-l3k04ju79t] {
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.bm-chip:hover[b-l3k04ju79t] {
    border-color: #7c3aed;
    color: #7c3aed;
}

.bm-chip-active[b-l3k04ju79t] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    border-color: transparent;
}

/* Loading */
.bm-loading[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    color: #64748b;
    gap: 12px;
}

.bm-spinner[b-l3k04ju79t] {
    width: 36px;
    height: 36px;
    border: 3px solid #e2e8f0;
    border-top-color: #7c3aed;
    border-radius: 50%;
    animation: bm-spin-b-l3k04ju79t 0.8s linear infinite;
}

@keyframes bm-spin-b-l3k04ju79t {
    to { transform: rotate(360deg); }
}

/* Table */
.bm-table-wrapper[b-l3k04ju79t] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}

.bm-table[b-l3k04ju79t] {
    width: 100%;
    border-collapse: collapse;
}

.bm-table thead[b-l3k04ju79t] {
    background: #f8fafc;
}

.bm-table th[b-l3k04ju79t] {
    padding: 14px 18px;
    text-align: left;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
}

.bm-table td[b-l3k04ju79t] {
    padding: 14px 18px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.bm-table tbody tr:hover[b-l3k04ju79t] {
    background: #faf5ff;
}

.bm-table tbody tr:last-child td[b-l3k04ju79t] {
    border-bottom: none;
}

/* Post Cell */
.bm-post-cell[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.bm-post-thumb[b-l3k04ju79t] {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
}

.bm-post-thumb img[b-l3k04ju79t] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bm-post-thumb-default[b-l3k04ju79t] {
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bm-post-thumb-default .material-icons[b-l3k04ju79t] {
    font-size: 22px;
    color: #cbd5e1;
}

.bm-post-info[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.bm-post-title[b-l3k04ju79t] {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bm-post-summary[b-l3k04ju79t] {
    font-size: 12px;
    color: #94a3b8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Category Badge */
.bm-category-badge[b-l3k04ju79t] {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    background: #ede9fe;
    color: #7c3aed;
    font-size: 12px;
    font-weight: 600;
}

/* Status */
.bm-status-group[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.bm-status[b-l3k04ju79t] {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
}

.bm-status-published[b-l3k04ju79t] {
    background: #d1fae5;
    color: #059669;
}

.bm-status-draft[b-l3k04ju79t] {
    background: #fef3c7;
    color: #d97706;
}

.bm-featured-badge[b-l3k04ju79t] {
    display: flex;
    align-items: center;
}

.bm-featured-badge .material-icons[b-l3k04ju79t] {
    font-size: 16px;
    color: #f59e0b;
}

/* Date & Views */
.bm-date[b-l3k04ju79t] {
    font-size: 13px;
    color: #64748b;
}

.bm-views[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #64748b;
}

.bm-views .material-icons[b-l3k04ju79t] {
    font-size: 16px;
}

/* Actions */
.bm-actions[b-l3k04ju79t] {
    display: flex;
    gap: 6px;
}

.bm-action-btn[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s;
    text-decoration: none;
    color: #64748b;
}

.bm-action-btn .material-icons[b-l3k04ju79t] {
    font-size: 16px;
}

.bm-action-edit:hover[b-l3k04ju79t] {
    background: #ede9fe;
    border-color: #7c3aed;
    color: #7c3aed;
}

.bm-action-view:hover[b-l3k04ju79t] {
    background: #dbeafe;
    border-color: #3b82f6;
    color: #3b82f6;
}

.bm-action-delete:hover[b-l3k04ju79t] {
    background: #fee2e2;
    border-color: #ef4444;
    color: #ef4444;
}

/* Empty */
.bm-empty[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 48px 20px;
    color: #94a3b8;
    gap: 8px;
}

.bm-empty .material-icons[b-l3k04ju79t] {
    font-size: 40px;
    color: #cbd5e1;
}

.bm-empty p[b-l3k04ju79t] {
    font-size: 14px;
    margin: 0;
}

/* Toast */
.bm-toast[b-l3k04ju79t] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    z-index: 10000;
    animation: bm-toast-in-b-l3k04ju79t 0.3s ease;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.bm-toast .material-icons[b-l3k04ju79t] {
    font-size: 20px;
}

.bm-toast-success[b-l3k04ju79t] {
    background: #059669;
    color: #fff;
}

.bm-toast-error[b-l3k04ju79t] {
    background: #ef4444;
    color: #fff;
}

@keyframes bm-toast-in-b-l3k04ju79t {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Modal */
.bm-modal-backdrop[b-l3k04ju79t] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 9000;
}

.bm-modal[b-l3k04ju79t] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 16px;
    width: 960px;
    max-width: 95vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 9001;
    box-shadow: 0 16px 48px rgba(0,0,0,0.16);
    animation: bm-modal-in-b-l3k04ju79t 0.25s ease;
}

.bm-modal-sm[b-l3k04ju79t] {
    width: 440px;
}

@keyframes bm-modal-in-b-l3k04ju79t {
    from { opacity: 0; transform: translate(-50%, -48%); }
    to { opacity: 1; transform: translate(-50%, -50%); }
}

.bm-modal-header[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f1f5f9;
}

.bm-modal-title[b-l3k04ju79t] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.bm-modal-close[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background: #f1f5f9;
    cursor: pointer;
    color: #64748b;
    transition: all 0.2s;
}

.bm-modal-close:hover[b-l3k04ju79t] {
    background: #e2e8f0;
    color: #1e293b;
}

.bm-modal-error[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 12px 24px 0;
    padding: 10px 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 500;
}

.bm-modal-error .material-icons[b-l3k04ju79t] {
    font-size: 18px;
}

.bm-modal-body[b-l3k04ju79t] {
    padding: 20px 24px;
    overflow-y: auto;
    flex: 1;
}

.bm-modal-footer[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid #f1f5f9;
}

/* Form */
.bm-form-row[b-l3k04ju79t] {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
}

.bm-form-group[b-l3k04ju79t] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 12px;
}

.bm-form-full[b-l3k04ju79t] {
    flex: 1 1 100%;
}

.bm-label[b-l3k04ju79t] {
    font-size: 13px;
    font-weight: 600;
    color: #475569;
}

.bm-input[b-l3k04ju79t],
.bm-textarea[b-l3k04ju79t] {
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #1e293b;
    background: #fff;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

.bm-input:focus[b-l3k04ju79t],
.bm-textarea:focus[b-l3k04ju79t] {
    outline: none;
    border-color: #7c3aed;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}

.bm-textarea[b-l3k04ju79t] {
    resize: vertical;
    font-family: inherit;
}

.bm-textarea-lg[b-l3k04ju79t] {
    min-height: 180px;
}

/* Image Upload */
.bm-image-upload-area[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.bm-image-dropzone[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 28px 16px;
    border: 2px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.bm-image-dropzone:hover[b-l3k04ju79t] {
    border-color: #7c3aed;
    background: #faf5ff;
}

.bm-image-dropzone input[type="file"][b-l3k04ju79t] {
    display: none;
}

.bm-dropzone-icon[b-l3k04ju79t] {
    font-size: 36px;
    color: #94a3b8;
}

.bm-image-dropzone:hover .bm-dropzone-icon[b-l3k04ju79t] {
    color: #7c3aed;
}

.bm-dropzone-text[b-l3k04ju79t] {
    font-size: 14px;
    font-weight: 600;
    color: #475569;
}

.bm-dropzone-hint[b-l3k04ju79t] {
    font-size: 12px;
    color: #94a3b8;
}

.bm-image-preview[b-l3k04ju79t] {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    max-height: 200px;
}

.bm-image-preview img[b-l3k04ju79t] {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}

.bm-image-remove[b-l3k04ju79t] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(239, 68, 68, 0.9);
    color: #fff;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s;
}

.bm-image-remove:hover[b-l3k04ju79t] {
    background: #dc2626;
}

.bm-image-remove .material-icons[b-l3k04ju79t] {
    font-size: 18px;
}

.bm-image-url-row[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bm-image-or[b-l3k04ju79t] {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 500;
    white-space: nowrap;
}

.bm-image-url-input[b-l3k04ju79t] {
    flex: 1;
}

.bm-toggles[b-l3k04ju79t] {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    padding-bottom: 4px;
}

.bm-toggle-item[b-l3k04ju79t] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #475569;
    font-weight: 500;
    cursor: pointer;
}

.bm-toggle-item input[type="checkbox"][b-l3k04ju79t] {
    width: 18px;
    height: 18px;
    accent-color: #7c3aed;
    cursor: pointer;
}

/* Delete Modal */
.bm-delete-msg[b-l3k04ju79t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 8px 0;
}

.bm-delete-icon[b-l3k04ju79t] {
    font-size: 44px;
    color: #ef4444;
}

.bm-delete-msg p[b-l3k04ju79t] {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
    .bm-container[b-l3k04ju79t] {
        padding: 16px;
    }

    .bm-header[b-l3k04ju79t] {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
    }

    .bm-header-right[b-l3k04ju79t] {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .bm-stats[b-l3k04ju79t] {
        width: 100%;
        justify-content: space-between;
    }

    .bm-form-row[b-l3k04ju79t] {
        flex-direction: column;
        gap: 0;
    }

    .bm-table th:nth-child(4)[b-l3k04ju79t],
    .bm-table td:nth-child(4)[b-l3k04ju79t],
    .bm-table th:nth-child(5)[b-l3k04ju79t],
    .bm-table td:nth-child(5)[b-l3k04ju79t] {
        display: none;
    }
}
/* /Components/Pages/Diagnosis/DiagnosisHistory.razor.rz.scp.css */
/* DiagnosisHistory Scoped CSS (complements spatial-diagnosis.css)
   Only component-specific overrides here. */

/* Treatment block spacing */
.sd-treatment-block[b-zs0u8q42pd] {
    padding-top: 4px;
}

/* Evaluative indicators block */
.sd-eval-block[b-zs0u8q42pd] {
    padding-top: 2px;
}
/* /Components/Pages/Doctors/DoctorDepartments.razor.rz.scp.css */
/* ── Doctor Department Assignment Styles ── */

.dd-container[b-rjyz8z34s5] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 28px 32px;
}

/* Header */
.dd-header[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 16px;
    padding: 24px 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 18px;
}

.dd-header-left[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dd-header-icon[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 14px;
    color: #fff;
    flex-shrink: 0;
}

.dd-header-icon .material-icons[b-rjyz8z34s5] {
    font-size: 26px;
}

.dd-title[b-rjyz8z34s5] {
    font-size: 22px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.dd-subtitle[b-rjyz8z34s5] {
    font-size: 13px;
    color: #64748b;
    margin: 2px 0 0;
}

.dd-header-stats[b-rjyz8z34s5] {
    display: flex;
    gap: 20px;
}

.dd-stat[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    background: #f8fafc;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
}

.dd-stat-icon[b-rjyz8z34s5] {
    font-size: 22px;
    color: #4f46e5;
}

.dd-stat-info[b-rjyz8z34s5] {
    display: flex;
    flex-direction: column;
}

.dd-stat-value[b-rjyz8z34s5] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.2;
}

.dd-stat-label[b-rjyz8z34s5] {
    font-size: 11px;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Filters */
.dd-filters[b-rjyz8z34s5] {
    background: #fff;
    border-radius: 14px;
    padding: 18px 24px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dd-search[b-rjyz8z34s5] {
    position: relative;
    max-width: 400px;
}

.dd-search-icon[b-rjyz8z34s5] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 20px;
}

.dd-search-input[b-rjyz8z34s5] {
    width: 100%;
    padding: 10px 14px 10px 40px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.dd-search-input:focus[b-rjyz8z34s5] {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.dd-filter-chips[b-rjyz8z34s5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dd-chip[b-rjyz8z34s5] {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.dd-chip:hover[b-rjyz8z34s5] {
    border-color: #cbd5e1;
    background: #f1f5f9;
}

.dd-chip-active[b-rjyz8z34s5] {
    background: #4f46e5;
    color: #fff;
    border-color: #4f46e5;
}

.dd-chip-active:hover[b-rjyz8z34s5] {
    background: #4338ca;
    border-color: #4338ca;
}

/* Loading */
.dd-loading[b-rjyz8z34s5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 60px 20px;
    color: #64748b;
    font-size: 14px;
}

.dd-spinner[b-rjyz8z34s5] {
    width: 36px;
    height: 36px;
    border: 3px solid #e2e8f0;
    border-top-color: #4f46e5;
    border-radius: 50%;
    animation: dd-spin-b-rjyz8z34s5 0.7s linear infinite;
}

@keyframes dd-spin-b-rjyz8z34s5 {
    to { transform: rotate(360deg); }
}

/* Table */
.dd-table-wrapper[b-rjyz8z34s5] {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    overflow: hidden;
}

.dd-table[b-rjyz8z34s5] {
    width: 100%;
    border-collapse: collapse;
}

.dd-table thead th[b-rjyz8z34s5] {
    background: #f8fafc;
    padding: 14px 18px;
    text-align: left;
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #e2e8f0;
}

.dd-table tbody tr[b-rjyz8z34s5] {
    border-bottom: 1px solid #f1f5f9;
    transition: background 0.15s;
}

.dd-table tbody tr:hover[b-rjyz8z34s5] {
    background: #fafbfd;
}

.dd-table tbody tr:last-child[b-rjyz8z34s5] {
    border-bottom: none;
}

.dd-table tbody td[b-rjyz8z34s5] {
    padding: 14px 18px;
    font-size: 14px;
    color: #334155;
    vertical-align: middle;
}

.dd-row-editing[b-rjyz8z34s5] {
    background: #f5f3ff !important;
}

/* Doctor cell */
.dd-doctor-cell[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dd-avatar[b-rjyz8z34s5] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.dd-doctor-info[b-rjyz8z34s5] {
    display: flex;
    flex-direction: column;
}

.dd-doctor-name[b-rjyz8z34s5] {
    font-weight: 600;
    color: #1e293b;
    font-size: 14px;
}

.dd-doctor-email[b-rjyz8z34s5] {
    font-size: 12px;
    color: #94a3b8;
}

/* Badges */
.dd-spec-badge[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 8px;
    background: #f1f5f9;
    color: #475569;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}

.dd-spec-edit-btn[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    background: transparent;
    color: inherit;
    opacity: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.15s, background 0.15s;
    margin-left: 2px;
    padding: 0;
}

.dd-spec-edit-btn .material-icons[b-rjyz8z34s5] {
    font-size: 13px;
}

.dd-spec-badge:hover .dd-spec-edit-btn[b-rjyz8z34s5] {
    opacity: 0.7;
}

.dd-spec-edit-btn:hover[b-rjyz8z34s5] {
    opacity: 1 !important;
    background: rgba(0,0,0,0.08);
}

.dd-dept-badge[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--dept-color, #3b82f6) 12%, transparent);
    color: var(--dept-color, #3b82f6);
    font-size: 13px;
    font-weight: 600;
}

.dd-dept-badge-icon[b-rjyz8z34s5] {
    font-size: 16px;
}

.dd-dept-edit-btn[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border: none;
    background: transparent;
    color: inherit;
    opacity: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: opacity 0.15s, background 0.15s;
    margin-left: 2px;
}

.dd-dept-edit-btn .material-icons[b-rjyz8z34s5] {
    font-size: 14px;
}

.dd-dept-badge:hover .dd-dept-edit-btn[b-rjyz8z34s5] {
    opacity: 0.7;
}

.dd-dept-edit-btn:hover[b-rjyz8z34s5] {
    opacity: 1 !important;
    background: rgba(0,0,0,0.08);
}

.dd-unassigned-badge[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 8px;
    background: #fef2f2;
    color: #dc2626;
    font-size: 13px;
    font-weight: 500;
}

.dd-unassigned-badge .material-icons[b-rjyz8z34s5] {
    font-size: 16px;
}

.dd-muted[b-rjyz8z34s5] {
    color: #cbd5e1;
}

/* Select */
.dd-select[b-rjyz8z34s5] {
    width: 100%;
    max-width: 240px;
    padding: 8px 12px;
    border: 2px solid #4f46e5;
    border-radius: 10px;
    font-size: 13px;
    color: #1e293b;
    background: #fff;
    cursor: pointer;
}

.dd-select:focus[b-rjyz8z34s5] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.15);
}

/* Buttons */
.dd-action-group[b-rjyz8z34s5] {
    display: flex;
    gap: 6px;
}

.dd-btn[b-rjyz8z34s5] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 14px;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.dd-btn .material-icons[b-rjyz8z34s5] {
    font-size: 18px;
}

.dd-btn-edit[b-rjyz8z34s5] {
    background: #f1f5f9;
    color: #4f46e5;
}

.dd-btn-edit:hover[b-rjyz8z34s5] {
    background: #e0e7ff;
}

.dd-btn-save[b-rjyz8z34s5] {
    background: #059669;
    color: #fff;
    padding: 7px 10px;
}

.dd-btn-save:hover[b-rjyz8z34s5] {
    background: #047857;
}

.dd-btn-save:disabled[b-rjyz8z34s5] {
    opacity: 0.5;
    cursor: not-allowed;
}

.dd-btn-cancel[b-rjyz8z34s5] {
    background: #f1f5f9;
    color: #64748b;
    padding: 7px 10px;
}

.dd-btn-cancel:hover[b-rjyz8z34s5] {
    background: #e2e8f0;
    color: #dc2626;
}

/* Empty */
.dd-empty[b-rjyz8z34s5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 48px 20px;
    color: #94a3b8;
}

.dd-empty-icon[b-rjyz8z34s5] {
    font-size: 40px;
    color: #cbd5e1;
}

.dd-empty p[b-rjyz8z34s5] {
    margin: 0;
    font-size: 14px;
}

/* Toast */
.dd-toast[b-rjyz8z34s5] {
    position: fixed;
    bottom: 28px;
    right: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    z-index: 9999;
    animation: dd-toast-in-b-rjyz8z34s5 0.3s ease;
}

.dd-toast-success[b-rjyz8z34s5] {
    background: #059669;
    color: #fff;
}

.dd-toast-error[b-rjyz8z34s5] {
    background: #dc2626;
    color: #fff;
}

@keyframes dd-toast-in-b-rjyz8z34s5 {
    from { opacity: 0; transform: translateY(16px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 900px) {
    .dd-container[b-rjyz8z34s5] { padding: 16px; }
    .dd-header[b-rjyz8z34s5] { flex-direction: column; align-items: flex-start; }
    .dd-header-stats[b-rjyz8z34s5] { width: 100%; }
    .dd-table-wrapper[b-rjyz8z34s5] { overflow-x: auto; }
    .dd-table[b-rjyz8z34s5] { min-width: 700px; }
}

@media (max-width: 640px) {
    .dd-header-stats[b-rjyz8z34s5] { flex-direction: column; }
    .dd-stat[b-rjyz8z34s5] { width: 100%; }
}

/* ── Header Right ── */
.dd-header-right[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dd-header-actions[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.dd-btn-manage[b-rjyz8z34s5] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    white-space: nowrap;
}

.dd-btn-manage:hover[b-rjyz8z34s5] {
    opacity: 0.9;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

/* ── Department Modal ── */
.dd-modal-backdrop[b-rjyz8z34s5] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.5);
    backdrop-filter: blur(4px);
    z-index: 10000;
}

.dd-modal[b-rjyz8z34s5] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y: auto;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    z-index: 10001;
    animation: dd-modal-in-b-rjyz8z34s5 0.25s ease;
}

@keyframes dd-modal-in-b-rjyz8z34s5 {
    from { opacity: 0; transform: translate(-50%, -48%); }
    to   { opacity: 1; transform: translate(-50%, -50%); }
}

.dd-modal-header[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.dd-modal-header-left[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.dd-modal-icon[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    border-radius: 10px;
    color: #fff;
}

.dd-modal-icon .material-icons[b-rjyz8z34s5] {
    font-size: 22px;
}

.dd-modal-title[b-rjyz8z34s5] {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.dd-modal-close[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: none;
    background: #f1f5f9;
    border-radius: 8px;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s;
}

.dd-modal-close:hover[b-rjyz8z34s5] {
    background: #fee2e2;
    color: #dc2626;
}

.dd-modal-error[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 16px 24px 0;
    padding: 10px 14px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 10px;
    color: #dc2626;
    font-size: 13px;
    font-weight: 500;
}

.dd-modal-error .material-icons[b-rjyz8z34s5] {
    font-size: 18px;
}

.dd-modal-body[b-rjyz8z34s5] {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dd-form-row[b-rjyz8z34s5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dd-form-group[b-rjyz8z34s5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dd-form-toggle[b-rjyz8z34s5] {
    align-items: flex-start;
}

.dd-label[b-rjyz8z34s5] {
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dd-input[b-rjyz8z34s5],
.dd-textarea[b-rjyz8z34s5] {
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: border-color 0.2s, box-shadow 0.2s;
    font-family: inherit;
}

.dd-input:focus[b-rjyz8z34s5],
.dd-textarea:focus[b-rjyz8z34s5] {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.dd-textarea[b-rjyz8z34s5] {
    resize: vertical;
    min-height: 70px;
}

/* Icon picker */
.dd-icon-picker[b-rjyz8z34s5] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.dd-icon-option[b-rjyz8z34s5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    cursor: pointer;
    transition: all 0.15s;
}

.dd-icon-option .material-icons[b-rjyz8z34s5] {
    font-size: 20px;
}

.dd-icon-option:hover[b-rjyz8z34s5] {
    border-color: #a5b4fc;
    color: #4f46e5;
}

.dd-icon-selected[b-rjyz8z34s5] {
    border-color: #4f46e5;
    background: #eef2ff;
    color: #4f46e5;
}

/* Color picker */
.dd-color-picker[b-rjyz8z34s5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.dd-color-option[b-rjyz8z34s5] {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.dd-color-option .material-icons[b-rjyz8z34s5] {
    font-size: 18px;
}

.dd-color-option:hover[b-rjyz8z34s5] {
    transform: scale(1.12);
}

.dd-color-selected[b-rjyz8z34s5] {
    border-color: #1e293b;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px currentColor;
}

/* Toggle switch */
.dd-switch[b-rjyz8z34s5] {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
}

.dd-switch input[b-rjyz8z34s5] {
    opacity: 0;
    width: 0;
    height: 0;
}

.dd-slider[b-rjyz8z34s5] {
    position: absolute;
    inset: 0;
    background: #cbd5e1;
    border-radius: 24px;
    cursor: pointer;
    transition: background 0.25s;
}

.dd-slider[b-rjyz8z34s5]::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.25s;
}

.dd-switch input:checked + .dd-slider[b-rjyz8z34s5] {
    background: #4f46e5;
}

.dd-switch input:checked + .dd-slider[b-rjyz8z34s5]::before {
    transform: translateX(20px);
}

/* Modal footer */
.dd-modal-footer[b-rjyz8z34s5] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
}

.dd-btn-cancel-modal[b-rjyz8z34s5] {
    background: #f1f5f9;
    color: #64748b;
    padding: 10px 20px;
    font-weight: 500;
}

.dd-btn-cancel-modal:hover[b-rjyz8z34s5] {
    background: #e2e8f0;
}

.dd-btn-save-modal[b-rjyz8z34s5] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    padding: 10px 22px;
    font-weight: 600;
}

.dd-btn-save-modal:hover[b-rjyz8z34s5] {
    opacity: 0.9;
}

.dd-btn-save-modal:disabled[b-rjyz8z34s5] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Modal responsive */
@media (max-width: 640px) {
    .dd-form-row[b-rjyz8z34s5] { grid-template-columns: 1fr; }
    .dd-modal[b-rjyz8z34s5] { width: 95%; }
    .dd-header-actions[b-rjyz8z34s5] { flex-direction: column; }
}

/* ── Spec Preview ── */
.dd-spec-preview[b-rjyz8z34s5] {
    padding: 12px 0 4px;
}
/* /Components/Pages/UserManagement/UserManagement.razor.rz.scp.css */
/* ── User Management Portal Scoped Styles ── */

.user-mgmt-container[b-4xib3rxbk5] {
    padding: 24px 32px;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

/* ── Header ── */
.user-mgmt-header[b-4xib3rxbk5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 16px;
}

.header-left[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-left .header-icon[b-4xib3rxbk5] {
    font-size: 36px;
    color: #4f46e5;
    background: #eef2ff;
    padding: 10px;
    border-radius: 14px;
}

.header-left h2[b-4xib3rxbk5] {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
}

.header-subtitle[b-4xib3rxbk5] {
    margin: 2px 0 0;
    font-size: 0.85rem;
    color: #64748b;
}

.header-actions[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.search-box[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 8px 14px;
    gap: 8px;
    transition: border-color 0.2s;
}

.search-box:focus-within[b-4xib3rxbk5] {
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.search-box .material-icons[b-4xib3rxbk5] {
    font-size: 20px;
    color: #94a3b8;
}

.search-box input[b-4xib3rxbk5] {
    border: none;
    background: transparent;
    outline: none;
    font-size: 0.9rem;
    width: 220px;
    color: #334155;
}

.search-box input[b-4xib3rxbk5]::placeholder {
    color: #94a3b8;
}

/* ── Buttons ── */
.btn-primary[b-4xib3rxbk5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary:hover[b-4xib3rxbk5] {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(79, 70, 229, 0.3);
}

.btn-primary:disabled[b-4xib3rxbk5] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.btn-primary .material-icons[b-4xib3rxbk5] {
    font-size: 20px;
}

.btn-secondary[b-4xib3rxbk5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f5f9;
    color: #475569;
    border: 1px solid #e2e8f0;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-secondary:hover[b-4xib3rxbk5] {
    background: #e2e8f0;
}

.btn-danger[b-4xib3rxbk5] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #ef4444;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-danger:hover[b-4xib3rxbk5] {
    background: #dc2626;
}

.btn-danger:disabled[b-4xib3rxbk5] {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ── Stats Row ── */
.stats-row[b-4xib3rxbk5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}

.stat-card[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 18px 20px;
    transition: box-shadow 0.2s;
}

.stat-card:hover[b-4xib3rxbk5] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.stat-icon[b-4xib3rxbk5] {
    font-size: 32px;
    opacity: 0.9;
}

.stat-info[b-4xib3rxbk5] {
    display: flex;
    flex-direction: column;
}

.stat-value[b-4xib3rxbk5] {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1e293b;
}

.stat-label[b-4xib3rxbk5] {
    font-size: 0.8rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Filter Chips ── */
.filter-row[b-4xib3rxbk5] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.filter-chip[b-4xib3rxbk5] {
    padding: 6px 16px;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    color: #64748b;
    font-size: 0.82rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.filter-chip:hover[b-4xib3rxbk5] {
    border-color: #4f46e5;
    color: #4f46e5;
}

.filter-chip.active[b-4xib3rxbk5] {
    background: #4f46e5;
    color: #fff;
    border-color: #4f46e5;
}

/* ── Table ── */
.table-container[b-4xib3rxbk5] {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
}

.users-table[b-4xib3rxbk5] {
    width: 100%;
    border-collapse: collapse;
}

.users-table thead[b-4xib3rxbk5] {
    background: #f8fafc;
}

.users-table th[b-4xib3rxbk5] {
    padding: 14px 18px;
    text-align: left;
    font-size: 0.78rem;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #e2e8f0;
}

.users-table td[b-4xib3rxbk5] {
    padding: 14px 18px;
    font-size: 0.9rem;
    color: #334155;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.users-table tbody tr[b-4xib3rxbk5] {
    transition: background 0.15s;
}

.users-table tbody tr:hover[b-4xib3rxbk5] {
    background: #f8fafc;
}

.users-table tbody tr.inactive-row[b-4xib3rxbk5] {
    opacity: 0.6;
}

.users-table tbody tr:last-child td[b-4xib3rxbk5] {
    border-bottom: none;
}

/* ── User Cell ── */
.user-cell[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar[b-4xib3rxbk5] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.user-name[b-4xib3rxbk5] {
    font-weight: 600;
    color: #1e293b;
}

.email-cell[b-4xib3rxbk5] {
    color: #64748b !important;
}

.date-cell[b-4xib3rxbk5] {
    color: #94a3b8 !important;
    font-size: 0.82rem !important;
}

/* ── Role Badges ── */
.roles-cell[b-4xib3rxbk5] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.role-badge[b-4xib3rxbk5] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.badge-superadmin[b-4xib3rxbk5] { background: #fef2f2; color: #dc2626; }
.badge-admin[b-4xib3rxbk5] { background: #fef3c7; color: #d97706; }
.badge-doctor[b-4xib3rxbk5] { background: #eef2ff; color: #4f46e5; }
.badge-nurse[b-4xib3rxbk5] { background: #ecfdf5; color: #059669; }
.badge-pharmacist[b-4xib3rxbk5] { background: #f0fdfa; color: #0d9488; }
.badge-lab[b-4xib3rxbk5] { background: #f5f3ff; color: #7c3aed; }
.badge-radiology[b-4xib3rxbk5] { background: #ecfeff; color: #0891b2; }
.badge-reception[b-4xib3rxbk5] { background: #fff7ed; color: #ea580c; }
.badge-billing[b-4xib3rxbk5] { background: #fdf4ff; color: #a855f7; }
.badge-patient[b-4xib3rxbk5] { background: #f0f9ff; color: #0284c7; }
.badge-default[b-4xib3rxbk5] { background: #f1f5f9; color: #64748b; }

/* ── Status Badges ── */
.status-badge[b-4xib3rxbk5] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 600;
}

.status-badge .material-icons[b-4xib3rxbk5] {
    font-size: 16px;
}

.status-badge.active[b-4xib3rxbk5] {
    background: #ecfdf5;
    color: #059669;
}

.status-badge.inactive[b-4xib3rxbk5] {
    background: #fef2f2;
    color: #dc2626;
}

/* ── Action Buttons ── */
.action-buttons[b-4xib3rxbk5] {
    display: flex;
    gap: 4px;
}

.action-btn[b-4xib3rxbk5] {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s;
}

.action-btn .material-icons[b-4xib3rxbk5] {
    font-size: 18px;
}

.action-btn.edit[b-4xib3rxbk5] { color: #4f46e5; }
.action-btn.edit:hover[b-4xib3rxbk5] { background: #eef2ff; }

.action-btn.activate[b-4xib3rxbk5] { color: #059669; }
.action-btn.activate:hover[b-4xib3rxbk5] { background: #ecfdf5; }

.action-btn.deactivate[b-4xib3rxbk5] { color: #f59e0b; }
.action-btn.deactivate:hover[b-4xib3rxbk5] { background: #fffbeb; }

.action-btn.reset[b-4xib3rxbk5] { color: #0891b2; }
.action-btn.reset:hover[b-4xib3rxbk5] { background: #ecfeff; }

.action-btn.delete[b-4xib3rxbk5] { color: #ef4444; }
.action-btn.delete:hover[b-4xib3rxbk5] { background: #fef2f2; }

/* ── Empty State ── */
.empty-state[b-4xib3rxbk5] {
    text-align: center;
    padding: 48px 18px !important;
    color: #94a3b8;
}

.empty-state .material-icons[b-4xib3rxbk5] {
    font-size: 48px;
    display: block;
    margin-bottom: 8px;
    opacity: 0.5;
}

/* ── Loading ── */
.loading-container[b-4xib3rxbk5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px;
    color: #64748b;
}

.spinner[b-4xib3rxbk5] {
    width: 40px;
    height: 40px;
    border: 3px solid #e2e8f0;
    border-top-color: #4f46e5;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-bottom: 12px;
}

.spinner-sm[b-4xib3rxbk5] {
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
}

@@keyframes spin {
    to[b-4xib3rxbk5] { transform: rotate(360deg); }
}

/* ── Dialog ── */
.dialog-backdrop[b-4xib3rxbk5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    z-index: 9998;
    animation: fadeIn 0.2s ease;
}

.dialog-panel[b-4xib3rxbk5] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 18px;
    width: 640px;
    max-width: 95vw;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    animation: dialogSlideIn 0.25s ease;
}

.dialog-panel.dialog-sm[b-4xib3rxbk5] {
    width: 460px;
}

@@keyframes fadeIn {
    from[b-4xib3rxbk5] { opacity: 0; }
    to[b-4xib3rxbk5] { opacity: 1; }
}

@@keyframes dialogSlideIn {
    from[b-4xib3rxbk5] { opacity: 0; transform: translate(-50%, -48%); }
    to[b-4xib3rxbk5] { opacity: 1; transform: translate(-50%, -50%); }
}

.dialog-header[b-4xib3rxbk5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 24px;
    border-bottom: 1px solid #e2e8f0;
}

.dialog-header h3[b-4xib3rxbk5] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dialog-header h3 .material-icons[b-4xib3rxbk5] {
    color: #4f46e5;
    font-size: 24px;
}

.dialog-header.danger h3 .material-icons[b-4xib3rxbk5] {
    color: #ef4444;
}

.dialog-close[b-4xib3rxbk5] {
    border: none;
    background: #f1f5f9;
    width: 34px;
    height: 34px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    transition: all 0.15s;
}

.dialog-close:hover[b-4xib3rxbk5] {
    background: #e2e8f0;
}

.dialog-body[b-4xib3rxbk5] {
    padding: 24px;
}

.dialog-error[b-4xib3rxbk5] {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fef2f2;
    color: #dc2626;
    padding: 12px 24px;
    font-size: 0.85rem;
    font-weight: 500;
    border-bottom: 1px solid #fecaca;
}

.dialog-error .material-icons[b-4xib3rxbk5] {
    font-size: 20px;
}

.dialog-footer[b-4xib3rxbk5] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding: 16px 24px;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
    border-radius: 0 0 18px 18px;
}

/* ── Form ── */
.form-row[b-4xib3rxbk5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 16px;
}

.form-group[b-4xib3rxbk5] {
    margin-bottom: 16px;
}

.form-row .form-group[b-4xib3rxbk5] {
    margin-bottom: 0;
}

.form-group label[b-4xib3rxbk5] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 6px;
}

.required[b-4xib3rxbk5] {
    color: #ef4444;
}

.form-group input[type="text"][b-4xib3rxbk5],
.form-group input[type="email"][b-4xib3rxbk5],
.form-group input[type="password"][b-4xib3rxbk5] {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    font-size: 0.9rem;
    color: #334155;
    transition: border-color 0.2s;
    box-sizing: border-box;
}

.form-group input:focus[b-4xib3rxbk5] {
    outline: none;
    border-color: #4f46e5;
    box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.form-group input:disabled[b-4xib3rxbk5] {
    background: #f1f5f9;
    color: #94a3b8;
}

.toggle-label[b-4xib3rxbk5] {
    display: flex !important;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.toggle-label input[type="checkbox"][b-4xib3rxbk5] {
    width: 18px;
    height: 18px;
    accent-color: #4f46e5;
}

.toggle-text[b-4xib3rxbk5] {
    font-size: 0.9rem;
    color: #334155;
}

/* ── Roles Grid ── */
.roles-grid[b-4xib3rxbk5] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 8px;
}

.role-checkbox[b-4xib3rxbk5] {
    display: flex !important;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    color: #475569;
    transition: all 0.15s;
    user-select: none;
}

.role-checkbox input[type="checkbox"][b-4xib3rxbk5] {
    display: none;
}

.role-check-icon[b-4xib3rxbk5] {
    font-size: 20px;
    color: #cbd5e1;
}

.role-checkbox.selected[b-4xib3rxbk5] {
    border-color: #4f46e5;
    background: #eef2ff;
    color: #4f46e5;
}

.role-checkbox.selected .role-check-icon[b-4xib3rxbk5] {
    color: #4f46e5;
}

.role-checkbox:hover[b-4xib3rxbk5] {
    border-color: #4f46e5;
}

/* ── Reset Info ── */
.reset-info[b-4xib3rxbk5] {
    margin: 0 0 16px;
    font-size: 0.9rem;
    color: #475569;
}

.warning-text[b-4xib3rxbk5] {
    color: #dc2626;
    font-size: 0.85rem;
    margin-top: 8px;
}

/* ── Toast ── */
.toast[b-4xib3rxbk5] {
    position: fixed;
    bottom: 24px;
    right: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 22px;
    border-radius: 12px;
    font-size: 0.9rem;
    font-weight: 600;
    z-index: 10000;
    animation: toastIn 0.3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.toast.success[b-4xib3rxbk5] {
    background: #ecfdf5;
    color: #059669;
    border: 1px solid #a7f3d0;
}

.toast.error[b-4xib3rxbk5] {
    background: #fef2f2;
    color: #dc2626;
    border: 1px solid #fecaca;
}

.toast .material-icons[b-4xib3rxbk5] {
    font-size: 22px;
}

@@keyframes toastIn {
    from[b-4xib3rxbk5] { opacity: 0; transform: translateY(20px); }
    to[b-4xib3rxbk5] { opacity: 1; transform: translateY(0); }
}

/* ── Responsive ── */
@@media (max-width: 768px) {
    .user-mgmt-container[b-4xib3rxbk5] {
        padding: 16px;
    }

    .user-mgmt-header[b-4xib3rxbk5] {
        flex-direction: column;
        align-items: stretch;
    }

    .header-actions[b-4xib3rxbk5] {
        flex-direction: column;
    }

    .search-box input[b-4xib3rxbk5] {
        width: 100%;
    }

    .form-row[b-4xib3rxbk5] {
        grid-template-columns: 1fr;
    }

    .stats-row[b-4xib3rxbk5] {
        grid-template-columns: repeat(2, 1fr);
    }

    .table-container[b-4xib3rxbk5] {
        overflow-x: auto;
    }

    .users-table[b-4xib3rxbk5] {
        min-width: 800px;
    }

    .dialog-panel[b-4xib3rxbk5] {
        width: 95vw;
    }
}
/* /Components/Shared/Diagnosis/AnatomicalBodyDiagram.razor.rz.scp.css */
/* ==================== ANATOMICAL BODY DIAGRAM COMPONENT ==================== */

.anatomical-body-diagram[b-hbnjscey3t] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: relative;
}

.body-svg[b-hbnjscey3t] {
    width: 100%;
    max-width: 320px;
    height: auto;
    cursor: pointer;
}

/* Body Region Base Styles */
.body-region[b-hbnjscey3t] {
    fill: #d4a574;
    stroke: #c9956a;
    stroke-width: 1;
    transition: all 0.3s ease;
    cursor: pointer;
}

.body-region:hover[b-hbnjscey3t] {
    filter: url(#glow);
    stroke-width: 2;
}

/* System-specific colors when selected */
.body-region.integumentary[b-hbnjscey3t] {
    fill: #fcd9b6;
}

.body-region.muscular[b-hbnjscey3t] {
    fill: #e8a89c;
}

.body-region.muscular.highlighted[b-hbnjscey3t] {
    fill: url(#muscleGradient);
}

.body-region.muscular.selected[b-hbnjscey3t] {
    fill: #ef4444;
    stroke: #dc2626;
    filter: url(#glow);
}

.body-region.skeletal[b-hbnjscey3t] {
    fill: #d4a574;
}

.body-region.skeletal.selected[b-hbnjscey3t] {
    fill: #8b5cf6;
    stroke: #7c3aed;
    filter: url(#glow);
}

.body-region.lymphatic.selected[b-hbnjscey3t] {
    fill: #10b981;
    stroke: #059669;
    filter: url(#glow);
}

.body-region.circulatory[b-hbnjscey3t] {
    fill: #eab8b0;
}

.body-region.circulatory.selected[b-hbnjscey3t] {
    fill: #dc2626;
    stroke: #b91c1c;
    filter: url(#glow);
}

.body-region.nervous.selected[b-hbnjscey3t] {
    fill: #6366f1;
    stroke: #4f46e5;
    filter: url(#glow);
}

.body-region.digestive[b-hbnjscey3t] {
    fill: #d4a574;
}

.body-region.digestive.selected[b-hbnjscey3t] {
    fill: #f97316;
    stroke: #ea580c;
    filter: url(#glow);
}

.body-region.endocrine.selected[b-hbnjscey3t] {
    fill: #14b8a6;
    stroke: #0d9488;
    filter: url(#glow);
}

.body-region.urinary[b-hbnjscey3t] {
    fill: #d4a574;
}

.body-region.urinary.selected[b-hbnjscey3t] {
    fill: #0ea5e9;
    stroke: #0284c7;
    filter: url(#glow);
}

.body-region.respiratory.selected[b-hbnjscey3t] {
    fill: #3b82f6;
    stroke: #2563eb;
    filter: url(#glow);
}

.body-region.reproductive.selected[b-hbnjscey3t] {
    fill: #ec4899;
    stroke: #db2777;
    filter: url(#glow);
}

/* When viewing all systems */
.body-region.highlighted[b-hbnjscey3t] {
    opacity: 1;
}

.body-region:not(.highlighted)[b-hbnjscey3t] {
    opacity: 0.4;
}

/* Timeline Markers */
.timeline-marker[b-hbnjscey3t] {
    cursor: pointer;
    transition: all 0.2s ease;
}

.timeline-marker:hover[b-hbnjscey3t] {
    transform: scale(1.2);
}

.timeline-marker.active .marker-circle[b-hbnjscey3t] {
    animation: pulse-b-hbnjscey3t 1.5s ease-in-out infinite;
}

.marker-circle[b-hbnjscey3t] {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.marker-ring[b-hbnjscey3t] {
    opacity: 0.6;
}

@keyframes pulse-b-hbnjscey3t {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

/* Legend */
.diagram-legend[b-hbnjscey3t] {
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.legend-label[b-hbnjscey3t] {
    font-size: 0.75rem;
    color: #6b7280;
}
/* /Components/Shared/Diagnosis/DocumentCard.razor.rz.scp.css */
/* ==================== DOCUMENT CARD COMPONENT ==================== */

.document-card[b-tk8t8gi34h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem;
    background: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    position: relative;
    min-height: 110px;
}

.document-card:hover[b-tk8t8gi34h] {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* Card Icon Container */
.card-icon-container[b-tk8t8gi34h] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.card-icon[b-tk8t8gi34h] {
    font-size: 22px;
    color: #ffffff;
}

/* Badge for attachment count */
.card-badge[b-tk8t8gi34h] {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #6b7280;
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Date */
.card-date[b-tk8t8gi34h] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.25rem;
}

/* Title */
.card-title[b-tk8t8gi34h] {
    font-size: 0.6875rem;
    color: #6b7280;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    max-height: 2.6em;
    overflow: hidden;
}

/* Provider Info */
.card-provider[b-tk8t8gi34h] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    margin-top: auto;
}

.provider-avatar[b-tk8t8gi34h] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
}

.provider-avatar-placeholder[b-tk8t8gi34h] {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.provider-avatar-placeholder .material-icons[b-tk8t8gi34h] {
    font-size: 12px;
    color: #9ca3af;
}

.provider-name[b-tk8t8gi34h] {
    font-size: 0.625rem;
    color: #9ca3af;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 70px;
}

/* ==================== COLOR VARIANTS ==================== */

/* Green - Progress Notes */
.card-green .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #86efac 0%, #22c55e 100%);
}

.card-green:hover[b-tk8t8gi34h] {
    background: #f0fdf4;
}

/* Yellow - Lab Orders */
.card-yellow .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #fde047 0%, #eab308 100%);
}

.card-yellow:hover[b-tk8t8gi34h] {
    background: #fefce8;
}

/* Orange - X-ray/Imaging */
.card-orange .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #fdba74 0%, #f97316 100%);
}

.card-orange:hover[b-tk8t8gi34h] {
    background: #fff7ed;
}

/* Purple - Admission */
.card-purple .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #c4b5fd 0%, #8b5cf6 100%);
}

.card-purple:hover[b-tk8t8gi34h] {
    background: #faf5ff;
}

/* Blue - Consultation */
.card-blue .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #93c5fd 0%, #3b82f6 100%);
}

.card-blue:hover[b-tk8t8gi34h] {
    background: #eff6ff;
}

/* Teal - Prescription */
.card-teal .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #5eead4 0%, #14b8a6 100%);
}

.card-teal:hover[b-tk8t8gi34h] {
    background: #f0fdfa;
}

/* Gray - Default */
.card-gray .card-icon-container[b-tk8t8gi34h] {
    background: linear-gradient(135deg, #d1d5db 0%, #6b7280 100%);
}

.card-gray:hover[b-tk8t8gi34h] {
    background: #f9fafb;
}

/* ==================== BADGE COLOR VARIANTS ==================== */

.card-green .card-badge[b-tk8t8gi34h] {
    background: #16a34a;
}

.card-yellow .card-badge[b-tk8t8gi34h] {
    background: #ca8a04;
}

.card-orange .card-badge[b-tk8t8gi34h] {
    background: #ea580c;
}

.card-purple .card-badge[b-tk8t8gi34h] {
    background: #7c3aed;
}

.card-blue .card-badge[b-tk8t8gi34h] {
    background: #2563eb;
}

.card-teal .card-badge[b-tk8t8gi34h] {
    background: #0d9488;
}
