/* _content/MobedNet.AdminWeb/Components/Layout/DebugPanel.razor.rz.scp.css */
.debug-panel[b-jlwpufpipf] {
    position: fixed;
    top: 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;
    }
/* _content/MobedNet.AdminWeb/Components/Pages/Charge.razor.rz.scp.css */
.mb-charge-container[b-swputvu3fl] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.mb-fap-grid[b-swputvu3fl] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mb-fap-item[b-swputvu3fl] {
    width: 100%;
    padding: 16px;
    background: var(--rz-base-background-color);
    border: 1px solid var(--rz-border-color);
    border-radius: var(--rz-border-radius);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: background 0.15s;
}

.mb-fap-item:hover[b-swputvu3fl] {
    background: var(--rz-primary-lighter);
}

.mb-fap-item-amount[b-swputvu3fl] {
    color: var(--rz-success);
    font-size: 1.2rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .mb-charge-container[b-swputvu3fl] {
        width: 40%;
    }
}
