@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/inter-400-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/inter-400-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/inter-500-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/inter-500-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/inter-600-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(fonts/inter-600-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/inter-700-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/inter-700-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* ============================================================
   Weblift Panel - clean light dashboard
   ============================================================ */

:root {
  --bg: #ffffff;
  --bg-subtle: #fafafa;
  --bg-muted: #f4f4f5;
  --border: #e4e4e7;
  --border-strong: #d4d4d8;
  --fg: #09090b;
  --fg-muted: #71717a;
  --fg-subtle: #a1a1aa;
  --accent: #18181b;
  --accent-fg: #ffffff;
  --ring: #a1a1aa;
  --danger: #dc2626;
  --danger-bg: #fef2f2;
  --unread: #2563eb;
  --radius: 8px;
  --radius-sm: 6px;
  --font: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);
  --shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);
  --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .08), 0 4px 6px -4px rgb(0 0 0 / .05);
  --sidebar-w: 248px;
}

* { box-sizing: border-box; }

html, body { height: 100%; }
body { overflow: hidden; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font);
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
[hidden] { display: none !important; }

:focus-visible { outline: 2px solid var(--ring); outline-offset: 2px; border-radius: var(--radius-sm); }

/* ---------- Login ---------- */

.login-wrap {
  min-height: 100%;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--bg-subtle);
}

.login-card {
  width: 100%;
  max-width: 380px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 32px;
}

.login-card h1 { margin: 0 0 4px; font-size: 20px; font-weight: 600; letter-spacing: -.01em; }
.login-card .sub { margin: 0 0 24px; color: var(--fg-muted); font-size: 13.5px; }

/* the Weblift mark, same artwork as weblift.sk */
.brand-mark {
  display: block;
  width: 34px; height: 34px;
  margin-bottom: 20px;
  border-radius: 8px;
}

.field { margin-bottom: 14px; }
.field label { display: block; margin-bottom: 6px; font-size: 13px; font-weight: 500; }

.input {
  width: 100%;
  padding: 8px 12px;
  background: var(--bg);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font: inherit;
  color: var(--fg);
  transition: border-color .15s, box-shadow .15s;
}
.input:focus { outline: none; border-color: var(--fg); box-shadow: 0 0 0 3px rgb(0 0 0 / .06); }
.input::placeholder { color: var(--fg-subtle); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  padding: 8px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 13.5px; font-weight: 500;
  cursor: pointer;
  transition: background-color .15s, border-color .15s, color .15s;
  white-space: nowrap;
}
.btn-primary { background: var(--accent); color: var(--accent-fg); }
.btn-primary:hover { background: #27272a; }
.btn-primary:disabled { opacity: .6; cursor: not-allowed; }
.btn-ghost { background: transparent; color: var(--fg-muted); border-color: var(--border); }
.btn-ghost:hover { background: var(--bg-muted); color: var(--fg); }
.btn-danger { background: transparent; color: var(--danger); border-color: var(--border); }
.btn-danger:hover { background: var(--danger-bg); border-color: #fecaca; }
.btn-block { width: 100%; }

.alert {
  margin-bottom: 14px; padding: 9px 12px;
  background: var(--danger-bg); border: 1px solid #fecaca;
  border-radius: var(--radius-sm);
  color: #991b1b; font-size: 13px;
}

/* ---------- App shell ---------- */

.app {
  display: grid;
  grid-template-columns: var(--sidebar-w) 1fr;
  height: 100dvh;
  overflow: hidden;
}

.sidebar {
  background: var(--bg-subtle);
  border-right: 1px solid var(--border);
  display: flex; flex-direction: column;
  padding: 16px 12px;
  overflow-y: auto;
}

.sidebar-brand {
  display: flex; align-items: center; gap: 9px;
  padding: 4px 8px 16px;
}
.sidebar-brand .brand-mark { margin: 0; width: 26px; height: 26px; border-radius: 6px; }
.sidebar-brand strong { font-size: 14px; font-weight: 600; letter-spacing: -.01em; }

.nav-label {
  padding: 8px 8px 6px;
  font-size: 11px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--fg-subtle);
}

.nav-item {
  display: flex; align-items: center; gap: 9px;
  width: 100%;
  padding: 7px 8px;
  margin-bottom: 1px;
  border: 0; background: transparent;
  border-radius: var(--radius-sm);
  font-size: 13.5px; color: var(--fg-muted);
  cursor: pointer; text-align: left;
  transition: background-color .12s, color .12s;
}
.nav-item:hover { background: var(--bg-muted); color: var(--fg); }
.nav-item.is-active { background: var(--bg-muted); color: var(--fg); font-weight: 500; }
.nav-item svg { width: 15px; height: 15px; flex: none; }
.nav-item .count {
  margin-left: auto;
  font-size: 11.5px; font-weight: 600;
  color: var(--fg-subtle);
  font-variant-numeric: tabular-nums;
}
.nav-item .count.has-unread {
  background: var(--unread); color: #fff;
  padding: 1px 6px; border-radius: 999px;
}

.sidebar-foot { margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border); }
.who { padding: 6px 8px; }
.who .name { font-size: 13px; font-weight: 500; }
.who .mail { font-size: 12px; color: var(--fg-subtle); word-break: break-all; }
.who .badge {
  display: inline-block; margin-top: 5px;
  padding: 1px 7px; border-radius: 999px;
  background: var(--bg-muted); border: 1px solid var(--border);
  font-size: 10.5px; font-weight: 600; letter-spacing: .03em; text-transform: uppercase;
  color: var(--fg-muted);
}

/* ---------- Main ---------- */

.main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  /* grid items default to min-height:auto, which lets this grow past its
     track and push the list below the fold */
  min-height: 0;
  height: 100%;
  overflow: hidden;
}

.topbar {
  display: flex; align-items: center; gap: 12px;
  padding: 0 20px; height: 56px;
  border-bottom: 1px solid var(--border);
  flex: none;
}
.topbar h1 { margin: 0; font-size: 15px; font-weight: 600; letter-spacing: -.01em; }
.topbar .spacer { flex: 1; }

.search {
  position: relative; width: 260px;
}
.search input { padding-left: 32px; }
.search svg {
  position: absolute; left: 10px; top: 50%; transform: translateY(-50%);
  width: 14px; height: 14px; color: var(--fg-subtle); pointer-events: none;
}

.menubar {
  display: flex; align-items: center; gap: 6px;
  padding: 10px 20px;
  border-bottom: 1px solid var(--border);
  flex: none;
}

.chip {
  padding: 4px 11px;
  border: 1px solid var(--border);
  background: var(--bg);
  border-radius: 999px;
  font-size: 12.5px; color: var(--fg-muted);
  cursor: pointer;
  transition: background-color .12s, color .12s, border-color .12s;
}
.chip:hover { background: var(--bg-muted); color: var(--fg); }
.chip.is-on { background: var(--accent); color: var(--accent-fg); border-color: var(--accent); }

.split {
  display: grid;
  grid-template-columns: minmax(340px, 420px) 1fr;
  /* an explicit row keeps the panes at viewport height instead of growing
     to fit their content - without it the list would overflow unreachably */
  grid-template-rows: minmax(0, 1fr);
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.list {
  border-right: 1px solid var(--border);
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 0;
  height: 100%;
}

.row {
  display: block; width: 100%; text-align: left;
  padding: 13px 18px;
  border: 0; border-bottom: 1px solid var(--border);
  background: transparent; cursor: pointer;
  transition: background-color .12s;
}
.row:hover { background: var(--bg-subtle); }
.row.is-selected { background: var(--bg-muted); }

.row-top { display: flex; align-items: center; gap: 8px; margin-bottom: 3px; }
.row-name { font-size: 13.5px; font-weight: 600; letter-spacing: -.005em; }
.row .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--unread); flex: none; }
.row .when { margin-left: auto; font-size: 11.5px; color: var(--fg-subtle); white-space: nowrap; }
.row-meta { font-size: 12.5px; color: var(--fg-muted); margin-bottom: 3px; }
.row-snip {
  font-size: 12.5px; color: var(--fg-subtle);
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.row-site {
  display: inline-block; margin-top: 6px;
  padding: 1px 7px; border-radius: 999px;
  background: var(--bg-muted); border: 1px solid var(--border);
  font-size: 10.5px; font-weight: 500; color: var(--fg-muted);
}

.detail {
  overflow-y: auto;
  overscroll-behavior: contain;
  min-height: 0;
  height: 100%;
  padding: 26px 30px;
}
.detail-empty { display: grid; place-items: center; height: 100%; color: var(--fg-subtle); font-size: 13.5px; }

.detail h2 { margin: 0 0 3px; font-size: 19px; font-weight: 600; letter-spacing: -.015em; }
.detail .when-full { color: var(--fg-muted); font-size: 12.5px; margin-bottom: 18px; }

.detail-actions { display: flex; gap: 7px; margin-bottom: 22px; flex-wrap: wrap; }

.kv { border-top: 1px solid var(--border); }
.kv-row {
  display: grid; grid-template-columns: 116px 1fr; gap: 14px;
  padding: 11px 0; border-bottom: 1px solid var(--border);
}
.kv-row dt { font-size: 12.5px; color: var(--fg-muted); }
.kv-row dd { margin: 0; font-size: 13.5px; word-break: break-word; white-space: pre-wrap; }
.kv-row dd a { text-decoration: underline; text-underline-offset: 2px; }

.raw {
  margin-top: 22px; padding: 13px 15px;
  background: var(--bg-subtle); border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11.5px; color: var(--fg-muted);
  white-space: pre-wrap; word-break: break-all;
}
.raw-title { font-size: 11px; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--fg-subtle); margin: 22px 0 7px; }

.empty { padding: 44px 20px; text-align: center; color: var(--fg-subtle); font-size: 13.5px; }

.load-more { padding: 14px; text-align: center; }

@media (max-width: 900px) {
  .app { grid-template-columns: 1fr; }
  .sidebar { display: none; }
  .split { grid-template-columns: 1fr; }
  .detail { display: none; }
  .split.show-detail .list { display: none; }
  .split.show-detail .detail { display: block; }
  .search { width: 170px; }
}

/* ---------- Star / important ---------- */

.chip-star { display: inline-flex; align-items: center; gap: 5px; }
.chip-star svg { width: 12px; height: 12px; }
.chip-star.is-on svg { fill: currentColor; }

.row-star {
  width: 13px; height: 13px; flex: none;
  color: #f59e0b; fill: #f59e0b;
}

.btn-star svg { width: 14px; height: 14px; }

/* active state reads through the filled star, not a colour change */
.btn-star.is-on { color: var(--fg); border-color: var(--border-strong); background: var(--bg-muted); }
.btn-star.is-on svg { fill: currentColor; }

/* ---------- Confirmation dialog ---------- */

.modal-backdrop {
  position: fixed; inset: 0; z-index: 50;
  display: grid; place-items: center;
  padding: 20px;
  background: rgb(9 9 11 / .45);
  animation: fade-in .15s ease;
}

.modal {
  width: 100%; max-width: 400px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  padding: 22px;
  animation: pop-in .17s cubic-bezier(.2, .8, .3, 1);
}

.modal h2 { margin: 0 0 6px; font-size: 16px; font-weight: 600; letter-spacing: -.01em; }
.modal p { margin: 0 0 20px; font-size: 13.5px; line-height: 1.55; color: var(--fg-muted); }

.modal-actions { display: flex; justify-content: flex-end; gap: 8px; }

.modal .btn-primary.is-danger { background: var(--danger); }
.modal .btn-primary.is-danger:hover { background: #b91c1c; }

@keyframes fade-in { from { opacity: 0; } }
@keyframes pop-in { from { opacity: 0; transform: translateY(6px) scale(.97); } }

/* ---------- Toast ---------- */

.toast-host {
  position: fixed; z-index: 60;
  left: 50%; bottom: 26px; transform: translateX(-50%);
  display: flex; flex-direction: column; gap: 8px;
  pointer-events: none;
}

.toast {
  display: flex; align-items: center; gap: 9px;
  padding: 10px 15px;
  background: var(--accent); color: var(--accent-fg);
  border-radius: 999px;
  box-shadow: var(--shadow-lg);
  font-size: 13px; font-weight: 500;
  animation: toast-in .22s cubic-bezier(.2, .8, .3, 1);
}

.toast.is-leaving { animation: toast-out .2s ease forwards; }
.toast svg { width: 15px; height: 15px; flex: none; }

@keyframes toast-in  { from { opacity: 0; transform: translateY(12px) scale(.96); } }
@keyframes toast-out { to   { opacity: 0; transform: translateY(8px) scale(.97); } }

/* the row that just left, on its way out */
.row.is-leaving {
  animation: row-out .26s ease forwards;
  overflow: hidden;
  pointer-events: none;
}

@keyframes row-out {
  to { opacity: 0; transform: translateX(14px); max-height: 0; padding-top: 0; padding-bottom: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .modal-backdrop, .modal, .toast, .row.is-leaving { animation-duration: .01ms; }
}


/* ---------- Site switcher ---------- */

.site-switch { position: relative; margin-bottom: 14px; }

.site-switch-btn {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 8px 9px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  cursor: pointer;
  text-align: left;
  transition: border-color .15s, background-color .15s;
}

.site-switch-btn:hover { border-color: var(--border-strong); }
.site-switch-btn[aria-expanded="true"] { border-color: var(--border-strong); background: var(--bg-muted); }

.site-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; height: 22px;
  flex: none;
  border-radius: 5px;
  background: var(--accent);
  color: var(--accent-fg);
}
.site-mark svg { width: 13px; height: 13px; }

.site-name {
  flex: 1;
  min-width: 0;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--fg);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-chev { width: 14px; height: 14px; flex: none; color: var(--fg-subtle); }

.site-menu {
  position: absolute;
  top: calc(100% + 5px);
  left: 0; right: 0;
  z-index: 30;
  padding: 4px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  animation: pop-in .13s cubic-bezier(.2, .8, .3, 1);
}

.site-menu-item {
  display: flex;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 7px 8px;
  background: transparent;
  border: 0;
  border-radius: var(--radius-sm);
  font-size: 13.5px;
  color: var(--fg-muted);
  cursor: pointer;
  text-align: left;
}

.site-menu-item:hover { background: var(--bg-muted); color: var(--fg); }
.site-menu-item.is-current { color: var(--fg); font-weight: 500; }
.site-menu-item > svg:first-child { width: 15px; height: 15px; flex: none; }

.site-menu-name { flex: 1; min-width: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.site-menu-check { width: 14px; height: 14px; flex: none; opacity: 0; }
.site-menu-item.is-current .site-menu-check { opacity: 1; }

.site-menu-sep { height: 1px; margin: 4px 0; background: var(--border); }

.site-menu-add { color: var(--fg-subtle); }
.site-menu-add:hover { color: var(--fg); }

/* ---------- Section nav ---------- */

.side-nav { display: flex; flex-direction: column; gap: 1px; }

.nav-item.is-soon { cursor: default; opacity: .55; }
.nav-item.is-soon:hover { background: transparent; color: var(--fg-muted); }

.soon {
  margin-left: auto;
  padding: 1px 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .03em;
  color: var(--fg-subtle);
}

/* ---------- Admin views ---------- */

.admin-view { flex: 1; min-height: 0; overflow-y: auto; padding: 26px 30px; }

.admin-head {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 20px;
}
.admin-head h2 { margin: 0; font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.admin-head .spacer { flex: 1; }

.table-wrap {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--bg);
}

table.data { width: 100%; border-collapse: collapse; font-size: 13.5px; }

table.data th {
  text-align: left;
  padding: 9px 14px;
  background: var(--bg-subtle);
  border-bottom: 1px solid var(--border);
  font-size: 11px; font-weight: 600; letter-spacing: .04em;
  text-transform: uppercase; color: var(--fg-subtle);
  white-space: nowrap;
}

table.data td {
  padding: 11px 14px;
  border-bottom: 1px solid var(--border);
  vertical-align: middle;
}

table.data tr:last-child td { border-bottom: 0; }
table.data tr:hover td { background: var(--bg-subtle); }

.cell-main { font-weight: 500; }
.cell-sub { font-size: 12px; color: var(--fg-subtle); margin-top: 2px; }

.pill {
  display: inline-block; padding: 1px 8px;
  border: 1px solid var(--border); border-radius: 999px;
  font-size: 11px; font-weight: 500; color: var(--fg-muted);
  background: var(--bg);
}
.pill.is-admin { background: var(--accent); color: var(--accent-fg); border-color: var(--accent); }
.pill.is-off { color: var(--danger); border-color: #fecaca; background: var(--danger-bg); }

.row-actions { display: flex; gap: 6px; justify-content: flex-end; }
.row-actions .btn { padding: 5px 10px; font-size: 12.5px; }

/* switch */
.switch { display: inline-flex; align-items: center; gap: 9px; cursor: pointer; }
.switch input { position: absolute; opacity: 0; width: 0; height: 0; }
.switch .track {
  width: 34px; height: 20px; flex: none;
  background: var(--border-strong); border-radius: 999px;
  position: relative; transition: background-color .18s;
}
.switch .track::after {
  content: ""; position: absolute; top: 2px; left: 2px;
  width: 16px; height: 16px; border-radius: 50%;
  background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .18s;
}
.switch input:checked + .track { background: var(--accent); }
.switch input:checked + .track::after { transform: translateX(14px); }
.switch input:focus-visible + .track { outline: 2px solid var(--ring); outline-offset: 2px; }
.switch .label { font-size: 13px; }
.switch .hint { font-size: 12px; color: var(--fg-subtle); }

/* the one-time password reveal */
.secret {
  margin-top: 14px; padding: 12px 14px;
  background: var(--bg-muted); border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 15px; letter-spacing: .02em;
  user-select: all; word-break: break-all;
}
.secret-note { margin-top: 10px; font-size: 12.5px; color: var(--fg-muted); }

.form-grid { display: flex; flex-direction: column; gap: 12px; }
.form-grid .field { margin: 0; }
.checks { display: flex; flex-direction: column; gap: 8px; margin-top: 4px; }
.check { display: flex; align-items: center; gap: 8px; font-size: 13.5px; }

.modal.is-wide { max-width: 520px; }
