:root {
  --ink: #07152f;
  --ink-2: #102449;
  --blue: #175cff;
  --blue-2: #2e7bff;
  --green: #a8e10c;
  --green-2: #c5f552;
  --paper: #f4f7fb;
  --white: #ffffff;
  --muted: #64728b;
  --line: #dce4ef;
  --danger: #d44040;
  --shadow: 0 24px 60px rgba(7, 21, 47, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body { margin: 0; min-height: 100vh; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--paper); }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }

.ambient { position: fixed; border-radius: 999px; filter: blur(90px); pointer-events: none; opacity: .28; }
.ambient-a { width: 440px; height: 440px; top: -220px; right: 8%; background: var(--blue-2); }
.ambient-b { width: 380px; height: 380px; left: -220px; bottom: -200px; background: var(--green); opacity: .15; }

.brand-lockup { display: inline-flex; align-items: center; width: 285px; max-width: 100%; text-decoration: none; }
.brand-lockup img { display: block; width: 100%; height: auto; object-fit: contain; }
.brand-lockup.large { width: min(340px, 100%); }

.login-shell { min-height: 100vh; display: grid; grid-template-columns: minmax(520px, 1.05fr) minmax(430px, .75fr); padding: 22px; gap: 22px; position: relative; z-index: 1; }
.login-card { background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.9); border-radius: 30px; padding: clamp(34px, 5vw, 72px); display: flex; flex-direction: column; justify-content: space-between; box-shadow: var(--shadow); }
.login-copy { margin: auto 0; max-width: 560px; padding: 64px 0 44px; }
.eyebrow { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .14em; color: var(--blue); font-size: 11px; font-weight: 800; }
.login-copy h1 { font: 800 clamp(42px, 5vw, 72px)/.98 "Manrope", sans-serif; letter-spacing: -.06em; margin: 0 0 24px; }
.login-copy h1 em { font-style: normal; color: var(--blue); }
.login-copy > p:last-child { color: var(--muted); font-size: 17px; max-width: 450px; line-height: 1.6; }
.login-form { max-width: 470px; }
.login-form label, .field-grid label { display: grid; gap: 8px; font-size: 12px; font-weight: 700; color: var(--ink-2); }
.password-row { display: flex; align-items: center; position: relative; }
input, textarea { border: 1px solid var(--line); background: #f9fbfe; border-radius: 13px; color: var(--ink); outline: none; transition: .2s ease; }
input:focus, textarea:focus { background: var(--white); border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,92,255,.1); }
.password-row input { width: 100%; height: 54px; padding: 0 70px 0 16px; }
.password-row .icon-button { position: absolute; right: 8px; }
.form-error { min-height: 20px; color: var(--danger); font-size: 13px; margin: 8px 0; }
.login-foot { margin: 44px 0 0; color: #8290a5; font-size: 10px; line-height: 1.65; letter-spacing: .06em; text-transform: uppercase; }

.button { min-height: 44px; border: 0; border-radius: 12px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 17px; font-weight: 700; transition: transform .16s ease, box-shadow .16s ease, background .16s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { min-height: 54px; background: var(--blue); color: white; box-shadow: 0 12px 24px rgba(23,92,255,.24); }
.button.primary:hover { background: #0f4fe8; box-shadow: 0 14px 28px rgba(23,92,255,.3); }
.button.primary b { margin-left: auto; font-size: 18px; }
.button.secondary { color: var(--ink); background: #eef3fb; border: 1px solid #dbe4f2; }
.button.secondary b { border-radius: 99px; padding: 2px 8px; background: var(--white); color: var(--blue); }
.button.quiet { background: white; border: 1px solid var(--line); color: var(--ink); }
.button.full { width: 100%; }
.icon-button { min-width: 40px; height: 36px; padding: 0 10px; border: 0; border-radius: 9px; background: #edf2f8; color: var(--muted); font-size: 12px; font-weight: 700; }

.login-visual { position: relative; overflow: hidden; border-radius: 30px; background: #06152e; box-shadow: var(--shadow); }
.login-visual > img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center center; }
.login-image-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(2,12,31,.04), transparent 45%, rgba(2,12,31,.2)); }

.app-shell { min-height: 100vh; position: relative; z-index: 1; }
.app-footer { max-width: 1540px; margin: -16px auto 0; padding: 0 24px 24px; color: #8a96a8; font-size: 10px; line-height: 1.6; letter-spacing: .055em; text-align: center; text-transform: uppercase; }
.app-footer span { color: #68758a; }
.app-header { height: 72px; padding: 0 24px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: rgba(255,255,255,.9); backdrop-filter: blur(20px); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; }
.header-center { display: flex; align-items: center; gap: 9px; padding: 8px 12px; border-radius: 99px; background: #f2f6fb; color: var(--muted); font-size: 12px; }
.header-center strong { color: var(--ink); font-variant-numeric: tabular-nums; }
.live-dot { width: 7px; height: 7px; border-radius: 50%; background: #9ba7b8; }
.live-dot.running { background: var(--green); box-shadow: 0 0 0 5px rgba(168,225,12,.18); }
.header-actions { justify-self: end; display: flex; gap: 8px; }

.workspace { max-width: 1540px; min-height: calc(100vh - 72px); margin: auto; display: grid; grid-template-columns: 220px minmax(520px, 1fr) 290px; gap: 22px; padding: 28px 24px 40px; }
.stage-rail { padding: 10px 0; }
.stage-rail > p { margin: 0 0 18px; font: 800 11px "Manrope"; text-transform: uppercase; letter-spacing: .13em; color: #8491a5; }
.stage-rail ol { list-style: none; padding: 0; margin: 0; position: relative; }
.stage-rail li { position: relative; display: flex; align-items: center; gap: 11px; padding: 0 0 18px; color: #8a96a8; font-size: 12px; font-weight: 700; }
.stage-rail li::before { content: ""; width: 9px; height: 9px; flex: 0 0 auto; border-radius: 50%; background: #d1d9e5; box-shadow: 0 0 0 5px var(--paper); z-index: 1; }
.stage-rail li::after { content: ""; position: absolute; left: 4px; top: 9px; bottom: -1px; width: 1px; background: #d7dfeb; }
.stage-rail li:last-child::after { display: none; }
.stage-rail li.active { color: var(--blue); }
.stage-rail li.active::before { background: var(--blue); box-shadow: 0 0 0 5px rgba(23,92,255,.11); }
.stage-rail li.done { color: var(--ink); }
.stage-rail li.done::before { background: var(--green); }
.rail-rule { padding: 14px; border-radius: 15px; background: white; border: 1px solid var(--line); }
.rail-rule span { font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--danger); }
.rail-rule p { font-size: 12px; font-weight: 700; margin: 8px 0; }
.rail-rule button { border: 0; padding: 0; color: var(--blue); background: transparent; font-size: 11px; font-weight: 700; }
.stage-rail .history-card { margin-top: 22px; min-height: 190px; }
.stage-rail .history-card .side-card-title > p { color: var(--ink); letter-spacing: 0; text-transform: none; }

.call-workspace { min-width: 0; }
.workspace-topline { height: 34px; margin-bottom: 12px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.workspace-topline > *:last-child { justify-self: end; }
.text-button { border: 0; background: transparent; color: var(--muted); padding: 6px 0; font-size: 12px; font-weight: 700; }
.text-button:disabled { opacity: .35; cursor: default; }
.beat-dots { display: flex; gap: 5px; }
.beat-dots span { width: 17px; height: 4px; border-radius: 99px; background: #d6deea; transition: .2s ease; }
.beat-dots span.active { width: 32px; background: var(--blue); }
.beat-dots span.done { background: #9db9ff; }

.script-card { min-height: 570px; display: flex; flex-direction: column; padding: clamp(26px, 4vw, 46px); background: rgba(255,255,255,.94); border: 1px solid rgba(255,255,255,.92); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; position: relative; }
.script-card::after { content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle, rgba(23,92,255,.08), transparent 68%); right: -70px; top: -80px; pointer-events: none; }
.script-card > header { flex: 0 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; padding-bottom: 26px; border-bottom: 1px solid var(--line); position: relative; z-index: 1; }
.script-card h1 { margin: 0; font: 800 clamp(27px, 3.6vw, 44px)/1.05 "Manrope"; letter-spacing: -.045em; }
.card-id { border-radius: 13px; min-width: 60px; min-height: 42px; padding: 11px 14px; display: grid; place-items: center; background: var(--ink); color: white; text-align: center; font: 800 14px "Manrope"; }
.preface { margin: 18px 0 -4px; padding: 12px 14px; background: #eef4ff; color: #234da8; border-radius: 11px; font-weight: 700; font-size: 13px; }
.beat { min-height: 0; flex: 1 1 auto; display: flex; flex-direction: column; justify-content: center; padding: 38px 0; position: relative; z-index: 1; }
.beat-label { display: flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.beat-label i { width: 26px; height: 26px; border-radius: 50%; display: grid; place-items: center; background: #edf3ff; color: var(--blue); font-style: normal; font-size: 12px; }
.beat.say blockquote { margin: 0; font: 600 clamp(23px, 3vw, 35px)/1.43 "Manrope"; letter-spacing: -.03em; color: var(--ink); }
.beat.say mark { color: var(--blue); background: rgba(23,92,255,.08); padding: 0 4px; border-radius: 5px; }
.beat.wait, .beat.pause, .beat.note { padding: 44px; border-radius: 18px; align-self: stretch; margin: auto 0; }
.beat.wait { background: #f5f9e8; border: 1px solid #dceba9; }
.beat.pause { background: #eef4ff; border: 1px solid #d6e2ff; }
.beat.note { background: #f5f7fa; border: 1px solid var(--line); }
.beat.wait p, .beat.pause p, .beat.note p { margin: 0; font: 700 clamp(20px, 2.5vw, 28px)/1.4 "Manrope"; }
.beat.wait .beat-label i { color: #688600; background: #e7f4b9; }
.response-capture { margin-top: 22px; padding: 16px; border: 1px solid rgba(23,92,255,.18); border-radius: 14px; background: rgba(255,255,255,.86); }
.response-capture > strong { display: block; margin-bottom: 12px; color: var(--ink); font: 800 13px "Manrope"; }
.capture-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.capture-grid.single { grid-template-columns: 1fr; }
.capture-grid label { display: grid; gap: 6px; min-width: 0; }
.capture-grid label > span { color: var(--ink-2); font-size: 11px; font-weight: 800; }
.capture-grid input, .capture-grid textarea { width: 100%; padding: 11px 12px; border-radius: 10px; background: white; font-size: 13px; }
.capture-grid input { height: 42px; }
.capture-grid textarea { min-height: 82px; resize: vertical; line-height: 1.45; }
.card-actions { flex: 0 0 auto; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding-top: 10px; position: relative; z-index: 2; background: rgba(255,255,255,.96); }
.card-actions.single { grid-template-columns: 1fr; }
.choice-button { min-height: 54px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 13px; background: white; color: var(--ink); display: flex; align-items: center; justify-content: space-between; gap: 12px; text-align: left; font-weight: 700; transition: .15s ease; }
.choice-button:hover { transform: translateY(-1px); border-color: #b7c7df; box-shadow: 0 7px 16px rgba(7,21,47,.07); }
.choice-button span:last-child { color: #94a2b7; }
.choice-button.primary { background: var(--blue); border-color: var(--blue); color: white; }
.choice-button.primary span:last-child { color: white; }
.choice-button.danger { color: var(--danger); border-color: #f0cece; background: #fffafa; }
.continue-button { grid-column: 1 / -1; min-height: 56px; }
.copy-line { position: absolute; right: 0; top: 0; border: 0; background: #eef3fa; color: var(--muted); border-radius: 9px; padding: 8px 10px; font-size: 11px; font-weight: 700; }

.safety-strip { margin-top: 12px; min-height: 62px; padding: 10px 14px; border: 1px solid #d6e2f1; border-radius: 15px; background: rgba(255,255,255,.7); display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.safety-strip > div { display: flex; align-items: center; gap: 10px; }
.safety-strip > div > span { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--green); font-weight: 800; }
.safety-strip p { margin: 0; font-size: 11px; color: var(--muted); }
.safety-strip p strong { color: var(--ink); }
.safety-strip button { border: 0; background: transparent; color: var(--blue); font-size: 11px; font-weight: 800; }

.call-sidebar { display: flex; flex-direction: column; gap: 12px; }
.side-card { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.9); border-radius: 17px; padding: 16px; box-shadow: 0 12px 28px rgba(7,21,47,.06); }
.side-card-title { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.side-card-title p { margin: 0; font-size: 12px; font-weight: 800; }
.side-card-title span { font-size: 9px; color: #8996aa; text-transform: uppercase; letter-spacing: .08em; }
.side-card textarea { width: 100%; min-height: 150px; resize: vertical; padding: 12px; line-height: 1.5; font-size: 12px; }
.sidebar-rule { border-color: #e7d9d9; background: #fffafa; box-shadow: 0 12px 28px rgba(133,37,37,.05); }
.sidebar-rule .side-card-title { margin-bottom: 10px; }
.sidebar-rule .side-card-title p { color: var(--danger); }
.sidebar-rule strong { display: block; font: 800 15px/1.25 "Manrope"; }
.sidebar-rule > p { color: var(--muted); font-size: 11px; font-weight: 500; line-height: 1.45; margin: 6px 0 12px; }
.sidebar-rule > button { width: 100%; display: flex; align-items: center; justify-content: space-between; padding: 9px 10px; border-radius: 9px; background: white; border: 1px solid #ecd2d2; text-align: left; }
.sidebar-rule > button span { color: var(--blue); }
.sidebar-rule > #instructionsButton { margin-top: 7px; justify-content: center; border-color: #dbe4f2; color: var(--ink-2); background: #f7f9fc; }
.notes-card { flex: 1; }
.notes-card textarea { min-height: 190px; }
.danger-link { width: 100%; margin-top: 8px; padding: 8px; border: 0; background: transparent; color: var(--danger); font-size: 11px; font-weight: 700; }
.history-card { flex: 1; min-height: 180px; }
.history-list { display: grid; gap: 8px; }
.history-item { display: grid; grid-template-columns: 26px 1fr; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.history-item b { width: 26px; height: 26px; border-radius: 8px; display: grid; place-items: center; background: #edf2f8; color: var(--ink); font-size: 9px; }
.history-item.current { color: var(--ink); font-weight: 700; }
.history-item.current b { background: var(--blue); color: white; }

.modal { border: 0; padding: 0; background: transparent; max-width: none; max-height: none; }
.modal::backdrop { background: rgba(3,12,28,.66); backdrop-filter: blur(7px); }
.modal-card { width: min(760px, calc(100vw - 32px)); max-height: min(840px, calc(100vh - 40px)); overflow: auto; border-radius: 24px; background: white; padding: 28px; box-shadow: 0 30px 90px rgba(0,0,0,.3); }
.modal-card > header { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.modal-card h2 { margin: 0 0 7px; font: 800 30px/1.1 "Manrope"; letter-spacing: -.04em; }
.modal-card header p:last-child { color: var(--muted); font-size: 13px; margin: 0; }
.modal-close { font-size: 22px; }
.field-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.field-grid label.wide { grid-column: 1 / -1; }
.field-grid input { width: 100%; height: 46px; padding: 0 12px; }
.modal-card > footer { margin-top: 24px; display: flex; justify-content: flex-end; gap: 9px; }
.instructions-card { width: min(820px, calc(100vw - 32px)); }
.instructions-copy { color: var(--ink-2); font-size: 14px; line-height: 1.65; }
.instructions-copy > p { margin: 0 0 12px; }
.instructions-copy ul { margin: 20px 0; padding-left: 22px; }
.instructions-copy li + li { margin-top: 9px; }
.instructions-copy section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.instructions-copy h3 { margin: 0 0 12px; font: 800 17px/1.35 "Manrope"; }
.instructions-copy blockquote { margin: 0 0 12px; padding: 18px 20px; border-left: 4px solid var(--blue); border-radius: 0 14px 14px 0; background: #f2f6ff; color: var(--ink); font: 700 18px/1.5 "Manrope"; }
.search-field { height: 46px; border: 1px solid var(--line); border-radius: 12px; background: #f8fafc; display: flex; align-items: center; padding: 0 13px; gap: 9px; margin-bottom: 14px; }
.search-field span { color: var(--blue); font-size: 20px; }
.search-field input { width: 100%; height: 100%; border: 0; background: transparent; box-shadow: none; }
.objection-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }
.objection-item { display: grid; grid-template-columns: 38px 1fr; align-items: center; gap: 11px; min-height: 60px; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: white; color: var(--ink); text-align: left; }
.objection-item:hover { border-color: var(--blue); background: #f8faff; }
.objection-item b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: #eef3ff; color: var(--blue); font-size: 11px; }
.objection-item span { font-size: 12px; font-weight: 700; line-height: 1.3; }

.post-beat { min-height: 0; justify-content: flex-start; align-self: stretch; margin: 0; padding: 22px 8px 14px 0; border: 0; background: transparent; overflow-y: auto; }
.post-panel { display: grid; gap: 14px; }
.auto-notes { display: grid; gap: 9px; margin: 2px 0 12px; }
.auto-notes > div { min-height: 20px; display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.auto-notes strong { font: 800 12px "Manrope"; }
.auto-notes span, .checklist-heading { color: var(--muted); font-size: 10px; }
.auto-notes textarea { width: 100%; min-height: 112px; padding: 13px; resize: vertical; font-size: 12px; line-height: 1.55; background: #f8faff; border-color: #d7e2f5; }
.checklist-heading { margin: 3px 0 1px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.check-row { display: flex; align-items: flex-start; gap: 11px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 11px; font-size: 12px; font-weight: 600; }
.check-row input { margin-top: 2px; accent-color: var(--blue); }
.outcome-pill { display: inline-flex; width: fit-content; margin: 0 0 2px; padding: 7px 11px; border-radius: 99px; background: #eaf7bf; color: #526d00; font-size: 11px; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: 22px; transform: translate(-50%, 20px); padding: 11px 16px; border-radius: 11px; background: var(--ink); color: white; font-size: 12px; opacity: 0; pointer-events: none; transition: .2s ease; z-index: 30; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (min-width: 921px) {
  html, body { height: 100%; overflow: hidden; }
  .app-shell { height: 100vh; min-height: 0; display: grid; grid-template-rows: 64px minmax(0, 1fr) 20px; overflow: hidden; }
  .app-header { height: 64px; position: relative; }
  .workspace { width: 100%; height: 100%; min-height: 0; padding: 12px 20px 8px; gap: 16px; overflow: hidden; }
  .call-workspace { min-height: 0; display: flex; flex-direction: column; }
  .workspace-topline { height: 28px; margin-bottom: 6px; flex: 0 0 auto; }
  .script-card { min-height: 0; flex: 1 1 auto; padding: clamp(20px, 2.5vw, 34px); overflow: hidden; }
  .script-card > header { padding-bottom: 18px; }
  .script-card h1 { font-size: clamp(26px, min(3.2vw, 5vh), 40px); }
  .beat { min-height: 0; padding: clamp(18px, 3vh, 30px) 0; overflow-y: auto; }
  .beat-label { margin-bottom: 12px; }
  .beat.say blockquote { font-size: clamp(21px, min(2.6vw, 3.8vh), 33px); line-height: 1.36; }
  .beat.wait, .beat.pause, .beat.note { padding: clamp(22px, 3.5vh, 36px); }
  .beat.post-beat { padding: 18px 8px 10px 0; }
  .response-capture { margin-top: 14px; padding: 12px; }
  .capture-grid { gap: 8px; }
  .capture-grid textarea { min-height: 64px; }
  .choice-button { min-height: 48px; padding-block: 9px; }
  .continue-button { min-height: 50px; }
  .safety-strip { min-height: 52px; margin-top: 8px; padding-block: 8px; flex: 0 0 auto; }
  .stage-rail, .call-sidebar { min-height: 0; overflow: hidden; }
  .stage-rail { padding-top: 4px; }
  .stage-rail > p { margin-bottom: 12px; }
  .stage-rail li { padding-bottom: 14px; }
  .stage-rail .history-card { margin-top: 12px; min-height: 150px; }
  .call-sidebar { gap: 8px; }
  .side-card { padding: 13px; }
  .side-card-title { margin-bottom: 9px; }
  .notes-card textarea { min-height: 110px; max-height: 20vh; }
  .app-footer { margin: 0; max-width: none; padding: 1px 20px 0; line-height: 1.4; }
}

@media (max-width: 1120px) {
  .workspace { grid-template-columns: 190px minmax(480px, 1fr) 245px; gap: 14px; padding-inline: 16px; }
  .script-card { padding: 30px; }
}

@media (max-width: 920px) {
  .login-shell { grid-template-columns: 1fr; }
  .login-visual { display: none; }
  .workspace { grid-template-columns: 1fr; max-width: 760px; }
  .stage-rail { display: none; }
  .call-sidebar { display: grid; grid-template-columns: 1fr 1fr; }
  .notes-card { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .login-shell { padding: 0; }
  .login-card { min-height: 100vh; border-radius: 0; padding: 28px 22px; }
  .login-copy { padding: 54px 0 32px; }
  .app-header { height: 64px; padding: 0 14px; grid-template-columns: 1fr auto; }
  .app-header .brand-lockup { width: 220px; }
  .header-center { position: fixed; bottom: 12px; left: 50%; transform: translateX(-50%); z-index: 15; box-shadow: 0 8px 24px rgba(7,21,47,.14); white-space: nowrap; }
  .header-actions .quiet { display: none; }
  .workspace { padding: 16px 12px 80px; }
  .app-footer { padding: 0 18px 76px; }
  .script-card { min-height: 550px; border-radius: 20px; padding: 23px 20px; }
  .script-card h1 { font-size: 28px; }
  .beat.say blockquote { font-size: 23px; }
  .beat.wait, .beat.pause, .beat.note { padding: 24px; }
  .card-actions { grid-template-columns: 1fr; }
  .call-sidebar { grid-template-columns: 1fr; }
  .notes-card { grid-column: auto; }
  .safety-strip p { display: none; }
  .field-grid, .objection-list { grid-template-columns: 1fr; }
  .capture-grid { grid-template-columns: 1fr; }
  .field-grid label.wide { grid-column: auto; }
  .modal-card { padding: 21px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
