@font-face {
  font-family: "Plus Jakarta Sans";
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url("assets/plus-jakarta-sans.woff2") format("woff2");
}
:root {
  --paper: #fff;
  --ground: #f5f6f8;
  --ink: #0b0b0f;
  --muted: #626269;
  --line: #e4e4e7;
  --orange: #ff6a00;
  --amber: #ffa800;
  --orange-ink: #ab4100;
  --peach: #ffe0b2;
  --dark: #1f1f24;
  --radius: 14px;
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
  scroll-padding-top: 94px;
  accent-color: var(--orange);
  color-scheme: light;
  /* The approved normal presentation is 110%; browser zoom remains independent. */
  zoom: 1.1;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button,
input {
  font: inherit;
}
button,
a {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a {
  color: inherit;
  text-decoration: none;
  text-underline-offset: 5px;
}
button {
  color: inherit;
}
button:focus-visible,
a:focus-visible,
[tabindex]:focus-visible,
summary:focus-visible {
  outline: 3px solid var(--orange-ink);
  outline-offset: 5px;
}
::selection {
  color: var(--ink);
  background: var(--peach);
}
html {
  scrollbar-color: #99999f var(--ground);
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2 {
  text-wrap: balance;
  letter-spacing: -0.04em;
}
h2 {
  font-size: clamp(30px, 3.1vw, 43px);
  line-height: 1.19;
  font-weight: 700;
  white-space: pre-line;
}
h3 {
  letter-spacing: -0.02em;
}
p {
  line-height: 1.7;
}
svg {
  flex-shrink: 0;
}
.icon {
  width: 21px;
  height: 21px;
  vertical-align: middle;
}
.container {
  width: min(1216px, calc(100% - 96px));
  margin-inline: auto;
}
.skip {
  position: fixed;
  left: 20px;
  top: -80px;
  padding: 12px;
  background: var(--ink);
  color: white;
  z-index: 30;
}
.skip:focus {
  top: 10px;
}
.header {
  height: 92px;
  background: var(--paper);
  border-bottom: 1px solid #f0f0f2;
}
.header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.045em;
  white-space: nowrap;
}
.brand__symbol {
  width: 40px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: white;
}
.brand__symbol img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.brand__voice {
  font-weight: 400;
  letter-spacing: -0.04em;
  margin-left: 4px;
}
.header nav {
  display: flex;
  gap: 30px;
  font-size: 13px;
  font-weight: 600;
}
.header nav a {
  padding: 12px 0;
}
.header nav a:hover {
  color: var(--orange-ink);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-height: 54px;
  padding: 15px 21px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 750;
  border: 0;
  transition:
    background 0.2s var(--ease),
    transform 0.2s var(--ease);
  white-space: nowrap;
}
.button:hover {
  transform: translateY(-2px);
}
.button--primary {
  background: var(--orange);
  color: var(--ink);
}
.button--primary:hover {
  background: var(--amber);
}
.button__arrow {
  width: 17px;
  height: 17px;
  margin-left: 5px;
}
.button--small {
  min-height: 40px;
  padding: 10px 17px;
  background: var(--ink);
  color: white;
  font-size: 12px;
}
.button--small .icon {
  width: 15px;
  height: 15px;
}
.button--small:hover {
  background: #34343a;
}
.button--secondary {
  background: var(--ground);
  color: var(--ink);
}
.button--secondary:hover {
  background: var(--line);
}
.text-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  padding: 12px 0;
  background: transparent;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  transition: color 0.2s;
}
.text-button:hover {
  color: var(--orange-ink);
}
.text-button .icon {
  width: 17px;
  height: 17px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 58px;
  align-items: center;
  padding-block: 74px 70px;
}
.hero h1 {
  font-size: clamp(46px, 4.6vw, 66px);
  font-weight: 750;
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.hero h1 span {
  color: var(--orange-ink);
}
.hero__intro {
  font-size: 16px;
  color: var(--muted);
  max-width: 420px;
  margin-top: 24px;
  line-height: 1.75;
}
.hero__actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.hero__free {
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--muted);
}
.hero__free .icon {
  width: 14px;
  height: 14px;
}
.requirements {
  font-size: 10px;
  color: var(--muted);
  margin-top: 8px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.showcase {
  min-width: 0;
}
.showcase-tabs {
  display: flex;
  gap: 7px;
  background: var(--ground);
  padding: 6px;
  border-radius: 12px;
  margin: 0 auto 16px;
  width: 100%;
  max-width: 386px;
}
.showcase-tabs button {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  padding: 12px 9px;
  border-radius: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 650;
}
.showcase-tabs button .icon {
  width: 17px;
  height: 17px;
}
.showcase-tabs button[aria-selected="true"] {
  background: var(--ink);
  color: white;
}
.showcase-tabs button:not([aria-selected="true"]):hover {
  background: var(--line);
}
.showcase-stage {
  position: relative;
  background: var(--ground);
  padding: 27px 25px 20px;
  border-radius: 18px;
  min-height: 431px;
  display: grid;
  align-items: center;
}
.showcase-stage > [role="tabpanel"] {
  min-width: 0;
}
/* Voice remains the intrinsic sizing reference, including at responsive widths.
   Inactive panels are inert/aria-hidden; no taller tab can resize the page. */
#hero-voice-panel[hidden] {
  display: block !important;
  visibility: hidden;
  pointer-events: none;
}
.showcase-stage > :not(#hero-voice-panel) {
  position: absolute;
  inset: 0;
  padding: inherit;
  display: flex;
  align-items: center;
  min-height: 0;
}
.showcase-stage > :not(#hero-voice-panel) > .demo-surface {
  width: 100%;
  max-height: 100%;
  overflow: auto;
  overscroll-behavior: contain;
}
.showcase-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  font-size: 10px;
  color: var(--muted);
}
.showcase-caption a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 650;
  color: var(--ink);
}
.showcase-caption a .icon {
  width: 14px;
  height: 14px;
}
.demo-surface {
  min-width: 0;
  position: relative;
}
.voice-demo {
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px -14px rgb(11 11 15 / 0.2);
  font-size: 11px;
}
.window-bar {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 17px;
  border-bottom: 1px solid #ededf0;
  color: var(--muted);
  font-size: 10px;
}
.window-bar > .icon {
  width: 13px;
  height: 13px;
}
.window-dots {
  display: flex;
  gap: 4px;
}
.window-dots i {
  width: 6px;
  height: 6px;
  border: 1px solid #c4c4ca;
  border-radius: 50%;
}
.email-content {
  padding: 19px 24px 17px;
}
.email-to {
  display: flex;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 9px;
}
.email-to b {
  font-size: 9px;
  font-weight: 500;
  background: var(--ground);
  padding: 3px 8px;
  border-radius: 4px;
  color: var(--ink);
}
.email-content h3 {
  font-size: 14px;
  margin-top: 13px;
  font-weight: 650;
}
.email-result {
  min-height: 79px;
  font-size: 12px;
  line-height: 1.85;
  margin-top: 13px;
  transition: opacity 0.3s;
}
.email-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #eeeef0;
  padding-top: 12px;
  font-size: 9px;
  color: var(--muted);
}
.email-bottom .icon {
  width: 13px;
  height: 13px;
}
.voice-input {
  padding: 16px 24px;
  background: #fff6ed;
  border-radius: 0 0 14px 14px;
}
.voice-input__label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  font-weight: 650;
  color: var(--orange-ink);
}
.voice-input__label .icon {
  width: 13px;
  height: 13px;
}
.voice-input p {
  font-size: 11px;
  color: #775840;
  line-height: 1.8;
  margin-top: 8px;
}
.recording-bar {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 14px;
  background: var(--ink);
  color: white;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  transform: translateY(17px);
  min-height: 52px;
}
.recording-bar > .icon {
  width: 16px;
  height: 16px;
  color: var(--orange);
}
.recording-bar [data-status] {
  font-size: 9px;
  flex: 1;
  white-space: nowrap;
}
.wave {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  height: 26px;
  max-width: 90px;
  overflow: hidden;
}
.wave i {
  display: block;
  height: calc(var(--bar) * 0.57);
  width: 2px;
  flex-shrink: 0;
  background: var(--orange);
  border-radius: 2px;
}
.replay {
  background: #303035;
  color: white;
  border: 0;
  border-radius: 5px;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
}
.replay .icon {
  width: 13px;
  height: 13px;
}
.replay:hover {
  background: #51515a;
}
.voice-demo[data-state="recording"] .wave i {
  animation: speak 0.7s var(--delay) ease-in-out infinite alternate;
}
.voice-demo:not([data-state="ready"]) .email-result {
  opacity: 0;
}
.voice-demo[data-state="processing"] .wave {
  opacity: 0.5;
}
.showcase .voice-demo {
  margin-bottom: 18px;
}
.bridge {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-block: 27px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.bridge a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-inline: 32px;
  font-size: 12px;
  font-weight: 600;
}
.bridge a:first-child {
  padding-left: 0;
}
.bridge a + a {
  border-left: 1px solid var(--line);
}
.bridge a > .icon:first-child {
  color: var(--orange-ink);
  width: 20px;
  height: 20px;
}
.bridge a > .icon:last-child {
  margin-left: auto;
  width: 15px;
  color: #73737b;
}
.bridge a:hover span {
  text-decoration: underline;
}
.feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 105px;
  align-items: center;
  padding-block: 105px;
}
.feature__visual {
  min-width: 0;
  padding: 35px 32px 25px;
  border-radius: 18px;
}
.voice-visual {
  background: var(--ground);
}
.feature__copy > p {
  font-size: 14px;
  line-height: 1.8;
  color: var(--muted);
  margin-top: 22px;
  max-width: 410px;
}
.feature-detail {
  margin-top: 27px;
}
.feature-detail h3 {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}
.feature-detail p {
  font-size: 12px;
  color: var(--muted);
  margin-top: 5px;
  max-width: 365px;
}
.feature__copy > .text-button {
  margin-top: 21px;
}
.illustration-caption {
  font-size: 9px;
  color: var(--muted);
  text-align: center;
  margin-top: 25px;
}
.context-tabs {
  display: flex;
  justify-content: center;
  gap: 3px;
  margin-top: 30px;
  padding-bottom: 14px;
}
.context-tabs button {
  background: transparent;
  border: 0;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  padding: 8px 12px;
  color: var(--muted);
}
.context-tabs button[aria-pressed="true"] {
  background: var(--ground);
  color: var(--ink);
}
.context-tabs button:hover {
  background: var(--ground);
}
.capture-band {
  background: var(--ink);
  color: white;
}
.capture-band .feature {
  padding-block: 85px;
  gap: 85px;
}
.capture-band .feature__copy > p,
.capture-band .feature-detail p {
  color: #b8b8bf;
}
.capture-band .text-button {
  color: var(--amber);
}
.capture-band .text-button:focus-visible {
  outline-color: var(--amber);
}
.capture-visual {
  padding: 0;
}
.capture-demo {
  font-size: 11px;
  color: var(--ink);
}
.capture-controls {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 21px;
}
.capture-controls button {
  display: flex;
  gap: 6px;
  align-items: center;
  border: 0;
  padding: 9px 12px;
  font-size: 10px;
  font-weight: 600;
  background: #e4e4e9;
  border-radius: 6px;
  color: var(--ink);
}
.capture-controls .icon {
  width: 13px;
  height: 13px;
}
.capture-controls button[aria-pressed="true"] {
  background: var(--orange);
  color: var(--ink);
}
.capture-controls button:hover {
  background: var(--amber);
}
.capture-band .capture-controls button:not([aria-pressed="true"]) {
  background: #2b2b32;
  color: #d9d9df;
}
.document {
  background: white;
  max-width: 378px;
  padding: 25px 30px 23px;
  margin: 0 auto;
  border-radius: 10px;
  cursor: crosshair;
  user-select: none;
  box-shadow: 0 15px 35px -20px rgb(0 0 0 / 0.3);
}
.document-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
}
.document-heading .icon {
  color: var(--orange-ink);
  width: 19px;
  height: 19px;
}
.document > p {
  font-size: 9px;
  color: var(--muted);
  margin-top: 6px;
}
.document dl {
  margin: 20px 0 24px;
}
.document dl > div {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 8px;
  margin-top: 9px;
  font-size: 10px;
}
.document dt {
  color: var(--muted);
}
.document dd {
  margin: 0;
  font-weight: 550;
}
.selection {
  position: relative;
  border: 1px dashed var(--orange-ink);
  background: #fff5e9;
  padding: 11px 12px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  transition: background 0.3s;
}
.selection-label {
  position: absolute;
  right: -1px;
  top: -20px;
  font-size: 8px;
  background: var(--orange);
  color: var(--ink);
  padding: 3px 7px;
  border-radius: 3px 3px 0 0;
}
.selection strong {
  font-size: 11px;
  font-weight: 600;
}
.document-key {
  font-size: 9px;
  color: var(--muted);
}
.handle {
  width: 6px;
  height: 6px;
  background: white;
  border: 1px solid var(--orange-ink);
  position: absolute;
}
.handle--tl {
  top: -3px;
  left: -3px;
}
.handle--tr {
  top: -3px;
  right: -3px;
}
.handle--bl {
  bottom: -3px;
  left: -3px;
}
.handle--br {
  bottom: -3px;
  right: -3px;
}
.document-lines {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-top: 19px;
}
.document-lines i {
  height: 4px;
  width: 85%;
  background: #eeeef1;
  border-radius: 2px;
}
.document-lines i:last-child {
  width: 55%;
}
.capture-result {
  position: relative;
  max-width: 330px;
  width: 90%;
  margin: -3px 0 0 auto;
  padding: 15px 20px;
  border-radius: 10px;
  background: #fff5e9;
  box-shadow: 0 12px 35px -15px rgb(0 0 0 / 0.2);
}
.capture-result > span {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--orange-ink);
  font-size: 9px;
}
.capture-result .icon {
  width: 13px;
  height: 13px;
}
.capture-result p {
  font-size: 11px;
  margin-top: 5px;
}
.capture-result .image-extract {
  padding: 9px;
  background: white;
  border: 1px dashed var(--orange-ink);
  font-weight: 650;
}
.demo-help {
  text-align: center;
  font-size: 9px;
  color: var(--muted);
  margin-top: 15px;
}
.capture-band .demo-help,
.capture-band .illustration-caption {
  color: #b8b8bf;
}
.capture-demo--selected .selection {
  border-style: solid;
  background: var(--peach);
}
.capture-demo--selected .capture-result {
  animation: arrive 0.5s var(--ease);
}
.showcase .document {
  padding: 22px 25px 20px;
}
.showcase .capture-result {
  padding: 12px 17px;
}
.showcase .capture-controls {
  margin-bottom: 15px;
}
.showcase .document dl {
  margin: 13px 0 24px;
}
.showcase .document-lines {
  margin-top: 14px;
}
.showcase .demo-help {
  font-size: 8px;
}
.notes-visual {
  background: #fff4e6;
}
.notes-demo {
  background: white;
  border-radius: var(--radius);
  box-shadow: 0 14px 34px -14px rgb(11 11 15 / 0.2);
  font-size: 11px;
  overflow: hidden;
}
.meeting-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #ededf0;
  padding: 13px 16px;
  font-size: 9px;
  color: var(--muted);
}
.meeting-people {
  display: flex;
  padding-left: 5px;
}
.meeting-people i {
  font-size: 8px;
  font-style: normal;
  width: 22px;
  height: 22px;
  border: 2px solid white;
  border-radius: 50%;
  background: #f4d2b2;
  display: grid;
  place-items: center;
  margin-left: -5px;
  color: #4b301b;
}
.meeting-people i:nth-child(2) {
  background: #dddce6;
  color: #42404d;
}
.meeting-people i:nth-child(3) {
  background: #f7e7c1;
  color: #5d4d24;
}
.meeting-time {
  margin-left: auto;
  font-size: 8px;
}
.meeting-body {
  padding: 22px;
}
.meeting-body h3 {
  font-size: 17px;
  font-weight: 700;
}
.note-tabs {
  display: flex;
  gap: 16px;
  border-bottom: 1px solid var(--line);
  margin-top: 19px;
}
.note-tabs button {
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  font-size: 9px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}
.note-tabs button[aria-selected="true"] {
  color: var(--orange-ink);
  border-bottom-color: var(--orange);
}
.note-tabs button:hover {
  color: var(--ink);
}
.note-panel {
  padding-top: 17px;
  min-height: 177px;
}
.note-panel > p {
  font-size: 11px;
}
.note-decision {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-top: 11px;
}
.note-decision .icon {
  width: 13px;
  height: 13px;
  color: var(--orange-ink);
  margin-top: 3px;
}
.note-decision p {
  font-size: 10px;
  color: var(--muted);
}
.note-actions {
  margin-top: 14px;
}
.note-actions > p {
  font-size: 10px;
  font-weight: 700;
  margin-bottom: 6px;
}
.note-actions > span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 10px;
  line-height: 2.3;
}
.note-actions i {
  width: 10px;
  height: 10px;
  border: 1px solid #aaaab1;
  border-radius: 3px;
}
.meeting-source {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 16px;
  padding: 13px;
  background: var(--ground);
  border-radius: 8px;
}
.meeting-source .icon {
  width: 14px;
  height: 14px;
  color: var(--muted);
  margin-top: 3px;
}
.meeting-source p {
  font-size: 9px;
  color: var(--muted);
  line-height: 1.8;
}
.meeting-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  padding: 12px;
  color: var(--orange-ink);
}
.meeting-footer .icon {
  width: 13px;
  height: 13px;
}
.showcase .meeting-body {
  padding: 18px;
}
.showcase .note-panel {
  min-height: 151px;
}
.showcase .note-actions {
  margin-top: 8px;
}
.showcase .meeting-source p {
  font-size: 8px;
}
.pricing {
  background: var(--ground);
  padding: 80px 0 64px;
}
.pricing h2 {
  text-align: center;
  font-size: 38px;
}
.plans {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 788px;
  margin: 40px auto 0;
}
.plan {
  min-width: 0;
  background: white;
  border-radius: 14px;
  padding: 30px;
}
.plan--pro {
  background: var(--ink);
  color: white;
}
.plan h3 {
  font-size: 19px;
  font-weight: 750;
}
.plan__description {
  color: var(--muted);
  font-size: 12px;
  margin-top: 7px;
}
.plan--pro .plan__description {
  color: #b8b8bf;
}
.price {
  font-size: 40px;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1.2;
  margin-top: 26px;
}
.price small {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: #b8b8bf;
  margin-left: 5px;
}
.plan ul {
  list-style: none;
  padding: 0;
  margin: 25px 0 30px;
}
.plan li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  margin-top: 12px;
}
.plan li .icon {
  width: 15px;
  height: 15px;
  color: var(--orange-ink);
}
.plan--pro li .icon {
  color: var(--amber);
}
.plan .button {
  width: 100%;
  font-size: 11px;
  min-height: 48px;
}
.plan .button .icon {
  width: 17px;
}
.plan-note {
  font-size: 11px;
  color: var(--muted);
  text-align: center;
  margin-top: 23px;
}
.faq {
  padding-block: 83px;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
}
.faq h2 {
  font-size: 32px;
}
.faq__items {
  min-width: 0;
}
.faq details {
  border-bottom: 1px solid var(--line);
}
.faq details:first-child {
  border-top: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  padding: 21px 0;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary .icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}
.faq details[open] summary .icon {
  transform: rotate(45deg);
}
.faq details p {
  font-size: 12px;
  color: var(--muted);
  padding: 0 30px 22px 0;
}
.closing {
  background: var(--orange);
  padding: 65px 0;
}
.closing__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.closing h2 {
  font-size: 40px;
}
.closing p {
  font-size: 12px;
  margin-top: 15px;
}
.closing .button {
  background: var(--ink);
  color: white;
  min-width: 245px;
}
.closing .button:hover {
  background: #34343a;
}
.closing__inner > div:last-child > p {
  text-align: center;
  font-size: 10px;
}
.footer {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  padding-block: 40px;
}
.brand--footer {
  font-size: 23px;
}
.brand--footer .brand__symbol {
  width: 32px;
  height: 34px;
}
.brand--footer img {
  width: 35px;
  height: 35px;
}
.footer p {
  font-size: 10px;
  color: var(--muted);
  margin-top: 7px;
}
.footer__links {
  display: flex;
  gap: 25px;
  font-size: 10px;
  color: var(--muted);
  flex-wrap: wrap;
  justify-content: flex-end;
}
.footer__links a:hover {
  color: var(--ink);
  text-decoration: underline;
}
.footer__links span {
  flex-basis: 100%;
  text-align: right;
  font-size: 9px;
}
.note-panel[data-active="decisions"],
.note-panel[data-active="nextSteps"] {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.note-panel[data-active="decisions"] .note-decision p {
  font-size: 14px;
  color: var(--ink);
}
.note-panel[data-active="nextSteps"] .note-actions {
  margin-top: 0;
}
.note-panel[data-active="nextSteps"] .note-actions span {
  font-size: 12px;
}
@keyframes speak {
  from {
    transform: scaleY(0.45);
  }
  to {
    transform: scaleY(1.1);
  }
}
@keyframes arrive {
  from {
    transform: translateY(7px);
    filter: blur(1px);
  }
  to {
    transform: translateY(0);
    filter: blur(0);
  }
}
@media (min-width: 1595px) {
  .hero {
    gap: 85px;
  }
  .hero h1 {
    font-size: 68px;
  }
}
@media (max-width: 1210px) {
  .container {
    width: calc(100% - 64px);
  }
  .hero {
    gap: 30px;
    padding-block: 55px;
  }
  .hero h1 {
    font-size: 52px;
  }
  .hero__intro {
    font-size: 14px;
  }
  .hero__actions {
    gap: 5px 16px;
  }
  .hero__actions .button {
    font-size: 12px;
  }
  .showcase-stage {
    padding: 23px 17px;
  }
  .recording-bar {
    gap: 8px;
  }
  .wave {
    max-width: 64px;
  }
  .feature {
    gap: 55px;
    padding-block: 80px;
  }
  .feature__visual {
    padding: 25px 22px;
  }
  .capture-band .feature {
    gap: 50px;
  }
  .feature__copy h2 {
    font-size: 34px;
  }
  .bridge a {
    padding-inline: 18px;
    font-size: 11px;
  }
  .bridge a .icon:last-child {
    display: none;
  }
  .feature .email-result {
    font-size: 11px;
    min-height: 94px;
  }
  .notes-demo .meeting-time {
    display: none;
  }
  .faq {
    gap: 45px;
  }
  .showcase-caption {
    font-size: 9px;
  }
}
@media (max-width: 880px) {
  .container {
    width: calc(100% - 40px);
  }
  .header {
    height: 76px;
  }
  .header nav {
    gap: 18px;
    font-size: 12px;
  }
  .header nav a:last-child {
    display: none;
  }
  .brand {
    font-size: 23px;
  }
  .brand__symbol {
    width: 31px;
    height: 35px;
  }
  .brand__symbol img {
    width: 37px;
    height: 37px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 39px;
    padding-block: 44px 39px;
  }
  .hero__copy {
    text-align: center;
  }
  .hero h1 {
    font-size: 58px;
    line-height: 1.08;
  }
  .hero__intro {
    margin: 20px auto 0;
    max-width: 430px;
    font-size: 15px;
  }
  .hero__actions {
    justify-content: center;
    margin-top: 23px;
    gap: 18px;
  }
  .hero__free,
  .requirements {
    justify-content: center;
  }
  .showcase {
    width: min(540px, 100%);
    margin-inline: auto;
  }
  .showcase-stage {
    padding: 25px 28px;
    min-height: 442px;
  }
  .recording-bar {
    gap: 13px;
  }
  .wave {
    max-width: 90px;
  }
  .showcase-caption {
    font-size: 10px;
  }
  .bridge {
    padding-block: 21px;
    gap: 13px;
  }
  .bridge a {
    flex-direction: column;
    gap: 9px;
    text-align: center;
    padding-inline: 8px;
    font-size: 10px;
    line-height: 1.5;
  }
  .bridge a:first-child {
    padding-left: 8px;
  }
  .feature {
    gap: 35px;
    grid-template-columns: 1fr;
    padding-block: 64px;
    width: min(580px, calc(100% - 40px));
  }
  .feature__copy {
    grid-row: 1;
  }
  .feature__copy h2 {
    font-size: 37px;
  }
  .feature__copy > p {
    max-width: 100%;
    font-size: 14px;
  }
  .feature-detail {
    margin-top: 20px;
  }
  .feature-detail p {
    max-width: 100%;
  }
  .feature__visual {
    padding: 30px;
  }
  .feature .email-result {
    min-height: 70px;
    font-size: 12px;
  }
  .capture-band .feature {
    gap: 35px;
    padding-block: 60px;
  }
  .capture-visual {
    padding: 0 20px;
  }
  .notes-demo .meeting-time {
    display: block;
  }
  .notes-visual .note-panel {
    min-height: 165px;
  }
  .pricing {
    padding-block: 60px 45px;
  }
  .pricing h2 {
    font-size: 34px;
  }
  .plans {
    gap: 14px;
  }
  .plan {
    padding: 24px;
  }
  .plan .button {
    padding: 12px;
    font-size: 10px;
  }
  .plan .button__arrow {
    display: none;
  }
  .price {
    font-size: 34px;
  }
  .plan li {
    font-size: 10px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 55px;
  }
  .faq h2 {
    font-size: 30px;
  }
  .closing {
    padding-block: 48px;
  }
  .closing__inner {
    gap: 30px;
  }
  .closing h2 {
    font-size: 31px;
  }
  .closing .button {
    min-width: 210px;
    font-size: 11px;
  }
  .footer {
    padding-block: 32px;
  }
  .footer__links {
    gap: 16px;
  }
}
@media (max-width: 528px) {
  .container {
    width: calc(100% - 36px);
  }
  .header {
    height: 70px;
  }
  .header__inner {
    gap: 12px;
  }
  .header nav {
    gap: 13px;
    font-size: 10px;
  }
  .header nav a:last-child {
    display: none;
  }
  .header .button--small {
    font-size: 10px;
    padding: 9px 12px;
    min-height: 35px;
  }
  .header .button--small .icon {
    display: none;
  }
  .brand {
    font-size: 20px;
    gap: 5px;
  }
  .brand__symbol {
    width: 25px;
    height: 29px;
  }
  .brand__symbol img {
    width: 30px;
    height: 30px;
  }
  .brand__voice {
    margin-left: 3px;
  }
  .hero {
    padding-top: 35px;
    gap: 31px;
  }
  .hero h1 {
    font-size: 47px;
  }
  .hero__intro {
    font-size: 13px;
    line-height: 1.8;
    max-width: 330px;
    margin-top: 18px;
  }
  .hero__actions {
    gap: 6px 15px;
    flex-direction: column;
    margin-top: 22px;
  }
  .hero__actions > .button {
    min-height: 51px;
    min-width: 240px;
    font-size: 12px;
  }
  .hero__actions > .text-button {
    font-size: 11px;
    padding: 8px;
  }
  .hero__free {
    margin-top: 8px;
    font-size: 10px;
  }
  .requirements {
    font-size: 9px;
    margin-top: 5px;
    gap: 3px 12px;
  }
  .showcase-tabs {
    padding: 5px;
    margin-bottom: 13px;
    max-width: 320px;
  }
  .showcase-tabs button {
    font-size: 11px;
    padding: 11px 7px;
    gap: 6px;
  }
  .showcase-tabs .icon {
    width: 15px;
    height: 15px;
  }
  .showcase-stage {
    padding: 18px 13px 21px;
    min-height: 402px;
    border-radius: 13px;
  }
  .showcase-caption {
    font-size: 8px;
    gap: 4px;
  }
  .showcase-caption a {
    gap: 4px;
  }
  .showcase-caption a .icon {
    width: 12px;
    height: 12px;
  }
  .email-content {
    padding: 16px 18px;
  }
  .email-content h3 {
    font-size: 13px;
  }
  .email-result {
    font-size: 11px;
    min-height: 81px;
  }
  .voice-input {
    padding: 13px 18px;
  }
  .voice-input p {
    font-size: 10px;
  }
  .recording-bar {
    width: 94%;
    padding: 10px;
    gap: 8px;
    min-height: 45px;
  }
  .recording-bar [data-status] {
    font-size: 8px;
  }
  .wave {
    max-width: 66px;
  }
  .recording-bar > .icon {
    width: 14px;
  }
  .replay {
    width: 25px;
    height: 25px;
  }
  .bridge {
    gap: 0;
    padding-block: 21px;
  }
  .bridge a {
    font-size: 9px;
    padding-inline: 10px;
  }
  .bridge a:first-child {
    padding-left: 0;
  }
  .bridge a:last-child {
    padding-right: 0;
  }
  .bridge a > .icon:first-child {
    width: 18px;
    height: 18px;
  }
  .feature {
    padding-block: 54px;
    gap: 27px;
  }
  .feature__copy h2 {
    font-size: 32px;
  }
  .feature__copy > p {
    font-size: 13px;
    margin-top: 18px;
  }
  .feature-detail h3 {
    font-size: 12px;
  }
  .feature-detail p {
    font-size: 11px;
  }
  .feature__copy > .text-button {
    font-size: 12px;
    margin-top: 16px;
  }
  .feature__visual {
    padding: 22px 14px;
  }
  .feature .email-result {
    font-size: 11px;
    min-height: 86px;
  }
  .illustration-caption {
    font-size: 8px;
    margin-top: 24px;
  }
  .capture-band .feature {
    padding-block: 50px;
  }
  .capture-visual {
    padding: 0;
  }
  .document {
    padding: 22px;
  }
  .document-heading {
    font-size: 13px;
  }
  .document dl > div {
    font-size: 9px;
    grid-template-columns: 56px 1fr;
  }
  .selection strong {
    font-size: 10px;
  }
  .capture-result {
    max-width: 285px;
    padding: 13px 16px;
  }
  .capture-result p {
    font-size: 10px;
  }
  .capture-controls button {
    font-size: 9px;
    padding: 9px 10px;
  }
  .showcase .capture-controls {
    margin-bottom: 16px;
  }
  .showcase .document {
    padding: 18px;
  }
  .showcase .document-heading {
    font-size: 12px;
  }
  .showcase .document dl > div {
    font-size: 9px;
    grid-template-columns: 52px 1fr;
    gap: 4px;
  }
  .showcase .selection strong {
    font-size: 9px;
  }
  .showcase .document dl {
    margin: 14px 0 26px;
  }
  .showcase .demo-help {
    font-size: 8px;
    max-width: 220px;
    margin: 12px auto 0;
  }
  .meeting-body {
    padding: 19px 17px;
  }
  .meeting-body h3 {
    font-size: 15px;
  }
  .meeting-bar {
    padding: 11px 12px;
    font-size: 8px;
  }
  .meeting-time {
    font-size: 7px;
  }
  .note-tabs {
    gap: 17px;
    margin-top: 16px;
  }
  .note-tabs button {
    font-size: 8px;
  }
  .note-panel {
    min-height: 180px;
  }
  .note-panel > p {
    font-size: 10px;
  }
  .note-actions > span {
    font-size: 9px;
  }
  .meeting-source {
    margin: 0 12px;
    padding: 10px;
  }
  .meeting-source p {
    font-size: 8px;
  }
  .showcase .meeting-body {
    padding: 17px 14px;
  }
  .showcase .note-panel {
    min-height: 166px;
  }
  .showcase .meeting-time {
    display: none;
  }
  .pricing {
    padding-block: 50px 36px;
  }
  .pricing h2 {
    font-size: 30px;
  }
  .plans {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 30px;
  }
  .plan {
    padding: 27px;
  }
  .plan .button {
    font-size: 12px;
    min-height: 49px;
  }
  .plan .button__arrow {
    display: block;
  }
  .plan li {
    font-size: 12px;
  }
  .plan h3 {
    font-size: 21px;
  }
  .plan__description {
    font-size: 12px;
  }
  .price {
    font-size: 42px;
    margin-top: 22px;
  }
  .plan ul {
    margin: 23px 0;
  }
  .plan-note {
    font-size: 10px;
  }
  .faq {
    padding-block: 48px;
    gap: 25px;
  }
  .faq h2 {
    font-size: 28px;
  }
  .faq summary {
    font-size: 12px;
    padding: 20px 0;
  }
  .faq details p {
    font-size: 11px;
  }
  .closing__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }
  .closing h2 {
    font-size: 33px;
  }
  .closing p {
    font-size: 11px;
    margin-top: 12px;
  }
  .closing .button {
    font-size: 12px;
    min-width: 250px;
  }
  .closing__inner > div:last-child > p {
    text-align: left;
    font-size: 9px;
  }
  .footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
  }
  .footer__links {
    justify-content: flex-start;
    font-size: 10px;
    gap: 20px;
  }
  .footer__links span {
    text-align: left;
  }
  .brand--footer {
    font-size: 24px;
  }
  .brand--footer .brand__symbol {
    width: 30px;
    height: 33px;
  }
}
.hero h1 {
  letter-spacing: -0.04em;
}
.brand {
  letter-spacing: -0.04em;
}
.captured-region {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}
.captured-region strong {
  font-size: 11px;
}
@media (max-width: 396px) {
  .plan {
    padding-inline: 20px;
  }
  .plan .button {
    font-size: 10px;
    gap: 6px;
  }
  .plan li {
    font-size: 10px;
  }
  .header nav {
    display: none;
  }
  .hero h1 {
    font-size: 41px;
  }
  .recording-bar {
    gap: 6px;
  }
  .wave {
    max-width: 44px;
  }
  .recording-bar [data-status] {
    font-size: 8px;
  }
  .showcase-caption {
    font-size: 7px;
  }
  .showcase-caption a {
    gap: 2px;
  }
  .note-tabs {
    gap: 12px;
  }
  .note-tabs button {
    font-size: 8px;
  }
  .closing h2 {
    font-size: 29px;
  }
}
/* Motion vocabulary adapted from src/foundation.css and src/overlay/overlay.css.
   Recorded samples are illustrative; no microphone, capture or AI request runs here. */
.app-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 9px;
  color: var(--muted);
  padding: 0 0 12px;
}
.app-toolbar > span:first-child {
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink);
  font-weight: 650;
}
.app-toolbar img {
  object-fit: contain;
  mix-blend-mode: multiply;
}
.notes-demo > .app-toolbar {
  padding: 14px 20px 10px;
  border-bottom: 1px solid var(--line);
}
.app-track {
  position: relative;
  display: block;
  height: 3px;
  overflow: hidden;
  border-radius: 3px;
  background: #ff6a0014;
  margin-bottom: 12px;
}
.app-track i {
  display: block;
  width: 400%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #ff6a00 25%,
    transparent 50%,
    #ff6a00 75%,
    transparent 100%
  );
}
[data-state="processing"] .app-track i {
  opacity: 1;
  animation: sv-shimmer 575ms linear infinite;
}
.recording-bar {
  border-radius: 18px 18px 0 0;
  background: rgb(26 26 25 / 0.94);
  gap: 10px;
  box-shadow: 0 -7px 9px rgb(0 0 0 / 0.12);
}
.recording-bar .wave {
  height: 20px;
  max-width: none;
  flex-shrink: 0;
}
.recording-bar .wave i {
  width: 2.5px;
  background: white;
  max-height: 20px;
  transform-origin: bottom;
  opacity: 0.4;
}
.hud-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6fb3f0;
  flex-shrink: 0;
  position: relative;
}
.hud-clock {
  font:
    10px ui-monospace,
    monospace;
  font-variant-numeric: tabular-nums;
  padding-right: 8px;
  border-right: 1px solid #ffffff30;
}
[data-state="recording"] .hud-dot {
  background: var(--orange);
  animation: sv-pulse 1.3s infinite;
}
[data-state="recording"] .hud-dot::after {
  content: "";
  position: absolute;
  inset: -3px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  animation: sv-ring 1.3s infinite;
}
[data-state="recording"] .recording-bar {
  animation: ov-unfold-up 260ms cubic-bezier(0.32, 0.72, 0, 1);
}
[data-state="recording"] .wave i {
  opacity: 0.9;
}
[data-state="processing"] .hud-dot {
  background: #ffa800;
}
.scene-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
}
.scene-footer .demo-help {
  margin: 0;
}
.scene-footer .replay,
.meeting-footer .replay {
  color: var(--ink);
  background: #0b0b0f08;
  flex-shrink: 0;
}
.meeting-footer .replay {
  margin-left: 8px;
}
.meeting-source {
  overflow: hidden;
}
.notes-demo .note-panel {
  transition: opacity 200ms;
}
.notes-demo:not([data-state="ready"]) .note-panel {
  opacity: 0.16;
}
.notes-demo[data-state="recording"] .meeting-source p {
  animation: transcript-reveal 2400ms steps(12, end) both;
}
.notes-demo[data-state="ready"] .note-panel > * {
  animation: sv-rise 260ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.notes-demo[data-state="ready"] .note-panel > :nth-child(2) {
  animation-delay: 80ms;
}
.notes-demo[data-state="ready"] .note-panel > :nth-child(3) {
  animation-delay: 160ms;
}
.capture-result {
  overflow: hidden;
}
.capture-demo:not([data-state="ready"]) [data-capture-output] {
  opacity: 0.12;
}
.capture-demo .selection {
  isolation: isolate;
}
.capture-demo[data-state="selecting"] .selection::after {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid var(--orange);
  pointer-events: none;
  animation: selection-draw 2200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.capture-demo[data-state="selecting"] .selection::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 12px;
  height: 12px;
  right: 0;
  bottom: 0;
  border-left: 2px solid var(--ink);
  border-top: 2px solid var(--ink);
  background: white;
  clip-path: polygon(0 0, 100% 60%, 60% 70%, 55% 100%);
  animation: selection-cursor 2200ms cubic-bezier(0.16, 1, 0.3, 1) both;
}
.capture-demo[data-state="processing"] .selection {
  overflow: hidden;
}
.capture-demo[data-state="processing"] .selection::after {
  content: "";
  position: absolute;
  inset: -30% 25%;
  background: #ff6a0025;
  animation: sv-sweep 1.3s cubic-bezier(0.16, 1, 0.3, 1) infinite;
  pointer-events: none;
}
.download-dialog {
  width: calc(100% - 36px);
  max-width: 420px;
  padding: 34px;
  border: 0;
  border-radius: 16px;
  background: white;
  color: var(--ink);
  box-shadow: 0 24px 80px #0b0b0f26;
}
.download-dialog::backdrop {
  background: #0b0b0f70;
}
.download-dialog h2 {
  font-size: 28px;
  line-height: 1.15;
  letter-spacing: -0.035em;
  margin: 22px 0 14px;
}
.download-dialog p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--muted);
}
.download-dialog .button {
  width: 100%;
  margin-top: 24px;
}
.dialog-close {
  display: grid;
  place-items: center;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.dialog-close:hover {
  color: var(--ink);
  background: var(--ground);
}
.download-dialog[open] {
  animation: sv-rise 260ms cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes sv-shimmer {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes sv-rise {
  from {
    opacity: 0;
    transform: translateY(9px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes sv-pulse {
  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.3);
  }
}
@keyframes sv-ring {
  from {
    transform: scale(0.92);
    opacity: 0.5;
  }
  to {
    transform: scale(1.55);
    opacity: 0;
  }
}
@keyframes ov-unfold-up {
  from {
    clip-path: inset(calc(100% - 5px) calc(50% - 62px) 0 round 4px 4px 0 0);
  }
  to {
    clip-path: inset(0 -16px 0 round 18px 18px 0 0);
  }
}
@keyframes sv-sweep {
  0% {
    opacity: 0;
    transform: translateX(-170%) rotate(18deg);
  }
  18%,
  82% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(170%) rotate(18deg);
  }
}
@keyframes transcript-reveal {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0);
  }
}
@keyframes selection-draw {
  from {
    clip-path: inset(0 99% 99% 0);
  }
  to {
    clip-path: inset(0);
  }
}
@keyframes selection-cursor {
  from {
    right: 95%;
    bottom: 80%;
  }
  to {
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 528px) {
  .hud-clock {
    display: none;
  }
  .recording-bar .wave {
    gap: 1.5px;
  }
  .recording-bar .wave i {
    width: 2px;
  }
  .download-dialog {
    padding: 28px 24px;
  }
}
@media (max-width: 396px) {
  .recording-bar {
    gap: 6px;
  }
  .recording-bar .wave {
    gap: 1px;
  }
}
/* Match the app HUD's intrinsic geometry, not the width of the demo window. */
.voice-demo .recording-bar {
  width: max-content;
  max-width: 100%;
  min-height: 44px;
  gap: 12px;
  padding: 11px 16px;
  border: 1px solid #ffffff2b;
  border-bottom: 0;
}
.voice-demo .hud-dot {
  width: 9px;
  height: 9px;
}
.voice-demo .recording-bar .wave {
  align-items: flex-end;
  gap: 2px;
  height: 20px;
}
.voice-demo .recording-bar .wave i {
  width: 2.5px;
  height: 20px;
  transform: scaleY(0.14);
}
.voice-demo[data-state="recording"] .recording-bar .wave i {
  height: calc(var(--bar) * 0.57);
}
.voice-demo .hud-clock {
  display: inline;
  flex: none;
  font-size: 12.5px;
  border: 0;
  padding: 0;
}
.hud-divider {
  flex: none;
  width: 1px;
  height: 16px;
  background: #ffffff30;
}
.voice-demo .recording-bar [data-status] {
  flex: none;
  font:
    10.5px ui-monospace,
    monospace;
  color: #ffffffb3;
}
.voice-demo[data-state="recording"] [data-status] {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.hud-stop {
  display: none;
  position: relative;
  place-items: center;
  flex: none;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-right: -4px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #ffffffb3;
  cursor: pointer;
}
.hud-stop::after {
  content: "";
  position: absolute;
  inset: -5px;
}
.hud-stop .icon {
  width: 12px;
  height: 12px;
}
.hud-stop:hover {
  background: #ffffff20;
  color: white;
}
.voice-demo[data-state="recording"] .hud-stop {
  display: grid;
}
.voice-input__label .replay {
  margin-left: auto;
  width: 26px;
  height: 26px;
  background: #0b0b0f08;
  color: var(--ink);
}
.capture-demo .document {
  position: relative;
  overflow: hidden;
  touch-action: none;
}
.capture-frame {
  position: absolute;
  pointer-events: none;
  z-index: 3;
  border: 1px solid var(--orange);
  box-shadow: 0 0 0 1000px #0b0b0f45;
}
.capture-demo[data-manual="true"] .selection {
  border-color: transparent;
  background: transparent;
}
.capture-demo[data-manual="true"] .selection > .handle,
.capture-demo[data-manual="true"] .selection-label,
.capture-demo[data-manual="true"] .selection::before,
.capture-demo[data-manual="true"] .selection::after {
  display: none;
}
.capture-crop {
  position: relative;
  display: block;
  overflow: hidden;
  margin: auto;
}
.capture-crop .document {
  pointer-events: none;
}
[data-capture-output] {
  white-space: pre-line;
  overflow-wrap: anywhere;
}
.capture-crop {
  white-space: normal;
}
.capture-band .app-toolbar,
.capture-band .app-toolbar > span:first-child {
  color: #d9d9df;
}
.capture-band .app-toolbar img {
  mix-blend-mode: normal;
  border-radius: 3px;
}
.capture-band .scene-footer .replay {
  color: white;
  background: #ffffff14;
}
/* Reallocate the existing track gap to the preview, keeping the same box height. */
.capture-result .app-track {
  margin-bottom: 0;
}
.capture-result [data-capture-output] {
  height: calc(1lh + 32px);
  overflow: auto;
  overscroll-behavior: contain;
}
.capture-result .image-extract {
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
}
.showcase .meeting-body {
  padding-block: 12px;
}
.showcase .note-tabs {
  margin-top: 16px;
}
.showcase .note-panel {
  padding-top: 12px;
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
  .button:hover {
    transform: none;
  }
}
