body{
  background:
    radial-gradient(circle at top left, rgba(21,101,192,.16), transparent 32%),
    radial-gradient(circle at top right, rgba(22,163,74,.12), transparent 30%),
    var(--seller-bg);
}

.seller-premium-wrap{
  max-width:1080px;
  margin:0 auto;
  padding:14px 12px 34px;
}

.seller-hero{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:linear-gradient(135deg, var(--seller-brand), var(--seller-brand-dark));
  color:#fff;
  box-shadow:var(--seller-shadow);
}

.seller-hero-inner{
  position:relative;
  z-index:2;
  padding:26px 18px 22px;
  text-align:center;
}

.seller-top-label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.16);
  border:1px solid rgba(255,255,255,.24);
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}

.seller-avatar-premium{
  width:132px;
  height:132px;
  margin:0 auto;
  border-radius:50%;
  padding:5px;
  background:linear-gradient(135deg,#fff,#dbeafe,#bbf7d0);
  box-shadow:0 18px 36px rgba(0,0,0,.24);
}

.seller-avatar-premium img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  border-radius:50%;
  border:4px solid #fff;
}

.seller-name-premium{
  margin-top:14px;
  font-size:28px;
  line-height:1.2;
  font-weight:1000;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  flex-wrap:wrap;
}

.seller-verified-pill{
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 10px;
  border-radius:999px;
  background:#ecfdf3;
  color:#15803d;
  font-size:12px;
  font-weight:1000;
}

.seller-desc-premium{
  max-width:680px;
  margin:10px auto 0;
  font-size:14px;
  line-height:1.7;
  font-weight:700;
  color:rgba(255,255,255,.92);
}

.seller-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:18px;
}

.seller-stat{
  border-radius:18px;
  padding:12px 8px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.20);
}

.seller-stat strong{
  display:block;
  font-size:20px;
  font-weight:1000;
}

.seller-stat span{
  display:block;
  margin-top:2px;
  font-size:11px;
  font-weight:800;
  opacity:.9;
}

.seller-action-panel{
  margin-top:-18px;
  position:relative;
  z-index:5;
  background:var(--seller-card);
  border-radius:24px;
  padding:14px;
  box-shadow:var(--seller-shadow-soft);
  border:1px solid var(--seller-border);
}

.seller-main-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.seller-main-btn{
  min-height:50px;
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  text-decoration:none;
  font-weight:1000;
  font-size:15px;
  border:0;
  cursor:pointer;
}

.seller-call-btn{background:#e8f5e9;color:#1b5e20}
.seller-wa-btn{background:#e0f2f1;color:#00695c}

.seller-share-big{
  margin-top:10px;
  width:100%;
  min-height:52px;
  border-radius:18px;
  background:linear-gradient(135deg,#7b1fa2,#5e35b1);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  font-size:16px;
  font-weight:1000;
  border:0;
  cursor:pointer;
}

.seller-social-row{
  display:flex;
  justify-content:center;
  gap:10px;
  flex-wrap:wrap;
  margin-top:12px;
}

.seller-social-row a{
  width:42px;
  height:42px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  text-decoration:none;
}

.seller-fb{background:#1877F2}
.seller-insta{background:#E1306C}
.seller-yt{background:#FF0000}
.seller-web{background:#334155}
.seller-map{background:#16a34a}

.seller-info-strip{
  margin-top:14px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}

.seller-info-item{
  display:flex;
  align-items:flex-start;
  gap:10px;
  padding:12px;
  background:var(--seller-soft);
  border:1px solid var(--seller-border);
  border-radius:16px;
  color:var(--seller-text);
  font-size:14px;
  font-weight:800;
  word-break:break-word;
}

.seller-section-head{
  margin:24px 2px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}

.seller-section-title{
  font-size:21px;
  font-weight:1000;
  color:var(--seller-text);
  display:flex;
  align-items:center;
  gap:8px;
}

.seller-section-count{
  padding:8px 12px;
  border-radius:999px;
  background:#e0edff;
  color:var(--seller-brand);
  font-size:13px;
  font-weight:1000;
}

.seller-listings-grid{
  display:grid;
  grid-template-columns:1fr;
  gap:16px;
}

.seller-list-card{
  background:#fff;
  border:1px solid var(--seller-border);
  border-radius:24px;
  overflow:hidden;
  box-shadow:var(--seller-shadow-soft);
  display:flex;
  flex-direction:column;
}

.seller-list-img{
  position:relative;
  background:#0f172a;
  overflow:hidden;
}

.seller-list-img a{
  display:block;
  position:relative;
  text-decoration:none;
}

.seller-list-img img{
  width:100%;
  aspect-ratio:4/3;
  object-fit:cover;
  display:block;
}

.seller-img-overlay{
  position:absolute;
  left:12px;
  top:12px;
  display:inline-flex;
  align-items:center;
  gap:5px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(15,23,42,.78);
  color:#fff;
  font-size:12px;
  font-weight:1000;
}

.seller-list-body{
  padding:14px;
  display:flex;
  flex-direction:column;
  gap:10px;
  flex:1;
}

.seller-list-title-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:10px;
}

.seller-list-title{
  font-size:16px;
  line-height:1.35;
  color:var(--seller-text);
  font-weight:1000;
  word-break:break-word;
}

.seller-list-price{
  color:var(--seller-brand);
  font-size:17px;
  font-weight:1000;
  white-space:nowrap;
}

.seller-list-meta{
  display:grid;
  gap:8px;
}

.seller-list-meta-item{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding:9px 11px;
  border-radius:14px;
  background:#f8fbff;
  border:1px solid #edf3fb;
  font-size:13px;
}

.seller-list-meta-item span{
  color:var(--seller-muted);
  font-weight:800;
  display:flex;
  align-items:center;
  gap:6px;
}

.seller-list-meta-item b{
  color:var(--seller-text);
  font-weight:900;
  text-align:right;
}

.seller-list-desc{
  background:#fff7ed;
  color:#7c2d12;
  border:1px solid #fed7aa;
  border-radius:15px;
  padding:11px;
  font-size:13px;
  line-height:1.6;
  font-weight:700;
}

.seller-list-actions{
  padding:0 14px 14px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:9px;
  margin-top:auto;
}

.seller-list-actions a{
  min-height:44px;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  text-decoration:none;
  font-weight:1000;
  font-size:14px;
}

.seller-list-call{background:#e8f5e9;color:#1b5e20}
.seller-list-wa{background:#e0f2f1;color:#00695c}
.seller-list-share{background:#e3f2fd;color:#0d47a1}
.seller-list-view{background:#f3e5f5;color:#4a148c}

.seller-empty-box{
  background:#fff;
  border-radius:24px;
  padding:22px;
  text-align:center;
  font-weight:1000;
  color:#b91c1c;
  box-shadow:var(--seller-shadow-soft);
  border:1px solid #fecdd3;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}

@media(min-width:640px){
  .seller-premium-wrap{padding:18px 16px 40px}
  .seller-hero-inner{padding:34px 26px 28px}
  .seller-name-premium{font-size:32px}
  .seller-info-strip{grid-template-columns:repeat(2,1fr)}
  .seller-listings-grid{grid-template-columns:repeat(2,1fr)}
}

@media(min-width:1024px){
  .seller-premium-wrap{padding-top:24px}
  .seller-hero-inner{padding:42px 34px 34px}
  .seller-avatar-premium{width:148px;height:148px}
  .seller-action-panel{max-width:760px;margin-left:auto;margin-right:auto}
  .seller-listings-grid{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:480px){
  .seller-hero{border-radius:24px}
  .seller-name-premium{font-size:25px}
  .seller-stats{grid-template-columns:1fr 1fr}
  .seller-stat:last-child{grid-column:1 / -1}
  .seller-main-actions,
  .seller-list-actions{grid-template-columns:1fr}
  .seller-section-head{align-items:flex-start;flex-direction:column}
}