/* Product-led homepage. Existing manifesto, marquee, FAQ and demo styles stay intact. */
:root {
  --brand-blue: #0d276d;
  --brand-blue-hover: #173b86;
  --brand-blue-rgb: 13, 39, 109;
  --ink: var(--brand-blue);
  --text-accent-blue: #326de6;
  --frame: var(--brand-blue);
  --frame-dark: var(--brand-blue);
}

.wave-into-dark path {
  fill: var(--brand-blue);
}
.cta-band::after {
  background: linear-gradient(to bottom, var(--brand-blue) 0%, rgba(var(--brand-blue-rgb), 0.6) 42%, rgba(var(--brand-blue-rgb), 0) 100%);
}

.home-container {
  width: min(1360px, calc(100% - 80px));
  margin-inline: auto;
}
.home-hero,
.home-credibility,
.home-experience,
.home-workspace-section,
.home-dialog {
  --home-ink: var(--ink);
  --home-blue: var(--brand-blue);
  --home-muted: #5e6c87;
  --home-line: #e0e6ef;
  color: var(--home-ink);
  letter-spacing: 0;
}
.home-hero *,
.home-credibility *,
.home-experience *,
.home-workspace-section *,
.home-dialog * {
  letter-spacing: 0;
}
.nav .container {
  max-width: 1440px;
  padding-inline: 40px;
}
.nav {
  background: rgba(255, 255, 255, 0.9);
}
.nav-inner {
  height: 76px;
  display: flex;
  gap: 32px;
}
.brand {
  font-size: 26px;
  gap: 11px;
  letter-spacing: 0;
}
.brand img {
  width: 36px;
  height: 36px;
}
.nav .brand {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  justify-content: center;
}
.nav-links {
  margin-left: 0;
  display: flex;
  gap: 26px;
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}
.nav-right {
  margin-left: auto;
}
.nav .btn-nav {
  border-radius: 6px;
  min-width: 0;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 13px;
  box-shadow: none;
  background: var(--brand-blue);
  color: #fff;
  border: 1px solid var(--brand-blue);
}
.nav .btn-nav:hover {
  background: var(--brand-blue-hover);
}
.nav .btn-waitlist {
  background: #fff;
  color: var(--ink);
  border-color: #c5d4ea;
}
.nav .btn-waitlist:hover {
  background: #f3f7ff;
  border-color: #9db9ed;
}
.nav .btn-demo::after {
  display: none;
}
.home-hero {
  padding: 120px 0 64px;
  background: #f8faff;
}
.home-hero::before,
.home-hero::after {
  display: none;
}
.home-hero .home-container {
  position: relative;
  z-index: 1;
}
.home-intro {
  text-align: center;
  max-width: 1020px;
  margin-inline: auto;
}
.home-eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 11px;
  font-weight: 650;
  color: #50658c;
  line-height: 1.5;
}
.home-eyebrow img {
  width: 19px;
  height: 19px;
}
.home-intro .home-eyebrow {
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 36px;
  padding: 7px 12px;
  gap: 8px;
  border: 1px solid rgba(var(--brand-blue-rgb), 0.12);
  border-radius: 999px;
  background: rgba(238, 244, 255, 0.8);
  box-shadow: 0 2px 8px rgba(var(--brand-blue-rgb), 0.035);
  color: var(--text-accent-blue);
  font-size: 12px;
  font-weight: 650;
  text-wrap: balance;
}
.home-intro .home-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: currentColor;
  animation: hero-status-pulse 2.8s ease-in-out infinite;
}
@keyframes hero-status-pulse {
  0%, 20%, 100% { opacity: 1; }
  50%, 65% { opacity: 0; }
}
.home-hero h1 {
  font-size: 80px;
  font-weight: 620;
  max-width: none;
  line-height: 1.045;
  letter-spacing: 0;
  text-wrap: balance;
  animation: none;
  text-shadow: none;
}
.home-hero h1 > span {
  display: block;
}
.hero-headline-accent {
  color: var(--text-accent-blue);
  text-shadow: none;
}
.home-description {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 1.55;
  color: var(--home-muted);
}
.home-actions {
  justify-content: center;
  gap: 14px;
  margin-top: 28px;
  animation: none;
}
.home-actions .btn {
  width: 180px;
  gap: 8px;
  min-height: 49px;
  padding: 12px 21px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 630;
}
.home-actions .btn-primary {
  background: var(--brand-blue);
  box-shadow: 0 5px 14px rgba(var(--brand-blue-rgb), 0.13);
}
.home-actions .btn-primary:hover {
  background: var(--brand-blue-hover);
}
.home-actions .btn-primary img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
  margin-left: 6px;
}
.home-actions .btn-secondary {
  background: #fff;
  color: var(--ink);
  border-color: #c5d4ea;
  box-shadow: none;
}
.home-actions .btn:hover {
  box-shadow: 0 8px 20px rgba(var(--brand-blue-rgb), 0.11);
}
.home-support {
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  text-wrap: balance;
  color: #4b6486;
}
.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px;
  list-style: none;
  max-width: 800px;
  margin: 24px auto 0;
  padding: 0;
  text-align: left;
}
.hero-benefits li {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}
.hero-benefits img {
  width: 15px;
  height: 15px;
  opacity: .65;
  flex-shrink: 0;
}
.hero-benefits strong {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  color: #65768d;
}
.launch-demo {
  margin: 36px auto 0;
  max-width: 1220px;
  background: #fff;
  border: 1px solid #d7e1f0;
  border-radius: 8px;
  box-shadow:
    0 28px 80px #1a4aaa1c,
    0 3px 12px #12224908;
  overflow: hidden;
  text-align: left;
}
.launch-topbar {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 30px;
  padding: 0 18px;
  background: #f8fafd;
  border-bottom: 1px solid var(--home-line);
  color: #748198;
  font-size: 10px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff8c86;
}
.window-dots i:nth-child(2) {
  background: #efc167;
}
.window-dots i:nth-child(3) {
  background: #73c99c;
}
.sample-label {
  font-size: 10px;
  color: #718099;
  line-height: 1.4;
  font-weight: 500;
}
.launch-topbar .sample-label {
  margin-left: auto;
}
.launch-heading {
  padding: 15px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-bottom: 1px solid var(--home-line);
}
.launch-heading h2 {
  font-size: 23px;
  line-height: 1.2;
  font-weight: 650;
}
.launch-heading p {
  font-size: 12px;
  margin-top: 4px;
  color: #65799f;
}
.launch-members {
  display: flex;
  align-items: flex-start;
  gap: 19px;
}
.member {
  display: grid;
  justify-items: center;
  gap: 5px;
}
.member small {
  font-size: 9px;
  color: #3d506f;
  white-space: nowrap;
}
.person-avatar,
.agent-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 50%;
  line-height: 1;
}
.person-avatar {
  color: #374e5d;
  background: #e6eceb;
  border: 1px solid #d5dfde;
}
.person-avatar.grace {
  background: #f0e8e5;
  color: #785843;
  border-color: #e7d9d0;
}
.person-avatar.mia {
  background: #e9e8f1;
  color: #675a7d;
  border-color: #dcd8e8;
}
.person-avatar.leo {
  background: #e2edf0;
  color: #315963;
  border-color: #cddfe4;
}
.agent-avatar.captain {
  background: #eff4ff;
  border: 1px solid #dae5ff;
}
.agent-avatar.captain img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.agent-avatar.content {
  color: #6842c4;
  background: #ebe5fc;
}
.agent-avatar.review {
  color: #1866bc;
  background: #dfedff;
}
.agent-avatar.research {
  color: #29815c;
  background: #daf6e7;
}
.launch-body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
}
.launch-thread {
  min-width: 0;
  padding: 17px 24px 12px;
}
.chat-messages {
  list-style: none;
  display: grid;
  gap: 9px;
}
.chat-message {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.chat-message > div {
  min-width: 0;
}
.message-by {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  margin-bottom: 4px;
  line-height: 1.3;
  flex-wrap: wrap;
}
.message-by strong {
  font-weight: 650;
}
.message-by time {
  color: #788aa8;
  font-size: 10px;
}
.role-label {
  color: #3460a0;
  background: #edf3ff;
  padding: 1px 5px;
  border-radius: 3px;
  font-size: 9px;
}
.message-bubble {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 6px;
  background: #f3f5f9;
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink);
}
.captain-message {
  background: #edf3ff;
}
.mention {
  color: var(--brand-blue);
  font-weight: 500;
}
.night-handoff {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 10px;
  color: #6e7ba0;
  padding: 1px 0;
}
.night-handoff::before,
.night-handoff::after {
  content: "";
  height: 1px;
  background: #e3eaf6;
  flex: 1;
}
.night-handoff img {
  width: 13px;
  height: 13px;
  opacity: 0.6;
}
.demo-text-button {
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  min-height: 30px;
  padding: 2px 4px;
}
.demo-text-button img {
  width: 13px;
  height: 13px;
}
.demo-text-button:hover {
  color: var(--ink);
  text-decoration: underline;
}
.final-message .demo-text-button {
  margin-left: 4px;
}
.sample-composer {
  border: 1px solid #e2e8f2;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding: 10px;
  color: #8794aa;
  font-size: 11px;
}
.sample-composer img {
  width: 15px;
  height: 15px;
  opacity: 0.55;
}
.sample-composer img:last-child {
  margin-left: auto;
}
.launch-sidebar {
  border-left: 1px solid var(--home-line);
  padding: 22px 20px;
  background: #fbfcfe;
}
.panel-kicker {
  font-size: 10px;
  color: #75839b;
  font-weight: 600;
  line-height: 1.4;
}
.launch-goal h3 {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand-blue);
  margin: 8px 0 12px;
}
.home-hero progress,
.home-workspace-section progress {
  appearance: none;
  border: 0;
  height: 6px;
  border-radius: 6px;
  overflow: hidden;
  background: #e6edf8;
  width: 100%;
  display: block;
}
.home-hero progress::-webkit-progress-bar,
.home-workspace-section progress::-webkit-progress-bar {
  background: #e6edf8;
}
.home-hero progress::-webkit-progress-value,
.home-workspace-section progress::-webkit-progress-value {
  background: var(--brand-blue);
  border-radius: 6px;
}
.home-hero progress::-moz-progress-bar,
.home-workspace-section progress::-moz-progress-bar {
  background: var(--brand-blue);
}
.goal-count {
  display: block;
  font-size: 11px;
  color: #6a7a98;
  text-align: right;
  margin-top: 6px;
}
.token-usage {
  margin-top: 16px;
  padding-top: 13px;
  border-top: 1px solid var(--home-line);
  display: grid;
  gap: 5px;
  font-size: 10px;
  color: #728098;
}
.token-usage strong {
  font-weight: 550;
  color: #334c78;
  font-size: 12px;
}
.token-usage strong span {
  color: #8491a7;
  font-weight: 400;
}
.handoff-list {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
}
.handoff-list h3 {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 17px;
}
.handoff-item {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 14px 0;
}
.handoff-item .person-avatar,
.handoff-item .agent-avatar {
  width: 27px;
  height: 27px;
  flex-basis: 27px;
  font-size: 10px;
}
.handoff-item strong {
  font-size: 10px;
  font-weight: 550;
}
.handoff-item strong span {
  color: #9ba9be;
  margin-inline: 2px;
}
.handoff-item p {
  font-size: 10px;
  color: #798aa8;
  margin-top: 2px;
}
.overnight-note {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--home-line);
  font-size: 11px;
  color: #657796;
}
.overnight-note img {
  width: 23px;
  height: 23px;
  opacity: 0.55;
}
.launch-demo figcaption {
  text-align: center;
  border-top: 1px solid var(--home-line);
  padding: 7px 10px;
  font-size: 9px;
  color: #8a96a9;
}
.home-credibility {
  padding: 48px 0 52px;
  background: #fff;
  border-block: 1px solid #e8edf5;
}
.credibility-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  max-width: 1180px;
  margin-inline: auto;
}
.credibility-item {
  text-align: center;
  min-width: 0;
}
.credential-medal {
  position: relative;
  width: 78px;
  height: 94px;
  margin: 0 auto 20px;
  isolation: isolate;
}
.credential-medal::before,
.credential-medal::after {
  content: "";
  position: absolute;
  top: 51px;
  width: 24px;
  height: 40px;
  background: #284e91;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, 0 100%);
  z-index: -1;
}
.credential-medal::before {
  left: 17px;
  transform: rotate(19deg);
}
.credential-medal::after {
  right: 17px;
  transform: rotate(-19deg);
  background: #6687bd;
}
.credential-seal {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 1px solid #b9cbe7;
  border-radius: 50%;
  background: #f9fbff;
  box-shadow:
    inset 0 0 0 5px #fff,
    inset 0 0 0 6px #d5e1f3,
    0 4px 10px #1f42740e;
}
.credential-seal img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  opacity: 0.75;
}
.credential-seal img[src$="nvidia.svg"] {
  width: 35px;
  height: 35px;
  opacity: 1;
}
.credibility-item .credential-seal {
  transition: transform 0.25s ease;
}
.credibility-item:hover .credential-seal {
  transform: translateY(-3px);
}
.credibility-item:hover .credential-medal::before,
.credibility-item:hover .credential-medal::after {
  filter: brightness(1.1);
}
.credibility-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 27px;
}
.credibility-item > p {
  font-size: 10px;
  font-weight: 600;
  color: #60718c;
  margin-bottom: 9px;
}
.credibility-mark strong {
  font-size: 20px;
  font-weight: 650;
  line-height: 1.3;
  color: var(--ink);
}
.experience-names {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin-top: 7px;
  color: #4e607b;
}
.experience-names span {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.experience-names span:last-child {
  flex-basis: 100%;
  justify-content: center;
}
.home-experience {
  padding: 96px 0 80px;
  background: #fff;
}
.experience-heading {
  text-align: center;
}
.experience-heading .home-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}
.home-experience h2,
.home-workspace-section h2 {
  font-size: 44px;
  font-weight: 600;
  line-height: 1.13;
  text-wrap: balance;
}
.blue-text {
  color: var(--text-accent-blue);
}
.experience-heading > p:last-child {
  font-size: 17px;
  color: #748198;
  line-height: 1.7;
  margin-top: 20px;
}
.experience-scene {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: 70px;
  max-width: 1100px;
  margin: 52px auto 0;
  position: relative;
}
.owner-photo {
  position: relative;
  height: 610px;
  overflow: hidden;
  border-radius: 8px;
  margin: 0;
}
.owner-photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}
.owner-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: #122134b8;
  padding: 18px 24px;
  font-size: 12px;
}
.experience-handoff {
  position: absolute;
  z-index: 2;
  top: 44%;
  left: 41%;
  background: #fff;
  border: 1px solid #dce5f3;
  padding: 10px 14px;
  border-radius: 6px;
  box-shadow: 0 8px 25px #16357218;
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 10px;
  color: #60728e;
}
.experience-handoff > img {
  width: 18px;
  height: 18px;
}
.experience-handoff .person-avatar,
.experience-handoff .agent-avatar {
  width: 25px;
  height: 25px;
  flex-basis: 25px;
  font-size: 10px;
}
.phone-concept {
  background: #f8faff;
  border: 4px solid #26313d;
  border-radius: 43px;
  color: var(--ink);
  padding: 14px 21px 12px;
  width: 356px;
  max-width: 100%;
  margin-inline: auto;
  box-shadow:
    0 0 0 1px #aab4c0,
    0 14px 22px -16px #10213e38,
    0 30px 60px -22px #142d5738,
    inset 0 0 0 2px #fff;
  position: relative;
}
.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  padding: 2px 9px 10px;
  height: 29px;
}
.phone-status > div {
  display: flex;
  align-items: center;
  gap: 3px;
}
.phone-status img {
  width: 13px;
  height: 13px;
  filter: none;
}
.phone-island {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10px;
  width: 82px;
  height: 22px;
  border-radius: 30px;
  background: #020610;
}
.phone-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-top: 24px;
}
.phone-wordmark { display: inline-flex; align-items: center; gap: 6px; }
.phone-brand .phone-owner { width: 30px; height: 30px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 0 0 1px #e0e6ef; }
.phone-brand img {
  width: 21px;
  height: 21px;
  filter: none;
}
.phone-brand strong {
  font-size: 15px;
  font-weight: 600;
}
.phone-concept h3 {
  font-size: 28px;
  line-height: 1.2;
  text-align: left;
  margin-top: 28px;
  font-weight: 650;
}
.phone-subtitle {
  font-size: 12px;
  color: #5b6b87;
  text-align: left;
  line-height: 1.65;
  margin-top: 8px;
  max-width: 240px;
}
.phone-tasks {
  display: grid;
  gap: 0;
  margin-top: 23px;
  border-block: 1px solid #e3e9f2;
}
.phone-task {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 17px 0;
  min-height: 80px;
  background: transparent;
  color: var(--ink);
  border: 0;
  border-bottom: 1px solid #e3e9f2;
  border-radius: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  transition:
    background 0.2s,
    transform 0.2s;
  width: 100%;
}
.phone-task:last-child { border-bottom: 0; }
.phone-task:hover {
  background: #f0f5ff;
}
.phone-task:focus-visible,
.phone-review:focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 3px;
}
.phone-task:active {
  transform: translateY(1px);
}
.task-icon {
  display: grid;
  place-items: center;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
.task-icon img {
  width: 18px;
  height: 18px;
}
.lavender {
  background: #ece5fc;
}
.mint {
  background: #ddf3e9;
}
.amber {
  background: #fff0d7;
}
.task-info {
  flex: 1;
  min-width: 0;
}
.task-info strong {
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}
.task-info small {
  display: block;
  color: #52637e;
  font-size: 10px;
  line-height: 1.5;
  margin-top: 4px;
}
.phone-task > .agent-avatar,
.phone-task > .person-avatar {
  width: 28px;
  height: 28px;
  flex-basis: 28px;
  font-size: 12px;
}
.phone-avatar { display: grid; place-items: center; flex: 0 0 29px; width: 29px; height: 29px; }
.phone-avatar.model-avatar { border-radius: 8px; background: #fff; border: 1px solid #e3e9f2; }
.phone-avatar.model-avatar img { width: 18px; height: 18px; object-fit: contain; }
.phone-avatar.portrait-avatar img { width: 29px; height: 29px; border-radius: 50%; object-fit: cover; }
.phone-momentum {
  margin-top: 24px;
  padding: 0;
}
.momentum-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.momentum-title > span {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  border-radius: 8px;
  background: #fff0d7;
}
.momentum-icon img { width: 19px; height: 19px; filter: brightness(0) saturate(100%) invert(40%) sepia(59%) saturate(650%) hue-rotate(2deg); }
.momentum-title strong {
  display: block;
  font-size: 16px;
  line-height: 1.3;
  color: #875c1d;
  font-weight: 600;
}
.momentum-title p {
  font-size: 13px;
  line-height: 1.45;
  color: #5b6b87;
  margin-top: 4px;
}
.kpi-segments {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 4px;
  margin-top: 14px;
}
.kpi-segments i {
  height: 5px;
  background: #dee6f1;
  border-radius: 3px;
}
.kpi-segments i:nth-child(-n + 5) {
  background: var(--brand-blue);
}
.phone-review {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px;
  width: 100%;
  background: var(--brand-blue);
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  min-height: 44px;
  border: 0;
  border-radius: 7px;
  margin-top: 24px;
  box-shadow: 0 4px 12px rgba(var(--brand-blue-rgb), 0.10);
  cursor: pointer;
}
.phone-review img { filter: brightness(0) invert(1); }
.phone-review:hover {
  background: var(--brand-blue-hover);
}
.phone-home {
  width: 84px;
  height: 4px;
  background: #26313d;
  display: block;
  margin: 22px auto 0;
  border-radius: 3px;
}
.concept-note {
  text-align: center;
  margin-top: 22px;
  color: #8b97a9;
  font-size: 10px;
}
.home-workspace-section {
  padding: 90px 0;
  background: #f9fbfe;
  border-bottom: 1px solid #e4eaf3;
  scroll-margin-top: 76px;
}
.workspace-intro {
  text-align: center;
}
.workspace-intro .home-eyebrow {
  justify-content: center;
  margin-bottom: 16px;
}
.workspace-intro > p:last-child {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 18px;
  color: #71819a;
}
.connected-workspace {
  margin-top: 42px;
  border: 1px solid #d9e2ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px #1b3d7010;
  overflow: hidden;
}
.connected-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 62px;
  padding: 18px 24px;
  border-bottom: 1px solid #e2e9f2;
}
.workspace-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
}
.workspace-brand img {
  width: 23px;
  height: 23px;
}
.workspace-brand > span {
  color: #bac3d1;
  font-weight: 400;
  margin-inline: 9px;
}
.workspace-brand strong {
  font-size: 12px;
  font-weight: 500;
  color: #677897;
}
.connected-body {
  display: grid;
  grid-template-columns: 195px minmax(0, 1fr) 230px;
  min-height: 484px;
}
.workspace-nav {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 22px 12px;
  border-right: 1px solid #e5ebf3;
  background: #fbfcfe;
}
.workspace-nav > button {
  border: 0;
  background: transparent;
  color: #5b6d88;
  min-height: 42px;
  padding: 11px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font: inherit;
  font-size: 11px;
  text-align: left;
  cursor: pointer;
}
.workspace-nav > button > img {
  width: 17px;
  height: 17px;
  opacity: 0.55;
}
.workspace-nav > button:hover {
  background: #f0f4fa;
}
.workspace-nav > button[aria-selected="true"] {
  background: #e9f0ff;
  color: var(--brand-blue);
  font-weight: 600;
  box-shadow: inset 2px 0 var(--brand-blue);
}
.nav-count {
  margin-left: auto;
  background: #ece5d8;
  color: #836233;
  font-size: 10px;
  padding: 1px 5px;
  border-radius: 3px;
}
.workspace-team {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  padding: 24px 8px 0;
  gap: 4px;
}
.workspace-team .person-avatar,
.workspace-team .agent-avatar {
  width: 26px;
  height: 26px;
  flex-basis: 26px;
  font-size: 10px;
}
.workspace-team small {
  width: 100%;
  font-size: 10px;
  color: #8190a6;
  margin-top: 6px;
}
.workspace-panels {
  min-width: 0;
}
.workspace-panel {
  padding: 30px;
  min-height: 485px;
  display: flex;
  flex-direction: column;
}
.workspace-panel[hidden] {
  display: none;
}
.panel-heading h3 {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 10px;
}
.panel-heading p {
  font-size: 12px;
  color: #7a89a1;
  line-height: 1.6;
  margin-top: 9px;
}
.workspace-chat {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}
.workspace-chat .message-bubble {
  font-size: 13px;
  padding: 12px;
}
.workspace-chat .message-by {
  font-size: 12px;
}
.workspace-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  padding-top: 24px;
  margin-top: auto;
  font-size: 11px;
  color: #7b8aa1;
  line-height: 1.5;
}
.workspace-note > img {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  opacity: 0.45;
}
.workspace-context {
  border-left: 1px solid #e4ebf4;
  padding: 26px 20px;
  background: #fdfefe;
}
.workspace-context h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0 16px;
}
.context-progress {
  color: #8a97aa;
  font-size: 10px;
  margin-top: 8px;
}
.context-divider {
  height: 1px;
  background: #e6ebf3;
  margin: 26px 0;
}
.workspace-context h4 {
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 16px;
}
.context-file {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #627593;
  font-size: 11px;
  margin-top: 13px;
}
.context-file img {
  width: 15px;
  height: 15px;
  opacity: 0.5;
}
.context-approval {
  display: flex;
  gap: 7px;
  align-items: center;
  border: 0;
  background: transparent;
  font: inherit;
  font-size: 10px;
  color: #687797;
  padding: 6px 0;
  cursor: pointer;
  text-align: left;
}
.context-approval > img {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}
.status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d2a154;
  flex: 0 0 5px;
}
.context-private {
  display: flex;
  gap: 5px;
  color: #99a4b4;
  font-size: 9px;
  margin-top: 35px;
}
.context-private img {
  width: 12px;
  height: 12px;
  opacity: 0.4;
}
.workspace-footnote {
  padding: 10px 20px;
  border-top: 1px solid #e2e8f1;
  text-align: center;
  font-size: 10px;
  color: #8a97a9;
}
.task-table {
  margin-top: 28px;
}
.task-table-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #edf0f6;
}
.task-table-row > div {
  flex: 1;
  min-width: 0;
}
.task-table-row strong,
.agent-config-title strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.task-table-row small,
.agent-config-title small {
  display: block;
  font-size: 10px;
  color: #8a98ad;
  margin-top: 4px;
}
.status-pill {
  display: inline-block;
  font-size: 9px;
  line-height: 1.4;
  padding: 4px 7px;
  border-radius: 4px;
  white-space: nowrap;
}
.status-blue {
  background: #eaf1ff;
  color: #3465b4;
}
.status-green {
  background: #e7f4ed;
  color: #42755d;
}
.status-amber {
  background: #faf0da;
  color: #8b6c32;
}
.memory-timeline {
  list-style: none;
  margin: 26px 0 0 5px;
}
.memory-timeline li {
  position: relative;
  padding: 0 0 22px 23px;
  border-left: 1px solid #dbe5f7;
}
.memory-timeline li:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.memory-dot {
  position: absolute;
  top: 4px;
  left: -4px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7799d6;
  box-shadow: 0 0 0 4px #f3f7fd;
}
.memory-timeline small {
  font-size: 9px;
  color: #8a99af;
  display: block;
}
.memory-timeline strong {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin-top: 5px;
}
.memory-timeline p {
  color: #7b8aa1;
  font-size: 11px;
  margin-top: 4px;
}
.agent-config {
  margin-top: 24px;
}
.agent-config-title {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e8edf5;
}
.agent-config-title > .status-pill {
  margin-left: auto;
}
.agent-config dl > div {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 10px;
  padding: 10px 0;
  font-size: 11px;
  border-bottom: 1px solid #edf1f6;
}
.agent-config dt {
  color: #8191a9;
}
.agent-config dd {
  margin: 0;
  color: #4f6382;
}
.agent-config select {
  color: var(--brand-blue);
  font: inherit;
  width: 100%;
  max-width: 160px;
  border: 1px solid #d9e3f2;
  border-radius: 4px;
  background: #fff;
  min-height: 30px;
  padding: 3px 8px;
}
.skill-tag {
  display: inline-block;
  border: 1px solid #e0e8f4;
  padding: 2px 6px;
  border-radius: 4px;
  margin: 2px 3px 2px 0;
  font-size: 10px;
}
.connected-tools {
  margin-top: 22px;
}
.connected-tools > div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ecf0f6;
}
.connected-tools > div > img {
  width: 23px;
  height: 23px;
  object-fit: contain;
}
.connected-tools > div > span:nth-child(2) {
  flex: 1;
}
.connected-tools strong {
  display: block;
  font-size: 12px;
  font-weight: 550;
}
.connected-tools small {
  display: block;
  font-size: 10px;
  color: #8291a8;
  margin-top: 3px;
}
.tool-check {
  font-size: 9px;
  color: #56856a;
}
.permission-level {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 18px 0;
  border-bottom: 1px solid #e9eef6;
}
.permission-level > img {
  width: 18px;
  height: 18px;
  opacity: 0.5;
}
.permission-level strong {
  display: block;
  font-size: 11px;
  font-weight: 600;
}
.permission-level p {
  font-size: 10px;
  color: #8391a7;
  line-height: 1.7;
  margin-top: 5px;
}
.sample-approval {
  margin-top: 18px;
  padding: 14px;
  background: #f5f8ff;
  border: 1px solid #dee8fa;
  border-radius: 6px;
}
.sample-approval > div:first-child {
  display: flex;
  align-items: center;
  gap: 9px;
}
.sample-approval strong {
  font-size: 11px;
  font-weight: 600;
}
.sample-approval small {
  display: block;
  color: #7d8da7;
  font-size: 10px;
}
.approval-actions {
  display: flex;
  gap: 7px;
  margin-top: 14px;
}
.approval-actions button {
  border: 1px solid #d5e0f1;
  background: #fff;
  color: #63789a;
  border-radius: 4px;
  padding: 7px 12px;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
  min-height: 36px;
}
.approval-actions button:first-child {
  background: var(--brand-blue);
  border-color: var(--brand-blue);
  color: #fff;
}
.approval-actions button:disabled {
  opacity: 0.5;
  cursor: default;
}
.approval-result {
  font-size: 11px;
  color: #3e6f57;
  margin-top: 10px;
  line-height: 1.6;
}
.approval-result:empty {
  display: none;
}
.sample-approval [hidden] {
  display: none;
}
.home-dialog {
  border: 1px solid #d5dfee;
  border-radius: 8px;
  max-width: 520px;
  width: calc(100% - 32px);
  padding: 26px;
  margin: auto;
  background: #fff;
  box-shadow: 0 24px 100px #05173340;
  max-height: calc(100dvh - 40px);
  overflow: auto;
}
.home-dialog::backdrop {
  background: #0b1b3d65;
  backdrop-filter: blur(4px);
}
.dialog-top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 20px;
}
.dialog-top button {
  background: #f3f6fb;
  border: none;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  cursor: pointer;
}
.dialog-top button img {
  width: 18px;
  height: 18px;
}
.home-dialog h2 {
  font-size: 26px;
  line-height: 1.2;
}
.dialog-sub {
  margin-top: 10px;
  font-size: 13px;
  color: #7a8ba4;
}
.dialog-items {
  list-style: none;
  margin: 24px 0;
}
.dialog-items li {
  padding: 14px 0;
  border-bottom: 1px solid #e8edf5;
}
.dialog-items strong {
  font-size: 14px;
  font-weight: 600;
  display: block;
}
.dialog-items p {
  font-size: 12px;
  line-height: 1.6;
  color: #71829c;
  margin-top: 5px;
}
.dialog-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 24px;
}
.dialog-footer > span {
  font-size: 10px;
  color: #8d9ab0;
}
.dialog-footer .btn {
  border-radius: 5px;
  font-size: 12px;
  min-height: 40px;
  padding: 10px 20px;
}
.home-hero :focus-visible,
.home-experience :focus-visible,
.home-workspace-section :focus-visible,
.home-dialog :focus-visible {
  outline: 2px solid var(--brand-blue);
  outline-offset: 4px;
}
@media (min-width: 1001px) and (max-height: 850px) {
  .home-hero {
    padding-top: 88px;
  }
  .home-hero h1 {
    font-size: 80px;
  }
  .home-description {
    font-size: 19px;
    max-width: 700px;
  }
  .home-intro .home-eyebrow {
    margin-bottom: 32px;
  }
  .home-description {
    margin-top: 22px;
  }
  .home-actions {
    margin-top: 24px;
  }
  .home-support {
    margin-top: 22px;
  }
  .launch-demo {
    margin-top: 42px;
  }
  .launch-demo .compact-message {
    display: none;
  }
  .launch-heading {
    padding-block: 12px;
  }
  .launch-sidebar {
    padding-top: 18px;
  }
  .handoff-list {
    margin-top: 16px;
    padding-top: 13px;
  }
  .overnight-note {
    display: none;
  }
}
@media (max-width: 1100px) {
  .launch-body {
    grid-template-columns: minmax(0, 1fr) 225px;
  }
  .launch-members {
    gap: 12px;
  }
  .connected-body {
    grid-template-columns: 172px minmax(0, 1fr) 200px;
  }
  .workspace-panel {
    padding: 25px;
  }
  .workspace-context {
    padding-inline: 16px;
  }
  .experience-scene {
    gap: 45px;
  }
  .experience-handoff {
    left: 35%;
  }
  .credibility-grid {
    gap: 18px;
  }
  .credibility-mark strong {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .home-container {
    width: calc(100% - 48px);
  }
  .nav .container {
    padding-inline: 24px;
  }
  .nav-inner {
    gap: 18px;
  }
  .nav-links {
    gap: 17px;
    margin-left: 0;
  }
  .brand {
    font-size: 22px;
  }
  .brand img {
    width: 31px;
    height: 31px;
  }
  .nav .btn-nav {
    padding-inline: 16px;
  }
  .home-hero h1 {
    font-size: 60px;
    max-width: 750px;
    margin-inline: auto;
  }
  .home-description {
    font-size: 19px;
    max-width: 580px;
  }
  .launch-members .member small {
    display: none;
  }
  .launch-heading {
    padding: 15px 18px;
  }
  .launch-thread {
    padding: 17px 18px 12px;
  }
  .launch-members {
    gap: 6px;
  }
  .launch-body {
    grid-template-columns: minmax(0, 1fr) 206px;
  }
  .launch-sidebar {
    padding: 18px 15px;
  }
  .credibility-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 24px;
  }
  .home-experience,
  .home-workspace-section {
    padding: 72px 0;
  }
  .experience-scene {
    gap: 26px;
    grid-template-columns: minmax(0, 1fr) 340px;
  }
  .owner-photo {
    height: 580px;
  }
  .owner-photo figcaption {
    padding: 15px;
    font-size: 11px;
  }
  .experience-handoff {
    display: none;
  }
  .phone-concept {
    width: 328px;
  }
  .phone-task {
    padding: 12px 9px;
    gap: 7px;
  }
  .task-info strong {
    font-size: 10px;
  }
  .task-info small {
    font-size: 8px;
  }
  .connected-body {
    grid-template-columns: 180px minmax(0, 1fr);
  }
  .workspace-context {
    display: none;
  }
  .workspace-panel {
    min-height: 480px;
  }
}
@media (max-width: 650px) {
  .home-container {
    width: calc(100% - 32px);
  }
  .nav .container {
    padding-inline: 18px;
  }
  .nav-inner {
    height: auto;
    min-height: 108px;
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 0;
    padding-block: 10px 0;
  }
  .brand {
    font-size: 21px;
    gap: 7px;
  }
  .brand img {
    width: 28px;
    height: 28px;
  }
  .nav-links {
    grid-column: 1 / -1;
    grid-row: 2;
    display: flex;
    justify-content: center;
    gap: 28px;
  }
  .nav-links a {
    font-size: 12px;
  }
  .nav-right {
    margin-left: auto;
    gap: 10px;
  }
  .nav .btn-nav {
    font-size: 11px;
    padding: 8px 12px;
    min-width: 0;
    min-height: 39px;
  }
  .home-hero {
    padding: 64px 0 44px;
  }
  .home-intro {
    padding-inline: 0;
  }
  .home-eyebrow img {
    width: 16px;
    height: 16px;
  }
  .home-hero h1 {
    font-size: 38px;
    line-height: 1.12;
    font-weight: 620;
    max-width: none;
  }
  .home-description {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 340px;
  }
  .home-actions {
    gap: 10px;
    margin-top: 22px;
    flex-wrap: nowrap;
  }
  .home-actions .btn {
    width: auto;
    flex: 1;
    max-width: 190px;
    min-height: 50px;
    padding: 12px;
    font-size: 13px;
  }
  .home-actions .btn-primary img {
    width: 15px;
    height: 15px;
    margin-left: 0;
  }
  .home-hero .home-container { display: flex; flex-direction: column; }
  .hero-benefits { order: 3; display: grid; grid-template-columns: 1fr; gap: 11px; width: fit-content; max-width: 100%; margin: 24px auto 0; }
  .hero-benefits li { gap: 8px; }
  .home-support {
    font-size: 18px;
    margin-top: 20px;
  }
  .launch-demo {
    margin-top: 36px;
  }
  .launch-topbar {
    padding: 0 12px;
    font-size: 9px;
    height: 27px;
    gap: 9px;
  }
  .launch-topbar .sample-label {
    font-size: 8px;
  }
  .launch-heading {
    padding: 16px 13px;
    gap: 10px;
    align-items: flex-start;
  }
  .launch-heading h2 {
    font-size: 18px;
  }
  .launch-heading p {
    font-size: 10px;
  }
  .launch-members {
    display: grid;
    grid-template-columns: repeat(4, 22px);
    gap: 4px;
  }
  .launch-members .person-avatar,
  .launch-members .agent-avatar {
    width: 22px;
    height: 22px;
    font-size: 9px;
    flex-basis: 22px;
  }
  .launch-members .agent-avatar img {
    width: 18px;
    height: 18px;
  }
  .launch-body {
    display: flex;
    flex-direction: column;
  }
  .launch-thread {
    padding: 15px 12px 12px;
  }
  .launch-demo .compact-message {
    display: none;
  }
  .chat-messages {
    gap: 14px;
  }
  .chat-message {
    gap: 8px;
  }
  .chat-message > .person-avatar,
  .chat-message > .agent-avatar {
    width: 27px;
    height: 27px;
    flex-basis: 27px;
    font-size: 10px;
  }
  .chat-message > .agent-avatar img {
    width: 21px;
    height: 21px;
  }
  .message-bubble {
    font-size: 11px;
    padding: 8px 9px;
  }
  .message-by {
    font-size: 10px;
  }
  .message-by time {
    font-size: 9px;
  }
  .night-handoff {
    font-size: 9px;
    gap: 5px;
  }
  .sample-composer {
    font-size: 9px;
  }
  .launch-sidebar {
    border-left: none;
    border-top: 1px solid var(--home-line);
    padding: 16px;
  }
  .launch-goal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px 14px;
  }
  .launch-goal .panel-kicker {
    grid-column: 1;
    font-size: 9px;
  }
  .launch-goal h3 {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
    margin: 0 0 6px;
  }
  .launch-goal progress {
    grid-column: 1;
    grid-row: 3;
  }
  .goal-count {
    grid-column: 1;
    grid-row: 4;
    font-size: 9px;
    margin-top: 0;
  }
  .token-usage {
    grid-column: 2;
    grid-row: 1/5;
    align-content: center;
    margin: 0;
    padding: 0 0 0 14px;
    border-top: 0;
    border-left: 1px solid var(--home-line);
    font-size: 9px;
  }
  .token-usage strong {
    font-size: 11px;
  }
  .handoff-list,
  .overnight-note {
    display: none;
  }
  .launch-demo figcaption {
    font-size: 8px;
    padding: 8px 12px;
  }
  .home-credibility {
    padding: 36px 0;
  }
  .credibility-grid {
    gap: 30px 18px;
  }
  .credibility-item > p {
    font-size: 9px;
    margin-bottom: 7px;
  }
  .credibility-mark {
    min-height: 23px;
  }
  .credibility-mark strong {
    font-size: 16px;
  }
  .credential-medal {
    width: 64px;
    height: 78px;
    margin-bottom: 14px;
  }
  .credential-seal {
    width: 64px;
    height: 64px;
  }
  .credential-seal img {
    width: 25px;
    height: 25px;
  }
  .credential-seal img[src$="nvidia.svg"] {
    width: 30px;
    height: 30px;
  }
  .credential-medal::before,
  .credential-medal::after {
    top: 42px;
    width: 20px;
    height: 34px;
  }
  .credential-medal::before {
    left: 13px;
  }
  .credential-medal::after {
    right: 13px;
  }
  .experience-names {
    gap: 3px 10px;
  }
  .experience-names span {
    font-size: 11px;
  }
  .home-experience,
  .home-workspace-section {
    padding: 58px 0;
  }
  .home-experience h2,
  .home-workspace-section h2 {
    font-size: 34px;
  }
  .experience-heading .home-eyebrow,
  .workspace-intro .home-eyebrow {
    font-size: 9px;
    margin-bottom: 14px;
  }
  .experience-heading > p:last-child,
  .workspace-intro > p:last-child {
    font-size: 14px;
    margin-top: 16px;
    padding-inline: 10px;
  }
  .experience-scene {
    display: flex;
    flex-direction: column;
    margin-top: 28px;
    gap: 24px;
  }
  .owner-photo {
    width: 100%;
    height: 340px;
  }
  .owner-photo > img {
    object-position: 50% 35%;
  }
  .owner-photo figcaption {
    padding: 12px 16px;
  }
  .phone-concept {
    width: 340px;
    max-width: calc(100% - 12px);
  }
  .phone-task {
    padding: 16px 0;
    gap: 9px;
  }
  .task-info strong {
    font-size: 11px;
  }
  .task-info small {
    font-size: 9px;
  }
  .concept-note {
    max-width: 300px;
    margin-inline: auto;
    font-size: 9px;
  }
  .connected-workspace {
    margin-top: 28px;
  }
  .connected-title {
    padding: 15px 13px;
    min-height: 56px;
    gap: 8px;
  }
  .workspace-brand {
    font-size: 12px;
    gap: 6px;
  }
  .workspace-brand img {
    width: 21px;
    height: 21px;
  }
  .workspace-brand > span {
    margin-inline: 2px;
  }
  .workspace-brand strong {
    font-size: 10px;
  }
  .connected-title .sample-label {
    font-size: 8px;
    max-width: 55px;
    text-align: right;
  }
  .connected-body {
    display: block;
  }
  .workspace-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 10px 8px;
    gap: 4px;
    border-right: 0;
    border-bottom: 1px solid #e4ebf3;
  }
  .workspace-nav > button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 6px;
    padding: 9px 2px;
    min-height: 56px;
    font-size: 9px;
    line-height: 1.35;
  }
  .workspace-nav > button img {
    width: 17px;
    height: 17px;
  }
  .workspace-nav > button[aria-selected="true"] {
    box-shadow: inset 0 -2px var(--brand-blue);
  }
  .nav-count,
  .workspace-team {
    display: none;
  }
  .workspace-panel {
    padding: 24px 17px;
    min-height: 470px;
  }
  .panel-heading h3 {
    font-size: 20px;
  }
  .panel-heading p {
    font-size: 12px;
  }
  .workspace-chat .message-bubble {
    font-size: 12px;
    padding: 10px;
  }
  .workspace-chat {
    margin-top: 26px;
    gap: 20px;
  }
  .workspace-note {
    font-size: 10px;
  }
  .workspace-footnote {
    font-size: 8px;
    padding: 10px 12px;
  }
  .task-table-row {
    gap: 9px;
    padding-block: 18px;
  }
  .task-table-row strong {
    font-size: 11px;
  }
  .task-table-row small {
    font-size: 9px;
  }
  .task-table-row .task-icon {
    flex-basis: 27px;
    width: 27px;
    height: 31px;
  }
  .status-pill {
    font-size: 8px;
    padding: 4px 5px;
  }
  .connected-tools small {
    font-size: 9px;
  }
  .tool-check {
    font-size: 8px;
  }
  .agent-config dl > div {
    grid-template-columns: 66px minmax(0, 1fr);
    font-size: 10px;
  }
  .skill-tag {
    font-size: 9px;
  }
  .approval-actions button {
    font-size: 10px;
    min-height: 40px;
  }
  .home-dialog {
    padding: 20px;
  }
  .dialog-footer {
    gap: 10px;
  }
}
@media (max-width: 370px) {
  .home-hero h1 {
    font-size: 30px;
  }
  .home-intro .home-eyebrow img {
    width: 13px;
    height: 13px;
  }
  .home-description {
    font-size: 15px;
  }
  .home-actions .btn {
    font-size: 12px;
    padding-inline: 8px;
  }
  .credibility-item > p {
    font-size: 8px;
  }
  .credibility-mark strong {
    font-size: 15px;
  }
  .brand {
    font-size: 18px;
  }
  .nav .container {
    padding-inline: 14px;
  }
  .nav-right {
    gap: 8px;
  }
  .phone-concept {
    padding-inline: 12px;
    border-radius: 38px;
  }
  .phone-task {
    gap: 6px;
    padding-inline: 8px;
  }
  .phone-task > .person-avatar,
  .phone-task > .agent-avatar {
    width: 23px;
    height: 23px;
    flex-basis: 23px;
    font-size: 10px;
  }
  .phone-subtitle {
    font-size: 10px;
  }
  .task-info strong {
    font-size: 10px;
  }
  .task-info small {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .home-intro .home-eyebrow::before {
    animation: none;
  }
  .home-hero *,
  .home-credibility *,
  .home-experience *,
  .home-workspace-section *,
  .home-dialog * {
    animation: none !important;
    transition: none !important;
  }
}

/* Keep the sample workspace readable at real size, including narrow phones. */
.message-bubble {
  font-size: 14px;
}
.message-by {
  font-size: 12px;
}
.handoff-item strong,
.handoff-item p {
  font-size: 12px;
}
.handoff-list h3 {
  font-size: 13px;
}
.phone-subtitle {
  font-size: 12px;
}
.task-info strong {
  font-size: 12px;
}
.task-info small {
  font-size: 10px;
}
.phone-review {
  font-size: 13px;
  min-height: 44px;
}
.workspace-nav > button {
  font-size: 12px;
}
.workspace-note,
.memory-timeline p,
.permission-level p {
  font-size: 12px;
}
.task-table-row strong,
.connected-tools strong {
  font-size: 13px;
}
.task-table-row small,
.connected-tools small {
  font-size: 11px;
}
.agent-config dl > div,
.permission-level strong {
  font-size: 12px;
}
.approval-actions button {
  min-height: 44px;
  font-size: 12px;
}
.sample-approval strong {
  font-size: 13px;
}
.sample-approval small {
  font-size: 11px;
}
.demo-text-button {
  min-height: 44px;
  font-size: 12px;
}
.home-support,
.sample-label,
.launch-topbar,
.message-by time,
.panel-kicker,
.goal-count,
.token-usage,
.handoff-item p,
.launch-demo figcaption,
.credibility-item > p,
.experience-heading > p:last-child,
.workspace-intro > p:last-child,
.concept-note,
.panel-heading p,
.workspace-note,
.workspace-team small,
.workspace-footnote,
.context-progress,
.context-private,
.task-table-row small,
.memory-timeline small,
.memory-timeline p,
.agent-config-title small,
.agent-config dt,
.connected-tools small,
.permission-level p,
.sample-approval small,
.dialog-sub,
.dialog-items p,
.dialog-footer > span {
  color: #60718c;
}
.nav .btn-nav {
  min-height: 44px;
}
@media (max-width: 650px) {
  .message-bubble {
    font-size: 12px;
  }
  .message-by {
    font-size: 11px;
  }
  .launch-goal {
    display: block;
  }
  .launch-goal h3 {
    margin: 7px 0 10px;
    font-size: 13px;
  }
  .goal-count {
    margin-top: 5px;
    font-size: 11px;
  }
  .token-usage {
    margin-top: 11px;
    padding: 11px 0 0;
    border-left: 0;
    border-top: 1px solid var(--home-line);
    font-size: 11px;
  }
  .token-usage strong {
    font-size: 12px;
  }
  .workspace-nav > button {
    font-size: 10px;
  }
  .task-table-row {
    flex-wrap: wrap;
  }
  .task-table-row .status-pill {
    margin-left: 36px;
  }
  .phone-task {
    padding-inline: 8px;
    gap: 7px;
  }
  .phone-task .task-icon {
    flex-basis: 27px;
    width: 27px;
  }
  .phone-task > .agent-avatar,
  .phone-task > .person-avatar {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
  }
}
