.three-d-avatar-stage,.three-d-avatar-canvas{position:absolute;top:0;right:0;bottom:0;left:0}.three-d-avatar-canvas{overflow:hidden}.three-d-avatar-stage{position:relative;width:100%;height:100%;pointer-events:auto;--three-d-avatar-scale: 1.2;--three-d-avatar-offset-x: 0px;--three-d-avatar-offset-y: 0px;overflow:hidden}.three-d-avatar-canvas{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.three-d-avatar-canvas>canvas,.three-d-avatar-canvas>video{position:absolute;top:50%;left:50%;transform:translate(calc(-50% + var(--three-d-avatar-offset-x)),calc(-50% + var(--three-d-avatar-offset-y))) scale(var(--three-d-avatar-scale));transform-origin:center;width:100%;height:100%;pointer-events:none}.three-d-avatar-wrapper{position:relative;width:100%;height:100%}.three-d-avatar-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background:transparent;z-index:5;text-align:center;animation:three-d-avatar-loading-fade-in .3s ease-out}@keyframes three-d-avatar-loading-fade-in{0%{opacity:0}to{opacity:1}}.three-d-avatar-loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem;max-width:280px;width:100%;padding:0 1rem}.three-d-avatar-loading-spinner{position:relative;width:64px;height:64px;display:flex;align-items:center;justify-content:center}.three-d-avatar-loading-ring{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#3b82f6;border-radius:50%;animation:three-d-avatar-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.three-d-avatar-loading-ring:nth-child(1){animation-delay:-.45s;border-top-color:#3b82f6}.three-d-avatar-loading-ring:nth-child(2){width:80%;height:80%;animation-delay:-.3s;border-top-color:#60a5fa}.three-d-avatar-loading-ring:nth-child(3){width:60%;height:60%;animation-delay:-.15s;border-top-color:#93c5fd}.three-d-avatar-loading-text{margin:0;font-size:.9375rem;font-weight:500;color:#374151;letter-spacing:.025em}[data-theme=dark] .three-d-avatar-loading-text{color:#e5e7eb}.three-d-avatar-loading-progress{width:100%;height:4px;background:#e5e7eb;border-radius:2px;overflow:hidden;position:relative}[data-theme=dark] .three-d-avatar-loading-progress{background:#4b5563}.three-d-avatar-loading-progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa,#3b82f6);background-size:200% 100%;border-radius:2px;transition:width .3s ease-out;animation:three-d-avatar-progress-shimmer 2s ease-in-out infinite}@keyframes three-d-avatar-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes three-d-avatar-progress-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
