.card-container{flex-direction:column;justify-content:center;align-items:center;display:flex}.card-wrapper{text-align:center;color:#fff;perspective:1000px;border-radius:24px;width:290px;height:380px;padding:20px}.card-inner{text-align:center;width:100%;height:100%;transform-style:preserve-3d;border-radius:24px;padding:20px;transition:transform .1s ease-out,background .2s ease-out}.company-header{justify-content:center;align-items:center;gap:8px;display:flex}.company-logo{object-fit:contain;border-radius:4px;width:40px;height:40px}.company-name{color:#1f2937;font-size:20px;font-weight:700}.avatar-section{justify-content:center;align-items:center;margin:20px 0;display:flex}.user-info{flex-direction:column;gap:8px;display:flex}.user-name{color:#000;filter:drop-shadow(0 1px 2px #0000001a)drop-shadow(0 1px 1px #0000000f);font-size:24px;font-weight:700}.user-role{color:#000;font-size:14px;font-weight:500}
