/* _content/MobedNet.AdminWeb/Components/Layout/DebugPanel.razor.rz.scp.css */
.debug-panel[b-jlwpufpipf] {
    position: fixed;
    top: 12px;
    right: 12px;
    z-index: 9999;
    font-size: 12px;
    font-family: monospace;
    width: 25rem;
}

.debug-toggle[b-jlwpufpipf] {
    background: #1e1e2e;
    color: #cdd6f4;
    border: 1px solid #45475a;
    border-radius: 6px;
    padding: 4px 10px;
    cursor: pointer;
    display: block;
    margin-left: auto;
}

.debug-toggle:hover[b-jlwpufpipf] {
    background: #313244;
}

.debug-body[b-jlwpufpipf] {
    margin-top: 6px;
    background: #1e1e2e;
    color: #cdd6f4;
    border: 1px solid #45475a;
    border-radius: 6px;
    padding: 10px 14px;
}

[b-jlwpufpipf] .debug-row {
    display: flex;
    gap: 8px;
    padding: 2px 0;
}

[b-jlwpufpipf] .debug-label {
    color: #89b4fa;
    min-width: 70px;
    flex-shrink: 0;
}

[b-jlwpufpipf] .debug-jwt {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #45475a;
    word-break: break-all;
    width: 100%;
}
/* _content/MobedNet.AdminWeb/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-0ubdml1wc1] {
    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-0ubdml1wc1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
