.ls-topbar { background: #0b1220; color: rgba(255,255,255,.85); }
.ls-hero { padding: 64px 0; background: linear-gradient(180deg, #f8fafc, #ffffff); }

.ls-search-card { border-radius: 18px; }
.ls-card { border-radius: 16px; overflow: hidden; }

.ls-card-img { position: relative; height: 210px; background: #e5e7eb; }
.ls-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ls-img-placeholder { height: 100%; display:flex; align-items:center; justify-content:center; color:#64748b; font-weight:700; }

.ls-badge { position:absolute; top:12px; left:12px; }
.ls-pill  { position:absolute; top:12px; right:12px; }

.ls-explore-tile{
  display:block; padding:14px 14px; background:#fff; border-radius:14px;
  text-decoration:none; border:1px solid rgba(15,23,42,.08);
  transition: transform .12s ease, box-shadow .12s ease;
  color:#0f172a;
}
.ls-explore-tile:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(15,23,42,.08);
}

/* Topbar */
.ls-topbar{
  background:#0b1220;
  color:rgba(255,255,255,.85);
  font-size:13px;
}
.ls-topbar-inner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  gap:12px;
}
.ls-topbar-left{display:flex; gap:10px; flex-wrap:wrap; align-items:center;}
.ls-topbar-right{display:flex; gap:8px; align-items:center;}
.ls-topbar .dot{opacity:.5}

.ls-topbar .pill{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.18);
  padding:4px 10px;
  border-radius:999px;
}

/* Header/Nav */
.ls-header{
  position:sticky;
  top:0;
  z-index:999;
  background:#ffffff;
  border-bottom:1px solid rgba(15,23,42,.08);
}
.ls-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.ls-brand{
  text-decoration:none;
  display:flex;
  align-items:center;
  gap:10px;
  color:#0f172a;
}
.ls-brand-text{font-weight:800; letter-spacing:.2px;}

.ls-menu a{
  text-decoration:none;
  color:#0f172a;
  font-weight:600;
  font-size:14px;
  padding:10px 10px;
  border-radius:10px;
  opacity:.85;
  transition:all .12s ease;
}
.ls-menu a:hover{
  background:rgba(15,23,42,.06);
  opacity:1;
}
.ls-menu a.active{
  background:rgba(15,23,42,.08);
  opacity:1;
}

/* Mobile burger */
.ls-actions{display:flex; align-items:center; gap:10px;}
.ls-burger{
  width:42px;
  height:38px;
  border-radius:12px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  padding:0 10px;
}
.ls-burger span{
  display:block;
  height:2px;
  background:#0f172a;
  border-radius:2px;
}

/* Mobile menu */
.ls-mobile{
  display:none;
  padding:10px 0 18px 0;
  border-top:1px solid rgba(15,23,42,.08);
}
.ls-mobile.open{display:block;}
.ls-mobile a{
  display:block;
  padding:12px 0;
  text-decoration:none;
  color:#0f172a;
  font-weight:600;
}
.ls-mobile-login{
  margin-top:8px;
  border-top:1px dashed rgba(15,23,42,.12);
  padding-top:12px;
}
