body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.spinner-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:28px}.spinner{animation:spin .72s linear infinite;border:3px solid #02dcd726;border-radius:50%;border-top-color:#02dcd7;filter:drop-shadow(0 0 6px rgba(2,220,215,.5));height:38px;width:38px}.spinner-message{color:#02dcd7;font-size:11px;font-weight:700;letter-spacing:1.5px;margin-top:12px;opacity:.8;text-align:center;text-transform:uppercase}@keyframes spin{to{transform:rotate(1turn)}}.hotfix-spinner-container{flex-direction:column;min-height:200px;text-align:center}.hotfix-spinner,.hotfix-spinner-container{align-items:center;display:flex;justify-content:center}.hotfix-spinner{color:#02dcd7;filter:drop-shadow(0 0 8px rgba(2,220,215,.6));font-family:Courier New,monospace;font-size:44px;font-weight:700;gap:6px;letter-spacing:4px}.hotfix-spinner span{animation:build-code 1.2s infinite;opacity:.2;transform:scale(.8)}.hotfix-spinner span:first-child{animation-delay:0s}.hotfix-spinner span:nth-child(2){animation-delay:.2s}.hotfix-spinner span:nth-child(3){animation-delay:.4s}.hotfix-spinner span:nth-child(4){animation-delay:.6s}.hotfix-spinner span:nth-child(5){animation-delay:.8s}@keyframes build-code{0%,to{opacity:.2;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.hotfix-spinner-message{animation:fade-msg 1.5s ease-in-out infinite;color:#02dcd7;font-family:inherit;font-size:11px;font-weight:700;letter-spacing:1.5px;margin-top:14px;opacity:.75;text-align:center;text-transform:uppercase}@keyframes fade-msg{0%,to{opacity:.5}50%{opacity:1}}