@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';
@import '_content/NahjLms.WebClient.Modules.Institution.Assessment/NahjLms.WebClient.Modules.Institution.Assessment.chyqemok12.bundle.scp.css';
@import '_content/NahjLms.WebClient.Modules.Live/NahjLms.WebClient.Modules.Live.foclk9wgc7.bundle.scp.css';
@import '_content/NahjLms.WebClient.Modules.Student/NahjLms.WebClient.Modules.Student.f2aotmeiww.bundle.scp.css';
@import '_content/NahjLms.WebClient.Shared/NahjLms.WebClient.Shared.p51swkmpsr.bundle.scp.css';

/* /Auth/login.razor.rz.scp.css */
/* Login page now uses Blazor Bootstrap components + Bootstrap utility classes. */
.auth-screen[b-hyrg19x4m6] {
    --nahj-ink: #0F1B33;
    --nahj-ink-2: #16264A;
    --nahj-gold: #E8A33D;
    --nahj-gold-soft: #F3C878;
    --nahj-parchment: #FBF8F2;
    --nahj-parchment-2: #F1ECDF;
    --nahj-text: #1D2436;
    --nahj-text-muted: #6B7280;
    --nahj-line: rgba(29, 36, 54, 0.10);
    --nahj-danger: #C0392B;
    --nahj-danger-bg: #FBEAE8;
    --nahj-radius: 16px;
    --nahj-font-display: "El Messiri", "Tajawal", sans-serif;
    --nahj-font-body: "IBM Plex Sans Arabic", "Tajawal", sans-serif;

    min-height: 100vh;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    font-family: var(--nahj-font-body);
    color: var(--nahj-text);
    background: var(--nahj-parchment);
}

/* ---------- Left panel: the path ---------- */
.auth-showcase[b-hyrg19x4m6] {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 3rem 3.25rem;
    background:
        radial-gradient(120% 140% at 100% 0%, #1E3159 0%, transparent 55%),
        linear-gradient(160deg, var(--nahj-ink) 0%, var(--nahj-ink-2) 100%);
    color: rgba(255, 255, 255, 0.92);
    overflow: hidden;
}

.auth-brand[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    z-index: 1;
}

.auth-brand__logo[b-hyrg19x4m6] {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    object-fit: cover;
}

.auth-brand__name[b-hyrg19x4m6] {
    font-weight: 700;
    font-size: 1.05rem;
}

.auth-brand__platform[b-hyrg19x4m6] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.55);
}

.auth-showcase__body[b-hyrg19x4m6] {
    z-index: 1;
    max-width: 30rem;
}

.nahj-eyebrow[b-hyrg19x4m6] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--nahj-gold-soft);
    background: rgba(232, 163, 61, 0.12);
    border: 1px solid rgba(232, 163, 61, 0.35);
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    margin-bottom: 1.1rem;
}

.nahj-eyebrow--dark[b-hyrg19x4m6] {
    color: #9A6417;
    background: rgba(232, 163, 61, 0.14);
    border-color: rgba(232, 163, 61, 0.4);
}

.auth-showcase__title[b-hyrg19x4m6] {
    font-family: var(--nahj-font-display);
    font-weight: 700;
    font-size: clamp(1.65rem, 2.6vw, 2.25rem);
    line-height: 1.35;
    margin: 0 0 0.85rem;
}

.auth-showcase__subtitle[b-hyrg19x4m6] {
    font-size: 0.95rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.62);
    margin: 0 0 2.1rem;
}

/* Signature element: a lit trail of waypoints down the learning path */
.auth-path[b-hyrg19x4m6] {
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
    position: relative;
}

.auth-path__stop[b-hyrg19x4m6] {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding-bottom: 1.6rem;
    padding-inline-start: 1.4rem;
}

/* Dashed connecting line between nodes, drawn on the trailing edge of each node */
.auth-path__stop:not(:last-child)[b-hyrg19x4m6]::before {
    content: "";
    position: absolute;
    inset-inline-start: 1.4rem;
    top: 2.15rem;
    bottom: -0.1rem;
    width: 0;
    border-inline-start: 2px dashed rgba(232, 163, 61, 0.35);
    transform: translateX(1px);
}

.auth-path__node[b-hyrg19x4m6] {
    flex: none;
    width: 2.15rem;
    height: 2.15rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 0.95rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.7);
}

.auth-path__stop--current .auth-path__node[b-hyrg19x4m6] {
    background: var(--nahj-gold);
    border-color: var(--nahj-gold);
    color: var(--nahj-ink);
    box-shadow: 0 0 0 5px rgba(232, 163, 61, 0.18);
    animation: nahj-pulse-b-hyrg19x4m6 2.4s ease-in-out infinite;
}

.auth-path__label[b-hyrg19x4m6] {
    font-weight: 600;
    font-size: 0.95rem;
}

.auth-path__hint[b-hyrg19x4m6] {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.15rem;
}

.auth-path__stop--current .auth-path__hint[b-hyrg19x4m6] {
    color: var(--nahj-gold-soft);
}

@keyframes nahj-pulse-b-hyrg19x4m6 {
    0%, 100% { box-shadow: 0 0 0 5px rgba(232, 163, 61, 0.18); }
    50% { box-shadow: 0 0 0 9px rgba(232, 163, 61, 0.06); }
}

.auth-trust[b-hyrg19x4m6] {
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.25rem;
}

.auth-trust li[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* ---------- Right panel: the actual task ---------- */
.auth-card[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5rem;
    background: var(--nahj-parchment);
}

.auth-card__inner[b-hyrg19x4m6] {
    width: 100%;
    max-width: 24rem;
}

/* Reset Bootstrap form-control within auth card */
.auth-card .auth-input[b-hyrg19x4m6],
.auth-card__inner .auth-input[b-hyrg19x4m6] {
    border-radius: 14px !important;
    border: 1.5px solid rgba(29, 36, 54, 0.12) !important;
    background: #FAFAF8 !important;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.04) !important;
}

.auth-card .auth-input:focus[b-hyrg19x4m6],
.auth-card__inner .auth-input:focus[b-hyrg19x4m6] {
    border-color: var(--nahj-gold) !important;
    background: #fff !important;
    box-shadow: 0 0 0 3.5px rgba(232, 163, 61, 0.18) !important;
    outline: none !important;
}

.auth-card__mobile-brand[b-hyrg19x4m6] {
    display: none;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.auth-card__title[b-hyrg19x4m6] {
    font-family: var(--nahj-font-display);
    font-size: 1.55rem;
    font-weight: 700;
    margin: 0.6rem 0 0.35rem;
}

.auth-card__subtitle[b-hyrg19x4m6] {
    font-size: 0.88rem;
    color: var(--nahj-text-muted);
    margin: 0 0 1.5rem;
}

.auth-alert[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    background: var(--nahj-danger-bg);
    color: var(--nahj-danger);
    border: 1px solid rgba(192, 57, 43, 0.25);
    border-radius: 12px;
    padding: 0.7rem 0.9rem;
    font-size: 0.85rem;
    margin-bottom: 1.1rem;
}

.auth-field[b-hyrg19x4m6] {
    margin-bottom: 1.15rem;
}

.auth-field__row[b-hyrg19x4m6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.auth-label[b-hyrg19x4m6] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: var(--nahj-text);
}

.auth-link[b-hyrg19x4m6] {
    font-size: 0.8rem;
    color: #9A6417;
    text-decoration: none;
}

.auth-link:hover[b-hyrg19x4m6] {
    text-decoration: underline;
}

.auth-input-wrap[b-hyrg19x4m6] {
    position: relative;
    display: flex;
    align-items: center;
}

.auth-input-icon[b-hyrg19x4m6] {
    position: absolute;
    inset-inline-start: 14px;
    color: var(--nahj-text-muted);
    pointer-events: none;
    font-size: 0.95rem;
}

.auth-input[b-hyrg19x4m6] {
    width: 100%;
    padding: 0.72rem 0.95rem;
    padding-inline-start: 2.6rem;
    border-radius: 14px;
    border: 1.5px solid rgba(29, 36, 54, 0.12);
    background: #FAFAF8;
    font-family: inherit;
    font-size: 0.92rem;
    color: var(--nahj-text);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
    -webkit-appearance: none;
    appearance: none;
}

.auth-input:hover[b-hyrg19x4m6] {
    border-color: rgba(29, 36, 54, 0.22);
    background: #fff;
}

.auth-input--with-action[b-hyrg19x4m6] {
    padding-inline-end: 2.6rem;
}

.auth-input:focus[b-hyrg19x4m6],
.auth-input:focus-visible[b-hyrg19x4m6] {
    outline: none;
    border-color: var(--nahj-gold);
    background: #fff;
    box-shadow: 0 0 0 3.5px rgba(232, 163, 61, 0.18), inset 0 1px 3px rgba(0,0,0,0.03);
}

.auth-input-action[b-hyrg19x4m6] {
    position: absolute;
    inset-inline-end: 8px;
    border: none;
    background: transparent;
    color: var(--nahj-text-muted);
    padding: 0.35rem;
    line-height: 1;
    border-radius: 8px;
    cursor: pointer;
}

.auth-input-action:hover[b-hyrg19x4m6] {
    color: var(--nahj-text);
}

.auth-input-action:focus-visible[b-hyrg19x4m6] {
    outline: 2px solid var(--nahj-gold);
    outline-offset: 2px;
}

.auth-validation[b-hyrg19x4m6] {
    display: block;
    color: var(--nahj-danger);
    font-size: 0.78rem;
    margin-top: 0.3rem;
}

.auth-submit[b-hyrg19x4m6] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.8rem;
    border: none;
    border-radius: 12px;
    background: var(--nahj-gold);
    color: var(--nahj-ink);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: filter 0.15s ease, transform 0.05s ease;
}

.auth-submit:hover:not(:disabled)[b-hyrg19x4m6] {
    filter: brightness(1.05);
}

.auth-submit:active:not(:disabled)[b-hyrg19x4m6] {
    transform: translateY(1px);
}

.auth-submit:disabled[b-hyrg19x4m6] {
    opacity: 0.7;
    cursor: progress;
}

.auth-submit:focus-visible[b-hyrg19x4m6] {
    outline: 2px solid var(--nahj-ink);
    outline-offset: 2px;
}

.auth-divider[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--nahj-text-muted);
    font-size: 0.78rem;
    margin: 1.5rem 0 1rem;
}

.auth-divider[b-hyrg19x4m6]::before,
.auth-divider[b-hyrg19x4m6]::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--nahj-line);
}

.auth-sso[b-hyrg19x4m6] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.6rem;
}

.auth-sso__btn[b-hyrg19x4m6] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.65rem;
    border: 1px solid var(--nahj-line);
    border-radius: 12px;
    color: var(--nahj-text);
    text-decoration: none;
    font-size: 0.85rem;
    background: #fff;
    transition: border-color 0.15s ease, background 0.15s ease;
}

.auth-sso__btn:hover[b-hyrg19x4m6] {
    border-color: var(--nahj-text-muted);
    background: var(--nahj-parchment-2);
}

.auth-card__legal[b-hyrg19x4m6] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--nahj-text-muted);
    margin-top: 1.75rem;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .auth-screen[b-hyrg19x4m6] {
        grid-template-columns: 1fr;
    }

    .auth-showcase[b-hyrg19x4m6] {
        padding: 2.25rem 1.75rem;
    }

    .auth-path__hint[b-hyrg19x4m6] {
        display: none;
    }

    .auth-card__mobile-brand[b-hyrg19x4m6] {
        display: flex;
    }
}

@media (max-width: 640px) {
    .auth-showcase__title[b-hyrg19x4m6] {
        font-size: 1.4rem;
    }

    .auth-showcase__subtitle[b-hyrg19x4m6] {
        margin-bottom: 1.3rem;
    }

    .auth-card[b-hyrg19x4m6] {
        padding: 1.5rem;
    }
}

/* ---------- Motion & accessibility ---------- */
@media (prefers-reduced-motion: reduce) {
    .auth-path__stop--current .auth-path__node[b-hyrg19x4m6] {
        animation: none;
    }
}
/* /Components/DashboardMetric.razor.rz.scp.css */
.dashboard-metric[b-61yl62b96t] {
    min-height: 142px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e6edf4;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .045);
}

.dashboard-metric__icon[b-61yl62b96t] {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    font-size: 20px;
}

.dashboard-metric__label[b-61yl62b96t], .dashboard-metric small[b-61yl62b96t] { display: block; color: #64748b; }
.dashboard-metric__label[b-61yl62b96t] { font-size: 12px; font-weight: 750; margin-bottom: 5px; }
.dashboard-metric strong[b-61yl62b96t] { display: block; color: #0f172a; font-size: clamp(24px, 3vw, 32px); line-height: 1.15; }
.dashboard-metric small[b-61yl62b96t] { margin-top: 6px; font-size: 11px; }
.dashboard-metric--blue .dashboard-metric__icon[b-61yl62b96t] { color: #1d4ed8; background: #dbeafe; }
.dashboard-metric--green .dashboard-metric__icon[b-61yl62b96t] { color: #047857; background: #d1fae5; }
.dashboard-metric--purple .dashboard-metric__icon[b-61yl62b96t] { color: #7e22ce; background: #f3e8ff; }
.dashboard-metric--orange .dashboard-metric__icon[b-61yl62b96t] { color: #c2410c; background: #ffedd5; }
/* /Components/PermissionQuickAction.razor.rz.scp.css */
.permission-quick-action[b-mlgbb08rfn] {
    min-height: 92px;
    padding: 14px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) auto;
    align-items: center;
    gap: 11px;
    border-radius: 15px;
    border: 1px solid #e3eaf2;
    color: #0f172a;
    text-decoration: none;
    background: #fff;
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.permission-quick-action:hover[b-mlgbb08rfn] {
    color: #0f172a;
    transform: translateY(-2px);
    border-color: #99d8dd;
    box-shadow: 0 10px 22px rgba(15, 118, 110, .09);
}

.permission-quick-action__icon[b-mlgbb08rfn] {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #0f766e;
    background: #e6fffb;
    font-size: 19px;
}

.permission-quick-action strong[b-mlgbb08rfn], .permission-quick-action small[b-mlgbb08rfn] { display: block; }
.permission-quick-action strong[b-mlgbb08rfn] { font-size: 13px; }
.permission-quick-action small[b-mlgbb08rfn] { margin-top: 4px; color: #64748b; font-size: 10px; line-height: 1.55; }
.permission-quick-action__arrow[b-mlgbb08rfn] { color: #94a3b8; font-size: 20px; }

@media (prefers-reduced-motion: reduce) {
    .permission-quick-action[b-mlgbb08rfn] { transition: none; }
}
/* /Pages/Dashboard/Dashboard.razor.rz.scp.css */
.role-dashboard[b-z4emqydsy9] {
    display: grid;
    gap: 18px;
    contain: layout style;
}

.role-dashboard__loading[b-z4emqydsy9] {
    min-height: 55vh;
    display: grid;
    place-items: center;
    color: var(--nahj-brand-700);
}

.role-dashboard__hero[b-z4emqydsy9] {
    min-height: 245px;
    padding: clamp(24px, 4vw, 44px);
    border-radius: 28px;
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    align-items: center;
    overflow: hidden;
    position: relative;
    background:
        radial-gradient(circle at 15% 15%, rgba(255,255,255,.16), transparent 28%),
        linear-gradient(135deg, #102a43 0%, #0b6b74 54%, #0891b2 100%);
    box-shadow: 0 22px 55px rgba(15, 42, 67, .18);
}

.role-dashboard__hero[b-z4emqydsy9]::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    inset-inline-end: -130px;
    bottom: -190px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 50%;
}

.role-dashboard__hero > *[b-z4emqydsy9] { position: relative; z-index: 1; }
.role-dashboard__hero h1[b-z4emqydsy9] { margin: 12px 0 8px; font-size: clamp(28px, 4vw, 45px); font-weight: 850; }
.role-dashboard__hero p[b-z4emqydsy9] { max-width: 760px; color: rgba(255,255,255,.78); margin: 0 0 22px; }
.role-dashboard__eyebrow[b-z4emqydsy9] { display: inline-flex; align-items: center; gap: 8px; color: #a5f3fc; font-weight: 750; }
.role-dashboard__actions[b-z4emqydsy9] { display: flex; flex-wrap: wrap; gap: 10px; }
.role-dashboard__actions .btn[b-z4emqydsy9] { display: inline-flex; align-items: center; gap: 8px; }
.role-dashboard__hero-mark[b-z4emqydsy9] { width: 170px; height: 170px; margin-inline: auto; display: grid; place-items: center; border-radius: 48px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); transform: rotate(-5deg); }
.role-dashboard__hero-mark i[b-z4emqydsy9] { font-size: 76px; color: #cffafe; }

.role-dashboard__metric-grid[b-z4emqydsy9] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.role-dashboard__metric--skeleton[b-z4emqydsy9] {
    min-height: 142px;
    border-radius: 20px;
    background: linear-gradient(100deg, #eef2f7 20%, #f8fafc 38%, #eef2f7 56%);
    background-size: 220% 100%;
    animation: dashboard-shimmer-b-z4emqydsy9 1.3s linear infinite;
}

.role-dashboard__content-grid[b-z4emqydsy9] { display: grid; grid-template-columns: minmax(0, 1.7fr) minmax(280px, .8fr); gap: 16px; }
.role-dashboard__panel[b-z4emqydsy9] { background: #fff; border: 1px solid #e7edf4; border-radius: 22px; padding: clamp(18px, 2.5vw, 26px); box-shadow: 0 10px 30px rgba(15, 23, 42, .045); content-visibility: auto; contain-intrinsic-size: 420px; }
.role-dashboard__panel-head[b-z4emqydsy9] { display: flex; justify-content: space-between; gap: 14px; align-items: center; margin-bottom: 18px; }
.role-dashboard__panel-head h2[b-z4emqydsy9] { font-size: 20px; margin: 3px 0 0; }
.role-dashboard__kicker[b-z4emqydsy9] { color: #64748b; font-size: 12px; font-weight: 750; }
.role-dashboard__live-badge[b-z4emqydsy9] { color: #047857; background: #ecfdf5; border: 1px solid #a7f3d0; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 750; }

.role-dashboard__quick-grid[b-z4emqydsy9] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.role-dashboard__pulse[b-z4emqydsy9] { display: grid; gap: 18px; }
.role-dashboard__score strong[b-z4emqydsy9] { display: block; font-size: 38px; color: #0f766e; line-height: 1; }
.role-dashboard__score span[b-z4emqydsy9] { color: #64748b; font-size: 12px; }
.role-dashboard__progress[b-z4emqydsy9] { height: 9px; overflow: hidden; background: #e2e8f0; border-radius: 999px; }
.role-dashboard__progress span[b-z4emqydsy9] { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #14b8a6, #0891b2); transition: width .25s ease; }
.role-dashboard__mini-stats[b-z4emqydsy9] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.role-dashboard__mini-stats div[b-z4emqydsy9] { padding: 10px 7px; text-align: center; border-radius: 12px; background: #f8fafc; }
.role-dashboard__mini-stats strong[b-z4emqydsy9], .role-dashboard__mini-stats span[b-z4emqydsy9] { display: block; }
.role-dashboard__mini-stats strong[b-z4emqydsy9] { color: #0f172a; }
.role-dashboard__mini-stats span[b-z4emqydsy9] { color: #64748b; font-size: 10px; }

.role-dashboard__recent-list[b-z4emqydsy9] { display: grid; gap: 8px; }
.role-dashboard__recent-list a[b-z4emqydsy9] { display: flex; align-items: center; gap: 12px; padding: 12px; border-radius: 14px; color: inherit; text-decoration: none; border: 1px solid transparent; }
.role-dashboard__recent-list a:hover[b-z4emqydsy9] { background: #f8fafc; border-color: #dbe5ef; }
.role-dashboard__recent-list strong[b-z4emqydsy9], .role-dashboard__recent-list small[b-z4emqydsy9] { display: block; }
.role-dashboard__recent-list small[b-z4emqydsy9] { color: #64748b; margin-top: 3px; }
.role-dashboard__recent-icon[b-z4emqydsy9] { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: #7c3aed; background: #f3e8ff; flex: 0 0 auto; }

@keyframes dashboard-shimmer-b-z4emqydsy9 { to { background-position-x: -220%; } }

@media (prefers-reduced-motion: reduce) {
    .role-dashboard__metric--skeleton[b-z4emqydsy9] { animation: none; }
    .role-dashboard__progress span[b-z4emqydsy9] { transition: none; }
}

@media (max-width: 1100px) {
    .role-dashboard__metric-grid[b-z4emqydsy9] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .role-dashboard__content-grid[b-z4emqydsy9] { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
    .role-dashboard__hero[b-z4emqydsy9] { min-height: auto; grid-template-columns: 1fr; border-radius: 22px; padding: 26px 20px; }
    .role-dashboard__hero-mark[b-z4emqydsy9] { display: none; }
    .role-dashboard__metric-grid[b-z4emqydsy9], .role-dashboard__quick-grid[b-z4emqydsy9] { grid-template-columns: 1fr; }
    .role-dashboard__panel-head[b-z4emqydsy9] { align-items: flex-start; }
}
