/* tendeta v2 — single mobile-first stylesheet for landing, dashboard and storefronts */

* { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg: #fafaf7;
  --ink: #17171a;
  --muted: #6b6b70;
  --card: #ffffff;
  --line: #e8e8e3;
  --accent: #17171a;
  --green: #217a3c;
  --radius: 18px;
  --radius-sm: 12px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.5;
  min-height: 100dvh;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
input, select, textarea, button { font: inherit; color: inherit; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.06s ease, opacity 0.15s ease;
  -webkit-tap-highlight-color: transparent;
}
.btn:active { transform: scale(0.97); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-light { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost { background: transparent; color: var(--ink); }
.btn-green { background: var(--green); color: #fff; }
.btn-danger { background: #fff; color: #c62828; border: 1.5px solid #f3c9c9; }
.btn-sm { padding: 8px 16px; font-size: 14px; }
.btn-block { width: 100%; }
.btn[disabled] { opacity: 0.5; cursor: default; }

/* ---------- forms ---------- */
.field { margin-bottom: 16px; }
.field label { display: block; font-size: 13px; font-weight: 600; margin-bottom: 6px; color: var(--muted); }
.input, select.input, textarea.input {
  width: 100%;
  border: 1.5px solid var(--line);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 16px;
  background: #fff;
  outline: none;
}
.input:focus { border-color: var(--ink); }
textarea.input { resize: vertical; min-height: 84px; }
.hint { font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.photo-picker { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.photo-picker input[type="file"] { display: none; }
.photo-previews { display: contents; }
.photo-preview { width: 90px; height: 90px; object-fit: cover; border-radius: var(--radius-sm); }
.photo-picker .photo-add {
  width: 90px;
  height: 90px;
  border: 2px dashed var(--line);
  border-radius: var(--radius-sm);
  display: grid;
  place-items: center;
  font-size: 30px;
  font-weight: 300;
  color: var(--muted);
  cursor: pointer;
  margin: 0;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.photo-picker .photo-add:hover, .photo-picker .photo-add:focus-visible { border-color: var(--ink); color: var(--ink); }
.error-box {
  background: #fdecec;
  color: #b3261e;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 16px;
}
.ok-box {
  background: #e7f5ea;
  color: #1e6b35;
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  font-size: 14px;
  margin-bottom: 16px;
}

/* ---------- landing / site ---------- */
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  max-width: 1080px;
  margin: 0 auto;
  width: 100%;
}
.site-header nav { display: flex; gap: 8px; align-items: center; }
.language-menu { position: relative; }
.language-menu summary { align-items: center; border: 2px solid #eeeeeb; border-radius: 999px; cursor: pointer; display: flex; font-size: 13px; font-weight: 700; gap: 9px; height: 37px; list-style: none; padding: 0 16px; }
.language-menu summary::-webkit-details-marker { display: none; }
.language-menu summary::after { border-bottom: 2px solid currentColor; border-right: 2px solid currentColor; content: ''; height: 8px; transform: translateY(-2px) rotate(45deg); width: 8px; }
.language-menu summary:focus-visible { outline: 2px solid var(--ink); outline-offset: 3px; }
.language-menu-list { background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1); padding: 5px; position: absolute; right: 0; top: calc(100% + 8px); width: 132px; z-index: 10; }
.language-menu-list a { border-radius: 8px; display: block; font-size: 13px; padding: 7px 9px; text-decoration: none; }
.language-menu-list a:hover { background: #f1efe4; }
.logo { align-items: center; display: inline-flex; font-weight: 800; font-size: 22px; gap: 7px; letter-spacing: -0.5px; text-decoration: none; }.logo-mark { display: none; height: 21px; flex: 0 0 auto; width: 21px; }
.logo-dot { color: #e0762e; }
.site-main { max-width: 1080px; margin: 0 auto; padding: 0 20px 80px; width: 100%; }
.site-footer-cta { align-items: center; background: #e6f3bb; border-radius: 28px; display: flex; gap: 24px; justify-content: space-between; margin: 0 auto 22px; max-width: 1040px; padding: 34px 28px; width: min(1040px, calc(100% - 40px)); }.site-footer-cta h2 { font-size: clamp(27px, 4vw, 42px); letter-spacing: -1.2px; line-height: 1.1; }.site-footer-cta p { color: #4c5a34; font-size: 16px; margin-top: 10px; max-width: 510px; }.site-footer-cta .btn { flex: 0 0 auto; }
.site-footer { background: #17171a; border-radius: 28px; color: #d4d4ce; font-size: 14px; margin: 0 auto 24px; max-width: 1040px; min-width: 0; padding: 34px 28px 20px; width: min(1040px, calc(100% - 40px)); }.site-footer a { color: inherit; overflow-wrap: anywhere; text-decoration: none; }.site-footer a:hover { color: #fff; }.site-footer-grid { display: grid; gap: 30px; min-width: 0; }.footer-brand { display: flex; flex-direction: column; gap: 8px; min-width: 0; }.footer-logo { color: #fff; }.footer-brand p { color: #9e9e98; max-width: 190px; }.footer-brand > a:last-child { color: #f3f0aa; font-weight: 650; }.footer-column { display: flex; flex-direction: column; gap: 8px; min-width: 0; }.footer-column h2 { color: #8f8f89; font-size: 11px; letter-spacing: .1em; margin-bottom: 2px; text-transform: uppercase; }.footer-column a { color: #e5e5df; }.site-footer-bottom { border-top: 1px solid #343437; color: #8f8f89; font-size: 12px; margin-top: 30px; padding-top: 18px; }@media (max-width: 679px) { .site-footer { border-radius: 22px; padding: 28px 24px 18px; width: calc(100% - 32px); } }.site-footer-grid > * { min-width: 0; }@media (min-width: 680px) { .site-footer { padding: 42px 46px 22px; }.site-footer-grid { grid-template-columns: minmax(0,1.7fr) repeat(3,minmax(0,1fr)); } }
.site-footer-cta { flex-direction: column; align-items: flex-start; }@media (max-width: 679px) { .site-footer-cta { border-radius: 22px; padding: 28px 24px; width: calc(100% - 32px); }.site-footer-cta .btn { width: 100%; } }@media (min-width: 680px) { .site-footer-cta { flex-direction: row; padding: 46px; } }
.site-footer-soft { color: #92928e; font-size: 12px; margin: 0 auto; max-width: 560px; padding: 14px 20px 28px; text-align: center; }.site-footer-soft a { color: inherit; text-decoration: none; }.site-footer-soft a:hover { color: var(--ink); }.site-footer-soft span { color: #c7c7c1; margin: 0 5px; }
.legal-content h2 { font-size: 20px; letter-spacing: -0.3px; margin: 26px 0 8px; }
.legal-content p { color: var(--muted); margin-bottom: 12px; }
.legal-content a { color: var(--ink); }

.hero { text-align: center; padding: 56px 0 40px; }
.hero h1 {
  font-size: clamp(34px, 7vw, 62px);
  line-height: 1.08;
  letter-spacing: -1.5px;
  font-weight: 800;
  max-width: 800px;
  margin: 0 auto 18px;
}
.hero p.sub { font-size: clamp(16px, 2.5vw, 20px); color: var(--muted); max-width: 560px; margin: 0 auto 28px; }
.hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; position: relative; }.hero-ctas .btn { position: relative; z-index: 1; }.hero-cta-arrow { display: none; pointer-events: none; position: absolute; stroke: #17171a; stroke-linecap: round; stroke-linejoin: round; stroke-width: 4; z-index: 0; }
@media (min-width: 900px) { .hero-cta-arrow { display: block; height: 150px; top: -64px; width: 280px; }.hero-cta-arrow-left { left: calc(50% - 390px); }.hero-cta-arrow-right { right: calc(50% - 390px); } }

/* ---------- agents landing ---------- */
.agents-hero { max-width: 790px; padding: 72px 0 54px; text-align: center; margin: 0 auto; }
.agents-eyebrow { color: #a64e25; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.agents-hero h1 { font-size: clamp(38px, 7vw, 68px); letter-spacing: -2px; line-height: 1.04; margin: 14px auto 20px; }
.agents-hero > p:not(.agents-eyebrow) { color: var(--muted); font-size: clamp(17px, 2.4vw, 20px); margin: 0 auto 28px; max-width: 650px; }
.agents-grid { display: grid; gap: 14px; margin: 0 auto 70px; }
.agents-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; display: flex; flex-direction: column; min-height: 255px; padding: 28px; }
.agents-card-dark { background: #17171a; border-color: #17171a; color: #fff; }
.agents-card-sand { background: #f0ead5; border-color: #f0ead5; }
.agents-card-kicker { color: #9a9a94; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.agents-card-dark .agents-card-kicker { color: #f4eea9; }
.agents-card h2 { font-size: 27px; letter-spacing: -1px; line-height: 1.08; margin: 15px 0 10px; }
.agents-card > p { color: var(--muted); font-size: 15px; }
.agents-card-dark > p { color: #c5c5c0; }
.agents-card-note { color: #72726d; font-size: 12px; font-weight: 750; margin-top: auto; padding-top: 22px; }
.agents-card-dark .agents-card-note { color: #f4eea9; }
.agents-scope { display: grid; gap: 30px; margin: 0 0 22px; padding: 18px 4px 54px; }
.agents-scope-intro h2, .agents-prompts h2, .agents-developer h2 { font-size: clamp(27px, 4vw, 42px); letter-spacing: -1.2px; line-height: 1.1; margin: 10px 0 14px; }
.agents-scope-intro > p:last-child, .agents-prompts > div > p:last-child, .agents-developer > div > p:last-child { color: var(--muted); font-size: 16px; max-width: 510px; }
.agents-scope-list { border-top: 1px solid var(--line); }
.agents-scope-row { align-items: flex-start; border-bottom: 1px solid var(--line); display: grid; gap: 12px; grid-template-columns: 92px 1fr; padding: 16px 0; }
.agents-scope-row b { display: block; font-size: 15px; }
.agents-scope-row p { color: var(--muted); font-size: 14px; margin-top: 2px; }
.agents-action { align-self: start; border-radius: 999px; font-size: 11px; font-weight: 800; letter-spacing: .04em; padding: 5px 8px; text-align: center; text-transform: uppercase; }
.agents-action-read { background: #e4f3ee; color: #17623c; }.agents-action-write { background: #fff0cc; color: #805400; }.agents-action-confirm { background: #ede2f2; color: #704382; }.agents-action-no { background: #efefec; color: #656560; }
.agents-workflow { background: #e6f3bb; border-radius: 28px; display: grid; gap: 34px; margin: 0 0 22px; padding: 38px 26px; }
.agents-workflow h2, .agents-safety h2 { font-size: clamp(27px, 4vw, 42px); letter-spacing: -1.2px; line-height: 1.1; margin: 10px 0 14px; }
.agents-workflow > div > p:last-child { color: #4c5a34; font-size: 16px; max-width: 480px; }
.agents-steps { display: grid; gap: 18px; list-style: none; }
.agents-steps li { align-items: flex-start; display: flex; gap: 12px; }
.agents-steps li > span { align-items: center; background: #17171a; border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 800; height: 26px; justify-content: center; margin-top: 1px; width: 26px; }
.agents-steps b { display: block; font-size: 15px; }
.agents-steps p { color: #4c5a34; font-size: 14px; margin-top: 2px; }
.agents-safety { background: #a878b8; border-radius: 28px; color: #fff; display: grid; gap: 24px; margin-bottom: 10px; padding: 38px 26px; }
.agents-safety .agents-eyebrow { color: #fff3bd; }
.agents-safety p:last-child { color: #f3eaf6; font-size: 16px; max-width: 440px; }
.agents-prompts { background: #fff; border: 1px solid var(--line); border-radius: 28px; display: grid; gap: 28px; margin: 0 0 22px; padding: 38px 26px; }
.agents-prompt-list { display: grid; gap: 10px; }
.agents-prompt-list blockquote { background: #f5f4ef; border-radius: 14px; font-size: 15px; font-weight: 650; letter-spacing: -.2px; padding: 14px 16px; }
.agents-developer { background: #17171a; border-radius: 28px; color: #fff; display: grid; gap: 30px; margin: 0 0 22px; padding: 38px 26px; }
.agents-developer .agents-eyebrow { color: #f4eea9; }.agents-developer > div > p:last-child { color: #c5c5c0; }.agents-developer ul { display: grid; gap: 12px; list-style: none; }.agents-developer li { border-bottom: 1px solid #39393b; display: grid; gap: 4px; padding-bottom: 12px; }.agents-developer li:last-child { border: 0; padding-bottom: 0; }.agents-developer code { color: #f4eea9; font-family: var(--font); font-size: 13px; font-weight: 800; }.agents-developer li span { color: #c5c5c0; font-size: 14px; }.agents-faq { margin-top: 32px; }
/* ---------- homepage agents promo (animated chat) ---------- */
.agents-promo { background: #17171a; border-radius: 28px; color: #fff; display: grid; gap: 34px; margin: 26px 0 22px; padding: 38px 26px; }
.agents-promo .agents-eyebrow { color: #f4eea9; }
.agents-promo h2 { font-size: clamp(27px, 4vw, 42px); letter-spacing: -1.2px; line-height: 1.1; margin: 10px 0 14px; }
.agents-promo-text > p:not(.agents-eyebrow) { color: #c5c5c0; font-size: 16px; margin-bottom: 24px; max-width: 480px; }
.chat-demo { background: #fff; border-radius: 20px; color: #17171a; overflow: hidden; }
.chat-head { align-items: center; border-bottom: 1px solid var(--line); color: #72726d; display: flex; font-size: 12.5px; font-weight: 750; gap: 8px; padding: 12px 16px; }
.chat-dot { background: #3fbf7f; border-radius: 50%; height: 8px; width: 8px; }
.chat-body { display: flex; flex-direction: column; gap: 10px; min-height: 320px; padding: 16px; }
.chat-msg { border-radius: 16px; font-size: 14px; line-height: 1.45; max-width: 85%; opacity: 0; padding: 10px 14px; }
.chat-user { align-self: flex-end; background: #17171a; border-bottom-right-radius: 6px; color: #fff; }
.chat-agent { align-self: flex-start; background: #f5f4ef; border-bottom-left-radius: 6px; }
.chat-tools { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.chat-tools code { background: #e6f3bb; border-radius: 999px; color: #4c5a34; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 10.5px; font-weight: 700; padding: 3px 8px; }
.chat-typing { align-self: flex-start; background: #f5f4ef; border-bottom-left-radius: 6px; border-radius: 16px; display: flex; gap: 4px; opacity: 0; padding: 12px 14px; }
.chat-typing span { animation: chat-dot-pulse 1s infinite; background: #a5a5a0; border-radius: 50%; height: 6px; width: 6px; }
.chat-typing span:nth-child(2) { animation-delay: .15s; }
.chat-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes chat-dot-pulse { 0%, 100% { opacity: .35; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
.chat-s1 { animation: chat-s1 16s infinite; }
.chat-s2 { animation: chat-s2 16s infinite; }
.chat-s3 { animation: chat-s3 16s infinite; }
.chat-s4 { animation: chat-s4 16s infinite; }
.chat-s5 { animation: chat-s5 16s infinite; }
.chat-s6 { animation: chat-s6 16s infinite; }
@keyframes chat-s1 { 0%, 2% { opacity: 0; transform: translateY(10px); } 5%, 95% { opacity: 1; transform: translateY(0); } 99%, 100% { opacity: 0; } }
@keyframes chat-s2 { 0%, 7% { opacity: 0; } 9%, 16% { opacity: 1; } 18%, 100% { opacity: 0; } }
@keyframes chat-s3 { 0%, 18% { opacity: 0; transform: translateY(10px); } 21%, 95% { opacity: 1; transform: translateY(0); } 99%, 100% { opacity: 0; } }
@keyframes chat-s4 { 0%, 46% { opacity: 0; transform: translateY(10px); } 49%, 95% { opacity: 1; transform: translateY(0); } 99%, 100% { opacity: 0; } }
@keyframes chat-s5 { 0%, 52% { opacity: 0; } 54%, 61% { opacity: 1; } 63%, 100% { opacity: 0; } }
@keyframes chat-s6 { 0%, 63% { opacity: 0; transform: translateY(10px); } 66%, 95% { opacity: 1; transform: translateY(0); } 99%, 100% { opacity: 0; } }
@media (prefers-reduced-motion: reduce) {
  .chat-msg, .chat-typing span { animation: none; }
  .chat-msg { opacity: 1; }
  .chat-typing { display: none; }
}
@media (min-width: 700px) { .agents-promo { grid-template-columns: 1.05fr 1fr; align-items: center; padding: 56px; } }

.agents-connect { margin: 0 0 22px; padding: 18px 4px 54px; scroll-margin-top: 24px; }
.agents-connect-intro h2 { font-size: clamp(27px, 4vw, 42px); letter-spacing: -1.2px; line-height: 1.1; margin: 10px 0 14px; }
.agents-connect-intro > p:last-child { color: var(--muted); font-size: 16px; max-width: 640px; }
.agents-connect-intro a { font-weight: 700; text-decoration: underline; }
.agents-connect-grid { display: grid; gap: 14px; margin-top: 28px; }
.agents-connect-card { background: #fff; border: 1px solid var(--line); border-radius: 20px; display: flex; flex-direction: column; gap: 10px; padding: 22px; }
.agents-connect-card h3 { font-size: 18px; letter-spacing: -.4px; }
.agents-connect-card > p { color: var(--muted); font-size: 14px; }
.agents-connect-card pre { background: #17171a; border-radius: 12px; color: #e8e8e3; font-size: 12.5px; line-height: 1.55; overflow-x: auto; padding: 14px 16px; }
.agents-connect-card pre code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; white-space: pre; }
.agents-connect-note { color: #72726d; font-size: 12.5px; margin-top: auto; }
@media (min-width: 700px) { .agents-grid { grid-template-columns: repeat(3, 1fr); }.agents-scope { grid-template-columns: 1fr 1.15fr; align-items: start; gap: 64px; padding: 42px 36px 60px; }.agents-workflow, .agents-safety, .agents-prompts, .agents-developer { grid-template-columns: 1.15fr 1fr; align-items: center; padding: 56px; }.agents-safety { padding: 52px 56px; }.agents-connect { padding: 42px 36px 60px; }.agents-connect-grid { grid-template-columns: repeat(2, 1fr); } }

.section-claim {
  text-align: center;
  font-size: clamp(22px, 3.6vw, 32px);
  letter-spacing: -0.8px;
  font-weight: 700;
  max-width: 640px;
  margin: 56px auto 40px;
}

/* ---------- big feature panels ---------- */
.feature-panel {
  background: #f1efe4;
  border-radius: 28px;
  padding: 40px 24px;
  margin: 22px 0;
  display: grid;
  gap: 36px;
  overflow: hidden;
}
.fp-text h2 { font-size: clamp(24px, 3.4vw, 34px); letter-spacing: -0.9px; line-height: 1.15; margin-bottom: 14px; }
.fp-text p { color: var(--muted); font-size: 16.5px; max-width: 420px; }
@media (min-width: 840px) {
  .feature-panel { grid-template-columns: 1fr 1fr; align-items: center; padding: 64px 56px; }
  .feature-panel.reverse .fp-text { order: 2; }
  .feature-panel.reverse .fp-visual { order: 1; }
}

/* FAQ */
.faq-section { margin: 76px auto 0; padding: 0 24px; }
.faq-item { border-bottom: 1px solid #dcdcd7; }
.faq-item summary {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 400;
  gap: 20px;
  justify-content: space-between;
  letter-spacing: -1.4px;
  line-height: 1.15;
  list-style: none;
  padding: 38px 0 40px;
}
.faq-item summary::marker { content: ''; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-icon { flex: 0 0 auto; font-size: 32px; font-weight: 300; letter-spacing: 0; line-height: 0.7; }
.faq-icon::before { content: '+'; }
.faq-item[open] .faq-icon::before { content: '−'; }
.faq-item p { color: var(--muted); font-size: 17px; max-width: 720px; padding: 0 64px 36px 0; }
@media (min-width: 840px) {
  .faq-section { padding: 0 56px; }
}
@media (max-width: 520px) {
  .faq-section { margin-top: 52px; }
  .faq-item summary { gap: 16px; padding: 26px 0 28px; }
  .faq-icon { font-size: 36px; }
  .faq-item p { font-size: 16px; padding: 0 42px 26px 0; }
}

/* phone mockup */
.mock-stage { position: relative; max-width: 400px; margin: 0 auto; padding: 12px 0; }
.mock-phone {
  width: 250px;
  margin: 0 auto;
  background: #fff;
  border: 7px solid #17171a;
  border-radius: 38px;
  padding: 12px 10px 8px;
  position: relative;
  z-index: 1;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.14);
}
.mock-status { display: flex; justify-content: space-between; font-size: 10px; font-weight: 700; padding: 0 8px 8px; }
.mock-url {
  background: #f2f2ee;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  padding: 6px 10px;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
}
.mock-store { background: #e4f6a5; color: #1d2412; border-radius: 18px; padding: 12px; }
.mock-store-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 8px; }
.mock-logo { width: 34px; height: 34px; border-radius: 50%; background: #17171a; display: flex; align-items: center; justify-content: center; font-size: 16px; }
.mock-cart { background: #17171a; color: #fff; border-radius: 999px; font-size: 9px; font-weight: 700; padding: 4px 8px; }
.mock-store-name { font-size: 17px; font-weight: 800; letter-spacing: -0.4px; }
.mock-store-desc { font-size: 9.5px; color: #4c5a34; margin: 2px 0 8px; }
.mock-pills { display: flex; gap: 5px; margin-bottom: 10px; }
.mock-pills span {
  background: #17171a;
  color: #fff;
  border-radius: 999px;
  font-size: 8.5px;
  font-weight: 700;
  padding: 4px 9px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.mock-pills svg { width: 10px; height: 10px; }
.mock-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mock-tile b { display: block; font-size: 9px; }
.mock-tile i { font-style: normal; font-size: 8.5px; color: #4c5a34; }
.mock-tile-img {
  aspect-ratio: 1;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 4px;
}
.mock-tabbar { display: flex; justify-content: space-around; padding: 8px 2px 2px; }
.mock-tabbar span { display: flex; flex-direction: column; align-items: center; gap: 1px; font-size: 7.5px; font-weight: 600; color: #9a9aa0; }
.mock-tabbar span.on { color: #17171a; }
.mock-tabbar svg { width: 13px; height: 13px; }

/* floating cards over the phone */
.mock-float {
  position: absolute;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
  padding: 10px 12px;
  width: 170px;
  z-index: 2;
  font-size: 10px;
}
.mock-products-card { top: 172px; left: -4px; }
.mock-order-card { bottom: 34px; right: -4px; }
.mock-float-title { display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 800; margin-bottom: 7px; }
.mock-float-title em {
  font-style: normal;
  background: #a878b8;
  color: #fff;
  border-radius: 999px;
  font-size: 8px;
  padding: 2px 7px;
}
.mock-row { display: flex; align-items: center; gap: 6px; padding: 3px 0; font-weight: 600; }
.mock-row i { font-style: normal; margin-left: auto; color: var(--muted); font-weight: 600; }
.mock-row-img {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #f0f0ea;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  flex-shrink: 0;
}
.mock-row-total { border-top: 1px solid var(--line); margin-top: 4px; padding-top: 6px; font-weight: 800; }
.mock-row-total i { color: var(--ink); font-weight: 800; }
.mock-row-sub { color: var(--muted); font-size: 8.5px; margin-top: 4px; }

/* URL panel */
.url-stage { text-align: center; padding: 36px 0; }
.url-pill-big {
  display: inline-block;
  background: #a878b8;
  color: #fff;
  font-weight: 800;
  letter-spacing: -0.3px;
  border-radius: 999px;
  padding: 16px 30px;
  font-size: clamp(17px, 2.6vw, 23px);
  box-shadow: 0 14px 36px rgba(168, 120, 184, 0.45);
}
.url-chips { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-top: 18px; }
.url-chips span { background: #fff; border: 1.5px solid var(--line); border-radius: 999px; font-size: 12px; font-weight: 700; padding: 6px 13px; color: var(--muted); }

/* language panel */
.lang-stage { position: relative; max-width: 340px; margin: 0 auto; padding: 10px 0 96px; }
.lang-card {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.12);
  padding: 16px 18px;
  width: 230px;
}
.lang-card-b { position: absolute; top: 92px; left: 56px; }
.lang-tag { font-size: 11px; font-weight: 800; color: var(--muted); text-transform: uppercase; letter-spacing: 0.6px; margin-bottom: 9px; }
.lang-pills { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 9px; }
.lang-pills span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1.5px solid var(--line);
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 700;
  padding: 6px 12px;
}
.lang-pills span.dark { background: #17171a; color: #fff; border-color: #17171a; }
.lang-pills svg { width: 12px; height: 12px; }
.lang-price { font-size: 14px; font-weight: 800; }

.demo-strip {
  background: #cd6b3a;
  border-radius: 28px;
  padding: 28px 20px;
  display: flex;
  gap: 14px;
  overflow-x: auto;
  margin: 24px 0;
}
.demo-card {
  min-width: 240px;
  border-radius: 20px;
  padding: 20px 16px;
  flex: 1;
}
.demo-card .demo-logo { width: 44px; height: 44px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; margin-bottom: 12px; }
.demo-card h4 { font-size: 17px; margin-bottom: 4px; letter-spacing: -0.3px; }
.demo-card p { font-size: 12.5px; margin-bottom: 12px; }
.demo-actions { display: flex; gap: 6px; align-items: center; margin-bottom: 14px; }
.demo-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 700;
}
.demo-pill svg { width: 13px; height: 13px; }
.demo-pill-round { padding: 6px 8px; }
.demo-products { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.demo-prod-img {
  aspect-ratio: 1;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-bottom: 6px;
}
.demo-prod-name { display: block; font-size: 12px; font-weight: 600; }
.demo-prod-price { display: block; font-size: 11.5px; }

/* ---------- auth ---------- */
.auth-wrap { max-width: 400px; margin: 8vh auto 0; padding: 0 20px; }
.auth-card { background: var(--card); border: 1.5px solid var(--line); border-radius: 24px; padding: 32px 26px; }
.auth-card h1 { font-size: 24px; letter-spacing: -0.5px; margin-bottom: 6px; }
.auth-card > p { color: var(--muted); font-size: 14.5px; margin-bottom: 22px; }
.auth-divider { display: flex; align-items: center; gap: 12px; color: var(--muted); font-size: 13px; margin: 18px 0; }
.auth-divider::before, .auth-divider::after { content: ""; height: 1px; background: var(--line); flex: 1; }
.otp-input { text-align: center; font-size: 26px !important; letter-spacing: 10px; font-variant-numeric: tabular-nums; }

/* ---------- dashboard ---------- */
.dash-body { padding-bottom: 84px; }
.dash-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  max-width: 720px;
  margin: 0 auto;
  width: 100%;
}
.dash-main { max-width: 720px; margin: 0 auto; padding: 0 16px 24px; width: 100%; }
.dash-main h1 { font-size: 26px; letter-spacing: -0.6px; margin: 8px 0 18px; }
.dash-main h2 { font-size: 17px; letter-spacing: -0.3px; margin: 24px 0 10px; }

.dash-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-around;
  padding: 8px 8px calc(8px + env(safe-area-inset-bottom));
  z-index: 50;
}
.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  text-decoration: none;
  padding: 4px 14px;
  border-radius: 12px;
  position: relative;
}
.nav-item.active { color: var(--ink); }
.nav-badge {
  position: absolute;
  top: 0;
  right: 6px;
  background: #d9330f;
  color: #fff;
  font-size: 10px;
  border-radius: 999px;
  min-width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}
@media (min-width: 720px) {
  .dash-body { padding-bottom: 24px; }
  .dash-nav {
    position: sticky;
    top: 0;
    bottom: auto;
    order: -1;
    border-top: none;
    border-bottom: 1px solid var(--line);
    justify-content: center;
    gap: 8px;
  }
  body.dash-body { display: flex; flex-direction: column; }
  .nav-item { flex-direction: row; gap: 8px; font-size: 14px; padding: 8px 16px; }
  .nav-item .nav-icon svg { width: 18px; height: 18px; }
  .nav-badge { position: static; }
}

.card {
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 20px;
  margin-bottom: 14px;
}
.card h3 { font-size: 16px; letter-spacing: -0.3px; margin-bottom: 4px; }
.card .sub { color: var(--muted); font-size: 14px; }

.first-product-card {
  background: #f4eea9;
  border-color: #ded58b;
  padding: 24px;
}
.first-product-progress {
  align-items: center;
  color: #696332;
  display: flex;
  font-size: 12px;
  font-weight: 750;
  justify-content: space-between;
  letter-spacing: .02em;
  text-transform: uppercase;
}
.first-product-done { color: #1e6b35; }
.first-product-card h2 {
  font-size: 26px;
  letter-spacing: -.8px;
  line-height: 1.1;
  margin: 20px 0 8px;
}
.first-product-card > p:not(.first-product-hint) {
  color: #4f4b2c;
  font-size: 15px;
  max-width: 520px;
}
.first-product-card .btn { margin-top: 20px; }
.first-product-hint {
  color: #696332;
  font-size: 12.5px;
  margin-top: 10px;
}
@media (min-width: 720px) {
  .first-product-card .btn-block { width: fit-content; }
}

.share-row { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.share-url {
  flex: 1;
  background: var(--bg);
  border: 1.5px dashed var(--line);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.row-list { display: flex; flex-direction: column; gap: 10px; }
.row-item {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--card);
  border: 1.5px solid var(--line);
  border-radius: var(--radius);
  padding: 12px 14px;
  text-decoration: none;
}
.row-thumb {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  background: #eee;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  color: #999;
}
.row-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.row-body .title { font-weight: 600; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.row-body .meta { font-size: 13px; color: var(--muted); }
.row-side { text-align: right; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.row-item.dimmed { opacity: 0.55; }

.pill {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
}
.pill-new { background: #fdeee8; color: #c2410c; }
.pill-accepted { background: #e8f0fd; color: #1d4ed8; }
.pill-ready { background: #e7f5ea; color: #1e6b35; }
.pill-completed { background: #eee; color: #555; }
.pill-cancelled { background: #fdecec; color: #b3261e; }
.pill-live { background: #e7f5ea; color: #1e6b35; }
.pill-draft { background: #eee; color: #555; }

.pill-status { display: inline-flex; align-items: center; gap: 6px; vertical-align: middle; }
.pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  flex-shrink: 0;
}
.pill-working .pill-dot { animation: pill-pulse 1.2s ease-in-out infinite; }
.pill-status.pill-live .pill-dot { animation: pill-ping 2.2s ease-out infinite; }
@keyframes pill-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.35; transform: scale(0.6); }
}
@keyframes pill-ping {
  0% { box-shadow: 0 0 0 0 rgba(30, 107, 53, 0.4); }
  60%, 100% { box-shadow: 0 0 0 6px rgba(30, 107, 53, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .pill-dot { animation: none !important; }
}

.swatches { display: flex; gap: 10px; flex-wrap: wrap; }
.swatches label { cursor: pointer; }
.swatches input { position: absolute; opacity: 0; }
.swatch {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 2.5px solid transparent;
  display: block;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.08);
}
.swatches input:checked + .swatch { border-color: var(--ink); }

.status-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 10px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.page-intro { color: var(--muted); margin: -8px 0 20px; }
.checkout-grid { display: grid; gap: 14px; margin: 12px 0 24px; }
.checkout-card { background: var(--card); border: 1.5px solid var(--line); border-radius: var(--radius); padding: 18px; }
.checkout-card-head { align-items: flex-start; display: flex; gap: 18px; justify-content: space-between; }
.checkout-card h3 { font-size: 16px; margin-bottom: 4px; }
.checkout-card .sub { color: var(--muted); font-size: 13px; line-height: 1.4; }
.checkout-config { border-top: 1px solid var(--line); margin-top: 16px; padding-top: 16px; }
.checkout-config .field:last-child { margin-bottom: 0; }
.checkout-section-title { margin-top: 30px; }
.checkout-save { margin: 10px 0 32px; }
.switch { cursor: pointer; flex: 0 0 auto; position: relative; }
.switch input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.switch > span[aria-hidden] { background: #c9c9c3; border-radius: 999px; display: block; height: 26px; position: relative; transition: background .15s ease; width: 46px; }
.switch > span[aria-hidden]::after { background: #fff; border-radius: 50%; box-shadow: 0 1px 4px rgba(0,0,0,.2); content: ''; height: 20px; left: 3px; position: absolute; top: 3px; transition: transform .15s ease; width: 20px; }
.switch input:checked + span { background: #17171a; }
.switch input:checked + span::after { transform: translateX(20px); }
.switch input:focus-visible + span { outline: 3px solid #8ba95a; outline-offset: 3px; }
.switch input:disabled + span { cursor: not-allowed; opacity: .45; }
.pill-payment-paid { background: #e7f5ea; color: #1e6b35; }
.pill-payment-pending { background: #fff4d6; color: #8a5b00; }
.pill-payment-failed, .pill-payment-refunded { background: #fdecec; color: #b3261e; }
.pill-payment-not_verified { background: #eee; color: #555; }
@media (min-width: 720px) { .checkout-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.empty-state { text-align: center; color: var(--muted); padding: 48px 20px; font-size: 15px; }
.empty-state .emoji { font-size: 40px; display: block; margin-bottom: 10px; }

/* ---------- storefront ---------- */
.store-body { background: var(--store-bg); color: var(--store-fg); }
.store-wrap { max-width: 1040px; margin: 0 auto; padding: 24px 18px 96px; }
.store-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 8px; }
.store-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  background: var(--store-pill-bg);
  color: var(--store-pill-fg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: 800;
}
.cart-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--store-pill-bg);
  color: var(--store-pill-fg);
  border: none;
  border-radius: 999px;
  padding: 9px 16px;
  font-weight: 700;
  font-size: 14px;
  font-family: inherit;
  text-decoration: none;
  cursor: pointer;
}
.store-name { display: block; font-size: clamp(26px, 5vw, 34px); font-weight: 800; letter-spacing: -0.7px; margin: 14px 0 4px; }
a.store-name { text-decoration: none; color: inherit; }
.store-logo-link { display: block; text-decoration: none; color: inherit; }
.store-desc { color: var(--store-muted); font-size: 15px; max-width: 560px; margin-bottom: 16px; }
.store-actions { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px; }
.store-actions .action {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: var(--store-pill-bg);
  color: var(--store-pill-fg);
  border-radius: 999px;
  padding: 9px 16px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
}

.category-chips { display: flex; gap: 8px; overflow-x: auto; margin: -12px 0 20px; padding-bottom: 4px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.category-chips::-webkit-scrollbar { display: none; }
.category-chips .chip {
  flex: 0 0 auto;
  background: var(--store-pill-bg);
  color: var(--store-pill-fg);
  border: none;
  border-radius: 999px;
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.category-chips .chip.active { background: var(--store-fg); color: var(--store-bg); }

.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
@media (min-width: 640px) { .product-grid { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .product-grid { grid-template-columns: repeat(4, 1fr); } }
.product-card { text-decoration: none; color: inherit; }
.product-link { display: block; text-decoration: none; color: inherit; }

/* Product page */
.product-page { max-width: 560px; }
.gallery-shell { min-width: 0; margin-bottom: 18px; }
.gallery { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.gallery::-webkit-scrollbar { display: none; }
.gallery-img { flex: 0 0 100%; width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 16px; scroll-snap-align: center; }
.gallery.multi .gallery-img { flex: 0 0 88%; } /* peek of the next photo hints that the gallery swipes */
.gallery-controls { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 24px; margin-top: 10px; }
.gallery-dots { display: flex; align-items: center; justify-content: center; gap: 7px; }
.gallery-dot { width: 7px; height: 7px; border: 0; border-radius: 50%; padding: 0; background: var(--store-muted); opacity: 0.35; cursor: pointer; transition: width 0.2s ease, border-radius 0.2s ease, opacity 0.2s ease; }
.gallery-dot.active { width: 19px; border-radius: 999px; opacity: 1; }
.gallery-dot:focus-visible { outline: 2px solid var(--store-fg); outline-offset: 3px; }
.gallery-count { color: var(--store-muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.gallery-placeholder { max-width: 560px; margin-bottom: 18px; }
.product-title { font-size: clamp(24px, 5vw, 30px); font-weight: 800; letter-spacing: -0.6px; margin: 4px 0 2px; }
.product-page-price { font-size: 18px; font-weight: 700; color: var(--store-muted); margin-bottom: 14px; }
.product-desc { font-size: 15px; line-height: 1.55; margin-bottom: 20px; white-space: pre-line; }
.product-page .add-btn { width: 100%; max-width: 340px; padding: 14px 22px; font-size: 15px; }
@media (min-width: 800px) {
  .product-page { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.85fr); align-items: start; gap: clamp(36px, 6vw, 72px); max-width: none; }
  .product-info { position: sticky; top: 32px; padding-top: 8px; }
  .gallery-shell, .gallery-placeholder { margin-bottom: 0; }
  .gallery.multi .gallery-img { flex-basis: 100%; }
  .product-page .add-btn { max-width: none; }
}
.product-img {
  aspect-ratio: 1;
  width: 100%;
  border-radius: 16px;
  object-fit: cover;
  background: rgba(127,127,127,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  font-weight: 800;
  color: rgba(127,127,127,0.5);
  margin-bottom: 10px;
}
.product-card .p-name { font-weight: 600; font-size: 14.5px; }
.product-card .p-price { font-size: 13.5px; color: var(--store-muted); margin-bottom: 8px; }
.add-btn {
  background: var(--store-pill-bg);
  color: var(--store-pill-fg);
  border: none;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.add-btn[disabled] { opacity: 0.45; cursor: default; }

.store-badge {
  position: fixed;
  bottom: 14px;
  right: 14px;
  background: #fff;
  color: #17171a;
  font-size: 12px;
  font-weight: 800;
  border-radius: 999px;
  padding: 7px 13px;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0,0,0,0.14);
}
.store-badge span { color: #e0762e; }

/* mini-cart drawer */
.cart-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 40;
}
.cart-drawer {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(480px, 100vw);
  background: #fff;
  color: #17171a;
  z-index: 41;
  transform: translateX(105%);
  transition: transform 0.25s ease;
  overflow: hidden;
  box-shadow: -6px 0 30px rgba(0, 0, 0, 0.12);
}
@media (min-width: 480px) { .cart-drawer { border-radius: 22px 0 0 22px; } }
body.cart-open .cart-overlay { opacity: 1; pointer-events: auto; }
body.cart-open .cart-drawer { transform: none; }
body.cart-open { overflow: hidden; }
.cart-drawer-head {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 auto;
  padding: 18px 22px 16px;
}
.cart-drawer-head h2 { font-size: 21px; letter-spacing: -0.6px; line-height: 1.2; }
.cart-drawer-count { color: var(--muted); font-size: 12px; font-weight: 650; margin-top: 2px; }
.cart-close {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #f8f8f5;
  font-size: 23px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
}
.cart-close:focus-visible, .qty-controls button:focus-visible { outline: 2px solid var(--ink); outline-offset: 2px; }
.cart-drawer-scroll {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 22px calc(126px + env(safe-area-inset-bottom));
}

/* order confirmation page */
.cart-panel {
  background: #fff;
  color: #17171a;
  border-radius: 22px;
  padding: 24px 20px;
  max-width: 520px;
  margin: 0 auto;
}
.cart-panel h1 { font-size: 22px; letter-spacing: -0.5px; margin-bottom: 16px; }
.cart-items { display: flex; flex-direction: column; gap: 12px; padding: 18px 0; }
.cart-empty { padding: 28px 0; }
.cart-item { align-items: center; display: grid; gap: 12px; grid-template-columns: 52px minmax(0,1fr) auto; font-size: 14.5px; }
.cart-item-image { background: #f1f1ec; border-radius: 12px; height: 52px; object-fit: cover; width: 52px; }
.cart-item-initial { align-items: center; color: var(--muted); display: inline-flex; font-size: 20px; font-weight: 800; justify-content: center; }
.cart-item-copy { display: flex; flex-direction: column; min-width: 0; }
.cart-item .ci-name { font-weight: 750; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ci-unit { color: var(--muted); font-size: 12px; margin-top: 2px; }
.cart-item-actions { align-items: flex-end; display: flex; flex-direction: column; gap: 7px; }
.ci-price { font-size: 13px; font-weight: 750; }
.cart-item .qty-controls { align-items: center; display: flex; gap: 9px; }
.checkout-choice { border-top: 1px solid var(--line); margin: 0; padding: 19px 0; }
.checkout-choice h3, .checkout-details > h3 { font-size: 14px; letter-spacing: -.1px; margin-bottom: 10px; }
.checkout-option { align-items: center; border: 1.5px solid var(--line); border-radius: 11px; cursor: pointer; display: flex; gap: 10px; margin-bottom: 8px; padding: 10px 12px; }
.checkout-option:has(input:checked) { border-color: #17171a; box-shadow: inset 0 0 0 1px #17171a; }
.checkout-option input { accent-color: #17171a; }
.checkout-option > span { align-items: center; display: flex; flex: 1; justify-content: space-between; }
.checkout-option strong { font-size: 13px; }
.checkout-option small { color: var(--muted); font-size: 12px; }
.checkout-summary-card { align-items: center; background: #f7f7f3; border: 1px solid #ecece6; border-radius: 14px; display: grid; gap: 11px; grid-template-columns: 34px minmax(0,1fr) auto; padding: 13px; }
.checkout-summary-card-method { grid-template-columns: 34px minmax(0,1fr); }
.checkout-summary-icon { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 50%; display: inline-flex; font-size: 14px; height: 34px; justify-content: center; width: 34px; }
.checkout-summary-copy { display: flex; flex-direction: column; min-width: 0; }
.checkout-summary-copy strong { font-size: 13px; }
.checkout-summary-copy small { color: var(--muted); font-size: 11.5px; line-height: 1.35; margin-top: 2px; }
.checkout-summary-price { font-size: 12px; white-space: nowrap; }
.checkout-details { border-top: 1px solid var(--line); padding: 19px 0 4px; }
.checkout-details .field { margin-bottom: 12px; }
.checkout-details .field label { color: var(--ink); }
.field-status { color: var(--muted); font-size: 11px; font-weight: 500; margin-left: 3px; }
.checkout-details .input { min-height: 44px; padding: 10px 12px; }
.checkout-details textarea.input { min-height: 64px; }
.checkout-address-row { display: grid; gap: 10px; grid-template-columns: minmax(100px,.7fr) minmax(0,1.3fr); }
.qty-controls button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1.5px solid var(--line);
  background: #fff;
  cursor: pointer;
  font-weight: 700;
}
.cart-total { display: flex; justify-content: space-between; font-weight: 800; font-size: 16px; border-top: 1.5px solid var(--line); padding-top: 14px; margin-bottom: 20px; }
.cart-drawer .cart-total { display: flex; flex-direction: column; gap: 7px; margin: 4px 0 0; padding: 18px 0 4px; }
.cart-total-row { color: var(--muted); display: flex; font-size: 13px; font-weight: 600; justify-content: space-between; }
.cart-total-main { color: var(--ink); font-size: 19px; font-weight: 800; }
.cart-submit-wrap { background: rgba(255,255,255,.97); border-top: 1px solid var(--line); bottom: 0; left: 0; padding: 13px 22px calc(12px + env(safe-area-inset-bottom)); position: absolute; right: 0; z-index: 2; }
.cart-submit-wrap .btn { min-height: 50px; }
.cart-submit-help { color: var(--muted); font-size: 11px; line-height: 1.35; margin: 7px auto 0; max-width: 360px; text-align: center; }
@media (max-width: 479px) {
  .cart-drawer-head { padding-left: 18px; padding-right: 18px; }
  .cart-drawer-scroll { padding-left: 18px; padding-right: 18px; }
  .cart-submit-wrap { padding-left: 18px; padding-right: 18px; }
}
.back-link { display: inline-block; margin-bottom: 14px; font-size: 14px; font-weight: 600; color: var(--store-fg); }

/* misc */
.center { text-align: center; }
.mt-2 { margin-top: 16px; }
.muted { color: var(--muted); font-size: 14px; }
code.inline { background: #f0f0ec; border-radius: 6px; padding: 2px 7px; font-size: 0.9em; }

/* ---------- acquisition tools ---------- */
.tools-hero, .generator-hero { text-align: center; max-width: 800px; margin: 0 auto; }
.tools-hero { padding: 74px 0 42px; }
.tools-eyebrow { color: #e0762e; font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 12px; }
.tools-hero h1, .generator-hero h1 { font-size: clamp(38px, 7vw, 66px); letter-spacing: -2.2px; line-height: 1.02; }
.tools-hero > p:not(.tools-eyebrow), .generator-hero > p:not(.tools-eyebrow) { color: var(--muted); font-size: 18px; max-width: 600px; margin: 18px auto 0; }

/* Google Sheets landing hero */
.sheets-hero-wrap { background: #fafaf7; border-radius: 38px; margin: 18px auto 28px; overflow: hidden; padding: 0 28px 26px; position: relative; }
.sheets-hero-copy { padding: 62px 0 34px; position: relative; z-index: 2; }
.sheets-hero-copy h1 { max-width: 860px; text-wrap: balance; }
.sheets-hero-form { background: rgba(255,255,255,.94); box-shadow: 0 18px 45px rgba(45,56,29,.11); margin: 0 auto; max-width: 720px; padding: 20px; position: relative; z-index: 6; }
.sheets-hero-form .field { margin: 0; }
.sheets-hero-form-row { display: flex; gap: 9px; }
.sheets-hero-form-row .input { flex: 1; min-width: 0; }
.sheets-hero-form-row .btn { flex: 0 0 auto; }
.sheets-hero-form .hint { margin-bottom: 0; }
.sheets-hero-animation { height: 500px; margin: -6px auto 0; max-width: 960px; position: relative; z-index: 2; }
.sheets-hero-sheet { background: #fff; border: 1px solid rgba(39,64,43,.1); border-radius: 16px; box-shadow: 0 22px 54px rgba(34,59,39,.16); left: 2%; overflow: hidden; position: absolute; top: 70px; transform: rotate(-2.5deg); width: 360px; z-index: 4; }
.sheets-hero-sheetbar { align-items: center; background: #fff; border-bottom: 1px solid #e8eae8; display: flex; font-size: 12px; gap: 8px; padding: 10px 12px; }
.sheets-hero-sheetbar b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sheets-hero-sheet-icon { align-items: center; background: #188038; border-radius: 4px; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 11px; font-weight: 850; height: 20px; justify-content: center; width: 20px; }
.sheets-hero-sheet-dots { color: #979b97; letter-spacing: 1px; margin-left: auto; }
.sheets-hero-table { display: grid; font-size: 10px; grid-template-columns: 28px 1.55fr .8fr .62fr; }
.sheets-hero-table > * { align-items: center; border-bottom: 1px solid #ecefec; border-right: 1px solid #ecefec; display: flex; min-height: 31px; overflow: hidden; padding: 5px 8px; text-overflow: ellipsis; white-space: nowrap; }
.sheets-hero-table > b:not(.sheets-hero-row-number), .sheets-hero-corner { background: #f5f7f5; color: #7b807b; justify-content: center; min-height: 24px; }
.sheets-hero-table > strong { background: #f7faf7; color: #4e554e; }
.sheets-hero-row-number { background: #f5f7f5; color: #9da19d; font-weight: 500; justify-content: center; }
.sheets-hero-active-cell { animation: sheets-cell-active 6s ease-in-out infinite; box-shadow: inset 0 0 0 2px #4285f4; position: relative; }
.sheets-hero-active-cell::after { background: #4285f4; bottom: -2px; content: ''; height: 5px; position: absolute; right: -2px; width: 5px; }
.sheets-sync-beam { height: 210px; left: 37%; position: absolute; top: 132px; transform: rotate(34deg); width: 3px; z-index: 1; }
.sheets-sync-beam::before { background: linear-gradient(to bottom, rgba(224,118,46,0), rgba(224,118,46,.55), rgba(224,118,46,0)); content: ''; inset: 0; position: absolute; }
.sheets-sync-beam span { animation: sheets-data-drop 3s ease-in infinite; background: #e0762e; border: 3px solid #fff5eb; border-radius: 50%; box-shadow: 0 4px 12px rgba(165,77,29,.28); height: 12px; left: -4px; opacity: 0; position: absolute; top: 0; width: 12px; }
.sheets-sync-beam span:nth-child(2) { animation-delay: 1s; }
.sheets-sync-beam span:nth-child(3) { animation-delay: 2s; }
.sheets-hero-callout { align-items: center; background: #fff; border: 1px solid rgba(43,73,48,.08); border-radius: 999px; box-shadow: 0 12px 28px rgba(38,60,42,.13); display: flex; font-size: 11px; font-weight: 750; gap: 7px; padding: 8px 12px; position: absolute; right: 2%; top: 84px; transform: rotate(-3deg); z-index: 5; }
.sheets-hero-callout .sheets-hero-sheet-icon { height: 18px; width: 18px; }
.sheets-hero-callout b { color: #e0762e; }
.sheets-hero-store { animation: sheets-store-rise .9s cubic-bezier(.2,.8,.2,1) both; background: #fff; border: 1px solid rgba(35,49,38,.1); border-radius: 22px; bottom: 2px; left: 50%; overflow: hidden; position: absolute; transform: translateX(-43%); width: min(720px, 82%); z-index: 2; }
.sheets-store-browserbar { align-items: center; background: #f8f8f6; border-bottom: 1px solid #ebede9; color: #888d87; display: flex; font-size: 9px; justify-content: space-between; padding: 8px 12px; }
.sheets-store-browserbar > span:nth-child(2) { background: #fff; border: 1px solid #e3e5e1; border-radius: 999px; padding: 4px 30px; }
.sheets-store-lights { display: flex; gap: 4px; }
.sheets-store-lights i { background: #d9dcd7; border-radius: 50%; height: 5px; width: 5px; }
.sheets-store-content { background: #fcfcf8; padding: 15px 18px 18px; }
.sheets-store-nav { align-items: center; display: flex; justify-content: space-between; }
.sheets-store-nav > b { font-size: 17px; letter-spacing: -.6px; }
.sheets-store-nav > span { color: #676b65; font-size: 9px; }
.sheets-store-nav i { background: #e0762e; border-radius: 50%; color: #fff; display: inline-grid; font-size: 7px; font-style: normal; height: 14px; margin-left: 2px; place-items: center; width: 14px; }
.sheets-store-intro { margin: 18px 0 14px; max-width: 260px; }
.sheets-store-intro small { color: #b45d25; display: block; font-size: 7px; font-weight: 800; letter-spacing: .13em; margin-bottom: 4px; }
.sheets-store-intro strong { display: block; font-size: 21px; letter-spacing: -.8px; line-height: 1.05; }
.sheets-store-grid { display: grid; gap: 11px; grid-template-columns: repeat(3,1fr); }
.sheets-store-product { animation: sheets-product-pop 6s ease-in-out infinite; min-width: 0; }
.sheets-store-product-two { animation-delay: 1s; }
.sheets-store-product-three { animation-delay: 2s; }
.sheets-store-product b, .sheets-store-product small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sheets-store-product b { font-size: 10px; margin-top: 6px; }
.sheets-store-product small { color: #747871; font-size: 9px; margin-top: 2px; }
.sheets-store-photo { align-items: flex-end; aspect-ratio: 1.45; border-radius: 13px; display: flex; justify-content: center; overflow: hidden; position: relative; }
.sheets-store-photo::before { background: rgba(255,255,255,.4); border-radius: 50%; content: ''; height: 120%; position: absolute; right: -25%; top: -50%; width: 85%; }
.sheets-store-photo span { filter: drop-shadow(0 10px 7px rgba(43,61,38,.18)); font-size: clamp(34px,6vw,58px); line-height: .9; position: relative; transform: translateY(3px); }
.sheets-store-photo-monstera { background: #dce9bd; }
.sheets-store-photo-cactus { background: #e8d9b9; }
.sheets-store-photo-lavender { background: #dfd4e9; }
.sheets-hero-live-badge { align-items: center; background: #17171a; border: 3px solid rgba(255,255,255,.88); border-radius: 14px; bottom: 30px; box-shadow: 0 14px 30px rgba(23,23,26,.25); color: #fff; display: flex; gap: 9px; padding: 10px 13px; position: absolute; right: 0; z-index: 6; }
.sheets-hero-live-badge > span { background: #e0762e; border-radius: 50%; display: grid; font-size: 10px; height: 21px; place-items: center; width: 21px; }
.sheets-hero-live-badge b, .sheets-hero-live-badge small { display: block; }
.sheets-hero-live-badge b { font-size: 10px; }
.sheets-hero-live-badge small { color: #bdbdb7; font-size: 8px; margin-top: 2px; }
@keyframes sheets-data-drop { 0% { opacity: 0; translate: 0 0; } 12%,78% { opacity: 1; } 100% { opacity: 0; translate: 0 200px; } }
@keyframes sheets-cell-active { 0%,18%,100% { background: #fff; } 25%,68% { background: #edf4ff; } }
@keyframes sheets-store-rise { from { opacity: 0; transform: translate(-43%,30px); } to { opacity: 1; transform: translate(-43%,0); } }
@keyframes sheets-product-pop { 0%,8%,100% { transform: translateY(0); } 14% { transform: translateY(-7px); } 20% { transform: translateY(0); } }
@media (max-width: 760px) { .sheets-hero-wrap { border-radius: 28px; padding: 0 16px 20px; }.sheets-hero-copy { padding: 48px 0 28px; }.sheets-hero-form { padding: 16px; }.sheets-hero-form-row { align-items: stretch; flex-direction: column; }.sheets-hero-form-row .btn { width: 100%; }.sheets-hero-animation { height: 465px; margin-top: 3px; }.sheets-hero-sheet { left: 0; top: 45px; width: min(340px,88%); }.sheets-hero-callout { right: -5px; top: 185px; }.sheets-sync-beam { left: 45%; top: 178px; transform: rotate(18deg); }.sheets-hero-store { bottom: 0; transform: translateX(-50%); width: 100%; }.sheets-store-browserbar > span:nth-child(2) { padding-left: 14px; padding-right: 14px; }.sheets-hero-live-badge { bottom: 16px; right: -7px; }.sheets-store-intro { margin: 13px 0 10px; }.sheets-store-intro strong { font-size: 17px; }.sheets-store-photo { aspect-ratio: 1.08; }.sheets-store-photo span { font-size: clamp(31px,11vw,48px); } @keyframes sheets-store-rise { from { opacity: 0; transform: translate(-50%,30px); } to { opacity: 1; transform: translate(-50%,0); } } }
@media (max-width: 430px) { .sheets-hero-wrap { margin-left: -10px; margin-right: -10px; }.sheets-hero-copy h1 { font-size: 39px; letter-spacing: -1.7px; }.sheets-hero-copy > p:not(.tools-eyebrow) { font-size: 16px; }.sheets-hero-animation { height: 430px; }.sheets-hero-sheet { top: 34px; width: 94%; }.sheets-hero-table { font-size: 9px; grid-template-columns: 25px 1.45fr .76fr .58fr; }.sheets-hero-table > * { min-height: 27px; padding: 4px 6px; }.sheets-hero-callout { top: 166px; }.sheets-sync-beam { top: 155px; }.sheets-store-content { padding: 13px 12px 14px; }.sheets-store-product b { font-size: 9px; }.sheets-hero-live-badge { bottom: 11px; } }
@media (prefers-reduced-motion: reduce) { .sheets-hero-sheet, .sheets-hero-callout, .sheets-hero-store, .sheets-store-product, .sheets-hero-live-badge, .sheets-hero-active-cell, .sheets-sync-beam span { animation: none; } }
.tool-card-list { display: grid; gap: 22px; max-width: 900px; margin: 0 auto; }
.tool-hub-card { background: #161616; color: #fff; border-radius: 28px; display: grid; gap: 30px; overflow: hidden; padding: 26px; }
.tool-hub-card h2 { font-size: clamp(26px, 4vw, 42px); letter-spacing: -1.3px; line-height: 1.07; margin: 6px 0 12px; }
.tool-hub-card p { color: #c5c5c2; font-size: 16px; max-width: 480px; margin-bottom: 24px; }
.tool-hub-card .btn { background: #f4eea9; color: #17171a; }
.tool-card-label { color: #f4eea9 !important; font-size: 12px !important; font-weight: 800; letter-spacing: .1em; margin: 0 !important; text-transform: uppercase; }
.tool-hub-visual { background: #eff0d8; color: #17171a; min-height: 220px; border-radius: 20px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 18px; transform: rotate(-2deg); }
.tool-hub-visual span { align-items: center; background: #fff; border-radius: 14px; display: flex; font-size: 42px; justify-content: center; }
.tool-hub-visual span:nth-child(2) { background: #c6f0c8; }.tool-hub-visual span:nth-child(3) { background: #ffc6dd; }.tool-hub-visual span:nth-child(4) { background: #d8d1ff; }
.tool-hub-card-catalogue { background: #27342b; }.tool-hub-card-catalogue .btn { background: #ffe2c7; }.catalogue-hub-visual { background: #d9e4d4; display: grid; place-items: center; transform: rotate(1.5deg); }.catalogue-hub-visual span { display: block; }.catalogue-sheet { aspect-ratio: 210/270; background: #fff !important; border-radius: 6px !important; box-shadow: 0 17px 34px rgba(31,49,35,.18); padding: 18px !important; position: relative; width: min(160px,65%); }.catalogue-sheet i { background: #e8e8e1; border-radius: 5px; display: block; height: 22%; margin-bottom: 10px; }.catalogue-sheet i:first-child { background: #e0762e; height: 18%; }.catalogue-sheet i:nth-child(2) { width: 82%; }.catalogue-sheet b { bottom: 13px; color: #27342b; font-size: 12px; letter-spacing: .12em; position: absolute; right: 15px; }
@media (min-width: 700px) { .tool-hub-card { grid-template-columns: 1fr 1.3fr; align-items: center; padding: 42px; }.tool-hub-visual { order: 2; min-height: 300px; } }

.generator-hero { padding: 60px 0 36px; }.generator-hero h1 { max-width: 740px; margin: 0 auto; }.generator-note { background: #eceadb; border-radius: 999px; color: #56564f; display: inline-block; font-size: 13px; font-weight: 650; margin-top: 23px; padding: 9px 15px; }
.generator-shell { display: grid; background: #f1f0e9; border: 1px solid #e5e3db; border-radius: 28px; overflow: hidden; max-width: 1120px; margin: 0 auto; }
.generator-editor { background: #fff; padding: 24px 18px; }.generator-editor h2 { font-size: 21px; letter-spacing: -.5px; margin-bottom: 20px; }.generator-products-label { font-size: 13px; font-weight: 700; color: var(--muted); margin: 22px 0 8px; }
.color-picker { display: flex; flex-wrap: wrap; gap: 14px; padding: 2px 0 6px; }.color-option { background: transparent; border: 0; border-radius: 50%; cursor: pointer; display: grid; height: 52px; padding: 0; place-items: center; width: 52px; }.color-option span { border: 3px solid rgba(23,23,26,.08); border-radius: 50%; display: block; height: 100%; transition: transform .12s ease; width: 100%; }.color-option.selected { outline: 4px solid #17171a; outline-offset: 2px; }.color-option:hover span { transform: scale(1.06); }.color-option:focus-visible { outline: 3px solid #17171a; outline-offset: 4px; }
.generator-product { border-top: 1px solid #ecece7; padding: 16px 0 2px; }.generator-product-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 12px; }.generator-product-head > span { background: #efefe9; border-radius: 50%; color: var(--muted); display: grid; font-size: 11px; font-weight: 800; height: 22px; place-items: center; width: 22px; }.generator-remove { border: 0; background: transparent; color: #8a8a86; cursor: pointer; font-size: 21px; line-height: 1; padding: 1px 5px; }.generator-row { display: grid; gap: 10px; }.generator-upload { align-items: center; border: 1.5px dashed #d8d8d0; border-radius: 10px; color: #5e5e59; cursor: pointer; display: flex; font-size: 13px; font-weight: 650; gap: 7px; justify-content: center; margin: -2px 0 13px; min-height: 42px; }.generator-upload span { color: #17171a; font-size: 17px; }.generator-upload input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }.generator-add { background: transparent; border: 0; color: #17171a; cursor: pointer; font-size: 13px; font-weight: 750; margin: 8px 0 24px; padding: 2px; }.generator-deploy span { font-size: 18px; line-height: 1; }
.generator-preview-panel { background: var(--generator-bg); color: var(--generator-fg); min-height: 660px; padding: 24px 10px 32px; position: relative; transition: background .18s ease, color .18s ease; }.generator-preview-label { align-items: center; color: var(--generator-muted); display: flex; font-size: 12px; font-weight: 800; gap: 7px; letter-spacing: .08em; text-transform: uppercase; }.preview-edit-guide { background: rgba(255,255,255,.32); border-radius: 999px; font-size: 10px; letter-spacing: 0; margin-left: 5px; padding: 6px 9px; text-transform: none; }.preview-pulse { background: currentColor; border-radius: 50%; height: 8px; width: 8px; }.generator-phone-wrap { display: grid; min-height: 605px; place-items: center; }.generator-phone { background: #fff; border: 7px solid #1a1a1a; border-radius: 40px; box-shadow: 0 26px 55px rgba(39, 55, 21, .24); max-width: 335px; min-height: 570px; overflow: hidden; padding: 12px 10px; width: 100%; }.generator-phone-bar { display: flex; font-size: 10px; font-weight: 800; justify-content: space-between; padding: 0 9px 9px; }.generator-address { background: #f1f1ec; border-radius: 999px; color: #75756f; font-size: 10px; font-weight: 650; overflow: hidden; padding: 7px 10px; text-overflow: ellipsis; white-space: nowrap; }.generator-store { background: var(--generator-bg); border-radius: 22px; color: var(--generator-fg); margin-top: 9px; min-height: 493px; padding: 14px; transition: background .18s ease, color .18s ease; }.generator-store-top { align-items: center; display: flex; justify-content: space-between; }.generator-store-top input[type="file"] { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }.generator-store-mark { background: var(--generator-fg); border: 0; border-radius: 50%; color: var(--generator-bg); cursor: pointer; display: grid; font-size: 15px; font-weight: 800; height: 33px; overflow: hidden; padding: 0; place-items: center; width: 33px; }.generator-store-mark img { height: 100%; object-fit: cover; width: 100%; }.generator-store-mark [hidden] { display: none; }.generator-menu { letter-spacing: 2px; }.generator-store h3 { font-size: 24px; letter-spacing: -1px; line-height: 1.05; margin: 17px 0 5px; }.generator-store > p { color: var(--generator-muted); font-size: 11px; margin-bottom: 18px; }.generator-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.generator-product-card { min-width: 0; }.generator-product-card img, .generator-product-empty { aspect-ratio: 1; background: var(--generator-tile); border-radius: 10px; margin-bottom: 6px; object-fit: cover; width: 100%; }.generator-product-empty { align-items: center; color: var(--generator-muted); display: flex; font-size: 10px; font-weight: 650; justify-content: center; }.generator-product-card strong { display: block; font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.generator-product-card span { color: var(--generator-muted); display: block; font-size: 10px; }.generator-built { bottom: 19px; color: var(--generator-muted); font-size: 10px; font-weight: 800; left: 0; position: relative; text-align: center; top: 19px; }.generator-built span { color: #e0762e; }
.generator-why { max-width: 690px; margin: 72px auto 10px; text-align: center; }.generator-why h2 { font-size: clamp(26px, 4vw, 38px); letter-spacing: -1px; line-height: 1.1; }.generator-why p { color: var(--muted); font-size: 16px; margin-top: 14px; }
.claim-dialog { border: 0; border-radius: 22px; box-shadow: 0 24px 80px rgba(0, 0, 0, .28); color: var(--ink); inset: 0; margin: auto; max-height: min(640px, calc(100dvh - 32px)); max-width: 440px; padding: 30px 24px 20px; position: fixed; width: calc(100% - 32px); }.claim-dialog::backdrop { background: rgba(17, 17, 17, .55); }.claim-dialog h2 { font-size: 30px; letter-spacing: -1px; margin-bottom: 10px; }.claim-dialog > p:not(.tools-eyebrow) { color: var(--muted); font-size: 15px; margin-bottom: 22px; }.claim-close { background: #f0f0eb; border: 0; border-radius: 50%; cursor: pointer; font-size: 19px; height: 30px; position: absolute; right: 16px; top: 16px; width: 30px; }.claim-url { align-items: center; display: flex; }.claim-url .input { border-radius: 12px 0 0 12px; min-width: 0; }.claim-url span { background: #f0f0ec; border: 1.5px solid var(--line); border-left: 0; border-radius: 0 12px 12px 0; color: var(--muted); font-size: 13px; padding: 13px 10px; white-space: nowrap; }.claim-later { background: transparent; border: 0; color: var(--muted); cursor: pointer; display: block; font-size: 13px; margin: 14px auto 0; }
@media (min-width: 680px) { .generator-editor { padding: 32px; }.generator-row { grid-template-columns: .8fr 1.2fr; }.generator-preview-panel { padding: 28px; } }
@media (min-width: 920px) { .generator-shell { grid-template-columns: minmax(420px, .88fr) minmax(440px, 1.12fr); }.generator-editor { max-height: 850px; overflow-y: auto; }.generator-preview-panel { min-height: 850px; }.generator-phone-wrap { min-height: 775px; }.generator-phone { transform: scale(1.08); } }

/* Direct editing inside the link-in-bio preview */
.generator-shell { display: block; max-width: 900px; }
.generator-canvas { overflow: hidden; }
.generator-toolbar { align-items: center; background: #fff; display: flex; gap: 22px; justify-content: space-between; padding: 22px 20px; }
.generator-toolbar h2 { font-size: 21px; letter-spacing: -.5px; }.generator-toolbar p { color: var(--muted); font-size: 13px; margin-top: 3px; max-width: 360px; }.generator-toolbar label { color: var(--muted); display: block; font-size: 13px; font-weight: 700; margin-bottom: 9px; }
.generator-toolbar .color-picker { gap: 10px; }.generator-toolbar .color-option { height: 36px; width: 36px; }.generator-toolbar .color-option.selected { outline-width: 3px; }
.generator-product-card { position: relative; }.generator-product-card input[type="file"] { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }.generator-image-editor { aspect-ratio: 1; background: var(--generator-tile); border: 0; border-radius: 10px; color: var(--generator-muted); cursor: pointer; display: grid; margin-bottom: 6px; overflow: hidden; place-items: center; width: 100%; }.generator-image-editor:hover { outline: 2px solid currentColor; outline-offset: 2px; }.generator-image-editor img { aspect-ratio: 1; height: 100%; margin: 0; object-fit: cover; width: 100%; }.generator-image-editor [hidden] { display: none; }.generator-image-editor span { font-size: 10px; font-weight: 650; }
.generator-product-name, .generator-product-price { border-radius: 4px; cursor: text; min-height: 1.2em; outline: none; }.generator-product-name:focus, .generator-product-price:focus, .generator-store h3:focus { box-shadow: 0 0 0 2px currentColor; }.generator-product-price:empty::before { color: var(--generator-muted); content: 'Price'; }.generator-store h3 { border-radius: 5px; cursor: text; outline: none; }
.generator-shell[data-guide] [data-preview-title], .generator-shell[data-guide] .generator-store-mark, .generator-shell[data-guide] .generator-product-card:first-child [contenteditable] { animation: edit-guide-pulse 1.5s ease-in-out infinite; outline: 2px dashed var(--generator-fg); outline-offset: 3px; }.generator-shell[data-guide] .generator-store-mark { position: relative; }.generator-shell[data-guide] .generator-store-mark::after { content: '+'; display: grid; font-size: 14px; inset: 0; place-items: center; position: absolute; }.generator-shell[data-guide] .generator-store-mark span { opacity: .3; }@keyframes edit-guide-pulse { 50% { outline-offset: 6px; } }
.generator-grid { align-items: start; }.generator-add-card { align-items: center; aspect-ratio: 1; background: transparent; border: 1.5px dashed var(--generator-muted); border-radius: 10px; color: var(--generator-fg); cursor: pointer; display: flex; flex-direction: column; font-size: 9px; font-weight: 700; gap: 2px; justify-content: center; min-width: 0; overflow-wrap: anywhere; width: 100%; }.generator-add-card span { font-size: 30px; font-weight: 400; line-height: .8; }.generator-add-card:hover { background: var(--generator-tile); }.generator-add-card[hidden] { display: none; }
.generator-link-button { background: var(--generator-fg); border: 0; border-radius: 50%; bottom: 0; color: var(--generator-bg); cursor: pointer; display: grid; font-size: 13px; height: 22px; opacity: 0; place-items: center; position: absolute; right: 0; transition: opacity .12s ease; width: 22px; }.generator-product-card:hover .generator-link-button, .generator-link-button:focus { opacity: 1; }
.generator-link-editor { align-items: center; background: #fff; border-top: 1px solid var(--line); display: flex; gap: 10px; padding: 14px 20px; }.generator-link-editor[hidden] { display: none; }.generator-link-editor p { font-size: 13px; font-weight: 700; white-space: nowrap; }.generator-link-editor .input { font-size: 14px; padding: 9px 11px; }.generator-link-editor button { background: transparent; border: 0; cursor: pointer; font-size: 22px; }
.generator-actions { align-items: center; background: #fff; border-top: 1px solid var(--line); display: flex; justify-content: center; padding: 16px 20px; }.generator-actions .generator-deploy { width: auto; }
@media (max-width: 620px) { .generator-toolbar { align-items: flex-start; flex-direction: column; }.generator-toolbar .color-picker { gap: 9px; }.generator-actions { align-items: stretch; flex-direction: column; }.generator-actions .generator-deploy { width: 100%; }.generator-link-editor { align-items: stretch; flex-wrap: wrap; }.generator-link-editor .input { flex: 1; min-width: 190px; } }

/* Generator feature panels */
.generator-feature-list { margin-top: 72px; }.generator-feature-list .feature-panel { margin: 22px 0; }.tool-feature-visual { min-height: 250px; position: relative; }.tool-edit-visual, .tool-payment-visual { display: grid; place-items: center; }.tool-edit-phone, .tool-payment-phone { background: #fff; border: 5px solid #17171a; border-radius: 25px; box-shadow: 0 18px 40px rgba(0,0,0,.13); padding: 18px; width: 205px; }.tool-edit-title { display: block; font-size: 19px; font-weight: 800; letter-spacing: -.6px; margin-bottom: 10px; }.tool-edit-tile { align-items: center; aspect-ratio: 1; background: #d8eaa0; border-radius: 12px; color: #526136; display: flex; font-size: 11px; font-weight: 700; justify-content: center; margin-bottom: 7px; }.tool-edit-name { display: block; font-size: 12px; font-weight: 750; }.tool-edit-price { color: #666; display: block; font-size: 11px; }.tool-edit-cursor { background: #17171a; border-radius: 50%; bottom: 43px; color: #fff; font-size: 16px; height: 36px; padding-top: 6px; position: absolute; right: calc(50% - 115px); text-align: center; width: 36px; }.tool-edit-label { background: #17171a; border-radius: 999px; bottom: 26px; color: #fff; font-size: 11px; font-weight: 700; padding: 7px 10px; position: absolute; right: calc(50% - 165px); }
.tool-flow-visual { align-items: center; display: flex; gap: 11px; justify-content: center; }.tool-flow-card { background: #fff; border-radius: 16px; box-shadow: 0 12px 24px rgba(0,0,0,.08); display: flex; flex-direction: column; gap: 7px; min-width: 132px; padding: 15px; }.tool-flow-card small { color: #74746d; font-size: 10px; font-weight: 750; text-transform: uppercase; }.tool-flow-card span { background: #f1f1ec; border-radius: 7px; font-size: 11px; padding: 6px 7px; }.tool-flow-arrow { font-size: 27px; }.tool-flow-card-dark { background: #17171a; color: #fff; justify-content: center; }.tool-flow-card-dark b { font-size: 14px; }.tool-flow-card-dark em { color: #d5d5ce; font-size: 10px; font-style: normal; }.tool-payment-phone { padding: 12px; }.tool-payment-product { background: #edf6c9; border-radius: 13px; font-size: 13px; font-weight: 700; padding: 16px 12px; }.tool-payment-product b { display: block; font-size: 18px; margin-top: 3px; }.tool-payment-phone button { background: #17171a; border: 0; border-radius: 999px; color: #fff; font-size: 11px; font-weight: 750; margin-top: 10px; padding: 10px; width: 100%; }.tool-payment-note { background: #fff; border-radius: 10px; bottom: 24px; box-shadow: 0 10px 20px rgba(0,0,0,.1); color: #28713a; font-size: 11px; font-weight: 750; padding: 9px 11px; position: absolute; right: calc(50% - 145px); }
@media (max-width: 460px) { .tool-flow-visual { gap: 7px; }.tool-flow-card { min-width: 112px; padding: 12px; }.tool-flow-arrow { font-size: 20px; }.tool-edit-label { right: calc(50% - 150px); } }
@media (max-width: 540px) {
  .site-header nav > .btn-dark { display: none; }
  .airtable-hero-card { padding: 18px !important; }
  .airtable-flow { flex-direction: column; min-height: 0 !important; width: 100%; }
  .airtable-flow > * { max-width: 100%; min-width: 0 !important; }
  .airtable-flow > .tool-flow-arrow { transform: rotate(90deg); }
  .airtable-flow > .tool-edit-phone { width: 170px !important; }
}

/* Product catalogue PDF generator */
.catalogue-hero { max-width: 880px; }.catalogue-hero h1 { max-width: 860px; }.catalogue-builder { align-items: start; background: #f0efe8; border: 1px solid #e4e2d9; border-radius: 30px; display: grid; gap: 0; margin: 0 auto; max-width: 1180px; overflow: hidden; }.catalogue-controls { background: #fff; min-width: 0; }.catalogue-step { border-bottom: 1px solid #ecebe5; padding: 26px 22px; }.catalogue-step[hidden] { display: none; }.catalogue-step-heading { align-items: flex-start; display: flex; gap: 13px; margin-bottom: 20px; }.catalogue-step-heading > span { align-items: center; background: #17171a; border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 800; height: 27px; justify-content: center; width: 27px; }.catalogue-step-heading h2 { font-size: 19px; letter-spacing: -.45px; line-height: 1.15; }.catalogue-step-heading p { color: var(--muted); font-size: 13px; line-height: 1.45; margin-top: 4px; }.catalogue-dropzone { align-items: center; background: #fafaf7; border: 1.5px dashed #c9c9bf; border-radius: 16px; cursor: pointer; display: flex; flex-direction: column; gap: 5px; justify-content: center; min-height: 150px; padding: 24px; text-align: center; transition: border-color .15s ease, background .15s ease, transform .15s ease; }.catalogue-dropzone:hover, .catalogue-dropzone.dragging { background: #f7f5e9; border-color: #e0762e; transform: translateY(-1px); }.catalogue-dropzone input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }.catalogue-upload-icon { align-items: center; background: #17171a; border-radius: 50%; color: #fff; display: flex; font-size: 20px; height: 38px; justify-content: center; margin-bottom: 3px; width: 38px; }.catalogue-dropzone strong { font-size: 15px; }.catalogue-dropzone small { color: var(--muted); font-size: 11px; }.catalogue-inline-links { display: flex; flex-wrap: wrap; font-size: 12px; gap: 18px; justify-content: center; margin-top: 12px; }.catalogue-inline-links a, .link-button { color: #30302d; font: inherit; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }.link-button { background: transparent; border: 0; cursor: pointer; padding: 0; }.catalogue-message { border-radius: 10px; font-size: 12px; line-height: 1.4; margin-top: 12px; padding: 0; }.catalogue-message.success, .catalogue-message.error, .catalogue-message.info { padding: 10px 12px; }.catalogue-message.success { background: #e9f5e8; color: #355b35; }.catalogue-message.error { background: #fff0ed; color: #8d372c; }.catalogue-message.info { background: #eff2ea; color: #515a47; }.catalogue-mapping-grid, .catalogue-field-grid { display: grid; gap: 13px; }.catalogue-mapping-grid label, .catalogue-field-grid label, .catalogue-options-row > label:not(.catalogue-check) { color: #4f4f4a; display: grid; font-size: 12px; font-weight: 750; gap: 7px; }.catalogue-mapping-grid em { color: #e0762e; font-size: 9px; font-style: normal; letter-spacing: .07em; margin-left: 4px; text-transform: uppercase; }.catalogue-mapping-grid .input, .catalogue-field-grid .input, .catalogue-options-row .input { font-size: 13px; padding: 10px 11px; }.catalogue-color-input { background: #fff; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; height: 42px; padding: 4px; width: 100%; }.catalogue-logo-field { position: relative; }.catalogue-logo-field input { height: 1px; opacity: 0; overflow: hidden; position: absolute; width: 1px; }.catalogue-logo-button { align-items: center; background: #fafaf7; border: 1px solid var(--line); border-radius: 9px; color: #343431; cursor: pointer; display: flex; font-size: 13px; font-weight: 600; min-height: 42px; padding: 9px 11px; }.catalogue-choice-grid { display: grid; gap: 10px; }.catalogue-choice { background: #fafaf7; border: 1px solid #deddd6; border-radius: 13px; cursor: pointer; display: grid; grid-template-columns: auto 1fr; padding: 15px; position: relative; }.catalogue-choice.selected { background: #f5f4e7; border-color: #17171a; box-shadow: 0 0 0 1px #17171a; }.catalogue-choice input { height: 1px; opacity: 0; position: absolute; width: 1px; }.catalogue-choice-icon { align-items: center; background: #fff; border: 1px solid #e3e2da; border-radius: 9px; display: flex; font-size: 22px; grid-row: 1/3; height: 42px; justify-content: center; margin-right: 11px; width: 42px; }.catalogue-choice strong { align-self: end; font-size: 13px; }.catalogue-choice small { color: var(--muted); font-size: 10px; margin-top: 2px; }.catalogue-options-row { align-items: end; display: grid; gap: 13px; margin-top: 15px; }.catalogue-check { align-items: center; color: #4f4f4a; display: flex; font-size: 12px; font-weight: 700; gap: 8px; min-height: 42px; }.catalogue-check input { accent-color: #17171a; height: 17px; width: 17px; }.catalogue-generate-wrap { padding: 22px; }.catalogue-generate-wrap .btn:disabled { cursor: not-allowed; opacity: .48; }.catalogue-generate-wrap p { color: var(--muted); font-size: 10px; margin: 9px auto 0; text-align: center; }.catalogue-live-preview { background: #e4e8df; min-width: 0; padding: 24px 16px 42px; position: sticky; top: 0; }.catalogue-preview-toolbar { align-items: center; color: #526057; display: flex; font-size: 11px; font-weight: 850; gap: 7px; letter-spacing: .08em; margin-bottom: 22px; text-transform: uppercase; }.catalogue-preview-toolbar small { font-size: 9px; font-weight: 650; letter-spacing: 0; margin-left: auto; text-transform: none; }.catalogue-paper { aspect-ratio: 210/297; background: #fff; box-shadow: 0 26px 55px rgba(44,60,47,.18); color: #242523; display: flex; flex-direction: column; margin: 0 auto; max-width: 440px; overflow: hidden; padding: 6.5% 6.5% 4.5%; position: relative; width: 100%; }.catalogue-paper::before { background: var(--catalogue-accent); content: ''; height: 1.4%; left: 0; position: absolute; right: 0; top: 0; }.catalogue-paper-brand { align-items: center; display: flex; justify-content: space-between; }.catalogue-paper-brand > span { align-items: center; background: var(--catalogue-accent); border-radius: 50%; color: #fff; display: flex; font-size: clamp(11px,2vw,17px); font-weight: 850; height: clamp(26px,5vw,39px); justify-content: center; overflow: hidden; width: clamp(26px,5vw,39px); }.catalogue-paper-brand > span img { height: 100%; object-fit: cover; width: 100%; }.catalogue-paper-brand small { color: #74756f; font-size: clamp(5px,.8vw,8px); font-weight: 850; letter-spacing: .14em; }.catalogue-paper-title { margin: 7% 0 6%; }.catalogue-paper-title p { color: var(--catalogue-accent); font-size: clamp(6px,1vw,9px); font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.catalogue-paper-title h2 { font-size: clamp(20px,4.5vw,39px); letter-spacing: -.04em; line-height: .96; margin: 1.5% 0 2%; overflow-wrap: anywhere; }.catalogue-paper-title > span { color: #73746e; display: block; font-size: clamp(6px,1vw,9px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.catalogue-preview-grid { display: grid; gap: 4%; grid-template-columns: 1fr 1fr; }.catalogue-preview-card { min-width: 0; }.catalogue-preview-photo { align-items: center; aspect-ratio: 1.35; background: #f1f0e9; border-radius: 4px; color: var(--catalogue-accent); display: flex; font-size: clamp(18px,5vw,42px); justify-content: center; margin-bottom: 4%; overflow: hidden; }.catalogue-preview-photo img { height: 100%; object-fit: cover; width: 100%; }.catalogue-preview-card strong { display: block; font-size: clamp(7px,1.25vw,11px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.catalogue-preview-card span { color: #6c6d67; display: block; font-size: clamp(6px,1vw,9px); margin-top: 1px; }.catalogue-preview-card p { color: #777870; font-size: clamp(5px,.8vw,7px); line-height: 1.35; margin-top: 2px; }.catalogue-preview-grid.list { display: block; }.catalogue-preview-grid.list .catalogue-preview-card { align-items: center; border-bottom: 1px solid #e5e4dd; display: grid; gap: 2%; grid-template-columns: 17% 1fr auto; padding: 2.2% 0; }.catalogue-preview-grid.list .catalogue-preview-photo { aspect-ratio: 1; grid-row: 1/3; margin: 0; }.catalogue-preview-grid.list .catalogue-preview-card strong { align-self: end; }.catalogue-preview-grid.list .catalogue-preview-card span { align-self: center; color: #252622; font-weight: 750; grid-column: 3; grid-row: 1/3; }.catalogue-preview-grid.list .catalogue-preview-card p { align-self: start; grid-column: 2; margin: 0; }.catalogue-paper-footer { align-items: center; border-top: 1px solid #dfded7; color: #787973; display: flex; font-size: clamp(5px,.8vw,8px); justify-content: space-between; margin-top: auto; padding-top: 3%; }.catalogue-paper-footer b { color: var(--catalogue-accent); }.catalogue-after-tool { align-items: center; background: #17171a; border-radius: 26px; color: #fff; display: grid; gap: 28px; margin: 24px auto 0; max-width: 1180px; padding: 34px 28px; }.catalogue-after-tool h2 { font-size: clamp(27px,4vw,42px); letter-spacing: -1.2px; line-height: 1.05; }.catalogue-after-tool p:not(.tools-eyebrow) { color: #bdbdb7; margin-top: 10px; max-width: 650px; }.catalogue-after-tool .btn { background: #f4eea9; color: #17171a; justify-self: start; }.catalogue-guide { margin: 90px auto 20px; max-width: 1060px; }.catalogue-guide > div:first-child { max-width: 730px; }.catalogue-guide h2 { font-size: clamp(30px,5vw,50px); letter-spacing: -1.5px; line-height: 1.05; }.catalogue-guide-grid { display: grid; gap: 16px; margin-top: 32px; }.catalogue-guide-grid article { background: #f4f3ed; border-radius: 18px; padding: 24px; }.catalogue-guide-grid article > span { color: #e0762e; font-size: 11px; font-weight: 850; letter-spacing: .1em; }.catalogue-guide-grid h3 { font-size: 17px; margin: 16px 0 7px; }.catalogue-guide-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; }
@media (min-width: 620px) { .catalogue-mapping-grid, .catalogue-field-grid { grid-template-columns: 1fr 1fr; }.catalogue-choice-grid, .catalogue-options-row { grid-template-columns: 1fr 1fr; }.catalogue-after-tool { grid-template-columns: 1fr auto; padding: 42px; }.catalogue-guide-grid { grid-template-columns: repeat(3,1fr); } }
@media (min-width: 940px) { .catalogue-builder { grid-template-columns: minmax(440px,.88fr) minmax(480px,1.12fr); }.catalogue-controls { max-height: 900px; overflow-y: auto; }.catalogue-live-preview { min-height: 900px; padding: 28px 34px 50px; }.catalogue-step { padding: 28px 30px; }.catalogue-generate-wrap { padding: 24px 30px 30px; } }
@media (max-width: 939px) { .catalogue-live-preview { position: relative; }.catalogue-paper { max-width: 470px; } }
@media (max-width: 520px) { .catalogue-builder { border-radius: 22px; margin-left: -10px; margin-right: -10px; }.catalogue-step { padding: 23px 18px; }.catalogue-live-preview { padding: 22px 14px 32px; }.catalogue-after-tool { border-radius: 22px; }.catalogue-after-tool .btn { width: 100%; }.catalogue-guide { margin-top: 70px; } }

/* Catalogue input modes and contact tools */
.catalogue-source-tabs { background: #f1f0ea; border-radius: 11px; display: grid; gap: 3px; grid-template-columns: repeat(3,1fr); margin-bottom: 15px; padding: 3px; }
.catalogue-source-tabs button { background: transparent; border: 0; border-radius: 8px; color: #686862; cursor: pointer; font-size: 11px; font-weight: 780; min-height: 36px; padding: 7px 5px; }
.catalogue-source-tabs button.selected { background: #fff; box-shadow: 0 1px 4px rgba(0,0,0,.09); color: #17171a; }
[data-source-panel][hidden] { display: none; }
.catalogue-sheet-panel { background: #f8faf7; border: 1px solid #e1e7df; border-radius: 14px; display: grid; gap: 11px; padding: 16px; }
.catalogue-sheet-panel label, .catalogue-manual-grid label { color: #4f4f4a; display: grid; font-size: 11px; font-weight: 750; gap: 6px; }
.catalogue-sheet-panel .input, .catalogue-manual-grid .input { font-size: 13px; padding: 10px 11px; }
.catalogue-sheet-panel .btn { justify-self: start; }
.catalogue-sheet-panel > small { color: var(--muted); font-size: 10px; line-height: 1.45; }
.catalogue-manual-products { display: grid; gap: 10px; }
.catalogue-manual-row { background: #fafaf7; border: 1px solid #e1e0d9; border-radius: 14px; padding: 13px; }
.catalogue-manual-row-heading { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }
.catalogue-manual-row-heading strong { font-size: 12px; }
.catalogue-manual-row-heading button { background: transparent; border: 0; color: #8a4437; cursor: pointer; font-size: 10px; font-weight: 750; text-decoration: underline; }
.catalogue-manual-grid { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; }
.catalogue-manual-description { grid-column: 1/-1; }
.catalogue-manual-description textarea { min-height: 58px; resize: vertical; }
.catalogue-manual-photo { position: relative; }
.catalogue-manual-photo input { height: 1px; opacity: 0; position: absolute; width: 1px; }
.catalogue-manual-photo span { align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 9px; cursor: pointer; display: flex; font-size: 12px; font-weight: 600; min-height: 41px; overflow: hidden; padding: 9px 10px; text-overflow: ellipsis; white-space: nowrap; }
.catalogue-add-product { align-items: center; background: transparent; border: 1px dashed #bbb9ae; border-radius: 11px; color: #363632; cursor: pointer; display: flex; font-size: 11px; font-weight: 780; gap: 7px; justify-content: center; margin-top: 10px; min-height: 40px; width: 100%; }
.catalogue-add-product span { font-size: 18px; font-weight: 400; }
.catalogue-qr-destination { grid-column: 1/-1; }
.catalogue-qr-check { align-self: end; }
@media (max-width: 430px) { .catalogue-source-tabs { grid-template-columns: 1fr; }.catalogue-source-tabs button { min-height: 32px; }.catalogue-manual-grid { grid-template-columns: 1fr; }.catalogue-manual-description { grid-column: auto; } }

/* PDF catalogue to online store */
.tool-hub-card-pdf-store { background: #593b2d; }.tool-hub-card-pdf-store .btn { background: #ffdcba; }.pdf-store-hub-visual { align-items: center; background: #fae7d5; display: grid; gap: 9px; grid-template-columns: 1fr auto 1fr; transform: rotate(-1deg); }.pdf-store-hub-visual > span { background: #fff; }.pdf-store-source, .pdf-store-phone { align-content: center; align-self: center; aspect-ratio: 4/5; border-radius: 9px !important; box-shadow: 0 12px 24px rgba(89,59,45,.14); display: grid !important; gap: 7px; padding: 15px !important; }.pdf-store-source b { color: #e05f37; font-size: 17px; }.pdf-store-source i { background: #ece9e1; border-radius: 4px; height: 18px; }.pdf-store-phone { background: #2a2825 !important; border-radius: 18px !important; padding: 10px !important; }.pdf-store-phone i { background: #fae7d5; border-radius: 5px; }.pdf-store-phone b { background: #ffdcba; border-radius: 999px; color: #34281f; font-size: 8px; padding: 6px 2px; text-align: center; }.pdf-store-arrow { background: transparent !important; font-size: 25px !important; }
.pdf-store-hero { max-width: 920px; }.pdf-store-hero h1 { max-width: 900px; }.pdf-store-tool { background: #f1eee8; border: 1px solid #e1ddd4; border-radius: 30px; display: grid; margin: 0 auto; max-width: 1240px; overflow: hidden; }.pdf-store-source-panel, .pdf-store-workspace { background: #fff; min-width: 0; padding: 25px 22px; }.pdf-store-source-panel { border-bottom: 1px solid #e7e3da; }.pdf-store-workspace { border-bottom: 1px solid #e7e3da; }.pdf-store-step-head { align-items: flex-start; display: flex; gap: 12px; }.pdf-store-step-head > span { align-items: center; background: #17171a; border-radius: 50%; color: #fff; display: flex; flex: 0 0 auto; font-size: 12px; font-weight: 800; height: 28px; justify-content: center; width: 28px; }.pdf-store-step-head h2 { font-size: 19px; letter-spacing: -.5px; }.pdf-store-step-head p { color: var(--muted); font-size: 12px; line-height: 1.45; margin-top: 3px; }.pdf-store-dropzone { align-items: center; background: #fcfaf6; border: 1.5px dashed #bbb6ab; border-radius: 18px; cursor: pointer; display: flex; flex-direction: column; gap: 6px; justify-content: center; margin-top: 20px; min-height: 180px; padding: 24px; text-align: center; transition: .15s ease; }.pdf-store-dropzone:hover, .pdf-store-dropzone.dragging { background: #fff8ed; border-color: #dd704a; transform: translateY(-1px); }.pdf-store-dropzone input { height: 1px; opacity: 0; position: absolute; width: 1px; }.pdf-store-upload-mark { align-items: center; background: #e05f37; border-radius: 8px; box-shadow: 5px 5px 0 #facaa8; color: #fff; display: flex; font-size: 11px; font-weight: 850; height: 45px; justify-content: center; letter-spacing: .06em; margin-bottom: 7px; width: 38px; }.pdf-store-dropzone strong { font-size: 14px; }.pdf-store-dropzone small { color: var(--muted); font-size: 10px; }.pdf-store-progress { margin-top: 16px; overflow: hidden; position: relative; }.pdf-store-progress::before { background: #eeeae2; border-radius: 99px; content: ''; display: block; height: 7px; }.pdf-store-progress > span { background: #e05f37; border-radius: 99px; height: 7px; left: 0; position: absolute; top: 0; transition: width .2s ease; width: 5%; }.pdf-store-progress p { color: var(--muted); font-size: 11px; margin-top: 7px; }.pdf-store-pages { margin-top: 18px; }.pdf-store-pages canvas { background: #fff; border: 1px solid #dedbd4; box-shadow: 0 10px 24px rgba(50,43,36,.1); display: block; height: auto; max-height: 520px; object-fit: contain; width: 100%; }.pdf-store-page-toolbar { align-items: center; display: flex; font-size: 11px; font-weight: 750; justify-content: center; margin-bottom: 9px; }.pdf-store-page-toolbar button { background: #f0ede7; border: 0; border-radius: 50%; cursor: pointer; height: 28px; margin: 0 10px; width: 28px; }
.pdf-store-review-head { align-items: flex-start; display: flex; justify-content: space-between; }.pdf-store-review-head > strong { background: #f3f1eb; border-radius: 999px; color: #5a5852; font-size: 9px; padding: 7px 9px; white-space: nowrap; }.pdf-product-list { display: grid; gap: 10px; margin-top: 20px; max-height: 520px; overflow-y: auto; padding-right: 3px; }.pdf-product-empty { background: #f8f7f2; border-radius: 14px; color: var(--muted); font-size: 12px; line-height: 1.55; padding: 24px; text-align: center; }.pdf-product-row { background: #faf9f5; border: 1px solid #e4e1da; border-radius: 15px; padding: 12px; }.pdf-product-row-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 10px; }.pdf-product-row-head button { background: transparent; border: 0; color: #746f66; cursor: pointer; font-size: 9px; font-weight: 750; padding: 0; text-decoration: underline; text-underline-offset: 2px; }.pdf-product-row-head button:last-child { color: #9b493a; }.pdf-product-fields { display: grid; gap: 9px; grid-template-columns: minmax(0,1.6fr) minmax(82px,.7fr); }.pdf-product-fields label { color: #5e5b55; display: grid; font-size: 9px; font-weight: 750; gap: 5px; }.pdf-product-fields .input { font-size: 12px; min-width: 0; padding: 9px; }.pdf-description-field { grid-column: 1/-1; }.pdf-description-field textarea { min-height: 50px; resize: vertical; }.pdf-store-options { border-top: 1px solid #e9e5de; display: grid; gap: 20px; margin-top: 24px; padding-top: 22px; }.pdf-store-options fieldset { border: 0; margin: 0; min-width: 0; padding: 0; }.pdf-store-options legend { font-size: 12px; font-weight: 800; margin-bottom: 10px; }.pdf-option-grid { display: grid; gap: 7px; grid-template-columns: repeat(3,1fr); }.pdf-option-grid label { align-content: center; background: #f8f7f2; border: 1px solid #dedbd3; border-radius: 11px; cursor: pointer; display: grid; min-height: 66px; padding: 9px; position: relative; text-align: center; }.pdf-option-grid input { height: 1px; opacity: 0; position: absolute; width: 1px; }.pdf-option-grid label:has(input:checked) { background: #fff5e8; border-color: #c85d37; box-shadow: 0 0 0 1px #c85d37; }.pdf-option-grid span { font-size: 17px; }.pdf-option-grid b { font-size: 10px; margin-top: 3px; }.pdf-option-grid small { color: var(--muted); font-size: 7px; margin-top: 2px; }.pdf-option-grid-four { grid-template-columns: repeat(2,1fr); }.pdf-option-grid-four label { min-height: 46px; }
.pdf-store-preview { background: #dedfd4; min-width: 0; padding: 25px 18px 35px; }.pdf-preview-phone { background: #fdfcf8; border: 6px solid #232320; border-radius: 30px; box-shadow: 0 24px 50px rgba(47,50,38,.2); margin: 0 auto; max-width: 330px; min-height: 590px; overflow: hidden; padding: 11px 14px 18px; position: relative; }.pdf-preview-bar { display: flex; font-size: 8px; font-weight: 800; justify-content: space-between; }.pdf-preview-address { background: #eeede7; border-radius: 999px; color: #6c6b65; font-size: 8px; margin: 10px 0 20px; padding: 6px; text-align: center; }.pdf-preview-brand { align-items: center; display: flex; justify-content: space-between; }.pdf-preview-brand b { font-size: 24px; letter-spacing: -.8px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.pdf-preview-brand + p { color: #77756f; font-size: 10px; margin: 3px 0 16px; }.pdf-preview-products { display: grid; gap: 10px; grid-template-columns: 1fr 1fr; padding-bottom: 60px; }.pdf-preview-products article { min-width: 0; }.pdf-preview-product-image { align-items: center; aspect-ratio: 1.1; background: #f2d3bd; border-radius: 11px; color: rgba(53,38,28,.45); display: flex; font-size: 26px; font-weight: 850; justify-content: center; }.pdf-preview-products img.pdf-preview-product-image { display: block; object-fit: cover; width: 100%; }.pdf-preview-product-image.tone-1 { background: #d6e5bd; }.pdf-preview-product-image.tone-2 { background: #d5d1ea; }.pdf-preview-product-image.tone-3 { background: #f0dd9e; }.pdf-preview-products b { display: block; font-size: 10px; margin-top: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.pdf-preview-products span { color: #696862; display: block; font-size: 9px; margin-top: 2px; }.pdf-preview-empty { color: #77756f; font-size: 11px; grid-column: 1/-1; padding: 70px 20px; text-align: center; }.pdf-preview-cart { background: #22221f; border: 0; border-radius: 999px; bottom: 15px; color: #fff; font-size: 10px; font-weight: 750; left: 14px; padding: 11px; position: absolute; right: 14px; width: calc(100% - 28px); }.pdf-store-free-note { color: #55584f; font-size: 9px; margin: 14px auto 0; text-align: center; }.pdf-store-actions { background: #24231f; display: flex; gap: 10px; grid-column: 1/-1; justify-content: flex-end; padding: 18px 22px; }.pdf-store-actions .btn:disabled { cursor: not-allowed; opacity: .45; }.pdf-store-actions .btn-dark { background: #ffdcba; color: #24231f; }.pdf-store-guide { margin-top: 90px; }
@media (min-width: 760px) { .pdf-store-tool { grid-template-columns: minmax(270px,.75fr) minmax(390px,1.1fr); }.pdf-store-preview { grid-column: 1/-1; }.pdf-store-source-panel { border-bottom: 0; border-right: 1px solid #e7e3da; }.pdf-store-workspace { border-bottom: 0; } }
@media (min-width: 1120px) { .pdf-store-tool { grid-template-columns: minmax(270px,.78fr) minmax(420px,1.2fr) minmax(320px,.9fr); }.pdf-store-preview { grid-column: auto; }.pdf-store-source-panel, .pdf-store-workspace, .pdf-store-preview { max-height: 850px; overflow-y: auto; }.pdf-store-workspace { border-right: 1px solid #e7e3da; }.pdf-store-actions { grid-column: 1/-1; } }
@media (max-width: 520px) { .pdf-store-tool { border-radius: 22px; margin-left: -10px; margin-right: -10px; }.pdf-store-source-panel, .pdf-store-workspace { padding: 22px 17px; }.pdf-store-review-head { display: block; }.pdf-store-review-head > strong { display: inline-block; margin: 12px 0 0 40px; }.pdf-option-grid { grid-template-columns: 1fr; }.pdf-option-grid-four { grid-template-columns: 1fr 1fr; }.pdf-store-actions { align-items: stretch; flex-direction: column-reverse; }.pdf-store-actions .btn { width: 100%; } }
