/* /Components/Layout/BlankLayout.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout.razor.css */

.app[b-1r2c7hv9uh] {
    display: flex;
    min-height: 100vh;
    background: #f8fafc;
}

/* ===== سایدبار ===== */
.sidebar[b-1r2c7hv9uh] {
    width: 280px;
    background: linear-gradient(180deg, #1e293b 0%, #0f172a 100%);
    color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.3s ease;
    z-index: 50;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1);
    overflow-y: auto;
}

    .sidebar.collapsed[b-1r2c7hv9uh] {
        width: 80px;
    }

        .sidebar.collapsed .logo-text[b-1r2c7hv9uh],
        .sidebar.collapsed .nav-item span:not(.nav-icon)[b-1r2c7hv9uh],
        .sidebar.collapsed .sidebar-footer span[b-1r2c7hv9uh] {
            display: none;
        }

        .sidebar.collapsed .nav-item[b-1r2c7hv9uh] {
            justify-content: center;
            padding: 12px;
        }

        .sidebar.collapsed .nav-icon[b-1r2c7hv9uh] {
            margin: 0;
            font-size: 1.5rem;
        }

.sidebar-header[b-1r2c7hv9uh] {
    padding: 24px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.logo-icon[b-1r2c7hv9uh] {
    font-size: 2rem;
    color: #818cf8;
}

.logo-text[b-1r2c7hv9uh] {
    font-size: 1.5rem;
    font-weight: bold;
    background: linear-gradient(135deg, #818cf8, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sidebar-nav[b-1r2c7hv9uh] {
    flex: 1;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.nav-item[b-1r2c7hv9uh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
}

    .nav-item:hover[b-1r2c7hv9uh] {
        background: rgba(255,255,255,0.1);
        color: white;
        transform: translateX(-5px);
    }

    .nav-item.active[b-1r2c7hv9uh] {
        background: linear-gradient(135deg, #6366f1, #4f46e5);
        color: white;
        box-shadow: 0 4px 15px rgba(99,102,241,0.4);
    }

.nav-icon[b-1r2c7hv9uh] {
    font-size: 1.25rem;
    width: 24px;
    text-align: center;
}

.nav-badge[b-1r2c7hv9uh] {
    background: #ef4444;
    color: white;
    font-size: 0.75rem;
    padding: 2px 6px;
    border-radius: 20px;
    margin-right: auto;
}

.nav-divider[b-1r2c7hv9uh] {
    height: 1px;
    background: rgba(255,255,255,0.1);
    margin: 16px 0;
}

.sidebar-footer[b-1r2c7hv9uh] {
    padding: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.875rem;
    color: rgba(255,255,255,0.5);
}

/* ===== محتوای اصلی ===== */
.main-content[b-1r2c7hv9uh] {
    flex: 1;
    margin-right: 280px;
    transition: all 0.3s ease;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

:global(.sidebar.collapsed) + .main-content[b-1r2c7hv9uh] {
    margin-right: 80px;
}

/* هدر */
.main-header[b-1r2c7hv9uh] {
    background: white;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05);
}

.menu-toggle[b-1r2c7hv9uh] {
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #475569;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu-toggle:hover[b-1r2c7hv9uh] {
        background: #f1f5f9;
        color: #6366f1;
    }

.header-search[b-1r2c7hv9uh] {
    flex: 1;
    max-width: 400px;
    position: relative;
}

.search-icon[b-1r2c7hv9uh] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.search-input[b-1r2c7hv9uh] {
    width: 100%;
    padding: 10px 40px 10px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #f8fafc;
}

    .search-input:focus[b-1r2c7hv9uh] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
    }

.header-actions[b-1r2c7hv9uh] {
    display: flex;
    align-items: center;
    gap: 16px;
}

.action-btn[b-1r2c7hv9uh] {
    position: relative;
    background: none;
    border: none;
    font-size: 1.25rem;
    color: #475569;
    cursor: pointer;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

    .action-btn:hover[b-1r2c7hv9uh] {
        background: #f1f5f9;
        color: #6366f1;
    }

.action-badge[b-1r2c7hv9uh] {
    position: absolute;
    top: 0;
    right: 0;
    background: #ef4444;
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 20px;
    transform: translate(25%, -25%);
}

.user-profile[b-1r2c7hv9uh] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 8px 4px 12px;
    border-radius: 40px;
    background: #f1f5f9;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .user-profile:hover[b-1r2c7hv9uh] {
        background: #e2e8f0;
    }

.user-avatar[b-1r2c7hv9uh] {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.user-info[b-1r2c7hv9uh] {
    display: flex;
    flex-direction: column;
}

.user-name[b-1r2c7hv9uh] {
    font-weight: 600;
    color: #0f172a;
}

.user-role[b-1r2c7hv9uh] {
    font-size: 0.8rem;
    color: #64748b;
}

/* صفحه جاری */
.page-container[b-1r2c7hv9uh] {
    padding: 24px;
    flex: 1;
    animation: slideIn-b-1r2c7hv9uh 0.3s ease-out;
}

@keyframes slideIn-b-1r2c7hv9uh {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ریسپانسیو */
@media (max-width: 768px) {
    .sidebar[b-1r2c7hv9uh] {
        transform: translateX(100%);
    }

        .sidebar.open[b-1r2c7hv9uh] {
            transform: translateX(0);
        }

    .main-content[b-1r2c7hv9uh] {
        margin-right: 0 !important;
    }

    .header-search[b-1r2c7hv9uh] {
        display: none;
    }

    .user-info[b-1r2c7hv9uh] {
        display: none;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1u2oae30lv],
.components-reconnect-repeated-attempt-visible[b-1u2oae30lv],
.components-reconnect-failed-visible[b-1u2oae30lv],
.components-pause-visible[b-1u2oae30lv],
.components-resume-failed-visible[b-1u2oae30lv],
.components-rejoining-animation[b-1u2oae30lv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-retrying[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-failed[b-1u2oae30lv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1u2oae30lv] {
    display: block;
}


#components-reconnect-modal[b-1u2oae30lv] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1u2oae30lv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1u2oae30lv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1u2oae30lv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1u2oae30lv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1u2oae30lv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1u2oae30lv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1u2oae30lv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1u2oae30lv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1u2oae30lv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1u2oae30lv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1u2oae30lv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1u2oae30lv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1u2oae30lv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1u2oae30lv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1u2oae30lv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1u2oae30lv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1u2oae30lv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1u2oae30lv {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Inbox.razor.rz.scp.css */
/* Inbox.razor.css */

.inbox-page[b-iixqdya95o] {
    max-width: 1400px;
    margin: 0 auto;
}

.page-header[b-iixqdya95o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.page-title[b-iixqdya95o] {
    font-size: 2rem;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .page-title i[b-iixqdya95o] {
        color: #6366f1;
        font-size: 2rem;
    }

.page-subtitle[b-iixqdya95o] {
    color: #64748b;
    margin: 0;
}

.btn-new[b-iixqdya95o] {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

    .btn-new:hover[b-iixqdya95o] {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    }

    .btn-new i[b-iixqdya95o] {
        font-size: 1.2rem;
    }

.loading-container[b-iixqdya95o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px;
    gap: 16px;
    color: #64748b;
}

.spinner[b-iixqdya95o] {
    width: 50px;
    height: 50px;
    border: 4px solid #e2e8f0;
    border-top: 4px solid #6366f1;
    border-radius: 50%;
    animation: spin-b-iixqdya95o 1s linear infinite;
}

@keyframes spin-b-iixqdya95o {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.empty-state[b-iixqdya95o] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

    .empty-state i[b-iixqdya95o] {
        font-size: 5rem;
        color: #cbd5e1;
        margin-bottom: 20px;
    }

    .empty-state h3[b-iixqdya95o] {
        color: #0f172a;
        margin-bottom: 8px;
    }

    .empty-state p[b-iixqdya95o] {
        color: #64748b;
        margin-bottom: 24px;
    }

.table-container[b-iixqdya95o] {
    background: white;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    overflow-x: auto;
}

.letters-table[b-iixqdya95o] {
    width: 100%;
    border-collapse: collapse;
    min-width: 800px;
}

    .letters-table th[b-iixqdya95o] {
        text-align: right;
        padding: 16px 12px;
        color: #64748b;
        font-weight: 500;
        font-size: 0.9rem;
        border-bottom: 2px solid #e2e8f0;
    }

    .letters-table td[b-iixqdya95o] {
        padding: 16px 12px;
        border-bottom: 1px solid #e2e8f0;
        color: #0f172a;
    }

    .letters-table tr:hover td[b-iixqdya95o] {
        background: #f8fafc;
    }

.title-cell[b-iixqdya95o] {
    font-weight: 600;
    color: #0f172a;
}

.badge[b-iixqdya95o] {
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-block;
}

.position-badge[b-iixqdya95o] {
    background: #f1f5f9;
    color: #475569;
}

.status-badge[b-iixqdya95o] {
    min-width: 70px;
    text-align: center;
}

.status-success[b-iixqdya95o] {
    background: #22c55e20;
    color: #22c55e;
}

.status-warning[b-iixqdya95o] {
    background: #f59e0b20;
    color: #f59e0b;
}

.status-secondary[b-iixqdya95o] {
    background: #64748b20;
    color: #64748b;
}

.btn-view[b-iixqdya95o] {
    background: none;
    border: 1px solid #e2e8f0;
    padding: 8px 16px;
    border-radius: 8px;
    color: #475569;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

    .btn-view:hover[b-iixqdya95o] {
        background: #6366f1;
        border-color: #6366f1;
        color: white;
    }

    .btn-view i[b-iixqdya95o] {
        font-size: 1rem;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
/* Login.razor.css */

.login-container[b-mmpnsttvcl] {
    display: flex;
    min-height: 100vh;
    background: #f8fafc;
}

/* ===== بخش برند (سمت راست) ===== */
.login-brand[b-mmpnsttvcl] {
    flex: 1;
    background: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .login-brand[b-mmpnsttvcl]::before {
        content: '';
        position: absolute;
        width: 150%;
        height: 150%;
        background: radial-gradient(circle, rgba(99, 102, 241, 0.1) 0%, transparent 70%);
        top: -25%;
        right: -25%;
        animation: rotate-b-mmpnsttvcl 30s linear infinite;
    }

@keyframes rotate-b-mmpnsttvcl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.brand-content[b-mmpnsttvcl] {
    position: relative;
    z-index: 1;
    color: white;
    padding: 40px;
    max-width: 450px;
    animation: fadeInUp-b-mmpnsttvcl 0.8s ease;
}

@keyframes fadeInUp-b-mmpnsttvcl {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brand-icon[b-mmpnsttvcl] {
    font-size: 4rem;
    margin-bottom: 20px;
    color: #818cf8;
    animation: float-b-mmpnsttvcl 3s ease-in-out infinite;
}

@keyframes float-b-mmpnsttvcl {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.brand-title[b-mmpnsttvcl] {
    font-size: 3rem;
    font-weight: 800;
    margin: 0 0 10px 0;
    background: linear-gradient(135deg, #818cf8, #c084fc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.brand-subtitle[b-mmpnsttvcl] {
    font-size: 1.1rem;
    color: #cbd5e1;
    margin-bottom: 40px;
    line-height: 1.6;
}

.brand-features[b-mmpnsttvcl] {
    margin: 40px 0;
}

.feature-item[b-mmpnsttvcl] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    color: #e2e8f0;
    animation: slideInRight-b-mmpnsttvcl 0.5s ease;
    animation-fill-mode: both;
}

    .feature-item:nth-child(1)[b-mmpnsttvcl] {
        animation-delay: 0.1s;
    }

    .feature-item:nth-child(2)[b-mmpnsttvcl] {
        animation-delay: 0.2s;
    }

    .feature-item:nth-child(3)[b-mmpnsttvcl] {
        animation-delay: 0.3s;
    }

@keyframes slideInRight-b-mmpnsttvcl {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.feature-item i[b-mmpnsttvcl] {
    color: #22c55e;
    font-size: 1.3rem;
}

.brand-footer[b-mmpnsttvcl] {
    margin-top: 60px;
    color: #64748b;
    font-size: 0.9rem;
}

    .brand-footer p[b-mmpnsttvcl] {
        margin: 5px 0;
    }

/* ===== بخش فرم (سمت چپ) ===== */
.login-form-section[b-mmpnsttvcl] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: #f8fafc;
}

.form-container[b-mmpnsttvcl] {
    width: 100%;
    max-width: 400px;
    animation: fadeIn-b-mmpnsttvcl 0.5s ease;
}

@keyframes fadeIn-b-mmpnsttvcl {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.form-header[b-mmpnsttvcl] {
    text-align: center;
    margin-bottom: 40px;
}

    .form-header h2[b-mmpnsttvcl] {
        font-size: 2rem;
        color: #0f172a;
        margin-bottom: 10px;
        font-weight: 700;
    }

    .form-header p[b-mmpnsttvcl] {
        color: #64748b;
    }

.form-group[b-mmpnsttvcl] {
    margin-bottom: 24px;
}

.form-label[b-mmpnsttvcl] {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-weight: 500;
    font-size: 0.95rem;
}

    .form-label i[b-mmpnsttvcl] {
        margin-left: 6px;
        color: #6366f1;
    }

.form-input[b-mmpnsttvcl] {
    width: 100%;
    padding: 14px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

    .form-input:focus[b-mmpnsttvcl] {
        outline: none;
        border-color: #6366f1;
        box-shadow: 0 0 0 4px rgba(99, 102, 241, 0.1);
    }

    .form-input[b-mmpnsttvcl]::placeholder {
        color: #94a3b8;
    }

.password-input[b-mmpnsttvcl] {
    position: relative;
}

.password-toggle[b-mmpnsttvcl] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
    transition: color 0.3s ease;
}

    .password-toggle:hover[b-mmpnsttvcl] {
        color: #6366f1;
    }

.form-options[b-mmpnsttvcl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.checkbox-label[b-mmpnsttvcl] {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #475569;
    cursor: pointer;
}

    .checkbox-label input[type="checkbox"][b-mmpnsttvcl] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: #6366f1;
    }

.forgot-link[b-mmpnsttvcl] {
    color: #6366f1;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

    .forgot-link:hover[b-mmpnsttvcl] {
        color: #4f46e5;
        text-decoration: underline;
    }

.alert[b-mmpnsttvcl] {
    padding: 14px 16px;
    border-radius: 12px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: shake-b-mmpnsttvcl 0.5s ease;
}

@keyframes shake-b-mmpnsttvcl {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.alert-danger[b-mmpnsttvcl] {
    background: #fee2e2;
    border: 1px solid #fecaca;
    color: #dc2626;
}

.alert i[b-mmpnsttvcl] {
    font-size: 1.2rem;
}

.btn-login[b-mmpnsttvcl] {
    width: 100%;
    padding: 16px;
    background: linear-gradient(135deg, #6366f1, #4f46e5);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px rgba(99, 102, 241, 0.2);
}

    .btn-login:hover:not(:disabled)[b-mmpnsttvcl] {
        transform: translateY(-2px);
        box-shadow: 0 10px 15px -3px rgba(99, 102, 241, 0.3);
    }

    .btn-login:disabled[b-mmpnsttvcl] {
        opacity: 0.6;
        cursor: not-allowed;
    }

.spinner[b-mmpnsttvcl] {
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,0.3);
    border-top: 3px solid white;
    border-radius: 50%;
    animation: spin-b-mmpnsttvcl 1s linear infinite;
}

@keyframes spin-b-mmpnsttvcl {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-footer[b-mmpnsttvcl] {
    text-align: center;
    margin-top: 24px;
    color: #64748b;
}

    .form-footer a[b-mmpnsttvcl] {
        color: #6366f1;
        text-decoration: none;
        font-weight: 500;
    }

        .form-footer a:hover[b-mmpnsttvcl] {
            text-decoration: underline;
        }

.demo-credentials[b-mmpnsttvcl] {
    margin-top: 40px;
    padding: 20px;
    background: #f1f5f9;
    border-radius: 16px;
    text-align: center;
}

    .demo-credentials p[b-mmpnsttvcl] {
        color: #475569;
        margin-bottom: 12px;
        font-weight: 500;
    }

.credential-items[b-mmpnsttvcl] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}

.credential-badge[b-mmpnsttvcl] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 30px;
    color: #334155;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .credential-badge:hover[b-mmpnsttvcl] {
        background: #6366f1;
        border-color: #6366f1;
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(99, 102, 241, 0.2);
    }

/* ریسپانسیو */
@media (max-width: 768px) {
    .login-container[b-mmpnsttvcl] {
        flex-direction: column;
    }

    .login-brand[b-mmpnsttvcl] {
        padding: 60px 20px;
    }

    .brand-content[b-mmpnsttvcl] {
        text-align: center;
    }

    .feature-item[b-mmpnsttvcl] {
        justify-content: center;
    }

    .login-form-section[b-mmpnsttvcl] {
        padding: 40px 20px;
    }

    .form-container[b-mmpnsttvcl] {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .brand-title[b-mmpnsttvcl] {
        font-size: 2.5rem;
    }

    .form-options[b-mmpnsttvcl] {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .credential-items[b-mmpnsttvcl] {
        flex-direction: column;
    }

    .credential-badge[b-mmpnsttvcl] {
        width: 100%;
        justify-content: center;
    }
}
