.modal-locked{overflow:hidden}
.checkout-confirm{display:none;position:fixed;inset:0;z-index:200;align-items:flex-end;justify-content:center;background:rgba(3,25,18,.68);backdrop-filter:blur(3px)}
.checkout-confirm.open{display:flex;animation:checkoutFade .18s ease-out}
.checkout-confirm-card{box-sizing:border-box;position:relative;width:min(480px,100%);max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain;background:#fff;border-radius:28px 28px 0 0;padding:12px 24px calc(22px + env(safe-area-inset-bottom));box-shadow:0 -16px 45px rgba(1,36,24,.24);animation:checkoutRise .25s ease-out}
.checkout-confirm-grip{width:38px;height:5px;margin:0 auto 18px;border-radius:99px;background:#dce5df}
.checkout-confirm-close{position:absolute;right:20px;top:25px;width:38px;height:38px;border:0;border-radius:50%;background:#eff4f1;color:#18382a;font-size:25px;line-height:1;display:grid;place-items:center}
.checkout-test-label{display:inline-block;background:#e8f5ec;color:#17623f;border:1px solid #c9e4d1;border-radius:999px;padding:6px 11px;font-size:12px;font-weight:900;letter-spacing:.06em}
.checkout-confirm-card h2{margin:13px 45px 20px 0;color:#12271d;font-size:26px;line-height:1.2}
.checkout-confirm-address{display:flex;align-items:baseline;justify-content:space-between;gap:15px;padding:0 0 14px;margin-bottom:4px;border-bottom:1px solid #e5ece7}
.checkout-confirm-address span{color:#5f6e66;font-size:14px;flex-shrink:0}.checkout-confirm-address b{color:#183628;font-size:15px;text-align:right;line-height:1.35}
.checkout-confirm-rows>div{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 0;color:#5c6b63;font-size:15px}
.checkout-confirm-rows b{color:#172b22;text-align:right}
.checkout-confirm-rows .checkout-confirm-total{border-top:1px solid #dce8df;margin-top:3px;padding:16px 0 9px;color:#172b22;font-size:18px;font-weight:900}
.checkout-confirm-total b{color:#07583d;font-size:25px}
.checkout-confirm-actions{display:grid;gap:10px;margin-top:17px}.checkout-confirm-actions button{width:100%;min-height:52px;border-radius:14px;font-size:16px;font-weight:850}
.checkout-confirm-place{border:0;background:#f5cb39;color:#18351f;box-shadow:0 6px 16px rgba(121,87,0,.12)}
.checkout-confirm-place:focus-visible,.checkout-confirm-credit:focus-visible,.checkout-confirm-close:focus-visible{outline:3px solid #1a8158;outline-offset:2px}
.checkout-confirm-credit{border:1px solid #bdd8c6;background:#fff;color:#125c3e}
.checkout-confirm-note{text-align:center;color:#68766c;font-size:13px;line-height:1.4;margin:12px 0 0}
@keyframes checkoutFade{from{opacity:0}to{opacity:1}}@keyframes checkoutRise{from{transform:translateY(30px)}to{transform:translateY(0)}}
@media(min-width:650px){.checkout-confirm{align-items:center;padding:24px}.checkout-confirm-card{border-radius:26px;padding-bottom:24px}}
@media(max-width:420px){.checkout-confirm-card{padding-inline:20px}.checkout-confirm-card h2{font-size:24px}}
