/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nmyk6ozkqn] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-nmyk6ozkqn] {
    flex: 1;
}

.sidebar[b-nmyk6ozkqn] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-nmyk6ozkqn] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-nmyk6ozkqn]  a, .top-row[b-nmyk6ozkqn]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-nmyk6ozkqn]  a:hover, .top-row[b-nmyk6ozkqn]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-nmyk6ozkqn]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-nmyk6ozkqn] {
        justify-content: space-between;
    }

    .top-row[b-nmyk6ozkqn]  a, .top-row[b-nmyk6ozkqn]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-nmyk6ozkqn] {
        flex-direction: row;
    }

    .sidebar[b-nmyk6ozkqn] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-nmyk6ozkqn] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-nmyk6ozkqn]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-nmyk6ozkqn], article[b-nmyk6ozkqn] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-nmyk6ozkqn] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-nmyk6ozkqn] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ─── NavMenu styles ────────────────────────────────────────────────────── */

.sidebar-nav[b-23o5xjxeti] {
    width: 100%;
    flex: 1 0 auto;
    --sidebar-nav-link-color: #1f2937;
    --sidebar-nav-link-hover-color: #0f172a;
    --sidebar-nav-link-hover-bg: rgba(148, 163, 184, 0.16);
    --sidebar-nav-link-active-color: #0f172a;
    --sidebar-nav-link-active-bg: rgba(59, 130, 246, 0.14);
    --sidebar-nav-sub-border: rgba(148, 163, 184, 0.30);
    --sidebar-nav-section-border: rgba(148, 163, 184, 0.24);
    --sidebar-nav-muted-color: #475569;
}

[data-bs-theme=dark] .sidebar-nav[b-23o5xjxeti] {
    --sidebar-nav-link-color: #d7d7d7;
    --sidebar-nav-link-hover-color: #fff;
    --sidebar-nav-link-hover-bg: rgba(255, 255, 255, 0.10);
    --sidebar-nav-link-active-color: #fff;
    --sidebar-nav-link-active-bg: rgba(255, 255, 255, 0.22);
    --sidebar-nav-sub-border: rgba(255, 255, 255, 0.12);
    --sidebar-nav-section-border: rgba(255, 255, 255, 0.10);
    --sidebar-nav-muted-color: #6c757d;
}

/* Standard nav-link */
.sidebar-nav .nav-link[b-23o5xjxeti] {
    color: var(--sidebar-nav-link-color);
    padding: 7px 16px;
    font-size: 0.9rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.sidebar-nav .nav-link:hover[b-23o5xjxeti] {
    background-color: var(--sidebar-nav-link-hover-bg);
    color: var(--sidebar-nav-link-hover-color);
}

.sidebar-nav .nav-link.active[b-23o5xjxeti] {
    background-color: var(--sidebar-nav-link-active-bg);
    color: var(--sidebar-nav-link-active-color);
}

/* Nav-link used as a button (Alerts toggle) */
.nav-link-btn[b-23o5xjxeti] {
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
}

/* Theme toggle hosted inline in the sidebar between Support and Logout */
.nav-theme-toggle[b-23o5xjxeti]  .form-check {
    margin-bottom: 0;
    padding-left: 2.2em;
}

.nav-theme-toggle[b-23o5xjxeti]  .form-check-label {
    color: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

/* Sub-links indented under Alerts */
.nav-link-sub[b-23o5xjxeti] {
    padding-left: 2.4rem;
    font-size: 0.86rem;
}

.nav-sub-links[b-23o5xjxeti] {
    border-left: 2px solid var(--sidebar-nav-sub-border);
    margin-left: 1.4rem;
}

/* Section label (e.g. "Boater Portal", "Setup Wizards") */
.nav-sub-label[b-23o5xjxeti] {
    padding: 6px 16px 2px;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--sidebar-nav-muted-color);
    user-select: none;
}

/* ── Delegated Admin section ─────────────────────────────────────────────── */
.nav-admin-toggle[b-23o5xjxeti] {
    cursor: pointer;
}

.nav-admin-toggle:hover[b-23o5xjxeti] {
    color: var(--bs-warning);
}

.sidebar-nav .nav-admin-link[b-23o5xjxeti] {
    color: #000;
    background-color: var(--bs-warning);
    border-radius: 6px;
    margin: 3px 12px;
    padding: 8px 12px;
    font-weight: 600;
}

.sidebar-nav .nav-admin-link:hover[b-23o5xjxeti],
.sidebar-nav .nav-admin-link.active[b-23o5xjxeti] {
    color: #000;
    background-color: #ffca2c;
}

/* Small colored delegated-admin tile buttons */
.nav-admin-tiles[b-23o5xjxeti] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 6px 14px 8px;
}

.sidebar-nav .nav-admin-tile[b-23o5xjxeti] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: var(--bs-warning);
    color: #000;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    transition: background-color .15s ease, transform .1s ease;
}

.sidebar-nav .nav-admin-tile:hover[b-23o5xjxeti],
.sidebar-nav .nav-admin-tile.active[b-23o5xjxeti] {
    background-color: #ffca2c;
    color: #000;
    transform: translateY(-1px);
}

.sidebar-nav .nav-admin-tile i[b-23o5xjxeti] {
    font-size: 0.85rem;
}

/* ── Collapsible section ─────────────────────────────────────────────────── */
.nav-section[b-23o5xjxeti] {
    margin: 1px 0;
}

.sidebar-nav .nav-section-header[b-23o5xjxeti] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    color: var(--sidebar-nav-link-color);
    font-size: 0.9rem;
    padding: 7px 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.15s;
    text-align: left;
}

.sidebar-nav .nav-section-header:hover[b-23o5xjxeti] {
    background-color: var(--sidebar-nav-link-hover-bg);
    color: var(--sidebar-nav-link-hover-color);
}

.nav-section-header span:first-child[b-23o5xjxeti] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

/* Right-side chevron icon */
.chevron-icon[b-23o5xjxeti] {
    opacity: 0.5;
    font-size: 0.75rem;
    width: auto;
    height: auto;
    margin: 0;
}

/* Section body (expanded link list) */
.nav-section-body[b-23o5xjxeti] {
    padding: 2px 0 4px 0;
    border-left: 2px solid var(--sidebar-nav-section-border);
    margin-left: 1.2rem;
}

/* ── Bootstrap mobile toggle ─────────────────────────────────────────────── */
.navbar-toggler[b-23o5xjxeti] {
    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);
}

/* ── bi icon sizing inside nav ──────────────────────────────────────────── */
.bi[b-23o5xjxeti] {
    display: inline-block;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
}

/* /Components/Pages/Admin/AccountEdit.razor.rz.scp.css */
.setup-tile[b-3gaynsrgfn] {
    transition: transform .15s ease, box-shadow .15s ease;
    cursor: pointer;
}

.setup-tile:hover[b-3gaynsrgfn] {
    transform: translateY(-3px);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
/* /Components/Pages/Admin/SystemCommandCenter.razor.rz.scp.css */
/* Scoped styles for the System Command Center.
   Lives alongside SystemCommandCenter.razor; Blazor bundles it automatically.
   Covers the per-listener cumulative "total" badge + reset button and the
   Largest-Tables drill-down "Show" button and modal table viewer. */

/* Cumulative "N total" badge + inline reset button on each listener gauge */
.scc-listener-total[b-ivdr2l220t] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-top: 0.35rem;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.78);
}

.scc-listener-clear[b-ivdr2l220t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .scc-listener-clear:hover[b-ivdr2l220t] {
        background: rgba(255, 93, 93, 0.22);
        color: #ff5d5d;
    }

/* Largest Tables "Show" button */
.scc-table-show[b-ivdr2l220t] {
    white-space: nowrap;
}

/* Command Pool dispatch-queue row actions (cancel / resume) */
.scc-cmd-actions[b-ivdr2l220t] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.scc-cmd-btn[b-ivdr2l220t] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.8rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

    .scc-cmd-cancel:hover[b-ivdr2l220t] {
        background: rgba(255, 93, 93, 0.22);
        color: #ff5d5d;
    }

    .scc-cmd-resume:hover[b-ivdr2l220t] {
        background: rgba(0, 230, 118, 0.2);
        color: #00e676;
    }

/* Table viewer modal */
.scc-viewer-content[b-ivdr2l220t] {
    background: #0f1521;
    color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(125, 207, 255, 0.25);
}

.scc-viewer-content .modal-header[b-ivdr2l220t],
.scc-viewer-content .modal-footer[b-ivdr2l220t] {
    border-color: rgba(255, 255, 255, 0.08);
}

.scc-viewer-filters .form-label[b-ivdr2l220t] {
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 0.15rem;
}

.scc-viewer-table-wrap[b-ivdr2l220t] {
    max-height: 55vh;
    overflow: auto;
}

.scc-viewer-table[b-ivdr2l220t] {
    font-size: 0.78rem;
    white-space: nowrap;
}

    .scc-viewer-table th[b-ivdr2l220t] {
        position: sticky;
        top: 0;
        background-color: #182232;
        z-index: 1;
    }

    .scc-viewer-table td[b-ivdr2l220t] {
        max-width: 320px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.scc-log-raw[b-ivdr2l220t] {
    max-width: 360px;
    white-space: normal;
    word-break: break-all;
    font-size: 0.7rem;
    opacity: 0.85;
}

/* â”€â”€ Track Pool processor-health pill â”€â”€ */
.scc-proc-stack[b-ivdr2l220t] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.35rem;
}

.scc-proc-pill[b-ivdr2l220t] {
    display: inline-flex;
    align-items: center;
    padding: 0.15rem 0.6rem;
    font-size: 0.68rem;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid transparent;
    white-space: nowrap;
}

.scc-proc-healthy[b-ivdr2l220t] {
    color: #7ff0b3;
    background: rgba(0, 230, 118, 0.14);
    border-color: rgba(0, 230, 118, 0.35);
}

.scc-proc-idle[b-ivdr2l220t] {
    color: #c2ccd6;
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.16);
}

.scc-proc-stalled[b-ivdr2l220t] {
    color: #ff9d9d;
    background: rgba(255, 82, 82, 0.16);
    border-color: rgba(255, 82, 82, 0.42);
}

.scc-proc-unknown[b-ivdr2l220t] {
    color: #ffd27d;
    background: rgba(255, 193, 7, 0.14);
    border-color: rgba(255, 193, 7, 0.35);
}
/* /Components/Pages/Clients/Client360.razor.rz.scp.css */
.c360-page[b-i952d1l6zo] {
    min-height: 100vh;
    padding: 1.5rem;
    color: var(--bs-body-color);
    background: var(--bs-tertiary-bg);
}

.c360-loading[b-i952d1l6zo] {
    min-height: 55vh;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: .75rem;
    color: #64748b;
}

.c360-hero[b-i952d1l6zo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.5rem 1.75rem;
    border-radius: 1.2rem;
    color: #fff;
    background: linear-gradient(125deg, #172554 0%, #1e3a8a 48%, #1470a3 100%);
    box-shadow: 0 1rem 2rem rgba(30, 58, 138, .18);
}

.c360-identity[b-i952d1l6zo],
.c360-actions[b-i952d1l6zo],
.c360-hero-meta[b-i952d1l6zo] {
    display: flex;
    align-items: center;
}

.c360-identity[b-i952d1l6zo] {
    min-width: 0;
    gap: 1rem;
}

.c360-identity-copy[b-i952d1l6zo] {
    min-width: 0;
}

.c360-avatar[b-i952d1l6zo] {
    display: grid;
    width: 4.5rem;
    height: 4.5rem;
    flex: 0 0 4.5rem;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .55);
    border-radius: 1.1rem;
    color: #172554;
    background: #dbeafe;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: .06em;
}

.c360-hero h1[b-i952d1l6zo] {
    margin: .2rem 0 .4rem;
    font-size: clamp(1.55rem, 4vw, 2.35rem);
    font-weight: 800;
    letter-spacing: -.025em;
    overflow-wrap: anywhere;
}

.c360-eyebrow[b-i952d1l6zo],
.c360-kicker[b-i952d1l6zo],
.c360-label[b-i952d1l6zo],
.c360-suggestion-kind[b-i952d1l6zo] {
    font-size: .67rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.c360-command-bar[b-i952d1l6zo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(8.5rem, 1fr));
    gap: .65rem;
    margin-top: 1rem;
}

.c360-command-bar button[b-i952d1l6zo],
.c360-command-bar a[b-i952d1l6zo] {
    display: flex;
    align-items: center;
    gap: .55rem;
    min-height: 3.2rem;
    padding: .7rem .8rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .8rem;
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    font-size: .78rem;
    font-weight: 800;
    text-align: left;
    text-decoration: none;
    box-shadow: 0 .2rem .6rem rgba(15, 23, 42, .04);
    transition: border-color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.c360-command-bar button:hover[b-i952d1l6zo],
.c360-command-bar button:focus-visible[b-i952d1l6zo],
.c360-command-bar a:hover[b-i952d1l6zo],
.c360-command-bar a:focus-visible[b-i952d1l6zo] {
    border-color: #1470a3;
    color: #1470a3;
    transform: translateY(-1px);
    box-shadow: 0 .35rem .8rem rgba(20, 112, 163, .12);
}

.c360-command-bar i[b-i952d1l6zo] {
    color: #1470a3;
    font-size: 1rem;
}

.c360-booking-dialog[b-i952d1l6zo] {
    width: min(96%, 88rem);
    max-width: 88rem;
    height: min(56rem, calc(100dvh - 2rem));
    margin: 1rem auto;
}

.c360-booking-content[b-i952d1l6zo] {
    height: 100%;
    max-height: 100%;
}

.c360-modal-kicker[b-i952d1l6zo] {
    margin-bottom: .15rem;
    color: rgba(255, 255, 255, .7);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.c360-booking-body[b-i952d1l6zo] {
    flex: 1 1 auto;
    width: 100%;
    min-height: 0;
    min-width: 0;
    overflow: auto;
    padding: 1rem 1.25rem 1.5rem;
    overscroll-behavior: contain;
}

.c360-booking-body[b-i952d1l6zo]  .cew-page--embedded {
    width: 100%;
    min-height: auto;
}

.c360-booking-body[b-i952d1l6zo]  .cew-body {
    align-items: stretch;
}

.c360-booking-body[b-i952d1l6zo]  .cew-main {
    min-height: 28rem;
}

.c360-eyebrow[b-i952d1l6zo] {
    color: rgba(255, 255, 255, .65);
}

.c360-hero-meta[b-i952d1l6zo] {
    flex-wrap: wrap;
    gap: .55rem 1rem;
    color: rgba(255, 255, 255, .78);
    font-size: .78rem;
}

.c360-status[b-i952d1l6zo] {
    padding: .2rem .5rem;
    border-radius: 999px;
    font-weight: 800;
}

.c360-status-active[b-i952d1l6zo] {
    color: #064e3b;
    background: #a7f3d0;
}

.c360-status-inactive[b-i952d1l6zo] {
    color: #7f1d1d;
    background: #fecaca;
}

.c360-actions[b-i952d1l6zo] {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .6rem;
}

.c360-summary[b-i952d1l6zo] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10.5rem, 1fr));
    gap: .85rem;
    margin: 1rem 0;
}

.c360-summary-card[b-i952d1l6zo] {
    --c360-tone: #1470a3;
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 5.25rem;
    padding: .9rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-top: 3px solid var(--c360-tone);
    border-radius: .9rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .25rem .8rem rgba(15, 23, 42, .045);
}

.c360-tone-blue[b-i952d1l6zo] { --c360-tone: #1470a3; }
.c360-tone-green[b-i952d1l6zo] { --c360-tone: #15803d; }
.c360-tone-amber[b-i952d1l6zo] { --c360-tone: #b45309; }
.c360-tone-red[b-i952d1l6zo] { --c360-tone: #c2413a; }

.c360-summary-icon[b-i952d1l6zo] {
    display: grid;
    width: 2.5rem;
    height: 2.5rem;
    flex: 0 0 2.5rem;
    place-items: center;
    border-radius: .7rem;
    color: var(--c360-tone);
    background: color-mix(in srgb, var(--c360-tone) 11%, white);
    font-size: 1.1rem;
}

.c360-summary-card small[b-i952d1l6zo],
.c360-summary-card strong[b-i952d1l6zo] {
    display: block;
}

.c360-summary-card small[b-i952d1l6zo] {
    color: #718096;
    font-size: .68rem;
    font-weight: 700;
}

.c360-summary-card strong[b-i952d1l6zo] {
    overflow: hidden;
    margin-top: .2rem;
    font-size: 1.05rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c360-grid[b-i952d1l6zo] {
    display: grid;
    grid-template-columns: minmax(18rem, .75fr) minmax(0, 1.25fr);
    gap: 1rem;
    align-items: start;
}

.c360-column[b-i952d1l6zo] {
    display: grid;
    min-width: 0;
    gap: 1rem;
}

.c360-card[b-i952d1l6zo] {
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .35rem 1rem rgba(15, 23, 42, .05);
}

.c360-card-header[b-i952d1l6zo] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.c360-card-header h2[b-i952d1l6zo] {
    margin: .12rem 0 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.c360-card-header a[b-i952d1l6zo] {
    color: #1470a3;
    font-size: .78rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.c360-card-header a:hover[b-i952d1l6zo],
.c360-card-header a:focus-visible[b-i952d1l6zo] {
    text-decoration: underline;
}

.c360-kicker[b-i952d1l6zo],
.c360-label[b-i952d1l6zo],
.c360-suggestion-kind[b-i952d1l6zo] {
    color: #7a8799;
}

.c360-count[b-i952d1l6zo] {
    min-width: 2rem;
    padding: .25rem .55rem;
    border-radius: 999px;
    color: #174a67;
    background: #e6f3f9;
    font-size: .75rem;
    font-weight: 900;
    text-align: center;
}

.c360-profile-grid[b-i952d1l6zo] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
    padding: 1rem 1.1rem;
}

.c360-profile-item[b-i952d1l6zo] {
    display: flex;
    align-items: flex-start;
    gap: .6rem;
    min-width: 0;
    padding: .7rem;
    border-radius: .7rem;
    background: #f7f9fc;
}

.c360-profile-item > i[b-i952d1l6zo] {
    color: #1470a3;
}

.c360-profile-item span[b-i952d1l6zo],
.c360-profile-item small[b-i952d1l6zo],
.c360-profile-item strong[b-i952d1l6zo],
.c360-profile-item a[b-i952d1l6zo] {
    display: block;
    min-width: 0;
}

.c360-profile-item small[b-i952d1l6zo] {
    color: #7a8799;
    font-size: .67rem;
    font-weight: 700;
}

.c360-profile-item strong[b-i952d1l6zo],
.c360-profile-item a[b-i952d1l6zo] {
    overflow-wrap: anywhere;
    margin-top: .15rem;
    color: #26354b;
    font-size: .8rem;
    font-weight: 700;
}

.c360-profile-item a[b-i952d1l6zo] {
    color: #0f628d;
    text-decoration: none;
}

.c360-block[b-i952d1l6zo] {
    padding: 0 1.1rem 1rem;
}

.c360-block p[b-i952d1l6zo] {
    margin: .4rem 0 0;
    padding: .8rem;
    border-left: 3px solid #91bcd0;
    border-radius: 0 .6rem .6rem 0;
    background: #f7f9fc;
    color: #4d5c70;
    font-size: .82rem;
    white-space: pre-wrap;
}

.c360-tags[b-i952d1l6zo] {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .45rem;
}

.c360-tags span[b-i952d1l6zo] {
    padding: .25rem .55rem;
    border-radius: 999px;
    color: #31566c;
    background: #e8f5fb;
    font-size: .72rem;
    font-weight: 700;
}

.c360-suggestions[b-i952d1l6zo] {
    display: grid;
}

.c360-suggestion[b-i952d1l6zo] {
    display: flex;
    gap: .75rem;
    padding: .9rem 1.1rem;
    border-bottom: 1px solid #edf1f6;
}

.c360-suggestion:last-child[b-i952d1l6zo] {
    border-bottom: 0;
}

.c360-suggestion-icon[b-i952d1l6zo] {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border-radius: .65rem;
    color: #8a4b08;
    background: #fff1d6;
}

.c360-suggestion strong[b-i952d1l6zo] {
    display: block;
    margin-top: .12rem;
    font-size: .86rem;
}

.c360-suggestion p[b-i952d1l6zo] {
    margin: .25rem 0;
    color: #5f6d80;
    font-size: .78rem;
}

.c360-suggestion small[b-i952d1l6zo] {
    color: #1470a3;
    font-weight: 700;
}

.c360-timeline[b-i952d1l6zo] {
    position: relative;
    padding: .3rem 0;
}

.c360-timeline[b-i952d1l6zo]::before {
    content: '';
    position: absolute;
    top: 1.25rem;
    bottom: 1.25rem;
    left: 2.2rem;
    width: 2px;
    background: #dfe7f0;
}

.c360-timeline-item[b-i952d1l6zo] {
    position: relative;
    display: flex;
    gap: .85rem;
    padding: .8rem 1.1rem;
}

.c360-timeline-marker[b-i952d1l6zo] {
    z-index: 1;
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #174a67;
    background: #dff1f8;
    box-shadow: 0 0 0 1px #d8e2ec;
}

.c360-category-booking[b-i952d1l6zo] { color: #174a67; background: #dff1f8; }
.c360-category-camping[b-i952d1l6zo] { color: #166534; background: #dcfce7; }
.c360-category-rental[b-i952d1l6zo] { color: #0f766e; background: #ccfbf1; }
.c360-category-service[b-i952d1l6zo] { color: #9a5b08; background: #fff1d6; }
.c360-category-invoice[b-i952d1l6zo] { color: #6b21a8; background: #f3e8ff; }
.c360-category-payment[b-i952d1l6zo] { color: #166534; background: #dcfce7; }

.c360-timeline-content[b-i952d1l6zo] {
    min-width: 0;
    flex: 1;
    padding-bottom: .65rem;
    border-bottom: 1px solid #edf1f6;
}

.c360-timeline-item:last-child .c360-timeline-content[b-i952d1l6zo] {
    border-bottom: 0;
}

.c360-timeline-heading[b-i952d1l6zo] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
}

.c360-timeline-heading span[b-i952d1l6zo],
.c360-timeline-heading strong[b-i952d1l6zo] {
    display: block;
}

.c360-timeline-heading span[b-i952d1l6zo] {
    color: #718096;
    font-size: .66rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.c360-timeline-heading strong[b-i952d1l6zo] {
    margin-top: .15rem;
    font-size: .88rem;
}

.c360-timeline-heading time[b-i952d1l6zo] {
    color: #718096;
    font-size: .7rem;
    white-space: nowrap;
}

.c360-timeline-content p[b-i952d1l6zo] {
    margin: .3rem 0 0;
    color: #657286;
    font-size: .78rem;
}

.c360-amount[b-i952d1l6zo] {
    display: inline-block;
    margin-top: .35rem;
    padding: .2rem .45rem;
    border-radius: .4rem;
    color: #166534;
    background: #e8f8ed;
    font-size: .72rem;
    font-weight: 800;
}

.c360-table[b-i952d1l6zo] {
    font-size: .8rem;
}

.c360-table th[b-i952d1l6zo] {
    color: #718096;
    background: #f7f9fc;
    font-size: .68rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.c360-invoice-status[b-i952d1l6zo] {
    display: inline-flex;
    padding: .22rem .45rem;
    border-radius: 999px;
    color: #31566c;
    background: #e8f5fb;
    font-size: .68rem;
    font-weight: 800;
}

.c360-empty[b-i952d1l6zo] {
    display: grid;
    justify-items: center;
    gap: .35rem;
    padding: 2.25rem 1rem;
    color: #748195;
    text-align: center;
}

.c360-empty i[b-i952d1l6zo] {
    color: #66a4bf;
    font-size: 1.7rem;
}

.c360-empty strong[b-i952d1l6zo] {
    color: #445268;
}

.c360-empty span[b-i952d1l6zo] {
    max-width: 28rem;
    font-size: .8rem;
}

@media (max-width: 980px) {
    .c360-hero[b-i952d1l6zo] {
        align-items: stretch;
        flex-direction: column;
    }

    .c360-actions[b-i952d1l6zo] {
        justify-content: flex-start;
    }

    .c360-grid[b-i952d1l6zo] {
        grid-template-columns: 1fr;
    }

    .c360-column-main[b-i952d1l6zo] {
        grid-row: 1;
    }
}

@media (max-width: 700px) {
    .c360-page[b-i952d1l6zo] {
        padding: .75rem;
    }

    .c360-hero[b-i952d1l6zo] {
        align-items: stretch;
        flex-direction: column;
        padding: 1.2rem;
        border-radius: 1rem;
    }

    .c360-actions[b-i952d1l6zo] {
        justify-content: flex-start;
    }

    .c360-actions .btn[b-i952d1l6zo] {
        flex: 1;
    }

    .c360-booking-dialog[b-i952d1l6zo] {
        width: 100%;
        height: 100dvh;
        margin: 0;
    }

    .c360-booking-content[b-i952d1l6zo] {
        border-radius: 0;
    }

    .c360-modal-content[b-i952d1l6zo] {
        border: 0;
        border-radius: 0;
    }

    .c360-profile-grid[b-i952d1l6zo] {
        grid-template-columns: 1fr;
    }

    .c360-timeline-heading[b-i952d1l6zo] {
        flex-direction: column;
        gap: .25rem;
    }
}

@media (max-width: 480px) {
    .c360-identity[b-i952d1l6zo] {
        align-items: flex-start;
    }

    .c360-avatar[b-i952d1l6zo] {
        width: 3.5rem;
        height: 3.5rem;
        flex-basis: 3.5rem;
        border-radius: .85rem;
    }

    .c360-actions[b-i952d1l6zo] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .c360-summary[b-i952d1l6zo] {
        grid-template-columns: 1fr;
    }

    .c360-timeline-item[b-i952d1l6zo] {
        padding-inline: .8rem;
    }

    .c360-timeline[b-i952d1l6zo]::before {
        left: 1.9rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    *[b-i952d1l6zo], *[b-i952d1l6zo]::before, *[b-i952d1l6zo]::after {
        scroll-behavior: auto !important;
    }
}
/* /Components/Pages/FleetHub/FleetToday.razor.rz.scp.css */
.today-page[b-8fxx0cgott] {
    min-height: 100vh;
    padding: 1.5rem;
    background: var(--bs-tertiary-bg);
    color: var(--bs-body-color);
}

.today-hero[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.6rem 1.75rem;
    border-radius: 1.25rem;
    color: #fff;
    background: linear-gradient(125deg, #0b4f6c 0%, #1470a3 48%, #0d9488 100%);
    box-shadow: 0 1rem 2rem rgba(20, 112, 163, .2);
}

.today-hero h1[b-8fxx0cgott] {
    margin: .25rem 0;
    font-size: clamp(1.8rem, 4vw, 2.6rem);
    font-weight: 800;
    letter-spacing: -.03em;
}

.today-hero p[b-8fxx0cgott] {
    margin: 0;
    color: rgba(255, 255, 255, .82);
}

.today-eyebrow[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.today-new-badge[b-8fxx0cgott] {
    display: inline-flex;
    padding: .2rem .5rem;
    border-radius: 999px;
    color: #5b3600;
    background: #fcd34d;
    letter-spacing: .05em;
    box-shadow: 0 0 0 3px rgba(252, 211, 77, .18);
}

.today-header-actions[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    gap: .75rem;
}

.today-loading[b-8fxx0cgott] {
    min-height: 55vh;
    display: grid;
    place-content: center;
    justify-items: center;
    gap: .75rem;
    color: var(--bs-secondary-color);
}

.today-error[b-8fxx0cgott] {
    margin: 1rem 0 0;
}

.today-quick-actions[b-8fxx0cgott] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin: 1.25rem 0;
}

.today-action[b-8fxx0cgott] {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .7rem 1rem;
    border: 1px solid var(--bs-border-color);
    border-radius: .75rem;
    color: var(--bs-body-color);
    background: var(--bs-body-bg);
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 .25rem .75rem rgba(15, 23, 42, .05);
    transition: transform .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.today-action:hover[b-8fxx0cgott],
.today-action:focus-visible[b-8fxx0cgott] {
    color: #0b5f88;
    border-color: #7dcfff;
    box-shadow: 0 .45rem 1rem rgba(20, 112, 163, .12);
    transform: translateY(-1px);
}

.today-action-primary[b-8fxx0cgott] {
    color: #fff;
    border-color: #1470a3;
    background: #1470a3;
}

.today-action-primary:hover[b-8fxx0cgott],
.today-action-primary:focus-visible[b-8fxx0cgott] {
    color: #fff;
    background: #0f5e8a;
}

.today-summary[b-8fxx0cgott] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
    gap: .85rem;
    margin-bottom: 1rem;
}

.today-summary-card[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    gap: .8rem;
    min-height: 5.5rem;
    padding: 1rem;
    border: 1px solid var(--bs-border-color);
    border-top: 3px solid var(--today-accent);
    border-radius: .9rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .3rem .9rem rgba(15, 23, 42, .05);
}

.today-summary-icon[b-8fxx0cgott] {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    border-radius: .75rem;
    color: var(--today-accent);
    background: color-mix(in srgb, var(--today-accent) 18%, var(--bs-body-bg));
    font-size: 1.2rem;
}

.today-summary-card strong[b-8fxx0cgott],
.today-summary-card small[b-8fxx0cgott] {
    display: block;
}

.today-summary-card strong[b-8fxx0cgott] {
    font-size: 1.55rem;
    line-height: 1;
}

.today-summary-card small[b-8fxx0cgott] {
    margin-top: .3rem;
    color: var(--bs-secondary-color);
    font-weight: 600;
}

.today-grid[b-8fxx0cgott] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.today-panel[b-8fxx0cgott] {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--bs-border-color);
    border-radius: 1rem;
    background: var(--bs-body-bg);
    box-shadow: 0 .35rem 1rem rgba(15, 23, 42, .055);
}

.today-panel-wide[b-8fxx0cgott] {
    grid-column: 1 / -1;
}

.today-panel-header[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.today-panel-header h2[b-8fxx0cgott] {
    margin: .15rem 0 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.today-panel-header a[b-8fxx0cgott] {
    color: #1470a3;
    font-size: .8rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.today-panel-header a:hover[b-8fxx0cgott],
.today-panel-header a:focus-visible[b-8fxx0cgott] {
    text-decoration: underline;
}

.today-panel-kicker[b-8fxx0cgott] {
    color: var(--bs-secondary-color);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.today-count[b-8fxx0cgott] {
    min-width: 2rem;
    padding: .25rem .55rem;
    border-radius: 999px;
    color: #8a4b08;
    background: color-mix(in srgb, #f59e0b 18%, var(--bs-body-bg));
    font-weight: 800;
    text-align: center;
}

.today-list[b-8fxx0cgott] {
    display: grid;
}

.today-list-item[b-8fxx0cgott],
.today-schedule-item[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-width: 0;
    padding: .85rem 1.1rem;
    border-bottom: 1px solid var(--bs-border-color);
}

.today-list-item:last-child[b-8fxx0cgott],
.today-schedule-item:last-child[b-8fxx0cgott] {
    border-bottom: 0;
}

.today-list-item[b-8fxx0cgott] {
    color: inherit;
    text-decoration: none;
    transition: background .15s ease;
}

.today-list-item:hover[b-8fxx0cgott],
.today-list-item:focus-visible[b-8fxx0cgott] {
    color: inherit;
    background: var(--bs-tertiary-bg);
}

.today-list-icon[b-8fxx0cgott] {
    display: grid;
    width: 2.25rem;
    height: 2.25rem;
    flex: 0 0 2.25rem;
    place-items: center;
    border-radius: .65rem;
}

.today-tone-warning[b-8fxx0cgott] {
    color: #9a5b08;
    background: color-mix(in srgb, #f59e0b 18%, var(--bs-body-bg));
}

.today-tone-danger[b-8fxx0cgott] {
    color: #b42318;
    background: color-mix(in srgb, #ef4444 16%, var(--bs-body-bg));
}

.today-list-copy[b-8fxx0cgott] {
    min-width: 0;
    flex: 1;
}

.today-list-copy strong[b-8fxx0cgott],
.today-list-copy small[b-8fxx0cgott] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.today-list-copy strong[b-8fxx0cgott] {
    font-size: .88rem;
}

.today-list-copy small[b-8fxx0cgott] {
    margin-top: .15rem;
    color: var(--bs-secondary-color);
}

.today-list-arrow[b-8fxx0cgott] {
    color: var(--bs-secondary-color);
}

.today-schedule-item time[b-8fxx0cgott] {
    width: 4.5rem;
    flex: 0 0 4.5rem;
    color: var(--bs-secondary-color);
    font-size: .78rem;
    font-weight: 800;
}

.today-status[b-8fxx0cgott] {
    padding: .25rem .5rem;
    border-radius: 999px;
    color: #31566c;
    background: color-mix(in srgb, #0ea5e9 16%, var(--bs-body-bg));
    font-size: .68rem;
    font-weight: 800;
    white-space: nowrap;
}

.today-empty[b-8fxx0cgott] {
    display: grid;
    justify-items: center;
    gap: .35rem;
    padding: 2rem 1rem;
    color: var(--bs-secondary-color);
    text-align: center;
}

.today-empty i[b-8fxx0cgott] {
    color: #66a4bf;
    font-size: 1.7rem;
}

.today-empty strong[b-8fxx0cgott] {
    color: var(--bs-body-color);
}

.today-empty span[b-8fxx0cgott] {
    font-size: .8rem;
}

.today-money-total[b-8fxx0cgott] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.1rem;
    color: #fff;
    background: linear-gradient(110deg, #26374d, #3b4e68);
}

.today-money-total span[b-8fxx0cgott] {
    font-size: .8rem;
    font-weight: 700;
}

.today-money-total strong[b-8fxx0cgott] {
    font-size: 1.35rem;
}

.today-stock-count[b-8fxx0cgott] {
    padding: .3rem .5rem;
    border-radius: .5rem;
    color: #9a5b08;
    background: color-mix(in srgb, #f59e0b 18%, var(--bs-body-bg));
    font-size: .75rem;
    font-weight: 800;
}

.today-footer[b-8fxx0cgott] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1rem;
    padding: .75rem .25rem;
    color: var(--bs-secondary-color);
    font-size: .75rem;
}

@media (max-width: 900px) {
    .today-grid[b-8fxx0cgott] {
        grid-template-columns: 1fr;
    }

    .today-panel-wide[b-8fxx0cgott] {
        grid-column: auto;
    }
}

@media (max-width: 650px) {
    .today-page[b-8fxx0cgott] {
        padding: .75rem;
    }

    .today-hero[b-8fxx0cgott] {
        align-items: stretch;
        flex-direction: column;
        padding: 1.25rem;
        border-radius: 1rem;
    }

    .today-quick-actions[b-8fxx0cgott] {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .today-action[b-8fxx0cgott] {
        justify-content: center;
        text-align: center;
    }

    .today-summary[b-8fxx0cgott] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .today-schedule-item[b-8fxx0cgott] {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .today-schedule-item time[b-8fxx0cgott] {
        width: 4rem;
        flex-basis: 4rem;
    }

    .today-status[b-8fxx0cgott] {
        margin-left: 4.75rem;
    }

    .today-footer[b-8fxx0cgott] {
        flex-direction: column;
    }
}

@media (max-width: 420px) {
    .today-quick-actions[b-8fxx0cgott],
    .today-summary[b-8fxx0cgott] {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .today-action[b-8fxx0cgott],
    .today-list-item[b-8fxx0cgott] {
        transition: none;
    }
}
/* /Components/Pages/Gps/GpsReports.razor.rz.scp.css */
/* ── GPS Reports page ─────────────────────────────────────────────── */
.rpt-page[b-qklrr7wiom] {
    position: relative;
    padding-bottom: 2rem;
}

/* ── Hero ── */
.rpt-hero[b-qklrr7wiom] {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    padding: 2.25rem 2rem;
    margin-bottom: 1.5rem;
    background: radial-gradient(circle at 20% 20%, #1b2a4a 0%, #0e1626 55%, #0a111e 100%);
    box-shadow: 0 18px 40px -18px rgba(0, 0, 0, 0.7);
}

.rpt-hero-orb[b-qklrr7wiom] {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
    pointer-events: none;
}

.rpt-hero-orb-1[b-qklrr7wiom] {
    width: 320px;
    height: 320px;
    top: -120px;
    right: -60px;
    background: #6d5bff;
}

.rpt-hero-orb-2[b-qklrr7wiom] {
    width: 260px;
    height: 260px;
    bottom: -140px;
    left: 10%;
    background: #1f8fff;
}

.rpt-hero-grid-lines[b-qklrr7wiom] {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(circle at 50% 40%, #000 30%, transparent 75%);
}

.rpt-hero-inner[b-qklrr7wiom] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.rpt-hero-badge[b-qklrr7wiom] {
    flex: 0 0 auto;
    width: 70px;
    height: 70px;
    border-radius: 1rem;
    display: grid;
    place-items: center;
    font-size: 2rem;
    color: #fff;
    background: linear-gradient(135deg, #7d5bff, #1f8fff);
    box-shadow: 0 10px 26px -8px rgba(125, 91, 255, 0.7);
}

.rpt-hero-eyebrow[b-qklrr7wiom] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #9fb8e8;
    margin-bottom: 0.4rem;
}

.rpt-hero-dot[b-qklrr7wiom] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.2);
}

.rpt-hero-title[b-qklrr7wiom] {
    color: #fff;
    font-weight: 700;
    font-size: 1.55rem;
    margin: 0 0 0.35rem;
}

.rpt-hero-tagline[b-qklrr7wiom] {
    color: #b9c6dd;
    margin: 0;
    max-width: 60ch;
    font-size: 0.92rem;
}

/* ── Access banner ── */
.rpt-access[b-qklrr7wiom] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: #131c2c;
}

.rpt-access-icon[b-qklrr7wiom] {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 0.7rem;
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    color: #fff;
}

.rpt-access-body[b-qklrr7wiom] {
    flex: 1 1 auto;
}

.rpt-access-title[b-qklrr7wiom] {
    color: #fff;
    font-weight: 600;
    font-size: 0.98rem;
}

.rpt-access-text[b-qklrr7wiom] {
    color: #93a4bf;
    font-size: 0.85rem;
}

.rpt-access-pill[b-qklrr7wiom] {
    flex: 0 0 auto;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.rpt-access-sky .rpt-access-icon[b-qklrr7wiom] { background: linear-gradient(135deg, #1f8fff, #3bc6ff); }
.rpt-access-green .rpt-access-icon[b-qklrr7wiom] { background: linear-gradient(135deg, #16a34a, #4ade80); }
.rpt-access-amber .rpt-access-icon[b-qklrr7wiom] { background: linear-gradient(135deg, #d97706, #fbbf24); }
.rpt-access-violet .rpt-access-icon[b-qklrr7wiom] { background: linear-gradient(135deg, #7c3aed, #a78bfa); }

/* ── Controls ── */
.rpt-controls[b-qklrr7wiom] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.rpt-control[b-qklrr7wiom] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-width: 200px;
}

.rpt-control-grow[b-qklrr7wiom] {
    flex: 1 1 220px;
}

.rpt-control-label[b-qklrr7wiom] {
    font-size: 0.78rem;
    font-weight: 600;
    color: #93a4bf;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.rpt-input[b-qklrr7wiom] {
    background: #0f1726;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #e6edf6;
}

.rpt-input:focus[b-qklrr7wiom] {
    background: #0f1726;
    color: #fff;
    border-color: #1f8fff;
    box-shadow: 0 0 0 0.18rem rgba(31, 143, 255, 0.25);
}

.rpt-email-box[b-qklrr7wiom] {
    background: #0f1726;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.5rem;
    padding: 0.5rem 0.75rem;
    color: #cdd8e8;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Alerts ── */
.rpt-alert[b-qklrr7wiom] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    border-radius: 0.6rem;
    padding: 0.75rem 1rem;
    margin-bottom: 1.25rem;
    font-size: 0.9rem;
}

.rpt-alert-ok[b-qklrr7wiom] {
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(74, 222, 128, 0.4);
    color: #bbf7d0;
}

.rpt-alert-err[b-qklrr7wiom] {
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid rgba(248, 113, 113, 0.4);
    color: #fecaca;
}

/* ── Sections & cards ── */
.rpt-section[b-qklrr7wiom] {
    margin-bottom: 1.75rem;
}

.rpt-section-head[b-qklrr7wiom] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.rpt-section-icon[b-qklrr7wiom] {
    width: 40px;
    height: 40px;
    border-radius: 0.65rem;
    display: grid;
    place-items: center;
    font-size: 1.2rem;
    color: #c79dff;
    background: rgba(199, 157, 255, 0.12);
}

.rpt-section-title[b-qklrr7wiom] {
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
}

.rpt-section-desc[b-qklrr7wiom] {
    color: #93a4bf;
    font-size: 0.85rem;
}

.rpt-card-grid[b-qklrr7wiom] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 0.85rem;
}

.rpt-card[b-qklrr7wiom] {
    background: #131c2c;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 0.85rem;
    padding: 1.1rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

.rpt-card:hover[b-qklrr7wiom] {
    transform: translateY(-3px);
    border-color: rgba(199, 157, 255, 0.4);
    box-shadow: 0 12px 26px -14px rgba(199, 157, 255, 0.6);
}

.rpt-card-icon[b-qklrr7wiom] {
    width: 48px;
    height: 48px;
    border-radius: 0.7rem;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    color: #c79dff;
    background: rgba(199, 157, 255, 0.12);
    margin-bottom: 0.7rem;
}

.rpt-card-name[b-qklrr7wiom] {
    color: #e6edf6;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.85rem;
    min-height: 2.4em;
    display: flex;
    align-items: center;
}

.rpt-card-actions[b-qklrr7wiom] {
    display: flex;
    gap: 0.45rem;
    width: 100%;
}

.rpt-btn[b-qklrr7wiom] {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    border: none;
    border-radius: 0.5rem;
    padding: 0.4rem 0.5rem;
    font-size: 0.78rem;
    font-weight: 600;
    cursor: pointer;
    transition: filter 0.15s ease;
}

.rpt-btn:disabled[b-qklrr7wiom] {
    opacity: 0.55;
    cursor: not-allowed;
}

.rpt-btn:hover:not(:disabled)[b-qklrr7wiom] {
    filter: brightness(1.1);
}

.rpt-btn-run[b-qklrr7wiom] {
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
    color: #fff;
}

.rpt-btn-email[b-qklrr7wiom] {
    background: rgba(255, 255, 255, 0.08);
    color: #cdd8e8;
}

.rpt-btn-screen[b-qklrr7wiom] {
    background: linear-gradient(135deg, #0ea5e9, #38bdf8);
    color: #fff;
}

/* ── On-screen report preview modal ── */
.rpt-modal-backdrop[b-qklrr7wiom] {
    position: fixed;
    inset: 0;
    z-index: 1090;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: rgba(8, 13, 22, 0.72);
    backdrop-filter: blur(3px);
}

.rpt-modal[b-qklrr7wiom] {
    display: flex;
    flex-direction: column;
    width: min(1000px, 100%);
    height: min(90vh, 100%);
    border-radius: 0.85rem;
    overflow: hidden;
    background: #131c2c;
    border: 1px solid rgba(167, 139, 250, 0.3);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
}

.rpt-modal-head[b-qklrr7wiom] {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.9rem 1.1rem;
    background: linear-gradient(135deg, #1a1233, #131c2c);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.rpt-modal-title[b-qklrr7wiom] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
}

.rpt-modal-title i[b-qklrr7wiom] {
    color: #38bdf8;
}

.rpt-modal-close[b-qklrr7wiom] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: none;
    border-radius: 0.5rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    color: #cdd8e8;
    background: rgba(255, 255, 255, 0.08);
    transition: filter 0.15s ease;
}

.rpt-modal-close:hover[b-qklrr7wiom] {
    filter: brightness(1.2);
}

.rpt-modal-body[b-qklrr7wiom] {
    flex: 1 1 auto;
    min-height: 0;
    background: #0b1220;
}

.rpt-modal-frame[b-qklrr7wiom] {
    width: 100%;
    height: 100%;
    border: none;
}

.rpt-modal-empty[b-qklrr7wiom] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    height: 100%;
    color: #93a4bf;
}

.rpt-modal-empty i[b-qklrr7wiom] {
    font-size: 2rem;
    color: #f59e0b;
}

.rpt-modal-foot[b-qklrr7wiom] {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    padding: 0.75rem 1.1rem;
    background: #101827;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.rpt-modal-foot .rpt-btn[b-qklrr7wiom] {
    flex: 0 0 auto;
    padding: 0.5rem 1.1rem;
}

/* ── SuperAdmin CTA ── */
.rpt-admin-cta[b-qklrr7wiom] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    border-radius: 0.85rem;
    padding: 1.25rem 1.4rem;
    margin-top: 0.5rem;
    background: linear-gradient(135deg, #1a1233, #131c2c);
    border: 1px solid rgba(167, 139, 250, 0.3);
}

.rpt-admin-cta-icon[b-qklrr7wiom] {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 0.7rem;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.rpt-admin-cta-body[b-qklrr7wiom] {
    flex: 1 1 auto;
}

.rpt-admin-cta-title[b-qklrr7wiom] {
    color: #fff;
    font-weight: 600;
}

.rpt-admin-cta-text[b-qklrr7wiom] {
    color: #a9b7cf;
    font-size: 0.85rem;
}

.rpt-admin-cta-btn[b-qklrr7wiom] {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1rem;
    border-radius: 0.5rem;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #7c3aed, #a78bfa);
}

.rpt-admin-cta-btn:hover[b-qklrr7wiom] {
    filter: brightness(1.1);
    color: #fff;
}

/* ── Empty / disabled state ── */
.rpt-empty[b-qklrr7wiom] {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0.85rem;
    padding: 1.5rem;
    background: #131c2c;
    border: 1px dashed rgba(255, 255, 255, 0.15);
}

.rpt-empty i[b-qklrr7wiom] {
    font-size: 2rem;
    color: #f59e0b;
}

.rpt-empty-title[b-qklrr7wiom] {
    color: #fff;
    font-weight: 600;
}

.rpt-empty-sub[b-qklrr7wiom] {
    color: #93a4bf;
    font-size: 0.88rem;
}

/* ── Loading overlay ── */
.rpt-overlay[b-qklrr7wiom] {
    position: fixed;
    inset: 0;
    z-index: 1080;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: rgba(8, 13, 22, 0.7);
    backdrop-filter: blur(3px);
}

.rpt-spinner[b-qklrr7wiom] {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 4px solid rgba(199, 157, 255, 0.25);
    border-top-color: #a78bfa;
    animation: rpt-spin-b-qklrr7wiom 0.8s linear infinite;
}

.rpt-overlay-text[b-qklrr7wiom] {
    color: #e6edf6;
    font-weight: 600;
}

@keyframes rpt-spin-b-qklrr7wiom {
    to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
    .rpt-hero-inner[b-qklrr7wiom] { flex-direction: column; text-align: center; }
    .rpt-admin-cta[b-qklrr7wiom] { flex-direction: column; text-align: center; }
}
/* /Components/Pages/Support.razor.rz.scp.css */
/* Support page — dark glass theme matching the dashboard */
.sup-page[b-bjz3aaavd9] {
    background:
        radial-gradient(1100px 500px at 12% -10%, rgba(56,189,248,0.10), transparent 60%),
        radial-gradient(900px 500px at 100% 0%, rgba(167,139,250,0.10), transparent 55%),
        linear-gradient(160deg, #0b1120 0%, #0f1729 55%, #0a0f1d 100%);
    min-height: calc(100vh - 56px);
    padding: 1.5rem;
    border-radius: 12px;
    color: #e2e8f0;
}

/* ══════════════ Hero ══════════════ */
.sup-hero[b-bjz3aaavd9] {
    position: relative;
    overflow: hidden;
    border-radius: 22px;
    padding: 2.2rem 2.2rem;
    margin-bottom: 1.5rem;
    background:
        linear-gradient(135deg, rgba(37,99,235,0.30) 0%, rgba(124,58,237,0.22) 45%, rgba(13,18,33,0.30) 100%);
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 18px 48px rgba(0,0,0,0.40), inset 0 1px 0 rgba(255,255,255,0.08);
}

.sup-hero-inner[b-bjz3aaavd9] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

/* Floating glow orbs */
.sup-hero-orb[b-bjz3aaavd9] {
    position: absolute;
    border-radius: 50%;
    filter: blur(46px);
    opacity: 0.55;
    pointer-events: none;
    z-index: 1;
}
.sup-hero-orb-1[b-bjz3aaavd9] {
    width: 320px; height: 320px;
    top: -130px; right: -60px;
    background: radial-gradient(circle, rgba(56,189,248,0.65), transparent 70%);
    animation: supFloat-b-bjz3aaavd9 9s ease-in-out infinite;
}
.sup-hero-orb-2[b-bjz3aaavd9] {
    width: 260px; height: 260px;
    bottom: -150px; left: 20%;
    background: radial-gradient(circle, rgba(167,139,250,0.6), transparent 70%);
    animation: supFloat-b-bjz3aaavd9 11s ease-in-out infinite reverse;
}

@keyframes supFloat-b-bjz3aaavd9 {
    0%, 100% { transform: translateY(0) translateX(0); }
    50%      { transform: translateY(22px) translateX(-14px); }
}

/* Subtle grid overlay */
.sup-hero-grid-lines[b-bjz3aaavd9] {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: radial-gradient(circle at 30% 30%, #000 0%, transparent 75%);
    -webkit-mask-image: radial-gradient(circle at 30% 30%, #000 0%, transparent 75%);
    z-index: 1;
    opacity: 0.5;
}

.sup-hero-badge[b-bjz3aaavd9] {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.1rem;
    color: #fff;
    background: linear-gradient(135deg, rgba(56,189,248,0.45), rgba(167,139,250,0.45));
    border: 1px solid rgba(255,255,255,0.25);
    box-shadow: 0 8px 26px rgba(56,189,248,0.35), inset 0 1px 0 rgba(255,255,255,0.3);
    animation: supBadgeBob-b-bjz3aaavd9 4.5s ease-in-out infinite;
}

@keyframes supBadgeBob-b-bjz3aaavd9 {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50%      { transform: translateY(-6px) rotate(-3deg); }
}

.sup-hero-eyebrow[b-bjz3aaavd9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #9fd6ff;
    margin-bottom: 0.5rem;
}

.sup-hero-dot[b-bjz3aaavd9] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52,211,153,0.6);
    animation: supPing-b-bjz3aaavd9 2s ease-out infinite;
}

.sup-hero-title[b-bjz3aaavd9] {
    font-size: 1.95rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
    margin: 0 0 0.55rem;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0,0,0,0.35);
}

.sup-hero-tagline[b-bjz3aaavd9] {
    margin: 0;
    max-width: 70ch;
    font-size: 1rem;
    line-height: 1.55;
    color: rgba(226,232,240,0.92);
}
.sup-hero-tagline strong[b-bjz3aaavd9] { color: #fff; font-weight: 700; }

.sup-hero-spark[b-bjz3aaavd9] {
    color: #ffd36e;
    margin-right: 0.3rem;
    animation: supTwinkle-b-bjz3aaavd9 2.6s ease-in-out infinite;
}

@keyframes supTwinkle-b-bjz3aaavd9 {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.55; transform: scale(0.85); }
}

/* ══════════════ Response promise banner ══════════════ */
.sup-promise[b-bjz3aaavd9] {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1.1rem 1.4rem;
    margin-bottom: 1.5rem;
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(0,230,118,0.10), rgba(56,189,248,0.08));
    border: 1px solid rgba(255,255,255,0.12);
    box-shadow: 0 6px 22px rgba(0,0,0,0.22);
}

.sup-promise-icon[b-bjz3aaavd9] {
    position: relative;
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    color: #5ef0a0;
    background: rgba(0,230,118,0.14);
    border: 1px solid rgba(0,230,118,0.3);
}

.sup-promise-ping[b-bjz3aaavd9] {
    position: absolute;
    top: 8px; right: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #34d399;
    box-shadow: 0 0 0 0 rgba(52,211,153,0.7);
    animation: supPing-b-bjz3aaavd9 2s ease-out infinite;
}

.sup-promise-body[b-bjz3aaavd9] { flex: 1; min-width: 0; }

.sup-promise-title[b-bjz3aaavd9] {
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.15rem;
}

.sup-promise-text[b-bjz3aaavd9] {
    font-size: 0.85rem;
    line-height: 1.5;
    color: rgba(226,232,240,0.78);
}

.sup-promise-meta[b-bjz3aaavd9] {
    flex-shrink: 0;
    text-align: center;
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255,255,255,0.12);
}

.sup-promise-stat[b-bjz3aaavd9] {
    font-size: 1.9rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.02em;
    background: linear-gradient(120deg, #5ef0a0, #7dcfff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sup-promise-sub[b-bjz3aaavd9] {
    font-size: 0.66rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.6;
    margin-top: 0.25rem;
    line-height: 1.3;
}

@media (max-width: 640px) {
    .sup-hero-inner[b-bjz3aaavd9] { flex-direction: column; align-items: flex-start; }
    .sup-hero-title[b-bjz3aaavd9] { font-size: 1.5rem; }
    .sup-promise[b-bjz3aaavd9] { flex-wrap: wrap; }
    .sup-promise-meta[b-bjz3aaavd9] { border-left: 0; padding-left: 0; }
}

/* Cards */
.sup-card[b-bjz3aaavd9] {
    background: rgba(255,255,255,0.045);
    border: 1px solid rgba(255,255,255,0.10);
    border-radius: 14px;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    overflow: hidden;
}

.sup-card-head[b-bjz3aaavd9] {
    padding: 0.85rem 1.2rem 0.7rem;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    opacity: 0.8;
}

.sup-card-head i[b-bjz3aaavd9] {
    margin-right: 0.4rem;
    color: #7dcfff;
}

.sup-card-body[b-bjz3aaavd9] {
    padding: 1.1rem 1.2rem 1.3rem;
}

/* Form controls */
.sup-label[b-bjz3aaavd9] {
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.65;
    margin-bottom: 0.35rem;
    display: block;
}

.sup-input[b-bjz3aaavd9] {
    background: rgba(255,255,255,0.06) !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
    color: #e2e8f0 !important;
    border-radius: 10px;
}

.sup-input:focus[b-bjz3aaavd9] {
    background: rgba(255,255,255,0.09) !important;
    border-color: rgba(125,207,255,0.55) !important;
    box-shadow: 0 0 0 0.2rem rgba(125,207,255,0.18) !important;
    color: #fff !important;
}

.sup-input[b-bjz3aaavd9]::placeholder {
    color: rgba(226,232,240,0.4);
}

.sup-input option[b-bjz3aaavd9] {
    background: #111827;
    color: #e2e8f0;
}

.sup-status-select[b-bjz3aaavd9] {
    max-width: 160px;
}

/* Primary button */
.sup-btn-primary[b-bjz3aaavd9] {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    padding: 0.55rem 1.1rem;
    transition: transform 0.15s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.sup-btn-primary:hover[b-bjz3aaavd9] {
    filter: brightness(1.08);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37,99,235,0.35);
    color: #fff;
}

.sup-btn-primary:disabled[b-bjz3aaavd9] {
    filter: grayscale(0.4) brightness(0.8);
    transform: none;
    box-shadow: none;
}

.sup-btn-primary i[b-bjz3aaavd9] {
    margin-right: 0.35rem;
}

/* Tables */
.sup-table[b-bjz3aaavd9] {
    /* Override Bootstrap's table colour variables so cells stay readable on dark */
    --bs-table-color: #e6edf5;
    --bs-table-bg: transparent;
    --bs-table-border-color: rgba(255,255,255,0.08);
    --bs-table-striped-color: #e6edf5;
    --bs-table-active-color: #ffffff;
    --bs-table-hover-color: #ffffff;
    --bs-table-hover-bg: rgba(255,255,255,0.04);
    color: #e6edf5;
    margin-bottom: 0;
}

.sup-table thead th[b-bjz3aaavd9] {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #9fb4cc;
    opacity: 1;
    border-bottom: 1px solid rgba(255,255,255,0.14);
    background: transparent;
}

.sup-table tbody td[b-bjz3aaavd9] {
    color: #e6edf5;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: transparent;
    vertical-align: middle;
}

.sup-table tbody tr:hover td[b-bjz3aaavd9] {
    color: #ffffff;
    background: rgba(255,255,255,0.035);
}

/* Status badges */
.sup-badge[b-bjz3aaavd9] {
    display: inline-block;
    padding: 0.28rem 0.6rem;
    border-radius: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.sup-badge-new[b-bjz3aaavd9]      { background: rgba(255,125,207,0.16); color: #ff9fdb; border: 1px solid rgba(255,125,207,0.3); }
.sup-badge-progress[b-bjz3aaavd9] { background: rgba(255,192,125,0.16); color: #ffc788; border: 1px solid rgba(255,192,125,0.3); }
.sup-badge-resolved[b-bjz3aaavd9] { background: rgba(0,230,118,0.14);   color: #5ef0a0; border: 1px solid rgba(0,230,118,0.3); }
.sup-badge-closed[b-bjz3aaavd9]   { background: rgba(173,181,189,0.14); color: #c2c9d1; border: 1px solid rgba(173,181,189,0.3); }

/* ══════════════ SuperAdmin KPI grid ══════════════ */
.sup-kpi-grid[b-bjz3aaavd9] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.sup-kpi[b-bjz3aaavd9] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(150deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.025) 100%);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 18px;
    padding: 1.15rem 1.25rem 1.2rem;
    box-shadow: 0 2px 18px rgba(0,0,0,0.18);
    transition: transform 0.2s cubic-bezier(0.22,1,0.36,1), box-shadow 0.2s ease, border-color 0.2s ease;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.sup-kpi:hover[b-bjz3aaavd9] {
    transform: translateY(-5px);
    border-color: rgba(255,255,255,0.26);
    box-shadow: 0 14px 38px rgba(0,0,0,0.30);
}

/* Soft radial glow tinted per tone */
.sup-kpi-glow[b-bjz3aaavd9] {
    position: absolute;
    top: -40%;
    right: -30%;
    width: 75%;
    height: 130%;
    border-radius: 50%;
    opacity: 0.5;
    filter: blur(34px);
    pointer-events: none;
    transition: opacity 0.25s ease;
}
.sup-kpi:hover .sup-kpi-glow[b-bjz3aaavd9] { opacity: 0.8; }

.sup-kpi-top[b-bjz3aaavd9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.sup-kpi-icon[b-bjz3aaavd9] {
    width: 46px;
    height: 46px;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.35rem;
    position: relative;
    z-index: 1;
}

.sup-kpi-spark[b-bjz3aaavd9] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    animation: supPing-b-bjz3aaavd9 2.4s ease-out infinite;
    opacity: 0.85;
}

@keyframes supPing-b-bjz3aaavd9 {
    0%   { box-shadow: 0 0 0 0 rgba(255,255,255,0.45); }
    70%  { box-shadow: 0 0 0 9px rgba(255,255,255,0); }
    100% { box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.sup-kpi-val[b-bjz3aaavd9] {
    font-size: 2.3rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    position: relative;
    z-index: 1;
    animation: supCountIn-b-bjz3aaavd9 0.5s cubic-bezier(0.22,1,0.36,1) both;
}

.sup-kpi-unit[b-bjz3aaavd9] {
    font-size: 1.1rem;
    font-weight: 700;
    opacity: 0.7;
    margin-left: 1px;
}

@keyframes supCountIn-b-bjz3aaavd9 {
    from { opacity: 0; transform: translateY(10px); }
    to   { opacity: 1; transform: translateY(0); }
}

.sup-kpi-lbl[b-bjz3aaavd9] {
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-top: 0.45rem;
    position: relative;
    z-index: 1;
}

.sup-kpi-sub[b-bjz3aaavd9] {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    opacity: 0.5;
    margin-top: 0.2rem;
    position: relative;
    z-index: 1;
}

/* Progress bar inside the resolution-rate feature card */
.sup-kpi-bar[b-bjz3aaavd9] {
    height: 6px;
    border-radius: 4px;
    background: rgba(255,255,255,0.1);
    overflow: hidden;
    margin: 0.6rem 0 0.1rem;
    position: relative;
    z-index: 1;
}

.sup-kpi-bar-fill[b-bjz3aaavd9] {
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(90deg, #a78bfa, #7dcfff);
    box-shadow: 0 0 12px rgba(167,139,250,0.6);
    transition: width 0.8s cubic-bezier(0.22,1,0.36,1);
}

.sup-kpi-feature[b-bjz3aaavd9] {
    grid-column: span 1;
}

/* Tone variants — icon tint + glow colour */
.sup-kpi-sky    .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(56,189,248,0.16);  color: #7dcfff; }
.sup-kpi-sky    .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(56,189,248,0.55), transparent 70%); }
.sup-kpi-sky    .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-sky .sup-kpi-lbl[b-bjz3aaavd9] { color: #7dcfff; }

.sup-kpi-pink   .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(255,125,207,0.16); color: #ff9fdb; }
.sup-kpi-pink   .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(255,125,207,0.5), transparent 70%); }
.sup-kpi-pink   .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-pink .sup-kpi-lbl[b-bjz3aaavd9] { color: #ff9fdb; }

.sup-kpi-amber  .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(255,192,125,0.16); color: #ffc788; }
.sup-kpi-amber  .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(255,192,125,0.5), transparent 70%); }
.sup-kpi-amber  .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-amber .sup-kpi-lbl[b-bjz3aaavd9] { color: #ffc788; }

.sup-kpi-rose   .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(248,113,113,0.16); color: #ff9b9b; }
.sup-kpi-rose   .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(248,113,113,0.5), transparent 70%); }
.sup-kpi-rose   .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-rose .sup-kpi-lbl[b-bjz3aaavd9] { color: #ff9b9b; }

.sup-kpi-green  .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(0,230,118,0.16);   color: #5ef0a0; }
.sup-kpi-green  .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(0,230,118,0.5), transparent 70%); }
.sup-kpi-green  .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-green .sup-kpi-lbl[b-bjz3aaavd9] { color: #5ef0a0; }

.sup-kpi-violet .sup-kpi-icon[b-bjz3aaavd9] { background: rgba(167,139,250,0.18); color: #c9b3f5; }
.sup-kpi-violet .sup-kpi-glow[b-bjz3aaavd9] { background: radial-gradient(circle, rgba(167,139,250,0.55), transparent 70%); }
.sup-kpi-violet .sup-kpi-spark[b-bjz3aaavd9], .sup-kpi-violet .sup-kpi-lbl[b-bjz3aaavd9] { color: #c9b3f5; }

/* Alerts */
.sup-alert[b-bjz3aaavd9] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    border-radius: 10px;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    line-height: 1.5;
}

.sup-alert i[b-bjz3aaavd9] {
    font-size: 1.1rem;
    margin-top: 0.1rem;
    flex-shrink: 0;
}

.sup-alert strong[b-bjz3aaavd9] {
    display: block;
    margin-bottom: 0.15rem;
    color: #fff;
}

.sup-alert-ok[b-bjz3aaavd9] {
    background: rgba(0,230,118,0.12);
    border: 1px solid rgba(0,230,118,0.3);
    color: #5ef0a0;
}

/* Misc */
.sup-muted[b-bjz3aaavd9] {
    color: #9fb0c4;
    opacity: 1;
    font-size: 0.85rem;
}

[b-bjz3aaavd9] .validation-message {
    color: #ff9fb0;
    font-size: 0.76rem;
    margin-top: 0.25rem;
}
