/* Vantage: Bone. Oura-register warm minimalism: bone ground, white cards,
   air instead of lines, soft diffuse shadows, ink pills, bronze as a quiet
   data accent. Switzer speaks calmly at size; Fraunces italic only in the
   lockup and the pull quote.
   Variants preserved: style-solid.css, style-nightglass.css, style-paperink.css. */
/* Neutrals: Oura register. Quiet greige, no green or yellow cast; the warmth
   lives in the bronze, not the greys (Carrie 2026-07-14). */
:root {
  --paper: #F6F5F2;
  --card: #FDFDFC;
  --ink: #1C1B19;
  --muted: #76726B;
  --faint: #A6A29B;
  --line: #EAE8E3;
  --bronze: #9A7142;        /* the metal: links, rings, data moments */
  --bronze-soft: #C9AC7F;
  --track: #ECEAE5;
  --rust: #A34433;          /* the one urgent accent: Cancelling only */
  --shadow: 0 1px 2px rgba(29, 27, 23, 0.04), 0 12px 32px rgba(29, 27, 23, 0.06);
  --serif: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  --sans: "Switzer", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  /* Serif = Tiempos stand-in until the Klim license (logo uses Tiempos).
     Source Serif 4 is the closest free skeleton; Newsreader/Sentient are the
     alternates. Used only where a human speaks. */
  --thrive-serif: "Source Serif 4", "Iowan Old Style", Palatino, Georgia, serif;
}

/* Loading bar: a thin bronze line that appears the moment a click is working
   and sweeps toward done. Cleared on page arrival (including back-nav). */
#loadbar { position: fixed; top: 0; left: 0; right: 0; height: 3px; z-index: 99;
  pointer-events: none; opacity: 0; transition: opacity .15s ease; }
#loadbar::before { content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, var(--bronze-soft), var(--bronze));
  transform: scaleX(0); transform-origin: left; }
html.loading #loadbar { opacity: 1; }
html.loading #loadbar::before {
  animation: loadgrow 1.4s cubic-bezier(.2,.7,.3,1) forwards,
             loadpulse 1.4s ease-in-out 1.4s infinite; }
@keyframes loadgrow { to { transform: scaleX(.88); } }
@keyframes loadpulse { 0%, 100% { opacity: 1; } 50% { opacity: .55; } }

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.55;
}
.wrap { max-width: 780px; margin: 0 auto; padding: 0 20px 90px; }

a { color: var(--bronze); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: 3px; }

/* Header: quiet, airy, no rule. */
.masthead {
  display: flex; align-items: baseline; justify-content: space-between;
  padding: 26px 0 6px;
}
/* Lockup: app colors (Carrie recolors the logo to match). */
.wordmark { font-size: 22px; letter-spacing: 0; }
.wordmark .tw { font-family: var(--thrive-serif); font-style: italic; font-weight: 500;
  color: var(--muted); margin-right: 2px; }
.wordmark .vw { font-family: var(--sans); font-weight: 700; letter-spacing: -0.02em;
  color: var(--ink); }
.wordmark .dot { display: inline-block; width: .17em; height: .17em; border-radius: 50%;
  background: var(--bronze); margin-left: 3px; }
.byline { font-size: 12px; color: var(--faint); text-align: right; }
.wordmark { flex: none; }
/* Phones (seen in the 2026-09-14 recordings): the byline ran into the wordmark
   and the dot dropped to its own line. Let it wrap under the lockup instead. */
@media (max-width: 560px) {
  .masthead { flex-wrap: wrap; gap: 4px 0; }
  .byline { flex-basis: 100%; text-align: left; }
}

/* Manager navigation: quiet text tabs, same idiom as the filters. */
.topnav { display: flex; gap: 18px 22px; padding: 14px 0 2px; flex-wrap: wrap; }
.topnav a { font-size: 13.5px; font-weight: 600; color: var(--faint); padding: 4px 0 6px; }
.topnav a:hover { color: var(--muted); text-decoration: none; }
.topnav a.on { color: var(--ink); box-shadow: inset 0 -2px 0 var(--bronze); }

/* The day brief: the software's one human sentence, in the human voice. */
/* The day's work leads (Carrie 2026-08-01): the brief is the hero line, the
   stats card steps below the search. */
.brief { font-family: var(--thrive-serif); font-style: italic; font-size: 30px;
  line-height: 1.25; color: var(--ink); margin: 18px 0 20px; max-width: 660px; }
.briefsub { font-family: var(--thrive-serif); font-style: italic; font-size: 18px;
  line-height: 1.5; color: var(--ink); margin: -8px 0 16px; }
.briefsub a { font-style: italic; }
.strip.compact { padding: 16px 22px; margin: 10px 0 8px; }
.strip.compact .num { font-size: 24px; }
@media (max-width: 640px) { .brief { font-size: 24px; } }

h1 { font-family: var(--sans); font-size: 32px; font-weight: 650; letter-spacing: -0.025em; margin: 34px 0 4px; }
h2 { font-family: var(--sans); font-size: 19px; font-weight: 650; letter-spacing: -0.015em; margin: 36px 0 10px; }
.sub { color: var(--muted); font-size: 14px; margin: 0 0 12px; }

/* Top strip: one calm white card. */
.strip {
  display: flex; gap: 20px; flex-wrap: wrap; align-items: center;
  background: var(--card);
  border-radius: 22px; padding: 24px 30px; margin: 20px 0 24px;
  box-shadow: var(--shadow);
}
.strip .stat { flex: 1 1 0; min-width: 150px; max-width: 300px; }
.strip .stat .lbl + .lbl { margin-top: 5px; }
.ringwhy { max-width: 300px; }
.strip .num { font-family: var(--sans); font-size: 46px; font-weight: 650; line-height: 1.02;
  letter-spacing: -0.025em; color: var(--ink); }
.strip .stat:last-child .num { color: var(--bronze); }
.strip .lbl { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.strip .trend { margin-top: 3px; font-weight: 600; }
.strip .trend .arr { font-size: 9px; vertical-align: 12%; }
.strip .trend.up { color: var(--bronze); }
.strip .trend.down { color: var(--muted); }
.strip .trend.flat { color: var(--faint); font-weight: 500; }
/* The book's state mix: tappable KPIs under the headline stats. */
.kpis { flex-basis: 100%; display: flex; gap: 24px; flex-wrap: wrap;
  border-top: 1px solid var(--line); padding-top: 16px; margin-top: 6px; }
.kpi { display: flex; align-items: baseline; gap: 7px; padding-bottom: 4px; }
.kpi:hover { text-decoration: none; }
.kpi:hover .klbl { color: var(--ink); }
.kpi .knum { font-weight: 650; font-size: 17px; color: var(--ink);
  font-variant-numeric: tabular-nums; }
.kpi .klbl { font-size: 12px; color: var(--muted); transition: color .15s ease; }
.kpi.good .knum { color: var(--bronze); }
.kpi.on { box-shadow: inset 0 -2px 0 var(--bronze); }
.kpi.on .klbl { color: var(--ink); }
.goalbar { position: relative; height: 6px; background: var(--track);
  border-radius: 3px; width: 170px; margin-top: 9px; }
.goalbar .fill { position: absolute; inset: 0 auto 0 0; background: var(--bronze); border-radius: 3px; }
.goalbar .mark60 { position: absolute; top: -4px; bottom: -4px; left: 60%; width: 2px;
  background: var(--ink); border-radius: 1px; }

/* The one control row: whose list, month, club, search. Tailored pills:
   hairline borders, our own chevron, bronze focus ring. */
.controls { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; margin: 6px 0 8px; }
.controls select, .assign select, .sheet select, .covform select,
.rosterbar select, .awayform select {
  -webkit-appearance: none; appearance: none; cursor: pointer;
  font: inherit; font-size: 13.5px; font-weight: 600; letter-spacing: -0.01em;
  padding: 10px 34px 10px 16px; border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink);
  background: var(--card)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2376726B' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    no-repeat right 14px center / 10px;
  box-shadow: 0 1px 2px rgba(29, 27, 23, 0.05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.controls select:hover, .assign select:hover, .sheet select:hover, .covform select:hover,
.rosterbar select:hover, .awayform select:hover {
  border-color: var(--bronze-soft);
  box-shadow: 0 2px 10px rgba(29, 27, 23, 0.08);
}
.controls select:focus-visible, .assign select:focus-visible, .sheet select:focus-visible, .covform select:focus-visible,
.rosterbar select:focus-visible, .awayform select:focus-visible,
.controls input[type=search]:focus-visible {
  outline: none; border-color: var(--bronze);
  box-shadow: 0 0 0 3px rgba(201, 172, 127, 0.35);
}
.controls input[type=search] {
  flex: 1; min-width: 190px; max-width: 320px;
  font: inherit; font-size: 14px; padding: 10px 16px 10px 38px;
  border: 1px solid var(--line); border-radius: 999px;
  color: var(--ink);
  background: var(--card)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Ccircle cx='6.5' cy='6.5' r='4.75' stroke='%23A6A29B' stroke-width='1.5'/%3E%3Cpath d='M10.5 10.5L13.5 13.5' stroke='%23A6A29B' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E")
    no-repeat 14px center / 15px;
  box-shadow: 0 1px 2px rgba(29, 27, 23, 0.05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.controls input[type=search]:hover { border-color: var(--bronze-soft); }
.controls input[type=search]::placeholder { color: var(--faint); }
.controls .act { font-size: 13px; font-weight: 600; }

/* Sections: quiet labels, air does the separating. */
.section-h {
  font-family: var(--sans); font-size: 12px; font-weight: 650; letter-spacing: .1em;
  text-transform: uppercase; color: var(--muted);
  margin: 32px 0 12px;
}
.section-h .n { color: var(--bronze); }
.section-h.urgent { color: var(--rust); }

/* Member rows: soft white cards, generous air. */
.row {
  background: var(--card);
  border-radius: 18px;
  padding: 20px 22px 16px;
  margin: 0 0 12px;
  box-shadow: var(--shadow);
}
.rowgrid { display: grid; grid-template-columns: 1fr auto; gap: 2px 28px; align-items: start; }
.rowmain { min-width: 0; }
.rowside { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; padding-top: 4px; }
.row .top { display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.row .name { font-family: var(--sans); font-size: 17px; font-weight: 650; letter-spacing: -0.01em; color: var(--ink); }
.row .day { font-size: 13px; color: var(--faint); }
.row .suggest { font-size: 15px; margin-top: 6px; }
.row .meta { font-size: 12.5px; color: var(--faint); margin-top: 5px; }
.row .actions { display: flex; gap: 18px; align-items: flex-start; margin-top: 12px; flex-wrap: wrap; }
.row .actions .act { font-size: 13px; font-weight: 600; padding: 7px 0; white-space: nowrap; }
.actions .noinfo { font-size: 13px; font-weight: 600; color: var(--muted); padding: 7px 0; }
/* Closed: the action pills cluster left beside Call, one quiet bar.
   Open: the panel takes the whole card width; the accordion script in
   base.html keeps one panel open per row. */
.row .actions details.log { flex: 0 0 auto; }
.row .actions details.log[open] { flex-basis: 100%; }
/* Same below-the-bubble layout in the row composer. */
.txtlog .aux textarea, .reachsheet .aux textarea { flex: 1 1 100%; }
/* Reach out: one panel, channels as tabs. :has drives the pane switch, the
   same mechanism as the commit-day disclosure below. */
.reachsheet .pane { display: none; margin-top: 14px; }
@supports not (selector(:has(*))) { .reachsheet .pane { display: block; } }
.reachsheet:has(input[name="method"][value="text"]:checked) .ptext { display: block; }
.reachsheet:has(input[name="method"]:checked:not([value="text"])) .plog { display: block; }
/* The dial link lives in the Call tab only: the call flow is dial here,
   then record what happened while it is fresh. */
.reachsheet .dialrow { display: none; margin: 0 0 12px; }
.reachsheet:has(input[name="method"][value="call"]:checked) .dialrow { display: block; }
.logged-now { background: var(--track); border-radius: 12px; padding: 11px 14px;
  font-size: 14px; color: var(--bronze); flex: 1; }

/* Chips */
.chip {
  display: inline-block; font-size: 11px; font-weight: 600; letter-spacing: .04em;
  padding: 4px 11px; border-radius: 999px; border: none;
  background: var(--track); color: var(--muted); white-space: nowrap;
}
.chip.cancelling { background: var(--rust); color: #fff; }
.chip.new_member { background: var(--bronze); color: var(--paper); }
.chip.no_first_visit { background: #EFE3D0; color: var(--bronze); }
.chip.quiet { background: var(--ink); color: var(--paper); }
.chip.drifting { background: #E4DFD3; color: var(--ink); }
.chip.behind_pace { background: #EFE3D0; color: var(--bronze); }
.chip.touchpoint { background: #EFE3D0; color: var(--bronze); }
.chip.on_track, .chip.frozen { color: var(--faint); }

/* Progress: rings. The month is a circle that fills as the habit forms. */
.ring {
  --p: 0; --size: 52px; --th: 5px; --hole: var(--card);
  position: relative; width: var(--size); height: var(--size); border-radius: 50%;
  background: conic-gradient(var(--bronze) calc(var(--p) * 1%), var(--track) 0);
  display: grid; place-items: center; flex: none;
}
.ring::before { content: ""; position: absolute; inset: var(--th);
  background: var(--hole); border-radius: 50%; }
.ring > span { position: relative; font-weight: 650; font-size: 15px;
  letter-spacing: -0.01em; font-variant-numeric: tabular-nums; }
.ring.full { background: conic-gradient(var(--bronze) 100%, var(--bronze) 0); }
.ring.full > span { color: var(--bronze); }
/* The advisor score ring, with the 60% line marked on the dial. */
.ring.score { --size: 104px; --th: 9px; --hole: var(--card); }
.ring.score > span { font-size: 25px; }
.ring .tick { position: absolute; inset: 0; transform: rotate(calc(var(--t, 60) * 3.6deg)); }
.ring .tick::after { content: ""; position: absolute; top: -2px; left: 50%;
  width: 2px; height: 12px; background: var(--ink); transform: translateX(-50%); border-radius: 1px; }
.bar-lbl { font-size: 11.5px; color: var(--faint); }
/* Milestone mini-rings: M1 M2 M3. */
.dots { display: flex; gap: 7px; align-items: center; }
.dot { --p: 0; width: 17px; height: 17px; border-radius: 50%; position: relative;
  background: conic-gradient(var(--bronze-soft) calc(var(--p) * 1%), var(--track) 0); }
.dot::before { content: ""; position: absolute; inset: 4px; background: var(--card); border-radius: 50%; }
.dot.hit { background: var(--bronze); }
.dot.hit::before { inset: 5.5px; }
/* Legacy linear bar (member page milestone rows, goalbar fallbacks). */
.bar { position: relative; height: 6px; width: 130px; background: var(--track);
  border-radius: 3px; overflow: hidden; display: inline-block; }
.bar .fill { position: absolute; inset: 0 auto 0 0; background: var(--bronze-soft); }
.bar .fill.full { background: var(--bronze); }

/* Member page: the three months, three rings. */
.mrings {
  display: flex; gap: 28px; flex-wrap: wrap; margin: 22px 0;
  background: var(--card); border-radius: 22px; padding: 26px 30px;
  box-shadow: var(--shadow);
}
.mring { text-align: center; }
.mring .ring { --size: 92px; --th: 8px; margin: 0 auto; }
.mring .ring > span { font-size: 24px; }
.mring .mlbl { font-size: 13px; font-weight: 600; color: var(--ink); margin-top: 10px; }
.mring .msub { font-size: 11.5px; color: var(--faint); margin-top: 1px; }

/* One-tap log sheet: ink pills, Oura CTA style. */
/* Action panels share one row; an opened sheet takes the full width
   (Carrie 2026-08-16: the stacked pills read as orphans). */
.actionsrow { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 18px 0; }
.actionsrow .act { font-size: 13.5px; font-weight: 600; padding: 6px 0; }
.pillbtn { background: var(--track); border: none; border-radius: 999px; cursor: pointer;
  font: inherit; font-size: 13px; font-weight: 600; color: var(--ink);
  padding: 9px 16px; transition: background .15s ease; }
.pillbtn:hover { background: #E2DDD0; }
.ringpick { display: inline-flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-left: 10px; }
.ringpick label { display: inline-flex; gap: 5px; align-items: center; cursor: pointer; font-weight: 600; }
.actionsrow details.cardpanel { margin: 0; }
.actionsrow details.cardpanel[open] { flex-basis: 100%; }
details.cardpanel { margin: 16px 0; }
/* Messages: one coherent card holding thread + composer. */
.msgcard { background: var(--card); border-radius: 18px; padding: 18px 20px;
  box-shadow: var(--shadow); margin: 6px 0 10px; }
.msgcard .thread { margin-top: 0; }
.msgcard .flash { margin-top: 0; }
.msgcard .msg.in { background: var(--paper); }
.msgcard .composer textarea { background: var(--paper); }
/* Post-call prompt (Carrie 2026-08-24): a bridged call grades itself from
   duration alone, so a voicemail reads as a conversation. This asks while
   the call is still fresh, and corrects the row it already wrote. */
/* The public landing page (peer-referral page, Carrie 2026-08-25).
   Mobile-first: its job is being handed over on a phone mid-conversation. */
.site { max-width: 860px; }
.shero { margin-top: 26px; }
.sintro { max-width: 640px; font-size: 16.5px; line-height: 1.55; }
.statrow { display: flex; gap: 14px; flex-wrap: wrap; margin: 26px 0 6px; }
.stat-b { flex: 1 1 220px; background: var(--card); border-radius: 16px;
  box-shadow: var(--shadow); padding: 18px 20px; }
.stat-b .sn { display: block; font-family: var(--sans); font-size: 34px;
  font-weight: 700; color: var(--bronze); letter-spacing: -0.01em; }
.stat-b .sl { display: block; margin-top: 6px; font-size: 13.5px;
  line-height: 1.45; color: var(--muted); }
.snote { margin: 0 0 8px; }
.sshots { display: flex; flex-direction: column; gap: 26px; margin: 30px 0; }
.sshot { margin: 0; }
.sshot img { width: 100%; height: auto; border-radius: 14px;
  box-shadow: var(--shadow); border: 1px solid var(--line); }
.sshot figcaption { margin-top: 8px; font-size: 13.5px; color: var(--muted);
  max-width: 640px; }
.sapply { background: var(--card); border-radius: 18px; box-shadow: var(--shadow);
  padding: 22px 24px; max-width: 640px; }
.sapply h2 { margin: 0 0 8px; }
.sapply p { margin: 0 0 14px; font-size: 15px; }
.sform { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sform input, .sform textarea { font: inherit; font-size: 15px; padding: 10px 12px;
  border: 1px solid var(--line); border-radius: 10px; background: var(--paper);
  color: var(--ink); width: 100%; }
.sform textarea, .sform button { grid-column: 1 / -1; }
.sform .hpot { position: absolute; left: -9999px; }
.sok { color: var(--ink); font-weight: 600; }
.serr { color: var(--rust); font-weight: 600; }
@media (max-width: 560px) { .sform { grid-template-columns: 1fr; } }

/* Split-evenly preview (Carrie 2026-08-24): a book split has no undo, so the
   manager sees who receives how many before anything moves. */
.splitcard { background: var(--card); border-radius: 18px; padding: 18px 22px;
  box-shadow: var(--shadow); margin: 12px 0 16px; }
.sphead { margin: 0 0 12px; font-size: 15px; font-weight: 650; color: var(--ink); }
.splist { list-style: none; margin: 0 0 12px; padding: 0;
  display: flex; flex-wrap: wrap; gap: 8px 10px; }
.splist li { background: var(--paper); border-radius: 999px;
  padding: 6px 14px; font-size: 13px; display: flex; gap: 8px; align-items: baseline; }
.spname { color: var(--ink); font-weight: 600; }
.spn { color: var(--muted); font-weight: 650; }
.sphint { margin: 0 0 12px; font-size: 13px; color: var(--muted); }
.spact { display: flex; align-items: center; gap: 14px; margin: 0; }
/* Starter draft: tap to fill the composer, never auto-filled (2026-08-24). */
.stdraft { display: flex; align-items: center; gap: 12px;
  flex-wrap: wrap; margin: 12px 0 4px; }
.stdraft .bsub { margin: 0; }
/* Member avatar (2026-08-26): the face slot. Initials now; a photo replaces
   the text content when the billing source supplies one. Muted, editorial —
   never a saturated "user avatar" color wheel. */
.mava { display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%; flex: 0 0 auto;
  background: var(--track); color: var(--muted);
  font-family: var(--sans); font-size: 13px; font-weight: 650;
  letter-spacing: .02em; text-transform: uppercase; vertical-align: middle; }
.mava-lg { width: 84px; height: 84px; font-size: 28px; }
/* Card header: photo left, name + facts stacked beside it. */
.mhead { display: flex; align-items: center; gap: 16px; margin: 14px 0 6px; }
.mhead-t h1 { margin: 0 0 2px; }
.mhead-t .sub { margin: 0; }
.mava { position: relative; overflow: hidden; }
.mavimg { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; border-radius: 50%; }
/* .row .top already flexes (baseline); center-align so the circle sits level
   with the name instead of hanging below the baseline. */
.row .top { align-items: center; }
.callprompt { margin: 0 0 14px; }
.cphead { margin: 0 0 10px; font-size: 14px; font-weight: 650; color: var(--ink); }
details.log > summary {
  list-style: none; cursor: pointer; display: inline-block;
  font-size: 13px; font-weight: 600; color: var(--ink);
  background: var(--track); border: none; border-radius: 999px; padding: 8px 18px;
  transition: background .15s ease, color .15s ease;
}
details.log > summary:hover { background: #E2DDD0; }
details.log[open] > summary { background: var(--ink); color: var(--paper); }
details.log > summary::-webkit-details-marker { display: none; }
.sheet {
  background: var(--paper); border-radius: 16px; padding: 16px 18px; margin-top: 12px;
}
.sheet .hint { font-size: 12px; color: var(--muted); margin: 0 0 8px; }
/* Selectors: one recessed track, options as quiet text; only the chosen one
   lifts out. Choosing should not look like pressing. */
.methods { display: flex; flex-wrap: wrap; gap: 2px; background: var(--track);
  border-radius: 14px; padding: 3px; }
.methods label { flex: 1 1 23%; min-width: 0; }
.methods button, .methods label span {
  display: block; text-align: center; font-size: 13.5px; font-weight: 550;
  padding: 10px 6px; cursor: pointer; width: 100%;
  background: transparent; color: var(--muted);
  border: none; border-radius: 11px;
  transition: background .15s ease, color .15s ease, box-shadow .15s ease;
}
.methods button:hover, .methods label span:hover { color: var(--ink); }
.methods label input { position: absolute; opacity: 0; pointer-events: none; }
.methods label input:checked + span { background: var(--card); color: var(--ink);
  font-weight: 650; box-shadow: 0 1px 3px rgba(29,27,23,.10); }
.sheet .hint + .methods + .hint { margin-top: 12px; }
.sheet button.done {
  font-size: 15px; font-weight: 650; padding: 12px 28px; cursor: pointer;
  background: var(--ink); color: var(--paper); border: none; border-radius: 999px;
  transition: background .15s ease;
}
.sheet button.done:hover { background: #3A362E; }
.commit-hint, .commit-days { display: none; }
.sheet:has(input[value="visit_committed"]:checked) .commit-hint { display: block; margin-top: 12px; }
.sheet:has(input[value="visit_committed"]:checked) .commit-days { display: flex; }
.commit-days label { flex: 1 1 12%; }
.commit-days label span { font-weight: 500; padding: 9px 2px; font-size: 12.5px; }
.sheet .aux { display: flex; gap: 10px; margin-top: 12px; flex-wrap: wrap; align-items: center; }
.sheet select, .sheet input[type=text], .sheet textarea {
  font-size: 14px; padding: 10px 12px; border: none; border-radius: 10px;
  background: var(--card); color: var(--ink); box-shadow: 0 1px 2px rgba(29,27,23,.05);
}
.sheet input[type=text] { flex: 1; min-width: 160px; }
.sheet textarea { flex: 1 1 100%; font: inherit; font-size: 14px; resize: vertical;
  min-height: 42px; line-height: 1.45; }

/* Tables: minimal rules. */
table.roll { width: 100%; border-collapse: collapse; font-size: 14px; margin-top: 8px; }
/* Wide tables scroll inside their own strip on small screens, never clip. */
.scrollx { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.scrollx table.roll { min-width: 560px; }
table.roll th { text-align: left; font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--faint); font-weight: 600; padding: 6px 10px; border-bottom: 1px solid var(--line); }
table.roll td { padding: 12px 10px; border-bottom: 1px solid var(--line); }
table.roll td.num, table.roll th.num { text-align: right; font-variant-numeric: tabular-nums; }
.ok60 { color: var(--bronze); font-weight: 650; }
.under60 { color: var(--rust); font-weight: 650; }
.ly { display: block; font-size: 11px; color: var(--faint); }

/* Owner tiles */
.hero-tile {
  background: var(--card); border-radius: 24px; padding: 30px 32px; margin: 20px 0;
  box-shadow: var(--shadow);
}
.hero-tile .big { font-family: var(--sans); font-size: 42px; font-weight: 650;
  letter-spacing: -0.03em; line-height: 1.05; color: var(--ink); }
.hero-tile .big::after { content: ""; display: block; width: 64px; height: 4px;
  background: var(--bronze); margin-top: 14px; border-radius: 2px; }
.hero-tile .cap { font-size: 13.5px; color: var(--muted); margin-top: 14px; max-width: 52ch; }
.funnel { display: flex; gap: 12px; flex-wrap: wrap; margin: 16px 0; }
.funnel .cell { flex: 1; min-width: 104px; padding: 16px 18px;
  background: var(--card); border-radius: 16px; box-shadow: var(--shadow); border: none; }
.funnel .num { font-family: var(--sans); font-size: 24px; font-weight: 650; color: var(--ink); }
.funnel .lbl { font-size: 11px; color: var(--faint); text-transform: uppercase; letter-spacing: .06em; margin-top: 2px; }
/* The pull quote: the human voice, serif italic. */
.pull {
  font-family: var(--thrive-serif); font-style: italic; font-weight: 500;
  font-size: 19px; line-height: 1.6; color: var(--ink);
  border-left: 3px solid var(--bronze-soft); padding: 4px 0 4px 20px; margin: 28px 0;
}
.pull .src { display: block; font-family: var(--sans); font-style: normal;
  font-size: 12px; color: var(--faint); margin-top: 8px; }

/* The punchcard: 90 days, three rows of 30, one row per membership month. */
.punchcard {
  background: var(--card); border-radius: 22px; padding: 24px 28px; margin: 16px 0;
  box-shadow: var(--shadow);
}
.pctitle { font-size: 12px; font-weight: 650; letter-spacing: .1em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 14px; }
.prow { display: flex; align-items: center; gap: 12px; margin: 7px 0; }
.plbl { font-size: 11px; font-weight: 600; color: var(--faint); width: 22px; flex: none; }
.pdots { display: grid; grid-template-columns: repeat(30, 1fr); gap: 4px; flex: 1; }
.pd { width: 100%; aspect-ratio: 1; border-radius: 3.5px; background: var(--track); }
.pd.v { background: var(--bronze); }
.pd.today { box-shadow: 0 0 0 2px var(--ink); }
.pd.future { background: transparent; box-shadow: inset 0 0 0 1px var(--line); }
.pd.today.future { box-shadow: 0 0 0 2px var(--ink); background: var(--track); }

/* Assignment controls: quiet select + small ink pill. */
.assign { display: flex; gap: 10px; align-items: center; margin-top: 10px; flex-wrap: wrap; }
.assign select { font-size: 13.5px; }
.assignbtn { font-size: 13px; font-weight: 600; padding: 8px 18px; cursor: pointer;
  background: var(--ink); color: var(--paper); border: none; border-radius: 999px; }
.assignbtn:hover { background: #3A362E; }

/* The one-pager's agenda list. */
.agenda { margin: 12px 0; padding-left: 22px; }
.agenda li { padding: 8px 0; border-bottom: 1px solid var(--line); }
.agenda strong { font-weight: 650; }
.agenda .who { font-size: 12.5px; color: var(--faint); margin-left: 8px; }
.agenda .fact { display: block; font-size: 14px; color: var(--muted); margin-top: 2px; }

/* Timeline */
.timeline { list-style: none; padding: 0; margin: 12px 0; }
.timeline li { display: flex; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.timeline .td { color: var(--faint); min-width: 88px; font-variant-numeric: tabular-nums; }
.timeline .visit { color: var(--bronze); font-weight: 600; }
.timeline .flag-ev { color: var(--rust); }
/* The advisor's own words: the one truly handwritten thing, set in the
   human voice (the notecard idea, translated). */
.timeline .note { font-family: var(--thrive-serif); font-style: italic; color: var(--ink); }

/* Collapse */
details.fold > summary { cursor: pointer; padding: 14px 2px; color: var(--muted); font-size: 14px; }

@media (max-width: 560px) {
  .strip { gap: 18px; padding: 18px 20px; }
  .methods label { flex: 1 1 46%; }
  .commit-days label { flex: 1 1 23%; }
  .rowgrid { grid-template-columns: 1fr; }
  .rowside { flex-direction: row; align-items: center; gap: 10px; padding-top: 8px; }
  /* Thumb-sized targets on phones (2026-08-18 mobile audit): the KPI chips,
     reply pills, and nav links all sat under 34px tall. */
  .kpi { padding: 8px 2px 10px; }
  .awpill { padding: 11px 16px; }
  .topnav a { padding: 10px 0; }
  .row .actions .act { padding: 12px 0; }
}

/* Owner view: quotables, the conveyor, receipts. Aggregates only. */
.story { margin: 22px 0 26px; }
.story .qline { font-family: var(--thrive-serif, Georgia, serif); font-size: 21px;
  line-height: 1.5; margin: 0 0 14px; max-width: 720px; }
.story .qline strong { color: var(--bronze); font-weight: 700; }
.controls .pillbtn { text-decoration: none; display: inline-block; }
.controls .pillbtn.on { background: var(--ink); color: var(--paper); }

.ownergrid { display: flex; gap: 16px; flex-wrap: wrap; margin: 18px 0; }
.otile { flex: 1 1 200px; background: var(--card); border-radius: 18px;
  padding: 18px 22px; box-shadow: var(--shadow); }
.otile .num { font-size: 30px; font-weight: 700; }
.otile .lbl { font-size: 13px; color: var(--muted); margin-top: 4px; }
.otile .was { font-size: 12.5px; color: var(--bronze); font-weight: 650; margin-top: 8px; }
.clubrow { display: flex; gap: 16px; flex-wrap: wrap; margin: 6px 0 18px; }
.clubcard { flex: 1 1 320px; background: var(--card); border-radius: 18px;
  padding: 18px 22px; box-shadow: var(--shadow); display: flex; gap: 20px; align-items: center; }
.clubcard .cname { font-weight: 700; font-size: 16px; }
.clubcard .lbl { font-size: 12.5px; color: var(--muted); margin-top: 4px; max-width: 280px; }

/* Wide tables scroll inside their own box, never the page (mobile audit:
   the club rollup dragged every page sideways at phone widths). */
.tscroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.tscroll > table { min-width: 480px; }

/* Club view on a phone (Carrie 2026-09-14): the team table becomes cards,
   the pulse table fits the width, the nav scrolls instead of wrapping. */
.teamcards { display: none; }
@media (max-width: 560px) {
  .topnav { flex-wrap: nowrap; overflow-x: auto; gap: 18px; scrollbar-width: none;
    -webkit-overflow-scrolling: touch; margin: 0 -20px; padding: 14px 20px 2px; }
  .topnav::-webkit-scrollbar { display: none; }
  .topnav a { white-space: nowrap; }
  .story .qline { font-size: 18px; margin-bottom: 12px; }
  .funnel { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .funnel .cell { min-width: 0; padding: 14px 16px; }
  .funnel .cell:last-child:nth-child(odd) { grid-column: 1 / -1; }
  .clubcard { gap: 16px; padding: 16px 18px; }
  .clubcard .lbl { max-width: none; }
  .teamwide { display: none; }
  .teamcards { display: block; margin-top: 8px; }
  .teamcard { display: block; color: inherit; padding: 13px 0; border-bottom: 1px solid var(--line); }
  .teamcard:hover { text-decoration: none; }
  .teamcard .tc-top { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
  .teamcard .tc-name { font-weight: 650; font-size: 15.5px; color: var(--bronze); }
  .teamcard .tc-pct { font-size: 15.5px; font-variant-numeric: tabular-nums; }
  .teamcard .tc-sub { font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.45; }
  .tscroll > table.pulse { min-width: 0; font-size: 13px; }
  table.pulse th { padding: 6px 4px; white-space: normal; line-height: 1.25; }
  table.pulse td { padding: 10px 4px; }
}

@media print {
  body { background: #fff; color: #000; }
  .noprint { display: none !important; }
  .strip, .hero-tile, .row, .funnel .cell { background: #fff; box-shadow: none; border: 1px solid #000; }
  a { color: #000; }
}

/* Waiting on a reply: one-tap re-entry for members whose last touch was a
   sent message. Self-pruning: logging the reply or their visit clears it. */
.awaiting { display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin: 18px 0 6px; }
.awlbl { font-size: 12px; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted); margin-right: 2px; }
.awpill { display: inline-flex; align-items: baseline; gap: 6px;
  padding: 7px 14px; border: 1px solid var(--bronze-soft); border-radius: 999px;
  background: var(--card); color: var(--ink); text-decoration: none;
  font-size: 14px; font-weight: 500; }
.awpill em { font-style: normal; font-size: 12px; color: var(--muted); }
.awpill:hover { border-color: var(--bronze); }


/* Club settings card on the Settings page. */
.setform { display: flex; flex-wrap: wrap; gap: 18px; align-items: flex-end;
  background: var(--card); border-radius: 18px; padding: 20px 22px;
  box-shadow: 0 1px 2px rgba(28,27,25,.04), 0 8px 24px rgba(28,27,25,.05); }
.setform label { display: grid; gap: 7px; font-size: 12px; color: var(--muted); }
.setform input[type="number"] { width: 110px; padding: 10px 12px; font: inherit;
  border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); }
.setform input[type="number"]:focus { outline: none; border-color: var(--bronze-soft);
  box-shadow: 0 0 0 3px rgba(154,113,66,.12); }


/* Comms: the member thread + composer, and the new-reply pill accent. */
.awpill.new { border-color: var(--bronze); background: rgba(154, 113, 66, .07); }
/* The pill wall folds: first row shows, the rest sit behind "and N more"
   (Carrie 2026-08-13 - the strip was drowning the page). */
/* Needs a reply: the page's loudest block -- a member engaged and is
   waiting on US. One row each: name, their words, how long. Oldest first. */
.replybox { margin: 4px 0 16px; }
.replyrow { display: flex; gap: 14px; align-items: center; background: var(--card);
  border-left: 3px solid var(--bronze); border-radius: 12px; box-shadow: var(--shadow);
  padding: 12px 16px; margin-top: 8px; }
.replyrow .rmain { flex: 1; display: flex; gap: 14px; align-items: baseline;
  color: var(--ink); text-decoration: none; min-width: 0; }
.replyrow .rmain:hover { text-decoration: none; }
.replyrow strong { flex: none; }
.replyrow .rwhat { flex: 1; color: var(--muted); font-size: 14px;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.replyrow .rwhen { flex: none; color: var(--faint); font-size: 12.5px;
  font-variant-numeric: tabular-nums; }
.replyrow .rack { background: none; border: none; cursor: pointer; font: inherit;
  font-size: 12.5px; font-weight: 600; color: var(--faint); white-space: nowrap;
  padding: 4px 0; }
.replyrow .rack:hover { color: var(--ink); }
@media (max-width: 560px) {
  .replyrow { flex-wrap: wrap; gap: 4px 10px; }
  .replyrow .rmain { flex-wrap: wrap; }
  .replyrow .rwhat { flex: 1 1 100%; white-space: normal; }
}

/* Waiting-on-a-reply: a status line, not a to-do wall. Only nudge-worthy
   names inline; the rest fold, grouped by the day they were texted. */
.awaitbox { margin: 4px 0 16px; }
.awline { display: flex; gap: 12px; align-items: baseline; flex-wrap: wrap; }
.awdue { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin-top: 10px; }
.awd { color: var(--muted); font-size: 12.5px; font-weight: 650; letter-spacing: .02em; }
details.awall { margin-top: 8px; }
details.awall > summary { cursor: pointer; color: var(--muted); font-size: 13px;
  font-weight: 600; list-style: none; display: inline-block; padding: 4px 0; }
details.awall > summary::-webkit-details-marker { display: none; }
details.awall > summary::after { content: " \203A"; }
details.awall[open] > summary::after { content: " \2039"; }
.awday { display: flex; gap: 6px 16px; flex-wrap: wrap; align-items: baseline;
  padding: 8px 0; border-top: 1px solid var(--line); font-size: 14px; }
.awday .awd { min-width: 118px; }
.awday a { font-weight: 600; }
.awmore { display: inline-block; }
.awmore[open] { flex-basis: 100%; }
.awmore > summary { list-style: none; cursor: pointer; display: inline-block;
  font-size: 13px; font-weight: 600; color: var(--bronze);
  padding: 7px 14px; border: 1px dashed var(--bronze-soft); border-radius: 999px; }
.awmore > summary::-webkit-details-marker { display: none; }
.awmore > summary:hover { border-style: solid; }
.awmore[open] > summary { margin-bottom: 8px; }
.awmore[open] .awpill { margin: 0 8px 8px 0; }
.awhint { margin-top: -6px; }
.thread { display: flex; flex-direction: column; gap: 8px; margin: 6px 0 14px; }
.msg { max-width: 78%; padding: 10px 14px; border-radius: 16px; font-size: 14.5px;
  line-height: 1.45; }
.msg.in { align-self: flex-start; background: var(--card); border: 1px solid var(--line);
  border-bottom-left-radius: 6px; }
.msg.out { align-self: flex-end; background: var(--ink); color: var(--paper);
  border-bottom-right-radius: 6px; }
.msg .mt { display: block; font-size: 11px; margin-top: 4px; color: var(--faint); }
.msg.out .mt { color: rgba(246, 245, 242, .55); }
.msg .mv { font-weight: 600; display: block; }
/* Text box gets the full row; Send and the segment note sit BELOW the
   bubble (Carrie 2026-08-19: side-by-side read awkward). */
.composer { display: flex; flex-wrap: wrap; gap: 10px 14px; align-items: center; }
.composer textarea { flex: 1 1 100%; }
.composer .segnote { order: 3; margin-left: auto; }
.txtlog .aux .segnote, .reachsheet .aux .segnote { margin-left: auto; }
.composer textarea { flex: 1; font: inherit; font-size: 14.5px; padding: 11px 14px;
  border: 1px solid var(--line); border-radius: 14px; background: var(--card);
  color: var(--ink); resize: vertical; }
.composer textarea:focus { outline: none; border-color: var(--bronze-soft);
  box-shadow: 0 0 0 3px rgba(154, 113, 66, .12); }


/* Comms design pass: capped scrolling thread, failure flash, quiet audio. */
.thread { max-height: 420px; overflow-y: auto; padding-right: 4px;
  scroll-behavior: auto; }
.flash.sentok { color: var(--ink); }
.segnote { font-size: 12px; color: var(--muted); }
.firstnote { margin: 8px 0 0; max-width: 640px; }
.msg .mfail { display: block; color: var(--rust); font-size: 12px; font-weight: 650; margin-top: 4px; }
/* One-time setup: a checklist card until the device is cleared (Carrie
   2026-08-19) -- never a settings page. Checked items stay visible (the
   nudge is watching the card fill); it leaves once every box is checked. */
[hidden] { display: none !important; }
.setupcard {
  background: var(--card); border-radius: 18px; padding: 18px 22px;
  box-shadow: var(--shadow); margin: 0 0 18px;
}
.setupcard .suphead { display: flex; gap: 12px; align-items: baseline; margin-bottom: 6px; }
.setupcard .suphead strong { font-size: 16px; flex: none; }
.setupcard .sulater { margin-left: auto; }
.suitem { display: flex; gap: 14px; align-items: center; min-height: 52px;
  padding: 4px 0; border-top: 1px solid var(--line); font-size: 14px; }
.suitem:first-of-type { border-top: none; }
.sucheck { flex: none; width: 20px; height: 20px; border: 2px solid var(--bronze-soft);
  border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; }
.sucheck.on { background: var(--bronze); border-color: var(--bronze); }
.sucheck.on::after { content: "\2713"; color: var(--paper); font-size: 12px; font-weight: 700; }
.sutext { flex: 1; }
.sutext.sudone { color: var(--muted); }
.suact { flex: none; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.suact input[type=text] { font-size: 14px; padding: 8px 12px; border: none;
  border-radius: 999px; background: var(--paper); color: var(--ink);
  box-shadow: 0 1px 2px rgba(29,27,23,.05); width: 160px; }
@media (max-width: 560px) {
  .suitem { flex-wrap: wrap; }
  .suact { margin-left: 34px; }
}
.pushrow { display: flex; gap: 16px; align-items: center; margin: 0 0 16px; flex-wrap: wrap; }
.pushrow a.sub { font-weight: 650; }
button[type=submit].busy { opacity: .55; pointer-events: none; }
.flash { color: var(--rust); font-size: 14px; font-weight: 600;
  border: 1px solid rgba(163, 68, 51, .25); background: rgba(163, 68, 51, .05);
  border-radius: 12px; padding: 10px 14px; }
.msg audio { display: block; width: 240px; max-width: 100%; height: 36px;
  margin-top: 6px; filter: grayscale(1) contrast(.9); border-radius: 999px; }

/* Messages oversight page: conversation rows are one big tap target. */
a.convo { display: block; color: inherit; }
a.convo:hover { text-decoration: none; }
a.convo:hover .name { color: var(--bronze); }


/* Vacation coverage controls on Settings. */
.awayform { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; margin: 0; }
.awayform select { max-width: 190px; font-size: 12.5px; padding: 7px 30px 7px 12px; }
.awayform input[type="date"] { font: inherit; font-size: 12.5px; padding: 7px 10px;
  border: 1px solid var(--line); border-radius: 999px; background: var(--card); color: var(--ink); }
.awaynote { font-size: 12.5px; color: var(--muted); }


/* Conversation starter: facts in the MI shape, card-only, display-only. */
.starter { background: var(--card); border-radius: 16px; padding: 14px 18px;
  margin: 14px 0; box-shadow: 0 1px 2px rgba(28,27,25,.04); }
.starter summary { cursor: pointer; font-size: 12px; font-weight: 700;
  letter-spacing: .08em; text-transform: uppercase; color: var(--bronze);
  list-style: none; }
.starter summary::-webkit-details-marker { display: none; }
.starter .beats { margin-top: 10px; display: grid; gap: 9px; }
.starter .beat { font-size: 14.5px; line-height: 1.5; }
.starter .bl { display: inline-block; min-width: 52px; font-size: 11px;
  font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--muted); }
.starter .bsub { margin: 10px 0 0; font-size: 12px; color: var(--faint); }


/* Session-credited days: real presence, no door swipe. Lighter fill so the
   bonus math (door-only) is visually explainable on the card. */
.pd.sv { background: var(--bronze-soft); border-color: var(--bronze-soft); }


/* Settings sub-menu: same quiet-tab idiom as the top nav, one size down. */
.subnav { display: flex; gap: 18px; margin: 2px 0 20px; border-bottom: 1px solid var(--line);
  padding-bottom: 0; }
.subnav a { font-size: 13px; font-weight: 600; color: var(--faint); padding-bottom: 8px; }
.subnav a:hover { color: var(--muted); text-decoration: none; }
.subnav a.on { color: var(--ink); box-shadow: inset 0 -2px 0 var(--bronze); }


/* ---- Control system (Oura register): every interactive element is one of
   three things. Primary = ink pill (.assignbtn/.done). Secondary = quiet
   hairline pill (button.act, matching the select pills). Field = hairline
   rounded input (.field and all inputs inside setform/awayform). ---- */

button.act, .roll a.act {
  appearance: none; -webkit-appearance: none; font: inherit;
  font-size: 13px; font-weight: 600; letter-spacing: -0.01em;
  padding: 8px 16px; cursor: pointer; color: var(--ink);
  border: 1px solid var(--line); border-radius: 999px; background: var(--card);
  box-shadow: 0 1px 2px rgba(29, 27, 23, 0.05);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.roll a.act { display: inline-block; white-space: nowrap; }
.roll a.act:hover { text-decoration: none; }
button.act:hover, .roll a.act:hover { border-color: var(--bronze-soft);
  box-shadow: 0 2px 10px rgba(29, 27, 23, 0.08); text-decoration: none; }

.field,
.setform input, .awayform input[type="date"] {
  font: inherit; font-size: 13.5px; padding: 9px 14px;
  border: 1px solid var(--line); border-radius: 12px;
  background: var(--card); color: var(--ink);
  box-shadow: 0 1px 2px rgba(29, 27, 23, 0.04);
}
.field:focus, .setform input:focus, .awayform input[type="date"]:focus {
  outline: none; border-color: var(--bronze-soft);
  box-shadow: 0 0 0 3px rgba(154, 113, 66, .12);
}
.setform input[type="number"] { width: 110px; }

/* Participation pills (Bonus tab): the awpill look on a real button. */
button.pillbtn {
  appearance: none; -webkit-appearance: none; font: inherit; font-size: 13px;
  font-weight: 500; cursor: pointer; display: inline-flex; align-items: baseline;
  gap: 6px; padding: 7px 14px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--card); color: var(--ink);
  transition: border-color .15s ease;
}
button.pillbtn em { font-style: normal; font-size: 12px; color: var(--muted); }
button.pillbtn.in { border-color: var(--bronze); background: rgba(154, 113, 66, .07); }
button.pillbtn:hover { border-color: var(--bronze); }

.h3sub { font-size: 15px; font-weight: 650; margin: 20px 0 8px; }

/* Coverage cell: one quiet pill until opened; the form stacks tidily. */
.roll a { white-space: nowrap; }
.covcell { min-width: 150px; }
.cov summary { list-style: none; cursor: pointer; display: inline-block;
  font-size: 13px; font-weight: 600; padding: 8px 16px; color: var(--ink);
  border: 1px solid var(--line); border-radius: 999px; background: var(--card);
  box-shadow: 0 1px 2px rgba(29, 27, 23, 0.05);
  transition: border-color .15s ease; }
.cov summary::-webkit-details-marker { display: none; }
.cov summary:hover { border-color: var(--bronze-soft); }
.cov[open] summary { border-color: var(--bronze); }
.covform { display: grid; gap: 8px; margin-top: 10px; justify-items: start; }
.covform select { max-width: 190px; font-size: 12.5px; }
.covform input[type="date"] { font: inherit; font-size: 12.5px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--card);
  color: var(--ink); }

/* Roster: the advisor's book as a management list. */
.rosterbar { display: flex; gap: 10px; align-items: center; flex-wrap: wrap;
  background: var(--card); border-radius: 16px; padding: 12px 16px; margin: 14px 0;
  box-shadow: 0 1px 2px rgba(28,27,25,.04); position: sticky; top: 0; z-index: 5; }
.rall { display: inline-flex; gap: 7px; align-items: center; font-size: 13px;
  font-weight: 600; color: var(--muted); cursor: pointer; }
.rosterbar input[type="date"] { font: inherit; font-size: 12.5px; padding: 8px 12px;
  border: 1px solid var(--line); border-radius: 12px; background: var(--paper); color: var(--ink); }
.rrow { display: flex; gap: 12px; align-items: baseline; padding: 10px 6px;
  border-bottom: 1px solid var(--line); cursor: pointer; }
.rrow:hover { background: rgba(253, 253, 252, .7); }
.rrow input { accent-color: var(--bronze); transform: translateY(1px); }
.rname { font-weight: 600; min-width: 180px; }
.rmeta { font-size: 13px; color: var(--muted); flex: 1; }
.rcov { color: var(--bronze); }
.rcard { font-size: 12.5px; }

/* /setup: the Typeform-style client intake. One step at a time, lots of air. */
.su-head { margin-top: 30px; }
.su-step { margin: 30px 0 10px; min-height: 300px; }
.su-kick { font-size: 12px; letter-spacing: .09em; text-transform: uppercase;
  color: var(--bronze); font-weight: 650; margin-bottom: 18px; }
.su-q { display: block; margin: 0 0 18px; font-size: 15px; font-weight: 600; }
.su-q .field { display: block; width: 100%; max-width: 520px; margin-top: 8px;
  font-size: 15px; padding: 12px 16px; }
.su-note { display: block; font-size: 12.5px; font-weight: 400; color: var(--faint); }
.su-check { display: flex; gap: 10px; align-items: baseline; font-size: 14.5px;
  margin: 12px 0; cursor: pointer; }
.su-check input { accent-color: var(--bronze); }
.su-bar { display: flex; gap: 14px; align-items: center; margin: 26px 0 60px; }
.su-dots { display: flex; gap: 7px; flex: 1; justify-content: center; }
.su-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--track); }
.su-dot.on { background: var(--bronze); }
.su-done { margin-top: 90px; text-align: center; }
.su-done .sub { margin: 14px auto 0; }


/* Dropped off: past the outreach window. The quietest chip on the board. */
.chip.dropped { background: var(--track); color: var(--faint); }
.chip.set_aside { background: var(--track); color: var(--muted); }
.demobadge { display: inline-block; margin-left: 12px; padding: 4px 12px;
  font-size: 11px; font-weight: 650; letter-spacing: .04em; vertical-align: 4px;
  color: var(--bronze); border: 1px solid var(--bronze-soft); border-radius: 999px; }
