/* ==========================================================================
   Admin-only styling. The shell (sidebar, topbar, page canvas, auth screen)
   lives in shared/css/shell.css and is used by the workspace app too.
   ========================================================================== */

/* ── Password reveal ───────────────────────────────────────────────────── */

.secret {
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    padding: var(--sp-3) var(--sp-4);
    background: var(--bg-inset);
    border: 1px dashed var(--line-strong);
    border-radius: var(--r-md);
    font-family: var(--font-mono);
    font-size: var(--text-lg);
    color: var(--ink-strong);
    user-select: all;
}

