/* #codex */

/* source: v4-codex/styles-codex.css */
@font-face {
  font-family: "Saathi Latin";
  src: url("../app-codex/fonts-codex/latin-vf-codex.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Saathi Devanagari";
  src: url("../app-codex/fonts-codex/devanagari-vf-codex.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Saathi Telugu";
  src: url("../app-codex/fonts-codex/telugu-vf-codex.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --navy: #101626;
  --navy-2: #182036;
  --ink: #172035;
  --muted: #667085;
  --faint: #8c95a6;
  --paper: #f4f1ea;
  --surface: #fffefd;
  --surface-2: #f7f7f3;
  --line: #e4e6e3;
  --teal: #0d8076;
  --teal-deep: #08645e;
  --teal-soft: #e3f4ef;
  --coral: #f18a65;
  --coral-soft: #fff0e9;
  --violet: #5654a4;
  --violet-soft: #eeedfb;
  --amber: #a86709;
  --amber-soft: #fff4d7;
  --green: #15744f;
  --green-soft: #e4f5ec;
  --danger: #a43b35;
  --danger-soft: #fdecea;
  --phone-radius: 48px;
  --screen-radius: 39px;
  --font: "Saathi Devanagari", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
  --shadow-phone: 0 44px 90px rgba(10, 15, 29, .30), 0 12px 30px rgba(10, 15, 29, .18);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: var(--paper); }
body {
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  font-family: var(--font);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  background:
    radial-gradient(circle at 12% 14%, rgba(241, 138, 101, .16), transparent 29rem),
    radial-gradient(circle at 86% 84%, rgba(13, 128, 118, .14), transparent 32rem),
    linear-gradient(120deg, #f7f3ec, #efeee8);
}
button, input, textarea { color: inherit; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: var(--teal-deep); text-underline-offset: 3px; }
:focus-visible { outline: none; box-shadow: 0 0 0 3px rgba(86, 84, 164, .28); }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  z-index: 200;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--navy);
  color: #fff;
  transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.demo-shell {
  width: min(1240px, calc(100% - 52px));
  min-height: 100dvh;
  margin: 0 auto;
  padding: 24px 0;
  display: grid;
  grid-template-columns: minmax(450px, 570px) minmax(340px, 420px);
  align-items: center;
  justify-content: space-between;
  gap: clamp(54px, 7vw, 104px);
}

.story-panel { min-width: 0; }
.project-brand { display: flex; align-items: center; gap: 13px; }
.project-mark { width: 51px; height: 51px; flex: none; color: var(--teal); filter: drop-shadow(0 8px 14px rgba(13, 128, 118, .18)); }
.project-brand div { display: grid; gap: 1px; }
.project-name { font-size: 19px; font-weight: 850; letter-spacing: -.025em; }
.project-expansion { max-width: 365px; color: var(--muted); font-size: 10.5px; font-weight: 620; line-height: 1.35; }
.hackathon-tag {
  width: max-content;
  margin-top: clamp(24px, 4vh, 42px);
  padding: 7px 11px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(23, 32, 53, .10);
  border-radius: 999px;
  background: rgba(255, 254, 253, .72);
  color: var(--muted);
  font-size: 10px;
  font-weight: 810;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hackathon-tag span { width: 8px; height: 8px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 4px var(--coral-soft); }
.story-panel h1 { max-width: 560px; margin: 18px 0 12px; font-size: clamp(42px, 4.1vw, 64px); line-height: .98; letter-spacing: -.055em; }
.story-lede { max-width: 530px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.6; }
.demo-actions { margin-top: 22px; display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.desktop-cta {
  min-height: 58px;
  padding: 9px 17px 9px 10px;
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
  border-radius: 17px;
  background: var(--navy);
  color: #fff;
  box-shadow: 0 12px 25px rgba(16, 22, 38, .16);
  text-align: left;
  transition: transform .18s ease, background .18s ease;
}
.desktop-cta:hover { background: #1a2237; transform: translateY(-1px); }
.play-disc { width: 40px; height: 40px; display: grid; place-items: center; flex: none; border-radius: 13px; background: var(--teal); }
.play-disc svg { width: 22px; height: 22px; fill: #fff; }
.desktop-cta > span:last-child { display: grid; gap: 1px; }
.desktop-cta strong { font-size: 13px; }
.desktop-cta small { color: #bfc7d7; font-size: 9.5px; }
.reset-button { min-height: 46px; padding: 10px 13px; border: 1px solid rgba(23, 32, 53, .14); border-radius: 14px; background: rgba(255, 254, 253, .72); font-size: 11px; font-weight: 750; }

.trace-panel { max-width: 555px; margin-top: 24px; padding: 16px; border: 1px solid rgba(23, 32, 53, .10); border-radius: 21px; background: rgba(255, 254, 253, .72); box-shadow: 0 14px 36px rgba(23, 32, 53, .05); backdrop-filter: blur(12px); }
.trace-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.kicker { color: var(--teal-deep); font-size: 8.5px; font-weight: 850; letter-spacing: .095em; text-transform: uppercase; }
.trace-heading h2 { margin: 4px 0 0; font-size: 13px; line-height: 1.35; }
.mode-badge { max-width: 150px; padding: 5px 8px; border-radius: 999px; background: var(--amber-soft); color: #75500e; font-size: 8.5px; font-weight: 780; text-align: center; }
.mode-badge.live { background: var(--green-soft); color: var(--green); }
.trace-list { margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; list-style: none; }
.trace-list li { min-width: 0; padding: 10px 9px; display: grid; grid-template-columns: 24px 1fr; align-items: start; gap: 7px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); transition: border-color .18s ease, transform .18s ease, background .18s ease; }
.trace-list li.active { border-color: rgba(86, 84, 164, .45); background: var(--violet-soft); transform: translateY(-2px); }
.trace-list li.done { border-color: rgba(13, 128, 118, .28); background: var(--teal-soft); }
.trace-node { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 8px; background: var(--surface-2); color: var(--muted); font-size: 9px; font-weight: 850; }
.trace-list li.active .trace-node { background: var(--violet); color: #fff; }
.trace-list li.done .trace-node { background: var(--teal); color: #fff; }
.trace-list div { min-width: 0; display: grid; gap: 2px; }
.trace-list strong { font-size: 9.5px; line-height: 1.25; }
.trace-list small { color: var(--muted); font-size: 7.5px; line-height: 1.3; }
.trace-state { grid-column: 1 / -1; color: var(--faint); font-size: 7.5px; font-weight: 760; }
.trace-list li.active .trace-state { color: var(--violet); }
.trace-list li.done .trace-state { color: var(--teal-deep); }
.trust-row { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 8px 15px; color: var(--muted); font-size: 9.5px; font-weight: 700; }
.trust-row span::before { margin-right: 5px; color: var(--teal); content: "✓"; font-weight: 900; }
.outer-disclaimer { max-width: 555px; margin: 12px 0 0; padding-left: 10px; border-left: 3px solid var(--coral); color: var(--faint); font-size: 8.5px; line-height: 1.48; }

.demo-stage { min-width: 0; position: relative; display: grid; justify-items: center; }
.stage-topbar { width: min(390px, 100%); margin-bottom: 9px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: .045em; text-transform: uppercase; }
.stage-topbar span:first-child { display: flex; align-items: center; gap: 7px; }
.stage-topbar i { width: 7px; height: 7px; border-radius: 50%; background: #3bc29c; box-shadow: 0 0 0 4px rgba(59, 194, 156, .13); }
.phone-wrap { position: relative; }
.side-button { position: absolute; z-index: -1; right: -4px; width: 5px; border-radius: 0 4px 4px 0; background: #222a3c; }
.side-button-top { top: 142px; height: 68px; }
.side-button-mid { top: 229px; height: 103px; }
.phone {
  position: relative;
  width: auto;
  height: min(844px, calc(100dvh - 66px));
  aspect-ratio: 390 / 844;
  padding: 10px;
  border: 1px solid #343c4f;
  border-radius: var(--phone-radius);
  background: linear-gradient(145deg, #252d3e, #0c111e 62%);
  box-shadow: var(--shadow-phone);
}
.phone::before { position: absolute; inset: 3px; pointer-events: none; border: 1px solid rgba(255,255,255,.11); border-radius: 44px; content: ""; }
.phone-hardware { position: absolute; z-index: 12; top: 16px; left: 50%; width: 70px; height: 14px; transform: translateX(-50%); pointer-events: none; }
.speaker { position: absolute; top: 4px; left: 17px; width: 35px; height: 4px; border-radius: 99px; background: #131927; box-shadow: inset 0 1px 1px rgba(255,255,255,.08); }
.camera { position: absolute; top: 3px; right: 3px; width: 7px; height: 7px; border-radius: 50%; background: #111928; box-shadow: inset 0 0 0 2px #283147, 0 0 0 1px #080c14; }
.phone-screen {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: grid;
  grid-template-rows: 25px auto auto minmax(0, 1fr) auto;
  border-radius: var(--screen-radius);
  background: var(--surface);
  isolation: isolate;
}
.status-bar { padding: 8px 18px 0; display: flex; align-items: flex-start; justify-content: space-between; background: #fffefd; color: #171d2b; font-family: "Saathi Latin", system-ui, sans-serif; font-size: 8.5px; font-weight: 820; }
.status-icons { display: flex; align-items: center; gap: 4px; }
.status-icons svg { width: 13px; height: 9px; fill: currentColor; }
.status-icons svg:nth-child(2) { fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.battery { width: 16px; height: 8px; border: 1px solid currentColor; border-radius: 2px; position: relative; }
.battery::before { position: absolute; inset: 1.5px; border-radius: 1px; background: currentColor; content: ""; }
.battery::after { position: absolute; top: 2px; right: -3px; width: 2px; height: 3px; border-radius: 0 1px 1px 0; background: currentColor; content: ""; }
.app-header { min-height: 59px; padding: 8px 13px 9px; display: flex; align-items: center; justify-content: space-between; gap: 8px; border-bottom: 1px solid var(--line); background: rgba(255,254,253,.98); }
.app-brand { min-width: 0; padding: 0; display: flex; align-items: center; gap: 9px; border: 0; background: transparent; text-align: left; }
.app-brand svg { width: 35px; height: 35px; flex: none; color: var(--teal); }
.app-brand > span { min-width: 0; display: grid; gap: 0; }
.app-brand strong { font-size: 12px; line-height: 1.25; }
.app-brand small { max-width: 142px; overflow: hidden; color: var(--muted); font-size: 7.5px; font-weight: 650; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.header-actions { display: flex; align-items: center; gap: 6px; }
.language-button { min-width: 44px; height: 34px; padding: 6px 8px; display: flex; align-items: center; justify-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 11px; background: var(--surface-2); color: var(--violet); font-size: 9px; font-weight: 850; }
.language-button svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.round-button { width: 34px; height: 34px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 11px; background: var(--surface); }
.round-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; }
.phone-disclaimer { min-height: 29px; padding: 5px 11px; display: flex; align-items: center; justify-content: center; gap: 6px; background: var(--coral-soft); color: #7b3c2b; font-size: 7.4px; font-weight: 700; line-height: 1.25; text-align: center; }
.phone-disclaimer button { padding: 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: inherit; font-size: inherit; font-weight: 850; white-space: nowrap; }
.phone-main { min-height: 0; overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #d6d9d4 transparent; }
.phone-footer { min-height: 34px; padding: 6px 13px 10px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-top: 1px solid var(--line); background: var(--surface-2); color: var(--faint); font-size: 7.5px; }
.phone-footer button { padding: 2px 0; border: 0; background: transparent; color: var(--teal-deep); font-size: inherit; font-weight: 820; }
.gesture-bar { position: absolute; z-index: 30; bottom: 4px; left: 50%; width: 98px; height: 3px; border-radius: 99px; background: rgba(12,17,30,.82); transform: translateX(-50%); pointer-events: none; }
.stage-caption { max-width: 390px; margin: 9px 0 0; color: var(--faint); font-size: 8.5px; line-height: 1.35; text-align: center; }

.view { min-height: 100%; animation: view-in .28s cubic-bezier(.2,.75,.2,1) both; }
@keyframes view-in { from { opacity: 0; transform: translateY(7px); } to { opacity: 1; transform: none; } }
.eyebrow { margin: 0 0 6px; color: var(--teal-deep); font-size: 8px; font-weight: 860; letter-spacing: .095em; text-transform: uppercase; }
.phone-main h1, .phone-main h2, .phone-main h3, .phone-main p { overflow-wrap: anywhere; }
.primary-button, .secondary-button, .quiet-button { border-radius: 14px; font-weight: 780; line-height: 1.25; }
.primary-button { min-height: 45px; padding: 11px 14px; border: 0; background: var(--teal); color: #fff; box-shadow: 0 8px 17px rgba(13,128,118,.16); }
.primary-button:hover { background: var(--teal-deep); }
.secondary-button { min-height: 42px; padding: 10px 13px; border: 1px solid var(--line); background: var(--surface); }
.quiet-button { min-height: 34px; padding: 7px 9px; border: 0; background: transparent; color: var(--teal-deep); font-size: 9px; }
.wide { width: 100%; }
.icon-inline { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; vertical-align: middle; }

.welcome-view { padding: 17px 17px 20px; }
.welcome-view h1 { max-width: 330px; margin: 0; font-size: 24px; line-height: 1.08; letter-spacing: -.035em; }
.welcome-copy { margin: 8px 0 0; color: var(--muted); font-size: 10.5px; line-height: 1.5; }
.persona-ribbon { margin-top: 13px; padding: 10px 11px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(86,84,164,.14); border-radius: 14px; background: var(--violet-soft); }
.persona-avatar { width: 33px; height: 33px; display: grid; place-items: center; flex: none; border-radius: 11px; background: var(--coral); color: #fff; font-size: 12px; font-weight: 850; }
.persona-ribbon div { min-width: 0; display: grid; gap: 1px; }
.persona-ribbon strong { color: var(--violet); font-size: 8.5px; letter-spacing: .045em; text-transform: uppercase; }
.persona-ribbon span { color: var(--muted); font-size: 8.5px; line-height: 1.35; }
.voice-zone { margin-top: 14px; padding: 14px 13px 12px; display: grid; justify-items: center; border: 1px solid rgba(13,128,118,.14); border-radius: 20px; background: linear-gradient(155deg, #f3fbf8, #fffefd 72%); }
.voice-orb { position: relative; width: 76px; height: 76px; padding: 0; display: grid; place-items: center; border: 0; border-radius: 50%; background: linear-gradient(145deg, #159b8e, #096b64); color: #fff; box-shadow: 0 13px 29px rgba(13,128,118,.25); }
.voice-orb::before, .voice-orb::after { position: absolute; inset: -8px; border: 1px solid rgba(13,128,118,.20); border-radius: 50%; content: ""; animation: breathe 2.4s ease-in-out infinite; }
.voice-orb::after { inset: -16px; opacity: .5; animation-delay: .4s; }
@keyframes breathe { 50% { transform: scale(1.055); opacity: .28; } }
.voice-orb svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.voice-cta-label { margin-top: 11px; font-size: 11px; font-weight: 830; }
.voice-mode { margin-top: 3px; color: var(--muted); font-size: 7.8px; }
.type-button { margin-top: 8px; padding: 5px 7px; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--teal-deep); font-size: 8.5px; font-weight: 780; }
.privacy-note { margin: 9px 0 0; color: var(--faint); font-size: 7.5px; line-height: 1.42; text-align: center; }
.demo-note { margin: 10px 0 0; padding: 8px 9px; border-radius: 10px; background: var(--amber-soft); color: #6f4d11; font-size: 7.3px; line-height: 1.38; }

.listening-view { padding: 31px 20px; display: grid; align-content: center; justify-items: center; text-align: center; }
.listening-view h1 { margin: 0; font-size: 23px; line-height: 1.15; }
.listening-view .eyebrow { color: var(--violet); }
.wave-disc { position: relative; width: 142px; height: 142px; margin: 22px 0 18px; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #fff 0 28%, var(--teal-soft) 29% 48%, rgba(227,244,239,.3) 49%); }
.wave-disc::before, .wave-disc::after { position: absolute; inset: 9px; border: 1px solid rgba(13,128,118,.22); border-radius: 50%; content: ""; animation: pulse-ring 1.45s ease-out infinite; }
.wave-disc::after { animation-delay: .72s; }
@keyframes pulse-ring { from { transform: scale(.7); opacity: .8; } to { transform: scale(1.28); opacity: 0; } }
.wave-bars { height: 45px; display: flex; align-items: center; gap: 4px; }
.wave-bars i { width: 4px; height: 12px; border-radius: 99px; background: var(--teal); animation: wave .72s ease-in-out infinite alternate; }
.wave-bars i:nth-child(2), .wave-bars i:nth-child(6) { height: 24px; animation-delay: -.3s; }
.wave-bars i:nth-child(3), .wave-bars i:nth-child(5) { height: 37px; animation-delay: -.5s; }
.wave-bars i:nth-child(4) { height: 45px; animation-delay: -.2s; }
@keyframes wave { to { transform: scaleY(.42); opacity: .68; } }
.listening-mode { color: var(--muted); font-size: 9px; }
.record-timer { margin-top: 7px; color: var(--faint); font: 780 9px "Saathi Latin", system-ui, sans-serif; }
.stop-button { margin-top: 16px; }

.heard-view { padding: 16px 16px 20px; }
.heard-view h1 { margin: 0; font-size: 21px; line-height: 1.12; letter-spacing: -.025em; }
.heard-intro { margin: 6px 0 0; color: var(--muted); font-size: 9px; line-height: 1.4; }
.transcript-card { margin-top: 12px; padding: 11px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface-2); }
.card-label-row { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.card-label-row span { color: var(--muted); font-size: 7.5px; font-weight: 820; letter-spacing: .065em; text-transform: uppercase; }
.card-label-row button { padding: 2px 0; border: 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--teal-deep); font-size: 8px; font-weight: 800; }
.transcript-card blockquote { margin: 8px 0 0; padding: 0; color: var(--ink); font-size: 10px; font-weight: 620; line-height: 1.55; }
.transcript-card textarea { width: 100%; min-height: 82px; margin-top: 8px; padding: 9px; resize: vertical; border: 1px solid #cfd4d2; border-radius: 10px; background: #fff; font-size: 10px; line-height: 1.5; }
.understanding-card { margin-top: 10px; padding: 12px; border-radius: 16px; background: var(--violet-soft); }
.understanding-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.understanding-head h2 { margin: 0; font-size: 11px; }
.ai-chip { padding: 4px 7px; border-radius: 999px; background: var(--violet); color: #fff; font-size: 6.8px; font-weight: 800; }
.understood-grid { margin-top: 9px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.understood-item { min-width: 0; padding: 8px; border-radius: 10px; background: rgba(255,255,255,.72); }
.understood-item span { display: block; color: var(--muted); font-size: 6.7px; font-weight: 780; text-transform: uppercase; }
.understood-item strong { display: block; margin-top: 3px; font-size: 8.6px; line-height: 1.3; }
.confidence-row { margin-top: 8px; display: flex; align-items: center; gap: 6px; color: var(--violet); font-size: 7.5px; font-weight: 750; }
.confidence-row::before { width: 7px; height: 7px; border-radius: 50%; background: #64c9ab; content: ""; }
.zero-note { margin: 10px 0 0; padding: 8px 10px; border-left: 3px solid var(--coral); background: var(--coral-soft); color: #6b392c; font-size: 8.5px; font-weight: 760; line-height: 1.35; }
.confirm-actions { margin-top: 11px; display: grid; grid-template-columns: 1fr auto; gap: 7px; }

.processing-view { padding: 31px 23px; display: grid; align-content: center; }
.processing-view h1 { margin: 0; font-size: 22px; line-height: 1.15; }
.thinking-track { height: 5px; margin-top: 19px; overflow: hidden; border-radius: 99px; background: var(--surface-2); }
.thinking-track span { width: 43%; height: 100%; display: block; border-radius: inherit; background: linear-gradient(90deg, var(--teal), var(--violet)); animation: think 1.1s ease-in-out infinite alternate; }
@keyframes think { to { width: 91%; } }
.processing-list { margin: 18px 0 0; padding: 0; display: grid; gap: 11px; list-style: none; }
.processing-list li { display: grid; grid-template-columns: 22px 1fr; align-items: center; gap: 9px; color: var(--muted); font-size: 8.8px; line-height: 1.35; }
.processing-list li::before { width: 22px; height: 22px; display: grid; place-items: center; border-radius: 8px; background: var(--teal-soft); color: var(--teal-deep); content: "✓"; font-weight: 900; }

.plan-view { padding: 15px 15px 21px; }
.plan-hero { padding: 14px; border-radius: 18px; background: linear-gradient(140deg, var(--navy), #252c52); color: #fff; }
.plan-hero .eyebrow { color: #7ee0ca; }
.plan-hero h1 { margin: 0; font-size: 19px; line-height: 1.13; letter-spacing: -.025em; }
.plan-hero p { margin: 7px 0 0; color: #cbd2df; font-size: 8.3px; line-height: 1.45; }
.action-path { margin-top: 11px; display: grid; gap: 8px; }
.path-card { position: relative; padding: 11px 11px 11px 43px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); }
.path-index { position: absolute; top: 11px; left: 10px; width: 25px; height: 25px; display: grid; place-items: center; border-radius: 9px; background: var(--teal-soft); color: var(--teal-deep); font-size: 8px; font-weight: 900; }
.path-card.today { border-color: rgba(13,128,118,.28); background: linear-gradient(145deg, #f1faf7, #fffefd); }
.path-card.next .path-index { background: var(--coral-soft); color: #9a482f; }
.path-card.grow .path-index { background: var(--violet-soft); color: var(--violet); }
.path-card h2 { margin: 0; font-size: 11px; line-height: 1.25; }
.path-card p { margin: 5px 0 0; color: var(--muted); font-size: 8px; line-height: 1.42; }
.referral-preview { margin-top: 8px; padding: 8px 9px; border-radius: 10px; background: #fff; color: var(--ink); font-size: 7.6px; font-weight: 620; line-height: 1.45; box-shadow: 0 4px 12px rgba(23,32,53,.05); }
.path-actions { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 6px; }
.mini-action { min-height: 30px; padding: 6px 9px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--teal-deep); font-size: 7.6px; font-weight: 820; }
.mini-action.primary { border-color: var(--teal); background: var(--teal); color: #fff; }
.plan-bottom-actions { margin-top: 10px; display: grid; grid-template-columns: 1fr auto; gap: 7px; }
.speaker-button { width: 45px; min-height: 42px; padding: 0; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); color: var(--violet); }
.speaker-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.voice-disclosure { margin: 5px 0 0; color: var(--faint); font-size: 6.8px; text-align: right; }

.courses-view, .circle-view, .share-view { padding: 16px 16px 21px; }
.subview-head { display: flex; align-items: flex-start; gap: 9px; }
.back-button { width: 33px; height: 33px; padding: 0; display: grid; place-items: center; flex: none; border: 1px solid var(--line); border-radius: 11px; background: #fff; }
.back-button svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.subview-head div { min-width: 0; }
.subview-head h1 { margin: 0; font-size: 20px; line-height: 1.12; letter-spacing: -.025em; }
.course-stack { margin-top: 13px; display: grid; gap: 9px; }
.course-card { padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.course-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.data-chip { padding: 4px 7px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-deep); font-size: 6.8px; font-weight: 850; text-transform: uppercase; }
.route-chip { color: var(--muted); font-size: 7.2px; font-weight: 760; }
.course-card h2 { margin: 8px 0 3px; font-size: 14px; line-height: 1.25; }
.official-title { color: var(--faint); font-size: 6.8px; line-height: 1.3; }
.course-meta { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px; }
.course-meta span { padding: 4px 6px; border-radius: 7px; background: var(--surface-2); color: var(--muted); font-size: 7px; font-weight: 700; }
.unknown-note { margin: 8px 0 0; padding: 7px 8px; border-radius: 9px; background: var(--amber-soft); color: #6f4b0d; font-size: 7px; line-height: 1.4; }
.course-card a { margin-top: 8px; display: inline-block; font-size: 7.5px; font-weight: 820; }
.support-card { margin-top: 10px; padding: 12px; border: 1px solid rgba(241,138,101,.25); border-radius: 16px; background: var(--coral-soft); }
.support-card h2 { margin: 0; font-size: 11px; }
.support-card p { margin: 6px 0 0; color: #6e4437; font-size: 7.7px; line-height: 1.43; }
.support-questions { padding: 8px !important; border-radius: 9px; background: rgba(255,255,255,.65); font-weight: 650; }
.recipient-list { margin-top: 13px; display: grid; gap: 8px; }
.recipient-button { width: 100%; min-height: 58px; padding: 10px; display: grid; grid-template-columns: 34px 1fr 16px; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-align: left; }
.recipient-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 11px; background: var(--teal-soft); color: var(--teal-deep); }
.recipient-button:nth-child(2) .recipient-icon { background: var(--violet-soft); color: var(--violet); }
.recipient-button:nth-child(3) .recipient-icon { background: var(--coral-soft); color: #9a482f; }
.recipient-button:nth-child(4) .recipient-icon { background: var(--amber-soft); color: var(--amber); }
.recipient-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.recipient-copy { min-width: 0; display: grid; gap: 2px; }
.recipient-copy strong { font-size: 9.5px; }
.recipient-copy small { color: var(--muted); font-size: 7.2px; line-height: 1.35; }
.recipient-button > svg { width: 15px; height: 15px; fill: none; stroke: var(--faint); stroke-width: 1.8; }
.share-card { margin-top: 13px; padding: 13px; border: 1px solid rgba(86,84,164,.18); border-radius: 16px; background: var(--violet-soft); }
.share-recipient { color: var(--violet); font-size: 7.5px; font-weight: 840; text-transform: uppercase; }
.share-card blockquote { margin: 8px 0 0; font-size: 9px; font-weight: 650; line-height: 1.5; }
.share-status { margin: 9px 0 0; padding: 8px; border-radius: 10px; background: var(--green-soft); color: var(--green); font-size: 7.5px; font-weight: 700; line-height: 1.4; }
.share-actions { margin-top: 11px; display: grid; gap: 7px; }

.sheet-scrim { position: absolute; z-index: 40; inset: 0; background: rgba(11,16,29,.52); backdrop-filter: blur(2px); }
.phone-sheet { position: absolute; z-index: 41; right: 7px; bottom: 7px; left: 7px; max-height: calc(100% - 56px); overflow-y: auto; padding: 16px; border: 0; border-radius: 22px 22px 32px 32px; background: #fff; box-shadow: 0 -15px 35px rgba(11,16,29,.19); animation: sheet-in .22s ease both; }
@keyframes sheet-in { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.sheet-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.sheet-head h2 { margin: 0; font-size: 16px; line-height: 1.2; }
.sheet-head p { margin: 4px 0 0; color: var(--muted); font-size: 8px; line-height: 1.35; }
.sheet-close { width: 32px; height: 32px; padding: 0; display: grid; place-items: center; flex: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.sheet-close svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
.language-list { margin-top: 12px; display: grid; gap: 7px; }
.language-option { width: 100%; min-height: 46px; padding: 10px 12px; display: flex; justify-content: space-between; align-items: center; border: 1px solid var(--line); border-radius: 12px; background: #fff; text-align: left; }
.language-option strong { font-size: 11px; }
.language-option span { color: var(--teal-deep); font-size: 7px; font-weight: 780; }
.language-option.current { border-color: var(--teal); background: var(--teal-soft); }
.info-block { margin-top: 12px; }
.info-block + .info-block { padding-top: 10px; border-top: 1px solid var(--line); }
.info-block h3 { margin: 0; font-size: 9px; }
.info-block p { margin: 4px 0 0; color: var(--muted); font-size: 7.8px; line-height: 1.48; }
.expansion-box { padding: 9px; border-radius: 11px; background: var(--violet-soft); }
.expansion-box strong { display: block; color: var(--violet); font-size: 8px; line-height: 1.4; }
.source-list { margin-top: 12px; display: grid; gap: 8px; }
.source-row { padding: 9px; border: 1px solid var(--line); border-radius: 11px; }
.source-row span { display: inline-flex; margin-bottom: 4px; padding: 3px 5px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-deep); font-size: 6px; font-weight: 850; text-transform: uppercase; }
.source-row h3 { margin: 0; font-size: 8.5px; line-height: 1.35; }
.source-row a { margin-top: 4px; display: inline-block; font-size: 7px; font-weight: 780; }
.phone-toast { position: absolute; z-index: 60; right: 14px; bottom: 43px; left: 14px; padding: 9px 11px; border-radius: 11px; background: var(--navy); color: #fff; font-size: 8px; font-weight: 690; line-height: 1.35; text-align: center; opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .18s ease; }
.phone-toast.show { opacity: 1; transform: none; }

@media (max-height: 800px) and (min-width: 801px) {
  .demo-shell { padding: 17px 0; }
  .story-panel h1 { font-size: 45px; }
  .story-lede { font-size: 14px; }
  .hackathon-tag { margin-top: 22px; }
  .trace-panel { margin-top: 18px; }
  .phone { height: calc(100dvh - 54px); }
}

@media (max-width: 1000px) and (min-width: 801px) {
  .demo-shell { width: min(940px, calc(100% - 32px)); grid-template-columns: minmax(390px, 1fr) minmax(320px, 370px); gap: 38px; }
  .story-panel h1 { font-size: 45px; }
  .trace-list { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 800px) {
  html, body { width: 100%; height: 100%; background: var(--surface); }
  body { overflow: hidden; }
  .demo-shell { width: 100%; min-height: 100dvh; padding: 0; display: block; }
  .story-panel, .stage-topbar, .stage-caption, .side-button { display: none; }
  .demo-stage, .phone-wrap { width: 100%; height: 100dvh; display: block; }
  .phone { width: 100%; height: 100dvh; padding: 0; aspect-ratio: auto; border: 0; border-radius: 0; background: var(--surface); box-shadow: none; }
  .phone::before, .phone-hardware { display: none; }
  .phone-screen { border-radius: 0; }
  .phone-sheet { right: 0; bottom: 0; left: 0; border-radius: 22px 22px 0 0; }
  .gesture-bar { bottom: max(4px, env(safe-area-inset-bottom)); }
  .status-bar { padding-top: max(8px, env(safe-area-inset-top)); }
}

@media (max-width: 350px) {
  .welcome-view, .heard-view, .plan-view, .courses-view, .circle-view, .share-view { padding-right: 12px; padding-left: 12px; }
  .app-brand small { max-width: 105px; }
  .confirm-actions { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* source: v5-codex/styles-codex.css */
.phone-screen {
  --phone-copy: 12px;
  --phone-small: 10.5px;
  --phone-micro: 9.5px;
}

.status-bar { font-size: 10.5px; }
.app-header { min-height: 66px; }
.app-brand strong { font-size: 14px; }
.app-brand small { font-size: 9.5px; }
.language-button { min-width: 46px; height: 42px; font-size: 11px; }
.round-button { width: 42px; height: 42px; }
.phone-disclaimer { min-height: 36px; padding-block: 7px; font-size: 10px; }
.phone-footer { min-height: 42px; font-size: 9.5px; }
.phone-footer button { min-height: 30px; }
.eyebrow { font-size: 9.5px; }
.quiet-button { min-height: 40px; font-size: 11px; }

.welcome-view h1 { font-size: 25px; }
.welcome-copy { font-size: 13px; line-height: 1.52; }
.persona-ribbon strong { font-size: 10px; }
.persona-ribbon span { font-size: 11px; }
.voice-cta-label { font-size: 14px; }
.voice-mode { font-size: 10px; }
.type-button { min-height: 40px; font-size: 11.5px; }
.privacy-note { font-size: 10px; }
.demo-note { font-size: 10px; }

.heard-view h1 { font-size: 22px; }
.heard-intro { font-size: 12px; }
.card-label-row span { font-size: 9.5px; }
.card-label-row button { min-height: 34px; font-size: 10.5px; }
.transcript-card blockquote, .transcript-card textarea { font-size: 13px; }
.understanding-head h2 { font-size: 13px; }
.ai-chip { font-size: 8.5px; }
.understood-item span { font-size: 8.5px; }
.understood-item strong { font-size: 11px; }
.confidence-row { font-size: 9.5px; }
.zero-note { font-size: 10.5px; }

.processing-list li { font-size: 11px; }
.plan-hero h1 { font-size: 21px; }
.plan-hero p { font-size: 11px; }
.path-index { font-size: 9.5px; }
.path-card h2 { font-size: 13px; }
.path-card p { font-size: 10.5px; }
.referral-preview { font-size: 10px; }
.mini-action { min-height: 40px; font-size: 10.5px; }
.voice-disclosure { font-size: 8.5px; }

.data-chip, .official-title { font-size: 8.5px; }
.route-chip, .course-meta span, .unknown-note { font-size: 9.5px; }
.course-card a { min-height: 32px; font-size: 10.5px; }
.support-card p { font-size: 10.5px; }
.recipient-copy strong { font-size: 12px; }
.recipient-copy small { font-size: 10px; }
.share-recipient { font-size: 9.5px; }
.share-card blockquote { font-size: 12px; }
.share-status { font-size: 10px; }

.sheet-head p, .info-block p, .expansion-box strong { font-size: 10.5px; }
.language-option strong { font-size: 13px; }
.language-option span, .source-row a { font-size: 9.5px; }
.info-block h3, .source-row h3 { font-size: 11px; }
.source-row span { font-size: 8px; }
.phone-toast { font-size: 10.5px; }

.voice-orb.typed-first {
  background: linear-gradient(145deg, #6865ad, #454281);
  box-shadow: 0 13px 29px rgba(86, 84, 164, .24);
}
.voice-orb.typed-first::before, .voice-orb.typed-first::after { animation: none; opacity: .36; }
.voice-orb.typed-first svg { width: 34px; height: 34px; }
.language-status { margin-left: auto; margin-right: 8px; color: var(--violet) !important; font-size: 9px !important; text-transform: uppercase; }
.v5-assisted-note { margin: 10px 0 0; padding: 10px 11px; border: 1px solid rgba(86,84,164,.18); border-radius: 12px; background: var(--violet-soft); color: #414078; font-size: 10.5px; font-weight: 650; line-height: 1.45; }
.v5-assisted-note strong { display: block; margin-bottom: 3px; font-size: 11px; }
.v5-plan-guard { min-height: 100%; padding: 34px 18px 24px; display: flex; flex-direction: column; justify-content: center; }
.v5-plan-guard h1 { margin: 8px 0 0; font-size: 23px; line-height: 1.15; letter-spacing: -.025em; }
.v5-guard-icon { width: 46px; height: 46px; display: grid; place-items: center; margin-bottom: 15px; border-radius: 15px; background: var(--violet-soft); color: var(--violet); font-size: 20px; font-weight: 900; }
.v5-guard-body { margin: 10px 0 18px; color: var(--muted); font-size: 12px; line-height: 1.55; }
body[data-phone-language="te"] .speaker-button,
body[data-phone-language="te"] .voice-disclosure { display: none; }

@media (max-width: 800px) {
  .phone-screen { grid-template-rows: 28px auto auto minmax(0, 1fr) auto; }
}


/* source: v6-codex/styles-codex.css */
.stop-button[disabled],
.v6-correction-button[disabled] {
  cursor: wait;
  opacity: 1;
}

.v6-stopping-button { pointer-events: none; }

.listening-view.v6-stopping .wave-disc {
  background: linear-gradient(145deg, #f3f0ff, #e8e5fa);
  box-shadow: none;
}

.listening-view.v6-stopping .wave-bars i {
  animation: none;
  height: 9px;
  opacity: .42;
}

.listening-view.v6-stopping .record-timer {
  color: var(--violet);
  font-weight: 850;
}

.v6-understood-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.v6-understood-grid .understood-item {
  min-height: 62px;
  align-content: start;
}

.v6-understood-grid .understood-item strong {
  line-height: 1.28;
}

.v6-evidence-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 8px;
}

.v6-evidence-tag {
  padding: 5px 7px;
  border: 1px solid rgba(13, 128, 118, .16);
  border-radius: 999px;
  background: var(--teal-soft);
  color: #116b64;
  font-size: 8.5px;
  font-weight: 780;
  line-height: 1.2;
}

.v6-followup-note {
  margin: 9px 0 0;
  padding: 10px 11px;
  border-left: 3px solid var(--coral);
  border-radius: 4px 11px 11px 4px;
  background: var(--coral-soft);
  color: #713e31;
  font-size: 10.5px;
  line-height: 1.42;
}

.v6-followup-note strong {
  display: block;
  margin-bottom: 2px;
  font-size: 10.5px;
}

.v6-voice-correction {
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(13, 128, 118, .2);
  border-radius: 12px;
  background: linear-gradient(145deg, #f2fbf8, #f8fcfb);
}

.v6-voice-correction-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
  color: #126e67;
  font-size: 10.5px;
  font-weight: 850;
}

.v6-voice-correction-head svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.v6-voice-correction p {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.42;
}

.v6-correction-button {
  min-height: 42px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 0;
  border-radius: 11px;
  background: var(--teal);
  color: #fff;
  font: inherit;
  font-size: 10.5px;
  font-weight: 850;
}

.v6-correction-button.recording {
  background: #9a4c3a;
}

.v6-correction-status {
  min-height: 14px;
  margin-top: 6px;
  color: #116b64;
  font-size: 9px;
  font-weight: 720;
  line-height: 1.35;
}

.v6-correction-status.error {
  color: #9a382f;
}

.v6-correction-added {
  border-color: rgba(86, 84, 164, .24);
  background: var(--violet-soft);
}

@media (max-width: 360px) {
  .v6-understood-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .listening-view .wave-bars i { animation: none !important; }
}


/* source: v7-codex/styles-codex.css */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.stop-button[disabled],
.v7-voice-answer[disabled],
.v7-correction button[disabled] {
  cursor: wait;
  opacity: 1;
}

.v7-stopping-button { pointer-events: none; }

.listening-view:has(.v7-stopping-button) .wave-disc {
  background: linear-gradient(145deg, #f3f0ff, #e8e5fa);
  box-shadow: none;
}

.listening-view:has(.v7-stopping-button) .wave-bars i {
  height: 9px;
  animation: none;
  opacity: .42;
}

.listening-view:has(.v7-stopping-button) .record-timer {
  color: var(--violet);
  font-weight: 850;
}

.v7-understanding-card {
  padding: 11px;
  border: 1px solid rgba(86, 84, 164, .12);
  background: linear-gradient(145deg, #f6f4ff, #efedfb);
}

.v7-understanding-card .understanding-head {
  align-items: flex-start;
}

.v7-understanding-card .understanding-head h2 {
  max-width: 55%;
  color: #35345f;
  font-size: 11px;
  line-height: 1.3;
}

.v7-understanding-card .ai-chip {
  max-width: 43%;
  padding: 4px 6px;
  background: #55529b;
  font-size: 7.5px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
}

.v7-understanding-card .ai-chip.unavailable {
  background: #7b695e;
}

.v7-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 9px;
}

.v7-profile-card {
  min-width: 0;
  min-height: 90px;
  padding: 8px;
  border: 1px solid rgba(86, 84, 164, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
}

.v7-profile-card:nth-child(1) { box-shadow: inset 0 3px 0 rgba(13, 128, 118, .7); }
.v7-profile-card:nth-child(2) { box-shadow: inset 0 3px 0 rgba(86, 84, 164, .68); }
.v7-profile-card:nth-child(3) { box-shadow: inset 0 3px 0 rgba(241, 138, 101, .75); }
.v7-profile-card:nth-child(4) { box-shadow: inset 0 3px 0 rgba(216, 166, 63, .72); }

.v7-profile-card.status-unknown,
.v7-profile-card.status-conflicting {
  border-style: dashed;
  background: rgba(255, 255, 255, .58);
}

.v7-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 5px;
}

.v7-card-head > span {
  color: var(--muted);
  font-size: 7.5px;
  font-weight: 820;
  letter-spacing: .045em;
  line-height: 1.2;
  text-transform: uppercase;
}

.v7-card-head i {
  flex: none;
  padding: 2px 4px;
  border-radius: 999px;
  background: var(--teal-soft);
  color: #0b6f67;
  font-size: 6.8px;
  font-style: normal;
  font-weight: 850;
  line-height: 1.2;
}

.status-inferred .v7-card-head i,
.status-partial .v7-card-head i { background: var(--violet-soft); color: #4d4a91; }
.status-unknown .v7-card-head i,
.status-conflicting .v7-card-head i { background: var(--coral-soft); color: #8a4937; }

.v7-profile-card strong {
  display: block;
  margin-top: 7px;
  color: var(--ink);
  font-size: 11px;
  line-height: 1.25;
}

.v7-profile-card small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 8.5px;
  font-weight: 650;
  line-height: 1.25;
}

.v7-profile-card q {
  display: -webkit-box;
  margin-top: 6px;
  overflow: hidden;
  color: #6f6b78;
  font-size: 7.5px;
  font-style: normal;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.v7-understanding-card .confidence-row {
  margin-top: 9px;
  font-size: 8.5px;
  line-height: 1.3;
}

.v7-conversation {
  margin-top: 9px;
}

.v7-user-turn {
  max-width: 86%;
  margin: 0 0 7px auto;
  padding: 7px 9px;
  border-radius: 12px 12px 3px 12px;
  background: #eaf5f1;
  color: #245f59;
}

.v7-user-turn span,
.v7-ai-turn small {
  display: block;
  margin-bottom: 2px;
  font-size: 7px;
  font-weight: 850;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v7-user-turn p,
.v7-ai-turn p,
.v7-ready-note p {
  margin: 0;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.4;
}

.v7-ai-turn {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 8px;
  padding: 10px;
  border: 1px solid rgba(241, 138, 101, .22);
  border-radius: 3px 14px 14px 14px;
  background: linear-gradient(145deg, #fff5f0, #fff9f6);
  color: #6d3c2f;
}

.v7-ai-avatar {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--coral);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
}

.v7-follow-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  margin-top: 7px;
}

.v7-voice-answer,
.v7-type-answer,
.v7-answer-form button,
.v7-correction button {
  min-height: 42px;
  border-radius: 11px;
  font: inherit;
  font-size: 9.5px;
  font-weight: 850;
}

.v7-voice-answer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 0;
  background: var(--teal);
  color: #fff;
}

.v7-voice-answer svg,
.v7-correction-head svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
}

.v7-voice-answer.recording,
.v7-correction button.recording {
  background: #9a4c3a;
  animation: v7-recording 1.1s ease-in-out infinite alternate;
}

@keyframes v7-recording { to { box-shadow: 0 0 0 5px rgba(154, 76, 58, .13); } }

.v7-type-answer {
  padding-inline: 11px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--teal-deep);
}

.v7-answer-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px;
  margin-top: 7px;
}

.v7-answer-form[hidden] { display: none; }

.v7-answer-form input {
  width: 100%;
  min-height: 42px;
  padding: 8px 9px;
  border: 1px solid #cfd4d2;
  border-radius: 10px;
  background: #fff;
  font: inherit;
  font-size: 10px;
}

.v7-answer-form button {
  padding-inline: 10px;
  border: 0;
  background: #55529b;
  color: #fff;
}

.v7-turn-status {
  min-height: 13px;
  margin-top: 5px;
  color: #116b64;
  font-size: 8.5px;
  font-weight: 720;
  line-height: 1.3;
}

.v7-turn-status.error { color: #9a382f; }

.v7-skip-question {
  min-height: 30px;
  padding: 3px 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 8.5px;
  font-weight: 720;
}

.v7-ready-note {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  border-radius: 11px;
  background: var(--teal-soft);
  color: #245f59;
}

.v7-ready-note span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 900;
}

.v7-correction {
  margin-top: 9px;
  padding: 10px;
  border: 1px solid rgba(13, 128, 118, .2);
  border-radius: 12px;
  background: linear-gradient(145deg, #f2fbf8, #f8fcfb);
}

.v7-correction-head {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #126e67;
  font-size: 10.5px;
}

.v7-correction > p {
  margin: 5px 0 8px;
  color: var(--muted);
  font-size: 9.5px;
  line-height: 1.4;
}

.v7-correction > button {
  width: 100%;
  border: 0;
  background: var(--teal);
  color: #fff;
}

.v7-plan-guard {
  min-height: 100%;
  padding: 32px 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.v7-guard-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 15px;
  border-radius: 16px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 20px;
  font-weight: 900;
}

.v7-plan-guard h1 {
  margin: 7px 0 0;
  font-size: 22px;
  line-height: 1.17;
  letter-spacing: -.025em;
}

.v7-plan-guard > p:not(.eyebrow) {
  margin: 10px 0 18px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.v7-assisted-note {
  margin-top: 10px;
  padding: 10px 11px;
  border: 1px solid rgba(86, 84, 164, .18);
  border-radius: 12px;
  background: var(--violet-soft);
  color: #414078;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
}

.v7-assisted-note strong { display: block; margin-bottom: 3px; font-size: 10.5px; }
.language-status { margin-left: auto; margin-right: 8px; color: var(--violet) !important; font-size: 9px !important; text-transform: uppercase; }
.voice-orb.typed-first { background: linear-gradient(145deg, #6865ad, #454281); }

@media (max-width: 350px) {
  .v7-profile-card { min-height: 82px; padding: 7px; }
  .v7-profile-card strong { font-size: 10px; }
  .v7-follow-actions { grid-template-columns: 1fr; }
  .v7-type-answer { min-height: 36px; }
}

@media (prefers-reduced-motion: reduce) {
  .v7-voice-answer.recording,
  .v7-correction button.recording { animation: none; }
}


/* source: v8-codex/styles-codex.css */
.v8-recording-guide {
  width: 100%;
  margin-top: 8px;
  padding: 7px 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(86, 84, 164, .14);
  border-radius: 11px;
  background: rgba(240, 239, 252, .66);
  color: #4d4b7b;
  font-size: 7.6px;
  font-weight: 650;
  line-height: 1.4;
  text-align: left;
}

.v8-recording-guide b {
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--violet);
  color: #fff;
  font: 850 9px "Saathi Latin", system-ui, sans-serif;
}

.countdown-disc {
  isolation: isolate;
  margin-top: 25px;
}

.countdown-disc .record-progress {
  position: absolute;
  inset: -9px;
  z-index: 2;
  width: 160px;
  height: 160px;
  overflow: visible;
  transform: rotate(-90deg);
}

.record-progress-track,
.record-progress-value {
  fill: none;
  stroke-width: 5;
}

.record-progress-track { stroke: rgba(13, 128, 118, .13); }

.record-progress-value {
  stroke: var(--teal);
  stroke-dasharray: 100;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  transition: stroke-dashoffset .18s linear, stroke .22s ease;
}

.countdown-disc .wave-bars {
  position: relative;
  z-index: 3;
}

.v8-listening-limit {
  min-height: 14px;
  margin: 6px 0 0;
  color: #126e67;
  font-size: 8.2px;
  font-weight: 760;
  line-height: 1.35;
}

.countdown-disc + .listening-mode { margin-top: 0; }

.listening-view .record-timer {
  min-width: 55px;
  margin-top: 7px;
  padding: 5px 9px;
  border: 1px solid rgba(13, 128, 118, .14);
  border-radius: 999px;
  background: #f2faf8;
  color: var(--teal-deep);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

.recording-ending .record-progress-value { stroke: #d76448; }
.recording-ending .wave-bars i { background: #d76448; }
.recording-ending .v8-listening-limit { color: #a84431; }

.recording-ending .record-timer {
  border-color: rgba(215, 100, 72, .25);
  background: #fff1ed;
  color: #a84431;
  animation: v8-closing-pulse .72s ease-in-out infinite alternate;
}

@keyframes v8-closing-pulse {
  to { transform: scale(1.05); box-shadow: 0 0 0 5px rgba(215, 100, 72, .08); }
}

.v8-turn-countdown {
  margin-top: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 8px;
  row-gap: 3px;
  color: var(--faint);
}

.v8-turn-track {
  height: 5px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(13, 128, 118, .13);
}

.v8-turn-track span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: var(--teal);
  transform: scaleX(1);
  transform-origin: left center;
  transition: transform .18s linear, background .22s ease;
}

.v8-turn-countdown strong {
  min-width: 35px;
  color: var(--teal-deep);
  font: 830 9px "Saathi Latin", system-ui, sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: .025em;
  text-align: right;
}

.v8-turn-countdown small {
  grid-column: 1 / -1;
  font-size: 8px;
  font-weight: 650;
  line-height: 1.25;
}

.v8-turn-countdown:not(.active) .v8-turn-track span { opacity: .58; }
.v8-turn-countdown.active small { color: #126e67; }
.v8-turn-countdown.ending .v8-turn-track span { background: #d76448; }
.v8-turn-countdown.ending strong,
.v8-turn-countdown.ending small { color: #a84431; }
.v8-turn-countdown.processing { opacity: .58; }

@media (max-width: 350px) {
  .v8-recording-guide { padding: 6px 7px; font-size: 7.2px; }
  .countdown-disc { width: 132px; height: 132px; }
  .countdown-disc .record-progress { inset: -8px; width: 148px; height: 148px; }
}

@media (prefers-reduced-motion: reduce) {
  .record-progress-value,
  .v8-turn-track span { transition: none; }
  .recording-ending .record-timer { animation: none; }
}


/* source: v9-codex/styles-codex.css */
.v9-share-contract {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.v9-share-contract span {
  min-width: 0;
  padding: 7px 4px;
  display: grid;
  justify-items: center;
  gap: 4px;
  border: 1px solid rgba(13, 128, 118, .13);
  border-radius: 10px;
  background: #f3faf8;
  color: #3b625f;
  font-size: 7px;
  font-weight: 680;
  line-height: 1.25;
  text-align: center;
}

.v9-share-contract i {
  min-width: 20px;
  height: 20px;
  padding: 0 4px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: var(--teal);
  color: #fff;
  font: normal 820 7px "Saathi Latin", system-ui, sans-serif;
}

.v9-preview-button {
  border-color: rgba(86, 84, 164, .2) !important;
  background: var(--violet-soft) !important;
  color: var(--violet) !important;
}

.v9-preview-button svg { width: 13px; height: 13px; }

.share-trust {
  margin: 12px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
}

.share-trust span {
  padding: 9px 6px;
  display: grid;
  justify-items: center;
  gap: 5px;
  border: 1px solid rgba(13, 128, 118, .13);
  border-radius: 12px;
  background: rgba(255, 254, 253, .78);
  color: #49615f;
  font-size: 9px;
  font-weight: 720;
  line-height: 1.3;
  text-align: center;
}

.share-trust i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-soft);
  color: var(--teal);
  font: normal 850 9px "Saathi Latin", system-ui, sans-serif;
}

.receiver-action {
  margin-top: 11px;
  padding: 15px;
  border: 1px solid rgba(86, 84, 164, .16);
  border-radius: 17px;
  background: var(--violet-soft);
}

.receiver-action span {
  color: var(--violet);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.receiver-action p {
  margin: 6px 0 0;
  color: #414078;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.5;
}

.open-demo {
  margin-top: 14px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

@media (max-width: 350px) {
  .v9-share-contract span { padding-inline: 3px; font-size: 6.6px; }
}

@media (max-width: 480px) {
  .share-trust { gap: 5px; }
  .share-trust span { padding-inline: 4px; font-size: 8px; }
}


/* source: v10-codex/styles-codex.css */
.v10-shell .demo-shell {
  width: min(1380px, calc(100% - 48px));
  grid-template-columns: minmax(610px, 740px) minmax(390px, 440px);
  gap: clamp(44px, 5vw, 76px);
}

.v10-shell .story-panel h1 {
  max-width: 700px;
  margin: 12px 0 8px;
  font-size: clamp(38px, 3.55vw, 55px);
  line-height: 1;
}

.v10-shell .story-lede {
  max-width: 670px;
  font-size: 14px;
  line-height: 1.5;
}

.v10-shell .hackathon-tag { margin-top: 17px; }
.v10-shell .demo-actions { margin-top: 15px; }

.v10-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.v10-auth {
  padding: 6px 7px 6px 11px;
  display: flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(23, 32, 53, .1);
  border-radius: 999px;
  background: rgba(255, 254, 253, .75);
}

.v10-auth-state {
  color: var(--muted);
  font-size: 9px;
  font-weight: 730;
  white-space: nowrap;
}

.v10-auth button {
  min-height: 29px;
  padding: 6px 10px;
  border: 0;
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 8.5px;
  font-weight: 820;
}

.v10-auth.authenticated { border-color: rgba(13, 128, 118, .2); background: var(--teal-soft); }
.v10-auth.authenticated button { background: #fff; color: var(--teal-deep); }

.v10-route-panel {
  max-width: 700px;
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(23, 32, 53, .1);
  border-radius: 22px;
  background: rgba(255, 254, 253, .78);
  box-shadow: 0 16px 40px rgba(23, 32, 53, .055);
  backdrop-filter: blur(14px);
}

.v10-route-heading {
  padding: 1px 3px 9px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.v10-route-heading h2 { margin: 3px 0 0; font-size: 12.5px; line-height: 1.35; }
.v10-route-count { color: var(--teal-deep); font-size: 8px; font-weight: 820; white-space: nowrap; }

.v10-route {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 5px;
  list-style: none;
  counter-reset: saathi-stage;
}

.v10-stage-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.v10-stage-card::before {
  position: absolute;
  z-index: 0;
  top: -7px;
  bottom: -7px;
  left: 23px;
  width: 1px;
  background: #dde3df;
  content: "";
}

.v10-stage-card:first-child::before { top: 25px; }
.v10-stage-card:last-child::before { bottom: calc(100% - 25px); }
.v10-stage-card.active { border-color: rgba(86, 84, 164, .34); background: var(--violet-soft); box-shadow: 0 8px 22px rgba(86, 84, 164, .075); }
.v10-stage-card.complete { border-color: rgba(13, 128, 118, .22); background: #f4fbf9; }

.v10-stage-card > button {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 48px;
  padding: 6px 9px;
  display: grid;
  grid-template-columns: 27px 32px minmax(0, 1fr) minmax(80px, auto);
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
}

.v10-stage-index { color: var(--faint); font-size: 7.5px; font-weight: 850; letter-spacing: .07em; }
.v10-stage-icon { width: 30px; height: 30px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 10px; background: var(--surface); color: var(--muted); }
.v10-stage-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.v10-stage-card.active .v10-stage-icon { border-color: transparent; background: var(--violet); color: #fff; }
.v10-stage-card.complete .v10-stage-icon { border-color: transparent; background: var(--teal); color: #fff; }
.v10-stage-copy { min-width: 0; display: grid; gap: 1px; }
.v10-stage-copy strong { font-size: 10.5px; line-height: 1.2; }
.v10-stage-copy small { overflow: hidden; color: var(--muted); font-size: 7.5px; line-height: 1.3; text-overflow: ellipsis; white-space: nowrap; }
.v10-stage-result { max-width: 170px; overflow: hidden; color: var(--faint); font-size: 7.5px; font-weight: 760; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.v10-stage-card.active .v10-stage-result { color: var(--violet); }
.v10-stage-card.complete .v10-stage-result { color: var(--teal-deep); }

.v10-stage-trace {
  display: none;
  margin: -1px 9px 8px 76px;
  padding: 7px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
  border: 1px solid rgba(86, 84, 164, .13);
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
}

.v10-stage-card.active .v10-stage-trace { display: grid; animation: v10-trace-in .18s ease both; }

.v10-trace-row {
  min-width: 0;
  padding: 5px 6px;
  display: grid;
  grid-template-columns: 7px minmax(0, 1fr);
  align-items: center;
  column-gap: 5px;
  border-radius: 8px;
  background: var(--surface-2);
}

.v10-trace-row > i { width: 6px; height: 6px; border-radius: 50%; background: #c0c7c4; box-shadow: 0 0 0 3px rgba(192, 199, 196, .18); }
.v10-trace-row > span { min-width: 0; display: grid; gap: 0; }
.v10-trace-row strong { overflow: hidden; font-size: 7.5px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.v10-trace-row small { overflow: hidden; color: var(--muted); font-size: 6.2px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.v10-trace-row > b { grid-column: 2; color: var(--faint); font-size: 6px; font-weight: 780; }
.v10-trace-row.active > i { background: var(--violet); animation: v10-pulse 1.2s ease infinite; }
.v10-trace-row.active > b { color: var(--violet); }
.v10-trace-row.done > i { background: var(--teal); box-shadow: 0 0 0 3px rgba(13, 128, 118, .14); }
.v10-trace-row.done > b { color: var(--teal-deep); }

.v10-shell .trust-row { margin-top: 10px; }
.v10-shell .outer-disclaimer { max-width: 700px; margin-top: 8px; }
.v10-shell .stage-topbar { width: 390px; }
.v10-shell .phone { height: min(844px, calc(100dvh - 62px)); }

.v10-session-dot {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #c3c9c6;
  box-shadow: 0 0 0 3px rgba(195, 201, 198, .18);
}

.v10-session-dot.authenticated { background: var(--teal); box-shadow: 0 0 0 3px rgba(13, 128, 118, .14); }

.v10-login-dialog {
  width: min(410px, calc(100% - 28px));
  padding: 0;
  border: 0;
  border-radius: 24px;
  background: transparent;
  box-shadow: 0 28px 80px rgba(16, 22, 38, .26);
}

.v10-login-dialog::backdrop { background: rgba(16, 22, 38, .62); backdrop-filter: blur(5px); }
.v10-login-card { position: relative; padding: 25px; display: grid; gap: 12px; border-radius: 24px; background: var(--surface); }
.v10-login-card h2 { margin: 2px 0 0; font-size: 24px; letter-spacing: -.035em; }
.v10-login-card p { margin: -4px 0 2px; color: var(--muted); font-size: 12px; line-height: 1.5; }
.v10-login-card label { display: grid; gap: 5px; color: var(--muted); font-size: 10px; font-weight: 760; }
.v10-login-card input { min-height: 43px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 12px; background: #fff; color: var(--ink); font: 650 13px "Saathi Latin", system-ui, sans-serif; }
.v10-dialog-close { position: absolute; top: 12px; right: 12px; width: 32px; height: 32px; border: 0; border-radius: 10px; background: var(--surface-2); color: var(--muted); font-size: 21px; }
.v10-login-submit, .v10-one-click { min-height: 43px; border-radius: 12px; font-size: 11px; font-weight: 820; }
.v10-login-submit { border: 0; background: var(--navy); color: #fff; }
.v10-one-click { border: 1px solid rgba(13, 128, 118, .22); background: var(--teal-soft); color: var(--teal-deep); }
#v10-login-status { min-height: 15px; color: var(--coral); font-size: 9px; text-align: center; }

.v10-stage-view { min-height: 100%; padding: 16px 14px 18px; }
.v10-stage-view .eyebrow { margin-bottom: 3px; }
.v10-stage-view > h1 { margin: 0; font-size: 20px; line-height: 1.15; letter-spacing: -.035em; }
.v10-stage-intro { margin: 6px 0 10px; color: var(--muted); font-size: 10.5px; line-height: 1.5; }

.v10-context-strip {
  margin: 9px 0;
  padding: 9px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border: 1px solid rgba(13, 128, 118, .16);
  border-radius: 12px;
  background: var(--teal-soft);
}

.v10-context-strip span { color: var(--teal-deep); font-size: 7px; font-weight: 820; text-transform: uppercase; }
.v10-context-strip strong { overflow: hidden; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }

.v10-evidence-chip {
  width: max-content;
  max-width: 100%;
  margin: 7px 0;
  padding: 5px 7px;
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 6.7px;
  font-weight: 820;
}

.v10-evidence-chip.prototype { background: var(--amber-soft); color: #80570f; }
.v10-evidence-chip.public { background: var(--teal-soft); color: var(--teal-deep); }

.v10-use-now, .v10-skill-card, .v10-provider-card, .v10-funding-card, .v10-kendra-card, .v10-mycv-card {
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.v10-use-now { margin-top: 8px; border-color: rgba(13, 128, 118, .2); background: var(--teal-soft); }
.v10-use-now span, .v10-card-label { color: var(--teal-deep); font-size: 6.5px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.v10-use-now h2, .v10-skill-card h2, .v10-provider-card h2, .v10-funding-card h2, .v10-kendra-card h2, .v10-mycv-card h2 { margin: 4px 0 3px; font-size: 11px; line-height: 1.3; }
.v10-use-now p, .v10-skill-card p, .v10-provider-card p, .v10-funding-card p, .v10-kendra-card p, .v10-mycv-card p { margin: 0; color: var(--muted); font-size: 8.5px; line-height: 1.48; }

.v10-card-stack { margin-top: 7px; display: grid; gap: 6px; }
.v10-two-up { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.v10-skill-card { min-width: 0; }
.v10-skill-number { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: var(--violet-soft); color: var(--violet); font-size: 7px; font-weight: 850; }

.v10-qualification-row { margin-top: 7px; padding-top: 7px; display: grid; gap: 5px; border-top: 1px solid var(--line); }
.v10-qualification-row a { color: var(--teal-deep); font-size: 8px; font-weight: 780; text-decoration: none; }
.v10-qualification-meta { display: flex; flex-wrap: wrap; gap: 4px; }
.v10-qualification-meta span { padding: 3px 5px; border-radius: 6px; background: var(--surface-2); color: var(--muted); font-size: 6px; }

.v10-provider-top, .v10-kendra-top { display: flex; justify-content: space-between; gap: 8px; }
.v10-provider-top > span, .v10-kendra-top > span { color: var(--violet); font-size: 7px; font-weight: 820; }
.v10-provider-meta { margin-top: 6px; display: flex; flex-wrap: wrap; gap: 4px; }
.v10-provider-meta span { padding: 4px 6px; border-radius: 7px; background: var(--surface-2); color: var(--muted); font-size: 6.5px; font-weight: 700; }
.v10-question-list { margin: 7px 0 0; padding: 0 0 0 15px; color: var(--muted); font-size: 7.6px; line-height: 1.5; }

.v10-funding-state { width: max-content; padding: 4px 6px; border-radius: 999px; background: var(--amber-soft); color: #7a540f; font-size: 6px; font-weight: 850; text-transform: uppercase; }
.v10-funding-card a { margin-top: 6px; display: inline-block; color: var(--teal-deep); font-size: 7px; font-weight: 780; }

.v10-next-button, .v10-back-button, .v10-save-button {
  min-height: 39px;
  padding: 9px 11px;
  border-radius: 11px;
  font-size: 9px;
  font-weight: 820;
}

.v10-stage-actions { margin-top: 10px; display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.v10-next-button { border: 0; background: var(--navy); color: #fff; }
.v10-back-button { border: 1px solid var(--line); background: #fff; color: var(--muted); }
.v10-save-button { width: 100%; margin-top: 7px; border: 1px solid rgba(13, 128, 118, .2); background: var(--teal-soft); color: var(--teal-deep); }

.v10-direct-chip { margin-left: 5px; padding: 3px 5px; border-radius: 999px; background: var(--amber-soft); color: #80570f; font-size: 5.7px; font-weight: 850; vertical-align: middle; }

.v10-mycv-progress { margin: 9px 0; display: grid; grid-template-columns: repeat(6, 1fr); gap: 3px; }
.v10-mycv-progress i { height: 4px; border-radius: 99px; background: #dfe4e1; }
.v10-mycv-progress i:first-child { background: var(--teal); }
.v10-mycv-timer { margin-top: 8px; padding: 8px 10px; display: flex; justify-content: space-between; border-radius: 10px; background: var(--navy); color: #fff; font-size: 8px; }
.v10-mycv-timer strong { color: #91e1d5; }

@keyframes v10-trace-in { from { opacity: 0; transform: translateY(-3px); } to { opacity: 1; transform: none; } }
@keyframes v10-pulse { 50% { box-shadow: 0 0 0 5px rgba(86, 84, 164, .08); } }

@media (max-height: 880px) and (min-width: 801px) {
  .v10-shell .demo-shell { padding-block: 12px; }
  .v10-shell .project-mark { width: 43px; height: 43px; }
  .v10-shell .story-panel h1 { font-size: 39px; }
  .v10-shell .story-lede { font-size: 12.5px; }
  .v10-shell .hackathon-tag { margin-top: 11px; }
  .v10-route-panel { margin-top: 11px; padding: 10px; }
  .v10-stage-card > button { min-height: 43px; }
  .v10-shell .trust-row { margin-top: 7px; }
  .v10-shell .outer-disclaimer { margin-top: 6px; }
}

@media (max-width: 1100px) and (min-width: 801px) {
  .v10-shell .demo-shell { width: min(1030px, calc(100% - 28px)); grid-template-columns: minmax(500px, 1fr) minmax(340px, 390px); gap: 28px; }
  .v10-shell .story-panel h1 { font-size: 38px; }
  .v10-stage-result { max-width: 100px; }
}

@media (max-width: 800px) {
  .v10-shell .demo-shell { width: 100%; min-height: 100dvh; padding: 0; display: block; }
  .v10-shell .demo-stage, .v10-shell .phone-wrap { width: 100%; height: 100dvh; display: block; }
  .v10-shell .phone { width: 100%; height: 100dvh; padding: 0; aspect-ratio: auto; border: 0; border-radius: 0; background: var(--surface); box-shadow: none; }
  .v10-login-dialog { width: min(410px, calc(100% - 20px)); }
  .v10-stage-view { padding-bottom: max(18px, env(safe-area-inset-bottom)); }
}

@media (max-width: 350px) {
  .v10-two-up { grid-template-columns: 1fr; }
  .v10-stage-view { padding-inline: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  .v10-trace-row.active > i { animation: none; }
}


/* source: v11-codex/styles-codex.css */
.v11-view {
  min-height: 100%;
  padding: 14px 14px 18px;
  color: var(--ink);
}

.v11-view h1 { margin: 5px 0 7px; font-size: 18px; line-height: 1.08; letter-spacing: -.035em; }
.v11-intro { margin: 0 0 10px; color: var(--muted); font-size: 9px; line-height: 1.48; }

.v11-question-meta { display: flex; align-items: center; justify-content: space-between; gap: 10px; color: var(--teal-deep); font-size: 8px; font-weight: 820; }
.v11-total-time { display: flex; align-items: baseline; gap: 5px; color: var(--muted); }
.v11-total-time span { font-size: 6.5px; font-weight: 650; }
.v11-total-time strong { color: var(--navy); font-size: 11px; font-variant-numeric: tabular-nums; }

.v11-progress { margin: 8px 0 11px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 4px; }
.v11-progress i { height: 5px; border-radius: 99px; background: #dfe4e1; transition: background .2s ease, transform .2s ease; }
.v11-progress i.active { background: var(--violet); transform: scaleY(1.35); }
.v11-progress i.done { background: var(--teal); }

.v11-question-card, .v11-cv-card {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 10px 25px rgba(16, 22, 38, .055);
}

.v11-question-card { position: relative; }
.v11-question-card h1 { max-width: 285px; margin: 14px 0 12px; font-size: 17px; }
.v11-hear-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 7px;
  border: 0;
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--violet);
  font-size: 7px;
  font-weight: 780;
}
.v11-hear-button svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.v11-record-button {
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 14px;
  background: var(--navy);
  color: #fff;
  font-size: 10px;
  font-weight: 820;
  box-shadow: 0 8px 18px rgba(16, 22, 38, .15);
}
.v11-record-button svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.v11-record-button.recording { background: #a84431; animation: v11-record 1s ease-in-out infinite alternate; }
.v11-record-button:disabled { opacity: .62; cursor: wait; animation: none; }

.v11-answer-time { margin: 6px 2px 0; display: flex; justify-content: space-between; color: var(--muted); font-size: 7px; }
.v11-answer-time strong { color: #a84431; font-size: 8px; font-variant-numeric: tabular-nums; }
.v11-type-label { margin-top: 9px; display: grid; gap: 5px; color: var(--muted); font-size: 7.5px; font-weight: 730; }
.v11-type-label textarea { min-height: 78px; padding: 9px; resize: vertical; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-2); color: var(--ink); font: 500 10px/1.45 inherit; outline: none; }
.v11-type-label textarea:focus { border-color: var(--teal); box-shadow: 0 0 0 3px rgba(13, 128, 118, .1); background: #fff; }
.v11-status { min-height: 14px; margin-top: 6px; display: block; color: #a84431; font-size: 7.5px; font-weight: 710; line-height: 1.35; opacity: 0; }
.v11-status.show { opacity: 1; }

.v11-actions { margin-top: 10px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, .9fr); gap: 6px; }
.v11-primary, .v11-secondary, .v11-share-actions button, .v11-open-link {
  min-height: 39px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 9px;
  border-radius: 11px;
  font-size: 8px;
  font-weight: 820;
  text-align: center;
}
.v11-primary { border: 0; background: var(--navy); color: #fff; }
.v11-secondary { border: 1px solid var(--line); background: #fff; color: var(--ink); }
.v11-primary:disabled { opacity: .38; cursor: not-allowed; }
.v11-boundary { margin: 9px 0 0; color: var(--faint); font-size: 6.5px; line-height: 1.4; text-align: center; }

.v11-review-list { display: grid; gap: 6px; }
.v11-review-list article { padding: 8px; display: grid; grid-template-columns: 20px minmax(0, 1fr) auto; align-items: start; gap: 7px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.v11-review-list article > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: var(--teal-soft); color: var(--teal-deep); font-size: 7px; font-weight: 850; }
.v11-review-list small { display: block; color: var(--muted); font-size: 6.5px; line-height: 1.25; }
.v11-review-list p { margin: 3px 0 0; font-size: 8px; font-weight: 660; line-height: 1.35; }
.v11-review-list button { padding: 3px; border: 0; background: transparent; color: var(--teal-deep); font-size: 6.5px; font-weight: 800; }
.v11-confirm { margin-top: 9px; padding: 9px; display: grid; grid-template-columns: 16px 1fr; gap: 7px; border-radius: 12px; background: var(--coral-soft); color: #7f402f; font-size: 7px; font-weight: 650; line-height: 1.45; }
.v11-confirm input { width: 15px; height: 15px; margin: 1px 0 0; accent-color: var(--teal); }

.v11-creating-view { display: grid; align-content: center; justify-items: center; text-align: center; }
.v11-creating-view h1 { max-width: 285px; font-size: 19px; }
.v11-ai-orb { width: 92px; height: 92px; margin-bottom: 18px; display: flex; align-items: center; justify-content: center; gap: 5px; border-radius: 32px; background: linear-gradient(145deg, var(--teal), #5752a4); box-shadow: 0 20px 45px rgba(60, 83, 133, .24); }
.v11-ai-orb i { width: 5px; height: 22px; border-radius: 99px; background: #fff; animation: v11-wave .8s ease-in-out infinite alternate; }
.v11-ai-orb i:nth-child(2) { height: 38px; animation-delay: -.35s; }
.v11-ai-orb i:nth-child(3) { height: 28px; animation-delay: -.15s; }
.v11-creating-steps { width: 100%; max-width: 280px; margin-top: 20px; display: grid; gap: 7px; text-align: left; }
.v11-creating-steps span { padding: 8px 10px; border-radius: 10px; background: var(--surface-2); color: var(--faint); font-size: 8px; font-weight: 730; }
.v11-creating-steps span.done { color: var(--teal-deep); }
.v11-creating-steps span.done::before { content: "✓ "; }
.v11-creating-steps span.active { background: var(--violet-soft); color: var(--violet); }
.v11-creating-steps span.active::before { content: "● "; }

.v11-result-view h1 { font-size: 17px; }
.v11-cv-card { padding: 11px; border-color: rgba(13, 128, 118, .25); background: linear-gradient(145deg, #fff, #f7fbfa); }
.v11-cv-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.v11-cv-head span:first-child { color: var(--teal-deep); font-size: 6.5px; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.v11-cv-head h2 { margin: 3px 0 0; font-size: 13px; line-height: 1.2; }
.v11-confirmed-badge { flex: none; padding: 4px 6px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-deep); font-size: 6px; font-weight: 850; }
.v11-cv-card > p { margin: 8px 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.v11-result-grid { display: grid; grid-template-columns: minmax(0, 1fr) 180px; align-items: center; gap: 9px; }
.v11-card-label { color: var(--faint); font-size: 6px; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.v11-result-grid ul { margin: 5px 0 0; padding: 0; display: grid; gap: 4px; list-style: none; }
.v11-result-grid li { position: relative; padding-left: 11px; font-size: 7px; font-weight: 670; line-height: 1.3; }
.v11-result-grid li::before { position: absolute; left: 0; color: var(--teal); content: "✓"; }
.v11-qr { width: 180px; min-height: 180px; padding: 5px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.v11-qr svg { width: 100%; height: auto; display: block; }
.v11-result-foot { margin-top: 8px; padding-top: 7px; display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); color: var(--faint); font-size: 5.5px; line-height: 1.3; }
.v11-result-foot strong { flex: none; color: #a84431; }
.v11-mode { margin: 6px 0; color: var(--faint); font-size: 6px; text-align: center; }
.v11-share-actions { display: grid; grid-template-columns: 1.2fr 1fr; gap: 6px; }
.v11-share-actions button { gap: 6px; border: 0; background: #197b52; color: #fff; }
.v11-share-actions button + button { background: var(--violet); }
.v11-share-actions svg { width: 13px; height: 13px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.v11-open-link { width: 100%; min-height: 32px; margin-top: 6px; border: 1px solid var(--line); color: var(--teal-deep); text-decoration: none; }

@keyframes v11-record { to { box-shadow: 0 0 0 7px rgba(168, 68, 49, .12); } }
@keyframes v11-wave { to { transform: scaleY(.45); opacity: .65; } }

@media (max-width: 350px) {
  .v11-view { padding-inline: 11px; }
  .v11-result-grid { grid-template-columns: 1fr; }
  .v11-qr { width: 140px; min-height: 140px; margin-inline: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .v11-record-button.recording, .v11-ai-orb i { animation: none; }
}


/* source: v12-codex/styles-codex.css */
.v10-topline { justify-content: flex-start; }
.phone-screen { grid-template-rows: 25px auto auto auto minmax(0, 1fr) auto; }

.v12-auth-bar {
  min-height: 34px;
  padding: 5px 13px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 9px;
  font-weight: 720;
}

.v12-auth-bar.authenticated { background: var(--teal-soft); color: var(--teal-deep); }
.v12-auth-bar button {
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid rgba(13, 128, 118, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--teal-deep);
  font: 780 8px "Saathi Latin", system-ui, sans-serif;
}

.v12-auth-panel[hidden] { display: none; }
.v12-auth-panel {
  position: absolute;
  inset: 0;
  z-index: 35;
  padding: 54px 13px 20px;
  overflow-y: auto;
  background: rgba(16, 22, 38, .62);
  backdrop-filter: blur(5px);
}

.v12-auth-card {
  padding: 18px;
  display: grid;
  gap: 11px;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(16, 22, 38, .24);
}

.v12-auth-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.v12-auth-head h2 { margin: 2px 0 0; font-size: 19px; letter-spacing: -.035em; }
.v12-auth-head > button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
}

.v12-auth-tabs { padding: 3px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 11px; background: var(--soft); }
.v12-auth-tabs button { min-height: 34px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 780; }
.v12-auth-tabs button.active { background: #fff; color: var(--ink); box-shadow: 0 2px 10px rgba(16, 22, 38, .08); }
.v12-auth-note { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.v12-auth-card label { display: grid; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 760; }
.v12-auth-card input {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: 650 12px "Saathi Latin", system-ui, sans-serif;
}
.v12-or { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; }
.v12-or::before, .v12-or::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.v12-name-card { display: grid; gap: 12px; }
.v12-name-card label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 760; }
.v12-name-card input {
  min-height: 50px;
  padding: 11px 13px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: 760 17px "Saathi Hindi", "Saathi Latin", system-ui, sans-serif;
}
.v12-spelling {
  padding: 11px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  border-radius: 13px;
  background: var(--teal-soft);
  color: var(--ink);
  font-size: 10px;
  line-height: 1.45;
}
.v12-spelling input { width: 17px; height: 17px; accent-color: var(--teal); }
.v12-consent-stack { display: grid; gap: 8px; }
.v12-consent-stack .v11-confirm { margin: 0; }
.v12-voice-consent { border-color: rgba(241, 138, 101, .3); background: var(--coral-soft); }
.v12-audio-note { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.v12-person-name { margin: 0 0 4px; color: var(--teal-deep); font-size: 13px; font-weight: 820; }
.v12-media-state { margin: 4px 0 0; color: var(--muted); font-size: 8px; }

@media (max-width: 760px) {
  .phone-screen { grid-template-rows: 28px auto auto auto minmax(0, 1fr) auto; }
  .v12-auth-panel { position: fixed; }
}


/* source: v13-codex/styles-codex.css */
.v10-topline { justify-content: flex-start; }
.phone-screen { grid-template-rows: 25px auto auto auto minmax(0, 1fr) auto; }

.v12-auth-bar {
  min-height: 34px;
  padding: 5px 13px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 9px;
  font-weight: 720;
}

.v12-auth-bar.authenticated { background: var(--teal-soft); color: var(--teal-deep); }
.v12-auth-bar button {
  min-height: 24px;
  padding: 3px 9px;
  border: 1px solid rgba(13, 128, 118, .18);
  border-radius: 999px;
  background: #fff;
  color: var(--teal-deep);
  font: 780 8px "Saathi Latin", system-ui, sans-serif;
}

.v12-auth-panel[hidden] { display: none; }
.v12-auth-panel {
  position: absolute;
  inset: 0;
  z-index: 35;
  padding: 54px 13px 20px;
  overflow-y: auto;
  background: rgba(16, 22, 38, .62);
  backdrop-filter: blur(5px);
}

.v12-auth-card {
  padding: 18px;
  display: grid;
  gap: 11px;
  border-radius: 22px;
  background: var(--surface);
  box-shadow: 0 18px 46px rgba(16, 22, 38, .24);
}

.v12-auth-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.v12-auth-head h2 { margin: 2px 0 0; font-size: 19px; letter-spacing: -.035em; }
.v12-auth-head > button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: #fff;
  color: var(--ink);
  font-size: 20px;
}

.v12-auth-tabs { padding: 3px; display: grid; grid-template-columns: 1fr 1fr; border-radius: 11px; background: var(--soft); }
.v12-auth-tabs button { min-height: 34px; border: 0; border-radius: 8px; background: transparent; color: var(--muted); font-size: 10px; font-weight: 780; }
.v12-auth-tabs button.active { background: #fff; color: var(--ink); box-shadow: 0 2px 10px rgba(16, 22, 38, .08); }
.v12-auth-note { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.v12-auth-card label { display: grid; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 760; }
.v12-auth-card input {
  min-height: 42px;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: 650 12px "Saathi Latin", system-ui, sans-serif;
}
.v12-or { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 8px; }
.v12-or::before, .v12-or::after { content: ""; height: 1px; flex: 1; background: var(--line); }

.v12-name-card { display: grid; gap: 12px; }
.v12-name-card label { display: grid; gap: 6px; color: var(--muted); font-size: 10px; font-weight: 760; }
.v12-name-card input {
  min-height: 50px;
  padding: 11px 13px;
  border: 1.5px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  font: 760 17px "Saathi Hindi", "Saathi Latin", system-ui, sans-serif;
}
.v12-spelling {
  padding: 11px 12px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 9px;
  border-radius: 13px;
  background: var(--teal-soft);
  color: var(--ink);
  font-size: 10px;
  line-height: 1.45;
}
.v12-spelling input { width: 17px; height: 17px; accent-color: var(--teal); }
.v12-consent-stack { display: grid; gap: 8px; }
.v12-consent-stack .v11-confirm { margin: 0; }
.v12-voice-consent { border-color: rgba(241, 138, 101, .3); background: var(--coral-soft); }
.v12-audio-note { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.45; }
.v12-person-name { margin: 0 0 4px; color: var(--teal-deep); font-size: 13px; font-weight: 820; }
.v12-media-state { margin: 4px 0 0; color: var(--muted); font-size: 8px; }

@media (max-width: 760px) {
  .phone-screen { grid-template-rows: 28px auto auto auto minmax(0, 1fr) auto; }
  .v12-auth-panel { position: fixed; }
}

.project-expansion-hi {
  margin-top: 2px;
  color: var(--muted);
  font-family: "Saathi Hindi", "Saathi Latin", system-ui, sans-serif;
  font-weight: 680;
}

.v13-field-hint {
  color: var(--muted);
  font-size: 8px;
  font-weight: 560;
  line-height: 1.35;
}

.v13-nqr-filter {
  margin: 8px 0 0;
  padding: 9px 10px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(13, 128, 118, .2);
  border-radius: 11px;
  background: var(--teal-soft);
}

.v13-nqr-filter span {
  color: var(--teal-deep);
  font-size: 8px;
  font-weight: 760;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.v13-nqr-filter strong {
  color: var(--ink);
  font-size: 11px;
}

.v13-nqr-link {
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 780;
}

.v13-revoke {
  grid-column: 1 / -1;
  border-color: rgba(164, 75, 54, .28) !important;
  color: #91452f !important;
}


/* source: v16-codex/styles-codex.css */
.mobile-desktop-note {
  display: none;
}

@media (max-width: 800px) {
  .v16-shell .demo-stage {
    width: 100%;
    height: 100dvh;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
  }

  .v16-shell .mobile-desktop-note {
    position: relative;
    z-index: 80;
    padding: 10px max(16px, env(safe-area-inset-right)) 10px max(16px, env(safe-area-inset-left));
    display: grid;
    gap: 2px;
    border-bottom: 1px solid rgba(13, 128, 118, .2);
    background: #eaf7f4;
    color: #172035;
    font-family: "Saathi Latin", system-ui, sans-serif;
    line-height: 1.3;
  }

  .v16-shell .mobile-desktop-note strong {
    color: #0d6f67;
    font-size: 13px;
    font-weight: 780;
  }

  .v16-shell .mobile-desktop-note span {
    color: #596476;
    font-size: 11px;
    font-weight: 560;
  }

  .v16-shell .phone-wrap,
  .v16-shell .phone {
    width: 100%;
    height: 100%;
    min-height: 0;
  }
}



/* source: v17-codex/styles-codex.css */
.v17-shell .mobile-demo-controls,
.v17-shell .mobile-demo-copy {
  display: none;
}

@media (max-width: 800px) {
  .v17-shell .mobile-desktop-note {
    padding: 7px max(12px, env(safe-area-inset-right)) 8px max(12px, env(safe-area-inset-left));
    gap: 6px;
    background: #f7fbfa;
  }

  .v17-shell .mobile-demo-controls {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
  }

  .v17-shell .mobile-demo-controls button {
    min-height: 32px;
    border: 1px solid rgba(13, 128, 118, .22);
    border-radius: 100px;
    font-family: "Saathi Latin", system-ui, sans-serif;
    font-weight: 720;
    cursor: pointer;
  }

  .v17-shell .mobile-desktop-note .mobile-demo-play {
    padding: 3px 10px 3px 4px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #101626;
    color: #fff;
    font-size: 11px;
  }

  .v17-shell .mobile-desktop-note .mobile-demo-play > span:last-child {
    color: inherit;
    font-size: 11px;
    font-weight: 720;
  }

  .v17-shell .mobile-desktop-note .mobile-play-disc {
    width: 25px;
    height: 25px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #0d8076;
    color: #fff;
  }

  .v17-shell .mobile-play-disc svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
  }

  .v17-shell .mobile-demo-reset {
    padding: 4px 10px;
    background: #fff;
    color: #172035;
    font-size: 11px;
  }

  .v17-shell .mobile-desktop-note .mobile-mode-badge {
    min-width: 0;
    margin-left: auto;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 100px;
    background: #e2f5ee;
    color: #0d6f67;
    font-family: "Saathi Latin", system-ui, sans-serif;
    font-size: 9px;
    font-weight: 680;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .v17-shell .mobile-demo-copy {
    display: grid;
    gap: 1px;
    min-width: 0;
  }

  .v17-shell .mobile-demo-copy strong {
    color: #0d6f67;
    font-size: 12px;
    font-weight: 780;
  }

  .v17-shell .mobile-demo-copy span {
    color: #596476;
    font-size: 10px;
    font-weight: 560;
    line-height: 1.25;
  }
}

@media (max-width: 360px) {
  .v17-shell .mobile-demo-play > span:last-child {
    display: none;
  }
}


/* source: v19-codex/styles-codex.css */
.phone-screen { position: relative; }

.v19-plan-trigger {
  width: 100%;
  min-height: 42px;
  margin: 9px 0 0;
  padding: 9px 13px;
  border: 1px solid rgba(13, 128, 118, .28);
  border-radius: 12px;
  background: linear-gradient(135deg, #e8f7f4, #fff);
  color: var(--teal-deep);
  font: 800 10px "Saathi Hindi", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
  box-shadow: 0 5px 16px rgba(13, 128, 118, .08);
}

.v19-plan-trigger::after { content: " →"; }
.v19-plan-trigger-result { margin: 11px 0; background: var(--navy); color: #fff; border-color: var(--navy); }

.v19-plan-overlay {
  position: absolute;
  inset: 0;
  z-index: 70;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: #f7f5ef;
  color: var(--ink);
  font-family: "Saathi Hindi", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
}

.v19-plan-head {
  min-height: 86px;
  padding: 19px 17px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  background: var(--navy);
  color: #fff;
}

.v19-plan-head span { color: #91e1d5; font-size: 8px; font-weight: 820; letter-spacing: .08em; text-transform: uppercase; }
.v19-plan-head h2 { margin: 5px 0 0; max-width: 260px; color: #fff; font-size: 21px; line-height: 1.08; letter-spacing: -.035em; }
.v19-plan-head button {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 22px;
}

.v19-plan-scroll { padding: 14px 15px 18px; overflow-y: auto; overscroll-behavior: contain; }
.v19-plan-intro { margin: 0 0 11px; color: var(--muted); font-size: 10px; line-height: 1.52; }
.v19-plan-direction {
  padding: 11px 12px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(13, 128, 118, .2);
  border-radius: 13px;
  background: var(--teal-soft);
}
.v19-plan-direction span { color: var(--teal-deep); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.v19-plan-direction strong { font-size: 14px; line-height: 1.3; }

.v19-route { margin: 10px 0 13px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.v19-route span {
  min-width: 0;
  padding: 6px 5px;
  display: flex;
  align-items: center;
  gap: 4px;
  border-radius: 8px;
  background: #fff;
  color: var(--muted);
  font-size: 7px;
  font-weight: 740;
  box-shadow: 0 2px 9px rgba(16, 22, 38, .05);
}
.v19-route i {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 7px;
  font-style: normal;
}

.v19-plan-steps { display: grid; gap: 7px; }
.v19-plan-step {
  padding: 11px;
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(16, 22, 38, .045);
}
.v19-step-number {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--coral-soft);
  color: #9d4a31;
  font-size: 8px;
  font-weight: 850;
}
.v19-plan-step h3 { margin: 1px 0 5px; color: var(--teal-deep); font-size: 9px; line-height: 1.3; text-transform: uppercase; letter-spacing: .035em; }
.v19-plan-step strong { display: block; color: var(--ink); font-size: 11px; line-height: 1.38; }
.v19-plan-step p { margin: 4px 0 0; color: var(--muted); font-size: 9px; line-height: 1.48; }
.v19-plan-step ul { margin: 0; padding-left: 15px; color: var(--ink); font-size: 9px; line-height: 1.45; }
.v19-plan-step li + li { margin-top: 4px; }

.v19-proof-callout { margin: 10px 0 0; padding: 11px 12px; border-radius: 13px; background: var(--navy); color: #fff; }
.v19-proof-callout span { color: #91e1d5; font-size: 8px; font-weight: 850; letter-spacing: .08em; }
.v19-proof-callout p { margin: 4px 0 0; color: #fff; font-size: 9px; line-height: 1.48; }

.v19-plan-sources { margin-top: 10px; padding: 11px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.v19-plan-sources h3 { margin: 0 0 7px; color: var(--muted); font-size: 8px; text-transform: uppercase; letter-spacing: .04em; }
.v19-plan-sources a { padding: 6px 0; display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid var(--line); color: var(--teal-deep); font-size: 9px; font-weight: 760; text-decoration: none; }
.v19-plan-sources a:first-of-type { border-top: 0; }
.v19-plan-boundary { margin: 10px 0 0; color: var(--muted); font-size: 8px; line-height: 1.5; }

.v19-plan-actions {
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 -8px 24px rgba(16, 22, 38, .08);
}
.v19-plan-actions button {
  min-height: 38px;
  padding: 7px 8px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
  font: 780 8px "Saathi Hindi", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
}
.v19-plan-actions button.primary { grid-column: 1 / -1; border-color: #168b65; background: #168b65; color: #fff; font-size: 10px; }
.v19-plan-status { grid-column: 1 / -1; min-height: 0; color: var(--teal-deep); font-size: 8px; text-align: center; }
.v19-plan-status:empty { display: none; }

@media (max-width: 760px) {
  .v19-plan-open .mobile-desktop-note { display: none; }
  .v19-plan-overlay { position: fixed; inset: 0; z-index: 120; }
  .v19-plan-head { padding-top: calc(19px + env(safe-area-inset-top)); }
  .v19-plan-trigger { min-height: 48px; font-size: 12px; }
  .v19-plan-actions button { min-height: 46px; font-size: 10px; }
}

@media print {
  body.v19-print-plan * { visibility: hidden !important; }
  body.v19-print-plan .v19-plan-overlay,
  body.v19-print-plan .v19-plan-overlay * { visibility: visible !important; }
  body.v19-print-plan .v19-plan-overlay {
    position: absolute !important;
    inset: 0 !important;
    display: block !important;
    overflow: visible !important;
    background: #fff !important;
  }
  body.v19-print-plan .v19-plan-scroll { overflow: visible !important; }
  body.v19-print-plan .v19-plan-actions,
  body.v19-print-plan .v19-plan-head button { display: none !important; }
}


/* source: v20-codex/styles-codex.css */
.v20-circle-trigger::after { content: ""; }

.v20-circle-panel {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  overflow: hidden;
  background: #f7f5ef;
  color: var(--ink);
  font-family: "Saathi Hindi", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
}

.v20-circle-head {
  min-height: 90px;
  padding: 18px 16px 14px;
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 11px;
  background: var(--navy);
  color: #fff;
}

.v20-circle-head > button {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 18px;
}
.v20-circle-head span { color: #91e1d5; font-size: 8px; font-weight: 830; letter-spacing: .08em; text-transform: uppercase; }
.v20-circle-head h2 { margin: 5px 0 0; color: #fff; font-size: 22px; line-height: 1.08; letter-spacing: -.035em; }

.v20-circle-scroll { padding: 14px 15px 18px; overflow-y: auto; overscroll-behavior: contain; }
.v20-circle-intro { margin: 0 0 10px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.v20-circle-direction {
  margin-bottom: 10px;
  padding: 10px 11px;
  display: grid;
  gap: 3px;
  border: 1px solid rgba(13, 128, 118, .2);
  border-radius: 12px;
  background: var(--teal-soft);
}
.v20-circle-direction span { color: var(--teal-deep); font-size: 8px; font-weight: 820; letter-spacing: .04em; text-transform: uppercase; }
.v20-circle-direction strong { font-size: 12px; line-height: 1.35; }

.v20-recipient-list { display: grid; gap: 7px; }
.v20-recipient {
  width: 100%;
  min-height: 68px;
  padding: 10px;
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  box-shadow: 0 3px 12px rgba(16, 22, 38, .045);
}
.v20-recipient-badge {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--coral-soft);
  color: #94462f;
  font-size: 8px;
  font-weight: 850;
}
.v20-recipient:nth-child(2n) .v20-recipient-badge { background: var(--teal-soft); color: var(--teal-deep); }
.v20-recipient-copy { min-width: 0; display: grid; gap: 3px; }
.v20-recipient-copy strong { font-size: 11px; line-height: 1.3; }
.v20-recipient-copy small { color: var(--muted); font-size: 8.5px; line-height: 1.35; }
.v20-recipient-copy em { margin-top: 2px; color: var(--teal-deep); font-size: 8px; font-style: normal; font-weight: 800; }

.v20-circle-foot {
  padding: 9px 12px calc(10px + env(safe-area-inset-bottom));
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 -8px 24px rgba(16, 22, 38, .07);
}
.v20-circle-foot p { margin: 0; color: var(--muted); font-size: 7.5px; line-height: 1.4; text-align: center; }
.v20-circle-foot button {
  min-height: 38px;
  border: 1px solid rgba(13, 128, 118, .25);
  border-radius: 10px;
  background: #fff;
  color: var(--teal-deep);
  font: 790 9px "Saathi Hindi", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
}

@media (max-width: 760px) {
  .v20-circle-head { padding-top: calc(18px + env(safe-area-inset-top)); }
  .v20-recipient { min-height: 76px; }
  .v20-circle-foot button { min-height: 46px; font-size: 10px; }
}

@media print {
  .v20-circle-panel { display: none !important; }
}


/* source: v21/styles.css */
/* #codex */

/* V21 reliability and Kannada voice-layer overrides. */
.v21-shell[data-phone-language="kn"] .phone-screen {
  font-family: "Noto Sans Kannada", "Tunga", "Nirmala UI", system-ui, sans-serif;
}

.v21-shell .v7-conversation,
.v21-shell .v7-correction {
  position: relative;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.v21-shell .v7-conversation[data-turn-state="listening"],
.v21-shell .v7-correction[data-turn-state="listening"] {
  border-color: rgba(241, 138, 101, .7);
  box-shadow: 0 0 0 3px rgba(241, 138, 101, .12);
}

.v21-shell .v7-conversation[data-turn-state="captured"],
.v21-shell .v7-conversation[data-turn-state="transcribing"],
.v21-shell .v7-conversation[data-turn-state="understanding"],
.v21-shell .v7-correction[data-turn-state="captured"],
.v21-shell .v7-correction[data-turn-state="transcribing"],
.v21-shell .v7-correction[data-turn-state="understanding"] {
  border-color: rgba(13, 128, 118, .55);
  background: linear-gradient(145deg, #fff, rgba(225, 246, 242, .72));
  box-shadow: 0 0 0 3px rgba(13, 128, 118, .1);
}

.v21-shell .v7-turn-status:not(:empty) {
  min-height: 31px;
  margin-top: 8px;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: rgba(13, 128, 118, .08);
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 760;
  line-height: 1.35;
}

.v21-shell [data-turn-state="captured"] .v7-turn-status::before,
.v21-shell [data-turn-state="transcribing"] .v7-turn-status::before,
.v21-shell [data-turn-state="understanding"] .v7-turn-status::before,
.v21-shell [data-turn-state="speaking"] .v7-turn-status::before {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  border: 2px solid rgba(13, 128, 118, .25);
  border-top-color: var(--teal);
  border-radius: 50%;
  content: "";
  animation: v21-spin 700ms linear infinite;
}

.v21-shell [data-turn-state="ready"] .v7-turn-status:not(:empty)::before {
  color: var(--teal);
  content: "✓";
}

.v21-shell .v7-turn-status.error {
  background: rgba(177, 55, 40, .08);
  color: #8b3126;
}

.v21-shell .v7-follow-actions button:disabled,
.v21-shell .v7-correction button:disabled {
  cursor: wait;
  opacity: .58;
}

.v21-delete-account {
  margin-left: -3px;
  padding-inline: 6px !important;
  color: #8b3126 !important;
}

.v21-inbox-button {
  padding-inline: 7px !important;
  border-radius: 999px !important;
  background: var(--teal) !important;
  color: #fff !important;
}

.v21-shell .v12-auth-bar { grid-template-columns: auto minmax(0, 1fr) auto auto auto; }
.v21-shell .v12-auth-state { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.v21-shell .v12-auth-bar > button {
  padding-inline: 5px;
  white-space: nowrap;
}

.v21-connect-screen {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(225, 246, 242, .7), transparent 140px), var(--paper, #fffdf9);
  color: var(--ink);
}

.v21-stage-evidence {
  margin: 9px 0;
  padding: 9px;
  display: grid;
  gap: 7px;
  border: 1px solid rgba(13, 128, 118, .23);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(225, 246, 242, .78), #fff);
}

.v21-stage-evidence-demo {
  width: fit-content;
  padding: 3px 6px;
  border-radius: 999px;
  background: #fff1c7;
  color: #704d00;
  font-size: 6.5px;
  font-weight: 850;
  letter-spacing: .025em;
}

.v21-stage-evidence-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 7px;
  align-items: start;
}

.v21-stage-evidence-row > i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--teal);
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
}

.v21-stage-evidence-row.unresolved > i { background: #a76c00; }
.v21-stage-evidence-row.next > i { background: #334862; }
.v21-stage-evidence-row p { margin: 0; color: var(--muted); font-size: 7px; line-height: 1.42; }
.v21-stage-evidence-row strong { margin-bottom: 2px; display: block; color: var(--ink); font-size: 7px; }

.v21-stage-evidence footer {
  padding-top: 7px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 3px 7px;
  border-top: 1px solid rgba(13, 128, 118, .16);
  color: var(--muted);
  font-size: 6.2px;
  line-height: 1.35;
}

.v21-stage-evidence footer span { min-width: 0; overflow-wrap: anywhere; }
.v21-stage-evidence footer b { color: var(--ink); }
.v21-stage-evidence footer a { color: var(--teal-deep); font-weight: 820; text-align: right; }
.v21-stage-evidence footer small { grid-column: 1 / -1; font-size: inherit; }
.v21-stage-evidence.compact { margin: 7px 0 0; padding: 7px; gap: 6px; }
.v21-stage-evidence.compact .v21-stage-evidence-row p,
.v21-stage-evidence.compact .v21-stage-evidence-row strong { font-size: 6.4px; }

.v21-connect-nav {
  position: sticky;
  z-index: 3;
  top: 0;
  min-height: 58px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 249, .96);
  backdrop-filter: blur(12px);
}

.v21-connect-nav > button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  font-weight: 820;
  cursor: pointer;
}

.v21-connect-nav div { min-width: 0; }
.v21-connect-nav div > span { display: block; color: var(--teal-deep); font-size: 7px; font-weight: 850; letter-spacing: .07em; }
.v21-connect-nav h2 { margin: 2px 0 0; overflow: hidden; font-size: 12px; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.v21-status-chip { max-width: 96px; padding: 5px 7px; border-radius: 999px; background: var(--teal-soft); color: var(--teal-deep); font-size: 7px; font-weight: 820; text-align: center; }
.v21-connect-scroll { padding: 12px 11px 18px; }
.v21-connect-lede { margin: 0 0 11px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.v21-inbox-list { display: grid; gap: 10px; }

.v21-opportunity-card {
  position: relative;
  width: 100%;
  padding: 12px;
  display: block;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  text-align: left;
  box-shadow: 0 8px 24px rgba(16, 22, 38, .05);
  cursor: pointer;
}

.v21-opportunity-card.unread { border-color: rgba(13, 128, 118, .52); box-shadow: 0 0 0 2px rgba(13, 128, 118, .08), 0 8px 24px rgba(16, 22, 38, .06); }
.v21-opportunity-card.unread::before { position: absolute; top: 13px; right: 12px; width: 7px; height: 7px; border-radius: 50%; background: var(--coral); content: ""; }
.v21-opportunity-top { padding-right: 12px; display: flex; align-items: center; flex-wrap: wrap; gap: 5px; }
.v21-opportunity-top span { color: var(--teal-deep); font-size: 7px; font-weight: 850; text-transform: uppercase; letter-spacing: .06em; }
.v21-opportunity-top b, .v21-synthetic { padding: 3px 5px; border-radius: 999px; background: #fff1c7; color: #704d00; font-size: 6px; font-weight: 850; letter-spacing: .03em; }
.v21-opportunity-card h3 { margin: 7px 0 2px; font-size: 14px; line-height: 1.25; }
.v21-opportunity-card > p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.4; }
.v21-opportunity-meta { margin-top: 9px; display: flex; justify-content: space-between; align-items: flex-start; gap: 8px; font-size: 8px; line-height: 1.35; }
.v21-opportunity-meta span { max-width: 60%; color: var(--muted); }
.v21-opportunity-meta strong { color: var(--ink); text-align: right; }
.v21-rating-mini { margin-top: 8px; padding: 7px 8px; display: flex; align-items: center; justify-content: space-between; gap: 7px; border-radius: 9px; background: #fff8dd; }
.v21-rating-mini strong { font-size: 9px; }
.v21-rating-mini span { color: #704d00; font-size: 6px; font-weight: 800; }
.v21-rating-mini.new { display: grid; background: var(--surface-2); }
.v21-rating-mini.new span { color: var(--muted); }
.v21-opportunity-card > em { margin-top: 9px; display: block; color: var(--teal-deep); font-size: 8px; font-style: normal; font-weight: 820; }

.v21-safety-warning {
  margin-top: 10px;
  padding: 9px;
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 7px;
  border-left: 3px solid var(--coral);
  border-radius: 9px;
  background: #fff1eb;
  color: #762f21;
}

.v21-safety-warning > span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: #e87856; color: #fff; font-size: 10px; font-weight: 900; }
.v21-safety-warning p { margin: 0; font-size: 8px; font-weight: 700; line-height: 1.42; }
.v21-safety-warning a { grid-column: 2; width: fit-content; color: #762f21; font-size: 7px; font-weight: 800; }
.v21-safety-warning.compact { grid-template-columns: 16px minmax(0, 1fr); padding: 7px; }
.v21-safety-warning.compact > span { width: 16px; height: 16px; border-radius: 5px; font-size: 8px; }
.v21-safety-warning.compact p { font-size: 6.8px; line-height: 1.38; }

.v21-inbox-empty, .v21-connect-loading { min-height: 330px; display: grid; align-content: center; justify-items: center; gap: 8px; padding: 25px; text-align: center; }
.v21-inbox-empty > span, .v21-connect-loading > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 17px; background: var(--teal-soft); color: var(--teal-deep); font-size: 23px; font-weight: 850; }
.v21-inbox-empty h3 { margin: 0; font-size: 16px; }
.v21-inbox-empty p, .v21-connect-loading p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.v21-connect-loading i { width: 26px; height: 26px; border: 3px solid rgba(13, 128, 118, .2); border-top-color: var(--teal); border-radius: 50%; animation: v21-spin 700ms linear infinite; }
.v21-connect-loading button { min-height: 36px; padding: 7px 11px; border: 0; border-radius: 10px; background: var(--teal); color: #fff; font: inherit; font-size: 9px; font-weight: 800; }

.v21-section-title { margin-bottom: 8px; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.v21-section-title > span { color: var(--teal-deep); font-size: 8px; font-weight: 850; letter-spacing: .065em; text-transform: uppercase; }
.v21-section-title > b:not(.v21-synthetic) { min-width: 19px; height: 19px; padding: 0 5px; display: grid; place-items: center; border-radius: 999px; background: #fff1eb; color: #762f21; font-size: 8px; }
.v21-summary, .v21-facts, .v21-signals, .v21-history, .v21-thread, .v21-trusted-replies { margin-top: 10px; padding: 11px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.v21-summary { margin-top: 0; border-color: rgba(13, 128, 118, .24); background: linear-gradient(145deg, var(--teal-soft), #fff); }
.v21-summary > p { margin: 0; font-size: 10px; font-weight: 650; line-height: 1.5; }
.v21-speech-controls { margin-top: 8px; display: flex; flex-wrap: wrap; gap: 5px; }
.v21-speech-controls button { min-height: 27px; padding: 5px 8px; border: 1px solid rgba(13, 128, 118, .25); border-radius: 999px; background: #fff; color: var(--teal-deep); font: inherit; font-size: 7px; font-weight: 800; }
.v21-speech-controls output { width: 100%; min-height: 10px; color: var(--muted); font-size: 7px; }
.v21-facts > div:last-child { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.v21-facts article { min-width: 0; padding: 8px; border-radius: 9px; background: var(--surface-2); }
.v21-facts article.wide { grid-column: 1 / -1; }
.v21-facts article span, .v21-identity span { display: block; color: var(--muted); font-size: 6.5px; font-weight: 780; text-transform: uppercase; letter-spacing: .05em; }
.v21-facts article strong { margin-top: 3px; display: block; overflow-wrap: anywhere; font-size: 8px; line-height: 1.4; }
.v21-signals ul { margin: 0; padding: 0; display: grid; gap: 6px; list-style: none; }
.v21-signals li { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 7px; }
.v21-signals li > i { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 7px; background: #fff1eb; color: #9a3e29; font-size: 9px; font-style: normal; font-weight: 900; }
.v21-signals li strong, .v21-signals li small { display: block; line-height: 1.35; }
.v21-signals li strong { font-size: 8px; }
.v21-signals li small { margin-top: 2px; color: var(--muted); font-size: 7px; }
.v21-no-signals { margin: 0; color: var(--muted); font-size: 8px; line-height: 1.45; }
.v21-history > strong { display: block; font-size: 10px; line-height: 1.4; }
.v21-history > p { margin: 8px 0 0; color: var(--muted); font-size: 7px; line-height: 1.45; }
.v21-score { display: flex; align-items: baseline; gap: 7px; }
.v21-score strong { color: #704d00; font-size: 20px; }
.v21-score span { color: var(--muted); font-size: 7px; }
.v21-indicators { margin-top: 8px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.v21-indicators span { padding: 6px; display: grid; gap: 2px; border-radius: 8px; background: #fff8dd; color: #704d00; font-size: 6.5px; line-height: 1.3; }
.v21-indicators b { font-size: 8px; }
.v21-identity { margin-top: 8px; padding-top: 8px; display: flex; justify-content: space-between; gap: 7px; border-top: 1px solid var(--line); }
.v21-identity b { font-size: 7px; text-align: right; }
.v21-thread > div:last-child { display: grid; gap: 5px; }
.v21-thread article { max-width: 86%; padding: 8px; border-radius: 10px; background: var(--surface-2); }
.v21-thread article.learner { margin-left: auto; background: var(--teal-soft); }
.v21-thread article p { margin: 0; font-size: 8px; line-height: 1.4; }
.v21-thread article small { margin-top: 3px; display: block; color: var(--muted); font-size: 6px; }
.v21-empty-thread { margin: 0; color: var(--muted); font-size: 8px; }
.v21-trusted-replies > div:last-child { display: grid; gap: 6px; }
.v21-trusted-replies article { padding: 8px; border-radius: 9px; background: var(--surface-2); }
.v21-trusted-replies article.responded { border: 1px solid rgba(13, 128, 118, .2); background: var(--teal-soft); }
.v21-trusted-replies article > div { display: flex; justify-content: space-between; gap: 7px; }
.v21-trusted-replies article > div strong { font-size: 8px; }
.v21-trusted-replies article > div span { color: var(--muted); font-size: 6px; font-weight: 760; }
.v21-trusted-replies article > p { margin: 5px 0 0; color: var(--muted); font-size: 7px; line-height: 1.4; }
.v21-trusted-replies blockquote { margin: 7px 0 0; padding: 7px; border-left: 3px solid var(--teal); border-radius: 7px; background: #fff; }
.v21-trusted-replies blockquote strong, .v21-trusted-replies blockquote span, .v21-trusted-replies blockquote small { display: block; }
.v21-trusted-replies blockquote strong { color: var(--teal-deep); font-size: 8px; }
.v21-trusted-replies blockquote span { margin-top: 3px; font-size: 7px; line-height: 1.4; }
.v21-trusted-replies blockquote small { margin-top: 3px; color: #762f21; font-size: 6px; }

.v21-connect-actions { margin-top: 11px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.v21-connect-actions button { min-height: 37px; padding: 6px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--ink); font: inherit; font-size: 7.5px; font-weight: 780; line-height: 1.25; }
.v21-connect-actions button.primary { grid-column: 1 / -1; border-color: var(--teal); background: var(--teal); color: #fff; font-size: 9px; }
.v21-connect-actions button.danger { color: #8b3126; }
.v21-connect-actions button.danger.subtle { border-style: dashed; }
.v21-action-status { min-height: 14px; margin-top: 6px; display: block; color: var(--teal-deep); font-size: 7px; text-align: center; }
.v21-terminal { margin-top: 11px; padding: 11px; border-radius: 11px; background: var(--surface-2); text-align: center; }
.v21-terminal strong { font-size: 10px; }
.v21-terminal p { margin: 7px 0; color: #762f21; font-size: 8px; line-height: 1.45; }
.v21-terminal a { color: #762f21; font-size: 8px; font-weight: 800; }
.v21-rating-form { margin-top: 8px; padding: 10px; border: 1px solid rgba(13, 128, 118, .24); border-radius: 11px; background: linear-gradient(145deg, var(--teal-soft), #fff); }
.v21-rating-form h3 { margin: 0; font-size: 10px; }
.v21-rating-form > p { margin: 5px 0 9px; color: var(--muted); font-size: 7px; line-height: 1.4; }
.v21-rating-form fieldset { margin: 7px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 4px; border: 0; }
.v21-rating-form legend { width: 100%; margin-bottom: 4px; font-size: 8px; font-weight: 760; }
.v21-rating-form label { position: relative; }
.v21-rating-form label input { position: absolute; opacity: 0; }
.v21-rating-form label span { min-height: 26px; padding: 5px 7px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 6.5px; font-weight: 730; cursor: pointer; }
.v21-rating-form label input:checked + span { border-color: var(--teal); background: var(--teal); color: #fff; }
.v21-rating-form > button { width: 100%; min-height: 36px; margin-top: 5px; border: 0; border-radius: 9px; background: var(--teal); color: #fff; font: inherit; font-size: 8px; font-weight: 800; }
.v21-rating-form > button:disabled { opacity: .6; cursor: wait; }
.v21-rating-form output { min-height: 12px; margin-top: 5px; display: block; color: #762f21; font-size: 7px; }
.v21-rating-complete { margin-top: 8px; padding: 10px; display: grid; grid-template-columns: 27px minmax(0, 1fr); gap: 8px; border-radius: 11px; background: var(--teal-soft); }
.v21-rating-complete > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 9px; background: var(--teal); color: #fff; font-size: 12px; font-weight: 850; }
.v21-rating-complete strong, .v21-rating-complete small { display: block; }
.v21-rating-complete strong { font-size: 8px; }
.v21-rating-complete small { margin-top: 2px; color: var(--muted); font-size: 6px; line-height: 1.35; }
.v21-connect-compose, .v21-trusted { margin-top: 8px; padding: 10px; border: 1px solid rgba(13, 128, 118, .25); border-radius: 11px; background: var(--teal-soft); }
.v21-connect-compose h3, .v21-trusted h3 { margin: 0 0 7px; font-size: 10px; }
.v21-connect-compose textarea { width: 100%; min-height: 70px; padding: 8px; border: 1px solid #b8c5c5; border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-size: 8px; resize: vertical; }
.v21-connect-compose > div { margin-top: 6px; display: grid; grid-template-columns: 1.3fr 1fr; gap: 5px; }
.v21-connect-compose button, .v21-trusted button { min-height: 34px; padding: 6px; border: 1px solid var(--line); border-radius: 9px; background: #fff; color: var(--ink); font: inherit; font-size: 7px; font-weight: 780; }
.v21-connect-compose button[type="submit"] { border-color: var(--teal); background: var(--teal); color: #fff; }
.v21-connect-compose > p, .v21-trusted > p { margin: 7px 0; color: #762f21; font-size: 7px; line-height: 1.4; }
.v21-connect-compose a { color: inherit; font-weight: 800; }
.v21-trusted > div { display: grid; grid-template-columns: 1fr 1fr; gap: 5px; }
.v21-trusted > div button { display: grid; gap: 3px; text-align: left; }
.v21-trusted > div strong { font-size: 7.5px; line-height: 1.3; }
.v21-trusted > div span { color: var(--teal-deep); font-size: 6px; }
.v21-trusted .v21-cancel { width: 100%; margin-top: 6px; }

.v21-resume-card {
  margin: 0 0 10px;
  padding: 10px 11px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 8px;
  border: 1px solid rgba(13, 128, 118, .22);
  border-radius: 13px;
  background: linear-gradient(145deg, rgba(225, 246, 242, .95), #fff);
  color: var(--ink);
}

.v21-resume-card > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--teal);
  color: #fff;
  font-weight: 850;
}

.v21-resume-card strong,
.v21-resume-card small { display: block; }
.v21-resume-card strong { font-size: 11px; line-height: 1.3; }
.v21-resume-card small { margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }

.v21-voice-controls {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.v21-voice-control {
  min-height: 28px;
  padding: 5px 8px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid rgba(13, 128, 118, .22);
  border-radius: 999px;
  background: #fff;
  color: var(--teal-deep);
  font: inherit;
  font-size: 9px;
  font-weight: 780;
  cursor: pointer;
}

.v21-voice-control svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.v21-voice-control[disabled] {
  cursor: default;
  opacity: .42;
}

.v21-shell .v11-result-grid {
  grid-template-columns: minmax(0, 1fr) minmax(0, 132px) !important;
  align-items: start;
}

.v21-shell .v11-result-grid > * {
  min-width: 0;
}

.v21-shell .v11-qr {
  width: 132px !important;
  max-width: 100%;
  min-height: 132px !important;
  box-sizing: border-box;
  overflow: hidden;
}

.v21-shell .v11-qr svg,
.v21-shell .v11-qr canvas,
.v21-shell .v11-qr img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
}

@keyframes v21-spin {
  to { transform: rotate(360deg); }
}

@media (prefers-reduced-motion: reduce) {
  .v21-shell [data-turn-state] .v7-turn-status::before,
  .v21-connect-loading i { animation: none; }
}

@media (max-width: 600px) {
  .v21-shell .v11-result-grid { grid-template-columns: minmax(0, 1fr) !important; }
  .v21-shell .v11-qr { width: min(156px, 100%) !important; min-height: 0 !important; margin-inline: auto; }
  .v21-shell .v12-auth-bar { grid-template-columns: auto minmax(0, 1fr) auto auto auto; }
}


/* source: v23/styles.css */
/* #codex */

/* The desktop demo uses a larger phone-proportioned canvas; mobile remains full-screen. */
.v23-shell .phone-screen {
  container-name: saathi-phone;
  container-type: inline-size;
}

@media (min-width: 801px) {
  .v23-shell .demo-shell {
    width: min(1380px, calc(100% - 40px));
    padding-block: 12px;
    grid-template-columns: minmax(540px, 740px) minmax(412px, 454px);
    gap: clamp(24px, 3vw, 48px);
  }

  .v23-shell .phone {
    width: clamp(412px, calc(47.49dvh - 20.9px), 454px);
    height: clamp(866px, calc(100dvh - 44px), 956px);
    aspect-ratio: auto;
  }

  .v23-shell .stage-topbar,
  .v23-shell .stage-caption {
    width: clamp(412px, calc(47.49dvh - 20.9px), 454px);
    max-width: 100%;
  }
}

@media (min-width: 801px) and (max-width: 1100px) {
  .v23-shell .demo-shell {
    width: min(1080px, calc(100% - 20px));
    grid-template-columns: minmax(340px, 1fr) minmax(412px, 454px);
    gap: 16px;
  }
}

.v23-shell .v23-demo-mode b {
  color: inherit;
  font-size: inherit;
  font-weight: 820;
}

.v23-shell .v23-demo-mode[data-mode="sunita"] { color: #7b4b08; }
.v23-shell .v23-demo-mode[data-mode="sunita"] i { background: #d99724; box-shadow: 0 0 0 4px rgba(217, 151, 36, .14); }
.v23-shell .v23-demo-mode[data-mode="own"] { color: var(--teal-deep); }
.v23-shell .v23-demo-mode[data-mode="own"] i { background: #18a88e; box-shadow: 0 0 0 4px rgba(24, 168, 142, .14); }

/* Chrome remains compact, but text no longer relies on sub-8px labels. */
.v23-shell .app-header { min-height: 60px; padding: 7px 12px; }
.v23-shell .app-brand svg { width: 34px; height: 34px; }
.v23-shell .app-brand strong { font-size: 14px; white-space: nowrap; overflow-wrap: normal; }
.v23-shell .app-brand small { max-width: 174px; font-size: 9px; }
.v23-shell .language-button { min-width: 44px; height: 38px; }
.v23-shell .round-button { width: 38px; height: 38px; }
.v23-shell .phone-disclaimer { min-height: 32px; padding: 5px 10px; font-size: 9px; }
.v23-shell .v12-auth-bar {
  min-height: 32px;
  padding: 4px 10px;
  display: flex;
  gap: 5px;
}
.v23-shell .v12-auth-state { flex: 1 1 auto; }
.v23-shell .v12-auth-bar > button { min-height: 27px; padding: 4px 7px; font-size: 9px; }
.v23-shell .phone-footer { min-height: 42px; padding: 5px 12px 9px; font-size: 8.5px; }
.v23-shell .phone-main { scroll-padding: 12px 0 68px; }

/* Cold start: voice is the first obvious action, not a mid-screen afterthought. */
.v23-shell .welcome-view { padding: 11px 16px 14px; }
.v23-shell .welcome-view .eyebrow { margin-bottom: 4px; }
.v23-shell .welcome-view h1 { max-width: 360px; font-size: 19px; line-height: 1.12; }
.v23-shell .welcome-copy { margin-top: 5px; font-size: 12px; line-height: 1.45; }
.v23-shell .voice-zone { margin-top: 7px; padding: 14px 12px 11px; border-radius: 18px; }
.v23-shell .voice-orb { width: 88px; height: 88px; }
.v23-shell .voice-cta-label { margin-top: 8px; font-size: 14px; }
.v23-shell .voice-mode { margin-top: 2px; font-size: 10px; }
.v23-shell .v8-recording-guide { margin-top: 7px; padding: 6px 8px; font-size: 8.5px; }
.v23-shell .v8-recording-guide b { width: 23px; height: 23px; flex-basis: 23px; }
.v23-shell .type-button { min-height: 36px; margin-top: 5px; font-size: 11px; }
.v23-shell .privacy-note { margin-top: 6px; font-size: 9.5px; }
.v23-shell .demo-note { margin-top: 8px; padding: 7px 9px; font-size: 9.5px; }

/* The review screen fits its decision state and never offers progress before 4/4. */
.v23-shell .heard-view { padding: 11px 13px 15px; }
.v23-shell .heard-view h1 { font-size: 21px; }
.v23-shell .heard-intro { margin-top: 4px; font-size: 11px; }
.v23-shell .transcript-card { margin-top: 8px; padding: 8px 9px; border-radius: 12px; }
.v23-shell .transcript-card blockquote {
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  font-size: 11.5px;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.v23-shell .v7-understanding-card { margin-top: 7px; padding: 8px; border-radius: 13px; }
.v23-shell .v7-understanding-card .understanding-head h2 { font-size: 10px; }
.v23-shell .v7-understanding-card .ai-chip { padding: 3px 5px; font-size: 7px; }
.v23-shell .v7-profile-grid { margin-top: 6px; gap: 5px; }
.v23-shell .v7-profile-card { min-height: 72px; padding: 7px; border-radius: 10px; }
.v23-shell .v7-card-head span,
.v23-shell .v7-card-head i { font-size: 6.5px; }
.v23-shell .v7-profile-card strong { margin-top: 5px; font-size: 11px; }
.v23-shell .v7-profile-card small { font-size: 8.5px; }
.v23-shell .v7-profile-card q {
  margin-top: 4px;
  font-size: 7.5px;
  -webkit-line-clamp: 1;
}
.v23-shell .v7-understanding-card .confidence-row { margin-top: 6px; font-size: 9px; }
.v23-shell .v7-conversation { margin-top: 7px; }
.v23-shell .v7-ai-turn { padding: 8px; }
.v23-shell .v7-user-turn p,
.v23-shell .v7-ai-turn p,
.v23-shell .v7-ready-note p { font-size: 9.5px; }
.v23-shell .v7-follow-actions { margin-top: 6px; }
.v23-shell .v7-follow-actions button { min-width: 0; min-height: 42px; white-space: normal; }
.v23-shell .confirm-actions[hidden] { display: none !important; }
.v23-shell .confirm-actions:not([hidden]) {
  position: static;
  margin: 9px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: start;
  gap: 4px;
  background: none;
}
.v23-shell .confirm-actions .primary-button {
  width: auto;
  min-height: 37px;
  padding: 8px 11px;
  border-radius: 11px;
  font-size: 10px;
  box-shadow: 0 5px 12px rgba(13, 128, 118, .13);
}
.v23-shell .confirm-actions .primary-button .icon-inline { width: 14px; height: 14px; }
.v23-shell .confirm-actions .quiet-button { min-height: 35px; padding: 7px 8px; font-size: 9px; }

/* Every card responds to the phone container, even while the page itself is desktop-sized. */
.v23-shell .phone-main :where(article, section, div, form, ul, ol) { min-width: 0; }
.v23-shell .phone-main :where(button, a, strong, span, small, p, li, q, blockquote),
.v23-shell .phone-main :where(h1, h2, h3) {
  overflow-wrap: break-word;
  word-break: normal;
}
.v23-shell .phone-main button { white-space: normal; }
.v23-shell .v10-stage-view,
.v23-shell .v11-view,
.v23-shell .v21-connect-screen { max-width: 100%; overflow-x: clip; }

/* Dense public-record stages favour readable scrolling over dashboard-like compression. */
.v23-shell .v10-stage-view { padding: 17px 16px 21px; }
.v23-shell .v10-stage-view > h1 { font-size: 22px; }
.v23-shell .v10-stage-intro { font-size: 11.5px; line-height: 1.55; }
.v23-shell .v10-context-strip span { font-size: 8px; }
.v23-shell .v10-context-strip strong { font-size: 11.5px; }
.v23-shell .v10-evidence-chip { font-size: 7.8px; }
.v23-shell .v10-card-stack { gap: 8px; }
.v23-shell .v10-two-up { grid-template-columns: 1fr; }
.v23-shell :where(.v10-use-now, .v10-skill-card, .v10-provider-card, .v10-funding-card, .v10-kendra-card, .v10-mycv-card) { padding: 13px; }
.v23-shell :where(.v10-use-now span, .v10-card-label) { font-size: 7.8px; }
.v23-shell :where(.v10-use-now h2, .v10-skill-card h2, .v10-provider-card h2, .v10-funding-card h2, .v10-kendra-card h2, .v10-mycv-card h2) { font-size: 12.5px; }
.v23-shell :where(.v10-use-now p, .v10-skill-card p, .v10-provider-card p, .v10-funding-card p, .v10-kendra-card p, .v10-mycv-card p) { font-size: 10px; }
.v23-shell .v10-skill-number { width: 23px; height: 23px; font-size: 8.5px; }
.v23-shell .v10-qualification-row a { font-size: 9.5px; }
.v23-shell .v10-qualification-meta span { font-size: 7.5px; }
.v23-shell :where(.v10-provider-top > span, .v10-kendra-top > span) { font-size: 8.5px; }
.v23-shell .v10-provider-meta span { font-size: 8px; }
.v23-shell .v10-question-list { font-size: 9px; }
.v23-shell .v10-funding-state { font-size: 7.5px; }
.v23-shell .v10-funding-card a { font-size: 9px; }
.v23-shell :where(.v10-next-button, .v10-back-button, .v10-save-button) { min-height: 41px; font-size: 10.5px; }

/* QR receives an explicit grid track and a paint boundary. */
.v23-shell .v11-cv-card { overflow: hidden; }
.v23-shell .v11-result-grid {
  width: 100%;
  grid-template-columns: minmax(0, 1fr) 108px !important;
  align-items: start;
  gap: 10px;
}
.v23-shell .v11-result-grid > div:first-child { overflow: hidden; }
.v23-shell .v11-result-grid ul { max-width: 100%; }
.v23-shell .v11-qr {
  width: 108px !important;
  min-width: 0 !important;
  max-width: 108px !important;
  min-height: 108px !important;
  aspect-ratio: 1;
  padding: 4px;
  justify-self: end;
  contain: layout paint;
  overflow: clip !important;
}
.v23-shell .v11-qr > :where(svg, canvas, img) {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 100% !important;
  display: block;
}

@container saathi-phone (max-width: 410px) {
  .v23-shell .v10-two-up { grid-template-columns: 1fr; }
  .v23-shell .v21-facts > div:last-child { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .v23-shell .v10-stage-actions,
  .v23-shell .v11-actions,
  .v23-shell .v11-share-actions { gap: 6px; }
  .v23-shell .v10-stage-actions > *,
  .v23-shell .v11-actions > *,
  .v23-shell .v11-share-actions > * { min-width: 0; white-space: normal; }
  .v23-shell .v21-connect-nav { grid-template-columns: 34px minmax(0, 1fr) minmax(0, 92px); }
}

@container saathi-phone (max-width: 350px) {
  .v23-shell .v7-follow-actions,
  .v23-shell .confirm-actions,
  .v23-shell .v11-actions,
  .v23-shell .v11-share-actions { grid-template-columns: 1fr; }
  .v23-shell .v11-result-grid { grid-template-columns: 1fr !important; }
  .v23-shell .v11-qr { width: 132px !important; max-width: 132px !important; justify-self: center; }
}

.v23-print-sheet { display: none; }

@media print {
  @page { size: A4 portrait; margin: 10mm; }

  html,
  body.v23-printing {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    overflow: visible !important;
    background: #fff !important;
  }

  body.v23-printing > :not(.v23-print-sheet) { display: none !important; }
  body.v23-printing .v23-print-sheet {
    width: 190mm;
    max-width: 190mm;
    min-height: 267mm;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    color: #172035;
    font: 10pt/1.35 "Saathi Devanagari", "Saathi Telugu", "Saathi Latin", system-ui, sans-serif;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }

  .v23-print-head {
    padding: 8mm 9mm;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10mm;
    border-radius: 5mm;
    background: #101626 !important;
    color: #fff;
  }
  .v23-print-head span { color: #91e1d5; font-size: 8pt; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .v23-print-head h1 { margin: 2mm 0 0; color: #fff; font-size: 20pt; line-height: 1.05; }
  .v23-print-head p { max-width: 55mm; margin: 0; color: #d8deeb; font-size: 7.5pt; text-align: right; }
  .v23-print-direction { margin-top: 4mm; padding: 3mm 4mm; border: .4mm solid #b9e2da; border-radius: 3mm; background: #e3f4ef !important; }
  .v23-print-direction span { color: #08645e; font-size: 7pt; font-weight: 800; text-transform: uppercase; }
  .v23-print-direction strong { margin-top: 1mm; display: block; font-size: 13pt; }
  .v23-print-route { margin: 3mm 0 4mm; display: grid; grid-template-columns: repeat(6, 1fr); gap: 1.5mm; }
  .v23-print-route span { padding: 2mm 1mm; border-radius: 2mm; background: #f1f6f4 !important; font-size: 6.7pt; font-weight: 750; text-align: center; }
  .v23-print-route i { width: 4.5mm; height: 4.5mm; margin: 0 auto 1mm; display: grid; place-items: center; border-radius: 50%; background: #0d8076 !important; color: #fff; font-size: 6pt; font-style: normal; }
  .v23-print-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5mm; }
  .v23-print-step { min-height: 31mm; padding: 3.5mm; display: grid; grid-template-columns: 8mm 1fr; gap: 3mm; break-inside: avoid; border: .35mm solid #dfe4e1; border-radius: 3mm; }
  .v23-print-step > span { width: 8mm; height: 8mm; display: grid; place-items: center; border-radius: 2.5mm; background: #fff0e9 !important; color: #9d4a31; font-size: 7pt; font-weight: 850; }
  .v23-print-step h2 { margin: .5mm 0 1.5mm; color: #08645e; font-size: 8pt; text-transform: uppercase; }
  .v23-print-step strong { display: block; font-size: 9pt; }
  .v23-print-step p,
  .v23-print-step li { margin: 1mm 0 0; color: #596476; font-size: 7.5pt; }
  .v23-print-step ul { margin: 0; padding-left: 4mm; }
  .v23-print-proof { margin-top: 3mm; padding: 3mm 4mm; break-inside: avoid; border-radius: 3mm; background: #101626 !important; color: #fff; }
  .v23-print-proof strong { color: #91e1d5; font-size: 7pt; letter-spacing: .08em; }
  .v23-print-proof p { margin: 1mm 0 0; color: #fff; font-size: 8pt; }
  .v23-print-sources { margin-top: 3mm; display: grid; grid-template-columns: auto 1fr; gap: 1.5mm 3mm; font-size: 7pt; }
  .v23-print-sources h2 { grid-column: 1 / -1; margin: 0; color: #596476; font-size: 7pt; text-transform: uppercase; }
  .v23-print-sources a { color: #08645e; text-decoration: none; overflow-wrap: anywhere; }
  .v23-print-boundary { margin: 3mm 0 0; padding-top: 2.5mm; border-top: .35mm solid #dfe4e1; color: #667085; font-size: 7pt; }
  .v23-print-foot { margin-top: auto; padding-top: 2mm; display: flex; justify-content: space-between; border-top: .35mm solid #eef0ef; color: #8c95a6; font-size: 6.5pt; }
}

@media (max-width: 800px) {
  .v23-shell .mobile-demo-controls { align-items: center; }
  .v23-shell .mobile-demo-play span:last-child { white-space: nowrap; }
}


/* source: v25/patch.css */
/* #codex */

.v25-shell .v21-inbox-button {
  position: relative;
  min-height: 30px !important;
  padding-inline: 9px !important;
  box-shadow: 0 3px 10px rgba(13, 128, 118, .2);
}

.v25-shell .v21-inbox-button:not([data-unread="0"])::before {
  width: 6px;
  height: 6px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .24);
  content: "";
}

.v25-shell .v12-auth-bar.demo-account .v12-auth-state {
  color: var(--teal-deep);
}

.v25-application-note {
  margin: -2px 0 12px;
  padding: 9px 10px;
  display: grid;
  grid-template-columns: 25px minmax(0, 1fr);
  align-items: start;
  gap: 7px;
  border: 1px solid rgba(13, 128, 118, .18);
  border-radius: 12px;
  background: rgba(225, 246, 242, .72);
  color: var(--teal-deep);
}

.v25-application-note span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: var(--teal);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.v25-application-note p {
  margin: 0;
  font-size: 9px;
  font-weight: 680;
  line-height: 1.45;
}

@container phone (max-width: 410px) {
  .v25-shell .v12-auth-bar { gap: 4px; }
  .v25-shell .v12-auth-bar > button { padding-inline: 6px !important; }
}
