/* /Components/Common/QsAppShell.razor.rz.scp.css */
.qs-app-shell[b-g9os551h7r] {
    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-g9os551h7r] {
    display: none;
}

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

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

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

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

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

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

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

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

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

    .qs-launch-grid[b-g9os551h7r] {
        grid-template-columns: 1fr;
        grid-template-rows: minmax(180px, auto) 1fr;
    }
}
/* /Components/Common/QsAppSidebar.razor.rz.scp.css */
.qs-launch-left[b-3bf2pasldo] {
    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-3bf2pasldo] {
    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-3bf2pasldo] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.qs-launch-appicon[b-3bf2pasldo] {
    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-3bf2pasldo] {
    font-size: 14px;
    font-weight: 700 !important;
    color: rgba(255, 255, 255, 0.92);
}

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

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

[b-3bf2pasldo] .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-3bf2pasldo] .qs-launch-navitem:hover {
    background: rgba(255, 255, 255, 0.02);
    color: #d8ddea;
    opacity: 1;
}

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

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

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

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

.qs-launch-leftfoot[b-3bf2pasldo] {
    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-3bf2pasldo] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.qs-launch-iconbtn[b-3bf2pasldo] {
    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-3bf2pasldo] {
    background: rgba(255, 255, 255, 0.06);
}

.qs-user-avatar[b-3bf2pasldo] {
    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-3bf2pasldo] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.qs-user-name[b-3bf2pasldo] {
    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-3bf2pasldo] {
    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-3bf2pasldo] {
    background: rgba(255, 255, 255, 0.06);
}
/* /Components/Layout/AppShellLayout.razor.rz.scp.css */
.qs-launch-main[b-r2srn1d57p] {
    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-r2srn1d57p] {
    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-r2srn1d57p] .qs-session-screen {
    min-height: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    gap: 0;
}

[b-r2srn1d57p] .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-r2srn1d57p] .qs-page-header-main {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2px;
}

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-header-menu-panel.show {
    display: block;
}

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-header-menu-item:hover,
[b-r2srn1d57p] .qs-header-menu-item:focus {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

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

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

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

[b-r2srn1d57p] .qs-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    min-width: 0;
}

[b-r2srn1d57p] .qs-breadcrumb a {
    color: rgba(173, 181, 195, 0.86);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    white-space: nowrap;
}

[b-r2srn1d57p] .qs-breadcrumb a:hover,
[b-r2srn1d57p] .qs-breadcrumb a:focus {
    color: rgba(236, 239, 245, 0.94);
    border-bottom-color: rgba(236, 239, 245, 0.25);
}

[b-r2srn1d57p] .qs-breadcrumb-sep {
    opacity: 0.55;
}

[b-r2srn1d57p] .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-r2srn1d57p] .qs-page-text {
    margin: 0;
    color: rgba(206, 222, 243, 0.86);
}

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .qs-session-tab.sel,
[b-r2srn1d57p] .qs-session-tab.active,
[b-r2srn1d57p] .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-r2srn1d57p] .qs-session-tab:hover {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.95);
}

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

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

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

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

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

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

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

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

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-kpi-icon {
    font-size: 24px;
    line-height: 1;
    opacity: 0.95;
}

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

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

[b-r2srn1d57p] .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;
}

/* Card headers are not sticky. (Sticky card headers can overlap table headers.) */

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-search-toolbar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-search-input::placeholder {
    color: rgba(255, 255, 255, 0.62);
}

[b-r2srn1d57p] .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-r2srn1d57p] .qs-inline-form {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
}

[b-r2srn1d57p] .qs-input {
    height: 36px;
    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;
    min-width: 0;
}

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

[b-r2srn1d57p] .qs-textarea {
    height: auto;
    padding: 8px 10px;
    resize: vertical;
    font-weight: 500;
}

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

[b-r2srn1d57p] .qs-btn {
    height: 36px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.20);
    color: rgba(236, 239, 245, 0.94);
    font-size: 12px;
    font-weight: 600;
    padding: 0 12px;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, opacity .16s ease;
}

[b-r2srn1d57p] .qs-btn:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.14);
    color: #fff;
}

[b-r2srn1d57p] .qs-btn:disabled {
    opacity: 0.6;
    cursor: default;
}

[b-r2srn1d57p] .qs-btn-primary {
    background: rgba(48, 86, 160, 0.58);
    border-color: rgba(255, 255, 255, 0.10);
}

[b-r2srn1d57p] .qs-btn-primary:hover {
    background: rgba(48, 86, 160, 0.72);
}

[b-r2srn1d57p] .qs-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

[b-r2srn1d57p] .qs-field {
    display: grid;
    gap: 6px;
    min-width: 0;
}

[b-r2srn1d57p] .qs-span-2 {
    grid-column: 1 / -1;
}

[b-r2srn1d57p] .qs-form-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 12px;
}

[b-r2srn1d57p] .qs-inline-badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

[b-r2srn1d57p] .qs-code-block {
    margin: 0;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(0, 0, 0, 0.25);
    color: rgba(236, 239, 245, 0.94);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 12px;
    line-height: 1.35;
    white-space: pre;
    overflow: auto;
}

[b-r2srn1d57p] .qs-token-grid {
    display: grid;
    gap: 8px;
}

[b-r2srn1d57p] .qs-token-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

[b-r2srn1d57p] .qs-token-label {
    width: 120px;
    max-width: 40%;
    color: rgba(173, 181, 195, 0.72);
    flex: 0 0 auto;
}

[b-r2srn1d57p] .qs-token-value {
    min-width: 0;
    overflow: auto;
}

[b-r2srn1d57p] .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-r2srn1d57p] .qs-icon-btn:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

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

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

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

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

[b-r2srn1d57p] .qs-data-table th,
[b-r2srn1d57p] .qs-data-table td {
    text-align: left;
    vertical-align: top;
    padding: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: transparent;
}

[b-r2srn1d57p] .qs-data-table th {
    color: rgba(236, 239, 245, 0.92);
    font-weight: 600 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

[b-r2srn1d57p] .qs-data-table thead th {
    background: rgba(255, 255, 255, 0.03);
}

/* Sticky table headers are opt-in via .qs-sticky-head on the table wrapper. */
[b-r2srn1d57p] .qs-data-table-wrap.qs-sticky-head thead th {
    position: sticky;
    top: var(--qs-sticky-offset);
    z-index: 6;
}

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

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

[b-r2srn1d57p] .qs-data-table tbody tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-session-label {
    width: 220px;
    max-width: 45%;
    color: rgba(173, 181, 195, 0.72);
    flex: 0 0 auto;
}

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .qs-badge-neutral {
    color: rgba(216, 229, 247, 0.92);
    background: rgba(12, 18, 33, 0.55);
}

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .qs-log-payload {
    margin-top: 4px;
}

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

[b-r2srn1d57p] .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-r2srn1d57p] .agentpanel {
    height: 100%;
    min-height: 520px;
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 10px;
}

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .shell-tab.shell-tab-active,
[b-r2srn1d57p] .shell-tab.active,
[b-r2srn1d57p] .shell-tab:hover {
    background: rgba(255, 255, 255, 0.06);
}

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

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

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

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

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .agentrow.agent .agentbubble {
    padding: 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

[b-r2srn1d57p] .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-r2srn1d57p] .agentinline i {
    margin-top: 1px;
    font-size: 12px;
    opacity: 0.9;
}

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .agentcomposebar {
    position: absolute;
    left: 8px;
    right: 40px;
    bottom: 8px;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-r2srn1d57p] .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-r2srn1d57p] .agentdropbtn i {
    font-size: 9px;
    opacity: 0.85;
}

[b-r2srn1d57p] .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-r2srn1d57p] {
    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-r2srn1d57p] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

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

[b-r2srn1d57p] .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-r2srn1d57p] .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-r2srn1d57p] .qs-modal-title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.95);
}

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

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

[b-r2srn1d57p] .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-r2srn1d57p] .qs-sortth:hover {
    color: rgba(255, 255, 255, 0.92);
}

[b-r2srn1d57p] .qs-sortglyph {
    opacity: 0.8;
    font-size: 12px;
}
/* /Components/Layout/LaunchLayout.razor.rz.scp.css */
#blazor-error-ui[b-q5ej6rrhmg] {
    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-q5ej6rrhmg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-3yejjj21fx] {
    display: grid;
    grid-template-rows: 56px 1fr;
    height: 100vh;
    background: var(--canvas, #0b1020);
    color: #e5e7eb;
}

.topbar[b-3yejjj21fx] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 10px 12px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
}

.brand[b-3yejjj21fx] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    min-width: 220px;
}

.avatar[b-3yejjj21fx] {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand-c, #FF000D), var(--brand-a, #D60954), var(--brand-b, #FF0066));
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.28);
}

.stack[b-3yejjj21fx] {
    line-height: 1.05;
}

.brand .t[b-3yejjj21fx] {
    font-weight: 900;
    letter-spacing: 0.2px;
    font-size: 13px;
}

.brand .s[b-3yejjj21fx] {
    font-size: 11px;
    opacity: 0.78;
    margin-top: 2px;
}

.menu[b-3yejjj21fx] {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    min-width: 0;
    overflow: auto;
    padding-bottom: 2px;
}

.item[b-3yejjj21fx] {
    padding: 7px 10px;
    border-radius: 10px;
    color: #e5e7eb;
    text-decoration: none;
    border: 1px solid transparent;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 750;
    letter-spacing: 0.1px;
}

.item:hover[b-3yejjj21fx] {
    background: rgba(255, 255, 255, 0.06);
}

.item.active[b-3yejjj21fx] {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.35);
}

.tools[b-3yejjj21fx] {
    flex: 0 0 auto;
    display: flex;
    gap: 8px;
}

.iconbtn[b-3yejjj21fx] {
    width: 38px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(255, 255, 255, 0.06);
    color: #e5e7eb;
    cursor: pointer;
    display: grid;
    place-items: center;
}

.iconbtn:hover[b-3yejjj21fx] {
    background: rgba(255, 255, 255, 0.1);
}

.main[b-3yejjj21fx] {
    padding: 14px;
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}

@media (max-width: 800px) {
    .brand[b-3yejjj21fx] {
        min-width: 0;
    }

    .brand .s[b-3yejjj21fx],
    .item span[b-3yejjj21fx] {
        display: none;
    }

    .item[b-3yejjj21fx] {
        padding: 7px 9px;
    }
}

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

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-g8f2htbula],
.components-reconnect-repeated-attempt-visible[b-g8f2htbula],
.components-reconnect-failed-visible[b-g8f2htbula],
.components-pause-visible[b-g8f2htbula],
.components-resume-failed-visible[b-g8f2htbula],
.components-rejoining-animation[b-g8f2htbula] {
    display: none;
}

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


#components-reconnect-modal[b-g8f2htbula] {
    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-g8f2htbula 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-g8f2htbula {
    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-pf7panv1k9] {
    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-pf7panv1k9] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

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

.auth-logo[b-pf7panv1k9] {
    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-pf7panv1k9] {
    font-weight: 700;
    font-size: 14px;
}

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

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

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

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

.auth-btn[b-pf7panv1k9] {
    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-pf7panv1k9] {
    background: #3b4150;
}

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

.auth-msg-ok[b-pf7panv1k9] {
    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-pf7panv1k9] {
    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-s0vatw6a3x] {
    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-s0vatw6a3x] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

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

.auth-logo[b-s0vatw6a3x] {
    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-s0vatw6a3x] {
    font-weight: 700;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.auth-msg-err[b-s0vatw6a3x] {
    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-0zojbept8r] {
    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-0zojbept8r] {
    width: min(520px, 92vw);
    background: #1e1f21;
    border-radius: 10px;
    padding: 14px;
    display: grid;
    gap: 12px;
}

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

.auth-logo[b-0zojbept8r] {
    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-0zojbept8r] {
    font-weight: 700;
    font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

