/* ============================================================
   Rankd Call Trainer — app UI (shares brand.css tokens).
   Same dash shell as the Marketing Tracker so the two products
   feel like one family: 248px sidebar, sticky blurred topbar,
   block cards. The trainer keeps its game energy through motion
   (dial sweep, count-ups, ring pulses) — never through clutter.
   ============================================================ */

/* author display rules would otherwise beat the hidden attribute */
[hidden] { display: none !important; }

.dash { display: grid; grid-template-columns: 248px 1fr; min-height: 100vh; }

/* ---------- sidebar ---------- */
.side {
  position: sticky; top: 0; height: 100vh; background: var(--paper);
  border-right: 1px solid var(--line); display: flex; flex-direction: column; padding: 22px 16px;
}
.side .brand { padding: 4px 8px 22px; }
.side nav { display: flex; flex-direction: column; gap: 3px; }
.side nav a {
  display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: var(--r-sm);
  font-weight: 600; font-size: 14.5px; color: var(--ink-2); cursor: pointer;
}
.side nav a svg { width: 19px; height: 19px; color: var(--ink-3); flex-shrink: 0; stroke-linecap: round; stroke-linejoin: round; }
.side nav a:hover { background: var(--bg-2); color: var(--ink); }
.side nav a.on { background: var(--violet-100); color: var(--violet-700); }
.side nav a.on svg { color: var(--violet); }
.side .spacer { flex: 1; }
.side .acct { border-top: 1px solid var(--line); padding-top: 14px; margin-top: 10px; }

.rep-row { display: flex; align-items: center; gap: 10px; }
.rep-row .ava {
  width: 34px; height: 34px; border-radius: 50%; flex: none;
  background: linear-gradient(135deg, #8b5cf6, var(--violet-700));
  color: #fff; font-size: 13px; font-weight: 800;
  display: inline-flex; align-items: center; justify-content: center;
}
.rep-row .who { min-width: 0; flex: 1; }
.rep-row .who .n { font-weight: 700; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rep-row .who .sw { font-size: 11.5px; color: var(--ink-3); cursor: pointer; }
.rep-row .who .sw:hover { color: var(--violet); }
.streak-row {
  display: flex; align-items: center; gap: 8px; margin-top: 12px;
  font-family: var(--mono); font-size: 11.5px; font-weight: 700; color: var(--amber-700);
  background: var(--amber-100); border-radius: var(--r-sm); padding: 8px 10px;
}
.streak-row svg { width: 14px; height: 14px; flex: none; }
.streak-row .xp { margin-left: auto; color: var(--violet-700); }

/* ---------- main ---------- */
/* scoped to .dash: pages that pair this sheet with landing.css have a
   nav.main in the header, which must not inherit the app column layout */
.dash .main { min-width: 0; display: flex; flex-direction: column; }
.topbar {
  position: sticky; top: 0; z-index: 30; background: rgba(250,248,255,.86); backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line); padding: 16px 28px; display: flex; align-items: center;
  justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.topbar h1 { font-size: 23px; }
.topbar .sub { font-size: 12.5px; color: var(--ink-3); margin-top: 1px; }
.topbar .tools { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.minutes-pill {
  font-family: var(--mono); font-size: 11.5px; font-weight: 700;
  color: var(--ink-2); background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-pill); padding: 7px 13px; box-shadow: var(--shadow-sm);
}
.content { padding: 26px 28px 60px; }

/* ---------- screens ---------- */
.screen { display: none; }
.screen.on { display: block; animation: rise .45s cubic-bezier(.2,.7,.2,1) both; }

/* ---------- home / train ---------- */
/* ---------- paywall ---------- */
.paywall { max-width: 460px; margin: 6vh auto 0; text-align: center; padding: 34px 30px 30px; }
.paywall .pw-badge {
  display: inline-block; font-family: var(--mono); font-size: 10.5px; font-weight: 700;
  letter-spacing: .1em; text-transform: uppercase; color: var(--coral);
  background: var(--coral-050, #fdeeee); border-radius: var(--r-pill); padding: 4px 11px; margin-bottom: 14px;
}
.paywall h2 { font-size: clamp(22px, 3vw, 28px); letter-spacing: -0.02em; }
.paywall p { color: var(--ink-2); margin: 10px auto 0; max-width: 360px; }
.paywall .pw-price { margin: 20px 0 6px; }
.paywall .pw-amt { font-family: var(--display); font-weight: 800; font-size: 40px; }
.paywall .pw-per { color: var(--ink-3); font-size: 14px; margin-left: 6px; }
.paywall .pw-actions { display: flex; flex-direction: column; gap: 10px; align-items: stretch; margin-top: 20px; }
.paywall .pw-note { margin-top: 14px; font-size: 12.5px; color: var(--ink-4); }

/* ---------- toast ---------- */
.toast {
  position: fixed; left: 50%; bottom: 26px; transform: translateX(-50%);
  background: var(--ink, #1a1530); color: #fff; padding: 12px 20px; border-radius: var(--r-pill);
  font-weight: 600; font-size: 14px; box-shadow: var(--shadow-lg); z-index: 200;
  animation: toastin .3s cubic-bezier(.2,.8,.2,1);
}
@keyframes toastin { from { opacity: 0; transform: translate(-50%, 12px); } to { opacity: 1; transform: translate(-50%, 0); } }

.train-hero { max-width: 720px; margin: 4vh auto 0; text-align: center; }
.train-hero h2 { font-size: clamp(26px, 3.6vw, 38px); letter-spacing: -0.02em; }
.train-hero p { color: var(--ink-2); margin: 10px auto 0; max-width: 480px; }

/* theme picker — same segmented control as the tracker's period picker */
.theme-pick {
  display: inline-flex; background: var(--paper); border: 1px solid var(--line-2);
  border-radius: var(--r-pill); padding: 3px; box-shadow: var(--shadow-sm); margin-top: 22px;
}
.theme-pick button {
  border: 0; background: none; font-family: var(--mono); font-size: 11.5px; font-weight: 700;
  letter-spacing: .03em; padding: 8px 14px; border-radius: var(--r-pill); color: var(--ink-3);
  text-transform: uppercase;
}
.theme-pick button:hover { color: var(--ink); }
.theme-pick button.on { background: var(--violet); color: #fff; }

.big-call-wrap { margin: 26px 0 6px; }
.btn-call {
  font-family: var(--display); font-size: 21px; font-weight: 800;
  padding: 20px 44px; border-radius: var(--r-pill); border: none; color: #fff;
  background: linear-gradient(180deg, #8b5cf6, var(--violet));
  box-shadow: var(--shadow-violet);
  display: inline-flex; align-items: center; gap: 12px;
  transition: transform .15s ease, box-shadow .2s ease;
  animation: breathe 2.6s ease-in-out infinite;
}
.btn-call svg { width: 24px; height: 24px; }
.btn-call:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 24px 46px -12px rgba(124, 58, 237, .6); }
.btn-call:disabled { animation: none; opacity: .7; }
@keyframes breathe {
  0%, 100% { box-shadow: 0 14px 30px -10px rgba(124, 58, 237, .45); }
  50% { box-shadow: 0 14px 42px -6px rgba(124, 58, 237, .65); }
}

/* kpis — same card language as the tracker */
.kpi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); gap: 16px; margin: 34px 0 0; text-align: left; }
.kpi { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 18px 20px; box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.kpi::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--accent, var(--violet)); }
.kpi .label { font-family: var(--mono); font-size: 10.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-3); }
.kpi .value { font-family: var(--display); font-weight: 800; font-size: 30px; letter-spacing: -.02em; margin-top: 7px; line-height: 1; }
.kpi.a-green::before { background: var(--green); }
.kpi.a-sky::before { background: var(--sky); }
.kpi.a-amber::before { background: var(--amber); }

/* ---------- history rows ---------- */
.block { background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--shadow-sm); padding: 20px 22px; margin-bottom: 20px; }
.block-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 16px; }
.block-head h2 { font-size: 16.5px; font-weight: 800; }
.block-head .hint { font-size: 12px; color: var(--ink-3); }

.hist-row {
  display: flex; align-items: center; gap: 14px; width: 100%; text-align: left;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r);
  padding: 12px 16px; margin-bottom: 8px;
  border-left: 4px solid var(--violet-300);
  transition: transform .12s ease, box-shadow .15s ease;
  font-family: var(--sans);
}
.hist-row:hover { transform: translateX(3px); box-shadow: var(--shadow); }
.hist-row.good { border-left-color: var(--green); }
.hist-row.bad { border-left-color: var(--coral); }
.hist-row .score-chip {
  font-family: var(--mono); font-weight: 700; font-size: 15px;
  min-width: 46px; text-align: center;
  padding: 6px 0; border-radius: var(--r-sm);
  background: var(--violet-100); color: var(--violet-700);
}
.hist-row.good .score-chip { background: var(--green-100); color: var(--green-700); }
.hist-row.bad .score-chip { background: var(--coral-100); color: #be123c; }
.hist-row .who { flex: 1; min-width: 0; }
.hist-row .who .t { font-weight: 700; font-size: 14px; }
.hist-row .who .s { font-size: 12px; color: var(--ink-3); }
.hist-row .when { font-size: 11.5px; color: var(--ink-4); font-family: var(--mono); white-space: nowrap; }

/* ---------- ringing ---------- */
.callcard { max-width: 400px; margin: 8vh auto; text-align: center; padding: 44px 30px 36px; }
.ring-ava {
  width: 88px; height: 88px; border-radius: 50%; margin: 0 auto 18px;
  background: linear-gradient(135deg, #8b5cf6, var(--violet-700));
  display: flex; align-items: center; justify-content: center;
  color: #fff; position: relative;
}
.ring-ava svg { width: 38px; height: 38px; }
.ringing .ring-ava { animation: shake 1.1s ease-in-out infinite; }
.ringing .ring-ava::before, .ringing .ring-ava::after {
  content: ""; position: absolute; inset: -8px; border-radius: 50%;
  border: 2.5px solid var(--violet-300); animation: pulse-ring 1.6s ease-out infinite;
}
.ringing .ring-ava::after { animation-delay: .55s; }
@keyframes pulse-ring { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.55); opacity: 0; } }
@keyframes shake {
  0%, 24%, 100% { transform: rotate(0); }
  4% { transform: rotate(-7deg); } 8% { transform: rotate(6deg); }
  12% { transform: rotate(-5deg); } 16% { transform: rotate(4deg); } 20% { transform: rotate(-2deg); }
}
.callcard .callerid { font-family: var(--display); font-size: 23px; font-weight: 800; }
.callcard .num { font-family: var(--mono); color: var(--ink-3); margin: 4px 0 26px; }
.call-actions { display: flex; gap: 14px; justify-content: center; }
.btn-answer { background: linear-gradient(180deg, #17c975, var(--green)); color: #fff; box-shadow: 0 14px 30px -10px rgba(17, 179, 100, .5); }
.btn-answer:hover { transform: translateY(-2px); }
.btn-decline { background: var(--paper); border-color: var(--line-2); color: #be123c; box-shadow: var(--shadow-sm); }
.btn-decline:hover { border-color: var(--coral); }

/* ---------- live call: call left, intake form right ---------- */
.live-grid { display: grid; grid-template-columns: 1.35fr 1fr; gap: 20px; align-items: start; max-width: 1060px; margin: 0 auto; }

.live-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; }
.live-head .who { display: flex; align-items: center; gap: 13px; }
.live-ava {
  width: 44px; height: 44px; border-radius: 50%; color: #fff; flex: none;
  background: linear-gradient(135deg, #8b5cf6, var(--violet-700));
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.live-ava svg { width: 20px; height: 20px; }
.live-ava.talking::before {
  content: ""; position: absolute; inset: -5px; border-radius: 50%;
  border: 2.5px solid var(--violet); animation: pulse-ring 1.2s ease-out infinite;
}
.live-head .t { font-weight: 800; font-family: var(--display); font-size: 16px; }
.live-head .s { font-size: 12px; color: var(--ink-3); font-family: var(--mono); }
.timer { font-family: var(--mono); font-weight: 700; font-size: 20px; color: var(--ink-2); font-variant-numeric: tabular-nums; }
.timer.low { color: #be123c; animation: blink 1s steps(2) infinite; }
@keyframes blink { 50% { opacity: .45; } }

.captions {
  min-height: 300px; max-height: 52vh; overflow-y: auto;
  padding: 18px 20px; margin-top: 14px;
  display: flex; flex-direction: column; gap: 10px;
}
.cap { max-width: 84%; padding: 9px 14px; border-radius: 15px; font-size: 14.5px; line-height: 1.45; animation: rise .35s ease both; }
.cap.caller { align-self: flex-start; background: var(--bg-2); color: var(--ink); border-bottom-left-radius: 5px; }
.cap.csr { align-self: flex-end; background: var(--violet-100); color: var(--violet-700); border-bottom-right-radius: 5px; }
.cap.live-line { opacity: .75; font-style: italic; }
.cap.note { align-self: center; background: none; color: var(--ink-4); font-family: var(--mono); font-size: 11.5px; }

.live-controls { display: flex; gap: 12px; justify-content: center; margin-top: 18px; }
.live-controls .btn svg { width: 17px; height: 17px; }
.btn-end { background: var(--coral); color: #fff; box-shadow: 0 14px 30px -10px rgba(244, 63, 110, .5); }
.btn-end:hover { transform: translateY(-2px); }
.btn-mute[aria-pressed="true"] { background: var(--ink); color: #fff; border-color: var(--ink); }

/* intake form panel — the fake CRM */
.intake { padding: 20px 22px; position: sticky; top: 86px; }
.intake .block-head { margin-bottom: 12px; }
.intake .field { margin-bottom: 12px; }
.intake .row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.intake textarea.input { min-height: 92px; resize: vertical; }
.intake .fine { font-size: 11.5px; color: var(--ink-4); margin-top: 2px; }

/* ---------- grading interstitial ---------- */
.grading { text-align: center; padding: 12vh 0; }
.grading .spin { width: 34px; height: 34px; }
.grading h2 { margin-top: 22px; }
.grading .sub { color: var(--ink-3); margin-top: 6px; }

/* ---------- scorecard ---------- */
.scorecard { max-width: 680px; margin: 6px auto 40px; }
.score-hero { text-align: center; padding: 32px 24px 26px; }
.score-dial { position: relative; width: 152px; height: 152px; margin: 0 auto; }
.score-dial svg { transform: rotate(-90deg); }
.score-dial .val {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
}
.score-dial .val .n { font-family: var(--display); font-size: 44px; font-weight: 800; line-height: 1; }
.score-dial .val .of { font-family: var(--mono); font-size: 11px; color: var(--ink-3); letter-spacing: .1em; }
.score-hero .verdict { font-family: var(--display); font-size: 23px; font-weight: 800; margin-top: 16px; }
.score-hero .xp {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 10px;
  font-family: var(--mono); font-weight: 700; font-size: 13.5px;
  background: var(--violet-100); color: var(--violet-700);
  padding: 6px 14px; border-radius: var(--r-pill);
}
.badges { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 14px; }

.reveal { display: flex; gap: 10px; align-items: center; justify-content: center; flex-wrap: wrap; padding: 14px 18px; margin-top: 14px; font-size: 14px; color: var(--ink-2); }
.reveal b { color: var(--ink); }

.checks { margin-top: 14px; padding: 4px 0; }
.check-row { display: flex; align-items: center; gap: 12px; padding: 11px 18px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 600; }
.check-row:last-child { border-bottom: none; }
.check-ico { width: 24px; height: 24px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; }
.check-ico svg { width: 13px; height: 13px; }
.check-row.pass .check-ico { background: var(--green-100); color: var(--green-700); }
.check-row.miss .check-ico { background: var(--coral-100); color: #be123c; }
.check-row.na { color: var(--ink-4); }
.check-row.na .check-ico { background: var(--bg-2); color: var(--ink-4); }

.coach {
  margin-top: 14px; padding: 18px 20px;
  background: var(--violet-050); border: 1.5px solid var(--violet-100); border-radius: var(--r);
}
.coach .k { font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--violet); margin-bottom: 6px; }
.coach .tip { font-size: 15px; font-weight: 600; line-height: 1.5; }
.strengths { margin-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; }

.score-actions { display: flex; gap: 12px; justify-content: center; margin-top: 26px; }
.score-actions .btn svg { width: 18px; height: 18px; }

/* form recap on the scorecard */
.form-recap { margin-top: 14px; padding: 16px 20px; }
.form-recap .kv { display: flex; justify-content: space-between; gap: 14px; padding: 7px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.form-recap .kv:last-child { border-bottom: none; }
.form-recap .kv .k { color: var(--ink-3); flex: none; }
.form-recap .kv .v { font-weight: 700; text-align: right; overflow-wrap: anywhere; }
.form-recap .kv .v.blank { color: var(--ink-4); font-weight: 500; }

/* ---------- transcript accordion ---------- */
details.tx { margin-top: 14px; }
details.tx summary {
  cursor: pointer; font-weight: 700; font-size: 14px; color: var(--ink-2);
  padding: 13px 18px; list-style: none;
}
details.tx summary::before { content: "\25B8  "; color: var(--violet); }
details.tx[open] summary::before { content: "\25BE  "; }
details.tx .captions { min-height: 0; max-height: 340px; box-shadow: none; }

/* ---------- name picker modal ---------- */
.modal-scrim {
  position: fixed; inset: 0; background: rgba(29, 24, 48, .45);
  display: flex; align-items: center; justify-content: center; z-index: 50;
  backdrop-filter: blur(3px);
}
.modal { width: min(420px, calc(100vw - 36px)); padding: 28px; }
.modal h2 { font-size: 22px; margin-bottom: 4px; }
.modal .sub { color: var(--ink-3); font-size: 14px; margin-bottom: 18px; }
.roster { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 16px; }
.roster button {
  border: 1.5px solid var(--line-2); background: var(--paper);
  border-radius: var(--r-pill); padding: 8px 16px; font-weight: 700; font-size: 14px;
}
.roster button:hover { border-color: var(--violet); color: var(--violet-700); }

/* ---------- manager ---------- */
.mgr-table { width: 100%; border-collapse: collapse; }
.mgr-table th {
  font-family: var(--mono); font-size: 10.5px; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-3); text-align: left;
  padding: 11px 14px; border-bottom: 1.5px solid var(--line-2);
}
.mgr-table td { padding: 13px 14px; border-bottom: 1px solid var(--line); font-size: 14px; }
.mgr-table tr:last-child td { border-bottom: none; }
.mgr-table tbody tr { cursor: pointer; transition: background .12s ease; }
.mgr-table tbody tr:hover { background: var(--violet-050); }
.spark { display: block; }
.center-state { min-height: 50vh; display: grid; place-items: center; text-align: center; color: var(--ink-3); }

/* ---------- level + objectives ---------- */
.level-row { display: flex; align-items: center; gap: 10px; margin-top: 12px; }
.level-chip {
  font-family: var(--mono); font-size: 10.5px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; background: var(--violet-100); color: var(--violet-700);
  border-radius: var(--r-pill); padding: 4px 10px; white-space: nowrap;
}
.level-bar { flex: 1; height: 7px; background: var(--bg-2); border-radius: var(--r-pill); overflow: hidden; }
.level-bar i { display: block; height: 100%; background: linear-gradient(90deg, #8b5cf6, var(--violet)); border-radius: var(--r-pill); transition: width .6s cubic-bezier(.2,.7,.2,1); }
.level-xp { font-family: var(--mono); font-size: 10.5px; color: var(--ink-3); white-space: nowrap; }

.objectives { max-width: 720px; margin: 22px auto 0; text-align: left; }
.obj-row { display: flex; align-items: center; gap: 12px; padding: 10px 0; border-bottom: 1px solid var(--line); }
.obj-row:last-child { border-bottom: none; }
.obj-row .ico { width: 26px; height: 26px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: var(--bg-2); color: var(--ink-4); }
.obj-row.done .ico { background: var(--green-100); color: var(--green-700); }
.obj-row .ico svg { width: 13px; height: 13px; }
.obj-row .l { font-weight: 600; font-size: 14px; flex: 1; }
.obj-row.done .l { color: var(--ink-3); text-decoration: line-through; }
.obj-row .track { flex: 1.2; height: 7px; background: var(--bg-2); border-radius: var(--r-pill); overflow: hidden; }
.obj-row .track i { display: block; height: 100%; background: var(--sky); border-radius: var(--r-pill); }
.obj-row.done .track i { background: var(--green); }
.obj-row .bonus { font-family: var(--mono); font-size: 11px; font-weight: 700; color: var(--amber-700); white-space: nowrap; }

/* ---------- auth pages ---------- */
.auth-wrap { min-height: 100vh; display: grid; place-items: center; padding: 30px 18px; }
.auth-card { width: min(430px, 100%); padding: 34px 32px 30px; }
.auth-card .brand { margin-bottom: 22px; }
.auth-card h1 { font-size: 25px; margin-bottom: 6px; }
.auth-card .sub { color: var(--ink-2); font-size: 14.5px; margin-bottom: 22px; }
.auth-card .alt { text-align: center; margin-top: 18px; font-size: 14px; color: var(--ink-3); }
.auth-card .alt a { color: var(--violet); font-weight: 700; }
.auth-msg { margin-bottom: 14px; }
.promo-ok { color: var(--green-700); font-weight: 700; font-size: 13px; }

/* ---------- leaderboard ---------- */
.rank-cell { font-family: var(--display); font-weight: 800; font-size: 17px; color: var(--ink-3); width: 34px; }
tr.me td { background: var(--violet-050); }
.lvl-badge { display: inline-flex; flex-direction: column; gap: 3px; min-width: 120px; }
.invite-form { display: flex; gap: 10px; flex-wrap: wrap; align-items: end; }
.invite-form .field { margin: 0; flex: 1; min-width: 200px; }
.invited-chips { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }

/* ---------- mock schedule board ---------- */
.calboard { display: flex; flex-direction: column; gap: 7px; margin-top: 2px; }
.cal-day { display: flex; align-items: baseline; gap: 10px; }
.cal-day-name { font-family: var(--mono); font-size: 10.5px; text-transform: uppercase; letter-spacing: .08em; color: var(--ink-3); width: 78px; flex: none; }
.cal-slots { display: flex; flex-wrap: wrap; gap: 6px; }
.cal-slot {
  font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: var(--r-pill);
  border: 1px solid var(--line-2); background: var(--paper); color: var(--ink-2); cursor: pointer;
}
button.cal-slot:hover { border-color: var(--violet); color: var(--violet-700); }
.cal-slot.on { background: var(--violet); border-color: var(--violet); color: #fff; }
.cal-slot.full { background: var(--bg-2); color: var(--ink-4); border-style: dashed; cursor: default; text-decoration: line-through; }

/* ---------- responsive ---------- */
@media (max-width: 960px) {
  .live-grid { grid-template-columns: 1fr; }
  .intake { position: static; }
}
@media (max-width: 800px) {
  .dash { grid-template-columns: 1fr; }
  .side { position: static; height: auto; flex-direction: row; align-items: center; gap: 10px; padding: 12px 16px; }
  .side .brand { padding: 0 8px 0 0; }
  .side nav { flex-direction: row; }
  .side nav a span { display: none; }
  .side .acct { border: 0; padding: 0; margin: 0 0 0 auto; }
  .streak-row { display: none; }
  .mgr-table .hide-sm { display: none; }
}
