.rewards-bar[hidden]{display:none}
.rewards-bar{display:flex;flex:none}
.rewards-bar>button{width:40px;height:44px;padding:0;display:grid;place-items:center;border:0;background:transparent;color:var(--red,#b5232b);cursor:pointer}
.rewards-bar svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.rewards-bar>button:focus-visible{outline:2px solid currentColor;outline-offset:1px;border-radius:5px}
@media(max-width:760px){.rewards-bar>button{width:32px}}
@media(max-width:380px){.masthead{padding-inline:12px;gap:4px}.masthead .brand img{width:92px}.header-actions .fulfilment-switch{padding-inline:5px;gap:3px;font-size:10px}.header-actions .icon-button{width:30px}.header-actions .language-button{padding-inline:5px;min-width:28px}}
.dish-reward {
  position: relative;
  border: 0;
  border-top: 1px solid #e5dad4;
  border-radius: 0;
  background: transparent;
  color: #b5232b;
  min-height: 40px;
  width: 100%;
  font: inherit;
  font-size: 11px;
  text-align: left;
  padding: 8px 12px;
}
.rewards-dialog {
  margin: auto;
  width: min(440px, calc(100vw - 24px));
  max-height: 88dvh;
  padding: 0;
  background: #fff;
  color: #302a24;
  border: 0;
  border-radius: 16px;
  box-shadow: 0 20px 80px #0004;
}
.rewards-dialog::backdrop {
  background: #201c19a6;
}
.rewards-dialog > header {
  padding: 24px 24px 14px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e5ddd5;
}
.rewards-dialog h2 {
  font-size: 24px;
  line-height: 1.3;
  margin: 6px 0;
}
.rewards-dialog > header button {
  background: none;
  border: 0;
  font-size: 28px;
  width: 40px;
  height: 40px;
  color: inherit;
}
.rewards-content {
  padding: 18px 24px 24px;
}
.rewards-content p {
  font-size: 13px;
  line-height: 1.7;
  margin: 0 0 16px;
}
.rewards-content h3 {
  font-size: 16px;
  margin: 24px 0 10px;
}
.rewards-login {
  display: grid;
  gap: 16px;
}
.rewards-login > label {
  display: grid;
  gap: 8px;
  font-size: 13px;
}
.rewards-login input:not([type="checkbox"]) {
  font: inherit;
  font-size: 16px;
  width: 100%;
  padding: 12px;
  border: 1px solid #cfc5be;
  border-radius: 5px;
  background: #fff;
  box-sizing: border-box;
}
.rewards-login .reward-consent {
  display: flex;
  align-items: flex-start;
  line-height: 1.6;
  font-size: 12px;
  gap: 10px;
}
.reward-consent input {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  accent-color: #b5232b;
}
.rewards-login label[hidden] {
  display: none;
}
.auth-dialog{width:min(520px,calc(100vw - 24px));background:#fff;border-radius:24px;overflow:hidden}
.auth-dialog>header{position:relative;padding:30px 36px 18px;border:0;align-items:flex-start;overflow:hidden}
.auth-dialog>header::after{content:"饺";position:absolute;right:76px;top:-28px;width:108px;height:108px;display:grid;place-items:center;border:1px solid #b5232b12;border-radius:50%;color:#b5232b0b;font-size:54px;font-family:serif;transform:rotate(-9deg);pointer-events:none}
.auth-dialog>header>div,.auth-dialog>header>button{position:relative;z-index:1}
.auth-dialog>header .eyebrow{display:none}
.auth-dialog>header h2{font-size:28px;line-height:1.2;letter-spacing:-.5px;margin:0}
.auth-dialog>header h2 small{display:block;margin-top:8px;color:#75695f;font-size:15px;line-height:1.4;letter-spacing:0;font-weight:400}
.auth-dialog>.rewards-content{padding:0 36px 32px}
.auth-dumpling-row{display:flex;align-items:center;justify-content:center;gap:9px}
.auth-dumpling-row i{display:block;width:24px;height:24px;background:currentColor;mask:url('/brand/dumpling-symbol.svg') center/contain no-repeat;transform:rotate(-90deg)}
.auth-methods>header{border-bottom:1px solid #ededed}
.auth-methods>.rewards-content{padding-top:8px}
/* A lone provider has to sit in the middle, not in the first of two columns. */
.auth-providers{display:flex;justify-content:center;gap:44px;padding:8px 0 18px}
.auth-google-mount{display:grid;place-items:center;width:64px;min-height:58px}
/* These rows are hidden by setting .hidden, and their own display would win. */
.auth-dialog [hidden]{display:none!important}
.auth-provider{display:grid;place-items:center;width:64px;min-height:58px;padding:0;border:0;background:transparent;color:#302a24;cursor:pointer}
.auth-provider:hover{opacity:.68}.auth-provider svg{width:30px;height:30px}.auth-apple svg{width:31px;height:31px;fill:currentColor}
.auth-divider{height:1px;background:#e8e8e8;margin:0 0 18px}
.auth-tabs{display:grid;grid-template-columns:repeat(2,1fr);padding:3px;background:#f3f3f3;border-radius:9px;margin-bottom:12px}
.auth-tabs:has(button:only-child){display:none}
.auth-tabs button{min-height:34px;border:0;border-radius:7px;background:transparent;color:#75695f;font:inherit;font-size:11px;cursor:pointer}
.auth-tabs button.is-active{background:#fff;color:#302a24;box-shadow:0 1px 5px #00000010}
.auth-dialog .rewards-login{gap:10px}
.auth-dialog .rewards-login>label>span:first-child{font-size:11px;color:#75695f}
.auth-dialog .rewards-login input:not([type="checkbox"]){border-color:#d9d9d9;border-radius:9px;padding:13px 14px;min-height:48px}
.auth-dialog .rewards-login input:not([type="checkbox"]):focus{outline:0;border-color:#b5232b;box-shadow:0 0 0 3px #b5232b12}
.auth-dialog .primary{border-radius:999px;min-height:49px;font-weight:500;margin-top:4px;box-shadow:0 7px 18px #8e1f271c;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.auth-dialog .primary:hover{background:#a51f27;box-shadow:0 9px 22px #8e1f2728;transform:translateY(-1px)}
.auth-dialog .primary:active{transform:translateY(0);box-shadow:0 3px 10px #8e1f2720}
.auth-links{display:flex;align-items:center;justify-content:center;gap:18px;min-height:28px;flex-wrap:wrap}
.auth-links button{border:0;background:transparent;color:#75695f;padding:5px 0;font:inherit;font-size:11px;cursor:pointer}
.auth-links button:hover{color:#b5232b}
.auth-notice{text-align:center;padding:14px 0 4px}.auth-notice .reward-link{margin:4px auto 0;text-align:center}
.auth-reset>.rewards-content{padding-top:12px}
.auth-dialog .rewards-error{margin:0}
.auth-secondary{display:flex;justify-content:space-between;gap:18px}.auth-secondary[hidden]{display:none}.auth-secondary .reward-link{width:auto;padding:4px 0;text-align:left}
@media(max-width:560px){.auth-dialog>header{padding:25px 24px 16px}.auth-dialog>.rewards-content{padding:0 24px 26px}.auth-dialog>header h2{font-size:25px}}
[hidden]{display:none!important}
.rewards-dialog .primary {
  background: #b5232b;
  color: white;
  border: 0;
  width: 100%;
  padding: 14px;
  font: inherit;
  border-radius: 5px;
}
.rewards-balance {
  font-size: 38px !important;
  line-height: 1.2 !important;
  margin: 4px 0 16px !important;
  color: #b5232b;
}
.rewards-balance small {
  font-size: 13px;
  color: #655a50;
}
.reward-item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #e5ddd5;
  padding: 16px 0;
}
.reward-item img {
  object-fit: cover;
  border-radius: 6px;
  flex-shrink: 0;
}
.reward-item > div {
  flex: 1;
  min-width: 0;
}
.reward-item strong {
  font-size: 14px;
  line-height: 1.5;
  display: block;
}
.reward-item small {
  display: block;
  font-size: 11px;
  color: #75685e;
  margin-top: 5px;
  line-height: 1.5;
}
.reward-item button {
  border: 1px solid #b5232b;
  border-radius: 5px;
  min-height: 40px;
  padding: 8px;
  background: transparent;
  color: #b5232b;
  font: inherit;
  font-size: 12px;
  flex-shrink: 0;
}
.rewards-dialog button:disabled {
  opacity: 0.45;
}
.reward-link {
  display: block;
  border: 0;
  background: none;
  color: #b5232b;
  font: inherit;
  font-size: 13px;
  padding: 14px 0;
  text-align: left;
  min-height: 44px;
}
.rewards-error {
  color: #a32d29;
  min-height: 0;
}
.rewards-content details {
  border-top: 1px solid #ded4ca;
  margin-top: 20px;
  padding-top: 16px;
  font-size: 13px;
}
.rewards-content summary {
  cursor: pointer;
  min-height: 36px;
}
.reward-transaction {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #e5ddd5;
  font-size: 12px;
}
.reward-transaction small {
  display: block;
  color: #75685e;
  margin-top: 5px;
  font-size: 11px;
}
.rewards-content .reward-email {
  margin: 20px 0 0;
  color: #75685e;
  overflow-wrap: anywhere;
}
.checkout-rewards p,
.checkout-rewards small {
  font-size: 12px;
  line-height: 1.6;
  margin: 8px 0;
}
.checkout-rewards small {
  color: #b5232b;
}
.reward-earned {
  background: #f1e7df;
  color: #b5232b;
}
.reward-earned strong {
  font-size: 15px;
}
.reward-earned p {
  font-size: 12px;
  line-height: 1.5;
}
.rewards-dialog button:focus-visible,
.dish-reward:focus-visible,
.rewards-bar button:focus-visible {
  outline: 2px solid #b5232b;
  outline-offset: 3px;
}
@media (max-width: 360px) {
  .rewards-content {
    padding: 16px;
  }
  .reward-item {
    gap: 8px;
  }
  .reward-item img {
    width: 48px;
    height: 48px;
  }
}

.wallet-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;background:#f0e7df;border-radius:8px;margin:0 0 18px}.wallet-card span,.wallet-card small{display:block;font-size:12px}.wallet-card strong{display:block;font-size:28px;margin:8px 0}.reward-item-button{padding:10px 16px;border:1px solid #b5232b;border-radius:5px;background:transparent;color:#b5232b;font:inherit}.wallet-payment-choice{border-bottom:1px solid #e5ddd5;padding-bottom:12px;margin-bottom:12px}.wallet-payment-choice p{font-size:13px}.wallet-payment-choice .checkout-text-action{float:none;margin-top:8px}.wallet-dialog .primary{min-height:44px}
/* Points accumulate on a quiet, persistent scale. */
.loyalty-account{width:min(480px,calc(100vw - 24px));border-radius:20px}
.loyalty-account>.rewards-content{padding:0 20px 24px}
.loyalty-account>header{padding:20px;border-bottom:0}
.loyalty-account .wallet-card{padding:13px 0 15px;background:none;border-radius:0;border-bottom:1px solid #ded4ca;margin-bottom:8px}
.loyalty-account .wallet-card strong{font-size:23px;margin:5px 0 0}
.loyalty-account .rewards-content>details{font-size:12px;color:#75695f}
.loyalty-account .rewards-content>p:not(.rewards-error){font-size:11px;line-height:1.8;color:#75695f}
.loyalty-account .rewards-content>h3{font-size:20px;margin:24px 0 14px}
.loyalty-savings{position:relative;padding:20px 18px 15px;margin-bottom:18px;background:#f1e8dd;border:1px solid #e5d8c9;border-radius:12px;overflow:hidden}
.savings-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:11px;color:#76675b}
.savings-growth{color:#b5232b;font-size:10px}
.savings-total{display:flex;align-items:center;justify-content:space-between;margin:0 0 18px}
.loyalty-savings .rewards-balance{margin:0!important;color:#b5232b;font-size:48px!important;line-height:1!important;letter-spacing:-2px;display:flex;align-items:baseline;gap:10px;font-variant-numeric:tabular-nums}
.loyalty-savings .rewards-balance small{font-size:11px;letter-spacing:0;color:#76675b}
.savings-scale{width:100%;position:relative;padding:6px 0}
.savings-scale::before{content:"";position:absolute;left:15px;right:15px;top:50%;height:2px;transform:translateY(-50%);background:linear-gradient(to right,#b5232b var(--progress),#d9cbbb var(--progress))}
.savings-ticks{position:relative;display:flex;justify-content:space-between;align-items:center}
.savings-ticks i{display:block;position:relative;width:24px;height:24px;background:#f1e8dd;border:3px solid #f1e8dd;border-radius:50%;box-sizing:content-box}
.savings-ticks i::after{content:"";position:absolute;inset:2px;background:linear-gradient(to right,#b5232b var(--filled),#d9cbbb var(--filled));mask:url("/brand/dumpling-symbol.svg") center/contain no-repeat;transform:rotate(-90deg)}
.savings-labels{display:flex;justify-content:space-between;margin:3px 0 16px;padding:0;font-size:11px;font-style:normal;color:#75695f;font-variant-numeric:tabular-nums}
.savings-goal{display:flex;align-items:center;gap:12px;border-top:1px solid #decebc;padding-top:14px}
.savings-goal img{width:42px;height:42px;object-fit:cover;border-radius:50%;background:#fffaf4}
.savings-goal>div{flex:1}.savings-goal strong{display:block;font-size:14px;font-weight:600;color:#342c25;line-height:1.5}.savings-goal div>span{display:block;font-size:11px;color:#887665;margin-top:4px}
.savings-ready{border:1px solid #b5232b;color:#b5232b;width:24px;height:24px;border-radius:50%;text-align:center;line-height:22px;font-size:13px}
.savings-empty{font-size:12px;color:#887665;line-height:1.7}
.loyalty-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:24px}
.loyalty-gallery .loyalty-food{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:0;border:1px solid #ece3d9;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #3c241008}
.loyalty-food-photo{position:relative;isolation:isolate;aspect-ratio:1;background:#fff;overflow:hidden;padding:14px;display:grid;place-items:center}
.loyalty-gallery .loyalty-food-photo img{display:block;width:100%;height:100%;object-fit:contain;border-radius:0;min-height:0}
.loyalty-food-copy{display:flex;flex-direction:column;gap:12px;padding:0 12px 14px;flex:1;text-align:center;align-items:center}
.loyalty-gallery .loyalty-food-copy>small{font-size:8px;letter-spacing:1px;color:#b5232b;margin:0}
.loyalty-food-copy>strong{font-size:14px;line-height:1.45;font-weight:600}
.loyalty-food-copy>span{font-size:12px;color:#75695f}
.loyalty-food-copy>.loyalty-style{font-size:10px;line-height:1.5}
.loyalty-gallery .loyalty-food button{margin-top:auto;width:100%;min-height:40px;background:#b5232b;color:#fff4df;border:1px solid #b5232b;border-radius:999px;font:inherit;font-size:12px;padding:8px 4px}
.loyalty-gallery .loyalty-food button:disabled{background:transparent;color:#776c63;border-color:transparent;opacity:1}
.loyalty-gallery .loyalty-coupon{grid-column:1/-1;display:grid;grid-template-columns:90px 1fr;border-style:dashed;align-items:center;background:#f4eee5}
.loyalty-coupon .loyalty-food-photo{margin:10px;aspect-ratio:1;border-radius:50%}
.loyalty-gallery .loyalty-coupon button{background:transparent;color:#b5232b;width:auto;align-self:flex-start;padding:6px 15px}

.savings-heading:has(.savings-growth:empty){display:none}

.topup-tiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-bottom:20px}.topup-tiers button{min-height:74px;border:1px solid #b5232b;border-radius:8px;background:#f1e8dd;color:#b5232b;padding:12px;font:inherit;text-align:left}.topup-tiers strong,.topup-tiers span{display:block}.topup-tiers strong{font-size:22px}.topup-tiers span{font-size:12px;margin-top:5px}[data-topup-summary]{font-size:15px;font-weight:600;color:#b5232b;line-height:1.6}

.loyalty-food-copy>.loyalty-cost{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:0 0 2px;padding:4px 10px;border:1px solid #b5232b;border-radius:999px;color:#b5232b;font-size:10px;line-height:1}
.loyalty-cost b{font-size:20px;font-weight:600;line-height:1;letter-spacing:-.5px;color:inherit;font-variant-numeric:tabular-nums}
.loyalty-cost svg{fill:none;stroke:currentColor;stroke-width:1.5;margin-right:1px}
.is-locked .loyalty-food-copy>.loyalty-cost{color:#776c63;border-color:#c8bcb0}
.loyalty-coupon .loyalty-food-copy{border-top:0;padding:14px 12px;text-align:left;align-items:stretch;gap:8px}
.loyalty-coupon .loyalty-food-photo{padding:0}
.loyalty-food.is-unlocked{border-color:#b5232b30}
@media(hover:hover){.loyalty-food.is-unlocked button:hover{background:#971b22}}

.savings-labels>span{width:30px;text-align:center}

.account-back{margin:0 20px 18px;padding:6px 0;border:0;background:none;color:#b5232b;font:inherit;font-size:13px;min-height:36px;cursor:pointer}
.account-identity{display:flex;align-items:center;gap:12px;margin:0 0 22px;font-size:13px;overflow-wrap:anywhere}
.account-identity svg{flex-shrink:0;fill:none;stroke:#b5232b;stroke-width:1.4}
.account-balance{display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left;padding:0 0 20px;margin:0 0 20px;border:0;border-bottom:1px solid #e5ddd5;background:none;font:inherit;color:inherit;cursor:pointer}
.account-balance>span{font-size:12px}.account-balance>span:last-child{color:#b5232b}.account-balance strong{display:block;font-size:30px;margin-top:6px}
.account-points{position:relative;margin-bottom:22px}.account-points .loyalty-savings{margin:0;border-radius:12px 12px 0 0;border-bottom:0}
.account-points-link{display:flex;justify-content:space-between;width:100%;border:1px solid #e5d8c9;border-top:0;border-radius:0 0 12px 12px;background:#f1e8dd;color:#b5232b;padding:0 18px 16px;font:inherit;font-size:12px;min-height:36px;cursor:pointer}
.account-nav{margin-top:12px}.account-nav button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:62px;background:none;border:0;border-top:1px solid #e5ddd5;font:inherit;color:#302a24;text-align:left;padding:12px 0;font-size:15px;cursor:pointer}.account-nav button>span:last-child{font-size:24px;color:#9a8c80}
.account-order{display:block;width:100%;padding:16px;margin:12px 0;border:1px solid #e5ddd5;border-radius:10px;background:#fff;color:inherit;text-align:left;font:inherit;cursor:pointer}.account-order-top,.account-order-bottom{display:flex;justify-content:space-between;align-items:center;gap:8px}.account-order-top{font-size:14px}.account-order-top em{font-style:normal;color:#b5232b;font-size:12px}.account-order-items{display:block;margin:12px 0;font-size:12px;line-height:1.7}.account-order-bottom{font-size:11px;color:#75695f}.account-order-bottom strong{font-size:15px;color:#302a24}.account-detail-status{font-size:26px;color:#b5232b;margin-bottom:12px}.account-profile-field{display:grid;gap:12px;padding:18px 0;border-bottom:1px solid #e5ddd5;overflow-wrap:anywhere;font-size:14px}.account-profile-field>span{font-size:12px;color:#75695f}.account-empty{padding:24px 0}

/* Account: one branded balance card, then everyday actions. */
.member-home>header{padding:24px 24px 10px}
.member-home>.rewards-content{padding:0 24px 24px}
.member-home .account-identity{margin:0 0 22px;color:#75695f;font-size:12px;line-height:1.5}
.account-pass{background:#b5232b;color:#fff5e8;border-radius:14px;overflow:hidden}
.member-home .account-points{margin:0}
.member-home .loyalty-savings{background:none;border:0;padding:24px 20px 12px;margin:0;border-radius:0}
.member-home .loyalty-savings .rewards-balance{color:#fff5e8;font-size:54px!important;gap:12px;letter-spacing:-2px}
.member-home .loyalty-savings .rewards-balance small{color:#f6d3cd;font-size:11px}
.member-home .savings-total{margin:0 0 22px}
.member-home .savings-growth{color:#fff5e8}
.member-home .savings-scale::before{background:linear-gradient(to right,#fff5e8 var(--progress),#ffffff35 var(--progress))}
.member-home .savings-ticks i{background:#b5232b;border-color:#b5232b}
.member-home .savings-ticks i::after{background:linear-gradient(to right,#fff5e8 var(--filled),#ffffff35 var(--filled))}
.member-home .savings-labels{color:#f6d3cd;margin-bottom:14px;font-size:10px}
.member-home .savings-goal{border:0;padding:0;gap:0}
.member-home .savings-goal img{display:none}
.member-home .savings-goal>div{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.member-home .savings-goal strong{font-size:12px;color:#fff5e8}
.member-home .savings-goal div>span{font-size:11px;color:#f6d3cd;margin:0}
.member-home .savings-ready{color:#fff5e8;border-color:#fff5e8}
.member-home .savings-empty{color:#f6d3cd}
.member-home .account-points-link{position:absolute;top:26px;right:16px;width:auto;gap:10px;min-height:36px;padding:6px 8px;border:0;background:none;color:#fff5e8;font-size:12px}
.member-home .account-balance{width:calc(100% - 40px);margin:0 20px;padding:16px 0 18px;border-color:#ffffff38;color:#fff5e8;border-bottom:0;border-top:1px solid #ffffff38}
.member-home .account-balance>span:first-child{display:flex;align-items:baseline;gap:10px;font-size:11px;color:#f6d3cd}
.member-home .account-balance strong{font-size:23px;margin:0;color:#fff5e8}
.member-home .account-balance>span:last-child{font-size:11px;color:#fff5e8}
.member-home .account-nav{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:22px 0 24px;padding:0 0 20px;border-bottom:1px solid #e5ddd5}
/* With no order to show, the section below collapses to nothing and the
   rule underneath the shortcuts is left hanging over empty space. */
.member-home .account-nav:has(+ [data-current-order]:empty){margin-bottom:8px;padding-bottom:0;border-bottom:0}
.member-home .account-nav button{flex-direction:column;justify-content:center;gap:10px;border:0;min-height:70px;padding:4px;font-size:12px;text-align:center}
.member-home .account-nav button+button{border-left:1px solid #e5ddd5}
.member-home .account-nav button>span:last-child{font-size:12px;color:#302a24}
.account-nav svg{fill:none;stroke:#b5232b;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}
.member-home [data-current-order]>h3{font-size:16px;margin:0 0 12px}
.member-home .account-order{border:1px solid #e8e8e8;border-left:2px solid #b5232b;border-radius:0;background:#fff;margin:0;padding:16px}
.account-order-top em{font-size:10px;padding:3px 7px;border:1px solid #b5232b33;border-radius:4px}
.account-subpage>header{align-items:center;padding:18px 16px;border-bottom:1px solid #e5ddd5;margin-bottom:24px;gap:8px}
.account-subpage>header>div{flex:1}
.account-subpage>header .eyebrow{display:none}
.account-subpage>header h2{font-size:19px;margin:0}
.account-subpage>header .account-back{width:36px;height:40px;margin:0;padding:0;display:grid;place-items:center;flex:none;color:#302a24}
.account-back svg{fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}
.coupon-page{min-height:480px}
.coupon-empty{padding:35px 0 30px;text-align:center;display:flex;flex-direction:column;align-items:center}
.coupon-ticket{width:164px;height:98px;background:#f0e4d6;border:1px solid #dac7b1;border-radius:8px;position:relative;margin:0 0 30px;transform:rotate(-8deg)}
.coupon-ticket::before,.coupon-ticket::after{content:"";position:absolute;top:39px;width:18px;height:18px;background:#fff;border:1px solid #dac7b1;border-radius:50%}
.coupon-ticket::before{left:-10px;border-left-color:transparent;border-bottom-color:transparent;transform:rotate(45deg)}
.coupon-ticket::after{right:-10px;border-right-color:transparent;border-top-color:transparent;transform:rotate(45deg)}
.coupon-perforation{position:absolute;right:38px;top:8px;bottom:8px;border-left:1px dashed #c6ad91}
.coupon-symbol{position:absolute;left:40px;top:27px;width:38px;height:44px;background:#b5232b;mask:url('/brand/dumpling-symbol.svg') center/contain no-repeat;transform:rotate(-90deg)}
.coupon-empty h3{font-size:20px!important;font-weight:600;margin:0 0 12px!important}
.coupon-empty p{color:#75695f;font-size:13px;line-height:1.9;margin:0 0 28px}
.coupon-explore{border:1px solid #b5232b;border-radius:999px;background:transparent;color:#b5232b;padding:12px 20px;min-height:44px;font:inherit;font-size:12px;display:flex;gap:24px;align-items:center;cursor:pointer}
@media(max-width:360px){.member-home>.rewards-content{padding-inline:18px}.member-home .account-points-link{right:10px;top:26px;font-size:11px}.member-home .loyalty-savings{padding-inline:16px}.member-home .loyalty-savings .rewards-balance{font-size:46px!important;gap:6px}}

[data-points-total]{font-family:Arial,"Helvetica Neue",sans-serif;font-style:normal;font-variant-numeric:lining-nums tabular-nums;font-feature-settings:"zero" 0}

.account-orders-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.account-orders-heading h3{font-size:16px;margin:0}.account-orders-heading button{border:0;background:none;color:#b5232b;font:inherit;font-size:12px;min-height:44px;padding:0;cursor:pointer}

.account-redemptions{margin-top:24px}.account-redemptions>h3{font-size:16px;margin:0 0 14px}.account-redemptions .loyalty-gallery{margin-bottom:0}

.loyalty-account{background:#fff}

.account-redemptions .loyalty-gallery{display:grid;grid-auto-flow:column;grid-template-columns:none;grid-auto-columns:56%;gap:12px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#d8d8d8 transparent;padding:4px 2px 14px}
.account-redemptions .loyalty-food{scroll-snap-align:start;box-shadow:0 3px 10px #00000009;border-color:#ebebeb}
.account-redemptions .account-orders-heading{margin-bottom:8px}
.all-rewards-balance{flex:none;font-family:Arial,sans-serif;font-size:13px;font-weight:600;color:#b5232b;white-space:nowrap}
.all-rewards-page>header{gap:6px}
.all-rewards-page>header h2{font-size:17px}
.all-rewards-page>header>div{min-width:0}
.all-rewards-page .loyalty-gallery{gap:14px}
.all-rewards-page .loyalty-food{border-color:#ebebeb;box-shadow:0 3px 10px #00000009}

/* Compact rewards and a lighter account overview. */
.member-home .account-pass{background:#fff;color:#302a24;border:1px solid #e7e7e7;border-radius:12px}
.member-home .loyalty-savings{padding:18px 16px 12px}
.member-home .loyalty-savings .rewards-balance{color:#b5232b;font-size:46px!important}
.member-home .loyalty-savings .rewards-balance small,.member-home .savings-labels{color:#75695f}
.member-home .savings-total{margin-bottom:16px}
.member-home .savings-growth{color:#b5232b}
.member-home .savings-scale::before{background:linear-gradient(to right,#b5232b var(--progress),#e4e4e4 var(--progress))}
.member-home .savings-ticks i{background:#fff;border-color:#fff}
.member-home .savings-ticks i::after{background:linear-gradient(to right,#b5232b var(--filled),#dedede var(--filled))}
.member-home .savings-goal strong{color:#302a24}
.member-home .savings-goal div>span,.member-home .savings-empty{color:#75695f}
.member-home .savings-ready{color:#b5232b;border-color:#b5232b}
.member-home .account-points-link{color:#b5232b;top:20px}
.member-home .account-balance{width:calc(100% - 32px);margin:0 16px;padding:13px 0 15px;border-top-color:#e7e7e7;color:#302a24}
.member-home .account-balance>span:first-child{color:#75695f}
.member-home .account-balance strong{color:#302a24;font-size:22px}
.member-home .account-balance>span:last-child{color:#b5232b}
.account-redemptions .loyalty-gallery{grid-auto-columns:calc((100% - 12px)/2)}
.account-redemptions .loyalty-food-photo{aspect-ratio:1.12;padding:10px}
.account-redemptions .loyalty-food-copy{gap:8px;padding:0 10px 10px}
.account-redemptions .loyalty-food-copy>strong{font-size:13px}
.account-redemptions .loyalty-cost{padding:4px 8px;font-size:10px}
.account-redemptions .loyalty-cost b{font-size:18px}
.account-redemptions .loyalty-food button{min-height:36px;padding:7px 3px;font-size:11px}
.account-redemptions .loyalty-food{border-radius:12px}
.loyalty-cost b,.savings-labels{font-family:Arial,"Helvetica Neue",sans-serif;font-style:normal;font-feature-settings:"zero" 0}

.account-orders-heading [data-all-rewards]{width:44px;display:grid;place-items:center}.account-orders-heading [data-all-rewards] svg{fill:none;stroke:currentColor;stroke-width:1.5}
.account-redemptions .loyalty-gallery{grid-auto-columns:44%;gap:10px}.account-redemptions .loyalty-food-photo{aspect-ratio:1.2;padding:8px}.account-redemptions .loyalty-food-copy{padding:0 8px 8px;gap:6px}.account-redemptions .loyalty-cost b{font-size:16px}.account-redemptions .loyalty-food-copy>strong{font-size:12px}.account-redemptions .loyalty-food button{min-height:34px;font-size:10px}

.rewards-bar{margin-left:8px}
.member-dumpling-person{display:block;width:30px;height:33px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;transform-origin:50% 72%;animation:dumpling-greet 2.4s cubic-bezier(.22,.72,.18,1) infinite}
.member-dumpling-person .dumpling-head{fill:#fff;stroke:currentColor;stroke-width:1.55}
.member-dumpling-person .dumpling-face,.member-dumpling-person .dumpling-pleats{stroke:currentColor;stroke-width:1.25}
.member-dumpling-person .dumpling-apron{fill:currentColor;stroke:none}
.member-dumpling-person .dumpling-pocket{stroke:#fff;stroke-width:1.15}
.member-dumpling-person .dumpling-wave{transform-box:view-box;transform-origin:24px 25px;animation:dumpling-wave 1.2s cubic-bezier(.22,.72,.18,1) infinite alternate}
[data-rewards-account]:active .member-dumpling-person{transform:translateY(-1px) scale(.94)}
@keyframes dumpling-greet{0%,100%{transform:translateY(0) rotate(-1deg)}50%{transform:translateY(-1px) rotate(1deg)}}
@keyframes dumpling-wave{0%{transform:rotate(3deg)}45%{transform:rotate(-16deg)}70%{transform:rotate(5deg)}100%{transform:rotate(-12deg)}}
@media(prefers-reduced-motion:reduce){.member-dumpling-person,.member-dumpling-person .dumpling-wave{animation:none}}
.member-dumpling-mark{display:block;width:30px;height:28px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round;transform-origin:50% 75%;animation:dumpling-mark 2.4s ease-in-out infinite}
.member-dumpling-mark path:first-child{fill:#fff;stroke-width:1.55}
@keyframes dumpling-mark{0%,100%{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(3deg) translateY(-1px)}}
@media(prefers-reduced-motion:reduce){.member-dumpling-mark{animation:none}}
