/*! GENERATED FILE — DO NOT EDIT. Delivery bundle: 4 published stylesheets, cascade order below.
    Manifest: tools/css-delivery/entries/home.json
    Rebuild:  node tools/style-build/build.mjs && node tools/css-delivery/build.mjs   (verify: --check) */

/* ===== public/pages/mkt.css sha256:2b75c1198884 ======================================== */
nav.primary a.active {
  color: var(--teal-ink);
  background: #eaf5f2;
  padding: 6px 16px;
  border-radius: 999px;
  font-weight: 700;
}
.foot-note {
  font-size: .88rem;
  margin-top: 12px;
  max-width: 34ch;
  color: var(--muted);
}


.hero {
  text-align: center;
  padding: 64px 0 0;
}
.hero h1 {
  margin: 16px auto;
  max-width: 22ch;
}
.hero .lede {
  max-width: 60ch;
  margin: 0 auto;
}
.hero .cta-row {
  justify-content: center;
  margin-top: 28px;
}
.hero-split {
  text-align: left;
}
.hero-split .container {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.hero-split h1 {
  margin: 14px 0;
  max-width: 16ch;
}
.hero-split .lede {
  margin: 0;
  max-width: 52ch;
}
.hero-split .cta-row {
  justify-content: flex-start;
}
.hero-media {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-media img {
  display: block;
  width: 100%;
  height: auto;
}

.split {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 48px;
  align-items: center;
}
.split.rev .split-copy {
  order: 2;
}
.split-copy h2 {
  margin-top: 6px;
}
.split-copy p {
  color: var(--muted);
  max-width: 48ch;
  margin: 12px 0 24px;
}
.split-media {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--r);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
}
.split-media img {
  display: block;
  width: 100%;
  height: auto;
}

.alt-bg {
  background: #fff;
  border-block: 1px solid var(--line);
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
  text-align: center;
}
.stat-row.three {
  grid-template-columns: repeat(3, 1fr);
}
.stat b {
  display: block;
  font-size: 2.4rem;
  font-weight: 800;
  letter-spacing: -.03em;
  color: var(--navy);
}
.stat span {
  font-size: .9rem;
  color: var(--muted);
}

.reassure-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 40px;
}
.reassure-row.two {
  grid-template-columns: repeat(2, 1fr);
}
.inline-links {
  margin-top: 28px;
  font-weight: 600;
  text-align: center;
}
.inline-links a {
  color: var(--teal-ink);
  text-decoration: none;
}
.inline-links a:hover {
  color: var(--navy);
}

.faq {
  max-width: 760px;
  margin: 40px auto 0;
}
.faq details {
  margin-bottom: 12px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
}
.faq summary {
  padding: 18px 20px;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--navy);
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary::after {
  content: "+";
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--teal-ink);
  transition: transform .2s;
}
.faq details[open] summary::after {
  transform: rotate(45deg);
}
.faq details p {
  padding: 0 20px 18px;
  color: var(--muted);
}


.prose {
  max-width: 68ch;
  margin: 0 auto;
  color: var(--ink);
}
.prose h2 {
  margin-top: 36px;
}
.prose h3 {
  margin-top: 24px;
  color: var(--navy);
}
.prose p {
  margin-top: 12px;
  color: var(--muted);
}
.prose ul {
  margin: 12px 0 12px 22px;
  color: var(--muted);
}
.prose li {
  margin-top: 6px;
}

.logo-note {
  text-align: center;
  font-size: .82rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 800;
  margin-bottom: 20px;
}

@media (max-width: 980px) {
  .stat-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-split .container, .split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .hero-split {
    text-align: center;
  }
  .hero-split h1, .hero-split .lede {
    max-width: none;
    margin-inline: auto;
  }
  .hero-split .cta-row {
    justify-content: center;
  }
  .split.rev .split-copy {
    order: 0;
  }
  .reassure-row, .reassure-row.two {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 560px) {
  .stat-row {
    grid-template-columns: 1fr;
    max-width: 440px;
    margin-inline: auto;
  }
}

/* ===== public/scenes/primitives.css sha256:1549d94f6bc9 ================================ */
.hp .hpui { min-width: 0; font-size: .8rem; line-height: 1.4; color: var(--ink); background: #fff; border: 1px solid var(--ui-line); border-radius: 14px; box-shadow: var(--shadow-ui); overflow: hidden; text-align: left; }
.hp .hpui-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--ui-line); background: var(--ui-ground); font-size: .74rem; font-weight: 700; color: var(--muted); }
.hp .hpui-dots { display: inline-flex; gap: 5px; }
.hp .hpui-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d5dbe4; }
.hp .hpui-url { flex: 1; min-width: 0; background: #fff; border: 1px solid var(--ui-line); border-radius: 6px; padding: 3px 10px; font-weight: 600; color: var(--muted); font-family: var(--mono); font-size: .68rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: center; }
.hp .hpui-label { display: block; font-size: .64rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.hp .hpui-muted { color: var(--muted); }
.hp .hpui-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border-top: 1px solid var(--ui-line); }
.hp .hpui-row:first-child { border-top: 0; }
.hp .hpui-row b { font-weight: 700; color: var(--navy); }
.hp .hpui-row small { display: block; color: var(--muted); font-size: .72rem; }
.hp .hpui-chip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.hp .hpui-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex: none; }
.hp .hpui-ok { background: #e6f5ec; color: #146a3f; }
.hp .hpui-warn { background: #fbf1e0; color: #7a4f0a; }
.hp .hpui-bad { background: #fbe4e4; color: #9b2c2c; }
.hp .hpui-info { background: #e9f1fb; color: #23538a; }
.hp .hpui-neutral { background: #eef1f5; color: var(--muted); }
.hp .hpui-vip { background: #ece9fb; color: #4a3aa8; }
.hp .hpui-avatar { width: 30px; height: 30px; border-radius: 50%; flex: none; display: grid; place-items: center; background: #e2f2ef; color: var(--teal-ink); font-size: .68rem; font-weight: 800; }
.hp .hpui-mask { display: block; height: 8px; border-radius: 4px; background: repeating-linear-gradient(90deg, #cfd6e0 0 6px, transparent 6px 9px); }

.totui { min-width: 0; font-size: .8rem; line-height: 1.4; color: var(--ink); background: #fff; border: 1px solid var(--ui-line); border-radius: 14px; box-shadow: var(--shadow-ui); overflow: hidden; text-align: left; }
.totui-bar { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--ui-line); background: var(--ui-ground); font-size: .74rem; font-weight: 700; color: var(--muted); }
.totui-bar .totui-dots { display: inline-flex; gap: 5px; }
.totui-bar .totui-dots i { width: 8px; height: 8px; border-radius: 50%; background: #d5dbe4; }
.totui-bar .totui-url { flex: 1; min-width: 0; contain: inline-size; background: #fff; border: 1px solid var(--ui-line); border-radius: 6px; padding: 3px 10px; font-weight: 600; color: var(--muted); font-family: var(--mono); font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.totui-title { font-weight: 800; color: var(--navy); font-size: .92rem; letter-spacing: -.01em; }
.totui-label { display: block; font-size: .66rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.totui-muted { color: var(--muted); }
.totui-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; border-top: 1px solid var(--ui-line); }
.totui-row:first-of-type { border-top: 0; }
.totui-row b { font-weight: 700; color: var(--navy); }
.totui-row small { display: block; color: var(--muted); font-size: .74rem; }
.totui-mark { width: 22px; height: 22px; border-radius: 6px; flex-shrink: 0; }
.totui-chip { display: inline-flex; align-items: center; gap: 6px; padding: 3px 9px; border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .02em; white-space: nowrap; }
.totui-chip::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.totui-chip.totui-ok { background: #e6f5ec; color: #146a3f; }
.totui-chip.totui-warn { background: #fbf1e0; color: #7a4f0a; }
.totui-chip.totui-info { background: #e9f1fb; color: #23538a; }
.totui-chip.totui-neutral { background: #eef1f5; color: var(--muted); }
.totui-chip.totui-locked { background: #eef1f5; color: var(--navy); }
.totui-chip.totui-locked::before { width: 8px; height: 8px; border-radius: 2px; }
.totui-toggle { width: 34px; height: 20px; border-radius: 999px; background: #cfd6e0; position: relative; flex-shrink: 0; }
.totui-toggle::after { content: ""; position: absolute; top: 2px; left: 2px; width: 16px; height: 16px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, .25); transition: transform .3s; }
.totui-toggle.totui-on { background: var(--green); }
.totui-toggle.totui-on::after { transform: translateX(14px); }
.totui-btn { display: inline-flex; align-items: center; justify-content: center; padding: 7px 12px; border-radius: 8px; font-size: .74rem; font-weight: 800; background: var(--navy); color: #fff; white-space: nowrap; }
.totui-btn.totui-line { background: #fff; color: var(--navy); border: 1px solid var(--ui-line); }
.totui-mask { display: inline-block; height: 9px; border-radius: 4px; background: repeating-linear-gradient(90deg, #cfd6e0 0 6px, transparent 6px 9px); vertical-align: middle; }
.totui-prod { position: relative; border-radius: 10px; background: linear-gradient(160deg, #eef4f3, #e2ebf3); overflow: hidden; }
.totui-prod svg { position: absolute; inset: 0; width: 100%; height: 100%; }

@media (max-width: 400px) {
  .totui-bar .totui-chip { white-space: normal; text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
  .totui-toggle::after { transition: none; }
}

/* ===== public/marketing/home.generated.css sha256:9752d5d57e5b ========================= */
.hp h1, .hp h2 { margin: 0; }
.hp ul { list-style: none; }
.hp .hp-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.hp .hp-container { max-width: 1150px; margin: 0 auto; padding: 0 var(--s3); }
.hp .hp-section { position: relative; padding: var(--s6) 0; }
.hp .hp-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.hp h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); line-height: 1.04; letter-spacing: -.03em; font-weight: 800; color: var(--navy); }
.hp h1 .hp-grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hp h2 { font-size: clamp(1.9rem, 3.5vw, 2.7rem); line-height: 1.1; letter-spacing: -.025em; font-weight: 800; color: var(--navy); max-width: 22ch; }
.hp h3 { color: var(--navy); font-weight: 800; letter-spacing: -.015em; line-height: 1.25; }
.hp .hp-kicker { display: block; margin: 0 0 12px; font-size: .8rem; font-weight: 800; line-height: 1.4; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-ink); }
.hp .hp-on-navy .hp-kicker { color: var(--mint); }
.hp .hp-lede { font-size: 1.13rem; color: var(--muted); max-width: 56ch; margin-top: 14px; }
.hp .hp-copy p { color: var(--muted); max-width: 48ch; }

.hp .mkt-btn { gap: 10px; transition: transform .15s, box-shadow .15s, filter .15s, background .15s, border-color .15s; }
.hp .mkt-btn-tertiary { border-color: #687688; }
.hp .mkt-btn-tertiary:hover { border-color: #687688; }
.hp .hp-cta-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 28px; }

@media (scripting: enabled) {
  :root .hp .hp-rv { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; transition-delay: var(--d, 0s); animation: hp-rv-failsafe 1ms linear 2s forwards; }
  :root .hp .hp-rv.in { opacity: 1; transform: none; animation: none; }
}
@keyframes hp-rv-failsafe { to { opacity: 1; transform: none; } }

.hp .hp-hero { position: relative; padding: 64px 0 0; overflow: hidden;
  background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 50%, #f3f8f6 100%); }
.hp .hp-hero .hp-container { position: relative; }
.hp .hp-hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: 48px; align-items: center; }
.hp .hp-hero h1 { max-width: 16ch; margin-top: 12px; font-size: clamp(2.6rem, 4.6vw, 3.6rem); }
.hp .hp-hero .hp-lede { font-size: 1.15rem; max-width: 46ch; margin-top: 22px; }
.hp .hp-cues { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 48px; margin-top: 48px; padding: 20px 0; border-top: 1px solid var(--line); font-size: .88rem; font-weight: 700; color: var(--navy); }
.hp .hp-cues li { display: inline-flex; align-items: center; gap: 8px; }
.hp .hp-cues .hp-icon { width: 16px; height: 16px; stroke: var(--teal-ink); stroke-width: 2.6; }

.hp .hp-recognition { position: relative; background: #fff; border-bottom: 1px solid var(--line); padding: 32px 0; }
.hp .hp-recog-layout { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 32px; align-items: center; }
.hp .hp-recog-title { font-size: 1.35rem; font-weight: 800; line-height: 1.3; letter-spacing: -.02em; max-width: none; }
.hp .hp-audiences { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 18px; }
.hp .hp-audience { display: flex; gap: 9px; align-items: center; font-size: .94rem; font-weight: 650; color: var(--muted); }
.hp .hp-audience .hp-icon { width: 20px; height: 20px; color: var(--teal-ink); }
.hp .hp-g2 { display: grid; justify-items: start; gap: 2px; padding: 0 0 0 32px; border-left: 1px solid var(--line); color: var(--navy); text-decoration: none; }
.hp .hp-g2-stars { color: var(--gold); font-size: 1.05rem; letter-spacing: .1em; line-height: 1.3; }
.hp .hp-g2-score { font-size: .94rem; }
.hp .hp-g2-score strong { font-size: 1.35rem; letter-spacing: -.03em; }
.hp .hp-g2-link { display: flex; align-items: center; gap: 5px; font-size: .8rem; color: var(--teal-ink); text-decoration: underline; text-underline-offset: 3px; }
.hp .hp-g2-link .hp-icon { width: 12px; height: 12px; }
.hp .hp-g2:hover .hp-g2-link { color: var(--navy); }

.hp .hp-software { background: var(--cream); }
.hp .hp-software h2 { max-width: 20ch; }
.hp .hp-software .hp-lede { margin-top: 16px; }
.hp .hp-software-foot { margin-top: 26px; display: flex; align-items: center; }

.hp .hp-launch { background: #fff; border-top: 1px solid var(--line); }
.hp .hp-launch-head { display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; align-items: end; margin-bottom: 40px; }
.hp .hp-launch-head p { font-size: 1.08rem; color: var(--muted); max-width: 44ch; }
.hp .hp-pricing-line { margin-top: 24px; font-size: .95rem; color: var(--muted); text-align: right; }

.hp .hp-workflow { background: var(--grad-navy-section); color: var(--on-navy); overflow: hidden; }
.hp .hp-workflow h2 { color: #fff; max-width: 16ch; }
.hp .hp-workflow .hp-lede { color: var(--on-navy); }
.hp .hp-workflow-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 56px; align-items: center; }
.hp .hp-workflow-proof { position: relative; margin-top: 34px; padding-top: 22px; display: flex; align-items: center; gap: 18px; }
.hp .hp-workflow-proof::before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; max-width: 360px; height: 2px;
  background: linear-gradient(90deg, var(--coral-soft) 0%, var(--lavender-2) 55%, rgba(214, 204, 245, 0) 100%); }
.hp .hp-workflow-proof strong { font-size: 2.6rem; letter-spacing: -.05em; line-height: 1; color: #fff; font-weight: 800; }
.hp .hp-workflow-proof p { color: var(--on-navy); font-size: .95rem; line-height: 1.5; }
.hp .hp-proof-src { display: inline-block; margin-top: 4px; padding: 3px 0; font-size: .84rem; color: var(--mint); text-decoration: underline; text-underline-offset: 3px; }
.hp .hp-proof-src:hover, .hp .hp-proof-src:focus-visible { color: #fff; }

.hp .hp-privacy { background: var(--cream); overflow: hidden; }
.hp .hp-privacy::before { content: ""; position: absolute; right: 0; top: 0; width: 56%; height: 100%; pointer-events: none;
  background: linear-gradient(90deg, rgba(231, 225, 251, 0) 0%, #efe9fc 100%); }
.hp .hp-privacy .hp-container { position: relative; }
.hp .hp-privacy-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.hp .hp-privacy-claim { font-size: clamp(2.6rem, 5.4vw, 4.4rem); letter-spacing: -.045em; line-height: 1; max-width: 12ch; color: var(--navy); }
.hp .hp-privacy-copy p { font-size: 1.08rem; color: var(--muted); max-width: 40ch; margin: 22px 0 10px; }

.hp .hp-stories { background: var(--ground-soft); }

.hp .hp-build { background: #f6f7f4; border-top: 1px solid var(--line); }

.hp .hp-editorial { background: #fff; }

.hp .hp-closing { overflow: hidden; color: var(--on-navy); background: linear-gradient(135deg, #0c2140 0%, var(--navy) 50%, var(--navy-2) 100%); }
.hp .hp-closing::before { content: ""; position: absolute; z-index: 0; top: -12%; bottom: -12%; right: -6%; width: 58%; pointer-events: none;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(120deg, rgba(13, 147, 145, .36) 0%, rgba(59, 130, 196, .32) 38%, rgba(123, 98, 201, .28) 68%, rgba(216, 106, 86, .32) 100%); }
.hp .hp-closing .hp-container { position: relative; z-index: 1; }
.hp .hp-closing h2 { color: #fff; max-width: 14ch; }
.hp .hp-closing-layout { display: grid; grid-template-columns: 1fr 1.25fr; gap: 56px; align-items: center; }
.hp .hp-closing-price { margin-top: 24px; font-size: .95rem; color: var(--on-navy); }

@media (max-width: 1100px) {
  .hp .hp-hero-grid { gap: 36px; }
  .hp h1 { font-size: clamp(2.4rem, 5.4vw, 3.6rem); }
  .hp .hp-hero .hp-lede { font-size: 1.1rem; }
  .hp .hp-workflow-grid { gap: 36px; grid-template-columns: .95fr 1.05fr; }
  .hp .hp-privacy-grid { gap: 40px; }
  .hp .hp-closing-layout { gap: 40px; }
}
@media (max-width: 900px) {
  .hp .hp-recog-layout { gap: 24px; }
  .hp .hp-audiences { gap: 12px 20px; }
  .hp .hp-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hp .hp-hero h1 { max-width: 16ch; }
  .hp .hp-hero .hp-lede { max-width: 52ch; }
  .hp .hp-launch-head { grid-template-columns: 1fr; gap: 18px; }
  .hp .hp-workflow-grid, .hp .hp-privacy-grid, .hp .hp-closing-layout { grid-template-columns: 1fr; }
  .hp .hp-privacy-grid { gap: 32px; }
  .hp .hp-closing::before { top: auto; bottom: -8%; left: -8%; right: -8%; width: auto; height: 60%; clip-path: polygon(0 14%, 100% 0, 100% 100%, 0 100%); }
}
@media (max-width: 760px) {
  .hp .hp-section { padding: 64px 0; }
  .hp .hp-container { padding: 0 20px; }
  .hp .hp-hero { padding: 40px 0 0; }
  .hp .hp-cues { justify-content: flex-start; gap: 12px 24px; margin-top: 36px; font-size: .84rem; }
  .hp .hp-recog-layout { grid-template-columns: 1fr; gap: 24px; }
  .hp .hp-recog-title { max-width: 26ch; }
  .hp .hp-audiences { gap: 14px 24px; }
  .hp .hp-g2 { grid-template-columns: auto auto; column-gap: 12px; justify-content: start; align-items: center; border-left: 0; border-top: 1px solid var(--line); padding: 18px 0 0; }
  .hp .hp-g2-score { grid-column: 2; grid-row: 1; }
  .hp .hp-g2-link { grid-column: 1 / -1; }
  .hp .hp-pricing-line { text-align: left; }
}
@media (max-width: 400px) {
  .hp .hp-container { padding: 0 16px; }
  .hp h1 { font-size: 2.15rem; }
  .hp .hp-hero h1 { font-size: 2.15rem; }
  .hp h2 { font-size: 1.7rem; }
  .hp .hp-privacy-claim { font-size: 2.5rem; }
  .hp .mkt-btn { padding: 12px 18px; font-size: .9rem; }
  .hp .hp-cta-row .mkt-btn { flex: 1 1 100%; }
  .hp .hp-audiences { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  :root .hp .hp-rv, :root .hp .hp-rv.in { opacity: 1; transform: none; transition: none; animation: none; }
  .hp .mkt-btn, .hp .mkt-lnk { transition: none; }
}

.mkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: var(--tap);
  padding: 12px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: transform .15s, box-shadow .15s, filter .15s, background .15s;
}
.mkt-btn:hover {
  transform: translateY(-2px);
}
.mkt-btn:active {
  transform: translateY(0);
  filter: brightness(.96);
}
.mkt-btn:disabled,
.mkt-btn[aria-disabled="true"],
.mkt-btn.is-disabled {
  opacity: .55;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
  filter: grayscale(.2);
}
.mkt-btn.is-loading,
.mkt-btn[aria-busy="true"] {
  position: relative;
  color: transparent;
  pointer-events: none;
}
.mkt-btn.is-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  color: #fff;
  animation: mkt-btn-spin .7s linear infinite;
}
@keyframes mkt-btn-spin {
  to { transform: rotate(360deg); }
}

.mkt-btn-primary {
  background: var(--color-cta);
  color: #fff;
  box-shadow: 0 7px 20px rgba(21, 122, 74, .28);
}
.mkt-btn-primary:hover {
  background: var(--color-cta-hover);
}
.mkt-btn-secondary {
  background: var(--navy);
  color: #fff;
}
.mkt-btn-secondary:hover {
  background: var(--navy-2);
}
.mkt-btn-tertiary {
  background: #fff;
  color: var(--navy);
  border: 1.5px solid var(--line-cool);
}
.mkt-btn-tertiary:hover {
  border-color: var(--navy);
}
.mkt-btn-accent {
  background: var(--coral);
  color: #fff;
}
.mkt-btn-accent:hover {
  background: #a5341f;
}

.mkt-btn-tertiary.mkt-on-navy {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}
.mkt-btn-tertiary.mkt-on-navy:hover {
  border-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .mkt-btn.is-loading::after { animation: none; }
}

.mkt-lnk { display: inline-flex; align-items: center; gap: 8px; min-height: var(--tap); font-size: .95rem; font-weight: 800; color: var(--teal-ink); text-decoration: none; transition: gap .2s; }
.mkt-lnk-icon { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.mkt-lnk:hover, .mkt-lnk:focus-visible { gap: 12px; text-decoration: underline; text-underline-offset: 4px; }
.mkt-inline-lnk { color: var(--teal-ink); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.mkt-lnk.mkt-on-navy, .mkt-inline-lnk.mkt-on-navy { color: var(--mint); }

.mkt-icon { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; flex: none; }

.mkt-rule { position: relative; }
.mkt-rule::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 2px; background: var(--rule-warm); }
.mkt-rule.mkt-rule-cool::before { background: var(--rule-cool); }

.mkt-tag { font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--teal-ink); font-weight: 700; }
.mkt-tag.mkt-tag-coral { color: var(--coral); }
.mkt-tag.mkt-tag-overlay { position: absolute; left: 24px; top: 22px; z-index: 1; color: #fff; background: rgba(16, 41, 75, .55); padding: 6px 10px; border-radius: 999px; backdrop-filter: blur(6px); }
@media (max-width: 768px) {
  .mkt-tag { font-size: .68rem; }
}

.mkt-section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 40px; }
.mkt-section-top .mkt-lnk { flex: none; margin-bottom: 6px; }
@media (max-width: 900px) {
  .mkt-section-top { flex-direction: column; align-items: flex-start; gap: 14px; margin-bottom: 30px; }
}

.mkt-metrics { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 30px 0; margin-bottom: 44px; }
.mkt-metric { padding: 0 32px; border-right: 1px solid var(--line); }
.mkt-metric:first-child { padding-left: 0; }
.mkt-metric:last-child { border-right: 0; }
.mkt-metric-value { display: flex; align-items: baseline; gap: 6px; font-size: clamp(3rem, 5.4vw, 4.4rem); font-weight: 800; letter-spacing: -.06em; line-height: 1; color: var(--navy); margin-bottom: 12px; }
.mkt-metric-unit { font-size: 1.35rem; letter-spacing: -.03em; font-weight: 700; color: var(--teal-ink); }
.mkt-metric p { font-size: .95rem; color: var(--muted); max-width: 24ch; }
@media (max-width: 1100px) {
  .mkt-metric { padding: 0 22px; }
}
@media (max-width: 760px) {
  .mkt-metrics { grid-template-columns: 1fr; padding: 0; margin-bottom: 36px; }
  .mkt-metric, .mkt-metric:first-child { display: grid; grid-template-columns: 124px 1fr; column-gap: 18px; align-items: center; padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .mkt-metric:last-child { border-bottom: 0; }
  .mkt-metric-value { grid-row: 1 / 3; margin: 0; font-size: 2.9rem; }
  .mkt-metric p { max-width: none; }
}
@media (max-width: 400px) {
  .mkt-metric, .mkt-metric:first-child { grid-template-columns: 104px 1fr; }
  .mkt-metric-value { font-size: 2.5rem; }
}

.mkt-story { display: grid; grid-template-columns: 1fr 1fr; border-radius: 26px; overflow: hidden; border: 1px solid var(--line-soft); box-shadow: var(--shadow-deep); background: #fff; }
.mkt-story-media { position: relative; min-height: 420px; background: var(--navy); }
.mkt-story-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: var(--mkt-story-focal, center); display: block; }
.mkt-story-media::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(16, 41, 75, .35) 0%, rgba(16, 41, 75, 0) 35%, rgba(16, 41, 75, 0) 55%, rgba(16, 41, 75, .72) 100%); }
.mkt-story-wordmark { position: absolute; left: 26px; bottom: 24px; z-index: 1; color: #fff; font-weight: 900; font-size: clamp(1.8rem, 3vw, 2.6rem); letter-spacing: -.05em; line-height: .95; }
.mkt-story-wordmark span { display: block; font-weight: 500; font-size: .95rem; letter-spacing: .22em; margin-top: 6px; }
.mkt-story-copy { padding: 44px 44px 40px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: #fff; }
.mkt-story-copy h3 { font-size: clamp(1.5rem, 2.2vw, 1.85rem); margin: 12px 0 14px; }
.mkt-story-copy p { font-size: .98rem; color: var(--muted); max-width: 44ch; }
.mkt-story-copy blockquote { position: relative; font-size: 1.28rem; line-height: 1.4; letter-spacing: -.015em; color: var(--navy); font-weight: 600; margin: 26px 0 12px; max-width: 30ch; padding-left: 18px; border-left: 3px solid var(--coral); }
.mkt-story-attrib { font-size: .88rem; color: var(--muted); }
.mkt-story-copy .mkt-lnk { margin-top: 22px; }
@media (max-width: 1100px) {
  .mkt-story-copy { padding: 32px; }
}
@media (max-width: 900px) {
  .mkt-story { grid-template-columns: 1fr; }
  .mkt-story-media { min-height: 300px; }
  .mkt-story-media img { object-position: var(--mkt-story-focal-narrow, var(--mkt-story-focal, center)); }
}
@media (max-width: 760px) {
  .mkt-story-copy { padding: 26px 22px; }
}
@media (max-width: 400px) {
  .mkt-story-media { min-height: 250px; }
  .mkt-story-copy blockquote { font-size: 1.12rem; }
  .mkt-story-wordmark { font-size: 1.6rem; }
}

.mkt-example-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
.mkt-example { display: grid; grid-template-columns: 104px 1fr; gap: 22px; padding: 24px; border-radius: var(--r); border: 1px solid var(--line-soft); background: #fff; }
.mkt-example-media { display: grid; place-items: center; min-height: 104px; border-radius: 16px; background: linear-gradient(145deg, var(--navy) 0%, var(--navy-2) 100%); color: #fff; text-align: center; padding: 0; box-shadow: var(--shadow-soft); overflow: hidden; }
.mkt-example-photo { display: block; width: 100%; height: 100%; min-height: 104px; object-fit: cover; object-position: center; }
.mkt-example h3 { font-size: 1.2rem; margin: 6px 0 6px; }
.mkt-example p { font-size: .92rem; color: var(--muted); }
.mkt-example .mkt-lnk { margin-top: 2px; font-size: .9rem; }
@media (max-width: 900px) {
  .mkt-example-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mkt-example { grid-template-columns: 84px 1fr; gap: 16px; padding: 18px; }
  .mkt-example-media { min-height: 84px; }
}
@media (max-width: 400px) {
  .mkt-example { grid-template-columns: 1fr; }
  .mkt-example-media { min-height: 72px; max-width: 140px; }
}

.mkt-article {
  --mkt-shadow-cool: 0 18px 44px rgba(59, 130, 196, .14), 0 2px 6px rgba(16, 41, 75, .05);
}
.mkt-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.mkt-article { display: flex; flex-direction: column; min-width: 0; text-decoration: none; border-radius: 18px; }
.mkt-article-media { aspect-ratio: 3 / 2; border-radius: 16px; overflow: hidden; border: 1px solid var(--line-sky); background: var(--ui-ground); box-shadow: var(--shadow-soft); transition: transform .25s, box-shadow .25s; }
.mkt-article-media img { width: 100%; height: 100%; object-fit: cover; object-position: var(--mkt-article-focal, center); display: block; transition: transform .5s cubic-bezier(.2, .7, .2, 1); }
.mkt-article:hover .mkt-article-media { transform: translateY(-3px); box-shadow: var(--mkt-shadow-cool); }
.mkt-article:hover .mkt-article-media img { transform: scale(1.03); }
.mkt-article-meta { display: flex; justify-content: space-between; gap: 10px; margin: 18px 0 10px; font-family: var(--mono); font-size: .66rem; letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.mkt-article-meta span:first-child { color: var(--teal-ink); font-weight: 700; }
.mkt-article h3 { font-size: 1.25rem; line-height: 1.25; max-width: 24ch; }
.mkt-article-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 16px; min-height: var(--tap); font-size: .92rem; font-weight: 800; color: var(--teal-ink); }
.mkt-article-link .mkt-icon { width: 14px; height: 14px; stroke-width: 2.4; }
.mkt-article:hover .mkt-article-link { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 900px) {
  .mkt-article-grid { grid-template-columns: 1fr; gap: 30px; max-width: 560px; }
}
@media (max-width: 768px) {
  .mkt-article-meta { font-size: .72rem; }
}
@media (prefers-reduced-motion: reduce) {
  .mkt-article-media, .mkt-article-media img { transition: none; }
  .mkt-article:hover .mkt-article-media img { transform: none; }
}

.mkt-choice {
  --mkt-shadow-warm: 0 18px 44px rgba(191, 61, 44, .10), 0 2px 6px rgba(16, 41, 75, .05);
  --mkt-shadow-cool: 0 18px 44px rgba(59, 130, 196, .14), 0 2px 6px rgba(16, 41, 75, .05);
}
.mkt-choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.mkt-choice { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 26px; border-radius: var(--r); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s, border-color .2s; }
a.mkt-choice { text-decoration: none; color: inherit; }
a.mkt-choice:hover { transform: translateY(-3px); }
a.mkt-choice:hover .mkt-lnk, a.mkt-choice:focus-visible .mkt-lnk { gap: 12px; text-decoration: underline; text-underline-offset: 4px; }
a.mkt-choice:focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; border-radius: var(--r); }
.mkt-choice-warm { background: linear-gradient(180deg, #fff 0%, #fff4ec 100%); border-color: var(--line-warm); }
.mkt-choice-warm:hover { border-color: #e6bda4; box-shadow: var(--mkt-shadow-warm); }
.mkt-choice-warm .mkt-choice-icon { background: var(--peach); border-color: #f1c6ae; color: var(--navy); }
.mkt-choice-cool { background: linear-gradient(180deg, #fff 0%, #eef4fd 100%); border-color: var(--line-sky); }
.mkt-choice-cool:hover { border-color: #a9c6e8; box-shadow: var(--mkt-shadow-cool); }
.mkt-choice-cool .mkt-choice-icon { background: var(--sky); border-color: #b6d1ee; color: var(--navy); }
.mkt-choice-icon .mkt-icon { width: 24px; height: 24px; }
.mkt-choice-icon { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; border: 1px solid var(--line-cool); }
.mkt-choice h3 { font-size: 1.32rem; }
.mkt-choice p { font-size: .95rem; color: var(--muted); max-width: 38ch; margin: 8px 0 8px; }
@media (max-width: 900px) {
  .mkt-choice-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mkt-choice { padding: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .mkt-choice { transition: none; }
}

.mkt-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 40px; }
.mkt-showcase { display: flex; flex-direction: column; padding: 30px; border-radius: 24px; background: #fff; border: 1px solid var(--line-cool); box-shadow: var(--shadow-soft); }
.mkt-showcase h3 { font-size: 1.55rem; margin: 10px 0 10px; max-width: 18ch; }
.mkt-showcase > p { font-size: .98rem; color: var(--muted); max-width: 44ch; }
.mkt-showcase-links { display: flex; flex-wrap: wrap; gap: 6px 22px; margin-top: 8px; }
.mkt-showcase figure { margin: 26px 0 0; }
@media (max-width: 900px) {
  .mkt-showcase-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .mkt-showcase { padding: 22px; }
}

.mkt-option-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.mkt-option { position: relative; overflow: hidden; padding: 26px; border-radius: 18px; background: rgba(11, 29, 55, .94); border: 1px solid rgba(255, 255, 255, .14); box-shadow: 0 20px 44px rgba(0, 0, 0, .22); display: flex; flex-direction: column; align-items: flex-start; }
.mkt-option::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 3px; }
.mkt-option-warm::before { background: linear-gradient(90deg, var(--peach), var(--coral-soft)); }
.mkt-option-cool::before { background: linear-gradient(90deg, var(--sky), var(--lavender-2)); }
.mkt-option h3 { color: #fff; font-size: 1.18rem; }
.mkt-option p { font-size: .92rem; color: var(--on-navy); margin: 10px 0 18px; }
.mkt-option .mkt-btn, .mkt-option .mkt-lnk { margin-top: auto; }
@media (max-width: 760px) {
  .mkt-option-grid { grid-template-columns: 1fr; }
}

/* ===== public/scenes/homepage-scenes.css sha256:5039007069c8 =========================== */
.hp {
  --teal-08: rgba(13, 147, 145, .08);
  --hp-hero-field: linear-gradient(160deg, #fdf0e6 0%, #ffe4d3 9%, #dbf2e6 34%, #cfe6f8 68%, #c6dbf7 100%);
  --hp-stage-field: linear-gradient(150deg, var(--lavender) 0%, var(--sky) 52%, var(--mint-pale) 100%);
  --hp-hatch: repeating-linear-gradient(-45deg, rgba(16, 41, 75, .03) 0 1px, transparent 1px 14px);
  --hp-hatch-workflow: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .07) 0 1px, transparent 1px 11px);
  --hp-spectrum: linear-gradient(120deg, var(--teal) 0%, #3b82c4 36%, #7b62c9 66%, #d86a56 100%);
}

.hp .hp-hero-visual { position: relative; margin: 0; padding: 0 0 0 18px; }
.hp .hp-hero-visual::before { content: ""; position: absolute; z-index: 0; top: -56px; bottom: -44px; left: -58px; right: -44vw;
  border-radius: 30px; transform: skewX(-5deg); transform-origin: 0 100%;
  background: var(--hp-hatch), var(--hp-hero-field);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .6); }
.hp .hp-console { position: relative; z-index: 1; box-shadow: 0 26px 60px rgba(16, 41, 75, .18), 0 2px 6px rgba(16, 41, 75, .06); }
.hp .hp-console .hpui-bar { justify-content: space-between; }
.hp .hp-console-row { display: flex; align-items: center; gap: 14px; padding: 16px; border-top: 1px solid var(--ui-line); }
.hp .hp-console-row:first-of-type { border-top: 0; }
.hp .hp-console-row:last-of-type { padding-bottom: 28px; }
.hp .hp-console-row .hp-check { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; flex: none; background: #e6f5ec; color: #146a3f; }
.hp .hp-console-row .hp-check .hp-icon { width: 14px; height: 14px; stroke-width: 2.6; }
.hp .hp-console-row.is-flag .hp-check { background: #fbf1e0; color: #7a4f0a; }
.hp .hp-console-row b { display: block; color: var(--navy); font-size: .86rem; }
.hp .hp-console-row small { display: block; color: var(--muted); font-size: .74rem; margin-top: 1px; }
.hp .hp-console-row .hp-ref { margin-left: auto; font-family: var(--mono); font-size: .68rem; color: var(--muted); }
.hp .hp-shopper { position: relative; z-index: 2; width: 66%; margin: -22px 0 0 -26px; padding: 14px 16px; display: flex; gap: 14px; align-items: center; border-radius: 14px; box-shadow: 0 30px 60px rgba(16, 41, 75, .20), 0 4px 12px rgba(16, 41, 75, .08); }
.hp .hp-shopper .hpui-avatar { width: 40px; height: 40px; }
.hp .hp-shopper .hpui-avatar .hp-icon { width: 20px; height: 20px; }
.hp .hp-shopper b { display: block; color: var(--navy); font-size: .9rem; }
.hp .hp-shopper p { font-size: .78rem; color: #146a3f; font-weight: 700; margin-top: 2px; }
.hp .hp-pass { position: relative; z-index: 2; width: 62%; margin: 12px 0 0 auto; padding: 12px 16px; display: flex; align-items: center; justify-content: space-between; gap: 10px; border-radius: 12px; background: var(--navy); color: #fff; box-shadow: var(--shadow-soft); }
.hp .hp-pass b { font-size: .86rem; }
.hp .hp-pass span { font-family: var(--mono); font-size: .68rem; color: var(--on-navy); }
@media (scripting: enabled) {
  :root .hp .hp-hero-visual .hp-console-row, :root .hp .hp-hero-visual .hp-shopper, :root .hp .hp-hero-visual .hp-pass { opacity: 0; transform: translateY(10px); animation: hp-rise 1ms linear 2s forwards; }
  :root .hp .hp-hero-visual.in .hp-console-row { animation: hp-rise .55s ease forwards; animation-delay: calc(.25s + var(--i) * .16s); }
  :root .hp .hp-hero-visual.in .hp-shopper { animation: hp-rise .55s ease forwards; animation-delay: 1s; }
  :root .hp .hp-hero-visual.in .hp-pass { animation: hp-rise .55s ease forwards; animation-delay: 1.25s; }
}
@keyframes hp-rise { to { opacity: 1; transform: none; } }

.hp .hp-stage { position: relative; margin-top: 44px; padding: 44px 40px 44px; border-radius: 28px; border: 1px solid var(--line-lav); overflow: hidden;
  background: var(--hp-hatch), var(--hp-stage-field); }
.hp .hp-stage::after { content: ""; position: absolute; z-index: 0; right: 0; top: 0; bottom: 0; width: 36%; pointer-events: none; opacity: .9;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, var(--sky-2) 0%, var(--lavender-2) 100%); }
.hp .hp-stage > * { position: relative; z-index: 1; }
.hp .hp-canvas { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 0 28px; align-items: start; }
.hp .hp-admin { grid-column: 1; margin-right: -120px; border-radius: 16px; box-shadow: var(--shadow-lift); }
.hp .hp-admin .hpui-bar { padding: 9px 14px; }
.hp .hp-admin-body { display: grid; grid-template-columns: 172px minmax(0, 1fr); min-height: 336px; }
.hp .hp-rail { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-2) 100%); color: var(--on-navy); padding: 18px 12px; display: flex; flex-direction: column; gap: 4px; }
.hp .hp-rail strong { display: flex; align-items: center; gap: 10px; color: #fff; font-size: .8rem; padding: 6px 10px 18px; letter-spacing: -.01em; }
.hp .hp-rail strong i { width: 24px; height: 24px; border-radius: 7px; background: var(--mint); color: var(--navy); display: grid; place-items: center; font-style: normal; font-size: .7rem; font-weight: 900; }
.hp .hp-rail-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; font-size: .78rem; font-weight: 600; color: var(--on-navy); }
.hp .hp-rail-item .hp-icon { width: 15px; height: 15px; }
.hp .hp-rail-item.is-active { background: rgba(127, 227, 184, .16); color: #fff; box-shadow: inset 3px 0 0 var(--mint); }
.hp .hp-admin-main { padding: 20px 22px 18px; min-width: 0; background: #fff; }
.hp .hp-admin-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.hp .hp-admin-head b { font-size: 1.02rem; color: var(--navy); letter-spacing: -.015em; display: inline-flex; align-items: center; gap: 8px; }
.hp .hp-admin-head b .hp-icon { width: 16px; height: 16px; color: var(--teal-ink); }
.hp .hp-search { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border: 1px solid var(--ui-line); border-radius: 8px; color: var(--muted); font-size: .72rem; background: var(--ui-ground); white-space: nowrap; }
.hp .hp-table { width: 100%; border-collapse: collapse; font-size: .78rem; }
.hp .hp-table th { text-align: left; font-size: .62rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); font-weight: 800; padding: 8px 8px; border-bottom: 1px solid var(--ui-line); }
.hp .hp-table td { padding: 11px 8px; border-bottom: 1px solid var(--ui-line); color: var(--ink); vertical-align: middle; }
.hp .hp-table td:first-child { font-weight: 700; color: var(--navy); }
.hp .hp-table td .hp-cust { display: inline-flex; align-items: center; gap: 9px; }
.hp .hp-table tr.is-selected td { background: #f2fbf8; }
.hp .hp-table tr.is-selected td:first-child { box-shadow: inset 3px 0 0 var(--teal); }
.hp .hp-callout { grid-column: 2; margin-top: 104px; border-radius: 16px; box-shadow: 0 30px 70px rgba(16, 41, 75, .20), 0 6px 18px rgba(16, 41, 75, .08); border-color: rgba(13, 147, 145, .35); }
.hp .hp-callout-top { display: flex; align-items: center; padding: 11px 14px; border-bottom: 1px solid var(--ui-line); background: var(--ui-ground); }
.hp .hp-callout-top .hpui-label { color: var(--teal-ink); }
.hp .hp-callout-title { display: flex; align-items: center; gap: 10px; padding: 14px 14px 4px; font-size: 1.05rem; font-weight: 800; color: var(--navy); letter-spacing: -.015em; }
.hp .hp-callout-title .hpui-avatar { width: 34px; height: 34px; }
.hp .hp-callout .hp-rule { padding: 0 14px 12px; font-size: .74rem; color: var(--muted); }
.hp .hp-callout .hpui-row { padding: 9px 14px; font-size: .78rem; }
.hp .hp-callout .hpui-row span:last-child { font-family: var(--mono); font-size: .72rem; color: var(--navy); }
.hp .hp-crops { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: -16px 0 0 8%; }
.hp .hp-crop { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 150px; border-radius: 14px; box-shadow: var(--shadow-lift); }
.hp .hp-crop-copy { padding: 18px 18px 16px; border-right: 1px solid var(--ui-line); }
.hp .hp-crop-copy strong { display: block; margin: 0 0 4px; font-size: 1rem; color: var(--navy); letter-spacing: -.015em; }
.hp .hp-crop-copy .hpui-muted { font-size: .78rem; line-height: 1.45; }
.hp .hp-crop-detail { padding: 16px; display: flex; flex-direction: column; justify-content: center; gap: 9px; background: var(--ui-ground); }
.hp .hp-kv { display: flex; justify-content: space-between; gap: 8px; font-size: .76rem; color: var(--muted); }
.hp .hp-kv span:last-child { font-weight: 700; color: var(--navy); }
.hp .hp-kv:last-child { padding-top: 8px; border-top: 1px solid var(--ui-line); }
.hp .hp-bars { display: flex; gap: 5px; align-items: flex-end; height: 40px; border-bottom: 1px solid var(--ui-line); padding: 0 2px; }
.hp .hp-bars i { display: block; width: 20%; height: 65%; border-radius: 3px 3px 0 0; background: linear-gradient(180deg, var(--teal) 0%, #3b82c4 100%); opacity: .55; }
.hp .hp-bars i:nth-child(2) { height: 90%; }
.hp .hp-bars i:nth-child(3) { height: 45%; }
.hp .hp-bars i:nth-child(4) { height: 70%; }
.hp .hp-bars i:nth-child(5) { height: 100%; opacity: .9; }
.hp .hp-crop-detail .hp-report-label { font-size: .72rem; color: var(--muted); }
@media (scripting: enabled) {
  :root .hp .hp-stage .hp-callout, :root .hp .hp-stage .hp-crop { opacity: 0; transform: translateY(14px); transition: opacity .6s ease, transform .6s cubic-bezier(.2, .7, .2, 1); animation: hp-rise 1ms linear 2s forwards; }
  :root .hp .hp-stage.in .hp-callout { opacity: 1; transform: none; transition-delay: .45s; animation: none; }
  :root .hp .hp-stage.in .hp-crop { opacity: 1; transform: none; transition-delay: .7s; animation: none; }
  :root .hp .hp-stage.in .hp-crop + .hp-crop { transition-delay: .85s; }
}

.hp .hp-scene { position: relative; margin: 0; color: var(--ink); }
.hp .hp-scene::before { content: ""; position: absolute; z-index: 0; top: 24px; left: 24px; right: -24px; bottom: -24px; border-radius: 22px;
  background: var(--hp-hatch-workflow), var(--hp-spectrum); opacity: .92; }
.hp .hp-scene > [role="img"] { position: relative; z-index: 1; padding: 24px; border-radius: 22px; background: #fff;
  box-shadow: 0 30px 70px rgba(0, 0, 0, .30), 0 6px 18px rgba(0, 0, 0, .12); }
.hp .hp-wf-context { display: flex; align-items: center; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--ui-line); }
.hp .hp-wf-context .hp-ic { width: 40px; height: 40px; border-radius: 11px; background: var(--teal-08); color: var(--teal-ink); display: grid; place-items: center; flex: none; }
.hp .hp-wf-context b { display: block; font-size: .95rem; color: var(--navy); }
.hp .hp-wf-context p { font-size: .8rem; color: var(--muted); }
.hp .hp-presets { display: grid; grid-template-columns: 1.4fr .8fr; gap: 10px; padding: 14px 0; border-bottom: 1px solid var(--ui-line); }
.hp .hp-preset { padding: 10px 12px; border-radius: 10px; border: 1px solid var(--ui-line); background: var(--ui-ground); }
.hp .hp-preset span { display: block; font-family: var(--mono); font-size: .6rem; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); margin-bottom: 4px; }
.hp .hp-preset b { font-size: .92rem; color: var(--navy); }
.hp .hp-flow { padding: 18px 0 4px; }
.hp .hp-node { position: relative; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 14px; padding: 13px 14px; border-radius: 12px; border: 1px solid var(--ui-line); background: #fff; box-shadow: var(--shadow-soft); }
.hp .hp-node .hp-ic { width: 38px; height: 38px; border-radius: 10px; display: grid; place-items: center; background: var(--teal-08); color: var(--teal-ink); }
.hp .hp-node .hp-ic .hp-icon { width: 18px; height: 18px; }
.hp .hp-node b { display: block; font-size: .9rem; color: var(--navy); }
.hp .hp-node small { display: block; font-size: .78rem; color: var(--muted); margin-top: 2px; }
.hp .hp-node .hp-step { font-family: var(--mono); font-size: .66rem; color: var(--muted); }
.hp .hp-channels { display: flex; gap: 6px; margin-top: 8px; }
.hp .hp-channels span { font-size: .66rem; font-weight: 700; padding: 3px 8px; border-radius: 999px; border: 1px solid var(--ui-line); color: var(--navy); background: var(--ui-ground); }
.hp .hp-connector { height: 22px; width: 2px; margin-left: 32px; background: linear-gradient(180deg, var(--teal), #3b82c4); transform-origin: top center; position: relative; }
.hp .hp-connector::after { content: ""; position: absolute; left: -4px; bottom: -2px; width: 10px; height: 10px; border-radius: 50%; background: #3b82c4; }
@media (scripting: enabled) {
  :root .hp .hp-flow .hp-connector { transform: scaleY(0); animation: hp-grow 1ms linear 2s forwards; }
  :root .hp .hp-flow .hp-node { opacity: 0; transform: translateY(8px); animation: hp-rise 1ms linear 2s forwards; }
  :root .hp .hp-scene.in .hp-node { animation: hp-rise .5s ease forwards; animation-delay: calc(.2s + var(--i) * .3s); }
  :root .hp .hp-scene.in .hp-connector { animation: hp-grow .4s ease forwards; animation-delay: calc(.45s + var(--i) * .3s); }
}
@keyframes hp-grow { to { transform: scaleY(1); } }

.hp .hp-privacy-scene { position: relative; margin: 0; padding: 28px; border-radius: 26px; border: 1px solid var(--line-lav);
  background: linear-gradient(145deg, var(--lavender) 0%, var(--sky) 100%); }
.hp .hp-privacy-scene::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(16, 41, 75, .14); border-radius: 18px; pointer-events: none; }
.hp .hp-privacy-window { border-radius: 16px; box-shadow: var(--shadow-lift); }
.hp .hp-privacy-window .hpui-bar { justify-content: flex-start; gap: 10px; }
.hp .hp-privacy-window .hpui-bar .hp-icon { width: 16px; height: 16px; color: var(--teal-ink); }
.hp .hp-person { display: flex; align-items: center; gap: 14px; padding: 18px 16px 14px; }
.hp .hp-person .hpui-avatar { width: 46px; height: 46px; }
.hp .hp-person .hpui-avatar .hp-icon { width: 22px; height: 22px; }
.hp .hp-person b { display: block; font-size: 1.02rem; color: var(--navy); }
.hp .hp-person p { font-size: .78rem; color: var(--muted); font-family: var(--mono); margin-top: 2px; }
.hp .hp-result { display: flex; justify-content: space-between; align-items: center; margin: 0 16px; padding: 12px 14px; border-radius: 10px; background: var(--ui-ground); border: 1px solid var(--ui-line); font-size: .8rem; color: var(--muted); }
.hp .hp-result strong { color: #146a3f; font-size: .86rem; }
.hp .hp-restricted { margin: 14px 16px 16px; padding: 14px; border-radius: 12px; border: 1px dashed rgba(123, 98, 201, .5); display: flex; align-items: center; gap: 14px; background: #f4f1fc; }
.hp .hp-restricted .hp-ic { width: 34px; height: 34px; border-radius: 9px; background: var(--lavender); color: var(--navy); display: grid; place-items: center; flex: none; }
.hp .hp-restricted .hp-ic .hp-icon { width: 16px; height: 16px; }
.hp .hp-redacted { flex: 1; display: grid; gap: 7px; }
.hp .hp-redacted .hpui-mask:last-child { width: 62%; }
.hp .hp-restricted span { font-size: .66rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); text-align: right; line-height: 1.3; }
@media (scripting: enabled) {
  :root .hp .hp-privacy-scene .hp-result { opacity: 0; transform: translateY(8px); transition: opacity .6s .4s ease, transform .6s .4s cubic-bezier(.2, .7, .2, 1); animation: hp-rise 1ms linear 2s forwards; }
  :root .hp .hp-privacy-scene.in .hp-result { opacity: 1; transform: none; animation: none; }
}

.hp .hp-mini-store { position: relative; height: 200px; border-radius: 16px; overflow: hidden; padding: 16px 18px; border: 1px solid var(--line-sky); background: linear-gradient(150deg, var(--mint-pale) 0%, var(--sky) 100%); }
.hp .hp-shop-nav { display: flex; justify-content: space-between; font-size: .68rem; font-weight: 700; color: var(--navy); padding-bottom: 10px; border-bottom: 1px solid rgba(16, 41, 75, .14); letter-spacing: .04em; }
.hp .hp-shop-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; padding-top: 16px; }
.hp .hp-shop-head { font-size: 1.4rem; font-weight: 800; letter-spacing: -.035em; line-height: 1.05; max-width: 8ch; color: var(--navy); }
.hp .hp-shop-line { height: 5px; border-radius: 3px; background: rgba(16, 41, 75, .14); width: 80%; margin-top: 10px; }
.hp .hp-shop-line-short { width: 60%; }
.hp .hp-shop-image { height: 104px; border-radius: 12px; display: grid; place-items: center; background: linear-gradient(160deg, var(--butter) 0%, var(--peach) 100%); color: var(--navy); }
.hp .hp-shop-image .hp-icon { width: 44px; height: 54px; opacity: .55; }
.hp .hp-store-tag { position: absolute; right: 12px; bottom: 12px; font-size: .66rem; font-weight: 700; color: var(--navy); background: #fff; border: 1px solid var(--line-cool); border-radius: 999px; padding: 5px 10px; box-shadow: var(--shadow-soft); }

.hp .hp-mcp-scene { min-height: 200px; border-radius: 16px; padding: 22px; border: 1px solid var(--line-lav); background: linear-gradient(135deg, var(--lavender) 0%, var(--sky) 100%); }
.hp .hp-mcp-conn { display: flex; align-items: center; gap: 10px; font-size: .86rem; color: var(--navy); }
.hp .hp-mcp-conn .hp-icon { color: var(--teal-ink); }
.hp .hp-mcp-conn b { padding: 9px 12px; border-radius: 10px; background: #fff; border: 1px solid var(--ui-line); box-shadow: var(--shadow-soft); font-weight: 800; }
.hp .hp-mcp-conn > span { color: var(--teal-ink); font-weight: 800; }
.hp .hp-mcp-res { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.hp .hp-mcp-res span { font-family: var(--mono); font-size: .68rem; padding: 8px 10px; border-radius: 8px; background: #fff; border: 1px solid var(--ui-line); color: var(--navy); }
.hp .hp-mcp-note { font-size: .98rem; color: var(--muted); margin-top: 14px; max-width: 44ch; }

@media (max-width: 1100px) {
  .hp .hp-hero-visual::before { top: -40px; bottom: -34px; left: -30px; }
  .hp .hp-canvas { grid-template-columns: minmax(0, 1fr) 260px; gap: 0 20px; }
  .hp .hp-admin { margin-right: -90px; }
  .hp .hp-admin-body { grid-template-columns: 148px minmax(0, 1fr); }
  .hp .hp-stage { padding: 28px; }
  .hp .hp-crops { margin-left: 4%; }
}
@media (max-width: 900px) {
  .hp .hp-hero-visual { width: 100%; max-width: 560px; justify-self: center; padding: 0 0 0 14px; }
  .hp .hp-hero-visual::before { top: -28px; bottom: -28px; left: -50vw; right: -50vw; transform: none; border-radius: 0; box-shadow: none; }
  .hp .hp-canvas { grid-template-columns: 1fr; gap: 20px; }
  .hp .hp-admin { margin-right: 0; }
  .hp .hp-stage::after { width: 44%; }
  .hp .hp-callout { grid-column: 1; margin-top: 0; max-width: 380px; }
  .hp .hp-crops { margin: 4px 0 0; }
  .hp .hp-privacy-scene { max-width: 560px; }
}
@media (max-width: 768px) {
  .hp .hp-hero-visual::before { background: var(--hp-hero-field); }
  .hp .hp-stage { background: var(--hp-stage-field); }
}
@media (max-width: 760px) {
  .hp .hp-hero-visual { padding-left: 0; }
  .hp .hp-shopper { width: 78%; margin-left: -8px; }
  .hp .hp-pass { width: 72%; }
  .hp .hp-stage { padding: 18px 16px; border-radius: 20px; }
  .hp .hp-admin-body { display: block; min-height: 0; }
  .hp .hp-rail { flex-direction: row; align-items: center; padding: 10px 12px; gap: 6px; overflow: hidden; }
  .hp .hp-rail strong { padding: 0 8px 0 0; flex: none; }
  .hp .hp-rail-item { display: none; }
  .hp .hp-rail-item.is-active { display: flex; padding: 6px 10px; }
  .hp .hp-admin-main { padding: 16px; }
  .hp .hp-search { display: none; }
  .hp .hp-table tr.is-hide-narrow { display: none; }
  .hp .hp-table th:nth-child(2), .hp .hp-table td:nth-child(2) { display: none; }
  .hp .hp-crops { grid-template-columns: 1fr; gap: 12px; }
  .hp .hp-crop { grid-template-columns: 1fr; min-height: 0; }
  .hp .hp-crop-copy { border-right: 0; border-bottom: 1px solid var(--ui-line); }
  .hp .hp-scene > [role="img"] { padding: 18px 16px; border-radius: 18px; }
  .hp .hp-scene::before { top: 12px; left: 12px; right: -12px; bottom: -12px; border-radius: 18px; }
  .hp .hp-presets { grid-template-columns: 1fr; }
  .hp .hp-privacy-scene { padding: 16px; }
  .hp .hp-privacy-scene::after { inset: 7px; border-radius: 20px; }
}
@media (max-width: 400px) {
  .hp .hp-shopper { width: 92%; }
  .hp .hp-pass { width: 88%; }
  .hp .hp-table td { padding: 10px 6px; }
  .hp .hp-rail { flex-wrap: wrap; }
  .hp .hp-rail strong { padding-right: 4px; }
  .hp .hp-admin-main { padding: 14px 12px; }
  .hp .hp-table { table-layout: fixed; }
  .hp .hp-table th:first-child, .hp .hp-table td:first-child { width: 46%; }
  .hp .hp-table td:first-child { white-space: nowrap; }
  .hp .hp-table .hpui-chip { white-space: normal; text-align: left; line-height: 1.3; }
  .hp .hp-node { grid-template-columns: 32px 1fr auto; gap: 10px; padding: 12px; }
  .hp .hp-node .hp-ic { width: 32px; height: 32px; }
  .hp .hp-mcp-conn { flex-wrap: wrap; font-size: .8rem; }
}
@media (prefers-reduced-motion: reduce) {
  :root .hp .hp-hero-visual .hp-console-row, :root .hp .hp-hero-visual .hp-shopper, :root .hp .hp-hero-visual .hp-pass { opacity: 1; transform: none; animation: none; }
  :root .hp .hp-stage .hp-callout, :root .hp .hp-stage .hp-crop { opacity: 1; transform: none; transition: none; animation: none; }
  :root .hp .hp-flow .hp-connector, :root .hp .hp-flow .hp-node { opacity: 1; transform: none; animation: none; }
  :root .hp .hp-privacy-scene .hp-result { opacity: 1; transform: none; transition: none; animation: none; }
}
