:root{--primary-color:#667eea;--secondary-color:#764ba2;--accent-color:#f093fb;--background-image:none;--rotate-x:0deg;--rotate-y:0deg;--is-hovered:0;--is-loaded:0;--spacing-xs:0.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2rem;--spacing-xl:3rem;--radius-sm:8px;--radius-md:16px;--radius-lg:24px;--radius-xl:32px;--shadow-sm:0 2px 8px rgba(0,0,0,0.1);--shadow-md:0 8px 32px rgba(0,0,0,0.15);--shadow-lg:0 16px 64px rgba(0,0,0,0.2)}.profile-card{position:relative;display:flex;flex-direction:column;background:hsla(0,0%,100%,.05);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-lg);overflow:hidden;cursor:pointer;opacity:1;transform-origin:center}.profile-card:hover{transform:scale(1.05);box-shadow:var(--shadow-lg)}.profile-card--small{width:280px;min-height:360px;padding:var(--spacing-md)}.profile-card--medium{width:320px;min-height:420px;padding:var(--spacing-lg)}.profile-card--large{width:380px;min-height:480px;padding:var(--spacing-xl)}.profile-card--default{background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(255,255,255,.05))}.profile-card--minimal{background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.05)}.profile-card--glassmorphism{background:hsla(0,0%,100%,.08);backdrop-filter:blur(32px);border:1px solid hsla(0,0%,100%,.15)}.profile-card__background{position:absolute;inset:0;z-index:0;overflow:hidden;border-radius:inherit}.profile-card__gradient{position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 50%,var(--accent-color) 100%);opacity:.1}.profile-card__image{position:absolute;inset:0;background-image:var(--background-image);background-size:cover;background-position:50%;opacity:.05}.profile-card__noise{display:none}.profile-card__content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;gap:var(--spacing-sm)}.profile-card__avatar-section{position:relative;display:flex;flex-direction:column;align-items:center;gap:var(--spacing-xs);margin-bottom:var(--spacing-sm)}.profile-card__avatar-wrapper{position:relative;width:100px;height:100px;border-radius:50%;overflow:hidden}.profile-card__avatar{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-card__avatar-glow{display:none}.profile-card__logo{position:absolute;top:0;right:0;width:40px;height:40px;border-radius:var(--radius-sm);overflow:hidden;background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border:1px solid hsla(0,0%,100%,.1)}.profile-card__logo img{width:100%;height:100%;object-fit:cover}.profile-card__info{text-align:center;flex:1;display:flex;flex-direction:column;gap:var(--spacing-xs);min-height:0}.profile-card__name{font-size:1.25rem;font-weight:700;color:hsla(0,0%,100%,.95);margin:0;background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.profile-card__title{font-size:.875rem;font-weight:500;color:hsla(0,0%,100%,.7);margin:0}.profile-card__description{font-size:.8rem;color:hsla(0,0%,100%,.6);line-height:1.4;margin:var(--spacing-xs) 0 0 0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.profile-card__actions{display:flex;justify-content:center;margin-top:var(--spacing-sm)}.profile-card__contact-btn{display:flex;align-items:center;gap:var(--spacing-xs);padding:var(--spacing-sm) var(--spacing-md);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);border:none;border-radius:var(--radius-md);color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;position:relative;overflow:hidden}.profile-card__contact-text{position:relative;z-index:1}.profile-card__contact-icon{width:16px;height:16px;fill:currentColor;position:relative;z-index:1}.profile-card__social{display:flex;justify-content:center;gap:var(--spacing-xs);margin-top:var(--spacing-xs);opacity:1;transform:none}.profile-card__social-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.1);border-radius:var(--radius-sm);color:hsla(0,0%,100%,.7);cursor:pointer;backdrop-filter:blur(8px)}.profile-card__social-btn svg{width:18px;height:18px;fill:currentColor}.profile-card__decoration,.profile-card__glow,.profile-card__particles{display:none}@media(max-width:768px){.profile-card--small{width:260px;min-height:340px;padding:var(--spacing-sm)}.profile-card--medium{width:300px;min-height:400px;padding:var(--spacing-md)}.profile-card--large{width:340px;min-height:440px;padding:var(--spacing-lg)}.profile-card__avatar-wrapper{width:80px;height:80px}.profile-card__name{font-size:1.125rem}.profile-card__title{font-size:.8rem}.profile-card__description{font-size:.75rem}}@media(max-width:480px){.profile-card--small{width:240px;min-height:320px}.profile-card--medium{width:280px;min-height:380px}.profile-card--large{width:300px;min-height:400px}.profile-card__avatar-wrapper{width:70px;height:70px}.profile-card__name{font-size:1rem}.profile-card__title{font-size:.75rem}.profile-card__description{font-size:.7rem}.profile-card__social-btn{width:32px;height:32px}.profile-card__social-btn svg{width:16px;height:16px}}@media(prefers-color-scheme:dark){.profile-card{background:rgba(0,0,0,.3);border-color:hsla(0,0%,100%,.05)}}@media(max-width:1024px){.profile-card{backdrop-filter:blur(10px)}.profile-card--glassmorphism{backdrop-filter:blur(16px)}}@media(max-width:768px){.profile-card,.profile-card--glassmorphism{backdrop-filter:none}}