:root {
  --ink: #1a2332;
  --text: #1a2332;
  --muted: #5c6b7a;
  --line: #e4e9ef;
  --paper: #f7f9fb;
  --soft: #eef2f6;
  --surface: #ffffff;
  --surface-elevated: #ffffff;
  --footer-bg: #141c28;
  --footer-text: #94a3b8;
  --footer-link: #cbd5e1;
  --primary: #0d9488;
  --primary-hover: #0f766e;
  --primary-soft: #ecfdf5;
  --primary-border: rgba(13, 148, 136, 0.28);
  --teal: #0d9488;
  --teal-deep: #0f766e;
  --blue: #3b82f6;
  --amber: #d97706;
  --coral: #ea580c;
  --white: #ffffff;
  --topbar-bg: rgba(255, 255, 255, 0.88);
  --shell-top-bg: rgba(255, 255, 255, 0.82);
  --body-glow: rgba(13, 148, 136, 0.08);
  --input-bg: #ffffff;
  --input-disabled-bg: #f1f5f9;
  --placeholder: #94a3b8;
  --code-bg: linear-gradient(160deg, #0f172a 0%, #1e293b 100%);
  --code-text: #a7f3d0;
  --security-bg: #edf7ed;
  --security-border: #b8ddb8;
  --security-text: #166534;
  --danger-bg: #fef2f2;
  --danger-border: #fecaca;
  --danger-text: #b91c1c;
  --danger-hover-bg: #fee2e2;
  --handoff-bg: #fff7ed;
  --lead-bg: #eef6ff;
  --guardrail-bg: #fff8db;
  --dash-workspace-bg: #f8fafc;
  --chat-composer-bg: #f8fafc;
  --chat-assistant-bg: #ffffff;
  --chat-typing-dot: #334155;
  --tab-hover-border: #cbd5e1;
  --card-border: rgba(228, 233, 239, 0.9);
  --card-shadow: 0 20px 60px rgba(26, 35, 50, 0.07);
  --setup-hero-bg: linear-gradient(135deg, rgba(13, 148, 136, 0.08), rgba(255, 255, 255, 0.9));
  --setup-hero-done-bg: linear-gradient(135deg, rgba(13, 148, 136, 0.12), rgba(240, 253, 250, 0.95));
  --page-hero-glow: rgba(13, 148, 136, 0.1);
  --shadow-sm: 0 1px 2px rgba(26, 35, 50, 0.04);
  --shadow-md: 0 6px 20px rgba(26, 35, 50, 0.07);
  --shadow-lg: 0 16px 48px rgba(26, 35, 50, 0.1);
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 999px;
  --ease: cubic-bezier(0.4, 0, 0.2, 1);
  --content-max: 1180px;
  --dash-content-max: 980px;
  --section-x: clamp(20px, 4vw, 48px);
}

html[data-theme="dark"] {
  color-scheme: dark;
  --ink: #e8edf4;
  --text: #e8edf4;
  --muted: #94a3b8;
  --line: #2a3548;
  --paper: #0b1120;
  --soft: #1a2332;
  --surface: #151d2e;
  --surface-elevated: #1a2332;
  --footer-bg: #070d18;
  --footer-text: #94a3b8;
  --footer-link: #cbd5e1;
  --primary-soft: rgba(13, 148, 136, 0.16);
  --primary-border: rgba(45, 212, 191, 0.32);
  --topbar-bg: rgba(11, 17, 32, 0.94);
  --shell-top-bg: rgba(11, 17, 32, 0.9);
  --body-glow: rgba(13, 148, 136, 0.14);
  --input-bg: #1a2332;
  --input-disabled-bg: #151d2e;
  --placeholder: #64748b;
  --security-bg: rgba(22, 101, 52, 0.22);
  --security-border: rgba(74, 222, 128, 0.28);
  --security-text: #86efac;
  --danger-bg: rgba(127, 29, 29, 0.28);
  --danger-border: rgba(248, 113, 113, 0.35);
  --danger-text: #fca5a5;
  --danger-hover-bg: rgba(127, 29, 29, 0.42);
  --handoff-bg: rgba(234, 88, 12, 0.14);
  --lead-bg: rgba(59, 130, 246, 0.14);
  --guardrail-bg: rgba(217, 119, 6, 0.14);
  --dash-workspace-bg: #0b1120;
  --chat-composer-bg: #151d2e;
  --chat-assistant-bg: #1a2332;
  --chat-typing-dot: #94a3b8;
  --tab-hover-border: #3d4f68;
  --card-border: rgba(42, 53, 72, 0.95);
  --card-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  --setup-hero-bg: linear-gradient(135deg, rgba(13, 148, 136, 0.14), rgba(21, 29, 46, 0.96));
  --setup-hero-done-bg: linear-gradient(135deg, rgba(13, 148, 136, 0.22), rgba(21, 29, 46, 0.98));
  --page-hero-glow: rgba(13, 148, 136, 0.16);
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.28);
  --shadow-md: 0 6px 20px rgba(0, 0, 0, 0.38);
  --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(ellipse 70% 45% at 50% -15%, var(--body-glow), transparent),
    var(--paper);
  color: var(--ink);
  font-family: var(--font-sans), ui-sans-serif, system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  max-width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  letter-spacing: -0.015em;
}

html[lang="zh"] body {
  font-family: var(--font-sc), var(--font-sans), ui-sans-serif, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

html[lang="zh-TW"] body {
  font-family: var(--font-tc), var(--font-sans), ui-sans-serif, sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.75;
}

html[lang="ja"] body {
  letter-spacing: 0.01em;
  line-height: 1.8;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select {
  font: inherit;
}

.topbar {
  align-items: center;
  backdrop-filter: blur(12px);
  background: var(--topbar-bg);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 20px;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 var(--section-x);
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand,
.eyebrow,
.statusPill,
.securityNote,
.textButton,
.tab,
.languagePicker,
.primaryButton,
.secondaryButton,
.dangerButton {
  align-items: center;
  display: inline-flex;
  gap: 8px;
}

.brand {
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  min-width: max-content;
}

.brandMark,
.featureIcon {
  align-items: center;
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-sm);
  color: var(--primary-hover);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.brandMark:has(img),
.brandMark:has(svg) {
  background: transparent !important;
  border: none !important;
  border-radius: var(--radius-sm);
  box-shadow: none;
  height: auto;
  padding: 0;
  width: auto;
}

.brandMark img,
.brandMark svg {
  display: block;
  flex-shrink: 0;
}

.navLinks {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.navLinks a {
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  padding: 7px 11px;
  transition: color 0.2s var(--ease), background 0.2s var(--ease);
}

.navLinks a:hover {
  background: var(--soft);
  color: var(--ink);
}

.languagePicker {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  min-height: 38px;
  padding: 0 10px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.languagePicker:focus-within {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.languagePicker select {
  background: transparent;
  border: 0;
  color: var(--ink);
  outline: 0;
}

/* Custom dropdown */
.appSelect {
  position: relative;
  width: 100%;
}

.appSelectOpen {
  z-index: 40;
}

.appSelectTrigger {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  font: inherit;
  gap: 8px;
  min-height: 40px;
  outline: none;
  padding: 0 12px;
  text-align: left;
  width: 100%;
}

.appSelectLight {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
}

.appSelectLight:hover {
  border-color: rgba(13, 148, 136, 0.28);
}

.appSelectLight.appSelectOpen {
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.appSelectLight .appSelectTrigger {
  color: var(--ink);
}

.appSelectLight .appSelectValue {
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
}

.appSelectDark {
  background: rgba(15, 23, 42, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 10px;
  transition:
    background 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.appSelectDark:hover {
  background: rgba(30, 41, 59, 0.85);
  border-color: rgba(148, 163, 184, 0.35);
}

.appSelectDark.appSelectOpen {
  background: rgba(30, 41, 59, 0.95);
  border-color: rgba(94, 234, 212, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.15);
}

.appSelectDark .appSelectTrigger {
  color: #f8fafc;
}

.appSelectDark .appSelectValue {
  color: #f8fafc;
  flex: 1;
  font-size: 14px;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appSelectValue {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.appSelectIcon {
  align-items: center;
  display: inline-flex;
  flex-shrink: 0;
  opacity: 0.85;
}

.appSelectLight .appSelectIcon {
  color: var(--muted);
}

.appSelectDark .appSelectIcon {
  color: #94a3b8;
}

.appSelectChevron {
  color: var(--muted);
  flex-shrink: 0;
  margin-left: auto;
  transition: transform 0.18s var(--ease);
}

.appSelectDark .appSelectChevron {
  color: #94a3b8;
}

.appSelectChevron.open {
  transform: rotate(180deg);
}

.appSelectMenu {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
  display: grid;
  gap: 2px;
  left: 0;
  list-style: none;
  margin: 6px 0 0;
  max-height: 240px;
  overflow-y: auto;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
}

.appSelectDark .appSelectMenu {
  background: #1e293b;
  border-color: rgba(148, 163, 184, 0.2);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

.appSelectOption {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: inherit;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: space-between;
  min-height: 36px;
  padding: 0 10px;
  text-align: left;
  width: 100%;
}

.appSelectLight .appSelectOption {
  color: var(--ink);
}

.appSelectLight .appSelectOption:hover {
  background: #f1f5f9;
}

.appSelectLight .appSelectOption.active {
  background: rgba(13, 148, 136, 0.1);
  color: var(--primary-hover);
  font-weight: 600;
}

.appSelectDark .appSelectOption {
  color: #e2e8f0;
}

.appSelectDark .appSelectOption:hover {
  background: rgba(255, 255, 255, 0.08);
}

.appSelectDark .appSelectOption.active {
  background: rgba(13, 148, 136, 0.22);
  color: #5eead4;
  font-weight: 600;
}

.appSelectOption span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.navActions,
.shellTopActions,
.dashWorkspaceToolbar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.themeToggle {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  min-width: 36px;
  padding: 0;
  transition:
    background 0.18s var(--ease),
    border-color 0.18s var(--ease),
    color 0.18s var(--ease),
    transform 0.18s var(--ease);
}

.themeToggle:hover {
  background: var(--primary-soft);
  border-color: var(--primary-border);
  color: var(--primary-hover);
  transform: translateY(-1px);
}

.navActionBtn {
  flex-shrink: 0;
  white-space: nowrap;
}

.navUserAvatar {
  align-items: center;
  background: linear-gradient(180deg, #14b8a6 0%, var(--primary) 100%);
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.28);
  color: #fff;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
  width: 40px;
}

.navUserAvatar:hover {
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.34);
  transform: translateY(-1px);
}

.heroLanguage {
  margin: 16px 0;
  width: max-content;
}

.hero {
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.85fr);
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  min-height: calc(100vh - 64px);
  padding: 56px var(--section-x) 48px;
  position: relative;
}

.hero::before {
  background: radial-gradient(circle at 20% 30%, rgba(13, 148, 136, 0.08), transparent 42%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.heroCopy {
  align-self: center;
  max-width: 780px;
}

.sectionKicker {
  color: var(--primary-hover);
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.eyebrow {
  align-items: center;
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding: 5px 12px;
  text-transform: none;
  width: max-content;
}

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

h1 {
  font-size: clamp(34px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 18px;
  max-width: 720px;
}

h2 {
  font-size: clamp(24px, 3.2vw, 34px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}

.heroCopy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 580px;
}

.heroActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0;
}

.primaryButton,
.secondaryButton,
.textButton,
.chatForm button,
.priceCard a {
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-height: 42px;
  padding: 0 18px;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease),
    background 0.18s var(--ease),
    border-color 0.18s var(--ease),
    color 0.18s var(--ease);
}

.primaryButton {
  background: linear-gradient(180deg, #14b8a6 0%, var(--primary) 100%);
  box-shadow: 0 1px 2px rgba(13, 148, 136, 0.2), 0 4px 12px rgba(13, 148, 136, 0.18);
  color: var(--white);
}

.primaryButton:hover {
  background: linear-gradient(180deg, #2dd4bf 0%, #14b8a6 100%);
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.28);
  transform: translateY(-1px);
}

.secondaryButton {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}

.secondaryButton:hover {
  background: var(--primary-soft);
  border-color: var(--primary-border);
  color: var(--primary-hover);
  transform: translateY(-1px);
}

.dangerButton {
  background: var(--danger-bg);
  border: 1px solid var(--danger-border);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-sm);
  color: var(--danger-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-height: 40px;
  padding: 0 14px;
  transition:
    background 0.18s var(--ease),
    border-color 0.18s var(--ease),
    color 0.18s var(--ease),
    transform 0.18s var(--ease);
}

.dangerButton:hover {
  background: var(--danger-hover-bg);
  border-color: var(--danger-border);
  color: var(--danger-text);
  transform: translateY(-1px);
}

.dangerButton:disabled {
  cursor: not-allowed;
  opacity: 0.55;
  transform: none;
}

.metricStrip {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(120px, 1fr));
  max-width: 620px;
}

.metricStrip div,
.launchPanel,
.featurePanel,
.chatPreview,
.workflowPanel,
.priceCard,
.seoBand {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.metricStrip div {
  padding: 18px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.metricStrip div:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.metricStrip strong {
  color: var(--primary-hover);
  display: block;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.metricStrip span {
  color: var(--muted);
  font-size: 13px;
}

.trustStrip {
  align-items: center;
  background: var(--surface);
  border-block: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 14px;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 14px var(--section-x);
  text-align: center;
}

.trustStrip svg {
  color: var(--primary);
  flex-shrink: 0;
}

.trustStrip p {
  margin: 0;
}

.landingHeroBand {
  background: linear-gradient(180deg, var(--soft) 0%, var(--surface) 55%, var(--bg) 100%);
  border-bottom: 1px solid var(--line);
  padding: 40px var(--section-x) 0;
  position: relative;
}

.landingHeroBand::before {
  background: radial-gradient(circle at 50% 0%, rgba(13, 148, 136, 0.12), transparent 55%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.landingHeroInner {
  margin: 0 auto;
  max-width: 820px;
  padding: 24px 0 32px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.landingHeroBadge {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
  padding: 6px 14px;
}

.landingHeroTitle {
  font-size: clamp(36px, 5vw, 56px);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 auto 16px;
  max-width: 760px;
}

.landingHeroSubtitle {
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.65;
  margin: 0 auto 28px;
  max-width: 640px;
}

.landingHeroActions {
  justify-content: center;
  margin-bottom: 12px;
}

.landingHeroNote {
  margin-bottom: 32px;
}

.landingHeroPreview {
  margin: 0 auto;
  max-width: 400px;
}

.landingHeroPreview .chatPreview {
  margin: 0 auto;
  text-align: left;
}

.proofBar {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 22px var(--section-x) 28px;
  position: relative;
  z-index: 1;
}

.proofBarLabel {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  text-align: center;
}

.proofBarPlatforms {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.proofBarPlatform {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  padding: 8px 18px;
}

.stepsSectionZip {
  background: var(--surface);
  border-block: 1px solid var(--line);
  margin: 0;
  max-width: 100%;
  padding: 56px var(--section-x);
}

.stepsSectionZipInner {
  margin: 0 auto;
  max-width: var(--content-max);
}

.stepsSectionHeadline {
  font-size: clamp(28px, 3.5vw, 40px);
  letter-spacing: -0.025em;
  margin: 0 0 36px;
  text-align: center;
}

.stepsSectionZipLayout {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.stepsMediaZip {
  min-height: 320px;
  position: relative;
}

.stepsMediaPanel {
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.35s var(--ease);
}

.stepsMediaPanel.active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
}

.stepsMediaCard {
  min-height: 300px;
}

.stepsSyncRows {
  display: grid;
  gap: 8px;
}

.stepsSyncRow {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 10px 12px;
}

.stepsSyncCheck {
  color: var(--primary-hover);
  font-weight: 700;
}

.stepsTestPanel {
  display: grid;
  gap: 12px;
}

.stepsTestUser {
  background: var(--ink);
  border-radius: 14px 14px 4px 14px;
  color: var(--white);
  font-size: 14px;
  justify-self: end;
  margin: 0;
  max-width: 85%;
  padding: 12px 14px;
}

.stepsTestDots {
  display: flex;
  gap: 5px;
  padding-left: 4px;
}

.stepsTestDots span {
  animation: stepsDotPulse 1.2s ease-in-out infinite;
  background: var(--muted);
  border-radius: 50%;
  height: 7px;
  width: 7px;
}

.stepsTestDots span:nth-child(2) {
  animation-delay: 0.15s;
}

.stepsTestDots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes stepsDotPulse {
  0%,
  80%,
  100% {
    opacity: 0.35;
    transform: scale(0.85);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}

.stepsTestAi {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: 14px 14px 14px 4px;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
  max-width: 90%;
  padding: 12px 14px;
}

.stepsActivatePanel {
  display: grid;
  gap: 10px;
}

.stepsChannelRow {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  display: flex;
  font-size: 14px;
  font-weight: 500;
  justify-content: space-between;
  padding: 12px 14px;
}

.stepsChannelOn {
  background: var(--primary);
  border-radius: 999px;
  box-shadow: inset 0 0 0 2px var(--surface);
  height: 22px;
  position: relative;
  width: 40px;
}

.stepsChannelOn::after {
  background: var(--white);
  border-radius: 50%;
  content: "";
  height: 16px;
  position: absolute;
  right: 3px;
  top: 3px;
  width: 16px;
}

.stepsListZip {
  display: grid;
  gap: 10px;
}

.stepItemZip {
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--radius-md);
  cursor: pointer;
  padding: 18px 20px;
  text-align: left;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
  width: 100%;
}

.stepItemZip h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.stepItemZip p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}

.stepItemZip.active {
  background: var(--surface);
  border-color: var(--line);
  box-shadow: var(--shadow-md);
}

.toolsSectionZip {
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 56px var(--section-x);
}

.toolsSectionZipInner {
  margin: 0 auto;
  max-width: var(--content-max);
}

.toolsSectionZipHeader {
  margin-bottom: 28px;
  text-align: center;
}

.toolsSectionZipHeader .sectionLead {
  margin-left: auto;
  margin-right: auto;
}

.capabilitiesGridZip {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.capabilityCardZip {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}

.capabilityCardTags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.capabilityPhase {
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 3px 10px;
  text-transform: uppercase;
}

.capabilityPhase--pre {
  background: rgba(59, 130, 246, 0.1);
  color: #2563eb;
}

.capabilityPhase--post {
  background: rgba(168, 85, 247, 0.1);
  color: #7c3aed;
}

.capabilityPhase--setup {
  background: rgba(13, 148, 136, 0.1);
  color: var(--primary-hover);
}

.touchpointSection {
  background: var(--soft);
  border-block: 1px solid var(--line);
  margin: 0;
  max-width: 100%;
  padding: 56px var(--section-x);
}

.touchpointSectionInner {
  margin: 0 auto;
  max-width: var(--content-max);
  text-align: center;
}

.touchpointSectionInner h2 {
  margin-bottom: 8px;
}

.touchpointGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  margin-top: 28px;
  text-align: left;
}

.touchpointCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.touchpointCardHead {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}

.touchpointCardHead h3 {
  font-size: 17px;
  margin: 0;
}

.touchpointCard p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.sectionLead {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 12px 0 28px;
  max-width: 680px;
}

.pillarsSection,
.howItWorksSection,
.useCasesSection,
.capabilitiesSection,
.integrationsSection,
.homeFaqSection {
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 48px var(--section-x);
}

.heroTrialNote {
  color: var(--muted);
  font-size: 14px;
  margin: -8px 0 20px;
}

.howItWorksZip .howItWorksIntro {
  margin-bottom: 28px;
}

.howItWorksLayout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
}

.stepsGridCompact {
  display: grid;
  gap: 14px;
}

.trainPreviewPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 14px;
  padding: 20px;
}

.trainPreviewUrl {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  font-size: 13px;
  padding: 8px 12px;
}

.trainPreviewTags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.trainPreviewTags span {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  font-size: 12px;
  padding: 4px 10px;
}

.trainPreviewChat {
  background: var(--soft);
  border-radius: var(--radius-sm);
  padding: 14px;
}

.trainPreviewQuestion,
.trainPreviewAnswer {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 8px;
}

.trainPreviewAnswer {
  color: var(--primary-hover);
  margin-bottom: 0;
}

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

.capabilityCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 22px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.capabilityCard:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.capabilityTag {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  padding: 3px 10px;
  text-transform: uppercase;
}

.capabilityCard h3 {
  margin-bottom: 8px;
}

.capabilityCard p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.integrationsGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.integrationCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 18px;
}

.integrationCardHead {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}

.integrationStatus {
  background: var(--soft);
  border-radius: var(--radius-full);
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  text-transform: uppercase;
}

.integrationStatus.ready {
  background: var(--primary-soft);
  color: var(--primary-hover);
}

.integrationCard p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.installGuideBand {
  background: linear-gradient(135deg, var(--primary-soft) 0%, var(--surface) 55%);
  border-block: 1px solid var(--line);
  padding: 40px var(--section-x);
}

.installGuideBandInner {
  align-items: center;
  display: grid;
  gap: 20px;
  grid-template-columns: auto 1fr auto;
  margin: 0 auto;
  max-width: var(--content-max);
}

.installGuideBandInner svg {
  color: var(--primary-hover);
}

.installGuideBandInner h2 {
  margin-bottom: 8px;
}

.installGuideBandInner p {
  color: var(--muted);
  margin: 0;
}

.homeFaqList {
  display: grid;
  gap: 10px;
  margin-top: 24px;
}

.homeFaqItem {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  overflow: hidden;
}

.homeFaqQuestion {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  justify-content: space-between;
  padding: 16px 18px;
  text-align: left;
  width: 100%;
}

.homeFaqItem.open .homeFaqQuestion svg {
  transform: rotate(180deg);
}

.homeFaqAnswer {
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0;
  padding: 0 18px 16px;
}

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

.installArticleCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 22px;
}

.installArticleCard h3 {
  margin-bottom: 8px;
}

.installArticleCard > p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.installArticleCard ol {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.installArticleCard li {
  align-items: flex-start;
  color: var(--muted);
  display: flex;
  font-size: 13px;
  gap: 8px;
  line-height: 1.5;
}

.installArticleCard li svg {
  color: var(--primary-hover);
  flex-shrink: 0;
  margin-top: 2px;
}

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

.pillarCard,
.stepCard,
.useCaseCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 24px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.pillarCard:hover,
.stepCard:hover,
.useCaseCard:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.pillarTagline {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
  padding: 5px 12px;
}

.pillarIcon,
.useCaseIcon {
  align-items: center;
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-sm);
  color: var(--primary-hover);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  margin-bottom: 14px;
  width: 44px;
}

.pillarCard h3,
.useCaseCard h3,
.stepCard h3 {
  margin-bottom: 10px;
}

.pillarCard p,
.stepCard p,
.useCaseCard p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 14px;
}

.pillarBullets {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pillarBullets li {
  align-items: flex-start;
  color: var(--ink);
  display: flex;
  font-size: 14px;
  gap: 8px;
  line-height: 1.45;
}

.pillarBullets svg {
  color: var(--primary);
  flex-shrink: 0;
  margin-top: 2px;
}

.stepsGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 24px;
}

.stepNumber {
  color: var(--primary-hover);
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.useCasesGrid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.useCaseExample {
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-sm);
  color: var(--primary-hover);
  font-size: 13px;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 10px 12px;
}

.finalCtaSection {
  margin: 0 auto 40px;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 0 var(--section-x) 48px;
}

.finalCtaInner {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.1), rgba(37, 99, 235, 0.06));
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: var(--radius-lg);
  padding: 40px 32px;
  text-align: center;
}

.finalCtaInner h2 {
  margin-bottom: 12px;
}

.finalCtaInner p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto 24px;
  max-width: 560px;
}

.finalCtaInner .heroActions {
  justify-content: center;
  margin: 0;
}

.launchPanel {
  align-self: center;
  border-color: rgba(13, 148, 136, 0.2);
  box-shadow: var(--shadow-lg);
  padding: 24px;
}

.panelHeader {
  align-items: center;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.panelHeader span {
  color: var(--muted);
  display: block;
  font-size: 13px;
}

.panelHeader strong {
  display: block;
  font-size: 18px;
}

.statusPill {
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: var(--radius-full);
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  padding: 6px 12px;
}

.field {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  gap: 8px;
}

.field input,
.chatForm input {
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  min-height: 44px;
  outline: 0;
  padding: 0 12px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease), background 0.2s var(--ease);
  width: 100%;
}

.field input:focus,
.chatForm input:focus {
  background: var(--surface);
  border-color: rgba(13, 148, 136, 0.45);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

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

.checklist span,
.knowledgeList span,
.leadRow,
.platformTile,
.switchLine {
  align-items: center;
  display: flex;
  gap: 8px;
}

.codeBlock,
.miniCode {
  background: var(--code-bg);
  border: 1px solid rgba(148, 163, 184, 0.15);
  border-radius: var(--radius-sm);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: var(--code-text);
  font-family: ui-monospace, "Cascadia Code", "SF Mono", Consolas, monospace;
  font-size: 12px;
  line-height: 1.6;
  overflow-x: auto;
  padding: 16px;
  white-space: pre-wrap;
}

.textButton {
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink);
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 12px;
  width: 100%;
}

.workspace,
.operationsBand,
.pricing,
.salesGrid,
.pageSection {
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 40px var(--section-x);
}

.workspaceHeader,
.pricingHeader,
.operationsBand {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.securityNote {
  background: var(--security-bg);
  border: 1px solid var(--security-border);
  border-radius: 8px;
  color: var(--security-text);
  font-weight: 750;
  min-height: 40px;
  padding: 0 12px;
}

.tabBar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 20px 0 14px;
}

.tab {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  color: var(--muted);
  cursor: pointer;
  min-height: 42px;
  padding: 0 14px;
  transition:
    background 0.2s var(--ease),
    border-color 0.2s var(--ease),
    color 0.2s var(--ease),
    box-shadow 0.2s var(--ease);
}

.tab:hover {
  border-color: var(--tab-hover-border);
  color: var(--ink);
}

.tab.active {
  background: var(--primary);
  border-color: var(--primary);
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.22);
  color: var(--white);
}

.featureGrid {
  align-items: stretch;
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 360px);
}

.featurePanel,
.chatPreview,
.workflowPanel {
  padding: 20px;
}

.featurePanel p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  max-width: none;
}

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

.handoffCard,
.leadCapture,
.guardrailBox,
.inboxRows span {
  border-radius: 8px;
  font-weight: 750;
  padding: 12px;
}

.handoffCard {
  background: var(--handoff-bg);
  color: var(--coral);
}

.leadCapture {
  background: var(--lead-bg);
  color: var(--blue);
}

.guardrailBox {
  background: var(--guardrail-bg);
  color: var(--amber);
}

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

.inboxRows span {
  background: var(--soft);
}

.chatPreview {
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  padding: 0;
}

.chatPreviewHead {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  padding: 12px 14px;
}

.chatPreviewHead strong {
  font-size: 14px;
  font-weight: 600;
}

.chatPreviewHead svg {
  color: #0f766e;
  flex-shrink: 0;
}

.dashPanel .chatPreview {
  box-shadow: none;
  min-height: 360px;
  width: 100%;
}

.chatPreview .chatTop span:last-child {
  background: var(--soft);
  border-radius: var(--radius-full);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 4px 10px;
}

.chatTop {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding-bottom: 14px;
}

.chatTop span {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  font-weight: 800;
}

.chatMessages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  padding: 18px 0;
}

.chatMessages p {
  border-radius: 16px 16px 16px 4px;
  line-height: 1.5;
  margin: 0;
  max-width: 88%;
  padding: 12px 14px;
}

.chatMessages .assistant {
  background: var(--soft);
  border: 1px solid var(--line);
}

.chatMessages .user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: 16px 16px 4px 16px;
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.25);
  color: var(--white);
}

.chatForm {
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) 46px;
}

.chatForm button {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border: 0;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.3);
  color: var(--white);
}

.chatForm button:hover {
  box-shadow: 0 6px 16px rgba(13, 148, 136, 0.35);
  transform: translateY(-1px);
}

.operationsBand {
  background: linear-gradient(180deg, #f1f5f9 0%, #f8fafc 100%);
  border-block: 1px solid var(--line);
}

.platformGrid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
}

.platformTile {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap;
  min-height: 92px;
  padding: 16px;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease), border-color 0.2s var(--ease);
}

.platformTile:hover {
  border-color: rgba(13, 148, 136, 0.3);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.platformTile strong,
.platformTile span,
.platformTile em {
  width: 100%;
}

.platformTile span {
  color: var(--muted);
  font-size: 12px;
}

.platformTile em {
  color: var(--teal);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

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

.leadRow {
  border-top: 1px solid var(--line);
  justify-content: space-between;
  padding: 14px 0;
}

.leadRow span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  margin-top: 4px;
}

.leadRow em {
  color: var(--teal);
  font-style: normal;
  font-weight: 850;
}

.switch {
  display: inline-flex;
}

.switch input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.switch span {
  background: var(--line);
  border-radius: 999px;
  display: block;
  height: 28px;
  position: relative;
  width: 50px;
}

.switch span::after {
  background: var(--surface);
  border-radius: 50%;
  content: "";
  height: 22px;
  left: 3px;
  position: absolute;
  top: 3px;
  transition: transform 180ms ease;
  width: 22px;
}

.switch input:checked + span {
  background: var(--teal);
}

.switch input:checked + span::after {
  transform: translateX(22px);
}

.handoffState {
  align-items: flex-start;
  background: var(--soft);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  padding: 16px;
}

.handoffState p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.switchLine {
  margin-top: 16px;
}

.priceGrid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.priceCard {
  padding: 26px;
  position: relative;
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.priceCard:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.priceCard p {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}

.priceAmountMain {
  align-items: flex-end;
  display: flex;
  gap: 6px;
}

.priceAmountNote {
  color: var(--muted);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
}

.priceCard p strong {
  font-size: 42px;
}

.priceCard > span {
  color: var(--muted);
  display: block;
  min-height: 42px;
}

.planAudience {
  color: var(--teal);
  display: block;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 14px;
}

.featureList {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.featureList span {
  align-items: center;
  display: flex;
  gap: 8px;
}

.priceCard a {
  align-items: center;
  background: var(--surface);
  border-color: var(--line);
  color: var(--ink);
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}

.priceCard a:hover {
  background: var(--primary-soft);
  border-color: var(--primary-border);
  color: var(--primary-hover);
}

.priceCard.free {
  border-color: rgba(13, 148, 136, 0.18);
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.65), var(--surface));
}

.priceCard.featured {
  background: linear-gradient(180deg, rgba(236, 253, 245, 0.55) 0%, var(--surface) 42%);
  border-color: rgba(13, 148, 136, 0.38);
  box-shadow: 0 16px 40px rgba(13, 148, 136, 0.12);
}

.pricePopularBadge {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  border-radius: var(--radius-full);
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.28);
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  left: 50%;
  letter-spacing: 0.04em;
  padding: 5px 12px;
  position: absolute;
  top: -12px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.seoBand {
  align-items: center;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.06), rgba(37, 99, 235, 0.04));
  border-radius: var(--radius-lg);
  display: flex;
  gap: 18px;
  margin: 0 auto 48px;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 28px var(--section-x);
}

.seoBand > svg {
  color: var(--teal-deep);
  flex-shrink: 0;
}

.seoBand p {
  color: var(--muted);
  line-height: 1.6;
  margin: 8px 0 0;
}

.pageHero {
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 48px var(--section-x) 32px;
  position: relative;
}

.pageHero h1 {
  font-size: clamp(32px, 4vw, 46px);
}

.pageHero p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
  max-width: 640px;
}

.pageHero.compact {
  max-width: calc(720px + var(--section-x) * 2);
}

.installRequirements {
  padding-top: 0;
}

.installNotice {
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  display: flex;
  gap: 14px;
  padding: 20px 22px;
}

.installNotice h2 {
  font-size: 18px;
  margin: 0 0 8px;
}

.installNotice p {
  color: var(--muted);
  margin: 0 0 8px;
}

.installNotice p:last-child {
  margin-bottom: 0;
}

.installNoticeHint {
  font-size: 14px;
}

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

.installPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 24px;
}

.installPanel ol {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.installPanel li,
.copyHint {
  align-items: flex-start;
  display: flex;
  gap: 8px;
}

.copyHint {
  color: var(--muted);
  font-size: 13px;
  margin-top: 12px;
}

.setupFlow {
  background: linear-gradient(180deg, rgba(238, 242, 246, 0.65) 0%, var(--paper) 100%);
  border-radius: var(--radius-lg);
  margin-inline: auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
}

.setupFlow h2 {
  margin-bottom: 22px;
}

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

.setupSteps article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.setupSteps article > strong {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: var(--white);
  display: inline-flex;
  height: 32px;
  justify-content: center;
  margin-bottom: 12px;
  width: 32px;
}

.setupSteps p,
.legalPage p {
  color: var(--muted);
  line-height: 1.65;
}

.legalSection {
  padding-bottom: 56px;
  padding-top: 8px;
}

.legalPage {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin: 0 auto;
  max-width: 820px;
  padding: 32px 36px;
}

.legalPage h2 {
  font-size: 24px;
  margin-top: 26px;
}

.authShell,
.centerShell {
  min-height: 100vh;
}

.authPage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.authTop {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 20px var(--section-x);
  width: 100%;
}

.authCenter {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 16px var(--section-x) 56px;
}

.authPanel {
  background: var(--surface-elevated);
  border: 1px solid var(--card-border);
  border-radius: 20px;
  box-shadow: var(--card-shadow);
  max-width: 420px;
  padding: 36px 32px 32px;
  width: 100%;
}

.authBack {
  align-items: center;
  color: var(--muted);
  display: inline-flex;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
  margin-bottom: 20px;
  transition: color 0.2s var(--ease);
}

.authBack:hover {
  color: var(--ink);
}

.authPanelHead {
  margin-bottom: 28px;
}

.authStepBadge {
  background: var(--primary-soft);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
  padding: 4px 10px;
}

.authPanelHead h1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin: 0 0 8px;
}

.authPanelHead p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
}

.authForm {
  display: grid;
  gap: 18px;
}

.authControl {
  display: grid;
  gap: 8px;
}

.authLabelRow {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.authLabel {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

.authInput {
  background: var(--input-bg);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 10px;
  font: inherit;
  height: 46px;
  outline: 0;
  padding: 0 14px;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  width: 100%;
}

.authInput::placeholder {
  color: var(--placeholder);
}

.authInput:focus {
  border-color: rgba(13, 148, 136, 0.55);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.authLinkBtn {
  background: none;
  border: 0;
  color: var(--primary);
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  padding: 0;
}

.authLinkBtn:hover:not(:disabled) {
  text-decoration: underline;
}

.authLinkBtn:disabled {
  color: var(--muted);
  cursor: not-allowed;
}

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

.otpCell {
  aspect-ratio: 1;
  background: var(--input-bg);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  font-family: ui-monospace, "Cascadia Code", "SF Mono", monospace;
  font-size: 20px;
  font-weight: 700;
  max-height: 52px;
  outline: 0;
  padding: 0;
  text-align: center;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
  width: 100%;
}

.otpCell:focus {
  border-color: rgba(13, 148, 136, 0.55);
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
}

.authEmailSummary {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 12px 14px;
}

.authEmailValue {
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.authForgotRow {
  display: flex;
  justify-content: flex-end;
  margin-top: -8px;
}

.authInlineLink {
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
}

.authInlineLink:hover {
  text-decoration: underline;
}

.authAlert {
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
  padding: 10px 12px;
}

.authAlertsuccess {
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.2);
  color: #0f766e;
}

.authAlerterror {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.18);
  color: #b91c1c;
}

.authSubmit {
  justify-content: center;
  margin-top: 2px;
  min-height: 46px;
  width: 100%;
}

.authSubmitGrow {
  justify-content: center;
  min-height: 46px;
  width: 100%;
}

.authDualActions {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
}

.authDivider {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 12px;
  font-weight: 500;
  gap: 12px;
  letter-spacing: 0.02em;
}

.authDivider::before,
.authDivider::after {
  background: var(--line);
  content: "";
  flex: 1;
  height: 1px;
}

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

.authOAuthBtn {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 8px;
  height: 44px;
  justify-content: center;
  transition: background 0.2s var(--ease), border-color 0.2s var(--ease);
}

.authOAuthBtn:hover {
  background: var(--soft);
  border-color: #cbd5e1;
}

.authFooter {
  color: var(--muted);
  font-size: 14px;
  margin: 4px 0 0;
  text-align: center;
}

.authFooter a {
  color: var(--primary-hover);
  font-weight: 600;
}

.authFooter a:hover {
  text-decoration: underline;
}

.fullButton {
  justify-content: center;
  width: 100%;
}

.centerShell {
  align-items: center;
  background: var(--soft);
  display: flex;
  justify-content: center;
  padding: 5vw;
}

.verifyCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-width: 520px;
  padding: 28px;
  text-align: center;
  width: 100%;
}

.verifyCard h1 {
  font-size: 34px;
  margin: 14px 0 8px;
}

.verifyCard p {
  color: var(--muted);
  line-height: 1.55;
}

.verifyCard .secondaryButton {
  margin-top: 10px;
}

html:has(.dashboardShell) {
  height: 100%;
  overflow: hidden;
}

html:has(.dashboardShell) body {
  height: 100%;
  overflow: hidden;
}

.dashboardShell {
  background: var(--dash-workspace-bg);
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100vh;
  max-height: 100vh;
  max-width: 100%;
  min-height: 0;
  overflow: hidden;
  width: 100%;
}

.dashboardShell > .dashSidebarPro,
.dashboardShell > .dashWorkspace {
  min-width: 0;
}

.sidebar {
  background: var(--surface);
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 24px;
  position: sticky;
  top: 0;
  height: 100vh;
}

.sidebar nav {
  display: grid;
  gap: 6px;
}

.sidebar button,
.logoutLink {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  gap: 10px;
  min-height: 42px;
  padding: 0 10px;
  text-align: left;
}

.sidebar button {
  transition: background 0.2s var(--ease), color 0.2s var(--ease);
}

.sidebar button:hover:not(.active) {
  background: var(--soft);
  color: var(--ink);
}

.sidebar button.active {
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.2);
  color: var(--white);
}

.logoutLink {
  margin-top: auto;
}

.dashboardMain {
  padding: 30px;
}

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

.dashboardTop h1 {
  font-size: 32px;
  margin-bottom: 0;
}

.topActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.topActions span {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: inline-flex;
  gap: 8px;
  min-height: 38px;
  padding: 0 12px;
}

.dashboardMetrics {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
}

.dashboardMetrics article,
.adminPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: box-shadow 0.2s var(--ease);
}

.dashboardMetrics article:hover,
.adminPanel:hover {
  box-shadow: var(--shadow-md);
}

.dashboardMetrics article {
  padding: 20px;
}

.dashboardMetrics span,
.dashboardMetrics em {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-style: normal;
}

.dashboardMetrics strong {
  color: var(--primary-hover);
  display: block;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 8px 0;
}

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

.adminPanel {
  padding: 20px;
}

.adminPanel.wide {
  grid-column: span 2;
}

.tableLike {
  display: grid;
  gap: 8px;
}

.tableLike div {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 80px 100px 120px minmax(0, 1fr) 80px;
  padding: 12px 0;
}

.sourceList,
.integrationRows,
.configGrid,
.channelList,
.settingsFormMock {
  display: grid;
  gap: 10px;
}

.configGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.configGrid div,
.channelList span {
  background: var(--soft);
  border-radius: 8px;
  padding: 12px;
}

.configGrid strong,
.configGrid span {
  display: block;
}

.configGrid strong {
  margin: 8px 0 4px;
}

.configGrid span,
.channelList em {
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
}

.settingsFormMock label {
  color: var(--muted);
  display: grid;
  font-size: 13px;
  gap: 6px;
}

.settingsFormMock input {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
}

.channelList span {
  display: flex;
  justify-content: space-between;
}

.sourceList span {
  background: var(--soft);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 10px;
}

.sourceList span em {
  color: var(--muted);
  font-style: normal;
}

.dashboardNotice {
  background: var(--soft);
  border-radius: 10px;
  color: var(--muted);
  margin-bottom: 16px;
  padding: 12px 14px;
}

.dashboardNotice.success {
  background: rgba(13, 148, 136, 0.1);
  color: var(--teal);
}

.dashboardNotice.error {
  background: rgba(220, 38, 38, 0.08);
  color: #b91c1c;
}

.dashboardMeta {
  color: var(--muted);
  font-size: 14px;
  margin: 8px 0;
}

.chatStatus {
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

.settingsFormMock select {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
}

.secondaryButton.inline,
.textButton.inline {
  display: inline-flex;
  margin-left: 10px;
}

.dashMain {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.dashHeader {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}

.dashHeader h1 {
  font-size: 28px;
  margin: 0;
}

.dashHeaderActions {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashSiteSelect {
  display: grid;
  gap: 6px;
  min-width: 220px;
}

.dashSiteSelect span {
  color: var(--muted);
  font-size: 12px;
}

.dashSiteSelect select {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 12px;
}

.dashToastHost {
  left: 50%;
  max-width: min(360px, calc(100% - 32px));
  pointer-events: none;
  position: fixed;
  top: 16px;
  transform: translateX(-50%);
  z-index: 200;
}

.dashToast {
  background: var(--surface);
  border: 1px solid rgba(13, 148, 136, 0.28);
  border-radius: 10px;
  box-shadow: 0 10px 32px rgba(15, 23, 42, 0.14);
  color: var(--teal-deep);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  padding: 10px 16px;
  pointer-events: auto;
}

.dashToastError {
  background: var(--surface);
  border-color: rgba(239, 68, 68, 0.35);
  color: #b91c1c;
}

@media (min-width: 900px) {
  .dashToastHost {
    left: auto;
    right: 24px;
    transform: none;
  }
}

.dashInlineStatus {
  color: var(--muted);
  font-size: 13px;
}

.dashStats {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.dashStats article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  padding: 18px;
}

.dashStats span {
  color: var(--muted);
  display: block;
  font-size: 13px;
}

.dashStats strong {
  color: var(--primary-hover);
  display: block;
  font-size: 30px;
  font-weight: 700;
  margin-top: 8px;
}

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

.dashGrid.single {
  grid-template-columns: minmax(0, 1fr);
}

.dashCard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 16px;
  padding: 20px;
}

.dashCardHead {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.dashCardHead span {
  color: var(--muted);
  display: block;
  font-size: 12px;
}

.dashCardHead strong {
  display: block;
  font-size: 18px;
  margin-top: 4px;
}

.dashMeta {
  color: var(--muted);
  font-size: 14px;
}

.dashMeta code,
.dashSiteItem code {
  background: var(--soft);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  padding: 2px 6px;
}

.dashForm {
  display: grid;
  gap: 12px;
}

.dashForm label {
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.dashForm input,
.dashForm textarea,
.dashForm select {
  background: var(--input-bg);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  min-height: 40px;
  padding: 0 12px;
}

.dashForm textarea {
  min-height: 96px;
  padding: 10px 12px;
  resize: vertical;
}

.faqForm {
  border-bottom: 1px solid var(--line);
  margin-bottom: 4px;
  padding-bottom: 16px;
}

.dashSiteList {
  display: grid;
  gap: 10px;
}

.dashSiteItem {
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  gap: 4px;
  padding: 12px;
  text-align: left;
  transition: border-color 0.2s var(--ease), background 0.2s var(--ease);
}

.dashSiteItem strong {
  font-size: 15px;
}

.dashSiteItem span {
  color: var(--muted);
  font-size: 13px;
}

.dashSiteItem.active {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.25);
}

.dashTable {
  display: grid;
  gap: 8px;
}

.dashTableHead,
.dashTableRow {
  display: grid;
  gap: 12px;
}

.inboxTable .dashTableHead,
.inboxTable .dashTableRow {
  grid-template-columns: 80px 100px 120px 1fr;
}

.faqTable .dashTableHead,
.faqTable .dashTableRow {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
}

.dashTableHead {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.dashTableRow {
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  padding: 10px 0;
}

.dashMuted {
  color: var(--muted);
  font-size: 14px;
}

.dashEmpty {
  align-items: center;
  background: var(--surface);
  border: 1px dashed var(--line);
  border-radius: var(--radius-md);
  color: var(--muted);
  display: grid;
  gap: 10px;
  justify-items: center;
  min-height: 280px;
  padding: 40px 24px;
  text-align: center;
}

.dashEmpty h3 {
  color: var(--ink);
  margin: 0;
}

.dashEmpty p {
  margin: 0;
  max-width: 420px;
}

.dashEmpty.error {
  border-color: rgba(220, 38, 38, 0.25);
  color: #b91c1c;
}

.dashNav {
  display: grid;
  gap: 6px;
}

.setupHero {
  background: var(--setup-hero-bg);
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 16px;
  display: grid;
  gap: 20px;
  margin-bottom: 18px;
  padding: 24px;
}

.setupHeroDone {
  background: var(--setup-hero-done-bg);
}

.setupHeroCopy h2 {
  font-size: 26px;
  margin: 8px 0;
}

.setupHeroCopy p {
  color: var(--muted);
  margin: 0;
  max-width: 720px;
}

.setupKicker {
  color: var(--teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.setupProgressTrack {
  background: rgba(13, 148, 136, 0.12);
  border-radius: 999px;
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  max-width: 420px;
}

.setupProgressTrack span {
  background: var(--primary);
  border-radius: inherit;
  display: block;
  height: 100%;
  transition: width 0.25s var(--ease);
}

.setupProgressText {
  color: var(--muted);
  font-size: 13px;
  margin-top: 8px;
}

.setupSteps {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.setupStep {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 14px 16px;
}

.setupStep.next {
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: 0 0 0 1px rgba(13, 148, 136, 0.08);
}

.setupStep.done {
  opacity: 0.72;
}

.setupStepIcon {
  align-items: center;
  color: var(--teal);
  display: flex;
  justify-content: center;
}

.setupStepBody {
  display: grid;
  gap: 4px;
}

.setupStepBody strong {
  font-size: 15px;
}

.setupStepBody span {
  color: var(--muted);
  font-size: 13px;
}

.setupStepBtn {
  white-space: nowrap;
}

.setupActionCard {
  margin-bottom: 16px;
}

.dashNextHint {
  color: var(--teal);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
}

.dashStatKey {
  font-size: 14px !important;
  word-break: break-all;
}

/* Professional dashboard layout */
.dashSidebarPro {
  align-self: stretch;
  background: #0f172a;
  border-right: 0;
  color: #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  max-height: 100vh;
  max-width: 260px;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: relative;
  width: 260px;
}

.dashSidebarBrand {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #f8fafc;
  display: flex;
  font-weight: 700;
  gap: 8px;
  padding: 14px 14px 12px;
  text-decoration: none;
}

.dashSidebarBrand .brandMark {
  background: rgba(13, 148, 136, 0.2);
  color: #5eead4;
}

.dashSidebarPlan {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 12px 14px;
  text-align: left;
  transition:
    background 0.18s ease,
    box-shadow 0.18s ease,
    transform 0.18s ease;
  width: 100%;
}

.dashSidebarPlan:hover {
  transform: translateY(-1px);
}

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

.dashSidebarPlanIcon {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  height: 22px;
  justify-content: center;
  width: 22px;
}

.dashSidebarPlanTag {
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 4px 8px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashSidebarPlanTag.muted {
  background: rgba(255, 255, 255, 0.08);
  color: #94a3b8;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: none;
}

.dashSidebarPlanTrialPill {
  background: rgba(245, 158, 11, 0.16);
  border: 1px solid rgba(245, 158, 11, 0.28);
  border-radius: 999px;
  color: #fcd34d;
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
  padding: 3px 7px;
  white-space: nowrap;
}

.dashSidebarPlanName {
  color: #f8fafc;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.dashSidebarPlanMeta {
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.35;
}

.dashSidebarPlanMeta em {
  color: #e2e8f0;
  font-style: normal;
  font-weight: 700;
}

.dashSidebarPlanFoot {
  align-items: center;
  color: #5eead4;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 2px;
  margin-top: 2px;
}

.dashSidebarPlan-pro {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.28) 0%, rgba(15, 23, 42, 0.92) 72%);
  box-shadow: inset 0 0 0 1px rgba(45, 212, 191, 0.35);
}

.dashSidebarPlan-pro:hover {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.38) 0%, rgba(15, 23, 42, 0.95) 72%);
  box-shadow:
    inset 0 0 0 1px rgba(45, 212, 191, 0.5),
    0 6px 18px rgba(13, 148, 136, 0.22);
}

.dashSidebarPlan-pro .dashSidebarPlanIcon {
  background: rgba(13, 148, 136, 0.35);
  color: #5eead4;
}

.dashSidebarPlan-pro .dashSidebarPlanTag {
  background: linear-gradient(180deg, #2dd4bf 0%, #0d9488 100%);
  box-shadow: 0 2px 8px rgba(13, 148, 136, 0.35);
  color: #fff;
}

.dashSidebarPlan-ultimate {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.24) 0%, rgba(245, 158, 11, 0.12) 48%, rgba(15, 23, 42, 0.94) 100%);
  box-shadow: inset 0 0 0 1px rgba(167, 139, 250, 0.35);
}

.dashSidebarPlan-ultimate:hover {
  box-shadow:
    inset 0 0 0 1px rgba(167, 139, 250, 0.5),
    0 6px 18px rgba(124, 58, 237, 0.2);
}

.dashSidebarPlan-ultimate .dashSidebarPlanIcon {
  background: rgba(124, 58, 237, 0.3);
  color: #c4b5fd;
}

.dashSidebarPlan-ultimate .dashSidebarPlanTag {
  background: linear-gradient(180deg, #a78bfa 0%, #7c3aed 100%);
  color: #fff;
}

.dashSidebarPlan-ultimate .dashSidebarPlanFoot {
  color: #c4b5fd;
}

.dashSidebarPlan-trial,
.dashSidebarPlan-other {
  background: rgba(255, 255, 255, 0.03);
}

.dashSidebarPlan-trial:hover,
.dashSidebarPlan-other:hover {
  background: rgba(255, 255, 255, 0.06);
}

.dashSidebarPlan-trial .dashSidebarPlanIcon,
.dashSidebarPlan-other .dashSidebarPlanIcon {
  background: rgba(245, 158, 11, 0.18);
  color: #fbbf24;
}

.dashSidebarPlan-trial .dashSidebarPlanFoot,
.dashSidebarPlan-other .dashSidebarPlanFoot {
  color: #fbbf24;
}

.dashNavPlanBadge {
  background: linear-gradient(180deg, #2dd4bf 0%, #0d9488 100%);
  border-radius: 999px;
  color: #fff;
  flex-shrink: 0;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 3px 6px;
  text-transform: uppercase;
  white-space: nowrap;
}

.dashNavItem.active .dashNavPlanBadge {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.dashSidebarBody {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.dashSidebarNav {
  align-content: start;
  display: grid;
  flex: 1;
  gap: 1px;
  min-height: 0;
  overflow-y: auto;
  padding: 8px 10px 12px;
}

.dashNavGroupLabel {
  color: #64748b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 8px 6px;
  text-transform: uppercase;
}

.dashSiteHeader .dashNavGroupLabel {
  margin: 0 2px 4px;
}

.dashNavGroupLabel:first-child {
  margin-top: 0;
}

.dashNavItem {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  color: #94a3b8;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  line-height: 1.2;
  min-height: 34px;
  padding: 6px 10px;
  text-align: left;
  transition: background 0.15s ease, color 0.15s ease;
  width: 100%;
}

.dashNavItem svg {
  flex-shrink: 0;
  opacity: 0.9;
}

.dashNavItem:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
}

.dashNavItem.active {
  background: rgba(13, 148, 136, 0.18);
  color: #5eead4;
}

.dashNavItemLabel {
  flex: 1;
  min-width: 0;
}

.dashNavBadge {
  background: #f59e0b;
  border-radius: 999px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  min-width: 18px;
  padding: 3px 6px;
  text-align: center;
}

.dashNavItem.active .dashNavBadge {
  background: #0d9488;
}

.dashSidebarNavGrouped {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  min-height: 0;
  overflow-y: auto;
  padding: 10px 10px 12px;
}

.dashSidebarNavGroup ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashSidebarFooter {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  margin-top: auto;
  padding: 10px 14px 12px;
}

.dashSiteHeader {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: grid;
  gap: 8px;
  min-width: 0;
  overflow: hidden;
  padding: 12px 14px;
  position: relative;
  z-index: 5;
}

.dashSiteHeader .appSelectTrigger,
.dashSiteHeader .appSelect {
  min-height: 36px;
}

.dashSiteHeader .appSelectOpen {
  z-index: 30;
}

.dashSitePicker {
  align-items: center;
  display: flex;
  gap: 8px;
}

.dashSiteSelect {
  width: 100%;
}

.dashSiteDomain {
  color: #64748b;
  font-size: 12px;
  overflow: hidden;
  padding-left: 2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSiteEmptyHint {
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
}

.dashCreateSiteBtn {
  font-size: 14px;
  justify-content: center;
  width: 100%;
}

.dashManageSites {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  color: #94a3b8;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  gap: 6px;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  width: 100%;
}

.dashManageSites:hover,
.dashManageSites.active {
  background: rgba(255, 255, 255, 0.06);
  color: #f1f5f9;
}

.dashPageSiteBadge {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 2px;
  padding: 10px 14px;
}

.dashPageSiteBadge strong {
  font-size: 14px;
}

.dashPageSiteBadge span {
  color: var(--muted);
  font-size: 12px;
}

.dashPageHeaderActions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.dashLogout {
  align-items: center;
  color: #94a3b8;
  display: flex;
  font-size: 14px;
  gap: 8px;
  padding: 8px 4px;
  text-decoration: none;
}

.dashLogout:hover {
  color: #f1f5f9;
}

.dashWorkspace {
  align-self: stretch;
  background: var(--dash-workspace-bg);
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  padding: 8px 16px 16px;
}

.dashWorkspaceInner {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0;
  margin-inline: auto;
  max-width: var(--dash-content-max);
  min-height: 0;
  min-width: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

.dashWorkspaceToolbar {
  display: flex;
  flex-shrink: 0;
  justify-content: flex-end;
  margin-bottom: 2px;
  min-height: 32px;
}

.dashWorkspaceInner > .dashSetupBanner {
  margin-bottom: 6px;
}

.dashWorkspaceInner > .dashPage {
  flex: 0 0 auto;
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.dashWorkspaceInner > .dashWorkPage {
  flex: 1;
  min-height: 0;
  width: 100%;
}

.dashLangSwitcher,
.dashLangSwitcher.appSelect {
  position: static;
  width: 118px;
}

.dashLangSwitcher .appSelectTrigger {
  min-height: 32px;
  padding: 0 8px;
}

.dashLangSwitcher .appSelectValue {
  font-size: 13px;
}

.dashSetupBanner {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 14px 16px;
}

.dashSetupBannerHead {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.dashSetupBannerHead strong {
  font-size: 14px;
}

.dashSetupBannerHead span {
  color: var(--muted);
  font-size: 13px;
}

.dashSetupTasks {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashSetupTasks li {
  align-items: center;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 999px;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  padding: 6px 12px 6px 8px;
}

.dashSetupTasks li.done {
  color: var(--teal);
  opacity: 0.7;
}

.dashSetupTasks li.current {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.25);
  color: var(--teal);
  font-weight: 600;
}

.dashSetupTaskMark {
  align-items: center;
  display: inline-flex;
  height: 18px;
  justify-content: center;
  width: 18px;
}

.dashSetupTaskGo {
  align-items: center;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  padding: 0;
}

.dashPage {
  align-content: start;
  display: grid;
  gap: 10px;
  min-width: 0;
  width: 100%;
}

.dashWorkPage {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 6px;
  min-height: 0;
  padding: 0;
  width: 100%;
}

.dashWorkToolbar {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 4px;
}

.dashInboxWorkPage .dashSplitLayout,
.dashLeadsWorkPage .dashSplitLayout {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.dashboardShell:has(.dashInboxWorkPage) .dashWorkspace,
.dashboardShell:has(.dashLeadsWorkPage) .dashWorkspace {
  height: 100vh;
  min-height: 0;
  overflow: hidden;
}

.dashboardShell:has(.dashInboxWorkPage) .dashWorkspaceInner,
.dashboardShell:has(.dashLeadsWorkPage) .dashWorkspaceInner {
  min-height: 0;
  overflow: hidden;
}

.dashInboxWorkPage,
.dashLeadsWorkPage {
  min-height: 0;
  overflow: hidden;
}

.dashConversationPane {
  border: 1px solid var(--line);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}

.dashConversationHead {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  flex-shrink: 0;
  gap: 12px;
  justify-content: space-between;
  padding: 14px 16px;
}

.dashConversationHead h2 {
  font-size: 16px;
  margin: 0 0 4px;
}

.dashConversationHeadActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashConversationHeadActions .secondaryButton {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}

.dashInboxNotesFold {
  border-bottom: 1px solid var(--line);
  flex-shrink: 0;
  padding: 8px 16px;
}

.dashInboxNotesFold summary {
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
}

.dashInboxNotesHint {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 6px 0 0;
}

.dashInboxNotesFold textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  margin-top: 8px;
  padding: 8px 10px;
  resize: vertical;
  width: 100%;
}

.dashInboxNotesActions {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
}

.dashInboxNotesActions .dashBtnSm {
  width: auto;
}

.dashInboxWorkPage .dashConversationThread {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.dashConversationThread {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow-y: auto;
  padding: 16px;
}

.dashInboxWorkPage .dashInboxComposer {
  align-items: flex-end;
  background: var(--surface);
  border-top: 1px solid var(--line);
  display: grid;
  flex-shrink: 0;
  gap: 10px;
  grid-template-columns: 1fr auto;
  padding: 12px 16px;
}

.dashInboxWorkPage .dashInboxComposer textarea {
  border: 1px solid var(--line);
  border-radius: 10px;
  font: inherit;
  min-height: 44px;
  padding: 10px 12px;
  resize: none;
}

.dashKnowledgeWorkPage {
  flex: 1;
  min-height: 0;
}

.dashKnowledgePanel {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  overflow: hidden;
  padding: 0;
}

.dashKnowledgeLayout {
  display: grid;
  flex: 1;
  gap: 0;
  grid-template-columns: 188px minmax(0, 1fr);
  min-height: 0;
}

.dashKnowledgeSubnav {
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 10px 14px 14px;
}

.dashKnowledgeSubnavItem {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 8px;
  padding: 10px 12px;
  text-align: left;
  width: 100%;
}

.dashKnowledgeSubnavItem span {
  flex: 1;
}

.dashKnowledgeSubnavItem em {
  color: var(--muted);
  font-size: 10px;
  font-style: normal;
}

.dashKnowledgeSubnavItem.active {
  background: rgba(13, 148, 136, 0.1);
  color: #0f766e;
  font-weight: 600;
}

.dashKnowledgeSubnavItem:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.dashKnowledgeMain {
  min-width: 0;
  padding: 14px 18px 16px 20px;
}

.dashKnowledgeMainHead {
  border-bottom: 1px solid var(--line);
  margin-bottom: 12px;
  padding-bottom: 10px;
}

.dashKnowledgeMainHead h2 {
  font-size: 17px;
  margin: 0 0 4px;
}

.dashKnowledgeMainHead .dashPanelDesc {
  margin: 0;
}

.dashPageHeader {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 12px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

.dashPageHeaderCopy {
  flex: 1 1 100%;
  min-width: 0;
  width: 100%;
}

.dashPageKicker {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 2px;
}

.dashPageHeaderCopy h1 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin: 0 0 2px;
}

.dashPageHeaderCopy p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  max-width: none;
  word-break: normal;
}

.dashPanelIntro {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.dashPanelHeadTight {
  align-items: center;
  margin-bottom: 4px;
}

.dashPanelHeadTight h2 {
  font-size: 15px;
  margin: 0;
}

.dashSettingsPanel {
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
}

.dashPageLoading,
.dashPageError {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  min-height: 200px;
}

.dashPageError {
  color: #b91c1c;
}

.dashEmptyState {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 10px;
  justify-items: center;
  padding: 32px 24px;
  text-align: center;
  width: 100%;
}

.dashEmptyStateIcon {
  align-items: center;
  background: rgba(13, 148, 136, 0.1);
  border-radius: 14px;
  color: var(--teal);
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.dashEmptyState h2 {
  font-size: 20px;
  margin: 0;
}

.dashEmptyState p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 380px;
}

.dashEmptyStateForm {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  text-align: left;
  width: 100%;
}

.dashEmptyStateForm label {
  display: grid;
  font-size: 14px;
  gap: 6px;
}

.dashEmptyStateForm input {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 42px;
  padding: 0 12px;
}

.dashPageWide {
  max-width: 1120px;
}

.dashSitesPage {
  display: grid;
  gap: 20px;
}

.dashSitesHero {
  align-items: flex-start;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(255, 255, 255, 0.96) 58%);
  border: 1px solid rgba(13, 148, 136, 0.16);
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 22px 24px;
}

.dashSitesHeroCopy h1 {
  font-size: clamp(24px, 2.4vw, 30px);
  margin-bottom: 8px;
}

.dashSitesHeroCopy p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
  max-width: 560px;
}

.dashSitesHeroKicker {
  align-items: center;
  color: var(--primary-hover);
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  gap: 6px;
  margin-bottom: 8px;
}

.dashSitesHeroAside {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashSitesHeroCount {
  background: rgba(13, 148, 136, 0.1);
  border: 1px solid rgba(13, 148, 136, 0.18);
  border-radius: 999px;
  color: var(--primary-hover);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  white-space: nowrap;
}

.dashSitesEmpty {
  display: flex;
  justify-content: center;
  padding: 12px 0 24px;
}

.dashSitesEmptyCard {
  align-items: center;
  background: var(--surface);
  border: 1px dashed rgba(13, 148, 136, 0.28);
  border-radius: 16px;
  display: grid;
  gap: 12px;
  justify-items: center;
  max-width: 520px;
  padding: 36px 28px;
  text-align: center;
  width: 100%;
}

.dashSitesEmptyCard h2 {
  margin-bottom: 0;
}

.dashSitesEmptyCard p {
  color: var(--muted);
  margin: 0;
}

.dashSitesListWrap {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.dashSitesListHead {
  background: var(--soft);
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  display: grid;
  font-size: 11px;
  font-weight: 700;
  gap: 12px;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.8fr) 40px;
  letter-spacing: 0.06em;
  padding: 10px 16px;
  text-transform: uppercase;
}

.dashSitesList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dashSitesListItem + .dashSitesListItem {
  border-top: 1px solid var(--line);
}

.dashSitesListRow {
  align-items: stretch;
  display: grid;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto 40px;
  padding: 6px 8px 6px 0;
}

.dashSitesListOpen {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-column: 1;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(0, 0.8fr);
  padding: 12px 8px 12px 16px;
  text-align: left;
  transition: background 0.15s ease;
  width: 100%;
}

.dashSitesListOpen:hover {
  background: rgba(13, 148, 136, 0.05);
}

.dashSitesListMain {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.dashSitesListAccent {
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.12);
  flex-shrink: 0;
  height: 34px;
  width: 34px;
}

.dashSitesListText {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.dashSitesListText strong {
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSitesListText span {
  color: var(--muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSitesListKey code {
  background: #f1f5f9;
  border-radius: 6px;
  color: #334155;
  display: block;
  font-family: var(--font-mono, ui-monospace, monospace);
  font-size: 12px;
  overflow: hidden;
  padding: 6px 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSitesListDomain {
  color: var(--muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSitesListEnter {
  align-items: flex-end;
  display: grid;
  gap: 6px;
  justify-items: end;
}

.dashSitesListStatus {
  background: rgba(13, 148, 136, 0.1);
  border-radius: 999px;
  color: var(--primary-hover);
  font-size: 11px;
  font-weight: 600;
  padding: 4px 9px;
  white-space: nowrap;
}

.dashSitesListEnterLabel {
  align-items: center;
  color: var(--primary-hover);
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  gap: 4px;
  white-space: nowrap;
}

.dashSitesListCopyBtn {
  align-items: center;
  align-self: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 10px;
  gap: 2px;
  justify-content: center;
  min-height: 52px;
  min-width: 52px;
  padding: 6px;
  transition:
    border-color 0.15s ease,
    color 0.15s ease;
}

.dashSitesListCopyBtn:hover {
  border-color: rgba(13, 148, 136, 0.35);
  color: var(--primary-hover);
}

.dashSitesListCopyBtn span {
  line-height: 1;
  max-width: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashSitesListMenu {
  align-self: center;
  position: relative;
}

.dashSitesListMenuBtn {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.dashSitesListMenuBtn:hover,
.dashSitesListMenuBtn[aria-expanded="true"] {
  background: #f1f5f9;
  border-color: var(--line);
  color: var(--ink);
}

.dashSitesListMenuPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: var(--shadow-md);
  display: grid;
  gap: 2px;
  min-width: 140px;
  padding: 4px;
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 5;
}

.dashSitesListMenuPanel button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  display: flex;
  font-size: 13px;
  gap: 8px;
  padding: 8px 10px;
  text-align: left;
  width: 100%;
}

.dashSitesListMenuPanel button:hover {
  background: var(--soft);
}

.dashSitesListMenuPanel button.danger {
  color: var(--danger-text);
}

.dashSitesListMenuPanel button.danger:hover {
  background: var(--danger-bg);
}

@media (max-width: 900px) {
  .dashSitesListHead {
    display: none;
  }

  .dashSitesListOpen {
    grid-template-columns: minmax(0, 1fr);
  }

  .dashSitesListDomain,
  .dashSitesListKey {
    display: none;
  }

  .dashSitesListEnter {
    justify-items: start;
  }

  .dashSitesListRow {
    grid-template-columns: minmax(0, 1fr) auto 40px;
  }
}

.dashModalBackdrop {
  align-items: center;
  background: rgba(15, 23, 42, 0.45);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 24px;
  position: fixed;
  z-index: 100;
}

.dashModal {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-lg);
  max-width: 440px;
  width: 100%;
}

.dashModalHead {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.dashModalHead h2 {
  font-size: 18px;
  margin: 0;
}

.dashModalClose {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.dashModalClose:hover {
  background: #f1f5f9;
  color: var(--ink);
}

.dashModal .dashForm {
  display: grid;
  gap: 14px;
  padding: 20px;
}

.dashModal .dashForm label {
  display: grid;
  font-size: 14px;
  font-weight: 500;
  gap: 6px;
}

.dashModal .dashForm input {
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 14px;
  min-height: 42px;
  padding: 0 12px;
}

.dashModalActions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 4px;
}

.dashBackWorkspace {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 13px;
  min-height: 36px;
  padding: 0 12px;
  width: 100%;
}

.dashBackWorkspace:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #f8fafc;
}

.dashMetricsRow {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
}

.dashMetricsRow article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  padding: 14px 16px;
}

.dashMetricsRow span {
  color: var(--muted);
  display: block;
  font-size: 13px;
}

.dashMetricsRow strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 6px;
}

.dashMetricText {
  font-size: 16px !important;
  font-weight: 600 !important;
}

.dashTwoCol {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 1fr);
}

.dashPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  padding: 14px 16px;
}

.dashPanel.full {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.dashPanel > * {
  max-width: 100%;
  min-width: 0;
}

.dashPanelHead {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.dashPanelHead h2 {
  font-size: 17px;
  font-weight: 650;
  margin: 0;
}

.dashPanelKicker {
  color: var(--muted);
  font-size: 12px;
  margin: 0 0 4px;
}

.dashPanelDesc {
  color: var(--muted);
  font-size: 13px;
  margin: 4px 0 0;
}

.dashPanelEmpty {
  color: var(--muted);
  font-size: 14px;
  margin: 0;
  padding: 12px 0;
  text-align: left;
}

.dashDataTable {
  display: grid;
  gap: 0;
}

.dashDataTableHead,
.dashDataTableRow {
  display: grid;
  gap: 12px;
  grid-template-columns: 80px 100px 120px 1fr;
}

.dashDataTable.faq .dashDataTableHead,
.dashDataTable.faq .dashDataTableRow {
  align-items: start;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) 72px 120px;
}

.dashDataTable.compact.leads .dashDataTableHead,
.dashDataTable.compact.leads .dashDataTableRow {
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) 96px;
}

.dashLeadUnreadDot {
  background: var(--teal);
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}

.dashLeadRowMain small {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 400;
  width: 100%;
}

.dashDataTable.docs .dashDataTableHead,
.dashDataTable.docs .dashDataTableRow {
  grid-template-columns: minmax(0, 1.6fr) 120px 80px 48px;
}

.dashDataTable.docs .dashDataTableRow span:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dashDataTable.docs .dashDataTableRow em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
}

.dashDocError {
  color: #b42318;
  font-size: 12px;
}

.dashDocStatus {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
}

.dashDocStatus.ready {
  background: rgba(18, 183, 106, 0.12);
  color: #027a48;
}

.dashDocStatus.processing {
  background: rgba(152, 162, 179, 0.16);
  color: var(--muted);
}

.dashDocStatus.failed {
  background: rgba(240, 68, 56, 0.12);
  color: #b42318;
}

.dashIconButton {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.dashIconButton:hover:not(:disabled) {
  border-color: #fda29b;
  color: #b42318;
}

.dashIconButton:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.dashInboxLayout,
.dashSplitLayout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(280px, 1fr) minmax(0, 1.4fr);
  min-height: 420px;
}

.dashInboxSplit.dashSplitLayout,
.dashLeadsSplit.dashSplitLayout {
  align-items: stretch;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  flex: 1;
  gap: 0;
  grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.dashInboxList,
.dashSplitList {
  border-right: 1px solid var(--line);
  padding-right: 16px;
}

.dashInboxSplit .dashSplitList,
.dashLeadsSplit .dashSplitList {
  background: var(--soft);
  border-bottom: 0;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  padding: 12px 12px 12px 14px;
}

.dashSplitListLabel {
  color: var(--muted);
  flex-shrink: 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.dashInboxSplit .dashConversationPane {
  background: var(--surface);
  border: 0;
  border-radius: 0;
  height: 100%;
  min-height: 0;
}

.dashLeadsSplit .dashSplitDetail {
  background: var(--surface);
  border: 0;
  height: 100%;
  min-height: 0;
  overflow-y: auto;
  padding: 14px 18px 16px 20px;
}

.dashMailList {
  list-style: none;
  margin: 0;
  max-height: min(560px, 62vh);
  overflow-y: auto;
  padding: 0;
}

.dashInboxSplit .dashMailList,
.dashLeadsSplit .dashMailList {
  flex: 1;
  max-height: none;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.dashMailItem {
  align-items: start;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  cursor: pointer;
  display: grid;
  font: inherit;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px 10px;
  text-align: left;
  width: 100%;
}

.dashMailItem:hover {
  background: var(--soft);
}

.dashMailItem.active {
  background: rgba(13, 148, 136, 0.08);
  box-shadow: inset 3px 0 0 var(--teal);
}

.dashMailItem.unread .dashMailItemTitleRow strong {
  font-weight: 700;
}

.dashMailItemMain {
  display: grid;
  gap: 4px;
  min-width: 0;
}

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

.dashMailItemTitleRow strong {
  font-size: 14px;
  font-weight: 600;
}

.dashMailUnreadDot {
  background: var(--teal);
  border-radius: 50%;
  flex-shrink: 0;
  height: 8px;
  width: 8px;
}

.dashMailBadge {
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  padding: 2px 7px;
}

.dashMailBadge.new {
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
}

.dashMailBadge.contacted {
  background: rgba(152, 162, 179, 0.14);
  color: var(--muted);
}

.dashMailItemSub,
.dashMailItemPreview {
  color: var(--muted);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashMailItem time {
  color: var(--muted);
  font-size: 12px;
  white-space: nowrap;
}

.dashSplitDetail,
.dashInboxDetail {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.dashSplitDetailHead {
  border-bottom: 1px solid var(--line);
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.dashSplitDetailHead h3 {
  font-size: 16px;
  margin: 0 0 4px;
}

.dashSplitDetailFoot {
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 16px;
}

.dashSplitDetailFoot .primaryButton,
.dashSplitDetailFoot .secondaryButton {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  width: auto;
}

.dashSegmentedControl {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.dashSegmentedControl button {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  gap: 6px;
  padding: 6px 10px;
}

.dashSegmentedControl button.active {
  background: rgba(13, 148, 136, 0.1);
  border-color: #99f6e4;
  color: #0f766e;
  font-weight: 600;
}

.dashSegmentCount {
  background: rgba(15, 23, 42, 0.06);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  padding: 1px 6px;
  text-align: center;
}

.dashInlineBanner {
  align-items: center;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 12px 14px;
}

.dashInlineBanner p {
  color: #92400e;
  font-size: 13px;
  margin: 0;
}

.dashFaqComposer {
  align-items: start;
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 6px 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr) auto;
  grid-template-rows: auto auto;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.dashFaqComposerField {
  display: contents;
}

.dashFaqComposerField label {
  align-self: end;
  color: var(--ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;
  min-height: calc(13px * 1.35);
}

.dashFaqComposerField:first-of-type label {
  grid-column: 1;
  grid-row: 1;
}

.dashFaqComposerField:first-of-type input {
  grid-column: 1;
  grid-row: 2;
}

.dashFaqComposerField:nth-of-type(2) label {
  grid-column: 2;
  grid-row: 1;
}

.dashFaqComposerField:nth-of-type(2) textarea {
  grid-column: 2;
  grid-row: 2;
}

.dashFaqComposer input,
.dashFaqComposer textarea {
  align-self: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}

.dashFaqComposer textarea {
  resize: vertical;
}

.dashFaqComposerSubmit {
  align-self: end;
  grid-column: 3;
  grid-row: 2;
  height: 40px;
  white-space: nowrap;
}

.dashRecordTableWrap {
  overflow-x: auto;
}

.dashRecordTable {
  border-collapse: collapse;
  font-size: 14px;
  width: 100%;
}

.dashRecordTable th,
.dashRecordTable td {
  border-bottom: 1px solid var(--line);
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}

.dashRecordTable th {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.dashRecordTable tr.inactive td {
  opacity: 0.65;
}

.dashRecordPrimary {
  font-weight: 500;
  max-width: 220px;
  word-break: break-word;
}

.dashRecordSecondary {
  color: var(--ink);
  max-width: 360px;
  word-break: break-word;
}

.dashRecordTableActionsHead,
.dashRecordTableActions {
  text-align: right;
  white-space: nowrap;
  width: 108px;
}

.dashRecordTableActions {
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}

.dashStatusPill {
  border-radius: 999px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
}

.dashStatusPill.active {
  background: rgba(18, 183, 106, 0.12);
  color: #027a48;
}

.dashStatusPill.inactive {
  background: rgba(152, 162, 179, 0.16);
  color: var(--muted);
}

.dashIconBtnSm {
  align-items: center;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.dashIconBtnSm:hover {
  border-color: #99f6e4;
  color: var(--teal);
}

.dashIconBtnSm.danger:hover {
  border-color: #fda29b;
  color: #b42318;
}

.dashInboxRow {
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  width: 100%;
}

.dashInboxRow:hover {
  background: var(--soft);
}

.dashInboxRow.active {
  background: rgba(13, 148, 136, 0.08);
  box-shadow: inset 3px 0 0 var(--teal);
}

.dashInboxDetail {
  display: flex;
  flex-direction: column;
  min-height: 360px;
}

.dashInboxDetailHead {
  align-items: flex-start;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 12px;
}

.dashInboxDetailHead h3 {
  font-size: 16px;
  margin: 0 0 4px;
}

.dashInboxMessages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 4px;
}

.dashInboxMessage {
  border-radius: 14px;
  max-width: 92%;
  padding: 12px 14px;
}

.dashInboxMessage p {
  line-height: 1.55;
  margin: 0 0 6px;
  white-space: pre-wrap;
  word-break: break-word;
}

.dashInboxMessageImages {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 8px;
}

.dashInboxMessageImages img {
  border-radius: 8px;
  display: block;
  max-height: 180px;
  max-width: 220px;
  object-fit: cover;
}

.dashInboxMessage time {
  color: var(--muted);
  display: block;
  font-size: 11px;
}

.dashInboxMessage.assistant {
  align-self: flex-start;
  background: var(--soft);
  border: 1px solid var(--line);
}

.dashInboxMessage.user {
  align-self: flex-end;
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
  color: var(--white);
}

.dashInboxMessage.user time {
  color: rgba(255, 255, 255, 0.75);
}

.dashInboxMessageMeta {
  color: var(--muted);
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dashInboxCorrectBtn,
.chatPreviewCorrectBtn {
  background: transparent;
  border: 0;
  color: var(--accent);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-top: 6px;
  padding: 0;
  text-decoration: underline;
}

@media (max-width: 900px) {
  .dashInboxLayout,
  .dashSplitLayout {
    grid-template-columns: 1fr;
  }

  .dashInboxSplit.dashSplitLayout,
  .dashLeadsSplit.dashSplitLayout {
    grid-template-columns: 1fr;
  }

  .dashInboxList,
  .dashSplitList,
  .dashInboxSplit .dashSplitList,
  .dashLeadsSplit .dashSplitList {
    border-bottom: 1px solid var(--line);
    border-right: 0;
    padding-bottom: 12px;
    padding-right: 0;
  }

  .dashFaqComposer {
    grid-template-columns: 1fr;
    grid-template-rows: none;
  }

  .dashFaqComposerField {
    display: grid;
    gap: 6px;
  }

  .dashFaqComposerField label,
  .dashFaqComposerField:first-of-type label,
  .dashFaqComposerField:nth-of-type(2) label,
  .dashFaqComposerField:first-of-type input,
  .dashFaqComposerField:nth-of-type(2) textarea {
    grid-column: auto;
    grid-row: auto;
  }

  .dashFaqComposerSubmit {
    grid-column: auto;
    grid-row: auto;
    justify-self: start;
  }
}

.dashDataTable.compact .dashDataTableHead,
.dashDataTable.compact .dashDataTableRow {
  grid-template-columns: 60px 80px 100px 1fr;
}

.dashDataTable.compact.inbox .dashDataTableHead,
.dashDataTable.compact.inbox .dashDataTableRow {
  grid-template-columns: 44px minmax(72px, 0.85fr) minmax(0, 1.5fr) 72px minmax(96px, 0.75fr);
  gap: 8px;
}

.dashInboxVisitor,
.dashInboxPreview {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashInboxVisitor {
  color: var(--muted);
  font-size: 12px;
}

.dashInboxPreview {
  color: var(--text);
  font-weight: 500;
}

.dashDataTableHead {
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.dashDataTableRow {
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  padding: 12px 0;
}

.dashDataTableRow:last-child {
  border-bottom: 0;
}

.dashQuickLinks {
  display: grid;
  gap: 8px;
}

.dashQuickLink {
  align-items: center;
  background: var(--soft);
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr auto;
  padding: 14px;
  text-align: left;
  transition: border-color 0.15s ease;
  width: 100%;
}

.dashQuickLink:hover {
  border-color: rgba(13, 148, 136, 0.2);
}

.dashQuickLink strong {
  display: block;
  font-size: 14px;
}

.dashQuickLink span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 2px;
  word-break: break-all;
}

.dashCatalogPlatformPicker {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 10px;
  margin-bottom: 12px;
  padding-bottom: 16px;
}

.dashCatalogPlatformLabel {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
}

.dashCatalogPlatformOptions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashCatalogPlatformOption {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
}

.dashCatalogPlatformOption.active {
  background: color-mix(in srgb, var(--accent) 12%, var(--surface));
  border-color: var(--accent);
  color: var(--accent);
}

.dashCatalogPlatformOption:disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.dashInlineForm {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1.4fr auto;
  margin-bottom: 4px;
  padding-bottom: 16px;
}

.dashInlineForm.faq {
  align-items: end;
}

.dashInlineForm.faq button.primaryButton {
  height: 40px;
  margin-bottom: 0;
  white-space: nowrap;
}

.dashInlineForm label {
  display: grid;
  font-size: 13px;
  gap: 6px;
}

.dashInlineForm label.wide {
  grid-column: span 1;
}

.dashInlineForm input,
.dashInlineForm textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 12px;
}

.dashInlineForm textarea {
  min-height: 80px;
  padding: 10px 12px;
  resize: vertical;
}

.dashInlineForm button {
  align-self: end;
}

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

.dashInstallLayout {
  column-gap: 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0;
  row-gap: 16px;
  width: 100%;
}

.dashInstallLayout > .dashPanel {
  margin: 0;
  min-width: 0;
}

.dashInstallSteps {
  color: var(--muted);
  display: grid;
  font-size: 14px;
  gap: 8px;
  line-height: 1.5;
  margin: 0;
  padding-left: 20px;
}

.dashMetaLine {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.dashMetaLine code {
  background: var(--soft);
  border-radius: 6px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  padding: 2px 6px;
}

.dashCodeBlock {
  background: #0f172a;
  border-radius: 10px;
  color: #e2e8f0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  overflow-x: auto;
  padding: 16px;
  white-space: pre-wrap;
  word-break: break-all;
}

.dashForm.bordered {
  border-top: 1px solid var(--line);
  margin-top: 4px;
  padding-top: 16px;
}

.dashFormTitle {
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin: 0;
}

.dashInfoBanner {
  background: rgba(13, 148, 136, 0.06);
  border: 1px solid rgba(13, 148, 136, 0.15);
  border-radius: 12px;
  padding: 16px 18px;
}

.dashInfoBanner strong {
  display: block;
  font-size: 15px;
  margin-bottom: 6px;
}

.dashInfoBanner p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.dashSourceTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 4px;
}

.dashSourceTab {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  min-height: 38px;
  padding: 0 14px;
}

.dashSourceTab.active {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.28);
  color: var(--teal);
  font-weight: 600;
}

.dashSourceTab em {
  background: var(--soft);
  border-radius: 999px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  padding: 2px 8px;
}

.dashComingSoon {
  align-items: center;
  background: var(--soft);
  border-radius: 12px;
  display: grid;
  gap: 12px;
  justify-items: center;
  padding: 40px 24px;
  text-align: center;
}

.dashComingSoon p {
  color: var(--muted);
  margin: 0;
  max-width: 480px;
}

.dashComingSoonBadge {
  background: rgba(13, 148, 136, 0.1);
  border-radius: 999px;
  color: var(--teal);
  font-size: 12px;
  font-weight: 600;
  padding: 6px 12px;
}

.heroDemo .primaryButton.inline {
  display: inline-flex;
  margin-top: 8px;
}

.integrationRows div {
  align-items: center;
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  grid-template-columns: 140px minmax(0, 1fr) 90px;
  padding: 12px 0;
}

.integrationRows span {
  color: var(--muted);
}

.integrationRows em {
  color: var(--teal);
  font-style: normal;
  font-weight: 850;
  text-align: right;
}

@media (max-width: 980px) {
  html:has(.dashboardShell) {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  html:has(.dashboardShell) body {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .hero,
  .featureGrid,
  .salesGrid,
  .dashboardShell,
  .workspaceHeader,
  .operationsBand,
  .pricingHeader,
  .howItWorksLayout,
  .stepsSectionZipLayout,
  .capabilitiesGrid,
  .capabilitiesGridZip,
  .touchpointGrid,
  .integrationsGrid,
  .installGuideBandInner,
  .installArticlesGrid {
    grid-template-columns: 1fr;
  }

  .installGuideBandInner {
    text-align: left;
  }

  .dashMetricsRow,
  .dashTwoCol,
  .dashInstallLayout,
  .dashSettingsLayout,
  .dashInlineForm {
    grid-template-columns: 1fr;
  }

  .dashInlineForm {
    grid-template-columns: 1fr;
  }

  .dashInlineForm button {
    justify-self: start;
  }

  .dashSidebarPro {
    height: auto;
    max-height: none;
    position: static;
    width: 100%;
  }

  .dashWorkspace {
    height: auto;
    max-height: none;
    padding: 0 16px 32px;
  }

  .dashboardShell {
    grid-template-columns: 1fr;
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .dashSidebarNav {
    align-content: start;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dashNavItem {
    font-size: 12px;
    justify-content: center;
    min-height: 32px;
    padding: 6px 8px;
  }

  .sidebar {
    height: auto;
    position: static;
  }

  .sidebar nav {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .dashboardMetrics,
  .adminGrid,
  .dashStats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashGrid {
    grid-template-columns: minmax(0, 1fr);
  }

  .workspaceHeader,
  .operationsBand,
  .pricingHeader {
    align-items: flex-start;
    display: grid;
  }

  .platformGrid,
  .priceGrid,
  .installGrid,
  .setupSteps,
  .configGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .chatPreview {
    min-height: 380px;
  }
}

@media (max-width: 720px) {
  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-block: 14px;
    position: static;
  }

  .navLinks {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
  }

  .authPanel {
    border-radius: 16px;
    padding: 28px 22px 24px;
  }

  .authPanelHead h1 {
    font-size: 24px;
  }

  .otpGrid {
    gap: 6px;
  }

  .otpCell {
    font-size: 18px;
    max-height: 46px;
  }

  .metricStrip,
  .checklist,
  .knowledgeList,
  .inboxRows,
  .platformGrid,
  .priceGrid,
  .installGrid,
  .setupSteps,
  .dashboardMetrics,
  .adminGrid,
  .dashStats,
  .dashGrid,
  .configGrid,
  .pillarsGrid,
  .stepsGrid,
  .useCasesGrid {
    grid-template-columns: 1fr;
  }

  .trustStrip {
    flex-direction: column;
    font-size: 13px;
    gap: 6px;
    padding-block: 16px;
  }

  .finalCtaInner {
    padding: 32px 20px;
  }

  .adminPanel.wide {
    grid-column: auto;
  }

  .tableLike div,
  .integrationRows div {
    grid-template-columns: 1fr;
  }

  .sidebar nav {
    grid-template-columns: 1fr;
  }

  .heroCopy p {
    font-size: 17px;
  }
}

.siteFooter {
  background: var(--footer-bg);
  color: var(--footer-text);
  margin-top: 24px;
  padding: 40px var(--section-x) 24px;
}

.footerInner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 32px;
}

.footerBrand .brand {
  color: var(--white);
  margin-bottom: 12px;
}

.footerBrand .brandMark {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #5eead4;
}

.footerBrand p {
  line-height: 1.6;
  margin: 0;
  max-width: 320px;
}

.footerLinks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.footerLinks a {
  color: var(--footer-link);
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s var(--ease);
}

.footerLinks a:hover {
  color: var(--white);
}

.footerBottom {
  border-top: 1px solid rgba(148, 163, 184, 0.2);
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  gap: 12px 24px;
  justify-content: space-between;
  padding-top: 20px;
}

.pageHero {
  position: relative;
}

.pageHero::before {
  background: radial-gradient(circle at 0% 0%, var(--page-hero-glow), transparent 50%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.installPanel {
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.installPanel:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.setupSteps article {
  transition: transform 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.setupSteps article:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}

.setupSteps article > strong {
  background: linear-gradient(135deg, var(--teal-deep), var(--teal));
}

.dashBillingStats {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}

.dashBillingStat {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 10px;
  display: grid;
  gap: 4px;
  padding: 12px 14px;
}

.dashBillingStat span {
  color: var(--muted);
  font-size: 12px;
}

.dashBillingStat strong {
  font-size: 18px;
}

.dashBillingToggle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashBillingToggle button {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 14px;
}

.dashBillingToggle button.active {
  background: rgba(13, 148, 136, 0.12);
  border-color: var(--teal);
  color: var(--teal-deep);
}

.dashBillingPlans {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 8px;
}

.dashBillingPlanCard {
  align-items: center;
  border: 0;
  border-top: 1px solid var(--line);
  border-radius: 0;
  display: grid;
  gap: 8px 16px;
  grid-template-columns: minmax(120px, 1fr) auto minmax(0, 1.2fr) auto;
  padding: 14px 0;
}

.dashBillingPlanCard:first-child {
  border-top: 0;
  padding-top: 0;
}

.dashBillingPlanCard h3 {
  font-size: 15px;
  margin: 0;
}

.dashBillingPlanCard .dashPanelDesc {
  margin: 0;
}

.dashBillingPlanCard .primaryButton,
.dashBillingPlanCard .secondaryButton {
  height: 36px;
  justify-self: end;
  min-height: 36px;
  padding: 0 14px;
  width: auto;
}

.dashBillingPlans.topup .dashBillingPlanCard {
  grid-template-columns: minmax(120px, 1fr) auto auto;
}

@media (max-width: 767px) {
  .dashBillingPlanCard,
  .dashBillingPlans.topup .dashBillingPlanCard {
    grid-template-columns: 1fr;
  }

  .dashBillingPlanCard .primaryButton,
  .dashBillingPlanCard .secondaryButton {
    justify-self: start;
  }
}

.dashBillingPrice {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.pricingTrialNote {
  color: var(--teal-deep);
  font-size: 15px;
  margin-top: 8px;
}

.pricingSectionWrap {
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 40px var(--section-x) 0;
}

.pricingSectionWrap .pricing {
  padding-inline: 0;
  padding-bottom: 40px;
  padding-top: 12px;
}

.pricingSectionWrap .pricingHeader {
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 8px;
}

.pricingSectionLead {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 10px 0 0;
  max-width: 640px;
}

.pricingIntervalBar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 16px var(--section-x) 8px;
}

.pricingIntervalToggle {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  display: inline-flex;
  gap: 4px;
  padding: 4px;
}

.pricingIntervalToggle button {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--muted);
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  min-width: 88px;
  padding: 10px 18px;
  transition:
    background 0.18s var(--ease),
    color 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
  white-space: nowrap;
}

.pricingIntervalToggle button.active {
  background: var(--surface);
  border-color: rgba(13, 148, 136, 0.2);
  box-shadow: 0 1px 4px rgba(13, 148, 136, 0.14);
  color: var(--teal-deep);
}

.pricingSaveBadge {
  background: rgba(13, 148, 136, 0.12);
  border: 1px solid rgba(13, 148, 136, 0.22);
  border-radius: 999px;
  color: var(--teal-deep);
  font-size: 13px;
  font-weight: 600;
  padding: 8px 14px;
  white-space: nowrap;
}

.pricingError {
  color: #b91c1c;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 24px;
  text-align: center;
}

.priceCheckoutBtn {
  align-items: center;
  background: linear-gradient(180deg, #14b8a6 0%, var(--primary) 100%);
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  box-shadow: 0 1px 2px rgba(13, 148, 136, 0.2), 0 4px 12px rgba(13, 148, 136, 0.16);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
  transition:
    transform 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
  width: 100%;
}

.priceCheckoutBtn:hover {
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.24);
  transform: translateY(-1px);
}

.priceCheckoutBtn.secondary {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  color: var(--ink);
}

.priceCheckoutBtn.secondary:hover {
  background: var(--soft);
  box-shadow: var(--shadow-sm);
  transform: none;
}

.priceCheckoutBtn:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.topupSection h2 {
  margin-bottom: 8px;
}

.topupSection > p {
  color: var(--muted);
  margin-bottom: 20px;
}

.pricingFaqSection {
  padding-bottom: 56px;
  padding-top: 16px;
}

.pricingFaqHeader {
  margin-bottom: 24px;
  max-width: 640px;
}

.pricingFaqHeader h2 {
  font-size: clamp(24px, 3vw, 32px);
  margin-bottom: 10px;
}

.pricingFaqHeader p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
}

.pricingFaqList {
  display: grid;
  gap: 10px;
}

.pricingFaqItem {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: border-color 0.2s var(--ease), box-shadow 0.2s var(--ease);
}

.pricingFaqItem.open {
  border-color: var(--primary-border);
  box-shadow: var(--shadow-md);
}

.pricingFaqQuestion {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.45;
  padding: 18px 20px;
  text-align: left;
  width: 100%;
}

.pricingFaqQuestion span {
  flex: 1;
  min-width: 0;
}

.pricingFaqQuestion svg {
  color: var(--muted);
  flex-shrink: 0;
  transition: transform 0.2s var(--ease), color 0.2s var(--ease);
}

.pricingFaqItem.open .pricingFaqQuestion svg {
  color: var(--primary-hover);
  transform: rotate(180deg);
}

.pricingFaqQuestion:hover {
  color: var(--primary-hover);
}

.pricingFaqAnswer {
  border-top: 1px solid var(--line);
  padding: 0 20px 18px;
}

.pricingFaqAnswer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 14px 0 0;
}

.dashMetricHighlight {
  background: rgba(13, 148, 136, 0.08);
  border-color: rgba(13, 148, 136, 0.25);
}

.dashInboxActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.dashInboxNotes {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
}

.dashInboxNotes textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  padding: 8px 10px;
  resize: vertical;
}

.dashInboxComposer {
  align-items: flex-end;
  border-top: 1px solid var(--line);
  display: flex;
  flex-shrink: 0;
  gap: 8px;
  margin-top: 0;
  padding: 12px 16px;
}

.dashInboxComposer textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  flex: 1;
  font: inherit;
  min-height: 40px;
  padding: 8px 10px;
  resize: none;
  width: auto;
}

.dashInboxComposer .dashBtnSm {
  flex-shrink: 0;
  width: auto;
}

.dashInboxHandoffBanner {
  align-items: center;
  background: #fff7ed;
  border-bottom: 1px solid #fed7aa;
  color: #9a3412;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  gap: 8px;
  padding: 10px 16px;
}

.dashInboxComposerUrgent {
  background: #fffbeb;
  border-top-color: #fcd34d;
}

.dashSegmentCountUrgent {
  background: #ef4444;
  color: #fff;
}

.dashInboxMessage.agent {
  align-self: flex-start;
  background: #ecfdf5;
  border: 1px solid #99f6e4;
}

.dashDataTableRow.needs-human,
.dashInboxRow.needs-human {
  background: rgba(245, 158, 11, 0.08);
}

.dashFaqQuestion,
.dashFaqAnswer {
  line-height: 1.45;
  word-break: break-word;
}

.dashFaqStatus {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.dashFaqStatus.active {
  color: #027a48;
}

.dashFaqStatus.inactive {
  color: var(--muted);
}

.dashTableActions {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 8px;
  justify-content: flex-end;
}

.dashLinkBtn {
  background: transparent;
  border: 0;
  color: var(--teal);
  cursor: pointer;
  font-size: 13px;
  padding: 2px 0;
  text-decoration: underline;
}

.dashLinkBtn:hover {
  color: #0d9488;
}

.dashLinkBtn.danger {
  color: #b42318;
}

.dashLinkBtn.danger:hover {
  color: #991b1b;
}

.dashDataTable.faq .dashFaqEditRow {
  grid-column: 1 / -1;
}

.dashFaqEditRow {
  display: grid;
  gap: 8px;
  padding: 12px 0;
}

.dashFaqEditRow input,
.dashFaqEditRow textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  padding: 8px 10px;
}

.dashFaqEditActions {
  display: flex;
  gap: 8px;
}

.textButton.danger {
  color: #b91c1c;
}

.dashLeadsLayout .dashLeadRow.unread {
  background: rgba(13, 148, 136, 0.06);
  font-weight: 600;
}

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

.dashLeadRowMain strong {
  font-weight: inherit;
}

.dashLeadBadge {
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  padding: 2px 8px;
}

.dashLeadBadge.new {
  background: rgba(13, 148, 136, 0.14);
  color: #0f766e;
}

.dashLeadBadge.contacted {
  background: rgba(152, 162, 179, 0.16);
  color: var(--muted);
  font-weight: 500;
}

.dashLeadPreview {
  color: var(--muted);
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dashLeadDetail .dashLeadMeta {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  margin-bottom: 16px;
}

.dashLeadMeta dt {
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 2px;
}

.dashLeadMeta dd {
  margin: 0;
}

.dashLeadNotesField {
  display: grid;
  flex: 1;
  font-size: 13px;
  gap: 6px;
}

.dashLeadNotesField textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
  min-height: 120px;
  padding: 10px 12px;
  resize: vertical;
}

.dashLeadDetailActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.dashSettingsForm {
  display: grid;
  gap: 0;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
  width: 100%;
}

.dashSettingsGroup {
  border-top: 1px solid var(--line);
  max-width: 100%;
  min-width: 0;
  padding-top: 4px;
}

.dashSettingsGroup:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.dashSettingsGroupTitle {
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 12px 0 4px;
  text-transform: uppercase;
}

.dashSettingsRow {
  align-items: flex-start;
  border-top: 1px solid var(--line);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  justify-content: space-between;
  max-width: 100%;
  min-width: 0;
  padding: 14px 0;
}

.dashSettingsRowLabel {
  flex: 1 1 220px;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: anywhere;
}

.dashSettingsRowLabel strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.dashSettingsRowHint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 4px 0 0;
}

.dashSettingsRowControl {
  flex: 0 1 360px;
  margin-left: auto;
  max-width: min(360px, 100%);
  min-width: 0;
}

.dashSettingsRowControl:has(textarea) {
  max-width: min(440px, 100%);
}

.dashSettingsRowControl:has(.dashColorControl),
.dashSettingsRowControl:has(.dashSwitchStandalone) {
  flex: 0 0 auto;
  max-width: 100%;
}

.dashSettingsForm input:not([type="color"]),
.dashSettingsForm textarea {
  border: 1px solid var(--line);
  border-radius: 8px;
  box-sizing: border-box;
  font: inherit;
  max-width: 100%;
  min-height: 40px;
  padding: 8px 12px;
  width: 100%;
}

.dashSettingsForm textarea {
  min-height: 120px;
  overflow-wrap: anywhere;
  resize: vertical;
  word-break: break-word;
}

.dashColorControl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
  max-width: 100%;
}

.dashColorInputRow {
  align-items: center;
  display: flex;
  flex: 0 1 220px;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
}

.dashColorInputRow input[type="color"] {
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  flex-shrink: 0;
  height: 40px;
  padding: 2px;
  width: 48px;
}

.dashColorInputRow input[type="text"] {
  flex: 1 1 auto;
  min-width: 0;
  width: 0;
}

.dashToggleRow {
  align-items: flex-start;
  cursor: pointer;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  max-width: 520px;
  padding: 2px 0;
}

.dashToggleCopy {
  display: grid;
  flex: 1;
  gap: 4px;
  min-width: 0;
}

.dashToggleCopy strong {
  font-size: 14px;
  font-weight: 600;
}

.dashToggleCopy em {
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.dashSwitch {
  display: inline-flex;
  flex-shrink: 0;
  height: 24px;
  position: relative;
  width: 44px;
}

.dashSwitchInput {
  cursor: pointer;
  height: 100%;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.dashSwitchTrack {
  background: #cbd5e1;
  border-radius: 999px;
  display: block;
  height: 24px;
  pointer-events: none;
  position: relative;
  transition: background 0.2s ease;
  width: 44px;
}

.dashSwitchTrack::after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.2);
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: transform 0.2s ease;
  width: 20px;
}

.dashSwitchInput:checked + .dashSwitchTrack {
  background: #0d9488;
}

.dashSwitchInput:checked + .dashSwitchTrack::after {
  transform: translateX(20px);
}

.dashSwitchInput:focus-visible + .dashSwitchTrack {
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.25);
}

.dashSwitchInput:disabled + .dashSwitchTrack {
  cursor: not-allowed;
  opacity: 0.5;
}

.dashWidgetPreviewBubble {
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.18);
  flex-shrink: 0;
  height: 48px;
  width: 48px;
}

.dashWidgetPreviewBubbleSm {
  height: 36px;
  width: 36px;
}

.dashSwitchStandalone {
  cursor: pointer;
  display: inline-flex;
}

.dashSettingsFormActions {
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: flex-end;
  margin-top: 4px;
  padding-top: 14px;
}

.dashSettingsFormActions .primaryButton {
  width: auto;
}

@media (max-width: 720px) {
  .dashSettingsRow {
    gap: 10px;
  }

  .dashSettingsRowControl,
  .dashSettingsRowControl:has(textarea) {
    flex: 1 1 100%;
    margin-left: 0;
    max-width: 100%;
  }

  .dashColorControl {
    justify-content: flex-start;
  }
}

.dashBillingPlanCard label {
  display: grid;
  font-size: 14px;
  gap: 6px;
}

.dashBillingPlanCard input {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 40px;
  padding: 0 10px;
}

.dashBtnSm {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 500;
  min-height: 32px;
  padding: 0 12px;
  width: auto;
}

.dashBtnSm:hover {
  transform: none;
}

.dashCompliancePanel {
  gap: 0;
  padding: 0;
}

.dashComplianceBlock {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: 12px 14px;
}

.dashComplianceBlock:first-child {
  border-top: 0;
}

.dashComplianceBlockTitle {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}

.dashComplianceBlockHint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
  margin: 0;
}

.dashComplianceBlockActions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.dashComplianceBlockActions > button,
.dashComplianceBlock > .dashBtnSm {
  width: auto;
}

.dashComplianceEmpty {
  color: var(--muted);
  font-size: 13px;
  margin: 0;
}

.dashComplianceAuditTable th:last-child,
.dashComplianceAuditTable td:last-child {
  white-space: nowrap;
}

.dashIntegrationsPanel {
  gap: 0;
  padding: 0;
}

.dashIntegrationRow {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 12px 14px;
}

.dashIntegrationRow:first-child {
  border-top: 0;
}

.dashIntegrationRowLead {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.dashIntegrationIcon {
  align-items: center;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-shrink: 0;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.dashIntegrationIcon.shopify {
  background: #5e8e3e;
}

.dashIntegrationIcon.woocommerce {
  background: #7f54b3;
}

.dashIntegrationIcon.whatsapp {
  background: #128c7e;
}

.dashIntegrationRowMeta {
  display: grid;
  gap: 4px;
  min-width: 0;
}

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

.dashIntegrationRowTitle strong {
  font-size: 15px;
}

.dashIntegrationRowForm {
  max-width: 100%;
  min-width: 0;
  width: 100%;
}

.dashIntegrationUrlField {
  display: grid;
  font-size: 13px;
  gap: 6px;
  margin: 0;
}

.dashIntegrationUrlField > span {
  color: var(--muted);
  font-weight: 500;
}

.dashIntegrationUrlRow {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 420px;
}

.dashIntegrationUrlRow input {
  border: 1px solid var(--line);
  border-radius: 8px;
  flex: 1 1 200px;
  min-height: 36px;
  min-width: 0;
  padding: 0 12px;
}

.dashIntegrationUrlRow .dashBtnSm {
  flex-shrink: 0;
  height: 36px;
  width: auto;
}

.dashIntegrationActions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.dashIntegrationEmbedBlock {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dashIntegrationMetaList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  color: var(--muted);
  font-size: 13px;
}

.chatPreviewMessages {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  padding: 14px;
}

.chatPreviewMsg {
  max-width: 88%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  word-break: break-word;
}

.chatPreviewMsg.assistant {
  align-self: flex-start;
  background: var(--chat-assistant-bg);
  border: 1px solid var(--line);
  color: var(--text);
}

.chatPreviewMsg.user {
  align-self: flex-end;
  background: var(--accent);
  color: #fff;
}

.chatPreviewMsg.assistant.chatPreviewTypingOnly {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  min-height: 36px;
  padding: 10px 14px;
}

.chatTypingDots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.chatTypingDots span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--chat-typing-dot);
  animation: chatTypingDotPulse 1.2s ease-in-out infinite;
}

.chatTypingDots span:nth-child(2) {
  animation-delay: 0.15s;
}

.chatTypingDots span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes chatTypingDotPulse {
  0%,
  80%,
  100% {
    transform: scale(0.55);
    opacity: 0.45;
  }

  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.chatPreviewComposer {
  align-items: center;
  background: var(--chat-composer-bg);
  border-top: 1px solid var(--line);
  display: grid;
  flex-shrink: 0;
  gap: 8px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 12px 14px;
}

.chatPreviewComposer input {
  background: var(--input-bg);
  border: 1px solid var(--line);
  color: var(--ink);
  border-radius: 10px;
  font: inherit;
  font-size: 14px;
  min-height: 40px;
  padding: 0 12px;
  width: 100%;
}

.chatPreviewComposer input::placeholder {
  color: var(--placeholder);
}

.chatPreviewComposer input:focus {
  border-color: #0d9488;
  box-shadow: 0 0 0 3px rgba(13, 148, 136, 0.12);
  outline: none;
}

.chatPreviewComposer input:disabled {
  background: var(--input-disabled-bg);
  color: var(--placeholder);
  cursor: not-allowed;
}

.chatPreviewSend {
  align-items: center;
  background: linear-gradient(180deg, #14b8a6 0%, #0f766e 100%);
  border: 0;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(13, 148, 136, 0.2);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 13px;
  font-weight: 600;
  gap: 6px;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  white-space: nowrap;
}

.chatPreviewSend:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(13, 148, 136, 0.28);
  filter: brightness(1.03);
}

.chatPreviewSend:disabled {
  background: #cbd5e1;
  box-shadow: none;
  color: #f8fafc;
  cursor: not-allowed;
}

@media (max-width: 520px) {
  .chatPreviewComposer {
    grid-template-columns: 1fr;
  }

  .chatPreviewSend {
    justify-content: center;
    width: 100%;
  }
}

/* ── Unified center / auth shell ── */
.centerPage,
.authPage.centerPage {
  background:
    radial-gradient(ellipse 80% 50% at 50% -20%, var(--body-glow), transparent),
    var(--paper);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.centerPageTop,
.authTop.centerPageTop {
  align-items: center;
  backdrop-filter: blur(10px);
  background: var(--shell-top-bg);
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: calc(var(--content-max) + var(--section-x) * 2);
  padding: 18px var(--section-x);
  width: 100%;
}

.centerPageBody,
.authCenter.centerPageBody {
  align-items: center;
  display: flex;
  flex: 1;
  justify-content: center;
  padding: 24px var(--section-x) 56px;
}

.centerCard,
.authPanel.centerCard {
  background: var(--surface-elevated);
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  max-width: 440px;
  padding: 32px 28px;
  text-align: center;
  width: 100%;
}

.centerCardIcon {
  align-items: center;
  background: var(--primary-soft);
  border: 1px solid var(--primary-border);
  border-radius: var(--radius-full);
  color: var(--primary-hover);
  display: inline-flex;
  height: 56px;
  justify-content: center;
  margin-bottom: 12px;
  width: 56px;
}

.centerCard h1,
.authPanel.centerCard .authPanelHead h1 {
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: -0.02em;
  margin: 0 0 8px;
}

.centerCard p {
  color: var(--muted);
  line-height: 1.6;
  margin: 0 0 20px;
}

.centerCardActions {
  display: grid;
  gap: 10px;
}

.authPanel.centerCard {
  max-width: 440px;
  text-align: left;
}

.authPanel.centerCard .authPanelHead {
  margin-bottom: 20px;
  text-align: left;
}

.authPanel.centerCard .authPanelHead h1 {
  margin-bottom: 6px;
}

/* ── Marketing polish ── */
.topbar {
  box-shadow: 0 1px 0 rgba(26, 35, 50, 0.04);
}

.priceCard {
  border-radius: var(--radius-lg);
  overflow: visible;
}

.priceCard h3 {
  font-size: 20px;
  margin-bottom: 4px;
}

.launchPanel {
  border-radius: var(--radius-lg);
}

.featurePanel {
  border-radius: var(--radius-lg);
  padding: 24px;
}

.workflowPanel {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  padding: 20px;
}

.platformTile {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  transition:
    border-color 0.18s var(--ease),
    box-shadow 0.18s var(--ease),
    transform 0.18s var(--ease);
}

.operationsBand {
  background: linear-gradient(180deg, transparent 0%, rgba(238, 242, 246, 0.5) 100%);
}

.siteFooter {
  background: var(--footer-bg);
  border-top: 1px solid rgba(94, 234, 212, 0.12);
  position: relative;
}

.siteFooter::before {
  background: linear-gradient(90deg, transparent, rgba(45, 212, 191, 0.35), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* ── Dashboard polish ── */
.dashboardShell {
  background:
    radial-gradient(ellipse 60% 40% at 100% 0%, rgba(13, 148, 136, 0.04), transparent),
    #f8fafc;
}

.dashPage {
  gap: 14px;
}

.dashPageHeaderCopy h1 {
  font-size: clamp(20px, 2vw, 24px);
}

.dashPageHeaderCopy p {
  font-size: 14px;
  line-height: 1.55;
}

.dashPanel {
  border-radius: var(--radius-md);
  padding: 16px 18px;
}

.dashSetupBanner {
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.08) 0%, rgba(255, 255, 255, 0.98) 72%);
  border: 1px solid rgba(13, 148, 136, 0.18);
  border-radius: var(--radius-md);
}

.dashMetricsRow article {
  border-radius: var(--radius-md);
  transition:
    border-color 0.18s var(--ease),
    box-shadow 0.18s var(--ease);
}

.dashMetricsRow article:hover {
  box-shadow: var(--shadow-sm);
}

.dashEmptyState {
  border-radius: var(--radius-lg);
}

.dashWorkspaceToolbar {
  justify-content: flex-end;
  padding-bottom: 4px;
}

.dangerButton {
  font-weight: 600;
  min-height: 42px;
}
