/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fh7v0nuy6r] {
    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-fh7v0nuy6r] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Modules/TreeView.razor.rz.scp.css */
[b-uxpy6bcwav] .sortable-ghost {
    visibility: hidden;
}

[b-uxpy6bcwav] .sortable-fallback {
    opacity: 1 !important
}
/* /Components/Pages/Login.razor.rz.scp.css */
.login-wrapper[b-84x3b95bp3] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: #000;
}

.login-box[b-84x3b95bp3] {
    width: 360px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.login-box h2[b-84x3b95bp3] {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
}

.login-form[b-84x3b95bp3] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.login-form input[b-84x3b95bp3] {
    background: #111;
    border: 1px solid #333;
    border-radius: 6px;
    color: #fff;
    font-size: 0.95rem;
    padding: 10px 14px;
    outline: none;
    transition: border-color 0.15s;
}

.login-form input:focus[b-84x3b95bp3] {
    border-color: #555;
}

.login-form input[b-84x3b95bp3]::placeholder {
    color: #555;
}

.login-form button[b-84x3b95bp3] {
    margin-top: 4px;
    background: #fff;
    color: #000;
    border: none;
    border-radius: 6px;
    padding: 10px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s;
}

.login-form button:hover[b-84x3b95bp3] {
    background: #ddd;
}

.login-form button:disabled[b-84x3b95bp3] {
    background: #444;
    color: #888;
    cursor: default;
}

.login-error[b-84x3b95bp3] {
    color: #f87171;
    font-size: 0.85rem;
    text-align: center;
}
