.order-item-row{display:grid;grid-template-columns:26px minmax(0,1fr) auto;gap:10px;padding:14px 0;border-bottom:1px dashed rgba(30,40,35,.14);color:#1f2a24;font-size:14px;line-height:1.6}.order-quantity{display:flex;align-items:center;justify-content:center;align-self:start;min-height:26px;padding:0 3px;border-radius:6px;background:#edefe9;font-size:13px;font-weight:700}.order-item-content{min-width:0}.order-item-title{display:flex;flex-wrap:wrap;align-items:baseline;gap:4px 8px;overflow-wrap:anywhere}.order-item-title strong{font-weight:800}.order-item-title span{color:#5a665f;font-size:12px;white-space:nowrap}.order-item-price{white-space:nowrap;font-size:15px;font-variant-numeric:tabular-nums}.order-item-options{margin-top:4px;padding-left:10px;border-left:1px solid rgba(30,40,35,.25);color:#5a665f;font-size:12px;line-height:1.7;overflow-wrap:anywhere}.order-item-options p{margin:0}.history-card{background:#fbfbf7;color:#1f2a24;border-radius:10px;overflow:hidden;box-shadow:0 2px 12px #1e28230a;font-size:14px;line-height:1.6}.history-summary{padding:16px 16px 0}.history-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.history-code{color:#5a665f;font-size:12px;letter-spacing:.5px}.history-date{font-size:24px;line-height:1.4;font-weight:900;font-variant-numeric:tabular-nums}.history-type{border:1px solid rgba(30,40,35,.14);background:#edefe9;border-radius:6px;padding:5px 10px;font-size:13px;font-weight:700;flex-shrink:0}.history-pickup{color:#8d2f28;font-weight:700;font-size:13px;margin-top:3px}.history-status{color:#5a665f;font-size:12px;margin-left:8px;font-weight:500}.history-meals{margin-top:12px;font-weight:700;overflow-wrap:anywhere}.history-count{color:#5a665f;font-size:12px;margin-top:3px}.history-amount{margin-top:10px;padding-top:8px;border-top:1px solid rgba(30,40,35,.14)}.history-amount-label{color:#5a665f;font-size:12px;letter-spacing:1px}.history-amount-value{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin:2px 0 8px}.history-amount-value strong{font-size:28px;font-weight:900;color:#8d2f28;line-height:1.3}.history-amount-value span{color:#5a665f;font-size:13px;font-weight:700}.history-reorder{width:100%;min-height:44px;display:flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:6px;font-size:16px;font-weight:800}.history-toggle{width:100%;min-height:44px;display:flex;justify-content:center;align-items:center;gap:8px;color:#5a665f;font-size:13px;font-weight:700;background:transparent;border:0}.history-details{padding:12px 16px 16px;background:#edefe959;border-top:1px solid rgba(30,40,35,.08)}.history-details h3{font-size:14px;font-weight:800;margin:0}.order-money-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-top:10px;font-size:14px}.order-money-row strong{white-space:nowrap;font-variant-numeric:tabular-nums}.order-money-row.accent{color:#8d2f28}.order-money-row.total{margin-top:12px;padding-top:10px;border-top:1px solid rgba(30,40,35,.14)}.order-money-row.total strong{font-size:24px;color:#8d2f28}.order-points-used{color:#5a665f;font-size:12px;margin-top:2px}.history-notes{margin-top:12px;color:#5a665f;font-size:12px;line-height:1.7}.history-notes summary{cursor:pointer;min-height:44px;display:flex;align-items:center;text-decoration:underline}.history-notes p{margin:4px 0}.order-layout button:focus-visible,.history-notes summary:focus-visible{outline:2px solid #8d2f28;outline-offset:3px}.reorder-page{color:#1f2a24;font-size:14px}.reorder-header{display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:3px solid #8d2f28}.reorder-header button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:#edefe9;flex-shrink:0}.reorder-header h1{font-size:19px;font-weight:900}.reorder-step{color:#5a665f;font-size:12px}.reorder-error{text-align:center;padding:28px 20px;background:#fbfbf7;border-radius:12px;box-shadow:0 2px 12px #1e28230a}.reorder-error svg{margin:0 auto 12px;color:#8d2f28}.reorder-error h2{font-size:18px;font-weight:800;margin-bottom:8px}.reorder-error p{color:#5a665f;line-height:1.8}.reorder-page .reorder-primary{min-height:44px;padding:10px 16px;width:100%;border-radius:6px;background:#1f2a24;color:#fbfbf7;font-weight:700}.reorder-page article,.reorder-page [aria-label=最新草稿]{background:#fbfbf7;border-color:#1e282324}.reorder-page select,.reorder-page input[type=number]{border:1px solid rgba(30,40,35,.25);border-radius:6px;padding:8px;background:#fbfbf7}.reorder-page button:disabled{opacity:.5}@keyframes swing{0%,to{transform:rotate(-10deg)}50%{transform:rotate(10deg)}}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.animate-slide-up{animation:slide-up .3s ease-out forwards}.animate-fade-in{animation:fade-in .3s ease-out forwards}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.marquee{display:inline-block;padding-left:100%;animation:marquee 20s linear infinite}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.85}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.animate-pulse-subtle{animation:pulse-subtle 2s ease-in-out infinite}.animate-shimmer{animation:shimmer 3s ease-in-out infinite}
