.ticket-loader{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ticket-loader-box{background:#e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:120px;height:120px;display:flex}.ticket-loader-icon{width:44px;height:44px;animation:1.6s ease-in-out infinite ticket-pulse;transform:rotate(-20deg)}.ticket-loader-text{color:#6b7280;letter-spacing:.01em;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;font-size:13px;font-weight:400}@keyframes ticket-pulse{0%,to{opacity:1;transform:rotate(-20deg)scale(1)}50%{opacity:.6;transform:rotate(-20deg)scale(.92)}}
