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