:root {
  color-scheme: light;
  --ink: #17211d;
  --muted: #5b665f;
  --line: #d8ddd8;
  --paper: #f7f6f1;
  --green: #1b7f5a;
  --mint: #d7f4e7;
  --yellow: #ffd86f;
  --blue: #dce9ff;
  --rose: #ffe2dc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 216, 111, 0.32), transparent 30%),
    linear-gradient(135deg, #f8f5eb 0%, #eef6ee 54%, #f9f3ee 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(23, 33, 29, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(23, 33, 29, 0.05) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.34), transparent 78%);
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

h1,
h2,
p {
  margin-top: 0;
}

.one-page {
  width: min(100% - 44px, 1180px);
  min-height: 100vh;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 22px;
  margin: 0 auto;
  padding: 34px 0 26px;
}

.hero {
  min-height: min(760px, calc(100vh - 230px));
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(360px, 0.86fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.hero-copy,
.chat-demo,
.early-access-inner > * {
  min-width: 0;
}

.hero-copy {
  animation: rise-in 640ms ease both;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  max-width: 720px;
  margin-bottom: 0;
  font-size: clamp(3rem, 6vw, 6.7rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.lede {
  max-width: 540px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.28rem);
  line-height: 1.45;
}

.command-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.command-row button {
  min-height: 38px;
  padding: 8px 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 740;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.command-row button:hover {
  transform: translateY(-1px);
}

.command-row button[aria-pressed="true"] {
  border-color: var(--ink);
  background: var(--yellow);
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.proof-strip span {
  padding: 8px 10px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.64);
  color: #3f4d46;
  font-size: 0.86rem;
  font-weight: 700;
}

.chat-demo {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(236, 231, 219, 0.94);
  box-shadow: 0 24px 70px rgba(23, 33, 29, 0.16);
  animation: float-card 760ms 120ms ease both, gentle-float 6.5s 1s ease-in-out infinite;
}

.chat-demo::before {
  content: "Mention-only";
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 1;
  padding: 5px 8px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.74);
  color: #4d5b53;
  font-size: 0.72rem;
  font-weight: 760;
}

.bubble {
  max-width: 84%;
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.34;
  transition: opacity 180ms ease, transform 180ms ease;
}

.speaker {
  color: rgba(23, 33, 29, 0.62);
  font-size: 0.68rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.chat-demo.is-switching .bubble,
.chat-demo.is-switching .demo-workflow,
.chat-demo.is-switching .demo-state-card,
.chat-demo.is-switching .demo-cta,
.chat-demo.is-switching .demo-dock {
  opacity: 0;
  transform: translateY(6px);
}

.other {
  background: var(--white);
}

.person-b {
  margin-left: 18px;
}

.me {
  justify-self: end;
  background: var(--mint);
}

.bump {
  background: var(--yellow);
}

.demo-workflow {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 2px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.demo-workflow span {
  padding: 6px 8px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: #33443b;
  font-size: 0.75rem;
  font-weight: 760;
  line-height: 1.2;
}

.demo-state-card {
  display: grid;
  gap: 9px;
  margin-top: 2px;
  padding: 11px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  transition: opacity 180ms ease, transform 180ms ease;
}

.demo-state-card div {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.demo-state-card span {
  color: var(--green);
  font-size: 0.7rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.demo-state-card strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.25;
}

.demo-state-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.8rem;
  line-height: 1.34;
}

.demo-dock {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 4px;
  transition: opacity 180ms ease, transform 180ms ease;
}

.demo-dock div {
  display: grid;
  gap: 3px;
  padding: 10px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.demo-dock span {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 760;
  letter-spacing: 0;
  text-transform: uppercase;
}

.demo-dock strong {
  color: var(--ink);
  font-size: 0.88rem;
}

.demo-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 216, 111, 0.9);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 780;
  text-decoration: none;
}

.platform-renders {
  display: grid;
  grid-template-columns: minmax(220px, 0.62fr) minmax(0, 1.38fr);
  gap: 12px;
  align-items: stretch;
  animation: rise-in 680ms 160ms ease both;
}

.context-note {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.context-note p {
  margin-bottom: 0;
  font-size: clamp(1.2rem, 2vw, 1.9rem);
  font-weight: 820;
  line-height: 1.06;
}

.context-note span {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 650;
  line-height: 1.35;
}

.platform-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.platform-card {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.07);
}

.platform-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.platform-top span {
  color: var(--green);
  font-size: 0.75rem;
  font-weight: 820;
  letter-spacing: 0;
  text-transform: uppercase;
}

.platform-top strong {
  color: var(--muted);
  font-size: 0.86rem;
}

.platform-surface {
  margin-top: -5px;
  padding: 7px 9px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: #33443b;
  font-size: 0.76rem;
  font-weight: 780;
}

.platform-thread {
  display: grid;
  gap: 7px;
}

.telegram-card {
  background:
    linear-gradient(180deg, rgba(220, 233, 255, 0.92), rgba(215, 244, 231, 0.5)),
    radial-gradient(circle at 12% 20%, rgba(46, 137, 205, 0.16), transparent 34%);
}

.mini-bubble {
  max-width: 86%;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 0.86rem;
  line-height: 1.32;
}

.mini-bubble.me {
  justify-self: end;
}

.whatsapp-card {
  background:
    linear-gradient(180deg, rgba(216, 247, 227, 0.92), rgba(220, 245, 231, 0.58)),
    radial-gradient(circle at 12% 20%, rgba(37, 211, 102, 0.18), transparent 34%);
}

.slack-card {
  background:
    linear-gradient(180deg, rgba(255, 227, 239, 0.88), rgba(255, 226, 220, 0.46)),
    radial-gradient(circle at 12% 20%, rgba(224, 30, 90, 0.13), transparent 34%);
}

.state-list {
  display: grid;
  gap: 5px;
  padding-top: 2px;
}

.state-list span {
  min-width: 0;
  padding: 6px 8px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  color: #3f4d46;
  font-size: 0.74rem;
  font-weight: 740;
  line-height: 1.2;
}

.early-access {
  width: 100%;
  min-width: 0;
  animation: rise-in 680ms 180ms ease both;
}

.early-access-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  padding: 18px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: rgba(23, 33, 29, 0.94);
  color: var(--white);
}

.early-access h2 {
  margin-bottom: 8px;
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.early-access p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.early-access .eyebrow,
.early-access .status {
  color: var(--yellow);
}

.early-access .status.error {
  color: #ffb3aa;
}

.waitlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.waitlist input,
.waitlist button {
  grid-column: 1 / -1;
}

input,
select,
textarea,
.waitlist button {
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
}

input,
select,
textarea {
  width: 100%;
  padding: 0 12px;
  background: var(--white);
  color: var(--ink);
}

textarea {
  padding-top: 11px;
  padding-bottom: 11px;
}

.waitlist button {
  padding: 0 16px;
  border-color: var(--yellow);
  background: var(--yellow);
  color: var(--ink);
  font-weight: 760;
  white-space: nowrap;
}

.waitlist button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.access-actions {
  display: grid;
  gap: 10px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.primary-link {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 760;
  text-decoration: none;
}

.hero-actions .primary-link {
  width: auto;
  min-width: 190px;
}

.setup-notes {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.setup-notes p {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.9rem;
}

.setup-notes strong {
  color: var(--yellow);
}

.status {
  min-height: 22px;
  margin: 10px 0 0;
  color: var(--green);
  font-weight: 650;
}

.status.error {
  color: #9b2f24;
}

.user-shell {
  width: min(100% - 44px, 860px);
  min-height: 100vh;
  display: grid;
  align-content: start;
  gap: 16px;
  margin: 0 auto;
  padding: 32px 0;
}

.user-header {
  display: grid;
  gap: 10px;
  padding: 10px 0 4px;
}

.user-header h1 {
  max-width: 700px;
  font-size: clamp(2.55rem, 5.4vw, 5rem);
}

.user-header p:not(.eyebrow) {
  max-width: 610px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.45;
}

.back-link,
.user-link {
  color: var(--green);
  font-weight: 780;
  text-decoration: none;
}

.user-link {
  display: inline-block;
  margin-top: 10px;
}

.account-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.account-actions button,
.account-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid rgba(23, 33, 29, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 760;
  text-decoration: none;
}

.account-actions button {
  background: var(--ink);
  color: var(--white);
}

.user-panel {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 16px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 28px rgba(23, 33, 29, 0.06);
}

.intake-panel {
  grid-template-columns: minmax(190px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
}

.user-panel > div,
.status-card,
.setup-details-form {
  min-width: 0;
}

.user-panel-rail {
  display: grid;
  gap: 12px;
}

.user-panel h2 {
  margin: 0 0 8px;
  font-size: 1.28rem;
}

.user-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.user-form {
  display: grid;
  gap: 10px;
}

.email-signin {
  gap: 8px;
}

.google-signin-wrap {
  min-height: 46px;
  display: grid;
  align-items: center;
}

.google-signin-wrap > div {
  max-width: 100%;
}

.google-signin-button {
  width: 100%;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(23, 33, 29, 0.16);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 760;
  box-shadow: 0 8px 20px rgba(34, 44, 38, 0.08);
}

.google-signin-button span {
  width: 20px;
  height: 20px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: #4285f4;
  font-family: Arial, sans-serif;
  font-weight: 800;
}

.signin-divider {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.signin-divider::before,
.signin-divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: rgba(23, 33, 29, 0.12);
}

.signin-note {
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
  font-size: 0.92rem;
}

.user-form button,
.status-card button {
  min-height: 46px;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 760;
}

.status-card {
  display: grid;
  gap: 12px;
}

.request-state {
  display: grid;
  gap: 8px;
  margin-top: 2px;
}

.setup-details-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 12px;
}

.setup-details-form label,
.optional-setup-fields label {
  display: grid;
  gap: 6px;
  color: #33443b;
  font-size: 0.82rem;
  font-weight: 760;
}

.setup-details-form > label:nth-of-type(3) {
  grid-column: 1 / -1;
}

.setup-details-form .intake-guide,
.setup-details-form .optional-setup-fields,
.setup-details-form button {
  grid-column: 1 / -1;
}

.setup-details-form .intake-guide {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 5px 10px;
  align-items: start;
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(27, 127, 90, 0.18);
  border-radius: 8px;
  background: rgba(215, 244, 231, 0.48);
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.36;
}

.setup-details-form input,
.setup-details-form select,
.setup-details-form textarea,
.email-signin input {
  width: 100%;
}

.setup-details-form textarea {
  min-height: 104px;
  resize: vertical;
}

.setup-details-form .channel-help,
.setup-details-form .first-use-field {
  grid-column: 1 / -1;
}

.setup-details-form .channel-help {
  margin: 0;
  padding: 13px 14px;
  border: 1px solid rgba(187, 133, 20, 0.24);
  border-radius: 8px;
  background: rgba(255, 241, 194, 0.52);
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 680;
}

.setup-details-form .intake-guide strong {
  color: var(--ink);
  font-size: 0.78rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.field-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.field-row small {
  padding: 2px 6px;
  border: 1px solid rgba(27, 127, 90, 0.18);
  border-radius: 8px;
  background: rgba(215, 244, 231, 0.58);
  color: var(--green);
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.field-help {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 560;
  line-height: 1.35;
}

.optional-setup-fields {
  display: grid;
  gap: 10px;
  padding: 12px 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.optional-setup-fields[open] {
  background: rgba(255, 255, 255, 0.78);
}

.optional-setup-fields summary {
  cursor: pointer;
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 780;
}

.optional-setup-fields > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.4;
}

.status-line {
  display: grid;
  gap: 4px;
  align-items: center;
  padding: 9px 10px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.62);
}

.status-line span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 780;
  text-transform: uppercase;
}

.status-line strong {
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.28;
  overflow-wrap: anywhere;
}

.request-body {
  margin: 0;
  padding: 11px 12px;
  border-left: 3px solid var(--yellow);
  background: rgba(255, 255, 255, 0.54);
  color: var(--ink) !important;
  font-size: 0.92rem;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.reviewed-pilot-first-use {
  display: grid;
  gap: 12px;
}

.reviewed-pilot-first-use > div {
  display: grid;
  gap: 7px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.reviewed-pilot-first-use span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.reviewed-pilot-first-use p,
.reviewed-pilot-first-use strong {
  margin: 0;
  color: var(--ink);
  font-size: 0.94rem;
  line-height: 1.45;
}

.reviewed-pilot-first-use strong {
  font-size: 0.86rem;
}

.onboarding-setup {
  display: grid;
  gap: 8px;
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px solid rgba(23, 33, 29, 0.1);
}

.onboarding-setup h3 {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
}

.onboarding-setup > p {
  margin: 0;
  font-size: 0.94rem;
}

.setup-notes.light p {
  border-color: rgba(23, 33, 29, 0.1);
  background: rgba(255, 255, 255, 0.7);
  color: var(--muted);
}

.setup-notes.light strong {
  color: var(--green);
}

.usage-panel {
  margin-top: 18px;
}

.usage-meter-summary,
.usage-contract-note,
.usage-warning,
.usage-group-card {
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.usage-meter-summary {
  display: grid;
  gap: 3px;
  padding: 11px 12px;
}

.usage-meter-summary span,
.usage-group-card span {
  color: var(--muted);
  font-size: 0.74rem;
  font-weight: 780;
  text-transform: uppercase;
}

.usage-meter-summary strong {
  color: var(--ink);
  font-size: 1.18rem;
}

.usage-meter-summary small,
.usage-group-card small,
.usage-group-card em,
.usage-contract-note span {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.35;
}

.usage-stack,
.usage-groups {
  display: grid;
  gap: 10px;
}

.usage-warning {
  padding: 10px 12px;
  background: rgba(215, 244, 231, 0.42);
  color: #285343;
  font-size: 0.88rem;
  line-height: 1.35;
}

.usage-warning.is-alert {
  border-color: rgba(155, 47, 36, 0.22);
  background: rgba(255, 226, 220, 0.58);
  color: #7f2d24;
}

.usage-group-card {
  display: grid;
  gap: 10px;
  padding: 12px;
}

.usage-group-card > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  align-items: baseline;
  justify-content: space-between;
}

.usage-group-card strong {
  color: var(--ink);
  font-size: 1rem;
}

.usage-group-card p {
  margin: 0;
  color: var(--green);
  font-weight: 780;
}

.usage-group-card em {
  font-style: normal;
}

.usage-progress {
  width: 100%;
  height: 8px;
  overflow: hidden;
  border: 1px solid rgba(23, 33, 29, 0.08);
  border-radius: 999px;
  background: rgba(23, 33, 29, 0.08);
}

.usage-progress span {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: var(--green);
}

.usage-breakdown {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.usage-breakdown div {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(23, 33, 29, 0.08);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.62);
}

.usage-breakdown dt {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
}

.usage-breakdown dd {
  margin: 0;
  color: var(--ink);
  font-size: 0.82rem;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.usage-contract-note {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
}

.usage-contract-note strong {
  color: var(--ink);
  font-size: 0.9rem;
}

.is-hidden {
  display: none;
}

.admin-shell {
  width: min(100% - 44px, 1040px);
  min-height: 100vh;
  display: grid;
  gap: 18px;
  margin: 0 auto;
  padding: 34px 0;
}

.admin-auth-shell {
  width: min(100% - 44px, 520px);
  min-height: 100vh;
  display: grid;
  align-items: center;
  margin: 0 auto;
  padding: 34px 0;
}

.admin-auth-card {
  display: grid;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.07);
}

.admin-auth-card h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 2.35rem);
  line-height: 1.02;
}

.admin-auth-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.45;
}

.admin-auth-shell.is-hidden,
.admin-shell.is-hidden {
  display: none;
}

.admin-auth-form {
  display: grid;
  gap: 10px;
}

.admin-auth-form label {
  display: grid;
  gap: 6px;
  color: #33443b;
  font-size: 0.82rem;
  font-weight: 760;
}

.admin-auth-form button {
  min-height: 46px;
  border: 1px solid var(--yellow);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 760;
}

.admin-auth-form button:disabled,
.admin-actions button:disabled,
.waitlist-row-main button:disabled {
  cursor: wait;
  opacity: 0.68;
}

.admin-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
}

.admin-header h1 {
  max-width: 740px;
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.operator-strip {
  min-width: min(100%, 260px);
  display: grid;
  gap: 8px;
  justify-items: end;
  padding: 12px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.operator-strip span {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: right;
  overflow-wrap: anywhere;
}

.operator-actions {
  justify-content: flex-end;
}

.admin-panel {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(0, 1fr);
  gap: 20px;
  align-items: start;
  padding: 18px;
  border: 1px solid rgba(23, 33, 29, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 12px 36px rgba(23, 33, 29, 0.07);
}

.admin-panel h2 {
  margin: 0 0 8px;
  font-size: 1.28rem;
}

.admin-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.45;
}

.admin-preview-panel {
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
}

.setup-path {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.setup-step {
  min-width: 0;
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 12px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.62);
}

.setup-step.is-active {
  border-color: rgba(27, 127, 90, 0.28);
  background: rgba(215, 244, 231, 0.5);
}

.setup-step-top {
  display: grid;
  gap: 7px;
}

.setup-step-top span {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: var(--white);
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 820;
}

.setup-step-top strong {
  min-height: 42px;
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.2;
}

.setup-step-top em {
  width: fit-content;
  max-width: 100%;
  padding: 4px 7px;
  border: 1px solid rgba(27, 127, 90, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: var(--green);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 820;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.setup-step p {
  font-size: 0.82rem;
  line-height: 1.36;
}

.admin-status-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.trial-checks-summary {
  min-width: 0;
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.62);
}

.trial-checks-summary > p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
  line-height: 1.45;
}

.trial-checks-rows {
  display: grid;
  gap: 8px;
}

.trial-check-row {
  min-width: 0;
  display: grid;
  gap: 8px;
  padding: 12px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.trial-check-row[data-tone="passed"] {
  border-color: rgba(36, 106, 78, 0.28);
}

.trial-check-row[data-tone="passed"] strong {
  color: #246a4e;
}

.trial-check-row[data-tone="pending"],
.trial-check-row[data-tone="held"] {
  border-color: rgba(151, 93, 15, 0.32);
  background: rgba(255, 248, 232, 0.78);
}

.trial-check-row[data-tone="pending"] strong,
.trial-check-row[data-tone="held"] strong {
  color: #8b5714;
}

.trial-check-row > div {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 10px;
  align-items: start;
}

.trial-check-row span,
.trial-check-row strong,
.trial-check-row em {
  min-width: 0;
  overflow-wrap: anywhere;
}

.trial-check-row span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 760;
  line-height: 1.25;
  text-transform: uppercase;
}

.trial-check-row strong {
  color: var(--ink);
  font-size: 0.96rem;
  line-height: 1.25;
}

.trial-check-row p {
  margin: 0;
  color: var(--ink);
  font-size: 0.9rem;
  line-height: 1.42;
}

.trial-check-row em {
  color: var(--muted);
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 720;
  line-height: 1.3;
}

.trial-checks-actions {
  display: grid;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.trial-checks-actions button {
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(151, 93, 15, 0.32);
  border-radius: 8px;
  background: rgba(255, 248, 232, 0.9);
  color: var(--ink);
  font-weight: 760;
}

.trial-checks-trust-note {
  padding: 10px 12px;
  border-left: 3px solid rgba(151, 93, 15, 0.42);
  background: rgba(255, 248, 232, 0.72);
}

.trial-checks-actions button:disabled {
  cursor: not-allowed;
  opacity: 0.62;
}

.trial-checks-actions p {
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 720;
  line-height: 1.3;
}

.admin-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pilot-binding-grid,
.channel-interest-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pilot-binding-note {
  grid-column: 1 / -1;
  margin: 0;
  padding: 11px 12px;
  border: 1px solid rgba(154, 107, 0, 0.2);
  border-radius: 8px;
  background: rgba(255, 240, 191, 0.36);
  color: #68521d;
  font-size: 0.86rem;
  font-weight: 680;
}

.channel-interest-card {
  min-width: 0;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
}

.channel-interest-card p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.admin-form label {
  display: grid;
  gap: 6px;
  color: #33443b;
  font-size: 0.82rem;
  font-weight: 760;
}

.admin-form label:nth-child(4),
.admin-form label:nth-child(5),
.admin-form .setup-command-card,
.admin-form .tool-toggle-group,
.admin-form button {
  grid-column: 1 / -1;
}

.admin-form .check-row {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
}

.check-row input {
  width: auto;
  min-height: 0;
}

.tool-toggle-group {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.54);
}

.tool-toggle-group legend {
  padding: 0 5px;
  color: #33443b;
  font-size: 0.82rem;
  font-weight: 760;
}

.tool-toggle-group .check-row {
  min-height: 42px;
}

.admin-form button {
  min-height: 46px;
  border-color: var(--yellow);
  border-radius: 8px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 760;
}

.setup-command-card {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid rgba(27, 127, 90, 0.18);
  border-radius: 8px;
  background: rgba(215, 244, 231, 0.44);
}

.setup-command-card > div {
  min-width: 0;
  display: grid;
  gap: 6px;
}

.setup-command-card span {
  color: #33443b;
  font-size: 0.82rem;
  font-weight: 760;
}

.setup-command-card code {
  width: fit-content;
  max-width: 100%;
  padding: 8px 10px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 760;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.setup-command-card button {
  grid-column: auto;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 760;
  white-space: nowrap;
}

.setup-command-card button:disabled {
  border-color: rgba(23, 33, 29, 0.16);
  background: rgba(23, 33, 29, 0.08);
  color: var(--muted);
  cursor: not-allowed;
}

.setup-command-card p {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.36;
}

.admin-actions {
  display: grid;
  gap: 10px;
}

.admin-button-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.admin-actions button {
  min-height: 42px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 760;
}

.waitlist-rows {
  display: grid;
  gap: 10px;
}

.waitlist-row {
  display: grid;
  gap: 12px;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: rgba(247, 246, 241, 0.62);
}

.waitlist-row-main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
}

.waitlist-row-main h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 1.05rem;
  overflow-wrap: anywhere;
}

.waitlist-row-main p:not(.eyebrow) {
  font-size: 0.9rem;
}

.waitlist-row-main button {
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid var(--ink);
  border-radius: 8px;
  background: var(--ink);
  color: var(--white);
  font-weight: 760;
  white-space: nowrap;
}

.waitlist-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.waitlist-meta span {
  min-width: 0;
  display: grid;
  gap: 4px;
  padding: 8px 9px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 700;
  overflow-wrap: anywhere;
}

.waitlist-meta strong {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.empty-state {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(23, 33, 29, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--muted);
  font-weight: 700;
}

.empty-state.error {
  color: #9b2f24;
}

.config-output {
  min-height: 320px;
  max-height: 560px;
  margin: 0;
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(23, 33, 29, 0.12);
  border-radius: 8px;
  background: #17211d;
  color: #f7f6f1;
  font-size: 0.82rem;
  line-height: 1.45;
}

.compact-output {
  min-height: 180px;
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float-card {
  from {
    opacity: 0;
    transform: translateY(18px) rotate(1deg);
  }

  to {
    opacity: 1;
    transform: translateY(0) rotate(-0.5deg);
  }
}

@keyframes gentle-float {
  0%,
  100% {
    transform: translateY(0) rotate(-0.5deg);
  }

  50% {
    transform: translateY(-8px) rotate(0.5deg);
  }
}

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

@media (max-width: 980px) {
  .hero,
  .admin-header,
  .platform-renders,
  .platform-grid,
  .early-access-inner,
  .user-panel,
  .admin-panel {
    grid-template-columns: 1fr;
  }

  .intake-panel .request-state {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .operator-strip {
    justify-items: start;
  }

  .operator-strip span {
    text-align: left;
  }

  .operator-actions {
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
  }

}

@media (max-width: 560px) {
  .one-page,
  .user-shell,
  .admin-shell {
    width: min(100% - 32px, 1180px);
    gap: 18px;
    padding-top: 24px;
  }

  h1 {
    font-size: 2.45rem;
  }

  .command-row button {
    flex: 1 1 calc(50% - 8px);
  }

  .proof-strip {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .proof-strip span {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .chat-demo {
    padding: 16px;
  }

  .chat-demo::before {
    position: static;
    justify-self: start;
    order: -1;
    margin-bottom: 2px;
  }

  .demo-dock,
  .demo-state-card,
  .demo-workflow,
  .platform-renders,
  .platform-grid,
  .waitlist,
  .platform-help,
  .setup-details-form .intake-guide,
  .setup-details-form,
  .status-line,
  .setup-path,
  .admin-status-grid,
  .pilot-binding-grid,
  .channel-interest-grid,
  .tool-toggle-group,
  .waitlist-row-main,
  .waitlist-meta {
    grid-template-columns: 1fr;
  }

  .waitlist-row-main button {
    width: 100%;
  }

  .trial-check-row > div {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .trial-checks-actions button {
    width: 100%;
  }

  .trial-checks-actions {
    grid-template-columns: 1fr;
  }

  .intake-panel .request-state {
    grid-template-columns: 1fr;
  }

  .hero-actions .primary-link {
    width: 100%;
  }

  .account-actions,
  .account-actions button,
  .account-actions a {
    width: 100%;
  }

  .demo-workflow {
    display: grid;
  }

  .platform-card {
    padding: 12px;
  }

  .admin-form {
    grid-template-columns: 1fr;
  }
}
