/* /Components/Layout/LangSwitcher.razor.rz.scp.css */
/* منتقي اللغة — قائمة مُدارة بـBlazor (بلا Bootstrap JS) */

.lang-switch[b-l2mcixbstv] {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
}

.lang-switch button[b-l2mcixbstv] {
    white-space: nowrap;
    font-family: inherit;
    cursor: pointer;
}

.lang-switch .caret[b-l2mcixbstv] {
    font-size: .6em;
    opacity: .7;
    margin-inline-start: 4px;
}

/* طبقة تلتقط الضغط خارج القائمة فتغلقها */
.lang-backdrop[b-l2mcixbstv] {
    position: fixed;
    inset: 0;
    z-index: 1090;
}

.lang-menu[b-l2mcixbstv] {
    position: absolute;
    inset-inline-end: 0;
    top: calc(100% + 6px);
    z-index: 1100;
    min-width: 165px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    box-shadow: 0 8px 26px rgba(0, 0, 0, .16);
}

.lang-item[b-l2mcixbstv] {
    display: block;
    width: 100%;
    text-align: start;          /* منطقي: يحترم RTL و LTR معاً */
    padding: 9px 16px;
    border: 0;
    background: transparent;
    font-size: .95rem;
    color: #1b1712;
}

.lang-item:hover[b-l2mcixbstv] {
    background: #f3f3f3;
}

.lang-item.on[b-l2mcixbstv] {
    font-weight: 700;
    color: #e2571e;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zmfeet6zw5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-zmfeet6zw5] {
    flex: 1;
}

.sidebar[b-zmfeet6zw5] {
    background-image: linear-gradient(180deg, #12151b 0%, #1c2128 60%, #2a1206 100%);
    border-left: 3px solid #ff6a00;
}

.top-row[b-zmfeet6zw5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-zmfeet6zw5]  a, .top-row[b-zmfeet6zw5]  .btn-link {
        white-space: nowrap;
        margin-inline-start: 1.5rem; /* منطقي يحترم RTL بدل margin-left الفيزيائي */
        text-decoration: none;
    }

    /* منتقي اللغة داخل الشريط العلوي — عنصر عادي بمسافة منطقية، بلا ms-auto
       (الشريط أصلاً flex-end فالدفع التلقائي كان يكسر توزيع بقية الروابط) */
    .top-row[b-zmfeet6zw5]  .top-lang {
        margin-inline-start: 1.5rem;
        flex: 0 0 auto;
    }

    .top-row[b-zmfeet6zw5]  a:hover, .top-row[b-zmfeet6zw5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-zmfeet6zw5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-zmfeet6zw5] {
        justify-content: space-between;
    }

    .top-row[b-zmfeet6zw5]  a, .top-row[b-zmfeet6zw5]  .btn-link {
        margin-inline-start: 0;
    }
}

@media (min-width: 641px) {
    .page[b-zmfeet6zw5] {
        flex-direction: row;
    }

    .sidebar[b-zmfeet6zw5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-zmfeet6zw5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-zmfeet6zw5], article[b-zmfeet6zw5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-zmfeet6zw5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-zmfeet6zw5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c8abuwb77m] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    right: auto;
    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-c8abuwb77m] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-c8abuwb77m] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c8abuwb77m] {
    font-size: 1.1rem;
}

.bi[b-c8abuwb77m] {
    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-c8abuwb77m] {
    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-c8abuwb77m] {
    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-c8abuwb77m] {
    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");
}

.nav-item[b-c8abuwb77m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c8abuwb77m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c8abuwb77m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c8abuwb77m]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-c8abuwb77m]  a.active {
    background: linear-gradient(135deg, #ff6a00, #ff2e2e);
    color: white;
    font-weight: 700;
}

.nav-item[b-c8abuwb77m]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-c8abuwb77m] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-c8abuwb77m] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c8abuwb77m] {
        display: none;
    }

    .nav-scrollable[b-c8abuwb77m] {
        /* 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/CaptainCard.razor.rz.scp.css */
.cap-card[b-vc74f6c46p] {
    width: 440px; border-radius: 18px; overflow: hidden; margin: 0 auto;
    box-shadow: 0 12px 40px rgba(0,0,0,.18); font-family: 'Cairo', sans-serif; background: #fff;
}
.cap-head[b-vc74f6c46p] {
    background: linear-gradient(135deg, #12151b, #2a1206); color: #fff; padding: 16px 18px;
    display: flex; align-items: center; gap: 12px; border-bottom: 4px solid #ff6a00;
}
.cap-logo[b-vc74f6c46p] { width: 54px; height: 54px; }
.cap-brand[b-vc74f6c46p] { font-weight: 900; font-size: 1.3rem; letter-spacing: 1px; color: #ff8a3d; }
.cap-gym[b-vc74f6c46p] { font-size: .9rem; color: #c7ccd4; }

.cap-body[b-vc74f6c46p] { display: flex; align-items: center; gap: 16px; padding: 22px 18px; }
.cap-photo[b-vc74f6c46p] { width: 110px; height: 110px; border-radius: 50%; object-fit: cover; border: 3px solid #ff6a00; }
.cap-info[b-vc74f6c46p] { flex: 1; }
.cap-name[b-vc74f6c46p] { font-size: 1.5rem; font-weight: 900; }
.cap-role[b-vc74f6c46p] { color: #ff6a00; font-weight: 700; margin-bottom: 6px; }
.cap-cred[b-vc74f6c46p] { margin-top: 10px; background: #f1f3f5; border-radius: 8px; padding: 8px 10px; font-family: monospace; direction: ltr; text-align: left; font-size: .9rem; }

.cap-foot[b-vc74f6c46p] { background: #f1f3f5; text-align: center; padding: 10px; font-size: .8rem; color: #888; }
.cap-app[b-vc74f6c46p] { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 6px; }
.cap-app img[b-vc74f6c46p] { width: 64px; height: 64px; background: #fff; border-radius: 6px; padding: 2px; }
.cap-app span[b-vc74f6c46p] { font-size: .8rem; color: #444; }
.cap-app strong[b-vc74f6c46p] { color: #ff6a00; }
.cap-foot-txt[b-vc74f6c46p] { color: #888; }
/* /Components/Pages/Install.razor.rz.scp.css */
.inst-page[b-siryo2gdom] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: radial-gradient(1200px 600px at 50% -10%, #1c2330 0%, #12151b 60%);
    direction: rtl;
    font-family: "Segoe UI", "Dubai", Tahoma, sans-serif;
}

.inst-card[b-siryo2gdom] {
    width: 100%;
    max-width: 420px;
    background: #161a22;
    border: 1px solid #262d3a;
    border-radius: 18px;
    padding: 1.75rem 1.5rem 1.5rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .45);
    color: #e7e9ee;
    text-align: center;
}

.inst-brand[b-siryo2gdom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .35rem;
    margin-bottom: 1.4rem;
}

.inst-logo[b-siryo2gdom] {
    font-size: 2.6rem;
    line-height: 1;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, .5));
}

.inst-title[b-siryo2gdom] {
    font-size: 1.5rem;
    font-weight: 800;
    letter-spacing: .04em;
    color: #fff;
}

.inst-sub[b-siryo2gdom] {
    font-size: .92rem;
    line-height: 1.6;
    color: #9aa3b2;
    max-width: 30ch;
}

.inst-loading[b-siryo2gdom] {
    color: #9aa3b2;
    font-size: 1.6rem;
    padding: 1.5rem 0;
}

.inst-ok[b-siryo2gdom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .6rem;
    background: rgba(47, 158, 90, .12);
    border: 1px solid rgba(47, 158, 90, .4);
    border-radius: 12px;
    padding: 1.1rem;
    margin-bottom: 1rem;
    color: #cfeada;
    line-height: 1.6;
}

.inst-ok-icon[b-siryo2gdom] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2f9e5a;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 800;
}

.inst-steps-head[b-siryo2gdom] {
    font-weight: 700;
    font-size: 1.02rem;
    margin-bottom: .75rem;
    color: #fff;
}

.inst-steps[b-siryo2gdom] {
    list-style: none;
    counter-reset: step;
    margin: 0 0 1rem;
    padding: 0;
    text-align: start;
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.inst-steps li[b-siryo2gdom] {
    counter-increment: step;
    position: relative;
    padding: .75rem .9rem .75rem 3rem;
    background: #1b202a;
    border: 1px solid #262d3a;
    border-radius: 12px;
    line-height: 1.6;
    font-size: .96rem;
}

.inst-steps li[b-siryo2gdom]::before {
    content: counter(step);
    position: absolute;
    inset-inline-start: .7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #3a86ff;
    color: #fff;
    font-weight: 800;
    font-size: .85rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inst-ic[b-siryo2gdom] {
    font-size: 1.05rem;
    padding: 0 .1rem;
}

.inst-note[b-siryo2gdom] {
    font-size: .86rem;
    line-height: 1.6;
    color: #9aa3b2;
    background: #1b202a;
    border: 1px dashed #2d3543;
    border-radius: 10px;
    padding: .65rem .8rem;
    margin-bottom: 1rem;
}

.inst-btn[b-siryo2gdom] {
    display: block;
    width: 100%;
    text-align: center;
    padding: .95rem 1rem;
    border-radius: 12px;
    font-size: 1.02rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    margin-top: .4rem;
    font-family: inherit;
}

.inst-btn-primary[b-siryo2gdom] {
    background: linear-gradient(180deg, #3a86ff, #2f6fe0);
    color: #fff;
    box-shadow: 0 8px 20px rgba(58, 134, 255, .3);
}

.inst-btn-primary:disabled[b-siryo2gdom] {
    opacity: .6;
    cursor: default;
}

.inst-btn-ghost[b-siryo2gdom] {
    background: transparent;
    color: #9aa3b2;
    border: 1px solid #2d3543;
    font-weight: 600;
    font-size: .95rem;
}

.inst-desktop[b-siryo2gdom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .7rem;
    line-height: 1.6;
    color: #c7ccd6;
    margin-bottom: 1rem;
}

.inst-ic-big[b-siryo2gdom] {
    font-size: 2.5rem;
}

.inst-url[b-siryo2gdom] {
    font-family: "Cascadia Mono", Consolas, monospace;
    background: #1b202a;
    border: 1px solid #2d3543;
    border-radius: 10px;
    padding: .55rem 1rem;
    color: #fff;
    font-size: 1.05rem;
    letter-spacing: .02em;
    direction: ltr;
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing[b-1zyys4dugj] {
    font-family: 'Cairo', sans-serif;
    color: #fff;
    background: #0e1014;
}

/* الهيرو */
.hero[b-1zyys4dugj] {
    position: relative;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: radial-gradient(circle at 30% 20%, #2a1206 0%, #12151b 45%, #0e1014 100%);
    overflow: hidden;
}
.hero-overlay[b-1zyys4dugj] {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(45deg, rgba(255,106,0,.04) 0 12px, transparent 12px 24px);
}
.hero-content[b-1zyys4dugj] { position: relative; z-index: 2; padding: 24px; }

.logo-img[b-1zyys4dugj] {
    width: 150px; height: 150px;
    margin: 0 auto 16px;
    filter: drop-shadow(0 0 45px rgba(255,106,0,.55));
    animation: logofloat-b-1zyys4dugj 3s ease-in-out infinite;
}
@keyframes logofloat-b-1zyys4dugj { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
.brand[b-1zyys4dugj] {
    font-size: 4rem; font-weight: 900; margin: 0;
    background: linear-gradient(135deg, #ff6a00, #ff2e2e);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}
.brand-ar[b-1zyys4dugj] { font-size: 1.8rem; font-weight: 800; margin: 4px 0 14px; }
.tagline[b-1zyys4dugj] { font-size: 1.2rem; color: #c7ccd4; max-width: 640px; margin: 0 auto 28px; line-height: 1.9; }

.cta[b-1zyys4dugj] {
    font-family: 'Cairo', sans-serif;
    font-size: 1.25rem; font-weight: 800; color: #fff;
    padding: 14px 44px; border: none; border-radius: 50px; cursor: pointer;
    background: linear-gradient(135deg, #ff6a00, #ff2e2e);
    box-shadow: 0 10px 30px rgba(255,46,46,.4);
    transition: transform .15s ease, box-shadow .15s ease;
}
.cta:hover[b-1zyys4dugj] { transform: translateY(-3px) scale(1.03); box-shadow: 0 14px 38px rgba(255,46,46,.55); }
.cta.mt[b-1zyys4dugj] { margin-top: 24px; }

/* رابط التثبيت — ثانوي بجانب زر الدخول، بارز كفاية ليجده مستخدم الآيفون */
.install-link[b-1zyys4dugj] {
    display: inline-block; margin-top: 16px;
    font-family: 'Cairo', sans-serif; font-size: .95rem; font-weight: 600;
    color: #ffd9b8; text-decoration: none;
    padding: 9px 20px; border-radius: 50px;
    border: 1px solid rgba(255,217,184,.45);
    transition: background .15s ease, color .15s ease;
}
.install-link:hover[b-1zyys4dugj] { background: rgba(255,217,184,.14); color: #fff; }

/* الأقسام */
.features[b-1zyys4dugj], .roles[b-1zyys4dugj] { padding: 70px 20px; max-width: 1100px; margin: 0 auto; text-align: center; }
.roles[b-1zyys4dugj] { background: #12151b; }
.sec-title[b-1zyys4dugj] {
    font-size: 2rem; font-weight: 900; margin-bottom: 40px; position: relative; display: inline-block;
}
.sec-title[b-1zyys4dugj]::after {
    content: ""; display: block; width: 70px; height: 4px; margin: 12px auto 0;
    background: linear-gradient(135deg, #ff6a00, #ff2e2e); border-radius: 4px;
}

.grid[b-1zyys4dugj] { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.feature[b-1zyys4dugj] {
    background: #1c2128; border-radius: 16px; padding: 28px 22px;
    border-bottom: 3px solid #ff6a00; transition: transform .15s ease;
}
.feature:hover[b-1zyys4dugj] { transform: translateY(-6px); }
.feature .ic[b-1zyys4dugj] { font-size: 2.6rem; margin-bottom: 12px; }
.feature h4[b-1zyys4dugj] { font-weight: 800; margin-bottom: 8px; }
.feature p[b-1zyys4dugj] { color: #aab0b8; font-size: .95rem; margin: 0; line-height: 1.7; }

.roles-grid[b-1zyys4dugj] { grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }
.role[b-1zyys4dugj] {
    background: #1c2128; border-radius: 14px; padding: 22px; font-size: 1.15rem; font-weight: 700;
    border: 1px solid #2a2f37;
}
.role span[b-1zyys4dugj] { display: block; font-size: 2.4rem; margin-bottom: 8px; }

.foot[b-1zyys4dugj] { text-align: center; padding: 26px; color: #7b818b; background: #0e1014; border-top: 1px solid #1c2128; }
/* /Components/Pages/Login.razor.rz.scp.css */
.login-page[b-yxrvld4mu7] {
    display: flex;
    min-height: 100vh;
    font-family: 'Cairo', sans-serif;
}

/* الجهة التعريفية */
.login-hero[b-yxrvld4mu7] {
    flex: 1;
    background: radial-gradient(circle at 30% 20%, #2a1206 0%, #12151b 50%, #0e1014 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.login-hero[b-yxrvld4mu7]::after {
    content: "";
    position: absolute; inset: 0;
    background: repeating-linear-gradient(45deg, rgba(255,106,0,.05) 0 14px, transparent 14px 28px);
}
.hero-inner[b-yxrvld4mu7] { position: relative; z-index: 2; text-align: center; padding: 30px; }
.hero-logo[b-yxrvld4mu7] { width: 150px; height: 150px; filter: drop-shadow(0 0 30px rgba(255,106,0,.5)); animation: float-b-yxrvld4mu7 3s ease-in-out infinite; }
.hero-inner h1[b-yxrvld4mu7] {
    font-size: 3rem; font-weight: 900; margin: 16px 0 6px; letter-spacing: 2px;
    background: linear-gradient(135deg, #ff8a00, #ff2e2e);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.hero-inner p[b-yxrvld4mu7] { color: #c7ccd4; font-size: 1.15rem; margin-bottom: 24px; }
.hero-tags[b-yxrvld4mu7] { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.hero-tags span[b-yxrvld4mu7] { background: rgba(255,255,255,.08); border: 1px solid #2a2f37; border-radius: 50px; padding: 7px 16px; font-size: .9rem; }

/* جهة النموذج */
.login-form-side[b-yxrvld4mu7] {
    flex: 1;
    background: #f4f5f7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}
.login-box[b-yxrvld4mu7] {
    background: #fff; width: 100%; max-width: 400px; border-radius: 22px;
    padding: 38px 30px; box-shadow: 0 20px 60px rgba(0,0,0,.12); text-align: center;
}
.form-logo[b-yxrvld4mu7] { width: 76px; height: 76px; margin-bottom: 8px; display: none; }
.login-box h2[b-yxrvld4mu7] { font-weight: 900; margin-bottom: 4px; }
.login-box .sub[b-yxrvld4mu7] { color: #888; margin-bottom: 24px; }

.fld[b-yxrvld4mu7] {
    display: flex; align-items: center; gap: 8px;
    background: #f1f3f5; border: 2px solid transparent; border-radius: 12px;
    padding: 4px 12px; margin-bottom: 14px; transition: border-color .15s;
}
.fld:focus-within[b-yxrvld4mu7] { border-color: #ff6a00; background: #fff; }
.fld-ic[b-yxrvld4mu7] { font-size: 1.1rem; }
.fld input[b-yxrvld4mu7] { border: none; background: transparent; outline: none; flex: 1; padding: 12px 4px; font-family: 'Cairo', sans-serif; font-size: 1rem; }
.eye[b-yxrvld4mu7] { border: none; background: transparent; cursor: pointer; font-size: 1.1rem; }

.login-error[b-yxrvld4mu7] { background: #ffe9e9; color: #c0392b; border-radius: 10px; padding: 10px; margin-bottom: 14px; font-weight: 600; }

.login-btn[b-yxrvld4mu7] {
    width: 100%; border: none; border-radius: 12px; padding: 14px;
    font-family: 'Cairo', sans-serif; font-size: 1.15rem; font-weight: 800; color: #fff; cursor: pointer;
    background: linear-gradient(135deg, #ff6a00, #ff2e2e);
    box-shadow: 0 10px 26px rgba(255,46,46,.35); transition: transform .15s;
}
.login-btn:hover:not(:disabled)[b-yxrvld4mu7] { transform: translateY(-2px); }
.login-btn:disabled[b-yxrvld4mu7] { opacity: .7; cursor: default; }

.back-link[b-yxrvld4mu7] { display: inline-block; margin-top: 18px; color: #888; font-size: .9rem; }

@keyframes float-b-yxrvld4mu7 { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* الجوال: إخفاء الجهة التعريفية وإظهار اللوغو فوق النموذج */
@media (max-width: 800px) {
    .login-hero[b-yxrvld4mu7] { display: none; }
    .form-logo[b-yxrvld4mu7] { display: inline-block; }
}
/* /Components/Pages/MyWorkout.razor.rz.scp.css */
/* المجموعة على سطرين: [ن مجموعة ن … ✓] ثم [− وزن +] [− تكرار +].
   أهداف لمس 48px لإيد معفّرة بالطباشير — أصغر منه يعني ضغطة تطيح بالجارة.
   سطر واحد بعرض 360 كان يحشر الأزرار بـ34px والخانة بينها تبلع كل ضغطة تُخطئ زراً. */
.set-head[b-bbsfrx8pbx], .set-steps[b-bbsfrx8pbx] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: center;
}

.set-head[b-bbsfrx8pbx] {
    font-size: .7rem;
    color: #6c757d;
    text-align: center;
    margin-bottom: 4px;
}

.stp-hint[b-bbsfrx8pbx] {
    font-size: .68rem;
    color: #6c757d;
    margin-bottom: 4px;
}

.set-row[b-bbsfrx8pbx] {
    margin-bottom: 8px;
    padding: 4px;
    border-radius: 12px;
}

.set-done[b-bbsfrx8pbx] { background: rgba(25,195,125,.09); }

.set-top[b-bbsfrx8pbx] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}

.set-no[b-bbsfrx8pbx] {
    text-align: center;
    min-width: 22px;
    font-size: .8rem;
    font-weight: 700;
    color: #6c757d;
}

.set-label[b-bbsfrx8pbx] {
    flex: 1 1 auto;
    font-size: .8rem;
    font-weight: 700;
    color: #6c757d;
}

.set-done .set-label[b-bbsfrx8pbx], .set-done .set-no[b-bbsfrx8pbx] { color: #19c37d; }

.stp[b-bbsfrx8pbx] {
    display: flex;
    align-items: center;
    height: 48px;
    background: #fff;
    border: 1px solid rgba(108,117,125,.35);
    border-radius: 12px;
    overflow: hidden;
}

/* 48×48 — الحدّ الأدنى لهدف لمس، نفس ما تفرضه نسخة الموبايل */
.stp-btn[b-bbsfrx8pbx] {
    width: 48px;
    height: 100%;
    flex: 0 0 auto;
    border: 0;
    background: transparent;
    color: var(--gym-orange);
    font-size: 1.3rem;
    font-weight: 900;
    line-height: 1;
}

.stp-btn:disabled[b-bbsfrx8pbx] { color: rgba(108,117,125,.4); }

.stp-val[b-bbsfrx8pbx] {
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: var(--gym-dark);
    -moz-appearance: textfield;
}

.stp-val:focus[b-bbsfrx8pbx] { outline: none; }
.stp-val:disabled[b-bbsfrx8pbx] { color: #6c757d; }

/* أسهم المتصفح تسرق عرض الخانة وتصعّب اللمس — الستيبر يغني عنها */
.stp-val[b-bbsfrx8pbx]::-webkit-outer-spin-button,
.stp-val[b-bbsfrx8pbx]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.set-ok[b-bbsfrx8pbx] {
    width: 48px;
    height: 48px;
    flex: 0 0 auto;
    padding: 0;
    font-size: 1.15rem;
    font-weight: 900;
}

.feel-btn[b-bbsfrx8pbx] {
    min-height: 46px;
    font-weight: 700;
}
/* /Components/Pages/PlatformFinance.razor.rz.scp.css */
.acc-hero[b-owilzurh8f] {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    padding: 34px 28px;
    color: #fff;
    background: linear-gradient(135deg, #12151b 0%, #2a1206 60%, #6610f2 140%);
    box-shadow: 0 14px 40px rgba(0,0,0,.25);
}
.acc-hero-bg[b-owilzurh8f] {
    position: absolute; inset: 0;
    background: repeating-linear-gradient(45deg, rgba(255,106,0,.06) 0 14px, transparent 14px 28px);
}
.acc-hero-content[b-owilzurh8f] { position: relative; z-index: 2; }
.acc-sub[b-owilzurh8f] { color: #c7ccd4; font-size: 1rem; margin-bottom: 6px; }
.acc-net[b-owilzurh8f] {
    font-size: 3.2rem; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #ff8a00, #19c37d);
    -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;
}
.acc-net span[b-owilzurh8f] { font-size: 1.2rem; -webkit-text-fill-color: #c7ccd4; }
.acc-meta[b-owilzurh8f] { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 16px; }
.acc-meta span[b-owilzurh8f] { background: rgba(255,255,255,.08); border: 1px solid #2a2f37; border-radius: 50px; padding: 7px 16px; font-size: .9rem; }
/* /Components/Pages/TraineeCard.razor.rz.scp.css */
.id-card[b-k3h66db56h] {
    width: 420px;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0,0,0,.18);
    font-family: 'Cairo', sans-serif;
    background: #fff;
    margin: 0 auto;
}
.id-head[b-k3h66db56h] {
    background: linear-gradient(135deg, #12151b, #2a1206);
    color: #fff; padding: 16px 18px; display: flex; align-items: center; gap: 12px;
    border-bottom: 4px solid #ff6a00;
}
.id-logo[b-k3h66db56h] { width: 54px; height: 54px; }
.id-brand[b-k3h66db56h] { font-weight: 900; font-size: 1.3rem; letter-spacing: 1px; color: #ff8a3d; }
.id-gym[b-k3h66db56h] { font-size: .9rem; color: #c7ccd4; }

.id-body[b-k3h66db56h] { display: flex; justify-content: space-between; align-items: center; padding: 22px 18px; gap: 14px; }
.id-name[b-k3h66db56h] { font-size: 1.5rem; font-weight: 900; }
.id-role[b-k3h66db56h] { color: #ff6a00; font-weight: 700; margin-bottom: 8px; }
.id-code[b-k3h66db56h] { font-size: 1.05rem; }
.id-phone[b-k3h66db56h] { color: #666; margin-top: 4px; }
.id-qr[b-k3h66db56h] { text-align: center; }
.id-qr img[b-k3h66db56h] { width: 120px; height: 120px; border: 3px solid #12151b; border-radius: 10px; }
.id-qr-cap[b-k3h66db56h] { font-size: .8rem; color: #666; margin-top: 4px; }

.id-foot[b-k3h66db56h] { background: #f1f3f5; text-align: center; padding: 10px; font-size: .8rem; color: #888; }
.id-app[b-k3h66db56h] { display: flex; align-items: center; justify-content: center; gap: 8px; margin-bottom: 6px; }
.id-app img[b-k3h66db56h] { width: 64px; height: 64px; background: #fff; border-radius: 6px; padding: 2px; }
.id-app span[b-k3h66db56h] { font-size: .8rem; color: #444; }
.id-app strong[b-k3h66db56h] { color: #ff6a00; }
.id-foot-txt[b-k3h66db56h] { color: #888; }

.id-cred[b-k3h66db56h] { margin-top: 10px; background: #f1f3f5; border-radius: 8px; padding: 8px 10px; font-family: monospace; direction: ltr; text-align: left; font-size: .9rem; }
