.home-product-showcase {
  --ui-ink: #191f1c;
  --ui-muted: #707875;
  --ui-border: #dee2e1;
  --ui-sidebar: #f6f6f5;
  --ui-primary: #214f0b;
  --ui-green: #177a44;
  --ui-amber: #96690c;
}

.proto-mock { padding: 32px 24px 72px; }
.proto-visually-hidden {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.demo {
  --ink: #191f1c; --muted: #707875; --line: #dee2e1; --side: #f6f6f5;
  --hover: #eeeeec; --on: #e7e7e6; --green: #214f0b; --ok: #177a44;
  --brand: oklch(0.86 0.20 130); --brand-fg: #191f1c;
  position: relative; max-width: 1280px; margin: 0 auto;
  border-radius: 16px; overflow: hidden; background: #fff;
  border: 0.5px solid color-mix(in oklab, var(--v2-fg) 12%, transparent);
  box-shadow: 0 28px 80px -28px rgba(25,31,28,.38);
}
.demo-chrome {
  display: flex; align-items: center; gap: 7px; height: 34px; padding: 0 14px;
  background: var(--side); border-bottom: 0.5px solid var(--line);
}
.demo-dot { width: 8px; height: 8px; border-radius: 999px; background: #d4d9d7; }
.demo-url {
  margin: 0 auto; font-size: 11px; color: var(--muted);
  background: #fff; border: 0.5px solid var(--line); border-radius: 6px; padding: 2px 10px;
}
.demo-stage { position: relative; width: 100%; overflow: hidden; }
.demo-shell {
  display: grid; grid-template-columns: 208px 1fr; min-height: 680px;
  width: 1280px; transform-origin: top left;
}
.demo-side {
  background: var(--side); border-right: 0.5px solid var(--line);
  padding: 16px 0; display: flex; flex-direction: column;
}
.demo-logo {
  font-size: 16px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink);
  padding: 0 16px; margin-bottom: 20px;
}
.demo-nav-lab {
  font-size: 11px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  color: var(--muted); padding: 12px 16px 4px;
}
.demo-nav-item {
  display: flex; align-items: center; gap: 8px; box-sizing: border-box;
  width: calc(100% - 16px); margin: 1px 8px; padding: 6px 12px; border-radius: 6px;
  font-size: 13px; line-height: 1.4; font-weight: 400; color: var(--muted);
}
.demo-nav-icon {
  width: 15px; height: 15px; flex: none; display: flex;
  align-items: center; justify-content: center; color: var(--muted); opacity: .78;
}
.demo-nav-icon svg { width: 15px; height: 15px; stroke-width: 1.6; display: block; }
.demo-nav-item.on { background: var(--on); color: var(--ink); font-weight: 600; }
.demo-nav-item.on .demo-nav-icon { color: var(--ink); opacity: 1; }
.demo-side-foot { margin-top: auto; padding: 8px 0; }
.demo-nav-item.refer {
  font-weight: 600; color: var(--ink);
  background: color-mix(in oklab, var(--brand) 12%, transparent);
  animation: demo-refer 7s ease-in-out infinite;
}
.demo-nav-item.refer .demo-nav-icon { color: var(--ink); opacity: 1; }
.demo-nav-item.support { margin-top: 2px; }
@keyframes demo-refer {
  0%, 82%, 100% { background: color-mix(in oklab, var(--brand) 12%, transparent); box-shadow: none; }
  88%, 94% { background: color-mix(in oklab, var(--brand) 23%, transparent); box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 10%, transparent); }
}
.demo-main { background: #fff; min-width: 0; display: flex; flex-direction: column; }
.demo-head {
  display: flex; justify-content: flex-end; align-items: center; gap: 8px;
  padding: 10px 22px; border-bottom: 0.5px solid var(--line);
}
.demo-lang, .demo-ws {
  display: flex; align-items: center; gap: 4px; color: var(--muted);
  font-size: 13px; font-weight: 500;
}
.demo-ws { gap: 10px; }
.demo-ws b { display: block; font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.demo-ws small { display: block; font-size: 11px; color: var(--muted); line-height: 1.3; margin-top: 1px; }
.demo-body { position: relative; flex: 1; overflow: hidden; background: #fff; }
.demo-screen { padding: 22px 26px 20px; }
.demo-form {
  position: absolute; inset: 0; background: #fff; opacity: 0; pointer-events: none;
  transform: translateX(16px);
  transition: opacity .55s ease, transform .6s cubic-bezier(.22,1,.36,1);
}
.demo.is-form .demo-form { opacity: 1; pointer-events: auto; transform: none; }
.demo.is-form .demo-dash { opacity: 0; transform: translateX(-10px); }
.demo-dash { transition: opacity .5s ease, transform .55s ease; }
.demo-hi { margin: 0; font-size: 20px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.demo-hi .flag {
  display: inline-block; margin-left: 6px; font-size: 16px;
  transform: rotate(-15deg); opacity: .6; vertical-align: middle;
}
.demo-meta { display: flex; justify-content: space-between; margin: 4px 0 20px; font-size: 13px; color: var(--muted); }
.demo-tiles { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-bottom: 22px; }
.demo-tile {
  border: 0.5px solid var(--line); border-radius: 10px; padding: 12px;
  background: #fff; display: flex; align-items: flex-start; gap: 12px;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease, transform .25s ease;
}
.demo-tile .ico {
  width: 36px; height: 36px; border-radius: 8px; flex: none;
  background: #f3f3f2; color: var(--muted); display: grid; place-items: center;
  transition: background .15s, color .15s;
}
.demo-tile .ico svg { stroke-width: 1.6; }
.demo-tile b { display: block; font-size: 13px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.demo-tile small { display: block; font-size: 12px; color: var(--muted); font-weight: 400; margin-top: 2px; }
.demo-tile.is-hot {
  background: #fafaf9; border-color: color-mix(in oklab, var(--brand) 45%, var(--line));
  box-shadow: 0 10px 22px -14px rgba(25,31,28,.35); transform: translateY(-1px);
}
.demo-tile.is-hot .ico { background: var(--brand); color: var(--ink); }
.demo-mid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem;
  margin-bottom: 1.75rem; align-items: stretch;
}
.demo-sec { margin: 0 0 0.45rem; color: var(--muted); font-size: 0.8125rem; font-weight: 500; line-height: 1.4; }
.demo-card { border: 0.5px solid var(--line); border-radius: 10px; padding: 1.125rem 1.375rem; background: #fff; flex: 1; }
.demo-col { display: flex; flex-direction: column; min-width: 0; }
.demo-acct img { display: block; width: 100%; height: auto; }
.demo-act-empty {
  display: flex; align-items: center; justify-content: center;
  min-height: 140px; color: var(--muted); font-size: 13px; text-align: center;
}
.demo-qo-head { margin: 0 0 6px; }
.demo-qo-tabs {
  position: relative; display: flex; align-items: center; justify-content: center;
  min-height: 34px; margin: 8px 0 10px;
}
.demo-qo-tabs::before {
  content: ""; position: absolute; left: 20px; right: 20px; top: 50%;
  height: 0.5px; background: var(--line);
}
.demo-seg {
  position: relative; z-index: 1; display: inline-flex; gap: 2px;
  padding: 3px; background: #fff; border: 0.5px solid var(--line); border-radius: 999px;
}
.demo-seg i {
  font-style: normal; font-size: 12.5px; padding: 5px 12px;
  border-radius: 999px; color: var(--muted); font-weight: 400;
}
.demo-seg i.on { background: var(--green); color: #fff; font-weight: 600; }
.demo-qo-filter {
  position: absolute; right: 20px; z-index: 1; background: #fff; padding-left: 6px;
  font-size: 12.5px; color: var(--muted); display: flex; align-items: center; gap: 5px;
}
.demo-table-wrap { border: 0.5px solid var(--line); border-radius: 14px; overflow-x: auto; background: #fff; }
.demo-table { width: 100%; border-collapse: collapse; }
.demo-table th {
  text-align: left; font-size: 11px; font-weight: 500; letter-spacing: .045em;
  text-transform: uppercase; color: var(--muted); padding: 10px 12px; white-space: nowrap;
}
.demo-table th:first-child, .demo-table td:first-child { padding-left: 18px; }
.demo-table td {
  padding: 11px 12px; border-top: 0.5px solid var(--line);
  color: var(--muted); font-size: 12.5px; font-weight: 400; white-space: nowrap;
}
.demo-kebab { display: inline-flex; color: var(--muted); opacity: .7; }
.demo-pill {
  display: inline-flex; align-items: center; gap: 6px; padding: 3px 10px;
  border-radius: 999px; font-size: 12px; font-weight: 500; line-height: 1.4;
  background: #f3f3f2; color: #59615d;
}
.demo-pill .d { width: 6px; height: 6px; border-radius: 999px; flex: none; }
.demo-pill .d.green { background: #16a34a; }
.demo-pill .d.blue { background: #3b82f6; }
.demo-pill .d.grey { background: #8d9591; }
.demo-sales { display: none; }
.demo.is-sales .demo-purchase { display: none; }
.demo.is-sales .demo-sales { display: table; }
.demo.is-sales #demoSalesTab { background: var(--green); color: #fff; font-weight: 600; }
.demo.is-sales #demoPurchaseTab { background: transparent; color: var(--muted); font-weight: 400; }
.demo-row-new { opacity: 0; transform: translateY(-4px); background: color-mix(in oklab, var(--brand) 10%, #fff); }
.demo.is-done .demo-row-new {
  opacity: 1; transform: none;
  transition: opacity .45s ease, transform .45s ease, background .8s ease 1.4s;
  background: #fff;
}
.demo-form-page { display: flex; flex-direction: column; height: 100%; padding: 16px 18px 56px; }
.demo-form-h { margin: 0 0 12px; }
.demo-form-h h4 { margin: 0; font-size: 18px; font-weight: 700; letter-spacing: -0.02em; color: var(--ink); }
.demo-form-h p { margin: 3px 0 0; font-size: 12.5px; color: var(--muted); }
.demo-form-inner { display: grid; grid-template-columns: 48fr 52fr; gap: 12px; min-height: 0; flex: 1; }
.demo-form-stack { display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.demo-sec-card { border: 0.5px solid var(--line); border-radius: 10px; background: #fff; overflow: hidden; }
.demo-sec-title {
  padding: 8px 12px; display: flex; align-items: center; gap: 8px;
  border-bottom: 0.5px solid var(--line); background: #fafaf9;
  color: var(--ink); font-size: 13px; font-weight: 600;
}
.demo-sec-title::before {
  content: ""; width: 3px; height: 14px; border-radius: 999px;
  background: var(--green); flex: none;
}
.demo-sec-body { padding: 10px 12px; }
.demo-fld { margin-bottom: 8px; }
.demo-fld:last-child { margin-bottom: 0; }
.demo-fld label { display: block; font-size: 11px; color: var(--muted); margin-bottom: 4px; font-weight: 500; }
.demo-fld-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.demo-partner-pick {
  display: inline-flex; align-items: center; gap: 5px; margin-bottom: 8px;
  border: 0.5px solid var(--line); border-radius: 999px; padding: 4px 9px;
  color: var(--ink); background: #fff; font-size: 11px; font-weight: 500;
}
.demo-line-grid {
  display: grid; grid-template-columns: minmax(0, 1fr) 72px 110px;
  gap: 8px; align-items: start;
}
.demo-line-grid .demo-fld {
  display: grid; grid-template-rows: 15px 30px; margin: 0; min-width: 0;
}
.demo-line-grid .demo-fld label { margin: 0; line-height: 15px; }
.demo-line-grid .demo-box { width: 100%; min-width: 0; box-sizing: border-box; }
.demo-number-box { justify-content: flex-end; font-variant-numeric: tabular-nums; }
.demo-line-calc { margin-top: 5px; color: var(--muted); font-size: 11px; text-align: right; }
.demo-box {
  height: 30px; border: 0.5px solid var(--line); border-radius: 6px;
  padding: 0 8px; display: flex; align-items: center; font-size: 12px;
  color: var(--ink); background: #fff; transition: border-color .15s, box-shadow .15s;
}
.demo-box.is-type {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 28%, transparent);
}
.demo-box .caret { width: 1.5px; height: 14px; margin-left: 2px; background: var(--brand); opacity: 0; }
.demo-box.is-type .caret { opacity: 1; animation: v2-caret .9s step-end infinite; }
.demo-found {
  margin-top: 5px; display: flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; color: var(--green); opacity: 0;
}
.demo.is-found .demo-found { opacity: 1; }
.demo-preview-frame {
  min-width: 0; overflow: hidden; background: #f6f6f5;
  border: 0.5px solid var(--line); border-radius: 10px; padding: 8px;
}
.demo-a4 {
  background: #fff; height: 100%; border-radius: 4px; padding: 16px 18px 14px;
  font-family: Inter, Helvetica, Arial, sans-serif; color: var(--ink);
  font-size: 11px; line-height: 1.45;
}
.demo-a4-top { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.demo-a4 .k { font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #8d9591; margin-bottom: 4px; }
.demo-a4 .who { font-weight: 700; font-size: 13px; margin-bottom: 2px; }
.demo-a4 .sub { color: #68716d; }
.demo-a4-meta { text-align: right; min-width: 42%; }
.demo-a4-row { display: flex; justify-content: space-between; gap: 16px; margin-bottom: 2px; }
.demo-a4-row span:last-child { font-weight: 600; font-variant-numeric: tabular-nums; }
.demo-a4-rule { border-top: 0.5px solid var(--line); margin: 10px 0; }
.demo-a4 table { width: 100%; border-collapse: collapse; margin-top: 8px; }
.demo-a4 th {
  text-align: left; font-size: 9px; font-weight: 700; letter-spacing: .06em;
  text-transform: uppercase; color: #68716d; padding: 4px 0;
  border-bottom: 1.5px solid var(--ink);
}
.demo-a4 td { padding: 6px 0; color: var(--ink); }
.demo-a4 td.r, .demo-a4 th.r { text-align: right; }
.demo-a4-tot { margin-top: 10px; display: flex; justify-content: flex-end; }
.demo-a4-tot b { font-size: 15px; letter-spacing: -0.02em; }
.demo-bar-act {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; justify-content: space-between; align-items: center; gap: 8px;
  min-height: 54px; padding: 8px 20px;
  border-top: 0.5px solid var(--line); background: rgba(255,255,255,.97);
}
.demo-action-buttons { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.demo-back, .demo-download, .demo-draft {
  border: 0.5px solid var(--line); border-radius: 999px; padding: 6px 12px;
  font-size: 13px; font-weight: 500; background: #fff; color: var(--ink);
}
.demo-send {
  border: 0; border-radius: 999px; padding: 6px 14px; min-height: 32px;
  font-size: 13px; font-weight: 600; background: var(--brand);
  color: var(--brand-fg); cursor: default;
  display: inline-flex; align-items: center; gap: 7px;
}
.demo-send.is-hover, .demo-send.is-hot { box-shadow: 0 0 0 3px color-mix(in oklab, var(--brand) 40%, transparent); }
.demo-spin {
  width: 12px; height: 12px; border-radius: 999px;
  border: 1.5px solid color-mix(in oklab, var(--ink) 25%, transparent);
  border-top-color: var(--ink); animation: demo-spin .7s linear infinite; display: none;
}
.demo-send.is-hot .demo-spin { display: block; }
@keyframes demo-spin { to { transform: rotate(360deg); } }
.demo-sent {
  display: none; align-items: center; gap: 6px; border-radius: 999px;
  padding: 5px 10px; font-size: 13px; font-weight: 600;
  background: #f4fbf6; color: var(--ok);
}
.demo.is-sent .demo-send, .demo.is-sent .demo-draft { display: none; }
.demo.is-sent .demo-sent { display: inline-flex; }
.demo-cursor {
  position: absolute; z-index: 8; width: 22px; height: 22px;
  pointer-events: none; opacity: 0;
  transition: transform .55s cubic-bezier(.22,1,.36,1), opacity .25s;
}
.demo.is-play .demo-cursor { opacity: 1; }
.demo-cursor-ptr { display: block; transform-origin: 4px 2px; transition: transform .12s ease; }
.demo-cursor.is-click .demo-cursor-ptr { transform: scale(.86); }
.demo-cursor svg { filter: drop-shadow(0 1px 1.5px rgba(0,0,0,.35)); }
.demo-toast {
  position: absolute; top: 52px; right: 22px; z-index: 7;
  display: flex; align-items: center; gap: 8px;
  background: #fff; border: 0.5px solid var(--line); border-radius: 10px;
  padding: 8px 12px; font-size: 12.5px; color: var(--ink);
  box-shadow: 0 12px 28px -16px rgba(25,31,28,.45);
  opacity: 0; transform: translateY(-8px); pointer-events: none;
  transition: opacity .35s ease, transform .35s ease;
}
.demo.is-done .demo-toast, .demo.is-sent .demo-toast { opacity: 1; transform: none; }
.demo-toast .mark {
  width: 18px; height: 18px; border-radius: 999px; flex: none;
  background: var(--brand); color: var(--ink); display: grid; place-items: center;
}

.proto-plat { padding: 28px 0 48px; }
.proto-plat-head { max-width: 1280px; margin: 0 auto 36px; padding: 0 24px; }
.proto-plat-head h2 {
  margin: 0; font-size: clamp(36px, 4.6vw, 56px); color: var(--v2-fg); max-width: 16ch;
}
.proto-accent { color: var(--v2-brand); }
.proto-plat-head p {
  margin: 14px 0 0; max-width: 36em; color: var(--v2-muted-fg);
  font-size: 16.5px; line-height: 1.55;
}
.proto-grid {
  max-width: 1280px; margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px;
}
.proto-card {
  position: relative; display: flex; flex-direction: column;
  min-height: 330px; padding: 22px 20px 0;
  background: var(--v2-card); border: 1px solid var(--v2-border);
  border-radius: var(--v2-r-lg); overflow: hidden;
  transition: transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease;
}
.proto-card:hover {
  transform: translateY(-6px);
  border-color: color-mix(in oklab, var(--v2-fg) 16%, transparent);
  box-shadow: 0 28px 60px -32px rgba(25,31,28,.35);
}
.proto-card-head {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 8px 12px; min-height: 54px;
}
.proto-soon {
  flex: 0 0 auto; font-size: 10px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--v2-muted-fg); background: var(--v2-secondary);
  border: 1px solid var(--v2-border); border-radius: 999px; padding: 3px 8px;
}
.proto-card h3 {
  flex: 1 1 190px; margin: 0; font-size: 18px; font-weight: 600;
  letter-spacing: -0.02em; color: var(--v2-fg);
}
.proto-card > p {
  min-height: 82px; margin: 8px 0 0; font-size: 13.5px;
  line-height: 1.5; color: var(--v2-muted-fg);
}
.proto-snip {
  margin-top: auto; margin-left: -4px; margin-right: -4px;
  padding: 18px 8px 0; min-height: 172px;
  display: flex; align-items: flex-end;
}
.snip {
  width: 100%; height: 150px; box-sizing: border-box;
  display: flex; flex-direction: column; justify-content: center;
  background: #fff; border: 0.5px solid var(--ui-border);
  border-bottom: 0; border-radius: 12px 12px 0 0;
  box-shadow: 0 -8px 28px -18px rgba(25,31,28,.28);
  padding: 12px; transform: translateY(8px);
  transition: transform .4s cubic-bezier(.22,1,.36,1);
}
.snip-centered { align-items: center; }
.proto-card:hover .snip { transform: translateY(0); }
.snip-line { display: flex; justify-content: space-between; gap: 8px; font-size: 11.5px; color: var(--ui-ink); padding: 6px 0; }
.snip-line + .snip-line { border-top: 0.5px solid var(--ui-border); }
.snip-muted { color: var(--ui-muted); }
.snip-id {
  display: inline-flex; align-items: center; gap: 8px;
  border: 0.5px solid var(--ui-border);
  background: color-mix(in oklab, var(--v2-brand) 18%, #fff);
  border-radius: 999px; padding: 6px 10px; font-size: 12px;
  font-weight: 500; color: var(--ui-ink);
}
.snip-id em {
  font-style: normal; font-size: 10px; font-weight: 600; color: var(--ui-primary);
  background: #fff; border-radius: 999px; padding: 2px 7px;
}
.snip-mail {
  display: flex; align-items: center; gap: 10px; padding: 10px;
  border: 0.5px solid var(--ui-border); border-radius: 10px;
}
.snip-mail .ico {
  width: 34px; height: 34px; border-radius: 9px; flex: none;
  background: color-mix(in oklab, var(--v2-brand) 28%, #fff);
  display: grid; place-items: center; color: var(--ui-primary);
}
.snip-steps { display: flex; flex-direction: column; gap: 8px; }
.snip-step { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--ui-muted); }
.snip-step .n {
  width: 18px; height: 18px; border-radius: 999px; flex: none;
  border: 1.5px solid var(--ui-border); display: grid; place-items: center; font-size: 10px;
}
.snip-step.on { color: var(--ui-ink); font-weight: 500; }
.snip-step.on .n { border-color: var(--ui-primary); background: var(--ui-primary); color: #fff; }
.snip-scan {
  position: relative; height: 76px; border: 0.5px solid var(--ui-border);
  border-radius: 10px; overflow: hidden; background: #fafafa;
}
.snip-scan .sheet { position: absolute; inset: 10px 16px; background: #fff; border: 0.5px solid var(--ui-border); border-radius: 4px; }
.snip-scan .sheet i { display: block; height: 4px; margin: 10px 10px 0; background: #eceeed; border-radius: 2px; }
.snip-scan .beam {
  position: absolute; left: 0; right: 0; height: 2px;
  background: linear-gradient(90deg, transparent, var(--v2-brand), transparent);
  box-shadow: 0 0 16px color-mix(in oklab, var(--v2-brand) 70%, transparent);
  animation: proto-scan 2.4s ease-in-out infinite;
}
@keyframes proto-scan {
  0% { top: 12%; }
  50% { top: 78%; }
  100% { top: 12%; }
}
.snip-erp { display: flex; flex-direction: column; gap: 6px; }
.snip-erp div {
  display: flex; align-items: center; justify-content: space-between;
  padding: 7px 9px; border: 0.5px solid var(--ui-border);
  border-radius: 8px; font-size: 12px;
}
.snip-erp em { font-style: normal; font-size: 10px; font-weight: 600; border-radius: 999px; padding: 2px 7px; }
.snip-erp .live { background: #f4fbf6; color: var(--ui-green); }
.snip-erp .ask { background: var(--ui-sidebar); color: var(--ui-muted); }
.snip-referral { display: flex; flex-direction: column; gap: 8px; }
.snip-reward {
  padding: 9px; display: flex; align-items: center; gap: 9px;
  border-radius: 9px; background: color-mix(in oklab, var(--v2-brand) 18%, #fff);
  color: var(--ui-ink);
}
.snip-gift {
  width: 34px; height: 34px; flex: none; display: grid; place-items: center;
  border-radius: 9px; background: var(--v2-brand); color: var(--ui-ink);
}
.snip-gift svg { width: 17px; height: 17px; stroke-width: 1.8; }
.snip-reward-copy { min-width: 0; }
.snip-reward strong { display: block; font-size: 20px; line-height: 1; letter-spacing: -0.04em; }
.snip-reward-copy span { display: block; margin-top: 3px; font-size: 10.5px; line-height: 1.25; color: var(--ui-muted); }
.snip-copy {
  min-width: 0; padding: 7px 8px; display: flex; align-items: center; gap: 6px;
  border: 0.5px solid var(--ui-border); border-radius: 8px;
  color: var(--ui-muted); font-size: 10.5px;
}
.snip-copy span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.snip-copy em {
  flex: none; padding: 3px 7px; border-radius: 999px;
  background: var(--ui-primary); color: #fff; font-style: normal; font-weight: 600;
}
.snip-channels { margin-top: 8px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; }
.snip-channels span {
  padding: 6px 3px; border: 0.5px solid var(--ui-border); border-radius: 7px;
  background: #fff; color: var(--ui-muted); text-align: center; font-size: 10px;
}
.ui-pill {
  display: inline-flex; align-items: center; gap: 5px;
  border-radius: 999px; padding: 2px 8px 2px 6px;
  background: #f3f4f3; color: var(--ui-ink); font-size: 11px; font-weight: 500;
}
.ui-pill .dot { width: 6px; height: 6px; border-radius: 999px; background: currentColor; }
.ui-pill.delivered { color: var(--ui-green); background: #f4fbf6; }
.ui-pill.new { color: var(--ui-amber); background: #fefaf1; }
.home-product-showcase + .v2-features { padding-top: 64px; }

@media (min-width: 1101px) {
  .proto-card:nth-child(n+5) .proto-card-head { min-height: 85px; }
}
@media (max-width: 1100px) {
  .proto-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .proto-mock { padding: 20px 16px 64px; }
  .proto-grid { grid-template-columns: 1fr; padding: 0 16px; }
  .proto-plat-head { padding: 0 16px; }
  .proto-card-head,
  .proto-card:nth-child(5) .proto-card-head,
  .proto-card:nth-child(6) .proto-card-head { min-height: 0; }
  .proto-card > p { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .demo-form, .demo-dash, .demo-found, .demo-toast, .demo-cursor, .demo-row-new,
  .proto-card, .snip { transition: none !important; }
  .demo-cursor { display: none; }
  .demo-nav-item.refer, .v2-type-caret, .snip-scan .beam { animation: none !important; }
}
