/* /Pages/Admin.razor.rz.scp.css */
/* ── Active tab: bold + white label + background ─────────── */
.admin-tabs[b-km5ioxw4gv]  .mud-tab.mud-tab-active {
    font-weight: 700;
    background: rgba(19, 65, 95, 0.12);
    border-radius: 6px 6px 0 0;
    color: #fff;
}

/* ── Inactive tabs: white but muted ─────────────────────── */
.admin-tabs[b-km5ioxw4gv]  .mud-tab:not(.mud-tab-active) {
    color: rgba(255, 255, 255, 0.65);
}

.admin-tabs[b-km5ioxw4gv]  .mud-tab:not(.mud-tab-active):hover {
    background: rgba(19, 65, 95, 0.06);
    border-radius: 6px 6px 0 0;
    color: rgba(255, 255, 255, 0.9);
}

/* ── Active tab indicator: double thickness ──────────────── */
.admin-tabs[b-km5ioxw4gv]  .mud-tab-slider {
    height: 4px;
}

/* ── Tab panel content: white background ─────────────────── */
.admin-tabs[b-km5ioxw4gv]  .mud-tabs-panels {
    background-color: #fff;
}

.admin-metric-card[b-km5ioxw4gv] {
    cursor: pointer;
    transition: transform 0.12s ease, box-shadow 0.12s ease;
}

.admin-metric-card:hover[b-km5ioxw4gv] {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(16, 42, 62, 0.14);
}

.admin-metric-card-selected[b-km5ioxw4gv] {
    border-color: #1b5275 !important;
    box-shadow: 0 0 0 1px rgba(27, 82, 117, 0.55);
}

.admin-kpi-controls[b-km5ioxw4gv] {
    align-items: flex-start;
}

.admin-kpi-window-select[b-km5ioxw4gv] {
    min-width: 220px;
    max-width: 280px;
}

.admin-kpi-period-label[b-km5ioxw4gv] {
    margin-top: -2px;
}

.admin-metric-note[b-km5ioxw4gv] {
    display: block;
    margin-top: 4px;
    color: rgba(16, 42, 62, 0.74);
    font-size: 0.72rem;
    line-height: 1.25;
}

.admin-trends-grid[b-km5ioxw4gv] {
    margin-top: 2px;
}

.admin-trend-card[b-km5ioxw4gv] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.admin-trend-title[b-km5ioxw4gv] {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

p.mud-typography.mud-typography-subtitle1.admin-trend-title[b-km5ioxw4gv] {
    justify-content: center;
    display: flex;
}

[b-km5ioxw4gv] .admin-trend-card .admin-trend-title {
    width: 100%;
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
}

.admin-trend-chart[b-km5ioxw4gv] {
    flex: 1 1 auto;
}

.admin-trend-description[b-km5ioxw4gv] {
    width: 100%;
    text-align: center;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

span.mud-typography.mud-typography-caption.admin-trend-description.mt-2[b-km5ioxw4gv] {
    justify-content: center;
    display: flex;
}

[b-km5ioxw4gv] .admin-trend-card .admin-trend-description {
    width: 100%;
    text-align: center !important;
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}

.admin-bulk-actions[b-km5ioxw4gv] {
    flex-wrap: wrap;
}

.admin-audit-actions[b-km5ioxw4gv] {
    flex-wrap: wrap;
}

.admin-feedback[b-km5ioxw4gv] {
    border-width: 1px;
    border-style: solid;
    background-color: transparent !important;
    box-shadow: none !important;
}

.admin-feedback-success[b-km5ioxw4gv] {
    border-color: #2e7d32 !important;
    color: #2e7d32 !important;
}

.admin-feedback-warning[b-km5ioxw4gv] {
    border-color: #ef6c00 !important;
    color: #ef6c00 !important;
}

.admin-feedback-error[b-km5ioxw4gv] {
    border-color: #c62828 !important;
    color: #c62828 !important;
}

.admin-feedback-info[b-km5ioxw4gv] {
    border-color: #1565c0 !important;
    color: #1565c0 !important;
}

.admin-feedback-success[b-km5ioxw4gv]  .mud-alert-message,
.admin-feedback-success[b-km5ioxw4gv]  .mud-alert-icon,
.admin-feedback-success[b-km5ioxw4gv]  .mud-icon-root {
    color: #2e7d32 !important;
}

.admin-feedback-warning[b-km5ioxw4gv]  .mud-alert-message,
.admin-feedback-warning[b-km5ioxw4gv]  .mud-alert-icon,
.admin-feedback-warning[b-km5ioxw4gv]  .mud-icon-root {
    color: #ef6c00 !important;
}

.admin-feedback-error[b-km5ioxw4gv]  .mud-alert-message,
.admin-feedback-error[b-km5ioxw4gv]  .mud-alert-icon,
.admin-feedback-error[b-km5ioxw4gv]  .mud-icon-root {
    color: #c62828 !important;
}

.admin-feedback-info[b-km5ioxw4gv]  .mud-alert-message,
.admin-feedback-info[b-km5ioxw4gv]  .mud-alert-icon,
.admin-feedback-info[b-km5ioxw4gv]  .mud-icon-root {
    color: #1565c0 !important;
}

.admin-select-column[b-km5ioxw4gv] {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    text-align: center;
}

.admin-row-checkbox[b-km5ioxw4gv] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #1b5275;
}

.admin-users-table[b-km5ioxw4gv]  .mud-table-cell,
.admin-users-table[b-km5ioxw4gv]  .mud-table-head th,
.admin-audit-table[b-km5ioxw4gv]  .mud-table-cell,
.admin-audit-table[b-km5ioxw4gv]  .mud-table-head th,
.admin-audit-center-table[b-km5ioxw4gv]  .mud-table-cell,
.admin-audit-center-table[b-km5ioxw4gv]  .mud-table-head th {
    padding-top: 5px;
    padding-bottom: 5px;
    white-space: nowrap;
}

.admin-audit-center-table[b-km5ioxw4gv]  tr.admin-audit-row-clickable {
    cursor: pointer;
}

.admin-audit-center-table[b-km5ioxw4gv]  tr.admin-audit-row-clickable:hover > td {
    background-color: rgba(27, 82, 117, 0.05);
}

.admin-audit-center-table[b-km5ioxw4gv]  tr.admin-audit-row-selected > td {
    background-color: rgba(27, 82, 117, 0.1);
}

.admin-audit-inline-cell[b-km5ioxw4gv] {
    padding: 14px !important;
    white-space: normal !important;
    background-color: rgba(27, 82, 117, 0.03);
    width: 100%;
    box-sizing: border-box;
}

.admin-audit-detail-group[b-km5ioxw4gv] {
    margin-top: 10px;
    width: 100%;
}

.admin-audit-detail-group:first-child[b-km5ioxw4gv] {
    margin-top: 0;
}

.admin-audit-section-title[b-km5ioxw4gv] {
    margin-bottom: 6px;
    font-weight: 600;
    color: #102a3e;
}

.admin-audit-detail-grid[b-km5ioxw4gv] {
    width: 100%;
    margin-top: 2px;
}

.admin-audit-detail-field[b-km5ioxw4gv] {
    display: grid;
    gap: 2px;
    align-items: start;
    height: 100%;
    padding: 7px 9px;
    border: 1px solid rgba(16, 42, 62, 0.16);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

.admin-audit-detail-label[b-km5ioxw4gv] {
    font-weight: 600;
    color: #1b5275;
}

.admin-audit-detail-value[b-km5ioxw4gv] {
    color: #102a3e;
    white-space: pre-wrap;
    word-break: break-word;
}

.admin-metadata-grid[b-km5ioxw4gv] {
    width: 100%;
    margin-top: 2px;
}

.admin-metadata-field[b-km5ioxw4gv] {
    display: grid;
    gap: 2px;
    align-items: start;
    height: 100%;
    padding: 7px 9px;
    border: 1px solid rgba(16, 42, 62, 0.16);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

.admin-metadata-label[b-km5ioxw4gv] {
    font-weight: 600;
    color: #1b5275;
    word-break: break-word;
}

.admin-metadata-value[b-km5ioxw4gv] {
    white-space: pre-wrap;
    word-break: break-word;
}

.admin-metadata-empty[b-km5ioxw4gv] {
    color: rgba(16, 42, 62, 0.75);
}

.admin-metadata-toggle[b-km5ioxw4gv] {
    margin-top: 4px;
}

.admin-audit-section-title[b-km5ioxw4gv],
.admin-audit-detail-label[b-km5ioxw4gv],
.admin-audit-detail-value[b-km5ioxw4gv],
.admin-metadata-label[b-km5ioxw4gv],
.admin-metadata-value[b-km5ioxw4gv],
.admin-metadata-empty[b-km5ioxw4gv] {
    align-self: auto !important;
}

.admin-metadata-json[b-km5ioxw4gv] {
    margin: 6px 0 0 0;
    padding: 10px;
    border: 1px solid rgba(16, 42, 62, 0.22);
    border-radius: 4px;
    max-height: 260px;
    overflow: auto;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 0.78rem;
    line-height: 1.35;
}
/* /Pages/Documents.razor.rz.scp.css */
.documents-select-column[b-sqrx1olfq4] {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    text-align: center;
}

.documents-row-checkbox[b-sqrx1olfq4] {
    width: 14px;
    height: 14px;
    margin: 0;
    accent-color: #1b5275;
}

.documents-downloaded-badge[b-sqrx1olfq4] {
    display: inline-block;
    padding: 2px 7px;
    border: 1px solid #2e7d32;
    border-radius: 999px;
    color: #2e7d32;
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 600;
    background-color: rgba(46, 125, 50, 0.08);
}

.documents-downloaded-summary[b-sqrx1olfq4] {
    text-align: left;
}
/* /Pages/Index.razor.rz.scp.css */
/* ── Shell ──────────────────────────────────────────────── */
.lt2-shell[b-rrbmdku22l] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* ── Section base ───────────────────────────────────────── */
.lt2-section[b-rrbmdku22l] {
    padding: 3rem 0 2rem;
}

.lt2-bg-alt[b-rrbmdku22l] {
    background: #f7fafb;
    margin-left: -1rem;
    margin-right: -1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.lt2-section h2[b-rrbmdku22l] {
    margin: 0;
    color: #123b58;
    font-size: clamp(1.4rem, 2vw, 1.75rem);
}

.lt2-section-intro[b-rrbmdku22l] {
    margin-top: 0.55rem;
    margin-bottom: 1.5rem;
    color: #2f4d63;
    max-width: 900px;
}

/* ── Hero ───────────────────────────────────────────────── */
.lt2-hero[b-rrbmdku22l] {
    overflow: hidden;
    border-radius: 14px;
    border: 1px solid rgba(30, 84, 121, 0.22);
    background:
        radial-gradient(circle at 90% -5%, rgba(111, 178, 224, 0.32) 0%, rgba(111, 178, 224, 0) 45%),
        linear-gradient(132deg, #0e2c43 0%, #13415f 55%, #1b5275 100%);
    color: #f4f9fc;
    padding: 3rem 2.5rem;
    margin-bottom: 1.5rem;
}

.lt2-hero-content[b-rrbmdku22l] {
    max-width: 780px;
}

.lt2-kicker[b-rrbmdku22l] {
    margin: 0 0 0.65rem 0;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.78rem;
    color: #b8d8ef;
    font-weight: 600;
}

.lt2-title[b-rrbmdku22l] {
    margin: 0;
    line-height: 1.12;
    font-size: clamp(2rem, 3.2vw, 3rem);
}

.lt2-subtitle[b-rrbmdku22l] {
    margin: 1.1rem 0 0 0;
    color: #d9ebf8;
    font-size: 1.02rem;
    line-height: 1.55;
    max-width: 640px;
}

.lt2-cta-row[b-rrbmdku22l] {
    margin-top: 1.8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.lt2-cta-secondary[b-rrbmdku22l] {
    color: #d9ebf8 !important;
    border-color: rgba(217, 235, 248, 0.45) !important;
}

    .lt2-cta-secondary:hover[b-rrbmdku22l] {
        background: rgba(217, 235, 248, 0.1) !important;
    }

/* ── Social proof strip ─────────────────────────────────── */
.lt2-proof-strip[b-rrbmdku22l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1rem;
    background: #f0f6fb;
    border-radius: 12px;
    border: 1px solid rgba(19, 65, 95, 0.1);
    margin-bottom: 0.5rem;
}

.lt2-proof-label[b-rrbmdku22l] {
    margin: 0;
    color: #2f4d63;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.lt2-proof-stats[b-rrbmdku22l] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    align-items: center;
}

.lt2-proof-stat[b-rrbmdku22l] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lt2-proof-number[b-rrbmdku22l] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #13415f;
    line-height: 1;
}

.lt2-proof-desc[b-rrbmdku22l] {
    font-size: 0.78rem;
    color: #4d7a9a;
    margin-top: 0.2rem;
}

.lt2-proof-divider[b-rrbmdku22l] {
    width: 1px;
    height: 2.5rem;
    background: rgba(19, 65, 95, 0.18);
}

/* ── Trust strip ────────────────────────────────────────── */
.lt2-trust-strip[b-rrbmdku22l] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem 1.5rem;
    padding: 1rem 1rem;
    background: #f0f6fb;
    border-radius: 12px;
    border: 1px solid rgba(19, 65, 95, 0.1);
    margin-bottom: 0.5rem;
}

.lt2-trust-badge[b-rrbmdku22l] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
    color: #2f4d63;
    font-weight: 500;
}

.lt2-trust-icon[b-rrbmdku22l] {
    font-size: 1rem;
}

.lt2-trust-divider[b-rrbmdku22l] {
    width: 1px;
    height: 1.5rem;
    background: rgba(19, 65, 95, 0.18);
}

/* ── Equal-height grid rows ─────────────────────────────── */
.lt2-equal-grid[b-rrbmdku22l]  .mud-grid {
    align-items: stretch;
}

.lt2-equal-item[b-rrbmdku22l] {
    display: flex;
    flex-direction: column;
}

    .lt2-equal-item > *[b-rrbmdku22l] {
        flex: 1;
    }

/* ── Step / scenario cards ──────────────────────────────── */
.lt2-step-card[b-rrbmdku22l] {
    height: 100%;
    padding: 1.5rem;
    border: 1px solid rgba(19, 65, 95, 0.14);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(13, 42, 62, 0.06);
    display: flex;
    flex-direction: column;
}

    .lt2-step-card h3[b-rrbmdku22l] {
        margin: 0.6rem 0 0.4rem;
        color: #123b58;
    }

    .lt2-step-card p[b-rrbmdku22l] {
        margin: 0;
        color: #2f4d63;
        flex: 1;
    }

.lt2-step-number[b-rrbmdku22l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #13415f;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
}

.lt2-step-icon[b-rrbmdku22l] {
    font-size: 1.75rem;
    margin-bottom: 0.15rem;
    line-height: 1;
}

/* ── Testimonials ───────────────────────────────────────── */
.lt2-testimonials h2[b-rrbmdku22l] {
    margin-bottom: 1.25rem;
}

.lt2-testimonial[b-rrbmdku22l] {
    background: #fff;
    border-left: 4px solid #13415f;
    border-radius: 0 10px 10px 0;
    padding: 1.25rem 1.5rem;
    height: 100%;
    box-shadow: 0 4px 14px rgba(13, 42, 62, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lt2-testimonial-quote[b-rrbmdku22l] {
    margin: 0 0 0.75rem;
    color: #1a3a52;
    font-style: italic;
    font-size: 0.97rem;
    line-height: 1.6;
    flex: 1;
}

.lt2-testimonial-author[b-rrbmdku22l] {
    margin: 0;
    font-size: 0.82rem;
    color: #4d7a9a;
    font-weight: 600;
}

/* ── Mid-page CTA ───────────────────────────────────────── */
.lt2-mid-cta[b-rrbmdku22l] {
    padding: 2rem 0;
}

.lt2-mid-cta-inner[b-rrbmdku22l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 1.75rem 2rem;
    background: #f0f6fb;
    border: 1px solid rgba(19, 65, 95, 0.14);
    border-radius: 12px;
}

.lt2-mid-cta-text[b-rrbmdku22l] {
    margin: 0;
    font-size: 1.15rem;
    font-weight: 600;
    color: #123b58;
}

/* ── Plan cards ─────────────────────────────────────────── */
.lt2-plan-card[b-rrbmdku22l] {
    position: relative;
    height: 100%;
    border: 1px solid rgba(19, 65, 95, 0.18);
    border-radius: 12px;
    padding: 1.5rem 1.25rem 1.25rem;
    background: #fff;
    box-shadow: 0 6px 18px rgba(13, 42, 62, 0.07);
    display: flex;
    flex-direction: column;
}

    .lt2-plan-card h3[b-rrbmdku22l] {
        margin: 0 0 0.1rem;
        color: #123b58;
    }

.lt2-plan-price[b-rrbmdku22l] {
    margin: 0.35rem 0 0;
    color: #1b5275;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.1;
}

.lt2-plan-period[b-rrbmdku22l] {
    font-size: 0.9rem;
    font-weight: 400;
    color: #4d7a9a;
}

.lt2-plan-billed[b-rrbmdku22l] {
    margin: 0.2rem 0 0.6rem;
    font-size: 0.78rem;
    color: #4d7a9a;
}

.lt2-plan-features[b-rrbmdku22l] {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
    color: #2f4d63;
    flex: 1;
}

.lt2-plan-features li[b-rrbmdku22l] {
    margin: 0.35rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
}

.lt2-check[b-rrbmdku22l] {
    color: #1b8a52;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 0.05rem;
}

.lt2-plan-card-highlight[b-rrbmdku22l] {
    border-color: rgba(27, 82, 117, 0.5);
    box-shadow: 0 10px 28px rgba(16, 47, 72, 0.16);
}

.lt2-plan-badge[b-rrbmdku22l] {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    background: #13415f;
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    padding: 0.2rem 0.75rem;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.04em;
}

.lt2-pricing-note[b-rrbmdku22l] {
    margin-top: 1rem;
    font-size: 0.85rem;
    color: #4d7a9a;
    text-align: center;
}

.lt2-pricing-enterprise[b-rrbmdku22l] {
    margin-top: 0.5rem;
    font-size: 0.9rem;
    color: #6b7280;
    text-align: center;
}

/* ── FAQ ────────────────────────────────────────────────── */
.lt2-faq[b-rrbmdku22l]  .mud-expand-panel {
    border: 1px solid rgba(19, 65, 95, 0.15);
    background: #fff;
}

/* ── Role table (in FAQ) ─────────────────────────────────── */
.lt2-role-table[b-rrbmdku22l] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

.lt2-role-table th[b-rrbmdku22l],
.lt2-role-table td[b-rrbmdku22l] {
    border: 1px solid rgba(19, 65, 95, 0.15);
    padding: 0.5rem 0.75rem;
}

.lt2-role-table th[b-rrbmdku22l] {
    background: #13415f;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.lt2-role-table th:first-child[b-rrbmdku22l] {
    text-align: left;
}

.lt2-role-table td[b-rrbmdku22l] {
    text-align: left;
}

.lt2-role-table td:nth-child(n+2)[b-rrbmdku22l] {
    text-align: center;
    font-size: 1.05rem;
}

.lt2-role-table tbody tr:nth-child(odd) td[b-rrbmdku22l] {
    background: #f7fbfd;
}

.lt2-role-table tbody tr:nth-child(even) td[b-rrbmdku22l] {
    background: #fff;
}

.lt2-yes[b-rrbmdku22l] {
    color: #1e8a4a;
    font-weight: 700;
}

.lt2-no[b-rrbmdku22l] {
    color: #c0392b;
    font-weight: 700;
}

/* ── Bottom CTA ─────────────────────────────────────────── */
.lt2-bottom-cta[b-rrbmdku22l] {
    text-align: center;
    padding: 3.5rem 1.5rem;
    background: linear-gradient(132deg, #0e2c43 0%, #13415f 60%, #1b5275 100%);
    border-radius: 14px;
    color: #f4f9fc;
    margin-top: 1rem;
}

    .lt2-bottom-cta h2[b-rrbmdku22l] {
        margin: 0 0 0.6rem;
        font-size: clamp(1.5rem, 2.5vw, 2.2rem);
        color: #f4f9fc;
    }

    .lt2-bottom-cta p[b-rrbmdku22l] {
        margin: 0 0 1.5rem;
        color: #c9dff0;
        font-size: 1rem;
    }

/* ── Signup note ────────────────────────────────────────── */
.lt2-signup-note[b-rrbmdku22l] {
    border-top: 1px solid rgba(19, 65, 95, 0.18);
    padding-top: 1rem;
    margin-top: 1.5rem;
    color: #2f4d63;
    font-size: 0.85rem;
}

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 700px) {
    .lt2-hero[b-rrbmdku22l] {
        padding: 1.5rem 1.25rem;
    }

    .lt2-proof-divider[b-rrbmdku22l],
    .lt2-trust-divider[b-rrbmdku22l] {
        display: none;
    }

    .lt2-mid-cta-inner[b-rrbmdku22l] {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.25rem;
    }

    .lt2-bottom-cta[b-rrbmdku22l] {
        padding: 2rem 1rem;
    }
}
/* /Pages/Login.razor.rz.scp.css */
.login-card[b-1pp2h8u8wu] {
    position: relative;
}

.login-title-group[b-1pp2h8u8wu] {
    gap: 2px;
    min-width: 0;
}

.login-content[b-1pp2h8u8wu] {
    padding-top: 4px;
}
/* /Pages/Register.razor.rz.scp.css */
/* Remove hover/focus circle on the terms checkbox */
[b-vjolvyr80x] .mud-checkbox .mud-icon-button:hover,
[b-vjolvyr80x] .mud-checkbox .mud-icon-button:focus,
[b-vjolvyr80x] .mud-checkbox .mud-icon-button:focus-within,
[b-vjolvyr80x] .mud-checkbox .mud-icon-button:focus-visible,
[b-vjolvyr80x] .mud-checkbox .mud-icon-button:active {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}
/* /Pages/Settings.razor.rz.scp.css */
/* ── Active tab: bold + white label + stronger background ─ */
.settings-tabs[b-acil5vrkti]  .mud-tab.mud-tab-active {
    font-weight: 700;
    background: rgba(19, 65, 95, 0.12);
    border-radius: 6px 6px 0 0;
    color: #fff;
}

/* ── Inactive tabs: white but muted ─────────────────────── */
.settings-tabs[b-acil5vrkti]  .mud-tab:not(.mud-tab-active) {
    color: rgba(255, 255, 255, 0.65);
}

.settings-tabs[b-acil5vrkti]  .mud-tab:not(.mud-tab-active):hover {
    background: rgba(19, 65, 95, 0.06);
    border-radius: 6px 6px 0 0;
    color: rgba(255, 255, 255, 0.9);
}

/* ── Active tab indicator: double thickness ──────────────── */
.settings-tabs[b-acil5vrkti]  .mud-tab-slider {
    height: 4px;
}

/* ── Tab panel content: white background ─────────────────── */
.settings-tabs[b-acil5vrkti]  .mud-tabs-panels {
    background-color: #fff;
}
/* /Shared/AdminTenantManagement.razor.rz.scp.css */
.admin-tenants-table[b-9f5075wgie]  tr.admin-tenant-row-clickable {
    cursor: pointer;
}

.admin-tenants-table[b-9f5075wgie]  tr.admin-tenant-row-clickable:hover > td {
    background-color: rgba(27, 82, 117, 0.05);
}

.admin-tenants-table[b-9f5075wgie]  tr.admin-tenant-row-selected > td {
    background-color: rgba(27, 82, 117, 0.1);
}
/* /Shared/AppFooter.razor.rz.scp.css */
.app-footer[b-dlzp960qh5] {
    background: linear-gradient(170deg, #f7fbfe 0%, var(--dw-page) 65%, #edf3f9 100%);
    border-top: 2px solid #0e2c43;
    box-shadow: none;
    flex: 0 0 auto;
    margin-top: auto;
}

.app-footer-inner[b-dlzp960qh5] {
    padding: 0.6rem 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-footer-totop[b-dlzp960qh5] {
    position: absolute;
    right: 1.25rem;
    background: #0e2c43;
    border: none;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(14,44,67,0.25);
    transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
}

.app-footer-totop:hover[b-dlzp960qh5] {
    background: #1a4a6e;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(14,44,67,0.35);
}

.app-footer-text[b-dlzp960qh5] {
    color: #2f4d63;
    margin: 0;
    align-self: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.55rem;
    flex-wrap: wrap;
}

.app-footer-separator[b-dlzp960qh5] {
    color: #7d97ab;
}

.app-footer-link[b-dlzp960qh5] {
    color: #0e2c43;
    font-weight: 600;
    text-decoration: none;
}

.app-footer-link:hover[b-dlzp960qh5],
.app-footer-link:focus-visible[b-dlzp960qh5] {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .app-footer-inner[b-dlzp960qh5] {
        padding: 0.55rem 0.9rem;
    }

    .app-footer-totop[b-dlzp960qh5] {
        right: 0.9rem;
    }
}
/* /Shared/AuthLanguageSelect.razor.rz.scp.css */
.auth-language-wrap[b-ga9n3cmpyc] {
    display: flex;
    position: relative;
    justify-content: flex-end;
}

.auth-language-select[b-ga9n3cmpyc] {
    width: 84px;
    min-width: 84px;
    flex: 0 0 auto;
}
/* /Shared/FaqContent.razor.rz.scp.css */
/* ── Role permissions table ──────────────────────────────── */
.faq-role-table[b-pewti9okpx] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

.faq-role-table th[b-pewti9okpx],
.faq-role-table td[b-pewti9okpx] {
    border: 1px solid rgba(19, 65, 95, 0.15);
    padding: 0.5rem 0.75rem;
}

.faq-role-table th[b-pewti9okpx] {
    background: #13415f;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.faq-role-table th:first-child[b-pewti9okpx] {
    text-align: left;
}

.faq-role-table td[b-pewti9okpx] {
    text-align: left;
}

.faq-role-table td:nth-child(n+2)[b-pewti9okpx] {
    text-align: center;
    font-size: 1.05rem;
}

.faq-role-table tbody tr:nth-child(odd) td[b-pewti9okpx] {
    background: #f7fbfd;
}

.faq-role-table tbody tr:nth-child(even) td[b-pewti9okpx] {
    background: #fff;
}

.faq-yes[b-pewti9okpx] {
    color: #1e8a4a;
    font-weight: 700;
}

.faq-no[b-pewti9okpx] {
    color: #c0392b;
    font-weight: 700;
}
/* /Shared/LandingLayout.razor.rz.scp.css */
@keyframes landingFadeIn-b-i9q2lquqkv {
    from { opacity: 0; transform: translateY(6px); }
    to   { opacity: 1; transform: translateY(0); }
}

.landing-layout-shell[b-i9q2lquqkv] {
    min-height: 100vh;
    padding: 2rem 10rem 2rem 10rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    animation: landingFadeIn-b-i9q2lquqkv 0.25s ease-out both;
}

.landing-layout-bar[b-i9q2lquqkv] {
    min-height: var(--mud-appbar-height, 64px);
    background: linear-gradient(92deg, #0e2c43 0%, #13415f 52%, #1b5275 100%);
    color: #f2f7fb;
    border-bottom: 1px solid rgba(143, 183, 211, 0.38);
    box-shadow: 0 2px 14px rgba(7, 27, 43, 0.28);
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.landing-layout-brand[b-i9q2lquqkv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.landing-layout-brand-text[b-i9q2lquqkv] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    padding-top: 1px;
}

.landing-layout-title[b-i9q2lquqkv] {
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0;
    line-height: 1;
}

.landing-layout-subtitle[b-i9q2lquqkv] {
    opacity: 0.92;
    margin: 0;
    margin-top: -0.04rem;
    line-height: 1;
    font-size: 0.88rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: right;
}

.landing-layout-subtitle.landing-layout-subtitle-align[b-i9q2lquqkv] {
    align-self: end;
}

[b-i9q2lquqkv] .mud-typography.mud-typography-caption.landing-layout-subtitle.landing-layout-subtitle-align {
    align-self: end;
}

.landing-layout-content[b-i9q2lquqkv] {
    width: 100%;
    max-width: none;
}

/* ── Language toggle ─────────────────────────────────────── */
.landing-layout-lang[b-i9q2lquqkv] {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-right: 0.5rem;
}

.ll-lang-btn[b-i9q2lquqkv] {
    background: none;
    border: none;
    cursor: pointer;
    color: rgba(242, 247, 251, 0.65);
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 0.2rem 0.45rem;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s;
    line-height: 1;
}

    .ll-lang-btn:hover[b-i9q2lquqkv] {
        color: #f2f7fb;
        background: rgba(255, 255, 255, 0.1);
    }

    .ll-lang-btn.ll-lang-active[b-i9q2lquqkv] {
        color: #f2f7fb;
        background: rgba(255, 255, 255, 0.18);
    }

@media (max-width: 640.98px) {
    .landing-layout-shell[b-i9q2lquqkv] {
        padding: 0.75rem 0.8rem 1.25rem 0.8rem;
    }

    .landing-layout-subtitle[b-i9q2lquqkv] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zzjy34zsh9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.app-shell-bar[b-zzjy34zsh9] {
    background: linear-gradient(92deg, #0e2c43 0%, #13415f 52%, #1b5275 100%) !important;
    color: #f2f7fb;
    border-bottom: 1px solid rgba(143, 183, 211, 0.38);
    box-shadow: 0 2px 14px rgba(7, 27, 43, 0.28);
}

    .app-shell-bar .mud-icon-button[b-zzjy34zsh9],
    .app-shell-bar .mud-button-root[b-zzjy34zsh9],
    .app-shell-bar .mud-typography[b-zzjy34zsh9] {
        color: #f2f7fb;
    }

.app-brand[b-zzjy34zsh9] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.app-language-menu[b-zzjy34zsh9] {
    margin-right: 0.25rem;
    display: inline-flex;
    align-items: center;
}

.app-language-menu[b-zzjy34zsh9]  .mud-button-root {
    min-width: 0;
    height: 34px;
    padding: 0 8px;
}

.app-logout-button[b-zzjy34zsh9] {
    height: 34px;
    padding-top: 0;
    padding-bottom: 0;
}

.app-brand-text[b-zzjy34zsh9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    padding-top: 1px;
}

.app-title[b-zzjy34zsh9] {
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0;
    line-height: 1;
}

.app-subtitle[b-zzjy34zsh9] {
    opacity: 0.92;
    margin: 0;
    margin-top: -0.04rem;
    line-height: 1;
    font-size: 0.88rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: right;
}

.app-subtitle.app-subtitle-align[b-zzjy34zsh9] {
    align-self: end;
}

[b-zzjy34zsh9] .mud-typography.mud-typography-caption.app-subtitle.app-subtitle-align {
    align-self: end;
}

main[b-zzjy34zsh9] {
    flex: 1;
}

.app-main-content[b-zzjy34zsh9] {
    height: calc(100dvh - var(--mud-appbar-height, 64px));
    min-height: calc(100dvh - var(--mud-appbar-height, 64px));
    display: flex;
    flex-direction: column;
}

.app-page-content[b-zzjy34zsh9] {
    flex: 1 1 auto;
    padding-bottom: 0.95rem;
}

.sidebar[b-zzjy34zsh9] {
    background-image: linear-gradient(180deg, #102f48 0%, #1b5275 70%);
    border-right: 1px solid rgba(143, 183, 211, 0.22);
}

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

    .top-row[b-zzjy34zsh9]  a, .top-row[b-zzjy34zsh9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-zzjy34zsh9]  a:hover, .top-row[b-zzjy34zsh9]  .btn-link:hover {
        text-decoration: underline;
    }

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

@media (max-width: 640.98px) {
    .app-subtitle[b-zzjy34zsh9] {
        display: none;
    }

    .top-row:not(.auth)[b-zzjy34zsh9] {
        display: none;
    }

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

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

}

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

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

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

    .top-row.auth[b-zzjy34zsh9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-zzjy34zsh9], article[b-zzjy34zsh9] {
        padding-left: 1.5rem !important;
        padding-right: 1.15rem !important;
    }
}
/* /Shared/MinimalLayout.razor.rz.scp.css */
.minimal-layout-shell[b-9yqye1heha] {
    min-height: 100vh;
}

.minimal-layout-content[b-9yqye1heha] {
    padding-top: 24px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.minimal-shell-bar[b-9yqye1heha] {
    min-height: var(--mud-appbar-height, 64px);
    background: linear-gradient(92deg, #0e2c43 0%, #13415f 52%, #1b5275 100%);
    color: #f2f7fb;
    border-bottom: 1px solid rgba(143, 183, 211, 0.38);
    box-shadow: 0 2px 14px rgba(7, 27, 43, 0.28);
    border-radius: var(--mud-default-borderradius, 4px);
    display: flex;
    align-items: center;
    padding: 0 16px;
}

.minimal-brand[b-9yqye1heha] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.minimal-brand-text[b-9yqye1heha] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    line-height: 1;
    padding-top: 1px;
}

.minimal-title[b-9yqye1heha] {
    font-weight: 600;
    letter-spacing: 0.01em;
    margin: 0;
    line-height: 1;
}

.minimal-subtitle[b-9yqye1heha] {
    opacity: 0.92;
    margin: 0;
    margin-top: -0.04rem;
    line-height: 1;
    font-size: 0.88rem;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: right;
}

.minimal-subtitle.minimal-subtitle-align[b-9yqye1heha] {
    align-self: end;
}

[b-9yqye1heha] .mud-typography.mud-typography-caption.minimal-subtitle.minimal-subtitle-align {
    align-self: end;
}

@media (max-width: 640.98px) {
    .minimal-layout-content[b-9yqye1heha] {
        padding-top: 16px;
    }

    .minimal-subtitle[b-9yqye1heha] {
        display: none;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
:host[b-ejj1g3vd2l] {
    --side-nav-link-color: var(--mud-palette-white);
}

.navbar-toggler[b-ejj1g3vd2l] {
    background-color: rgba(143, 183, 211, 0.2);
}

.top-row[b-ejj1g3vd2l] {
    height: 3.5rem;
    background-color: rgba(8, 39, 59, 0.55);
}

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

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

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

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

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

    .nav-item[b-ejj1g3vd2l]  a {
        color: #dff2fa;
        border-radius: 6px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        border: 1px solid transparent;
    }

.nav-item[b-ejj1g3vd2l]  a.active {
    background-color: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.12);
    color: var(--mud-palette-white) !important;
    font-weight: 700;
    box-shadow: 0 5px 16px rgba(6, 26, 41, 0.3);
}

.nav-item[b-ejj1g3vd2l]  a:hover {
    background-color: rgba(76, 129, 168, 0.24);
    border-color: rgba(76, 129, 168, 0.38);
    color: #ffffff;
}

.nav-item[b-ejj1g3vd2l]  a.active .mud-nav-link-text,
.nav-item[b-ejj1g3vd2l]  a.active .mud-nav-link-icon,
.nav-item[b-ejj1g3vd2l]  a.active .mud-icon-root {
    color: var(--mud-palette-white) !important;
}

[b-ejj1g3vd2l] a.side-nav-link {
    color: var(--side-nav-link-color);
    border-radius: 8px;
    min-height: 3rem;
    margin: 0.18rem 0.35rem;
    padding-left: 0.72rem;
    border: 1px solid transparent;
    transition: background-color 0.14s ease, border-color 0.14s ease, box-shadow 0.14s ease, color 0.14s ease;
}

[b-ejj1g3vd2l] a.side-nav-link .mud-icon-root,
[b-ejj1g3vd2l] a.side-nav-link .mud-nav-link-icon,
[b-ejj1g3vd2l] a.side-nav-link .mud-nav-link-text {
    color: inherit;
}

[b-ejj1g3vd2l] a.side-nav-link.active {
    background-color: rgba(0, 0, 0, 0.2) !important;
    border-color: rgba(255, 255, 255, 0.12) !important;
    border-left: 4px solid #1b5275;
    color: var(--side-nav-link-color) !important;
    font-weight: 800;
    font-size: 1.1rem;
    padding-left: calc(0.72rem - 3px);
    box-shadow: 0 6px 16px rgba(6, 26, 41, 0.34);
}

[b-ejj1g3vd2l] a.side-nav-link.active .mud-icon-root,
[b-ejj1g3vd2l] a.side-nav-link.active .mud-nav-link-icon,
[b-ejj1g3vd2l] a.side-nav-link.active .mud-nav-link-text {
    color: var(--side-nav-link-color) !important;
}

[b-ejj1g3vd2l] a.side-nav-link.active .mud-nav-link-text {
    font-size: 1.1rem;
}

[b-ejj1g3vd2l] a.side-nav-link.active .mud-icon-root {
    font-size: 1.45rem;
}

[b-ejj1g3vd2l] a.side-nav-link:not(.active):hover {
    background-color: rgba(76, 129, 168, 0.24);
    border-color: rgba(76, 129, 168, 0.38);
    color: var(--side-nav-link-color);
}

[b-ejj1g3vd2l] .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    background-color: rgba(0, 0, 0, 0.2);
    color: var(--mud-palette-white) !important;
}

[b-ejj1g3vd2l] .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-nav-link-text,
[b-ejj1g3vd2l] .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) .mud-icon-root {
    color: var(--mud-palette-white) !important;
}

[b-ejj1g3vd2l] .mud-navmenu.mud-navmenu-default .mud-nav-link:hover:not(.mud-nav-link-disabled) {
    color: var(--side-nav-link-color);
}

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

    .collapse[b-ejj1g3vd2l] {
        display: block;
    }

    .nav-scrollable[b-ejj1g3vd2l] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
