/* Voxel Editorial Workspace: colour lives in the artwork, not the chrome. */
.voxel-site,
.voxel-crm {
  --ed-paper: #f5f5f2;
  --ed-white: #fff;
  --ed-ink: #171717;
  --ed-muted: #666662;
  --ed-line: #e2e2dc;
  --ed-line-strong: #c9c9c1;
  --ed-blue: #245fe8;
  --ed-yellow: #f2cf3a;
  --ed-green: #16795a;
  color: var(--ed-ink);
  background: var(--ed-paper);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.voxel-site ::selection,
.voxel-crm ::selection {
  color: var(--ed-ink);
  background: var(--ed-yellow);
}

.voxel-site :focus-visible,
.voxel-crm :focus-visible {
  outline: 3px solid var(--ed-blue);
  outline-offset: 3px;
}

/* Public website */
.voxel-site {
  --ink: var(--ed-ink);
  --muted: var(--ed-muted);
  --line: var(--ed-line);
  --blue: var(--ed-blue);
  background: var(--ed-paper);
  font-size: 16px;
  line-height: 1.55;
}

.voxel-site .wrap { width: min(1280px, calc(100% - 64px)); }

.voxel-site .site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  height: 76px;
  padding-inline: max(32px, calc((100vw - 1280px) / 2));
  border: 0;
  border-bottom: 1px solid var(--ed-line);
  background: rgb(245 245 242 / 94%);
  box-shadow: none;
  backdrop-filter: blur(14px);
}

.voxel-site .brand {
  min-height: 44px;
  color: var(--ed-ink);
  font-size: 19px;
  font-weight: 750;
  letter-spacing: -.035em;
}

.voxel-site .brand > span {
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--ed-blue);
  border: 0;
  border-radius: 9px;
  box-shadow: none;
}

.voxel-site .brand > .sosialai-logo-icon {
  width: 36px;
  height: 36px;
  display: block;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 14px rgb(36 95 232 / 18%);
}

.voxel-site .site-header nav {
  gap: 32px;
  color: #555550;
  font-size: 13px;
  font-weight: 600;
}

.voxel-site .site-header nav a {
  min-height: 44px;
  border: 0;
}

.voxel-site .site-header nav a:hover { color: var(--ed-ink); }

.voxel-site .button,
.voxel-site .button-light {
  min-height: 46px;
  padding: 13px 20px;
  color: #fff;
  background: var(--ed-ink);
  border: 1px solid var(--ed-ink);
  border-radius: 10px;
  box-shadow: none;
  font-weight: 700;
  transition: transform 160ms ease, background-color 160ms ease;
}

.voxel-site .button:hover,
.voxel-site .button-light:hover {
  color: #fff;
  background: var(--ed-blue);
  border-color: var(--ed-blue);
  box-shadow: none;
  transform: translateY(-2px);
}

.voxel-site .button-small { min-height: 44px; padding: 10px 15px; }

.voxel-site .hero {
  min-height: 850px;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 88px;
  overflow: visible;
}

.voxel-site .hero-copy {
  z-index: 2;
  grid-column: 1 / 7;
  grid-row: 1;
  align-self: center;
}

.voxel-site .preview-note {
  width: max-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 34px;
  padding: 9px 13px;
  border: 1px solid var(--ed-ink);
  border-radius: 999px;
  font: 700 11px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.voxel-site .preview-note span { color: #36c878; }

.voxel-site .hero h1,
.voxel-site .problem h2,
.voxel-site .section-head h2,
.voxel-site .how h2,
.voxel-site .local h2,
.voxel-site .faq h2,
.voxel-site .final-cta h2,
.voxel-site .store-callout h2 {
  color: var(--ed-ink);
  font-weight: 400;
  letter-spacing: -.075em;
}

.voxel-site .hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(78px, 8.3vw, 128px);
  line-height: .84;
}

.voxel-site .hero h1 em,
.voxel-site .problem h2 em,
.voxel-site .store-callout h2 em {
  color: inherit;
  font-style: normal;
  text-decoration: none;
}

.voxel-site .lead {
  max-width: 510px;
  margin: 34px 0 30px;
  color: #4d4d49;
  font-size: 18px;
  line-height: 1.6;
}

.voxel-site .hero-actions { gap: 24px; }

.voxel-site .text-link {
  min-height: 44px;
  color: var(--ed-ink);
  text-decoration: underline 1px;
  text-underline-offset: 6px;
}

.voxel-site .trust-row {
  gap: 12px 22px;
  margin-top: 34px;
  color: var(--ed-muted);
  font: 11px/1.45 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.voxel-site .trust-row span:first-child { color: var(--ed-green); }

.voxel-site .voxel-hero-media {
  z-index: 1;
  grid-column: 6 / 13;
  grid-row: 1;
  min-height: 720px;
  width: 110%;
  margin-left: -10%;
  display: grid;
  place-items: center;
  overflow: visible;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transform: none;
}

.voxel-site .voxel-hero-media::before { display: none; }

.voxel-site .voxel-hero-media > img {
  width: 100%;
  height: auto;
  margin: 0;
  mix-blend-mode: normal;
  filter: saturate(1.03) drop-shadow(0 28px 24px rgb(17 17 17 / 16%));
  animation: editorial-float 7s ease-in-out infinite;
}

.voxel-site .platform-strip {
  padding: 28px 24px;
  background: var(--ed-white);
  border: 0;
  border-top: 1px solid var(--ed-line);
  border-bottom: 1px solid var(--ed-line);
}

.voxel-site .platform-strip > p {
  margin-bottom: 17px;
  color: #85857f;
  font: 700 10px/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.voxel-site .platform-strip > div { gap: 38px; }
.voxel-site .platform-strip span { color: #3d3d3a; }

.voxel-site .problem,
.voxel-site .features,
.voxel-site .local,
.voxel-site .faq { padding-top: 112px; padding-bottom: 112px; }

.voxel-site .problem {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  grid-template-rows: auto 1fr;
  column-gap: 100px;
}

.voxel-site .problem > .eyebrow { grid-column: 1; }

.voxel-site .problem > h2 {
  grid-column: 1;
  max-width: 700px;
  font-size: clamp(58px, 5.8vw, 88px);
  line-height: .92;
}

.voxel-site .problem-grid {
  grid-column: 2;
  grid-row: 1 / 3;
  display: block;
  align-self: end;
  margin: 0;
  background: transparent;
  border: 0;
}

.voxel-site .problem-grid article,
.voxel-site .problem-grid article:nth-child(n) {
  display: grid;
  grid-template-columns: 44px 1fr;
  column-gap: 18px;
  padding: 26px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ed-line-strong);
  border-radius: 0;
  box-shadow: none;
}

.voxel-site .problem-grid article:last-child { border-bottom: 1px solid var(--ed-line-strong); }
.voxel-site .problem-grid b { grid-row: 1 / 3; color: #96968f; font-size: 11px; }
.voxel-site .problem-grid h3 { margin: 0 0 8px; font-size: 21px; font-weight: 600; letter-spacing: -.025em; }
.voxel-site .problem-grid p { margin: 0; }

.voxel-site .features {
  width: min(1280px, calc(100% - 64px));
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ed-line-strong);
}

.voxel-site .section-head { margin-bottom: 54px; }
.voxel-site .section-head h2,
.voxel-site .how h2,
.voxel-site .local h2,
.voxel-site .faq h2 { font-size: clamp(54px, 5vw, 76px); line-height: .94; }
.voxel-site .section-head > p { color: var(--ed-muted); }

.voxel-site .feature-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 16px;
}

.voxel-site .feature,
.voxel-site .feature:nth-child(n) {
  min-height: 270px;
  padding: 30px;
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  box-shadow: none;
}

.voxel-site .feature:nth-child(1) {
  grid-column: span 7;
  grid-row: span 2;
  min-height: 556px;
  background: #eaf1ff;
  border-color: #d6e3ff;
}

.voxel-site .feature:nth-child(2),
.voxel-site .feature:nth-child(3) { grid-column: span 5; }
.voxel-site .feature:nth-child(4) { grid-column: span 5; }

.voxel-site .feature:nth-child(5) {
  grid-column: span 7;
  color: #fff;
  background: var(--ed-ink);
  border-color: var(--ed-ink);
}

.voxel-site .feature:nth-child(5) .eyebrow,
.voxel-site .feature:nth-child(5) p { color: #c9c9c3; }

.voxel-site .feature > span {
  width: 38px;
  height: 38px;
  margin-bottom: 48px;
  color: var(--ed-ink);
  background: transparent;
  border: 1px solid var(--ed-line-strong);
  border-radius: 9px;
  box-shadow: none;
}

.voxel-site .feature h3 { font-size: 25px; }
.voxel-site .feature p,
.voxel-site .feature-blue .eyebrow,
.voxel-site .feature-blue p { color: var(--ed-muted); }

.voxel-site .draft-stack { margin-top: 50px; }
.voxel-site .draft-stack i {
  color: var(--ed-ink);
  background: rgb(255 255 255 / 68%);
  border: 1px solid #c8d8f6;
  border-radius: 8px;
}

.voxel-site .feature-wide { display: grid; grid-template-columns: auto 1fr 1fr; }
.voxel-site .bars i,
.voxel-site .bars i:nth-child(n) { background: #43c4ed; border: 0; }
.voxel-site .bars i:nth-child(6) { background: #42cc72; }
.voxel-site .bars i:nth-child(7) { background: var(--ed-yellow); }

.voxel-site .store-callout {
  width: min(1280px, calc(100% - 64px));
  gap: 110px;
  margin: 0 auto;
  padding: 118px 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.voxel-site .store-callout h2 { font-size: clamp(54px, 5.4vw, 82px); line-height: .92; }
.voxel-site .store-callout > div > p:not(.eyebrow) { color: var(--ed-muted); }

.voxel-site .store-mock {
  padding: 42px;
  background: var(--ed-white);
  border: 1px solid var(--ed-line-strong);
  border-radius: 18px;
  box-shadow: 0 22px 55px rgb(17 17 17 / 10%);
  transform: rotate(1deg);
}

.voxel-site .mock-avatar {
  color: #fff;
  background: var(--ed-blue);
  border: 0;
  border-radius: 16px;
}

.voxel-site .store-mock article { border: 1px solid var(--ed-line); box-shadow: none; }
.voxel-site .store-mock .mock-action { background: var(--ed-ink); }

.voxel-site .how {
  padding: 112px 0;
  color: #fff;
  background: var(--ed-ink);
  background-image: none;
  border: 0;
}

.voxel-site .how h2 { color: #fff; }
.voxel-site .how .eyebrow { color: var(--ed-yellow); }
.voxel-site .how li::before { background: var(--ed-yellow); box-shadow: none; }
.voxel-site .how li b { color: var(--ed-yellow); }

.voxel-site .local { border-bottom: 1px solid var(--ed-line-strong); }
.voxel-site .privacy-card {
  padding: 34px 0 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ed-line-strong);
  border-radius: 0;
  box-shadow: none;
}

.voxel-site .privacy-card > span {
  color: #fff;
  background: var(--ed-blue);
  border: 0;
  border-radius: 9px;
}

.voxel-site .privacy-card li { color: var(--ed-muted); border-color: var(--ed-line); }
.voxel-site .faq { border: 0; }
.voxel-site .faq details,
.voxel-site .faq details:last-child { border-color: var(--ed-line-strong); }
.voxel-site .faq summary { min-height: 70px; color: var(--ed-ink); font-size: 18px; }
.voxel-site .faq summary span { color: var(--ed-ink); }

.voxel-site .final-cta {
  width: min(1280px, calc(100% - 64px));
  margin-bottom: 64px;
  padding: 112px 0 56px;
  color: var(--ed-ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ed-line-strong);
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}

.voxel-site .final-cta h2 {
  max-width: 1000px;
  color: var(--ed-ink);
  font-size: clamp(68px, 7vw, 108px);
  line-height: .88;
}

.voxel-site .final-cta h2 em { color: var(--ed-blue); font-style: normal; }
.voxel-site .final-cta .eyebrow { color: var(--ed-ink); }
.voxel-site .final-cta p:not(.eyebrow) { max-width: 620px; margin: 28px 0; color: var(--ed-muted); }
.voxel-site .final-cta .button-light { color: #fff; background: var(--ed-ink); }

.voxel-site footer {
  background: var(--ed-white);
  border-top: 1px solid var(--ed-line);
}

.voxel-site footer p { color: var(--ed-muted); }
.voxel-site .footer-links { display: flex; gap: 20px; color: var(--ed-ink); font: 700 11px/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace; }

/* Main CRM */
.voxel-crm {
  --vx-paper: var(--ed-paper);
  --vx-ink: var(--ed-ink);
  --vx-blue: var(--ed-blue);
  --vx-yellow: var(--ed-yellow);
  --vx-green: var(--ed-green);
  --vx-line: 1px solid var(--ed-line);
  --vx-shadow: none;
  --vx-radius: 14px;
  --ink: var(--ed-ink);
  --muted: var(--ed-muted);
  --line: var(--ed-line);
  --paper: var(--ed-white);
  background: var(--ed-paper);
  font-size: 14px;
  line-height: 1.5;
}

.voxel-crm .app-shell { grid-template-columns: 232px minmax(0, 1fr); }

.voxel-crm .sidebar,
.voxel-crm.business-focus .creator-rail {
  background: #fafaf8;
  background-image: none;
  border-color: var(--ed-line);
}

.voxel-crm .sidebar { padding: 22px 14px 18px; }
.voxel-crm .brand { padding: 0 10px 34px; font-size: 19px; letter-spacing: -.03em; }

.voxel-crm .brand-mark,
.voxel-crm.business-focus .creator-logo > :first-child {
  width: 32px;
  height: 32px;
  color: #fff;
  background: var(--ed-blue);
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.voxel-crm .brand-mark.sosialai-logo-icon,
.voxel-crm.business-focus .creator-logo > .sosialai-logo-icon {
  display: block;
  object-fit: cover;
  background: #f7f7f2;
  box-shadow: 0 5px 12px rgb(36 95 232 / 16%);
}

.voxel-crm .main-nav,
.voxel-crm.business-focus .creator-rail-nav { gap: 2px; }

.voxel-crm .nav-link,
.voxel-crm.business-focus .creator-rail-nav button,
.voxel-crm.business-focus .creator-rail-nav a {
  min-height: 44px;
  color: var(--ed-muted);
  background: transparent;
  border: 0;
  border-radius: 8px;
  box-shadow: none;
}

.voxel-crm .nav-link:hover,
.voxel-crm.business-focus .creator-rail-nav button:hover,
.voxel-crm.business-focus .creator-rail-nav a:hover {
  color: var(--ed-ink);
  background: #f0f0ec;
  border-color: transparent;
}

.voxel-crm .nav-link.active,
.voxel-crm.business-focus .creator-rail-nav button.active,
.voxel-crm.business-focus .creator-rail-nav a.active,
.voxel-crm.business-focus .creator-rail-nav .active > button,
.voxel-crm.business-focus .creator-rail-nav .active > a {
  color: var(--ed-ink);
  background: #eeeeea;
  border: 0;
  box-shadow: inset 3px 0 0 var(--ed-blue);
}

.voxel-crm .nav-link.active span,
.voxel-crm.business-focus .creator-rail-nav button.active > :first-child,
.voxel-crm.business-focus .creator-rail-nav a.active > :first-child { color: var(--ed-blue); }

.voxel-crm .nav-link em,
.voxel-crm.business-focus .creator-rail-nav em {
  color: var(--ed-muted);
  background: transparent;
  border: 0;
}

.voxel-crm .sidebar-foot { border-color: var(--ed-line); }
.voxel-crm .workspace-avatar,
.voxel-crm .profile-button { color: var(--ed-ink); background: #ecece7; border: 1px solid #d5d5cf; box-shadow: none; }

.voxel-crm .main-area { background: var(--ed-paper); }
.voxel-crm .topbar,
.voxel-crm.business-focus .creator-topbar {
  min-height: 64px;
  background: var(--ed-white);
  border-bottom: 1px solid var(--ed-line);
  backdrop-filter: none;
}

.voxel-crm .topbar { padding-inline: 36px; }
.voxel-crm .global-search {
  width: min(380px, 42vw);
  min-height: 40px;
  background: #fafaf8;
  border: 1px solid #d8d8d2;
  border-radius: 10px;
  box-shadow: none;
}

.voxel-crm .global-search input,
.voxel-crm .global-search input:focus { background: transparent; border: 0; box-shadow: none; }
.voxel-crm .global-search kbd { color: var(--ed-muted); background: transparent; border: 0; }
.voxel-crm .demo-badge {
  min-height: 36px;
  color: var(--ed-muted);
  background: var(--ed-white);
  border: 1px solid #d8d8d2;
  border-radius: 8px;
  box-shadow: none;
  font-family: inherit;
}

.voxel-crm .demo-badge.api-live { color: var(--ed-green); background: #f2faf6; border-color: #cee6d9; }

.voxel-crm .primary-button,
.voxel-crm .light-button,
.voxel-crm .small-button,
.voxel-crm.business-focus .stan-primary,
.voxel-crm.business-focus .stan-secondary,
.voxel-crm.business-focus .stan-page-head button,
.voxel-crm.business-focus .stan-bottom-actions button,
.voxel-crm.business-focus .stan-empty button {
  min-height: 42px;
  color: #fff;
  background: var(--ed-ink);
  border: 1px solid var(--ed-ink);
  border-radius: 9px;
  box-shadow: none;
}

.voxel-crm .primary-button:not(:disabled):hover,
.voxel-crm .light-button:not(:disabled):hover,
.voxel-crm .small-button:not(:disabled):hover,
.voxel-crm.business-focus .stan-primary:not(:disabled):hover,
.voxel-crm.business-focus .stan-secondary:not(:disabled):hover {
  color: #fff;
  background: var(--ed-blue);
  border-color: var(--ed-blue);
  box-shadow: none;
  transform: translateY(-1px);
}

.voxel-crm .page { width: min(1200px, 100%); padding: 38px 40px 72px; }
.voxel-crm .page-intro { margin-bottom: 26px; }
.voxel-crm .page-intro h1 {
  font-size: clamp(34px, 3vw, 42px);
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -.045em;
}

.voxel-crm .page-intro p { color: var(--ed-muted); font-size: 14px; line-height: 1.5; }
.voxel-crm .eyebrow { color: #777771; font-size: 11px; letter-spacing: .08em; }

.voxel-crm .hero-grid { gap: 16px; }

.voxel-crm .ai-brief {
  position: relative;
  min-height: 300px;
  padding: 32px;
  overflow: hidden;
  color: var(--ed-ink);
  background: #eaf1ff;
  border: 1px solid #d6e3ff;
  border-radius: 16px;
  box-shadow: none;
  isolation: isolate;
}

.voxel-crm .ai-brief::after {
  position: absolute;
  z-index: -1;
  inset: 0 0 0 43%;
  content: "";
  background: url("/assets/sosialai-voxel-orbit-v2.png") right center / contain no-repeat;
  mix-blend-mode: normal;
  opacity: .88;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 20%);
  mask-image: linear-gradient(90deg, transparent 0, #000 20%);
}

.voxel-crm .ai-orb { display: none; }
.voxel-crm .ai-brief > div { max-width: 49%; }
.voxel-crm .ai-brief .eyebrow { color: #526489; }
.voxel-crm .ai-brief h2 { font-size: clamp(28px, 2.5vw, 34px); line-height: 1.08; }
.voxel-crm .ai-brief p:not(.eyebrow) { color: #4f5667; font-size: 14px; }

.voxel-crm .surface,
.voxel-crm .voice-card,
.voxel-crm .draft-card,
.voxel-crm .queue-column,
.voxel-crm .connection-card,
.voxel-crm .creator-card {
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid var(--ed-line);
  border-radius: 14px;
  box-shadow: none;
}

.voxel-crm .voice-card { min-height: 300px; padding: 26px; background: var(--ed-white); }
.voxel-crm .voice-card p { color: var(--ed-muted); }
.voxel-crm .voice-tags span { color: #4e4e4a; background: var(--ed-paper); border: 1px solid #deded8; }
.voxel-crm .confidence-ring { width: 92px; height: 92px; border: 0; box-shadow: none; }

.voxel-crm .stats-grid {
  gap: 0;
  margin: 16px 0 20px;
  overflow: hidden;
  background: var(--ed-white);
  border: 1px solid var(--ed-line);
  border-radius: 14px;
}

.voxel-crm .stat-card,
.voxel-crm .stat-card:nth-child(n) {
  min-height: 104px;
  padding: 20px;
  background: var(--ed-white);
  border: 0;
  border-right: 1px solid var(--ed-line);
  border-radius: 0;
  box-shadow: none;
}

.voxel-crm .stat-card:last-child { border-right: 0; }
.voxel-crm .stat-card span { color: var(--ed-muted); font-family: inherit; font-size: 12px; letter-spacing: 0; }
.voxel-crm .stat-card strong { font-size: 30px; font-weight: 650; font-variant-numeric: tabular-nums; }
.voxel-crm .stat-card small { color: var(--ed-green); }
.voxel-crm .content-grid { gap: 16px; }
.voxel-crm .platform-icon { box-shadow: none; }

.voxel-crm input,
.voxel-crm textarea,
.voxel-crm select {
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid #d5d5cf;
  border-radius: 8px;
}

.voxel-crm input:focus,
.voxel-crm textarea:focus,
.voxel-crm select:focus { border-color: var(--ed-blue); box-shadow: 0 0 0 3px rgb(36 95 232 / 12%); }

.voxel-crm .section-heading h2,
.voxel-crm .result-heading h2 { font-size: clamp(30px, 3.2vw, 42px); font-weight: 600; letter-spacing: -.045em; }
.voxel-crm .section-heading p,
.voxel-crm .subtle { color: var(--ed-muted); font-size: 14px; }

.voxel-crm .platform-pick,
.voxel-crm .platform-pill,
.voxel-crm .queue-card,
.voxel-crm .research-block,
.voxel-crm .research-list,
.voxel-crm .preview-offer { border-color: var(--ed-line); border-radius: 9px; box-shadow: none; }
.voxel-crm .queue-column,
.voxel-crm .research-block,
.voxel-crm .research-list.inspiration { color: var(--ed-ink); background: var(--ed-white); border-color: var(--ed-line); }
.voxel-crm .queue-card { box-shadow: none; }
.voxel-crm .conversation-item.active,
.voxel-crm .suggested-reply { color: var(--ed-ink); background: #f0f4ff; }
.voxel-crm blockquote { border-color: var(--ed-blue); background: #f5f7fb; }
.voxel-crm .chart i,
.voxel-crm .chart i:nth-child(n) { background: var(--ed-blue); border: 0; }

.voxel-crm .connection-notice,
.voxel-crm .research-safety,
.voxel-crm .business-safety {
  color: var(--ed-muted);
  background: #fafaf8;
  border: 1px solid var(--ed-line);
  border-radius: 9px;
}

.voxel-crm .research-readiness span,
.voxel-crm .research-readiness .ready,
.voxel-crm .research-status,
.voxel-crm .connected,
.voxel-crm .count-badge { color: var(--ed-green); background: #f2faf6; border: 1px solid #cee6d9; }
.voxel-crm .research-tags span { color: #4e4e4a; background: var(--ed-paper); border: 1px solid #deded8; }
.voxel-crm .empty-state,
.voxel-crm .research-empty { color: var(--ed-muted); background: #fafaf8; background-image: none; border: 1px dashed var(--ed-line-strong); }
.voxel-crm .store-preview { border: 1px solid var(--ed-line-strong); border-radius: 16px; box-shadow: 0 20px 50px rgb(17 17 17 / 10%); }
.voxel-crm .publish-toggle { background: #fafaf8; border: 1px solid var(--ed-line); }
.voxel-crm .product-type,
.voxel-crm .automation-row > span { color: #4e4e4a; background: var(--ed-paper); border: 1px solid #deded8; }
.voxel-crm dialog { border: 1px solid var(--ed-line-strong); border-radius: 16px; box-shadow: 0 30px 90px rgb(17 17 17 / 22%); }
.voxel-crm .toast { background: var(--ed-ink); border: 0; box-shadow: 0 10px 30px rgb(17 17 17 / 18%); }

/* Creator Business */
.voxel-crm.business-focus {
  --stan-purple: var(--ed-blue);
  --stan-purple-dark: #174bc3;
  --stan-purple-soft: #edf2ff;
  --stan-purple-wash: #f5f7ff;
  --stan-ink: var(--ed-ink);
  --stan-muted: var(--ed-muted);
  --stan-line: var(--ed-line);
  --stan-soft: var(--ed-paper);
  background: var(--ed-paper);
}

.voxel-crm.business-focus .creator-suite {
  grid-template-columns: 232px minmax(0, 1fr);
  color: var(--ed-ink);
  background: var(--ed-paper);
  font-family: inherit;
  font-size: 14px;
}

.voxel-crm.business-focus .creator-rail { width: 232px; padding: 22px 14px 16px; }
.voxel-crm.business-focus .creator-logo { min-height: 44px; color: var(--ed-ink); font-size: 19px; }
.voxel-crm.business-focus .creator-rail-foot { border-color: var(--ed-line); }
.voxel-crm.business-focus .creator-main,
.voxel-crm.business-focus .creator-workspace { background: var(--ed-paper); }
.voxel-crm.business-focus .creator-topbar { height: 64px; padding-inline: 36px; }
.voxel-crm.business-focus .creator-topbar h1 { color: var(--ed-ink); font-size: 20px; font-weight: 650; }
.voxel-crm.business-focus .creator-topbar a { min-height: 44px; display: inline-flex; align-items: center; color: #4f4f4b; font-size: 14px; }
.voxel-crm.business-focus .creator-workspace { width: min(1200px, 100%); padding: 32px 32px 64px; }

.voxel-crm.business-focus .creator-workspace > .stan-gate {
  width: fit-content;
  margin: 0 0 18px 4px;
  padding: 0;
  color: #74746e;
  background: transparent;
  border: 0;
  font: 12px/1.45 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.voxel-crm.business-focus .creator-workspace > .stan-gate b { color: var(--ed-green); }

.voxel-crm.business-focus .stan-store-intro {
  position: relative;
  min-height: 286px;
  margin-bottom: 28px;
  padding: 40px 42px;
  overflow: hidden;
  background: linear-gradient(122deg, #e8efff 0%, #f5f5f2 68%);
  border: 1px solid #d9e2f5;
  border-radius: 18px;
  isolation: isolate;
}

.voxel-crm.business-focus .stan-store-intro::after {
  position: absolute;
  z-index: -1;
  right: 90px;
  bottom: -88px;
  width: 430px;
  height: 330px;
  content: "";
  background: url("/assets/sosialai-voxel-orbit-v2.png") right bottom / contain no-repeat;
  filter: drop-shadow(0 22px 20px rgb(17 17 17 / 14%));
  animation: editorial-float 7s ease-in-out infinite;
}

.voxel-crm.business-focus .stan-store-intro > div {
  position: relative;
  z-index: 1;
  max-width: 610px;
}

.voxel-crm.business-focus .stan-store-intro p {
  margin: 0 0 15px;
  color: #5c6c8d;
  font: 700 11px/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .1em;
}

.voxel-crm.business-focus .stan-store-intro h2 {
  max-width: 620px;
  margin: 0;
  font-size: clamp(48px, 4.5vw, 64px);
  font-weight: 450;
  line-height: .91;
  letter-spacing: -.065em;
}

.voxel-crm.business-focus .stan-store-intro h2 em { color: var(--ed-blue); font-style: normal; }
.voxel-crm.business-focus .stan-store-intro > div > span {
  max-width: 480px;
  margin-top: 22px;
  display: block;
  color: #51514d;
  font-size: 14px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-store-intro > aside {
  position: absolute;
  z-index: 2;
  top: 30px;
  right: 32px;
  display: grid;
  justify-items: end;
  padding: 14px 16px;
  background: rgb(255 255 255 / 84%);
  border: 1px solid rgb(201 201 193 / 78%);
  border-radius: 12px;
  backdrop-filter: blur(10px);
}

.voxel-crm.business-focus .stan-store-intro > aside span {
  color: #555550;
  font: 700 9px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .08em;
}

.voxel-crm.business-focus .stan-store-intro > aside i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  background: #23a56d;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgb(35 165 109 / 12%);
}

.voxel-crm.business-focus .stan-store-intro > aside strong {
  margin-top: 5px;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -.05em;
}

.voxel-crm.business-focus .stan-store-intro > aside small { color: var(--ed-muted); font-size: 11px; }

.voxel-crm.business-focus .creator-rail-nav button,
.voxel-crm.business-focus .creator-rail-nav a,
.voxel-crm.business-focus .creator-rail-foot button,
.voxel-crm.business-focus .creator-rail-foot a { font-size: 14px; }

.voxel-crm.business-focus .stan-page-head h1,
.voxel-crm.business-focus .stan-page-head h2 {
  font-size: clamp(30px, 3vw, 40px);
  font-weight: 600;
  letter-spacing: -.045em;
}

.voxel-crm.business-focus .stan-page-head p,
.voxel-crm.business-focus .stan-page-head span { color: var(--ed-muted); font-size: 14px; }

.voxel-crm.business-focus .stan-gate {
  padding: 12px 14px;
  color: var(--ed-muted);
  background: #fafaf8;
  border: 1px solid var(--ed-line);
  border-radius: 9px;
  font-size: 14px;
  line-height: 1.45;
}

.voxel-crm.business-focus .stan-gate b { color: #715b00; }

.voxel-crm.business-focus .stan-tabs,
.voxel-crm.business-focus .stan-editor-tabs,
.voxel-crm.business-focus .stan-flow-tabs { gap: 24px; border-bottom: 1px solid var(--ed-line); }

.voxel-crm.business-focus .stan-tabs button,
.voxel-crm.business-focus .stan-tabs a,
.voxel-crm.business-focus .stan-editor-tabs button,
.voxel-crm.business-focus .stan-flow-tabs button {
  min-height: 44px;
  padding: 0 0 10px;
  color: var(--ed-muted);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.voxel-crm.business-focus .stan-tabs .active,
.voxel-crm.business-focus .stan-editor-tabs .active,
.voxel-crm.business-focus .stan-flow-tabs .active {
  color: var(--ed-ink);
  background: transparent;
  border: 0;
  box-shadow: inset 0 -2px 0 var(--ed-blue);
  font-weight: 650;
}

.voxel-crm.business-focus .stan-panel,
.voxel-crm.business-focus .stan-type-card,
.voxel-crm.business-focus .stan-autodm-flow,
.voxel-crm.business-focus .stan-community-cover,
.voxel-crm.business-focus .stan-email-hero,
.voxel-crm.business-focus .stan-checkout-preview,
.voxel-crm.business-focus .stan-empty {
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid var(--ed-line);
  border-radius: 12px;
  box-shadow: none;
}

.voxel-crm.business-focus .stan-product-row {
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid #e5e5df;
  border-radius: 8px;
  box-shadow: none;
}

.voxel-crm.business-focus .stan-store-grid > .stan-panel { padding: 0 18px 18px; overflow: hidden; }
.voxel-crm.business-focus .stan-store-grid .stan-profile-row {
  margin-inline: -18px;
  padding: 20px 24px;
  background: #fafaf8;
  border-bottom: 1px solid var(--ed-line);
}

.voxel-crm.business-focus .stan-section-title {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 4px 18px;
}

.voxel-crm.business-focus .stan-section-title h2 { margin: 0 0 4px; }
.voxel-crm.business-focus .stan-add-inline {
  min-height: 44px;
  padding: 10px 16px;
  color: #fff;
  background: var(--ed-blue);
  border: 1px solid var(--ed-blue);
  border-radius: 9px;
  font-size: 13px;
  font-weight: 700;
  transition: transform 160ms ease-out, background-color 160ms ease-out;
}

.voxel-crm.business-focus .stan-add-inline:hover { background: #174bc3; transform: translateY(-1px); }
.voxel-crm.business-focus .stan-product-list { gap: 12px; }
.voxel-crm.business-focus .stan-product-row { transition: border-color 160ms ease-out, transform 160ms ease-out; }
.voxel-crm.business-focus .stan-product-row:hover { border-color: #bdcbea; transform: translateY(-1px); }
.voxel-crm.business-focus .stan-row-actions button:nth-child(-n + 2) { color: #777771; background: #fafaf8; }
.voxel-crm.business-focus .stan-row-actions button:nth-child(3) { color: #fff; background: var(--ed-ink); border-color: var(--ed-ink); }
.voxel-crm.business-focus .stan-row-actions button:nth-child(3):hover { background: var(--ed-blue); border-color: var(--ed-blue); }
.voxel-crm.business-focus .stan-store-grid .stan-add-row.secondary { margin-top: 12px; color: var(--ed-muted); border-style: dashed; }

.voxel-crm.business-focus .stan-store-grid > .stan-phone-wrap {
  position: sticky;
  top: 88px;
  padding: 18px 20px 26px;
  align-items: center;
  background: #e8efff;
  border: 1px solid #d6e0f6;
  border-radius: 18px;
}

@media (min-width: 821px) {
  .voxel-crm.business-focus .stan-store-grid > .stan-phone-wrap > .stan-phone { width: 100%; }
}

.voxel-crm.business-focus .stan-store-grid > .stan-phone-wrap > small {
  align-self: stretch;
  margin: 0 0 14px;
  color: #5c6c8d;
  font: 700 10px/1.3 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .1em;
}

.voxel-crm.business-focus .stan-metric,
.voxel-crm.business-focus .stan-metric:nth-child(n) {
  background: var(--ed-white);
  border: 1px solid var(--ed-line);
  border-radius: 12px;
  box-shadow: none;
}

.voxel-crm.business-focus .stan-metric-toggles .stan-metric.active {
  background: #f5f7ff;
  border-color: #b9caf5;
  box-shadow: inset 0 0 0 1px var(--ed-blue);
}

.voxel-crm.business-focus .stan-product-icon { border: 1px solid #d5d5cf; border-radius: 8px; box-shadow: none; }
.voxel-crm.business-focus .stan-row-actions button {
  min-width: 42px;
  min-height: 42px;
  color: #4f4f4b;
  background: var(--ed-white);
  border: 1px solid #deded8;
  border-radius: 8px;
  box-shadow: none;
  font-size: 12px;
}

.voxel-crm.business-focus .stan-profile-row b { font-size: 15px; }
.voxel-crm.business-focus .stan-profile-row small { font-size: 12px; }
.voxel-crm.business-focus .stan-section-title h2 { font-size: 28px; line-height: 1.15; letter-spacing: -.035em; }
.voxel-crm.business-focus .stan-section-title small { font-size: 12px; }
.voxel-crm.business-focus .stan-product-meta b,
.voxel-crm.business-focus .stan-product-meta strong { font-size: 14px; }
.voxel-crm.business-focus .stan-product-meta small,
.voxel-crm.business-focus .stan-product-meta span { font-size: 12px; }
.voxel-crm.business-focus .stan-add-row { min-height: 44px; font-size: 14px; }

.voxel-crm.business-focus .stan-primary,
.voxel-crm.business-focus .stan-secondary,
.voxel-crm.business-focus .stan-page-head button,
.voxel-crm.business-focus .stan-bottom-actions button,
.voxel-crm.business-focus .stan-empty button {
  min-height: 42px;
  font-size: 14px;
}

.voxel-crm.business-focus .stan-secondary { color: var(--ed-ink); background: var(--ed-white); border-color: #d5d5cf; }
.voxel-crm.business-focus .stan-phone { border: 5px solid var(--ed-ink); box-shadow: 0 18px 42px rgb(17 17 17 / 12%); }
.voxel-crm.business-focus .stan-phone-card { border-color: var(--ed-line); box-shadow: none; }
.voxel-crm.business-focus .stan-field input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
.voxel-crm.business-focus .stan-field textarea,
.voxel-crm.business-focus .stan-field select,
.voxel-crm.business-focus .stan-step > div > select { border: 1px solid #d5d5cf; border-radius: 8px; }
.voxel-crm.business-focus .stan-field,
.voxel-crm.business-focus .stan-field > span:first-child,
.voxel-crm.business-focus .stan-field > label:first-child { font-size: 13px; }
.voxel-crm.business-focus .stan-field input:not([type="checkbox"]):not([type="radio"]):not([type="color"]),
.voxel-crm.business-focus .stan-field textarea,
.voxel-crm.business-focus .stan-field select,
.voxel-crm.business-focus .stan-step > div > select { font-size: 14px; }
.voxel-crm.business-focus .stan-table th,
.voxel-crm.business-focus .stan-table td { border-color: var(--ed-line); }

.voxel-crm.business-focus .creator-workspace:has(.stan-customer-workspace) > .stan-gate {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 12px;
  color: #4a5b50;
  background: linear-gradient(120deg, #effbf4, #fff 72%);
  border-color: #cfe5d7;
  border-left: 4px solid var(--ed-green);
  font-size: 11px;
}

.voxel-crm.business-focus .stan-customer-workspace {
  width: min(1136px, 100%);
  margin-inline: auto;
}

.voxel-crm.business-focus .stan-customer-workspace .stan-page-head {
  align-items: end;
  margin-bottom: 28px;
}

.voxel-crm.business-focus .stan-customer-workspace .stan-page-head > div { max-width: 680px; }
.voxel-crm.business-focus .stan-customer-workspace .stan-page-head p,
.voxel-crm.business-focus .stan-customer-directory > header p,
.voxel-crm.business-focus .stan-customer-empty-copy > p {
  margin: 0 0 8px;
  color: var(--ed-blue);
  font: 750 11px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.voxel-crm.business-focus .stan-customer-workspace .stan-page-head h2 {
  margin: 0;
  font-size: clamp(42px, 4.2vw, 58px);
  font-weight: 620;
  line-height: .98;
  letter-spacing: -.055em;
}

.voxel-crm.business-focus .stan-customer-workspace .stan-page-head span {
  display: block;
  max-width: 590px;
  margin-top: 14px;
  color: #64645f;
  font-size: 15px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-customer-workspace .stan-page-head button {
  min-height: 46px;
  padding-inline: 18px;
}

.voxel-crm.business-focus .stan-customer-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.voxel-crm.business-focus .stan-customer-metrics article {
  position: relative;
  min-width: 0;
  min-height: 144px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  padding: 22px;
  color: var(--ed-ink);
  background: linear-gradient(145deg, #fff, #f3f5ff);
  border: 1px solid #dfe3ef;
  border-radius: 14px;
}

.voxel-crm.business-focus .stan-customer-metrics article:first-child {
  color: #fff;
  background: linear-gradient(135deg, #174bc3 0%, #2676ef 58%, #25bedd 100%);
  border-color: #174bc3;
}

.voxel-crm.business-focus .stan-customer-metrics article:nth-child(2) {
  background: linear-gradient(135deg, #ffd21f, #fff0a1);
  border-color: #e9bd12;
}

.voxel-crm.business-focus .stan-customer-metrics article::after {
  content: "";
  position: absolute;
  top: 22px;
  right: 22px;
  width: 9px;
  height: 9px;
  background: currentColor;
  box-shadow: 13px 0 currentColor, 0 13px currentColor, 13px 13px currentColor;
  opacity: .14;
}

.voxel-crm.business-focus .stan-customer-metrics span {
  max-width: calc(100% - 42px);
  font: 750 10px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.voxel-crm.business-focus .stan-customer-metrics strong {
  margin-top: 18px;
  overflow: hidden;
  font-size: clamp(32px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -.05em;
  text-overflow: ellipsis;
}

.voxel-crm.business-focus .stan-customer-metrics small { font-size: 12px; opacity: .72; }

.voxel-crm.business-focus .stan-customer-directory {
  padding: 0 22px 22px;
  overflow: hidden;
  border-radius: 16px;
}

.voxel-crm.business-focus .stan-customer-directory > header {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--ed-line);
}

.voxel-crm.business-focus .stan-customer-directory > header p { margin-bottom: 5px; color: #777771; }
.voxel-crm.business-focus .stan-customer-directory > header h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.035em;
}

.voxel-crm.business-focus .stan-customer-directory > header > span {
  padding: 7px 10px;
  color: #5d635f;
  background: #f5f7f5;
  border: 1px solid #dfe5e0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.voxel-crm.business-focus .stan-customer-directory .stan-filter-row {
  gap: 8px;
  margin: 18px 0;
  padding: 10px;
  background: linear-gradient(120deg, #f5f6f3, #fbfbfa);
  border: 1px solid #e2e2dc;
  border-radius: 12px;
}

.voxel-crm.business-focus .stan-customer-directory .stan-filter-row button,
.voxel-crm.business-focus .stan-customer-directory .stan-bulk-row button {
  min-height: 44px;
  padding: 9px 12px;
  color: #555853;
  background: #fff;
  border: 1px solid #dcdcd5;
  border-radius: 9px;
  font-size: 12px;
  transition: color 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out;
}

.voxel-crm.business-focus .stan-customer-directory .stan-filter-row button:hover,
.voxel-crm.business-focus .stan-customer-directory .stan-filter-row button:focus-visible {
  color: var(--ed-blue);
  border-color: #aebfe8;
  transform: translateY(-1px);
}

.voxel-crm.business-focus .stan-customer-directory .stan-filter-row button.active {
  color: #fff;
  background: var(--ed-blue);
  border-color: var(--ed-blue);
}

.voxel-crm.business-focus .stan-customer-empty {
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  overflow: hidden;
  background: linear-gradient(135deg, #fafaf7 0%, #f4f6fb 100%);
  border: 1px solid #deded7;
  border-radius: 14px;
}

.voxel-crm.business-focus .stan-customer-empty-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 48px;
}

.voxel-crm.business-focus .stan-customer-empty-copy h3 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(32px, 3.3vw, 44px);
  font-weight: 620;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.voxel-crm.business-focus .stan-customer-empty-copy > span {
  max-width: 500px;
  margin-top: 16px;
  color: #666661;
  font-size: 14px;
  line-height: 1.6;
}

.voxel-crm.business-focus .stan-customer-empty-copy button { margin-top: 24px; padding-inline: 18px; }
.voxel-crm.business-focus .stan-customer-empty-copy small {
  margin-top: 14px;
  color: #74746e;
  font: 650 10px/1.4 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .04em;
}

.voxel-crm.business-focus .stan-customer-empty-art {
  min-width: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  overflow: hidden;
  background:
    radial-gradient(circle at 32% 24%, rgb(255 255 255 / 92%) 0 7%, transparent 35%),
    linear-gradient(145deg, #dfeaff, #a7c8ff 56%, #83d9e6);
  border-left: 1px solid #ced8e8;
}

.voxel-crm.business-focus .stan-customer-empty-art img {
  width: min(300px, 100%);
  height: auto;
  filter: drop-shadow(0 24px 22px rgb(32 64 120 / 18%));
}

.voxel-crm.business-focus .stan-customer-table {
  overflow-x: auto;
  border: 1px solid #e2e2dc;
  border-radius: 12px;
}

.voxel-crm.business-focus .stan-customer-table .stan-table { min-width: 780px; font-size: 13px; }
.voxel-crm.business-focus .stan-customer-table .stan-table th {
  padding-block: 13px;
  color: #777b84;
  background: #f7f8f6;
  font-size: 10px;
}

.voxel-crm.business-focus .stan-customer-table .stan-table td { padding-block: 14px; }
.voxel-crm.business-focus .stan-customer-table .stan-table tbody tr { transition: background-color 160ms ease-out; }
.voxel-crm.business-focus .stan-customer-table .stan-table tbody tr:hover { background: #f8faff; }
.voxel-crm.business-focus .stan-customer-name { display: flex; align-items: center; gap: 10px; }
.voxel-crm.business-focus .stan-customer-name > i {
  width: 34px;
  height: 34px;
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #174bc3, #28b7d6);
  border-radius: 9px;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.voxel-crm.business-focus .stan-customer-email { display: block; font-weight: 650; }
.voxel-crm.business-focus .stan-customer-table .stan-table td small { margin-top: 4px; font-size: 10px; }
.voxel-crm.business-focus .stan-customer-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.voxel-crm.business-focus .stan-customer-tags i {
  padding: 4px 7px;
  color: #525752;
  background: #f0f3f0;
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
}

.voxel-crm.business-focus .creator-workspace:has(.stan-community-workspace) > .stan-gate {
  width: fit-content;
  max-width: 100%;
  margin: 0 0 16px;
  padding: 9px 12px;
  color: #4a5b50;
  background: linear-gradient(120deg, #effbf4, #fff 72%);
  border-color: #cfe5d7;
  border-left: 4px solid var(--ed-green);
  font-size: 11px;
}

.voxel-crm.business-focus .stan-community-workspace {
  width: min(1136px, 100%);
  margin-inline: auto;
}

.voxel-crm.business-focus .stan-community-workspace > .stan-page-head {
  align-items: end;
  margin-bottom: 26px;
}

.voxel-crm.business-focus .stan-community-workspace > .stan-page-head > div { max-width: 700px; }
.voxel-crm.business-focus .stan-community-workspace > .stan-page-head p {
  margin: 0 0 8px;
  color: var(--ed-blue);
  font: 750 11px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .12em;
}

.voxel-crm.business-focus .stan-community-workspace > .stan-page-head h2 {
  margin: 0;
  font-size: clamp(42px, 4vw, 56px);
  font-weight: 620;
  line-height: .98;
  letter-spacing: -.055em;
}

.voxel-crm.business-focus .stan-community-workspace > .stan-page-head span {
  display: block;
  margin-top: 13px;
  color: #64645f;
  font-size: 15px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-community-workspace > .stan-page-head button {
  min-height: 46px;
  padding-inline: 18px;
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-cover {
  position: relative;
  min-height: 370px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  align-items: center;
  gap: 20px;
  padding: 42px 42px 78px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 84% 14%, rgb(80 226 225 / 44%), transparent 30%),
    radial-gradient(circle at 66% 92%, rgb(85 113 255 / 58%), transparent 36%),
    linear-gradient(135deg, #101a3d 0%, #1647a6 48%, #148fb2 100%);
  border: 1px solid #143d89;
  border-radius: 20px;
  box-shadow: 0 20px 44px rgb(21 58 124 / 16%);
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-cover::after {
  inset: 0;
  opacity: .16;
  background-image:
    linear-gradient(rgb(255 255 255 / 35%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 35%) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 55%);
  mask-image: linear-gradient(90deg, transparent 0, #000 55%);
}

.voxel-crm.business-focus .stan-community-cover-copy { position: relative; z-index: 2; }
.voxel-crm.business-focus .stan-community-cover-copy > p,
.voxel-crm.business-focus .stan-community-section-head p,
.voxel-crm.business-focus .stan-community-grid > aside > .stan-panel > p,
.voxel-crm.business-focus .stan-resource-list > header p {
  margin: 0 0 8px;
  font: 750 10px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.voxel-crm.business-focus .stan-community-cover-copy > p { color: #8feaf0; }
.voxel-crm.business-focus .stan-community-cover-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(46px, 4.3vw, 62px);
  font-weight: 620;
  line-height: .95;
  letter-spacing: -.055em;
}

.voxel-crm.business-focus .stan-community-cover-copy > span {
  display: block;
  max-width: 560px;
  margin-top: 18px;
  color: rgb(255 255 255 / 78%);
  font-size: 15px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-community-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
}

.voxel-crm.business-focus .stan-community-stats article {
  min-width: 108px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: end;
  gap: 7px;
  padding: 10px 12px;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 10px;
  backdrop-filter: blur(8px);
}

.voxel-crm.business-focus .stan-community-stats strong { font-size: 24px; line-height: 1; letter-spacing: -.04em; }
.voxel-crm.business-focus .stan-community-stats small { padding-bottom: 2px; color: rgb(255 255 255 / 72%); font-size: 10px; }

.voxel-crm.business-focus .stan-community-cover-art {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
}

.voxel-crm.business-focus .stan-community-cover-art::before {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  background: radial-gradient(circle, rgb(255 255 255 / 24%), transparent 68%);
  border-radius: 50%;
}

.voxel-crm.business-focus .stan-community-cover-art img {
  position: relative;
  width: min(330px, 100%);
  filter: drop-shadow(0 28px 25px rgb(2 11 37 / 32%));
  transform: rotate(2deg);
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav {
  position: absolute;
  right: 30px;
  bottom: 0;
  left: 30px;
  z-index: 3;
  min-width: 0;
  display: flex;
  align-items: end;
  align-self: auto;
  gap: 4px;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav::-webkit-scrollbar { display: none; }
.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav button,
.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav a {
  min-height: 48px;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 12px 16px;
  color: rgb(255 255 255 / 70%);
  background: rgb(255 255 255 / 7%);
  border: 0;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: color 160ms ease-out, background-color 160ms ease-out;
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav button:hover,
.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav a:hover { color: #fff; background: rgb(255 255 255 / 14%); }
.voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav .active {
  color: #163871;
  background: #fff;
}

.voxel-crm.business-focus .stan-community-workspace .stan-community-grid {
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  margin-top: 18px;
}

.voxel-crm.business-focus .stan-community-feed-panel {
  padding: 0 22px 22px;
  overflow: hidden;
  border-radius: 16px;
}

.voxel-crm.business-focus .stan-community-section-head {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-bottom: 1px solid var(--ed-line);
}

.voxel-crm.business-focus .stan-community-section-head p { color: #777771; }
.voxel-crm.business-focus .stan-community-section-head h3 {
  margin: 0;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.035em;
}

.voxel-crm.business-focus .stan-community-section-head > span {
  padding: 7px 10px;
  color: #5d635f;
  background: #f5f7f5;
  border: 1px solid #dfe5e0;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
}

.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer {
  grid-template-columns: 44px minmax(0, 1fr) 34px;
  gap: 12px;
  margin: 18px 0;
  padding: 12px;
  background: linear-gradient(120deg, #f5f8ff, #fafaf8);
  border: 1px solid #dce3ef;
  border-radius: 13px;
}

.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer > i,
.voxel-crm.business-focus .stan-feed article header > i {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #174bc3, #27b9d8);
  border-radius: 11px;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer button {
  min-height: 44px;
  display: grid;
  align-content: center;
  padding: 6px 12px;
  color: var(--ed-ink);
  border-color: #d7deea;
  border-radius: 9px;
}

.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer button b { font-size: 13px; }
.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer button small { margin-top: 2px; color: #737a89; font-size: 10px; }
.voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer > span { color: var(--ed-blue); font-size: 20px; font-weight: 500; }

.voxel-crm.business-focus .stan-community-workspace .stan-feed { gap: 12px; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed > article {
  padding: 20px;
  background: linear-gradient(145deg, #fff, #fbfcff);
  border: 1px solid #e0e3ea;
  border-radius: 13px;
  transition: border-color 160ms ease-out, transform 160ms ease-out;
}

.voxel-crm.business-focus .stan-community-workspace .stan-feed > article:hover { border-color: #b8c8ec; transform: translateY(-1px); }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header { justify-content: flex-start; margin-bottom: 14px; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header > div { min-width: 0; flex: 1; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header b,
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header small { display: block; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header b { font-size: 13px; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header small { margin-top: 2px; color: #7b7c77; font-size: 10px; }
.voxel-crm.business-focus .stan-community-workspace .stan-feed article header > span {
  padding: 5px 7px;
  color: #35614b;
  background: #eef8f2;
  border-radius: 999px;
  font: 700 9px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.voxel-crm.business-focus .stan-community-workspace .stan-feed > article > p {
  margin: 0;
  color: #343631;
  font-size: 14px;
  line-height: 1.65;
}

.voxel-crm.business-focus .stan-community-feed-empty { padding: 44px 24px; text-align: center; }
.voxel-crm.business-focus .stan-community-feed-empty h3 { margin: 0; font-size: 28px; letter-spacing: -.04em; }
.voxel-crm.business-focus .stan-community-feed-empty p { max-width: 440px; margin: 10px auto 18px; color: #686963; font-size: 13px; }

.voxel-crm.business-focus .stan-community-workspace .stan-community-grid > aside { gap: 12px; }
.voxel-crm.business-focus .stan-community-workspace .stan-community-grid > aside > .stan-panel {
  padding: 22px;
  overflow: hidden;
  border-radius: 15px;
}

.voxel-crm.business-focus .stan-community-grid > aside > .stan-panel > p,
.voxel-crm.business-focus .stan-resource-list > header p { color: #6b6f69; }
.voxel-crm.business-focus .stan-community-grid > aside > .stan-panel > h3,
.voxel-crm.business-focus .stan-resource-list > header h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.1;
  letter-spacing: -.035em;
}

.voxel-crm.business-focus .stan-community-grid > aside > .stan-panel > span {
  display: block;
  margin-top: 12px;
  color: #5d5f59;
  font-size: 13px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-community-about {
  background: linear-gradient(145deg, #ffd32a, #fff0a8);
  border-color: #e4bd21;
}

.voxel-crm.business-focus .stan-community-about > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 18px; }
.voxel-crm.business-focus .stan-community-about > div i {
  padding: 6px 8px;
  color: #4c420b;
  background: rgb(255 255 255 / 55%);
  border-radius: 999px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

.voxel-crm.business-focus .stan-community-webinar {
  color: #fff;
  background: linear-gradient(145deg, #15234d, #285bc7);
  border-color: #193d86;
}

.voxel-crm.business-focus .stan-community-webinar > p,
.voxel-crm.business-focus .stan-community-webinar > span { color: rgb(255 255 255 / 70%) !important; }
.voxel-crm.business-focus .stan-community-webinar > h3 { color: #fff; }
.voxel-crm.business-focus .stan-community-webinar > button {
  min-height: 44px;
  margin-top: 18px;
  padding: 10px 13px;
  color: #193d86;
  background: #fff;
  border: 0;
  border-radius: 9px;
  font-size: 12px;
  font-weight: 750;
}

.voxel-crm.business-focus .stan-resource-list > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.voxel-crm.business-focus .stan-resource-list > header > button {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: var(--ed-blue);
  background: #edf2ff;
  border: 1px solid #cad6f2;
  border-radius: 10px;
  font-size: 18px;
}

.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding: 11px;
  color: var(--ed-ink);
  border: 1px solid #e1e2dc;
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 160ms ease-out, transform 160ms ease-out;
}

.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a:hover { border-color: #aebfe8; transform: translateY(-1px); }
.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #174bc3, #28b7d6);
  border-radius: 9px;
}

.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a b,
.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a small { display: block; }
.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a b { font-size: 12px; }
.voxel-crm.business-focus .stan-community-workspace .stan-resource-list > a small { margin-top: 2px; color: #777a75; font-size: 10px; }
.voxel-crm.business-focus .stan-community-resource-empty { display: grid; gap: 10px; color: #70716c; font-size: 12px; }
.voxel-crm.business-focus .stan-community-resource-empty button {
  min-height: 44px;
  color: var(--ed-blue);
  background: #f5f7ff;
  border: 1px dashed #b6c4e5;
  border-radius: 9px;
}

.voxel-crm.business-focus .stan-chart i,
.voxel-crm.business-focus .stan-chart i:nth-child(n) { background: var(--ed-blue); border: 0; }
.voxel-crm.business-focus .stan-assistant-float {
  color: #fff;
  background: var(--ed-blue);
  border: 0;
  box-shadow: 0 8px 20px rgb(17 17 17 / 10%);
}

@media (min-width: 1001px) {
  .voxel-crm .hero-grid { grid-template-columns: minmax(0, 1.65fr) minmax(290px, .75fr); }
}

@media (min-width: 1100px) {
  .voxel-crm.business-focus .stan-store-grid,
  .voxel-crm.business-focus .stan-design-grid,
  .voxel-crm.business-focus .stan-editor-grid {
    width: 100%;
    max-width: 1136px;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    align-items: start;
  }

  .voxel-crm.business-focus .stan-product-row {
    min-height: 76px;
    padding: 11px 12px;
  }

  .voxel-crm.business-focus .stan-phone-wrap { width: 340px; justify-self: end; }
  .voxel-crm.business-focus .stan-phone { width: 340px; height: 680px; border-radius: 28px; }
  .voxel-crm.business-focus .stan-phone-screen { border-radius: 22px; }
  .voxel-crm.business-focus .stan-phone-profile h2,
  .voxel-crm.business-focus .stan-phone-profile h3 { font-size: 20px; }
  .voxel-crm.business-focus .stan-phone-profile p,
  .voxel-crm.business-focus .stan-phone-card small,
  .voxel-crm.business-focus .stan-phone-card p { font-size: 12px; }
  .voxel-crm.business-focus .stan-phone-profile span,
  .voxel-crm.business-focus .stan-phone-card b { font-size: 13px; }
  .voxel-crm.business-focus .stan-phone-card button,
  .voxel-crm.business-focus .stan-checkout-preview > button { min-height: 44px; font-size: 13px; }
}

@keyframes editorial-float {
  0%, 100% { transform: translateY(0) rotate(-.4deg); }
  50% { transform: translateY(-10px) rotate(.4deg); }
}

@media (max-width: 900px) {
  .voxel-site .hero { min-height: auto; grid-template-columns: 1fr; gap: 30px; }
  .voxel-site .hero-copy,
  .voxel-site .voxel-hero-media { grid-column: 1; grid-row: auto; }
  .voxel-site .voxel-hero-media { width: 100%; min-height: 560px; margin: -40px 0 0; }
  .voxel-site .problem { display: block; }
  .voxel-site .problem-grid { margin-top: 50px; }
  .voxel-site .feature-grid { grid-template-columns: 1fr; }
  .voxel-site .feature:nth-child(n) { grid-column: auto; grid-row: auto; min-height: auto; }
  .voxel-site .feature:nth-child(1) { min-height: 480px; }
  .voxel-site .feature-wide { display: block; }
  .voxel-site .store-callout { grid-template-columns: 1fr; gap: 56px; }
}

@media (max-width: 820px) {
  .voxel-crm.business-focus .creator-suite {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
  }

  .voxel-crm.business-focus .creator-main { width: 100%; min-width: 0; }
  .voxel-crm.business-focus .creator-topbar { height: 64px; padding-inline: 14px; }
  .voxel-crm.business-focus .creator-workspace { width: 100%; padding: 24px 16px 88px; }
  .voxel-crm.business-focus .stan-store-grid,
  .voxel-crm.business-focus .stan-design-grid,
  .voxel-crm.business-focus .stan-editor-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .voxel-crm.business-focus .stan-tabs,
  .voxel-crm.business-focus .stan-editor-tabs,
  .voxel-crm.business-focus .stan-flow-tabs { overflow-x: auto; }
  .voxel-crm.business-focus .creator-workspace input:not([type="checkbox"]):not([type="radio"]),
  .voxel-crm.business-focus .creator-workspace textarea,
  .voxel-crm.business-focus .creator-workspace select { font-size: 16px; }
  .voxel-crm.business-focus .stan-store-intro { min-height: 300px; padding: 32px; }
  .voxel-crm.business-focus .stan-store-intro::after { right: -34px; bottom: -92px; width: 380px; opacity: .72; }
  .voxel-crm.business-focus .stan-store-intro h2 { font-size: clamp(46px, 8vw, 58px); }
  .voxel-crm.business-focus .stan-store-intro > div { max-width: 68%; }
  .voxel-crm.business-focus .stan-store-grid > .stan-panel { padding-inline: 16px; }
  .voxel-crm.business-focus .stan-store-grid .stan-profile-row { margin-inline: -16px; }
  .voxel-crm.business-focus .stan-row-actions button { min-width: 44px; min-height: 44px; }
  .voxel-crm.business-focus .stan-customer-workspace .stan-page-head h2 { font-size: 46px; }
  .voxel-crm.business-focus .stan-customer-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voxel-crm.business-focus .stan-customer-metrics article:last-child { grid-column: 1 / -1; }
  .voxel-crm.business-focus .stan-customer-empty { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-customer-empty-art {
    min-height: 240px;
    border-top: 1px solid #ced8e8;
    border-left: 0;
  }
  .voxel-crm.business-focus .stan-customer-empty-art img { width: min(240px, 70%); }
  .voxel-crm.business-focus .stan-customer-directory .stan-filter-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .voxel-crm.business-focus .stan-customer-directory .stan-filter-row::-webkit-scrollbar { display: none; }
  .voxel-crm.business-focus .stan-customer-directory .stan-filter-row button { flex: 0 0 auto; }
  .voxel-crm.business-focus .stan-community-workspace > .stan-page-head h2 { font-size: 46px; }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-cover {
    min-height: 610px;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    padding: 38px 32px 74px;
  }
  .voxel-crm.business-focus .stan-community-cover-copy { max-width: 660px; }
  .voxel-crm.business-focus .stan-community-cover-art img { width: min(250px, 62vw); }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-grid { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-grid > aside {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .voxel-crm.business-focus .stan-community-workspace .stan-resource-list { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .voxel-crm .sidebar {
    background: var(--ed-white);
    background-image: none;
    border-top: 1px solid var(--ed-line);
    box-shadow: none;
  }

  .voxel-crm .nav-link.active { box-shadow: inset 0 3px 0 var(--ed-blue); }
  .voxel-crm .page { padding: 28px 16px 48px; }
  .voxel-crm .page-intro h1 { font-size: 32px; }
  .voxel-crm .ai-brief { min-height: 390px; padding: 24px; }
  .voxel-crm .ai-brief::after {
    inset: 48% -4% -3% 10%;
    opacity: .86;
    -webkit-mask-image: linear-gradient(180deg, transparent 0, #000 24%);
    mask-image: linear-gradient(180deg, transparent 0, #000 24%);
  }

  .voxel-crm .ai-brief > div { max-width: 100%; }
  .voxel-crm .voice-card { min-height: auto; }
  .voxel-crm .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .voxel-crm .stat-card:nth-child(n) { border-right: 1px solid var(--ed-line); border-bottom: 1px solid var(--ed-line); }
  .voxel-crm .stat-card:nth-child(2n) { border-right: 0; }
  .voxel-crm .stat-card:nth-child(n + 3) { border-bottom: 0; }
  .voxel-crm input,
  .voxel-crm textarea,
  .voxel-crm select { font-size: 16px; }
}

@media (max-width: 560px) {
  .voxel-site .wrap,
  .voxel-site .features,
  .voxel-site .store-callout,
  .voxel-site .final-cta { width: min(100% - 32px, 1280px); }
  .voxel-site .site-header { height: 68px; padding-inline: 16px; }
  .voxel-site .hero { gap: 8px; padding-top: 46px; padding-bottom: 56px; }
  .voxel-site .preview-note { margin-bottom: 26px; font-size: 9px; }
  .voxel-site .hero h1 { font-size: clamp(58px, 17vw, 76px); }
  .voxel-site .lead { font-size: 17px; }
  .voxel-site .voxel-hero-media { min-height: 390px; margin-top: -18px; }
  .voxel-site .voxel-hero-media > img { width: 100%; max-width: none; }
  .voxel-site .problem,
  .voxel-site .features,
  .voxel-site .local,
  .voxel-site .faq { padding-top: 76px; padding-bottom: 76px; }
  .voxel-site .problem > h2,
  .voxel-site .section-head h2,
  .voxel-site .how h2,
  .voxel-site .local h2,
  .voxel-site .faq h2,
  .voxel-site .store-callout h2 { font-size: 48px; }
  .voxel-site .feature:nth-child(1) { min-height: 420px; }
  .voxel-site .feature { padding: 24px; }
  .voxel-site .store-callout { padding: 76px 0; }
  .voxel-site .store-mock { padding: 28px 20px; transform: none; }
  .voxel-site .how { padding: 78px 0; }
  .voxel-site .final-cta { padding: 78px 0 24px; }
  .voxel-site .final-cta h2 { font-size: 58px; }
  .voxel-site footer { gap: 20px; }
  .voxel-site .footer-links { flex-wrap: wrap; }
  .voxel-crm.business-focus .creator-workspace > .stan-gate { margin-inline: 0; font-size: 11px; }
  .voxel-crm.business-focus .stan-store-intro { min-height: 360px; margin-bottom: 22px; padding: 25px 22px; border-radius: 14px; }
  .voxel-crm.business-focus .stan-store-intro::after { right: -76px; bottom: -62px; width: 300px; height: 240px; opacity: .52; }
  .voxel-crm.business-focus .stan-store-intro > div { max-width: 100%; }
  .voxel-crm.business-focus .stan-store-intro h2 { max-width: 310px; font-size: 46px; }
  .voxel-crm.business-focus .stan-store-intro > div > span { max-width: 300px; margin-top: 18px; }
  .voxel-crm.business-focus .stan-store-intro > aside {
    position: relative;
    top: auto;
    right: auto;
    width: fit-content;
    margin-top: 20px;
    justify-items: start;
    padding: 10px 12px;
  }
  .voxel-crm.business-focus .stan-store-intro > aside strong { font-size: 26px; }
  .voxel-crm.business-focus .stan-section-title { min-height: 92px; gap: 12px; padding-inline: 2px; }
  .voxel-crm.business-focus .stan-section-title h2 { font-size: 26px; }
  .voxel-crm.business-focus .stan-add-inline { min-height: 44px; padding-inline: 13px; }
  .voxel-crm.business-focus .stan-product-list { gap: 10px; }
  .voxel-crm.business-focus .stan-assistant-float { display: none; }
  .voxel-crm.business-focus .stan-customer-workspace .stan-page-head { margin-bottom: 22px; }
  .voxel-crm.business-focus .stan-customer-workspace .stan-page-head h2 { font-size: 40px; }
  .voxel-crm.business-focus .stan-customer-workspace .stan-page-head button { width: 100%; }
  .voxel-crm.business-focus .stan-customer-metrics { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-customer-metrics article,
  .voxel-crm.business-focus .stan-customer-metrics article:last-child {
    min-height: 118px;
    grid-column: auto;
    padding: 18px;
  }
  .voxel-crm.business-focus .stan-customer-metrics strong { margin-top: 12px; font-size: 34px; }
  .voxel-crm.business-focus .stan-customer-directory { padding: 0 14px 14px; }
  .voxel-crm.business-focus .stan-customer-directory > header { min-height: 84px; }
  .voxel-crm.business-focus .stan-customer-directory > header h3 { font-size: 23px; }
  .voxel-crm.business-focus .stan-customer-empty-copy { padding: 32px 22px; }
  .voxel-crm.business-focus .stan-customer-empty-copy h3 { font-size: 34px; }
  .voxel-crm.business-focus .stan-customer-empty-art { min-height: 210px; }
  .voxel-crm.business-focus .stan-customer-empty-art img { width: min(210px, 78%); }
  .voxel-crm.business-focus .stan-community-workspace > .stan-page-head { margin-bottom: 22px; }
  .voxel-crm.business-focus .stan-community-workspace > .stan-page-head h2 { font-size: 40px; }
  .voxel-crm.business-focus .stan-community-workspace > .stan-page-head button { width: 100%; }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-cover {
    min-height: 560px;
    gap: 14px;
    padding: 30px 22px 70px;
    border-radius: 16px;
  }
  .voxel-crm.business-focus .stan-community-cover-copy h2 { font-size: 43px; }
  .voxel-crm.business-focus .stan-community-cover-copy > span { font-size: 14px; }
  .voxel-crm.business-focus .stan-community-stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .voxel-crm.business-focus .stan-community-stats article {
    min-width: 0;
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
    padding: 9px;
  }
  .voxel-crm.business-focus .stan-community-stats strong { font-size: 22px; }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav { right: 14px; left: 14px; }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav button,
  .voxel-crm.business-focus .stan-community-workspace .stan-community-cover nav a { padding-inline: 13px; }
  .voxel-crm.business-focus .stan-community-feed-panel { padding: 0 14px 14px; }
  .voxel-crm.business-focus .stan-community-section-head { min-height: 84px; }
  .voxel-crm.business-focus .stan-community-section-head h3 { font-size: 23px; }
  .voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer {
    grid-template-columns: 44px minmax(0, 1fr);
  }
  .voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer > span { display: none; }
  .voxel-crm.business-focus .stan-community-feed-panel .stan-post-composer button small { display: none; }
  .voxel-crm.business-focus .stan-community-workspace .stan-community-grid > aside { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-community-workspace .stan-resource-list { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  .voxel-site .voxel-hero-media > img { animation: none; }
}

/* AutoDM workspace */
.voxel-crm.business-focus .stan-autodm-workspace {
  width: min(1136px, 100%);
  margin-inline: auto;
}

.voxel-crm.business-focus .stan-autodm-launchpad {
  position: relative;
  min-height: 390px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: center;
  gap: 44px;
  padding: 46px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 4%, rgb(255 101 171 / 78%), transparent 30%),
    radial-gradient(circle at 56% 105%, rgb(42 190 221 / 56%), transparent 32%),
    linear-gradient(135deg, #101b42 0%, #253d92 52%, #7e275d 100%);
  border: 1px solid #263e86;
  border-radius: 22px;
  box-shadow: 0 22px 52px rgb(30 48 108 / 16%);
}

.voxel-crm.business-focus .stan-autodm-launchpad::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .14;
  background-image:
    linear-gradient(rgb(255 255 255 / 42%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 42%) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000);
  mask-image: linear-gradient(90deg, transparent, #000);
  pointer-events: none;
}

.voxel-crm.business-focus .stan-autodm-launch-copy,
.voxel-crm.business-focus .stan-autodm-preview { position: relative; z-index: 1; }
.voxel-crm.business-focus .stan-autodm-launch-copy > p,
.voxel-crm.business-focus .stan-autodm-builder-head p {
  margin: 0 0 14px;
  font: 800 12px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .1em;
}

.voxel-crm.business-focus .stan-autodm-launch-copy > p { color: #a7f3f5; }
.voxel-crm.business-focus .stan-autodm-launch-copy > p i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 7px;
  background: #55df8a;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgb(85 223 138 / 14%);
}

.voxel-crm.business-focus .stan-autodm-launch-copy h2 {
  max-width: 650px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 620;
  line-height: .93;
  letter-spacing: -.06em;
}

.voxel-crm.business-focus .stan-autodm-launch-copy h2 em { color: #ffd72e; font-style: normal; }
.voxel-crm.business-focus .stan-autodm-launch-copy > span {
  display: block;
  max-width: 610px;
  margin-top: 20px;
  color: rgb(255 255 255 / 80%);
  font-size: 15px;
  line-height: 1.55;
}

.voxel-crm.business-focus .stan-autodm-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.voxel-crm.business-focus .stan-autodm-actions button {
  min-height: 48px;
  padding: 12px 17px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 780;
  transition: transform 160ms ease-out, background-color 160ms ease-out;
}

.voxel-crm.business-focus .stan-autodm-actions .stan-primary {
  color: #151515;
  background: #ffd72e;
  border-color: #ffd72e;
  box-shadow: 4px 4px 0 #111;
}

.voxel-crm.business-focus .stan-autodm-actions .stan-secondary {
  color: #fff;
  background: rgb(255 255 255 / 10%);
  border-color: rgb(255 255 255 / 32%);
}

.voxel-crm.business-focus .stan-autodm-actions button:hover { transform: translateY(-1px); }
.voxel-crm.business-focus .stan-autodm-launch-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.voxel-crm.business-focus .stan-autodm-launch-copy li { color: rgb(255 255 255 / 72%); font-size: 12px; }
.voxel-crm.business-focus .stan-autodm-launch-copy li::before { content: "✓"; margin-right: 6px; color: #6ae29b; font-weight: 900; }

.voxel-crm.business-focus .stan-autodm-preview {
  width: 100%;
  padding: 18px;
  color: #151515;
  background: linear-gradient(150deg, #fff, #f8f5ff);
  border: 1px solid rgb(255 255 255 / 78%);
  border-radius: 18px;
  box-shadow: 0 24px 44px rgb(10 16 53 / 28%);
  transform: rotate(1.4deg);
}

.voxel-crm.business-focus .stan-autodm-preview > header,
.voxel-crm.business-focus .stan-autodm-rule > header,
.voxel-crm.business-focus .stan-autodm-account-status {
  display: flex;
  align-items: center;
}

.voxel-crm.business-focus .stan-autodm-preview > header { gap: 10px; margin-bottom: 18px; }
.voxel-crm.business-focus .stan-autodm-preview .platform-icon,
.voxel-crm.business-focus .stan-autodm-account-status > .platform-icon,
.voxel-crm.business-focus .stan-autodm-rule > header .platform-icon,
.voxel-crm.business-focus .stan-autodm-empty .platform-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, #8736d4, #f04d78 58%, #ffad38);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgb(181 57 130 / 20%);
}

.voxel-crm.business-focus .stan-autodm-preview .platform-icon svg,
.voxel-crm.business-focus .stan-autodm-account-status .platform-icon svg,
.voxel-crm.business-focus .stan-autodm-rule .platform-icon svg,
.voxel-crm.business-focus .stan-autodm-empty .platform-icon svg { width: 23px; height: 23px; }
.voxel-crm.business-focus .stan-autodm-preview > header > div { min-width: 0; flex: 1; }
.voxel-crm.business-focus .stan-autodm-preview > header small,
.voxel-crm.business-focus .stan-autodm-preview > header b { display: block; }
.voxel-crm.business-focus .stan-autodm-preview > header small { color: #77727f; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.voxel-crm.business-focus .stan-autodm-preview > header b { margin-top: 2px; font-size: 14px; }
.voxel-crm.business-focus .stan-autodm-preview > header > span {
  padding: 6px 8px;
  color: #78313f;
  background: #fff0f2;
  border: 1px solid #f1cbd2;
  border-radius: 999px;
  font: 800 10px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
}

.voxel-crm.business-focus .stan-autodm-preview > section {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  padding: 15px;
  background: #fff;
  border: 1px solid #dfdfea;
  border-radius: 12px;
}

.voxel-crm.business-focus .stan-autodm-preview > section.reply { background: linear-gradient(125deg, #f0f6ff, #effcff); border-color: #cbdcf2; }
.voxel-crm.business-focus .stan-autodm-preview > section > i,
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header > i {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #1b4ec0;
  border-radius: 9px;
  font: 800 11px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-style: normal;
}

.voxel-crm.business-focus .stan-autodm-preview section small,
.voxel-crm.business-focus .stan-autodm-preview section strong,
.voxel-crm.business-focus .stan-autodm-preview section span { display: block; }
.voxel-crm.business-focus .stan-autodm-preview section small { color: #77727f; font-size: 10px; font-weight: 800; letter-spacing: .06em; }
.voxel-crm.business-focus .stan-autodm-preview section strong { margin-top: 5px; font-size: 16px; }
.voxel-crm.business-focus .stan-autodm-preview section span { margin-top: 3px; color: #74717b; font-size: 12px; }
.voxel-crm.business-focus .stan-autodm-preview-link { height: 36px; display: flex; align-items: center; gap: 8px; padding-left: 31px; color: #77727f; font-size: 11px; }
.voxel-crm.business-focus .stan-autodm-preview-link i { color: #1b4ec0; font-size: 16px; font-style: normal; font-weight: 900; }

.voxel-crm.business-focus .stan-autodm-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.voxel-crm.business-focus .stan-autodm-pillars article {
  min-height: 144px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  padding: 22px;
  background: #fff;
  border: 1px solid var(--ed-line);
  border-radius: 15px;
}

.voxel-crm.business-focus .stan-autodm-pillars article:nth-child(1) { background: linear-gradient(145deg, #fff7c9, #fff); border-color: #e9d16a; }
.voxel-crm.business-focus .stan-autodm-pillars article:nth-child(2) { background: linear-gradient(145deg, #eafcff, #fff); border-color: #bce4ea; }
.voxel-crm.business-focus .stan-autodm-pillars article:nth-child(3) { background: linear-gradient(145deg, #f3efff, #fff); border-color: #d8ccef; }
.voxel-crm.business-focus .stan-autodm-pillars article > i {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #161616;
  border-radius: 11px;
  font: 800 12px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-style: normal;
}

.voxel-crm.business-focus .stan-autodm-pillars small { color: #646760; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.voxel-crm.business-focus .stan-autodm-pillars h3 { margin: 5px 0 7px; font-size: 18px; letter-spacing: -.025em; }
.voxel-crm.business-focus .stan-autodm-pillars p { margin: 0; color: #666862; font-size: 13px; line-height: 1.5; }

.voxel-crm.business-focus .stan-autodm-builder-head {
  min-height: 230px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  color: #fff;
  background:
    radial-gradient(circle at 78% 12%, rgb(255 104 174 / 62%), transparent 28%),
    linear-gradient(135deg, #101b42, #284db4 68%, #57316e);
  border-radius: 20px;
  box-shadow: 0 18px 42px rgb(24 48 113 / 14%);
}

.voxel-crm.business-focus .stan-autodm-builder-head p { color: #a7f3f5; }
.voxel-crm.business-focus .stan-autodm-builder-head h2 { margin: 0; color: #fff; font-size: clamp(42px, 4.5vw, 58px); font-weight: 620; line-height: .96; letter-spacing: -.055em; }
.voxel-crm.business-focus .stan-autodm-builder-head span { display: block; margin-top: 12px; color: rgb(255 255 255 / 76%); font-size: 15px; }
.voxel-crm.business-focus .stan-autodm-builder-head > button { min-height: 48px; flex: 0 0 auto; padding-inline: 18px; color: #111; background: #ffd72e; border-color: #ffd72e; box-shadow: 4px 4px 0 #111; }

.voxel-crm.business-focus .stan-autodm-account-status {
  min-height: 80px;
  gap: 12px;
  margin-top: 14px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid var(--ed-line);
  border-radius: 14px;
}

.voxel-crm.business-focus .stan-autodm-account-status > div { min-width: 0; flex: 1; }
.voxel-crm.business-focus .stan-autodm-account-status > div small,
.voxel-crm.business-focus .stan-autodm-account-status > div b { display: block; }
.voxel-crm.business-focus .stan-autodm-account-status > div small { color: #74766f; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.voxel-crm.business-focus .stan-autodm-account-status > div b { margin-top: 3px; font-size: 14px; }
.voxel-crm.business-focus .stan-autodm-account-status article { min-width: 104px; padding-left: 18px; border-left: 1px solid var(--ed-line); }
.voxel-crm.business-focus .stan-autodm-account-status article strong,
.voxel-crm.business-focus .stan-autodm-account-status article span { display: block; }
.voxel-crm.business-focus .stan-autodm-account-status article strong { font-size: 22px; letter-spacing: -.04em; }
.voxel-crm.business-focus .stan-autodm-account-status article span { color: #73756f; font-size: 11px; }
.voxel-crm.business-focus .stan-autodm-account-status > i {
  padding: 8px 10px;
  color: #793442;
  background: #fff0f2;
  border: 1px solid #f0cbd2;
  border-radius: 999px;
  font: 800 10px/1 ui-monospace, "SFMono-Regular", Menlo, monospace;
  font-style: normal;
}

.voxel-crm.business-focus .stan-autodm-rule-list { display: grid; gap: 14px; margin-top: 14px; }
.voxel-crm.business-focus .stan-autodm-rule {
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--ed-line);
  border-radius: 16px;
}

.voxel-crm.business-focus .stan-autodm-rule > header { min-height: 88px; justify-content: space-between; gap: 18px; padding: 18px 22px; border-bottom: 1px solid var(--ed-line); }
.voxel-crm.business-focus .stan-autodm-rule > header > div { min-width: 0; display: flex; align-items: center; gap: 12px; }
.voxel-crm.business-focus .stan-autodm-rule > header small,
.voxel-crm.business-focus .stan-autodm-rule > header h3 { display: block; }
.voxel-crm.business-focus .stan-autodm-rule > header small { color: #71736d; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.voxel-crm.business-focus .stan-autodm-rule > header h3 { margin: 3px 0 0; font-size: 22px; line-height: 1.1; letter-spacing: -.035em; }
.voxel-crm.business-focus .stan-autodm-rule > header > .stan-status { flex: 0 0 auto; padding: 7px 10px; font-size: 11px; }
.voxel-crm.business-focus .stan-autodm-rule-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.voxel-crm.business-focus .stan-autodm-rule-grid > section { min-width: 0; padding: 22px; border-right: 1px solid var(--ed-line); }
.voxel-crm.business-focus .stan-autodm-rule-grid > section:nth-child(1) { background: linear-gradient(180deg, #fffbed, #fff 34%); }
.voxel-crm.business-focus .stan-autodm-rule-grid > section:nth-child(2) { background: linear-gradient(180deg, #f0fbff, #fff 34%); }
.voxel-crm.business-focus .stan-autodm-rule-grid > section:nth-child(3) { background: linear-gradient(180deg, #f6f2ff, #fff 34%); border-right: 0; }
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header small,
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header b { display: block; }
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header small { color: #74766f; font-size: 10px; font-weight: 800; letter-spacing: .07em; }
.voxel-crm.business-focus .stan-autodm-rule-grid > section > header b { margin-top: 2px; font-size: 14px; }
.voxel-crm.business-focus .stan-autodm-rule-grid .stan-field { display: grid; gap: 6px; margin-top: 12px; }
.voxel-crm.business-focus .stan-autodm-rule-grid .stan-field > span { color: #4f514d; font-size: 12px; font-weight: 700; }
.voxel-crm.business-focus .stan-autodm-rule-grid input,
.voxel-crm.business-focus .stan-autodm-rule-grid select,
.voxel-crm.business-focus .stan-autodm-rule-grid textarea {
  width: 100%;
  min-height: 44px;
  padding: 10px 11px;
  color: #191a18;
  background: #fff;
  border: 1px solid #d9dbd6;
  border-radius: 9px;
  font-size: 13px;
}

.voxel-crm.business-focus .stan-autodm-rule-grid textarea { min-height: 142px; resize: vertical; line-height: 1.5; }
.voxel-crm.business-focus .stan-autodm-rule-grid > section > p { margin: 11px 0 0; color: #5f665f; font-size: 12px; line-height: 1.45; }
.voxel-crm.business-focus .stan-autodm-rule > footer { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 22px; background: #fafaf8; border-top: 1px solid var(--ed-line); }
.voxel-crm.business-focus .stan-autodm-rule > footer > p { margin: 0; color: #6e706a; font-size: 12px; }
.voxel-crm.business-focus .stan-autodm-rule > footer > div { display: flex; gap: 8px; }
.voxel-crm.business-focus .stan-autodm-rule > footer button { min-height: 44px; padding-inline: 14px; }

.voxel-crm.business-focus .stan-autodm-empty {
  min-height: 330px;
  display: grid;
  justify-items: center;
  align-content: center;
  padding: 36px;
  text-align: center;
  background: linear-gradient(145deg, #f4f7ff, #fff9e4);
  border: 1px solid #d7dce9;
  border-radius: 16px;
}

.voxel-crm.business-focus .stan-autodm-empty > span { margin-bottom: 18px; }
.voxel-crm.business-focus .stan-autodm-empty > p { margin: 0; color: #71736d; font: 800 11px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: .09em; }
.voxel-crm.business-focus .stan-autodm-empty h3 { margin: 9px 0 0; font-size: 32px; letter-spacing: -.045em; }
.voxel-crm.business-focus .stan-autodm-empty > small { max-width: 480px; margin: 10px 0 20px; color: #696b65; font-size: 13px; line-height: 1.5; }
.voxel-crm.business-focus .stan-autodm-empty > button { min-height: 46px; }

@media (max-width: 900px) {
  .voxel-crm.business-focus .stan-autodm-launchpad { grid-template-columns: minmax(0, 1fr); padding: 34px; }
  .voxel-crm.business-focus .stan-autodm-preview { width: min(100%, 560px); transform: none; }
  .voxel-crm.business-focus .stan-autodm-rule-grid { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-autodm-rule-grid > section { border-right: 0; border-bottom: 1px solid var(--ed-line); }
  .voxel-crm.business-focus .stan-autodm-rule-grid > section:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .voxel-crm.business-focus .stan-autodm-launchpad { min-height: 0; gap: 30px; padding: 26px 22px; border-radius: 17px; }
  .voxel-crm.business-focus .stan-autodm-launch-copy h2 { font-size: 44px; }
  .voxel-crm.business-focus .stan-autodm-actions { display: grid; grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-autodm-actions button { width: 100%; }
  .voxel-crm.business-focus .stan-autodm-launch-copy ul { display: grid; gap: 9px; }
  .voxel-crm.business-focus .stan-autodm-preview { padding: 14px; }
  .voxel-crm.business-focus .stan-autodm-preview > header { align-items: flex-start; flex-wrap: wrap; }
  .voxel-crm.business-focus .stan-autodm-preview > header > span { margin-left: 56px; }
  .voxel-crm.business-focus .stan-autodm-pillars { grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-autodm-pillars article { min-height: 126px; }
  .voxel-crm.business-focus .stan-autodm-builder-head { min-height: 270px; display: grid; align-content: end; padding: 26px 22px; }
  .voxel-crm.business-focus .stan-autodm-builder-head h2 { font-size: 42px; }
  .voxel-crm.business-focus .stan-autodm-builder-head > button { width: 100%; }
  .voxel-crm.business-focus .stan-autodm-account-status { display: grid; grid-template-columns: 46px minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-autodm-account-status article { padding: 12px 0 0; border-top: 1px solid var(--ed-line); border-left: 0; }
  .voxel-crm.business-focus .stan-autodm-account-status > i { justify-self: start; }
  .voxel-crm.business-focus .stan-autodm-rule > header { align-items: flex-start; }
  .voxel-crm.business-focus .stan-autodm-rule-grid > section { padding: 20px 17px; }
  .voxel-crm.business-focus .stan-autodm-rule > footer { align-items: stretch; flex-direction: column; }
  .voxel-crm.business-focus .stan-autodm-rule > footer > div { display: grid; grid-template-columns: minmax(0, 1fr); }
  .voxel-crm.business-focus .stan-autodm-rule > footer button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  .voxel-crm.business-focus .stan-autodm-actions button { transition: none; }
}

/* Public website interactions */
.voxel-site section[id] { scroll-margin-top: 90px; }

.voxel-site .site-menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 0;
  color: var(--ed-ink);
  background: var(--ed-white);
  border: 1px solid var(--ed-line-strong);
  border-radius: 10px;
  cursor: pointer;
  font-size: 18px;
}

.voxel-site .platform-picker button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #3d3d3a;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.voxel-site .platform-picker button:hover,
.voxel-site .platform-picker button.is-active {
  background: var(--ed-paper);
  border-color: var(--ed-line-strong);
  transform: translateY(-2px);
}

.voxel-site .platform-strip > .platform-insight {
  min-height: 22px;
  margin: 15px 0 0;
  color: var(--ed-muted);
  font-size: 12px;
  text-transform: none;
  letter-spacing: 0;
}

.voxel-site .platform-strip > .platform-insight strong { color: var(--ed-ink); }

.voxel-site .draft-stack button {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  color: var(--ed-ink);
  background: rgb(255 255 255 / 58%);
  border: 1px solid #c8d8f6;
  border-radius: 8px;
  cursor: pointer;
  font-family: inherit;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
  text-align: left;
  transition: transform 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.voxel-site .draft-stack button:hover,
.voxel-site .draft-stack button.is-active {
  background: #fff;
  border-color: var(--ed-blue);
  transform: translateX(5px);
}

.voxel-site .draft-stack button.is-active::after {
  float: right;
  content: "↗";
  color: var(--ed-blue);
}

.voxel-site .draft-preview {
  min-height: 132px;
  margin-top: 12px;
  padding: 20px;
  background: var(--ed-white);
  border: 1px solid #c8d8f6;
  border-radius: 10px;
}

.voxel-site .draft-preview small {
  color: var(--ed-blue);
  font: 800 9px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace;
  letter-spacing: .1em;
}

.voxel-site .draft-preview p {
  margin-top: 10px;
  color: var(--ed-ink);
  font-size: 14px;
  line-height: 1.5;
}

.voxel-site .feature { transition: transform 220ms ease, border-color 220ms ease; }

.voxel-site .flow-steps button {
  width: 100%;
  min-height: 180px;
  display: block;
  padding: 0 20px 0 0;
  color: #fff;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
  text-align: left;
  opacity: .58;
  transition: opacity 180ms ease, transform 180ms ease;
}

.voxel-site .how li::before { background: #5c5c57; transition: background-color 180ms ease, transform 180ms ease; }
.voxel-site .how li:hover::before,
.voxel-site .how li.is-active::before { background: var(--ed-yellow); transform: scale(1.25); }
.voxel-site .flow-steps button:hover,
.voxel-site .flow-steps button.is-active { opacity: 1; transform: translateY(-3px); }

.voxel-site .flow-preview {
  min-height: 170px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-top: 52px;
  padding: 30px;
  background: #232323;
  border: 1px solid #44443f;
  border-radius: 14px;
}

.voxel-site .flow-preview small,
.voxel-site .flow-preview strong,
.voxel-site .flow-preview p { display: block; }
.voxel-site .flow-preview small { color: var(--ed-yellow); font: 800 10px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace; letter-spacing: .1em; }
.voxel-site .flow-preview strong { max-width: 760px; margin-top: 14px; color: #fff; font-size: 24px; line-height: 1.25; }
.voxel-site .flow-preview p { max-width: 720px; margin: 10px 0 0; color: #aaa9a2; font-size: 13px; }
.voxel-site .flow-preview > span { align-self: start; padding: 9px 12px; color: var(--ed-ink); background: var(--ed-yellow); border-radius: 999px; font: 800 10px/1.2 ui-monospace, "SFMono-Regular", Menlo, monospace; white-space: nowrap; }

.voxel-site .reveal-item {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 520ms ease-out, transform 520ms ease-out, border-color 220ms ease;
}

.voxel-site .reveal-item.is-visible { opacity: 1; transform: none; }

@media (hover: hover) {
  .voxel-site .feature.is-visible:hover { border-color: var(--ed-line-strong); transform: translateY(-5px); }
}

@media (max-width: 850px) {
  .voxel-site .site-menu-toggle { display: grid; margin-left: auto; }
  .voxel-site .site-header .button-small { margin-left: 0; }
  .voxel-site .site-header #site-nav.is-open {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 2px;
    padding: 8px;
    background: var(--ed-white);
    border: 1px solid var(--ed-line-strong);
    border-radius: 12px;
    box-shadow: 0 18px 45px rgb(17 17 17 / 14%);
  }
  .voxel-site .site-header #site-nav.is-open a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; border-radius: 8px; }
  .voxel-site .site-header #site-nav.is-open a:hover { background: var(--ed-paper); }
}

@media (max-width: 700px) {
  .voxel-site .flow-preview { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .voxel-site .flow-preview > span { justify-self: start; }
}

@media (max-width: 560px) {
  .voxel-site .site-header { gap: 8px; }
  .voxel-site .site-header .button-small { width: 44px; padding: 0; }
  .voxel-site .site-header .button-small .button-label { display: none; }
  .voxel-site .platform-strip { padding-inline: 0; }
  .voxel-site .platform-picker { justify-content: flex-start; flex-wrap: nowrap; overflow-x: auto; padding: 0 16px 4px; scrollbar-width: none; }
  .voxel-site .platform-picker::-webkit-scrollbar { display: none; }
  .voxel-site .platform-picker button { flex: 0 0 auto; }
  .voxel-site .platform-insight { padding-inline: 16px; }
  .voxel-site .flow-steps button { min-height: 116px; }
  .voxel-site .flow-preview { margin-top: 34px; padding: 24px 20px; }
  .voxel-site .flow-preview strong { font-size: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .voxel-site .reveal-item,
  .voxel-site .reveal-item.is-visible { opacity: 1; transform: none; transition: none; }
  .voxel-site .feature,
  .voxel-site .draft-stack button,
  .voxel-site .platform-picker button,
  .voxel-site .flow-steps button { transition: none; }
}
