/* /Components/Admin/Pages/Index.razor.rz.scp.css */
.admin-guide[b-55hr62gqu5] {
    max-width: 880px;
}

.admin-guide-intro h1[b-55hr62gqu5] {
    margin-bottom: 0.4rem;
}

.admin-guide-intro p[b-55hr62gqu5] {
    color: #51606b;
    max-width: 70ch;
}

.guide-card[b-55hr62gqu5] {
    background: #fff;
    border: 1px solid #e3e9f1;
    border-left: 4px solid #0a2540;
    border-radius: 12px;
    padding: 1.1rem 1.25rem 1.25rem;
    margin-top: 1.1rem;
    box-shadow: 0 1px 3px rgba(15, 52, 96, 0.05);
}

.guide-card h2[b-55hr62gqu5] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #0a2540;
    margin: 0 0 0.5rem;
}

.guide-card h3[b-55hr62gqu5] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2b3b47;
    margin: 1rem 0 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.guide-lead[b-55hr62gqu5] {
    color: #51606b;
    margin-bottom: 0.6rem;
}

.guide-note[b-55hr62gqu5] {
    color: #51606b;
    font-size: 0.92rem;
    margin: 0.4rem 0 0;
}

.guide-list[b-55hr62gqu5] {
    margin: 0.35rem 0 0;
    padding-left: 1.1rem;
}

.guide-list li[b-55hr62gqu5] {
    margin-bottom: 0.35rem;
    color: #3a4a55;
    line-height: 1.45;
}

/* Row of example (non-functional) buttons used purely for illustration. */
.guide-btn-row[b-55hr62gqu5] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    margin: 0.25rem 0 0.4rem;
}

/* Make the example buttons look real but be completely inert. */
.demo-btn[b-55hr62gqu5] {
    pointer-events: none;
    cursor: default;
    user-select: none;
    box-shadow: none !important;
}

/* Icon-style demo buttons (icon + label), matching the real Boat Listings action buttons. */
.demo-btn--icon[b-55hr62gqu5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.demo-btn--icon svg[b-55hr62gqu5] {
    width: 15px;
    height: 15px;
}

/* Selected sales-status example (mirrors the coloured "selected" state in the Manage popup). */
.demo-status-sold[b-55hr62gqu5] {
    background-color: #f6d7db;
    border: 1px solid #d99aa6;
    color: #9f2f41;
    font-weight: 650;
}

/* Inline emoji marker in the explanatory lists. */
.guide-ico[b-55hr62gqu5] {
    display: inline-block;
    width: 1.4rem;
}

/* "From [HR ▾]" dropdown look used in the Translations example. */
.demo-select[b-55hr62gqu5] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.6rem;
    font-size: 0.875rem;
    color: #2b3b47;
    background: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
    user-select: none;
}
/* /Components/Admin/Pages/Listings/Index.razor.rz.scp.css */
.listings-admin-page[b-2f7cuc123g] {
    margin-top: 1.25rem;
}

.listings-admin-header[b-2f7cuc123g] {
    margin-bottom: 1.1rem;
}

.listings-admin-header h1[b-2f7cuc123g] {
    font-weight: 600;
    letter-spacing: 0.01em;
}

.listings-admin-card[b-2f7cuc123g] {
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(15, 52, 96, 0.05);
    overflow: visible;
    padding: 0.75rem 1rem;
}

.listings-filter-card[b-2f7cuc123g] {
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(15, 52, 96, 0.05);
    padding: 0.9rem 1rem 0.85rem;
}

.listings-filter-label[b-2f7cuc123g] {
    display: block;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5a6d7a;
    margin-bottom: 0.25rem;
}

.listings-filter-footer[b-2f7cuc123g] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    margin-top: 0.75rem;
    padding-top: 0.7rem;
    border-top: 1px solid #edf3f6;
}

.listings-filter-count[b-2f7cuc123g] {
    font-size: 0.86rem;
    color: #5a6d7a;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.listings-filter-tag[b-2f7cuc123g] {
    background: #e1eef4;
    color: #1d5f87;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.12rem 0.55rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.listings-admin-table[b-2f7cuc123g] {
    table-layout: fixed;
    width: 100%;
    /* Sum of the column widths below — keeps the columns at their intended sizes and lets
       .table-responsive scroll horizontally on narrow screens instead of cramming the
       action buttons into the Sales column. */
    min-width: 1086px;
}

.listings-admin-table th:nth-child(1)[b-2f7cuc123g],
.listings-admin-table td:nth-child(1)[b-2f7cuc123g] { width: 250px; }
.listings-admin-table th:nth-child(2)[b-2f7cuc123g],
.listings-admin-table td:nth-child(2)[b-2f7cuc123g] { width: 70px; }
.listings-admin-table th:nth-child(3)[b-2f7cuc123g],
.listings-admin-table td:nth-child(3)[b-2f7cuc123g] { width: 140px; }
.listings-admin-table th:nth-child(4)[b-2f7cuc123g],
.listings-admin-table td:nth-child(4)[b-2f7cuc123g] { width: 134px; }
.listings-admin-table th:nth-child(5)[b-2f7cuc123g],
.listings-admin-table td:nth-child(5)[b-2f7cuc123g] { width: 146px; }
.listings-admin-table th:nth-child(6)[b-2f7cuc123g],
.listings-admin-table td:nth-child(6)[b-2f7cuc123g] { width: 146px; }
/* Actions column: holds the four square icon buttons (Edit, PDF, Activate/Deactivate,
   Manage) on one row without spilling into the Sales column. */
.listings-admin-table th:nth-child(7)[b-2f7cuc123g],
.listings-admin-table td:nth-child(7)[b-2f7cuc123g] { width: 200px; }

.listing-cell[b-2f7cuc123g] {
    display: inline-block;
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    font-weight: 600;
    color: #2b3b47;
}

.listing-category[b-2f7cuc123g] {
    margin-top: 0.16rem;
    color: #7a8a95;
    font-size: 0.82rem;
    line-height: 1.2;
}

.listings-admin-table thead th[b-2f7cuc123g] {
    font-size: 0.82rem;
    font-weight: 600;
    color: #31556a;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #f7fbfc;
    border-bottom: 1px solid #d7e2e7;
    padding: 0.78rem 0.62rem;
    white-space: nowrap;
}

.listings-admin-table tbody td[b-2f7cuc123g] {
    font-size: 0.93rem;
    color: #26353f;
    border-top: 1px solid #edf3f6;
    padding: 0.72rem 0.62rem;
    vertical-align: middle;
    line-height: 1.35;
}

.listings-admin-table tbody tr:nth-child(even)[b-2f7cuc123g] {
    background: #fcfeff;
}

.status-badge[b-2f7cuc123g] {
    border-radius: 999px;
    padding: 0.30rem 0.58rem;
    font-size: 0.76rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    min-width: 108px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    white-space: nowrap;
}

.badge-featured-col[b-2f7cuc123g] { min-width: 110px; }
.badge-visibility-col[b-2f7cuc123g],
.badge-sales-col[b-2f7cuc123g] { min-width: 120px; }

.status-public[b-2f7cuc123g] { background-color: #d4f3ef; color: #0c6e67; }
.status-available[b-2f7cuc123g] { background-color: #dcf2dc; color: #2e6b39; }
.status-pending[b-2f7cuc123g] { background-color: #fff0cc; color: #9a6a00; }
.status-sold[b-2f7cuc123g] { background-color: #f6d7db; color: #9f2f41; }
.status-onorder[b-2f7cuc123g] { background-color: #dceefa; color: #1d5f87; }
.status-featured[b-2f7cuc123g] { background-color: #d8f4f4; color: #0f6d74; }
.status-neutral[b-2f7cuc123g] { background-color: #edf2f5; color: #55656f; }

.actions-row[b-2f7cuc123g] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: nowrap;
    white-space: nowrap;
}

/* Icon-only square action buttons. */
.action-btn[b-2f7cuc123g] {
    min-height: 34px;
    height: 34px;
    width: 38px;
    padding: 0;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.action-btn svg[b-2f7cuc123g] {
    width: 16px;
    height: 16px;
}

.btn-edit[b-2f7cuc123g] {
    background-color: #5f7484;
    border-color: #5f7484;
    color: #fff;
}

.btn-edit:hover[b-2f7cuc123g] {
    background-color: #4f6574;
    border-color: #4f6574;
    color: #fff;
}

.btn-warning-custom[b-2f7cuc123g] {
    background-color: #e89a4d;
    border-color: #e89a4d;
    color: #1e2124;
}

.btn-warning-custom:hover[b-2f7cuc123g] {
    background-color: #d98a3f;
    border-color: #d98a3f;
    color: #1e2124;
}

.listings-pagination-wrap[b-2f7cuc123g] {
    border-top: 1px solid #edf3f6;
    margin-top: 0.65rem;
    padding-top: 0.7rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.listings-pagination-summary[b-2f7cuc123g] {
    font-size: 0.89rem;
    color: #5a6d7a;
}

.listings-pagination-controls[b-2f7cuc123g] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.listings-page-size-label[b-2f7cuc123g] {
    font-size: 0.84rem;
    color: #5a6d7a;
    margin: 0;
}

.listings-page-size-select[b-2f7cuc123g] { width: 72px; }

.listings-pagination .page-link[b-2f7cuc123g] {
    min-width: 35px;
    text-align: center;
}

.manage-modal-backdrop[b-2f7cuc123g] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
}

.manage-modal[b-2f7cuc123g] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
    width: min(720px, 94vw);
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 52, 96, 0.18);
}

.manage-modal-header[b-2f7cuc123g] {
    padding: 0.95rem 1.05rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef4f7;
    gap: 1rem;
}

.manage-modal-title[b-2f7cuc123g] { font-weight: 700; }
.manage-modal-subtitle[b-2f7cuc123g] { margin-top: 0.15rem; color: #5a6d7a; font-size: 0.9rem; }

.manage-modal-close[b-2f7cuc123g] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
}

.manage-modal-body[b-2f7cuc123g] { padding: 0.95rem 1.05rem; }

.manage-grid[b-2f7cuc123g] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.85rem;
    align-items: start;
}

@media (min-width: 768px) {
    /* Three even columns (Featured | Sales status | Archive) so Archive sits in the
       top row instead of dropping below Featured and leaving a tall empty gap. */
    .manage-grid[b-2f7cuc123g] { grid-template-columns: 1fr 1fr 1fr; }
}

.manage-section-title[b-2f7cuc123g] {
    font-weight: 700;
    margin-bottom: 0.6rem;
    color: #2b3b47;
}

.manage-col[b-2f7cuc123g] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.manage-divider[b-2f7cuc123g] {
    height: 1px;
    background: #edf3f6;
    margin: 0.35rem 0;
}

.manage-action-btn[b-2f7cuc123g] {
    border-radius: 10px;
    font-weight: 500;
}

/* Selected option — neutral fallback (used where no status colour applies). */
.manage-action-active[b-2f7cuc123g] {
    border-color: #5f7484 !important;
    background: rgba(95, 116, 132, 0.12) !important;
    color: #2d3a44 !important;
    font-weight: 650;
}

/* Leading tick on the selected sales-status button. */
.manage-status-tick[b-2f7cuc123g] {
    display: inline-block;
    width: 0.9rem;
    font-weight: 800;
    text-align: center;
}

/* Selected sales status: fill the button with its own status colour so it's obvious which
   one is active (matches the table badges). Non-selected buttons keep the outline look. */
.manage-status-sold.manage-action-active[b-2f7cuc123g] {
    background-color: #f6d7db !important;
    border-color: #d99aa6 !important;
    color: #9f2f41 !important;
}

.manage-status-pending.manage-action-active[b-2f7cuc123g] {
    background-color: #fff0cc !important;
    border-color: #e6c984 !important;
    color: #8a5f00 !important;
}

.manage-status-onorder.manage-action-active[b-2f7cuc123g] {
    background-color: #dceefa !important;
    border-color: #9cc7e6 !important;
    color: #1d5f87 !important;
}

.manage-status-available.manage-action-active[b-2f7cuc123g] {
    background-color: #dcf2dc !important;
    border-color: #a3d6a3 !important;
    color: #2e6b39 !important;
}

.manage-modal-footer[b-2f7cuc123g] {
    padding: 0.85rem 1.05rem 1rem;
    border-top: 1px solid #eef4f7;
    display: flex;
    justify-content: flex-end;
}
/* /Components/Admin/Pages/Logs/Index.razor.rz.scp.css */
.logs-admin-page[b-xp1ay5c7y6] {
    --logs-navy: #22305b;
    --logs-navy-deep: #07114a;
    --logs-gold: #d7b56d;
    --logs-border: #e3e6ef;
}

.logs-admin-header h1[b-xp1ay5c7y6] {
    color: var(--logs-navy-deep);
}

/* Filter bar */
.logs-filter-card[b-xp1ay5c7y6] {
    background: #fff;
    border: 1px solid var(--logs-border);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    box-shadow: 0 6px 18px rgba(7, 17, 74, 0.05);
}

.logs-filter-label[b-xp1ay5c7y6] {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7390;
    margin-bottom: 0.25rem;
}

.logs-filter-count[b-xp1ay5c7y6] {
    font-size: 0.85rem;
    color: #6b7390;
    white-space: nowrap;
}

/* Table */
.logs-table-card[b-xp1ay5c7y6] {
    border: 1px solid var(--logs-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(7, 17, 74, 0.05);
}

.logs-table[b-xp1ay5c7y6] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.logs-table thead tr:first-child th[b-xp1ay5c7y6] {
    background: var(--logs-navy);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.7rem 0.85rem;
    border: 0;
    vertical-align: middle;
}

.logs-search-row th[b-xp1ay5c7y6] {
    background: #f6f7fb;
    padding: 0.4rem 0.6rem;
    border-bottom: 1px solid var(--logs-border);
}

.logs-search-row input[b-xp1ay5c7y6] {
    font-size: 0.8rem;
}

.logs-table tbody td[b-xp1ay5c7y6] {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
    color: #2b3149;
    border-bottom: 1px solid var(--logs-border);
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.logs-table tbody tr:hover[b-xp1ay5c7y6] {
    background: #f9fafd;
}

.logs-row-error td[b-xp1ay5c7y6] {
    background: rgba(220, 53, 69, 0.04);
}

/* Fixed, aligned column widths */
.logs-col-time[b-xp1ay5c7y6] { width: 11rem; }
.logs-col-cat[b-xp1ay5c7y6] { width: 7.5rem; }
.logs-col-action[b-xp1ay5c7y6] { width: 12rem; }
.logs-col-user[b-xp1ay5c7y6] { width: 13rem; }
.logs-col-summary[b-xp1ay5c7y6] { width: auto; white-space: normal; }
.logs-col-expand[b-xp1ay5c7y6] { width: 4rem; }

/* Category badges */
.logs-badge[b-xp1ay5c7y6] {
    font-size: 0.72rem;
    font-weight: 600;
    padding: 0.32em 0.6em;
    border-radius: 999px;
    color: #fff;
}

.logs-badge-listing[b-xp1ay5c7y6] { background: var(--logs-navy); }
.logs-badge-auth[b-xp1ay5c7y6] { background: #3b5bdb; }
.logs-badge-user[b-xp1ay5c7y6] { background: #0c8599; }
.logs-badge-image[b-xp1ay5c7y6] { background: #868e96; }
.logs-badge-inquiry[b-xp1ay5c7y6] { background: #2f9e44; }
.logs-badge-translation[b-xp1ay5c7y6] { background: #9c36b5; }
.logs-badge-error[b-xp1ay5c7y6] { background: #e03131; }
.logs-badge-default[b-xp1ay5c7y6] { background: #495057; }

/* Expanded detail row */
.logs-detail-row td[b-xp1ay5c7y6] {
    background: #fbfbfe;
    border-bottom: 2px solid var(--logs-border);
}

.logs-detail[b-xp1ay5c7y6] {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0.35rem 1rem;
    margin: 0;
    font-size: 0.82rem;
}

.logs-detail dt[b-xp1ay5c7y6] {
    font-weight: 600;
    color: var(--logs-navy);
}

.logs-detail dd[b-xp1ay5c7y6] {
    margin: 0;
    color: #2b3149;
    word-break: break-word;
}

.logs-detail-pre[b-xp1ay5c7y6] {
    margin: 0;
    padding: 0.6rem 0.75rem;
    background: #0f1733;
    color: #d7dcf0;
    border-radius: 8px;
    font-size: 0.76rem;
    line-height: 1.4;
    max-height: 18rem;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
}

/* Pagination footer */
.logs-pagination[b-xp1ay5c7y6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--logs-border);
    background: #fff;
}

.logs-pagination-summary[b-xp1ay5c7y6] {
    font-size: 0.85rem;
    color: #6b7390;
}

/* Delete modal (manage-modal styles are scoped to the Listings page, so the Logs
   page declares its own copy here). */
.manage-modal-backdrop[b-xp1ay5c7y6] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
}

.manage-modal[b-xp1ay5c7y6] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
    width: min(520px, 94vw);
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 52, 96, 0.18);
}

.manage-modal-header[b-xp1ay5c7y6] {
    padding: 0.95rem 1.05rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef4f7;
    gap: 1rem;
}

.manage-modal-title[b-xp1ay5c7y6] { font-weight: 700; color: var(--logs-navy-deep); }

.manage-modal-close[b-xp1ay5c7y6] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
}

.manage-modal-body[b-xp1ay5c7y6] { padding: 0.95rem 1.05rem; }

.manage-modal-footer[b-xp1ay5c7y6] {
    padding: 0.85rem 1.05rem 1rem;
    border-top: 1px solid #eef4f7;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Admin/Pages/Newsletter/Index.razor.rz.scp.css */
.nl-admin-page[b-9eg2kkjp2q] {
    --nl-navy: #22305b;
    --nl-navy-deep: #07114a;
    --nl-border: #e3e6ef;
}

.nl-admin-header h1[b-9eg2kkjp2q] {
    color: var(--nl-navy-deep);
}

.nl-filter-card[b-9eg2kkjp2q] {
    background: #fff;
    border: 1px solid var(--nl-border);
    border-radius: 12px;
    padding: 1rem 1.1rem;
    box-shadow: 0 6px 18px rgba(7, 17, 74, 0.05);
}

.nl-filter-label[b-9eg2kkjp2q] {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7390;
    margin-bottom: 0.25rem;
}

.nl-count[b-9eg2kkjp2q] {
    font-size: 0.85rem;
    color: #6b7390;
}

.nl-table-card[b-9eg2kkjp2q] {
    border: 1px solid var(--nl-border);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(7, 17, 74, 0.05);
}

.nl-table[b-9eg2kkjp2q] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.nl-table thead th[b-9eg2kkjp2q] {
    background: var(--nl-navy);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    padding: 0.7rem 0.85rem;
    border: 0;
    vertical-align: middle;
}

.nl-table tbody td[b-9eg2kkjp2q] {
    padding: 0.6rem 0.85rem;
    font-size: 0.85rem;
    color: #2b3149;
    border-bottom: 1px solid var(--nl-border);
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nl-table tbody tr:hover[b-9eg2kkjp2q] {
    background: #f9fafd;
}

.nl-col-email[b-9eg2kkjp2q] { width: auto; }
.nl-col-lang[b-9eg2kkjp2q] { width: 6rem; }
.nl-col-source[b-9eg2kkjp2q] { width: 8rem; }
.nl-col-status[b-9eg2kkjp2q] { width: 8rem; }
.nl-col-date[b-9eg2kkjp2q] { width: 11rem; }
.nl-col-actions[b-9eg2kkjp2q] { width: 7rem; }

.nl-pagination[b-9eg2kkjp2q] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--nl-border);
    background: #fff;
}

.nl-pagination-summary[b-9eg2kkjp2q] {
    font-size: 0.85rem;
    color: #6b7390;
}

/* Delete modal (manage-modal styles are scoped per page). */
.manage-modal-backdrop[b-9eg2kkjp2q] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
}

.manage-modal[b-9eg2kkjp2q] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
    width: min(480px, 94vw);
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 52, 96, 0.18);
}

.manage-modal-header[b-9eg2kkjp2q] {
    padding: 0.95rem 1.05rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef4f7;
    gap: 1rem;
}

.manage-modal-title[b-9eg2kkjp2q] { font-weight: 700; color: var(--nl-navy-deep); }
.manage-modal-subtitle[b-9eg2kkjp2q] { margin-top: 0.15rem; color: #5a6d7a; font-size: 0.9rem; }

.manage-modal-close[b-9eg2kkjp2q] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
}

.manage-modal-body[b-9eg2kkjp2q] { padding: 0.95rem 1.05rem; }

.manage-modal-footer[b-9eg2kkjp2q] {
    padding: 0.85rem 1.05rem 1rem;
    border-top: 1px solid #eef4f7;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Admin/Pages/Users/Index.razor.rz.scp.css */
/* Delete-confirmation modal. The shared manage-modal styles live in the Listings
   page's scoped CSS, so this page declares its own copy to render the modal
   correctly (overlay, centering, card chrome). */
.manage-modal-backdrop[b-ghhknj9gvk] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: 2000;
}

.manage-modal[b-ghhknj9gvk] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2100;
    width: min(480px, 94vw);
    background: #fff;
    border: 1px solid #dbe6ea;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(15, 52, 96, 0.18);
}

.manage-modal-header[b-ghhknj9gvk] {
    padding: 0.95rem 1.05rem 0.7rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eef4f7;
    gap: 1rem;
}

.manage-modal-title[b-ghhknj9gvk] { font-weight: 700; color: #07114a; }
.manage-modal-subtitle[b-ghhknj9gvk] { margin-top: 0.15rem; color: #5a6d7a; font-size: 0.9rem; }

.manage-modal-close[b-ghhknj9gvk] {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    width: 34px;
    height: 34px;
    padding: 0;
    background: #fff;
}

.manage-modal-body[b-ghhknj9gvk] { padding: 0.95rem 1.05rem; }

.manage-modal-footer[b-ghhknj9gvk] {
    padding: 0.85rem 1.05rem 1rem;
    border-top: 1px solid #eef4f7;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}
/* /Components/Admin/Shared/ListingFormSections.razor.rz.scp.css */
/* Subtle navy tint on each section's header + body so the form reads as distinct
   blocks. Inputs / checkboxes keep their default white so they stand out. */
.card-header[b-31yk4jur06] {
    background-color: #e8edf6;
    border-bottom-color: #d7deec;
}

.card-body[b-31yk4jur06] {
    background-color: #f4f6fb;
}

/* Every other section a touch darker for a clearer visual rhythm down the form. */
.card:nth-of-type(even) > .card-header[b-31yk4jur06] {
    background-color: #c6d3ea;
    border-bottom-color: #b3c4e0;
}

.card:nth-of-type(even) > .card-body[b-31yk4jur06] {
    background-color: #d7e1f2;
}

.manufacturer-autocomplete[b-31yk4jur06] {
    width: 100%;
}

.manufacturer-suggestions[b-31yk4jur06] {
    position: absolute;
    top: calc(3.5rem + 2px);
    left: 0;
    right: 0;
    z-index: 1050;
    max-height: 16rem;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    border-radius: 0.375rem;
    background-color: #fff;
}

.manufacturer-suggestions .list-group-item[b-31yk4jur06] {
    cursor: pointer;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    border-left: 0;
    border-right: 0;
}

.manufacturer-suggestions .list-group-item:first-child[b-31yk4jur06] {
    border-top: 0;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.manufacturer-suggestions .list-group-item:last-child[b-31yk4jur06] {
    border-bottom: 0;
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.manufacturer-suggestions .list-group-item:hover[b-31yk4jur06],
.manufacturer-suggestions .list-group-item.active[b-31yk4jur06] {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
/* /Components/Admin/Shared/ListingMediaSection.razor.rz.scp.css */
/* Darker navy tint — continues the alternating rhythm from the main form sections. */
.card-header[b-s3hr4m2b9w] {
    background-color: #c6d3ea;
    border-bottom-color: #b3c4e0;
}

.card-body[b-s3hr4m2b9w] {
    background-color: #d7e1f2;
}

.listing-media-grid[b-s3hr4m2b9w] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1rem;
}

.listing-media-card[b-s3hr4m2b9w] {
    position: relative;
    background: #fff;
    border: 1px solid #e3e6ea;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    cursor: grab;
    transition: box-shadow 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}

.listing-media-card:hover[b-s3hr4m2b9w] {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.listing-media-card:active[b-s3hr4m2b9w] {
    cursor: grabbing;
}

.listing-media-dragging[b-s3hr4m2b9w] {
    opacity: 0.5;
    transform: scale(0.98);
}

.listing-media-drop-target[b-s3hr4m2b9w] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.listing-media-thumb[b-s3hr4m2b9w] {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.listing-media-thumb img[b-s3hr4m2b9w] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.listing-media-thumb-placeholder[b-s3hr4m2b9w] {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    gap: 0.25rem;
    padding: 0.5rem;
    text-align: center;
}

.listing-media-badge[b-s3hr4m2b9w] {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    font-size: 0.75rem;
}

.listing-media-actions[b-s3hr4m2b9w] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    border-top: 1px solid #e3e6ea;
    background: #fafbfc;
}

.listing-media-actions .btn[b-s3hr4m2b9w] {
    flex: 1;
    font-size: 0.75rem;
}
/* /Components/Admin/Shared/ListingTranslationsCard.razor.rz.scp.css */
/* Subtle navy tint to match the main form sections. */
.card-header[b-2dkxt3yv5r] {
    background-color: #e8edf6;
    border-bottom-color: #d7deec;
}

.card-body[b-2dkxt3yv5r] {
    background-color: #f4f6fb;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5jga3zun4x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5jga3zun4x] {
    flex: 1;
    /* Let the content column absorb any overflow (e.g. wide tables) instead of squeezing the
       sidebar narrower — without this, flex's default min-width:auto pushes the sidebar in. */
    min-width: 0;
    /* Keep the admin content area light — the global html background is dark (for the public
       page-load flash), so the admin main column needs its own light background. */
    background-color: #fff;
}

/* Breathing room at the bottom (and a little at the top) of every admin page so the
   content — e.g. the Create form and the Boat Listings table — isn't flush against the
   bottom edge of the viewport. */
article.content[b-5jga3zun4x] {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
}

.sidebar[b-5jga3zun4x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5jga3zun4x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5jga3zun4x]  a, .top-row[b-5jga3zun4x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5jga3zun4x]  a:hover, .top-row[b-5jga3zun4x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5jga3zun4x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5jga3zun4x] {
        justify-content: space-between;
    }

    .top-row[b-5jga3zun4x]  a, .top-row[b-5jga3zun4x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5jga3zun4x] {
        flex-direction: row;
    }

    .sidebar[b-5jga3zun4x] {
        /* Fixed 250px on every page — flex: 0 0 250px prevents the row from shrinking the
           sidebar (and its nav) when the content column is wide. */
        flex: 0 0 250px;
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        /* Stop the flex row from stretching the sidebar to match tall page content — keep it
           a consistent full-viewport height on every admin page (short or long). */
        align-self: flex-start;
    }

    .top-row[b-5jga3zun4x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5jga3zun4x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5jga3zun4x], article[b-5jga3zun4x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0sog6dno2v] {
    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-0sog6dno2v] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0sog6dno2v] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0sog6dno2v] {
    font-size: 1.1rem;
}

.bi[b-0sog6dno2v] {
    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-0sog6dno2v] {
    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-0sog6dno2v] {
    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-0sog6dno2v] {
    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");
}

.bi-lock-nav-menu[b-0sog6dno2v] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-gear-fill-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-gear-fill' viewBox='0 0 16 16'%3E%3Cpath d='M9.405 1.05c-.413-1.4-2.397-1.4-2.81 0l-.1.34a1.464 1.464 0 0 1-2.105.872l-.31-.17c-1.283-.698-2.686.705-1.987 1.987l.169.311c.446.82.023 1.841-.872 2.105l-.34.1c-1.4.413-1.4 2.397 0 2.81l.34.1a1.464 1.464 0 0 1 .872 2.105l-.17.31c-.698 1.283.705 2.686 1.987 1.987l.311-.169a1.464 1.464 0 0 1 2.105.872l.1.34c.413 1.4 2.397 1.4 2.81 0l.1-.34a1.464 1.464 0 0 1 2.105-.872l.31.17c1.283.698 2.686-.705 1.987-1.987l-.169-.311a1.464 1.464 0 0 1 .872-2.105l.34-.1c1.4-.413 1.4-2.397 0-2.81l-.34-.1a1.464 1.464 0 0 1-.872-2.105l.17-.31c.698-1.283-.705-2.686-1.987-1.987l-.311.169a1.464 1.464 0 0 1-2.105-.872l-.1-.34zM8 10.93a2.929 2.929 0 1 1 0-5.86 2.929 2.929 0 0 1 0 5.858z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414zM0 4.697v7.104l5.803-3.558zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586zm3.436-.586L16 11.801V4.697z'/%3E%3C/svg%3E");
}

.bi-file-earmark-text-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-file-earmark-text' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 7a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1zM5 9.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5m0 2a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5'/%3E%3Cpath d='M9.5 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4.5zm0 1v2A1.5 1.5 0 0 0 11 4.5h2V14a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-0sog6dno2v] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-0sog6dno2v] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0sog6dno2v] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0sog6dno2v] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0sog6dno2v]  .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-0sog6dno2v]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0sog6dno2v]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0sog6dno2v] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0sog6dno2v] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0sog6dno2v] {
        display: none;
    }

    .nav-scrollable[b-0sog6dno2v] {
        /* 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/Layout/NavUserInfo.razor.rz.scp.css */
.nav-user-panel[b-946vbyv55a] {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 0.5rem;
    padding: 0.85rem;
    margin-top: 0.25rem;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.nav-user-panel-inner[b-946vbyv55a] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
}

.nav-user-panel-avatar[b-946vbyv55a] {
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-user-panel-icon[b-946vbyv55a] {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: cover;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.nav-user-panel-body[b-946vbyv55a] {
    min-width: 0;
    flex: 1;
}

.nav-user-panel-label[b-946vbyv55a] {
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 0.2rem;
    line-height: 1.2;
}

.nav-user-panel-email[b-946vbyv55a] {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: #fff;
    word-break: break-word;
}

.nav-user-panel-badge[b-946vbyv55a] {
    display: inline-block;
    margin-top: 0.45rem;
    padding: 0.15rem 0.5rem;
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1.4;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

.nav-user-panel-badge--admin[b-946vbyv55a] {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.nav-user-panel-badge--employee[b-946vbyv55a] {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.85);
}

.nav-user-panel-badge--default[b-946vbyv55a] {
    background-color: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 0.65);
}
