/* /Components/Component/Profile/ProfileInfoChange.razor.rz.scp.css */
.section-title[b-d8dlh6aryw] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: end;
}

    .section-title[b-d8dlh6aryw]::after {
        content: '';
        flex: 1;
        height: 1.5px;
        background: linear-gradient(90deg, var(--border), transparent);
    }
.section-sub[b-d8dlh6aryw] {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}
.form-grid[b-d8dlh6aryw] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .form-grid .full[b-d8dlh6aryw] {
        grid-column: 1 / -1;
    }
.field-group[b-d8dlh6aryw] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .field-group label[b-d8dlh6aryw] {
        font-size: 0.76rem;
        font-weight: 600;
        color: var(--teal-deep);
    }

        .field-group label span.req[b-d8dlh6aryw] {
            color: var(--gold);
            margin-left: 2px;
        }

select.form-input[b-d8dlh6aryw] {
    cursor: pointer;
}

/* action row */
.action-bar[b-d8dlh6aryw] {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 28px;
}

.btn-save[b-d8dlh6aryw] {
    padding: 11px 32px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 4px 16px rgba(13,110,110,0.28);
    position: relative;
    overflow: hidden;
}

    .btn-save[b-d8dlh6aryw]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
        transform: skewX(-20deg);
        transition: left 0.5s;
    }

    .btn-save:hover[b-d8dlh6aryw]::before {
        left: 130%;
    }

    .btn-save:hover[b-d8dlh6aryw] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(13,110,110,0.38);
        filter: brightness(1.05);
    }

    .btn-save:active[b-d8dlh6aryw] {
        transform: none;
    }

.btn-cancel[b-d8dlh6aryw] {
    padding: 11px 24px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: transparent;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
}

    .btn-cancel:hover[b-d8dlh6aryw] {
        border-color: var(--teal-mid);
        color: var(--teal-mid);
    }
@media (max-width: 860px) {
    .page-body[b-d8dlh6aryw] {
        flex-direction: column;
        padding: 20px 16px;
    }

    .sidebar[b-d8dlh6aryw] {
        flex: none;
    }

    .stat-row[b-d8dlh6aryw] {
        justify-content: center;
    }

    .form-grid[b-d8dlh6aryw] {
        grid-template-columns: 1fr;
    }

        .form-grid .full[b-d8dlh6aryw] {
            grid-column: 1;
        }
}
/* /Components/Component/Profile/ProfilePasswordChange.razor.rz.scp.css */
.pwd-toggle[b-57pm08z6x9] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    padding: 0;
    transition: color 0.18s;
}

    .pwd-toggle:hover[b-57pm08z6x9] {
        color: var(--teal-mid);
    }

.pwd-wrap[b-57pm08z6x9] {
    position: relative;
}

    .pwd-wrap .form-input[b-57pm08z6x9] {
        padding-left: 44px;
    }

.action-bar[b-57pm08z6x9] {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 28px;
}

.btn-save[b-57pm08z6x9] {
    padding: 11px 32px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 4px 16px rgba(13,110,110,0.28);
    position: relative;
    overflow: hidden;
}

    .btn-save[b-57pm08z6x9]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
        transform: skewX(-20deg);
        transition: left 0.5s;
    }

    .btn-save:hover[b-57pm08z6x9]::before {
        left: 130%;
    }

    .btn-save:hover[b-57pm08z6x9] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(13,110,110,0.38);
        filter: brightness(1.05);
    }

    .btn-save:active[b-57pm08z6x9] {
        transform: none;
    }

.btn-cancel[b-57pm08z6x9] {
    padding: 11px 24px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: transparent;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
}

    .btn-cancel:hover[b-57pm08z6x9] {
        border-color: var(--teal-mid);
        color: var(--teal-mid);
    }

.section-sub[b-57pm08z6x9] {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

.section-title[b-57pm08z6x9] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: end;
}

    .section-title[b-57pm08z6x9]::after {
        content: '';
        flex: 1;
        height: 1.5px;
        background: linear-gradient(90deg, var(--border), transparent);
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dm7tvbl3d5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-dm7tvbl3d5] {
    flex: 1;
}

.sidebar[b-dm7tvbl3d5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dm7tvbl3d5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dm7tvbl3d5]  a, .top-row[b-dm7tvbl3d5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dm7tvbl3d5]  a:hover, .top-row[b-dm7tvbl3d5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dm7tvbl3d5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dm7tvbl3d5] {
        justify-content: space-between;
    }

    .top-row[b-dm7tvbl3d5]  a, .top-row[b-dm7tvbl3d5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dm7tvbl3d5] {
        flex-direction: row;
    }

    .sidebar[b-dm7tvbl3d5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dm7tvbl3d5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dm7tvbl3d5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dm7tvbl3d5], article[b-dm7tvbl3d5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dm7tvbl3d5] {
    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-dm7tvbl3d5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-nu0jsb87nc] {
    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-nu0jsb87nc] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-nu0jsb87nc] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-nu0jsb87nc] {
    font-size: 1.1rem;
}

.bi[b-nu0jsb87nc] {
    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-nu0jsb87nc] {
    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-nu0jsb87nc] {
    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-nu0jsb87nc] {
    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-nu0jsb87nc] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-nu0jsb87nc] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-nu0jsb87nc] {
        padding-bottom: 1rem;
    }

    .nav-item[b-nu0jsb87nc]  .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-nu0jsb87nc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-nu0jsb87nc]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-nu0jsb87nc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-nu0jsb87nc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-nu0jsb87nc] {
        display: none;
    }

    .nav-scrollable[b-nu0jsb87nc] {
        /* 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/ForgotPassword.razor.rz.scp.css */
:root[b-gjdev1jf7f] {
    --teal-deep: #0d6e6e;
    --teal-mid: #178f8f;
    --teal-bright: #2ec4b6;
    --gold: #c9a84c;
    --gold-light: #e2c97e;
    --off-white: #f4f8f8;
    --text-dark: #0d2b2b;
    --text-muted: #5a7878;
    --border: #d4e4e4;
    --success: #1a9e6e;
}
.body[b-gjdev1jf7f] {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
/* ── wrapper — same split as login ── */
.page-wrapper[b-gjdev1jf7f] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    min-height: 580px;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 32px 80px rgba(13,110,110,0.22), 0 0 0 1px rgba(255,255,255,0.08);
    animation: pageIn-b-gjdev1jf7f 0.8s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes pageIn-b-gjdev1jf7f {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: none;
    }
}
.brand-panel[b-gjdev1jf7f] {
    flex: 1.1;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(14px);
    border-left: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
    position: relative;
    overflow: hidden;
}

    .brand-panel[b-gjdev1jf7f]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg,rgba(255,255,255,0.06) 0%,transparent 60%);
    }

.ring[b-gjdev1jf7f] {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.07);
    pointer-events: none;
}

.ring-1[b-gjdev1jf7f] {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -80px;
}

.ring-2[b-gjdev1jf7f] {
    width: 200px;
    height: 200px;
    bottom: -40px;
    left: -40px;
}

.brand-logo-wrap[b-gjdev1jf7f] {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .brand-logo-wrap svg[b-gjdev1jf7f] {
        animation: logoFloat-b-gjdev1jf7f 5s ease-in-out infinite alternate;
    }

@keyframes logoFloat-b-gjdev1jf7f {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-8px);
    }
}

.brand-tagline[b-gjdev1jf7f] {
    margin-top: 28px;
    color: rgba(255,255,255,0.78);
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
    position: relative;
    z-index: 1;
}

.brand-divider[b-gjdev1jf7f] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg,transparent,var(--gold-light),transparent);
    margin: 20px auto 0;
}

/* steps indicator on brand panel */
.steps-indicator[b-gjdev1jf7f] {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 220px;
}

.step-row[b-gjdev1jf7f] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.step-num[b-gjdev1jf7f] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
    transition: all 0.4s;
}

    .step-num.done[b-gjdev1jf7f] {
        background: #1a9e6e;
        border-color: #1a9e6e;
        color: #fff;
    }

    .step-num.active[b-gjdev1jf7f] {
        background: var(--teal-bright);
        border-color: var(--teal-bright);
        color: #fff;
    }

.step-label-txt[b-gjdev1jf7f] {
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255,255,255,0.35);
    transition: color 0.4s;
}

.step-row.active .step-label-txt[b-gjdev1jf7f] {
    color: rgba(255,255,255,0.9);
}

.step-row.done .step-label-txt[b-gjdev1jf7f] {
    color: rgba(255,255,255,0.6);
}

.step-connector[b-gjdev1jf7f] {
    width: 2px;
    height: 18px;
    background: rgba(255,255,255,0.12);
    margin-right: 14px;
    border-radius: 1px;
    transition: background 0.4s;
}

    .step-connector.done[b-gjdev1jf7f] {
        background: #1a9e6e;
    }

/* ── form panel ── */
.form-panel[b-gjdev1jf7f] {
    flex: 0 0 440px;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 48px;
    position: relative;
}

    .form-panel[b-gjdev1jf7f]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
        background-size: 200% 100%;
        animation: shimmer 3s linear infinite;
    }

/* ── step panels ── */
.step-panel[b-gjdev1jf7f] {
    display: none;
    animation: stepIn-b-gjdev1jf7f 0.4s cubic-bezier(0.22,1,0.36,1) both;
}

    .step-panel.active[b-gjdev1jf7f] {
        display: block;
    }

@keyframes stepIn-b-gjdev1jf7f {
    from {
        opacity: 0;
        transform: translateX(-18px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* icon circle */
.panel-icon[b-gjdev1jf7f] {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.panel-title[b-gjdev1jf7f] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 6px;
}

.panel-sub[b-gjdev1jf7f] {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-align: center;
    line-height: 1.7;
    margin-bottom: 28px;
}

    .panel-sub strong[b-gjdev1jf7f] {
        color: var(--teal-deep);
    }

/* fields */
.field-group[b-gjdev1jf7f] {
    margin-bottom: 20px;
}

    .field-group label[b-gjdev1jf7f] {
        display: block;
        font-size: 0.76rem;
        font-weight: 600;
        color: var(--teal-deep);
        margin-bottom: 7px;
    }

.form-input[b-gjdev1jf7f] {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: rgba(255,255,255,0.92);
    font-family: 'Cairo',sans-serif;
    font-size: 0.88rem;
    color: var(--text-dark);
    outline: none;
    direction: rtl;
    transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

    .form-input[b-gjdev1jf7f]::placeholder {
        color: #aab8b8;
    }

    .form-input:focus[b-gjdev1jf7f] {
        border-color: var(--teal-mid);
        box-shadow: 0 0 0 3px rgba(23,143,143,0.14);
        background: #fff;
    }

    .form-input.error[b-gjdev1jf7f] {
        border-color: #e74c3c;
        box-shadow: 0 0 0 3px rgba(231,76,60,0.1);
    }

/* OTP boxes */
.otp-row[b-gjdev1jf7f] {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
    direction: ltr;
}

.otp-box[b-gjdev1jf7f] {
    width: 52px;
    height: 56px;
    border: 1.5px solid var(--border);
    border-radius: 12px;
    text-align: center;
    font-family: 'Cairo',sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--text-dark);
    background: rgba(255,255,255,0.92);
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    caret-color: var(--teal-mid);
}

    .otp-box:focus[b-gjdev1jf7f] {
        border-color: var(--teal-mid);
        box-shadow: 0 0 0 3px rgba(23,143,143,0.14);
        transform: scale(1.05);
        background: #fff;
    }

    .otp-box.filled[b-gjdev1jf7f] {
        border-color: var(--teal-mid);
        background: rgba(23,143,143,0.06);
    }

/* resend */
.resend-row[b-gjdev1jf7f] {
    text-align: center;
    margin-top: -8px;
    margin-bottom: 20px;
}

    .resend-row span[b-gjdev1jf7f] {
        font-size: 0.78rem;
        color: var(--text-muted);
    }

.resend-btn[b-gjdev1jf7f] {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--teal-mid);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: 'Cairo',sans-serif;
}

    .resend-btn:disabled[b-gjdev1jf7f] {
        color: #aab8b8;
        cursor: not-allowed;
    }

#countdown[b-gjdev1jf7f] {
    font-weight: 700;
    color: var(--teal-mid);
}

/* pwd wrapper */
.pwd-wrap[b-gjdev1jf7f] {
    position: relative;
}

    .pwd-wrap .form-input[b-gjdev1jf7f] {
        padding-left: 44px;
    }

.pwd-toggle[b-gjdev1jf7f] {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: var(--text-muted);
    padding: 0;
    transition: color 0.18s;
}

    .pwd-toggle:hover[b-gjdev1jf7f] {
        color: var(--teal-mid);
    }

/* strength */
.strength-bars[b-gjdev1jf7f] {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.s-bar[b-gjdev1jf7f] {
    flex: 1;
    height: 4px;
    border-radius: 99px;
    background: var(--border);
    transition: background 0.3s;
}

.strength-lbl[b-gjdev1jf7f] {
    font-size: 0.7rem;
    color: var(--text-muted);
    margin-top: 4px;
}

/* success panel */
.success-icon[b-gjdev1jf7f] {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(26,158,110,0.15), rgba(26,158,110,0.08));
    border: 2px solid rgba(26,158,110,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: scaleIn-b-gjdev1jf7f 0.5s cubic-bezier(0.34,1.56,0.64,1) both;
}

@keyframes scaleIn-b-gjdev1jf7f {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.checkmark[b-gjdev1jf7f] {
    stroke-dasharray: 60;
    stroke-dashoffset: 60;
    animation: draw-b-gjdev1jf7f 0.6s ease 0.3s forwards;
}

@keyframes draw-b-gjdev1jf7f {
    to {
        stroke-dashoffset: 0;
    }
}

/* primary button */
.btn-primary-main[b-gjdev1jf7f] {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo',sans-serif;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 6px 22px rgba(13,110,110,0.3);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

    .btn-primary-main[b-gjdev1jf7f]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
        transform: skewX(-20deg);
        transition: left 0.5s;
    }

    .btn-primary-main:hover[b-gjdev1jf7f]::before {
        left: 130%;
    }

    .btn-primary-main:hover[b-gjdev1jf7f] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(13,110,110,0.4);
        filter: brightness(1.06);
    }

    .btn-primary-main:active[b-gjdev1jf7f] {
        transform: translateY(0);
    }

    .btn-primary-main:disabled[b-gjdev1jf7f] {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }

.btn-ghost[b-gjdev1jf7f] {
    width: 100%;
    padding: 11px;
    margin-top: 10px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: transparent;
    font-family: 'Cairo',sans-serif;
    font-size: 0.88rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

    .btn-ghost:hover[b-gjdev1jf7f] {
        border-color: var(--teal-mid);
        color: var(--teal-mid);
    }

/* error message */
.err-msg[b-gjdev1jf7f] {
    font-size: 0.74rem;
    color: #e74c3c;
    margin-top: 5px;
    display: none;
}

    .err-msg.show[b-gjdev1jf7f] {
        display: block;
    }

/* info note */
.info-note[b-gjdev1jf7f] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    background: rgba(23,143,143,0.07);
    border: 1px solid rgba(23,143,143,0.18);
    border-radius: 10px;
    padding: 11px 14px;
    margin-bottom: 22px;
    font-size: 0.75rem;
    color: var(--teal-deep);
    line-height: 1.6;
}

/* responsive */
@media (max-width:820px) {
    .page-wrapper[b-gjdev1jf7f] {
        flex-direction: column-reverse;
        max-width: 460px;
    }

    .brand-panel[b-gjdev1jf7f] {
        padding: 28px 32px;
        min-height: auto;
    }

    .steps-indicator[b-gjdev1jf7f] {
        flex-direction: row;
        max-width: 100%;
        justify-content: center;
    }

    .step-connector[b-gjdev1jf7f] {
        display: none;
    }

    .form-panel[b-gjdev1jf7f] {
        flex: none;
        padding: 36px 28px;
    }
}

@media (max-width:480px) {
    .page-wrapper[b-gjdev1jf7f] {
        border-radius: 0;
        max-width: 100%;
    }

    .form-panel[b-gjdev1jf7f] {
        padding: 28px 18px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/*Lodding*/
.top-bar[b-rr9dci49dn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 4px;
    background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
    background-size: 200% 100%;
    animation: shimmer-b-rr9dci49dn 2.5s linear infinite;
}

@keyframes shimmer-b-rr9dci49dn {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

/* ── loader card ── */
.loader-card[b-rr9dci49dn] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 56px 64px;
    animation: cardIn-b-rr9dci49dn 0.7s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes cardIn-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(32px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* logo */
.logo-wrap[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 52px;
    animation: fadeDown-b-rr9dci49dn 0.6s ease 0.1s both;
}

.logo-text .ar[b-rr9dci49dn] {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

.logo-text .en[b-rr9dci49dn] {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1.5px;
}

@keyframes fadeDown-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* ── avatar spinner ── */
.avatar-spinner[b-rr9dci49dn] {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 36px;
}

/* outer rotating ring */
.ring-spin[b-rr9dci49dn] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--teal-bright);
    border-right-color: var(--gold);
    animation: spin-b-rr9dci49dn 1.4s linear infinite;
}

.ring-spin-2[b-rr9dci49dn] {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-bottom-color: rgba(255,255,255,0.3);
    border-left-color: rgba(255,255,255,0.15);
    animation: spin-b-rr9dci49dn 2s linear infinite reverse;
}

@keyframes spin-b-rr9dci49dn {
    to {
        transform: rotate(360deg);
    }
}

/* inner avatar circle */
.avatar-inner[b-rr9dci49dn] {
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar-inner svg[b-rr9dci49dn] {
        opacity: 0.7;
        animation: pulse-b-rr9dci49dn 2s ease-in-out infinite;
    }

@keyframes pulse-b-rr9dci49dn {
    0%,100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* ── steps ── */
.step-title[b-rr9dci49dn] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    animation: fadeIn-b-rr9dci49dn 0.5s ease 0.3s both;
}

.step-sub[b-rr9dci49dn] {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
    line-height: 1.7;
    animation: fadeIn-b-rr9dci49dn 0.5s ease 0.4s both;
}

@keyframes fadeIn-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* progress bar */
.progress-wrap[b-rr9dci49dn] {
    width: 320px;
    max-width: 90vw;
    margin-bottom: 24px;
    animation: fadeIn-b-rr9dci49dn 0.5s ease 0.5s both;
}

.progress-track[b-rr9dci49dn] {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.12);
    border-radius: 99px;
    overflow: hidden;
}

.progress-fill[b-rr9dci49dn] {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--teal-bright), var(--gold-light));
    width: 0%;
    transition: width 0.5s ease;
}

.progress-pct[b-rr9dci49dn] {
    margin-top: 8px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.45);
    text-align: left;
    direction: ltr;
}

/* step list */
.steps-list[b-rr9dci49dn] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px;
    max-width: 90vw;
    animation: fadeIn-b-rr9dci49dn 0.5s ease 0.6s both;
}

.step-item[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    transition: background 0.3s, border-color 0.3s;
}

    .step-item.done[b-rr9dci49dn] {
        background: rgba(46,196,182,0.12);
        border-color: rgba(46,196,182,0.25);
    }

    .step-item.active[b-rr9dci49dn] {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.2);
    }

.step-icon[b-rr9dci49dn] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255,255,255,0.08);
    transition: background 0.3s;
}

.step-item.done .step-icon[b-rr9dci49dn] {
    background: var(--teal-bright);
}

.step-item.active .step-icon[b-rr9dci49dn] {
    background: rgba(255,255,255,0.18);
}

.step-spinner[b-rr9dci49dn] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    animation: spin-b-rr9dci49dn 0.8s linear infinite;
}

.step-check[b-rr9dci49dn] {
    display: none;
}

.step-item.done .step-spinner[b-rr9dci49dn] {
    display: none;
}

.step-item.done .step-check[b-rr9dci49dn] {
    display: block;
}

.step-label[b-rr9dci49dn] {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    flex: 1;
    text-align: right;
    transition: color 0.3s;
}

.step-item.done .step-label[b-rr9dci49dn] {
    color: rgba(255,255,255,0.9);
}

.step-item.active .step-label[b-rr9dci49dn] {
    color: #fff;
}

/* bottom divider */
.bottom-divider[b-rr9dci49dn] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    margin: 40px auto 0;
    animation: fadeIn-b-rr9dci49dn 0.5s ease 0.7s both;
}

@media (max-width: 480px) {
    .loader-card[b-rr9dci49dn] {
        padding: 40px 20px;
    }

    .step-title[b-rr9dci49dn] {
        font-size: 1.1rem;
    }
}

/*Home*/
.body[b-rr9dci49dn] {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
}
/* ══ NAVBAR ══ */
.navbar[b-rr9dci49dn] {
    height: 62px;
    background: linear-gradient(135deg, #0a4a4a 0%, #0d6e6e 60%, #178f8f 100%);
    display: flex;
    align-items: center;
    padding: 0 36px;
    gap: 0;
    box-shadow: 0 2px 20px rgba(13,110,110,0.25);
    position: sticky;
    top: 0;
    z-index: 100;
    position: relative;
}

    .navbar[b-rr9dci49dn]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
        background-size: 200% 100%;
        animation: shimmer-b-rr9dci49dn 3s linear infinite;
    }

@keyframes shimmer-b-rr9dci49dn {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.nav-logo[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo-text .ar[b-rr9dci49dn] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
}

.nav-logo-text .en[b-rr9dci49dn] {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1px;
}

.nav-spacer[b-rr9dci49dn] {
    flex: 1;
}

.nav-user[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    font-weight: 500;
}

.nav-avatar[b-rr9dci49dn] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-bright), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}

.nav-notif[b-rr9dci49dn] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.18s;
    position: relative;
    margin-left: 4px;
}

    .nav-notif:hover[b-rr9dci49dn] {
        background: rgba(255,255,255,0.1);
    }

.notif-dot[b-rr9dci49dn] {
    position: absolute;
    top: 5px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    border: 1.5px solid #0d6e6e;
}

/* ══ HERO ══ */
.hero[b-rr9dci49dn] {
    background: linear-gradient(135deg, #0a4a4a 0%, #0d6e6e 50%, #178f8f 100%);
    padding: 44px 36px 70px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .hero[b-rr9dci49dn]::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='64'%3E%3Cpolygon points='28,2 54,16 54,48 28,62 2,48 2,16' fill='none' stroke='white' stroke-width='0.8' opacity='0.07'/%3E%3C/svg%3E");
        background-size: 56px 64px;
    }

.hero-orb[b-rr9dci49dn] {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.hero-orb-1[b-rr9dci49dn] {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -80px;
    background: radial-gradient(circle, rgba(46,196,182,0.14) 0%, transparent 70%);
}

.hero-orb-2[b-rr9dci49dn] {
    width: 260px;
    height: 260px;
    bottom: -80px;
    left: 60px;
    background: radial-gradient(circle, rgba(201,168,76,0.12) 0%, transparent 70%);
}

.hero-inner[b-rr9dci49dn] {
    position: relative;
    z-index: 1;
    max-width: 680px;
    margin: 0 auto;
    animation: heroIn-b-rr9dci49dn 0.8s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes heroIn-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.hero-badge[b-rr9dci49dn] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 999px;
    padding: 5px 16px;
    font-size: 0.74rem;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    margin-bottom: 18px;
}

    .hero-badge span[b-rr9dci49dn] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--teal-bright);
        animation: blink-b-rr9dci49dn 1.6s ease-in-out infinite;
    }

@keyframes blink-b-rr9dci49dn {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
    }
}

.hero-title[b-rr9dci49dn] {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.25;
}

.hero-sub[b-rr9dci49dn] {
    font-size: 0.9rem;
    color: rgba(255,255,255,0.62);
    line-height: 1.8;
    margin-bottom: 28px;
}

/* search bar */
.search-wrap[b-rr9dci49dn] {
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}

.search-input[b-rr9dci49dn] {
    width: 100%;
    padding: 13px 48px 13px 18px;
    border: 1.5px solid rgba(255,255,255,0.2);
    border-radius: 12px;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    font-family: 'Cairo', sans-serif;
    font-size: 0.88rem;
    color: #fff;
    outline: none;
    direction: rtl;
    transition: border-color 0.2s, background 0.2s;
}

    .search-input[b-rr9dci49dn]::placeholder {
        color: rgba(255,255,255,0.45);
    }

    .search-input:focus[b-rr9dci49dn] {
        border-color: rgba(255,255,255,0.4);
        background: rgba(255,255,255,0.15);
    }

.search-icon[b-rr9dci49dn] {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.5);
    pointer-events: none;
}

/* ══ MAIN ══ */
.page-body[b-rr9dci49dn] {
    flex: 1;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    padding: 0 24px 48px;
    margin-top: -32px; /* overlap hero */
    position: relative;
    z-index: 2;
}

/* filter tabs */
.filter-bar[b-rr9dci49dn] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
    animation: fadeUp-b-rr9dci49dn 0.5s ease 0.15s both;
}

@keyframes fadeUp-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.filter-btn[b-rr9dci49dn] {
    padding: 7px 18px;
    border-radius: 999px;
    border: 1.5px solid var(--border);
    background: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 2px 8px rgba(13,110,110,0.06);
}

    .filter-btn:hover[b-rr9dci49dn] {
        border-color: var(--teal-mid);
        color: var(--teal-mid);
    }

    .filter-btn.active[b-rr9dci49dn] {
        background: var(--teal-deep);
        border-color: var(--teal-deep);
        color: #fff;
        box-shadow: 0 4px 14px rgba(13,110,110,0.22);
    }

/* ══ SYSTEMS GRID ══ */
.systems-grid[b-rr9dci49dn] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.sys-card[b-rr9dci49dn] {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: 20px;
    padding: 28px 24px 22px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
    box-shadow: 0 4px 16px rgba(13,110,110,0.07);
    position: relative;
    overflow: hidden;
    animation: cardIn-b-rr9dci49dn 0.55s cubic-bezier(0.22,1,0.36,1) both;
}

    .sys-card:nth-child(1)[b-rr9dci49dn] {
        animation-delay: 0.05s
    }

    .sys-card:nth-child(2)[b-rr9dci49dn] {
        animation-delay: 0.10s
    }

    .sys-card:nth-child(3)[b-rr9dci49dn] {
        animation-delay: 0.15s
    }

    .sys-card:nth-child(4)[b-rr9dci49dn] {
        animation-delay: 0.20s
    }

    .sys-card:nth-child(5)[b-rr9dci49dn] {
        animation-delay: 0.25s
    }

    .sys-card:nth-child(6)[b-rr9dci49dn] {
        animation-delay: 0.30s
    }

    .sys-card:nth-child(7)[b-rr9dci49dn] {
        animation-delay: 0.35s
    }

    .sys-card:nth-child(8)[b-rr9dci49dn] {
        animation-delay: 0.40s
    }

    .sys-card:nth-child(9)[b-rr9dci49dn] {
        animation-delay: 0.45s
    }

@keyframes cardIn-b-rr9dci49dn {
    from {
        opacity: 0;
        transform: translateY(22px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* accent top stripe */
.sys-card[b-rr9dci49dn]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--accent, var(--teal-mid));
    border-radius: 20px 20px 0 0;
    opacity: 0;
    transition: opacity 0.25s;
}

.sys-card:hover[b-rr9dci49dn] {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13,110,110,0.13);
    border-color: rgba(23,143,143,0.25);
}

    .sys-card:hover[b-rr9dci49dn]::before {
        opacity: 1;
    }

/* card header */
.card-head[b-rr9dci49dn] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 16px;
}

.sys-icon[b-rr9dci49dn] {
    width: 54px;
    height: 54px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--icon-bg, rgba(23,143,143,0.1));
    flex-shrink: 0;
    transition: transform 0.22s;
}

.sys-card:hover .sys-icon[b-rr9dci49dn] {
    transform: scale(1.1) rotate(-5deg);
}

/* status badge */
.status-badge[b-rr9dci49dn] {
    font-size: 0.65rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 999px;
    border: 1px solid;
}

.status-active[b-rr9dci49dn] {
    color: #1a9e6e;
    background: rgba(26,158,110,0.1);
    border-color: rgba(26,158,110,0.25);
}

.status-soon[b-rr9dci49dn] {
    color: var(--gold);
    background: rgba(201,168,76,0.1);
    border-color: rgba(201,168,76,0.25);
}

.status-offline[b-rr9dci49dn] {
    color: #c0392b;
    background: rgba(192,57,43,0.08);
    border-color: rgba(192,57,43,0.2);
}

.sys-name[b-rr9dci49dn] {
    font-size: 1rem;
    font-weight: 800;
    color: var(--text-dark);
    margin-bottom: 6px;
}

.sys-desc[b-rr9dci49dn] {
    font-size: 0.78rem;
    color: var(--text-muted);
    line-height: 1.65;
    flex: 1;
    margin-bottom: 18px;
}

/* card footer */
.card-footer-row[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--border);
}

.sys-tag[b-rr9dci49dn] {
    font-size: 0.67rem;
    font-weight: 600;
    color: var(--text-muted);
    background: var(--off-white);
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 2px 9px;
}

.launch-btn[b-rr9dci49dn] {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--accent-text, var(--teal-mid));
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: 'Cairo', sans-serif;
    transition: gap 0.2s;
}

.sys-card:hover .launch-btn[b-rr9dci49dn] {
    gap: 9px;
}

/* disabled card */
.sys-card.disabled[b-rr9dci49dn] {
    opacity: 0.6;
    pointer-events: none;
}

/* no results */
.no-results[b-rr9dci49dn] {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    display: none;
}

    .no-results.show[b-rr9dci49dn] {
        display: block;
    }

    .no-results p[b-rr9dci49dn] {
        color: var(--text-muted);
        font-size: 0.9rem;
        margin-top: 12px;
    }

/* ══ RESPONSIVE ══ */
@media (max-width: 900px) {
    .systems-grid[b-rr9dci49dn] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 560px) {
    .systems-grid[b-rr9dci49dn] {
        grid-template-columns: 1fr;
    }

    .hero[b-rr9dci49dn] {
        padding: 36px 20px 60px;
    }

    .hero-title[b-rr9dci49dn] {
        font-size: 1.5rem;
    }

    .navbar[b-rr9dci49dn] {
        padding: 0 16px;
    }

    .page-body[b-rr9dci49dn] {
        padding: 0 14px 40px;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */

.body[b-vsutisf06a] {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* hexagon texture */


/* ── split layout ── */
.page-wrapper[b-vsutisf06a] {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1100px;
    min-height: 580px;
    display: flex;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-card), 0 0 0 1px rgba(255,255,255,0.08);
    animation: pageIn-b-vsutisf06a 0.8s cubic-bezier(0.22,1,0.36,1) both;
}

.alert[b-vsutisf06a] {
    max-width: inherit;
}

@keyframes pageIn-b-vsutisf06a {
    from {
        opacity: 0;
        transform: translateY(40px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* ── left brand panel ── */
.brand-panel[b-vsutisf06a] {
    flex: 1.1;
    background: rgba(255,255,255,0.06);
    backdrop-filter: blur(14px);
    border-left: 1px solid rgba(255,255,255,0.12);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 48px;
    position: relative;
    overflow: hidden;
}

    .brand-panel[b-vsutisf06a]::before {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(160deg, rgba(255,255,255,0.06) 0%, transparent 60%);
    }

.brand-logo-wrap[b-vsutisf06a] {
    position: relative;
    z-index: 1;
    text-align: center;
}

    .brand-logo-wrap img[b-vsutisf06a] {
        width: 220px;
        max-width: 80%;
        filter: brightness(0) invert(1) drop-shadow(0 4px 20px rgba(0,0,0,0.2));
        animation: logoFloat-b-vsutisf06a 5s ease-in-out infinite alternate;
    }

@keyframes logoFloat-b-vsutisf06a {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-8px);
    }
}

.brand-tagline[b-vsutisf06a] {
    margin-top: 28px;
    color: rgba(255,255,255,0.78);
    font-size: 0.95rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.7;
    text-align: center;
    position: relative;
    z-index: 1;
}

.brand-divider[b-vsutisf06a] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    margin: 20px auto 0;
}
/* decorative rings */
.ring[b-vsutisf06a] {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.07);
    pointer-events: none;
}

.ring-1[b-vsutisf06a] {
    width: 320px;
    height: 320px;
    top: -80px;
    right: -80px;
}

.ring-2[b-vsutisf06a] {
    width: 200px;
    height: 200px;
    bottom: -40px;
    left: -40px;
}

/* ── right login panel ── */
.login-panel[b-vsutisf06a] {
    flex: 0 0 440px;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 56px 48px;
    position: relative;
    direction: rtl;
}

    .login-panel[b-vsutisf06a]::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        height: 4px;
        background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
        background-size: 200% 100%;
        animation: shimmer-b-vsutisf06a 3s linear infinite;
    }

@keyframes shimmer-b-vsutisf06a {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.login-title[b-vsutisf06a] {
    font-size: 1.55rem;
    font-weight: 800;
    color: var(--text-dark);
    text-align: center;
    margin-bottom: 6px;
}

.login-subtitle[b-vsutisf06a] {
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 36px;
}


/* captcha row */
.captcha-row[b-vsutisf06a] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.captcha-box[b-vsutisf06a] {
    flex: 0 0 120px;
    height: 46px;
    background: linear-gradient(135deg, #e8f4f4, #d0eaea);
    border: 1.5px solid #b0d4d4;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--teal-deep);
    letter-spacing: 6px;
    font-family: 'Courier New', monospace;
    user-select: none;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .captcha-box[b-vsutisf06a]::after {
        content: '';
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient( 45deg, transparent, transparent 6px, rgba(23,143,143,0.06) 6px, rgba(23,143,143,0.06) 12px );
    }

.captcha-refresh[b-vsutisf06a] {
    position: absolute;
    top: 4px;
    left: 6px;
    font-size: 0.6rem;
    color: var(--teal-mid);
    opacity: 0.6;
}

/* submit button */
.btn-login[b-vsutisf06a] {
    width: 100%;
    padding: 13px;
    margin-top: 8px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
 
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 6px 22px rgba(13,110,110,0.3);
    position: relative;
    overflow: hidden;
}

.disabled[b-vsutisf06a] {
    cursor: no-drop;
}

.btn-login[b-vsutisf06a]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.18), transparent);
    transform: skewX(-20deg);
    transition: left 0.5s;
}

    .btn-login:hover[b-vsutisf06a]::before {
        left: 130%;
    }

    .btn-login:hover[b-vsutisf06a] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(13,110,110,0.4);
        filter: brightness(1.06);
    }

    .btn-login:active[b-vsutisf06a] {
        transform: translateY(0);
    }

/* footer links */
.login-footer[b-vsutisf06a] {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 4px;
}

    .login-footer a[b-vsutisf06a] {
        font-size: 0.8rem;
        font-weight: 500;
        color: var(--teal-mid);
        text-decoration: none;
        transition: color 0.18s;
    }

        .login-footer a:hover[b-vsutisf06a] {
            color: var(--teal-deep);
            text-decoration: underline;
        }

/* security badge */
.security-badge[b-vsutisf06a] {
    margin-top: 28px;
    padding: 10px 14px;
    background: rgba(23,143,143,0.07);
    border: 1px solid rgba(23,143,143,0.15);
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .security-badge svg[b-vsutisf06a] {
        flex-shrink: 0;
    }

    .security-badge p[b-vsutisf06a] {
        font-size: 0.74rem;
        color: var(--text-muted);
        line-height: 1.5;
        margin: 0;
    }

/* ── responsive ── */
@media (max-width: 820px) {
    .page-wrapper[b-vsutisf06a] {
        flex-direction: column-reverse;
        max-width: 460px;
    }

    .brand-panel[b-vsutisf06a] {
        padding: 36px 32px 28px;
        min-height: 200px;
    }

    .brand-logo-wrap img[b-vsutisf06a] {
        width: 160px;
    }

    .login-panel[b-vsutisf06a] {
        flex: none;
        padding: 40px 32px;
    }

    .orb-1[b-vsutisf06a], .orb-2[b-vsutisf06a], .orb-3[b-vsutisf06a] {
        display: none;
    }
}

@media (max-width: 480px) {
    .page-wrapper[b-vsutisf06a] {
        max-width: 100%;
        border-radius: 0;
    }

    .login-panel[b-vsutisf06a] {
        padding: 32px 20px;
    }
}
/* /Components/Pages/Profile.razor.rz.scp.css */

.body[b-39ajvhp732] {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
    background: var(--off-white);
    display: flex;
    flex-direction: column;
}
.navbar[b-39ajvhp732] {
    height: 62px;
    background: linear-gradient(135deg, #0a4a4a 0%, #0d6e6e 60%, #178f8f 100%);
    display: flex;
    align-items: center;
    padding: 0 36px;
    box-shadow: 0 2px 20px rgba(13,110,110,0.25);
    position: sticky;
    top: 0;
    z-index: 100;
    gap: 0;
}

    .navbar[b-39ajvhp732]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
        background-size: 200% 100%;
        animation: shimmer-b-39ajvhp732 3s linear infinite;
    }

@keyframes shimmer-b-39ajvhp732 {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

.nav-logo[b-39ajvhp732] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.nav-logo-text .ar[b-39ajvhp732] {
    font-size: 0.88rem;
    font-weight: 700;
    color: #fff;
}

.nav-logo-text .en[b-39ajvhp732] {
    font-size: 0.6rem;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1px;
}

.nav-spacer[b-39ajvhp732] {
    flex: 1;
}

.nav-user[b-39ajvhp732] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,0.85);
    font-size: 0.82rem;
    font-weight: 500;
}

.nav-avatar[b-39ajvhp732] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-bright), var(--gold));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
}

/* ── page layout ── */
.page-body[b-39ajvhp732] {
    flex: 1;
    display: flex;
    padding: 36px 24px;
    gap: 28px;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
    animation: pageIn-b-39ajvhp732 0.7s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes pageIn-b-39ajvhp732 {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* ── left sidebar ── */
.sidebar[b-39ajvhp732] {
    flex: 0 0 270px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.profile-card[b-39ajvhp732] {
    background: linear-gradient(145deg, #0d6e6e, #0a5050);
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(13,110,110,0.3);
}

    .profile-card[b-39ajvhp732]::before {
        content: '';
        position: absolute;
        inset: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='64'%3E%3Cpolygon points='28,2 54,16 54,48 28,62 2,48 2,16' fill='none' stroke='white' stroke-width='0.8' opacity='0.08'/%3E%3C/svg%3E");
        background-size: 56px 64px;
    }

.avatar-wrap[b-39ajvhp732] {
    position: relative;
    display: inline-block;
    margin-bottom: 16px;
}

.avatar-big[b-39ajvhp732] {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--teal-bright) 0%, var(--gold) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    border: 3px solid rgba(255,255,255,0.25);
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    position: relative;
    z-index: 1;
}

.avatar-edit[b-39ajvhp732] {
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--gold);
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 2;
    transition: transform 0.18s;
}

    .avatar-edit:hover[b-39ajvhp732] {
        transform: scale(1.15);
    }

.profile-name[b-39ajvhp732] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    position: relative;
    z-index: 1;
}

.profile-role[b-39ajvhp732] {
    font-size: 0.75rem;
    color: rgba(255,255,255,0.6);
    position: relative;
    z-index: 1;
}

.profile-id[b-39ajvhp732] {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.12);
    font-size: 0.72rem;
    color: rgba(255,255,255,0.5);
    position: relative;
    z-index: 1;
}

    .profile-id strong[b-39ajvhp732] {
        color: rgba(255,255,255,0.85);
        font-size: 0.82rem;
        display: block;
        margin-top: 2px;
    }

.stat-row[b-39ajvhp732] {
    display: flex;
    gap: 10px;
}

.stat-box[b-39ajvhp732] {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 14px 10px;
    text-align: center;
    border: 1.5px solid var(--border);
    box-shadow: 0 2px 10px rgba(13,110,110,0.07);
}

    .stat-box .num[b-39ajvhp732] {
        font-size: 1.3rem;
        font-weight: 800;
        color: var(--teal-deep);
    }

    .stat-box .lbl[b-39ajvhp732] {
        font-size: 0.68rem;
        color: var(--text-muted);
        margin-top: 2px;
    }

/* ── main content ── */
.main-content[b-39ajvhp732] {
    flex: 1;
    min-width: 0;
}

/* tabs */
.tabs-header[b-39ajvhp732] {
    display: flex;
    gap: 0;
    background: #fff;
    border-radius: 16px 16px 0 0;
    border: 1.5px solid var(--border);
    border-bottom: none;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(13,110,110,0.06);
}

.tab-btn[b-39ajvhp732] {
    flex: 1;
    padding: 16px 20px;
    border: none;
    background: transparent;
    font-family: 'Cairo', sans-serif;
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    transition: color 0.2s, background 0.2s;
}

    .tab-btn + .tab-btn[b-39ajvhp732] {
        border-right: 1.5px solid var(--border);
    }

    .tab-btn[b-39ajvhp732]::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 20%;
        right: 20%;
        height: 3px;
        background: var(--teal-mid);
        border-radius: 3px 3px 0 0;
        transform: scaleX(0);
        transition: transform 0.25s;
    }

    .tab-btn.active[b-39ajvhp732] {
        color: var(--teal-deep);
        background: rgba(23,143,143,0.04);
    }

        .tab-btn.active[b-39ajvhp732]::after {
            transform: scaleX(1);
        }

    .tab-btn:hover:not(.active)[b-39ajvhp732] {
        background: rgba(23,143,143,0.03);
        color: var(--teal-mid);
    }

    .tab-btn svg[b-39ajvhp732] {
        opacity: 0.7;
    }

    .tab-btn.active svg[b-39ajvhp732] {
        opacity: 1;
    }

/* tab panels */
.tabs-body[b-39ajvhp732] {
    background: #fff;
    border: 1.5px solid var(--border);
    border-top: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 20px rgba(13,110,110,0.07);
    overflow: hidden;
}

.tab-panel[b-39ajvhp732] {
    display: none;
    padding: 36px;
    animation: fadeIn-b-39ajvhp732 0.3s ease;
}

    .tab-panel.active[b-39ajvhp732] {
        display: block;
    }

@keyframes fadeIn-b-39ajvhp732 {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* section titles */
.section-title[b-39ajvhp732] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-align: end;
}

    .section-title[b-39ajvhp732]::after {
        content: '';
        flex: 1;
        height: 1.5px;
        background: linear-gradient(90deg, var(--border), transparent);
    }

.section-sub[b-39ajvhp732] {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 24px;
}

/* form grid */
.form-grid[b-39ajvhp732] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

    .form-grid .full[b-39ajvhp732] {
        grid-column: 1 / -1;
    }

.field-group[b-39ajvhp732] {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

    .field-group label[b-39ajvhp732] {
        font-size: 0.76rem;
        font-weight: 600;
        color: var(--teal-deep);
    }

        .field-group label span.req[b-39ajvhp732] {
            color: var(--gold);
            margin-left: 2px;
        }

select.form-input[b-39ajvhp732] {
    cursor: pointer;
}

/* password field wrapper */



/* strength bar */
.strength-wrap[b-39ajvhp732] {
    margin-top: 6px;
}

.strength-bars[b-39ajvhp732] {
    display: flex;
    gap: 4px;
    margin-bottom: 4px;
}

.strength-bar[b-39ajvhp732] {
    flex: 1;
    height: 4px;
    border-radius: 99px;
    background: var(--border);
    transition: background 0.3s;
}

.strength-label[b-39ajvhp732] {
    font-size: 0.7rem;
    color: var(--text-muted);
}

/* divider */
.section-divider[b-39ajvhp732] {
    border: none;
    border-top: 1.5px solid var(--border);
    margin: 32px 0;
}

/* action row */
.action-bar[b-39ajvhp732] {
    display: flex;
    gap: 12px;
    justify-content: flex-start;
    margin-top: 28px;
}

.btn-save[b-39ajvhp732] {
    padding: 11px 32px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 7px;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 4px 16px rgba(13,110,110,0.28);
    position: relative;
    overflow: hidden;
}

    .btn-save[b-39ajvhp732]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
        transform: skewX(-20deg);
        transition: left 0.5s;
    }

    .btn-save:hover[b-39ajvhp732]::before {
        left: 130%;
    }

    .btn-save:hover[b-39ajvhp732] {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(13,110,110,0.38);
        filter: brightness(1.05);
    }

    .btn-save:active[b-39ajvhp732] {
        transform: none;
    }

.btn-cancel[b-39ajvhp732] {
    padding: 11px 24px;
    border: 1.5px solid var(--border);
    border-radius: 10px;
    background: transparent;
    font-family: 'Cairo', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--text-muted);
    cursor: pointer;
    transition: border-color 0.18s, color 0.18s;
}

    .btn-cancel:hover[b-39ajvhp732] {
        border-color: var(--teal-mid);
        color: var(--teal-mid);
    }

/* toast */
.toast-msg[b-39ajvhp732] {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(80px);
    background: var(--teal-deep);
    color: #fff;
    padding: 12px 28px;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 600;
    box-shadow: 0 8px 28px rgba(13,110,110,0.35);
    display: flex;
    align-items: center;
    gap: 9px;
    transition: transform 0.4s cubic-bezier(0.22,1,0.36,1), opacity 0.4s;
    opacity: 0;
    z-index: 999;
}

    .toast-msg.show[b-39ajvhp732] {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }

    .toast-msg.error-toast[b-39ajvhp732] {
        background: var(--error-red);
    }

/* info badge */
.info-badge[b-39ajvhp732] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(23,143,143,0.08);
    border: 1px solid rgba(23,143,143,0.18);
    border-radius: 8px;
    padding: 8px 14px;
    font-size: 0.76rem;
    color: var(--teal-mid);
    margin-bottom: 24px;
}

/* responsive */
@media (max-width: 860px) {
    .page-body[b-39ajvhp732] {
        flex-direction: column;
        padding: 20px 16px;
    }

    .sidebar[b-39ajvhp732] {
        flex: none;
    }

    .stat-row[b-39ajvhp732] {
        justify-content: center;
    }

    .form-grid[b-39ajvhp732] {
        grid-template-columns: 1fr;
    }

        .form-grid .full[b-39ajvhp732] {
            grid-column: 1;
        }
}

@media (max-width: 500px) {
    .tab-panel[b-39ajvhp732] {
        padding: 24px 18px;
    }

    .navbar[b-39ajvhp732] {
        padding: 0 16px;
    }
}


.top-bar[b-39ajvhp732] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 4px;
    background: linear-gradient(90deg, var(--teal-bright), var(--gold), var(--teal-bright));
    background-size: 200% 100%;
    animation: shimmer-b-39ajvhp732 2.5s linear infinite;
}

@keyframes shimmer-b-39ajvhp732 {
    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }
}

/* ── loader card ── */
.loader-card[b-39ajvhp732] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 56px 64px;
    animation: cardIn-b-39ajvhp732 0.7s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes cardIn-b-39ajvhp732 {
    from {
        opacity: 0;
        transform: translateY(32px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* logo */
.logo-wrap[b-39ajvhp732] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 52px;
    animation: fadeDown-b-39ajvhp732 0.6s ease 0.1s both;
}

.logo-text .ar[b-39ajvhp732] {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

.logo-text .en[b-39ajvhp732] {
    font-size: 0.62rem;
    color: rgba(255,255,255,0.5);
    letter-spacing: 1.5px;
}

@keyframes fadeDown-b-39ajvhp732 {
    from {
        opacity: 0;
        transform: translateY(-14px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* ── avatar spinner ── */
.avatar-spinner[b-39ajvhp732] {
    position: relative;
    width: 120px;
    height: 120px;
    margin-bottom: 36px;
}

/* outer rotating ring */
.ring-spin[b-39ajvhp732] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: var(--teal-bright);
    border-right-color: var(--gold);
    animation: spin-b-39ajvhp732 1.4s linear infinite;
}

.ring-spin-2[b-39ajvhp732] {
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-bottom-color: rgba(255,255,255,0.3);
    border-left-color: rgba(255,255,255,0.15);
    animation: spin-b-39ajvhp732 2s linear infinite reverse;
}

@keyframes spin-b-39ajvhp732 {
    to {
        transform: rotate(360deg);
    }
}

/* inner avatar circle */
.avatar-inner[b-39ajvhp732] {
    position: absolute;
    inset: 14px;
    border-radius: 50%;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .avatar-inner svg[b-39ajvhp732] {
        opacity: 0.7;
        animation: pulse-b-39ajvhp732 2s ease-in-out infinite;
    }

@keyframes pulse-b-39ajvhp732 {
    0%,100% {
        transform: scale(1);
        opacity: 0.7;
    }

    50% {
        transform: scale(1.08);
        opacity: 1;
    }
}

/* ── steps ── */
.step-title[b-39ajvhp732] {
    font-size: 1.3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 8px;
    animation: fadeIn-b-39ajvhp732 0.5s ease 0.3s both;
}

.step-sub[b-39ajvhp732] {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 40px;
    line-height: 1.7;
    animation: fadeIn-b-39ajvhp732 0.5s ease 0.4s both;
}

@keyframes fadeIn-b-39ajvhp732 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* progress bar */
.progress-wrap[b-39ajvhp732] {
    width: 320px;
    max-width: 90vw;
    margin-bottom: 24px;
    animation: fadeIn-b-39ajvhp732 0.5s ease 0.5s both;
}

.progress-track[b-39ajvhp732] {
    width: 100%;
    height: 6px;
    background: rgba(255,255,255,0.12);
    border-radius: 99px;
    overflow: hidden;
}

.progress-fill[b-39ajvhp732] {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--teal-bright), var(--gold-light));
    width: 0%;
    transition: width 0.5s ease;
}

.progress-pct[b-39ajvhp732] {
    margin-top: 8px;
    font-size: 0.72rem;
    color: rgba(255,255,255,0.45);
    text-align: left;
    direction: ltr;
}

/* step list */
.steps-list[b-39ajvhp732] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 320px;
    max-width: 90vw;
    animation: fadeIn-b-39ajvhp732 0.5s ease 0.6s both;
}

.step-item[b-39ajvhp732] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    transition: background 0.3s, border-color 0.3s;
}

    .step-item.done[b-39ajvhp732] {
        background: rgba(46,196,182,0.12);
        border-color: rgba(46,196,182,0.25);
    }

    .step-item.active[b-39ajvhp732] {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.2);
    }

.step-icon[b-39ajvhp732] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: rgba(255,255,255,0.08);
    transition: background 0.3s;
}

.step-item.done .step-icon[b-39ajvhp732] {
    background: var(--teal-bright);
}

.step-item.active .step-icon[b-39ajvhp732] {
    background: rgba(255,255,255,0.18);
}

.step-spinner[b-39ajvhp732] {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.3);
    border-top-color: #fff;
    animation: spin-b-39ajvhp732 0.8s linear infinite;
}

.step-check[b-39ajvhp732] {
    display: none;
}

.step-item.done .step-spinner[b-39ajvhp732] {
    display: none;
}

.step-item.done .step-check[b-39ajvhp732] {
    display: block;
}

.step-label[b-39ajvhp732] {
    font-size: 0.82rem;
    font-weight: 500;
    color: rgba(255,255,255,0.6);
    flex: 1;
    text-align: right;
    transition: color 0.3s;
}

.step-item.done .step-label[b-39ajvhp732] {
    color: rgba(255,255,255,0.9);
}

.step-item.active .step-label[b-39ajvhp732] {
    color: #fff;
}

/* bottom divider */
.bottom-divider[b-39ajvhp732] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    margin: 40px auto 0;
    animation: fadeIn-b-39ajvhp732 0.5s ease 0.7s both;
}

@media (max-width: 480px) {
    .loader-card[b-39ajvhp732] {
        padding: 40px 20px;
    }

    .step-title[b-39ajvhp732] {
        font-size: 1.1rem;
    }
}
/* /Components/Pages/SSOErrorPage.razor.rz.scp.css */
:root[b-w812pilku8] {
    --teal-deep: #0d6e6e;
    --teal-mid: #178f8f;
    --teal-bright: #2ec4b6;
    --gold: #c9a84c;
    --gold-light: #e2c97e;
    --error-red: #c0392b;
    --error-light: #e74c3c;
    --text-muted: rgba(255,255,255,0.65);
}
.body[b-w812pilku8] {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}


/* logo top */
.top-logo[b-w812pilku8] {
    position: fixed;
    top: 20px;
    right: 36px;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: fadeDown-b-w812pilku8 0.6s ease both;
}

.top-logo-text .ar[b-w812pilku8] {
    font-size: 0.85rem;
    font-weight: 700;
    color: rgba(255,255,255,0.92);
}

.top-logo-text .en[b-w812pilku8] {
    font-size: 0.62rem;
    font-weight: 400;
    color: rgba(255,255,255,0.55);
    letter-spacing: 1px;
}

@keyframes fadeDown-b-w812pilku8 {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* main content */
.error-content[b-w812pilku8] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px 24px;
    animation: pageIn-b-w812pilku8 0.9s cubic-bezier(0.22,1,0.36,1) both;
}

@keyframes pageIn-b-w812pilku8 {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* pulsing icon */
.error-icon-ring[b-w812pilku8] {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 2px solid rgba(192,57,43,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 32px;
    animation: ringPulse-b-w812pilku8 2.8s ease-in-out infinite;
}

@keyframes ringPulse-b-w812pilku8 {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(192,57,43,0.2), 0 0 0 0 rgba(192,57,43,0.08);
    }

    50% {
        box-shadow: 0 0 0 18px rgba(192,57,43,0), 0 0 0 36px rgba(192,57,43,0);
    }
}

.error-icon-inner[b-w812pilku8] {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: radial-gradient(135deg at 30% 30%, rgba(231,76,60,0.28), rgba(192,57,43,0.18));
    border: 1.5px solid rgba(192,57,43,0.4);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .error-icon-inner svg[b-w812pilku8] {
        animation: iconShake-b-w812pilku8 4s ease-in-out infinite;
    }

@keyframes iconShake-b-w812pilku8 {
    0%,100% {
        transform: rotate(0deg) scale(1);
    }

    5% {
        transform: rotate(-10deg) scale(1.05);
    }

    10% {
        transform: rotate(10deg) scale(1.05);
    }

    15% {
        transform: rotate(-5deg) scale(1);
    }

    20% {
        transform: rotate(0deg) scale(1);
    }
}

/* badge */
.error-code-badge[b-w812pilku8] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(192,57,43,0.18);
    border: 1px solid rgba(192,57,43,0.3);
    border-radius: 999px;
    padding: 5px 16px;
    margin-bottom: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,200,195,0.9);
    letter-spacing: 0.05em;
}

    .error-code-badge[b-w812pilku8]::before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--error-light);
        animation: blink-b-w812pilku8 1.4s ease-in-out infinite;
    }

@keyframes blink-b-w812pilku8 {
    0%,100% {
        opacity: 1;
    }

    50% {
        opacity: 0.2;
    }
}

.error-title[b-w812pilku8] {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.2;
    text-shadow: 0 4px 24px rgba(0,0,0,0.2);
}

.error-desc[b-w812pilku8] {
    font-size: 1.05rem;
    font-weight: 400;
    color: #fff;
    max-width: 480px;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* detail card */
.detail-card[b-w812pilku8] {
    background: rgba(255,255,255,0.07);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    padding: 20px 28px;
    margin-bottom: 36px;
    max-width: 480px;
    width: 100%;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    text-align: right;
}

    .detail-card svg[b-w812pilku8] {
        flex-shrink: 0;
        margin-top: 3px;
    }

.detail-card-text[b-w812pilku8] {
    font-size: 0.83rem;
    color: rgba(255,255,255,0.72);
    line-height: 1.7;
}

.detail-card-code[b-w812pilku8] {
    display: inline-block;
    margin-top: 8px;
    font-family: 'Courier New', monospace;
    font-size: 0.72rem;
    color: rgba(255,200,195,0.85);
    background: rgba(192,57,43,0.18);
    border-radius: 6px;
    padding: 3px 10px;
}

/* buttons */
.action-row[b-w812pilku8] {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 480px;
    width: 100%;
}

.btn-retry[b-w812pilku8] {
    flex: 1;
    min-width: 160px;
    padding: 13px 20px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--teal-mid) 0%, var(--teal-deep) 100%);
    color: #fff;
    font-family: 'Cairo', sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: transform 0.18s, box-shadow 0.18s, filter 0.18s;
    box-shadow: 0 6px 22px rgba(13,110,110,0.35);
    position: relative;
    overflow: hidden;
}

    .btn-retry[b-w812pilku8]::before {
        content: '';
        position: absolute;
        top: 0;
        left: -75%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg,transparent,rgba(255,255,255,0.18),transparent);
        transform: skewX(-20deg);
        transition: left 0.5s;
    }

    .btn-retry:hover[b-w812pilku8]::before {
        left: 130%;
    }

    .btn-retry:hover[b-w812pilku8] {
        transform: translateY(-2px);
        box-shadow: 0 10px 30px rgba(13,110,110,0.45);
        filter: brightness(1.06);
    }

    .btn-retry:active[b-w812pilku8] {
        transform: translateY(0);
    }

.btn-home[b-w812pilku8] {
    flex: 1;
    min-width: 160px;
    padding: 13px 20px;
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(8px);
    color: rgba(255,255,255,0.88);
    font-family: 'Cairo', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: background 0.18s, border-color 0.18s, transform 0.18s;
}

    .btn-home:hover[b-w812pilku8] {
        background: rgba(255,255,255,0.14);
        border-color: rgba(255,255,255,0.4);
        transform: translateY(-2px);
    }

.support-line[b-w812pilku8] {
    margin-top: 32px;
    font-size: 0.78rem;
    color: rgba(255,255,255,0.45);
}

    .support-line a[b-w812pilku8] {
        color: var(--teal-bright);
        text-decoration: none;
        font-weight: 600;
    }

        .support-line a:hover[b-w812pilku8] {
            text-decoration: underline;
        }

.bottom-divider[b-w812pilku8] {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--gold-light), transparent);
    margin: 28px auto 0;
}

@media (max-width: 600px) {
    .error-title[b-w812pilku8] {
        font-size: 2rem;
    }

    .top-logo[b-w812pilku8] {
        right: 16px;
        top: 16px;
    }

    .action-row[b-w812pilku8] {
        flex-direction: column;
    }

    .error-icon-ring[b-w812pilku8] {
        width: 110px;
        height: 110px;
    }

    .error-icon-inner[b-w812pilku8] {
        width: 86px;
        height: 86px;
    }
}
