.processing-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:340px;padding:50px 30px;background:linear-gradient(160deg,#0f1729,#131d36,#0d1425);border-radius:16px;position:relative;overflow:hidden}.processing-screen:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.processing-lines{width:100%;max-width:480px;position:relative;z-index:1}.processing-line{display:flex;align-items:flex-start;gap:14px;margin-bottom:28px;opacity:0;transform:translateY(6px);transition:opacity .4s ease,transform .4s ease}.processing-line.visible{opacity:1;transform:translateY(0)}.processing-line.completed .processing-check{opacity:1;transform:scale(1)}.processing-line.completed .processing-text{color:#ffffff73}.processing-check{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:#4ade8026;display:flex;align-items:center;justify-content:center;margin-top:1px;opacity:0;transform:scale(.5);transition:opacity .3s ease,transform .3s cubic-bezier(.34,1.56,.64,1)}.processing-check svg{width:12px;height:12px}.processing-text{font-family:JetBrains Mono,SF Mono,Fira Code,Consolas,Monaco,monospace;font-size:13.5px;line-height:1.5;letter-spacing:.02em;color:#fffc;transition:color .4s ease}.processing-dots{display:inline-flex;gap:3px;margin-left:4px;vertical-align:middle}.processing-dots span{width:3px;height:3px;border-radius:50%;background:#d4af37b3;animation:procDotPulse 1s ease-in-out infinite}.processing-dots span:nth-child(2){animation-delay:.15s}.processing-dots span:nth-child(3){animation-delay:.3s}@keyframes procDotPulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}.processing-progress{width:100%;max-width:480px;height:2px;background:#ffffff0f;border-radius:1px;margin-top:12px;overflow:hidden;position:relative;z-index:1}.processing-progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#d4af37,#ff6b6b);border-radius:1px;transition:width .1s linear}.processing-screen.fade-out{opacity:0;transition:opacity .25s ease}@media(max-width:600px){.processing-screen{padding:40px 20px;min-height:280px}.processing-text{font-size:12.5px}.processing-line{margin-bottom:22px}}
/*# sourceMappingURL=/cdn/shop/t/47/assets/quiz-processing.css.map */
