.CheckoutSheet-module__uPlWxG__checkoutOverlay{-webkit-backdrop-filter:blur(12px);z-index:1000;opacity:0;background-color:#0f0d0aa6;justify-content:center;align-items:flex-end;animation:.4s cubic-bezier(.16,1,.3,1) forwards CheckoutSheet-module__uPlWxG__fadeIn;display:flex;position:fixed;inset:0}@keyframes CheckoutSheet-module__uPlWxG__fadeIn{to{opacity:1}}.CheckoutSheet-module__uPlWxG__checkoutPanel{background-color:var(--ivory-new,#f9f5ef);width:100%;max-width:520px;max-height:92vh;box-shadow:var(--shadow-lg,0 10px 40px #0003);border:1px solid var(--border,#e8e0d4);border-bottom:none;border-top-left-radius:12px;border-top-right-radius:12px;flex-direction:column;animation:.5s cubic-bezier(.16,1,.3,1) forwards CheckoutSheet-module__uPlWxG__slideUpSheet;display:flex;position:relative;overflow:hidden;transform:translateY(100%)}@keyframes CheckoutSheet-module__uPlWxG__slideUpSheet{to{transform:translateY(0)}}.CheckoutSheet-module__uPlWxG__panelContent{scroll-behavior:smooth;flex:1;padding:30px 30px 50px;overflow-y:auto}.CheckoutSheet-module__uPlWxG__closeBtn{color:var(--charcoal,#1a1a1a);cursor:pointer;z-index:10;transition:transform var(--transition-fast),color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:20px;right:20px}.CheckoutSheet-module__uPlWxG__closeBtn:hover{color:var(--gold-dark,#9a7b2f);transform:rotate(90deg)}.CheckoutSheet-module__uPlWxG__stepIndicator{justify-content:space-between;align-items:center;max-width:200px;margin-bottom:24px;margin-left:auto;margin-right:auto;display:flex;position:relative}.CheckoutSheet-module__uPlWxG__stepIndicator:before{content:"";background-color:var(--border,#e8e0d4);z-index:1;height:1px;position:absolute;top:50%;left:0;right:0}.CheckoutSheet-module__uPlWxG__progressLine{background-color:var(--gold,#d4a843);z-index:2;height:1px;transition:width var(--transition-base);position:absolute;top:50%;left:0}.CheckoutSheet-module__uPlWxG__stepDot{background-color:var(--ivory-new,#f9f5ef);border:1px solid var(--border,#e8e0d4);width:24px;height:24px;font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);z-index:3;transition:all var(--transition-base);border-radius:50%;justify-content:center;align-items:center;font-size:10px;font-weight:600;display:flex}.CheckoutSheet-module__uPlWxG__stepDotActive{background-color:var(--gold,#d4a843);border-color:var(--gold,#d4a843);color:var(--ivory,#faf9f6);box-shadow:0 0 10px #d4a84366}.CheckoutSheet-module__uPlWxG__stepDotCompleted{background-color:var(--maroon,#5c0a0a);border-color:var(--maroon,#5c0a0a);color:var(--ivory,#faf9f6)}.CheckoutSheet-module__uPlWxG__orderStrip{background:#fff;border:none;border-radius:14px;gap:14px;margin-bottom:20px;padding:18px;display:flex;box-shadow:0 4px 12px #0000000a,0 1px 2px #0000000f}.CheckoutSheet-module__uPlWxG__stripThumb{border:1px solid var(--border,#e8e0d4);background-color:#eee;flex-shrink:0;width:60px;height:75px;position:relative}.CheckoutSheet-module__uPlWxG__stripThumb img{object-fit:cover}.CheckoutSheet-module__uPlWxG__stripDetails{flex-direction:column;flex:1;justify-content:center;display:flex}.CheckoutSheet-module__uPlWxG__stripName{font-family:var(--font-display,serif);color:var(--charcoal,#1a1a1a);letter-spacing:.5px;margin:0 0 4px;font-size:16px;font-weight:400}.CheckoutSheet-module__uPlWxG__stripMeta{font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:1px;color:var(--muted,#7a7168);margin-bottom:4px;font-size:11px}.CheckoutSheet-module__uPlWxG__stripPrice{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);font-size:15px;font-weight:600}.CheckoutSheet-module__uPlWxG__stepTitle{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);letter-spacing:.5px;text-align:center;margin:0 0 8px;font-size:22px;font-weight:400}.CheckoutSheet-module__uPlWxG__stepSubtitle{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);text-align:center;margin-bottom:24px;font-size:13px}.CheckoutSheet-module__uPlWxG__form{flex-direction:column;gap:16px;display:flex}.CheckoutSheet-module__uPlWxG__formGroup{flex-direction:column;gap:6px;display:flex}.CheckoutSheet-module__uPlWxG__formGroup label{font-family:var(--font-sans,sans-serif);text-transform:none;letter-spacing:.2px;color:var(--muted,#7a7168);margin-bottom:2px;font-size:12px;font-weight:600}.CheckoutSheet-module__uPlWxG__input,.CheckoutSheet-module__uPlWxG__textarea{width:100%;height:50px;font-family:var(--font-sans,sans-serif);color:var(--charcoal,#1a1a1a);box-sizing:border-box;background-color:#ffffffb3;border:1px solid #d4a84340;border-radius:8px;outline:none;padding:0 16px;font-size:14px;transition:all .3s;box-shadow:inset 0 2px 4px #00000003}.CheckoutSheet-module__uPlWxG__textarea{resize:none;min-height:90px;padding:12px 16px}.CheckoutSheet-module__uPlWxG__input:focus,.CheckoutSheet-module__uPlWxG__textarea:focus{border-color:var(--gold,#d4a843);background-color:#fff;box-shadow:0 0 0 4px #d4a8431f}.CheckoutSheet-module__uPlWxG__inputError{border-color:#9a2f2f!important;box-shadow:0 0 0 4px #9a2f2f1a!important}.CheckoutSheet-module__uPlWxG__errorText{font-family:var(--font-sans,sans-serif);color:#9a2f2f;margin-top:2px;font-size:11px}.CheckoutSheet-module__uPlWxG__inlineFields{grid-template-columns:1fr 1fr;gap:16px;display:grid}.CheckoutSheet-module__uPlWxG__submitBtn{background-color:var(--maroon,#5c0a0a);width:100%;height:56px;color:var(--ivory,#faf9f6);font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;margin-top:10px;font-size:13px;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #5c0a0a33}.CheckoutSheet-module__uPlWxG__submitBtn:hover:not(:disabled){background-color:#4a0808;transform:translateY(-1px);box-shadow:0 6px 16px #5c0a0a4d}.CheckoutSheet-module__uPlWxG__submitBtn:disabled{background-color:var(--gray-400,#a3a3a3);box-shadow:none;cursor:not-allowed;transform:none}.CheckoutSheet-module__uPlWxG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite CheckoutSheet-module__uPlWxG__spin}.CheckoutSheet-module__uPlWxG__heroAmount{text-align:center;margin-bottom:20px}.CheckoutSheet-module__uPlWxG__heroAmount span{color:var(--maroon);font-size:28px;font-weight:700;line-height:1}.CheckoutSheet-module__uPlWxG__desktopHide{display:none}@keyframes CheckoutSheet-module__uPlWxG__spin{to{transform:rotate(360deg)}}.CheckoutSheet-module__uPlWxG__orderIdDisplay{text-align:center;margin:16px 0}.CheckoutSheet-module__uPlWxG__orderIdDisplay h3{font-family:var(--font-sans,sans-serif);letter-spacing:2px;color:var(--muted,#7a7168);margin:0;font-size:10px;font-weight:600}.CheckoutSheet-module__uPlWxG__orderIdVal{font-family:var(--font-display,serif);color:var(--gold-dark,#9a7b2f);letter-spacing:1px;margin:4px 0 0;font-size:26px;font-weight:400}.CheckoutSheet-module__uPlWxG__qrContainer{border:1px solid var(--border,#e8e0d4);max-width:240px;box-shadow:var(--shadow-sm);background-color:#fff;justify-content:center;align-items:center;margin:0 auto 20px;padding:16px;display:flex}.CheckoutSheet-module__uPlWxG__qrImage{max-width:100%;height:auto;display:block}.CheckoutSheet-module__uPlWxG__upiInfoStrip{background-color:var(--ivory-warm,#f5f0eb);border:1px solid var(--border,#e8e0d4);font-family:var(--font-sans,sans-serif);justify-content:space-between;align-items:center;margin-bottom:20px;padding:12px 16px;display:flex}.CheckoutSheet-module__uPlWxG__upiIdLabel{color:var(--muted,#7a7168);font-size:11px;font-weight:500}.CheckoutSheet-module__uPlWxG__upiIdValue{color:var(--charcoal,#1a1a1a);font-family:monospace;font-size:13px;font-weight:600}.CheckoutSheet-module__uPlWxG__copyUpiBtn{cursor:pointer;color:var(--gold-dark,#9a7b2f);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.CheckoutSheet-module__uPlWxG__copyUpiBtn:hover{color:var(--maroon,#5c0a0a)}.CheckoutSheet-module__uPlWxG__deepLinksGrid{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:24px;display:grid}.CheckoutSheet-module__uPlWxG__deepLinkCta{border:1px solid var(--border,#e8e0d4);height:44px;font-family:var(--font-sans,sans-serif);color:var(--charcoal,#1a1a1a);transition:all var(--transition-fast);background-color:#fff;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.CheckoutSheet-module__uPlWxG__deepLinkCta:hover{border-color:var(--gold,#d4a843);background-color:var(--ivory-new,#f9f5ef)}.CheckoutSheet-module__uPlWxG__uploadZone{border:2px dashed var(--border,#e8e0d4);text-align:center;cursor:pointer;transition:border-color var(--transition-fast),background-color var(--transition-fast);background-color:#fff;margin-bottom:20px;padding:24px}.CheckoutSheet-module__uPlWxG__uploadZoneActive{border-color:var(--gold,#d4a843);background-color:var(--ivory-warm,#f5f0eb)}.CheckoutSheet-module__uPlWxG__uploadIcon{color:var(--gold-dark,#9a7b2f);margin-bottom:8px}.CheckoutSheet-module__uPlWxG__uploadText{font-family:var(--font-sans,sans-serif);color:var(--charcoal,#1a1a1a);margin:0 0 4px;font-size:12px;font-weight:500}.CheckoutSheet-module__uPlWxG__uploadSubtext{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);margin:0;font-size:10px}.CheckoutSheet-module__uPlWxG__previewContainer{border:1px solid var(--border,#e8e0d4);max-width:100%;max-height:180px;margin-top:12px;position:relative;overflow:hidden}.CheckoutSheet-module__uPlWxG__screenshotPreview{object-fit:contain;width:100%;height:auto;max-height:180px;display:block}.CheckoutSheet-module__uPlWxG__removeFileBtn{color:#fff;cursor:pointer;background-color:#0f0d0acc;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:8px;right:8px}.CheckoutSheet-module__uPlWxG__trustText{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);text-align:center;margin-top:16px;font-size:11px;line-height:1.4}.CheckoutSheet-module__uPlWxG__confirmationContainer{text-align:center;flex-direction:column;align-items:center;padding:10px 0;display:flex}.CheckoutSheet-module__uPlWxG__successIconWrapper{margin-bottom:20px}.CheckoutSheet-module__uPlWxG__successCircle{background-color:var(--ivory-warm,#f5f0eb);border:2px solid var(--gold,#d4a843);width:72px;height:72px;color:var(--gold,#d4a843);border-radius:50%;justify-content:center;align-items:center;animation:2s infinite CheckoutSheet-module__uPlWxG__pulseGold;display:flex}@keyframes CheckoutSheet-module__uPlWxG__pulseGold{0%{box-shadow:0 0 #d4a84366}70%{box-shadow:0 0 0 15px #d4a84300}to{box-shadow:0 0 #d4a84300}}.CheckoutSheet-module__uPlWxG__checkIcon{stroke-width:2.5px}.CheckoutSheet-module__uPlWxG__confirmationTitle{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);letter-spacing:.5px;margin:0 0 8px;font-size:24px;font-weight:400}.CheckoutSheet-module__uPlWxG__confirmationText{font-family:var(--font-sans,sans-serif);color:var(--charcoal,#1a1a1a);margin:0 0 24px;font-size:14px;line-height:1.5}.CheckoutSheet-module__uPlWxG__orderIdBox{border:1px solid var(--border,#e8e0d4);box-sizing:border-box;background-color:#fff;flex-direction:column;align-items:center;width:100%;margin-bottom:24px;padding:12px 24px;display:flex}.CheckoutSheet-module__uPlWxG__orderIdLabel{font-family:var(--font-sans,sans-serif);letter-spacing:2px;color:var(--muted,#7a7168);margin-bottom:4px;font-size:9px;font-weight:600}.CheckoutSheet-module__uPlWxG__orderIdRow{align-items:center;gap:12px;display:flex}.CheckoutSheet-module__uPlWxG__orderIdValue{font-family:var(--font-display,serif);color:var(--gold-dark,#9a7b2f);letter-spacing:1px;font-size:22px;font-weight:400}.CheckoutSheet-module__uPlWxG__copyButton{cursor:pointer;color:var(--muted,#7a7168);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex}.CheckoutSheet-module__uPlWxG__copyButton:hover{color:var(--gold-dark,#9a7b2f)}.CheckoutSheet-module__uPlWxG__copiedText{font-family:var(--font-sans,sans-serif);color:#2e7d32;text-transform:uppercase;font-size:10px;font-weight:600}.CheckoutSheet-module__uPlWxG__statusReassurance{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);margin-bottom:30px;font-size:13px;line-height:1.5}.CheckoutSheet-module__uPlWxG__actionButtons{flex-direction:column;gap:12px;width:100%;display:flex}.CheckoutSheet-module__uPlWxG__whatsappCtaButton{color:#fff;height:52px;font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:2px;transition:background-color var(--transition-fast);background-color:#25d366;justify-content:center;align-items:center;gap:8px;font-size:11px;font-weight:600;text-decoration:none;display:flex}.CheckoutSheet-module__uPlWxG__whatsappCtaButton:hover{background-color:#20ba5a}.CheckoutSheet-module__uPlWxG__waIcon{fill:#fff;stroke:none}.CheckoutSheet-module__uPlWxG__continueBrowsingButton{color:var(--charcoal,#1a1a1a);border:1px solid var(--border,#e8e0d4);height:52px;font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:2px;cursor:pointer;transition:all var(--transition-fast);background-color:#0000;font-size:11px;font-weight:600}.CheckoutSheet-module__uPlWxG__continueBrowsingButton:hover{border-color:var(--gold,#d4a843);background-color:#fff}.CheckoutSheet-module__uPlWxG__formCompact{flex-direction:column;gap:14px;display:flex}.CheckoutSheet-module__uPlWxG__compactHeader{border-bottom:1px solid #d4a8434d;justify-content:space-between;align-items:flex-end;padding-bottom:10px;display:flex}.CheckoutSheet-module__uPlWxG__stepTitleCompact{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);letter-spacing:.5px;margin:0;font-size:18px;font-weight:400}.CheckoutSheet-module__uPlWxG__orderIdBadge{font-family:var(--font-sans,sans-serif);color:var(--gold-dark,#9a7b2f);text-transform:uppercase;letter-spacing:1px;font-size:10px;font-weight:600}.CheckoutSheet-module__uPlWxG__compactSummary{background-color:#fff9;border:1px solid #d4a84333;border-radius:8px;gap:16px;padding:12px 16px;display:flex;box-shadow:0 2px 8px #00000005}.CheckoutSheet-module__uPlWxG__compactSummaryThumb{border-radius:4px;flex-shrink:0;width:44px;height:55px;position:relative;overflow:hidden;box-shadow:0 2px 6px #0000001a}.CheckoutSheet-module__uPlWxG__compactSummaryThumb img{object-fit:cover}.CheckoutSheet-module__uPlWxG__compactSummaryDetails{flex-direction:column;flex:1;justify-content:center;display:flex}.CheckoutSheet-module__uPlWxG__compactSummaryRow{justify-content:space-between;margin-bottom:6px;display:flex}.CheckoutSheet-module__uPlWxG__compactSummaryTitle{font-family:var(--font-display,serif);color:var(--charcoal,#1a1a1a);letter-spacing:.5px;font-size:14px;font-weight:400}.CheckoutSheet-module__uPlWxG__compactSummaryPrice{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);font-size:14px;font-weight:600}.CheckoutSheet-module__uPlWxG__compactSummaryAddress{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);letter-spacing:.3px;cursor:pointer;justify-content:space-between;align-items:flex-start;width:100%;font-size:11px;transition:all .2s;display:flex}.CheckoutSheet-module__uPlWxG__addressTextWrapper{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.CheckoutSheet-module__uPlWxG__addressExpanded .CheckoutSheet-module__uPlWxG__addressTextWrapper{white-space:normal;word-break:break-word;overflow:visible}.CheckoutSheet-module__uPlWxG__chevronIcon{flex-shrink:0;margin-top:1px;margin-left:6px}.CheckoutSheet-module__uPlWxG__paymentActionBox{background:#fff;border:none;border-radius:14px;flex-direction:column;gap:18px;padding:20px;display:flex;box-shadow:0 4px 12px #0000000a}.CheckoutSheet-module__uPlWxG__qrShareCol{border-right:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:10px;width:100%;padding-right:0;display:flex}.CheckoutSheet-module__uPlWxG__smallQr{background:#fff;border:1px solid #ece5d8;border-radius:12px;width:190px;height:190px;padding:5px}.CheckoutSheet-module__uPlWxG__shareBtn{font-family:var(--font-sans,sans-serif);color:var(--gold-dark,#9a7b2f);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:4px;font-size:10px;font-weight:600;transition:color .2s;display:flex}.CheckoutSheet-module__uPlWxG__shareBtn:hover{color:var(--maroon,#5c0a0a)}.CheckoutSheet-module__uPlWxG__upiActionCol{flex-direction:column;flex:1;justify-content:space-between;display:flex}.CheckoutSheet-module__uPlWxG__amountDisplay{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.CheckoutSheet-module__uPlWxG__amountLabel{font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:1.5px;color:var(--muted,#7a7168);font-size:10px;font-weight:600}.CheckoutSheet-module__uPlWxG__amountValue{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);font-size:18px;font-weight:600}.CheckoutSheet-module__uPlWxG__payAppBtn{border:1px solid var(--gold,#d4a843);color:var(--maroon,#5c0a0a);font-family:var(--font-sans,sans-serif);background-color:#fff;border-radius:4px;justify-content:center;align-items:center;gap:8px;height:40px;margin-bottom:10px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 2px 8px #d4a8431a}.CheckoutSheet-module__uPlWxG__payAppBtn:hover{background-color:var(--ivory-warm,#f5f0eb)}.CheckoutSheet-module__uPlWxG__upiIdCompact{background:var(--ivory-new,#f9f5ef);border:1px solid #d4a84333;border-radius:4px;justify-content:space-between;align-items:center;padding:6px 10px;display:flex}.CheckoutSheet-module__uPlWxG__upiIdCompactVal{color:var(--charcoal,#1a1a1a);font-family:monospace;font-size:11px}.CheckoutSheet-module__uPlWxG__copyBtnCompact{cursor:pointer;color:var(--gold-dark,#9a7b2f);background:0 0;border:none;align-items:center;padding:2px;transition:color .2s;display:flex}.CheckoutSheet-module__uPlWxG__copyBtnCompact:hover{color:var(--maroon,#5c0a0a)}.CheckoutSheet-module__uPlWxG__compactUploadZone{border:1px dashed var(--gold,#d4a843);cursor:pointer;text-align:center;background-color:#ffffffb3;border-radius:8px;padding:14px;transition:all .2s}.CheckoutSheet-module__uPlWxG__compactUploadZone:hover,.CheckoutSheet-module__uPlWxG__uploadZoneActive{background-color:#fff;box-shadow:0 2px 12px #d4a84326}.CheckoutSheet-module__uPlWxG__compactUploadContent{justify-content:center;align-items:center;gap:10px;display:flex}.CheckoutSheet-module__uPlWxG__compactUploadIcon{color:var(--gold-dark,#9a7b2f)}.CheckoutSheet-module__uPlWxG__compactUploadText{font-family:var(--font-sans,sans-serif);color:var(--charcoal,#1a1a1a);letter-spacing:.5px;font-size:12px;font-weight:500}.CheckoutSheet-module__uPlWxG__compactPreviewContainer{justify-content:center;align-items:center;gap:12px;display:flex}.CheckoutSheet-module__uPlWxG__compactScreenshotPreview{border:1px solid var(--border,#e8e0d4);border-radius:4px;width:auto;height:36px;box-shadow:0 2px 6px #0000001a}.CheckoutSheet-module__uPlWxG__previewSuccessText{font-family:var(--font-sans,sans-serif);color:#2e7d32;font-size:12px;font-weight:600}.CheckoutSheet-module__uPlWxG__compactRemoveBtn{background:var(--ivory-warm,#f5f0eb);border:1px solid var(--border,#e8e0d4);cursor:pointer;width:24px;height:24px;color:var(--maroon,#5c0a0a);border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.CheckoutSheet-module__uPlWxG__compactRemoveBtn:hover{color:#fff;background:#9a2f2f;border-color:#9a2f2f}.CheckoutSheet-module__uPlWxG__trustTextCompact{font-family:var(--font-sans,sans-serif);color:var(--muted,#7a7168);text-align:center;letter-spacing:.3px;margin:0;font-size:10px}.CheckoutSheet-module__uPlWxG__formCompact .CheckoutSheet-module__uPlWxG__submitBtn{height:48px;margin-top:2px}.CheckoutSheet-module__uPlWxG__scanHeading{letter-spacing:2px;text-transform:uppercase;color:var(--gold-dark);text-align:center;margin-bottom:20px;font-size:14px;font-weight:600}@media (min-width:768px){.CheckoutSheet-module__uPlWxG__checkoutOverlay{justify-content:center;align-items:center}.CheckoutSheet-module__uPlWxG__checkoutPanel{border:1px solid var(--border,#e8e0d4);opacity:0;border-radius:20px;max-height:90vh;margin:20px;animation:.4s cubic-bezier(.16,1,.3,1) forwards CheckoutSheet-module__uPlWxG__scaleUpPanel;transform:scale(.95);box-shadow:0 20px 60px #0000002e,0 0 0 1px #d4a84314}.CheckoutSheet-module__uPlWxG__panelWide{max-width:820px}.CheckoutSheet-module__uPlWxG__panelContent{box-sizing:border-box;max-height:90vh}.CheckoutSheet-module__uPlWxG__formStep2{flex-direction:row;gap:0;display:flex}.CheckoutSheet-module__uPlWxG__step2Sidebar{background:linear-gradient(165deg,#fffaf3 0%,#f5ede1 100%);border-right:1px solid #d4a84333;border-radius:14px 0 0 14px;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:240px;min-width:240px;padding:28px 24px;display:flex}.CheckoutSheet-module__uPlWxG__sidebarProductCard{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}.CheckoutSheet-module__uPlWxG__sidebarThumb{border:1px solid #d4a84326;border-radius:10px;width:160px;height:200px;position:relative;overflow:hidden;box-shadow:0 6px 20px #0000001f}.CheckoutSheet-module__uPlWxG__sidebarThumb img{object-fit:cover}.CheckoutSheet-module__uPlWxG__sidebarProductName{font-family:var(--font-display,serif);color:var(--charcoal,#1a1a1a);letter-spacing:.5px;margin:0;font-size:16px;font-weight:400;line-height:1.3}.CheckoutSheet-module__uPlWxG__sidebarProductMeta{font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:1.5px;color:var(--muted,#7a7168);font-size:10px}.CheckoutSheet-module__uPlWxG__sidebarProductPrice{font-family:var(--font-display,serif);color:var(--maroon,#5c0a0a);font-size:20px;font-weight:600}.CheckoutSheet-module__uPlWxG__sidebarOrderId{font-family:var(--font-sans,sans-serif);text-transform:uppercase;letter-spacing:1px;color:var(--muted,#7a7168);text-align:center;border-top:1px solid #d4a84333;width:100%;padding-top:12px;font-size:10px;font-weight:600}.CheckoutSheet-module__uPlWxG__sidebarOrderId span{color:var(--gold-dark,#9a7b2f);letter-spacing:.5px}.CheckoutSheet-module__uPlWxG__step2Fields{flex-direction:column;flex:1;gap:12px;padding:24px 28px;display:flex}.CheckoutSheet-module__uPlWxG__step2Fields .CheckoutSheet-module__uPlWxG__input{height:46px}.CheckoutSheet-module__uPlWxG__step2Fields .CheckoutSheet-module__uPlWxG__textarea{min-height:70px}.CheckoutSheet-module__uPlWxG__textareaSmall{min-height:56px!important}.CheckoutSheet-module__uPlWxG__step2Fields .CheckoutSheet-module__uPlWxG__submitBtn{height:50px;margin-top:4px}.CheckoutSheet-module__uPlWxG__formCompact{grid-template-columns:1.15fr 1fr;grid-template-areas:"header header""payment summary""payment upload""payment submit""payment trust";align-items:start;gap:16px;display:grid}.CheckoutSheet-module__uPlWxG__compactHeader{grid-area:header}.CheckoutSheet-module__uPlWxG__paymentActionBox{box-sizing:border-box;flex-direction:column;grid-area:payment;justify-content:center;align-self:stretch;display:flex}.CheckoutSheet-module__uPlWxG__compactSummary{grid-area:summary}.CheckoutSheet-module__uPlWxG__compactUploadZone{grid-area:upload}.CheckoutSheet-module__uPlWxG__formCompact .CheckoutSheet-module__uPlWxG__submitBtn{grid-area:submit;margin-top:0}.CheckoutSheet-module__uPlWxG__trustTextCompact{grid-area:trust}.CheckoutSheet-module__uPlWxG__smallQr{width:260px;height:260px}.CheckoutSheet-module__uPlWxG__step2Active{padding:0;overflow-y:auto}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stepIndicator{margin-top:20px;margin-bottom:16px;padding:0}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__compactHeader{margin-bottom:0;padding:0 28px}}@keyframes CheckoutSheet-module__uPlWxG__scaleUpPanel{to{opacity:1;transform:scale(1)}}@media (max-width:768px){.CheckoutSheet-module__uPlWxG__checkoutOverlay{align-items:flex-end}.CheckoutSheet-module__uPlWxG__desktopHide{display:flex}.CheckoutSheet-module__uPlWxG__step2Sidebar{display:none}.CheckoutSheet-module__uPlWxG__step2Fields{flex-direction:column;gap:16px;display:flex}.CheckoutSheet-module__uPlWxG__checkoutPanel{border:none;border-radius:20px 20px 0 0;height:auto;max-height:92dvh}.CheckoutSheet-module__uPlWxG__panelContent{box-sizing:border-box;max-height:92dvh;padding:24px 20px 80px;overflow-y:auto}.CheckoutSheet-module__uPlWxG__closeBtn{top:16px;right:16px}.CheckoutSheet-module__uPlWxG__stepTitle{font-size:20px}.CheckoutSheet-module__uPlWxG__deepLinksGrid{grid-template-columns:1fr;gap:8px}.CheckoutSheet-module__uPlWxG__step2Active,.CheckoutSheet-module__uPlWxG__step3Active{padding-top:12px;padding-bottom:20px;overflow-y:auto}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__orderStrip{display:none}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__orderStrip{border-radius:6px;gap:12px;margin-bottom:10px;padding:8px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stripThumb{border-radius:4px;width:44px;height:55px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stripName{margin-bottom:2px;font-size:13px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stripMeta{font-size:9px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stripPrice{font-size:12px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stepIndicator,.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__stepIndicator{margin-bottom:10px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stepTitle{margin-bottom:2px;font-size:16px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__stepSubtitle{display:none}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__form{gap:6px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__inlineFields{gap:8px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__input{height:52px;padding:0 10px;font-size:12px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__textarea{height:42px;padding:6px 10px;font-size:12px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__formGroup label{margin-bottom:0;font-size:9px}.CheckoutSheet-module__uPlWxG__step2Active .CheckoutSheet-module__uPlWxG__submitBtn{height:40px;margin-top:2px;font-size:10px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__qrContainer{display:none}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__stepTitle{margin-bottom:4px;font-size:18px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__orderIdDisplay{margin:8px 0}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__orderIdVal{margin-top:2px;font-size:20px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__upiInfoStrip{margin-bottom:12px;padding:8px 12px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__deepLinksGrid{margin-bottom:12px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__deepLinkCta{height:40px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__uploadZone{margin-bottom:12px;padding:16px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__uploadIcon{margin-bottom:4px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__submitBtn{height:44px;margin-top:4px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__trustText{margin-top:8px;font-size:9px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__scanHeading{display:none}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__smallQr{border-radius:8px;width:100px;height:100px;margin-bottom:2px;padding:3px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__paymentActionBox{gap:8px;padding:10px 16px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__qrShareCol{gap:4px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__upiActionCol{gap:6px}.CheckoutSheet-module__uPlWxG__step3Active .CheckoutSheet-module__uPlWxG__payAppBtn{padding:10px 20px;font-size:13px}}
