.pc-profile-card{
  --pc-text:#1a1d24;
  --pc-muted:#787f8b;
  --pc-blue:#1687ff;
  --pc-description:#4d5563;
  --pc-label:#8b9099;
  width:min(760px,calc(100% - 48px));
  box-sizing:border-box;
  margin:0 auto;
  padding:18px 0 10px;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  color:var(--pc-text);
  text-align:center;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.pc-profile-card *{box-sizing:border-box}
.pc-profile-top{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center}
.pc-avatar-wrap{position:relative;flex:0 0 auto;width:176px;height:176px;margin:0 auto;isolation:isolate}
.pc-avatar-wrap:before{
  content:"";
  position:absolute;
  inset:-14px;
  z-index:-2;
  border-radius:42% 58% 54% 46% / 46% 42% 58% 54%;
  background:
    radial-gradient(circle at 28% 32%, rgba(22,135,255,.72) 0%, rgba(22,135,255,.42) 17%, rgba(22,135,255,0) 45%),
    radial-gradient(circle at 72% 30%, rgba(76,179,255,.58) 0%, rgba(76,179,255,.28) 16%, rgba(76,179,255,0) 42%),
    radial-gradient(circle at 66% 72%, rgba(22,135,255,.52) 0%, rgba(22,135,255,.22) 18%, rgba(22,135,255,0) 44%),
    radial-gradient(circle at 36% 74%, rgba(255,255,255,.20) 0%, rgba(255,255,255,.08) 14%, rgba(255,255,255,0) 34%);
  filter:blur(14px) saturate(112%);
  opacity:.9;
  transform-origin:center;
  animation:pcLiquidMorph 11s ease-in-out infinite, pcLiquidFloat 7.5s ease-in-out infinite;
  pointer-events:none;
}
.pc-avatar-wrap:after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  border:1px solid rgba(22,135,255,.22);
  box-shadow:0 0 0 1px rgba(255,255,255,.35) inset,0 0 18px rgba(22,135,255,.10),0 0 30px rgba(22,135,255,.08);
  z-index:-1;
  pointer-events:none;
}
.pc-avatar{position:relative;z-index:1;width:176px;height:176px;border-radius:50%;overflow:hidden;border:1px solid rgba(255,255,255,.75);background:transparent;box-shadow:0 12px 30px rgba(0,0,0,.10)}
@keyframes pcLiquidMorph{
  0%{border-radius:42% 58% 54% 46% / 46% 42% 58% 54%;filter:blur(14px) saturate(112%);}
  25%{border-radius:58% 42% 47% 53% / 44% 59% 41% 56%;filter:blur(16px) saturate(118%);}
  50%{border-radius:49% 51% 60% 40% / 60% 45% 55% 40%;filter:blur(18px) saturate(110%);}
  75%{border-radius:55% 45% 43% 57% / 48% 62% 38% 52%;filter:blur(15px) saturate(116%);}
  100%{border-radius:42% 58% 54% 46% / 46% 42% 58% 54%;filter:blur(14px) saturate(112%);}
}
@keyframes pcLiquidFloat{
  0%{transform:translate3d(-4px,-2px,0) scale(1) rotate(0deg)}
  20%{transform:translate3d(6px,-7px,0) scale(1.03) rotate(9deg)}
  40%{transform:translate3d(9px,5px,0) scale(1.06) rotate(3deg)}
  60%{transform:translate3d(-3px,9px,0) scale(1.02) rotate(-7deg)}
  80%{transform:translate3d(-8px,2px,0) scale(.98) rotate(-12deg)}
  100%{transform:translate3d(-4px,-2px,0) scale(1) rotate(0deg)}
}
.pc-avatar img{width:100%;height:100%;display:block;object-fit:cover}
.pc-avatar-placeholder{height:100%;display:grid;place-items:center;font-size:54px}
.pc-identity{min-width:0;width:100%;text-align:center}
.pc-name-row{display:flex;align-items:center;justify-content:center;gap:8px}
.pc-name-row h3{margin:0!important;color:var(--pc-text)!important;font-size:clamp(31px,4.8vw,44px)!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.04em!important;text-align:center!important}
.pc-username{margin:8px 0 0;font-size:17px;color:var(--pc-muted);font-weight:700;text-align:center;line-height:1.3}
.pc-contact-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:9px;margin-top:8px;line-height:1}
.pc-contact-divider{font-size:16px;line-height:1;color:var(--pc-muted);opacity:.65;font-weight:400}
.pc-email-link{font-size:14px;line-height:1.2;color:var(--pc-blue)!important;text-decoration:none!important;font-weight:800;transition:color .2s ease,opacity .2s ease,transform .2s ease;text-shadow:0 0 12px rgba(22,135,255,.12)}
.pc-email-link:hover{color:#006fe6!important;text-decoration:none!important;opacity:1;transform:translateY(-1px)}
.pc-verified{position:absolute;right:1px;bottom:9px;width:34px;height:34px;display:block;z-index:3;overflow:visible}
.pc-verified-core{position:absolute;inset:3px;display:grid;place-items:center;border-radius:50%;background:var(--pc-blue);box-shadow:0 0 0 0 rgba(22,135,255,.5),0 4px 12px rgba(22,135,255,.35);animation:pcVerifiedGlow 2.4s ease-in-out infinite}
.pc-verified-core svg{width:18px;height:18px;display:block;overflow:visible}
.pc-verified-core svg path{fill:none;stroke:#fff;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
@keyframes pcVerifiedGlow{
  0%,100%{box-shadow:0 0 0 0 rgba(22,135,255,.10),0 4px 12px rgba(22,135,255,.32);filter:drop-shadow(0 0 2px rgba(22,135,255,.18))}
  50%{box-shadow:0 0 0 5px rgba(22,135,255,.10),0 0 18px rgba(22,135,255,.70),0 4px 14px rgba(22,135,255,.42);filter:drop-shadow(0 0 7px rgba(22,135,255,.52))}
}
.pc-spark{position:absolute;width:8px;height:8px;pointer-events:none;opacity:0;transform:scale(.3) rotate(45deg);animation:pcSpark 3s ease-in-out infinite}
.pc-spark:before,.pc-spark:after{content:"";position:absolute;left:50%;top:50%;background:var(--pc-blue);border-radius:999px;box-shadow:0 0 8px rgba(22,135,255,.9)}
.pc-spark:before{width:8px;height:2px;transform:translate(-50%,-50%)}
.pc-spark:after{width:2px;height:8px;transform:translate(-50%,-50%)}
.pc-s1{left:-5px;top:-3px;animation-delay:.15s}.pc-s2{right:-7px;top:4px;animation-delay:.9s}.pc-s3{left:-1px;bottom:-5px;animation-delay:1.65s}.pc-s4{right:0;bottom:-7px;animation-delay:2.35s}
@keyframes pcSpark{
  0%,64%,100%{opacity:0;transform:scale(.25) rotate(35deg)}
  70%{opacity:.35;transform:scale(.7) rotate(42deg)}
  76%{opacity:1;transform:scale(1.15) rotate(45deg)}
  84%{opacity:.25;transform:scale(.65) rotate(53deg)}
  90%{opacity:0;transform:scale(.2) rotate(60deg)}
}
.pc-description{margin-top:14px;padding-top:0;border-top:none;font-size:18px;line-height:1.58;color:var(--pc-description);text-align:center;max-width:720px;margin-left:auto;margin-right:auto}
.pc-section-label{margin-top:15px;margin-bottom:10px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:var(--pc-label);font-weight:800;text-align:center}
.pc-software-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px;min-height:34px}
.pc-tool{display:grid;place-items:center;width:auto;height:auto;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none;transition:transform .2s ease,opacity .2s ease}
.pc-tool:hover{transform:translateY(-2px) scale(1.06);background:transparent;border:0;opacity:.88}
.pc-tool img{width:30px;height:30px;display:block;object-fit:contain}
.pc-tool-letter{display:grid;place-items:center;width:30px;height:30px;font-size:15px;font-weight:900;color:var(--pc-text)}
.pc-empty-note{font-size:12px;color:var(--pc-muted)}
.pc-socials{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin:0;padding:0;border:0}
.pc-social{display:grid;place-items:center;width:20px;height:20px;padding:0;border:0;border-radius:0;color:var(--pc-muted);background:transparent;box-shadow:none;transition:transform .2s ease,color .2s ease,opacity .2s ease;text-decoration:none!important}
.pc-social:hover{color:var(--pc-text);transform:translateY(-1px) scale(1.08);background:transparent;border:0;opacity:.9}
.pc-social svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pc-social svg .pc-fill{fill:currentColor;stroke:none}.pc-social svg .pc-card-fill{fill:#fff;stroke:none}
@media(max-width:480px){
  .pc-profile-card{width:calc(100% - 34px);padding:12px 0 6px}
  .pc-avatar-wrap,.pc-avatar{width:154px;height:154px}
  .pc-name-row h3{font-size:35px!important}
  .pc-username{font-size:16px;margin-top:7px}
  .pc-contact-row{gap:8px;margin-top:7px}
  .pc-contact-divider{font-size:15px}
  .pc-email-link{font-size:13px}
  .pc-verified{right:-1px;bottom:6px;transform:scale(.94);transform-origin:center}
  .pc-description{font-size:16px;line-height:1.55;margin-top:12px}
  .pc-software-list{gap:11px}
  .pc-tool img,.pc-tool-letter{width:28px;height:28px}
  .pc-social{width:19px;height:19px}
  .pc-social svg{width:16px;height:16px}
}
@media(prefers-reduced-motion:reduce){.pc-spark,.pc-verified-core,.pc-avatar-wrap:before{animation:none}.pc-tool,.pc-social,.pc-email-link{transition:none}}
