
.profile-premium-shell{overflow:hidden}
.profile-premium-grid{display:grid;grid-template-columns:minmax(0,1.2fr) 360px;gap:20px}
.profile-tab-stage{display:none}.profile-tab-stage.active{display:block}
.profile-side-summary,.sticky-panel{position:sticky;top:92px}
.profile-hero-premium{display:grid;grid-template-columns:auto 1fr;gap:20px;align-items:center}
.profile-avatar-premium{width:86px;height:86px;border-radius:28px;display:grid;place-items:center;font-size:34px;font-weight:800;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff}
.profile-chip,.profile-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid var(--line)}
.profile-pill-accent{background:linear-gradient(135deg,rgba(245,158,11,.22),rgba(239,68,68,.18))}
.profile-side-stack,.profile-request-band,.profile-comment-grid,.profile-ip-list{display:grid;gap:12px}
.profile-side-stat,.profile-request-box,.profile-comment-card,.profile-ip-card{padding:14px;border-radius:18px;border:1px solid var(--line);background:rgba(255,255,255,.03)}
@media (max-width:1100px){.profile-premium-grid{grid-template-columns:1fr}}
@media (max-width:820px){
  .profile-hero-premium{grid-template-columns:1fr;text-align:center}
  .profile-avatar-premium{margin:0 auto}
  .profile-status-row,.profile-hero-meta,.profile-quick-links{justify-content:center;flex-wrap:wrap}
  .profile-premium-gallery{grid-template-columns:1fr 1fr}
  .profile-side-summary,.sticky-panel{position:static}
}
