/* /Components/Common/QsAppShell.razor.rz.scp.css */
.qs-app-shell[b-t76007d4c5] {
    min-height: 100vh;
    width: 100vw;
    display: grid;
    place-items: center;
    padding: 12px;
    box-sizing: border-box;
    background: #2f3138;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: rgba(236, 239, 245, 0.94);
    overflow: hidden;
}

.qs-app-noise[b-t76007d4c5] {
    display: none;
}

.qs-app-radial[b-t76007d4c5] {
    display: none;
}

.qs-app-radial-a[b-t76007d4c5] {
    display: none;
}

.qs-app-radial-b[b-t76007d4c5] {
    display: none;
}

.qs-launch-window[b-t76007d4c5],
.qs-launch-window *[b-t76007d4c5] {
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

.qs-launch-window[b-t76007d4c5] {
    width: 100%;
    height: calc(100vh - 24px);
    min-height: 0;
    overflow: hidden;
}

.qs-launch-window[b-t76007d4c5]::before {
    display: none;
}

.qs-launch-grid[b-t76007d4c5] {
    min-height: 0;
    display: grid;
    height: 100%;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1px;
    padding: 0;
    box-sizing: border-box;
}

[b-gvfheqf6ux] a[b-t76007d4c5] {
    color: inherit;
    text-decoration: none;
}

@media (max-width: 1060px) {
    .qs-launch-window[b-t76007d4c5] {
        height: calc(100vh - 12px);
    }

    .qs-launch-grid[b-t76007d4c5] {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(180px, auto) 1fr;
    }
}
/* /Components/Common/QsAppSidebar.razor.rz.scp.css */
.qs-launch-left[b-2bwcnq0752] {
    border-radius: 8px 0 0 8px;
    border: 0;
    background: #1e1f21;
    overflow: hidden;
    min-height: 0;
    box-sizing: border-box;
    display: grid;
    grid-template-rows: auto auto 1fr auto;
}

.qs-launch-brand[b-2bwcnq0752] {
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.qs-launch-brandtext[b-2bwcnq0752] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qs-launch-appicon[b-2bwcnq0752] {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #1eb5d6, #4d6fd5 70%, #2ca96d);
    color: rgba(236, 239, 245, 0.94);
    font-size: 14px;
    font-weight: 700 !important;
}

.qs-launch-appname[b-2bwcnq0752] {
    font-size: 14px;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.92);
}

.qs-launch-appver[b-2bwcnq0752] {
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

.qs-launch-links[b-2bwcnq0752] {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: auto;
    min-height: 0;
    padding: 10px 10px 12px;
}

[b-2bwcnq0752] .qs-launch-navitem {
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid transparent;
    background: transparent;
    color: #adb5c5;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 400 !important;
    text-align: left;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.1px;
}

[b-2bwcnq0752] .qs-launch-navitem:hover {
    background: rgba(255, 255, 255, 0.02);
    color: #d8ddea;
    opacity: 1;
}

[b-2bwcnq0752] .qs-launch-navitem.sel {
    background: rgba(255, 255, 255, 0.055);
    border-color: transparent;
    color: #f0f3f8;
}

[b-2bwcnq0752] .qs-launch-navitem .t {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-2bwcnq0752] .qs-launch-navitem .nav-icon {
    width: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    opacity: 0.9;
}

[b-2bwcnq0752] .qs-launch-navitem .nav-icon i {
    font-size: 12px;
    font-weight: 400;
}

.qs-launch-leftfoot[b-2bwcnq0752] {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.qs-footer-actions[b-2bwcnq0752] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.qs-launch-iconbtn[b-2bwcnq0752] {
    width: 24px;
    height: 24px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #d7dce6;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 11px;
}

.qs-launch-iconbtn:hover[b-2bwcnq0752] {
    background: rgba(255, 255, 255, 0.06);
}

.qs-user-avatar[b-2bwcnq0752] {
    width: 22px;
    height: 22px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    color: #f2f4f8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 400 !important;
    user-select: none;
    flex: 0 0 auto;
}

.qs-user-meta[b-2bwcnq0752] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.qs-user-name[b-2bwcnq0752] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.72);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 130px;
}

.qs-launch-logoutbtn[b-2bwcnq0752] {
    height: 24px;
    padding: 0 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
    color: #d7dce6;
    font-size: 11px;
    font-weight: 400 !important;
    cursor: pointer;
}

.qs-launch-logoutbtn:hover[b-2bwcnq0752] {
    background: rgba(255, 255, 255, 0.06);
}
/* /Components/Layout/AppShellLayout.razor.rz.scp.css */
.qs-launch-main[b-7fgj7az5e6] {
    border-radius: 0 8px 8px 0;
    border: 0;
    background: #1e1f21;
    overflow: hidden;
    min-height: 0;
    display: grid;
    grid-template-rows: 1fr;
}

.qs-launch-content[b-7fgj7az5e6] {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    padding: 12px;
    /* Sticky stacking: page header is height 56px and uses top:-12px to cancel padding. */
    --qs-content-pad: 12px;
    --qs-page-header-height: 56px;
    --qs-sticky-offset: calc(var(--qs-page-header-height) - var(--qs-content-pad));
    --qs-card-head-height: 44px;
    background: transparent;
    color: rgba(236, 239, 245, 0.94);
}

[b-7fgj7az5e6] .qs-session-screen {
    min-height: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
}

[b-7fgj7az5e6] .qs-page-header {
    margin: -12px -12px 12px;
    height: 56px;
    padding: 0 14px;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: #1e1f21;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: sticky;
    top: calc(-1 * var(--qs-content-pad));
    z-index: 20;
}

[b-7fgj7az5e6] .qs-page-header-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

[b-7fgj7az5e6] .qs-page-header-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

[b-7fgj7az5e6] .qs-header-menu {
    position: relative;
}

[b-7fgj7az5e6] .qs-header-menu-panel {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 6px);
    list-style: none;
    margin: 0;
    background: #232730;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    padding: 4px;
    min-width: 150px;
    z-index: 30;
}

[b-7fgj7az5e6] .qs-header-menu-panel.show {
    display: block;
}

[b-7fgj7az5e6] .qs-header-menu-panel li {
    margin: 0;
    padding: 0;
}

[b-7fgj7az5e6] .qs-header-menu-item {
    width: 100%;
    border: 0;
    background: #232730;
    border-radius: 6px;
    color: rgba(236, 239, 245, 0.94);
    font-size: 12px;
    padding: 6px 8px;
    text-align: left;
}

[b-7fgj7az5e6] .qs-header-menu-item:hover,
[b-7fgj7az5e6] .qs-header-menu-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

[b-7fgj7az5e6] .qs-page-kicker {
    display: none;
}

[b-7fgj7az5e6] .qs-page-title {
    margin: 0;
    font-size: 14px;
    font-weight: 500 !important;
    line-height: 1;
    color: rgba(236, 239, 245, 0.94);
}

[b-7fgj7az5e6] .qs-page-lead {
    margin: 0;
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

[b-7fgj7az5e6] .qs-page-card {
    border: 0;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.17);
    box-shadow: none;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

[b-7fgj7az5e6] .qs-page-text {
    margin: 0;
    color: rgba(206, 222, 243, 0.86);
}

[b-7fgj7az5e6] .qs-session-tabbar {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    padding: 6px 8px;
    border-radius: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.14);
    overflow: auto;
}

[b-7fgj7az5e6] .qs-session-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: rgba(220, 232, 247, 0.88);
    height: 30px;
    min-width: 88px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500 !important;
    white-space: nowrap;
    border: 1px solid transparent;
}

[b-7fgj7az5e6] .qs-session-tab.sel,
[b-7fgj7az5e6] .qs-session-tab.active,
[b-7fgj7az5e6] .qs-session-tab.shell-tab-active {
    background: rgba(48, 86, 160, 0.58);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.98);
}

[b-7fgj7az5e6] .qs-session-tab:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.95);
}

[b-7fgj7az5e6] .tabbed-page {
    min-height: 0;
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 0;
    padding: 0;
}

[b-7fgj7az5e6] .qs-session-screen > .tabbed-page {
    margin-bottom: 0;
}

[b-7fgj7az5e6] .tabbed-page-tabs {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

[b-7fgj7az5e6] .tabbed-page-body {
    min-height: 0;
    overflow: auto;
    padding: 10px;
    display: grid;
    gap: 10px;
    align-content: start;
}

[b-7fgj7az5e6] .tabbed-page-body.chat-fill {
    grid-template-rows: minmax(0, 1fr);
    align-content: stretch;
}

[b-7fgj7az5e6] .qs-session-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

[b-7fgj7az5e6] .qs-kpi-section {
    margin-bottom: 10px;
}

[b-7fgj7az5e6] .qs-kpi-card {
    margin-bottom: 0;
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    padding: 0;
    overflow: hidden;
}

[b-7fgj7az5e6] .qs-kpi-label {
    font-size: 11px;
    color: rgba(176, 195, 220, 0.75);
    display: block;
}

[b-7fgj7az5e6] .qs-kpi-value {
    margin-top: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 700 !important;
    line-height: 1;
}

[b-7fgj7az5e6] .qs-kpi-iconlane {
    height: 100%;
    display: grid;
    place-items: center;
    background: rgba(255, 255, 255, 0.04);
    color: rgba(223, 228, 238, 0.95);
}

[b-7fgj7az5e6] .qs-kpi-icon {
    font-size: 24px;
    line-height: 1;
    opacity: 0.95;
}

[b-7fgj7az5e6] .qs-kpi-value-sm {
    font-size: 18px;
}

[b-7fgj7az5e6] .qs-kpi-meta {
    padding: 9px 10px;
}

[b-7fgj7az5e6] .qs-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: -10px -10px 10px;
    padding: 9px 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    min-height: var(--qs-card-head-height);
    box-sizing: border-box;
}

/* Keep card headers visible when table rows scroll beneath inside card containers. */
[b-7fgj7az5e6] .qs-page-card:has(.qs-data-table-wrap) > .qs-card-head {
    position: sticky;
    top: var(--qs-sticky-offset);
    z-index: 8;
    background: #1e1f21;
}

[b-7fgj7az5e6] .qs-card-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500 !important;
    color: #fff;
}

[b-7fgj7az5e6] .qs-card-head-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

[b-7fgj7az5e6] .qs-search-wrap {
    flex: 0 0 360px;
    max-width: 100%;
    min-width: 220px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.25);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.70);
}

[b-7fgj7az5e6] .qs-search-toolbar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

[b-7fgj7az5e6] .qs-search-wrap i {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

[b-7fgj7az5e6] .qs-search-input {
    width: 100%;
    min-width: 0;
    height: 30px;
    border: 0;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
}

[b-7fgj7az5e6] .qs-search-input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

[b-7fgj7az5e6] .qs-filter-select {
    height: 36px;
    min-width: 170px;
    max-width: 240px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    padding: 0 10px;
    outline: none;
}

[b-7fgj7az5e6] .qs-icon-btn {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    border: 0;
    background: transparent;
    color: rgba(236, 242, 255, 0.92);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: none !important;
    transition: background-color .16s ease, color .16s ease, opacity .16s ease;
}

[b-7fgj7az5e6] .qs-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

[b-7fgj7az5e6] .qs-icon-btn:active {
    background: rgba(255, 255, 255, 0.12);
}

[b-7fgj7az5e6] .qs-icon-btn:disabled {
    opacity: 0.55;
}

[b-7fgj7az5e6] .qs-data-table-wrap {
    overflow: auto;
}

[b-7fgj7az5e6] .qs-data-table {
    width: 100%;
    margin-bottom: 0;
    border-collapse: collapse;
    font-size: 12px;
}

[b-7fgj7az5e6] .qs-data-table th,
[b-7fgj7az5e6] .qs-data-table td {
    text-align: left;
    vertical-align: top;
    padding: 8px;
    border-bottom: 0;
    background: transparent !important;
}

[b-7fgj7az5e6] .qs-data-table th {
    color: rgba(176, 195, 220, 0.82);
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* All table headers are sticky by default in scrolling page regions. */
[b-7fgj7az5e6] .qs-data-table thead th {
    position: sticky;
    top: var(--qs-sticky-offset);
    z-index: 6;
    background: #1e1f21 !important;
}

/* When a table is in a card with sticky header, keep table header below card header. */
[b-7fgj7az5e6] .qs-page-card:has(.qs-data-table-wrap) .qs-data-table thead th {
    top: calc(var(--qs-sticky-offset) + var(--qs-card-head-height));
}

[b-7fgj7az5e6] .qs-data-table-wrap.qs-sticky-head thead th {
    top: var(--qs-sticky-offset);
}

[b-7fgj7az5e6] .qs-data-table td {
    color: rgba(216, 229, 247, 0.92);
}

[b-7fgj7az5e6] .qs-table-actions {
    text-align: right !important;
    width: 44px;
    white-space: nowrap;
}

[b-7fgj7az5e6] .qs-session-linear-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 7px 0;
    font-size: 12px;
    color: rgba(216, 229, 247, 0.92);
}

[b-7fgj7az5e6] .qs-session-label {
    width: 220px;
    max-width: 45%;
    color: rgba(173, 181, 195, 0.72);
    flex: 0 0 auto;
}

[b-7fgj7az5e6] .qs-page-eyebrow {
    margin: 0 0 4px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: rgba(173, 181, 195, 0.72);
}

[b-7fgj7az5e6] .qs-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    padding: 2px 7px;
    font-size: 11px;
    line-height: 1.2;
    white-space: nowrap;
}

[b-7fgj7az5e6] .qs-badge-neutral {
    color: rgba(216, 229, 247, 0.92);
    background: rgba(12, 18, 33, 0.55);
}

[b-7fgj7az5e6] .qs-badge-ok {
    color: rgba(233, 255, 245, 0.95);
    background: rgba(45, 153, 101, 0.24);
    border-color: rgba(95, 205, 143, 0.3);
}

[b-7fgj7az5e6] .qs-badge-warn {
    color: rgba(255, 248, 229, 0.95);
    background: rgba(183, 141, 53, 0.24);
    border-color: rgba(228, 180, 75, 0.28);
}

[b-7fgj7az5e6] .qs-badge-fail {
    color: rgba(255, 236, 236, 0.95);
    background: rgba(172, 71, 71, 0.24);
    border-color: rgba(224, 109, 109, 0.28);
}

[b-7fgj7az5e6] .qs-log-payload {
    margin-top: 4px;
}

[b-7fgj7az5e6] .qs-log-payload summary {
    cursor: pointer;
    color: rgba(159, 186, 227, 0.95);
}

[b-7fgj7az5e6] .qs-log-payload pre {
    margin: 5px 0 0;
    white-space: pre-wrap;
    word-break: break-word;
    font-size: 11px;
    color: rgba(196, 216, 243, 0.88);
}

[b-7fgj7az5e6] .agentpanel {
    height: 100%;
    min-height: 520px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
}

[b-7fgj7az5e6] .agentpanel-tabs {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

[b-7fgj7az5e6] .shell-tab {
    border: 0;
    background: transparent;
    color: rgba(236, 239, 245, 0.94);
    padding: 6px 10px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 13px;
}

[b-7fgj7az5e6] .shell-tab.shell-tab-active,
[b-7fgj7az5e6] .shell-tab.active,
[b-7fgj7az5e6] .shell-tab:hover {
    background: rgba(255, 255, 255, 0.06);
}

[b-7fgj7az5e6] .shell-tab.shell-tab-active,
[b-7fgj7az5e6] .shell-tab.active {
    background: rgba(48, 86, 160, 0.58);
    color: rgba(255, 255, 255, 0.98);
}

[b-7fgj7az5e6] .agentlog {
    min-height: 0;
    overflow: auto;
    padding: 6px;
}

[b-7fgj7az5e6] .agentlist {
    padding: 6px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

[b-7fgj7az5e6] .agentrow {
    display: flex;
}

[b-7fgj7az5e6] .agentrow.me {
    justify-content: flex-end;
}

[b-7fgj7az5e6] .agentrow.agent {
    justify-content: flex-start;
}

[b-7fgj7az5e6] .agentbubble {
    max-width: 100%;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.35);
    color: rgba(255, 255, 255, 0.92);
    border: 0;
    box-shadow: none;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 12.5px;
    line-height: 1.35;
}

[b-7fgj7az5e6] .agentrow.me .agentbubble {
    padding: 4px 6px;
    background: rgb(46, 46, 46);
    color: rgb(255, 255, 255);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

[b-7fgj7az5e6] .agentrow.agent .agentbubble {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

[b-7fgj7az5e6] .agentinline {
    width: 100%;
    min-width: 0;
    padding: 2px 4px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: rgba(229, 231, 235, 0.62);
    font-style: italic;
    font-size: 12px;
}

[b-7fgj7az5e6] .agentinline i {
    margin-top: 1px;
    font-size: 12px;
    opacity: 0.9;
}

[b-7fgj7az5e6] .agentcomposer {
    display: block;
}

[b-7fgj7az5e6] .agentcomposebox {
    position: relative;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.24);
    padding: 8px 10px 36px;
    padding-right: 40px;
}

[b-7fgj7az5e6] .agentcomposeinput {
    width: 100%;
    resize: none;
    height: auto;
    min-height: 34px;
    max-height: 220px;
    border: 0;
    outline: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12.5px;
    padding: 0;
    overflow-y: auto;
    field-sizing: content;
}

[b-7fgj7az5e6] .agentcomposebar {
    position: absolute;
    left: 8px;
    right: 40px;
    bottom: 8px;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-7fgj7az5e6] .agentdropbtn {
    height: 28px;
    padding: 0 8px;
    border-radius: 6px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.92);
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

[b-7fgj7az5e6] .agentdropbtn i {
    font-size: 9px;
    opacity: 0.85;
}

[b-7fgj7az5e6] .agentsend {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 28px;
    height: 28px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    color: rgba(255, 255, 255, 0.86);
}

#blazor-error-ui[b-7fgj7az5e6] {
    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-7fgj7az5e6] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 1060px) {
    [b-7fgj7az5e6] .qs-session-kpi-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

[b-7fgj7az5e6] .qs-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}

[b-7fgj7az5e6] .qs-modal-card {
    width: min(520px, 96vw);
    background: #1e1f21;
    border-radius: 14px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    padding: 16px 16px 14px;
    color: rgba(255, 255, 255, 0.9);
}

[b-7fgj7az5e6] .qs-modal-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.95);
}

[b-7fgj7az5e6] .qs-modal-body {
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.78);
}

[b-7fgj7az5e6] .qs-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 14px;
}

[b-7fgj7az5e6] .qs-sortth {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: transparent;
    border: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.78);
    font-weight: 500;
    cursor: pointer;
}

[b-7fgj7az5e6] .qs-sortth:hover {
    color: rgba(255, 255, 255, 0.92);
}

[b-7fgj7az5e6] .qs-sortglyph {
    opacity: 0.8;
    font-size: 12px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-p2ddgilbzt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .top-row[b-p2ddgilbzt], article[b-p2ddgilbzt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-p2ddgilbzt] {
    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-p2ddgilbzt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-419wrhzg7a] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-419wrhzg7a] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

.bi[b-419wrhzg7a] {
    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-419wrhzg7a] {
    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-419wrhzg7a] {
    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-419wrhzg7a] {
    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-419wrhzg7a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-419wrhzg7a]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

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

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

.nav-scrollable[b-419wrhzg7a] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-419wrhzg7a] {
    display: block;
}

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

    .nav-scrollable[b-419wrhzg7a] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e8b4vasd7u],
.components-reconnect-repeated-attempt-visible[b-e8b4vasd7u],
.components-reconnect-failed-visible[b-e8b4vasd7u],
.components-pause-visible[b-e8b4vasd7u],
.components-resume-failed-visible[b-e8b4vasd7u],
.components-rejoining-animation[b-e8b4vasd7u] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-retrying[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-failed[b-e8b4vasd7u],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e8b4vasd7u] {
    display: block;
}


#components-reconnect-modal[b-e8b4vasd7u] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-e8b4vasd7u 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e8b4vasd7u 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e8b4vasd7u 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e8b4vasd7u]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e8b4vasd7u 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e8b4vasd7u {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e8b4vasd7u {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e8b4vasd7u {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e8b4vasd7u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e8b4vasd7u] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e8b4vasd7u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e8b4vasd7u] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e8b4vasd7u] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e8b4vasd7u] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e8b4vasd7u] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e8b4vasd7u 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e8b4vasd7u] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e8b4vasd7u {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.auth-wrap[b-d9y8exdy6s] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 12px;
    box-sizing: border-box;
    background: #2f3138;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: rgba(236, 239, 245, 0.94);
}

.auth-card[b-d9y8exdy6s] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

.auth-head[b-d9y8exdy6s] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-logo[b-d9y8exdy6s] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1eb5d6, #4d6fd5 70%, #2ca96d);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}

.auth-title[b-d9y8exdy6s] {
    font-weight: 700;
    font-size: 14px;
}

.auth-sub[b-d9y8exdy6s] {
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-body[b-d9y8exdy6s] {
    background: rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.auth-body h1[b-d9y8exdy6s] {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.auth-home-actions[b-d9y8exdy6s] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.auth-btn[b-d9y8exdy6s] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    background: #333743;
    color: #f1f4f8;
    font-size: 12px;
    padding: 0 12px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.auth-home-btn:hover[b-d9y8exdy6s] {
    background: #3b4150;
}

.auth-msg[b-d9y8exdy6s] {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
}

.auth-msg-ok[b-d9y8exdy6s] {
    background: rgba(35, 161, 111, 0.24);
    border: 1px solid rgba(71, 212, 152, 0.4);
    color: rgba(209, 255, 236, 0.95);
}

.auth-msg-err[b-d9y8exdy6s] {
    background: rgba(172, 71, 71, 0.24);
    color: rgba(255, 236, 236, 0.95);
    border: 1px solid rgba(224, 109, 109, 0.28);
}
/* /Components/Pages/Login.razor.rz.scp.css */
.auth-wrap[b-utfju43nsk] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 12px;
    box-sizing: border-box;
    background: #2f3138;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: rgba(236, 239, 245, 0.94);
}

.auth-card[b-utfju43nsk] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

.auth-head[b-utfju43nsk] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-logo[b-utfju43nsk] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1eb5d6, #4d6fd5 70%, #2ca96d);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}

.auth-title[b-utfju43nsk] {
    font-weight: 700;
    font-size: 14px;
}

.auth-sub[b-utfju43nsk] {
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-body[b-utfju43nsk] {
    background: rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.auth-body h1[b-utfju43nsk] {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.auth-form[b-utfju43nsk] {
    display: grid;
    gap: 10px;
}

.auth-field[b-utfju43nsk] {
    display: grid;
    gap: 5px;
}

.auth-field label[b-utfju43nsk] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-field input[b-utfju43nsk] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    padding: 0 10px;
    background: #232730;
    color: rgba(236, 239, 245, 0.94);
    outline: none;
}

.auth-row[b-utfju43nsk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.auth-alt[b-utfju43nsk] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-alt a[b-utfju43nsk] {
    color: rgba(223, 230, 242, 0.95);
    text-decoration: none;
}

.auth-alt a:hover[b-utfju43nsk] {
    text-decoration: underline;
}

.auth-btn[b-utfju43nsk] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    background: #333743;
    color: #f1f4f8;
    font-size: 12px;
    padding: 0 12px;
}

.auth-msg[b-utfju43nsk] {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
}

.auth-msg-err[b-utfju43nsk] {
    background: rgba(172, 71, 71, 0.24);
    color: rgba(255, 236, 236, 0.95);
    border: 1px solid rgba(224, 109, 109, 0.28);
}
/* /Components/Pages/OAuthConsent.razor.rz.scp.css */
.auth-wrap[b-jbw4x7c42n] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 12px;
    box-sizing: border-box;
    background: #2f3138;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: rgba(236, 239, 245, 0.94);
}

.auth-card[b-jbw4x7c42n] {
    width: min(560px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

.auth-head[b-jbw4x7c42n] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-logo[b-jbw4x7c42n] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1eb5d6, #4d6fd5 70%, #2ca96d);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}

.auth-title[b-jbw4x7c42n] {
    font-weight: 700;
    font-size: 14px;
}

.auth-sub[b-jbw4x7c42n] {
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-body[b-jbw4x7c42n] {
    background: rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.auth-body h1[b-jbw4x7c42n] {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.auth-copy[b-jbw4x7c42n] {
    margin: 0;
    font-size: 12px;
    color: rgba(173, 181, 195, 0.8);
}

.auth-meta[b-jbw4x7c42n] {
    display: grid;
    gap: 6px;
}

.auth-meta-row[b-jbw4x7c42n] {
    display: grid;
    grid-template-columns: 72px 1fr;
    align-items: center;
    gap: 8px;
}

.auth-meta-row span[b-jbw4x7c42n] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.8);
}

.auth-meta-row code[b-jbw4x7c42n] {
    font-size: 12px;
    color: rgba(236, 239, 245, 0.94);
    background: #232730;
    border-radius: 6px;
    padding: 6px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.auth-form[b-jbw4x7c42n] {
    display: grid;
}

.auth-consent-actions[b-jbw4x7c42n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.auth-btn[b-jbw4x7c42n] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    background: #333743;
    color: #f1f4f8;
    font-size: 12px;
    padding: 0 12px;
}

.auth-btn:hover[b-jbw4x7c42n] {
    background: #3b4150;
}

.auth-deny-btn[b-jbw4x7c42n] {
    background: #2a2d36;
}

.auth-msg[b-jbw4x7c42n] {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
}

.auth-msg-err[b-jbw4x7c42n] {
    background: rgba(172, 71, 71, 0.24);
    color: rgba(255, 236, 236, 0.95);
    border: 1px solid rgba(224, 109, 109, 0.28);
}
/* /Components/Pages/Signup.razor.rz.scp.css */
.auth-wrap[b-s9gqnfw2ar] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 12px;
    box-sizing: border-box;
    background: #2f3138;
    font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
    color: rgba(236, 239, 245, 0.94);
}

.auth-card[b-s9gqnfw2ar] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

.auth-head[b-s9gqnfw2ar] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.auth-logo[b-s9gqnfw2ar] {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: linear-gradient(135deg, #1eb5d6, #4d6fd5 70%, #2ca96d);
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}

.auth-title[b-s9gqnfw2ar] {
    font-weight: 700;
    font-size: 14px;
}

.auth-sub[b-s9gqnfw2ar] {
    font-size: 11px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-body[b-s9gqnfw2ar] {
    background: rgba(0, 0, 0, 0.17);
    border-radius: 10px;
    padding: 12px;
    display: grid;
    gap: 10px;
}

.auth-body h1[b-s9gqnfw2ar] {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}

.auth-form[b-s9gqnfw2ar] {
    display: grid;
    gap: 10px;
}

.auth-field[b-s9gqnfw2ar] {
    display: grid;
    gap: 5px;
}

.auth-field label[b-s9gqnfw2ar] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-field input[b-s9gqnfw2ar] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    padding: 0 10px;
    background: #232730;
    color: rgba(236, 239, 245, 0.94);
    outline: none;
}

.auth-row[b-s9gqnfw2ar] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
}

.auth-alt[b-s9gqnfw2ar] {
    font-size: 12px;
    color: rgba(173, 181, 195, 0.72);
}

.auth-alt a[b-s9gqnfw2ar] {
    color: rgba(223, 230, 242, 0.95);
    text-decoration: none;
}

.auth-alt a:hover[b-s9gqnfw2ar] {
    text-decoration: underline;
}

.auth-btn[b-s9gqnfw2ar] {
    height: 34px;
    border: 0;
    border-radius: 7px;
    background: #333743;
    color: #f1f4f8;
    font-size: 12px;
    padding: 0 12px;
}

.auth-msg[b-s9gqnfw2ar] {
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 12px;
}

.auth-msg-err[b-s9gqnfw2ar] {
    background: rgba(172, 71, 71, 0.24);
    color: rgba(255, 236, 236, 0.95);
    border: 1px solid rgba(224, 109, 109, 0.28);
}
