:root {
    --ink: #172033;
    --ink-soft: #526078;
    --muted: #7f8ba1;
    --line: #e3e7ef;
    --surface: #ffffff;
    --surface-soft: #f6f8fc;
    --brand: #6846d7;
    --brand-dark: #4e2db7;
    --brand-soft: #f0ebff;
    --success: #14845f;
    --success-soft: #e7f7f0;
    --warning: #a66008;
    --warning-soft: #fff3dc;
    --danger: #bd3652;
    --danger-soft: #fff0f3;
    --shadow: 0 18px 48px rgba(36, 43, 67, .09);
    --shadow-soft: 0 7px 24px rgba(36, 43, 67, .06);
    --radius-lg: 24px;
    --radius: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.shop-shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 30; height: 76px; border-bottom: 1px solid rgba(227, 231, 239, .85); background: rgba(255, 255, 255, .92); backdrop-filter: blur(18px); }
.header-inner { height: 100%; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: max-content; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; color: white; background: linear-gradient(145deg, #8063e8, var(--brand-dark)); box-shadow: 0 8px 18px rgba(104, 70, 215, .24); font-weight: 850; }
.brand > span:last-child { display: grid; gap: 2px; }
.brand strong { font-size: .94rem; letter-spacing: .01em; }
.brand small { color: var(--muted); font-size: .67rem; }
.main-nav { display: flex; align-items: center; gap: 6px; margin-left: auto; }
.main-nav a { padding: 9px 13px; border-radius: 9px; color: var(--ink-soft); font-size: .83rem; font-weight: 650; }
.main-nav a:hover { color: var(--brand); background: var(--brand-soft); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 17px; border: 1px solid transparent; border-radius: 11px; font-weight: 740; font-size: .86rem; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease, background .15s ease; }
.button:hover:not(:disabled) { transform: translateY(-1px); }
.button:focus-visible, .text-button:focus-visible, input:focus-visible, .product-card:focus-within { outline: 3px solid rgba(104, 70, 215, .2); outline-offset: 2px; }
.button:disabled { cursor: not-allowed; opacity: .5; }
.button-primary { color: white; background: linear-gradient(135deg, #7656de, var(--brand-dark)); box-shadow: 0 9px 22px rgba(91, 56, 193, .22); }
.button-primary:hover:not(:disabled) { box-shadow: 0 12px 26px rgba(91, 56, 193, .3); }
.button-light { color: var(--ink); border-color: var(--line); background: white; }
.button-light:hover:not(:disabled) { border-color: #c9bddf; color: var(--brand-dark); }
.button-ghost-light { color: white; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.08); }
.button-compact { min-height: 38px; padding: 8px 13px; font-size: .78rem; }
.button-block { width: 100%; }
.text-button { padding: 4px; border: 0; color: var(--brand); background: transparent; font-size: .78rem; font-weight: 750; }

.hero { position: relative; overflow: hidden; color: white; background: radial-gradient(circle at 76% 20%, rgba(150, 124, 244, .32), transparent 30%), radial-gradient(circle at 8% 100%, rgba(71, 190, 174, .14), transparent 28%), #17172c; }
.hero::after { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .22; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 48px 48px; mask-image: linear-gradient(to right, black, transparent 75%); }
.hero-layout { position: relative; z-index: 1; min-height: 474px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(330px, .65fr); align-items: center; gap: 70px; padding-block: 72px; }
.eyebrow, .section-kicker { display: block; margin-bottom: 10px; color: #a995f3; font-size: .69rem; letter-spacing: .17em; font-weight: 800; }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(2.2rem, 5vw, 4.1rem); line-height: 1.08; letter-spacing: -.045em; }
.hero-copy > p { max-width: 610px; margin: 22px 0 0; color: #bfc3d2; font-size: 1rem; line-height: 1.8; }
.hero-actions { display: flex; gap: 11px; margin-top: 30px; }
.hero-proof { overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.055); box-shadow: 0 30px 60px rgba(0,0,0,.18); backdrop-filter: blur(10px); }
.hero-proof article { display: flex; align-items: center; gap: 16px; padding: 21px 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.hero-proof article:last-child { border-bottom: 0; }
.hero-proof article > span { color: #9f8aef; font-size: .68rem; font-weight: 850; letter-spacing: .12em; }
.hero-proof article div { display: grid; gap: 4px; }
.hero-proof strong { font-size: .9rem; }
.hero-proof small { color: #aeb3c4; font-size: .73rem; line-height: 1.5; }

.trust-strip { position: relative; z-index: 2; min-height: 68px; margin-top: -1px; display: flex; align-items: center; justify-content: space-around; gap: 15px; padding: 13px 24px; border: 1px solid var(--line); border-top: 0; border-radius: 0 0 var(--radius) var(--radius); background: white; box-shadow: var(--shadow-soft); }
.trust-strip span { display: inline-flex; align-items: center; gap: 9px; color: var(--ink-soft); font-size: .76rem; font-weight: 640; }
.trust-strip b { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: var(--brand-soft); font-size: .7rem; }
.trust-strip i { color: #c3c9d4; font-style: normal; }

.shop-section { padding-block: 88px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2, .checkout-copy h2, .lookup-copy h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.35rem); letter-spacing: -.035em; }
.section-heading p, .checkout-copy p, .lookup-copy p { margin: 9px 0 0; color: var(--ink-soft); line-height: 1.65; }
.section-kicker { color: var(--brand); }
.compact-heading { align-items: center; }
.viewer-chip { min-width: max-content; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid #ded5fa; border-radius: 99px; color: var(--brand-dark); background: var(--brand-soft); font-size: .75rem; font-weight: 760; }
.viewer-chip.agent { color: #10664b; border-color: #bfe6d7; background: var(--success-soft); }
.viewer-dot { width: 7px; height: 7px; border-radius: 50%; background: currentColor; box-shadow: 0 0 0 4px rgba(104,70,215,.1); }
.notice { min-height: 48px; display: flex; align-items: center; padding: 12px 15px; margin-bottom: 17px; border-radius: 11px; color: var(--ink-soft); background: var(--surface-soft); font-size: .8rem; }
.notice.warning { color: var(--warning); background: var(--warning-soft); }
.notice.success { color: var(--success); background: var(--success-soft); }
.notice.error { color: var(--danger); background: var(--danger-soft); }

.catalog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { position: relative; overflow: hidden; min-height: 280px; display: flex; flex-direction: column; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); transition: border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.product-card:hover { transform: translateY(-3px); border-color: #cfc2f5; box-shadow: var(--shadow); }
.product-card.sold-out { opacity: .68; }
.product-card.selected { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(104,70,215,.1), var(--shadow); }
.product-top { display: flex; align-items: center; gap: 13px; }
.country-mark { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px; background: var(--surface-soft); font-size: 1.5rem; }
.product-title { min-width: 0; display: grid; gap: 4px; }
.product-title strong { font-size: 1rem; }
.product-title small { color: var(--muted); font-size: .73rem; }
.stock-badge { margin-left: auto; padding: 6px 8px; border-radius: 8px; color: var(--success); background: var(--success-soft); font-size: .68rem; font-weight: 760; }
.stock-badge.low { color: var(--warning); background: var(--warning-soft); }
.stock-badge.empty { color: var(--danger); background: var(--danger-soft); }
.product-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0; }
.product-specs div { padding: 12px; border-radius: 10px; background: var(--surface-soft); }
.product-specs span { display: block; color: var(--muted); font-size: .68rem; }
.product-specs strong { display: block; margin-top: 5px; font-size: .83rem; }
.product-price { display: flex; align-items: end; gap: 6px; margin: auto 0 17px; }
.product-price strong { color: var(--brand-dark); font-size: 1.7rem; letter-spacing: -.035em; }
.product-price span { color: var(--muted); font-size: .7rem; padding-bottom: 4px; }
.product-card .button { width: 100%; }
.catalog-empty { grid-column: 1 / -1; min-height: 220px; display: grid; place-items: center; padding: 30px; border: 1px dashed var(--line); border-radius: var(--radius); color: var(--muted); text-align: center; background: var(--surface-soft); }
.skeleton { min-height: 280px; border-radius: var(--radius); background: linear-gradient(90deg, #f3f5f9 25%, #fafbfc 40%, #f3f5f9 60%); background-size: 300% 100%; animation: shimmer 1.4s infinite linear; }
@keyframes shimmer { to { background-position: -100% 0; } }

.checkout-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); align-items: center; gap: 70px; padding: 66px; border-radius: var(--radius-lg); background: var(--surface-soft); }
.checkout-card { padding: 25px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow); }
.selected-product { min-height: 54px; display: flex; align-items: center; gap: 12px; padding-bottom: 19px; border-bottom: 1px solid var(--line); }
.selected-product .country-mark { width: 42px; height: 42px; font-size: 1.3rem; }
.selected-product div { display: grid; gap: 3px; }
.selected-product small { color: var(--muted); }
.quantity-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 19px; }
.quantity-row label { display: block; font-size: .82rem; font-weight: 750; }
.quantity-row small { display: block; margin-top: 4px; color: var(--muted); font-size: .68rem; }
.quantity-control { height: 42px; display: grid; grid-template-columns: 38px 62px 38px; overflow: hidden; border: 1px solid var(--line); border-radius: 10px; }
.quantity-control button { border: 0; color: var(--brand-dark); background: var(--surface-soft); font-weight: 800; }
.quantity-control input { min-width: 0; border: 0; border-inline: 1px solid var(--line); text-align: center; color: var(--ink); font-weight: 750; appearance: textfield; }
.quantity-control input::-webkit-inner-spin-button { appearance: none; }
.estimate-row { display: flex; align-items: center; justify-content: space-between; padding: 18px 0 12px; margin-top: 14px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .8rem; }
.estimate-row strong { color: var(--ink); font-size: 1.25rem; }
.checkout-note { margin: 0 0 17px; color: var(--muted); font-size: .7rem; line-height: 1.6; }
.checkout-note strong { color: var(--warning); }

.payment-panel { padding-top: 90px; }
.payment-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.qr-card { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 36px; color: white; background: radial-gradient(circle at top, rgba(147,119,233,.35), transparent 42%), #1b1b31; text-align: center; }
.qr-frame { width: 218px; height: 218px; display: grid; place-items: center; padding: 10px; border-radius: 17px; background: white; box-shadow: 0 16px 40px rgba(0,0,0,.26); }
.qr-frame img { width: 100%; height: 100%; object-fit: contain; }
.qr-frame div { color: var(--muted); font-size: .78rem; }
.qr-card > span { margin-top: 20px; color: #b7bbca; font-size: .73rem; }
.payment-amount { margin-top: 5px; font-size: 2.15rem; letter-spacing: -.04em; }
.qr-card p { margin: 10px 0 0; color: #b7bbca; font-size: .76rem; }
.qr-card p b { color: #e7db8b; font-size: .9rem; }
.order-receipt { padding: 34px 36px; background: white; }
.receipt-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.receipt-header div { display: grid; gap: 5px; }
.receipt-header span, .pickup-box span { color: var(--muted); font-size: .69rem; }
.receipt-header strong { font-size: .95rem; letter-spacing: .04em; }
.receipt-details { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin: 0; padding-block: 10px; }
.receipt-details div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 0; }
.receipt-details div:nth-child(odd) { padding-right: 22px; }
.receipt-details div:nth-child(even) { padding-left: 22px; border-left: 1px solid var(--line); }
.receipt-details dt { color: var(--muted); font-size: .72rem; }
.receipt-details dd { margin: 0; font-size: .76rem; font-weight: 750; }
.pickup-box { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 17px; border: 1px dashed #cbbcf7; border-radius: 12px; background: var(--brand-soft); }
.pickup-box > div { display: grid; gap: 4px; min-width: 0; }
.pickup-box strong { color: var(--brand-dark); font-size: 1.1rem; letter-spacing: .13em; word-break: break-all; }
.pickup-box small { color: #786ca1; font-size: .64rem; line-height: 1.45; }
.payment-progress { display: grid; grid-template-columns: auto 1fr auto 1fr auto; align-items: start; margin: 28px 0 24px; }
.progress-step { display: grid; justify-items: center; gap: 7px; color: var(--muted); font-size: .66rem; }
.progress-step i { width: 12px; height: 12px; border: 3px solid white; border-radius: 50%; background: #cdd2dc; box-shadow: 0 0 0 1px #cdd2dc; }
.progress-step.active { color: var(--brand); font-weight: 750; }
.progress-step.active i { background: var(--brand); box-shadow: 0 0 0 1px var(--brand); }
.progress-step.complete { color: var(--success); font-weight: 750; }
.progress-step.complete i { background: var(--success); box-shadow: 0 0 0 1px var(--success); }
.progress-line { height: 1px; margin-top: 6px; background: var(--line); }
.receipt-actions { display: grid; grid-template-columns: 1fr 1.2fr; gap: 10px; }
.support-line { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: .68rem; }
.status-pill { min-width: max-content; padding: 7px 10px; border-radius: 99px; font-size: .68rem; font-weight: 780; }
.status-pill.pending { color: var(--warning); background: var(--warning-soft); }
.status-pill.success { color: var(--success); background: var(--success-soft); }
.status-pill.error { color: var(--danger); background: var(--danger-soft); }

.lookup-section { padding-block: 74px; background: var(--surface-soft); }
.lookup-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(430px, 1.22fr); align-items: center; gap: 70px; }
.lookup-form { display: grid; grid-template-columns: 1fr 1fr auto; align-items: end; gap: 11px; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.field label { display: block; margin-bottom: 6px; color: var(--ink-soft); font-size: .7rem; font-weight: 700; }
.field input { width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: white; outline: none; }
.field input:focus { border-color: var(--brand); box-shadow: 0 0 0 3px rgba(104,70,215,.1); }
.field input::placeholder { color: #a9b1bf; }
.lookup-form > p { grid-column: 1 / -1; min-height: 17px; margin: 0; color: var(--muted); font-size: .7rem; }
.lookup-form > p.error { color: var(--danger); }
.lookup-form > p.success { color: var(--success); }

.agent-section { padding-bottom: 104px; }
.agent-identity { display: flex; align-items: center; gap: 9px; padding: 8px 11px; border: 1px solid #bfe6d7; border-radius: 10px; background: var(--success-soft); }
.agent-identity span { color: var(--success); font-size: .67rem; }
.agent-identity strong { font-size: .78rem; }
.agent-layout { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.5fr) minmax(250px, .7fr); align-items: start; gap: 18px; }
.agent-login-card, .agent-dashboard, .agent-benefits { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.agent-login-card { display: grid; gap: 15px; }
.agent-login-card h3, .agent-dashboard h3 { margin: 0; font-size: 1rem; }
.agent-login-card p, .agent-dashboard p { margin: 6px 0 0; color: var(--muted); font-size: .72rem; line-height: 1.55; }
.agent-login-card > p { min-height: 17px; margin: 0; color: var(--danger); }
.agent-dashboard { grid-column: span 2; }
.agent-dashboard-header { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 17px; border-bottom: 1px solid var(--line); }
.agent-order-list { display: grid; gap: 9px; margin-top: 14px; }
.agent-order { display: grid; grid-template-columns: minmax(160px, 1.1fr) minmax(130px, 1fr) repeat(3, minmax(85px, .65fr)) auto; align-items: center; gap: 12px; padding: 13px 14px; border-radius: 11px; background: var(--surface-soft); }
.agent-order > div { min-width: 0; display: grid; gap: 4px; }
.agent-order span { overflow: hidden; color: var(--muted); font-size: .65rem; text-overflow: ellipsis; white-space: nowrap; }
.agent-order strong { overflow: hidden; font-size: .74rem; text-overflow: ellipsis; white-space: nowrap; }
.agent-order-empty { padding: 28px 15px; color: var(--muted); text-align: center; font-size: .75rem; }
.agent-benefits { color: white; background: linear-gradient(150deg, #282541, #1c1b30); }
.agent-benefits > span { color: #a995f3; font-size: .68rem; letter-spacing: .15em; font-weight: 800; }
.agent-benefits > strong { display: block; margin-top: 9px; line-height: 1.45; }
.agent-benefits ul { display: grid; gap: 12px; padding: 0; margin: 21px 0 0; list-style: none; }
.agent-benefits li { position: relative; padding-left: 17px; color: #bdc0ce; font-size: .72rem; line-height: 1.5; }
.agent-benefits li::before { position: absolute; left: 0; color: #8f79e6; content: "✓"; }

.site-footer { padding-block: 35px; border-top: 1px solid var(--line); background: #fbfcfe; }
.site-footer > div { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.site-footer p { max-width: 570px; margin: 0; color: var(--muted); text-align: right; font-size: .69rem; line-height: 1.6; }
.footer-brand .brand-mark { width: 35px; height: 35px; border-radius: 10px; }
.toast-region { position: fixed; right: 20px; bottom: 20px; z-index: 80; display: grid; gap: 8px; width: min(360px, calc(100% - 40px)); }
.toast { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 11px; color: var(--ink); background: white; box-shadow: var(--shadow); font-size: .75rem; }
.toast.success { color: var(--success); border-color: #bfe6d7; }
.toast.error { color: var(--danger); border-color: #f2c5ce; }
.toast button { border: 0; color: inherit; background: transparent; }

@media (max-width: 980px) {
    .hero-layout { grid-template-columns: 1fr; gap: 36px; }
    .hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); }
    .hero-proof article { border-bottom: 0; border-right: 1px solid rgba(255,255,255,.09); }
    .hero-proof article:last-child { border-right: 0; }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .checkout-panel { gap: 38px; padding: 45px; }
    .lookup-layout { grid-template-columns: 1fr; gap: 25px; }
    .agent-layout { grid-template-columns: minmax(280px, .85fr) minmax(0, 1.15fr); }
    .agent-dashboard { grid-column: 1 / -1; }
    .agent-order { grid-template-columns: 1.1fr 1fr repeat(2, .65fr) auto; }
    .agent-order .agent-order-created { display: none; }
}

@media (max-width: 760px) {
    .shop-shell { width: min(100% - 28px, 1160px); }
    .site-header { height: 68px; }
    .header-inner { gap: 12px; }
    .brand small, .main-nav { display: none; }
    .header-inner > .button { margin-left: auto; }
    .hero-layout { min-height: auto; padding-block: 58px; }
    .hero-copy > p { font-size: .88rem; }
    .hero-proof { grid-template-columns: 1fr; }
    .hero-proof article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
    .trust-strip { align-items: stretch; display: grid; grid-template-columns: 1fr 1fr; padding: 16px; }
    .trust-strip i { display: none; }
    .shop-section { padding-block: 64px; }
    .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
    .catalog-grid { grid-template-columns: 1fr; }
    .product-card { min-height: 260px; }
    .checkout-panel { width: min(100% - 28px, 1160px); grid-template-columns: 1fr; gap: 27px; padding: 32px 22px; }
    .payment-layout { grid-template-columns: 1fr; }
    .qr-card { padding: 30px 20px; }
    .order-receipt { padding: 27px 22px; }
    .lookup-form { grid-template-columns: 1fr; }
    .lookup-form > p { grid-column: 1; }
    .agent-layout { grid-template-columns: 1fr; }
    .agent-dashboard { grid-column: auto; overflow: hidden; }
    .agent-order-list { overflow-x: auto; }
    .agent-order { min-width: 660px; }
    .site-footer > div { align-items: flex-start; flex-direction: column; }
    .site-footer p { text-align: left; }
}

@media (max-width: 520px) {
    .shop-shell { width: min(100% - 22px, 1160px); }
    .brand strong { font-size: .83rem; }
    .brand-mark { width: 36px; height: 36px; }
    .header-inner > .button { min-height: 36px; padding: 7px 10px; }
    .hero h1 { font-size: 2.25rem; }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .trust-strip { grid-template-columns: 1fr; }
    .product-card { padding: 19px; }
    .checkout-panel { width: min(100% - 22px, 1160px); }
    .checkout-card { padding: 19px; }
    .quantity-row { align-items: flex-start; flex-direction: column; }
    .quantity-control { width: 100%; grid-template-columns: 1fr 64px 1fr; }
    .receipt-details { grid-template-columns: 1fr; }
    .receipt-details div:nth-child(odd), .receipt-details div:nth-child(even) { padding: 9px 0; border-left: 0; }
    .pickup-box { align-items: stretch; flex-direction: column; }
    .receipt-actions { grid-template-columns: 1fr; }
    .payment-progress { margin-inline: -3px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
