:root {
  --bg: #f4f6fb;
  --panel: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #d0d5dd;
  --blue: #2563eb;
  --green: #16a34a;
  --orange: #f97316;
  --purple: #7c3aed;
  --red: #ef4444;
  --dark: #0b1220;
  --soft-blue: #eff6ff;
  --soft-green: #ecfdf3;
  --soft-orange: #fff7ed;
  --soft-purple: #f5f3ff;
  --shadow: 0 24px 70px rgba(16, 24, 40, 0.14);
}

* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 14% 4%, rgba(37, 99, 235, 0.18), transparent 26rem),
    radial-gradient(circle at 92% 10%, rgba(22, 163, 74, 0.12), transparent 28rem),
    var(--bg);
  overflow-x: hidden;
}
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
button:disabled { cursor: not-allowed; opacity: 0.78; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible, a:focus-visible { outline: 3px solid rgba(37, 99, 235, 0.35); outline-offset: 2px; }

.ambient { position: fixed; border-radius: 999px; filter: blur(18px); pointer-events: none; opacity: 0.55; }
.ambient-one { width: 260px; height: 260px; background: rgba(37,99,235,.16); top: 70px; left: 310px; }
.ambient-two { width: 300px; height: 300px; background: rgba(124,58,237,.12); right: 40px; top: 160px; }
.app-shell { position: relative; min-height: 100vh; display: grid; grid-template-columns: 292px 1fr; }
.sidebar { background: linear-gradient(180deg, #0b1220, #111827 58%, #0f172a); color: #fff; padding: 26px; display: flex; flex-direction: column; gap: 28px; box-shadow: 18px 0 50px rgba(15, 23, 42, 0.18); }
.brand { display: flex; gap: 14px; align-items: center; }
.brand-mark { width: 52px; height: 52px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--blue), #38bdf8); font-weight: 900; box-shadow: 0 14px 28px rgba(37,99,235,.35); }
.brand small { display: block; color: #98a2b3; margin-top: 4px; }
.steps { display: grid; gap: 10px; }
.step { text-align: left; border: 1px solid rgba(255,255,255,.06); border-radius: 16px; color: #cbd5e1; background: rgba(23, 32, 51, .9); padding: 14px 16px; transition: transform .18s ease, background .18s ease; }
.step:hover { transform: translateX(3px); }
.step.is-active { color: #fff; background: linear-gradient(135deg, var(--blue), #1d4ed8); }
.sidebar-note { margin-top: auto; color: #cbd5e1; background: rgba(23, 32, 51, .9); border: 1px solid rgba(255,255,255,.06); border-radius: 22px; padding: 18px; line-height: 1.7; }

.workspace { padding: 34px; }
.topbar { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; margin-bottom: 24px; }
.top-actions { display: flex; gap: 10px; flex-wrap: wrap; justify-content: flex-end; }
.eyebrow { color: var(--blue); font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; margin: 0 0 8px; }
h1 { font-size: 38px; line-height: 1.08; margin: 0; letter-spacing: -1px; }
h2 { font-size: 28px; margin: 0 0 10px; letter-spacing: -0.5px; }
h3 { margin: 0 0 12px; }
.muted, .intro-card p { color: var(--muted); line-height: 1.7; }
.ghost-link { color: var(--blue); text-decoration: none; font-weight: 800; background: rgba(255,255,255,.86); border: 1px solid var(--line); border-radius: 999px; padding: 12px 18px; box-shadow: 0 12px 32px rgba(16,24,40,.06); }
button.ghost-link { cursor: pointer; }

.screen { display: none; }
.screen.is-active { display: block; animation: rise .22s ease both; }
@keyframes rise { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
.intro-card, .config-card, .phone-card, .scope-card, .result-card, .principle-card, .insight-card { background: rgba(255,255,255,.92); border: 1px solid rgba(208,213,221,.9); border-radius: 30px; padding: 26px; box-shadow: var(--shadow); backdrop-filter: blur(12px); }
.intro-card { margin-bottom: 20px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.45fr) 360px; gap: 20px; margin-bottom: 20px; }
.hero-card { margin: 0; min-height: 230px; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 24px; }
.metric-row div { border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: #fff; }
.metric-row strong { display: block; font-size: 26px; color: var(--blue); }
.metric-row span { color: var(--muted); font-size: 13px; }
.insight-card { background: linear-gradient(145deg, #ffffff, #eff6ff); }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.two-col { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 18px; }
.industry-card, .template-card { border: 1px solid var(--line); background: rgba(255,255,255,.92); border-radius: 26px; padding: 22px; min-height: 154px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; text-align: left; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.industry-card:hover:not(:disabled), .template-card:hover { transform: translateY(-3px); box-shadow: 0 18px 45px rgba(16,24,40,.1); }
.industry-card[data-supported="true"], .template-card.is-supported { border-color: rgba(22, 163, 74, 0.45); background: linear-gradient(145deg, #fff, var(--soft-green)); }
.industry-plays { display: grid; gap: 8px; margin-top: auto; }
.industry-plays small, .template-fit, .template-legacy-name { color: var(--muted); font-weight: 800; }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; }
.tag-list span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: #1e40af;
  font-size: 12px;
  font-weight: 900;
}
.template-section { display: grid; gap: 14px; }
.template-section + .template-section { margin-top: 24px; padding-top: 22px; border-top: 1px solid var(--line); }
.section-heading h3 { margin: 2px 0 0; }
.template-legacy-name { margin: -8px 0 0; font-size: 12px; }
.template-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.template-meta span {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(226,232,240,.9);
  color: #334155;
  font-size: 12px;
  font-weight: 900;
}
.benchmark-card {
  border-color: rgba(37, 99, 235, 0.28);
  background: linear-gradient(145deg, #fff, var(--soft-blue));
}
.benchmark-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.benchmark-actions .secondary-btn { min-height: 40px; padding: 0 14px; font-size: 13px; }
.play-filter-panel {
  display: grid;
  grid-template-columns: minmax(180px, .42fr) minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(239,246,255,.94), rgba(255,255,255,.92));
}
.play-filter-panel h3 { margin: 3px 0 0; }
.play-filter-bar {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.play-filter {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  color: #334155;
  font-weight: 900;
}
.play-filter.is-active {
  border-color: rgba(37,99,235,.65);
  background: var(--blue);
  color: #fff;
  box-shadow: 0 12px 24px rgba(37,99,235,.18);
}
.empty-template-state {
  margin-bottom: 18px;
  padding: 18px;
  border: 1px dashed #bfdbfe;
  border-radius: 22px;
  background: #eff6ff;
  color: #1e3a8a;
}
.empty-template-state p { margin-bottom: 0; }
.template-muted { opacity: .92; }
.featured-template { min-height: 210px; }
.status-pill { border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight: 900; color: var(--blue); background: var(--soft-blue); }
.status-pill.supported { color: var(--green); background: #dcfce7; }
.status-pill.trial { color: #1d4ed8; background: #dbeafe; }
.status-pill.planned { color: var(--orange); background: var(--soft-orange); }
.template-layout, .editor-layout, .advanced-grid { display: grid; grid-template-columns: minmax(0, 1fr) 370px; gap: 22px; align-items: start; }
.scope-card ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 2; }
label { display: grid; gap: 8px; margin: 16px 0; color: #344054; font-weight: 800; }
input, textarea, select { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 13px 14px; background: #f9fafb; color: var(--ink); transition: border-color .18s ease, box-shadow .18s ease; }
input:focus, textarea:focus, select:focus { border-color: rgba(37,99,235,.65); box-shadow: 0 0 0 4px rgba(37,99,235,.08); }
textarea { resize: vertical; }
.primary-btn, .secondary-btn { min-height: 48px; border-radius: 999px; padding: 0 20px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 900; }
.primary-btn { background: linear-gradient(135deg, var(--blue), #1d4ed8); color: #fff; box-shadow: 0 12px 28px rgba(37,99,235,.24); }
.secondary-btn { background: #fff; color: var(--ink); border-color: var(--line); }
.button-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 16px; }
.form-error { min-height: 22px; color: var(--red); font-weight: 800; }

.phone-preview { width: 300px; max-width: 100%; margin: 0 auto; min-height: 610px; border: 10px solid #111827; border-radius: 38px; background: #f8fafc; overflow: hidden; box-shadow: 0 24px 60px rgba(15, 23, 42, 0.2); }
.phone-hero { background: linear-gradient(135deg, var(--blue), #1d4ed8); color: #fff; padding: 38px 22px 28px; }
.phone-hero h4 { margin: 0 0 12px; font-size: 24px; line-height: 1.18; }
.phone-hero p { margin: 0; color: #dbeafe; line-height: 1.5; }
.phone-content { padding: 18px; display: grid; gap: 12px; }
.phone-item { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 13px 14px; }
.phone-trust { background: var(--soft-orange); border-color: #fed7aa; color: #9a3412; }
.phone-custom { background: var(--soft-purple); border-color: #ddd6fe; color: #5b21b6; }
.phone-cta { margin-top: 16px; display: block; text-align: center; background: var(--green); color: #fff; padding: 14px; border-radius: 999px; text-decoration: none; font-weight: 900; }

.chip-list { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 18px; }
.chip-list span { padding: 8px 12px; border-radius: 999px; background: var(--soft-purple); color: var(--purple); font-weight: 800; font-size: 13px; }
.result-card { max-width: 820px; }
.link-box { margin: 20px 0; padding: 18px; border-radius: 18px; border: 1px solid #bbf7d0; color: #067647; background: var(--soft-green); word-break: break-all; font-weight: 800; }
.generated-pages-panel { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.generated-pages-list { display: grid; gap: 10px; }
.generated-page-item { display: flex; justify-content: space-between; gap: 14px; align-items: center; border: 1px solid var(--line); border-radius: 18px; padding: 14px; background: #fff; }
.generated-page-item span { display: block; color: var(--muted); margin-top: 4px; font-size: 13px; }
.generated-page-item a { color: var(--blue); font-weight: 900; text-decoration: none; }

.landing-body { background: #eaf0ff; }
.landing-page {
  width: min(430px, 100%);
  margin: 0 auto;
  min-height: 100vh;
  background: #fff;
  box-shadow: 0 0 60px rgba(16,24,40,.16);
  overflow-x: hidden;
}
.landing-loading, .landing-error { padding: 40px 24px; color: var(--muted); }
.lp-hero { padding: 48px 26px 34px; color: #fff; background: linear-gradient(135deg, #1d4ed8, #2563eb 58%, #16a34a); }
.lp-badge { display: inline-flex; padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.18); margin-bottom: 14px; font-weight: 900; }
.lp-hero h1 { font-size: 34px; margin-bottom: 14px; overflow-wrap: anywhere; }
.lp-hero p { overflow-wrap: anywhere; word-break: break-word; }
.lp-section { padding: 24px 26px; }
.lp-section h2 { font-size: 22px; }
.lp-card { border: 1px solid var(--line); border-radius: 20px; padding: 16px; margin: 12px 0; background: #fff; }
.lp-trust { background: var(--soft-orange); color: #9a3412; border-color: #fed7aa; }
.lp-advanced { background: #faf5ff; }
.lp-sticky { position: sticky; bottom: 0; padding: 16px 24px; background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); border-top: 1px solid var(--line); }
.lp-cta { display: block; text-align: center; text-decoration: none; color: #fff; background: var(--green); border-radius: 999px; padding: 16px; font-weight: 900; }

@media (max-width: 1080px) {
  .app-shell { grid-template-columns: 1fr; }
  .sidebar { position: static; }
  .hero-grid, .card-grid, .template-layout, .editor-layout, .advanced-grid { grid-template-columns: 1fr; }
  .play-filter-panel { grid-template-columns: 1fr; }
  .play-filter-bar { justify-content: flex-start; }
  .workspace { padding: 22px; }
  h1 { font-size: 30px; }
}


.filter-input { min-height: 44px; max-width: 180px; border-radius: 999px; background: rgba(255,255,255,.9); }
.project-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.project-fields label { margin: 8px 0; }
.interactive-config {
  margin-top: 24px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.interactive-config h3 {
  margin-bottom: 8px;
}
.management-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--line); }
.page-actions { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.page-actions button, .page-actions a { border: 1px solid var(--line); background: #fff; color: var(--blue); border-radius: 999px; padding: 8px 10px; font-weight: 900; text-decoration: none; font-size: 12px; }
.phone-hero small { display: inline-flex; margin-top: 12px; padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.18); color: #fff; font-weight: 800; }
.lp-hero { position: relative; overflow: hidden; }
.lp-hero::after { content: ''; position: absolute; width: 220px; height: 220px; right: -90px; top: -80px; border-radius: 50%; background: rgba(255,255,255,.14); }
.lp-hero small { display: inline-flex; margin-top: 12px; color: #dbeafe; position: relative; z-index: 1; }
.lp-badge, .lp-hero h1, .lp-hero p { position: relative; z-index: 1; }
.lp-mini-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
.lp-mini-grid div { border-radius: 18px; padding: 12px 8px; text-align: center; background: #f8fafc; border: 1px solid var(--line); }
.lp-mini-grid strong { display: block; color: var(--blue); font-size: 18px; }
.lp-mini-grid span { color: var(--muted); font-size: 12px; }
.lp-audience { background: var(--soft-blue); border-color: #bfdbfe; color: #1e3a8a; }
.lp-benefits { display: grid; gap: 10px; }
.lp-benefits .lp-card { display: flex; gap: 10px; align-items: center; margin: 0; }
.lp-benefits .lp-check { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: #fff; font-weight: 900; flex: 0 0 24px; }
.lp-benefit-text { min-width: 0; overflow-wrap: anywhere; word-break: break-word; }
.lp-advanced .lp-card { background: #fff; }
.lp-interactive {
  background: #f8fafc;
}
.lp-question-card small {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--muted);
  font-weight: 900;
}
.lp-choice-list {
  display: grid;
  gap: 10px;
  margin-top: 12px;
}
.lp-choice {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
  text-align: left;
  font-weight: 800;
}
.lp-choice.is-picked {
  color: #067647;
  border-color: #86efac;
  background: var(--soft-green);
}
.lp-recommendation {
  background: var(--soft-green);
  border-color: #bbf7d0;
}
.lp-recommendation p {
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.7;
}
@media (max-width: 1080px) { .project-fields, .management-grid { grid-template-columns: 1fr; } }
.customer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.customer-card { text-align: left; border: 1px solid var(--line); border-radius: 26px; padding: 22px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); }
.customer-card h3 { margin-top: 14px; font-size: 24px; }
.customer-card p { color: var(--muted); line-height: 1.6; }
.customer-card small { color: var(--blue); font-weight: 800; }
.mini-list { display: grid; gap: 10px; margin-top: 16px; }
.mini-list a, .mini-list button { text-align: left; border: 1px solid var(--line); background: #fff; color: var(--blue); border-radius: 14px; padding: 10px 12px; text-decoration: none; font-weight: 800; }
.lp-handoff { text-align: center; background: #f8fafc; padding-bottom: 116px; }
.lp-handoff-kicker { display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; padding: 6px 12px; border-radius: 999px; background: var(--soft-green); color: #067647; font-weight: 900; font-size: 13px; }
.lp-handoff p { color: var(--muted); margin: 12px 0 16px; }
.lp-handoff-cta { margin-top: 4px; box-shadow: 0 14px 30px rgba(22,163,74,.24); }
.lp-handoff small { display: block; margin-top: 12px; color: var(--muted); }
.lp-cta.is-disabled {
  background: #94a3b8;
  box-shadow: none;
  cursor: not-allowed;
}
.lp-gate-note {
  margin: 0 auto 12px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f1f5f9;
  color: #475569;
  font-weight: 900;
}
@media (max-width: 1080px) { .customer-grid { grid-template-columns: 1fr; } }

.status-banner { margin: -10px 0 18px; padding: 12px 16px; border-radius: 16px; background: var(--soft-green); color: #067647; border: 1px solid #bbf7d0; font-weight: 800; }
[hidden] {
  display: none !important;
}

.feedback-drawer { position: fixed; right: 24px; top: 92px; width: min(420px, calc(100vw - 32px)); z-index: 20; }
.feedback-drawer .config-card { box-shadow: 0 28px 90px rgba(16,24,40,.28); }

.dialog-overlay {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(11, 18, 32, 0.48);
  backdrop-filter: blur(8px);
}
.dialog-card {
  position: relative;
  width: min(560px, 100%);
  border-radius: 30px;
  border: 1px solid rgba(208, 213, 221, 0.92);
  background: rgba(255,255,255,.98);
  box-shadow: 0 30px 100px rgba(16,24,40,.28);
  padding: 28px;
}
.dialog-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--muted);
  font-size: 24px;
  line-height: 1;
}
.dialog-summary {
  margin-top: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid var(--line);
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}
.dialog-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--ink);
}

.trial-strip {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin: -6px 0 24px;
  padding: 16px 18px;
  border: 1px solid rgba(37, 99, 235, 0.18);
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(239, 246, 255, 0.96), rgba(255, 255, 255, 0.92));
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
}
.trial-strip strong {
  display: inline-flex;
  margin-right: 10px;
  color: var(--blue);
}
.trial-strip span {
  color: var(--muted);
  font-weight: 700;
}
.trial-actions {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.trial-actions a,
.trial-actions button {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--blue);
  padding: 9px 12px;
  text-decoration: none;
  font-weight: 900;
  font-size: 13px;
}
.trial-checklist {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.trial-checklist span {
  border-radius: 999px;
  padding: 9px 12px;
  background: #fff;
  border: 1px solid #bfdbfe;
  color: #1e40af;
  font-weight: 900;
  font-size: 13px;
}
.status-banner[data-tone="warning"] {
  background: var(--soft-orange);
  color: #9a3412;
  border-color: #fed7aa;
}
@media (max-width: 1080px) {
  .trial-strip { align-items: flex-start; flex-direction: column; }
  .trial-actions { justify-content: flex-start; }
}
.lp-section-note { color: var(--muted); line-height: 1.7; margin-top: -4px; }
.lp-question-card { background: #f8fafc; }
.lp-question-card strong { display: block; margin-bottom: 10px; color: var(--ink); }
.lp-question-card ul { margin: 0; padding-left: 20px; color: var(--muted); line-height: 1.9; }
.lp-module-grid { display: grid; gap: 10px; margin: 12px 0; }
.lp-handoff-note { border-color: #bbf7d0; background: var(--soft-green); color: #067647; }

.lp-public-note { background: #fff; }
.lp-public-note strong { display: block; margin-bottom: 8px; }
.lp-public-note p { margin: 0; color: var(--muted); line-height: 1.7; }


.form-helper { color: var(--muted); font-weight: 700; line-height: 1.5; }
.phone-hero-image { width: 100%; height: 130px; object-fit: cover; border-radius: 20px; margin-bottom: 18px; box-shadow: 0 18px 38px rgba(15, 23, 42, 0.2); }
.lp-hero-visual { width: 100%; height: 210px; object-fit: cover; border-radius: 26px; margin-bottom: 22px; position: relative; z-index: 1; box-shadow: 0 24px 50px rgba(15, 23, 42, 0.24); }

@media (min-width: 900px) {
  .landing-body {
    background:
      radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.18), transparent 28rem),
      radial-gradient(circle at 86% 18%, rgba(22, 163, 74, 0.14), transparent 30rem),
      #eaf0ff;
  }
  .landing-page {
    width: min(1180px, calc(100% - 48px));
    margin: 32px auto;
    border-radius: 34px;
    overflow: hidden;
  }
  .landing-page .lp-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
    gap: 34px;
    align-items: center;
    padding: 56px;
  }
  .landing-page .lp-hero-visual {
    grid-column: 2;
    grid-row: 1 / span 3;
    height: 310px;
    margin: 0;
  }
  .landing-page .lp-badge,
  .landing-page .lp-hero h1,
  .landing-page .lp-hero p {
    grid-column: 1;
    max-width: 620px;
  }
  .landing-page .lp-hero h1 {
    font-size: 52px;
    line-height: 1.02;
  }
  .landing-page .lp-hero p {
    max-width: 560px;
    font-size: 18px;
    line-height: 1.7;
  }
  .landing-page .lp-section {
    padding: 34px 56px;
  }
  .landing-page .lp-overview-compact .lp-benefits {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .landing-page .lp-interactive {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    align-items: start;
  }
  .landing-page .lp-interactive > .lp-handoff-kicker,
  .landing-page .lp-interactive > h2,
  .landing-page .lp-interactive > .lp-recommendation {
    grid-column: 1 / -1;
  }
  .landing-page .lp-sticky {
    display: none;
  }
}

@media (max-width: 520px) {
  .landing-body {
    min-width: 0;
  }
  .landing-page {
    width: 100%;
    max-width: none;
    box-shadow: none;
  }
  .landing-page * {
    max-width: 100%;
  }
  .lp-hero {
    padding: 34px 18px 28px;
  }
  .lp-hero h1 {
    font-size: clamp(24px, 6.6vw, 29px);
    line-height: 1.1;
    word-break: break-all;
    overflow-wrap: anywhere;
  }
  .lp-hero p {
    font-size: 15px;
    line-height: 1.55;
  }
  .lp-section {
    padding: 22px 18px;
  }
  .lp-card {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .lp-benefits .lp-card {
    align-items: flex-start;
  }
  .lp-benefits .lp-card,
  .lp-choice,
  .lp-question-card strong {
    min-width: 0;
    white-space: normal;
    word-break: break-word;
  }
  .lp-benefits .lp-check {
    flex: 0 0 24px;
  }
  .lp-hero-visual {
    height: 190px;
    border-radius: 22px;
  }
  .lp-sticky {
    padding: 14px 18px 16px;
  }
}

.static-clone-config { background: #f8fafc; border-radius: 22px; padding: 18px; }
.static-clone-config .project-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.stateful-hf-config {
  background: #f8fafc;
  border-radius: 22px;
  padding: 18px;
}
.hf-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.hf-editable-list,
.hf-asset-list {
  display: grid;
  gap: 14px;
}
.hf-editable-item {
  padding: 14px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 18px;
  background: #fff;
}
.hf-editable-item strong,
.hf-editable-item small,
.hf-editable-item p {
  display: block;
}
.hf-editable-item input,
.hf-editable-item textarea {
  width: 100%;
  margin-top: 8px;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  font: inherit;
}
.hf-editable-item small {
  color: #667085;
  margin-top: 4px;
}
.hf-editable-item p {
  margin: 8px 0 0;
  color: #101828;
  line-height: 1.6;
}
.hf-preview-state {
  margin-top: 20px;
}
.hf-preview-state-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.static-image-editor {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.static-image-list {
  display: grid;
  gap: 12px;
}
.static-image-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 12px;
  align-items: start;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.static-image-item img {
  width: 96px;
  height: 128px;
  object-fit: cover;
  border-radius: 12px;
  background: #eef2f7;
}
.static-image-item strong,
.static-image-item small {
  display: block;
}
.static-image-item small {
  margin-bottom: 8px;
  color: var(--muted);
  word-break: break-all;
}
.static-image-url {
  width: 100%;
  margin-bottom: 8px;
}
.static-image-upload {
  display: inline-flex;
  width: fit-content;
  cursor: pointer;
}
.static-image-upload input {
  display: none;
}

.static-clone-page {
  width: min(375px, 100%);
  margin: 0 auto;
  min-height: 100vh;
  overflow-x: hidden;
  background: #fff;
  color: #111;
  box-shadow: 0 0 60px rgba(16,24,40,.16);
}
.landing-page:has(.static-asset-clone) {
  width: min(375px, 100%);
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
}
.static-asset-clone {
  position: relative;
  padding-bottom: 80px;
}
.static-asset-canvas {
  position: relative;
  width: 375px;
  max-width: 100%;
  margin: 0 auto;
}
.static-asset-images img {
  display: block;
  width: 100%;
  height: auto;
}
.static-original-form {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 375px;
  max-width: 100%;
  padding: 0;
  transform: none;
}
.static-original-input {
  display: flex;
  align-items: center;
  width: 325px;
  height: 48px;
  margin: 0 auto 8px;
  border-radius: 6px;
  background: #f1f5f9;
  overflow: hidden;
}
.static-original-input span {
  width: 51px;
  color: #0b0b0b;
  text-align: center;
  font-size: 17px;
}
.static-original-input span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 25px;
  margin-left: 10px;
  background: #d7dce5;
  vertical-align: middle;
}
.static-original-input input {
  width: 236px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #000;
  font-size: 22px;
  text-align: center;
}
.static-original-input input::placeholder { color: #000; opacity: 1; }
.static-original-privacy {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  color: #333;
  font-size: 11px;
  line-height: 1.4;
  text-align: center;
  transform: none;
}
.static-original-privacy input { vertical-align: middle; }
.static-original-buy {
  display: grid;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid #f2f1f1;
  border-radius: 40px;
  color: #fff;
  background: rgb(251, 0, 0);
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  text-decoration: none;
}
.static-original-bottom-bar {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 5;
  width: 375px;
  max-width: 100%;
  height: 80px;
  transform: translateX(-50%);
  background: rgba(255,255,255,.96);
}
.static-original-bottom-bar img {
  display: block;
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.static-bottom-hit {
  position: absolute;
  top: 24px;
  left: 256px;
  width: 100px;
  height: 32px;
  border-radius: 40px;
}
.static-clone-config { background: #f8fafc; border-radius: 22px; padding: 18px; }
.static-clone-config .project-fields { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.phone-static-asset-preview {
  position: relative;
  height: 590px;
  overflow: hidden;
  background: #fff;
}
.phone-static-scroll {
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 64px;
  scrollbar-width: thin;
}
.phone-static-image-list img {
  display: block;
  width: 100%;
  height: auto;
}
.phone-static-form-preview {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  font-size: 10px;
}
.phone-static-form-preview span {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  height: 38px;
  margin: 0 auto 6px;
  padding-left: 42px;
  border-radius: 6px;
  background: #f1f5f9;
  color: #000;
  font-size: 17px;
  font-weight: 700;
}
.phone-static-form-preview small {
  display: block;
  width: 100%;
  margin-bottom: 16px;
  color: #333;
  line-height: 1.4;
  transform: scale(.82);
  transform-origin: center top;
  text-align: center;
}
.phone-static-form-preview a {
  display: grid;
  width: 130px;
  height: 40px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid #f2f1f1;
  border-radius: 40px;
  color: #fff;
  background: rgb(251, 0, 0);
  font-size: 20px;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  text-decoration: none;
}
.phone-static-bottom-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 64px;
  background: rgba(255,255,255,.96);
}
.phone-static-bottom-bar img {
  display: block;
  width: 100%;
  height: 64px;
  object-fit: cover;
}
.phone-static-bottom-bar a {
  position: absolute;
  top: 19px;
  right: 15px;
  width: 80px;
  height: 26px;
  border-radius: 32px;
}

.bridge-page {
  width: min(100%, 420px);
  margin: 0 auto;
  min-height: 100vh;
  padding: 0 0 20px;
  background: #ffffff;
}
.bridge-shell {
  display: grid;
  gap: 14px;
  padding: 16px;
}
.bridge-shell-header {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.bridge-shell-header h1,
.bridge-shell-header p {
  margin: 0;
}
.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;
}
.stateful-hf-shell {
  display: grid;
  gap: 10px;
}
.stateful-hf-form-shell,
.stateful-hf-keyword-shell,
.stateful-hf-dialog-shell {
  display: grid;
  gap: 10px;
}
.stateful-hf-canvas {
  position: relative;
  width: min(100%, calc(var(--hf-width, 375) * 1px));
  aspect-ratio: calc(var(--hf-width, 375) / var(--hf-height, 812));
  overflow: hidden;
  margin: 0 auto;
}
.stateful-hf-image {
  display: block;
  width: 100%;
  height: auto;
}
.stateful-hf-hero-top {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px 20px 0 0;
}
.stateful-hf-overlay {
  position: absolute;
  inset: 0;
}
.stateful-hf-hit {
  position: absolute;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.stateful-hf-form-overlay input {
  position: absolute;
  box-sizing: border-box;
  font-size: 16px;
  color: transparent;
  caret-color: transparent;
  background: transparent;
  border: 0;
  outline: none;
}
.stateful-hf-form-field--ad_status .bridge-form-choice-list,
.stateful-hf-form-field--service_interest .bridge-form-choice-list {
  position: static;
}
.stateful-hf-form-field--ad_status {
  position: absolute;
  left: 0;
  right: 0;
  top: 31.5%;
  height: 7.5%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.stateful-hf-form-field--ad_status .stateful-hf-choice {
  position: absolute;
  width: 38%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.stateful-hf-form-field--ad_status .stateful-hf-choice:nth-child(1) { left: 4%; }
.stateful-hf-form-field--ad_status .stateful-hf-choice:nth-child(2) { right: 4%; }
.stateful-hf-form-field--service_interest {
  position: absolute;
  left: 0;
  right: 0;
  top: 41.8%;
  height: 13%;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.stateful-hf-form-field--service_interest .stateful-hf-choice {
  position: absolute;
  width: 41%;
  height: 36%;
  padding: 0;
  opacity: 0;
}
.stateful-hf-form-field--service_interest .stateful-hf-choice:nth-child(1) { left: 4%; top: 0; }
.stateful-hf-form-field--service_interest .stateful-hf-choice:nth-child(2) { right: 4%; top: 0; }
.stateful-hf-form-field--service_interest .stateful-hf-choice:nth-child(3) { left: 4%; bottom: 0; }
.stateful-hf-form-field--service_interest .stateful-hf-choice:nth-child(4) { right: 4%; bottom: 0; }
.stateful-hf-form-field--name,
.stateful-hf-form-field--mobile,
.stateful-hf-form-field--industry {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.stateful-hf-form-field--name { top: 60.7%; height: 4.8%; }
.stateful-hf-form-field--mobile { top: 69.55%; height: 4.8%; }
.stateful-hf-form-field--industry { top: 78.3%; height: 4.8%; }
.stateful-hf-form-field--name .bridge-form-text-input,
.stateful-hf-form-field--mobile .bridge-form-text-input,
.stateful-hf-form-field--industry .bridge-form-text-input {
  left: 6.7%;
  width: 86.6%;
  height: 100%;
}
.stateful-hf-form-submit {
  left: 6.5%;
  top: 86.2%;
  width: 87%;
  height: 4.7%;
  border-radius: 999px;
}
.stateful-hf-keyword-input {
  left: 2.7%;
  bottom: 3.6%;
  width: 75.6%;
  height: 4.2%;
}
.stateful-hf-keyword-send {
  right: 2.7%;
  bottom: 3.6%;
  width: 15.9%;
  height: 4.2%;
  border: 0;
  background: transparent;
}
.stateful-hf-keyword-card-hit {
  left: 11%;
  top: 57%;
  width: 67.5%;
  height: 8.6%;
}
.stateful-hf-dialog-option {
  left: 13.5%;
  width: 62%;
  height: 4.4%;
  border-radius: 999px;
}
.stateful-hf-dialog-option--1 { top: 57.4%; }
.stateful-hf-dialog-option--2 { top: 63.45%; }
.stateful-hf-dialog-option--3 { top: 69.45%; }
.stateful-hf-dialog-final {
  left: 18.5%;
  top: 75.6%;
  width: 58.4%;
  height: 4.5%;
  border-radius: 999px;
}
.bridge-form-shell {
  display: grid;
  gap: 12px;
  padding: 16px 12px 24px;
}
.bridge-form-header {
  display: grid;
  gap: 6px;
  padding: 0 8px;
}
.bridge-form-header h1,
.bridge-form-header h4 {
  margin: 0;
  font-size: 29px;
  line-height: 1.2;
}
.bridge-form-panel {
  display: grid;
  gap: 14px;
}
.bridge-form-panel-hf {
  padding: 14px 16px 0;
}
.bridge-form,
.bridge-keyword-form {
  display: grid;
  gap: 12px;
}
.bridge-field {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.bridge-field span em {
  margin-left: 4px;
  color: #dc2626;
  font-style: normal;
}
.bridge-form-question {
  display: grid;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}
.bridge-form-question-title {
  font-weight: 900;
}
.bridge-form-question-title em {
  margin-left: 4px;
  color: #dc2626;
  font-style: normal;
}
.bridge-form-choice-list {
  display: grid;
  gap: 8px;
}
.bridge-form-choice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
}
.bridge-form-text-input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #ced4da;
  border-radius: 6px;
  box-sizing: border-box;
  background: #ffffff;
  font-size: 15.6px;
}
.bridge-option-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bridge-option-list-vertical {
  flex-direction: column;
}
.bridge-option,
.bridge-option-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  border: 1px solid #dbe4f0;
  border-radius: 999px;
  background: #f8fbff;
  color: #0f172a;
  font: inherit;
}
.bridge-option-btn {
  justify-content: center;
  cursor: pointer;
}
.bridge-text-input,
.bridge-keyword-form input {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #dbe4f0;
  border-radius: 14px;
  box-sizing: border-box;
  font: inherit;
}
.bridge-keyword-form {
  grid-template-columns: minmax(0, 1fr) 92px;
  align-items: center;
}
.bridge-keyword-form button {
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: #2563eb;
  color: #fff;
  font: inherit;
  cursor: pointer;
}
.bridge-chat-log {
  display: grid;
  gap: 12px;
}
.bridge-chat-page {
  width: min(100%, 375px);
  background: #ffffff;
}
.bridge-preview-surface {
  width: 100%;
  min-height: 100%;
}
.bridge-chat-shell {
  position: relative;
  min-height: 100vh;
  padding: 10px 10px 104px;
  box-sizing: border-box;
}
.bridge-chat-shell-preview {
  min-height: 100%;
  padding-bottom: 116px;
}
.bridge-chat-body {
  display: grid;
  gap: 12px;
}
.bridge-chat-intro {
  display: grid;
  gap: 8px;
  padding: 10px 6px 2px;
  color: #111827;
}
.bridge-chat-intro h1,
.bridge-chat-intro p {
  margin: 0;
}
.bridge-chat-intro h1 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}
.bridge-chat-intro p {
  color: #475569;
  line-height: 1.6;
}
.bridge-message-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.bridge-message-row.right {
  justify-content: flex-end;
}
.bridge-avatar {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 999px;
  background: linear-gradient(180deg, #f59e0b 0%, #f97316 100%);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.15), 0 8px 18px rgba(15, 23, 42, 0.12);
  overflow: hidden;
}
.bridge-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridge-bubble {
  display: grid;
  gap: 8px;
  max-width: 92%;
  padding: 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
}
.bridge-bubble p,
.bridge-bubble small,
.bridge-bubble strong {
  margin: 0;
}
.bridge-bubble-user {
  margin-left: auto;
  background: #2563eb;
  color: #fff;
}
.bridge-bubble-agent {
  margin-right: auto;
}
.bridge-message-bubble {
  display: grid;
  gap: 8px;
  max-width: calc(100% - 56px);
  padding: 12px;
  border-radius: 9px;
  background: #ffffff;
  color: #111827;
  box-shadow: rgb(217, 217, 217) 0px 0px 3px 0px, rgb(217, 217, 217) 0px 1px 3px 0px;
  line-height: 1.55;
}
.bridge-message-row.right .bridge-message-bubble {
  max-width: 76%;
  border-radius: 9px;
  background: #1885ff;
  color: #fff;
}
.bridge-message-bubble p,
.bridge-message-bubble strong,
.bridge-message-bubble small {
  margin: 0;
}
.bridge-card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 72px;
  padding: 0;
  color: inherit;
  text-decoration: none;
}
.bridge-card-link-text {
  display: grid;
  gap: 4px;
}
.bridge-card-link-text small {
  color: #64748b;
}
.bridge-card-row .bridge-message-bubble {
  width: calc(100% - 56px);
  min-width: 0;
}
.bridge-card-link-thumb {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  overflow: hidden;
}
.bridge-card-link-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bridge-composer {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  width: min(100%, 375px);
  padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
  transform: translateX(-50%);
  background: #f1f1f1;
  box-shadow: none;
}
.bridge-composer--preview {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: none;
}
.bridge-footer-fixed {
  padding-bottom: 72px;
}
.bridge-dialog-cta {
  margin-top: 4px;
}
.bridge-dialog-page .bridge-option-btn,
.bridge-dialog-page .bridge-dialog-cta {
  width: 100%;
  padding: 9px 0;
  border: 1px solid #b72605;
  border-radius: 48px;
  background: #b72605;
  color: #fff;
  box-shadow: rgb(217, 217, 217) 0px 0px 6px 0px;
  font-size: 15px;
  line-height: 1.4;
}
.bridge-dialog-page .bridge-dialog-cta {
  border-color: #f11111;
  background: #f11111;
}
.bridge-composer .bridge-keyword-form input {
  border-right: none;
  border-radius: 3.6px 0 0 3.6px;
  font-size: 15.6px;
}
.bridge-composer .bridge-keyword-form {
  grid-template-columns: minmax(0, 1fr) 72px;
}
.bridge-composer .bridge-keyword-form button {
  min-height: 42px;
  width: 72px;
  border-radius: 0 3.6px 3.6px 0;
  background: #007bff;
  font-size: 15.6px;
}
.bridge-footer {
  display: block;
  text-align: center;
  color: #64748b;
}
.bridge-error {
  margin: 0;
  color: #dc2626;
  text-align: center;
}
.phone-bridge {
  display: grid;
  gap: 12px;
  padding: 16px;
  height: 100%;
  box-sizing: border-box;
  background: #ffffff;
}
.phone-bridge-header {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: rgb(217, 217, 217) 0px 0px 3px 0px, rgb(217, 217, 217) 0px 1px 3px 0px;
}
.phone-bridge-header h4,
.phone-bridge-header p,
.phone-bridge-header small {
  margin: 0;
}
.phone-bridge-field span,
.phone-bridge-chat {
  color: #475569;
}
.phone-bridge .phone-cta {
  border-radius: 48px;
}
.phone-bridge-form-shell {
  align-content: start;
}
.phone-bridge-dialog .phone-cta {
  background: #f11111;
}
.bridge-preview-inline-cta {
  margin-top: 8px;
}
.phone-bridge-thumb {
  display: block;
  width: 46px;
  height: 46px;
  margin-top: 8px;
  border-radius: 10px;
  object-fit: cover;
}
.phone-bridge-avatar {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  object-fit: cover;
}
.bridge-preview-cta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 64px;
  margin-top: 0;
}

@media (max-width: 520px) {
  .bridge-page {
    width: 100%;
  }
  .bridge-chat-shell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bridge-message-bubble {
    max-width: calc(100% - 52px);
  }
  .bridge-card-row .bridge-message-bubble {
    min-width: 0;
  }
  .hf-summary-grid {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 900px) {
  body:has(.static-asset-clone) { background: #eef2f7; }
  .static-clone-page { width: 375px; }
}

@media (max-width: 520px) {
  .static-clone-config .project-fields { grid-template-columns: 1fr; }
}
