:root{
  --lv-navy:#0a1628;
  --lv-gold:#f0a500;
  --lv-red:#e8352a;
  --lv-soft:#f7f9fc;
  --lv-line:#e3eaf4;
  --lv-ink:#071629;
  --lv-muted:#536176;
}

.lv-ecosystem-band,
.lv-discovery-band{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(180deg,#ffffff 0%,#f7f9fc 100%);
  border-top:1px solid rgba(10,22,40,.06);
  border-bottom:1px solid rgba(10,22,40,.06);
}

.lv-ecosystem-band{
  padding:72px 24px;
}

.lv-ecosystem-inner,
.lv-discovery-inner{
  width:min(1200px,100%);
  margin:0 auto;
}

.lv-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:28px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(240,165,0,.12);
  border:1px solid rgba(240,165,0,.35);
  color:#6f4300;
  font:800 11px/1 'Sora',system-ui,sans-serif;
  letter-spacing:.9px;
  text-transform:uppercase;
}

.lv-kicker::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:var(--lv-gold);
  box-shadow:0 0 0 4px rgba(240,165,0,.16);
}

.lv-ecosystem-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(320px,420px);
  gap:36px;
  align-items:end;
  margin-bottom:30px;
}

.lv-ecosystem-head h2,
.lv-discovery-head h2{
  color:var(--lv-navy);
  font-family:'Sora',system-ui,sans-serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.04;
  letter-spacing:-.6px;
  margin:16px 0 12px;
}

.lv-ecosystem-head p,
.lv-discovery-head p{
  color:var(--lv-muted);
  font-size:16px;
  line-height:1.62;
  max-width:720px;
}

.lv-system-note{
  background:var(--lv-navy);
  color:#fff;
  border-radius:20px;
  padding:22px;
  box-shadow:0 24px 70px rgba(10,22,40,.22);
}

.lv-system-note strong{
  display:block;
  color:#ffd166;
  font-family:'Sora',system-ui,sans-serif;
  font-size:18px;
  margin-bottom:8px;
}

.lv-system-note span{
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.55;
}

.lv-trust-console{
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:20px;
}

.lv-signal-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
}

.lv-signal-card,
.lv-live-panel,
.lv-loop-card,
.lv-global-card{
  background:rgba(255,255,255,.92);
  border:1px solid var(--lv-line);
  border-radius:18px;
  box-shadow:0 18px 42px rgba(13,37,84,.08);
}

.lv-signal-card{
  min-height:172px;
  padding:22px;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}

.lv-signal-card:hover{
  transform:translateY(-4px);
  border-color:rgba(240,165,0,.55);
  box-shadow:0 24px 56px rgba(13,37,84,.12);
}

.lv-signal-icon{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--lv-navy),#173b78);
  color:#ffd166;
  font-family:'Sora',system-ui,sans-serif;
  font-size:12px;
  font-weight:900;
  margin-bottom:16px;
}

.lv-signal-card h3{
  color:var(--lv-navy);
  font-family:'Sora',system-ui,sans-serif;
  font-size:18px;
  line-height:1.2;
  margin:0 0 9px;
}

.lv-signal-card p{
  color:var(--lv-muted);
  font-size:14px;
  line-height:1.56;
  margin:0;
}

.lv-signal-card a{
  display:inline-flex;
  margin-top:14px;
  color:#123c91;
  font-size:13px;
  font-weight:900;
  text-decoration:none;
}

.lv-live-panel{
  padding:22px;
  background:
    linear-gradient(180deg,rgba(10,22,40,.98),rgba(15,37,78,.96));
  color:#fff;
}

.lv-live-title{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px;
}

.lv-live-title h3{
  margin:0;
  color:#fff;
  font-family:'Sora',system-ui,sans-serif;
  font-size:20px;
}

.lv-live-title span{
  color:#ffd166;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.8px;
}

.lv-live-row{
  display:grid;
  grid-template-columns:12px 1fr;
  gap:12px;
  padding:15px 0;
  border-top:1px solid rgba(255,255,255,.1);
}

.lv-live-row:first-of-type{
  border-top:0;
}

.lv-live-dot{
  width:10px;
  height:10px;
  margin-top:5px;
  border-radius:999px;
  background:#2fd37a;
  box-shadow:0 0 0 5px rgba(47,211,122,.12);
}

.lv-live-row strong{
  display:block;
  color:#fff;
  font-size:14px;
  margin-bottom:4px;
}

.lv-live-row small{
  display:block;
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.45;
}

.lv-discovery-band{
  padding:66px 24px;
}

.lv-discovery-head{
  max-width:780px;
  margin-bottom:28px;
}

.lv-loop-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.lv-loop-card{
  padding:20px;
  min-height:178px;
  display:flex;
  flex-direction:column;
}

.lv-loop-card strong{
  color:var(--lv-navy);
  font-family:'Sora',system-ui,sans-serif;
  font-size:17px;
  margin-bottom:8px;
}

.lv-loop-card span{
  color:var(--lv-muted);
  font-size:14px;
  line-height:1.5;
}

.lv-loop-card a{
  margin-top:auto;
  padding-top:18px;
  color:#123c91;
  font-weight:900;
  font-size:13px;
  text-decoration:none;
}

.lv-global-card{
  margin-top:18px;
  padding:22px;
  display:grid;
  grid-template-columns:1fr auto;
  gap:18px;
  align-items:center;
  background:linear-gradient(135deg,#0a1628,#143875);
  color:#fff;
}

.lv-global-card strong{
  display:block;
  font-family:'Sora',system-ui,sans-serif;
  font-size:20px;
  margin-bottom:6px;
}

.lv-global-card span{
  color:rgba(255,255,255,.72);
  font-size:14px;
  line-height:1.5;
}

.lv-global-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:10px 16px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.2);
  color:#ffd166;
  font-weight:900;
  white-space:nowrap;
}

.lv-mobile-dock{
  display:none;
}

.lv-public-trust{
  margin:18px 0;
  padding:18px;
  border:1px solid var(--lv-line);
  border-radius:18px;
  background:
    linear-gradient(135deg,rgba(10,22,40,.98),rgba(20,56,117,.96));
  color:#fff;
  box-shadow:0 20px 52px rgba(10,22,40,.18);
}

.lv-public-trust-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:16px;
}

.lv-public-trust-head h2{
  color:#fff;
  margin:0;
}

.lv-trust-score-badge{
  min-width:88px;
  padding:10px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.18);
  text-align:center;
}

.lv-trust-score-badge strong{
  display:block;
  color:#ffd166;
  font-family:'Sora',system-ui,sans-serif;
  font-size:26px;
  line-height:1;
}

.lv-trust-score-badge span{
  color:rgba(255,255,255,.68);
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
}

.lv-trust-meter{
  height:12px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(255,255,255,.14);
  margin:10px 0 14px;
}

.lv-trust-meter span{
  display:block;
  height:100%;
  width:0;
  border-radius:inherit;
  background:linear-gradient(90deg,#2fd37a,#ffd166);
}

.lv-public-trust-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.lv-public-trust-item{
  min-height:72px;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.1);
}

.lv-public-trust-item strong{
  display:block;
  color:#fff;
  font-size:13px;
  margin-bottom:4px;
}

.lv-public-trust-item span{
  display:block;
  color:rgba(255,255,255,.68);
  font-size:12px;
  line-height:1.4;
}

.lv-listing-card{
  position:relative;
  isolation:isolate;
}

.lv-listing-card::after{
  content:"";
  position:absolute;
  inset:0;
  border-radius:inherit;
  pointer-events:none;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.7);
  opacity:.8;
}

.lv-listing-card:hover{
  transform:translateY(-5px) scale(1.005);
}

.lv-listing-card:active{
  transform:translateY(-1px) scale(.995);
}

.lv-trust-strip{
  display:grid;
  grid-template-columns:auto 1fr;
  gap:8px;
  align-items:center;
  margin:9px 0 8px;
  padding:9px;
  border-radius:14px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
}

.lv-mini-score{
  width:44px;
  height:44px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#0a1628,#173b78);
  color:#ffd166;
  font-family:'Sora','Barlow Condensed',system-ui,sans-serif;
  font-size:15px;
  font-weight:900;
}

.lv-trust-copy strong{
  display:block;
  color:#0a1628;
  font-size:12px;
  line-height:1.15;
  margin-bottom:3px;
}

.lv-trust-copy span{
  display:block;
  color:#667085;
  font-size:11px;
  line-height:1.25;
}

.lv-listing-signals{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-top:8px;
}

.lv-listing-signal{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:5px 8px;
  border-radius:999px;
  background:#eef5ff;
  color:#123c91;
  font-size:10px;
  font-weight:900;
}

.lv-listing-signal.hot{
  background:#fff3d7;
  color:#7b4c00;
}

.lv-listing-signal.ok{
  background:#eaf7ef;
  color:#17643a;
}

.lv-secure-contact{
  background:#0a1628!important;
  color:#fff!important;
  box-shadow:0 14px 30px rgba(10,22,40,.18);
}

.lv-contact-microcopy{
  margin:8px 0 10px;
  padding:10px 12px;
  border-radius:12px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
  color:#536176;
  font-size:12px;
  line-height:1.45;
}

.lv-ad-safety{
  background:linear-gradient(135deg,#ffffff,#f7f9fc);
  border:1px solid #dfe7f2;
  border-radius:18px;
  padding:18px;
  margin-bottom:12px;
  box-shadow:0 16px 38px rgba(13,37,84,.07);
}

.lv-ad-safety-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  margin-bottom:14px;
}

.lv-ad-safety-head h3{
  margin:0;
  color:#0a1628;
  font-family:'Sora','Barlow Condensed',system-ui,sans-serif;
  font-size:20px;
  line-height:1.15;
}

.lv-ad-safety-head p{
  margin:5px 0 0;
  color:#536176;
  font-size:13px;
  line-height:1.45;
}

.lv-ad-safety-score{
  min-width:82px;
  border-radius:16px;
  background:#0a1628;
  color:#ffd166;
  padding:10px 12px;
  text-align:center;
  font-weight:900;
}

.lv-ad-safety-score strong{
  display:block;
  font-family:'Sora','Barlow Condensed',system-ui,sans-serif;
  font-size:24px;
  line-height:1;
}

.lv-ad-safety-score span{
  display:block;
  color:rgba(255,255,255,.68);
  font-size:10px;
  margin-top:3px;
  text-transform:uppercase;
}

.lv-ad-safety-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-bottom:12px;
}

.lv-ad-safety-item{
  border-radius:14px;
  background:#fff;
  border:1px solid #e5edf7;
  padding:12px;
}

.lv-ad-safety-item strong{
  display:block;
  color:#0a1628;
  font-size:12px;
  margin-bottom:4px;
}

.lv-ad-safety-item span{
  display:block;
  color:#667085;
  font-size:12px;
  line-height:1.35;
}

.lv-ad-warning{
  margin-top:10px;
  padding:12px 14px;
  border-radius:14px;
  background:#fff8e6;
  border:1px solid #f5d27a;
  color:#714800;
  font-size:12px;
  line-height:1.55;
}

.lv-ad-warning a{
  color:#0a1628;
  font-weight:900;
  text-decoration:none;
}

.lv-seller-trust{
  margin:-2px 0 12px;
  padding:12px;
  border-radius:14px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
}

.lv-seller-trust-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:9px;
}

.lv-seller-trust-row strong{
  color:#0a1628;
  font-size:13px;
}

.lv-seller-trust-row span{
  color:#123c91;
  font-weight:900;
  font-size:12px;
}

.lv-seller-meter{
  height:9px;
  overflow:hidden;
  border-radius:999px;
  background:#e6edf6;
}

.lv-seller-meter span{
  display:block;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,#2fd37a,#ffd166);
}

.lv-related-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.lv-related-heading small{
  color:#667085;
  font-size:11px;
  font-weight:800;
}

.lv-economy-board{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:14px;
  margin:16px 0;
}

.lv-economy-card,
.lv-checklist-card,
.lv-plan-economy,
.lv-empty-smart,
.lv-pro-storefront{
  background:#fff;
  border:1px solid #e3eaf4;
  border-radius:20px;
  box-shadow:0 18px 44px rgba(13,37,84,.07);
}

.lv-economy-card{
  padding:18px;
  background:linear-gradient(135deg,#0a1628,#173b78);
  color:#fff;
}

.lv-economy-card h3,
.lv-checklist-card h3,
.lv-plan-economy h2,
.lv-pro-storefront h2{
  margin:0 0 8px;
  font-family:'Sora','Barlow Condensed',system-ui,sans-serif;
  color:inherit;
}

.lv-economy-card p{
  margin:0;
  color:rgba(255,255,255,.72);
  font-size:13px;
  line-height:1.5;
}

.lv-level-ladder{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:14px;
}

.lv-level-chip{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.72);
  font-size:11px;
  font-weight:900;
}

.lv-level-chip.is-active{
  background:#fff;
  color:#123c91;
  border-color:#fff;
  box-shadow:0 10px 26px rgba(255,255,255,.18);
}

.lv-checklist-card{
  padding:18px;
}

.lv-checklist-card h3{
  color:#0a1628;
}

.lv-checklist{
  display:grid;
  gap:8px;
  margin-top:12px;
}

.lv-check-item{
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:10px;
  padding:10px;
  border-radius:14px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
}

.lv-check-dot{
  width:22px;
  height:22px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#e6edf6;
  color:#667085;
  font-size:12px;
  font-weight:900;
}

.lv-check-item.is-done .lv-check-dot{
  background:#eaf7ef;
  color:#17643a;
}

.lv-check-item strong{
  color:#0a1628;
  font-size:13px;
}

.lv-check-item span{
  color:#667085;
  font-size:12px;
}

.lv-plan-economy{
  padding:24px;
  margin:0 0 24px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px;
  align-items:center;
}

.lv-plan-economy h2,
.lv-pro-storefront h2{
  color:#0a1628;
}

.lv-plan-economy p,
.lv-pro-storefront p{
  color:#536176;
  line-height:1.6;
}

.lv-plan-signal{
  margin:0 0 14px;
  padding:10px 12px;
  border-radius:14px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
  color:#123c91;
  font-size:12px;
  font-weight:900;
}

.lv-plan-metrics{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}

.lv-plan-metric{
  padding:14px;
  border-radius:16px;
  background:#f7f9fc;
  border:1px solid #e5edf7;
}

.lv-plan-metric strong{
  display:block;
  color:#0a1628;
  font-family:'Sora',system-ui,sans-serif;
  font-size:20px;
}

.lv-plan-metric span{
  color:#667085;
  font-size:12px;
}

.lv-pro-storefront{
  margin-top:28px;
  padding:24px;
  background:linear-gradient(135deg,#ffffff,#f7f9fc);
}

.lv-pro-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:16px;
}

.lv-pro-feature{
  padding:14px;
  border-radius:16px;
  background:#fff;
  border:1px solid #e5edf7;
}

.lv-pro-feature strong{
  display:block;
  color:#0a1628;
  font-size:14px;
  margin-bottom:5px;
}

.lv-pro-feature span{
  color:#667085;
  font-size:12px;
  line-height:1.4;
}

.lv-empty-smart{
  padding:28px;
  text-align:center;
}

.lv-empty-routes{
  display:flex;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
  margin-top:16px;
}

.lv-empty-routes a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 14px;
  border-radius:999px;
  text-decoration:none;
  background:#eef5ff;
  border:1px solid #c9dcff;
  color:#123c91;
  font-weight:900;
  font-size:13px;
}

.lv-engagement-bar,
.lv-profile-actions,
.lv-social-actions{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  margin:12px 0;
}

.lv-action-pill,
.lv-share-btn,
.lv-save-btn,
.lv-review-btn{
  min-height:40px;
  border-radius:999px;
  border:1px solid #d7e2f1;
  background:#fff;
  color:#0a1628;
  padding:10px 14px;
  font:900 12px/1 'Sora',system-ui,sans-serif;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(10,22,40,.06);
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.lv-action-pill:hover,
.lv-share-btn:hover,
.lv-save-btn:hover,
.lv-review-btn:hover{
  transform:translateY(-1px);
  border-color:#f0a500;
  box-shadow:0 14px 30px rgba(10,22,40,.10);
}

.lv-action-pill.is-saved,
.lv-save-btn.is-saved{
  background:#fff7df;
  border-color:#f0c65d;
  color:#633806;
}

.lv-quick-intents{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:8px;
  margin:12px 0;
}

.lv-quick-intents button{
  min-height:42px;
  border:1px solid #dbe7f6;
  border-radius:13px;
  background:#f7f9fc;
  color:#0a1628;
  font:800 12px/1.15 'Sora',system-ui,sans-serif;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}

.lv-quick-intents button:hover{
  transform:translateY(-1px);
  background:#eef5ff;
  border-color:#bcd3ff;
}

.lv-review-modal .modal-box textarea{
  width:100%;
  min-height:88px;
  resize:none;
}

.lv-stars{
  display:flex;
  gap:6px;
  margin:12px 0;
}

.lv-stars button{
  width:38px;
  height:38px;
  border-radius:12px;
  border:1px solid #e5edf7;
  background:#fff;
  color:#94a3b8;
  font-size:21px;
  cursor:pointer;
}

.lv-stars button.active{
  color:#f0a500;
  border-color:#f0c65d;
  background:#fff7df;
}

.lv-review-card{
  margin-bottom:10px;
}

.lv-review-meta{
  display:flex;
  justify-content:space-between;
  gap:10px;
  color:#667085;
  font-size:12px;
  margin-top:6px;
}

.lv-card-actions{
  position:absolute;
  top:10px;
  right:10px;
  display:flex;
  gap:6px;
  z-index:4;
}

.lv-card-actions .lc-fav,
.lv-card-actions .lc-share{
  position:static!important;
}

.lc-share{
  width:34px;
  height:34px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.95);
  color:#0a1628;
  box-shadow:0 8px 18px rgba(0,0,0,.12);
  cursor:pointer;
  font-weight:900;
}

.lv-admin-moderation-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:12px;
  margin-bottom:14px;
}

.lv-admin-moderation-card{
  background:#fff;
  border:1px solid #e5edf7;
  border-radius:14px;
  padding:14px;
  box-shadow:0 12px 26px rgba(10,22,40,.05);
}

.lv-admin-moderation-card strong{
  display:block;
  color:#0a1628;
  font:900 22px/1 'Sora',system-ui,sans-serif;
}

.lv-admin-moderation-card span{
  display:block;
  color:#667085;
  font-size:12px;
  margin-top:4px;
}

img{
  transition:opacity .22s ease, filter .22s ease;
}

img[data-lv-img-ready="false"]{
  opacity:.01;
}

.lv-img-failed,
.lc-img.img-failed,
.lr-img.img-failed,
.a-img.img-failed,
.similar-img.img-failed,
.pc-banner.img-failed,
.post-img.img-failed,
.pet-photo.img-failed,
.nh-card-img.img-failed{
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(135deg,rgba(10,22,40,.05),rgba(240,165,0,.10)),
    #f7f9fc;
}

.lv-img-failed::after,
.lc-img.img-failed::after,
.lr-img.img-failed::after,
.a-img.img-failed::after,
.similar-img.img-failed::after,
.pc-banner.img-failed::after,
.post-img.img-failed::after,
.pet-photo.img-failed::after,
.nh-card-img.img-failed::after{
  content:"Imagen no disponible";
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  text-align:center;
  color:#475569;
  font:800 12px/1.25 'Sora',system-ui,sans-serif;
}

@media(max-width:960px){
  .lv-ecosystem-head,
  .lv-trust-console,
  .lv-global-card{
    grid-template-columns:1fr;
  }
  .lv-loop-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .lv-public-trust-grid{
    grid-template-columns:1fr;
  }
  .lv-ad-safety-grid{
    grid-template-columns:1fr;
  }
  .lv-economy-board,
  .lv-plan-economy,
  .lv-pro-grid{
    grid-template-columns:1fr;
  }
  .lv-plan-metrics{
    grid-template-columns:1fr;
  }
}

@media(max-width:640px){
  .lv-ecosystem-band,
  .lv-discovery-band{
    padding:48px 18px;
  }
  .lv-signal-grid,
  .lv-loop-grid{
    grid-template-columns:1fr;
  }
  .lv-system-note,
  .lv-signal-card,
  .lv-live-panel,
  .lv-loop-card,
  .lv-global-card{
    border-radius:16px;
  }
  .lv-public-trust-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .lv-mobile-dock,
  .mobile-dock,
  .scroll-indicator,
  .pwa-pill,
  .install-pill,
  .debug-pill,
  .lovendo-pwa-install{
    display:none!important;
  }
  .lv-quick-intents{
    grid-template-columns:1fr;
  }
}
