.projyar-login-page {
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #6b5ce7 0%, #8f7ff8 100%);
    padding: 40px 16px;
    direction: rtl;
    font-family: 'Peyda', 'IRANSans', 'Tahoma', sans-serif;
}

.projyar-login-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
    width: 100%;
    max-width: 480px;
    padding: 24px;
}

.projyar-login-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 12px;
}

.projyar-login-logo img {
    width: 70px;
    height: 70px;
}

.projyar-login-title {
    text-align: center;
    margin: 0 0 8px 0;
    font-weight: 700;
    color: #1f1f1f;
    font-family: 'Peyda', 'IRANSans', 'Tahoma', sans-serif;
}

.projyar-login-subtitle { display: none; }

.projyar-form-group {
    margin-bottom: 16px;
}

.projyar-form-label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #1f2937;
}

.projyar-form-input {
    width: 100%;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
    direction: ltr;
    text-align: left;
}

.projyar-form-input:focus {
    outline: none;
    border-color: #6b5ce7;
    box-shadow: 0 0 0 3px rgba(107, 92, 231, 0.15);
}

.projyar-password {
    position: relative;
}

.projyar-password-toggle { display: none; }

.projyar-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.projyar-actions {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 18px;
    font-size: 14px;
}

.projyar-link {
    color: #6b5ce7;
    text-decoration: none;
    font-weight: 600;
}

.projyar-link:hover {
    text-decoration: underline;
}

.projyar-submit {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #6b5ce7;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.1s, box-shadow 0.2s;
}

.projyar-submit:hover {
    box-shadow: 0 10px 25px rgba(107, 92, 231, 0.25);
    transform: translateY(-1px);
}

.projyar-error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.projyar-success {
    background: #ecfdf3;
    color: #166534;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 12px;
    font-size: 14px;
}

.projyar-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    color: #9ca3af;
    font-size: 13px;
}

.projyar-divider::before,
.projyar-divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e7eb;
}

.projyar-socials {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.projyar-socials a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    color: #374151;
    background: #fff;
    transition: background 0.2s, color 0.2s;
}

.projyar-socials a:hover {
    background: #f3f4f6;
    color: #111827;
}

.projyar-form-body {
    max-width: 380px;
    margin: 0 auto;
}
