@import '_content/UserLib.Plugins.Calendar/UserLib.Plugins.Calendar.1mz6fvpgb0.bundle.scp.css';
@import '_content/UserLib.Plugins.Image/UserLib.Plugins.Image.8oh98tp3r0.bundle.scp.css';
@import '_content/UserLib.Plugins.Markdown/UserLib.Plugins.Markdown.89z12qrp51.bundle.scp.css';
@import '_content/UserLib.Plugins.Spreadsheet/UserLib.Plugins.Spreadsheet.ecfh9b0rg1.bundle.scp.css';

/* /Layout/UnlockLayout.razor.rz.scp.css */
/* Global copy in wwwroot/css/app.css — keep this in sync as a fallback. */
.unlock-layout[b-ktw5str1nm] {
    width: 100%;
    min-height: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-content: safe center;
    padding: 1.5rem;
    box-sizing: border-box;
    overflow-y: auto;
    background: linear-gradient(160deg, #f4f2fb 0%, #fafafa 45%, #eef6f4 100%);
}
/* /Pages/Home.razor.rz.scp.css */
/* Full-viewport workspace using CSS grid (reliable height chain). */

.workspace[b-jhk20u9sar] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    background: #f7f7f8;
    color: #1a1a1a;
}

/* ── Menu bar ── */

.workspace-menubar[b-jhk20u9sar] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0 0.5rem 0 0.75rem;
    border-bottom: 1px solid #ddd;
    background: #fff;
    /* Above sidebar splitter so File/View menus paint over the divider */
    position: relative;
    z-index: 40;
}

.workspace-brand[b-jhk20u9sar] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding-right: 0.55rem;
    border-right: 1px solid #ddd;
    margin-right: 0.25rem;
}

.workspace-brand-mark[b-jhk20u9sar] {
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 0.35rem;
    object-fit: cover;
    flex-shrink: 0;
}

.workspace-brand-text[b-jhk20u9sar] {
    font-weight: 600;
    letter-spacing: 0.02em;
}

.workspace-menu[b-jhk20u9sar] {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.workspace-menubar-spacer[b-jhk20u9sar] {
    flex: 1;
    min-width: 0.5rem;
}

/* ── Menubar toolbar (right) ── */

.workspace-toolbar[b-jhk20u9sar] {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.15rem;
    flex: 0 0 auto;
    padding: 0.15rem 0.15rem 0.15rem 0.35rem;
    margin-left: 0.25rem;
}

.toolbar-section[b-jhk20u9sar] {
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.toolbar-sep[b-jhk20u9sar] {
    width: 1px;
    height: 1.35rem;
    margin: 0 0.35rem;
    background: #d5d5da;
    flex-shrink: 0;
}

.toolbar-btn[b-jhk20u9sar] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 1.85rem;
    height: 1.85rem;
    padding: 0 0.35rem;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: #333;
    cursor: pointer;
    font: inherit;
    font-size: 0.75rem;
    line-height: 1;
}

/* Icon size is set in wwwroot/css/app.css — :deep() here emits invalid selectors. */

.toolbar-btn:hover:not(:disabled)[b-jhk20u9sar] {
    background: #f0f0f4;
    border-color: #e0e0e6;
}

.toolbar-btn:disabled[b-jhk20u9sar] {
    opacity: 0.38;
    cursor: default;
}

.toolbar-btn--accent[b-jhk20u9sar] {
    background: #f3f0fb;
    border-color: #d9d2f0;
    color: #3d3278;
    padding: 0 0.55rem;
}

.toolbar-btn--accent:hover:not(:disabled)[b-jhk20u9sar] {
    background: #e9e3f7;
    border-color: #c8bee8;
}

.toolbar-btn-label[b-jhk20u9sar] {
    white-space: nowrap;
    font-weight: 500;
}

/* ── Bottom status bar ── */

.workspace-statusbar[b-jhk20u9sar] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 1.55rem;
    padding: 0 0.65rem;
    border-top: 1px solid #d0d0d4;
    background: #ebebef;
    font-size: 0.72rem;
    color: #444;
    user-select: none;
}

.statusbar-left[b-jhk20u9sar] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

.statusbar-primary[b-jhk20u9sar] {
    font-weight: 500;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: min(48vw, 28rem);
}

.statusbar-sep[b-jhk20u9sar] {
    color: #999;
    flex-shrink: 0;
}

.statusbar-secondary[b-jhk20u9sar] {
    color: #666;
    white-space: nowrap;
    flex-shrink: 0;
}

.statusbar-error[b-jhk20u9sar] {
    color: #b00020;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 28vw;
}

.statusbar-right[b-jhk20u9sar] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 0 0 auto;
}

.statusbar-load-label[b-jhk20u9sar] {
    color: #4a3d8f;
    white-space: nowrap;
    max-width: 22vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.statusbar-progress[b-jhk20u9sar] {
    width: 7.5rem;
    height: 0.4rem;
    border-radius: 999px;
    background: #d5d5da;
    overflow: hidden;
    flex-shrink: 0;
}

.statusbar-progress-bar[b-jhk20u9sar] {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #6b5bb8, #512bd4);
    transition: width 0.15s ease-out;
}

.statusbar-progress-bar--indeterminate[b-jhk20u9sar] {
    width: 40% !important;
    animation: statusbar-indet-b-jhk20u9sar 1.1s ease-in-out infinite;
}

@keyframes statusbar-indet-b-jhk20u9sar {
    0% { transform: translateX(-120%); }
    100% { transform: translateX(280%); }
}

.statusbar-conn[b-jhk20u9sar] {
    color: #2e7d4f;
    white-space: nowrap;
}

.statusbar-conn--error[b-jhk20u9sar] {
    color: #b00020;
}

.workspace-sidebar-msg[b-jhk20u9sar] {
    padding: 0.75rem;
    font-size: 0.8rem;
    color: #666;
    line-height: 1.4;
}

.workspace-sidebar-msg--error[b-jhk20u9sar] {
    color: #b00020;
}

.workspace-sidebar-msg code[b-jhk20u9sar] {
    font-size: 0.7rem;
    word-break: break-all;
}

/* Library tree: folder / note icons (+ drag reorder) */
.library-tree .tree-node[b-jhk20u9sar] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-width: 0;
    max-width: 100%;
    vertical-align: middle;
    position: relative;
    cursor: grab;
}

.library-tree .tree-node:active[b-jhk20u9sar] {
    cursor: grabbing;
}

.library-tree .tree-node--dragging[b-jhk20u9sar] {
    opacity: 0.45;
}

.library-tree .tree-node--drop-before[b-jhk20u9sar]::before,
.library-tree .tree-node--drop-after[b-jhk20u9sar]::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: #6b5bb8;
    border-radius: 1px;
    pointer-events: none;
    z-index: 2;
}

.library-tree .tree-node--drop-before[b-jhk20u9sar]::before {
    top: -2px;
}

.library-tree .tree-node--drop-after[b-jhk20u9sar]::after {
    bottom: -2px;
}

.library-tree .tree-node--drop-into[b-jhk20u9sar] {
    outline: 2px solid #6b5bb8 !important;
    outline-offset: 1px;
    background: rgba(107, 91, 184, 0.22) !important;
    border-radius: 4px;
}

.library-tree .tree-node-icon[b-jhk20u9sar] {
    flex: 0 0 auto;
    font-size: 1.1rem !important;
    width: 1.1rem;
    height: 1.1rem;
    line-height: 1;
}

.library-tree .tree-node--folder .tree-node-icon[b-jhk20u9sar] {
    color: #c9a227;
}

.library-tree .tree-node--note .tree-node-icon[b-jhk20u9sar] {
    color: #5b6b7c;
}

.library-tree .tree-node--markdown .tree-node-icon[b-jhk20u9sar] {
    color: #3d6ea8;
}

.library-tree .tree-node--spreadsheet .tree-node-icon[b-jhk20u9sar] {
    color: #2e7d4f;
}

.library-tree .tree-node--facet .tree-node-icon[b-jhk20u9sar] {
    color: #7b4fbf;
}

.library-tree .tree-node--event .tree-node-icon[b-jhk20u9sar] {
    color: #c45c26;
}

/* Third row of editor-chrome — definite height for plugin editors (esp. spreadsheet). */
.editor-plugin-host[b-jhk20u9sar] {
    min-height: 0;
    min-width: 0;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    align-self: stretch;
}

.editor-plugin-host > *[b-jhk20u9sar] {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    height: 100%;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.editor-loading[b-jhk20u9sar] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #555;
    font-size: 0.9rem;
    background: #fafafa;
    padding: 1.5rem;
}

.editor-loading-label[b-jhk20u9sar] {
    color: #555;
}

.editor-loading-track[b-jhk20u9sar] {
    width: min(16rem, 70%);
    height: 0.35rem;
    border-radius: 999px;
    background: #e0e0e6;
    overflow: hidden;
}

.editor-loading-fill[b-jhk20u9sar] {
    height: 100%;
    width: 0;
    border-radius: inherit;
    background: linear-gradient(90deg, #6b5bb8, #512bd4);
    transition: width 0.15s ease-out;
}

.editor-loading-fill--indeterminate[b-jhk20u9sar] {
    width: 40% !important;
    animation: statusbar-indet-b-jhk20u9sar 1.1s ease-in-out infinite;
}

.library-tree .tree-node-label[b-jhk20u9sar] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* ── Body: sidebar | splitter | editor (flex — reliable resize) ── */

.workspace-body[b-jhk20u9sar] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.workspace-body--no-sidebar[b-jhk20u9sar] {
    display: flex;
}

.workspace-body--resizing[b-jhk20u9sar] {
    cursor: col-resize;
    user-select: none;
}

.workspace-body--resizing .workspace-editor[b-jhk20u9sar],
.workspace-body--resizing .workspace-sidebar[b-jhk20u9sar] {
    pointer-events: none;
}

.workspace-sidebar[b-jhk20u9sar] {
    display: grid;
    grid-template-rows: auto 1fr;
    flex: 0 0 var(--sidebar-w, 260px);
    width: var(--sidebar-w, 260px);
    max-width: var(--sidebar-w, 260px);
    min-width: 0;
    min-height: 0;
    background: #fff;
    overflow: hidden;
}

.workspace-splitter[b-jhk20u9sar] {
    position: relative;
    /* Keep below menubar menus (z-index 40); only needs to sit above tree content */
    z-index: 1;
    flex: 0 0 8px;
    width: 8px;
    min-width: 8px;
    margin: 0;
    padding: 0;
    border: none;
    border-left: 1px solid #c8c8d0;
    border-right: 1px solid #c8c8d0;
    background: #e8e6f0;
    cursor: col-resize;
    touch-action: none;
    /* grip dots */
    background-image:
        radial-gradient(circle, #8a7fb8 1.1px, transparent 1.2px),
        radial-gradient(circle, #8a7fb8 1.1px, transparent 1.2px),
        radial-gradient(circle, #8a7fb8 1.1px, transparent 1.2px);
    background-size: 8px 8px;
    background-position: center calc(50% - 8px), center 50%, center calc(50% + 8px);
    background-repeat: no-repeat;
}

.workspace-splitter:hover[b-jhk20u9sar],
.workspace-body--resizing .workspace-splitter[b-jhk20u9sar] {
    background-color: #d4cef0;
    border-color: #6b5bb8;
    background-image:
        radial-gradient(circle, #4a3d8f 1.25px, transparent 1.35px),
        radial-gradient(circle, #4a3d8f 1.25px, transparent 1.35px),
        radial-gradient(circle, #4a3d8f 1.25px, transparent 1.35px);
    background-size: 8px 8px;
    background-position: center calc(50% - 8px), center 50%, center calc(50% + 8px);
    background-repeat: no-repeat;
}

.workspace-splitter[b-jhk20u9sar]::after {
    /* Generous hit target */
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -6px;
    right: -6px;
}

.workspace-resize-overlay[b-jhk20u9sar] {
    position: fixed;
    inset: 0;
    z-index: 5000;
    cursor: col-resize;
    touch-action: none;
    background: transparent;
}

.workspace-sidebar-header[b-jhk20u9sar] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.45rem 0.55rem 0.5rem;
    border-bottom: 1px solid #eee;
}

.workspace-library-label[b-jhk20u9sar] {
    font-size: 0.65rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #888;
}

.workspace-library-select[b-jhk20u9sar] {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0.3rem 0.4rem;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    color: #222;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
}

.workspace-library-select:focus[b-jhk20u9sar] {
    outline: none;
    border-color: #6b5bb8;
    box-shadow: 0 0 0 2px rgba(107, 91, 184, 0.15);
}

.workspace-library-select:disabled[b-jhk20u9sar] {
    opacity: 0.6;
    cursor: default;
}

.workspace-sidebar-title[b-jhk20u9sar] {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
}

.workspace-sidebar-tree[b-jhk20u9sar] {
    min-height: 0;
    overflow: auto;
    padding: 0.25rem 0;
}

.workspace-editor[b-jhk20u9sar] {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: grid;
    grid-template-rows: minmax(0, 1fr);
}

.workspace-empty[b-jhk20u9sar] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    height: 100%;
}

.workspace-empty-hint[b-jhk20u9sar] {
    margin: 0 0 1rem;
    color: #666;
    font-size: 0.9rem;
}

/* ── Editor chrome: tabs + content ── */

.editor-chrome[b-jhk20u9sar] {
    display: grid;
    /* minmax(0,1fr) so the plugin host can shrink and pass height to children */
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
}

.editor-tabstrip[b-jhk20u9sar] {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    border-bottom: 1px solid #ddd;
    background: #f0f0f2;
    min-height: 2.25rem;
}

.editor-tab[b-jhk20u9sar] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 14rem;
    padding: 0.4rem 0.55rem 0.4rem 0.75rem;
    border: none;
    border-right: 1px solid #ddd;
    background: transparent;
    color: #444;
    font: inherit;
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
}

.editor-tab:hover[b-jhk20u9sar] {
    background: #e8e8ec;
}

.editor-tab--active[b-jhk20u9sar] {
    background: #fff;
    color: #111;
    font-weight: 500;
    box-shadow: inset 0 -2px 0 #512bd4;
}

.editor-tab-title[b-jhk20u9sar] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.editor-tab-close[b-jhk20u9sar] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 3px;
    font-size: 1rem;
    line-height: 1;
    color: #888;
}

.editor-tab-close:hover[b-jhk20u9sar] {
    background: #ddd;
    color: #111;
}

/* Rename dialog buttons (shared) */
.editor-meta-btn[b-jhk20u9sar] {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 4px;
    padding: 0.15rem 0.5rem;
    font: inherit;
    font-size: 0.75rem;
    cursor: pointer;
    color: #333;
}

.editor-meta-btn:hover:not(:disabled)[b-jhk20u9sar] {
    background: #f0f0f0;
}

.editor-meta-btn:disabled[b-jhk20u9sar] {
    opacity: 0.5;
    cursor: default;
}

.editor-meta-btn--primary[b-jhk20u9sar] {
    background: #4a3d8f;
    border-color: #4a3d8f;
    color: #fff;
}

.editor-meta-btn--primary:hover:not(:disabled)[b-jhk20u9sar] {
    background: #3d3278;
}

/* Rename dialog */
.rename-backdrop[b-jhk20u9sar] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(20, 16, 40, 0.35);
    padding: 1rem;
}

.rename-dialog[b-jhk20u9sar] {
    width: 100%;
    max-width: 22rem;
    padding: 1.25rem 1.15rem 1rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
}

.rename-heading[b-jhk20u9sar] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a1a;
}

.rename-hint[b-jhk20u9sar] {
    margin: 0.35rem 0 0.65rem;
    font-size: 0.8rem;
    color: #666;
}

.rename-input[b-jhk20u9sar] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.5rem 0.6rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: inherit;
    font-size: 1rem;
}

.rename-input:focus[b-jhk20u9sar] {
    outline: none;
    border-color: #6b5bb8;
    box-shadow: 0 0 0 3px rgba(107, 91, 184, 0.15);
}

.rename-error[b-jhk20u9sar] {
    margin: 0.5rem 0 0;
    font-size: 0.85rem;
    color: #b00020;
}

.rename-actions[b-jhk20u9sar] {
    display: flex;
    justify-content: flex-end;
    gap: 0.4rem;
    margin-top: 1rem;
}

/* The actual editor — fills remaining grid row */
.editor-textarea[b-jhk20u9sar] {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;
    padding: 0.85rem 1rem;
    border: none;
    outline: none;
    resize: none;
    box-sizing: border-box;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #1a1a1a;
    background: #fff;
    overflow: auto;
}

.editor-textarea:focus[b-jhk20u9sar] {
    outline: none;
    box-shadow: inset 0 0 0 1px #cfcfe8;
}
/* /Pages/Settings.razor.rz.scp.css */
.settings-page[b-y03u1qh9kv] {
    max-width: 32rem;
    margin: 0 auto;
    padding: 1.5rem 1.25rem 3rem;
    font-family: system-ui, -apple-system, sans-serif;
    color: #1a1628;
}

.settings-top[b-y03u1qh9kv] {
    margin-bottom: 1.5rem;
}

.settings-back[b-y03u1qh9kv] {
    display: inline-block;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: #4a3d8f;
    text-decoration: none;
}

.settings-back:hover[b-y03u1qh9kv] {
    text-decoration: underline;
}

.settings-title[b-y03u1qh9kv] {
    margin: 0 0 0.25rem;
    font-size: 1.5rem;
    font-weight: 700;
}

.settings-sub[b-y03u1qh9kv] {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}

.settings-card[b-y03u1qh9kv] {
    background: #fff;
    border: 1px solid #e4dff0;
    border-radius: 12px;
    padding: 1.25rem 1.15rem 1.35rem;
    box-shadow: 0 4px 18px rgba(30, 22, 40, 0.06);
}

.settings-card-title[b-y03u1qh9kv] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.settings-card-lead[b-y03u1qh9kv] {
    margin: 0 0 1rem;
    font-size: 0.88rem;
    color: #555;
    line-height: 1.45;
}

.settings-resume[b-y03u1qh9kv] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-bottom: 1rem;
    padding: 0.65rem 0.75rem;
    background: #fff8e8;
    border: 1px solid #e8d4a0;
    border-radius: 8px;
    font-size: 0.85rem;
}

.settings-label[b-y03u1qh9kv] {
    display: block;
    margin: 0.65rem 0 0.3rem;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #444;
}

.settings-input[b-y03u1qh9kv] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.55rem 0.65rem;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
}

.settings-input:focus[b-y03u1qh9kv] {
    outline: none;
    border-color: #6b5bb8;
    box-shadow: 0 0 0 3px rgba(107, 91, 184, 0.15);
}

.settings-error[b-y03u1qh9kv] {
    margin: 0.75rem 0 0;
    color: #b00020;
    font-size: 0.9rem;
}

.settings-ok[b-y03u1qh9kv] {
    margin: 0.75rem 0 0;
    color: #1b6b3a;
    font-size: 0.9rem;
}

.settings-progress[b-y03u1qh9kv] {
    margin-top: 1rem;
    height: 0.55rem;
    background: #ece8f5;
    border-radius: 999px;
    overflow: hidden;
}

.settings-progress-bar[b-y03u1qh9kv] {
    height: 100%;
    background: linear-gradient(90deg, #6b5bb8, #4a3d8f);
    border-radius: 999px;
    transition: width 0.2s ease;
}

.settings-status[b-y03u1qh9kv] {
    margin: 0.4rem 0 0;
    font-size: 0.82rem;
    color: #555;
}

.settings-actions[b-y03u1qh9kv] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.15rem;
}

.settings-btn[b-y03u1qh9kv] {
    border: 1px solid #c8c4d8;
    background: #f7f6fb;
    border-radius: 8px;
    padding: 0.55rem 0.95rem;
    font: inherit;
    font-weight: 600;
    cursor: pointer;
}

.settings-btn:disabled[b-y03u1qh9kv] {
    opacity: 0.55;
    cursor: not-allowed;
}

.settings-btn--primary[b-y03u1qh9kv] {
    background: #4a3d8f;
    border-color: #4a3d8f;
    color: #fff;
}

.settings-btn--primary:not(:disabled):hover[b-y03u1qh9kv] {
    background: #3d3278;
}

.settings-muted[b-y03u1qh9kv] {
    color: #666;
}

.settings-link[b-y03u1qh9kv] {
    color: #4a3d8f;
}
/* /Pages/Unlock.razor.rz.scp.css */
/* Shared unlock/claim styles live in wwwroot/css/app.css so Claim.razor gets them.
   Blazor CSS isolation only applies Unlock.razor.css to Unlock.razor elements. */
