/* صفحة دخول مطابقة لتطبيق عيدها (نسخة الشركاء) */
:root {
    --eidha-fl-navy: #0b132b;
    --eidha-fl-navy-light: #1c2541;
    --eidha-fl-yellow: #ffd700;
    --eidha-fl-yellow-dark: #e6ac00;
    --eidha-fl-muted: #94a3b8;
    --eidha-fl-bg-dark: #050a18;
}

body.eidha-fl-login {
    margin: 0;
    min-height: 100vh;
    font-family: "Noto Sans Arabic", system-ui, sans-serif;
    background: var(--eidha-fl-bg-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    color: var(--eidha-fl-navy);
    direction: rtl;
}

.eidha-fl-shell {
    width: 100%;
    max-width: 390px;
}

.eidha-fl-card {
    background: #fff;
    border-radius: 40px;
    padding: 32px;
    box-shadow: 0 24px 64px rgba(0, 0, 0, 0.35);
}

/* تبديل نسخة الشركاء / الزبائن */
.eidha-fl-role-toggle {
    display: flex;
    gap: 8px;
    padding: 6px;
    background: #f3f4f6;
    border-radius: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 32px;
}

.eidha-fl-role-toggle__item {
    flex: 1;
    text-align: center;
    padding: 14px 12px;
    border-radius: 20px;
    font-weight: 800;
    font-size: 11px;
    line-height: 1.35;
    color: var(--eidha-fl-muted);
}

.eidha-fl-role-toggle__item.is-active {
    background: var(--eidha-fl-navy);
    color: #fff;
    box-shadow: 0 4px 12px rgba(11, 19, 43, 0.15);
}

.eidha-fl-role-toggle__item small {
    font-weight: 800;
}

/* شعار صفحة الدخول — sp.png */
.eidha-fl-logo {
    text-align: center;
    margin-bottom: 8px;
}

.eidha-fl-logo--image {
    margin-bottom: 12px;
}

.eidha-fl-logo__img {
    display: block;
    width: 140px;
    height: auto;
    max-width: 72%;
    margin: 0 auto 16px;
    border-radius: 28px;
    box-shadow: 0 14px 36px rgba(11, 19, 43, 0.18);
}

.eidha-fl-logo__tagline {
    margin: 0;
}

.eidha-fl-logo__tag {
    display: inline-block;
    padding: 5px 14px;
    border-radius: 999px;
    background: rgba(255, 215, 0, 0.22);
    color: var(--eidha-fl-navy);
    font-size: 0.82rem;
    font-weight: 900;
}

.eidha-fl-logo__subtitle {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--eidha-fl-muted);
}

/* شعار E القديم — احتياطي إن استُخدم في صفحات أخرى */
.eidha-fl-logo__stack {
    position: relative;
    width: 102px;
    height: 102px;
    margin: 0 auto 24px;
    overflow: visible;
}

.eidha-fl-logo__square {
    width: 96px;
    height: 96px;
    margin: 0 auto;
    transform: rotate(-12deg);
}

.eidha-fl-logo__square-inner {
    width: 96px;
    height: 96px;
    border-radius: 32px;
    border: 4px solid #eab308;
    box-shadow: 0 4px 20px 2px rgba(11, 19, 43, 0.22);
    transform: rotate(12deg);
    background: linear-gradient(135deg, var(--eidha-fl-navy) 0%, var(--eidha-fl-navy-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.eidha-fl-logo__e {
    font-size: 46px;
    font-weight: 900;
    line-height: 1;
    color: var(--eidha-fl-yellow);
    display: block;
}

.eidha-fl-logo__badge {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 30px;
    height: 30px;
    transform: rotate(12deg);
    background: var(--eidha-fl-yellow);
    color: var(--eidha-fl-navy);
    border: 2px solid #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
}

.eidha-fl-logo__title {
    margin: 0;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    color: var(--eidha-fl-navy);
}

.eidha-fl-logo__tag {
    font-size: 14px;
    font-weight: 900;
    color: #eab308;
    top: -0.2em;
    margin-right: 2px;
    vertical-align: super;
}

.eidha-fl-logo__subtitle {
    margin: 4px 0 0;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--eidha-fl-muted);
}

/* حقول مثل التطبيق */
.eidha-fl-fields {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 32px;
}

.eidha-fl-input-wrap {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.eidha-fl-input-wrap input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--eidha-fl-navy);
    outline: none;
    text-align: right;
    min-width: 0;
}

.eidha-fl-input-wrap input::placeholder {
    color: var(--eidha-fl-muted);
    opacity: 0.55;
    font-weight: 600;
}

.eidha-fl-input-icon {
    color: var(--eidha-fl-muted);
    opacity: 0.35;
    flex-shrink: 0;
    margin-left: 12px;
}

.eidha-fl-check {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--eidha-fl-muted);
    margin: 4px 0 0;
}

.eidha-fl-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    border: none;
    border-radius: 20px;
    background: var(--eidha-fl-navy);
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow:
        0 12px 24px rgba(11, 19, 43, 0.25),
        0 4px 8px rgba(11, 19, 43, 0.1);
    font-family: inherit;
}

.eidha-fl-btn:hover {
    filter: brightness(1.05);
}

.eidha-fl-links {
    text-align: center;
    margin-top: 24px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--eidha-fl-muted);
}

.eidha-fl-links a {
    color: #eab308;
    font-weight: 900;
    text-decoration: none;
}

.eidha-fl-links a.is-muted {
    color: var(--eidha-fl-muted);
    font-weight: 700;
}

.eidha-fl-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    padding: 12px 14px;
    border-radius: 12px;
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.eidha-fl-field-error {
    color: #b91c1c;
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 6px;
    display: block;
}

/* شعار الإدارة (أصفر) */
.eidha-fl-logo__square--customer .eidha-fl-logo__square-inner--customer {
    border-color: var(--eidha-fl-navy);
    background: linear-gradient(135deg, var(--eidha-fl-yellow) 0%, var(--eidha-fl-yellow-dark) 100%);
    box-shadow: 0 4px 20px 2px rgba(255, 215, 0, 0.22);
}

.eidha-fl-logo__e--customer {
    color: var(--eidha-fl-navy);
}

.eidha-fl-logo__badge--customer {
    background: var(--eidha-fl-navy);
    color: #fff;
}

.eidha-fl-logo__tag--admin {
    color: var(--eidha-fl-navy);
}

/* زر الرجوع — صفحات الدخول */
.eidha-web-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(11, 19, 43, 0.72);
    color: #fff;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 800;
    cursor: pointer;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
    transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}

.eidha-web-back:hover {
    background: rgba(11, 19, 43, 0.88);
    border-color: rgba(255, 215, 0, 0.45);
    transform: translateY(-1px);
}

.eidha-web-back__glyph {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    background: var(--eidha-fl-yellow, #ffd700);
    color: var(--eidha-fl-navy, #0b132b);
    font-size: 0.95rem;
    font-weight: 900;
    line-height: 1;
}

.eidha-web-back--floating {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
}
