.loader-container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:0}.loader-container img{margin-bottom:-20px}.phone-loader{position:relative;width:200px;height:200px;display:flex;align-items:center;justify-content:center}.orbit-path{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.phone{width:70px;height:120px;background:#1a1a1a;border-radius:12px;padding:8px 6px;box-shadow:0 4px 12px rgba(0,0,0,.15);position:relative;z-index:2}.phone:before{content:"";position:absolute;top:4px;left:50%;transform:translateX(-50%);width:20px;height:3px;background:#333;border-radius:2px}.phone-screen{width:100%;height:100%;background:white;border-radius:8px;padding:6px 4px;display:flex;flex-direction:column;gap:6px;overflow:hidden}.message-row{display:flex;width:100%;animation:fadeInMessage 3s ease-in-out infinite}.message-row:first-child{animation-delay:0s}.message-row:nth-child(2){animation-delay:1s}.message-row:nth-child(3){animation-delay:2s}.sent-row{justify-content:flex-end}.message{border-radius:8px;padding:4px 6px;max-width:70%}.message.received{background:#e5e5ea;align-self:flex-start}.message.sent{background:#29abe2;align-self:flex-end}.msg-dots{display:flex;gap:2px;align-items:center}.msg-dots span{width:3px;height:3px;background:#666;border-radius:50%}.message.sent .msg-dots span{background:white}.orbit-container{position:absolute;top:50%;left:50%;width:0;height:0;transform-style:preserve-3d;perspective:600px}.paper-plane{position:absolute;animation:orbit3d 3s linear infinite;transform-origin:center center;filter:drop-shadow(0 2px 4px rgba(41,171,226,.3))}.trail-dot{opacity:0}.trail-dot-1{animation:trailDot 3s linear infinite;animation-delay:-.375s}.trail-dot-2{animation:trailDot 3s linear infinite;animation-delay:-.75s}.trail-dot-3{animation:trailDot 3s linear infinite;animation-delay:-1.125s}.trail-dot-4{animation:trailDot 3s linear infinite;animation-delay:-1.5s}.trail-dot-5{animation:trailDot 3s linear infinite;animation-delay:-1.875s}.trail-dot-6{animation:trailDot 3s linear infinite;animation-delay:-2.25s}.trail-dot-7{animation:trailDot 3s linear infinite;animation-delay:-2.625s}.trail-dot-8{animation:trailDot 3s linear infinite;animation-delay:-2.925s}@keyframes orbit3d{0%{transform:translate(-12px,-12px) rotateY(0deg) rotateX(-20deg) translateX(85px) rotate(90deg);z-index:3}25%{transform:translate(-12px,-12px) rotateY(90deg) rotateX(-20deg) translateX(85px) rotate(180deg);z-index:1}50%{transform:translate(-12px,-12px) rotateY(180deg) rotateX(-20deg) translateX(85px) rotate(270deg);z-index:3}75%{transform:translate(-12px,-12px) rotateY(270deg) rotateX(-20deg) translateX(85px) rotate(1turn);z-index:1}to{transform:translate(-12px,-12px) rotateY(1turn) rotateX(-20deg) translateX(85px) rotate(450deg);z-index:3}}@keyframes trailDot{0%{cx:185;cy:100;opacity:1}12.5%{cx:167;cy:65;opacity:.7}25%{cx:100;cy:50;opacity:.5}37.5%{cx:33;cy:65;opacity:.3}50%{cx:15;cy:100;opacity:.2}62.5%{cx:33;cy:135;opacity:.1}75%{cx:100;cy:150;opacity:0}87.5%{cx:167;cy:135;opacity:0}to{cx:185;cy:100;opacity:0}}@keyframes fadeInMessage{0%,33%,to{opacity:.3;transform:scale(.95)}16%{opacity:1;transform:scale(1)}}