/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-vzn6xn49l7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

@media (max-width: 640.98px) {
    .top-row[b-vzn6xn49l7] {
        justify-content: space-between;
    }

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

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

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

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

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

    .top-row[b-vzn6xn49l7], article[b-vzn6xn49l7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-13rv6qmeot] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.bi[b-13rv6qmeot] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-13rv6qmeot] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-13rv6qmeot] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-13rv6qmeot] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

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

.nav-section[b-13rv6qmeot] {
    padding: 1rem 1.5rem .35rem;
    color: rgba(255,255,255,.48);
    font-size: .65rem;
    font-weight: 800;
    letter-spacing: .12em;
}

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

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

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

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

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

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

    .collapse[b-13rv6qmeot] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-13rv6qmeot] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
.dashboard-heading[b-3vn4y41en7]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.dashboard-heading h1[b-3vn4y41en7]{margin:.15rem 0 .2rem;font-size:1.75rem;font-weight:750;color:#172033}.dashboard-heading p[b-3vn4y41en7]{margin:0;color:#718096}.eyebrow[b-3vn4y41en7],.card-kicker[b-3vn4y41en7]{color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.12em}
.metric-grid[b-3vn4y41en7]{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-bottom:1rem}.metric-card[b-3vn4y41en7]{position:relative;padding:1.2rem;background:#fff;border:1px solid #e8edf4;border-radius:14px;box-shadow:0 5px 18px rgba(37,51,77,.05);overflow:hidden}.metric-card[b-3vn4y41en7]::after{content:"";position:absolute;right:-25px;bottom:-35px;width:90px;height:90px;border-radius:50%;background:currentColor;opacity:.055}.metric-icon[b-3vn4y41en7]{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;margin-bottom:.8rem;background:color-mix(in srgb,currentColor 13%,white);font-weight:900}.metric-primary[b-3vn4y41en7]{color:#4f6ef7}.metric-teal[b-3vn4y41en7]{color:#0da58b}.metric-violet[b-3vn4y41en7]{color:#8158d9}.metric-amber[b-3vn4y41en7]{color:#df8a17}.metric-label[b-3vn4y41en7]{color:#718096;font-size:.78rem;font-weight:650;text-transform:uppercase;letter-spacing:.04em}.metric-value[b-3vn4y41en7]{color:#172033;font-size:1.8rem;line-height:1.2;font-weight:780;margin:.2rem 0}.metric-meta[b-3vn4y41en7]{color:#8490a3;font-size:.78rem}
.chart-grid[b-3vn4y41en7]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.dashboard-card[b-3vn4y41en7]{background:#fff;border:1px solid #e8edf4;border-radius:14px;box-shadow:0 5px 18px rgba(37,51,77,.045);padding:1.15rem}.card-heading[b-3vn4y41en7]{min-height:42px;display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.card-heading h2[b-3vn4y41en7]{color:#263248;font-size:.98rem;font-weight:730;margin:.15rem 0 0}.legend[b-3vn4y41en7]{color:#7c8899;font-size:.72rem;white-space:nowrap}.legend span[b-3vn4y41en7]{display:inline-block;width:8px;height:8px;border-radius:2px;margin:0 3px 0 8px}.legend-api[b-3vn4y41en7]{background:#536ff5}.legend-web[b-3vn4y41en7]{background:#41c9b0}
.bar-chart[b-3vn4y41en7]{height:230px;display:flex;align-items:flex-end;gap:5px;padding-top:1.4rem;border-bottom:1px solid #edf1f6;background:repeating-linear-gradient(to top,transparent 0,transparent 53px,#f1f4f8 54px)}.bar-column[b-3vn4y41en7]{height:100%;flex:1;min-width:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;position:relative}.bar-value[b-3vn4y41en7]{height:18px;font-size:.62rem;color:#8b97a8}.stack[b-3vn4y41en7],.email-bar[b-3vn4y41en7]{width:min(22px,72%);min-height:3px;border-radius:5px 5px 1px 1px;overflow:hidden;transition:height .25s ease}.stack-api[b-3vn4y41en7]{background:#536ff5}.stack-web[b-3vn4y41en7]{background:#41c9b0}.email-bar[b-3vn4y41en7]{background:linear-gradient(180deg,#15b99a,#52d2bb)}.bar-label[b-3vn4y41en7]{color:#8793a5;font-size:.59rem;margin-top:6px;white-space:nowrap;transform:rotate(-35deg);transform-origin:center top;height:25px}.status-chip[b-3vn4y41en7]{padding:.25rem .5rem;border-radius:999px;font-size:.7rem;font-weight:700}.status-ok[b-3vn4y41en7]{color:#087b67;background:#dcf8f1}.status-warn[b-3vn4y41en7]{color:#a5530b;background:#fff0d8}
.detail-grid[b-3vn4y41en7]{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(280px,.8fr);gap:1rem}.side-stack[b-3vn4y41en7]{display:grid;gap:1rem}.compact-card[b-3vn4y41en7]{min-height:0}.dashboard-table[b-3vn4y41en7]{font-size:.78rem}.dashboard-table thead th[b-3vn4y41en7]{color:#8691a2;font-size:.66rem;text-transform:uppercase;border-bottom-color:#edf0f4}.dashboard-table td[b-3vn4y41en7]{border-bottom-color:#f0f2f6}.dashboard-table code[b-3vn4y41en7]{color:#40506a;white-space:nowrap}.error-rate[b-3vn4y41en7]{color:#68758a}.error-rate.high[b-3vn4y41en7]{color:#d64a4a;font-weight:700}
.progress-row[b-3vn4y41en7]{margin-bottom:.85rem}.progress-row:last-child[b-3vn4y41en7]{margin-bottom:0}.progress-info[b-3vn4y41en7]{display:flex;justify-content:space-between;margin-bottom:.35rem;color:#536076;font-size:.76rem}.progress-info strong[b-3vn4y41en7]{color:#27334a}.progress[b-3vn4y41en7]{height:6px;background:#eef2f6}.progress-bar[b-3vn4y41en7]{background:linear-gradient(90deg,#536ff5,#7b91fb);border-radius:6px}.provider-dot[b-3vn4y41en7]{display:inline-block;width:6px;height:6px;margin-left:4px;border-radius:50%;background:#bac2cc}.provider-dot.online[b-3vn4y41en7]{background:#19b899;box-shadow:0 0 0 3px rgba(25,184,153,.12)}
.plan-row[b-3vn4y41en7]{display:grid;grid-template-columns:minmax(90px,1fr) 1.5fr 26px;gap:.7rem;align-items:center;margin-bottom:.72rem;color:#536076;font-size:.76rem}.plan-row strong[b-3vn4y41en7]{text-align:right;color:#27334a}.plan-track[b-3vn4y41en7]{height:7px;border-radius:8px;background:#eef1f6;overflow:hidden}.plan-track div[b-3vn4y41en7]{height:100%;border-radius:8px;background:linear-gradient(90deg,#8158d9,#aa84e8)}.empty-state[b-3vn4y41en7],.dashboard-loading[b-3vn4y41en7]{color:#7b8799;padding:2rem;text-align:center}
@media(max-width:1100px){.metric-grid[b-3vn4y41en7]{grid-template-columns:repeat(2,1fr)}.detail-grid[b-3vn4y41en7]{grid-template-columns:1fr}}@media(max-width:760px){.chart-grid[b-3vn4y41en7]{grid-template-columns:1fr}.bar-label[b-3vn4y41en7]{font-size:.52rem}.dashboard-heading[b-3vn4y41en7]{align-items:center}}@media(max-width:520px){.metric-grid[b-3vn4y41en7]{grid-template-columns:1fr}.dashboard-card[b-3vn4y41en7]{padding:.85rem}.bar-chart[b-3vn4y41en7]{gap:2px}.metric-value[b-3vn4y41en7]{font-size:1.55rem}}
@media(max-width:520px){.chart-card[b-3vn4y41en7]{overflow-x:auto;-webkit-overflow-scrolling:touch}.bar-chart[b-3vn4y41en7]{width:520px;gap:4px}.dashboard-heading[b-3vn4y41en7]{align-items:flex-start;flex-wrap:wrap}.dashboard-heading button[b-3vn4y41en7]{width:100%}.card-heading[b-3vn4y41en7]{min-width:300px}.plan-row[b-3vn4y41en7]{grid-template-columns:minmax(80px,1fr) 1fr 26px}}
.dashboard-detail-link[b-3vn4y41en7]{display:inline-block;margin-top:.3rem;color:#536ff5;font-size:.72rem;text-decoration:none}.dashboard-detail-link:hover[b-3vn4y41en7]{text-decoration:underline}
