/* MakersDrop — onboarding design tokens + base (ported from the MakersDrop onboarding prototype) */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
button, a, [onclick] { touch-action: manipulation; }
body {
  background: #f5f4f1;
  color: #1a1a1a;
  font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Text', 'SF Pro Display', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  --accent: #1a1a1a;
}
input, textarea, select, button { font-family: inherit; }
/* iOS Safari defaults button text to system blue; the card buttons set no color of
   their own and inherited it. Anything that wants a color still sets it explicitly. */
button { color: inherit; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
input:focus, textarea:focus, select:focus { outline: none; }
::placeholder { color: #b0b0b6; }
a { color: var(--accent, #1a1a1a); text-decoration: none; }
a:hover { text-decoration: underline; }
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.16); border-radius: 6px; border: 2px solid transparent; background-clip: padding-box; }

@keyframes mdStepIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mdPop { 0% { transform: scale(0.4); opacity: 0; } 60% { transform: scale(1.08); } 100% { transform: scale(1); opacity: 1; } }
@keyframes mdSpin { to { transform: rotate(360deg); } }
@keyframes mdFadeUp { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes authIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

.md-step { width: 100%; animation: mdStepIn .42s cubic-bezier(.2,.8,.2,1); }
.fade-up { animation: mdFadeUp .3s ease; }
.pop-in { animation: mdPop .4s cubic-bezier(.34,1.56,.64,1); }
.sheet-in { animation: mdStepIn .32s cubic-bezier(.2,.8,.2,1); }
.auth-in { animation: authIn .3s cubic-bezier(.2,.8,.2,1); }
.required-mark { color: #d92d20; margin-left: 2px; font-weight: 700; }

/* A stable render updates data inside the current screen. The legacy renderer
   replaces #root, so suppress only entrance animations that would otherwise
   make the persistent step, modal, or dashboard briefly disappear and return. */
#root[data-stable-render="true"] .md-step,
#root[data-stable-render="true"] .sheet-in,
#root[data-stable-render="true"] .auth-in,
#root[data-stable-render="true"] .view { animation: none !important; }

[data-rm="on"] * { animation-duration: .001s !important; transition-duration: .001s !important; }
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001s !important; transition-duration: .001s !important; }
}

/* hover/active behaviors (design's style-hover / style-active ports) */
.pbtn:hover { filter: brightness(1.06); transform: translateY(-1px); }
.pbtn:active { transform: scale(0.98); }
.pbtn.big:hover { box-shadow: 0 8px 26px rgba(0,0,0,0.36); }
.pbtn[disabled] { opacity: 0.32; pointer-events: none; box-shadow: none !important; }
.contbtn:hover { filter: brightness(1.06); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(0,0,0,0.28); }
.contbtn:active { transform: scale(0.98); }
.lift:hover { transform: translateY(-2px); }
.cardh:hover { box-shadow: 0 8px 26px rgba(0,0,0,0.09); transform: translateY(-2px); }
.ghost:hover { color: #1d1d1f; }
.ghost2:hover { color: #6e6e73; }
.whitebtn:hover { background: #f5f5f7; }
.brightbtn:hover { filter: brightness(1.1); }
.toolbtn:hover { border-color: var(--accent, #1a1a1a); background: #fafafa; text-decoration: none; }
.dashdz:hover { border-color: var(--accent, #1a1a1a); background: #f6f6fb; }
.dashdz2:hover { border-color: var(--accent, #1a1a1a); background: rgba(0,0,0,0.04); }
.dashdz3:hover { border-color: var(--accent, #1a1a1a); background: #faf9f7; }
.rowbtn:hover { background: #faf9f7; }
.authcard:hover { border-color: #1a1a1a; background: #fafaf8; }

/* Muted, looping preview in the screenshot gallery: the badge signals that the
   card opens a real, audible video in the lightbox. */
.shot-video__play {
  position: absolute; inset: 0; margin: auto; pointer-events: none;
  width: 70px; height: 70px; border-radius: 50%;
  background: rgba(20,20,18,0.62);
  box-shadow: 0 10px 30px -6px rgba(0,0,0,0.35);
  display: flex; align-items: center; justify-content: center;
  transition: transform .2s cubic-bezier(.2,.8,.2,1), background .2s;
}
.shot-video__play svg { margin-left: 3px; }
button:hover > .shot-video > .shot-video__play { transform: scale(1.07); background: rgba(20,20,18,0.78); }

.share-networks { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px 4px; }
.share-network { display: flex; flex-direction: column; align-items: center; gap: 7px; padding: 10px 4px; border-radius: 12px; text-decoration: none; color: inherit; transition: background .15s; }
.share-network:hover { background: #f5f5f2; text-decoration: none; }
.share-network__icon { width: 44px; height: 44px; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; }
.share-network__label { font-size: 12px; font-weight: 520; color: #6a6a66; }

.fld:focus, .fldwrap:focus-within { border-color: var(--accent, #1a1a1a) !important; box-shadow: 0 0 0 3.5px rgba(0,0,0,0.14); }
.fld-plain:focus { border-color: #1a1a1a !important; }

.otp-code-field { position: relative; margin-bottom: 6px; }
.otp-code-slots { display: flex; gap: 8px; justify-content: center; cursor: text; }
.otp-signal-input {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  color: transparent;
  caret-color: transparent;
  background: transparent;
  border: 0;
  outline: 0;
  box-shadow: none;
  appearance: none;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

/* image slots (avatar / screenshots) */
.img-slot { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer; overflow: hidden; }
.img-slot img { width: 100%; height: 100%; object-fit: cover; display: block; }
.img-slot .slot-label { padding: 8px; font-size: 11px; color: rgba(255,255,255,0.95); text-shadow: 0 1px 2px rgba(0,0,0,0.25); text-align: center; }
.img-slot.shot .slot-label { color: #b0b0b6; text-shadow: none; font-size: 12px; }
.img-slot.shot { background: repeating-linear-gradient(135deg, #f2f2f5 0 8px, #ededf1 8px 16px); }

.tab:hover { color: #1d1d1f; }
.account-profile-button {
  width: 38px;
  height: 38px;
  padding: 5px;
  appearance: none;
  border: 0;
  border-radius: 11px;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s;
}
.account-profile-button:hover, .account-profile-button[aria-expanded="true"] { background: rgba(0,0,0,0.055); }
.account-profile-button:focus-visible { outline: 2px solid #1a1a1a; outline-offset: 2px; }
.account-menu-item {
  width: 100%;
  min-height: 36px;
  padding: 0 10px;
  appearance: none;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #292927;
  cursor: pointer;
  display: flex;
  align-items: center;
  font: inherit;
  font-size: 13px;
  font-weight: 520;
  text-align: left;
}
.account-menu-item:hover { background: #f4f4f1; }
.account-menu-signout { color: #c43b2f; }
.account-menu-item[disabled] { opacity: .55; cursor: default; }
.role-nav-links { flex:1; display:flex; align-items:center; gap:22px; min-width:0; }
.role-nav-link {
  appearance:none; border:0; background:transparent; cursor:pointer; padding:4px 0;
  color:#86868b; font:inherit; font-size:14px; font-weight:500; transition:color .18s;
}
.role-nav-link:hover, .role-nav-link[aria-current="page"] { color:#1a1a1a; }
.role-nav-link[aria-current="page"] { font-weight:600; }
.nav-upload-button {
  flex-shrink:0; appearance:none; border:0; cursor:pointer; padding:7px 14px; border-radius:9px;
  background:#1a1a1a; color:#fff; font:inherit; font-size:13px; font-weight:590;
}
.account-details { position:relative; }
.account-summary { list-style:none; }
.account-summary::-webkit-details-marker { display:none; }
.account-details[open] .account-summary { background:rgba(0,0,0,0.055); }
.account-menu--store {
  position:absolute; right:0; top:46px; z-index:60; width:220px; padding:7px;
  border:1px solid rgba(0,0,0,0.1); border-radius:14px; background:#fff;
  box-shadow:0 18px 48px rgba(0,0,0,0.16);
}
.account-menu-heading { padding:9px 10px 10px; margin-bottom:5px; border-bottom:1px solid #eeeeeb; font-size:13.5px; font-weight:620; }
.account-menu-divider { height:1px; margin:5px 3px; background:#eeeeeb; }
.account-menu a.account-menu-item { text-decoration:none; }
.account-menu-mobile-only { display:none; }

/* ---- store & library (ported from the MakersDrop store / library prototypes) ---- */
.serif { font-family: -apple-system, BlinkMacSystemFont, 'SF Pro Display', 'Helvetica Neue', system-ui, sans-serif !important; font-weight: 600 !important; letter-spacing: -0.028em !important; }
@keyframes mdUp { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mdFade { from { opacity: 0; } to { opacity: 1; } }
@keyframes navBob { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-2px); } }
@keyframes mdPulse { 0% { transform: scale(1); opacity: 0.55; } 100% { transform: scale(3.4); opacity: 0; } }
@keyframes heroFade { from { opacity: 0; transform: scale(1.015); } to { opacity: 1; transform: scale(1); } }
@keyframes growBar { from { width: 0; } to { width: 100%; } }
.view { animation: mdUp .5s cubic-bezier(.2,.8,.2,1); }
.up-in { animation: mdUp .3s cubic-bezier(.2,.8,.2,1); }
.fade-in { animation: mdFade .2s ease; }
.hero-fade { display: block; animation: heroFade .5s cubic-bezier(.2,.8,.2,1); }

/* ---- story-layout app page ---- */
@keyframes revealUp { from { opacity: 0; transform: translateY(34px); } to { opacity: 1; transform: translateY(0); } }
@keyframes barIn { from { opacity: 0; transform: translateY(120%); } to { opacity: 1; transform: translateY(0); } }
@keyframes vidFloat { 0%,100% { transform: translate(-50%,-50%) scale(1); } 50% { transform: translate(-50%,calc(-50% - 6px)) scale(1.015); } }
/* demo-video play button — high contrast on any poster frame */
.story-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 84px; height: 84px; appearance: none; border: 2px solid rgba(255,255,255,0.92); border-radius: 50%; background: rgba(16,16,18,0.62); backdrop-filter: blur(8px) saturate(140%); -webkit-backdrop-filter: blur(8px) saturate(140%); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 14px 36px -8px rgba(0,0,0,0.6), inset 0 0 0 1px rgba(255,255,255,0.08); animation: vidFloat 5s ease-in-out infinite; transition: background .18s, box-shadow .18s, border-color .18s; }
.story-play:hover { background: rgba(8,8,10,0.78); border-color: #fff; box-shadow: 0 18px 44px -8px rgba(0,0,0,0.68); }
.story-play svg { filter: drop-shadow(0 1px 2px rgba(0,0,0,0.45)); position: relative; z-index: 1; }
/* a highlight that flies around the button's rounded border */
.story-play::before { content: ""; position: absolute; inset: -5px; border-radius: 50%; background: conic-gradient(from 0deg, rgba(255,255,255,0) 0deg, rgba(255,255,255,0) 275deg, rgba(255,255,255,0.95) 330deg, rgba(255,255,255,0) 360deg); -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)); mask: radial-gradient(farthest-side, transparent calc(100% - 3px), #000 calc(100% - 3px)); animation: mdSpin 3s linear infinite; pointer-events: none; }
[data-rm="on"] .story-play::before { animation: none; }
/* scroll-driven reveal; degrades to instant-shown where view() is unsupported (0s duration → final state) */
.reveal { animation: revealUp linear both; animation-timeline: view(); animation-range: entry 4% cover 26%; }
[data-rm="on"] .reveal { animation: none; opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { animation: none !important; opacity: 1; transform: none; } }
/* alternating feature bands */
.story-band { flex-direction: row; }
.story-band:nth-of-type(even) { flex-direction: row-reverse; }
.story-num { position: absolute; top: 16px; right: 16px; width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(160deg, hsl(var(--h) 78% 66%), hsl(var(--h) 82% 48%)); box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 0 6px 14px -4px rgba(0,0,0,0.28); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 18px; }
/* bento grid */
.story-bento { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
/* sticky buy bar (scroll-driven entrance) */
.stickybuy { position: fixed; left: 0; right: 0; bottom: 22px; z-index: 60; display: flex; justify-content: center; pointer-events: none; opacity: 0; animation: barIn linear both; animation-timeline: scroll(root block); animation-range: 460px 660px; }
[data-rm="on"] .stickybuy { animation: none; opacity: 1; }
.stickybuy__inner { pointer-events: auto; display: flex; align-items: center; gap: 16px; background: rgba(26,26,26,0.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border: 1px solid rgba(255,255,255,0.12); border-radius: 980px; padding: 9px 9px 9px 18px; box-shadow: 0 18px 44px -16px rgba(0,0,0,0.55); }
.stickybuy__inner button:hover { transform: translateY(-1px); }
.stickybuy__inner button:active { transform: scale(0.97); }
@media (max-width: 760px) {
  /* Grayscale antialiasing reads lighter on high-density mobile displays than
     it does on desktop. Let the mobile browser use its native text rendering
     so the existing weights keep the same visual presence. */
  body {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }
  .story-bento { grid-template-columns: repeat(2, 1fr); }
  .story-band, .story-band:nth-of-type(even) { flex-direction: column; gap: 24px !important; }
  /* row-layout flex-basis (300/380px) becomes an unwanted fixed HEIGHT once the
     band stacks into a column — reset it so each part sizes to its content. */
  .story-band > div { flex-basis: auto !important; width: 100%; min-width: 0 !important; }
  .story-h--hero { font-size: 34px !important; }
  .story-h--band { font-size: 26px !important; }
  .story-h--cta { font-size: 28px !important; }
}
.pill-dark[disabled], button[data-indicator\:copending][disabled] { opacity: 0.55; pointer-events: none; }
.storelift { transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s; }
.storelift:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(0,0,0,0.28); }
.gallery::-webkit-scrollbar { height: 0; }
.navlink { transition: color .18s; }
.navlink:hover { color: #1a1a1a; }
.greenlink:hover { color: #0f5f36; }
.iconbtn { transition: background .18s; }
.iconbtn:hover { background: rgba(0,0,0,0.05); }
.store-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(245,244,241,0.88);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 0.5px solid rgba(0,0,0,0.08);
}
.store-nav__bar {
  max-width: 1180px;
  height: 58px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  gap: 26px;
}
/* The global a:hover underline outranks a plain class, so the wordmark needs the
   hover state spelled out too. */
.store-nav__brand, .store-nav__brand:hover { display: flex; align-items: center; gap: 8px; padding: 0; text-decoration: none; flex-shrink: 0; }
.store-nav__links { flex: 1; display: flex; align-items: center; gap: 22px; }
.store-nav__actions { display: flex; align-items: center; gap: 0; flex-shrink: 0; }
.store-nav__icon {
  appearance: none;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: manipulation;
}
.store-nav__menu-button, .store-nav__mobile { display: none; }
.store-nav__mobile {
  position: absolute;
  inset: 100% 0 auto;
  padding: 8px 16px 16px;
  background: rgba(245,244,241,0.98);
  border-bottom: 0.5px solid rgba(0,0,0,0.1);
  box-shadow: 0 18px 34px -24px rgba(0,0,0,0.45);
}
.store-nav__mobile nav { display: grid; gap: 4px; }
.store-nav__mobile a {
  min-height: 48px;
  padding: 0 14px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  color: #33332f;
  font-size: 16px;
  font-weight: 560;
  text-decoration: none;
}
.store-nav__mobile a:hover { background: rgba(0,0,0,0.045); }
.store-nav__mobile .store-nav__mobile-developer { color: #147a45; }
.store-nav__mobile-developer span { width: 8px; height: 8px; margin-right: 10px; border-radius: 50%; background: #1e9e5a; }
.pill-dark { transition: transform .2s, background .2s; }
.pill-dark:hover { background: #000; transform: translateY(-1px); }
.pill-dark:active { transform: scale(0.98); }
.pill-white { transition: transform .2s; }
.pill-white:hover { transform: translateY(-1px); }
.pill-white:active { transform: scale(0.98); }
.pill-outline:hover { background: #efeeeb; }
.searchrow:hover { background: #f5f5f2; }
.circlebtn:hover { background: #efeeeb; }
.lbbtn:hover { background: rgba(255,255,255,0.22) !important; }
.devrow:hover { background: #fafaf8; }
.chip:hover { background: #f2f2f0; text-decoration: none; }
.linkish:hover { text-decoration: underline; }

/* Canonical IndieLicence handoff shown during seller onboarding. Each agent
   gets actionable setup copy; the source and author remain directly reachable. */
.license-tools {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  text-align: left;
}
.license-tool {
  appearance: none;
  font: inherit;
  cursor: pointer;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid #d8d8dd;
  border-radius: 12px;
  background: #fff;
  color: #1d1d1f;
  text-align: left;
  text-decoration: none;
  transition: border-color .18s, background .18s, transform .18s;
}
.license-tool:hover { border-color: #a8a8ad; background: #fafafa; transform: translateY(-1px); text-decoration: none; }
.license-tool.is-copied { border-color: #248a49; background: #f0f9f2; }
.license-tool.is-copied .license-tool__name { color: #248a49; }
.license-tool.is-copied .license-tool__name::after { content: 'Copied'; color: #248a49; font-size: 12px; font-weight: 590; }
.license-tool.is-copied .license-tool__name > span { display: none; }
.license-tool__name { display: flex; align-items: center; justify-content: space-between; gap: 8px; font-size: 13.5px; font-weight: 640; }
.license-tool__name span { color: #86868b; font-size: 12px; }
.license-tool__instruction { display: block; margin-top: 6px; color: #6e6e73; font-size: 11.5px; line-height: 1.4; font-weight: 400; }

.app-hero {
  max-width: 1180px;
  margin: 0 auto;
  padding: 24px 28px 44px;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: start;
}
.app-hero__icon {
  width: 108px;
  height: 108px;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(160deg, hsl(var(--h) 78% 66%), hsl(var(--h) 82% 48%));
  box-shadow: inset 0 1px 2px rgba(255,255,255,0.5), 0 12px 28px -8px rgba(0,0,0,0.28);
}
.app-hero__icon img { width: 100%; height: 100%; object-fit: cover; display: block; }
.app-hero__copy { min-width: 0; padding-top: 4px; }
.app-hero__copy h1 { margin: 0; font-size: 38px; font-weight: 660; letter-spacing: -0.025em; overflow-wrap: anywhere; }
.app-hero__copy p { margin: 6px 0 0; font-size: 19px; line-height: 1.35; color: #5a5a56; }
.app-hero__copy a { display: inline-block; padding: 8px 0 0; color: var(--accent,#0071e3); font-size: 14px; text-decoration: none; }
.app-hero__commerce { padding-top: 6px; display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.app-hero__price { font-size: 26px; font-weight: 660; letter-spacing: -0.02em; }
.app-hero__update { margin-top: -6px; color: #86868b; font-size: 12.5px; white-space: nowrap; }
.app-hero__actions { display: flex; gap: 10px; }

@media (max-width: 900px) {
  .app-hero { grid-template-columns: 108px minmax(0, 1fr); padding-bottom: 34px; }
  .app-hero__commerce {
    grid-column: 1 / -1;
    padding-top: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 2px 18px;
  }
  .app-hero__price { grid-row: 1; }
  .app-hero__update { grid-row: 2; margin-top: 0; }
  .app-hero__actions { grid-column: 2; grid-row: 1 / 3; }
}

@media (max-width: 760px) {
  .store-nav__bar { height: 58px; padding: 0 12px 0 16px; gap: 8px; }
  .store-nav__brand { margin-right: auto; min-width: 0; }
  .store-nav__links { display: none !important; }
  .store-nav__actions { gap: 0; }
  .store-nav__menu-button { display: flex; }
  .store-nav__mobile { display: block; }
  .role-nav-links { display:none; }
  .seller-nav-bar { gap:6px; }
  .nav-upload-button { margin-left:auto; padding:7px 10px; }
  .seller-account-menu,
  .buyer-account .account-menu,
  .account-menu--store {
    position:fixed !important;
    top:64px !important;
    right:12px !important;
    left:12px !important;
    width:auto !important;
    max-height:calc(100dvh - 76px);
    overflow-y:auto;
    overscroll-behavior:contain;
    border-radius:16px !important;
    box-shadow:0 20px 60px rgba(0,0,0,0.2) !important;
  }
  .account-menu-item { min-height:46px; padding:0 13px; font-size:14px; }
  .account-menu-mobile-only { display:block; }
  .app-hero { padding:20px 20px 32px; grid-template-columns:88px minmax(0, 1fr); gap:18px; }
  .app-hero__icon { width:88px; height:88px; border-radius:22px; }
  .app-hero__copy { padding-top:1px; }
  .app-hero__copy h1 { font-size:30px; line-height:1.05; }
  .app-hero__copy p { margin-top:5px; font-size:16px; line-height:1.3; }
  .app-hero__copy a { padding-top:6px; font-size:13.5px; }
  .app-hero__commerce { margin-top:4px; grid-template-columns:minmax(0, 1fr) auto; }
  .app-hero__actions button { min-width:88px; min-height:46px; }
  .license-tools { grid-template-columns: 1fr; }

  /* A long app name and its version pill compete for the same narrow row on
     spotlight cards. Keep the icon/name relationship, then tuck the version
     directly below the name where it remains easy to scan. */
  .spotlight-card__identity {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  .spotlight-card__version { line-height: 1.2; }

  /* The spotlight demo is a widescreen banner on desktop, but on mobile it sits
     in the same card stack as the app summary. Give both cards one footprint so
     the demo no longer reads as a short, unrelated banner. */
  .spotlight-app-card,
  .spotlight-demo-card { height: 260px; }
  .spotlight-demo-card .product-demo-video,
  .spotlight-demo-card__fallback { height: 100%; }
  .spotlight-demo-card .product-demo-video__media {
    height: calc(100% - 38px);
    aspect-ratio: auto !important;
  }
  .spotlight-demo-card__fallback { border-radius: 24px !important; }
}

@media (max-width: 430px) {
  .app-hero__commerce { display:flex; align-items:stretch; gap:6px; }
  .app-hero__price { margin-top:4px; }
  .app-hero__update { white-space:normal; }
  .app-hero__actions { margin-top:8px; display:grid; grid-template-columns:1fr 1fr; }
  .app-hero__actions button { width:100%; }
}

/* ---- product page tech specs ---- */
.spec-grid {
  border-top: 0.5px solid rgba(0,0,0,0.1);
  padding-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px 40px;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 0.5px solid rgba(0,0,0,0.06);
}
.spec-row__k { flex: 0 0 auto; font-size: 14px; color: #86868b; }
.spec-row__v { min-width: 0; font-size: 14px; font-weight: 500; color: #1a1a1a; text-align: right; }

/* Two columns leave each cell too narrow for a label + value on one line, so the
   value wraps under and the rows fall out of alignment. Stack them instead. */
@media (max-width: 560px) {
  .spec-grid { grid-template-columns: 1fr; gap: 0; }
}

/* ---- seller wizard + dashboard layout ----
   app.js renders with inline styles, so every layout container that has to
   respond gets a class here instead. Keep the desktop values identical to the
   inline styles they replaced. */
.wizard-shell { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.wizard-body { flex: 1; position: relative; min-width: 0; }

.wizard-rail { flex-shrink: 0; padding: 16px 40px 14px; border-bottom: 0.5px solid rgba(0,0,0,0.06); }
.wizard-rail__track { display: flex; align-items: center; gap: 6px; max-width: 760px; margin: 0 auto; }
.rail-item { display: flex; align-items: center; gap: 7px; }
.rail-dot {
  width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; letter-spacing: -0.02em;
  transition: all .3s cubic-bezier(.2,.8,.2,1);
}
.rail-conn { flex: 1; height: 1.5px; min-width: 14px; border-radius: 2px; transition: background .3s; }

.wizard-footer {
  position: sticky; bottom: 0; z-index: 30; flex-shrink: 0;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px;
  border-top: 0.5px solid rgba(0,0,0,0.08);
  background: rgba(245,244,241,0.85);
  backdrop-filter: saturate(180%) blur(20px);
}
.wizard-footer__back { padding: 8px 4px; }

.dropzone {
  position: relative; border-radius: 20px; padding: 54px 40px;
  display: flex; flex-direction: column; align-items: center; gap: 18px;
  cursor: pointer; text-align: center;
  transition: all .25s cubic-bezier(.2,.8,.2,1);
}
.dropzone__icon {
  width: 72px; height: 72px; border-radius: 18px; background: #f2f2ef; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
}

.scan-head {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 22px; background: #fbfbfd; border-bottom: 1px solid #ececf0;
}
.scan-head__name { font-size: 15px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.checks-grid { padding: 10px 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 0 32px; }
.details-grid { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; align-items: start; }
/* sit below the sticky nav (~59px) so the preview isn't clipped behind it */
.details-preview { position: sticky; top: 68px; min-width: 0; }
.profile-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 44px; align-items: start; }
.profile-preview { position: sticky; top: 20px; min-width: 0; }
.shots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; align-items: stretch; }
.dash-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.stat-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }

.chart-col { flex: 1; height: 100%; display: flex; flex-direction: column; align-items: center; gap: 7px; min-width: 0; }
.chart-col__track { flex: 1; width: 100%; display: flex; align-items: flex-end; }

.price-field { display: flex; align-items: baseline; gap: 4px; border-bottom: 2px solid #e6e6ea; padding: 0 0 10px; }
.price-symbol { font-size: 44px; font-weight: 600; color: #86868b; letter-spacing: -0.03em; }
.price-input { width: 160px; border: none; background: transparent; font-size: 64px; font-weight: 640; letter-spacing: -0.04em; text-align: center; color: #1d1d1f; }
.price-facts { margin-top: 40px; display: flex; gap: 22px; font-size: 13px; color: #a1a1a6; }
.earn-figure { font-size: 66px; font-weight: 680; letter-spacing: -0.04em; line-height: 1; color: #1d1d1f; }
.complete-actions { display: flex; gap: 12px; }

.manage-backdrop {
  position: fixed; inset: 0; z-index: 90;
  background: rgba(20,20,18,0.34); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; padding: 20px;
}
.manage-panel {
  max-width: 100%; background: #fff; border-radius: 22px;
  max-height: calc(100dvh - 40px); display: flex; flex-direction: column;
  box-shadow: 0 40px 90px -24px rgba(0,0,0,0.5); overflow: hidden;
}
.manage-panel__head { flex-shrink: 0; }
.manage-panel__body {
  min-height: 0; overflow-y: auto; overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}
.manage-panel__actions {
  flex-shrink: 0; display: flex; align-items: center; gap: 10px;
  padding: 14px 26px 16px; border-top: 1px solid #ececf0;
  background: rgba(255,255,255,0.96); backdrop-filter: blur(12px);
  box-shadow: 0 -10px 24px -22px rgba(0,0,0,0.45);
}

.only-touch { display: none; }

@media (max-width: 760px) {
  /* iOS Safari zooms the page in whenever a focused field is under 16px. */
  input:not(.price-input), textarea, select { font-size: 16px !important; }
  .fld, .fld-plain { min-height: 44px; }
  .pbtn, .whitebtn, .brightbtn, .contbtn { min-height: 44px; }

  .only-touch { display: inline; }
  .only-pointer { display: none; }

  .md-step { padding: 26px 18px 32px !important; }
  .md-step h1 { font-size: 24px !important; line-height: 1.16; }

  .wizard-rail { padding: 12px 14px 10px; }
  .wizard-rail__track { gap: 3px; }
  .rail-dot { width: 22px; height: 22px; font-size: 11px; }
  .rail-conn { min-width: 5px; }

  .wizard-footer {
    height: auto; gap: 12px;
    padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  }
  .wizard-footer__back { min-height: 48px; padding: 8px; }
  .wizard-footer__next { min-height: 48px; padding: 12px 26px !important; }

  /* The auth card's OTP row is 6 boxes wide — it overflows a 393px screen at full size. */
  .auth-in > div { padding: 24px 20px 22px !important; }
  #otp-boxes { gap: 6px !important; }
  #otp-boxes > div { width: 42px !important; height: 50px !important; font-size: 20px !important; }

  .dropzone { padding: 34px 20px; gap: 14px; }
  .dropzone__icon { width: 60px; height: 60px; border-radius: 16px; }

  /* Filename + size + scan status won't sit on one line at phone width. */
  .scan-head { flex-wrap: wrap; padding: 16px; gap: 12px; }
  .scan-head #scan-status { flex-basis: 100%; }

  .checks-grid { grid-template-columns: 1fr; padding: 6px 16px; }
  .details-grid, .profile-grid { grid-template-columns: minmax(0, 1fr); gap: 26px; }
  .details-preview, .profile-preview { position: static; }
  .shots-grid { grid-template-columns: repeat(2, 1fr); }
  .field-grid { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; gap: 12px; }
  .dash-grid-2 { grid-template-columns: 1fr; }
  .stat-grid-4 { grid-template-columns: repeat(2, 1fr); }

  .price-symbol { font-size: 30px; }
  .price-input { font-size: 44px; width: min(160px, 44vw); }
  .price-facts { margin-top: 26px; flex-wrap: wrap; justify-content: center; gap: 8px 14px; }
  .earn-figure { font-size: 44px; }

  .complete-actions { flex-direction: column; width: 100%; max-width: 320px; }
  .complete-actions button { width: 100%; }

  /* Manage becomes a bottom sheet that scrolls its own body. */
  .manage-backdrop { padding: 0; align-items: flex-end; overflow: hidden; }
  .manage-panel {
    width: 100% !important; max-width: 100%;
    border-radius: 20px 20px 0 0;
    max-height: 92dvh; display: flex; flex-direction: column;
  }
  .manage-panel__head { padding: 18px 18px !important; flex-shrink: 0; }
  .manage-panel__body {
    padding: 18px 18px calc(24px + env(safe-area-inset-bottom)) !important;
    overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  }
  .manage-panel__actions {
    padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  }
  .manage-panel__actions button { flex: 1; min-height: 46px; }
}

/* ---- legal + contact pages ---- */
.legal {
  max-width: 720px;
  margin: 0 auto;
  padding: 40px 28px 90px;
  font-size: 16.5px;
  line-height: 1.65;
  color: #33332f;
}
.legal__head { margin-bottom: 40px; }
.legal__head h1 {
  margin: 0;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #1a1a1a;
}
.legal__lede {
  margin: 16px 0 0;
  font-size: 19px;
  line-height: 1.5;
  color: #5a5a56;
  max-width: 560px;
}
.legal__updated {
  margin: 20px 0 0;
  font-size: 13px;
  color: #a8a8a3;
}
.legal h2 {
  margin: 44px 0 14px;
  font-size: 22px;
  font-weight: 640;
  letter-spacing: -0.015em;
  color: #1a1a1a;
}
.legal h3 {
  margin: 30px 0 10px;
  font-size: 16.5px;
  font-weight: 640;
  color: #1a1a1a;
}
.legal p { margin: 0 0 16px; text-wrap: pretty; }
.legal ul { margin: 0 0 16px; padding-left: 22px; }
.legal li { margin-bottom: 9px; }
.legal strong { font-weight: 600; color: #1a1a1a; }
.legal a { color: #147a45; text-decoration: none; border-bottom: 1px solid rgba(20, 122, 69, 0.28); }
.legal a:hover { border-bottom-color: #147a45; }
.legal__big { font-size: 22px; font-weight: 600; margin: 18px 0 20px; }
.legal__address {
  font-style: normal;
  line-height: 1.7;
  background: #fff;
  border: 0.5px solid rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 22px 24px;
}
/* ---- storefront footer ---- */
.store-foot {
  margin-top: auto;
  border-top: 0.5px solid rgba(0, 0, 0, 0.08);
  background: #f0efeb;
}
.store-foot__inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 40px 28px 26px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.store-foot__tag { margin: 10px 0 0; font-size: 13px; color: #8a8a86; }
.store-foot__links { display: flex; gap: 26px; flex-wrap: wrap; }
.store-foot__links a {
  font-size: 13.5px;
  color: #6a6a66;
  text-decoration: none;
  transition: color .15s;
}
.store-foot__links a:hover { color: #1a1a1a; }
.store-foot__legal {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 12.5px;
  line-height: 1.5;
  color: #a8a8a3;
}
.store-foot__legal a { color: #a8a8a3; text-decoration: none; }
.store-foot__legal a:hover { color: #6a6a66; }

@media (max-width: 720px) {
  .legal { padding: 28px 22px 70px; font-size: 16px; }
  .legal__head h1 { font-size: 34px; }
  .legal__lede { font-size: 17px; }
  .legal h2 { font-size: 20px; margin-top: 36px; }
  .legal__big { font-size: 19px; word-break: break-word; }
  .store-foot__inner { flex-direction: column; gap: 22px; }
  /* Footer links are the only standalone controls down here, so give them a
     44px tap target rather than the 16px their text height would allow. */
  .store-foot__links { gap: 4px 22px; margin-left: -10px; }
  .store-foot__links a { padding: 12px 10px; }
  .store-foot__legal { padding-bottom: 30px; }
}

/* Footer on the SPA surfaces (/sell, /buy/dashboard). Lives outside #root so an
   app re-render can never drop the legal links. */
.store-foot--app { margin-top: 0; }
.store-foot--app .store-foot__legal {
  padding: 26px 28px;
  align-items: center;
}
.store-foot--app .store-foot__links a { font-size: 13px; color: #8a8a86; }
.store-foot--app .store-foot__links a:hover { color: #1a1a1a; }

/* ---- customer library (/buy/dashboard) ----
   Layout shell only; everything else comes from the shared dashboard kit below. */
.lib-shell { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; }
.lib-authgate {
  min-height: 100vh; min-height: 100dvh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 40px 20px;
}
.lib-filter { min-height: 40px; }

/* ---- bundles: the one deliberately dark surface ---- */
.bundle-card {
  appearance: none; text-align: left; cursor: pointer; border: none; font: inherit;
  border-radius: 24px; overflow: hidden; background: #111; color: #fff;
  padding: 34px 36px; display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center;
  transition: transform .3s cubic-bezier(.2,.8,.2,1), box-shadow .3s;
}
.bundle-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(0,0,0,0.45); }
.bundle-card__title { font-size: 32px; }
.bundle-chip {
  font-size: 11px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase;
  color: #111; background: #fff; padding: 3px 8px; border-radius: 6px;
}
.bundle-hero { border-radius: 26px; background: #111; color: #fff; padding: 52px; text-align: center; }
.bundle-hero__title { font-size: 46px; }
.bundle-hero__blurb { margin: 18px auto 0; font-size: 17px; line-height: 1.5; color: rgba(255,255,255,0.66); max-width: 440px; }

@media (max-width: 760px) {
  .bundle-card { grid-template-columns: 1fr; gap: 18px; padding: 24px 20px; border-radius: 20px; }
  .bundle-card__title { font-size: 26px; }
  .bundle-hero { padding: 32px 20px; border-radius: 22px; }
  .bundle-hero__title { font-size: 30px; }
  .bundle-hero__blurb { font-size: 15px; margin-top: 14px; }
}

/* ---- shared dashboard kit ----
   One visual language for the seller dashboard (/sell/dashboard) and the buyer
   dashboard (/buy/dashboard). Values are the seller dashboard's, lifted out of
   app.js's inline styles so library.js can render the same components. */
.dash-page { max-width: 1180px; margin: 0 auto; padding: 30px 34px; }
.dash-page--mid { max-width: 900px; }
.dash-page--narrow { max-width: 720px; }

.dash-title { font-size: 20px; font-weight: 640; letter-spacing: -0.02em; margin-bottom: 18px; }
.dash-title--tight { margin-bottom: 4px; }
.dash-subtitle { font-size: 13.5px; color: #86868b; margin-bottom: 24px; }
.dash-label { font-size: 12px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: #86868b; margin-bottom: 10px; }

.dash-card { border-radius: 16px; border: 1px solid #e6e6ea; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.dash-card--pad { padding: 20px; }
.dash-card--flush { overflow: hidden; }
.dash-card__head {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 20px; border-bottom: 1px solid #f2f2f5; font-size: 14px; font-weight: 600;
}
.dash-row { display: flex; align-items: center; gap: 14px; padding: 14px 20px; font-size: 14px; border-bottom: 1px solid #f7f7f9; }
.dash-row:last-child { border-bottom: 0; }
.dash-row__main { flex: 1; min-width: 0; }
.dash-row__title { font-size: 15px; font-weight: 600; }
.dash-row__meta { font-size: 12.5px; color: #86868b; margin-top: 2px; }

.dash-tile { background: #f7f7f5; border-radius: 13px; padding: 14px; }
.dash-tile__value { font-size: 18px; font-weight: 680; letter-spacing: -0.02em; }
.dash-tile__label { font-size: 12px; color: #86868b; margin-top: 2px; }
.stat-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }

.dash-appcard {
  border-radius: 16px; border: 1px solid #e6e6ea; background: #fff; padding: 18px;
  display: flex; gap: 15px; align-items: center; box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  transition: box-shadow .2s, transform .2s;
}
.dash-appicon {
  width: 54px; height: 54px; border-radius: 13px; flex-shrink: 0; overflow: hidden; position: relative;
  background: linear-gradient(160deg, hsl(var(--h) 78% 66%), hsl(var(--h) 82% 48%));
  box-shadow: inset 0 1px 1px rgba(255,255,255,0.5), 0 4px 12px rgba(0,0,0,0.14);
}
.dash-appicon--lg { width: 68px; height: 68px; border-radius: 16px; }
.dash-appicon--sm { width: 40px; height: 40px; border-radius: 11px; }

.btn-dark {
  appearance: none; border: 0; cursor: pointer; font: inherit;
  font-size: 13.5px; font-weight: 560; color: #fff; background: var(--accent, #1a1a1a);
  border-radius: 10px; padding: 9px 16px; transition: filter .18s, background .2s;
}
.btn-dark:hover { filter: brightness(1.1); }
.btn-white {
  appearance: none; cursor: pointer; font: inherit;
  font-size: 13.5px; font-weight: 550; color: #1d1d1f; background: #fff;
  border: 1px solid #d8d8d3; border-radius: 10px; padding: 9px 16px;
  text-decoration: none; display: inline-flex; align-items: center; justify-content: center;
  transition: background .18s;
}
.btn-white:hover { background: #f5f5f7; text-decoration: none; }
.btn-dark[disabled], .btn-white[disabled] { opacity: .55; pointer-events: none; }
.btn-row { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }
.dash-approw { display: flex; gap: 14px; align-items: center; }

.pill { display: inline-flex; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 600; padding: 2px 8px; border-radius: 20px; white-space: nowrap; }
.pill__dot { width: 5px; height: 5px; border-radius: 50%; }
.pill--live { color: #34c759; background: #eafaef; }
.pill--live .pill__dot { background: #34c759; }
.pill--pending { color: #ff9500; background: #fff6e9; }
.pill--pending .pill__dot { background: #ff9500; }
.pill--muted { color: #6e6e73; background: #f2f2f5; }
.pill--muted .pill__dot { background: #86868b; }

.key-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 19px; letter-spacing: 0.06em; font-weight: 500; overflow-wrap: anywhere;
}
.lib-toolbar { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.lib-search {
  display: flex; align-items: center; gap: 10px; background: #fff;
  border: 1px solid #e6e6ea; border-radius: 12px; padding: 0 14px; height: 44px; width: 300px; max-width: 100%;
}
.lib-search input { flex: 1; min-width: 0; border: none; background: transparent; font: inherit; font-size: 15px; outline: none; }

@media (max-width: 760px) {
  .dash-page { padding: 24px 18px 40px !important; }
  .dash-title { font-size: 22px; }
  .dash-row { flex-wrap: wrap; padding: 14px 16px; }
  .btn-dark, .btn-white { min-height: 40px; }
  .key-code { font-size: 17px; letter-spacing: 0.04em; }
  .lib-search { width: 100%; }

  /* Actions drop to their own full-width row so the app name isn't squeezed into
     a two-word column next to the buttons. */
  .dash-appcard, .dash-approw { flex-wrap: wrap; }
  .dash-appcard > .btn-row, .dash-approw > .btn-row {
    flex-basis: 100%; flex-wrap: nowrap !important; margin-top: 4px;
  }
  .dash-appcard > .btn-row > *, .dash-approw > .btn-row > * { flex: 1; }
  .dash-row > .btn-row { flex-basis: 100%; }
}

/* The card's own rounded edge closes the list, so the final row's rule is a
   stray line against it. */
.dev-page .dev-faq__row:last-child { border-bottom: none !important; }

/* ---- /developers marketing page ----
   The markup carries desktop values as inline styles, so every override here
   needs !important to win against them. Keep these rules scoped to .dev-page. */
@media (max-width: 900px) {
  .dev-page .dev-hero { padding: 76px 24px 44px !important; }
  .dev-page .dev-hero__title { font-size: 60px !important; }
  .dev-page .dev-sec { padding-left: 24px !important; padding-right: 24px !important; }
  .dev-page .dev-panel { padding: 56px 36px !important; border-radius: 26px !important; }
  .dev-page .dev-cta__title { font-size: 42px !important; }
  .dev-page .dev-flow__step { font-size: 32px !important; }
}

@media (max-width: 760px) {
  .dev-page .dev-sec {
    padding-left: 20px !important; padding-right: 20px !important;
    padding-top: 48px !important; padding-bottom: 48px !important;
  }

  .dev-page .dev-hero { padding: 52px 20px 36px !important; }
  .dev-page .dev-hero__title { font-size: 44px !important; line-height: 1.02 !important; }
  .dev-page .dev-hero__sub { margin-top: 20px !important; font-size: 17px !important; }
  .dev-page .dev-hero__cta { margin-top: 28px !important; gap: 10px !important; }
  .dev-page .dev-hero__cta a { flex: 1 1 100%; min-height: 50px; display: flex !important; align-items: center; justify-content: center; }

  /* Inline dot separators wrap onto their own lines and orphan, so drop them and
     let each claim read as a chip instead. */
  .dev-page .dev-strip__inner { gap: 8px !important; padding: 14px 16px !important; }
  .dev-page .dev-strip__sep { display: none; }
  .dev-page .dev-strip__item {
    background: #fff; border: 0.5px solid rgba(0,0,0,0.07); border-radius: 980px;
    padding: 6px 12px; font-size: 12.5px; line-height: 1.2; color: #6a6a66;
  }

  .dev-page .dev-h2 { font-size: 30px !important; line-height: 1.12 !important; }
  .dev-page .dev-lede { font-size: 16px !important; }

  .dev-page .dev-panel { padding: 40px 24px !important; border-radius: 24px !important; }
  .dev-page .dev-cta__title { font-size: 32px !important; line-height: 1.1 !important; }

  /* Horizontal step rows become vertical: the arrows point down instead of right. */
  .dev-page .dev-flow, .dev-page .dev-pay { flex-direction: column !important; gap: 12px !important; }
  .dev-page .dev-flow__step { font-size: 27px !important; }
  .dev-page .dev-flow__arrow, .dev-page .dev-pay__arrow { transform: rotate(90deg); }

  .dev-page .dev-duo { grid-template-columns: 1fr !important; }
  .dev-page .dev-detect__list { grid-template-columns: 1fr !important; padding: 8px 20px !important; }
  .dev-page .dev-card { padding: 22px !important; }
  .dev-page .dev-quote { padding: 26px !important; }
  .dev-page .dev-quote__text { font-size: 22px !important; }

  /* Question and answer no longer fit side by side without the answer being
     squeezed to one word per line. */
  .dev-page .dev-faq { padding: 4px 18px !important; }
  .dev-page .dev-faq__row {
    display: block !important; padding: 15px 0 !important;
  }
  .dev-page .dev-faq__a { display: block; margin-top: 3px; font-size: 15px !important; color: #6a6a66 !important; }
}

@media (max-width: 400px) {
  .dev-page .dev-hero__title { font-size: 38px !important; }
  .dev-page .dev-flow__step { font-size: 24px !important; }
  .dev-page .dev-cta__title { font-size: 28px !important; }
}
.customer-review-button{appearance:none;border:1px solid #d4d4cf;background:#fff;color:#1a1a1a;border-radius:10px;padding:9px 14px;font:inherit;font-size:13px;font-weight:600;cursor:pointer}.customer-review-button:hover{background:#f8f8f5}.customer-review-button:disabled{opacity:.5;cursor:not-allowed}.customer-review-button--primary{border-color:#1a1a1a;background:#1a1a1a;color:#fff}.customer-review-button--primary:hover{background:#333}.customer-review-button--danger{color:#b33a31}
