/* Hamrr Lite — palette and type mirror Frontend/src/index.css. Lite has no
   build step, so the tokens are declared once here rather than imported. */
:root{
  --paper:#ffffff; --paper-2:#f5f5f5; --paper-3:#f0f0f0;
  --rule:#e2e2e2; --rule-quiet:#d8d8d8; --rule-hair:#f0f0f0;
  --ink:#141414; --ink-2:#666666; --ink-3:#9a9a9a;
  --app:'Instrument Sans',ui-sans-serif,system-ui,sans-serif;
  --display:'Newsreader',Georgia,serif;
  --lift:0 1px 2px rgba(20,20,20,.04),0 8px 24px rgba(20,20,20,.06);
}
*{box-sizing:border-box}
/* `.btn` sets `display:inline-flex`, which outranks the user-agent's
   `[hidden]{display:none}` — so a hidden button stayed on screen. */
[hidden]{display:none !important}
html,body{height:100%}
body{margin:0;font-family:var(--app);background:var(--paper);color:var(--ink);
  -webkit-font-smoothing:antialiased;font-size:14px}
button{font:inherit;cursor:pointer}
::selection{background:var(--paper-3)}
kbd{font:inherit;font-size:10px;border:1px solid var(--rule);border-radius:4px;
  padding:1px 5px;color:var(--ink-2);background:var(--paper);white-space:nowrap}
.eyebrow{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.serif{font-family:var(--display);font-weight:500;letter-spacing:-.015em}
.muted{color:var(--ink-2)} .faint{color:var(--ink-3)}

/* ── shell ─────────────────────────────────────────────────────────── */
.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}
.topbar{height:46px;flex:0 0 auto;border-bottom:1px solid var(--rule);
  display:flex;align-items:center;justify-content:space-between;padding:0 18px}
.topleft{display:flex;align-items:center;gap:6px;margin-left:-8px}
.railtoggle{width:28px;height:28px;border:0;border-radius:7px;background:transparent;color:var(--ink-3);
  display:inline-flex;align-items:center;justify-content:center;transition:background .12s,color .12s}
.railtoggle:hover{background:var(--paper-2);color:var(--ink)}
.railtoggle[aria-pressed="true"]{color:var(--ink)}
.brand{border:0;background:transparent;padding:4px 6px;border-radius:8px}
.brand .name{font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.025em;line-height:1}
.cols{flex:1 1 auto;display:flex;min-height:0}
/* A connection the vendor has stopped accepting: one line under the top
   bar, the error colours, the fix at its end. Gone once it works again. */
.reconnect{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:9px 18px;font-size:12.5px;border-bottom:1px solid #ecd5d5;background:#fcf7f7;color:#8a3d3d}
.reconnect b{font-weight:600}
.reconnect .btn.ghost{color:#8a3d3d;border-color:#d9b5b5;background:#fff;flex:0 0 auto}
.reconnect .btn.ghost:hover{border-color:#8a3d3d}

/* ── the menu ──────────────────────────────────────────────────────── */
/* Five places, one column: three pages up top, two settings at the foot.
   The open page is the dark one. */
.menu{width:176px;flex:0 0 auto;border-right:1px solid var(--rule);padding:18px 10px 14px;
  display:flex;flex-direction:column;gap:2px;background:var(--paper);
  transition:width .28s cubic-bezier(.2,.7,.2,1),padding .28s cubic-bezier(.2,.7,.2,1)}
/* Retracted (the button in the corner): the icons stay, the words go, and
   each icon says its name on hover. The tips only exist while folded. */
.cols.menuoff .menu{width:56px;padding-left:8px;padding-right:8px}
.cols.menuoff .mi,.cols.menuoff .mi .mrow{justify-content:center;padding-left:0;padding-right:0;gap:0}
.cols.menuoff .mi .l,.cols.menuoff .mi .n{display:none}
.cols:not(.menuoff) .mi::after{display:none}
@media (prefers-reduced-motion:reduce){.menu{transition:none}}
.mi{display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;border:0;background:transparent;
  font:inherit;font-size:13.5px;color:var(--ink-2);text-align:left;width:100%;cursor:pointer;white-space:nowrap;
  transition:background .12s,color .12s}
.mi .l{overflow:hidden;text-overflow:ellipsis;min-width:0}
.mi:hover{background:var(--paper-2);color:var(--ink)}
.mi[aria-current="true"]{background:var(--ink);color:#fff}
.mi svg{width:15px;height:15px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:1.5;
  stroke-linecap:round;stroke-linejoin:round}
.mi .n{margin-left:auto;font-size:11px;font-variant-numeric:tabular-nums;opacity:.7;
  display:flex;gap:5px;align-items:center}
.mi .n:empty{display:none}
.mi[aria-current="true"] .n{opacity:.85}
.mi .cdot.on{box-shadow:none}
.mi[aria-current="true"] .cdot.on{background:#fff}
.mi[aria-current="true"] .cdot.off{border-color:rgba(255,255,255,.55)}
.menu .gap{flex:1 1 auto}
.menu .mfoot{border-top:1px solid var(--rule-hair);padding-top:10px;margin-top:10px}
.menu .mfoot .mi{font-size:12.5px}
/* Connections says what is connected, under its own name: one line per
   kind Hamrr needs, lit when something of that kind is connected. */
.mi.conns{flex-direction:column;align-items:stretch;gap:8px}
.mi .mrow{display:flex;align-items:center;gap:10px}
.crows{display:flex;align-items:center;gap:8px;padding-left:25px}
.crows:empty{display:none}
.crows .cmark{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;
  border-radius:6px;border:1px solid var(--rule-hair);background:var(--paper)}
.crows .cmark .cdot{margin:0}
.crows .cmark.warn{border-color:#d9b5b5;background:#fcf7f7}
.mi[aria-current="true"] .crows .cmark.warn{border-color:#e7a9a9;background:rgba(252,247,247,.92)}
.mi[aria-current="true"] .crows .cmark{border-color:rgba(255,255,255,.25);background:rgba(255,255,255,.12)}
.mi[aria-current="true"] .crows .cdot.off{border-color:rgba(255,255,255,.55)}
.cols.menuoff .mi.conns{align-items:center}
.cols.menuoff .crows{display:none}

/* ── the list column ───────────────────────────────────────────────── */
.rail{width:300px;flex:0 0 auto;border-right:1px solid var(--rule);padding:18px 14px 14px;
  display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;background:var(--paper);
  transition:width .28s cubic-bezier(.2,.7,.2,1),padding .28s cubic-bezier(.2,.7,.2,1),opacity .2s ease,border-color .28s}
/* The contents keep their size while the column changes width, so nothing
   re-wraps mid-slide — the rail simply clips them. */
.rail > *{min-width:272px}
/* The roles page is the one with a third pane, so its list is the narrow one. */
.cols.page-roles .rail{width:264px}
.cols.page-roles .rail > *{min-width:236px}
@media (prefers-reduced-motion:reduce){.rail{transition:none}}
#roles,#today-list,#did-list{display:flex;flex-direction:column;gap:2px;flex:1 1 auto}
.rail-more{margin:6px 12px 0;padding:8px 0;border:0;border-top:1px solid var(--rule-hair);background:transparent;
  text-align:left;font:inherit;font-size:12px;color:var(--ink-3);cursor:pointer;transition:color .12s}
.rail-more:hover{color:var(--ink)}
.role{padding:11px 12px;border-radius:10px;border:0;background:transparent;width:100%;
  text-align:left;display:block;transition:background .12s;position:relative}
.role:hover{background:var(--paper-2)}
/* The current item is the tinted one, nothing more: no dot in the line and
   no rule at the edge — the count pill goes dark, and that is the mark. */
.role[aria-current="true"]{background:var(--paper-2)}
.role .t{font-family:var(--display);font-size:15.5px;font-weight:500;line-height:1.3;display:block;
  letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.role .s{margin-top:3px;font-size:12px;color:var(--ink-3);display:flex;align-items:center;gap:8px}
.role .s .c{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.role .s .n{flex:0 0 auto;font-variant-numeric:tabular-nums;font-size:11px;font-weight:500;
  color:var(--ink-2);background:var(--paper);border:1px solid var(--rule);border-radius:999px;
  padding:1px 7px;line-height:1.5}
.role[aria-current="true"] .s .n{background:var(--ink);border-color:var(--ink);color:#fff}

/* Tooltips in the rail hang off the RIGHT edge: a centred one on the count
   pill reached past the rail, and a hidden pseudo-element still counts as
   scrollable overflow — the rail quietly scrolled 26px sideways on focus. */
.cdot{width:7px;height:7px;border-radius:999px;flex:0 0 auto}
/* Mono, like the full desk's chips — the design system has no green. */
.cdot.on{background:var(--ink);box-shadow:0 0 0 3px rgba(20,20,20,.08)}
.cdot.off{background:transparent;border:1.5px solid var(--rule-quiet)}
.cmark .clogo{width:16px;height:16px;border-radius:4px;border:0;background:transparent}
.cmark .clogo img{width:16px;height:16px}
.cmark .cinit{font-size:11px}

/* ── panes ─────────────────────────────────────────────────────────── */
.notes,.out{display:flex;flex-direction:column;min-height:0}
.notes{flex:0 0 auto;border-left:1px solid var(--rule)}
/* One width for notes AND the CV — the pane used to grow when a CV opened
   and shrink back on the notes tab, so switching tabs moved everything. A CV
   is a document to study, so the shared width is the CV's. */
.notes{width:clamp(460px,46%,720px);overflow:hidden;
  transition:width .38s cubic-bezier(.2,.7,.2,1),opacity .25s ease,border-color .38s,visibility 0s}
/* A role with no spec and nobody on it is one pane: the thing to do is on
   the left, and a second pane of dashes beside it was a claim there was
   more to see. The pane arrives — the rail's own slide, the other way —
   the moment the brief is read. Contents keep their width so nothing
   re-wraps mid-slide. */
.notes > *{min-width:460px}
/* Beside the menu there is less to go round: the notes give a little so
   the roster in the middle keeps a readable width. */
.cols.page-roles .notes{width:clamp(400px,35%,620px)}
.cols.page-roles .notes > *{min-width:400px}
/* Hidden, not just faded: a pane at width 0 still held its tabs past the
   right edge, where a keyboard could land on them. Goes hidden once the
   slide is done, and is back the instant the pane is asked for. */
.cols.solo .notes{width:0;opacity:0;border-left-color:transparent;pointer-events:none;visibility:hidden;
  transition:width .38s cubic-bezier(.2,.7,.2,1),opacity .25s ease,border-color .38s,visibility 0s .38s}
@media (prefers-reduced-motion:reduce){.notes{transition:none}}
.out{flex:1 1 auto;min-width:0}
.head{flex:0 0 auto;padding:15px 24px;display:flex;align-items:flex-start;
  justify-content:space-between;gap:18px;border-bottom:1px solid var(--rule-hair)}
/* Never sideways: a hidden tooltip still counts towards a pane's scrollable
   width, and one poking past the edge would put a scrollbar under everything. */
.scroll{flex:1 1 auto;overflow-y:auto;overflow-x:hidden}
.foot{flex:0 0 auto;border-top:1px solid var(--rule);padding:13px 24px;
  display:flex;align-items:center;justify-content:space-between;gap:16px}
/* Whatever a pane puts in its foot, the words sit left and the button right. */
#notes-foot{flex:1 1 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}

/* ── the paste box ─────────────────────────────────────────────────── */
/* The pane is the column so the hint under the box stays on screen — a
   `height:100%` textarea pushed it out of view entirely. */
#notes-pane{display:flex;flex-direction:column}
/* The meeting box sits in the out pane, in the same dashed frame as the
   brief and the LinkedIn links: one shape for "give me something". */
#paste{min-height:300px;font-size:13.5px;line-height:1.8}
#paste::placeholder{color:var(--ink-3)}

/* ── the marked-up notes ───────────────────────────────────────────── */
.notes-read{padding:22px 24px 28px;font-size:13.5px;line-height:1.85;white-space:pre-wrap}
/* Laid out as Markdown: the blocks carry their own spacing, and come in one
   after another from the top, so the pane fills as if being written. */
.notes-read.laid{white-space:normal}
.notes-read.laid .blk{animation:rise .42s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i) * 55ms)}
.notes-read.laid p{margin:0 0 10px}
.notes-read.laid h3,.notes-read.laid h4,.notes-read.laid h5,.notes-read.laid h6{
  font-family:var(--display);font-weight:500;letter-spacing:-.01em;line-height:1.3;margin:18px 0 6px;color:var(--ink)}
.notes-read.laid h3{font-size:19px}.notes-read.laid h4{font-size:16.5px}.notes-read.laid h5,.notes-read.laid h6{font-size:15px}
.notes-read.laid .blk:first-child h3,.notes-read.laid .blk:first-child h4{margin-top:0}
.notes-read.laid ul,.notes-read.laid ol{margin:0 0 10px;padding-left:20px}
.notes-read.laid li{margin:2px 0;padding-left:2px}
.notes-read.laid li::marker{color:var(--ink-3)}
.notes-read.laid code{font-size:12.5px;background:var(--paper-2);padding:1px 4px;border-radius:4px}
mark{background:var(--paper-3);box-shadow:inset 0 -1.5px 0 var(--rule-quiet);color:inherit;
  padding:1px 0;border-radius:2px;transition:background .16s,box-shadow .16s;
  animation:markIn .5s ease both;animation-delay:calc(var(--i,0) * .09s)}
mark.lit{background:#e8e8e8;box-shadow:inset 0 -2px 0 var(--ink)}
@keyframes markIn{from{background:transparent;box-shadow:inset 0 -1.5px 0 transparent}}

/* ── person cards ──────────────────────────────────────────────────── */
.person{padding:18px 24px 20px;border-bottom:1px solid var(--rule-hair);
  border-left:2px solid transparent;transition:background .14s,border-color .14s;
  animation:cardIn .42s cubic-bezier(.2,.7,.3,1) both;animation-delay:calc(var(--i,0) * .07s)}
@keyframes cardIn{from{opacity:0;transform:translateY(7px)}}
.person:hover,.person.lit{background:var(--paper-2);border-left-color:var(--ink)}
.person .top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}
.person .top>div:first-child{min-width:0}
.person .nm{font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.015em}
.person .sub{margin-left:10px;font-size:11.5px;color:var(--ink-2)}
/* In the narrow column the row label is noise — the card is already under a
   heading that says where these people came from. */
.cols.cv-open .person .eyebrow{display:none}
.cols.cv-open .fields{gap:20px}
.summary{margin:12px 0 0;font-size:14px;line-height:1.6;max-width:640px;
  border-radius:6px;padding:3px 6px;margin-left:-6px;outline:none;
  transition:background .12s,box-shadow .12s}
.summary[contenteditable="true"]:hover{background:var(--paper-3)}
.summary[contenteditable="true"]:focus{background:var(--paper);box-shadow:0 0 0 1px var(--rule-quiet)}
.edithint{margin-top:6px;font-size:11px;color:var(--ink-3);opacity:0;transition:opacity .14s}
.person:hover .edithint{opacity:1}

/* the record diff — what was blank, and what it becomes */
.fields{margin-top:14px;display:flex;gap:26px;flex-wrap:wrap}
.field .k{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.field .v{margin-top:4px;display:flex;align-items:baseline;gap:7px;font-family:var(--display);font-size:17px}
.field .was{color:var(--rule-quiet);font-size:15px}
.field .was.old{text-decoration:line-through;text-decoration-thickness:1px}
.field .arr{color:var(--ink-3);font-size:11px;font-family:var(--app)}
.filledrow{margin-top:12px;font-size:11.5px;color:var(--ink-3)}

.tick{width:24px;height:24px;border-radius:6px;border:1.5px solid var(--rule-quiet);
  background:transparent;display:flex;align-items:center;justify-content:center;flex:0 0 auto;
  padding:0;transition:all .13s}
.tick:hover{border-color:var(--ink-2)}
.tick[aria-pressed="true"]{background:var(--ink);border-color:var(--ink)}
.tick svg{display:none} .tick[aria-pressed="true"] svg{display:block}

/* ── the roster, before anything is pasted ─────────────────────────── */
/* The name column gives way before the note does — a fixed 200px left the
   note reading "T…" in a narrow window. */
.roster-row{padding:12px 24px;display:grid;grid-template-columns:22px minmax(120px,290px) minmax(80px,1fr) 92px;gap:16px 20px;
  align-items:center;border-bottom:1px solid var(--rule-hair)}
.roster-row .tick{margin:0}
.roster-row.chosen{background:var(--paper-2)}
.roster-row.chosen .nm{color:var(--ink)}
.roster-row .nm{font-family:var(--display);font-size:16px;font-weight:500;min-width:0;
  display:flex;align-items:baseline;gap:7px;white-space:nowrap}
/* The name gives way before the label does: a long name ellipsises, the
   word beside it stays whole and on the same line. */
.roster-row .nm > .who{flex:0 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}
.roster-row .q{font-size:12.5px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
/* The people a "needs you" on the timeline is about, and nobody else. */
.spotbar{display:flex;align-items:center;gap:12px;padding:14px 24px;border-bottom:1px solid var(--rule-hair);
  background:var(--paper-2);animation:cardIn .3s ease both}
.spotbar .spotwhy{font-family:var(--display);font-size:16px;font-weight:500;letter-spacing:-.01em;flex:1 1 auto}
.spotbar .linkish{font-size:12.5px}
.disclose{width:100%;text-align:left;padding:13px 24px;border:0;background:transparent;
  font-size:12.5px;color:var(--ink-2);border-bottom:1px solid var(--rule-hair)}
.disclose:hover{background:var(--paper-2)}
.disclose.addrow{color:var(--ink-2);border-top:1px solid var(--rule-hair);margin-top:4px}
.disclose.addrow::after{left:24px;--tx:0}


/* ── the email ─────────────────────────────────────────────────────── */
.mail{padding:0 26px}
.mail .line{display:flex;align-items:center;gap:16px;padding:13px 0;border-bottom:1px solid var(--rule-hair)}
.mail input{flex:1 1 auto;border:0;outline:none;background:transparent;font:inherit;
  font-size:15px;font-weight:500;min-width:0}
.mail textarea{width:100%;border:0;outline:none;resize:none;background:transparent;font:inherit;
  font-size:14px;line-height:1.75;padding:20px 0;overflow:hidden;display:block}
/* The body as the mailbox will show it — paragraphs and real bullets, the
   same HTML the send carries. Click it and the textarea takes its place. */
.mbody{padding:20px 0;font-size:14px;line-height:1.75;cursor:text;min-height:40px;border-radius:6px;
  box-shadow:0 0 0 0 transparent;transition:box-shadow .14s,background-color .14s}
.mbody:hover,.mbody:focus-visible{background:var(--paper-2);box-shadow:0 0 0 10px var(--paper-2);outline:none}
.mbody p{margin:0 0 1.75em} .mbody ul{margin:0 0 1.75em;padding-left:24px} .mbody li{padding-left:2px}
.mbody>:last-child{margin-bottom:0}

.ledger{margin:18px 26px 26px;border-top:1px solid var(--rule-hair);padding-top:18px;
  display:flex;gap:34px;flex-wrap:wrap;row-gap:18px}
.ledger .n{font-family:var(--display);font-size:24px;font-weight:500}
.ledger .l{margin-top:2px;font-size:11.5px;color:var(--ink-2);line-height:1.4;max-width:150px}

/* ── tooltips — ours, not the browser's ────────────────────────────── */
/* `data-tip` on anything. Above and centred by default. `.tip-left` hangs
   it off the right edge, `.tip-start` off the left, `.tip-below` drops it
   under the control (for anything near the top of a scrolling pane, where
   "above" is clipped). The offsets are custom properties so the variants
   combine without a rule per pair. It sets its own white-space: a button
   is nowrap, and the pseudo-element inherits that, so without it a long
   tip never wrapped and ran under the pane's scrollbar. */
[data-tip]{position:relative}
[data-tip]::after{content:attr(data-tip);position:absolute;bottom:calc(100% + 8px);left:50%;
  --tx:-50%;--ty:3px;transform:translate(var(--tx),var(--ty));
  width:max-content;max-width:240px;background:var(--ink);color:#fff;
  font-family:var(--app);font-size:11.5px;font-weight:500;line-height:1.45;letter-spacing:0;
  text-transform:none;text-align:left;white-space:normal;overflow-wrap:anywhere;
  padding:6px 10px;border-radius:7px;box-shadow:var(--lift);
  pointer-events:none;opacity:0;visibility:hidden;z-index:30;
  transition:opacity .12s ease,transform .12s ease,visibility 0s .12s}
[data-tip]:hover::after,[data-tip]:focus-visible::after{opacity:1;visibility:visible;
  transform:translate(var(--tx),0);transition-delay:.25s,.25s,0s}
[data-tip].tip-left::after{left:auto;right:0;--tx:0}
[data-tip].tip-start::after{left:0;--tx:0}
[data-tip].tip-below::after{bottom:auto;top:calc(100% + 8px);--ty:-3px}
.tick.busy{border-color:var(--ink-3);animation:pulse .8s ease-in-out infinite}
@keyframes pulse{50%{opacity:.4}}

/* ── buttons / notices / states ────────────────────────────────────── */
.btn{border:0;background:var(--ink);color:#fff;border-radius:8px;padding:10px 16px;
  font-size:13px;font-weight:600;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;
  transition:opacity .12s,transform .12s}
.btn:hover:not(:disabled){transform:translateY(-1px)}
.btn:disabled{background:var(--paper-3);color:var(--ink-3);cursor:not-allowed;transform:none}
.btn.ghost{background:transparent;color:var(--ink);border:1px solid var(--rule);
  border-radius:999px;font-weight:500}
.btn.ghost:hover:not(:disabled){border-color:var(--ink)}
/* A ghost button that is waiting for something reads as an outline of one:
   dashed, greyed, no hover lift. The tooltip says what it is waiting for. */
.btn.ghost:disabled{background:transparent;color:var(--ink-3);border-style:dashed;border-color:var(--rule-quiet)}
.btn.small{padding:7px 14px;font-size:12px;border-radius:999px}
.notice{margin:16px 24px;border:1px solid var(--rule);border-radius:9px;padding:13px 16px;
  font-size:12.5px;line-height:1.55;color:var(--ink-2)}
.notice b{color:var(--ink);font-weight:600}
.notice.err{border-color:#ecd5d5;background:#fcf7f7;color:#8a3d3d}
.empty{padding:64px 32px;text-align:center;animation:cardIn .4s ease both}
.empty .big{font-family:var(--display);font-size:30px;font-weight:500;letter-spacing:-.025em}
.empty p{margin:12px auto 0;max-width:400px;font-size:14px;line-height:1.65;color:var(--ink-2)}
/* The roles with work, under Today's empty state: one row per role, the
   same pill the role's own page shows, so the two never disagree. */
.owedlist{margin:16px auto 0;max-width:560px;text-align:left}
.owed{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;
  padding:10px 14px;border:0;border-radius:10px;background:transparent;cursor:pointer;text-align:left;
  transition:background .12s;min-height:44px}
.owed:hover{background:var(--paper-2)}
.owed .t{flex:1;min-width:0;font-family:var(--display);font-size:16px;font-weight:500;letter-spacing:-.01em;color:var(--ink)}
.owed .jneeds{flex:none;white-space:nowrap;pointer-events:none}
/* Waiting is a pen writing a line: the nib travels left to right laying ink
   behind it, lifts, and starts the next line. One element, every busy state —
   inline in a button or on its own under a heading. */
.spin{display:inline-block;position:relative;width:26px;height:8px;vertical-align:-1px;--nib:currentColor;--run:21px}
.spin::before{content:'';position:absolute;left:0;bottom:0;height:2px;width:100%;background:var(--nib);
  border-radius:2px;transform-origin:left;animation:ink 1.5s cubic-bezier(.45,0,.25,1) infinite}
.spin::after{content:'';position:absolute;left:0;bottom:-1.5px;width:5px;height:5px;border-radius:999px;
  background:var(--nib);animation:nib 1.5s cubic-bezier(.45,0,.25,1) infinite}
.working>.spin{width:48px;height:10px;--run:41px}
.working>.spin::after{width:7px;height:7px;bottom:-2.5px}
@keyframes ink{0%{transform:scaleX(0);opacity:1}62%{transform:scaleX(1);opacity:1}82%,100%{transform:scaleX(1);opacity:0}}
@keyframes nib{0%{transform:translateX(0);opacity:1}62%{transform:translateX(var(--run));opacity:1}82%,100%{transform:translateX(var(--run));opacity:0}}
@media (prefers-reduced-motion:reduce){.spin::before,.spin::after{animation-duration:3s}}
.working{padding:56px 32px;text-align:center}
.working .big{font-family:var(--display);font-size:22px;font-weight:500}
.working .sub{margin-top:8px;font-size:12.5px;color:var(--ink-3)}
.bar{margin:20px auto 0;width:180px;height:2px;background:var(--paper-3);border-radius:2px;overflow:hidden}
.bar i{display:block;height:100%;width:40%;background:var(--ink);border-radius:2px;
  animation:slide 1.35s cubic-bezier(.5,0,.5,1) infinite}
@keyframes slide{0%{transform:translateX(-110%)}100%{transform:translateX(320%)}}


/* ── source tabs: her notes, and their CV ──────────────────────────── */
.tabs{display:flex;gap:20px;align-items:baseline}
/* A tab, a text link and a back-link are drawn as words but pressed as
   buttons: each is padded to a 24px hit area, the padding pulled back with
   a negative margin so the words sit where they did. */
.tab{border:0;background:transparent;padding:5px 0 3px;margin-top:-5px;min-height:24px;min-width:24px;text-align:left;font-size:12.5px;font-weight:500;
  color:var(--ink-3);border-bottom:2px solid transparent;transition:color .12s,border-color .12s}
.tab:hover:not(:disabled){color:var(--ink-2)}
.tab[aria-selected="true"]{color:var(--ink);border-bottom-color:var(--ink)}
.tab:disabled{color:var(--rule-quiet);cursor:default}

/* ── the CV, and where it answers the brief ────────────────────────── */
/* A page on a surface: the pane goes grey and the document sits on it with
   a lift, which is what makes it read as a file rather than a screenshot. */
.cvdesk{min-height:100%;flex:1 0 auto;background:var(--paper-2);padding:24px}
/* `flex:1 0 auto` and not the default: the pane is a column flexbox, so with
   the default shrink the backdrop was squeezed to the pane's height and the
   page ran on past it over white. */
.cvwrap{position:relative;margin:0 auto;line-height:0;max-width:820px}
.cvwrap img{width:100%;display:block;border-radius:8px;background:var(--paper);
  box-shadow:0 0 0 1px rgba(20,20,20,.06),0 1px 2px rgba(20,20,20,.05),0 12px 32px rgba(20,20,20,.08)}
.cv-empty{padding:88px 32px;text-align:center;animation:cardIn .4s ease both}
.cv-empty .glyph{width:40px;height:40px;color:var(--ink-3);margin:0 auto 18px;display:block}
.cv-empty .big{font-family:var(--display);font-size:24px;font-weight:500;letter-spacing:-.02em}
.cv-empty p{margin:10px auto 22px;max-width:320px;font-size:13.5px;line-height:1.6;color:var(--ink-2)}
.hl{position:absolute;border:0;padding:0;border-radius:2px;cursor:default;
  background:rgba(20,20,20,.10);box-shadow:inset 0 -2px 0 rgba(20,20,20,.45);
  transition:background .13s,box-shadow .13s;animation:markIn .5s ease both;
  animation-delay:calc(var(--i,0) * .06s)}
.hl.nice{background:rgba(20,20,20,.05);box-shadow:inset 0 -1.5px 0 var(--rule-quiet)}
.hl:hover,.hl.lit{background:rgba(20,20,20,.20);box-shadow:inset 0 -2.5px 0 var(--ink)}
.cvtip{position:absolute;z-index:5;max-width:280px;background:var(--paper);
  border:1px solid var(--rule);border-radius:8px;box-shadow:var(--lift);
  padding:10px 12px;line-height:1.45;pointer-events:none}
.cvtip .k{font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}
.cvtip .lb{margin-top:3px;font-family:var(--display);font-size:15px}
.cvtip .rs{margin-top:5px;font-size:12px;color:var(--ink-2)}

/* the CV affordance on a person */
.cvbtn{border:1px solid var(--rule);background:transparent;border-radius:999px;
  padding:4px 11px;font-size:11px;font-weight:500;color:var(--ink-2);transition:all .12s}
.cvbtn:hover{border-color:var(--ink);color:var(--ink)}
.cvbtn[aria-pressed="true"]{background:var(--ink);border-color:var(--ink);color:#fff}
.roster-row{cursor:pointer}
.roster-row:hover{background:var(--paper-2)}
.roster-row[aria-current="true"]{background:var(--paper-2);box-shadow:inset 2px 0 0 var(--ink)}
.roster-row.gone{cursor:default;color:var(--ink-3)}
.roster-row.gone:hover{background:transparent}
.roster-row.gone .nm{text-decoration:line-through;text-decoration-color:var(--rule-quiet)}
/* Below the row, not above it: the first row sits at the top of a
   scrolling pane, where "above" is cut off. */
.roster-row[data-tip]::after{left:24px;--tx:0;bottom:auto;top:calc(100% - 4px);--ty:-3px}


/* ── what actually goes to the client ──────────────────────────────── */
/* ── the submission: what goes to the client, as it will arrive ─────── */
.subm{padding:0 0 28px}
.subm-head{display:flex;align-items:center;gap:14px;flex-wrap:wrap;min-height:28px;padding:12px 24px 0}
.subm-head{justify-content:flex-end}
.subm-state{font-size:12px;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px}
.subm-state.ok{color:var(--ink)}
.subm-state.ok svg{stroke:var(--ink)}
.subm-state.warn::before{content:"";width:7px;height:7px;border-radius:999px;border:1.5px solid var(--ink);box-sizing:border-box}
/* ── one candidate: their CV, then what the client gets ──────────────────
   Their own CV is the input, not the deliverable — it sits back, grey. The
   copy going over is lifted. Both are the same window on to a page, the
   top of it: a full page at this width is unreadable, and two of them
   stacked pushed the one line that says what changed below the fold. */
.pack{padding:18px 24px;border-bottom:1px solid var(--rule)}
.pack.none{padding:14px 24px}
.pack-head{display:flex;align-items:baseline;gap:10px}
.pack-who{font-family:var(--display);font-size:16px;font-weight:500;letter-spacing:-.012em;color:var(--ink)}
.pack.none .pack-who{color:var(--ink-2)}
.pack-state{font-size:11.5px;color:var(--ink-2);display:inline-flex;align-items:center;gap:6px}
.pack-state.warn{color:var(--ink)}
.pack-state.warn::before{content:"";width:7px;height:7px;border-radius:999px;border:1.5px solid var(--ink);box-sizing:border-box}
.pack-open{margin-left:auto}
.pair{display:flex;gap:14px;margin-top:12px;align-items:flex-start}
.sheet{flex:1 1 0;min-width:0;display:block}
.sheet.only{flex:0 1 300px}
.sheet .cap{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);display:block;margin-bottom:6px}
.sheet .page{display:block;width:100%;border:1px solid var(--rule);border-radius:5px;line-height:0;padding:0;
  background:var(--paper);height:216px;overflow:hidden;position:relative;cursor:zoom-in;text-align:left;
  transition:border-color .12s,transform .12s}
.sheet .page img{width:100%;display:block}
.sheet .page::after{content:"";position:absolute;left:0;right:0;bottom:0;height:46px;
  background:linear-gradient(to bottom,rgba(255,255,255,0),var(--paper));pointer-events:none}
.sheet .page .spin,.sheet .page>.faint{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:12px;line-height:1.4}
.sheet.from .page{opacity:.45;filter:grayscale(1)}
.sheet.from .page:hover{opacity:.8}
.sheet.to .page{box-shadow:var(--lift)}
.sheet .page:hover{border-color:var(--ink);transform:translateY(-1px)}
.sheet .page.making{cursor:default;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;
  border-style:dashed;border-color:var(--rule-quiet);background:var(--paper-2);box-shadow:none}
.sheet .page.making .spin,.sheet .page.making .faint{position:static;transform:none}
.sheet .page.making:hover{border-color:var(--rule-quiet);transform:none}
.arrow{flex:0 0 auto;color:var(--ink-3);display:flex;flex-direction:column;align-items:center;gap:5px;align-self:center;padding-top:14px}
.arrow .w{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}
/* What it did, and what it would not do. Lines, never chips. */
.did{margin-top:12px;font-size:12px;line-height:1.55;color:var(--ink-2)}
.did b{font-weight:500;color:var(--ink)}
.did ul{margin:4px 0 0;padding-left:16px}
.did li{margin:2px 0}
.did li.gap{color:var(--ink-2)}
.did li.gap b{color:var(--ink-2)}
.did.warn b{color:var(--ink)}
.pack-acts{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}
.pack-hint{font-size:12px}
.attach{margin:4px 26px 0;border-top:1px solid var(--rule-hair);padding-top:16px}
.att{display:flex;align-items:center;gap:12px;padding:9px 0;font-size:12.5px;flex-wrap:wrap}
.att .nm{font-family:var(--display);font-size:15.5px;min-width:150px}
.tag{font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;
  border:1px solid var(--rule);border-radius:999px;padding:3px 9px;color:var(--ink-2)}
.tag.on{background:var(--ink);border-color:var(--ink);color:#fff}

.att .link,.att .nm{font-family:var(--display);font-size:15.5px;min-width:150px;text-align:left;
  border:0;background:transparent;padding:0;color:var(--ink);
  text-decoration:underline;text-decoration-color:var(--rule-quiet);text-underline-offset:3px}
.att .link:hover{text-decoration-color:var(--ink)}
.att .nm{text-decoration:none}


/* ── the rail head and the new-role form ───────────────────────────── */
.rail-head{display:flex;align-items:center;justify-content:space-between;padding:0 12px 2px}
.rail-title{font-family:var(--display);font-size:21px;font-weight:500;letter-spacing:-.02em}
/* Neither shrinks when the list below runs long — a two-line subtitle was
   squeezed to one and its second line sat under the first day heading. */
.rail-head,.rail-sub{flex:0 0 auto}
.rail-sub{font-size:12px;color:var(--ink-3);padding:0 12px 14px;min-height:14px}
.rail-sub:empty{padding-bottom:10px}
.newrole{border:1px solid var(--rule);background:transparent;border-radius:999px;width:24px;height:24px;
  line-height:1;font-size:15px;color:var(--ink-2);display:flex;align-items:center;justify-content:center;
  padding:0 0 2px;transition:all .12s}
.newrole:hover{border-color:var(--ink);color:var(--ink)}
/* The form fills the pane top to bottom, and the brief takes whatever the
   fields leave — a long brief gets the room, a short form gets no white foot. */
.form{padding:28px 32px 16px;min-height:100%;box-sizing:border-box;display:flex;flex-direction:column}
.form .fgrid{flex:0 0 auto}
.jd{border:1px dashed var(--rule-quiet);border-radius:14px;padding:18px 20px;margin-bottom:8px;
  background:var(--paper-2);transition:border-color .12s,background .12s;
  display:flex;flex-direction:column;flex:1 1 auto;min-height:220px}
.jd:focus-within,.jd.dropping{border-style:solid;border-color:var(--ink);background:var(--paper)}
.jdhead{display:flex;flex-direction:column;gap:3px}
.jd textarea{width:100%;margin-top:12px;min-height:120px;flex:1 1 auto;border:0;outline:none;resize:none;
  background:transparent;font:inherit;font-size:13.5px;line-height:1.6;color:var(--ink)}
.jd textarea::placeholder{color:var(--ink-3)}
.jdrow{display:flex;align-items:center;gap:10px;margin-top:8px;font-size:11.5px;flex-wrap:wrap}
.gaps{margin:14px 0 26px;padding:13px 16px;border-radius:12px;background:var(--paper-2);
  font-size:13px;line-height:1.55;color:var(--ink-2);animation:cardIn .3s ease both}
.gaps b{color:var(--ink);font-weight:600}
#jd-gaps:empty{margin-bottom:24px}
.fgrid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}
@media (max-width:1100px){.fgrid{grid-template-columns:1fr}}
.frow{margin-bottom:22px}
.frow label{display:block}
.frow input{margin-top:8px;width:100%;background:var(--paper);border:1px solid var(--rule);
  border-radius:10px;padding:11px 14px;font:inherit;font-size:14px;color:var(--ink);outline:none;
  transition:border-color .12s,box-shadow .12s}
.frow input:hover{border-color:var(--rule-quiet)}
.frow input:focus{border-color:var(--ink);box-shadow:0 0 0 3px rgba(20,20,20,.06)}
.frow input::placeholder{color:var(--ink-3)}
.fhint{margin-top:7px;font-size:12px;color:var(--ink-3);line-height:1.5}
.chips{margin-top:8px;display:flex;gap:6px;flex-wrap:wrap}
.chip{font-size:11.5px;border:1px solid var(--rule);background:var(--paper);
  border-radius:999px;padding:4px 11px;color:var(--ink-2)}


/* ── connections ───────────────────────────────────────────────────── */
/* The address is a fact, not a control; only the word after the rule is. */
.who{font-size:12px;color:var(--ink-3);display:inline-flex;align-items:center}
.whobtn{border:0;background:transparent;margin-left:10px;padding:6px 0 6px 10px;border-left:1px solid var(--rule);
  font:inherit;font-size:12px;font-weight:500;color:var(--ink);cursor:pointer;transition:color .12s}
.whobtn:hover{color:var(--ink-3)}
.ctitle{display:flex;align-items:baseline;gap:10px}
.ctitle .serif{font-size:16px}
.ctitle .faint{font-size:12.5px}
.connwhy{margin-top:5px;font-size:12.5px;line-height:1.5;color:var(--ink-2);max-width:560px}
.spine{margin-top:18px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:16px;
  border:1px solid var(--rule);border-radius:12px;padding:16px 18px;background:var(--paper-2)}
.spine.none{display:block;text-align:center;border-style:dashed;border-color:var(--rule-quiet);padding:26px 20px}
/* The mark alone, no tile behind it — a bordered white box around every
   logo read as a button. The tile keeps its size so the rows line up. */
.clogo{width:44px;height:44px;border-radius:10px;border:0;background:transparent;
  display:flex;align-items:center;justify-content:center;flex:0 0 auto;overflow:hidden}
.clogo img{width:32px;height:32px;object-fit:contain;border-radius:8px}
.cinit{font-family:var(--display);font-size:18px;color:var(--ink-2)}
.cn{font-family:var(--display);font-size:15.5px;font-weight:500}
.pill{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;border-radius:999px;padding:3px 9px;border:1px solid var(--rule);color:var(--ink-2)}
.pill i{width:6px;height:6px;border-radius:999px;background:currentColor}
.pill.on{background:var(--paper-3);border-color:transparent;color:var(--ink)}
.pill.warn{border-color:#ecd5d5;background:#fcf7f7;color:#8a3d3d}
.linkish{display:inline-block;border:0;background:transparent;padding:6px 0;margin:-6px 0;min-height:24px;font-size:12px;color:var(--ink-2);
  text-decoration:underline;text-decoration-style:dashed;text-underline-offset:4px}
.linkish:hover{color:var(--ink)}
/* The one way back, beside the title: a round arrow, its tooltip saying
   where it goes. Every view hands the header its own destination, so no
   pane draws a second one. */
.headlead{display:flex;align-items:flex-start;gap:12px;min-width:0}
.backbtn{flex:0 0 auto;width:32px;height:32px;margin-top:1px;border-radius:50%;border:1px solid var(--rule);
  background:transparent;color:var(--ink-2);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;
  transition:border-color .15s,color .15s,background .15s}
.backbtn:hover{border-color:var(--ink);color:var(--ink);background:var(--paper-2)}
.backbtn svg{display:block}
.siglist{margin-top:14px;border-top:1px solid var(--rule-hair)}
/* Logo, name and description, then the state. The state never shrinks and
   never squeezes the description: when the row is too narrow for both — a
   pill AND a Reconnect button in the grid's short column — it drops to its
   own line, right-aligned, under the words. */
.connrow{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;padding:13px 0;border-bottom:1px solid var(--rule-hair)}
.connrow .clogo{width:40px;height:40px}
.connrow .cbody{min-width:0;flex:1 1 150px}
.connrow .cstate{flex:0 0 auto;margin-left:auto;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}

/* ── Today: what needs you ─────────────────────────────────────────── */
/* Two columns, not three: the list, and the thing open. The item in the
   middle spreads across the width — the email on the left, what they
   said and where it goes on the right — so nothing sits in a strip. */
.cols.page-today .notes,.cols.page-did .notes{display:none}
.item{padding:12px 14px;border-radius:10px;width:100%;text-align:left;border:0;background:transparent;
  display:block;cursor:pointer;transition:background .12s}
.item:hover{background:var(--paper-2)}
.item[aria-current="true"]{background:var(--paper-2)}
.item .t{font-family:var(--display);font-size:16px;font-weight:500;line-height:1.3;letter-spacing:-.01em;display:block}
.item .s{margin-top:4px;font-size:12.5px;color:var(--ink-2);line-height:1.45;display:block;
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.item .k{display:inline-block;font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink-3);margin-right:6px}
.item[aria-current="true"] .k{color:var(--ink)}
.approve{padding:24px 32px 40px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.8fr);
  gap:44px;align-items:start;animation:cardIn .4s ease both}
@media (max-width:1180px){.approve{grid-template-columns:1fr;gap:28px}}
.approve .mail{padding:0}
.approve .mail .line{padding:11px 0}
.approve .acts{display:flex;gap:10px;align-items:center;margin-top:22px}
.approve .acts .faint{margin-left:auto;font-size:11.5px}
.aside .block{margin-bottom:26px}
.aside .block > .eyebrow{display:block;margin-bottom:10px}
.aside .block:last-child{margin-bottom:0}
.aside-why{margin:10px 0 0;font-size:12.5px;line-height:1.5}
.aside .wrote .row{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:10px 14px}
.aside .lsec{padding:0;border-top:0}
.aside .mailmsg{max-width:100%}
.quote{padding:14px 18px;border-left:2px solid var(--ink);background:var(--paper-2);border-radius:0 10px 10px 0}
.quote p{margin:0;font-family:var(--display);font-size:16px;line-height:1.45;white-space:pre-wrap}
.quote .more{display:block;margin-top:8px;font-size:12px;color:var(--ink-3)}
/* The proposed change, and what a write left behind: field, value, and
   what stood there — the whole width, a row a fact. */
.wrote{border:1px solid var(--rule);border-radius:10px;overflow:hidden}
.wrote .row{display:grid;grid-template-columns:minmax(120px,170px) minmax(0,1fr);gap:16px;padding:11px 16px;
  border-top:1px solid var(--rule-hair);font-size:13.5px;align-items:start}
.wrote.three .row{grid-template-columns:minmax(120px,170px) minmax(0,1fr) minmax(140px,.7fr)}
.wrote .row:first-child{border-top:0}
.wrote .k{font-size:10px;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3);padding-top:3px}
.wrote .v{line-height:1.5;overflow-wrap:anywhere}
.wrote .v .was{display:block;font-size:12px;color:var(--ink-3);margin-top:2px}
.wrote .h{font-size:12px;color:var(--ink-3);line-height:1.5;padding-top:1px}
.wrote .h.on{color:var(--ink)}
.wrote .h.on::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--ink);margin-right:7px;vertical-align:1px}
.wrote .h.off::before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;border:1.5px solid var(--rule-quiet);
  box-sizing:border-box;margin-right:7px;vertical-align:1px}

/* ── What Hamrr did: the log ───────────────────────────────────────── */
.day{padding:16px 12px 6px;display:flex;justify-content:space-between;align-items:baseline}
.day:first-child{padding-top:2px}
.day .d{font-family:var(--display);font-size:15px;font-weight:500}
.day .n{font-size:11px;color:var(--ink-3);font-variant-numeric:tabular-nums}
.rec{padding:10px 12px;border-radius:10px;width:100%;text-align:left;border:0;background:transparent;
  display:block;cursor:pointer;transition:background .12s}
.rec:hover{background:var(--paper-2)}
.rec[aria-current="true"]{background:var(--paper-2)}
.rec .w{display:block;font-size:11px;color:var(--ink-3);margin-bottom:3px}
.rec .t{display:block;font-size:13.5px;line-height:1.4;color:var(--ink-2);
  display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.rec .t b{font-weight:500;color:var(--ink)}
.rec.sent .t b::after{content:"sent";margin-left:8px;font-size:10px;letter-spacing:.12em;text-transform:uppercase;
  color:var(--ink-3);font-weight:500}
.log{padding:24px 32px 40px;animation:cardIn .4s ease both}
.log .lead{margin:0 0 20px;font-size:14px;line-height:1.55;color:var(--ink-2);max-width:72ch}
.log .lead b{font-weight:500;color:var(--ink)}
.log .after{margin-top:18px;font-size:12px;color:var(--ink-3);line-height:1.5}

/* ── Before Hamrr acts: the two choices, at the foot of Today ──────── */
/* Where the things it checked live. Each is what Hamrr wants to do, one
   example of it, and a two-way choice in words — not a switch to decode. */
.rail-foot{flex:0 0 auto;margin-top:14px;padding-top:14px;border-top:1px solid var(--rule-hair)}
.may > .eyebrow{display:block;padding:0 12px 4px}
.may .mayhint{font-size:11.5px;color:var(--ink-3);padding:0 12px 8px;line-height:1.45}
.may .notice{margin:0 12px}
.choice{padding:10px 12px;border-radius:10px}
.choice .cw{display:block;font-size:13px;color:var(--ink);line-height:1.35;margin-bottom:3px}
.choice .ceg{display:block;font-size:11.5px;color:var(--ink-3);line-height:1.45;margin-bottom:8px;max-width:34ch}
.seg2{display:inline-flex;position:relative;padding:2px;border:1px solid var(--rule);border-radius:999px;background:var(--paper)}
/* The thumb slides between the two words rather than switching. */
.seg2::before{content:"";position:absolute;top:2px;bottom:2px;left:var(--x,2px);width:var(--w,0);
  border-radius:999px;background:var(--ink);transition:left .22s cubic-bezier(.4,0,.2,1),width .22s cubic-bezier(.4,0,.2,1)}
.seg2 button{position:relative;border:0;background:transparent;border-radius:999px;padding:5px 11px;min-height:24px;font:inherit;font-size:11.5px;
  color:var(--ink-3);cursor:pointer;transition:color .22s,background 0s}
.seg2 button:hover:not(:disabled):not([aria-pressed="true"]){color:var(--ink)}
/* The chosen word is inked in its own right once the thumb has arrived —
   the thumb is decoration, and a white word on nothing is what a reader
   of the button alone (a screen reader, an audit) would otherwise get. */
.seg2 button[aria-pressed="true"]{color:#fff;background:var(--ink);transition:color .22s,background 0s .22s}
.seg2 button:disabled{cursor:wait}
.seg2.busy{opacity:.6}

/* Connections is a page of its own: no rail, no notes. A grey ground with
   white cards on it, three across, running the width of the page. */
.cols.settings{--page-x:clamp(32px,4vw,72px)}
.cols.settings .rail,.cols.settings .notes{display:none}
.cols.creating .rail{display:none}
.cols.settings .out{background:var(--paper-2)}
.cols.settings .out .head{background:var(--paper);border-bottom:1px solid var(--rule);
  padding:28px var(--page-x) 22px}
.connpage{padding:28px var(--page-x) 48px;display:grid;
  grid-template-columns:minmax(280px,.75fr) minmax(0,1fr) minmax(0,1fr);gap:22px;align-items:stretch}
@media (max-width:1240px){.connpage{grid-template-columns:minmax(280px,.9fr) minmax(0,1.6fr)}
  .connside{grid-row:span 2}}
@media (max-width:900px){.connpage{grid-template-columns:1fr}.connside{grid-row:auto}}
.card{background:var(--paper);border:1px solid var(--rule);border-radius:16px;padding:28px 30px;
  box-shadow:0 1px 2px rgba(20,20,20,.03);display:flex;flex-direction:column;min-width:0}
.abilities{margin-top:20px;display:flex;flex-direction:column}
.ability{display:flex;gap:12px;align-items:flex-start;padding:14px 0;border-top:1px solid var(--rule-hair)}
.ability .cdot{margin-top:5px}
.ability .aw{font-size:14px;line-height:1.45;color:var(--ink-3)}
.ability.on .aw{color:var(--ink)}
.connside-foot{margin-top:auto;padding-top:18px;border-top:1px solid var(--rule-hair);
  font-size:14.5px;line-height:1.45;color:var(--ink-2)}
/* The other systems Lite could read, as a grid rather than a sentence. */
.syslist{margin-top:auto;padding-top:18px}
.syslist .eyebrow{margin-bottom:12px}
.sysgrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px}
.sys{display:flex;align-items:center;gap:9px;padding:7px 10px 7px 8px;border:1px solid var(--rule-hair);
  border-radius:10px;background:transparent;font:inherit;font-size:12.5px;color:var(--ink-2);
  text-align:left;cursor:pointer;min-width:0}
.sys:hover{border-color:var(--rule);background:var(--paper-2);color:var(--ink)}
.sys .clogo{width:26px;height:26px;border-radius:7px}
.sys .clogo img{width:18px;height:18px;border-radius:4px}
.sys .cinit{font-size:12px}
.sys span:last-child{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.sigfoot{margin-top:auto;padding-top:18px}
.sigfoot .eyebrow{margin-bottom:10px}
.steps{margin:0;padding:0 0 0 22px;font-size:13.5px;line-height:1.5;color:var(--ink-2)}
.steps li{padding:5px 0}.steps li::marker{color:var(--ink-3);font-size:12px}
.steps b{font-weight:500;color:var(--ink)}
.cols.settings .notice{margin:16px var(--page-x) 0}

/* the spine picker */
.modal{position:fixed;inset:0;z-index:50;background:rgba(20,20,20,.28);display:flex;
  align-items:center;justify-content:center;padding:24px;animation:fade .15s ease both}
@keyframes fade{from{opacity:0}}
.panel{width:min(520px,100%);background:var(--paper);border-radius:14px;box-shadow:var(--lift);
  overflow:hidden;animation:cardIn .2s ease both}
.phead{padding:20px 22px 16px;border-bottom:1px solid var(--rule-hair)}
.psearch{margin-top:14px;width:100%;border:1px solid var(--rule);border-radius:10px;padding:10px 13px;
  font:inherit;font-size:13.5px;outline:none;background:var(--paper-2)}
.psearch:focus{border-color:var(--ink);background:var(--paper)}
.plist{max-height:360px;overflow-y:auto}
.prow{width:100%;text-align:left;border:0;background:transparent;display:flex;align-items:center;gap:14px;
  padding:11px 22px;border-bottom:1px solid var(--rule-hair)}
.prow:hover{background:var(--paper-2)}
.prow .clogo{width:36px;height:36px;border-radius:8px}
.prow .clogo img{width:26px;height:26px;border-radius:6px}
.prow .cn{flex:1 1 auto}
.pfoot{padding:12px 22px;display:flex;justify-content:flex-end;border-top:1px solid var(--rule-hair)}
/* a yes-or-no */
.panel.confirm{width:min(440px,100%)}
.panel.confirm .phead{border-bottom:0;padding-bottom:6px}
.panel.confirm .pfoot{gap:8px;border-top:0;padding:14px 22px 20px}


/* A replacement can be declined; a blank being filled cannot, so only the
   former looks pressable. */
.field.swappable{cursor:pointer;border-radius:5px;margin:-3px -6px;padding:3px 6px}
.field.swappable:hover{background:var(--paper-2)}
.field.swappable:focus-visible{outline:1.5px solid var(--ink);outline-offset:1px}

/* The right pane while a role is being set up: a readiness list, then the
   questions for the manager. Reuses the Connections ability rows. */
.onboard{padding:22px 26px 28px}
.ob-count{font-size:22px;letter-spacing:-.02em}
.ob-count .faint{font-size:14px;letter-spacing:0}
.onboard .abilities{margin-top:12px;border-bottom:1px solid var(--rule-hair)}
.onboard .ability{padding:11px 0}
.onboard .aw{font-size:13.5px}
.ob-sub{font-size:12px;margin-top:2px;overflow-wrap:anywhere}
#ob-ask{margin-top:24px}
.ob-hint{font-size:13px;line-height:1.5;margin-top:8px;max-width:520px}
#ob-ask .mail{margin-top:14px;padding:0}

/* The skill's questions, each with its box. */
#ob-clar{margin-top:24px}
.clars{margin-top:12px;border-top:1px solid var(--rule-hair)}
.clar{display:flex;gap:12px;align-items:flex-start;padding:11px 0;border-bottom:1px solid var(--rule-hair);cursor:text}
.clar .cdot{margin-top:6px}
.clar-body{flex:1 1 auto;min-width:0}
.clar-ask{display:block;font-size:13px;color:var(--ink-2);line-height:1.4}
.clar.on .clar-ask{color:var(--ink)}
.clar input{display:block;width:100%;margin-top:6px;border:1px solid var(--rule);border-radius:8px;
  padding:7px 10px;font:inherit;font-size:13px;background:var(--paper);outline:none}
.clar input:focus{border-color:var(--ink-3);box-shadow:0 0 0 3px rgba(20,20,20,.05)}
.gaps.bad{border-color:#ecd5d5;background:#fcf7f7;color:#8a3d3d}
/* The adverts, one board at a time. */
.adtabs{display:flex;gap:4px;margin-top:12px;border-bottom:1px solid var(--rule-hair)}
.adtab{border:0;background:transparent;font:inherit;font-size:12.5px;color:var(--ink-3);padding:8px 10px;
  border-bottom:2px solid transparent;margin-bottom:-1px;cursor:pointer}
.adtab:hover{color:var(--ink)}
.adtab[aria-selected="true"]{color:var(--ink);border-bottom-color:var(--ink)}
.adbody{margin-top:14px;max-height:52vh;overflow:auto;border:1px solid var(--rule-hair);border-radius:10px;
  background:var(--paper-2)}
.adbody pre{margin:0;padding:16px 18px;white-space:pre-wrap;overflow-wrap:anywhere;font:inherit;font-size:13px;
  line-height:1.55;color:var(--ink)}
.adrow{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}

/* The right pane rises in — rows one after another, then the questions, then
   the email — the first time it is painted. */
@keyframes rise{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.onboard.fresh .ob-count,.onboard.fresh .ability,.onboard.fresh .clar,.onboard.fresh #ob-clar>.eyebrow,
.onboard.fresh #ob-clar>.ob-hint,.onboard.fresh #ob-ask{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}
.onboard.fresh .ability{animation-delay:calc(60ms + var(--i,0) * 45ms)}
.onboard.fresh #ob-clar>.eyebrow,.onboard.fresh #ob-clar>.ob-hint{animation-delay:380ms}
.onboard.fresh .clar{animation-delay:calc(420ms + var(--i,0) * 60ms)}
.onboard.fresh #ob-ask{animation-delay:560ms}
.clar-why{display:block;font-size:12px;color:var(--ink-3);line-height:1.45;margin-top:2px}
/* The brief landing: the column slides open (380ms) and only then is the
   list filled in — line by line, each dot lighting a beat after its line,
   the value under a lit line arriving last. Set by `populate()`. */
.onboard.populating .ob-count,.onboard.populating .ability,.onboard.populating .clar,.onboard.populating #ob-clar>.eyebrow,
.onboard.populating #ob-clar>.ob-hint,.onboard.populating #ob-ask{animation:rise .45s cubic-bezier(.2,.7,.2,1) both}
.onboard.populating .ob-count{animation-delay:300ms}
.onboard.populating .ability{animation-delay:calc(380ms + var(--i,0) * 80ms)}
.onboard.populating .ability .cdot.on{animation:lit .5s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(560ms + var(--i,0) * 80ms)}
.onboard.populating .ability.on .ob-sub{animation:rise .4s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(620ms + var(--i,0) * 80ms)}
.onboard.populating #ob-clar>.eyebrow,.onboard.populating #ob-clar>.ob-hint{animation-delay:1000ms}
.onboard.populating .clar{animation-delay:calc(1040ms + var(--i,0) * 60ms)}
.onboard.populating #ob-ask{animation-delay:1140ms}
@keyframes lit{from{transform:scale(.3);background:transparent;box-shadow:0 0 0 0 rgba(20,20,20,0)}
  55%{transform:scale(1.5);box-shadow:0 0 0 5px rgba(20,20,20,.1)}to{transform:scale(1)}}
/* On the left, a box the brief answered lights and settles, in the same rhythm. */
.frow input.filled{animation:filled 1.2s ease both;animation-delay:calc(140ms + var(--i,0) * 70ms)}
@keyframes filled{0%{background:var(--paper-3);border-color:var(--ink)}100%{background:var(--paper);border-color:var(--rule)}}
@media (prefers-reduced-motion:reduce){.onboard.fresh *,.onboard.populating *,.frow input.filled{animation:none!important}}

/* ── adding people from LinkedIn ────────────────────────────────────── */
.addpane{padding:18px 24px 28px}
.addpane .jd{min-height:0;flex:0 0 auto;margin-bottom:18px}
.addpane .jd textarea{min-height:88px;font-family:var(--mono,ui-monospace,monospace);font-size:12.5px}
/* Granola's meetings, above the paste box: the same dashed frame, the
   same row as an ATS role in the rail, a Read where Import was. */
.gran{border:1px dashed var(--rule-quiet);border-radius:14px;padding:18px 20px;margin-bottom:14px}
.granlist{margin:10px -12px 0}
.granrow .btn.small{padding:5px 11px;font-size:11.5px}
.prof{border:1px solid var(--rule);border-radius:14px;padding:16px 18px 14px;margin-bottom:10px;
  background:var(--paper);animation:rise .45s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i,0) * 60ms)}
.prof.off{border-style:dashed}
.prof-head{display:flex;justify-content:space-between;align-items:baseline;gap:14px}
.prof-head .nm{font-size:18px}
.prof-head .score{font-size:22px;letter-spacing:-.02em;font-variant-numeric:tabular-nums}
.prof-head .score small{font-size:12px;color:var(--ink-3);letter-spacing:0;margin-left:2px}
.prof-sub{margin-top:2px;font-size:12.5px;color:var(--ink-2)}
.prof-facts{margin-top:10px;font-size:12px;color:var(--ink-2)}
.prof-say{margin:10px 0 0;font-size:13px;line-height:1.55;color:var(--ink)}
.prof-foot{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding-top:12px;border-top:1px solid var(--rule-hair);font-size:12px}
@media (prefers-reduced-motion:reduce){.prof{animation:none}}

/* ── the report — one person's full read, in the right pane ───────── */
.report{padding:26px 28px 28px}
.rhead{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}
.rscore{display:flex;align-items:center;gap:12px}
.rdial{position:relative;width:84px;height:84px;display:grid;place-items:center;flex:none}
.rdial .rring{position:absolute;inset:0;width:100%;height:100%;transform:rotate(-90deg)}
.rring .track{fill:none;stroke:var(--rule);stroke-width:5}
.rring .arc{fill:none;stroke:var(--ink);stroke-width:5;stroke-linecap:round;transition:stroke-dasharray .8s cubic-bezier(.2,.7,.2,1)}
.rnum{position:relative;font-size:30px;font-weight:500;letter-spacing:-.03em;line-height:1}
/* ── the readings' own pictures: one scale each, the report's numbers ── */
.rbars{display:grid;gap:6px;margin-top:10px}
.rbar{display:grid;grid-template-columns:64px 1fr auto;align-items:center;gap:10px;font-size:11.5px;color:var(--ink-2)}
.rbar .t,.rmeter .t{display:block;height:6px;border-radius:999px;background:var(--paper-3);overflow:hidden}
.rbar .f,.rmeter .f{display:block;height:100%;border-radius:999px;background:var(--ink);transition:width .6s cubic-bezier(.2,.7,.2,1)}
.rbar .v,.rmeter .v{font-size:15px;color:var(--ink);font-variant-numeric:tabular-nums;white-space:nowrap}
.rbar .v small,.rmeter .v small{font-family:var(--app);font-size:11px;color:var(--ink-3);margin-left:3px}
.rmeter{display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;margin-top:10px}
.rmoves{display:flex;align-items:center;gap:4px;margin-top:10px;font-size:11.5px}
.rmove{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:7px;font-size:13px;font-weight:500;
  background:var(--ink);color:#fff}
.rmove.flat{background:var(--paper-3);color:var(--ink)}
.rmove.down{background:transparent;color:var(--ink);border:1px dashed var(--ink)}
.rmoves .faint{margin-left:6px}
.rrail{position:relative;height:56px;margin:12px 6px 0}
.rrail .t{position:absolute;left:0;right:0;top:50%;height:2px;background:var(--rule-quiet);border-radius:999px}
.rrail .m{position:absolute;left:0;top:50%;width:0;font-size:11px;color:var(--ink-2);white-space:nowrap}
.rrail .m i{position:absolute;left:0;top:0;width:10px;height:10px;border-radius:999px;background:var(--ink);transform:translate(-50%,-50%)}
.rrail .m .l{position:absolute;left:0;transform:translateX(-50%)}
.rrail .m.above .l{bottom:9px}
.rrail .m.below .l{top:9px}
.rrail .m b{font-weight:500;color:var(--ink-3)}
.rstats{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:8px 12px;margin-top:10px}
.rstats span{display:flex;flex-direction:column;gap:1px}
.rstats b{font-size:17px;font-weight:500;letter-spacing:-.01em;line-height:1.1;font-variant-numeric:tabular-nums;color:var(--ink)}
.rstats small{font-size:10.5px;color:var(--ink-3);letter-spacing:.02em}
.rof{font-size:11.5px;line-height:1.3;color:var(--ink-3);padding-bottom:4px}
.rhead-right{text-align:right;flex:0 1 auto;min-width:0}
.rrisk{display:inline-block;font-size:10.5px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;
  border-radius:999px;padding:6px 11px 5px;color:#fff;background:var(--ink)}
.rrisk.medium{background:transparent;color:var(--ink);border:1px solid var(--ink)}
.rrisk.high{background:transparent;color:var(--ink);border:1px dashed var(--ink)}
.rwho{margin-top:10px;font-size:12.5px;line-height:1.45;color:var(--ink-2)}
.rtag{margin:18px 0 0;font-size:19px;line-height:1.3;color:var(--ink);max-width:560px}
.rtiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(118px,1fr));gap:8px;margin-top:20px}
.rtile{border:1px solid var(--rule);border-radius:12px;padding:12px 14px 11px;display:flex;flex-direction:column;gap:3px}
.rtile .serif{font-size:24px;letter-spacing:-.02em;line-height:1;font-variant-numeric:tabular-nums}
.rtile small{font-size:11px;color:var(--ink-3);line-height:1.3}
.rapproach{margin:14px 0 0;padding:14px 16px;border-radius:12px;background:var(--ink);color:#fff}
.rapproach .eyebrow{color:rgba(255,255,255,.55)}
.rapproach p{margin:5px 0 0;font-size:14px;line-height:1.5}
.rgrid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}
.rcard{border:1px solid var(--rule);border-radius:12px;padding:14px 16px 13px;background:var(--paper);min-width:0}
.rcard.wide{grid-column:1/-1;margin-top:8px}
.rcard-head{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}
.rcard h4{margin:0;font-size:10.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}
.rcard h4[data-tip]{cursor:default}
/* A tip on a right-hand card opens leftwards, or it runs off the pane. */
.rgrid .rcard:nth-child(even) h4[data-tip]::after{left:auto;right:0;--tx:0}
.rstate{font-size:11.5px;font-weight:500;color:var(--ink);background:var(--paper-2);border-radius:999px;padding:3px 9px;white-space:nowrap}
.rcard p{margin:8px 0 0;font-size:13px;line-height:1.5;color:var(--ink)}
.rfacts{display:flex;flex-wrap:wrap;gap:4px 14px;margin-top:8px;font-size:12px;color:var(--ink-2)}
.rfacts b{font-weight:500;color:var(--ink-3)}
/* The employer signal and the articles it cites: `[1]` in the sentence is a
   link, and the same article is listed under it by headline. */
.rbackground{margin:6px 0 0;font-size:12.5px;line-height:1.5}
.rpath{margin:8px 0 0;font-size:12.5px;line-height:1.5}
/* The career as steps. One grid column per month, one row per role
   (most senior on top); the bar spans its months and the label sits
   beside it on whichever side has the room. */
.cpath{margin-top:14px;overflow:hidden}
.cp-lanes{display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));grid-template-rows:repeat(var(--lanes),24px);gap:6px 0;align-items:center}
.cp-bar{height:16px;min-width:4px;border:1px solid var(--ink-2);border-radius:8px;background:var(--paper)}
.cp-bar:hover{border-color:var(--ink);background:var(--ink-5,#eeece7)}
.cp-bar.now:hover{background:var(--ink)}
.cp-bar.now{background:var(--ink);border-color:var(--ink)}
.cp-label{min-width:0;padding:0 10px;font-size:12px;line-height:1.3;color:var(--ink);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;opacity:0;pointer-events:none}
.cp-bar:hover+.cp-label{opacity:1}
.cp-axis{display:grid;grid-template-columns:repeat(var(--cols),minmax(0,1fr));margin-top:8px;padding-top:6px;border-top:1px solid var(--rule);font-size:10.5px;color:var(--ink-3)}
.cp-axis span{white-space:nowrap;overflow:hidden}
.cp-list{display:none;list-style:none;margin:12px 0 0;padding:0}
.cp-list li{display:grid;grid-template-columns:1fr;gap:1px;padding:8px 0 8px 14px;border-left:2px solid var(--rule);font-size:12.5px;line-height:1.35}
.cp-list li.now{border-left-color:var(--ink)}
.cp-list .cp-when{font-size:10.5px;color:var(--ink-3)}
.cp-list b{font-weight:500;color:var(--ink)}
.cp-list i{font-style:normal;font-size:11px;color:var(--ink-3)}
@media (max-width:640px){.cpath{display:none}.cp-list{display:block}}
.rsignal{margin:8px 0 0;font-size:12.5px;line-height:1.5;color:var(--ink-2)}
.rsignal .cite{color:var(--ink);font-weight:500;text-decoration:none;border-bottom:1px solid var(--rule)}
.rsignal .cite:hover{border-bottom-color:var(--ink)}
.rsources{margin:8px 0 0;padding-left:18px;font-size:12.5px;line-height:1.55}
.rsources li{margin:2px 0}
.rsources a{color:var(--ink)}
.rsources small{margin-left:6px;color:var(--ink-3);font-size:11px}
.rmentions{margin:8px 0 0;padding-left:18px;font-size:13px;line-height:1.6}
.rmentions a{color:var(--ink)}
.rsubject{margin-top:10px;font-size:13.5px;font-weight:500}
.rbody{margin:8px 0 0;white-space:pre-wrap;font:inherit;font-size:13.5px;line-height:1.6;color:var(--ink-2)}
.rfoot{font-size:12px;line-height:1.5;margin:20px 0 0;padding-top:14px;border-top:1px solid var(--rule-hair)}
.report.fresh .rhead,.report.fresh .rtag,.report.fresh .rtiles,.report.fresh .rapproach,.report.fresh .rcard{animation:rise .45s cubic-bezier(.2,.7,.2,1) both}
.report.fresh .rtag{animation-delay:60ms}.report.fresh .rtiles{animation-delay:120ms}.report.fresh .rapproach{animation-delay:180ms}
.report.fresh .rcard{animation-delay:calc(240ms + var(--i,0) * 50ms)}
@media (prefers-reduced-motion:reduce){.report.fresh *{animation:none!important}}
@media (max-width:1180px){.rgrid{grid-template-columns:1fr}}
.prof.picked{border-color:var(--ink)}

/* ── why them for this role — the out pane while a person is open ──── */
.fit{padding:18px 24px 28px}
/* The judge's verdict: a plain card, marked ✓ or !. Ink when it stands
   against them, so it is the first thing read. */
.verdict{display:flex;gap:14px;align-items:flex-start;padding:16px 18px;border-radius:12px;margin:4px 0 20px;
  border:1px solid var(--rule);animation:cardIn .35s ease both}
.verdict.off{background:var(--ink);color:#fff;border-color:var(--ink)}
.verdict .vmark{flex:0 0 24px;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-size:13px;font-weight:600;border:1px solid currentColor;margin-top:1px}
.verdict.on .vmark{background:var(--ink);border-color:var(--ink);color:#fff}
.verdict .vbody{display:flex;flex-direction:column;gap:4px;min-width:0}
.verdict .vhead{font-family:var(--display);font-size:18px;font-weight:500;letter-spacing:-.01em;line-height:1.3}
.verdict .vwhy{font-size:13px;line-height:1.5;opacity:.85}
.fittally{margin:0 0 10px;font-family:var(--display);font-size:19px;font-weight:500;letter-spacing:-.01em;line-height:1.35}
.fitlead{margin:0 0 14px;font-size:12.5px}
.fitgroup{margin-top:14px}
.fitgroup+.fitgroup{margin-top:22px}
.fitgroup>.eyebrow{display:block;margin-bottom:6px}
.fitlist{list-style:none;margin:0;padding:0;border-top:1px solid var(--rule-hair)}
.fitreq{display:flex;gap:14px;padding:12px 0;border-bottom:1px solid var(--rule-hair);animation:cardIn .35s ease both;animation-delay:calc(var(--i,0) * 40ms)}
.fitmark{flex:0 0 22px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:600;border:1px solid var(--rule-quiet);color:var(--ink-3);margin-top:1px}
.fitreq.yes .fitmark{background:var(--ink);border-color:var(--ink);color:#fff}
.fitreq.no .fitname{color:var(--ink-2)}
.fitbody{flex:1 1 auto;min-width:0}
.fitname{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;font-weight:500}
.fitev{display:block;margin-top:4px;font-size:12.5px;line-height:1.5;color:var(--ink-2)}
.fitev q{font-style:italic;color:var(--ink);quotes:"“" "”"}
.fitsec{margin-top:22px;padding-top:18px;border-top:1px solid var(--rule-hair)}
.fitsec.first{margin-top:0;padding-top:0;border-top:0}
.fitsec>.eyebrow{display:block;margin-bottom:10px}
.fitsec .verdict{margin-top:0}
.fitwhat{margin:-4px 0 8px;font-size:12.5px}
.pitchline{margin:0 0 14px;font-size:19px;line-height:1.35;letter-spacing:-.01em}
.pgrid{display:grid;grid-template-columns:1fr 1fr;gap:14px 24px;margin-top:18px}
/* The pitch as a call sheet: the reads as pills, the three things to lead
   with as cards, every other point a bold label over one grey line. */
.preads{display:flex;gap:6px;flex-wrap:wrap;margin:2px 0 16px}
.pread{display:inline-flex;flex-direction:column;padding:6px 11px;border:1px solid var(--rule);border-radius:9px;line-height:1.2}
.pread b{font-weight:500;font-size:12.5px;color:var(--ink)}.pread i{font-style:normal;font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);margin-top:2px}
.phooks{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.phook{padding:14px 14px 12px;border-radius:12px;background:var(--ink);color:var(--paper);min-width:0}
.phook em{font-style:normal;font-family:var(--serif);font-size:22px;line-height:1;opacity:.55;display:block;margin-bottom:8px}
.phook b{display:block;font-weight:500;font-size:14px;line-height:1.3}.phook span{display:block;font-size:12px;line-height:1.4;opacity:.75;margin-top:4px}
.plist{list-style:none;margin:4px 0 0;padding:0}
.plist li{padding:7px 0;border-top:1px solid var(--rule-hair);font-size:13px;line-height:1.45}
.plist li b{display:block;font-weight:500;color:var(--ink)}.plist li span{color:var(--ink-2);font-size:12.5px}
.plist.warn li b::before{content:"!";display:inline-block;width:14px;height:14px;border-radius:50%;background:var(--paper-3);color:var(--ink);font-size:10px;font-weight:600;text-align:center;line-height:14px;margin-right:7px;vertical-align:1px}
.pask{margin-top:18px}.pask ol{list-style:none;margin:2px 0 0;padding:0}
.pask li{display:flex;gap:10px;align-items:flex-start;padding:6px 0;font-size:13.5px;line-height:1.45}
.pbox{flex:0 0 auto;width:15px;height:15px;border:1.5px solid var(--ink-2);border-radius:4px;margin-top:3px}
@media (max-width:760px){.phooks{grid-template-columns:1fr}}
.plabel{display:block;font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}
.pavoid{margin:18px 0 0;font-size:12.5px;color:var(--ink-2);line-height:1.5}
.pavoid s{color:var(--ink);font-weight:500;margin-right:6px}
.working.pworking{display:flex;align-items:center;gap:10px;padding:6px 0 2px;font-size:12.5px;text-align:left}
@media (max-width:900px){.pgrid{grid-template-columns:1fr}}
.pitchwhy{margin:0;display:grid;gap:8px}
.pitchwhy>div{display:grid;grid-template-columns:150px 1fr;gap:14px;align-items:baseline;padding:9px 0;border-top:1px solid var(--rule-hair)}
.pitchwhy dt{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3);line-height:1.4}
.pitchwhy dd{margin:0;font-size:13.5px;line-height:1.5}
.verdict .vwhy b{font-weight:500}
/* Not screened yet: what the read needs, one row each, ticked as it lands. */
.fitstart{max-width:560px;animation:cardIn .35s ease both}
.fitstart .big{font-size:24px;font-weight:500;letter-spacing:-.02em;line-height:1.2}
.fitstart>p{margin:10px 0 0;font-size:14px;line-height:1.6;color:var(--ink-2)}
ul.needs{list-style:none;margin:20px 0 0;padding:0;border-top:1px solid var(--rule-hair)}
.need{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--rule-hair)}
.needmark{flex:0 0 22px;width:22px;height:22px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  font-size:12px;font-weight:600;border:1px dashed var(--rule-quiet);color:var(--ink-3);margin-top:1px}
.need.on .needmark{background:var(--ink);border:1px solid var(--ink);color:#fff}
.needbody{display:flex;flex-direction:column;gap:3px;min-width:0}
.needwhat{font-family:var(--display);font-size:17px;font-weight:500;letter-spacing:-.01em}
.needstate{font-size:13px;line-height:1.5;color:var(--ink-2)}
.need.on .needstate{color:var(--ink-3)}
.needstate .linkish{font-size:13px}
.fitsec p{margin:8px 0 0;font-size:14px;line-height:1.55}

/* the person's own strip: Fit · Notes */
.ptabs{margin:2px 0 18px}

/* the notes thread */
.jwrite{border:1px solid var(--rule);border-radius:12px;padding:12px 14px 10px;background:var(--paper);
  transition:border-color .12s,box-shadow .12s}
.jwrite:focus-within{border-color:var(--ink);box-shadow:0 0 0 3px var(--paper-3)}
.jwrite textarea{display:block;width:100%;border:0;outline:none;resize:none;background:transparent;
  font:inherit;font-size:14px;line-height:1.55;min-height:44px;overflow:hidden;padding:0}
.jrow{display:flex;align-items:center;gap:10px;margin-top:8px;font-size:11.5px}
.jempty{padding:38px 8px 20px;text-align:center}
.jempty .serif{font-size:19px}
.jempty .faint{margin-top:6px;font-size:12.5px;max-width:300px;margin-left:auto;margin-right:auto;line-height:1.5}
.jthread{list-style:none;margin:26px 0 0;padding:0 0 8px 18px;position:relative}
.jthread::before{content:"";position:absolute;left:4px;top:8px;bottom:8px;width:1px;background:var(--rule)}
.jthread>li{position:relative;animation:rise .4s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i,0) * 40ms)}
.jdot{position:absolute;left:-18px;top:16px;width:9px;height:9px;border-radius:50%;background:var(--paper);
  border:1px solid var(--rule-quiet);box-sizing:border-box}
.jnote{margin:0 0 12px}
.jnote .jdot{top:18px}
.jnote.you .jdot{background:var(--ink);border-color:var(--ink)}
.jnote.meeting .jdot{background:var(--ink-3);border-color:var(--ink-3)}
.jcard{border:1px solid var(--rule-hair);border-radius:12px;padding:12px 16px 14px;background:var(--paper-2)}
.jnote.you .jcard{background:var(--paper);border-color:var(--rule)}
.jnote.latest .jcard{border-color:var(--rule-quiet)}
.jmeta{display:flex;justify-content:space-between;gap:12px;align-items:baseline}
.jby{font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}
.jnote.you .jby{color:var(--ink)}
.jtime{font-size:11.5px;color:var(--ink-3);white-space:nowrap}
.jtext{margin:6px 0 0;font-size:16px;line-height:1.5;letter-spacing:-.005em}
.jnote.latest .jtext{font-size:18px}
.jev{padding:6px 0 10px;display:flex}
.jev .jdot{top:12px;width:7px;height:7px;left:-17px}
.jev .jbody{display:flex;gap:10px;align-items:baseline;font-size:12.5px;color:var(--ink-2)}
.jev .jtime{flex:0 0 auto;min-width:88px}
.jev+.jnote{margin-top:6px}
@media (prefers-reduced-motion:reduce){.jthread>li{animation:none}}

/* ── a person's file — the right pane, while somebody is open ──────── */
/* The head is theirs: the name, the line under it, and one
   way out. Nothing about the role in it. */
.filehead{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;flex:1 1 auto;min-width:0;animation:cardIn .3s ease both}
/* The name keeps at least a name's width; in a narrow pane the decisions
   drop to a second line rather than cutting "Marcus Webb" to "Marcus …". */
.filewho{flex:1 1 200px;min-width:0;display:flex;flex-direction:column}
.fname{font-size:23px;font-weight:500;letter-spacing:-.02em;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fsub{margin-top:3px;font-size:12.5px;color:var(--ink-2);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fileclose{flex:0 0 auto;width:30px;height:30px;border-radius:999px;border:1px solid var(--rule);background:transparent;
  color:var(--ink-2);font-size:18px;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:all .12s}
.fileclose:hover{border-color:var(--ink);color:var(--ink)}

/* The stamps on the record: what was measured or said, and nothing else. */
.stamps{display:flex;flex-wrap:wrap;gap:8px;padding:18px 24px 4px}
.stamp{flex:0 0 auto;min-width:88px;border:1px solid var(--rule);border-radius:12px;padding:11px 13px 10px;
  display:flex;flex-direction:column;gap:7px;background:var(--paper)}
.stamp .v{font-size:20px;line-height:1;letter-spacing:-.02em;white-space:nowrap}
.stamp .l{font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3)}
/* A reply on the record: the one stamp in ink, since it is the one that
   asks something of her. */
.stamp.hot{background:var(--ink);border-color:var(--ink);color:#fff}
.stamp.hot .l{color:rgba(255,255,255,.7)}
.stamp.hot[data-tip]::after{left:0;--tx:0}

/* ── from your inbox: the thread with this person ──────────────────── */
.mailwhy{margin:0;font-size:13px;line-height:1.55}
.maillead{margin:0 0 12px;font-size:13.5px;line-height:1.5;color:var(--ink-2)}
.maillead b{font-weight:500;color:var(--ink)}
.maillead.hot{color:var(--ink)}
.mailthread{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}
.mailmsg{max-width:82%;padding:10px 14px 11px;border-radius:14px;border:1px solid var(--rule);background:var(--paper);
  animation:cardIn .35s ease both;animation-delay:calc(var(--i,0) * 50ms)}
.mailmsg.you{align-self:flex-end;background:var(--paper-2);border-color:transparent;border-bottom-right-radius:4px}
.mailmsg.them{align-self:flex-start;border-bottom-left-radius:4px}
.mailmsg.them.latest{border-color:var(--ink);box-shadow:var(--lift)}
.mmeta{display:flex;flex-wrap:wrap;align-items:baseline;gap:8px;margin-bottom:5px;font-size:11.5px;color:var(--ink-3)}
.mby{font-weight:600;color:var(--ink-2);letter-spacing:.02em}
.msubj{color:var(--ink-3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}
.mtext{margin:0;font-size:13.5px;line-height:1.55;color:var(--ink)}
.mtext.serif{font-family:var(--display);font-size:15.5px;line-height:1.5}
.mailmsg.you .mtext{color:var(--ink-2)}

/* ── the roster: who is waiting on you ─────────────────────────────── */
.rgroup{display:flex;align-items:center;gap:12px;padding:14px 24px 6px;font-size:12.5px;color:var(--ink-2)}
/* A meeting on the role: what it was, when, where it came from, and Open. */
.meetrow{display:flex;align-items:center;gap:14px;padding:10px 24px;border-top:1px solid var(--rule-hair)}
.meetrow .mt{min-width:0;flex:1 1 auto;display:flex;flex-direction:column;gap:1px}
.meetrow .mt b{font-family:var(--display);font-size:15.5px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.meetrow .mt .faint{font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.meetrow .btn.small{flex:0 0 auto}
.roster-row.replied .q{color:var(--ink);white-space:normal;overflow:visible}
.roster-row.replied .rsnip{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:var(--display);font-size:14px;line-height:1.4}
.rmark{display:inline-block;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;
  background:var(--ink);border-radius:999px;padding:2px 8px 1px;margin:0 0 4px}
.jnote.mail .jsubj{font-weight:400;text-transform:none;letter-spacing:0;color:var(--ink-3);margin-left:8px;
  display:inline-block;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}
.jnote.mail.you .jcard{background:var(--paper-2);border-color:transparent}
.jnote.mail.them .jcard{background:var(--paper);border-color:var(--ink)}
.jnote.mail .jtext:not(.serif){font-family:var(--app);font-size:13.5px;color:var(--ink-2)}
/* Reliability as a ring: the score is a share of 100, drawn as one. */
.stamp.ring{flex-direction:row;align-items:center;gap:12px}
.ringv{flex:0 0 auto;width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  background:conic-gradient(var(--ink) calc(var(--v,0) * 1%),var(--rule) 0)}
.ringv .v{width:36px;height:36px;border-radius:999px;background:var(--paper);display:inline-flex;align-items:center;justify-content:center;font-size:16px}
.fcontact{display:flex;align-items:baseline;gap:12px;padding:12px 24px 0;font-size:13px}
.fcontact a{color:var(--ink);text-decoration:none;border-bottom:1px solid var(--rule-quiet);display:inline-block;padding:4px 0 2px;margin:-4px 0 -2px;min-height:24px}
.fcontact a:hover{border-bottom-color:var(--ink)}

/* The ledger: notes, the CV in place, the LinkedIn read. */
/* Not `.ledger` — that is the email's tally, a flex row with its own
   margins, and sharing the name put 50px of dead edge either side of the CV. */
.fledger{padding:10px 24px 32px}
.lsec{padding:20px 0 4px;border-top:1px solid var(--rule-hair)}
.lsec:first-child{border-top:0;padding-top:12px}
.lsec-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px}
.lacts{display:flex;gap:14px;align-items:center}
.lsec>p{margin:0 0 16px;font-size:14px;line-height:1.55}
/* The page sits on a mat, not against the frame — the marks are placed as
   fractions of `.cvwrap`, so the breathing room goes on the frame around it. */
.cvframe{margin:4px 0 0;padding:18px;border:1px solid var(--rule);border-radius:10px;background:var(--paper-2)}
.lsec .cvwrap{max-width:none;margin:0}
.lsec .working{padding:28px 16px}
.lsec .report{padding:0 0 8px}
.lsec .cvadd{margin:0 0 16px}
.fileacts{display:flex;align-items:center;gap:16px;flex:0 0 auto;margin-left:auto}
.fileacts .linkish{color:var(--ink-3)}
.fileacts .linkish:hover,.fileacts .linkish.arm{color:var(--ink)}
/* Why somebody is not going forward: three reasons, one line for the note. */
.outwhy{padding:6px 22px 16px;display:flex;flex-direction:column;gap:6px}
.outopt{display:flex;gap:10px;align-items:flex-start;padding:8px 10px;border:1px solid var(--rule-hair);border-radius:10px;cursor:pointer}
.outopt:has(input:checked){border-color:var(--ink);background:var(--paper-2)}
.outopt input{margin-top:3px;accent-color:var(--ink)}
.outopt b{display:block;font-weight:500;font-size:13.5px;color:var(--ink)}
.outopt i{display:block;font-style:normal;font-size:11.5px;color:var(--ink-3);margin-top:1px}
.outnote{margin-top:6px;width:100%;padding:8px 10px;border:1px solid var(--rule);border-radius:8px;font:inherit;font-size:13px;background:var(--paper)}
.outnote:focus{outline:none;border-color:var(--ink)}
.file.fresh .stamps,.file.fresh .fcontact,.file.fresh .lsec{animation:rise .45s cubic-bezier(.2,.7,.2,1) both}
.file.fresh .fcontact{animation-delay:60ms}.file.fresh .lsec:nth-child(1){animation-delay:120ms}
.file.fresh .lsec:nth-child(2){animation-delay:180ms}

.filepick{display:flex;align-items:center;gap:10px;margin-top:12px;cursor:pointer}
.plink{display:flex;gap:8px;align-items:center;margin:12px 0 16px;flex-wrap:wrap}
.plink input{flex:1 1 260px;min-width:0;border:1px solid var(--rule);border-radius:8px;padding:8px 11px;font:inherit;font-size:13px;background:var(--paper)}
.plink input:focus{outline:none;border-color:var(--ink-2)}
.working .spin{margin-top:14px}

/* ── progress — one rail down the pane, a stop per stage ──────────── */
/* One rail, drawn as far as the role has got: ink between two stops that
   people have reached, a dotted hairline past the frontier. Every mark sits
   ON the rail, centred on its label's first line — the rail is a 14px column
   and the mark is 12px inside it, so the geometry is fixed rather than
   nudged. (The journal has its own `.jdot`; this is `.jmark`, so the two
   never share a rule.) */
.journey{flex:1 1 auto;display:flex;flex-direction:column;padding:28px 36px 24px}
.jline{list-style:none;margin:0;padding:0;position:relative;flex:1 1 auto}
.jstop{position:relative;display:grid;grid-template-columns:14px minmax(0,1fr);column-gap:22px;
  min-height:84px;padding-bottom:28px}
.jstop:last-child{min-height:0;padding-bottom:0}
/* The rail: each stop owns the segment from its own mark to the next. */
.jstop::before{content:"";position:absolute;left:6.5px;top:0;bottom:0;width:1px;
  background:repeating-linear-gradient(to bottom,var(--rule-quiet) 0 3px,transparent 3px 8px)}
.jstop:first-child::before{top:23px}
.jstop:last-child::before{display:none}
/* Reached: solid ink from this mark to the next one people have reached. */
.jstop:is(.live,.passed):has(+ .jstop:is(.live,.passed))::before{background:var(--ink)}
/* The frontier: ink fades into the dotted hairline rather than stopping dead. */
.jstop:is(.live,.passed):not(:has(+ .jstop:is(.live,.passed)))::before{
  background:linear-gradient(to bottom,var(--ink) 0,var(--ink) 40%,transparent 100%)}
.jmark{position:relative;z-index:1;width:12px;height:12px;margin:17px 0 0 1px;border-radius:999px;
  box-sizing:border-box;background:var(--paper);border:1.5px solid var(--rule-quiet)}
.jstop:is(.live,.passed) .jmark{background:var(--ink);border-color:var(--ink)}
/* The stop with work in it: a ring around the mark, and one slow pulse out
   of it on open — the eye lands there before reading a word. */
.jstop.needs .jmark{box-shadow:0 0 0 3.5px var(--paper),0 0 0 5px var(--ink)}
.jstop.needs .jmark::after{content:"";position:absolute;inset:-5px;border-radius:999px;border:1px solid var(--ink);
  opacity:0;animation:halo 2.2s cubic-bezier(.2,.7,.2,1) .6s 3}
@keyframes halo{0%{transform:scale(1);opacity:.5}100%{transform:scale(2.6);opacity:0}}
.jbody{min-width:0;padding-top:1px}
.jrow{display:flex;justify-content:space-between;align-items:baseline;gap:16px}
.jlabel{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-family:var(--display);font-size:22px;line-height:28px;
  font-weight:500;letter-spacing:-.015em;color:var(--ink-3)}
.jstop:is(.live,.passed) .jlabel{color:var(--ink)}
.jcount{font-family:var(--display);font-size:26px;line-height:28px;color:var(--ink-3);font-variant-numeric:tabular-nums;letter-spacing:-.02em}
.jstop.live .jcount{color:var(--ink)}
.jsub{display:block;font-size:12.5px;color:var(--ink-3);margin-top:4px}
.jneeds{font-family:var(--app);font-size:10.5px;font-weight:500;letter-spacing:.06em;line-height:1;
  text-transform:uppercase;color:var(--ink);border:1px solid var(--ink);border-radius:999px;padding:6px 10px 5px;min-height:24px;
  background:transparent;transition:background .12s,color .12s}
button.jneeds{cursor:pointer}
button.jneeds:hover{background:var(--ink);color:#fff}
.jnames{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}
.jname{font-size:12px;color:var(--ink-2);background:var(--paper-2);border-radius:999px;padding:4px 10px}
.jname.more{color:var(--ink-3);background:transparent;border:1px dashed var(--rule-quiet)}
.jfoot{flex:0 0 auto;font-size:12px;line-height:1.5;margin:22px 0 0;padding-top:16px;border-top:1px solid var(--rule-hair)}
/* On open the rail draws top-down and each stop rises in behind it. */
.journey.fresh .jstop,.journey.fresh .jfoot{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}
.journey.fresh .jstop{animation-delay:calc(var(--i,0) * 70ms)}
.journey.fresh .jstop::before{transform-origin:top;animation:draw .45s cubic-bezier(.2,.7,.2,1) both;animation-delay:calc(var(--i,0) * 70ms + 120ms)}
.journey.fresh .jfoot{animation-delay:520ms}
@keyframes draw{from{transform:scaleY(0)}to{transform:scaleY(1)}}
@media (prefers-reduced-motion:reduce){.journey.fresh *,.journey.fresh .jstop::before,.jstop.needs .jmark::after{animation:none!important}}
.connpage .card{animation:rise .5s cubic-bezier(.2,.7,.2,1) both}
.connpage .card:nth-child(2){animation-delay:70ms}.connpage .card:nth-child(3){animation-delay:140ms}
.clar-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0 0;font-size:12.5px}
.jnote.mail.them .jdot{background:var(--ink);border-color:var(--ink)}

/* ── the brief: the job spec as it was read ──────────────────────────── */
.brief{padding:22px 24px 28px;animation:cardIn .4s ease both}
.bhead{margin-bottom:18px}
.btitle{font-size:24px;line-height:1.2}
.bfacts{margin-bottom:6px}
.bfacts dd a{color:inherit}
.brief .fitmark{font-size:11px}
.brief .fitreq{padding:10px 0}

/* ── where a value came from ──────────────────────────────────────────────
   A small word beside a value — the ATS by name, brief, meeting, LinkedIn,
   you, Hamrr — the backend's answer off the record's own log. Quiet on
   purpose: it is there when she looks for it, not before. */
.src{display:inline-block;font-style:normal;font-family:var(--app);font-size:10px;font-weight:500;letter-spacing:.09em;
  text-transform:uppercase;color:var(--ink-3);opacity:.75;margin-left:7px;vertical-align:2px;white-space:nowrap;cursor:default}
.src::after{text-transform:none;letter-spacing:0;font-weight:400}
.stamp .l .src{margin-left:5px;vertical-align:0;opacity:.65}
.role .s .src{margin-left:0;vertical-align:0;opacity:.7}
.roster-row .nm .src{font-family:var(--app);vertical-align:0;margin-left:0;flex:0 0 auto}
.btitle .src{font-size:10px;vertical-align:6px}
.eyebrow .src{vertical-align:0;margin-left:8px}
.bfacts dd .src{vertical-align:1px}

/* Roles the ATS has that the desk does not: listed under the desk's own,
   each with the one thing to do about it. The section is absent, not empty,
   when there is no ATS or nothing to bring over. */
#ats-roles{flex:0 0 auto;margin-top:16px;padding-top:14px;border-top:1px solid var(--rule-hair)}
#ats-roles .rail-head{padding-bottom:8px}
#ats-roles .rail-head .eyebrow .cmark{display:inline-block;vertical-align:-3px;margin-right:6px}
.ats-role{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px}
.ats-role .t{flex:1 1 auto;min-width:0}
.ats-role .t b{display:block;font-family:var(--display);font-size:14px;font-weight:500;line-height:1.3;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink)}
.ats-role .t span{display:block;font-size:11.5px;color:var(--ink-3);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ats-role .btn.small{padding:5px 11px;font-size:11.5px;flex:0 0 auto}
/* The Import tip hangs off the ROW, not the button: the button sits at the
   rail's right edge, so a tip hanging left of it ran out of the rail. */
.ats-role{position:relative}
.ats-role .btn[data-tip]{position:static}
.ats-role .btn[data-tip]:hover{transform:none} /* a transform would make the button the tip's box again */
.ats-role .btn[data-tip]::after{left:12px;right:auto;--tx:0}
#ats-roles .notice{margin:4px 12px 0;padding:9px 12px;font-size:12px}

/* ── the moment something lands ───────────────────────────────────────────
   One mark for every completed action — a brief saved, an email sent, a role
   imported: a tick drawn in two strokes (the ring, then the check), with the
   words rising in under it. Busy is the pen writing a line (`.spin`); done is
   this. Nothing bounces; the room is quiet and the ink dries. */
.tick-draw{width:44px;height:44px;display:block;margin:0 auto 14px}
.tick-draw circle,.tick-draw path{fill:none;stroke:var(--ink);stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.tick-draw circle{stroke-dasharray:70;stroke-dashoffset:70;animation:stroke .55s cubic-bezier(.4,0,.2,1) both}
.tick-draw path{stroke-dasharray:14;stroke-dashoffset:14;animation:stroke .3s .4s cubic-bezier(.4,0,.2,1) both}
@keyframes stroke{to{stroke-dashoffset:0}}
.tick-draw.inline{width:15px;height:15px;display:inline-block;vertical-align:-3px;margin:0 6px 0 0}
.tick-draw.inline circle{stroke-width:1.8}.tick-draw.inline path{stroke-width:2}
.landed .big{animation:rise .5s .32s cubic-bezier(.2,.7,.2,1) both}
.landed p{animation:rise .5s .46s cubic-bezier(.2,.7,.2,1) both}
/* The button that did it says so, for as long as the pane takes to change. */
.btn.did{color:var(--ink);background:var(--paper-2);border-color:var(--rule)}
.btn.did .tick-draw{margin-right:6px}
/* A saved brief settles in a line at a time — the title, each fact, then
   the two lists — so what the read filled can be seen arriving. */
.brief.fresh .btitle,.brief.fresh .bfacts>div,.brief.fresh .fitgroup,.brief.fresh .jfoot{animation:rise .45s cubic-bezier(.2,.7,.2,1) both}
.brief.fresh .bfacts>div{animation-delay:calc(90ms + var(--i,0) * 45ms)}
.brief.fresh .fitgroup{animation-delay:calc(380ms + var(--i,0) * 90ms)}
.brief.fresh .jfoot{animation-delay:600ms}
/* A notice slides into place rather than appearing. */
.notice{animation:noticeIn .28s cubic-bezier(.2,.7,.2,1) both}
@keyframes noticeIn{from{opacity:0;transform:translateY(-6px)}}
@media (prefers-reduced-motion:reduce){
  .tick-draw circle,.tick-draw path{animation:none;stroke-dashoffset:0}
  .landed .big,.landed p,.brief.fresh *,.notice{animation:none!important}}

/* A system Hamrr cannot connect yet: shown, greyed, and it says why on hover. */
.sys.off{opacity:.45;cursor:default}
.sys.off:hover{border-color:var(--rule-hair);background:transparent;color:var(--ink-2)}
.prow.off{opacity:.55;cursor:default}
/* A message on a receipt, laid out like the email it was. */
.wrote .v p{margin:0 0 1em} .wrote .v ul{margin:0 0 1em;padding-left:22px} .wrote .v>:last-child{margin-bottom:0}
/* What a receipt touched: the role as a card, the people as a list. */
.touched{display:flex;flex-direction:column;gap:18px;margin:0 0 20px}
.tr-role{display:flex;flex-direction:column;gap:4px;padding:16px 18px;border:1px solid var(--rule);border-radius:12px}
.tr-role .eyebrow{margin-bottom:4px}
.tr-title{font-size:20px;line-height:1.2;letter-spacing:-.02em}
.tr-sub{font-size:13px;color:var(--ink-2)}
.tr-people{border:1px solid var(--rule);border-radius:12px;overflow:hidden}
.tr-people .eyebrow{display:block;padding:12px 18px 8px}
.tr-p{display:grid;grid-template-columns:minmax(140px,240px) minmax(0,1fr) auto;gap:16px;align-items:baseline;
  padding:11px 18px;border-top:1px solid var(--rule-hair)}
.tr-p .nm{font-size:16px;font-weight:500}
.tr-p .q{font-size:12.5px;color:var(--ink-2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.tr-p .wh{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--ink-3);border:1px solid var(--rule);border-radius:999px;padding:3px 9px;white-space:nowrap}
/* The shortlist promise on the role form: the same pill as Hamrr may… */
.frow > .eyebrow{display:block}
.seg2.cadence{margin-top:8px}
.seg2.cadence button{padding:6px 13px;font-size:12.5px}

/* A shortlist that is due: the promised gap is the circle, elapsed the fill. */
.due{padding:24px 32px 40px;max-width:780px;animation:cardIn .4s ease both}
.due-top{display:flex;align-items:center;gap:22px;margin:0 0 22px}
.due-ring{flex:0 0 auto;width:84px;height:84px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;
  background:conic-gradient(var(--ink) calc(var(--v,0) * 1%),var(--rule) 0)}
.due-ring .in{width:70px;height:70px;border-radius:999px;background:var(--paper);display:flex;flex-direction:column;align-items:center;justify-content:center;line-height:1}
.due-ring .n{font-family:var(--display);font-size:26px;letter-spacing:-.02em}
.due-ring .l{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-3);margin-top:4px}
.due-lead{margin:0;font-size:15px;line-height:1.5;color:var(--ink-2);max-width:56ch}
.due-lead b{font-weight:500;color:var(--ink)}
.due-strip{position:relative;margin:26px 0 8px;height:44px}
.due-strip .dbar{position:absolute;left:0;right:0;top:9px;height:1px;background:var(--rule)}
.due-strip .fill{position:absolute;left:0;top:9px;height:1px;background:var(--ink);width:var(--w,50%)}
.due-strip .pt{position:absolute;top:0;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:7px;font-size:11px;color:var(--ink-3);white-space:nowrap}
.due-strip .pt i{width:7px;height:7px;border-radius:50%;background:var(--paper);border:1.5px solid var(--ink);display:block;margin-top:5px}
.due-strip .pt.now i{background:var(--ink)}
.due-strip .pt.now{color:var(--ink);font-weight:500}
.due-strip .pt.late i{border-color:var(--rule-quiet)}
.due-strip .pt.first{transform:none;align-items:flex-start}
.due-strip .pt.now{transform:translateX(-100%);align-items:flex-end}
.due-people{display:flex;align-items:center;flex-wrap:wrap;gap:10px 0;margin:24px 0 0}
.due-people .av{width:34px;height:34px;border-radius:999px;border:1px solid var(--rule);background:var(--paper-2);display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--display);font-size:14px;color:var(--ink);margin-left:-8px}
.due-people .av:first-child{margin-left:0}
.due-people .av.cv{border-color:var(--ink)}
.due-people .av.more{font-family:var(--app);font-size:11.5px;color:var(--ink-2)}
.due-people .lbl{font-size:12.5px;color:var(--ink-2)}
.due-people .av+.lbl{margin-left:10px}
.due .acts{display:flex;gap:10px;align-items:center;margin-top:28px}
.due-foot{margin:14px 0 0;font-size:12px}
.item .mini{display:inline-flex;width:14px;height:14px;border-radius:999px;background:conic-gradient(var(--ink) calc(var(--v,0) * 1%),var(--rule) 0);vertical-align:-3px;margin-right:6px}
.item .mini::after{content:"";width:9px;height:9px;border-radius:999px;background:var(--paper);margin:auto}

/* ── the agency's own format, set once, above the packs it applies to ─────
   A standing setting, not a step: a thumbnail and a name, and it must not
   read as work to do. Dashed is the one box Lite draws, and it means
   "nothing here yet" — a state, not decoration. */
.hf{border-bottom:1px solid var(--rule);padding:16px 24px 18px}
.hf:empty{display:none}
.hf-head{display:flex;align-items:center;justify-content:space-between;gap:12px}
.hf-set{display:flex;gap:14px;align-items:flex-start;margin-top:10px}
.hf-thumb{width:52px;height:68px;flex:0 0 auto;border:1px solid var(--rule);border-radius:4px;overflow:hidden;
  background:var(--paper);line-height:0;padding:0;position:relative;cursor:zoom-in;transition:border-color .12s}
.hf-thumb:hover{border-color:var(--ink)}
.hf-thumb img{width:100%;display:block}
.hf-thumb .spin{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.hf-meta{min-width:0;flex:1 1 auto;display:flex;flex-direction:column}
.hf-name{font-family:var(--display);font-size:15px;font-weight:500;letter-spacing:-.01em;color:var(--ink);
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.hf-sub{margin-top:3px;font-size:12px;color:var(--ink-3);line-height:1.5}
.house-acts{display:flex;gap:8px;flex:none}
.house-name{font-family:var(--display);font-size:14.5px;color:var(--ink)}
.house-pick{cursor:pointer}
.drop{margin-top:10px;border:1px dashed var(--rule-quiet);border-radius:12px;padding:22px 18px;text-align:center;background:var(--paper)}
.drop .t{font-family:var(--display);font-size:15px;letter-spacing:-.01em;color:var(--ink)}
.drop .s{margin-top:4px;font-size:12px;color:var(--ink-3);line-height:1.5;max-width:420px;margin-left:auto;margin-right:auto}
.drop .btn{margin:12px 0 10px}
.panel.house-view{width:min(900px,100%)}
.panel.house-view .phead{display:flex;flex-direction:column;gap:4px}
/* The page scrolls inside the panel at its own proportions. `align-items:
   flex-start` and `flex:none` are load-bearing: a flex row's default
   `stretch` sized the image's HEIGHT to the box while its width stayed put,
   so an A4 page arrived crushed to 640×600 and blurred by the resample. */
.house-page{max-height:min(78vh,1100px);overflow:auto;background:var(--paper-2);padding:22px;
  display:flex;justify-content:center;align-items:flex-start}
.house-page img{flex:none;width:100%;max-width:800px;height:auto;box-shadow:var(--lift);background:#fff}
.house-noview{font-size:13px;line-height:1.55;color:var(--ink-2);max-width:460px;text-align:center;padding:28px 0}
.house-noview b{color:var(--ink);font-weight:500}
.hf-sub.warn{color:var(--ink)}
.hf-thumb.blank{cursor:default;background:var(--paper-2);border-style:dashed;border-color:var(--rule-quiet)}
.pfoot{gap:8px}
