:root{
  --shopBrand:#2563eb;
  --shopBg:#f5f6f8;
  --shopCard:#fff;
  --shopLine:#e5e7eb;
  --shopMuted:#6b7280;
}

.page--shop{
  padding-bottom: calc(86px + env(safe-area-inset-bottom));
}

.topbar--shop .topbar__title{
  letter-spacing: .5px;
}
.topbar--shop #btnFilter{
  display:flex;
  align-items:center;
  justify-content:center;
}
.topbarSearchIcon{
  width:22px;
  height:22px;
  fill:none;
  stroke:#fff;
  stroke-width:2.6;
  stroke-linecap:round;
  stroke-linejoin:round;
}

.shopLogin{
  min-height: calc(100vh - 120px);
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding:28px 16px 24px;
  box-sizing:border-box;
}
.shopLogin__card{
  width:min(100%, 420px);
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:24px;
  padding:28px 20px 22px;
  box-shadow:0 12px 30px rgba(15,23,42,.06);
}
.shopLogin__hero{
  width:96px;
  height:96px;
  margin:0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.shopLogin__heroImg{
  width:96px;
  height:96px;
  object-fit:contain;
  display:block;
}
.shopLogin__subtitle{
  margin-bottom:18px;
  color:#6b7280;
  font-size:14px;
  text-align:center;
}
.shopLogin__body{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.shopLogin__field{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.shopLogin__label{
  color:#374151;
  font-size:14px;
  font-weight:800;
}
.shopLogin__input{
  width:100%;
  box-sizing:border-box;
  min-height:46px;
}
.shopLogin__fieldFoot{
  display:flex;
  justify-content:flex-end;
}
.shopLogin__note{
  color:#6b7280;
  font-size:13px;
  line-height:1.6;
  text-align:center;
}
.shopLogin__primary{
  width:100%;
  min-height:46px;
  border-radius:14px;
  font-size:15px;
  font-weight:900;
}
.shopLogin__minorRow{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  flex-wrap:wrap;
}
.shopLogin__textBtn{
  border:none;
  background:transparent;
  color:var(--shopBrand);
  font-size:14px;
  font-weight:800;
  padding:4px 0;
}
.shopLogin__textBtn:disabled{
  color:#9ca3af;
}

.topbar--shop .topbar__title{
  text-align:center;
}

/* hide legacy top seg tabs (we now use bottom nav) */
.seg--primaryTabs{display:none!important}

.bottomNav{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:30;
  height:58px;
  padding-bottom: env(safe-area-inset-bottom);
  background:#fff;
  border-top:1px solid var(--shopLine);
  display:flex;
  align-items:stretch;
}
.bottomNav__item{
  flex:1 1 25%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:2px;
  border:none;
  background:transparent;
  color:#6b7280;
  font-size:11px;
}
.bottomNav__item--on{
  color:var(--shopBrand);
  font-weight:800;
}
.bottomNav__icon{
  width:22px;height:22px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.bottomNav__icon svg{
  width:22px;
  height:22px;
  display:block;
}

/* Orders: top category tabs */
.orderTopTabs{
  position:sticky;
  top:52px;
  z-index:15;
  background:var(--shopBg);
  padding:10px 12px 8px;
  display:flex;
  gap:10px;
}
.orderTopTabs__btn{
  flex:1 1 0;
  position:relative;
  border:none;
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:10px 6px;
  font-weight:900;
  color:#374151;
  font-size:13px;
}
.orderTopTabs__btn--on{
  border-color:var(--shopBrand);
  color:var(--shopBrand);
}
.badge{
  position:absolute;
  right:8px;
  top:6px;
  min-width:16px;
  height:16px;
  padding:0 5px;
  border-radius:999px;
  background:#ef4444;
  color:#fff;
  font-size:11px;
  line-height:16px;
  font-weight:900;
  text-align:center;
}
.badge--dot{
  min-width:8px;
  width:8px;
  padding:0;
}

/* Sub status tabs */
.orderSubTabs{
  display:flex;
  gap:8px;
  padding:10px 12px 0;
  flex-wrap:wrap;
}
.orderSubTabs__btn{
  position:relative;
  border:1px solid var(--shopLine);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  color:#374151;
  font-size:12px;
}
.orderSubTabs__btn--on{
  border-color:var(--shopBrand);
  color:#fff;
  background:var(--shopBrand);
}
.orderSubTabs__btn .badge{
  right:-6px;
  top:-6px;
}

/* Quick payout bar (pending_payout) */
.quickPayoutBar{
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  margin:10px 12px 0;
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
}
.quickPayoutBar__label{
  font-size:12px;
  font-weight:900;
  color:#374151;
  white-space:nowrap;
}
.quickPayoutBar__input{
  width:110px;
  padding:8px 10px;
  font-size:13px;
}

.quickPayoutBar2{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  padding:10px 12px;
  margin:10px 0 12px;
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
}
.quickPayoutBar2__label{
  flex:0 0 100%;
  font-size:12px;
  font-weight:900;
  color:#374151;
  white-space:normal;
}
.quickPayoutBar2__input{
  width:105px;
  padding:8px 10px;
  font-size:13px;
}

.orderList{
  padding:12px;
}

.orderCard{
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:12px;
  margin-bottom:12px;
  display:block;
}
.orderCard__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.orderCard__headLeft{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:0;
}
.orderCard__amount{
  font-weight:900;
  color:#ef4444;
  font-size:13px;
  flex:0 0 auto;
}
.orderCard__meta{
  font-weight:900;
  color:#111827;
  font-size:13px;
  flex:0 0 auto;
}
.orderCard__meta{
  font-weight:900;
  color:#111827;
  font-size:13px;
  flex:0 0 auto;
}
.orderCard__sub{
  margin-top:6px;
  color:#374151;
  font-size:12px;
  line-height:1.45;
}
.orderCard__warn{
  color:#b45309;
  font-weight:900;
}
.orderCard__win{
  color:#ef4444;
  font-weight:900;
}
.orderCard__lose{
  color:#9ca3af;
  font-weight:900;
}
.text--red{
  color:#ef4444 !important;
}
.orderCard__actions{
  margin-top:10px;
  display:flex;
  justify-content:flex-end;
}
.statGrid{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.statCell{
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:10px;
}
.statCell__k{
  color:#6b7280;
  font-size:12px;
}
.statCell__v{
  margin-top:6px;
  font-weight:900;
  color:#111827;
  font-size:14px;
}
.statGrid{
  margin-top:10px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
.statCell{
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:10px;
}
.statCell__k{
  color:#6b7280;
  font-size:12px;
}
.statCell__v{
  margin-top:6px;
  font-weight:900;
  color:#111827;
  font-size:14px;
}
.orderCard__btn{
  min-width:92px;
}
.orderCard__icon{
  width:34px;
  height:34px;
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:inherit;
  font-size:18px;
  flex:0 0 auto;
}
.orderCard__icon img{
  width:26px;
  height:26px;
  object-fit:contain;
  display:block;
}

/* order filter sheet chips */
.pickRow{display:flex;gap:8px;flex-wrap:wrap;margin:6px 0}
button.chip{
  border:1px solid var(--shopLine);
  background:#fff;
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  color:#374151;
  font-size:12px;
}
button.chip--on{
  border-color:var(--shopBrand);
  background:var(--shopBrand);
  color:#fff;
}
.orderCard__mid{
  flex:1 1 auto;
  min-width:0;
}
.orderCard__title{
  font-weight:900;
  font-size:14px;
  color:#111827;
  display:flex;
  align-items:center;
  gap:8px;
}
.orderCard__titleLeft{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:0;
}
.tagOptim{
  display:inline-flex;
  align-items:center;
  height:18px;
  padding:0 8px;
  border-radius:999px;
  background:#fee2e2;
  color:#b91c1c;
  font-size:11px;
  font-weight:900;
  flex:0 0 auto;
}
.orderCard__money{
  font-weight:900;
  color:#ef4444;
  font-size:13px;
  margin-left:auto;
}
.orderCard__meta{
  margin-top:6px;
  color:#374151;
  font-size:12px;
  line-height:1.45;
}
.orderCard__right{
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
.orderCard__btn{
  border:none;
  background:var(--shopBrand);
  color:#fff;
  font-weight:900;
  padding:9px 12px;
  border-radius:10px;
  font-size:12px;
}
.orderCard__btn--ghost{
  background:#fff;
  border:1px solid var(--shopLine);
  color:#111827;
}

/* Filter sheet */
.sheetMask{
  position:fixed;left:0;top:0;right:0;bottom:0;
  background:rgba(0,0,0,.35);
  z-index:60;
  display:none;
}
.sheet{
  position:fixed;left:0;right:0;bottom:0;
  z-index:61;
  background:#fff;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  box-shadow:0 -10px 30px rgba(0,0,0,.18);
  display:none;
  max-height:78vh;
  flex-direction:column;
}
.sheet__top{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 12px 10px;
  border-bottom:1px solid var(--shopLine);
}
.sheet__title{
  flex:1 1 auto;
  font-weight:900;
}
.sheet__body{
  padding:12px;
  overflow:auto;
}
.sheet--on,.sheetMask--on{display:flex}
.sheetField{margin-bottom:10px}
.sheetLabel{font-size:12px;color:var(--shopMuted);margin-bottom:6px;font-weight:800}
.sheetActions{display:flex;gap:10px;margin-top:12px}

/* Order detail */
.detailBlock{
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:12px;
  margin-bottom:12px;
}
.detailTitle{
  font-weight:900;
  color:#111827;
  font-size:14px;
  margin-bottom:8px;
}
.detailSub{
  margin-top:6px;
  color:#374151;
  font-size:12px;
  line-height:1.45;
  word-break:break-word;
}
.detailTable{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}
.detailTable th,
.detailTable td{
  border:1px solid var(--shopLine);
  padding:8px 8px;
  vertical-align:top;
}
.detailTable th{
  background:#f9fafb;
  color:#374151;
  font-weight:900;
  text-align:left;
}
.detailTable td .muted{
  color:var(--shopMuted);
}
.detailActions{
  position:sticky;
  bottom:0;
  background:linear-gradient(to top, rgba(255,255,255,1) 70%, rgba(255,255,255,.75));
  padding:10px 0 0;
  margin-top:12px;
}
.detailActions__row{
  display:flex;
  gap:10px;
}
.btnSmall{
  border:none;
  border-radius:12px;
  padding:10px 12px;
  font-weight:900;
  font-size:13px;
  flex:1 1 0;
}
.btnSmall--ghost{
  background:#f3f4f6;
  color:#6b7280;
}
.btnSmall--brand{
  background:var(--shopBrand);
  color:#fff;
}

/* Accordion */
.accordion{
  border:1px solid var(--shopLine);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.accordion__head{
  width:100%;
  border:none;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px;
  font-weight:900;
  color:#111827;
  font-size:14px;
}
.accordion__chev{
  width:22px;
  height:22px;
  border-radius:999px;
  border:1px solid var(--shopLine);
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b7280;
  flex:0 0 auto;
  transform:rotate(0deg);
  transition:transform .15s ease;
}
.accordion__body{
  display:none;
  border-top:1px solid var(--shopLine);
  padding:12px;
}
.accordion--open .accordion__body{display:block}
.accordion--open .accordion__chev{transform:rotate(180deg)}

.splitHint{
  color:var(--shopMuted);
  font-size:12px;
  margin-bottom:10px;
  line-height:1.45;
}
.splitTable{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
  margin-bottom:10px;
}
.splitTable th,
.splitTable td{
  border:1px solid var(--shopLine);
  padding:8px 8px;
  vertical-align:top;
}
.splitTable th{
  background:#f9fafb;
  color:#374151;
  font-weight:900;
  text-align:left;
}
.splitTdScheme{
  color:#111827;
  word-break:break-word;
  max-width:220px;
}
.splitSection{
  margin-bottom:12px;
}
.splitSection__title{
  font-weight:900;
  color:#111827;
  font-size:13px;
  margin-bottom:6px;
}
.splitLine{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding:8px 0;
  border-bottom:1px dashed #e5e7eb;
  font-size:12px;
}
.splitLine:last-child{border-bottom:none}
.splitLine__left{
  flex:1 1 auto;
  min-width:0;
  color:#111827;
  word-break:break-word;
}
.splitLine__right{
  flex:0 0 auto;
  font-weight:900;
  color:#111827;
}
.uploadRow{
  display:flex;
  align-items:center;
  gap:10px;
}
.uploadRow input[type="file"]{
  flex:1 1 auto;
  font-size:12px;
}
.uploadPreview{
  margin-top:10px;
  width:100%;
  border:1px solid var(--shopLine);
  border-radius:12px;
  overflow:hidden;
}
.uploadPreview img{
  display:block;
  width:100%;
  height:auto;
}

/* Me page */
.meHero{
  background: linear-gradient(180deg, #1d4ed8, var(--shopBrand));
  color:#fff;
  margin: 10px 12px 0;
  border-radius: 16px;
  padding: 14px 12px;
  display:flex;
  align-items:center;
  gap:12px;
}
.meHero__avatar{
  width:44px;
  height:44px;
  border-radius: 12px;
  background: rgba(255,255,255,.18);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  letter-spacing: 1px;
}
.meHero__meta{
  min-width:0;
  flex: 1 1 auto;
}
.meHero__name{
  font-weight: 900;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.meHero__id{
  margin-top: 6px;
  font-size: 12px;
  opacity: .9;
}

.menuList{
  margin: 10px 12px 0;
  background: #fff;
  border: 1px solid var(--shopLine);
  border-radius: 16px;
  overflow: hidden;
}
.menuItem{
  display:flex;
  align-items:center;
  gap:10px;
  padding: 12px 12px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--shopLine);
}
.menuItem:last-child{
  border-bottom: none;
}
.menuItem__icon{
  width:24px;
  height:24px;
  border-radius: 0;
  background: transparent;
  color: #374151;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 16px;
  flex: 0 0 auto;
}
.menuItem__icon svg{
  width:24px;
  height:24px;
  display:block;
}
.menuItem__txt{
  min-width:0;
  flex: 1 1 auto;
}
.menuItem__title{
  font-weight: 900;
  color: #111827;
  font-size: 14px;
  line-height: 18px;
}
.menuItem__desc{
  margin-top: 2px;
  font-size: 12px;
  color: var(--shopMuted);
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuItem__arrow{
  flex: 0 0 auto;
  color: #9ca3af;
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
}

.imgPreview{
  margin-top: 10px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.imgPreview img{
  width: 100%;
  height: 76px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--shopLine);
}

/* Order detail page */
.page--shop--detail{
  padding-bottom: calc(150px + env(safe-area-inset-bottom));
}
.orderDetailTitleRow{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.orderDetailTag{
  flex:0 0 auto;
  padding:4px 8px;
  border-radius:999px;
  border:1px solid #dbeafe;
  background:#eff6ff;
  color:var(--shopBrand);
  font-size:12px;
  font-weight:900;
}
.orderDetailMetrics{
  margin-top:10px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap:10px;
}
.orderDetailMetric{
  background:#f9fafb;
  border:1px solid var(--shopLine);
  border-radius:12px;
  padding:10px 8px;
  text-align:center;
}
.orderDetailMetric__v{
  font-size:16px;
  font-weight:900;
  color:#111827;
  line-height:20px;
}
.orderDetailMetric__k{
  margin-top:4px;
  font-size:12px;
  color:var(--shopMuted);
  line-height:16px;
}

.orderDetailTable{
  margin-top:10px;
  border:1px solid var(--shopLine);
  border-radius:12px;
  overflow:hidden;
  background:#fff;
}
.orderDetailRow{
  display:grid;
  grid-template-columns: 90px 1.25fr 1.35fr 70px;
  gap:10px;
  padding:10px;
  border-top:1px solid var(--shopLine);
  white-space:pre-wrap;
  word-break:break-word;
}
.orderDetailRow:first-child{
  border-top:none;
}
.orderDetailRow--head{
  background:#f9fafb;
  font-weight:900;
  color:#374151;
}
.orderDetailCol{
  font-size:12px;
  line-height:1.4;
  color:#111827;
}
.orderDetailRow--head .orderDetailCol{
  font-size:12px;
}

.orderDetailLines{
  margin-top:8px;
  border:1px solid var(--shopLine);
  border-radius:12px;
  overflow:hidden;
}
.orderDetailLine{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:10px;
  padding:10px 12px;
  border-top:1px solid var(--shopLine);
  font-size:13px;
  line-height:1.4;
  color:#111827;
}
.orderDetailLine:first-child{
  border-top:0;
}
.orderDetailLine__left{
  flex:1 1 auto;
  min-width:0;
  white-space:pre-wrap;
}
.orderDetailLine__right{
  flex:0 0 auto;
  white-space:nowrap;
  color:#6b7280;
}

.orderDetailBar{
  position:fixed;
  left:0; right:0; bottom:0;
  z-index:40;
  background:#fff;
  border-top:1px solid var(--shopLine);
  padding:10px 12px calc(10px + env(safe-area-inset-bottom));
  display:flex;
  align-items:center;
  gap:10px;
}
.orderDetailBar__left{
  flex:1 1 auto;
  min-width:0;
  display:flex;
  align-items:center;
  gap:10px;
}
.orderDetailBar__label{
  flex:0 0 auto;
  font-weight:900;
  color:#111827;
  font-size:13px;
  white-space:nowrap;
}
.orderDetailBar__file{
  flex:1 1 auto;
  min-width:0;
  font-size:12px;
}
.orderDetailBar__previewWrap{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
}
.orderDetailBar__preview{
  width:36px;
  height:36px;
  border-radius:10px;
  border:1px solid var(--shopLine);
  object-fit:cover;
  display:block;
}
.orderDetailBar__actions{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:10px;
}

.btn--muted{
  background:#9ca3af;
  border-color:#9ca3af;
  color:#fff;
}
.btn--small{
  padding:8px 10px;
  border-radius:10px;
  font-size:13px;
}
.btn--disabled,
.btn:disabled{
  opacity:.65;
}

.modalCompact{
  padding:2px;
}
.modalCompact__msg{
  font-size:14px;
  color:#111827;
  line-height:1.55;
  white-space:pre-wrap;
}
.modalCompact__actions{
  margin-top:12px;
  display:flex;
  justify-content:flex-end;
  gap:10px;
}
.modalCompact__actions .btn{
  min-width:92px;
  padding:10px 12px;
  border-radius:12px;
  font-weight:900;
}
.modalBtnRow{
  margin-top:12px;
  display:flex;
  gap:10px;
}
.modalBtnRow .btn{
  flex:1 1 0;
  min-width:0;
  padding:12px 10px;
  border-radius:12px;
  font-weight:900;
}
.modalBtn--danger{
  border:none;
  background:var(--shopBrand);
  color:#fff;
}
.modalBtn--ghost{
  background:#fff;
  color:#111827;
  border:1px solid var(--shopLine);
}
.modalCompact__hint{
  margin-top:8px;
  font-size:12px;
  color:#6b7280;
  line-height:1.5;
  white-space:pre-wrap;
}
.modalCompact__file{
  width:100%;
  margin-top:8px;
  font-size:12px;
}
.modalCompact__previewWrap{
  margin-top:10px;
  display:flex;
  align-items:center;
  gap:10px;
}
.modalCompact__preview{
  width:44px;
  height:44px;
  border-radius:12px;
  border:1px solid var(--shopLine);
  object-fit:cover;
  display:block;
}
.modalCompact__err{
  margin-top:8px;
  color:#ef4444;
  font-size:12px;
  white-space:pre-wrap;
}
.modalCompact__input{
  width:100%;
  margin-top:10px;
  border:1px solid var(--shopLine);
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
  outline:none;
}

/* Compact modal (reduce huge white space for prompts) */
.modal.modal--compact{
  left:18px;
  right:18px;
  top:22vh;
  bottom:auto;
  max-height:62vh;
  box-shadow:0 20px 60px rgba(0,0,0,.35);
}
.modal.modal--compact .modal__body{
  padding:14px;
}

.promoTopRow{
  margin-top:10px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
}
.promoTopRow__tip{
  flex:1 1 auto;
  min-width:0;
  font-size:12px;
  color:#6b7280;
  line-height:1.4;
}
.promoTopRow__btn{
  flex:0 0 auto;
  padding:8px 12px;
  border-radius:12px;
}
.promoPoster{
  margin-top:10px;
  background:#cf1111;
  border-radius:18px;
  padding:18px 16px;
  color:#fff;
  text-align:center;
}
.promoPoster__title{
  font-size:28px;
  font-weight:900;
  line-height:1.25;
}
.promoPoster__sub{
  margin-top:8px;
  font-size:18px;
  font-weight:900;
  opacity:.95;
}
.promoPoster__code{
  margin-top:10px;
  font-size:14px;
  font-weight:800;
  opacity:.95;
}
.promoPoster__qrBox{
  margin:16px auto 0;
  background:#fff;
  border-radius:18px;
  padding:14px;
  width:min(320px, 80vw);
}
.promoPoster__qr{
  width:100%;
  display:block;
  border-radius:14px;
}
.promoPoster__hint{
  margin-top:14px;
  font-size:12px;
  opacity:.95;
}
.promoPoster__link{
  margin-top:10px;
  background:rgba(255,255,255,.18);
  border:1px solid rgba(255,255,255,.25);
  border-radius:14px;
  padding:10px 12px;
  font-size:12px;
  word-break:break-all;
}
.promoShareBtn{
  margin-top:12px;
  width:100%;
}
.shareSheet{
  padding:6px 4px;
}
.shareSheet__title{
  text-align:center;
  font-weight:900;
  padding:6px 0 10px;
}
.shareSheet__row{
  display:flex;
  justify-content:center;
  gap:14px;
  padding:10px 0;
}
.shareSheet__item{
  flex:1 1 0;
  max-width:160px;
  background:#f3f4f6;
  border:none;
  border-radius:16px;
  padding:16px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:10px;
}
.shareSheet__icon{
  width:48px;
  height:48px;
  border-radius:14px;
  background:#fff;
  border:1px solid var(--shopLine);
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:900;
  color:#111827;
}
.shareSheet__text{
  font-weight:900;
  color:#111827;
  font-size:14px;
}
.shareSheet__cancel{
  margin-top:6px;
  width:100%;
  background:#fff;
  border:1px solid var(--shopLine);
  border-radius:14px;
  padding:12px;
  font-weight:900;
}

.orderTicketCard{
  margin-top:10px;
}

.serviceLedgerRangeBar{
  display:block;
  width:auto;
  max-width:100%;
  min-width:260px;
  margin:10px auto 0;
  border:none;
  border-radius:999px;
  padding:8px 14px;
  background:var(--shopBrand);
  color:#fff;
  font-size:12px;
  line-height:1.2;
  font-weight:900;
  text-align:center;
  white-space:nowrap;
}

.serviceLedgerRangeSheetRow{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}
