.portal-shop-section{--portal-shop-primary:#3157e5;--portal-shop-accent:#7657f6;--portal-shop-cols:3;--portal-shop-mobile-cols:2;grid-column:1/-1;margin-top:6px;border:1px solid #dfe6f4;border-radius:22px;background:linear-gradient(180deg,#fff,#f8faff);overflow:hidden;box-shadow:0 14px 35px rgba(36,69,196,.07)}
.portal-shop-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #e7ecf5;background:linear-gradient(135deg,rgba(49,87,229,.08),rgba(118,87,246,.04))}
.portal-shop-title{display:flex;gap:12px;align-items:flex-start}.portal-shop-title-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;color:#fff;background:linear-gradient(135deg,var(--portal-shop-primary,#3157e5),var(--portal-shop-accent,#7657f6));box-shadow:0 9px 22px rgba(49,87,229,.2);flex:0 0 auto}.portal-shop-title-icon svg{width:21px;height:21px}.portal-shop-title strong{display:block;font-size:1rem;color:#17213a}.portal-shop-title span{display:block;margin-top:4px;color:#6b768c;font-size:.75rem;line-height:1.5}
.portal-shop-profile{display:flex;align-items:center;gap:9px;max-width:300px;padding:9px 12px;border:1px solid #dfe6f4;border-radius:13px;background:rgba(255,255,255,.88)}.portal-shop-avatar{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:#eaf0ff;color:var(--portal-shop-primary,#3157e5);font-size:.72rem;font-weight:900;flex:0 0 auto}.portal-shop-profile strong,.portal-shop-profile span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-shop-profile strong{font-size:.72rem}.portal-shop-profile span{font-size:.63rem;color:#7a8497;margin-top:2px}
.portal-shop-toolbar{display:grid;grid-template-columns:minmax(0,1fr) 190px;gap:10px;padding:15px 18px}.portal-shop-search,.portal-shop-filter{height:42px;border:1px solid #dde4f0;border-radius:12px;background:#fff;color:#17213a;padding:0 13px;font:inherit;font-size:.76rem;outline:none}.portal-shop-search:focus,.portal-shop-filter:focus{border-color:var(--portal-shop-primary,#3157e5);box-shadow:0 0 0 3px rgba(49,87,229,.10)}
.portal-shop-grid{display:grid;grid-template-columns:repeat(var(--portal-shop-cols,3),minmax(0,1fr));gap:13px;padding:0 18px 20px}.portal-shop-card{min-width:0;border:1px solid #e0e6f1;border-radius:17px;background:#fff;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.portal-shop-card:hover{transform:translateY(-3px);border-color:#c9d6f2;box-shadow:0 13px 26px rgba(32,56,120,.10)}.portal-shop-cover{height:var(--portal-shop-image-height,108px);position:relative;display:grid;place-items:center;background:linear-gradient(135deg,color-mix(in srgb,var(--pc,var(--portal-shop-primary,#3157e5)) 14%,#f8faff),#f7f9fe);overflow:hidden}.portal-shop-cover img{width:100%;height:100%;object-fit:var(--fit,cover)}.portal-shop-fallback{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:var(--pc,var(--portal-shop-primary,#3157e5));color:#fff;font-weight:900;font-size:.85rem;box-shadow:0 10px 22px color-mix(in srgb,var(--pc,var(--portal-shop-primary,#3157e5)) 25%,transparent)}.portal-shop-badge,.portal-shop-stock{position:absolute;top:9px;padding:5px 7px;border-radius:999px;font-size:.54rem;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.portal-shop-badge{left:9px;background:#fff;color:var(--portal-shop-primary,#3157e5);border:1px solid #dbe4f5}.portal-shop-stock{right:9px;background:#eafaf1;color:#15824f;border:1px solid #c9efdb}.portal-shop-stock.limited{background:#fff7df;color:#9b6509;border-color:#f1dfad}.portal-shop-stock.out{background:#fff0f2;color:#be4050;border-color:#f4ced3}
.portal-shop-card-body{padding:13px;display:flex;flex-direction:column;flex:1}.portal-shop-category{font-size:.56rem;color:#7a8497;text-transform:uppercase;letter-spacing:.08em;font-weight:800}.portal-shop-card h3{font-size:.84rem;line-height:1.25;margin:5px 0 0;color:#17213a}.portal-shop-description{font-size:.65rem;line-height:1.48;color:#707b90;margin-top:6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.portal-shop-card-foot{display:flex;align-items:flex-end;justify-content:space-between;gap:9px;margin-top:auto;padding-top:12px}.portal-shop-price small{display:block;color:#8a94a5;font-size:.55rem}.portal-shop-price strong{display:block;font-size:.98rem;color:#17213a}.portal-shop-view{border:0;border-radius:10px;background:var(--portal-shop-primary,#3157e5);color:#fff;padding:8px 10px;font-size:.62rem;font-weight:800;cursor:pointer}.portal-shop-empty{grid-column:1/-1;padding:34px;text-align:center;color:#738097;font-size:.76rem}
.portal-shop-overlay{position:fixed;inset:0;z-index:9999;background:rgba(9,20,48,.52);backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:18px}.portal-shop-overlay.open{display:flex}.portal-shop-modal{width:min(930px,100%);max-height:min(88vh,900px);overflow:auto;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:#fff;box-shadow:0 35px 100px rgba(5,20,60,.3);animation:portalShopOpen .24s ease both}.portal-shop-modal-head{position:sticky;top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 18px;border-bottom:1px solid #e5eaf3;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}.portal-shop-modal-head strong{font-size:.9rem}.portal-shop-close{width:35px;height:35px;border-radius:11px;border:1px solid #dfe5ef;background:#fff;color:#4c5870;cursor:pointer;font-size:1.1rem}.portal-shop-modal-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:0}.portal-shop-details{padding:20px;border-right:1px solid #e6ebf4}.portal-shop-checkout{padding:20px;background:#f8faff}.portal-shop-product-head{display:flex;gap:14px;align-items:center}.portal-shop-product-icon{width:64px;height:64px;border-radius:17px;display:grid;place-items:center;background:#eef3ff;overflow:hidden;flex:0 0 auto;color:var(--portal-shop-primary,#3157e5);font-weight:900}.portal-shop-product-icon img{width:100%;height:100%;object-fit:contain;object-position:center}.portal-shop-product-head h2{margin:0;font-size:1.22rem;line-height:1.2}.portal-shop-product-head p{margin:5px 0 0;color:#738097;font-size:.7rem}.portal-shop-long{margin:15px 0 0;color:#5f6b80;font-size:.72rem;line-height:1.6}.portal-shop-info-title{margin:17px 0 8px;font-size:.68rem;font-weight:900;text-transform:uppercase;letter-spacing:.07em;color:#68748b}.portal-shop-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0;padding:0;list-style:none}.portal-shop-feature-list li{position:relative;padding:8px 9px 8px 24px;border:1px solid #e4e9f2;border-radius:10px;background:#fbfcff;color:#4d5a70;font-size:.65rem;line-height:1.4}.portal-shop-feature-list li:before{content:'✓';position:absolute;left:9px;color:#168a55;font-weight:900}.portal-shop-policy{margin-top:11px;padding:11px 12px;border:1px solid #dce6f6;border-radius:12px;background:#f5f8ff;color:#536178;font-size:.66rem;line-height:1.55}.portal-shop-policy strong{color:#1d2b46}.portal-shop-warning{background:#fff8e8;border-color:#f2dfac;color:#7c5b17}
.portal-shop-ordering-as{display:flex;align-items:center;gap:9px;padding:10px 11px;border:1px solid #dfe6f1;border-radius:12px;background:#fff;margin-bottom:14px}.portal-shop-ordering-as svg{width:20px;color:var(--portal-shop-primary,#3157e5);flex:0 0 auto}.portal-shop-ordering-as strong,.portal-shop-ordering-as span{display:block}.portal-shop-ordering-as strong{font-size:.69rem}.portal-shop-ordering-as span{font-size:.59rem;color:#7b8597;margin-top:2px}.portal-shop-label{display:block;margin:12px 0 6px;font-size:.62rem;font-weight:800;color:#4d5970}.portal-shop-select,.portal-shop-input,.portal-shop-textarea{width:100%;border:1px solid #dce3ef;border-radius:11px;background:#fff;color:#17213a;padding:10px 11px;font:inherit;font-size:.7rem;outline:none}.portal-shop-textarea{min-height:68px;resize:vertical}.portal-shop-select:focus,.portal-shop-input:focus,.portal-shop-textarea:focus{border-color:var(--portal-shop-primary,#3157e5);box-shadow:0 0 0 3px rgba(49,87,229,.09)}.portal-shop-payments{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.portal-shop-payment{border:1px solid #dce3ef;border-radius:11px;background:#fff;padding:10px;text-align:left;cursor:pointer;color:#26344e}.portal-shop-payment.active{border-color:var(--portal-shop-primary,#3157e5);background:#eef3ff;box-shadow:0 0 0 2px rgba(49,87,229,.08)}.portal-shop-payment strong{display:block;font-size:.67rem}.portal-shop-payment span{display:block;margin-top:3px;font-size:.55rem;color:#7f899c}.portal-shop-payment-detail{display:grid;grid-template-columns:80px 1fr;gap:10px;align-items:center;margin-top:9px;padding:10px;border:1px solid #e0e6f1;border-radius:12px;background:#fff}.portal-shop-qr{width:80px;height:80px;border:1px solid #e0e6f1;border-radius:9px;display:grid;place-items:center;overflow:hidden;color:#8a94a5;font-size:.56rem;text-align:center}.portal-shop-qr img{width:100%;height:100%;object-fit:contain}.portal-shop-payment-copy strong{display:block;font-size:.66rem;word-break:break-all}.portal-shop-payment-copy span{display:block;margin-top:4px;color:#778296;font-size:.57rem;line-height:1.4}.portal-shop-copy{margin-top:7px;border:1px solid #dbe3f0;background:#fff;color:var(--portal-shop-primary,#3157e5);border-radius:8px;padding:6px 8px;font-size:.56rem;font-weight:800;cursor:pointer}.portal-shop-upload{display:flex;align-items:center;gap:9px;padding:10px;border:1px dashed #bdcae1;border-radius:11px;background:#fff;cursor:pointer}.portal-shop-upload input{display:none}.portal-shop-upload-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#edf2ff;color:var(--portal-shop-primary,#3157e5)}.portal-shop-upload strong,.portal-shop-upload span{display:block}.portal-shop-upload strong{font-size:.65rem}.portal-shop-upload span{font-size:.56rem;color:#7d8799;margin-top:2px}.portal-shop-check{display:flex;gap:8px;align-items:flex-start;margin-top:10px;color:#5c687d;font-size:.6rem;line-height:1.45}.portal-shop-check input{margin-top:2px;accent-color:var(--portal-shop-primary,#3157e5)}.portal-shop-total{display:flex;align-items:flex-end;justify-content:space-between;margin-top:14px;padding-top:13px;border-top:1px solid #dfe6f0}.portal-shop-total span{font-size:.62rem;color:#778296}.portal-shop-total strong{font-size:1.15rem}.portal-shop-submit{width:100%;margin-top:12px;border:0;border-radius:12px;background:linear-gradient(135deg,var(--portal-shop-primary,#3157e5),#5a4fe1);color:#fff;padding:12px;font-size:.71rem;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(49,87,229,.2)}.portal-shop-submit:disabled{opacity:.6;cursor:not-allowed}.portal-shop-error{display:none;margin-top:10px;padding:9px 10px;border-radius:9px;background:#fff0f2;color:#b43e4c;font-size:.62rem}.portal-shop-error.show{display:block}.portal-shop-success{text-align:center;padding:42px 24px}.portal-shop-success-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:#eafaf1;color:#168a55;font-size:1.5rem;font-weight:900}.portal-shop-success h2{font-size:1.2rem;margin:13px 0 5px}.portal-shop-success p{font-size:.7rem;color:#6e798d;line-height:1.55}.portal-shop-order-number{display:inline-block;margin-top:10px;padding:9px 12px;border-radius:10px;background:#f1f4fb;color:#253451;font-size:.75rem;font-weight:900;letter-spacing:.04em}.portal-shop-success-actions{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:15px}.portal-shop-success-actions a,.portal-shop-success-actions button{border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:var(--portal-shop-primary,#3157e5);padding:9px 11px;font-size:.63rem;font-weight:800;text-decoration:none;cursor:pointer}.portal-shop-success-actions a:first-child{background:var(--portal-shop-primary,#3157e5);color:#fff;border-color:var(--portal-shop-primary,#3157e5)}
@keyframes portalShopOpen{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}
@media(max-width:900px){.portal-shop-grid{grid-template-columns:repeat(var(--portal-shop-mobile-cols,2),minmax(0,1fr))}.portal-shop-modal-grid{grid-template-columns:1fr}.portal-shop-details{border-right:0;border-bottom:1px solid #e6ebf4}.portal-shop-modal{max-width:680px}}
@media(max-width:620px){.portal-shop-header{padding:17px;flex-direction:column}.portal-shop-profile{max-width:100%;width:100%}.portal-shop-toolbar{grid-template-columns:1fr 128px;padding:12px}.portal-shop-grid{padding:0 12px 15px;gap:9px}.portal-shop-cover{height:var(--portal-shop-mobile-image-height,104px)}.portal-shop-card-body{padding:10px}.portal-shop-card h3{font-size:.72rem}.portal-shop-description{display:none}.portal-shop-price strong{font-size:.82rem}.portal-shop-view{padding:7px 8px;font-size:.56rem}.portal-shop-modal{max-height:94vh;border-radius:19px}.portal-shop-details,.portal-shop-checkout{padding:15px}.portal-shop-feature-list{grid-template-columns:1fr}.portal-shop-payments{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-shop-product-head h2{font-size:1.05rem}}
@media(max-width:380px){.portal-shop-toolbar{grid-template-columns:1fr}.portal-shop-grid{gap:7px}.portal-shop-cover{height:72px}.portal-shop-card h3{font-size:.67rem}.portal-shop-price strong{font-size:.76rem}.portal-shop-view{padding:6px;font-size:.52rem}}

.portal-shop-mini-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-top:10px}
.portal-shop-mini-meta>div{min-width:0;padding:7px 8px;border:1px solid #e5ebf4;border-radius:9px;background:#f8faff}
.portal-shop-mini-meta span{display:block;color:#7b879a;font-size:.49rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}
.portal-shop-mini-meta strong{display:block;margin-top:3px;color:#26354e;font-size:.58rem;line-height:1.35;overflow-wrap:anywhere}
@media(max-width:620px){.portal-shop-mini-meta{grid-template-columns:1fr;gap:5px;margin-top:8px}.portal-shop-mini-meta>div{padding:6px}.portal-shop-mini-meta span{font-size:.43rem}.portal-shop-mini-meta strong{font-size:.52rem}.portal-shop-card-foot{padding-top:9px}}

@media(prefers-reduced-motion:reduce){.portal-shop-modal,.portal-shop-card{animation:none!important;transition:none!important}}

/* Portal coupon checkout */
.portal-shop-coupon{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px}.portal-shop-coupon button{border:1px solid #dbe4f1;border-radius:10px;background:#fff;padding:0 13px;font-weight:800;color:#3157e5;cursor:pointer}.portal-shop-coupon-message{font-size:.73rem;line-height:1.5;margin-top:7px}.portal-shop-coupon-message.success{padding:9px 11px;border-radius:10px;background:#ebfaf1;border:1px solid #bfe8cf;color:#137249}.portal-shop-coupon-message.error{padding:9px 11px;border-radius:10px;background:#fff1f2;border:1px solid #fecdd3;color:#be3144}.portal-shop-price-summary{display:grid;gap:7px;margin-top:14px;padding:13px;border:1px solid #dfe7f3;border-radius:13px;background:#f8fbff}.portal-shop-price-summary>div{display:flex;justify-content:space-between;gap:14px;font-size:.78rem;color:#66758a}.portal-shop-price-summary .discount{color:#168a55}.portal-shop-price-summary .total{border-top:1px solid #dfe7f3;padding-top:9px;color:#12213a;font-size:.93rem;font-weight:850}@media(max-width:520px){.portal-shop-coupon{grid-template-columns:1fr 1fr}.portal-shop-coupon input{grid-column:1/-1}}

.portal-shop-wallet-options{display:grid;gap:8px;margin-bottom:10px}.portal-shop-wallet-options label{display:flex;gap:9px;padding:11px;border:1px solid #dce4ef;border-radius:11px;background:#fbfcff;cursor:pointer}.portal-shop-wallet-options label.muted{opacity:.5;cursor:not-allowed}.portal-shop-wallet-options strong{display:block;font-size:.7rem}.portal-shop-wallet-options small{display:block;margin-top:3px;color:#7a8598;font-size:.58rem}.portal-shop-wallet-partial{padding:10px;border:1px solid #dce7fb;border-radius:11px;background:#f5f8ff;margin-bottom:10px}.portal-shop-wallet-partial small{display:block;margin-top:5px;color:#718098;font-size:.58rem}

.portal-shop-mobile-product-mark{display:none}


/* Coupon visibility and mobile sticky checkout total */
.portal-shop-checkout-sticky{margin-top:14px}
.portal-shop-applied-coupon>span{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.portal-shop-summary-remove{border:0;border-radius:999px;background:#fff;color:#b42332;padding:4px 8px;font-size:.62rem;font-weight:850;cursor:pointer}
.portal-shop-coupon input[readonly]{background:#eef8f2;border-color:#9dd9b5;color:#137249}
@media(max-width:760px){
  .portal-shop-checkout-sticky{position:sticky;bottom:0;z-index:24;margin:16px -15px -15px;padding:10px 15px calc(12px + env(safe-area-inset-bottom));border-top:1px solid #dfe7f3;background:rgba(255,255,255,.98);box-shadow:0 -12px 28px rgba(16,42,76,.12);backdrop-filter:blur(14px)}
  .portal-shop-checkout-sticky .portal-shop-price-summary{margin-top:0;padding:10px 12px;border-radius:12px}
  .portal-shop-checkout-sticky .portal-shop-price-summary>div:not(.total):not(.discount){display:none}
  .portal-shop-checkout-sticky .portal-shop-price-summary .total{font-size:.95rem}
  .portal-shop-checkout-sticky .portal-shop-submit{margin-top:9px}
}


/* Portal offer tags */
.portal-shop-cover{position:relative}
.portal-shop-offer-tag{position:absolute;z-index:7;top:10px;left:10px;display:flex;flex-direction:column;padding:7px 10px;border-radius:9px;background:linear-gradient(135deg,#dc2626,#f04438);color:#fff;box-shadow:0 7px 18px rgba(220,38,38,.28);text-transform:uppercase;letter-spacing:.035em;line-height:1.05}
.portal-shop-offer-tag b{font-size:11px}.portal-shop-offer-tag small{margin-top:3px;font-size:8px;font-weight:800;opacity:.92}.portal-shop-badge.with-offer{top:51px}
.portal-shop-offer-note{margin:5px 0 2px;padding:7px 8px;border-left:3px solid #dc2626;border-radius:7px;background:#fff1f2;color:#9f1239;font-size:10px;font-weight:700;line-height:1.35}
.portal-shop-offer-banner{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;padding:12px 13px;border:1px solid #fecaca;border-radius:12px;background:linear-gradient(135deg,#fff1f2,#fff7ed);color:#991b1b}.portal-shop-offer-banner strong{font-size:12px;text-transform:uppercase;letter-spacing:.04em}.portal-shop-offer-banner span{font-size:11px;line-height:1.45}
.portal-shop-price-summary .offer-discount{color:#b91c1c}.portal-shop-price-summary .offer-discount strong{color:#dc2626}.portal-shop-strike{text-decoration:line-through;color:#77859a!important}
@media(max-width:760px){.portal-shop-offer-tag{top:6px;left:6px;padding:5px 7px}.portal-shop-offer-tag b{font-size:8px}.portal-shop-offer-tag small{font-size:7px}.portal-shop-badge.with-offer{top:38px}.portal-shop-offer-note{font-size:8.5px;padding:5px 6px}}


/* Larger payment QR, prominent copy control, and tap/click preview */
.portal-shop-payment-detail{grid-template-columns:minmax(150px,180px) minmax(0,1fr);gap:15px;align-items:center;padding:15px;border-radius:15px;background:#f8faff}
.portal-shop-qr-wrap{display:grid;justify-items:center;gap:7px;min-width:0}
.portal-shop-qr{width:100%;height:auto;min-height:150px;aspect-ratio:1/1;padding:8px;border:1px solid #ced9ea;border-radius:13px;background:#fff;color:#778296;font:inherit;cursor:default}
button.portal-shop-qr{appearance:none;-webkit-appearance:none;cursor:zoom-in;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}
button.portal-shop-qr:hover{transform:translateY(-2px);border-color:var(--portal-shop-primary,#3157e5);box-shadow:0 12px 25px rgba(49,87,229,.13)}
button.portal-shop-qr:focus-visible{outline:3px solid rgba(49,87,229,.18);outline-offset:3px}
.portal-shop-qr img{width:100%;height:100%;object-fit:contain}
.portal-shop-qr-hint{color:var(--portal-shop-primary,#3157e5);font-size:.59rem;font-weight:850;text-align:center;text-decoration:underline;text-underline-offset:3px}
.portal-shop-payment-copy{min-width:0}
.portal-shop-payment-copy strong{font-size:.73rem;line-height:1.5;word-break:break-word;overflow-wrap:anywhere}
.portal-shop-payment-copy span{font-size:.62rem;line-height:1.55}
.portal-shop-copy{width:100%;min-height:39px;margin-top:10px;border:0;background:var(--portal-shop-primary,#3157e5);color:#fff;border-radius:10px;padding:9px 12px;font-size:.64rem;font-weight:900;box-shadow:0 9px 20px rgba(49,87,229,.2)}
.portal-shop-copy.copied{background:#168a55}
.portal-shop-qr-preview{position:fixed;inset:0;z-index:10060;display:grid;place-items:center;padding:14px;background:rgba(8,20,39,.78);backdrop-filter:blur(7px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.portal-shop-qr-preview.open{opacity:1;visibility:visible;pointer-events:auto}
.portal-shop-qr-preview-dialog{position:relative;width:min(500px,100%);max-height:calc(100dvh - 28px);overflow:auto;padding:22px 18px 17px;border-radius:20px;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.34);text-align:center;transform:scale(.96);transition:transform .18s ease}
.portal-shop-qr-preview.open .portal-shop-qr-preview-dialog{transform:scale(1)}
.portal-shop-qr-preview-dialog h2{margin:0 38px 14px;color:#17213a;font-size:1.05rem}
.portal-shop-qr-preview-dialog img{display:block;width:min(380px,100%);max-height:65dvh;margin:0 auto;padding:10px;border:1px solid #dce3ef;border-radius:15px;background:#fff;object-fit:contain}
.portal-shop-qr-preview-dialog p{margin:12px 0 0;color:#778296;font-size:.61rem;line-height:1.5}
.portal-shop-qr-preview-close{position:absolute;top:10px;right:10px;width:36px;height:36px;border:1px solid #dce3ef;border-radius:50%;background:#fff;color:#17213a;font-size:1.35rem;line-height:1;cursor:pointer}
@media(max-width:640px){.portal-shop-payment-detail{grid-template-columns:1fr;padding:13px}.portal-shop-qr-wrap{width:min(230px,100%);margin:0 auto}.portal-shop-qr{min-height:auto}.portal-shop-copy{font-size:.67rem}.portal-shop-qr-preview-dialog{padding:20px 13px 15px;border-radius:17px}.portal-shop-qr-preview-dialog img{width:min(350px,100%);max-height:69dvh}}
@media(prefers-reduced-motion:reduce){button.portal-shop-qr,.portal-shop-qr-preview,.portal-shop-qr-preview-dialog{transition:none}}

.portal-shop-payment em{display:block;margin-top:6px;color:var(--portal-shop-primary,#3157e5);font-size:.55rem;font-style:normal;font-weight:850}.portal-shop-warning strong,.portal-shop-warning span{display:block}.portal-shop-warning span{margin-top:4px;line-height:1.45}

/* 2026-08-02: show checkout warnings before the mobile submit action */
.portal-shop-error{margin:12px 0 0;padding:11px 12px;border:1px solid #fecdd3;border-left:4px solid #dc3545;border-radius:11px;background:#fff1f2;color:#a92538;font-size:.66rem;font-weight:750;line-height:1.45;box-shadow:0 8px 20px rgba(190,24,60,.08)}.portal-shop-error:before{content:"⚠ ";font-weight:900}.portal-shop-error:not(.show){display:none}@media(max-width:760px){.portal-shop-error.show{position:relative;z-index:4;margin-bottom:10px}.portal-shop-checkout-sticky{margin-top:0}}
