.cv-loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden}.cv-loader-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0d1f58,#1a3a8a,#0d1f58);z-index:-1}.cv-sketch{width:280px;height:350px;background:#fff;border-radius:8px;position:relative;transform:rotate(2deg);box-shadow:0 10px 30px rgba(0,0,0,.15);animation:cvSlideIn .8s ease-out;overflow:hidden}@keyframes cvSlideIn{0%{opacity:0;transform:translateY(50px) rotate(2deg) scale(.8)}to{opacity:1;transform:translateY(0) rotate(2deg) scale(1)}}.cv-paperclip{position:absolute;top:-8px;left:20px;width:20px;height:30px;border-radius:0 0 10px 10px;border:3px solid #374151;border-top:none;z-index:10}.cv-paperclip:before{content:"";position:absolute;top:-3px;left:2px;width:16px;height:8px;border:3px solid #374151;border-bottom:none;border-radius:8px 8px 0 0}.cv-photo{position:absolute;top:15px;left:15px;width:50px;height:50px;z-index:5}.cv-photo-placeholder{width:100%;height:100%;border:3px solid #374151;border-radius:8px;background:#f9fafb;position:relative;overflow:hidden}.cv-face{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px}.cv-face:before{top:3px;width:12px;border:2px solid #374151;border-radius:50%}.cv-face:after,.cv-face:before{content:"";position:absolute;left:50%;transform:translateX(-50%);height:12px;background:transparent}.cv-face:after{bottom:3px;width:18px;border-radius:0 0 9px 9px;border:2px solid #374151;border-top:none}.cv-lines{position:absolute;top:15px;left:80px;right:15px;z-index:5}.cv-line{height:2px;background:#374151;margin-bottom:6px;border-radius:1px;animation:lineDraw .5s ease-out}.cv-line-1{width:60%;animation-delay:.2s}.cv-line-2{width:40%;animation-delay:.4s}.cv-line-3{width:80%;animation-delay:.6s}.cv-line-4{width:50%;animation-delay:.8s}.cv-line-5{width:70%;animation-delay:1s}@keyframes lineDraw{0%{width:0}to{width:var(--final-width)}}.cv-checkmarks{position:absolute;top:80px;left:15px;right:15px;z-index:5}.cv-check-item{display:flex;align-items:center;margin-bottom:10px;animation:checkItemAppear .6s ease-out}.cv-check-item:first-child{animation-delay:1.2s}.cv-check-item:nth-child(2){animation-delay:1.4s}.cv-check-item:nth-child(3){animation-delay:1.6s}@keyframes checkItemAppear{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.cv-checkmark{width:15px;height:15px;border:2px solid #374151;border-radius:2px;margin-right:10px;position:relative;background:transparent}.cv-checkmark:before{content:"";position:absolute;top:1px;left:3px;width:4px;height:7px;border:1px solid #374151;border-top:none;border-left:none;transform:rotate(45deg);opacity:0;animation:checkmarkDraw .3s ease-out .5s forwards}@keyframes checkmarkDraw{0%{opacity:0;transform:rotate(45deg) scale(0)}to{opacity:1;transform:rotate(45deg) scale(1)}}.cv-check-line{flex:1;height:2px;background:#374151;border-radius:1px;animation:checkLineDraw .8s ease-out}@keyframes checkLineDraw{0%{width:0}to{width:100%}}.cv-fill-progress{position:absolute;bottom:0;left:0;right:0;transition:height .4s ease-out;z-index:1;border-radius:0 0 8px 8px}.cv-fill-progress:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,transparent 30%,hsla(0,0%,100%,.2) 50%,transparent 70%);animation:fillShimmer 2s infinite}@keyframes fillShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cv-progress-container{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);width:80%;max-width:500px;text-align:center;z-index:10}.cv-progress-text{font-size:16px;color:#374151;margin-bottom:15px;font-weight:500;animation:textFade .5s ease-in-out}@keyframes textFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cv-progress-bar{width:100%;height:6px;background:hsla(0,0%,100%,.3);border-radius:3px;overflow:hidden;margin-bottom:10px;box-shadow:inset 0 2px 4px rgba(0,0,0,.1)}.cv-progress-fill{height:100%;border-radius:3px;transition:width .3s ease-out;position:relative;overflow:hidden}.cv-progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.3),transparent);animation:progressShimmer 1.5s infinite}@keyframes progressShimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.cv-progress-percentage{font-size:14px;color:#6b7280;font-weight:600}.cv-floating-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.cv-floating-element{position:absolute;width:6px;height:6px;background:#ad833c;border-radius:50%;animation:float 4s ease-in-out infinite;opacity:.7}@keyframes float{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-30px) scale(1.3);opacity:1}}@media (max-width:768px){.cv-sketch{width:250px;height:320px}.cv-progress-container{width:90%;bottom:20px}.cv-progress-text{font-size:14px}}@media (max-width:480px){.cv-sketch{width:220px;height:280px}.cv-photo{width:40px;height:40px}.cv-face{width:25px;height:25px}.cv-lines{left:65px}}