.pc-card-wrapper{--transition-ms:300ms;--enter-transition:800ms;position:relative;display:inline-block;perspective:1000px;width:100%;max-width:320px;aspect-ratio:3.5/5}.pc-behind{position:absolute;inset:0;border-radius:20px;background:var(--behind-glow-color,#71c4ff);opacity:0;filter:blur(var(--behind-glow-size,50px));transition:opacity .5s ease;z-index:0}.pc-card-wrapper:hover .pc-behind{opacity:.4}.pc-card-shell{position:relative;width:100%;height:100%;border-radius:20px;transform-style:preserve-3d;transition:transform .1s ease-out;z-index:10}.pc-card{background-color:#000;background-image:var(--inner-gradient);background-size:cover;overflow:hidden;transform:translateZ(0)}.pc-card,.pc-glare,.pc-shine{position:absolute;inset:0;border-radius:20px}.pc-glare,.pc-shine{pointer-events:none;opacity:0;z-index:20}.pc-shine{background:radial-gradient(circle at var(--pointer-x) var(--pointer-y),rgba(255,255,255,.2) 0,transparent 60%)}.pc-glare{background:linear-gradient(125deg,rgba(255,255,255,0),rgba(255,255,255,.15) 45%,rgba(255,255,255,0));background-position:var(--background-x) var(--background-y)}.pc-card-wrapper:hover .pc-glare,.pc-card-wrapper:hover .pc-shine{opacity:1}.pc-content{position:relative;z-index:30;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:20px;color:white}.pc-avatar-content{position:absolute;inset:0;justify-content:center;align-items:center;padding:0}.avatar{width:100%;height:100%;object-fit:cover;border-radius:20px}.pc-user-info{position:absolute;bottom:20px;left:20px;right:20px;background:rgba(0,0,0,.6);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:10px;justify-content:space-between}.pc-user-details,.pc-user-info{display:flex;align-items:center}.pc-user-details{gap:10px}.pc-mini-avatar img{width:36px;height:36px;border-radius:50%;border:2px solid white}.pc-user-text{display:flex;flex-direction:column}.pc-handle{font-size:.9rem;font-weight:700}.pc-status{font-size:.7rem;color:#4ade80}.pc-contact-btn{background:white;color:black;border:none;padding:6px 12px;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:transform .2s}.pc-contact-btn:hover{transform:scale(1.05)}.pc-card-wrapper.active .pc-card-shell{transform:rotateX(var(--rotate-x)) rotateY(var(--rotate-y))}.text-rotate{display:flex;flex-wrap:wrap;white-space:pre}.text-rotate-lines{display:flex;flex-direction:column}.text-rotate-word{display:flex}.text-rotate-element{display:inline-block}.text-rotate-space{white-space:pre}.text-rotate-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}