.payment-modal .ant-modal-content{border-radius:12px!important;padding:0!important;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)!important}.payment-modal.success-modal .ant-modal-content{border-top:4px solid #5ad042!important}.payment-modal.failed-modal .ant-modal-content{border-top:4px solid #ff4d4f!important}.payment-modal-content{padding:24px;display:flex;flex-direction:column;align-items:center}.icon-wrapper{margin-bottom:16px;animation:iconPopIn .6s cubic-bezier(.68,-.55,.265,1.55);animation-fill-mode:both}.icon-wrapper.failed,.icon-wrapper.success{animation-delay:.1s}@keyframes iconPopIn{0%{opacity:0;transform:scale(0) rotate(-180deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}.payment-icon{animation:pulseGlow 2s ease-in-out infinite}.success-icon{filter:drop-shadow(0 4px 12px rgba(90,208,66,.4))}.failed-icon{filter:drop-shadow(0 4px 12px rgba(255,77,79,.4))}@keyframes pulseGlow{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.payment-header{text-align:center;margin-bottom:12px;animation:fadeInUp .5s ease-out .3s;animation-fill-mode:both}.payment-title{font-family:var(--font-playfair-display),serif!important;font-size:24px!important;font-weight:800!important;margin-bottom:8px!important}.payment-title.success{color:#5ad042!important}.payment-title.failed{color:#ff4d4f!important}.payment-message{font-size:14px!important;color:#666!important;line-height:1.5!important;margin-bottom:0!important}.payment-divider{margin:16px 0!important;background-color:#e8e8e8!important}.order-details-section-compact{width:100%;animation:slideInUp .5s ease-out .4s;animation-fill-mode:both}.order-info-grid-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;background:#f8f8f8;padding:12px;border-radius:8px;margin-bottom:12px}.order-info-item-compact{display:flex;flex-direction:column;gap:2px}.info-label-compact{font-size:12px!important;color:#888!important;font-weight:400!important}.info-value-compact{font-size:13px!important;color:#111!important;font-weight:600!important}.info-value-compact.amount-compact{font-size:16px!important;color:#5ad042!important;font-weight:700!important}.order-items-preview-compact{background:#fff;border:1px solid #e8e8e8;border-radius:6px;padding:10px 12px}.items-list-compact{display:flex;flex-direction:column;gap:4px}.item-row-compact{display:flex;justify-content:space-between;align-items:center}.item-name-compact{font-size:13px!important;color:#111!important;font-weight:500!important}.item-quantity-compact{font-weight:400!important}.item-quantity-compact,.more-items-compact{font-size:12px!important;color:#888!important}.more-items-compact{font-style:italic;margin-top:2px}.failure-reason{width:100%;animation:slideInUp .5s ease-out .4s;animation-fill-mode:both;background:#fff2f0;border:1px solid #ffccc7;border-radius:8px;padding:16px}.failure-text{display:block;font-size:14px!important;color:#111!important;font-weight:600!important;margin-bottom:12px!important}.failure-reasons-list{margin:0;padding-left:20px;list-style-type:disc}.failure-reasons-list li{font-size:13px!important;color:#666!important;line-height:1.8!important;margin-bottom:4px}.payment-actions{width:100%;margin-top:12px;animation:fadeInUp .5s ease-out .5s;animation-fill-mode:both;display:flex;justify-content:center;gap:16px}.payment-action-btn{min-width:180px!important;height:44px!important;font-size:14px!important;font-weight:600!important;border-radius:26px!important;transition:all .3s ease!important}.payment-action-btn:hover{transform:translateY(-2px)!important;box-shadow:0 4px 16px rgba(0,0,0,.15)!important}.failed-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.failed-actions .payment-action-btn{min-width:160px!important}@media (max-width:768px){.payment-modal-content{padding:24px}.payment-title{font-size:24px!important}.order-info-grid{grid-template-columns:1fr;gap:10px}.failed-actions{flex-direction:column;align-items:center}.failed-actions .payment-action-btn{width:100%}}@media (max-width:480px){.payment-modal-content{padding:20px}.payment-title{font-size:22px!important}.payment-message{font-size:14px!important}.info-value.amount{font-size:16px!important}.payment-action-btn{min-width:100%!important;height:44px!important;font-size:14px!important}}.payment-pending-modal .ant-modal-content{border-radius:12px!important;padding:32px!important;box-shadow:0 8px 32px rgba(0,0,0,.15)!important;background:#fff!important}.payment-pending-modal .ant-modal-mask{backdrop-filter:blur(4px);background-color:rgba(0,0,0,.6)!important}.payment-pending-content{display:flex;flex-direction:column;align-items:center;text-align:center}.loader-wrapper{margin-bottom:24px;animation:fadeInScale .6s ease-out}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.payment-pending-header{margin-bottom:24px;animation:fadeInUp .7s ease-out .2s;animation-fill-mode:both}.payment-pending-title{font-family:var(--font-playfair-display),serif!important;font-size:26px!important;font-weight:800!important;color:#111!important;margin-bottom:12px!important}.payment-pending-message{display:block;font-size:15px!important;color:#111!important;font-weight:600!important;margin-bottom:8px!important}.payment-pending-submessage{display:block;font-size:13px!important;color:#888!important;font-style:italic}.order-info-mini{background:#f8f8f8;border-radius:8px;padding:12px 20px;margin-bottom:20px;width:100%;animation:slideInUp .7s ease-out .3s;animation-fill-mode:both}.order-label{display:block;font-size:12px!important;color:#888!important;font-weight:400!important;margin-bottom:4px!important}.order-value{display:block;font-size:16px!important;color:#111!important;font-weight:700!important;font-family:monospace}.status-indicator{display:flex;align-items:center;gap:10px;animation:fadeIn .7s ease-out .4s;animation-fill-mode:both}.pulse-dot{width:12px;height:12px;background:#5ad042;border-radius:50%;position:relative;animation:pulse 1.5s ease-in-out infinite}.pulse-dot:after,.pulse-dot:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border-radius:50%;background:inherit;opacity:.7;animation:pulse-ring 1.5s ease-out infinite}.pulse-dot:after{animation-delay:.5s}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.9}}@keyframes pulse-ring{0%{width:100%;height:100%;opacity:.7}to{width:300%;height:300%;opacity:0}}.status-text{font-size:14px!important;color:#666!important;font-weight:500!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width:768px){.payment-pending-modal .ant-modal-content{padding:24px!important}.payment-pending-title{font-size:22px!important}.order-value,.payment-pending-message,.payment-pending-submessage{font-size:14px!important}}@media (max-width:480px){.payment-pending-modal .ant-modal-content{padding:20px!important}.payment-pending-title{font-size:20px!important}.loader-wrapper .anticon{font-size:48px!important}}