.orders-page{--orders-accent:#f2552c;--orders-accent-strong:#e94a1c;--orders-muted:#6b7280;--orders-border:#e5e7eb;--orders-bg:#ffffff;--orders-soft:#f5f6f8;color:#111827;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui}.orders-page,.orders-page .orders-screen{min-height:100vh;background:var(--orders-bg)}.orders-page .orders-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--orders-border);background:#fff}.orders-page .orders-header__left{display:flex;align-items:center;gap:10px}.orders-page .orders-header__btn{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#111827;border:none;background:transparent;cursor:pointer}.orders-page .orders-header__title{font-size:16px;font-weight:600}.orders-page .orders-tabs{display:flex;align-items:center;gap:18px;padding:10px 16px 0;border-bottom:1px solid var(--orders-border);background:#fff;overflow-x:auto;scrollbar-width:none}.orders-page .orders-tabs::-webkit-scrollbar{display:none}.orders-page .orders-tab{position:relative;border:none;background:transparent;padding:6px 0 12px;font-size:14px;color:var(--orders-muted);white-space:nowrap;cursor:pointer}.orders-page .orders-tab.is-active{color:var(--orders-accent);font-weight:600}.orders-page .orders-tab.is-active:after{content:"";position:absolute;left:50%;bottom:2px;width:18px;height:2px;background:var(--orders-accent);border-radius:999px;transform:translateX(-50%)}.orders-page .orders-body{min-height:calc(100vh - 110px)}.orders-page .orders-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:64px 24px;gap:16px}.orders-page .orders-empty__icon{width:160px;height:160px;display:grid;place-items:center}.orders-page .orders-empty__title{font-size:15px;font-weight:600;color:#111827}.orders-page .orders-empty__cta{display:inline-flex;align-items:center;justify-content:center;border:none;background:var(--orders-accent);color:#fff;border-radius:8px;padding:10px 22px;font-size:14px;font-weight:600;box-shadow:0 6px 14px rgba(242,85,44,.2);text-decoration:none}.orders-page .orders-empty__cta:hover{background:var(--orders-accent-strong)}.orders-page .orders-list{background:var(--orders-soft);padding:10px 0 24px;min-height:calc(100vh - 110px)}.orders-page .order-card{background:#fff;padding:12px 16px;border-bottom:1px solid var(--orders-border)}.orders-page .order-card__header{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;color:#111827;margin-bottom:8px}.orders-page .order-card__vendor{display:inline-flex;align-items:center;gap:8px;text-decoration:none;color:inherit}.orders-page .order-card__vendor svg{width:18px;height:18px;color:var(--orders-muted)}.orders-page .order-card__status{font-size:13px;font-weight:600}.orders-page .order-card__status.is-pack{color:#2563eb}.orders-page .order-card__status.is-cancelled{color:#64748b}.orders-page .order-item{display:grid;grid-template-columns:64px 1fr auto;gap:12px;padding:10px 0;border-top:1px solid #f1f5f9}.orders-page .order-item:first-of-type{border-top:none}.orders-page .order-item__thumb{width:64px;height:64px;border-radius:10px;background:#f3f4f6;display:grid;place-items:center;overflow:hidden}.orders-page .order-item__thumb svg{width:40px;height:40px;color:#f97316;opacity:.8}.orders-page .order-item__info{display:flex;flex-direction:column;gap:6px}.orders-page .order-item__name{font-size:14px;font-weight:600;color:#111827}.orders-page .order-item__meta{font-size:12px;color:var(--orders-muted);background:#f1f5f9;align-self:flex-start;padding:2px 8px;border-radius:999px}.orders-page .order-item__price{text-align:right;font-size:13px;font-weight:600;color:#111827}.orders-page .order-item__qty{font-size:12px;color:var(--orders-muted);text-align:right}.orders-page .order-summary{display:flex;align-items:center;justify-content:flex-end;gap:6px;padding-top:8px;font-size:13px;color:#111827}.orders-page .order-summary strong{font-weight:700}.orders-page .order-actions{display:flex;justify-content:flex-end;padding-top:10px}.orders-page .order-action-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:600;color:#fff;background:var(--orders-accent);text-decoration:none}.orders-page .order-action-btn.is-ghost{background:transparent;color:var(--orders-accent);border:1px solid var(--orders-accent)}.orders-page .order-action-btn:hover{background:var(--orders-accent-strong)}.orders-page .order-action-btn.is-ghost:hover{background:rgba(242,85,44,.08)}.orders-page .order-detail{background:var(--orders-soft);min-height:100vh}.orders-page .order-banner{background:#fde8ef;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.orders-page .order-banner__text h2{font-size:18px;font-weight:700;margin-bottom:4px}.orders-page .order-banner__text p{font-size:12px;color:#6b7280;margin:0}.orders-page .order-banner__icon{width:48px;height:48px;border-radius:12px;background:#fff;display:grid;place-items:center;border:1px solid #fbd5e0}.orders-page .order-section{background:#fff;padding:12px 16px;border-bottom:1px solid var(--orders-border)}.orders-page .order-section__title{font-size:14px;font-weight:600;margin-bottom:8px}.orders-page .order-address{display:flex;gap:10px;font-size:12px;color:#6b7280}.orders-page .order-address strong{color:#111827;display:block;font-size:13px}.orders-page .order-summary-list{display:grid;gap:6px;font-size:13px;color:#6b7280}.orders-page .order-summary-row{display:flex;align-items:center;justify-content:space-between}.orders-page .order-summary-row strong{color:#111827}.orders-page .order-summary-row .order-summary-total{font-weight:700;color:#111827}.orders-page .order-summary-toggle{color:#2563eb;font-size:12px;font-weight:600;display:inline-flex;align-items:center;gap:6px;background:transparent;border:none;cursor:pointer}.orders-page .order-divider{height:8px;background:var(--orders-soft)}.orders-page .order-chat{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;font-weight:600;color:#2563eb;padding:12px;background:#fff;border-bottom:1px solid var(--orders-border)}.orders-page .order-cancel-btn{border:1px solid #cbd5f5;color:#475569;border-radius:8px;padding:6px 14px;font-size:12px;font-weight:600;background:#fff;cursor:pointer}.orders-page .order-cancelled-banner{background:#f9e1ee;padding:18px 16px;border-bottom:1px solid var(--orders-border)}.orders-page .order-cancelled-banner h2{font-size:18px;font-weight:700;margin-bottom:6px}.orders-page .order-cancelled-banner p{font-size:13px;color:#6b7280;margin:0}.orders-page .order-info-list{display:grid;gap:10px;padding:12px 16px;background:#fff;border-bottom:1px solid var(--orders-border)}.orders-page .order-info-row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280}.orders-page .order-info-row strong{color:#111827}.orders-page .order-help{margin:24px 16px 32px;border-radius:8px;border:1px solid #f5a5c0;color:#ec4899;background:#fff;padding:10px 16px;text-align:center;font-weight:600}.orders-page .cancel-screen{min-height:100vh;background:var(--orders-soft);padding-bottom:120px}.orders-page .cancel-list{background:#fff;padding:12px 16px;border-bottom:1px solid var(--orders-border)}.orders-page .cancel-item{display:grid;grid-template-columns:24px 64px 1fr auto;gap:12px;align-items:center;padding:12px 0;border-top:1px solid #f1f5f9}.orders-page .cancel-item:first-of-type{border-top:none}.orders-page .cancel-checkbox{width:18px;height:18px;border-radius:4px;border:1.5px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;background:#fff;cursor:pointer}.orders-page .cancel-checkbox.is-checked{background:var(--orders-accent);border-color:var(--orders-accent);color:#fff}.orders-page .cancel-footer{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--orders-border);padding:12px 16px 18px}.orders-page .cancel-footer__row{display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#111827;margin-bottom:10px}.orders-page .cancel-footer__row button{background:transparent;border:none;color:#6b7280;font-size:12px;display:inline-flex;align-items:center;gap:6px;cursor:pointer}.orders-page .cancel-confirm{width:100%;border:none;border-radius:8px;padding:12px 16px;font-size:15px;font-weight:700;background:var(--orders-accent);color:#fff;cursor:pointer}.orders-page .cancel-confirm:disabled{background:#fbd3c5;color:#fff;cursor:not-allowed}.orders-page .cancel-modal{position:fixed;inset:0;background:rgba(15,23,42,.45);display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.orders-page .cancel-modal__panel{width:100%;max-width:420px;background:#fff;border-radius:16px;padding:16px;max-height:80vh;overflow:auto}.orders-page .cancel-modal__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.orders-page .cancel-modal__title{font-size:16px;font-weight:700}.orders-page .cancel-modal__close{border:none;background:transparent;font-size:18px;color:#6b7280;cursor:pointer}.orders-page .cancel-reason{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;font-size:13px;color:#111827;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid #f1f5f9;cursor:pointer}.orders-page .cancel-reason:last-child{border-bottom:none}.orders-page .cancel-reason__check{width:18px;height:18px;border-radius:4px;border:1.5px solid #cbd5e1;display:inline-flex;align-items:center;justify-content:center;background:#fff}.orders-page .cancel-reason__check.is-selected{border-color:var(--orders-accent);color:var(--orders-accent)}.orders-page .order-link{color:#2563eb;font-size:12px;font-weight:600}.orders-page .order-meta-grid{display:grid;gap:8px;font-size:12px;color:#6b7280}.orders-page .order-meta-grid .order-meta-row{display:flex;align-items:center;justify-content:space-between}.orders-page .order-meta-grid .order-meta-row strong{color:#111827}@media (min-width:768px){.orders-page .cancel-screen,.orders-page .order-detail,.orders-page .orders-screen{max-width:420px;margin:0 auto;box-shadow:0 0 0 1px #f1f5f9}}@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap");.thankyou-page{--app-bg:#f6f7fb;--app-card:#ffffff;--app-accent:#f2552c;--app-accent-strong:#e94a1c;--app-muted:#6b7280;--app-border:#e5e7eb;background:var(--app-bg);min-height:100vh;color:#111827;font-family:Plus Jakarta Sans,ui-sans-serif,system-ui}.thankyou-desktop{max-width:900px;margin:0 auto;padding:40px 16px 60px}.thankyou-card{background:var(--app-card);border-radius:18px;padding:32px;box-shadow:0 14px 30px rgba(15,23,42,.08)}.thankyou-hero{text-align:center;padding-bottom:20px;border-bottom:1px solid var(--app-border)}.thankyou-hero h1{font-size:22px;font-weight:700;margin-bottom:10px}.thankyou-hero p{color:var(--app-muted);margin-bottom:10px}.thankyou-hero span{display:block;color:var(--app-muted);font-size:12px}.thankyou-amount{font-size:28px;font-weight:700;color:var(--app-accent);margin-bottom:8px}.thankyou-section{margin-top:24px}.thankyou-section h2{font-size:14px;font-weight:600;margin-bottom:12px;color:#111827}.thankyou-item,.thankyou-items{display:grid;gap:12px}.thankyou-item{grid-template-columns:64px 1fr auto;align-items:center;padding:10px 12px;border:1px solid var(--app-border);border-radius:12px;background:#fff}.thankyou-item__media{width:64px;height:64px;border-radius:10px;overflow:hidden;background:#f3f4f6}.thankyou-item__media img{width:100%;height:100%;object-fit:cover}.thankyou-item__placeholder{width:100%;height:100%;background:#e5e7eb}.thankyou-item__name{font-size:13px;font-weight:600}.thankyou-item__meta{font-size:11px;color:var(--app-muted)}.thankyou-item__price{font-weight:600;color:#111827;font-size:13px}.thankyou-summary{margin-top:24px;padding:16px;border-radius:12px;background:#f8fafc;border:1px dashed var(--app-border);display:grid;gap:8px;font-size:13px}.thankyou-summary strong{color:var(--app-accent)}.thankyou-summary__note{font-size:12px;color:var(--app-muted)}.thankyou-actions{margin-top:24px;display:flex;justify-content:center;gap:12px}.thankyou-btn{background:var(--app-accent);color:#fff;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;border:none;display:inline-flex;align-items:center;justify-content:center}.thankyou-btn--ghost{background:#fff;color:var(--app-accent);border:1px solid var(--app-accent)}.thankyou-btn--full{width:100%}.thankyou-mobile{padding:18px 16px 60px}.thankyou-mobile__header{text-align:center;margin-bottom:14px}.thankyou-mobile__header h1{font-size:18px;font-weight:700;margin-bottom:6px}.thankyou-mobile__header p{color:var(--app-muted);font-size:12px}.thankyou-mobile__amount{font-size:26px;font-weight:700;text-align:center;color:var(--app-accent);margin-bottom:8px}.thankyou-mobile__note{text-align:center;font-size:12px;color:var(--app-muted);margin-bottom:16px}.thankyou-mobile__items{display:grid;gap:10px;margin-bottom:20px}.thankyou-empty{font-size:12px;color:var(--app-muted);text-align:center;padding:12px 0}