/* _content/filedatabase/Pages/Account/Index.razor.rz.scp.css */
.account-page[b-7o0xtiiex7] {
    display: flex;
    justify-content: center;
    padding: 3rem 2.5rem 4rem;
}

.account-card[b-7o0xtiiex7] {
    background: linear-gradient(155deg, rgba(22, 31, 46, 0.92), rgba(12, 16, 27, 0.88));
    border-radius: 1.1rem;
    box-shadow: 0 28px 52px rgba(4, 8, 18, 0.58);
    max-width: 760px;
    width: 100%;
    padding: 2.75rem;
    border: 1px solid rgba(196, 48, 43, 0.22);
    display: flex;
    flex-direction: column;
    gap: 2rem;
    color: var(--text-primary);
}

.account-header h1[b-7o0xtiiex7] {
    margin: 0 0 0.35rem;
    font-size: 1.7rem;
    font-weight: 600;
}

.account-header p[b-7o0xtiiex7] {
    color: var(--text-secondary);
    margin: 0;
}

.account-status[b-7o0xtiiex7] {
    padding: 0.95rem 1.2rem;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    font-weight: 600;
    box-shadow: 0 18px 36px rgba(6, 10, 18, 0.48);
}

.account-status.success[b-7o0xtiiex7] {
    background: linear-gradient(135deg, rgba(42, 194, 148, 0.2), rgba(20, 148, 108, 0.16));
    color: #34d399;
    border-color: rgba(16, 185, 129, 0.5);
}

.account-status.error[b-7o0xtiiex7] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.28), rgba(196, 48, 43, 0.18));
    color: #fca5a5;
    border-color: rgba(196, 48, 43, 0.5);
}

.account-info[b-7o0xtiiex7] {
    display: grid;
    gap: 1rem;
}

.info-item[b-7o0xtiiex7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 1.35rem;
    background: rgba(14, 19, 31, 0.78);
    border-radius: 0.9rem;
    border: 1px solid rgba(148, 163, 199, 0.25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    gap: 1.5rem;
}

.info-label[b-7o0xtiiex7] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.info-value[b-7o0xtiiex7] {
    color: var(--text-primary);
    font-family: "Roboto Mono", monospace;
    font-size: 0.95rem;
    word-break: break-all;
}

.info-banner[b-7o0xtiiex7] {
    margin-top: 0.75rem;
    padding: 0.95rem 1.2rem;
    border-radius: 0.85rem;
    background: linear-gradient(135deg, rgba(249, 180, 52, 0.2), rgba(253, 135, 45, 0.14));
    color: #fcd34d;
    border: 1px solid rgba(245, 158, 11, 0.45);
    font-weight: 600;
}

.account-form[b-7o0xtiiex7],
.account-form-disabled[b-7o0xtiiex7] {
    background: rgba(14, 19, 31, 0.78);
    border-radius: 1rem;
    padding: 2rem 2.25rem;
    border: 1px solid rgba(148, 163, 199, 0.25);
    box-shadow: 0 20px 42px rgba(4, 8, 18, 0.52);
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.account-form h2[b-7o0xtiiex7],
.account-form-disabled h2[b-7o0xtiiex7] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
}

.account-note[b-7o0xtiiex7] {
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.5;
}

.form-grid[b-7o0xtiiex7] {
    display: grid;
    gap: 1.5rem;
}

.form-field[b-7o0xtiiex7] {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.form-field label[b-7o0xtiiex7] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.form-field .form-control[b-7o0xtiiex7] {
    padding: 0.8rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(148, 163, 199, 0.32);
    background: rgba(10, 15, 26, 0.82);
    color: var(--text-primary);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.form-field .form-control:focus[b-7o0xtiiex7] {
    outline: none;
    border-color: rgba(196, 48, 43, 0.6);
    box-shadow: 0 0 0 3px rgba(196, 48, 43, 0.28);
}

.password-input[b-7o0xtiiex7] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input .form-control[b-7o0xtiiex7] {
    padding-right: 3.5rem;
}

.password-toggle[b-7o0xtiiex7] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
}

.password-toggle[disabled][b-7o0xtiiex7] {
    opacity: 0.45;
    cursor: not-allowed;
}

.form-actions[b-7o0xtiiex7] {
    margin-top: 0.5rem;
}

.account-button[b-7o0xtiiex7] {
    padding: 0.9rem 1.65rem;
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.95), rgba(162, 35, 31, 0.92));
    color: #fff;
    border: 1px solid rgba(196, 48, 43, 0.65);
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.account-button:not([disabled]):hover[b-7o0xtiiex7] {
    transform: translateY(-2px);
    box-shadow: 0 18px 32px rgba(196, 48, 43, 0.45);
}

.account-button[disabled][b-7o0xtiiex7] {
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.validation-message[b-7o0xtiiex7] {
    color: #fca5a5;
    font-size: 0.85rem;
    margin-top: -0.25rem;
}

@media (max-width: 768px) {
    .account-page[b-7o0xtiiex7] {
        padding: 2rem 1.25rem 3rem;
    }

    .account-card[b-7o0xtiiex7] {
        padding: 2rem 1.75rem;
    }

    .account-form[b-7o0xtiiex7],
    .account-form-disabled[b-7o0xtiiex7] {
        padding: 1.75rem 1.5rem;
    }
}
/* _content/filedatabase/Pages/Auth/ConfirmEmail.razor.rz.scp.css */
.confirm-wrapper[b-uy5lcmr4pt] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a2234, #2f3b57);
    padding: 2rem;
}

.confirm-card[b-uy5lcmr4pt] {
    background: #1f273b;
    color: #fff;
    padding: 2.5rem;
    border-radius: 12px;
    max-width: 480px;
    width: 100%;
    text-align: center;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
}

.confirm-card h1[b-uy5lcmr4pt] {
    margin-bottom: 1rem;
}

.confirm-card p[b-uy5lcmr4pt] {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.8);
}

.confirm-link[b-uy5lcmr4pt] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #5c9eff, #5478f5);
    color: #fff;
    border-radius: 999px;
    font-weight: 600;
    text-decoration: none;
}

.confirm-link:hover[b-uy5lcmr4pt] {
    opacity: 0.9;
}

.confirm-error[b-uy5lcmr4pt] {
    color: #ffb3b3;
}
/* _content/filedatabase/Pages/Auth/Login.razor.rz.scp.css */
.login-page[b-swu1gjalw4] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background: linear-gradient(135deg, #1a2234, #2f3b57);
    padding: 2rem;
}

.login-card[b-swu1gjalw4] {
    background: #1f273b;
    border-radius: 12px;
    padding: 2rem 2.5rem;
    width: 100%;
    max-width: 480px;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.login-tabs[b-swu1gjalw4] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.login-tabs button[b-swu1gjalw4] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 0.6rem 1rem;
    color: rgba(255, 255, 255, 0.7);
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.login-tabs button:hover[b-swu1gjalw4] {
    border-color: rgba(255, 255, 255, 0.4);
}

.login-tabs button.active[b-swu1gjalw4] {
    background: linear-gradient(135deg, #5c9eff, #5478f5);
    color: #fff;
    border-color: transparent;
}

.login-panel[b-swu1gjalw4] {
    animation: fade-in-b-swu1gjalw4 0.2s ease;
}

.login-title[b-swu1gjalw4] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.login-subtitle[b-swu1gjalw4] {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

.login-field[b-swu1gjalw4] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;
}

.login-field label[b-swu1gjalw4] {
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.85);
}

.login-field .form-control[b-swu1gjalw4] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem 1rem;
    border-radius: 8px;
    color: #fff;
}

.login-field .form-control:focus[b-swu1gjalw4] {
    outline: none;
    border-color: #5c9eff;
    box-shadow: 0 0 0 0.2rem rgba(92, 158, 255, 0.2);
}

.login-button[b-swu1gjalw4] {
    width: 100%;
    background: linear-gradient(135deg, #5c9eff, #5478f5);
    color: #fff;
    border: none;
    padding: 0.9rem 1rem;
    border-radius: 8px;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.login-button:hover:not([disabled])[b-swu1gjalw4] {
    transform: translateY(-1px);
    box-shadow: 0 10px 18px rgba(92, 158, 255, 0.3);
}

.login-button[disabled][b-swu1gjalw4] {
    opacity: 0.6;
    cursor: not-allowed;
}

.login-error[b-swu1gjalw4] {
    background: rgba(255, 87, 87, 0.15);
    border: 1px solid rgba(255, 87, 87, 0.4);
    color: #ffb3b3;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
}

.login-status[b-swu1gjalw4] {
    padding: 0.8rem 1rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    border: 1px solid transparent;
    font-weight: 500;
}

.login-status.success[b-swu1gjalw4] {
    background: rgba(76, 217, 149, 0.18);
    border-color: rgba(76, 217, 149, 0.35);
    color: #b0ffd5;
}

.login-status.error[b-swu1gjalw4] {
    background: rgba(255, 87, 87, 0.18);
    border-color: rgba(255, 87, 87, 0.35);
    color: #ffb3b3;
}

.validation-message[b-swu1gjalw4] {
    color: #ffb3b3;
    font-size: 0.875rem;
    margin-top: 0.35rem;
}

@keyframes fade-in-b-swu1gjalw4 {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/filedatabase/Pages/FileExplorer.razor.rz.scp.css */
.file-manager-page[b-563s71qthw] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.file-manager-header[b-563s71qthw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.file-manager-title[b-563s71qthw] {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
}

.file-manager-subtitle[b-563s71qthw] {
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
}

.qk-explorer[b-563s71qthw] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: rgba(17, 24, 39, 0.8);
    border-radius: 0.75rem;
    padding: 1rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}

.qk-explorer-row[b-563s71qthw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qk-explorer-row.navigation[b-563s71qthw] {
    flex-wrap: wrap;
}

.qk-explorer-button[b-563s71qthw] {
    background: rgba(59, 130, 246, 0.15);
    border: 1px solid rgba(59, 130, 246, 0.4);
    color: #fff;
    border-radius: 0.5rem;
    padding: 0.45rem 0.9rem;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.qk-explorer-button:hover:enabled[b-563s71qthw] {
    background: rgba(59, 130, 246, 0.25);
    transform: translateY(-1px);
}

.qk-explorer-button:disabled[b-563s71qthw] {
    opacity: 0.5;
    cursor: not-allowed;
}

.qk-explorer-button.qk-no-bg[b-563s71qthw] {
    background: transparent;
    border: none;
    padding: 0.25rem 0.5rem;
}

.qk-explorer-root-label[b-563s71qthw] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.qk-explorer-root-select[b-563s71qthw] {
    min-width: 160px;
    border-radius: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(31, 41, 55, 0.9);
    padding: 0.35rem 0.75rem;
    color: #fff;
}

.qk-explorer-root-select:focus[b-563s71qthw] {
    outline: none;
    border-color: rgba(59, 130, 246, 0.6);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.qk-explorer-path[b-563s71qthw] {
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.qk-explorer-path-display[b-563s71qthw] {
    flex: 1;
    min-width: 200px;
    padding: 0.35rem 0.75rem;
    background: rgba(31, 41, 55, 0.8);
    border-radius: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
}

.qk-explorer-search[b-563s71qthw] {
    min-width: 160px;
    border-radius: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(31, 41, 55, 0.9);
    padding: 0.4rem 0.75rem;
    color: #fff;
}

.qk-explorer-toolbar[b-563s71qthw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.qk-explorer-body[b-563s71qthw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.qk-explorer-files[b-563s71qthw] {
    border-radius: 0.75rem;
    background: rgba(15, 23, 42, 0.85);
    overflow: hidden;
}

.qk-explorer-loading[b-563s71qthw] {
    padding: 1.5rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.qk-explorer-table[b-563s71qthw] {
    width: 100%;
    border-collapse: collapse;
}

.qk-explorer-table thead[b-563s71qthw] {
    background: rgba(30, 41, 59, 0.9);
}

.qk-explorer-table th[b-563s71qthw],
.qk-explorer-table td[b-563s71qthw] {
    padding: 0.75rem 1rem;
    text-align: left;
    border-bottom: 1px solid rgba(148, 163, 184, 0.15);
}

.qk-explorer-table tbody tr[b-563s71qthw] {
    cursor: pointer;
    transition: background 0.15s ease;
}

.qk-explorer-table tbody tr:hover[b-563s71qthw] {
    background: rgba(59, 130, 246, 0.12);
}

.qk-explorer-table tbody tr.selected[b-563s71qthw] {
    background: rgba(59, 130, 246, 0.25);
}

.qk-explorer-table tbody tr.directory td:first-child[b-563s71qthw] {
    font-weight: 600;
}

.qk-dialog-backdrop[b-563s71qthw] {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.65);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.qk-dialog[b-563s71qthw] {
    background: rgba(15, 23, 42, 0.95);
    border-radius: 0.75rem;
    padding: 1.5rem;
    width: min(480px, 90vw);
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.45);
}

.qk-dialog h3[b-563s71qthw] {
    margin: 0;
    font-size: 1.25rem;
}

.qk-dialog-error[b-563s71qthw] {
    margin: 0;
    color: #f87171;
    font-size: 0.95rem;
}

.qk-dialog-input[b-563s71qthw],
.qk-dialog-textarea[b-563s71qthw] {
    width: 100%;
    border-radius: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(30, 41, 59, 0.9);
    padding: 0.5rem 0.75rem;
    color: #fff;
}

.qk-dialog-textarea[b-563s71qthw] {
    min-height: 120px;
    resize: vertical;
}

.qk-dialog-actions[b-563s71qthw] {
    display: flex;
    justify-content: flex-end;
    gap: 0.75rem;
}

.qk-dialog-browser[b-563s71qthw] {
    max-height: 280px;
    overflow-y: auto;
    border-radius: 0.5rem;
    background: rgba(30, 41, 59, 0.8);
    padding: 0.5rem 0;
}

.qk-dialog-browser ul[b-563s71qthw] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qk-dialog-browser li[b-563s71qthw] {
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.15s ease;
}

.qk-dialog-browser li:hover[b-563s71qthw] {
    background: rgba(59, 130, 246, 0.2);
}

.qk-dialog-path[b-563s71qthw] {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
}

.qk-editor[b-563s71qthw] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    background: rgba(15, 23, 42, 0.9);
    border-radius: 0.75rem;
    padding: 1rem;
}

.qk-editor-header[b-563s71qthw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qk-editor-header h2[b-563s71qthw] {
    margin: 0;
    font-size: 1.15rem;
}

.qk-editor-actions[b-563s71qthw] {
    display: flex;
    gap: 0.5rem;
}

.qk-editor-textarea[b-563s71qthw] {
    min-height: 240px;
    border-radius: 0.5rem;
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(17, 24, 39, 0.95);
    color: #fff;
    padding: 0.75rem;
    resize: vertical;
}

@media (max-width: 768px) {
    .qk-explorer[b-563s71qthw] {
        padding: 0.75rem;
    }

    .qk-explorer-row.navigation[b-563s71qthw] {
        flex-direction: column;
        align-items: stretch;
    }

    .qk-explorer-path-display[b-563s71qthw] {
        width: 100%;
    }

    .qk-explorer-toolbar[b-563s71qthw] {
        justify-content: center;
    }
}
/* _content/filedatabase/Pages/Settings/Index.razor.rz.scp.css */
:host[b-druiwi8kx7] {
    display: block;
    padding: 2rem 2.5rem;
}

.settings-card[b-druiwi8kx7] {
    background: linear-gradient(155deg, rgba(22, 31, 46, 0.92), rgba(12, 16, 27, 0.88));
    border-radius: 1rem;
    box-shadow: 0 22px 44px rgba(4, 8, 18, 0.55);
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    border: 1px solid rgba(196, 48, 43, 0.18);
}

.settings-header h1[b-druiwi8kx7] {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
}

.settings-header p[b-druiwi8kx7] {
    margin: 0;
    color: var(--text-secondary);
}

.setting-row[b-druiwi8kx7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: linear-gradient(135deg, rgba(21, 27, 38, 0.85), rgba(15, 21, 32, 0.8));
    border: 1px solid rgba(196, 48, 43, 0.18);
    border-radius: 0.9rem;
    padding: 1.15rem 1.5rem;
    box-shadow: 0 12px 26px rgba(5, 10, 19, 0.35);
}

.setting-info[b-druiwi8kx7] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 0;
}

.field-label[b-druiwi8kx7] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.field-value[b-druiwi8kx7] {
    font-family: "Roboto Mono", monospace;
    font-size: 0.92rem;
    color: var(--text-primary);
    word-break: break-all;
}

.open-browser[b-druiwi8kx7] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    border: 1px solid var(--accent-primary);
    background: var(--accent-primary);
    color: #fff;
    padding: 0.65rem 1.35rem;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.open-browser:not(:disabled):hover[b-druiwi8kx7] {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(196, 48, 43, 0.38);
}

.open-browser:disabled[b-druiwi8kx7] {
    opacity: 0.55;
    cursor: not-allowed;
}

.upload-row[b-druiwi8kx7] {
    align-items: stretch;
}

.upload-trigger[b-druiwi8kx7] {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    border-radius: 999px;
    border: 1px dashed var(--accent-primary);
    color: var(--accent-primary);
    padding: 0.65rem 1.4rem;
    font-weight: 600;
    text-transform: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.upload-trigger:hover:not(.is-disabled)[b-druiwi8kx7] {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(196, 48, 43, 0.3);
    background: rgba(196, 48, 43, 0.12);
}

.upload-trigger.is-disabled[b-druiwi8kx7] {
    opacity: 0.55;
    cursor: not-allowed;
    box-shadow: none;
}

.upload-trigger .oi[b-druiwi8kx7] {
    font-size: 1rem;
}

.upload-input[b-druiwi8kx7] {
    position: absolute;
    inset: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-trigger.is-disabled .upload-input[b-druiwi8kx7] {
    cursor: not-allowed;
}

.status-banner[b-druiwi8kx7] {
    border-radius: 0.75rem;
    padding: 0.85rem 1.1rem;
    font-weight: 600;
    box-shadow: 0 16px 34px rgba(6, 10, 18, 0.45);
    border: 1px solid transparent;
}

.status-banner.pending[b-druiwi8kx7] {
    background: linear-gradient(135deg, rgba(249, 180, 52, 0.18), rgba(253, 135, 45, 0.12));
    color: #f59e0b;
    border-color: rgba(245, 158, 11, 0.45);
}

.status-banner.success[b-druiwi8kx7] {
    background: linear-gradient(135deg, rgba(42, 194, 148, 0.2), rgba(20, 148, 108, 0.16));
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.45);
}

.status-banner.error[b-druiwi8kx7] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.28), rgba(196, 48, 43, 0.18));
    color: #fca5a5;
    border-color: rgba(196, 48, 43, 0.5);
}

.setting-hint[b-druiwi8kx7] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.setting-hint a[b-druiwi8kx7] {
    color: var(--accent-primary);
    text-decoration: none;
}

.setting-hint a:hover[b-druiwi8kx7] {
    text-decoration: underline;
}

.settings-divider[b-druiwi8kx7] {
    border-top: 1px solid var(--surface-border);
    margin: 0.5rem 0;
}

.mailbox-settings[b-druiwi8kx7],
.registration-settings[b-druiwi8kx7] {
    background: linear-gradient(150deg, rgba(19, 26, 38, 0.92), rgba(11, 15, 24, 0.88));
    border: 1px solid rgba(196, 48, 43, 0.2);
    border-radius: 1rem;
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    box-shadow: 0 18px 38px rgba(4, 8, 18, 0.5);
}

.mailbox-settings h2[b-druiwi8kx7],
.registration-settings h2[b-druiwi8kx7] {
    margin: 0;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.92);
}

.mailbox-grid[b-druiwi8kx7] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.5rem;
}

.mailbox-column[b-druiwi8kx7] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    background: rgba(9, 14, 24, 0.85);
    border-radius: 0.9rem;
    padding: 1.25rem;
    border: 1px solid rgba(196, 48, 43, 0.18);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.mailbox-column h3[b-druiwi8kx7] {
    margin: 0;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.88);
}

.mailbox-field[b-druiwi8kx7] {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.mailbox-field.inline[b-druiwi8kx7] {
    flex-direction: row;
    align-items: flex-end;
    gap: 1rem;
}

.mailbox-field .form-control[b-druiwi8kx7] {
    padding: 0.6rem 0.75rem;
    border-radius: 0.6rem;
    border: 1px solid rgba(196, 48, 43, 0.28);
    background: rgba(6, 10, 20, 0.9);
    color: var(--text-primary);
    box-shadow: 0 6px 14px rgba(3, 7, 16, 0.45);
}

.mailbox-field .form-control[b-druiwi8kx7]::placeholder {
    color: rgba(226, 232, 240, 0.5);
}

.mailbox-field .form-control:focus[b-druiwi8kx7] {
    outline: none;
    border-color: rgba(196, 48, 43, 0.55);
    box-shadow: 0 0 0 3px rgba(196, 48, 43, 0.25);
}

.checkbox-field[b-druiwi8kx7] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: rgba(236, 244, 255, 0.78);
}

.password-input[b-druiwi8kx7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.password-toggle[b-druiwi8kx7] {
    border: 1px solid rgba(196, 48, 43, 0.28);
    background: rgba(196, 48, 43, 0.12);
    color: rgba(255, 236, 236, 0.92);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.2s ease;
}

.password-toggle:hover[b-druiwi8kx7] {
    background: rgba(196, 48, 43, 0.2);
    transform: translateY(-1px);
}

.mailbox-actions[b-druiwi8kx7] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.settings-primary[b-druiwi8kx7],
.settings-secondary[b-druiwi8kx7] {
    border-radius: 999px;
    padding: 0.6rem 1.4rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.settings-primary[b-druiwi8kx7] {
    background: linear-gradient(135deg, #c4302b, #a2231f);
    color: #fff;
    box-shadow: 0 14px 32px rgba(196, 48, 43, 0.45);
}

.settings-secondary[b-druiwi8kx7] {
    background: rgba(9, 14, 24, 0.9);
    border: 1px solid rgba(196, 48, 43, 0.28);
    color: rgba(236, 244, 255, 0.85);
    box-shadow: 0 10px 24px rgba(4, 8, 18, 0.45);
}

.mailbox-test[b-druiwi8kx7] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.mailbox-test .form-control[b-druiwi8kx7] {
    border-radius: 999px;
    padding: 0.55rem 1rem;
    border: 1px solid rgba(196, 48, 43, 0.28);
    background: rgba(6, 10, 20, 0.92);
    color: var(--text-primary);
}

.mailbox-test .form-control[b-druiwi8kx7]::placeholder {
    color: rgba(226, 232, 240, 0.5);
}

.registration-grid[b-druiwi8kx7] {
    display: grid;
    gap: 1.25rem;
}

.registration-domain[b-druiwi8kx7] {
    background: rgba(9, 14, 24, 0.85);
    border-radius: 0.9rem;
    border: 1px solid rgba(196, 48, 43, 0.18);
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.registration-permissions[b-druiwi8kx7],
.registration-pages[b-druiwi8kx7] {
    background: rgba(9, 14, 24, 0.85);
    border-radius: 0.9rem;
    border: 1px solid rgba(196, 48, 43, 0.18);
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.registration-permissions label[b-druiwi8kx7],
.registration-pages .page-option[b-druiwi8kx7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
}

.registration-pages .page-list[b-druiwi8kx7] {
    display: grid;
    gap: 0.65rem;
}

.registration-actions[b-druiwi8kx7] {
    display: flex;
    justify-content: flex-end;
}

.settings-primary[disabled][b-druiwi8kx7],
.settings-secondary[disabled][b-druiwi8kx7] {
    opacity: 0.6;
    cursor: not-allowed;
}

.ocr-status-row[b-druiwi8kx7] {
    margin-top: -0.25rem;
}

.ocr-status-value[b-druiwi8kx7] {
    padding: 0.35rem 1rem;
    border-radius: 999px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ocr-status-value.pending[b-druiwi8kx7] {
    background: rgba(148, 163, 184, 0.12);
    color: rgba(148, 163, 184, 0.95);
}

.ocr-status-value.ready[b-druiwi8kx7] {
    background: rgba(34, 197, 94, 0.12);
    color: rgba(34, 197, 94, 0.95);
}

.ocr-status-value.error[b-druiwi8kx7] {
    background: rgba(248, 113, 113, 0.12);
    color: rgba(248, 113, 113, 0.95);
}

.browser-overlay[b-druiwi8kx7] {
    position: fixed;
    inset: 0;
    background: rgba(10, 12, 16, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    z-index: 1200;
}

.overlay-panel[b-druiwi8kx7] {
    width: min(720px, 100%);
    background: #0f1218;
    color: #f1f5f9;
    border-radius: 1rem;
    box-shadow: 0 28px 55px rgba(2, 8, 23, 0.65);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 4rem);
    overflow: hidden;
}

.overlay-header[b-druiwi8kx7] {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    padding: 1.25rem 1.75rem;
    background: linear-gradient(180deg, rgba(24, 32, 44, 0.95), rgba(17, 23, 32, 0.85));
    gap: 1rem;
}

.overlay-back[b-druiwi8kx7],
.overlay-close[b-druiwi8kx7],
.path-apply[b-druiwi8kx7] {
    background: rgba(32, 41, 55, 0.9);
    border: 1px solid rgba(77, 90, 110, 0.6);
    color: #f1f5f9;
    border-radius: 999px;
    padding: 0.45rem 0.65rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease, transform 0.2s ease;
}

.overlay-back:not(:disabled):hover[b-druiwi8kx7],
.overlay-close:not(:disabled):hover[b-druiwi8kx7],
.path-apply:not(:disabled):hover[b-druiwi8kx7] {
    background: rgba(59, 73, 98, 0.95);
    transform: translateY(-1px);
}

.overlay-back:disabled[b-druiwi8kx7] {
    opacity: 0.35;
    cursor: not-allowed;
}

.overlay-title[b-druiwi8kx7] {
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.overlay-body[b-druiwi8kx7] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.75rem;
    gap: 1.25rem;
    flex: 1;
    overflow: hidden;
    background: #0b0f15;
}

.overlay-controls[b-druiwi8kx7] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.overlay-controls label[b-druiwi8kx7] {
    font-size: 0.85rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(148, 208, 255, 0.9);
}

.path-input-group[b-druiwi8kx7] {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.6rem;
}

.path-input-group input[b-druiwi8kx7] {
    background: rgba(16, 21, 30, 0.95);
    border: 1px solid rgba(0, 172, 223, 0.45);
    border-radius: 0.75rem;
    padding: 0.7rem 0.85rem;
    color: #e0f2fe;
    font-family: "Roboto Mono", monospace;
    font-size: 0.95rem;
    transition: border 0.2s ease, box-shadow 0.2s ease;
}

.path-input-group input[b-druiwi8kx7]::placeholder {
    color: rgba(148, 163, 184, 0.65);
}

.path-input-group input:focus[b-druiwi8kx7] {
    outline: none;
    border-color: rgba(0, 196, 255, 0.8);
    box-shadow: 0 0 0 3px rgba(0, 196, 255, 0.18);
}

.browser-alert[b-druiwi8kx7] {
    background: rgba(229, 72, 72, 0.16);
    border: 1px solid rgba(255, 115, 115, 0.45);
    color: #fca5a5;
    border-radius: 0.85rem;
    padding: 0.85rem 1rem;
}

.directory-list[b-druiwi8kx7] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    overflow: auto;
    flex: 1;
}

.directory-tile[b-druiwi8kx7] {
    background: rgba(19, 24, 32, 0.9);
    border-radius: 0.8rem;
    border: 1px solid rgba(51, 66, 87, 0.7);
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.directory-tile.active[b-druiwi8kx7] {
    border-color: rgba(0, 196, 255, 0.8);
    background: rgba(0, 172, 223, 0.18);
    box-shadow: 0 12px 26px rgba(0, 172, 223, 0.25);
}

.directory-tile.parent[b-druiwi8kx7] {
    border-style: dashed;
    background: rgba(19, 24, 32, 0.65);
}

.directory-button[b-druiwi8kx7] {
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.85rem;
    padding: 0.85rem 1rem;
    background: transparent;
    border: none;
    color: inherit;
    font-size: 0.95rem;
    font-weight: 500;
    text-align: left;
}

.directory-button:not(:disabled):hover[b-druiwi8kx7] {
    background: rgba(0, 172, 223, 0.08);
    transform: translateY(-1px);
}

.directory-button:disabled[b-druiwi8kx7] {
    opacity: 0.55;
}

.directory-button.parent[b-druiwi8kx7] {
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.entry-icon[b-druiwi8kx7] {
    font-size: 1.05rem;
    color: rgba(148, 208, 255, 0.95);
}

.directory-tile.parent .entry-icon[b-druiwi8kx7] {
    color: rgba(226, 232, 240, 0.8);
}

.entry-name[b-druiwi8kx7] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.entry-arrow[b-druiwi8kx7] {
    color: rgba(148, 208, 255, 0.75);
    font-size: 0.9rem;
}

.directory-empty[b-druiwi8kx7] {
    text-align: center;
    padding: 2.25rem 1rem;
    border-radius: 0.85rem;
    border: 1px dashed rgba(71, 85, 105, 0.6);
    color: rgba(203, 213, 225, 0.75);
    background: rgba(17, 23, 32, 0.75);
}

.overlay-footer[b-druiwi8kx7] {
    padding: 1.1rem 1.75rem 1.5rem;
    border-top: 1px solid rgba(41, 55, 74, 0.75);
    display: flex;
    justify-content: center;
}

.footer-primary[b-druiwi8kx7] {
    min-width: 160px;
    border-radius: 999px;
    background: linear-gradient(180deg, #00c6ff, #0096ff);
    border: 1px solid rgba(0, 150, 255, 0.85);
    color: #001220;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    box-shadow: 0 16px 32px rgba(0, 150, 255, 0.4);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-primary:not(:disabled):hover[b-druiwi8kx7] {
    transform: translateY(-1px);
    box-shadow: 0 20px 36px rgba(0, 150, 255, 0.45);
}

.footer-primary:disabled[b-druiwi8kx7] {
    opacity: 0.55;
    cursor: not-allowed;
}

@media (max-width: 720px) {
    :host[b-druiwi8kx7] {
        padding: 1.5rem;
    }

    .setting-row[b-druiwi8kx7] {
        flex-direction: column;
        align-items: stretch;
    }

    .open-browser[b-druiwi8kx7] {
        justify-content: center;
    }

    .mailbox-settings[b-druiwi8kx7],
    .registration-settings[b-druiwi8kx7] {
        padding: 1.25rem;
    }

    .mailbox-actions[b-druiwi8kx7] {
        flex-direction: column;
        align-items: stretch;
    }

    .mailbox-test[b-druiwi8kx7] {
        width: 100%;
        flex-direction: column;
        align-items: stretch;
    }

    .mailbox-test .form-control[b-druiwi8kx7] {
        width: 100%;
    }

    .overlay-panel[b-druiwi8kx7] {
        border-radius: 0.75rem;
    }

    .overlay-body[b-druiwi8kx7] {
        padding: 1.25rem;
    }

    .path-input-group[b-druiwi8kx7] {
        grid-template-columns: 1fr;
    }
}
/* _content/filedatabase/Pages/Settings/Users.razor.rz.scp.css */
.user-management-page[b-jt3h4x1nz6] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 2rem 2.5rem 3rem;
}

.user-management-header[b-jt3h4x1nz6] {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.25rem;
    background: linear-gradient(155deg, rgba(22, 31, 46, 0.92), rgba(12, 16, 27, 0.88));
    border-radius: 1rem;
    padding: 1.75rem 2rem;
    color: var(--text-primary);
    border: 1px solid rgba(196, 48, 43, 0.25);
    box-shadow: 0 26px 48px rgba(4, 8, 18, 0.58);
}

.user-management-header h1[b-jt3h4x1nz6] {
    margin: 0;
    font-size: 1.65rem;
    font-weight: 600;
}

.user-management-header p[b-jt3h4x1nz6] {
    margin: 0;
    color: var(--text-secondary);
    max-width: 460px;
}

.user-create-button[b-jt3h4x1nz6] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.95), rgba(162, 35, 31, 0.92));
    color: #fff;
    border: 1px solid rgba(196, 48, 43, 0.65);
    padding: 0.8rem 1.75rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.user-create-button:not([disabled]):hover[b-jt3h4x1nz6] {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(196, 48, 43, 0.45);
}

.user-create-button[disabled][b-jt3h4x1nz6] {
    opacity: 0.55;
    cursor: not-allowed;
    filter: grayscale(0.2);
}

.user-status[b-jt3h4x1nz6] {
    padding: 1rem 1.25rem;
    border-radius: 0.85rem;
    font-weight: 600;
    border: 1px solid transparent;
    box-shadow: 0 18px 38px rgba(6, 10, 18, 0.52);
}

.user-status.success[b-jt3h4x1nz6] {
    background: linear-gradient(135deg, rgba(42, 194, 148, 0.2), rgba(20, 148, 108, 0.16));
    color: #34d399;
    border-color: rgba(16, 185, 129, 0.5);
}

.user-status.error[b-jt3h4x1nz6] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.28), rgba(196, 48, 43, 0.18));
    color: #fca5a5;
    border-color: rgba(196, 48, 43, 0.5);
}

.user-list[b-jt3h4x1nz6] {
    background: linear-gradient(150deg, rgba(19, 26, 38, 0.92), rgba(11, 15, 24, 0.88));
    border-radius: 1rem;
    padding: 1.75rem;
    border: 1px solid rgba(148, 163, 199, 0.28);
    box-shadow: 0 24px 44px rgba(4, 8, 18, 0.55);
    backdrop-filter: blur(12px);
}

.user-empty[b-jt3h4x1nz6] {
    padding: 1.2rem;
    color: rgba(222, 231, 255, 0.74);
}

.user-table[b-jt3h4x1nz6] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.85rem;
    color: var(--text-primary);
}

.user-table thead th[b-jt3h4x1nz6] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: var(--text-secondary);
    padding: 0 1rem 0.5rem;
}

.user-table tbody tr[b-jt3h4x1nz6] {
    background: linear-gradient(140deg, rgba(23, 31, 46, 0.9), rgba(13, 20, 34, 0.82));
    box-shadow: 0 16px 34px rgba(5, 10, 19, 0.55);
    border: 1px solid rgba(148, 163, 199, 0.18);
}

.user-table tbody tr.user-admin[b-jt3h4x1nz6] {
    border-color: rgba(196, 48, 43, 0.45);
    box-shadow: 0 18px 36px rgba(196, 48, 43, 0.35);
}

.user-table td[b-jt3h4x1nz6] {
    padding: 1rem 1.1rem;
    vertical-align: top;
}

.user-table tbody tr td:first-child[b-jt3h4x1nz6] {
    border-top-left-radius: 0.85rem;
    border-bottom-left-radius: 0.85rem;
}

.user-table tbody tr td:last-child[b-jt3h4x1nz6] {
    border-top-right-radius: 0.85rem;
    border-bottom-right-radius: 0.85rem;
}

.user-table td:last-child[b-jt3h4x1nz6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.badge[b-jt3h4x1nz6] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.75rem;
    margin-right: 0.4rem;
    border-radius: 999px;
    background: rgba(148, 163, 199, 0.18);
    color: rgba(229, 235, 255, 0.85);
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid rgba(148, 163, 199, 0.32);
    text-transform: none;
    letter-spacing: 0.02em;
}

.badge-success[b-jt3h4x1nz6] {
    background: rgba(16, 185, 129, 0.22);
    color: #5ef2bd;
    border-color: rgba(16, 185, 129, 0.45);
}

.badge-warning[b-jt3h4x1nz6] {
    background: rgba(245, 158, 11, 0.18);
    color: #facc15;
    border-color: rgba(245, 158, 11, 0.4);
}

.badge-admin[b-jt3h4x1nz6] {
    background: rgba(196, 48, 43, 0.22);
    color: #fca5a5;
    border-color: rgba(196, 48, 43, 0.55);
}

.user-email[b-jt3h4x1nz6] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.email-text[b-jt3h4x1nz6] {
    font-weight: 600;
    color: var(--text-primary);
}

.user-flags[b-jt3h4x1nz6] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.user-pages-list[b-jt3h4x1nz6] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.user-pages-list li[b-jt3h4x1nz6] {
    background: rgba(148, 163, 199, 0.16);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.8rem;
    color: rgba(229, 235, 255, 0.82);
    border: 1px solid rgba(148, 163, 199, 0.28);
}

.user-pages-empty[b-jt3h4x1nz6] {
    color: rgba(222, 231, 255, 0.55);
}

.user-action[b-jt3h4x1nz6] {
    border: 1px solid rgba(148, 163, 199, 0.35);
    background: rgba(255, 255, 255, 0.06);
    color: var(--text-primary);
    padding: 0.6rem 1.1rem;
    border-radius: 0.65rem;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.01em;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.user-action:not([disabled]):hover[b-jt3h4x1nz6] {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(4, 8, 18, 0.45);
    background: rgba(255, 255, 255, 0.12);
}

.user-action.danger[b-jt3h4x1nz6] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.92), rgba(162, 35, 31, 0.88));
    border-color: rgba(196, 48, 43, 0.6);
    color: #fff;
}

.user-action[disabled][b-jt3h4x1nz6] {
    opacity: 0.5;
    cursor: not-allowed;
    box-shadow: none;
}

.user-editor[b-jt3h4x1nz6] {
    background: linear-gradient(150deg, rgba(19, 26, 38, 0.92), rgba(11, 15, 24, 0.88));
    border-radius: 1rem;
    padding: 2rem;
    border: 1px solid rgba(148, 163, 199, 0.28);
    box-shadow: 0 26px 48px rgba(4, 8, 18, 0.58);
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.user-editor h2[b-jt3h4x1nz6] {
    margin: 0;
    font-size: 1.35rem;
    font-weight: 600;
}

.editor-grid[b-jt3h4x1nz6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
}

.editor-field label[b-jt3h4x1nz6] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
}

.editor-field .form-control[b-jt3h4x1nz6] {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.65rem;
    border: 1px solid rgba(148, 163, 199, 0.32);
    background: rgba(10, 15, 26, 0.82);
    color: var(--text-primary);
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.editor-field .form-control:focus[b-jt3h4x1nz6] {
    outline: none;
    border-color: rgba(196, 48, 43, 0.6);
    box-shadow: 0 0 0 3px rgba(196, 48, 43, 0.28);
}

.editor-field .form-control[disabled][b-jt3h4x1nz6] {
    background: rgba(10, 15, 26, 0.52);
    color: rgba(222, 231, 255, 0.55);
}

.password-input[b-jt3h4x1nz6] {
    position: relative;
    display: flex;
    align-items: center;
}

.password-input .form-control[b-jt3h4x1nz6] {
    padding-right: 3.5rem;
}

.password-toggle[b-jt3h4x1nz6] {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    cursor: pointer;
    font-size: 0.75rem;
    font-weight: 600;
}

.password-toggle[disabled][b-jt3h4x1nz6] {
    opacity: 0.45;
    cursor: not-allowed;
}

.editor-note[b-jt3h4x1nz6] {
    display: block;
    margin-top: 0.5rem;
    color: rgba(222, 231, 255, 0.65);
    font-size: 0.85rem;
}

.editor-checkboxes[b-jt3h4x1nz6] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    font-weight: 600;
    color: var(--text-secondary);
}

.editor-checkboxes label[b-jt3h4x1nz6] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.editor-checkboxes input[type="checkbox"][b-jt3h4x1nz6] {
    width: 1rem;
    height: 1rem;
    accent-color: rgba(196, 48, 43, 0.85);
}

.editor-pages[b-jt3h4x1nz6] {
    border: 1px solid rgba(148, 163, 199, 0.32);
    border-radius: 1rem;
    padding: 1.5rem;
    background: rgba(10, 15, 26, 0.65);
}

.editor-pages legend[b-jt3h4x1nz6] {
    padding: 0 0.6rem;
    font-weight: 600;
    color: var(--text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
}

.editor-page-list[b-jt3h4x1nz6] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0.85rem;
    margin-top: 1rem;
}

.page-entry[b-jt3h4x1nz6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.85rem;
    border-radius: 0.85rem;
    border: 1px dashed rgba(148, 163, 199, 0.28);
    background: rgba(17, 24, 39, 0.62);
    color: var(--text-primary);
}

.page-entry input[type="checkbox"][b-jt3h4x1nz6] {
    width: 1rem;
    height: 1rem;
    accent-color: rgba(196, 48, 43, 0.85);
}

.editor-actions[b-jt3h4x1nz6] {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.editor-save[b-jt3h4x1nz6],
.editor-cancel[b-jt3h4x1nz6] {
    border: none;
    padding: 0.85rem 1.6rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.editor-save[b-jt3h4x1nz6] {
    background: linear-gradient(135deg, rgba(196, 48, 43, 0.95), rgba(162, 35, 31, 0.92));
    color: #fff;
    box-shadow: 0 16px 32px rgba(196, 48, 43, 0.4);
}

.editor-save:hover[b-jt3h4x1nz6] {
    transform: translateY(-2px);
}

.editor-cancel[b-jt3h4x1nz6] {
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-secondary);
    border: 1px solid rgba(148, 163, 199, 0.28);
}

.editor-cancel:hover[b-jt3h4x1nz6] {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(4, 8, 18, 0.38);
}

.validation-message[b-jt3h4x1nz6] {
    color: #fca5a5;
    font-size: 0.85rem;
    margin-top: 0.35rem;
}

@media (max-width: 768px) {
    .user-management-page[b-jt3h4x1nz6] {
        padding: 1.5rem 1.25rem 2.25rem;
    }

    .user-management-header[b-jt3h4x1nz6] {
        padding: 1.5rem;
    }

    .user-list[b-jt3h4x1nz6] {
        padding: 1.25rem;
    }

    .user-editor[b-jt3h4x1nz6] {
        padding: 1.5rem;
    }

    .user-table td:last-child[b-jt3h4x1nz6] {
        flex-wrap: wrap;
    }
}
/* _content/filedatabase/Shared/LoginDisplay.razor.rz.scp.css */
.login-display[b-xrt19qjou3] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #1f2937;
}

.login-user[b-xrt19qjou3] {
    font-weight: 600;
}

.login-account[b-xrt19qjou3] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
}

.login-account:hover[b-xrt19qjou3] {
    text-decoration: underline;
}

.login-logout[b-xrt19qjou3] {
    border: none;
    background: #ef4444;
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    cursor: pointer;
    font-weight: 600;
}

.login-link[b-xrt19qjou3] {
    color: #2563eb;
    font-weight: 600;
    text-decoration: none;
}

.login-link:hover[b-xrt19qjou3] {
    text-decoration: underline;
}
/* _content/filedatabase/Shared/MainLayout.razor.rz.scp.css */
.page[b-08sin71ex6] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px 1fr;
    background: var(--surface-muted);
}

main[b-08sin71ex6] {
    display: flex;
    flex-direction: column;
    background: var(--surface-muted);
}

.password-warning[b-08sin71ex6] {
    background: #fef3c7;
    color: #92400e;
    border: 1px solid #fcd34d;
    padding: 0.85rem 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin: 0 2.5rem;
    border-radius: 12px;
}

.password-warning a[b-08sin71ex6] {
    color: #92400e;
    font-weight: 600;
}

.sidebar[b-08sin71ex6] {
    background: linear-gradient(180deg, var(--brand-sidebar) 0%, var(--brand-sidebar-accent) 100%);
    color: #fff;
    box-shadow: 4px 0 12px rgba(15, 23, 42, 0.32);
    position: relative;
    z-index: 1;
}

.top-row[b-08sin71ex6] {
    background: var(--surface-card);
    border-bottom: 1px solid var(--surface-border);
    justify-content: flex-end;
    height: auto;
    min-height: 3.25rem;
    display: flex;
    align-items: center;
    padding: 1rem 2.5rem;
}

.top-row[b-08sin71ex6]  a,
.top-row[b-08sin71ex6]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    color: var(--accent-primary);
    font-weight: 500;
}

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

@media (max-width: 992px) {
    .page[b-08sin71ex6] {
        grid-template-columns: 1fr;
    }

    .sidebar[b-08sin71ex6] {
        position: sticky;
        top: 0;
        box-shadow: none;
    }

    .top-row[b-08sin71ex6] {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .password-warning[b-08sin71ex6] {
        margin: 0 1.25rem;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 993px) {
    .sidebar[b-08sin71ex6] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-08sin71ex6],
    article[b-08sin71ex6] {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
}
/* _content/filedatabase/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2vvk6grvrd] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

.navbar-brand[b-2vvk6grvrd] {
    font-size: 1.1rem;
}

.oi[b-2vvk6grvrd] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-2vvk6grvrd] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-2vvk6grvrd]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-2vvk6grvrd]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-2vvk6grvrd]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

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

    .collapse[b-2vvk6grvrd] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
