*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f5f7f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.checkout-shell{min-height:100vh;background:#f5f7f5}.checkout-topbar{background:#fff;border-bottom:1px solid #e8f0eb;padding:0 2rem;height:64px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;box-shadow:0 1px 4px #0000000f}.checkout-logo{display:flex;align-items:center;gap:10px;font-size:1.15rem;font-weight:700;color:var(--primary);letter-spacing:-.3px}.checkout-logo-icon{width:32px;height:32px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1rem}.checkout-secure-badge{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#6b7280}.checkout-body{max-width:1100px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}@media (max-width: 900px){.checkout-body{grid-template-columns:1fr;padding:1.5rem 1rem 3rem}}.checkout-steps-wrap{margin-bottom:2rem}.section-card{background:#fff;border-radius:12px;border:1px solid #e8f0eb;box-shadow:0 1px 6px #0000000d;padding:1.75rem 2rem;margin-bottom:1.25rem}.section-title{font-size:1rem;font-weight:600;color:#111827;margin:0 0 1.25rem;display:flex;align-items:center;gap:8px}.section-title-icon{width:28px;height:28px;background:#f0faf4;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:.85rem}.order-summary-card{background:#fff;border-radius:12px;border:1px solid #e8f0eb;box-shadow:0 1px 6px #0000000d;position:sticky;top:84px;overflow:hidden}.order-summary-header{background:var(--primary);padding:1.25rem 1.5rem;color:#fff}.order-summary-header h3{margin:0;font-size:.95rem;font-weight:600;color:#fff;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.order-summary-body{padding:1.25rem 1.5rem}.line-item-row{display:flex;gap:12px;align-items:flex-start;padding:.85rem 0;border-bottom:1px solid #f3f4f6}.line-item-row:last-child{border-bottom:none}.line-item-img{width:60px;height:60px;object-fit:cover;border-radius:8px;border:1px solid #e8f0eb;flex-shrink:0}.line-item-img-placeholder{width:60px;height:60px;border-radius:8px;background:#f0faf4;border:1px solid #e8f0eb;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:1.2rem}.line-item-meta{flex:1;min-width:0}.line-item-title{font-size:.875rem;font-weight:600;color:#111827;line-height:1.3}.line-item-sub{font-size:.78rem;color:#6b7280;margin-top:2px}.line-item-price{font-size:.9rem;font-weight:600;color:#111827;white-space:nowrap}.summary-totals{border-top:2px solid #f3f4f6;margin-top:.5rem;padding-top:.75rem}.total-line{display:flex;justify-content:space-between;align-items:center;padding:.3rem 0;font-size:.875rem;color:#374151}.total-line.grand{font-size:1rem;font-weight:700;color:#111827;border-top:1px solid #e8f0eb;margin-top:.4rem;padding-top:.75rem}.upsell-item{display:flex;align-items:center;gap:14px;padding:1rem 0;border-bottom:1px solid #f3f4f6}.upsell-item:last-child{border-bottom:none}.order-success-wrap{text-align:center;padding:2rem 1rem}.order-id-box{background:#f0faf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem 1.25rem;display:inline-flex;align-items:center;gap:8px;font-size:.875rem;color:var(--primary);font-weight:500;margin:.5rem 0}.status-shell{min-height:100vh;background:#f5f7f5}.status-body{max-width:640px;margin:0 auto;padding:2.5rem 1.5rem 4rem}
