/* NameHippo — Explorer Ultra (light premium)
   Scope: only explorer page (header loads this CSS when uri starts with explore)
*/

.nh-xpl-hero{
  padding: 34px 0 14px;
  background: radial-gradient(900px 220px at 20% 0%, rgba(255,255,255,0.75), rgba(255,255,255,0)),
              linear-gradient(180deg, rgba(255,255,255,0.70), rgba(255,255,255,0.10));
  border-bottom: 1px solid rgba(20,25,60,0.06);
}
.nh-xpl-breadcrumb{
  font-size: 12px;
  color: rgba(20,25,60,0.55);
  margin-bottom: 10px;
}
.nh-xpl-hero h1{
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 40px;
  margin: 0 0 8px;
  color: #0f1533;
}
.nh-xpl-hero p{
  margin: 0;
  color: rgba(20,25,60,0.70);
  max-width: 54ch;
}

.nh-xpl-heroRow{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.nh-xpl-heroActions{ display:flex; gap:10px; margin-top: 16px; flex-wrap: wrap; }
.nh-xpl-btn{
  display:inline-flex; align-items:center; gap:8px;
  border: 1px solid rgba(20,25,60,0.12);
  background: rgba(255,255,255,0.80);
  border-radius: 999px;
  padding: 10px 14px;
  font-weight: 700;
  color: #1a224a;
  text-decoration:none;
  box-shadow: 0 10px 25px rgba(16,24,40,0.06);
}
.nh-xpl-btn:hover{ background: rgba(255,255,255,0.92); }
.nh-xpl-btn.is-primary{
  border: none;
  background: linear-gradient(135deg, rgba(78,78,245,0.95), rgba(124,92,255,0.95));
  color:#fff;
}

.nh-xpl-stats{ display:flex; gap:10px; flex-wrap: wrap; justify-content: flex-end; }
.nh-xpl-stat{
  min-width: 132px;
  border: 1px solid rgba(20,25,60,0.10);
  background: rgba(255,255,255,0.70);
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: 0 12px 30px rgba(16,24,40,0.05);
}
.nh-xpl-stat b{ display:block; font-size: 16px; color:#0f1533; }
.nh-xpl-stat span{ display:block; font-size: 12px; color: rgba(20,25,60,0.60); }

.nh-xpl-wrap{ padding: 22px 0 46px; }

.nh-xpl-card{
  border: 1px solid rgba(20,25,60,0.10);
  background: rgba(255,255,255,0.72);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(16,24,40,0.08);
  overflow: hidden;
}

.nh-xpl-cardHead{
  padding: 14px 16px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  border-bottom: 1px solid rgba(20,25,60,0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.90), rgba(255,255,255,0.70));
}
.nh-xpl-headLeft{ display:flex; flex-direction:column; gap: 4px; }
.nh-xpl-headTitle{ font-weight: 800; color:#0f1533; letter-spacing:-0.01em; }
.nh-xpl-headSub{ font-size: 12px; color: rgba(20,25,60,0.60); }

.nh-xpl-headRight{ display:flex; gap: 10px; align-items:center; flex-wrap: wrap; justify-content:flex-end; }

.nh-xpl-select, .nh-xpl-input{
  border: 1px solid rgba(20,25,60,0.12);
  background: rgba(255,255,255,0.92);
  border-radius: 12px;
  padding: 8px 10px;
  font-size: 13px;
  color: #10183a;
  outline: none;
}
.nh-xpl-select:focus, .nh-xpl-input:focus{ box-shadow: 0 0 0 4px rgba(99,102,241,0.15); }

.nh-xpl-chip{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(99,102,241,0.10);
  border: 1px solid rgba(99,102,241,0.18);
  color: rgba(20,25,60,0.85);
  font-weight: 700;
  font-size: 12px;
}

/* Orb area */
#orb-container.nh-xpl-orb{
  height: 520px;
  background:
    radial-gradient(900px 420px at 30% 10%, rgba(99,102,241,0.12), rgba(255,255,255,0)),
    radial-gradient(700px 340px at 80% 80%, rgba(124,92,255,0.10), rgba(255,255,255,0)),
    linear-gradient(180deg, rgba(248,250,255,0.75), rgba(245,247,255,0.60));
}

.nh-xpl-orbFoot{
  padding: 12px 16px;
  border-top: 1px solid rgba(20,25,60,0.08);
  display:flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/* Selected */
.nh-xpl-selected{ padding: 14px 16px; }
.nh-xpl-selectedTop{ display:flex; align-items:center; justify-content: space-between; gap: 12px; }
.nh-xpl-domainTitle{ display:flex; align-items:center; gap: 10px; }
.nh-xpl-avatar{
  width: 40px; height: 40px; border-radius: 14px;
  background: linear-gradient(135deg, rgba(99,102,241,0.18), rgba(124,92,255,0.18));
  border: 1px solid rgba(20,25,60,0.10);
  display:flex; align-items:center; justify-content:center;
  font-weight: 900; color:#1a224a;
}
.nh-xpl-avatar img{ max-width: 70%; max-height: 70%; object-fit: contain; }
.nh-xpl-name{ font-weight: 900; font-size: 18px; color:#0f1533; line-height: 1.15; }
.nh-xpl-meta{ font-size: 12px; color: rgba(20,25,60,0.60); }

.nh-xpl-price{ font-weight: 900; color:#0f1533; }

.nh-xpl-scoreRow{ display:flex; gap: 10px; align-items:center; margin-top: 10px; }
.nh-xpl-scoreBar{
  flex:1;
  height: 8px;
  border-radius: 999px;
  background: rgba(20,25,60,0.08);
  overflow:hidden;
}
.nh-xpl-scoreFill{ height: 100%; width: 0%; background: linear-gradient(90deg, rgba(99,102,241,0.95), rgba(124,92,255,0.95)); }
.nh-xpl-scoreVal{ font-weight: 900; font-size: 12px; color: rgba(20,25,60,0.80); min-width: 44px; text-align:right; }

.nh-xpl-ctas{ display:flex; gap: 8px; flex-wrap: wrap; margin-top: 12px; }
.nh-xpl-cta{
  display:inline-flex; align-items:center; gap:8px;
  padding: 10px 12px;
  border-radius: 999px;
  border: 1px solid rgba(20,25,60,0.12);
  background: rgba(255,255,255,0.92);
  text-decoration:none;
  font-weight: 800;
  font-size: 13px;
  color:#11183a;
}
.nh-xpl-cta:hover{ background: rgba(255,255,255,1.0); }
.nh-xpl-cta.is-primary{ border:none; background: linear-gradient(135deg, rgba(78,78,245,0.95), rgba(124,92,255,0.95)); color:#fff; }

/* List */
.nh-xpl-list{ padding: 0; }
.nh-xpl-listHead{ padding: 14px 16px; border-bottom: 1px solid rgba(20,25,60,0.08); display:flex; align-items:center; justify-content: space-between; gap: 12px; }
.nh-xpl-listHead b{ font-weight: 900; color:#0f1533; }
.nh-xpl-listTools{ display:flex; gap:10px; align-items:center; flex-wrap: wrap; justify-content:flex-end; }

.nh-xpl-items{ max-height: 430px; overflow:auto; padding: 8px 10px 14px; }
.nh-xpl-item{
  display:flex; align-items:center; justify-content: space-between;
  gap: 10px;
  padding: 10px 10px;
  border-radius: 16px;
  border: 1px solid rgba(20,25,60,0.08);
  background: rgba(255,255,255,0.85);
  box-shadow: 0 12px 24px rgba(16,24,40,0.04);
  margin-bottom: 10px;
  cursor: pointer;
}
.nh-xpl-item:hover{ transform: translateY(-1px); box-shadow: 0 18px 28px rgba(16,24,40,0.08); }

.nh-xpl-itemLeft{ display:flex; align-items:center; gap: 10px; min-width: 0; }
.nh-xpl-itemName{ font-weight: 900; color:#0f1533; white-space: nowrap; overflow:hidden; text-overflow: ellipsis; }
.nh-xpl-itemSub{ font-size: 12px; color: rgba(20,25,60,0.60); }
.nh-xpl-itemRight{ display:flex; align-items:center; gap: 8px; }
.nh-xpl-itemPrice{ font-weight: 900; color:#0f1533; }
.nh-xpl-mini{ width: 34px; height: 34px; border-radius: 12px; }

.nh-xpl-miniBtn{
  width: 34px; height: 34px;
  border-radius: 12px;
  border: 1px solid rgba(20,25,60,0.10);
  background: rgba(255,255,255,0.92);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color: rgba(20,25,60,0.70);
}
.nh-xpl-miniBtn:hover{ color:#11183a; }

/* Responsiveness */
@media (max-width: 991px){
  #orb-container.nh-xpl-orb{ height: 420px; }
  .nh-xpl-hero h1{ font-size: 34px; }
  .nh-xpl-heroRow{ flex-direction: column; align-items:flex-start; }
  .nh-xpl-stats{ justify-content:flex-start; }
}
@media (prefers-reduced-motion: reduce){
  .nh-xpl-item:hover{ transform:none; }
}
