body,html{background-color:#f4f6f8;background-image:url(/assets/img_bg-Cp-q8tgs.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}#app{box-sizing:border-box;justify-content:center;align-items:center;width:100%;height:100%;min-height:100vh;display:flex}.checkout-container{box-sizing:border-box;z-index:10;width:100%;max-width:580px;padding:24px;position:relative}.checkout-card{-webkit-backdrop-filter:blur(20px);color:#0f172a;text-align:center;box-sizing:border-box;background:#f9f9f8;border:2px solid #fff;border-radius:36px;flex-direction:column;align-items:stretch;width:100%;padding:32px;display:flex;box-shadow:0 30px 60px #0000000d,0 10px 20px #00000005,inset 0 1px #fffc}.card-header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.skeleton-brand{flex-direction:column;align-items:flex-start;gap:6px;display:flex}.skeleton-line-1{background:#ececec;border-radius:20px;width:104px;height:12px;margin-bottom:6px}.skeleton-line-2{background:#ececec;border-radius:20px;width:54px;height:12px}.back-icon{object-fit:contain;width:36px;height:36px}.illustration-container{border-radius:20px;justify-content:center;align-items:center;width:100%;height:320px;margin-bottom:8px;display:flex;position:relative;overflow:visible}.bg{z-index:1;background:#f1f5f9;border-radius:20px;width:100%;height:240px;position:absolute;top:40px}.illustration-img{z-index:2;width:320px;height:320px;position:relative}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,4px)scale(.95)}to{opacity:1;transform:translate(-50%)scale(1)}}.state-container{flex-direction:column;align-items:center;margin-top:24px;display:flex}.state-title{color:#000;text-align:left;margin:0;font-size:28px;font-weight:600;line-height:28px}.error-title{color:#ec6b20}.progress-bar-container{justify-content:center;width:100%;margin-top:16px;display:flex}.progress-bar{background:#e2e8f0;border-radius:1.5px;width:80px;height:3px;overflow:hidden}.progress-line{background:#3b82f6;border-radius:1.5px;width:40%;height:100%;animation:1.4s ease-in-out infinite loadingProgress}@keyframes loadingProgress{0%{transform:translate(-100%)}to{transform:translate(250%)}}.error-icon-container{color:#ef4444;background:#fef2f2;border:1px solid #fee2e2;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:20px 0 16px;animation:.5s cubic-bezier(.175,.885,.32,1.275) forwards bounceIn;display:flex}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}to{opacity:1;transform:scale(1)}}.error-icon{width:28px;height:28px}.state-desc{color:#64748b;max-width:300px;margin:8px 0 24px;font-size:13px;line-height:1.6}.button-group{justify-content:center;width:100%;display:flex}.btn{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:12px;padding:12px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:all .2s;box-shadow:0 4px 12px #0f172a26}.btn:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 6px 16px #0f172a33}.btn:active{transform:translateY(1px)}.animate-fade-in{animation:.4s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
