/* _content/TalentNotionLMS.Frontend/Components/ContextSwitcherBar.razor.rz.scp.css */
.context-switcher-bar[b-bm1f3abomb] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

@media (max-width: 768px) {
    .context-switcher-bar[b-bm1f3abomb] {
        gap: 2px;
    }
}
/* _content/TalentNotionLMS.Frontend/Components/DataTable/DataTable.razor.rz.scp.css */
/* =============================================
   DataTable Component — Scoped CSS
   Aligned with TalentNotion style.css variables
   ============================================= */

/* ── Wrapper ── */
.tn-dt-wrapper[b-whvezj477x] {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    animation: tnFadeSlide-b-whvezj477x 0.3s ease both;
    font-family: var(--font);
}

/* ── Bulk Bar ── */
.tn-bulk-bar[b-whvezj477x] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: #eff6ff;
    border-bottom: 1px solid #bfdbfe;
    font-size: 0.85rem;
    color: #1d4ed8;
    font-weight: 600;
    flex-wrap: wrap;
    animation: tnFadeSlide-b-whvezj477x 0.2s ease both;
}

    .tn-bulk-bar button[b-whvezj477x] {
        background: none;
        border: 1px solid #93c5fd;
        border-radius: var(--radius-sm);
        padding: 4px 12px;
        font-size: 0.8rem;
        font-weight: 600;
        color: #1d4ed8;
        cursor: pointer;
        font-family: var(--font);
        transition: background var(--transition);
    }

        .tn-bulk-bar button:hover[b-whvezj477x] {
            background: #bfdbfe;
        }

.tn-bulk-del[b-whvezj477x] {
    color: #dc2626 !important;
    border-color: #fca5a5 !important;
}

    .tn-bulk-del:hover[b-whvezj477x] {
        background: #fee2e2 !important;
    }

.tn-bulk-clear[b-whvezj477x] {
    margin-left: auto;
    border: none !important;
    background: none !important;
    color: var(--text-secondary) !important;
    font-size: 1rem !important;
    padding: 2px 6px !important;
    cursor: pointer;
}

    .tn-bulk-clear:hover[b-whvezj477x] {
        color: #1d4ed8 !important;
    }

/* ── Toolbar ── */
.tn-toolbar[b-whvezj477x] {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    background: var(--card-bg);
}

.tn-toolbar-left[b-whvezj477x] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tn-toolbar-right[b-whvezj477x] {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

/* ── Search ── */
.tn-search-wrap[b-whvezj477x] {
    position: relative;
    display: flex;
    align-items: center;
}

    .tn-search-wrap i[b-whvezj477x] {
        position: absolute;
        left: 10px;
        color: var(--text-secondary);
        font-size: 0.9rem;
        pointer-events: none;
        z-index: 1;
    }

.tn-search[b-whvezj477x] {
    font-family: var(--font);
    font-size: 0.85rem;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 7px 12px 7px 32px;
    background: var(--bg-main);
    color: var(--text-primary);
    width: 200px;
    transition: border-color var(--transition), box-shadow var(--transition);
    outline: none;
}

    .tn-search:focus[b-whvezj477x] {
        border-color: #1a60c5;
        box-shadow: 0 0 0 3px rgba(26,96,197,0.1);
        background: var(--card-bg);
    }

/* ── Filter Dropdown (FiltersContent slot) ── */
.tn-filter[b-whvezj477x] {
    font-family: var(--font);
    font-size: 0.85rem;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 7px 30px 7px 10px;
    background: var(--bg-main);
    color: var(--text-primary);
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%236b7280' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    transition: border-color var(--transition);
}

    .tn-filter:focus[b-whvezj477x] {
        border-color: #1a60c5;
    }

/* ── Toolbar Buttons ── */
.tn-btn[b-whvezj477x] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font);
    font-size: 0.82rem;
    font-weight: 600;
    padding: 7px 14px;
    border-radius: var(--radius-sm);
    border: 1.5px solid transparent;
    cursor: pointer;
    transition: all var(--transition);
    white-space: nowrap;
}

.tn-btn-export[b-whvezj477x] {
    background: #f0fdf4;
    color: #15803d;
    border-color: #bbf7d0;
}

    .tn-btn-export:hover[b-whvezj477x] {
        background: #15803d;
        color: #fff;
        border-color: #15803d;
    }

.tn-btn-import[b-whvezj477x] {
    background: #eff6ff;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

    .tn-btn-import:hover[b-whvezj477x] {
        background: #1d4ed8;
        color: #fff;
        border-color: #1d4ed8;
    }

.tn-btn-arrange[b-whvezj477x] {
    background: #faf5ff;
    color: var(--accent-purple);
    border-color: #e9d5ff;
}

    .tn-btn-arrange:hover[b-whvezj477x] {
        background: var(--accent-purple);
        color: #fff;
        border-color: var(--accent-purple);
    }

.tn-btn-add[b-whvezj477x] {
    background: var(--accent-orange);
    color: #fff;
    border-color: var(--accent-orange);
}

    .tn-btn-add:hover[b-whvezj477x] {
        opacity: 0.88;
        transform: translateY(-1px);
    }

/* ── Arrange Dropdown ── */
.tn-arrange-dropdown[b-whvezj477x] {
    position: relative;
}

.tn-arrange-menu[b-whvezj477x] {
    position: absolute;
    top: calc(100% + 6px);
    right: 0;
    background: var(--card-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    min-width: 190px;
    z-index: 200;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    animation: tnFadeSlide-b-whvezj477x 0.15s ease both;
}

.tn-arrange-item[b-whvezj477x] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--text-primary);
    cursor: pointer;
    transition: background var(--transition);
    border: none;
    background: none;
    text-align: left;
    font-family: var(--font);
}

    .tn-arrange-item:hover[b-whvezj477x] {
        background: #f0f6ff;
        color: #1a60c5;
    }

.tn-arrange-divider[b-whvezj477x] {
    height: 1px;
    background: var(--border-color);
    margin: 4px 0;
}

/* ── Table ── */
.tn-table-scroll[b-whvezj477x] {
    overflow-x: auto;
}

.tn-table[b-whvezj477x] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
    font-family: var(--font);
}

    .tn-table thead th[b-whvezj477x] {
        background: #f8f9fe;
        color: var(--text-secondary);
        font-weight: 700;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        padding: 12px 16px;
        border-bottom: 1px solid var(--border-color);
        white-space: nowrap;
        user-select: none;
        transition: color var(--transition);
    }

        .tn-table thead th.tn-sortable[b-whvezj477x] {
            cursor: pointer;
        }

            .tn-table thead th.tn-sortable:hover[b-whvezj477x] {
                color: var(--text-primary);
            }

        .tn-table thead th.tn-sorted[b-whvezj477x] {
            color: #1a60c5;
        }

.tn-sort-icon[b-whvezj477x] {
    margin-left: 4px;
    font-size: 0.65rem;
    vertical-align: middle;
}

.tn-sort-inactive[b-whvezj477x] {
    opacity: 0.4;
}

.tn-table tbody tr[b-whvezj477x] {
    border-bottom: 1px solid var(--border-color);
    transition: background var(--transition);
}

    .tn-table tbody tr:last-child[b-whvezj477x] {
        border-bottom: none;
    }

    .tn-table tbody tr:hover[b-whvezj477x] {
        background: #f8f9ff;
    }

    .tn-table tbody tr.tn-row-selected[b-whvezj477x] {
        background: #eff6ff;
    }

        .tn-table tbody tr.tn-row-selected:hover[b-whvezj477x] {
            background: #e0edff;
        }

.tn-table tbody td[b-whvezj477x] {
    padding: 13px 16px;
    color: var(--text-primary);
    vertical-align: middle;
    font-size: 0.875rem;
}

/* ── Checkbox ── */
.tn-check[b-whvezj477x] {
    width: 16px;
    height: 16px;
    accent-color: #1a60c5;
    cursor: pointer;
}

/* ── Row Actions ── */
.tn-row-actions[b-whvezj477x] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.row-action-btn[b-whvezj477x] {
    background: none;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-secondary);
    font-size: 0.85rem;
    cursor: pointer;
    transition: all var(--transition);
}

    .row-action-btn:hover[b-whvezj477x] {
        border-color: #1a60c5;
        color: #1a60c5;
        background: #eff6ff;
    }

    .row-action-btn.del:hover[b-whvezj477x] {
        border-color: #ef4444;
        color: #ef4444;
        background: #fef2f2;
    }

/* ── Type Badge ── */
.type-badge[b-whvezj477x] {
    display: inline-flex;
    align-items: center;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    padding: 3px 9px;
    border-radius: 20px;
    text-transform: uppercase;
}

    .type-badge.mcq[b-whvezj477x] {
        background: #dbeafe;
        color: #1d4ed8;
    }

    .type-badge.tf[b-whvezj477x] {
        background: #dcfce7;
        color: #15803d;
    }

    .type-badge.sa[b-whvezj477x] {
        background: #fef9c3;
        color: #854d0e;
    }

    .type-badge.num[b-whvezj477x] {
        background: #fce7f3;
        color: #9d174d;
    }

    .type-badge.mr[b-whvezj477x] {
        background: #ede9fe;
        color: #6d28d9;
    }

    .type-badge.essay[b-whvezj477x] {
        background: #fff7ed;
        color: #c2410c;
    }

/* ── Difficulty Badge ── */
.diff-badge[b-whvezj477x] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
}

    .diff-badge.easy[b-whvezj477x] {
        background: #f0fdf4;
        color: #16a34a;
    }

    .diff-badge.medium[b-whvezj477x] {
        background: #fffbeb;
        color: #d97706;
    }

    .diff-badge.hard[b-whvezj477x] {
        background: #fef2f2;
        color: #dc2626;
    }

/* ── Status Dot ── */
.status-dot[b-whvezj477x] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

    .status-dot.active[b-whvezj477x] {
        background: #22c55e;
    }

    .status-dot.draft[b-whvezj477x] {
        background: #f59e0b;
    }

    .status-dot.archived[b-whvezj477x] {
        background: #9ca3af;
    }

/* ── Empty State ── */
.tn-empty[b-whvezj477x] {
    text-align: center;
    padding: 48px 20px;
    color: var(--text-secondary);
}

    .tn-empty i[b-whvezj477x] {
        font-size: 2.5rem;
        display: block;
        margin-bottom: 12px;
        opacity: 0.35;
    }

    .tn-empty p[b-whvezj477x] {
        font-size: 0.875rem;
        margin: 0;
    }

/* ── Footer ── */
.tn-footer[b-whvezj477x] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-top: 1px solid var(--border-color);
    flex-wrap: wrap;
    gap: 10px;
    background: var(--card-bg);
}

.tn-footer-left[b-whvezj477x] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.tn-info[b-whvezj477x] {
    font-size: 0.8rem;
    color: var(--text-secondary);
    font-family: var(--font);
}

.tn-per-page[b-whvezj477x] {
    font-family: var(--font);
    font-size: 0.8rem;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    padding: 4px 20px 4px 8px;
    background: var(--bg-main);
    color: var(--text-primary);
    cursor: pointer;
    outline: none;
    transition: border-color var(--transition);
}

    .tn-per-page:focus[b-whvezj477x] {
        border-color: #1a60c5;
    }

/* ── Pagination ── */
.tn-pagination[b-whvezj477x] {
    display: flex;
    gap: 4px;
    align-items: center;
}

.tn-pg-btn[b-whvezj477x] {
    background: none;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--text-secondary);
    cursor: pointer;
    transition: all var(--transition);
    font-family: var(--font);
}

    .tn-pg-btn:hover:not(:disabled)[b-whvezj477x],
    .tn-pg-btn.tn-pg-active[b-whvezj477x] {
        background: #1a60c5;
        color: #fff;
        border-color: #1a60c5;
    }

    .tn-pg-btn:disabled[b-whvezj477x] {
        opacity: 0.4;
        cursor: not-allowed;
    }

.tn-pg-dots[b-whvezj477x] {
    padding: 0 4px;
    color: var(--text-secondary);
    font-size: 0.85rem;
    align-self: center;
    font-family: var(--font);
}

/* ── Dark Theme ── */
[data-theme="dark"] .tn-dt-wrapper[b-whvezj477x] {
    background: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .tn-toolbar[b-whvezj477x],
[data-theme="dark"] .tn-footer[b-whvezj477x] {
    background: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .tn-table thead th[b-whvezj477x] {
    background: #1a1f5e22;
}

[data-theme="dark"] .tn-table tbody tr:hover[b-whvezj477x] {
    background: rgba(26,96,197,0.06);
}

[data-theme="dark"] .tn-table tbody tr.tn-row-selected[b-whvezj477x] {
    background: rgba(26,96,197,0.15);
}

[data-theme="dark"] .tn-search[b-whvezj477x],
[data-theme="dark"] .tn-per-page[b-whvezj477x],
[data-theme="dark"] .tn-filter[b-whvezj477x] {
    background: var(--bg-main);
    border-color: var(--border-color);
    color: var(--text-primary);
}

/* ── Animation ── */
@keyframes tnFadeSlide-b-whvezj477x {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Responsive ── */
@media (max-width: 640px) {
    .tn-toolbar[b-whvezj477x] {
        flex-direction: column;
        align-items: flex-start;
    }

    .tn-toolbar-right[b-whvezj477x] {
        width: 100%;
        justify-content: flex-start;
    }

    .tn-search[b-whvezj477x] {
        width: 100%;
    }

    .tn-footer[b-whvezj477x] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* _content/TalentNotionLMS.Frontend/Components/Form/FormCard.razor.rz.scp.css */
/* =============================================
   FormCard Component — Scoped CSS
   Uses TalentNotion CSS variables from style.css
   ============================================= */

.form-card[b-bz1l1uqzy4] {
    background: var(--card-bg);
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    position: sticky;
    top: calc(var(--topbar-h) + 28px);
    animation: fcFadeSlide-b-bz1l1uqzy4 0.35s ease both;
    font-family: var(--font);
}

/* ── Header ── */
.form-card-header[b-bz1l1uqzy4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid var(--border-color);
    background: linear-gradient(135deg, rgba(249, 115, 22, 0.02) 0%, rgba(124, 58, 237, 0.02) 100%);
}

.form-card-title[b-bz1l1uqzy4] {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-primary);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-card-badge[b-bz1l1uqzy4] {
    display: inline-block;
    background: var(--accent-orange);
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* ── Body ── */
.form-card-body[b-bz1l1uqzy4] {
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-height: calc(100vh - var(--topbar-h) - 210px);
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--border-color) transparent;
}

    .form-card-body[b-bz1l1uqzy4]::-webkit-scrollbar {
        width: 4px;
    }

    .form-card-body[b-bz1l1uqzy4]::-webkit-scrollbar-thumb {
        background: var(--border-color);
        border-radius: 4px;
    }

/* ── Footer ── */
.form-card-footer[b-bz1l1uqzy4] {
    display: flex;
    gap: 12px;
    padding: 20px 24px;
    border-top: 1px solid var(--border-color);
    background: #fafbfc;
    justify-content: flex-start;
}

/* ── Save button ── */
.btn-form-save[b-bz1l1uqzy4] {
    padding: 10px 24px;
    background: linear-gradient(135deg, var(--accent-orange) 0%, #ea580c 100%);
    color: #ffffff;
    border: none;
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: 0 2px 8px rgba(249, 115, 22, 0.3);
    outline: none;
}

    .btn-form-save:hover:not(:disabled)[b-bz1l1uqzy4] {
        background: linear-gradient(135deg, #f86f1a 0%, #d64904 100%);
        box-shadow: 0 4px 12px rgba(249, 115, 22, 0.4);
        transform: translateY(-1px);
    }

    .btn-form-save:active:not(:disabled)[b-bz1l1uqzy4] {
        transform: translateY(0);
        box-shadow: 0 1px 4px rgba(249, 115, 22, 0.3);
    }

    .btn-form-save:disabled[b-bz1l1uqzy4] {
        opacity: 0.65;
        cursor: not-allowed;
    }

/* ── Cancel button ── */
.btn-form-cancel[b-bz1l1uqzy4] {
    padding: 10px 24px;
    background: #f3f4f6;
    color: var(--text-secondary);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    font-family: var(--font);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    outline: none;
}

    .btn-form-cancel:hover[b-bz1l1uqzy4] {
        background: #e5e7eb;
        border-color: #d1d5db;
    }

    .btn-form-cancel:active[b-bz1l1uqzy4] {
        background: #d1d5db;
    }

/* ── Saving spinner ── */
.f-spinner[b-bz1l1uqzy4] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: fcSpin-b-bz1l1uqzy4 0.7s linear infinite;
}

/* ── Animations ── */
@keyframes fcFadeSlide-b-bz1l1uqzy4 {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fcSpin-b-bz1l1uqzy4 {
    to {
        transform: rotate(360deg);
    }
}

/* ── Dark theme ── */
[data-theme="dark"] .form-card[b-bz1l1uqzy4] {
    background: var(--card-bg);
    border-color: var(--border-color);
}

[data-theme="dark"] .form-card-footer[b-bz1l1uqzy4] {
    background: var(--card-bg);
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .form-card[b-bz1l1uqzy4] {
        position: static;
    }

    .form-card-body[b-bz1l1uqzy4] {
        max-height: none;
    }
}


/* =================================================================
   FORM FIELDS — f-label, f-input, f-select, f-textarea,
                 f-radio-pill, f-check-row, f-error, f-divider,
                 f-section-title, req, opt
   ================================================================= */

/* ── Label ── */
.f-label[b-bz1l1uqzy4] {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 6px;
    font-family: var(--font);
    letter-spacing: 0.3px;
}

    .f-label .req[b-bz1l1uqzy4] {
        color: #dc2626;
        font-weight: 700;
        margin-left: 2px;
    }

    .f-label .opt[b-bz1l1uqzy4] {
        color: var(--text-secondary);
        font-weight: 400;
        font-size: 12px;
        margin-left: 2px;
    }

/* ── Text input ── */
.f-input[b-bz1l1uqzy4] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #ffffff;
    color: var(--text-primary);
    font-family: var(--font);
    font-size: 14px;
    transition: all var(--transition);
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}

    .f-input:focus[b-bz1l1uqzy4] {
        border-color: var(--accent-blue);
        box-shadow: 0 0 0 3px rgba(26, 31, 94, 0.08);
        background: #fafbfc;
    }

    .f-input[b-bz1l1uqzy4]::placeholder {
        color: #d1d5db;
    }

/* ── Points input (blue bold number) ── */
.f-input-points[b-bz1l1uqzy4] {
    color: #1a60c5;
    font-weight: 600;
}

/* ── Select ── */
.f-select[b-bz1l1uqzy4] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #ffffff;
    color: var(--text-primary);
    font-family: var(--font);
    font-size: 14px;
    cursor: pointer;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%236b7280'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 18px;
    padding-right: 36px;
    transition: all var(--transition);
}

    .f-select:focus[b-bz1l1uqzy4] {
        border-color: var(--accent-blue);
        box-shadow: 0 0 0 3px rgba(26, 31, 94, 0.08);
        background-color: #fafbfc;
    }

/* ── Textarea ── */
.f-textarea[b-bz1l1uqzy4] {
    width: 100%;
    padding: 10px 14px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-sm);
    background: #ffffff;
    color: var(--text-primary);
    font-family: var(--font);
    font-size: 14px;
    resize: vertical;
    min-height: 80px;
    outline: none;
    transition: all var(--transition);
}

    .f-textarea:focus[b-bz1l1uqzy4] {
        border-color: var(--accent-blue);
        box-shadow: 0 0 0 3px rgba(26, 31, 94, 0.08);
        background: #fafbfc;
    }

    .f-textarea[b-bz1l1uqzy4]::placeholder {
        color: #d1d5db;
    }

/* ── Divider ── */
.f-divider[b-bz1l1uqzy4] {
    border: none;
    border-top: 1px solid var(--border-color);
    margin: 12px 0;
}

/* ── Section title ── */
.f-section-title[b-bz1l1uqzy4] {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 0;
    font-family: var(--font);
}

/* ── Radio pills ── */
.f-radio-inline[b-bz1l1uqzy4] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.f-radio-pill[b-bz1l1uqzy4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1.5px solid var(--border-color);
    border-radius: 20px;
    background: #ffffff;
    cursor: pointer;
    transition: all var(--transition);
    font-size: 14px;
    font-weight: 500;
    color: var(--text-secondary);
    user-select: none;
    font-family: var(--font);
}

    .f-radio-pill input[type="radio"][b-bz1l1uqzy4] {
        display: none;
    }

    .f-radio-pill:hover[b-bz1l1uqzy4] {
        border-color: var(--accent-blue);
        background: rgba(26, 31, 94, 0.02);
    }

    .f-radio-pill input[type="radio"]:checked + label[b-bz1l1uqzy4],
    .f-radio-pill input[type="radio"]:checked[b-bz1l1uqzy4] {
        color: var(--accent-blue);
        font-weight: 600;
    }

    .f-radio-pill:has(input[type="radio"]:checked)[b-bz1l1uqzy4] {
        border-color: var(--accent-blue);
        background: rgba(26, 31, 94, 0.08);
        color: var(--accent-blue);
        font-weight: 600;
    }

/* ── Checkbox rows ── */
.f-check-group[b-bz1l1uqzy4] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.f-check-row[b-bz1l1uqzy4] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

    .f-check-row:hover[b-bz1l1uqzy4] {
        opacity: 0.8;
    }

    .f-check-row input[type="checkbox"][b-bz1l1uqzy4] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin-top: 2px;
        accent-color: var(--accent-blue);
        flex-shrink: 0;
    }

    .f-check-row label[b-bz1l1uqzy4] {
        display: flex;
        flex-direction: column;
        gap: 2px;
        cursor: pointer;
        flex: 1;
        font-size: 14px;
        font-weight: 500;
        color: var(--text-primary);
        margin: 0;
        font-family: var(--font);
    }

        .f-check-row label small[b-bz1l1uqzy4] {
            font-size: 12px;
            color: var(--text-secondary);
            font-weight: 400;
        }

/* ── Validation error ── */
.f-error[b-bz1l1uqzy4] {
    font-size: 12px;
    color: #dc2626;
    font-weight: 500;
    display: none;
    margin-top: 4px;
    animation: slideDown-b-bz1l1uqzy4 0.2s ease;
    font-family: var(--font);
}

    .f-error.show[b-bz1l1uqzy4] {
        display: block;
    }

@keyframes slideDown-b-bz1l1uqzy4 {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ── Dark theme for fields ── */
[data-theme="dark"] .f-input[b-bz1l1uqzy4],
[data-theme="dark"] .f-select[b-bz1l1uqzy4],
[data-theme="dark"] .f-textarea[b-bz1l1uqzy4] {
    background: #242a4a;
    border-color: var(--border-color);
    color: var(--text-primary);
}

    [data-theme="dark"] .f-input:focus[b-bz1l1uqzy4],
    [data-theme="dark"] .f-select:focus[b-bz1l1uqzy4],
    [data-theme="dark"] .f-textarea:focus[b-bz1l1uqzy4] {
        background: #2a304a;
        box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.15);
    }

[data-theme="dark"] .f-radio-pill[b-bz1l1uqzy4] {
    background: #1a2040;
    border-color: #2a2f5a;
    color: var(--text-secondary);
}

    [data-theme="dark"] .f-radio-pill:hover[b-bz1l1uqzy4] {
        background: #1f2847;
        border-color: var(--accent-blue);
    }

    [data-theme="dark"] .f-radio-pill:has(input[type="radio"]:checked)[b-bz1l1uqzy4] {
        background: rgba(124, 58, 237, 0.15);
        border-color: var(--accent-purple);
        color: #b5a7f2;
    }

[data-theme="dark"] .form-card-footer[b-bz1l1uqzy4] {
    background: #171b35;
}

[data-theme="dark"] .btn-form-cancel[b-bz1l1uqzy4] {
    background: #1a1f3a;
    border-color: #2a2f5a;
    color: var(--text-secondary);
}

    [data-theme="dark"] .btn-form-cancel:hover[b-bz1l1uqzy4] {
        background: #242a4a;
        border-color: #3a404a;
    }
    background: rgba(26, 96, 197, 0.15);[b-bz1l1uqzy4]
}

[data-theme="dark"] .f-check-row:hover[b-bz1l1uqzy4] {
    background: rgba(26, 96, 197, 0.06);
}


/* =================================================================
   ADDITIONS — DisplayMode / FormMode / FormSize
   لا يلمس أي class أصلي فوق
   ================================================================= */

/* ── DisplayMode: AboveGrid ──────────────────────────────────────── */
.form-card.fc-above-grid[b-bz1l1uqzy4] {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    animation: fcSlideDown-b-bz1l1uqzy4 0.35s cubic-bezier(0.16, 1, 0.3, 1) both;
}

    .form-card.fc-above-grid .form-card-body[b-bz1l1uqzy4] {
        max-height: none;
    }

/* ── DisplayMode: Popup — الـ backdrop ───────────────────────────── */
.fc-overlay[b-bz1l1uqzy4] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    animation: fcFadeBg-b-bz1l1uqzy4 0.2s ease both;
}

/* ── DisplayMode: Popup — الكارد نفسها ──────────────────────────── */
.form-card.fc-popup[b-bz1l1uqzy4] {
    position: relative;
    top: unset;
    max-height: calc(100vh - 48px);
    display: flex;
    flex-direction: column;
    animation: fcPopIn-b-bz1l1uqzy4 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

    .form-card.fc-popup .form-card-body[b-bz1l1uqzy4] {
        max-height: calc(100vh - 200px);
        flex: 1;
    }

    .form-card.fc-popup .form-card-footer[b-bz1l1uqzy4] {
        flex-shrink: 0;
    }

    /* ── Popup size presets ───────────────────────────────────────────── */
    .form-card.fc-popup.fc-sm[b-bz1l1uqzy4] {
        width: 360px;
    }

    .form-card.fc-popup.fc-md[b-bz1l1uqzy4] {
        width: 480px;
    }

    .form-card.fc-popup.fc-lg[b-bz1l1uqzy4] {
        width: 640px;
    }

    .form-card.fc-popup.fc-xl[b-bz1l1uqzy4] {
        width: 800px;
    }

    .form-card.fc-popup.fc-full[b-bz1l1uqzy4] {
        width: 96vw;
    }

/* ── Close (×) button ────────────────────────────────────────────── */
.fc-close-btn[b-bz1l1uqzy4] {
    position: absolute;
    top: 12px;
    right: 14px;
    width: 28px;
    height: 28px;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: var(--text-secondary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    transition: background var(--transition), color var(--transition);
    z-index: 1;
}

    .fc-close-btn:hover[b-bz1l1uqzy4] {
        background: var(--border-color);
        color: var(--text-primary);
    }

/* ── FormMode: badge colours ─────────────────────────────────────── */
.fc-badge-edit[b-bz1l1uqzy4] {
    background: #eff6ff;
    color: #1d4ed8;
}

.fc-badge-add[b-bz1l1uqzy4] {
    background: #fff7ed;
    color: #c2410c;
}

.fc-badge-delete[b-bz1l1uqzy4] {
    background: #fef2f2;
    color: #b91c1c;
}

.fc-badge-view[b-bz1l1uqzy4] {
    background: #f3f4f6;
    color: #374151;
}

/* ── FormMode: Delete — warning banner ───────────────────────────── */
.fc-delete-warning[b-bz1l1uqzy4] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px 16px;
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: var(--radius-sm);
    color: #991b1b;
    font-size: 0.875rem;
    line-height: 1.5;
}

    .fc-delete-warning i[b-bz1l1uqzy4] {
        font-size: 1.1rem;
        flex-shrink: 0;
        margin-top: 2px;
        color: #dc2626;
    }

/* ── FormMode: Delete — زر أحمر ─────────────────────────────────── */
.btn-form-save.btn-form-delete[b-bz1l1uqzy4] {
    background: #dc2626;
}

    .btn-form-save.btn-form-delete:hover:not(:disabled)[b-bz1l1uqzy4] {
        box-shadow: 0 6px 18px rgba(220, 38, 38, 0.35);
    }

/* ── Animations (إضافية) ─────────────────────────────────────────── */
@keyframes fcSlideDown-b-bz1l1uqzy4 {
    from {
        opacity: 0;
        transform: translateY(-16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fcFadeBg-b-bz1l1uqzy4 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fcPopIn-b-bz1l1uqzy4 {
    from {
        opacity: 0;
        transform: scale(0.94) translateY(14px);
    }

    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

/* ── Dark theme (إضافات) ─────────────────────────────────────────── */
[data-theme="dark"] .fc-delete-warning[b-bz1l1uqzy4] {
    background: rgba(220, 38, 38, 0.1);
    border-color: rgba(220, 38, 38, 0.3);
    color: #fca5a5;
}

/* ── Responsive (إضافات) ─────────────────────────────────────────── */
@media (max-width: 767px) {
    .fc-overlay[b-bz1l1uqzy4] {
        align-items: flex-end;
        padding: 0;
    }

    .form-card.fc-popup[b-bz1l1uqzy4] {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        max-height: 90vh;
        width: 100% !important;
        animation: fcSlideUpMobile-b-bz1l1uqzy4 0.3s cubic-bezier(0.16, 1, 0.3, 1) both;
    }

        .form-card.fc-popup .form-card-body[b-bz1l1uqzy4] {
            max-height: calc(90vh - 150px);
        }
}

@keyframes fcSlideUpMobile-b-bz1l1uqzy4 {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* ── Permissions Accordion ────────────────────────────────────────── */
.permissions-section[b-bz1l1uqzy4] {
    margin-top: 20px;
}

.permissions-accordion[b-bz1l1uqzy4] {
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.accordion-item[b-bz1l1uqzy4] {
    border-bottom: 1px solid var(--border-color);
}

    .accordion-item:last-child[b-bz1l1uqzy4] {
        border-bottom: none;
    }

.accordion-header[b-bz1l1uqzy4] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px;
    cursor: pointer;
    background: var(--bg-secondary);
    font-weight: 600;
    font-size: 0.9rem;
    transition: background var(--transition);
    user-select: none;
}

    .accordion-header:hover[b-bz1l1uqzy4] {
        background: var(--bg-hover);
    }

.accordion-arrow[b-bz1l1uqzy4] {
    font-size: 0.75rem;
    transition: transform var(--transition);
}

.accordion-body[b-bz1l1uqzy4] {
    padding: 8px 14px 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.perm-checkbox[b-bz1l1uqzy4] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    font-size: 0.85rem;
    transition: background var(--transition), border-color var(--transition);
    user-select: none;
}

    .perm-checkbox:hover[b-bz1l1uqzy4] {
        background: var(--bg-hover);
        border-color: var(--accent-blue);
    }

    .perm-checkbox input[type="checkbox"][b-bz1l1uqzy4] {
        margin: 0;
        cursor: pointer;
    }

    .perm-checkbox input[type="checkbox"]:disabled[b-bz1l1uqzy4] {
        cursor: default;
    }

[data-theme="dark"] .accordion-header[b-bz1l1uqzy4] {
    background: #1a2040;
}

    [data-theme="dark"] .accordion-header:hover[b-bz1l1uqzy4] {
        background: #1f2847;
    }

[data-theme="dark"] .perm-checkbox[b-bz1l1uqzy4] {
    border-color: #2a2f5a;
}

    [data-theme="dark"] .perm-checkbox:hover[b-bz1l1uqzy4] {
        background: #1f2847;
        border-color: var(--accent-blue);
    }
/* _content/TalentNotionLMS.Frontend/Components/ImportExport/ImportExport.razor.rz.scp.css */
/* =====================================================
   ImportExportButton — Scoped CSS
   الكلاسات tn-btn / tn-btn-export / tn-btn-import
   معرفة في site.css عشان تشتغل globally في كل الكمبوننتات.
   هنا بس الـ spinner اللي scoped للكمبوننت ده.
   ===================================================== */

.f-spinner[b-ag9svfdu15] {
    display: inline-block;
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-top-color: #fff;
    border-radius: 50%;
    animation: iexSpin-b-ag9svfdu15 0.7s linear infinite;
}

@keyframes iexSpin-b-ag9svfdu15 {
    to {
        transform: rotate(360deg);
    }
}
/* _content/TalentNotionLMS.Frontend/Components/SidebarNav.razor.rz.scp.css */
.sidebar-nav[b-z9b7447oz2] {
    padding: 0 12px;
}

    .sidebar-nav .nav-link[b-z9b7447oz2] {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: row;
        padding: 8px 14px;
        border-radius: 8px;
        color: var(--sidebar-text, #ffffff);
        text-decoration: none;
        font-size: 0.88rem;
        transition: all 0.2s ease;
        cursor: pointer;
    }

.sidebar-nav .nav-link:hover[b-z9b7447oz2] {
    background: var(--sidebar-hover, #f0f0f0);
    color: var(--sidebar-text-active, #212529);
}

.sidebar-nav .nav-link.active[b-z9b7447oz2] {
    background: var(--sidebar-active-bg, #e8f0fe);
    color: var(--sidebar-text-active, #212529);
    font-weight: 500;
}

.sidebar-nav .nav-link i:first-child[b-z9b7447oz2] {
    font-size: 1.05rem;
    width: 20px;
    text-align: center;
    flex-shrink: 0;
}

    .sidebar-nav .nav-link .chevron[b-z9b7447oz2] {
        /*margin-left: auto;*/
        margin-inline-start: auto;
        transition: transform 0.2s ease;
        font-size: 0.75rem;
    }

.nav-link[aria-expanded="true"] .chevron[b-z9b7447oz2] {
    transform: rotate(90deg);
}

.sidebar-nav .nav-list[b-z9b7447oz2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav .nav-list li[b-z9b7447oz2] {
    list-style: none;
}

.sidebar-nav .nav-group[b-z9b7447oz2] {
    margin-bottom: 1px;
}

.sidebar-nav .sub-nav[b-z9b7447oz2] {
    list-style: none;
    padding: 0;
    margin: 4px 0 4px 0;
    padding-inline-start: 32px;
    /*margin: 4px 0 4px 32px;*/
}

    .sidebar-nav .sub-nav a[b-z9b7447oz2] {
        display: block;
        padding: 6px 12px;
        padding-inline-start: 12px;
        padding-inline-end: 12px;
        border-radius: 6px;
        color: var(--sidebar-text, #ffffff);
        text-decoration: none;
        font-size: 0.84rem;
        transition: all 0.15s ease;
    }

.sidebar-nav .sub-nav a:hover[b-z9b7447oz2] {
    background: var(--sidebar-hover, #f0f0f0);
    color: var(--sidebar-text-active, #212529);
}

.sidebar-nav .sub-nav a.active[b-z9b7447oz2] {
    color: var(--sidebar-active-color, #0d6efd);
    font-weight: 500;
}

.sidebar-footer[b-z9b7447oz2] {
    padding: 12px;
    border-top: 1px solid var(--sidebar-border, #e9ecef);
    margin-top: 8px;
}

.sidebar-footer .footer-label[b-z9b7447oz2] {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--sidebar-muted, #adb5bd);
    margin-bottom: 6px;
    padding: 0 14px;
}

.sidebar-footer .nav-link[b-z9b7447oz2] {
    padding: 7px 14px;
    font-size: 0.82rem;
}

.sidebar-footer .footer-divider[b-z9b7447oz2] {
    margin: 8px 0;
    border-color: var(--sidebar-border, #e9ecef);
}

.sidebar-footer .logout-link[b-z9b7447oz2] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 8px;
    color: var(--sidebar-text, #6c757d);
    text-decoration: none;
    font-size: 0.82rem;
    transition: all 0.2s ease;
}

.sidebar-footer .logout-link:hover[b-z9b7447oz2] {
    background: var(--sidebar-hover, #f0f0f0);
    color: #dc3545;
}


/* _content/TalentNotionLMS.Frontend/Shared/MainLayout.razor.rz.scp.css */
.page[b-0ul61wz1nj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0ul61wz1nj] {
    flex: 1;
}

.sidebar[b-0ul61wz1nj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0ul61wz1nj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0ul61wz1nj]  a, .top-row .btn-link[b-0ul61wz1nj] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-0ul61wz1nj] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0ul61wz1nj] {
        display: none;
    }

    .top-row.auth[b-0ul61wz1nj] {
        justify-content: space-between;
    }

    .top-row a[b-0ul61wz1nj], .top-row .btn-link[b-0ul61wz1nj] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0ul61wz1nj] {
        flex-direction: row;
    }

    .sidebar[b-0ul61wz1nj] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0ul61wz1nj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-0ul61wz1nj], article[b-0ul61wz1nj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/TalentNotionLMS.Frontend/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-q01on76i2i] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-q01on76i2i] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-q01on76i2i] {
    font-size: 1.1rem;
}

.oi[b-q01on76i2i] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-q01on76i2i] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-q01on76i2i] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-q01on76i2i] {
        padding-bottom: 1rem;
    }

    .nav-item[b-q01on76i2i]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-q01on76i2i]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-q01on76i2i]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-q01on76i2i] {
        display: none;
    }

    .collapse[b-q01on76i2i] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/TalentNotionLMS.Frontend/Shared/PublicLayout.razor.rz.scp.css */
.public-layout[b-hd4xxpgmgg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.public-navbar[b-hd4xxpgmgg] {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0,0,0,0.06);
    padding: 0 24px;
    position: sticky;
    top: 0;
    z-index: 100;
}

.public-nav-container[b-hd4xxpgmgg] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 68px;
    gap: 32px;
}

.public-brand[b-hd4xxpgmgg] {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3rem;
    color: #1a1f5e;
    letter-spacing: -0.5px;
}

.public-brand-icon[b-hd4xxpgmgg] {
    color: #f97316;
    font-size: 1.6rem;
}

.public-nav-links[b-hd4xxpgmgg] {
    display: flex;
    gap: 28px;
}

.public-nav-links a[b-hd4xxpgmgg] {
    color: #4b5563;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.2s;
    position: relative;
}

.public-nav-links a[b-hd4xxpgmgg]::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: #f97316;
    transition: width 0.2s;
}

.public-nav-links a:hover[b-hd4xxpgmgg] {
    color: #1a1f5e;
}

.public-nav-links a:hover[b-hd4xxpgmgg]::after {
    width: 100%;
}

.public-nav-actions[b-hd4xxpgmgg] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-left: auto;
}

.public-btn[b-hd4xxpgmgg] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 9px 22px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
    border: none;
    line-height: 1.4;
}

.public-btn-primary[b-hd4xxpgmgg] {
    background: linear-gradient(135deg, #1a1f5e, #2d3580);
    color: #fff;
    box-shadow: 0 4px 14px rgba(26,31,94,0.25);
}

.public-btn-primary:hover[b-hd4xxpgmgg] {
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(26,31,94,0.35);
    color: #fff;
}

.public-btn-outline[b-hd4xxpgmgg] {
    background: transparent;
    color: #1a1f5e;
    border: 1.5px solid #1a1f5e;
}

.public-btn-outline:hover[b-hd4xxpgmgg] {
    background: rgba(26,31,94,0.05);
    transform: translateY(-1px);
}

.public-mobile-toggle[b-hd4xxpgmgg] {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
}

.public-mobile-toggle span[b-hd4xxpgmgg] {
    display: block;
    width: 24px;
    height: 2px;
    background: #1a1f5e;
    border-radius: 2px;
    transition: all 0.2s;
}

.public-main[b-hd4xxpgmgg] {
    flex: 1;
}

.public-footer[b-hd4xxpgmgg] {
    background: #0f1123;
    color: rgba(255,255,255,0.7);
    padding: 32px 24px;
}

.public-footer-container[b-hd4xxpgmgg] {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.public-footer-brand[b-hd4xxpgmgg] {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 768px) {
    .public-nav-links[b-hd4xxpgmgg],
    .public-nav-actions[b-hd4xxpgmgg] {
        display: none;
    }

    .public-nav-links.open[b-hd4xxpgmgg],
    .public-nav-actions.open[b-hd4xxpgmgg] {
        display: flex;
    }

    .public-mobile-toggle[b-hd4xxpgmgg] {
        display: flex;
        margin-left: auto;
    }

    .public-footer-container[b-hd4xxpgmgg] {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }
}
