.checkout-page{background:linear-gradient(180deg,#f8f9fa,#e8ecf1);min-height:100vh;padding-bottom:48px}.checkout-header{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;margin-bottom:32px;padding:32px 24px;text-align:center}.checkout-header-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:8px;justify-content:center;margin-bottom:8px}.checkout-header-tagline{font-size:.875rem;opacity:.9}.checkout-header-timer{align-items:center;background:#ffffff26;border-radius:20px;display:inline-flex;font-size:.875rem;gap:8px;margin-top:16px;padding:8px 16px}.checkout-header-timer.warning{background:#ffc1074d}.checkout-header-timer.danger{background:#f443364d}.payment-provider-card{border:2px solid #0000;cursor:pointer;transition:all .3s ease}.payment-provider-card:hover{box-shadow:0 8px 24px #00000026;transform:translateY(-2px)}.payment-provider-card.selected{background:#d6e8fa;border-color:#1976d2}.payment-provider-card .provider-logo{height:40px;object-fit:contain}.payment-provider-card .provider-name{font-weight:600;margin-top:8px}.address-form .address-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}@media(max-width:600px){.address-form .address-grid{grid-template-columns:1fr}}.address-form .address-grid .full-width{grid-column:1/-1}.order-items .order-item{border-bottom:1px solid #e0e0e0;display:flex;gap:16px;padding:16px 0}.order-items .order-item:last-child{border-bottom:none}.order-items .order-item-image{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;height:80px;justify-content:center;width:80px}.order-items .order-item-image img{max-height:100%;max-width:100%;object-fit:contain}.order-items .order-item-image .placeholder-icon{color:#999;font-size:32px}.order-items .order-item-details{flex:1 1}.order-items .order-item-details h4{font-weight:600;margin-bottom:4px}.order-items .order-item-details .item-type{color:#666;font-size:.75rem;margin-bottom:4px;text-transform:uppercase}.order-items .order-item-details .item-quantity{color:#666;font-size:.875rem}.order-items .order-item-price{font-size:1.125rem;font-weight:600;text-align:right}.dummy-payment-form .card-preview{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:24px;overflow:hidden;padding:24px;position:relative}.dummy-payment-form .card-preview:before{background:radial-gradient(circle,#ffffff1a 0,#0000 50%);content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.dummy-payment-form .card-preview .card-chip{background:linear-gradient(135deg,gold,#ffb700);border-radius:8px;height:40px;margin-bottom:24px;width:50px}.dummy-payment-form .card-preview .card-number{font-family:monospace;font-size:1.5rem;letter-spacing:4px;margin-bottom:24px}.dummy-payment-form .card-preview .card-info{display:flex;justify-content:space-between}.dummy-payment-form .card-preview .card-info .card-expiry label,.dummy-payment-form .card-preview .card-info .card-holder label{display:block;font-size:.625rem;margin-bottom:4px;opacity:.8;text-transform:uppercase}.dummy-payment-form .card-preview .card-info .card-expiry span,.dummy-payment-form .card-preview .card-info .card-holder span{font-size:.875rem}.dummy-payment-form .test-cards-info{background:#bae6fe;border:1px solid #6ecbfe;border-radius:8px;margin-top:24px;padding:16px}.dummy-payment-form .test-cards-info h4{align-items:center;color:#0288d1;display:flex;font-size:.875rem;gap:8px;margin-bottom:8px}.dummy-payment-form .test-cards-info .test-card{color:#1a1a2e;font-family:monospace;font-size:.875rem;padding:4px 0}.confirmation-page{margin:0 auto;max-width:600px;padding:48px 24px}.confirmation-page .confirmation-card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:48px 32px;text-align:center}.confirmation-page .confirmation-card .checkmark{align-items:center;background:linear-gradient(135deg,#4caf50,#2e7d32);border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto 24px;width:100px}.confirmation-page .confirmation-card .checkmark svg{color:#fff;font-size:48px}.confirmation-page .confirmation-card h1{font-size:1.75rem;margin-bottom:8px}.confirmation-page .confirmation-card .transaction-id{color:#666;margin-bottom:32px}.confirmation-page .order-details{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-top:24px;padding:24px}.checkout-stepper{margin-bottom:32px}.checkout-stepper .step{align-items:center;display:flex;gap:12px}.checkout-stepper .step-number{align-items:center;background:#e0e0e0;border-radius:50%;color:#666;display:flex;font-weight:600;height:36px;justify-content:center;transition:all .3s ease;width:36px}.checkout-stepper .step-number.active{background:#1976d2;color:#fff}.checkout-stepper .step-number.completed{background:#2e7d32;color:#fff}.checkout-stepper .step-label{font-weight:500}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:#1976d2;text-decoration:none;transition:color .15s ease}a:hover{color:#145ca4}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:24px;width:100%}@media(max-width:768px){.main-content{padding:16px}}.page-header{margin-bottom:32px;text-align:center}.page-header h1{color:#1a1a2e;font-size:2rem;font-weight:700;margin-bottom:8px}.page-header p{color:#666;font-size:1rem}.card{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin-bottom:24px;padding:24px}.card-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.card-header h2{font-size:1.25rem;font-weight:600}.card-body{padding:0}.status-badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.75rem;font-weight:600;padding:6px 12px;text-transform:uppercase}.status-badge--pending{background:#fecca3;color:#ed6c02}.status-badge--processing{background:#a1ddfe;color:#0288d1}.status-badge--completed{background:#c2e8c4;color:#2e7d32}.status-badge--failed{background:#f2c2c2;color:#d32f2f}.loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px}.loading-text{color:#666;font-size:.875rem}.error-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:300px;padding:48px;text-align:center}.error-state .error-icon{color:#d32f2f;font-size:64px}.error-state h3{color:#1a1a2e;font-size:1.5rem}.error-state p{color:#666;max-width:400px}.success-state{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:16px;justify-content:center;padding:48px;text-align:center}.success-state .success-icon{color:#2e7d32;font-size:80px}.success-state h2{color:#1a1a2e;font-size:1.75rem}.success-state p{color:#666;max-width:400px}.form-section{margin-bottom:32px}.form-section-title{color:#1a1a2e;font-size:1.125rem;font-weight:600;margin-bottom:16px}.price-summary{background:#fff;background:#f8f9fa;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:24px}.price-summary-row{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:12px 0}.price-summary-row:last-child{border-bottom:none}.price-summary-row.total{border-top:2px solid #e0e0e0;font-size:1.25rem;font-weight:700;margin-top:8px;padding-top:16px}.price-summary-label{color:#666}.price-summary-value{font-weight:600}.payment-methods .payment-tab{align-items:center;display:flex;gap:8px}.payment-methods .payment-tab img{height:24px}.checkout-url{background:#fff;background:linear-gradient(135deg,#f8f9fa,#e8f4fd);border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:32px;text-align:center}.checkout-url-label{color:#666;font-size:.875rem;margin-bottom:12px}.checkout-url-value{align-items:center;background:#fff;border:2px dashed #1976d2;border-radius:8px;color:#1976d2;display:flex;font-family:monospace;font-size:.875rem;gap:12px;justify-content:center;padding:16px;word-break:break-all}.checkout-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 400px}@media(max-width:968px){.checkout-grid{grid-template-columns:1fr}}.fade-in{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.slide-up{animation:slideUp .4s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.b9afc6f5.css.map*/