.payment-status{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:100vh;width:100%;transition:all .3s ease}.payment-status-enterprise{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#ffffff!important;border-radius:12px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);border:1px solid #e5e7eb;color:#1a1a1a!important}.dark .payment-status-enterprise,[data-theme=dark] .payment-status-enterprise{background:#ffffff!important;color:#1a1a1a!important;border-color:#d1d5db!important}.dark .payment-status-enterprise :not(.enterprise-button):not(.enterprise-button *),[data-theme=dark] .payment-status-enterprise :not(.enterprise-button):not(.enterprise-button *){color:inherit!important}.dark .enterprise-button,.payment-status-enterprise .enterprise-button,[data-theme=dark] .enterprise-button{background-color:#000000!important;color:#ffffff!important;border-color:#000000!important}.dark .enterprise-button *,.payment-status-enterprise .enterprise-button *,[data-theme=dark] .enterprise-button *{color:#ffffff!important;fill:#ffffff!important}.dark .enterprise-button:hover,.payment-status-enterprise .enterprise-button:hover,[data-theme=dark] .enterprise-button:hover{background-color:#1a1a1a!important;border-color:#1a1a1a!important;transform:none!important}.dark .refresh-button,.dark .status-button,.dark .status-update-button,[data-theme=dark] .refresh-button,[data-theme=dark] .status-button,[data-theme=dark] .status-update-button{background-color:#000000!important;color:#ffffff!important;border-color:#000000!important}.dark .refresh-button *,.dark .status-button *,.dark .status-update-button *,[data-theme=dark] .refresh-button *,[data-theme=dark] .status-button *,[data-theme=dark] .status-update-button *{color:#ffffff!important;fill:#ffffff!important}.payment-status-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;max-width:100%}.payment-status .status-icon{transition:all .5s ease}.payment-status.pending .status-icon,.payment-status.processing .status-icon{animation:pulse 2s infinite}.payment-status.processing .status-icon{animation:spin 1.5s linear infinite}.payment-status.completed .status-icon{animation:checkmark-bounce .6s ease}.payment-status.failed .status-icon{animation:shake .6s ease}.enterprise-title,.status-title{font-size:28px;font-weight:600;margin-bottom:.5rem;color:#1a1a1a!important;transition:color .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.025em;text-align:center}.payment-status.completed .status-title{color:#16a34a!important}.payment-status.failed .status-title{color:#dc2626!important}.payment-status.pending .status-title,.payment-status.processing .status-title{color:#111827!important;font-size:32px;letter-spacing:-.03em;font-weight:700}.enterprise-subtitle,.status-message{font-size:15px;color:#6b7280!important;margin-bottom:1.5rem;max-width:400px;line-height:1.5;text-align:center}.status-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;width:100%!important;padding:.75rem 1.5rem!important;background-color:#000000!important;color:#ffffff!important;border:none!important;border-radius:3px!important;font-weight:500!important;font-size:15px!important;cursor:pointer!important;transition:background-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)!important;min-height:48px!important;transform:none!important}.status-button:hover{background-color:#1a1a1a!important;transform:none!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.refresh-button,.status-button:active,.status-update-button{transform:none!important;background-color:#000000!important}.refresh-button,.status-update-button{display:flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;width:100%!important;padding:.75rem 1.5rem!important;color:#ffffff!important;border:1px solid #000000!important;border-radius:3px!important;font-weight:500!important;font-size:15px!important;cursor:pointer!important;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)!important;margin-bottom:.75rem!important;min-height:48px!important}.refresh-button:hover,.status-update-button:hover:not(:disabled){background-color:#1a1a1a!important;border-color:#1a1a1a!important;transform:none!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.refresh-button:active,.status-update-button:active:not(:disabled){transform:none!important;background-color:#000000!important;border-color:#000000!important}.status-update-button:disabled{opacity:.5;cursor:not-allowed;transform:none;background-color:#9ca3af!important;border-color:#9ca3af}.refresh-button:focus-visible,.status-button:focus-visible,.status-update-button:focus-visible{outline:2px solid #000000;outline-offset:2px}.spinner{width:16px;height:16px;border:2px solid #ffffff;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes checkmark-bounce{0%{transform:scale(.5);opacity:0}50%{transform:scale(1.2);opacity:1}to{transform:scale(1);opacity:1}}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.payment-status-transition{transition:all .4s cubic-bezier(.4,0,.2,1)}.payment-status-enter{opacity:0;transform:translateY(20px)}.payment-status-enter-active,.payment-status-exit{opacity:1;transform:translateY(0)}.payment-status-exit-active{opacity:0;transform:translateY(-20px)}.enterprise-progress,.processing-progress{width:100%;max-width:320px;height:6px;background-color:#f3f4f6;border-radius:6px;overflow:hidden;margin:2rem 0;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.enterprise-progress-bar,.processing-progress-bar{height:100%;background:linear-gradient(90deg,#10b981,#34d399);animation:progress-slide 2s ease-in-out infinite,pulse-bar 2s ease-in-out infinite;box-shadow:0 0 10px rgba(16,185,129,.3)}@keyframes pulse-bar{0%,to{opacity:1}50%{opacity:.8}}.enterprise-transaction-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.1875rem;padding:1.5rem;margin:1.5rem 0;max-width:400px;width:100%}.enterprise-transaction-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e2e8f0}.enterprise-transaction-row:last-child{border-bottom:none}.enterprise-transaction-label{font-size:.875rem;color:#6b7280;font-weight:500}.enterprise-transaction-value{font-size:.875rem;color:#1f2937;font-weight:600;text-align:right}@keyframes progress-slide{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}@media (max-width:768px){.payment-status{padding:1.5rem;min-height:350px}.status-title{font-size:1.25rem}.status-message{font-size:.9rem}.payment-status-container{padding:1.5rem}}.unified-checkout-container .checkout-payment-form{display:flex;align-items:center;justify-content:center;padding:2rem;min-width:56%}.unified-checkout-container .checkout-payment-form .payment-status-enterprise{width:100%;height:100vh!important;padding:2rem;margin:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.enterprise-loading-animation{width:80px;height:80px;position:relative;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.5);backdrop-filter:blur(4px);border-radius:50%;box-shadow:0 4px 6px -1px rgba(0,0,0,.05),0 2px 4px -1px rgba(0,0,0,.03);margin-bottom:4px}@media (max-width:768px){.enterprise-loading-animation{margin-bottom:0}}.enterprise-loading-inner{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:#10b981;border-radius:50%;animation:spin 1s cubic-bezier(.55,.055,.675,.19) infinite;box-shadow:0 0 15px rgba(16,185,129,.15)}.enterprise-loading-animation:after{content:"";position:absolute;width:64px;height:64px;border:1px solid rgba(16,185,129,.15);border-radius:50%;animation:pulse 2s ease-in-out infinite}.enterprise-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:.5rem!important;width:100%!important;padding:.75rem 1.5rem!important;background-color:#000000!important;color:#ffffff!important;border:1px solid #000000!important;border-radius:3px!important;font-weight:500!important;font-size:15px!important;cursor:pointer!important;transition:background-color .2s cubic-bezier(.4,0,.2,1),border-color .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1)!important;min-height:48px!important;text-decoration:none!important;line-height:1.5!important;transform:none!important}.enterprise-button:hover{background-color:#1a1a1a!important;border-color:#1a1a1a!important;transform:none!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.enterprise-button:active{transform:none!important;background-color:#000000!important;border-color:#000000!important}.enterprise-button:focus-visible{outline:2px solid #000000!important;outline-offset:2px!important}.enterprise-button,.enterprise-button *,.enterprise-button span,.enterprise-button svg{color:#ffffff!important;fill:#ffffff!important}.enterprise-button svg{flex-shrink:0!important;width:16px!important;height:16px!important;margin-left:.25rem!important;display:inline-block!important;vertical-align:middle!important}.enterprise-button.status-update-button.status-update-button.status-update-button,:root:not(.dark) body .unified-checkout-container .payment-status-enterprise .enterprise-button.status-update-button{color:#ffffff!important;background-color:#000000!important;opacity:1!important;border:1px solid #000000!important;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)!important}.enterprise-button.status-update-button span{color:#ffffff!important}button.enterprise-button{color:#ffffff!important;background-color:#000000!important}button.enterprise-button:hover{color:#ffffff!important;background-color:#1a1a1a!important}.payment-status button.enterprise-button,.payment-status button.enterprise-button *,.payment-status-enterprise button.enterprise-button,.payment-status-enterprise button.enterprise-button *{color:#ffffff!important}.enterprise-button:hover,.payment-status button.enterprise-button:hover,.payment-status-enterprise button.enterprise-button:hover,.status-update-button:hover,button.enterprise-button.status-update-button:hover,button.enterprise-button:hover,button.status-update-button:hover{background-color:#1a1a1a!important;color:#ffffff!important;border-color:#1a1a1a!important}.enterprise-security-badge{background:white;padding:8px 16px;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.05);border:1px solid #f3f4f6;display:inline-flex!important;margin-top:1rem}