:root{
  --ink:#0f172a; /* dark slate */
  --muted:#64748b;
  --bg:#f8fafc;
  --card:#ffffff;
  --accent:#0ea5e9; /* featured badge accent */
}

body.bg-body{
  background: var(--bg);
  color: var(--ink);
}

.brand{
  display:flex;
  align-items:center;
  gap:.6rem;
}
.brand-logo{
  width:64px;
  height:64px;
  object-fit:contain;
  border-radius:10px;
}
.brand-icon{
  width:36px;
  height:36px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background: var(--ink);
  color:#fff;
  border-radius:10px;
  font-weight:800;
  letter-spacing:.5px;
}
.brand-text{
  font-weight:800;
  font-size:1.15rem;
  letter-spacing:-0.02em;
}

.site-header{
  background: #ffffffcc;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.card-soft{
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(15,23,42,.04);
}

.badge-featured{
  background: rgba(14,165,233,.12);
  color: #0369a1;
  border: 1px solid rgba(14,165,233,.3);
}

.muted{
  color: var(--muted);
}

.img-cover{
  height:180px;
  object-fit:cover;
}

.home-hero-title{
  letter-spacing:-0.03em;
}

.home-featured-thumb{
  width:64px;
  height:64px;
  object-fit:cover;
}

.home-featured-thumb-wrap{
  width:64px;
}

.img-thumb{
  width:100%;
  height:220px;
  object-fit:cover;
  border-radius: 14px;
}

.listing-cover{
  max-height:430px;
  object-fit:cover;
}
.no-cover-box{
  height:280px;
}
.text-pre-wrap{
  white-space:pre-wrap;
}

.pw-strength-wrap{
  height: 8px;
}
.pw-strength-bar{
  height: 100%;
  width: 0%;
}

/* Homepage: discrete background logo */
.homepage-bg-logo{
  position: absolute;
  top: 50%;
  right: -5%;
  transform: translateY(-50%);
  width: 55%;
  max-width: 520px;
  height: 55%;
  max-height: 520px;
  background: url("../image/logositpage.png") no-repeat center;
  background-size: contain;
  opacity: 0.04;
  pointer-events: none;
}

.legal-page-wrap{
  max-width: 900px;
}

