:root{
  --ld-bg:#f6f8fc;
  --ld-surface:#ffffff;
  --ld-ink:#0f172a;
  --ld-muted:#475569;
  --ld-line:rgba(15,23,42,.08);
  --ld-brand:#2563eb;
  --ld-brand-2:#7c3aed;
  --ld-warm:#f97316;
  --ld-soft:rgba(37,99,235,.08);
}
body{background:linear-gradient(180deg,#f8fafc 0%,#f6f8fc 100%)}
.ld-home{display:grid;gap:24px}
.ld-hero{position:relative;overflow:hidden;padding:30px;border-radius:32px;background:radial-gradient(circle at top left,rgba(37,99,235,.14),transparent 30%),radial-gradient(circle at right bottom,rgba(249,115,22,.14),transparent 26%),linear-gradient(135deg,#ffffff,#f8fbff 56%,#fef3f2);border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px rgba(15,23,42,.08)}
.ld-hero-proof{display:flex;flex-wrap:wrap;gap:10px;margin:18px 0 0}
.ld-hero-proof span{display:inline-flex;align-items:center;padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.86);border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 24px rgba(15,23,42,.05);font-weight:700;color:var(--ld-ink);font-size:.92rem}
.ld-notice-bar{display:flex;align-items:center;gap:12px;margin-top:16px;padding:14px 16px;border-radius:18px;background:linear-gradient(135deg,rgba(15,23,42,.96),rgba(30,41,59,.96));color:#fff;box-shadow:0 16px 34px rgba(15,23,42,.18)}
.ld-notice-label{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.12);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.ld-notice-bar strong{font-size:.98rem;line-height:1.5}

.ld-hero{position:relative;overflow:hidden;background:radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 34%),radial-gradient(circle at bottom right, rgba(124,58,237,.16), transparent 34%),linear-gradient(135deg,#0f172a,#1e293b 56%,#172554);border-radius:32px;padding:34px;color:#fff;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 70px rgba(15,23,42,.2)}
.ld-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:center}
.ld-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.1);font-size:.84rem;font-weight:700;letter-spacing:.02em}
.ld-hero h1{margin:14px 0 12px;font-size:clamp(2rem,5vw,4rem);line-height:1.02;letter-spacing:-.04em;max-width:12ch}
.ld-hero p{margin:0;color:rgba(255,255,255,.86);font-size:1.02rem;line-height:1.7;max-width:60ch}
.ld-cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}
.ld-cta-row .btn{min-height:48px;padding:12px 18px;border-radius:16px}
.ld-hero-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:24px}
.ld-hero-stat{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);border-radius:20px;padding:16px}
.ld-hero-stat strong{display:block;font-size:1.35rem;margin-bottom:4px}
.ld-hero-stat span{display:block;color:rgba(255,255,255,.8);font-size:.88rem}
.ld-hero-stack{display:grid;gap:14px}
.ld-live-card,.ld-mini-feed,.ld-surface-card,.ld-shop-card,.ld-product-card,.ld-trust-card,.ld-auth-card,.ld-auth-side,.ld-strip-card{background:var(--ld-surface);border:1px solid var(--ld-line);border-radius:24px;box-shadow:0 18px 44px rgba(15,23,42,.07)}
.ld-live-card{padding:18px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,252,.98))}
.ld-live-card h3{margin:0 0 12px;font-size:1.15rem;color:var(--ld-ink)}
.ld-live-list{display:grid;gap:10px}
.ld-live-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:18px;color:var(--ld-ink)}
.ld-live-item strong{display:block;font-size:.96rem}
.ld-live-item span{font-size:.8rem;color:var(--ld-muted)}
.ld-chip-live{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:rgba(248,113,113,.12);color:#b91c1c;font-size:.76rem;font-weight:800}
.ld-chip-live::before{content:"";width:8px;height:8px;border-radius:50%;background:#ef4444;box-shadow:0 0 0 6px rgba(239,68,68,.12)}
.ld-mini-feed{padding:16px;background:linear-gradient(180deg,#fff,#f8fbff)}
.ld-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
.ld-mini-grid a{display:block;text-decoration:none;color:inherit;background:#f8fafc;border:1px solid rgba(15,23,42,.06);border-radius:18px;overflow:hidden}
.ld-mini-grid img{width:100%;height:120px;object-fit:cover;display:block}
.ld-mini-copy{padding:12px}
.ld-mini-copy strong{display:block;font-size:.92rem;color:var(--ld-ink)}
.ld-mini-copy span{display:block;font-size:.8rem;color:var(--ld-muted);margin-top:4px}
.ld-section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}
.ld-section-head h2{margin:0;font-size:clamp(1.35rem,2vw,2rem);letter-spacing:-.03em;color:var(--ld-ink)}
.ld-section-head p{margin:6px 0 0;color:var(--ld-muted);max-width:60ch}
.ld-scroller{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ld-shop-card,.ld-product-card{overflow:hidden;text-decoration:none;color:inherit;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.ld-shop-card:hover,.ld-product-card:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgba(15,23,42,.1);border-color:rgba(37,99,235,.2)}
.ld-shop-card img,.ld-product-card img{display:block;width:100%;height:180px;object-fit:cover;background:#e2e8f0}
.ld-card-copy{padding:16px}
.ld-card-top{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}
.ld-card-copy h3{margin:0;font-size:1rem;color:var(--ld-ink)}
.ld-card-copy p{margin:6px 0 0;color:var(--ld-muted);font-size:.88rem;line-height:1.5}
.ld-badge{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:var(--ld-soft);color:var(--ld-brand);font-weight:700;font-size:.74rem;white-space:nowrap}
.ld-meta-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}
.ld-meta-pill{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;background:#f8fafc;color:#334155;border:1px solid rgba(15,23,42,.06);font-size:.76rem}
.ld-store-slider-shell{position:relative;overflow:hidden}.ld-store-slider-window{overflow:hidden}.ld-store-slider-edge{position:absolute;top:0;bottom:0;width:72px;z-index:2;pointer-events:none}.ld-store-slider-edge-left{left:0;background:linear-gradient(90deg,#f8fafc 0%,rgba(248,250,252,.82) 45%,rgba(248,250,252,0) 100%)}.ld-store-slider-edge-right{right:0;background:linear-gradient(270deg,#f8fafc 0%,rgba(248,250,252,.82) 45%,rgba(248,250,252,0) 100%)}.ld-store-slider-track{display:flex;gap:16px;width:max-content;animation:ldStoreRail 34s linear infinite;will-change:transform;padding:4px 2px}.ld-store-slider-shell:hover .ld-store-slider-track{animation-play-state:paused}.ld-shop-card--slider{min-width:318px;max-width:318px;flex:0 0 318px}.ld-shop-card-media-wrap{position:relative}.ld-shop-floating-badge{position:absolute;left:12px;top:12px;display:inline-flex;align-items:center;gap:6px;padding:8px 11px;border-radius:999px;background:rgba(15,23,42,.84);color:#fff;font-size:.73rem;font-weight:700;backdrop-filter:blur(8px)}@keyframes ldStoreRail{0%{transform:translateX(0)}100%{transform:translateX(calc(-50% - 8px))}}
.ld-category-grid,.ld-trust-grid,.ld-ops-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.ld-category-card,.ld-trust-card,.ld-strip-card{padding:18px}
.ld-category-card{background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid var(--ld-line);border-radius:24px;text-decoration:none;color:inherit;box-shadow:0 14px 30px rgba(15,23,42,.05)}
.ld-category-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,rgba(37,99,235,.12),rgba(124,58,237,.12));font-size:1.5rem;margin-bottom:12px}
.ld-category-card strong,.ld-trust-card strong,.ld-strip-card strong{display:block;color:var(--ld-ink);font-size:1rem}
.ld-category-card span,.ld-trust-card span,.ld-strip-card span{display:block;margin-top:6px;color:var(--ld-muted);font-size:.87rem;line-height:1.55}
.ld-trust-card{padding:20px;background:linear-gradient(180deg,#fff,#fbfcff)}
.ld-cta-banner{background:linear-gradient(135deg,#eff6ff,#f5f3ff);padding:24px;border-radius:28px;border:1px solid rgba(37,99,235,.12);display:grid;grid-template-columns:1.1fr .9fr;gap:20px;align-items:center}
.ld-cta-banner h2{margin:0;color:var(--ld-ink);font-size:clamp(1.5rem,2vw,2.4rem);letter-spacing:-.03em}
.ld-cta-banner p{margin:10px 0 0;color:var(--ld-muted);line-height:1.7}
.ld-ops-grid{margin-top:8px}
.ld-strip-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.ld-auth-wrap{max-width:1180px;margin:0 auto;display:grid;gap:24px}
.ld-auth-hero{position:relative;overflow:hidden;padding:28px;border-radius:30px;background:radial-gradient(circle at top left, rgba(37,99,235,.18), transparent 35%),radial-gradient(circle at bottom right, rgba(249,115,22,.12), transparent 35%),linear-gradient(135deg,#ffffff,#eff6ff 52%,#f8fafc);border:1px solid rgba(37,99,235,.1);box-shadow:0 24px 56px rgba(15,23,42,.08)}
.ld-auth-hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:24px;align-items:stretch}
.ld-auth-hero h1{margin:12px 0 10px;font-size:clamp(1.9rem,4vw,3.4rem);line-height:1.05;letter-spacing:-.04em;color:var(--ld-ink);max-width:12ch}
.ld-auth-hero p{margin:0;color:var(--ld-muted);line-height:1.75;max-width:60ch}
.ld-auth-points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.ld-auth-point{padding:14px;border-radius:18px;background:rgba(255,255,255,.7);border:1px solid rgba(15,23,42,.06)}
.ld-auth-point strong{display:block;color:var(--ld-ink);font-size:.95rem}
.ld-auth-point span{display:block;margin-top:5px;color:var(--ld-muted);font-size:.82rem;line-height:1.55}
.ld-auth-main{display:grid;grid-template-columns:1.02fr .98fr;gap:20px;align-items:start}
.ld-auth-card,.ld-auth-side{padding:24px}
.ld-auth-card h2,.ld-auth-side h3{margin:0;color:var(--ld-ink)}
.ld-auth-sub{margin:8px 0 0;color:var(--ld-muted);line-height:1.7}
.ld-auth-tabs{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 0}
.ld-auth-tabs a{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#fff;color:var(--ld-ink);text-decoration:none;font-weight:700}
.ld-auth-tabs a.is-active{background:#0f172a;color:#fff;border-color:#0f172a}
.ld-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.ld-auth-card .field-row{margin-top:14px}
.ld-auth-card label{display:block;margin-bottom:7px;font-weight:700;color:var(--ld-ink)}
.ld-auth-card input,.ld-auth-card select{width:100%;min-height:50px;border-radius:16px;border:1px solid rgba(15,23,42,.12);padding:12px 14px;background:#fff;color:var(--ld-ink)}
.ld-auth-card input:focus,.ld-auth-card select:focus{outline:none;border-color:rgba(37,99,235,.42);box-shadow:0 0 0 4px rgba(37,99,235,.08)}
.ld-auth-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:18px}
.ld-auth-actions .btn{min-height:48px;padding:12px 18px;border-radius:16px}
.ld-auth-note{margin-top:16px;padding:14px 16px;border-radius:18px;background:#f8fafc;border:1px solid rgba(15,23,42,.06);color:var(--ld-muted);font-size:.88rem;line-height:1.6}
.ld-auth-side ul{margin:16px 0 0;padding-left:18px;color:var(--ld-muted);line-height:1.8}
.ld-auth-side li{margin-bottom:6px}
.ld-auth-kpis{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}
.ld-auth-kpi{padding:16px;border-radius:18px;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid rgba(15,23,42,.06)}
.ld-auth-kpi strong{display:block;color:var(--ld-ink);font-size:1.15rem}
.ld-auth-kpi span{display:block;margin-top:4px;color:var(--ld-muted);font-size:.82rem}
@media (max-width:1080px){.ld-hero-grid,.ld-auth-hero-grid,.ld-auth-main,.ld-cta-banner{grid-template-columns:1fr}.ld-scroller{grid-template-columns:repeat(2,minmax(0,1fr))}.ld-category-grid,.ld-trust-grid,.ld-ops-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ld-strip-grid{grid-template-columns:1fr}.ld-hero h1{max-width:16ch}.ld-notice-bar{align-items:flex-start;flex-direction:column}.ld-shop-card--slider{min-width:280px;max-width:280px;flex-basis:280px}.ld-store-slider-edge{width:42px}}
@media (max-width:720px){.ld-hero,.ld-auth-hero{padding:22px;border-radius:26px}.ld-hero-stats,.ld-auth-points,.ld-auth-kpis,.ld-form-grid{grid-template-columns:1fr}.ld-scroller,.ld-category-grid,.ld-trust-grid,.ld-ops-grid,.ld-mini-grid{grid-template-columns:1fr}.ld-cta-row,.ld-auth-actions{flex-direction:column}.ld-cta-row .btn,.ld-auth-actions .btn,.ld-auth-tabs a{width:100%}.ld-live-item{flex-direction:column;align-items:flex-start}.ld-shop-card img,.ld-product-card img{height:200px}.ld-store-slider-track{animation-duration:24s}.ld-shop-card--slider{min-width:84vw;max-width:84vw;flex-basis:84vw}.ld-store-slider-edge{display:none}}


.ld-auth-compact-wrap{max-width:720px;padding-top:8px}
.ld-auth-main-single{grid-template-columns:minmax(0,1fr);justify-items:center}
.ld-auth-card-compact{width:100%;max-width:560px;padding:22px}
.ld-auth-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}
.ld-auth-topline h1{margin:0;color:var(--ld-ink);font-size:clamp(1.7rem,2.6vw,2.1rem)}
.ld-auth-inline-link{font-weight:700;color:var(--ld-primary);text-decoration:none}
.ld-auth-tabs-simple{margin-bottom:14px}
.ld-auth-divider{position:relative;text-align:center;margin:16px 0 14px;color:#64748b;font-size:.92rem}
.ld-auth-divider:before{content:'';position:absolute;left:0;right:0;top:50%;height:1px;background:rgba(15,23,42,.1)}
.ld-auth-divider span{position:relative;display:inline-block;padding:0 10px;background:#fff}
.ld-auth-main-single .ld-auth-card{box-shadow:0 14px 36px rgba(15,23,42,.08)}
@media (max-width:720px){.ld-auth-compact-wrap{padding-top:0}.ld-auth-card-compact{padding:18px;border-radius:18px}.ld-auth-topline{align-items:flex-start}.ld-auth-topline h1{font-size:1.5rem}}

/* minimal auth cleanup */
.ld-auth-compact-wrap{padding-top:0 !important;margin-top:8px}
.ld-auth-main-single{align-items:start}
.ld-auth-card-compact{margin-top:0}
.ld-auth-card-compact .field-row label{font-size:13px}
.ld-auth-card-compact .field-row input,
.ld-auth-card-compact .field-row select,
.ld-auth-card-compact .field-row textarea{padding:12px 14px}
.ld-auth-card-compact .ld-auth-actions{margin-top:16px}
.page-hero .eyebrow,.section-head .eyebrow,.panel-header .eyebrow{display:none}



/* Top Stores Pro Slider */
.top-stores-pro-wrap{
  margin: 18px 0 28px;
}
.top-stores-pro-head{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:16px;
  margin-bottom:14px;
}
.top-stores-pro-head h2{
  margin:0 0 6px;
  font-size:clamp(1.25rem,2vw,1.7rem);
}
.top-stores-pro-head p{
  margin:0;
  opacity:.82;
  line-height:1.5;
}
.top-stores-pro-link{
  text-decoration:none;
  font-weight:600;
  white-space:nowrap;
}
.top-stores-pro-slider{
  overflow:hidden;
  position:relative;
  padding:4px 0;
}
.top-stores-pro-slider::before,
.top-stores-pro-slider::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:42px;
  z-index:2;
  pointer-events:none;
}
.top-stores-pro-slider::before{
  left:0;
  background:linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}
.top-stores-pro-slider::after{
  right:0;
  background:linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}
.top-stores-pro-track{
  display:flex;
  gap:16px;
  width:max-content;
  animation:topStoresScroll 38s linear infinite;
  will-change:transform;
}
.top-stores-pro-slider:hover .top-stores-pro-track{
  animation-play-state:paused;
}
.top-store-card{
  width:250px;
  min-width:250px;
  border-radius:18px;
  padding:16px;
  background:#fff;
  box-shadow:0 10px 24px rgba(17,24,39,.08);
  border:1px solid rgba(17,24,39,.06);
}
.top-store-card__meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}
.top-store-chip{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  background:rgba(17,24,39,.06);
}
.top-store-rating{
  font-size:13px;
  font-weight:700;
}
.top-store-card h3{
  margin:0 0 6px;
  font-size:1.05rem;
  line-height:1.3;
}
.top-store-area{
  margin:0 0 10px;
  opacity:.75;
  font-size:.94rem;
}
.top-store-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}
.top-store-tags span{
  display:inline-flex;
  align-items:center;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  background:rgba(17,24,39,.05);
}
.top-store-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:42px;
  border-radius:12px;
  text-decoration:none;
  font-weight:700;
  border:1px solid rgba(17,24,39,.08);
  background:rgba(17,24,39,.03);
}
@keyframes topStoresScroll{
  0%{transform:translateX(0);}
  100%{transform:translateX(calc(-50% - 8px));}
}
@media (max-width: 768px){
  .top-stores-pro-head{
    align-items:flex-start;
    flex-direction:column;
  }
  .top-store-card{
    width:220px;
    min-width:220px;
  }
  .top-stores-pro-track{
    animation-duration:30s;
  }
}
