/* Ordinary frontend marketing shell. Administration and Amazon data-center workspaces do not load this file. */

body.app-shell {
  background: var(--marketing-page, #f7f9fc);
  color: var(--marketing-ink, #111827);
  overflow-x: clip;
}

body.app-shell h1,
body.app-shell h2,
body.app-shell h3,
body.app-shell h4,
body.app-shell p,
body.app-shell a,
body.app-shell button,
body.app-shell input,
body.app-shell select,
body.app-shell textarea {
  letter-spacing: 0;
}

body.app-shell a {
  text-underline-offset: 3px;
}

body.app-shell :focus-visible {
  outline: 2px solid var(--marketing-primary, #246bfe);
  outline-offset: 3px;
}

body.app-shell .site-header {
  background: transparent;
  padding: 12px 16px 0;
}

body.app-shell .site-navbar {
  min-height: 68px;
}

body.app-shell .site-nav-inner {
  backdrop-filter: blur(20px) saturate(140%);
  background: var(--site-nav-surface, rgba(255, 255, 255, 0.9));
  border-color: var(--site-nav-border, rgba(145, 158, 181, 0.24));
  box-shadow: var(--site-nav-shadow, 0 12px 34px rgba(19, 31, 53, 0.08));
  margin: 0 auto;
  max-width: 1480px;
  min-height: 68px;
  padding-left: 14px;
  padding-right: 12px;
}

@media (min-width: 1200px) {
  body.app-shell .site-header {
    background: transparent;
    padding: 6px 6px 0;
  }

  body.app-shell .site-navbar,
  body.app-shell .site-nav-inner {
    min-height: 60px;
  }

  body.app-shell .site-nav-inner {
    backdrop-filter: blur(20px) saturate(140%);
    background: var(--site-nav-surface, rgba(255, 255, 255, 0.9));
    border: 1px solid var(--site-nav-border, rgba(145, 158, 181, 0.24));
    border-radius: 8px;
    box-shadow: var(--site-nav-shadow, 0 12px 34px rgba(19, 31, 53, 0.08));
    margin: 0 auto;
    max-width: none;
    padding-left: clamp(20px, 1.8vw, 36px);
    padding-right: 10px;
  }

  body.app-shell .site-navbar > .site-nav-inner {
    column-gap: clamp(16px, 2vw, 32px);
    grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  }

  body.app-shell .site-main-nav,
  body.app-shell .site-user-nav {
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  body.app-shell .site-main-nav {
    justify-content: center;
    width: auto;
  }

  body.app-shell .site-main-nav > .nav-item > .site-nav-link {
    font-size: 0.9rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

body.app-shell .site-brand {
  gap: 10px;
}

.home-services-section {
  background: var(--marketing-surface, #ffffff);
  border-bottom: 1px solid var(--marketing-line, #dce3ed);
}

.public-contact-legal-links,
.public-content-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.public-contact-legal-links {
  border-top: 1px solid var(--marketing-line, #dce3ed);
  margin-top: 24px;
  padding-top: 20px;
}

.public-contact-legal-links a {
  color: var(--marketing-primary, #246bfe);
  font-size: 0.84rem;
  font-weight: 700;
}

.public-content-cta-actions {
  justify-content: flex-end;
}

.home-service-grid {
  border-bottom: 1px solid var(--marketing-line, #dce3ed);
  border-top: 1px solid var(--marketing-line, #dce3ed);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-service-item {
  color: var(--marketing-ink, #101828);
  display: grid;
  gap: 22px;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 310px;
  padding: 34px;
  position: relative;
  text-decoration: none;
}

.home-service-item:first-child {
  border-right: 1px solid var(--marketing-line, #dce3ed);
}

.home-service-item:hover {
  background: var(--marketing-surface-soft, #f2f6fb);
  color: var(--marketing-ink, #101828);
}

.home-service-icon {
  align-items: center;
  background: var(--marketing-primary-soft, #edf3ff);
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.home-service-icon.is-secondary {
  background: #e1f2ed;
  color: var(--marketing-secondary, #079b8c);
}

.home-service-icon svg {
  height: 23px;
  width: 23px;
}

.home-service-item small {
  color: var(--marketing-secondary, #079b8c);
  display: block;
  font-size: 0.7rem;
  font-weight: 760;
  margin-bottom: 10px;
}

.home-service-item h3 {
  color: var(--marketing-ink, #101828);
  font-size: 1.45rem;
  margin: 0;
}

.home-service-item p {
  color: var(--marketing-muted, #667085);
  line-height: 1.75;
  margin: 14px 0 0;
}

.home-service-link {
  align-items: center;
  bottom: 30px;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 720;
  gap: 7px;
  grid-column: 2;
  position: absolute;
}

.home-service-link svg {
  height: 16px;
  width: 16px;
}

@media (max-width: 767.98px) {
  .home-service-grid {
    grid-template-columns: 1fr;
  }

  .home-service-item {
    min-height: 300px;
    padding: 26px 22px;
  }

  .home-service-item:first-child {
    border-bottom: 1px solid var(--marketing-line, #dce3ed);
    border-right: 0;
  }

  .home-service-link {
    bottom: 24px;
  }
}

body.app-shell .site-brand-mark {
  background: var(--site-brand-mark-background, #111827);
  box-shadow: var(--site-brand-mark-shadow, none);
  height: 42px;
  width: 42px;
}

body.app-shell .site-brand-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

body.app-shell .site-brand-title {
  color: var(--marketing-ink, #111827);
  font-size: 1rem;
  font-weight: 780;
}

body.app-shell .site-brand-copy small {
  color: var(--marketing-muted, #667085);
  font-size: 0.58rem;
  font-weight: 750;
  line-height: 1;
}

body.app-shell .site-menu-close-icon {
  display: none;
}

body.app-shell .site-main-nav,
body.app-shell .site-user-nav {
  gap: 3px;
}

body.app-shell .site-nav-link {
  color: var(--site-nav-text, #4b5565);
  font-size: 0.86rem;
  font-weight: 680;
  min-height: 44px;
  padding-left: 10px;
  padding-right: 10px;
}

body.app-shell .site-nav-link:hover,
body.app-shell .site-nav-link:focus,
body.app-shell .site-nav-link.is-active {
  color: var(--site-nav-active, var(--marketing-primary, #246bfe));
}

body.app-shell .site-product-link::before {
  background: var(--marketing-secondary, #08a795);
  border-radius: 50%;
  content: "";
  height: 6px;
  margin-right: 1px;
  width: 6px;
}

body.app-shell .site-module-submenu,
body.app-shell .site-account-submenu {
  background: var(--site-nav-menu-surface, #fff);
  border-color: var(--site-nav-border, #dde3ed);
  box-shadow: var(--site-nav-menu-shadow, 0 18px 50px rgba(19, 31, 53, 0.14));
}

body.app-shell .site-account-submenu-motion,
body.app-shell .site-account-submenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body.app-shell .site-tools-submenu {
  gap: 4px;
  max-width: min(560px, calc(100vw - 24px));
  min-width: 520px;
  padding: 9px;
}

body.app-shell .site-tools-submenu.show {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.app-shell .site-module-link {
  align-items: center;
  color: var(--marketing-ink, #111827);
  gap: 10px;
  min-height: 58px;
  padding: 8px 10px;
}

body.app-shell .site-module-link > span:last-child {
  display: grid;
  gap: 2px;
  min-width: 0;
}

body.app-shell .site-module-link strong {
  color: inherit;
  font-size: 0.86rem;
  font-weight: 720;
  line-height: 1.2;
}

body.app-shell .site-module-link small {
  color: var(--marketing-muted, #667085);
  font-size: 0.7rem;
  font-weight: 560;
}

body.app-shell .site-module-icon {
  align-items: center;
  background: var(--marketing-primary-soft, #edf3ff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 7px;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  flex: 0 0 auto;
  height: 34px;
  justify-content: center;
  width: 34px;
}

body.app-shell .site-module-icon svg {
  height: 16px;
  width: 16px;
}

body.app-shell .site-module-link:hover,
body.app-shell .site-module-link:focus,
body.app-shell .site-module-link.is-active {
  background: var(--marketing-surface-soft, #f5f7fa);
  color: var(--site-nav-active, var(--marketing-primary, #246bfe));
}

body.app-shell .site-login-text {
  color: var(--marketing-ink, #111827);
  padding-left: 12px;
  padding-right: 12px;
}

body.app-shell .site-login-link {
  background: var(--site-action-background, var(--marketing-primary, #246bfe));
  border-radius: 7px;
  color: var(--site-action-text, #fff);
  gap: 7px;
  min-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
}

body.app-shell .site-login-link:hover,
body.app-shell .site-login-link:focus {
  background: var(--site-action-hover, #1755dc);
  color: var(--site-action-text, #fff);
}

body.app-shell .site-login-link svg {
  height: 14px;
  width: 14px;
}

body.app-shell .site-user-trigger {
  border-radius: 7px;
}

body.app-shell .site-admin-shortcut {
  align-items: center;
  border: 1px solid var(--site-nav-border, #dde3ed);
  border-radius: 7px;
  color: var(--marketing-muted, #667085);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 680;
  gap: 5px;
  min-height: 40px;
  padding: 0 10px;
  text-decoration: none;
}

body.app-shell .site-admin-shortcut:hover,
body.app-shell .site-admin-shortcut:focus {
  background: var(--site-nav-hover-background, #f4f7fb);
  color: var(--site-nav-active, var(--marketing-primary, #246bfe));
}

body.app-shell .site-admin-shortcut svg {
  height: 15px;
  width: 15px;
}

body.app-shell .site-content,
body.app-shell .site-content-fluid {
  padding-top: 38px;
}

body.marketing-home-page .site-content-fluid {
  padding: 0;
}

body.marketing-home-page .site-main {
  padding-bottom: 0 !important;
}

body.app-shell .ui-eyebrow {
  color: var(--marketing-accent, var(--marketing-primary, #246bfe));
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 13px;
}

body.app-shell .ui-btn-primary,
body.app-shell .ui-btn-secondary {
  border-radius: 7px;
  gap: 8px;
  justify-content: center;
  min-height: 48px;
  padding: 12px 19px;
  white-space: normal;
}

body.app-shell .ui-btn-primary {
  background: var(--marketing-primary, #246bfe);
  border-color: var(--marketing-primary, #246bfe);
  box-shadow: 0 12px 28px var(--marketing-primary-shadow, rgba(36, 107, 254, 0.22));
  color: #fff;
}

body.app-shell .ui-btn-primary:hover,
body.app-shell .ui-btn-primary:focus {
  background: var(--marketing-primary-hover, #1755dc);
  border-color: var(--marketing-primary-hover, #1755dc);
  box-shadow: 0 15px 32px var(--marketing-primary-shadow, rgba(36, 107, 254, 0.28));
  color: #fff;
  transform: translateY(-1px);
}

body.app-shell .ui-btn-secondary {
  background: var(--marketing-surface, #fff);
  border-color: var(--marketing-line-strong, #cbd5e1);
  color: var(--marketing-ink, #111827);
}

body.app-shell .ui-btn-secondary:hover,
body.app-shell .ui-btn-secondary:focus {
  background: var(--marketing-surface-soft, #f5f7fa);
  border-color: var(--marketing-primary, #246bfe);
  color: var(--marketing-primary, #246bfe);
}

body.app-shell .ui-btn-primary svg,
body.app-shell .ui-btn-secondary svg {
  flex: 0 0 auto;
  height: 16px;
  width: 16px;
}

/* Marketing homepage */

.marketing-home-page .home-showcase {
  margin: 0;
}

.marketing-home .home-wrap {
  margin: 0 auto;
  width: min(1180px, calc(100% - 40px));
}

.marketing-hero {
  background:
    linear-gradient(var(--marketing-hero-grid, rgba(31, 55, 91, 0.035)) 1px, transparent 1px),
    linear-gradient(90deg, var(--marketing-hero-grid, rgba(31, 55, 91, 0.035)) 1px, transparent 1px),
    var(--marketing-hero-background, #f8faff);
  background-size: 34px 34px, 34px 34px, auto;
  border-bottom: 1px solid var(--marketing-line, #dbe2ec);
  overflow: hidden;
  position: relative;
}

.marketing-hero::before {
  background: linear-gradient(90deg, transparent, var(--marketing-hero-sheen, rgba(255, 255, 255, 0.82)), transparent);
  content: "";
  height: 1px;
  left: 10%;
  position: absolute;
  right: 10%;
  top: 34px;
}

.home-hero-layout {
  padding: 38px 0 32px;
  position: relative;
  z-index: 1;
}

.home-hero-copy {
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
}

.home-hero-copy h1 {
  color: var(--marketing-ink, #111827);
  font-size: 3.75rem;
  font-weight: 790;
  line-height: 1.12;
  margin: 0 auto 18px;
}

.home-hero-copy h1 span {
  color: var(--marketing-primary, #246bfe);
}

.home-lead {
  color: var(--marketing-muted, #667085);
  font-size: 1.05rem;
  line-height: 1.75;
  margin: 0 auto 24px;
  max-width: 780px;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.home-hero-notes {
  color: var(--marketing-muted, #667085);
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  justify-content: center;
  margin-top: 19px;
}

.home-hero-notes span {
  align-items: center;
  display: inline-flex;
  font-size: 0.82rem;
  font-weight: 650;
  gap: 7px;
}

.home-hero-notes span::before {
  display: none;
}

.home-hero-notes svg {
  color: var(--marketing-secondary, #08a795);
  height: 15px;
  width: 15px;
}

.marketing-hero.is-tools-only .home-hero-layout {
  padding-bottom: 74px;
  padding-top: 72px;
}

.home-product-scene {
  --stage-shift-x: 0px;
  --stage-shift-y: 0px;
  margin: 28px auto 0;
  max-width: 1120px;
  padding: 0 44px;
  perspective: 1300px;
  position: relative;
}

.home-product-stage {
  background: var(--marketing-stage-surface, #101929);
  border: 1px solid var(--marketing-stage-border, rgba(255, 255, 255, 0.16));
  border-radius: 8px;
  box-shadow: var(--marketing-stage-shadow, 0 28px 80px rgba(21, 33, 55, 0.24));
  height: 360px;
  margin: 0;
  overflow: hidden;
  position: relative;
  transform: translate3d(var(--stage-shift-x), var(--stage-shift-y), 0);
  transition: transform 0.24s ease-out, box-shadow 0.24s ease;
  will-change: transform;
}

.home-product-scene:hover .home-product-stage {
  box-shadow: var(--marketing-stage-shadow-hover, 0 34px 90px rgba(21, 33, 55, 0.29));
}

.product-stage-chrome {
  align-items: center;
  background: var(--marketing-stage-chrome, #0e1726);
  border-bottom: 1px solid var(--marketing-stage-border, rgba(255, 255, 255, 0.12));
  color: #e9eef7;
  display: flex;
  height: 46px;
  justify-content: space-between;
  padding: 0 16px;
}

.product-stage-brand {
  align-items: center;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 700;
  gap: 8px;
}

.product-stage-brand > span {
  background: var(--marketing-primary, #246bfe);
  border-radius: 5px;
  box-shadow: 0 0 0 4px var(--marketing-stage-brand-ring, rgba(36, 107, 254, 0.17));
  height: 10px;
  width: 10px;
}

.product-demo-badge {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 5px;
  color: #c8d2e0;
  font-size: 0.62rem;
  font-weight: 700;
  padding: 4px 7px;
}

.product-stage-workspace {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  height: calc(100% - 46px);
}

.product-stage-rail {
  align-items: center;
  background: var(--marketing-stage-rail, #111c2d);
  border-right: 1px solid var(--marketing-stage-border, rgba(255, 255, 255, 0.1));
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 18px;
}

.product-stage-rail span {
  align-items: center;
  border-radius: 6px;
  color: #748197;
  display: inline-flex;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.product-stage-rail span.is-active {
  background: var(--marketing-primary, #246bfe);
  color: #fff;
}

.product-stage-rail svg {
  height: 14px;
  width: 14px;
}

.product-stage-main {
  background: var(--marketing-stage-workspace, #f2f5fa);
  min-width: 0;
  overflow: hidden;
}

.product-stage-header {
  align-items: flex-end;
  background: var(--marketing-stage-content, #fff);
  border-bottom: 1px solid #dfe5ee;
  display: flex;
  gap: 14px;
  justify-content: space-between;
  min-height: 70px;
  padding: 11px 17px 9px;
}

.product-stage-header > div:first-child {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.product-stage-header > div:first-child span {
  color: #7a879a;
  font-size: 0.58rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-stage-header > div:first-child strong {
  color: #162033;
  font-size: 0.92rem;
}

.product-stage-tabs {
  background: #f1f4f8;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  padding: 3px;
}

.product-stage-tabs button {
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #69768a;
  font-size: 0.6rem;
  font-weight: 680;
  min-height: 27px;
  padding: 0 8px;
}

.product-stage-tabs button:hover,
.product-stage-tabs button:focus-visible,
.product-stage-tabs button.is-active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(18, 31, 52, 0.1);
  color: var(--marketing-primary, #246bfe);
}

.product-stage-tabs button:focus-visible {
  outline-offset: 1px;
}

.product-view {
  height: calc(100% - 70px);
  padding: 13px 15px 15px;
}

.product-view[hidden] {
  display: none;
}

.product-metric-row {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-metric-row > div {
  background: #fff;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px 10px;
}

.product-metric-row span,
.product-metric-row small {
  color: #7a879a;
  font-size: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-metric-row strong {
  color: #172033;
  font-size: 0.94rem;
}

.product-dashboard-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: minmax(0, 1.45fr) minmax(210px, 0.75fr);
  margin-top: 9px;
}

.product-chart-panel,
.product-list-panel,
.product-report-summary,
.product-report-list,
.product-data-table,
.product-export-list {
  background: #fff;
  border: 1px solid #dfe5ed;
  border-radius: 6px;
}

.product-chart-panel,
.product-list-panel {
  min-height: 177px;
  padding: 10px 12px;
}

.product-panel-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.product-panel-heading strong {
  color: #243047;
  font-size: 0.62rem;
}

.product-panel-heading span {
  color: #8994a5;
  font-size: 0.51rem;
}

.product-chart {
  align-items: end;
  background: repeating-linear-gradient(to top, #edf1f6 0 1px, transparent 1px 34px);
  display: flex;
  gap: 7px;
  height: 124px;
  margin-top: 12px;
  padding: 0 5px;
}

.product-chart i {
  background: linear-gradient(180deg, var(--marketing-primary, #246bfe), var(--marketing-secondary, #08a795));
  border-radius: 4px 4px 1px 1px;
  display: block;
  flex: 1 1 0;
  height: var(--bar-height);
  max-width: 27px;
  opacity: 0.9;
}

.product-progress {
  display: grid;
  gap: 6px;
  margin-top: 17px;
}

.product-progress > span {
  color: #647187;
  display: flex;
  font-size: 0.55rem;
  justify-content: space-between;
}

.product-progress b {
  color: #344057;
  font-weight: 650;
}

.product-progress em {
  font-style: normal;
}

.product-progress > i {
  background: #e8edf3;
  border-radius: 4px;
  display: block;
  height: 5px;
  overflow: hidden;
  position: relative;
}

.product-progress > i::after {
  background: var(--marketing-secondary, #08a795);
  border-radius: inherit;
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: var(--progress);
}

.product-view-heading {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 11px;
}

.product-view-heading > div {
  display: grid;
  gap: 2px;
}

.product-view-heading > div span {
  color: #7d899a;
  font-size: 0.54rem;
}

.product-view-heading > div strong {
  color: #1d293d;
  font-size: 0.82rem;
}

.product-view-status {
  align-items: center;
  background: #eaf7f3;
  border: 1px solid #c9e9df;
  border-radius: 5px;
  color: #087f73;
  display: inline-flex;
  font-size: 0.54rem;
  font-weight: 700;
  gap: 4px;
  padding: 5px 7px;
}

.product-view-status.is-accent {
  background: #fff0f7;
  border-color: #f4cee0;
  color: #b6286a;
}

.product-view-status svg {
  height: 11px;
  width: 11px;
}

.product-report-layout {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.65fr);
}

.product-report-summary,
.product-report-list {
  height: 195px;
  padding: 13px;
}

.product-report-summary > span {
  color: #7d899a;
  display: block;
  font-size: 0.55rem;
}

.product-report-summary > strong {
  color: #243047;
  display: block;
  font-size: 0.7rem;
  margin-top: 3px;
}

.product-line-chart {
  align-items: end;
  background:
    linear-gradient(166deg, transparent 0 42%, rgba(36, 107, 254, 0.16) 42% 56%, transparent 56%),
    repeating-linear-gradient(to top, #edf1f6 0 1px, transparent 1px 40px);
  display: flex;
  gap: 30px;
  height: 123px;
  margin-top: 12px;
  padding: 12px 10px;
}

.product-line-chart i {
  background: var(--marketing-primary, #246bfe);
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px var(--marketing-primary, #246bfe);
  height: 8px;
  position: relative;
  top: var(--point-offset, 40%);
  width: 8px;
}

.product-line-chart i:nth-child(2) { --point-offset: 18%; }
.product-line-chart i:nth-child(3) { --point-offset: 48%; }
.product-line-chart i:nth-child(4) { --point-offset: 8%; }
.product-line-chart i:nth-child(5) { --point-offset: 26%; }
.product-line-chart i:nth-child(6) { --point-offset: 2%; }

.product-report-list {
  display: grid;
  gap: 0;
}

.product-report-list > div {
  align-items: center;
  border-bottom: 1px solid #edf1f5;
  display: flex;
  justify-content: space-between;
}

.product-report-list > div:last-child {
  border-bottom: 0;
}

.product-report-list span {
  color: #6f7c8f;
  font-size: 0.57rem;
}

.product-report-list strong {
  color: #263148;
  font-size: 0.66rem;
}

.product-data-table {
  overflow: hidden;
}

.product-data-row {
  align-items: center;
  border-bottom: 1px solid #edf1f5;
  color: #5e6b7d;
  display: grid;
  font-size: 0.58rem;
  grid-template-columns: minmax(150px, 1.8fr) repeat(3, minmax(70px, 0.7fr));
  min-height: 43px;
  padding: 0 13px;
}

.product-data-row:last-child {
  border-bottom: 0;
}

.product-data-row.is-head {
  background: #f6f8fb;
  color: #7b8799;
  font-weight: 680;
  min-height: 34px;
}

.product-data-row strong {
  color: #253047;
  font-size: 0.6rem;
}

.product-data-row em {
  color: #687588;
  font-style: normal;
}

.product-data-row em.is-positive {
  color: #087f73;
}

.product-data-row em.is-warning {
  color: #b76c16;
}

.product-export-list {
  display: grid;
  padding: 0 13px;
}

.product-export-list > div {
  align-items: center;
  border-bottom: 1px solid #edf1f5;
  display: grid;
  gap: 10px;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  min-height: 67px;
}

.product-export-list > div:last-child {
  border-bottom: 0;
}

.product-file-icon {
  align-items: center;
  background: #eaf7f3;
  border-radius: 6px;
  color: #087f73;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.product-file-icon svg {
  height: 14px;
  width: 14px;
}

.product-export-list > div > span:nth-child(2) {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.product-export-list strong {
  color: #263148;
  font-size: 0.62rem;
}

.product-export-list small {
  color: #7c8898;
  font-size: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-export-list em {
  align-items: center;
  color: #087f73;
  display: inline-flex;
  font-size: 0.54rem;
  font-style: normal;
  gap: 3px;
}

.product-export-list em svg {
  height: 11px;
  width: 11px;
}

.home-product-custom-stage img {
  display: block;
  height: calc(100% - 46px);
  object-fit: cover;
  width: 100%;
}

.home-product-tag {
  align-items: center;
  backdrop-filter: blur(12px);
  background: var(--marketing-tag-surface, rgba(255, 255, 255, 0.92));
  border: 1px solid var(--marketing-tag-border, rgba(155, 169, 191, 0.3));
  border-radius: 7px;
  box-shadow: 0 12px 30px rgba(21, 33, 55, 0.12);
  color: var(--marketing-ink, #111827);
  display: inline-flex;
  font-size: 0.7rem;
  font-weight: 720;
  gap: 6px;
  padding: 8px 10px;
  pointer-events: none;
  position: absolute;
  z-index: 3;
}

.home-product-tag svg {
  color: var(--marketing-primary, #246bfe);
  height: 14px;
  width: 14px;
}

.home-product-tag-orders {
  animation: marketingFloat 7s ease-in-out infinite;
  left: -2px;
  top: 42px;
}

.home-product-tag-search {
  animation: marketingFloat 8s ease-in-out -2s infinite;
  right: -4px;
  top: 88px;
}

.home-product-tag-report {
  animation: marketingFloat 7.5s ease-in-out -3.5s infinite;
  bottom: 64px;
  left: 8px;
}

.home-product-tag-export {
  animation: marketingFloat 8.5s ease-in-out -1s infinite;
  bottom: 30px;
  right: 4px;
}

@keyframes marketingFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.home-section {
  padding: 88px 0;
}

.home-section-head {
  align-items: end;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 42px;
}

.home-section-head > div {
  max-width: 720px;
}

.home-section-head h2,
.home-data-flow h2,
.home-final-cta h2 {
  color: var(--marketing-ink, #111827);
  font-size: 2.3rem;
  font-weight: 760;
  line-height: 1.25;
  margin: 0;
}

.home-section-head > p,
.home-data-flow header > p:last-child {
  color: var(--marketing-muted, #667085);
  line-height: 1.75;
  margin: 0;
  max-width: 390px;
}

.home-section-head > p strong {
  color: var(--marketing-primary, #246bfe);
  font-size: 1.1rem;
}

.home-value-section {
  background: var(--marketing-surface, #fff);
  padding-top: 30px;
}

.home-value-grid {
  border-bottom: 1px solid var(--marketing-line, #dbe2ec);
  border-top: 1px solid var(--marketing-line, #dbe2ec);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-value-grid article {
  border-right: 1px solid var(--marketing-line, #dbe2ec);
  min-height: 250px;
  padding: 32px 34px 34px;
  position: relative;
}

.home-value-grid article:last-child {
  border-right: 0;
}

.home-value-index {
  color: var(--marketing-subtle, #98a2b3);
  font-family: Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  position: absolute;
  right: 24px;
  top: 24px;
}

.home-value-grid article > svg {
  color: var(--marketing-secondary, #08a795);
  height: 27px;
  margin-bottom: 42px;
  width: 27px;
}

.home-value-grid h3 {
  color: var(--marketing-ink, #111827);
  font-size: 1.3rem;
  font-weight: 740;
  margin: 0 0 12px;
}

.home-value-grid p {
  color: var(--marketing-muted, #667085);
  line-height: 1.75;
  margin: 0;
}

.home-tools-section {
  background: var(--marketing-surface-soft, #f4f7fb);
}

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

.home-tool-card {
  background: var(--marketing-surface, #fff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  color: var(--marketing-ink, #111827);
  display: flex;
  flex-direction: column;
  min-height: 258px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.home-tool-card::after {
  background: var(--marketing-primary, #246bfe);
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
  width: 100%;
}

.home-tool-card:hover,
.home-tool-card:focus {
  border-color: var(--marketing-primary-border, #9fbdfc);
  box-shadow: var(--marketing-card-shadow, 0 18px 44px rgba(21, 33, 55, 0.1));
  color: var(--marketing-ink, #111827);
  transform: translateY(-3px);
}

.home-tool-card:hover::after,
.home-tool-card:focus::after {
  transform: scaleX(1);
}

.home-tool-icon {
  align-items: center;
  background: var(--marketing-primary-soft, #edf3ff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 7px;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  height: 42px;
  justify-content: center;
  margin-bottom: 22px;
  width: 42px;
}

.home-tool-icon svg {
  height: 20px;
  width: 20px;
}

.home-tool-platform {
  color: var(--marketing-secondary, #08a795);
  font-size: 0.68rem;
  font-weight: 780;
  margin-bottom: 6px;
}

.home-tool-card h3 {
  color: var(--marketing-ink, #111827);
  font-size: 1.12rem;
  font-weight: 740;
  margin: 0 0 9px;
}

.home-tool-card p {
  color: var(--marketing-muted, #667085);
  font-size: 0.88rem;
  line-height: 1.65;
  margin: 0 0 22px;
  overflow-wrap: anywhere;
}

.home-tool-action {
  align-items: center;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 760;
  gap: 6px;
  margin-top: auto;
}

.home-tool-action svg {
  height: 14px;
  width: 14px;
}

.home-empty-state {
  align-items: center;
  background: var(--marketing-surface, #fff);
  border-color: var(--marketing-line, #dbe2ec);
  display: flex;
  flex-direction: column;
  padding: 50px 24px;
  text-align: center;
}

.home-empty-state > svg {
  color: var(--marketing-primary, #246bfe);
  height: 30px;
  margin-bottom: 16px;
  width: 30px;
}

.home-data-flow {
  background: var(--marketing-flow-background, #121c2e);
  color: #fff;
}

.home-data-flow-layout {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.home-data-flow h2 {
  color: #fff;
}

.home-data-flow header > p:last-child {
  color: var(--marketing-flow-muted, #aeb9ca);
  margin-top: 18px;
}

.home-flow-steps {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-flow-steps li {
  align-items: center;
  border-bottom: 1px solid var(--marketing-flow-line, rgba(255, 255, 255, 0.12));
  display: grid;
  gap: 18px;
  grid-template-columns: 46px minmax(0, 1fr);
  padding: 19px 0;
}

.home-flow-steps li:first-child {
  padding-top: 0;
}

.home-flow-steps li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-flow-steps li > span {
  align-items: center;
  background: var(--marketing-flow-icon, rgba(255, 255, 255, 0.08));
  border: 1px solid var(--marketing-flow-line, rgba(255, 255, 255, 0.14));
  border-radius: 7px;
  color: var(--marketing-flow-accent, #51d3c0);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.home-flow-steps svg {
  height: 20px;
  width: 20px;
}

.home-flow-steps li > div {
  display: grid;
  gap: 3px;
}

.home-flow-steps small {
  color: var(--marketing-flow-accent, #51d3c0);
  font-size: 0.6rem;
  font-weight: 780;
}

.home-flow-steps strong {
  font-size: 0.98rem;
  font-weight: 720;
}

.home-flow-steps p {
  color: var(--marketing-flow-muted, #aeb9ca);
  font-size: 0.82rem;
  margin: 0;
}

.home-final-cta {
  background: var(--marketing-cta-background, #fff);
  border-bottom: 1px solid var(--marketing-line, #dbe2ec);
  padding: 72px 0;
}

.home-final-cta .home-wrap {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.home-final-cta h2 {
  max-width: 760px;
}

.home-final-cta .btn {
  flex: 0 0 auto;
}

/* Ordinary tools */

body.app-shell .tool-shell {
  margin-bottom: 54px;
  margin-top: 0;
}

body.app-shell .tool-heading,
body.app-shell .fba-tool-heading,
body.app-shell .cost-profit-heading,
body.app-shell .order-data-heading {
  align-items: end;
  border-bottom: 1px solid var(--marketing-line, #dbe2ec);
  margin-bottom: 24px;
  padding: 4px 0 22px;
}

body.app-shell .tool-heading h1,
body.app-shell .fba-tool-heading h1,
body.app-shell .cost-profit-heading h1 {
  color: var(--marketing-ink, #111827);
  font-size: 2rem;
  font-weight: 760;
}

body.app-shell .tool-heading p,
body.app-shell .fba-tool-heading p,
body.app-shell .cost-profit-heading p {
  color: var(--marketing-muted, #667085);
  font-size: 0.92rem;
  line-height: 1.7;
  margin-top: 8px;
}

body.app-shell .tool-meta {
  background: var(--marketing-primary-soft, #edf3ff);
  border-color: var(--marketing-line, #dbe2ec);
  border-radius: 6px;
  color: var(--marketing-primary, #246bfe);
  font-size: 0.72rem;
  padding: 6px 9px;
}

body.app-shell .tool-form,
body.app-shell .tool-panel,
body.app-shell .cost-profit-section,
body.app-shell .cost-profit-result,
body.app-shell .cost-profit-ratebar,
body.app-shell .cost-profit-total,
body.app-shell .unit-converter-tabs,
body.app-shell .unit-converter-group,
body.app-shell .original-status-line,
body.app-shell .fba-status-line,
body.app-shell .empty-state {
  background: var(--marketing-surface, #fff);
  border-color: var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(21, 33, 55, 0.03);
}

body.app-shell .tool-form {
  box-shadow: var(--marketing-tool-shadow, 0 12px 34px rgba(21, 33, 55, 0.07));
}

body.app-shell .tool-panel-header,
body.app-shell .cost-profit-section-header {
  border-color: var(--marketing-line, #dbe2ec);
}

body.app-shell .tool-panel-header h2,
body.app-shell .cost-profit-section-header h2 {
  color: var(--marketing-ink, #111827);
  font-size: 1rem;
}

body.app-shell .tool-panel-header span,
body.app-shell .cost-profit-section-header span,
body.app-shell .form-text {
  color: var(--marketing-muted, #667085);
}

body.app-shell .form-label {
  color: var(--marketing-ink-soft, #344054);
  font-size: 0.86rem;
  font-weight: 680;
}

body.app-shell .form-control,
body.app-shell .form-select,
body.app-shell .input-group-text {
  background-color: var(--marketing-input, #fff);
  border-color: var(--marketing-line-strong, #cbd5e1);
  border-radius: 6px;
  color: var(--marketing-ink, #111827);
  min-height: 44px;
}

body.app-shell textarea.form-control {
  min-height: 110px;
}

body.app-shell .form-control:focus,
body.app-shell .form-select:focus,
body.app-shell .form-check-input:focus {
  border-color: var(--marketing-primary, #246bfe);
  box-shadow: 0 0 0 3px var(--marketing-focus-ring, rgba(36, 107, 254, 0.14));
}

body.app-shell .btn {
  border-radius: 6px;
  font-weight: 680;
  min-height: 40px;
}

body.app-shell .btn-primary {
  background-color: var(--marketing-primary, #246bfe);
  border-color: var(--marketing-primary, #246bfe);
}

body.app-shell .btn-primary:hover,
body.app-shell .btn-primary:focus {
  background-color: var(--marketing-primary-hover, #1755dc);
  border-color: var(--marketing-primary-hover, #1755dc);
}

body.app-shell .btn-outline-secondary {
  border-color: var(--marketing-line-strong, #cbd5e1);
  color: var(--marketing-ink-soft, #344054);
}

body.app-shell .btn-outline-secondary:hover,
body.app-shell .btn-outline-secondary:focus {
  background: var(--marketing-surface-soft, #f4f7fb);
  border-color: var(--marketing-primary, #246bfe);
  color: var(--marketing-primary, #246bfe);
}

body.app-shell .upload-control,
body.app-shell .original-upload-control {
  background: var(--marketing-surface-soft, #f7f9fc);
  border-color: var(--marketing-line-strong, #cbd5e1);
  border-radius: 8px;
}

body.app-shell .upload-control:hover,
body.app-shell .upload-control.is-dragging,
body.app-shell .original-upload-control:hover,
body.app-shell .original-upload-control.is-dragging {
  background: var(--marketing-primary-soft, #edf3ff);
  border-color: var(--marketing-primary, #246bfe);
}

body.app-shell .table,
body.app-shell .order-table {
  color: var(--marketing-ink-soft, #344054);
}

body.app-shell .table thead th,
body.app-shell .order-table th {
  background: var(--marketing-table-head, #f4f7fb);
  color: var(--marketing-muted, #667085);
}

body.app-shell .table td,
body.app-shell .table th,
body.app-shell .order-table td,
body.app-shell .order-table th {
  border-color: var(--marketing-line, #dbe2ec);
}

body.app-shell .pagination .page-link {
  background: var(--marketing-surface, #fff);
  border-color: var(--marketing-line, #dbe2ec);
  color: var(--marketing-ink-soft, #344054);
}

body.app-shell .pagination .active > .page-link,
body.app-shell .pagination .page-link.active {
  background: var(--marketing-primary, #246bfe);
  border-color: var(--marketing-primary, #246bfe);
  color: #fff;
}

/* Account pages */

body.marketing-account-page .site-content {
  max-width: 1180px;
  padding-bottom: 46px;
  padding-top: 46px;
}

.account-page {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 0.78fr);
  margin: 0 auto;
  max-width: 1080px;
}

.account-value-panel {
  background: var(--marketing-account-background, #121c2e);
  border: 1px solid var(--marketing-account-border, rgba(255, 255, 255, 0.1));
  border-radius: 8px;
  color: #fff;
  min-height: 570px;
  overflow: hidden;
  padding: 52px 48px;
  position: relative;
}

.account-value-panel::after {
  background: linear-gradient(135deg, transparent 0 48%, var(--marketing-account-grid, rgba(255, 255, 255, 0.035)) 48% 51%, transparent 51%);
  background-size: 22px 22px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.account-value-panel > * {
  position: relative;
  z-index: 1;
}

.account-value-panel .ui-eyebrow {
  color: var(--marketing-flow-accent, #51d3c0);
}

.account-value-panel h1 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 760;
  line-height: 1.25;
  margin: 0 0 20px;
  max-width: 500px;
}

.account-value-panel > p:not(.ui-eyebrow) {
  color: var(--marketing-flow-muted, #b6c0d0);
  line-height: 1.8;
  margin: 0;
  max-width: 500px;
}

.account-value-panel ul,
.account-flow-list {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 42px 0 0;
  padding: 0;
}

.account-value-panel li,
.account-flow-list li {
  align-items: center;
  border-bottom: 1px solid var(--marketing-flow-line, rgba(255, 255, 255, 0.12));
  display: grid;
  gap: 14px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 15px 0;
}

.account-value-panel li:last-child,
.account-flow-list li:last-child {
  border-bottom: 0;
}

.account-value-panel li > span,
.account-flow-list li > span {
  align-items: center;
  background: var(--marketing-flow-icon, rgba(255, 255, 255, 0.08));
  border: 1px solid var(--marketing-flow-line, rgba(255, 255, 255, 0.14));
  border-radius: 7px;
  color: var(--marketing-flow-accent, #51d3c0);
  display: inline-flex;
  font-family: Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 700;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.account-value-panel li svg {
  height: 18px;
  width: 18px;
}

.account-value-panel li > div,
.account-flow-list li > div {
  display: grid;
  gap: 3px;
}

.account-value-panel li strong,
.account-flow-list li strong {
  font-size: 0.9rem;
  font-weight: 700;
}

.account-value-panel li small,
.account-flow-list li small {
  color: var(--marketing-flow-muted, #b6c0d0);
  font-size: 0.74rem;
  line-height: 1.5;
}

.account-form-panel {
  align-self: center;
  background: var(--marketing-surface, #fff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  box-shadow: var(--marketing-card-shadow, 0 18px 48px rgba(21, 33, 55, 0.1));
  padding: 34px;
}

.account-form-panel > header {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  margin-bottom: 28px;
}

.account-heading-icon {
  align-items: center;
  background: var(--marketing-primary-soft, #edf3ff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 7px;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  flex: 0 0 auto;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.account-heading-icon svg {
  height: 19px;
  width: 19px;
}

.account-form-panel > header > div {
  display: grid;
  gap: 3px;
}

.account-form-panel > header p {
  color: var(--marketing-primary, #246bfe);
  font-size: 0.66rem;
  font-weight: 750;
  margin: 0;
}

.account-form-panel > header h2 {
  color: var(--marketing-ink, #111827);
  font-size: 1.55rem;
  font-weight: 760;
  margin: 0;
}

.account-form-panel > header span:not(.account-heading-icon) {
  color: var(--marketing-muted, #667085);
  font-size: 0.8rem;
  line-height: 1.5;
}

.account-form,
.account-register-form {
  display: grid;
  gap: 17px;
}

.account-form .form-row {
  display: grid;
  gap: 6px;
}

.account-primary-action {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  justify-content: center;
  margin-top: 3px;
  min-height: 46px !important;
  width: 100%;
}

.account-primary-action svg {
  height: 16px;
  width: 16px;
}

.account-divider {
  align-items: center;
  color: var(--marketing-subtle, #98a2b3);
  display: flex;
  font-size: 0.7rem;
  gap: 10px;
  margin: 22px 0 15px;
}

.account-divider::before,
.account-divider::after {
  background: var(--marketing-line, #dbe2ec);
  content: "";
  flex: 1;
  height: 1px;
}

.account-secondary-form {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.account-secondary-form > div {
  display: grid;
  gap: 3px;
}

.account-secondary-form strong {
  color: var(--marketing-ink, #111827);
  font-size: 0.84rem;
}

.account-secondary-form span {
  color: var(--marketing-muted, #667085);
  font-size: 0.7rem;
  line-height: 1.45;
}

.account-switch {
  color: var(--marketing-muted, #667085);
  font-size: 0.8rem;
  margin: 24px 0 0;
  text-align: center;
}

.account-switch a {
  color: var(--marketing-primary, #246bfe);
  font-weight: 700;
}

.account-register-page {
  grid-template-columns: minmax(0, 0.8fr) minmax(570px, 1fr);
  max-width: 1180px;
}

.account-register-page .account-value-panel {
  min-height: 650px;
}

.account-register-page .account-form-panel {
  padding: 30px 34px;
}

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

.account-field-wide {
  grid-column: 1 / -1;
}

/* Public content and state pages */

body.marketing-content-page .site-content {
  max-width: 1080px;
  padding-top: 18px;
}

body.app-shell .public-content-page {
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 0 36px;
}

body.app-shell .public-content-header {
  background: transparent;
  border-bottom: 1px solid var(--marketing-line, #dbe2ec);
  display: block;
  margin: 0 0 36px;
  padding: 54px 0 34px;
  text-align: left;
}

body.app-shell .public-content-header h1 {
  color: var(--marketing-ink, #111827);
  font-size: 2.7rem;
  font-weight: 770;
  line-height: 1.2;
  margin: 0;
}

body.app-shell .public-content-header > p:last-child {
  color: var(--marketing-muted, #667085);
  line-height: 1.7;
  margin: 15px 0 0;
}

body.app-shell .public-rich-content {
  color: var(--marketing-ink-soft, #344054);
  font-size: 1rem;
  line-height: 1.85;
}

body.app-shell .public-rich-content h2,
body.app-shell .public-rich-content h3 {
  color: var(--marketing-ink, #111827);
  font-weight: 740;
  margin-top: 1.8em;
}

body.app-shell .public-contact-list {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.app-shell .public-contact-row {
  background: var(--marketing-surface, #fff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  min-height: 90px;
  padding: 18px 20px;
}

body.app-shell .public-contact-row dt {
  color: var(--marketing-muted, #667085);
}

body.app-shell .public-contact-row dd,
body.app-shell .public-contact-row a {
  color: var(--marketing-ink, #111827);
}

.public-content-cta {
  align-items: center;
  background: var(--marketing-flow-background, #121c2e);
  border: 1px solid var(--marketing-account-border, rgba(255, 255, 255, 0.1));
  border-radius: 8px;
  color: #fff;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-top: 62px;
  padding: 30px 32px;
}

.public-content-cta h2 {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 730;
  line-height: 1.4;
  margin: 0;
  max-width: 620px;
}

.public-content-cta .ui-eyebrow {
  color: var(--marketing-flow-accent, #51d3c0);
}

.public-content-cta .btn {
  flex: 0 0 auto;
}

body.marketing-state-page .site-content {
  max-width: 900px;
  padding-bottom: 80px;
  padding-top: 72px;
}

.state-page-shell {
  align-items: start;
  background: var(--marketing-surface, #fff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  box-shadow: var(--marketing-card-shadow, 0 18px 48px rgba(21, 33, 55, 0.1));
  display: grid;
  gap: 24px;
  grid-template-columns: 58px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 720px;
  padding: 38px;
}

.state-page-icon {
  align-items: center;
  background: var(--marketing-primary-soft, #edf3ff);
  border: 1px solid var(--marketing-line, #dbe2ec);
  border-radius: 8px;
  color: var(--marketing-primary, #246bfe);
  display: inline-flex;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.state-page-icon.is-error {
  background: #fff1f0;
  border-color: #f1cfcc;
  color: #b42318;
}

.state-page-icon svg {
  height: 25px;
  width: 25px;
}

.state-page-copy h1 {
  color: var(--marketing-ink, #111827);
  font-size: 2rem;
  font-weight: 760;
  margin: 0 0 10px;
}

.state-page-copy > p:not(.ui-eyebrow) {
  color: var(--marketing-muted, #667085);
  line-height: 1.7;
  margin: 0 0 22px;
}

.state-page-copy code {
  background: var(--marketing-surface-soft, #f4f7fb);
  border-radius: 4px;
  color: var(--marketing-ink-soft, #344054);
  padding: 3px 5px;
}

.state-page-copy .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.state-page-copy .btn {
  align-items: center;
  display: inline-flex;
  gap: 7px;
}

.state-page-copy .btn svg {
  height: 15px;
  width: 15px;
}

/* Footer */

body.app-shell .site-footer {
  background: var(--site-footer-background, #101827);
  border-color: var(--site-footer-border, rgba(255, 255, 255, 0.1));
  color: var(--site-footer-text, #aeb9c9);
  margin-top: 64px;
  padding: 54px 24px 22px;
  white-space: normal;
}

body.marketing-home-page .site-footer {
  margin-top: 0;
}

body.app-shell .site-footer-inner {
  display: block;
  max-width: 1180px;
  min-height: 0;
}

.site-footer-grid {
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(260px, 1.5fr) repeat(3, minmax(130px, 0.65fr));
  padding-bottom: 44px;
}

.site-footer-grid > *,
.site-footer-brand > div {
  min-width: 0;
}

.site-footer-brand {
  align-items: flex-start;
  display: flex;
  gap: 13px;
  max-width: 390px;
}

.site-footer-brand-mark {
  align-items: center;
  background: var(--site-brand-mark-background, #246bfe);
  border-radius: 7px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.site-footer-brand-mark svg {
  height: 19px;
  width: 19px;
}

.site-footer-brand > div {
  display: grid;
  gap: 8px;
}

.site-footer-brand strong {
  color: var(--site-footer-heading, #fff);
  font-size: 1rem;
}

.site-footer-brand p {
  color: var(--site-footer-text, #aeb9c9);
  font-size: 0.8rem;
  line-height: 1.7;
  margin: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.site-footer-column {
  align-content: start;
  display: grid;
  gap: 9px;
}

.site-footer-column h2 {
  color: var(--site-footer-heading, #fff);
  font-size: 0.78rem;
  font-weight: 720;
  margin: 0 0 5px;
}

.site-footer-column a {
  color: var(--site-footer-text, #aeb9c9);
  font-size: 0.76rem;
  line-height: 1.45;
  text-decoration: none;
  overflow-wrap: anywhere;
  white-space: normal;
}

.site-footer-column a:hover,
.site-footer-column a:focus {
  color: var(--site-footer-link, #fff);
}

.site-footer-bottom {
  align-items: center;
  border-top: 1px solid var(--site-footer-border, rgba(255, 255, 255, 0.1));
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

body.app-shell .site-footer-text,
.site-footer-bottom > span {
  color: var(--site-footer-text, #aeb9c9);
  font-size: 0.7rem;
  text-align: left;
}

/* Progressive motion. Content remains visible when JavaScript is unavailable. */

.marketing-motion [data-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
}

.marketing-motion [data-reveal].is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1199.98px) {
  body.app-shell .site-header {
    padding: 8px 8px 0;
  }

  body.app-shell .site-nav-inner {
    padding: 10px 12px;
  }

  body.app-shell .site-tools-submenu,
  body.app-shell .site-tools-submenu.show {
    display: block;
    min-width: 0;
  }

  body.app-shell .site-login-text {
    justify-content: center;
  }

  body.app-shell .site-admin-shortcut {
    justify-content: center;
    width: 100%;
  }

  .home-hero-copy h1 {
    font-size: 3.25rem;
  }

  .home-product-stage {
    height: 350px;
  }

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

  .account-page,
  .account-register-page {
    grid-template-columns: minmax(0, 0.8fr) minmax(430px, 1fr);
  }
}

@media (max-width: 991.98px) {
  .home-hero-copy h1 {
    font-size: 2.9rem;
  }

  .home-hero-copy h1 span {
    display: block;
  }

  .home-product-scene {
    padding: 0 20px;
  }

  .home-product-stage {
    height: 330px;
  }

  .home-product-tag-orders,
  .home-product-tag-report {
    left: -8px;
  }

  .home-product-tag-search,
  .home-product-tag-export {
    right: -8px;
  }

  .product-stage-tabs button {
    padding-left: 6px;
    padding-right: 6px;
  }

  .home-value-grid {
    grid-template-columns: 1fr;
  }

  .home-value-grid article {
    border-bottom: 1px solid var(--marketing-line, #dbe2ec);
    border-right: 0;
    min-height: 0;
  }

  .home-value-grid article:last-child {
    border-bottom: 0;
  }

  .home-data-flow-layout {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .account-page,
  .account-register-page {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .account-value-panel,
  .account-register-page .account-value-panel {
    min-height: 0;
  }

  .site-footer-grid {
    gap: 34px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-footer-brand {
    grid-column: 1 / -1;
  }
}

@keyframes site-navigation-enter {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

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

@keyframes site-navigation-leave {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-6px);
  }
}

@media (max-width: 767.98px) {
  body.app-shell .site-header {
    background: var(--site-nav-menu-surface, #fff);
    box-shadow: 0 1px 0 var(--site-nav-border, rgba(145, 158, 181, 0.24));
    padding: 8px 0;
    position: sticky;
    top: 0;
    z-index: 1035;
  }

  body.app-shell .site-navbar,
  body.app-shell .site-nav-inner {
    min-height: 60px;
  }

  body.app-shell .site-nav-inner {
    backdrop-filter: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    max-width: none;
    padding: 8px 12px;
  }

  body.app-shell .site-brand-mark {
    height: 38px;
    width: 38px;
  }

  body.app-shell .site-menu-button {
    height: 40px;
    position: relative;
    width: 40px;
  }

  body.app-shell .site-menu-button .site-menu-open-icon,
  body.app-shell .site-menu-button .site-menu-close-icon {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: opacity 0.18s ease, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1);
  }

  body.app-shell .site-menu-button .site-menu-open-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }

  body.app-shell .site-menu-button .site-menu-close-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(-90deg) scale(0.72);
  }

  body.app-shell .site-menu-button[aria-expanded="true"] .site-menu-open-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg) scale(0.72);
  }

  body.app-shell .site-menu-button[aria-expanded="true"] .site-menu-close-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0) scale(1);
  }

  body.site-navigation-open {
    overflow: hidden;
  }

  body.app-shell::before {
    background: rgba(15, 23, 38, 0.34);
    content: "";
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 0.24s ease;
    z-index: 1025;
  }

  body.site-navigation-open::before {
    opacity: 1;
    pointer-events: auto;
  }

  body.app-shell .site-nav-collapse {
    align-items: stretch;
    height: auto;
    left: 8px;
    margin: 0;
    max-height: calc(100vh - 84px);
    max-height: calc(100dvh - 84px);
    min-height: 0;
    overscroll-behavior: contain;
    overflow-y: auto;
    padding: 12px;
    position: fixed;
    right: 8px;
    top: 76px;
    width: auto;
    z-index: 1040;
  }

  body.app-shell .site-nav-collapse.show,
  body.app-shell .site-nav-collapse.collapsing {
    display: flex;
    flex-direction: column;
  }

  body.app-shell .site-nav-collapse.collapsing {
    height: 0;
    min-height: 0;
    overflow-y: hidden;
    transition: height 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
  }

  body.site-navigation-opening .site-nav-collapse.collapsing {
    animation: site-navigation-enter 0.3s cubic-bezier(0.22, 1, 0.36, 1) both;
  }

  body.site-navigation-closing .site-nav-collapse.collapsing {
    animation: site-navigation-leave 0.24s cubic-bezier(0.4, 0, 1, 1) both;
    transition-duration: 0.24s;
  }

  body.app-shell .site-main-nav {
    gap: 2px;
    width: 100%;
  }

  body.app-shell .site-nav-link {
    min-height: 44px;
    padding: 10px 12px;
  }

  body.app-shell .site-tools-submenu,
  body.app-shell .site-tools-submenu[data-bs-popper] {
    background: transparent;
    border: 0;
    border-radius: 0;
    display: none;
    margin: 2px 0 8px;
    padding: 3px 0 3px 10px;
  }

  body.app-shell .site-tools-submenu.show {
    display: grid;
    gap: 1px;
    grid-template-columns: 1fr;
  }

  body.app-shell .site-module-link {
    min-height: 50px;
    padding: 7px 9px;
  }

  body.app-shell .site-tools-submenu li + li .site-module-link {
    border-top: 1px solid var(--marketing-line, #dbe2ec);
  }

  body.app-shell .site-module-icon {
    height: 32px;
    width: 32px;
  }

  body.app-shell .site-user-nav {
    margin-top: 8px !important;
    width: 100%;
  }

  body.app-shell .site-account-submenu,
  body.app-shell .site-account-submenu[data-bs-popper] {
    background: transparent;
    border: 0;
    box-shadow: none;
    display: block !important;
    height: auto;
    margin: 0;
    max-height: 0;
    max-width: none;
    min-width: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: static;
    transform: none !important;
    transition: max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      margin 0.32s cubic-bezier(0.22, 1, 0.36, 1),
      opacity 0.18s ease,
      visibility 0s linear 0.32s;
    visibility: hidden;
    will-change: max-height, margin, opacity;
    width: 100%;
  }

  body.app-shell .site-account-submenu.show {
    margin: 4px 0 8px;
    max-height: var(--site-account-submenu-height, 320px);
    opacity: 1;
    pointer-events: auto;
    transition-delay: 0s;
    visibility: visible;
  }

  body.app-shell .site-account-submenu-motion {
    background: var(--site-nav-menu-surface, #fff);
    border: 1px solid var(--site-nav-border, #dde3ed);
    border-radius: 8px;
    min-height: 0;
    overflow: hidden;
  }

  body.app-shell .site-account-submenu-list {
    padding: 7px;
  }

  body.app-shell .site-brand-copy small {
    display: none;
  }

  body.app-shell .site-content,
  body.app-shell .site-content-fluid {
    padding-top: 24px;
  }

  body.marketing-home-page .site-content-fluid {
    padding-top: 0;
  }

  .marketing-home .home-wrap {
    width: min(100% - 24px, 1180px);
  }

  .home-hero-layout {
    padding-bottom: 24px;
    padding-top: 26px;
  }

  .home-hero-copy h1 {
    font-size: 2.15rem;
    line-height: 1.18;
    margin-bottom: 14px;
  }

  .home-lead {
    font-size: 0.94rem;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .home-hero-actions {
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
  }

  .home-hero-actions .btn {
    width: 100%;
  }

  .home-hero-notes {
    display: grid;
    gap: 8px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 340px;
    width: 100%;
  }

  .home-hero-notes span {
    justify-content: center;
    text-align: left;
  }

  .home-hero-notes span:last-child {
    grid-column: 1 / -1;
  }

  .home-product-scene {
    margin-top: 20px;
    padding: 0;
  }

  .home-product-stage {
    height: 298px;
  }

  .product-stage-chrome {
    height: 40px;
  }

  .product-stage-workspace {
    grid-template-columns: 1fr;
    height: calc(100% - 40px);
  }

  .product-stage-rail {
    display: none;
  }

  .product-stage-header {
    align-items: flex-start;
    display: grid;
    gap: 7px;
    min-height: 76px;
    padding: 8px 10px;
  }

  .product-stage-header > div:first-child span {
    display: none;
  }

  .product-stage-header > div:first-child strong {
    font-size: 0.82rem;
  }

  .product-stage-tabs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: visible;
    width: 100%;
  }

  .product-stage-tabs button {
    font-size: 0.62rem;
    min-height: 30px;
    padding: 0 4px;
  }

  .product-view {
    height: calc(100% - 76px);
    padding: 9px 10px 10px;
  }

  .product-metric-row {
    gap: 6px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-metric-row > div {
    padding: 6px 8px;
  }

  .product-metric-row span,
  .product-metric-row small {
    font-size: 0.58rem;
  }

  .product-metric-row strong {
    font-size: 0.95rem;
  }

  .product-metric-row > div:nth-child(n + 3) {
    display: none;
  }

  .product-dashboard-grid {
    grid-template-columns: 1fr;
    margin-top: 7px;
  }

  .product-chart-panel {
    min-height: 98px;
    padding: 8px 10px;
  }

  .product-list-panel {
    display: none;
  }

  .product-chart {
    height: 62px;
    margin-top: 8px;
  }

  .product-report-layout {
    grid-template-columns: 1fr;
  }

  .product-report-summary {
    height: 128px;
    padding: 10px;
  }

  .product-report-list {
    display: none;
  }

  .product-line-chart {
    height: 72px;
    margin-top: 8px;
  }

  .product-view-heading {
    margin-bottom: 8px;
  }

  .product-view-heading > div span {
    font-size: 0.58rem;
  }

  .product-view-heading > div strong {
    font-size: 0.76rem;
  }

  .product-data-row {
    grid-template-columns: minmax(115px, 1.5fr) repeat(2, minmax(50px, 0.6fr));
    min-height: 40px;
    padding: 0 9px;
  }

  .product-data-row > :nth-child(2) {
    display: none;
  }

  .product-data-row,
  .product-data-row strong {
    font-size: 0.63rem;
  }

  .product-data-row:nth-child(n + 4) {
    display: none;
  }

  .product-export-list > div {
    grid-template-columns: 30px minmax(0, 1fr);
    min-height: 49px;
  }

  .product-export-list > div:nth-child(n + 3) {
    display: none;
  }

  .product-export-list strong {
    font-size: 0.64rem;
  }

  .product-export-list small {
    font-size: 0.55rem;
  }

  .product-export-list em {
    display: none;
  }

  .home-product-tag {
    display: none;
  }

  .home-section {
    padding: 64px 0;
  }

  .home-value-section {
    padding-top: 18px;
  }

  .home-section-head {
    align-items: start;
    display: grid;
    gap: 18px;
    margin-bottom: 28px;
  }

  .home-section-head h2,
  .home-data-flow h2,
  .home-final-cta h2 {
    font-size: 1.85rem;
  }

  .home-value-grid article {
    padding: 27px 24px;
  }

  .home-value-grid article > svg {
    margin-bottom: 28px;
  }

  .home-tool-grid {
    grid-template-columns: 1fr;
  }

  .home-tool-card {
    min-height: 0;
  }

  .home-final-cta {
    padding: 56px 0;
  }

  .home-final-cta .home-wrap {
    align-items: stretch;
    display: grid;
    gap: 28px;
  }

  body.app-shell .tool-heading,
  body.app-shell .fba-tool-heading,
  body.app-shell .cost-profit-heading,
  body.app-shell .order-data-heading {
    align-items: start;
  }

  body.app-shell .tool-heading h1,
  body.app-shell .fba-tool-heading h1,
  body.app-shell .cost-profit-heading h1 {
    font-size: 1.7rem;
  }

  body.marketing-account-page .site-content {
    padding-bottom: 30px;
    padding-top: 28px;
  }

  .account-value-panel {
    padding: 34px 26px;
  }

  .account-value-panel h1 {
    font-size: 2rem;
  }

  .account-form-panel,
  .account-register-page .account-form-panel {
    padding: 27px 22px;
  }

  .account-field-grid {
    grid-template-columns: 1fr;
  }

  .account-field-wide {
    grid-column: auto;
  }

  body.app-shell .public-content-header {
    padding-top: 34px;
  }

  body.app-shell .public-content-header h1 {
    font-size: 2.1rem;
  }

  body.app-shell .public-contact-list {
    grid-template-columns: 1fr;
  }

  .public-content-cta {
    align-items: stretch;
    display: grid;
    padding: 26px 22px;
  }

  .state-page-shell {
    grid-template-columns: 1fr;
    padding: 28px 22px;
  }

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

  .site-footer-brand {
    grid-column: 1 / -1;
  }

  .site-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
}

@media (max-width: 420px) {
  body.app-shell .site-brand-title {
    font-size: 0.9rem;
  }

  .home-hero-copy h1 {
    font-size: 2rem;
  }

  .home-product-stage {
    height: 298px;
  }

  .product-stage-chrome {
    padding-left: 11px;
    padding-right: 11px;
  }

  .product-view-heading > div strong {
    font-size: 0.72rem;
  }

  .product-view-status {
    display: none;
  }

  .account-secondary-form {
    align-items: stretch;
    display: grid;
  }

  .site-footer-grid {
    grid-template-columns: 1fr;
  }

  .site-footer-brand {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-product-tag {
    animation: none !important;
  }

  body.app-shell::before,
  body.app-shell .site-menu-button svg,
  body.app-shell .site-nav-collapse.collapsing,
  body.app-shell .site-account-submenu {
    animation: none !important;
    transition: none !important;
  }

  .home-product-stage,
  .home-tool-card,
  body.app-shell .ui-btn-primary,
  .marketing-motion [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}
