:root {
  --gold: #b88a2d;
  --gold-dark: #987022;
  --ink: #0b0b0a;
  --ivory: #fbfaf6;
  --muted: #6e6e6e;
  --line: #e9e9e9;
  --chip: #f1f1f1;
  --chip-active: #fbf7ee;
  --focus: #2f6f93;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
  --bottom-nav-height: calc(65px + var(--safe-bottom));
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: #f5f5f5;
  color: var(--ink);
  font-family:
    -apple-system,
    BlinkMacSystemFont,
    "PingFang SC",
    "Microsoft YaHei",
    "Helvetica Neue",
    Arial,
    sans-serif;
}

body.is-support-chat {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-cart-page {
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}

body.is-builder-preview {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
  background: #ffffff;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

@media (prefers-reduced-motion: no-preference) {
  button {
    transition:
      transform 180ms cubic-bezier(0.2, 0.85, 0.2, 1),
      box-shadow 180ms ease,
      background-color 180ms ease,
      color 180ms ease;
  }

  button:active {
    transform: scale(0.97);
  }
}

:where(button, a, input, select, textarea, [tabindex]):focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 3px;
}

a {
  color: inherit;
  text-decoration: none;
}

.phone-frame {
  position: relative;
  width: min(100vw, 426px);
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  background: #ffffff;
  padding-bottom: var(--bottom-nav-height);
}

body.is-builder-preview .phone-frame {
  width: 100%;
  min-height: 100svh;
  height: 100svh;
  margin: 0;
  overflow-y: auto;
  padding-bottom: var(--bottom-nav-height);
}

body.is-builder-preview .phone-frame::-webkit-scrollbar {
  width: 0;
  height: 0;
}

body.is-builder-preview [data-builder-section-id] {
  position: relative;
  cursor: pointer;
}

body.is-builder-preview [data-builder-section-id].is-builder-selected {
  outline: 2px solid rgba(192, 146, 45, 0.92);
  outline-offset: -2px;
  box-shadow: inset 0 0 0 999px rgba(192, 146, 45, 0.035);
}

body.is-builder-preview [data-builder-section-id].is-builder-selected::before {
  content: "已选中";
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 20;
  padding: 3px 8px;
  border-radius: 999px;
  background: #fff6de;
  color: #a67418;
  font-size: 11px;
  font-weight: 900;
  pointer-events: none;
}

.phone-frame.is-support-mode {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  padding-bottom: var(--bottom-nav-height);
}

.phone-frame.is-support-mode > .topbar {
  flex: 0 0 82px;
}

.phone-frame.is-support-mode > .screen {
  min-height: 0;
}

.phone-frame.is-cart-mode {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  padding-bottom: var(--bottom-nav-height);
}

.phone-frame.is-cart-mode > .topbar {
  z-index: 12;
  flex: 0 0 82px;
}

.phone-frame.is-cart-mode [data-screen="cart"].is-active {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.phone-frame.is-cart-mode [data-screen="cart"] .screen-title {
  z-index: 11;
  flex: 0 0 53px;
}

.phone-frame.is-cart-mode [data-screen="cart"] .page-pad {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 0;
  scrollbar-width: none;
}

.phone-frame.is-orders-mode {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100svh;
  height: 100dvh;
  min-height: 0;
  overflow: hidden;
  padding-bottom: var(--bottom-nav-height);
}

.phone-frame.is-orders-mode > .topbar {
  z-index: 12;
  flex: 0 0 82px;
}

.phone-frame.is-orders-mode [data-screen="orders"].is-active {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.phone-frame.is-orders-mode [data-screen="orders"] .screen-title {
  z-index: 11;
  flex: 0 0 53px;
}

.phone-frame.is-orders-mode [data-screen="orders"] .page-pad {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 0;
  scrollbar-width: none;
}

.phone-frame.is-cart-mode [data-screen="cart"] .page-pad::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.phone-frame.is-detail-mode {
  min-height: 100vh;
  min-height: 100svh;
  padding-bottom: 0;
  background: #f1e7d8;
}

.phone-frame.is-detail-mode > .topbar,
.phone-frame.is-detail-mode .bottom-nav {
  display: none;
}

.phone-frame.is-detail-mode [data-screen="detail"].is-active {
  min-height: 100vh;
  min-height: 100svh;
}

.admin-shell {
  padding-bottom: 0;
}

.screen {
  display: none;
}

.screen.is-active {
  display: block;
}

[data-rv] {
  opacity: 0;
  transform: translate3d(0, 16px, 0);
  transition:
    opacity 520ms ease,
    transform 620ms cubic-bezier(0.2, 0.75, 0.18, 1);
  transition-delay: var(--rv-delay, 0ms);
  will-change: opacity, transform;
}

[data-rv].is-revealed {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.motion-fly-image,
.motion-detail-image {
  position: fixed;
  pointer-events: none;
  transform-origin: 50% 50%;
  will-change: transform, opacity, border-radius;
}

.motion-fly-image {
  z-index: 9999;
}

.motion-detail-image {
  z-index: 6;
  transform-origin: 0 0;
  filter: drop-shadow(0 16px 28px rgba(0, 0, 0, 0.18));
}

.cart-motion-badge {
  position: absolute;
  top: 4px;
  right: 24%;
  z-index: 2;
  display: grid;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  place-items: center;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #e03a3a;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  animation: cartBadgePop 860ms cubic-bezier(0.18, 0.82, 0.24, 1) forwards;
  box-shadow: 0 8px 20px rgba(224, 58, 58, 0.28);
}

@keyframes cartTargetPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  38% {
    transform: translateY(-3px) scale(1.13);
  }

  68% {
    transform: translateY(0) scale(0.96);
  }
}

@keyframes cartBadgePop {
  0% {
    opacity: 0;
    transform: translate3d(0, 8px, 0) scale(0.5);
  }

  22% {
    opacity: 1;
    transform: translate3d(0, -4px, 0) scale(1.08);
  }

  72% {
    opacity: 1;
    transform: translate3d(0, -10px, 0) scale(1);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -18px, 0) scale(0.82);
  }
}

.home-screen.is-loading > :not(.home-skeleton) {
  display: none;
}

.home-screen:not(.is-loading) .home-skeleton {
  display: none;
}

.home-skeleton {
  min-height: calc(100svh - 145px);
  background: #ffffff;
}

.skeleton-hero {
  position: relative;
  height: 211px;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 25%, rgba(178, 138, 52, 0.22), transparent 32%),
    radial-gradient(circle at 18% 34%, rgba(255, 255, 255, 0.08), transparent 26%),
    linear-gradient(135deg, #070604, #171009 62%, #060504);
}

.skeleton-hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.34) 50%, rgba(0, 0, 0, 0.72)),
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.08) 38%, transparent 58%) -180px 0 / 180px 100%
      no-repeat;
  animation: skeletonSweep 1.45s ease-in-out infinite;
  content: "";
}

.skeleton-hero-lockup {
  position: absolute;
  inset: 43px 40px auto;
  z-index: 1;
  display: grid;
  justify-items: center;
  row-gap: 10px;
}

.skeleton-hero-lockup span,
.skeleton-hero-lockup strong,
.skeleton-hero-lockup b,
.skeleton-search,
.skeleton-title,
.skeleton-pickup-track span,
.skeleton-tabs span,
.skeleton-brand-grid span {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, 0.52) 44%, transparent 66%) -160px 0 / 160px 100%
      no-repeat,
    linear-gradient(90deg, rgba(178, 138, 52, 0.16), rgba(178, 138, 52, 0.08));
  animation: skeletonSweep 1.45s ease-in-out infinite;
}

.skeleton-hero-lockup span {
  width: 128px;
  height: 46px;
  border-radius: 2px;
  background-color: rgba(178, 138, 52, 0.24);
}

.skeleton-hero-lockup strong {
  width: 158px;
  height: 10px;
  border-radius: 999px;
  background-color: rgba(178, 138, 52, 0.28);
}

.skeleton-hero-lockup b {
  width: 86px;
  height: 18px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.13);
}

.skeleton-search {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 14px;
  z-index: 1;
  height: 43px;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.13);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    0 8px 24px rgba(0, 0, 0, 0.22);
}

.skeleton-pickup {
  height: 121px;
  padding-top: 14px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.skeleton-title {
  width: 168px;
  height: 25px;
  margin: 0 auto;
  border-radius: 999px;
  background-color: #f5efe4;
}

.skeleton-pickup-track {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  height: 52px;
  margin: 15px 32px 0;
  padding: 4px;
  border-radius: 999px;
  background: #f2f2f2;
}

.skeleton-pickup-track span {
  border-radius: 999px;
  background-color: #ffffff;
}

.skeleton-pickup-track span:first-child {
  background-color: rgba(255, 255, 255, 0.72);
}

.skeleton-brand-head {
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.skeleton-tabs {
  display: flex;
  gap: 8px;
  overflow: hidden;
  margin-top: 13px;
  padding: 0 20px 2px;
}

.skeleton-tabs span {
  flex: 0 0 auto;
  width: 72px;
  height: 31px;
  border-radius: 999px;
  background-color: #f2f2f2;
}

.skeleton-tabs span:first-child {
  width: 58px;
  background-color: #fbf7ee;
}

.skeleton-brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 8px;
  padding: 30px 20px 28px;
  background: #ffffff;
}

.skeleton-brand-grid span {
  justify-self: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background-color: #f4f4f4;
}

.skeleton-error {
  display: grid;
  margin: 8px 20px 28px;
  padding: 16px;
  place-items: center;
  border: 1px solid rgba(178, 138, 52, 0.18);
  border-radius: 10px;
  background: #fbf7ee;
  color: #6d5a32;
  text-align: center;
}

.skeleton-error[hidden] {
  display: none;
}

.skeleton-error p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.55;
}

.skeleton-error button {
  height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

@keyframes skeletonSweep {
  to {
    background-position:
      calc(100% + 160px) 0,
      0 0;
  }
}

.page-screen {
  min-height: calc(100vh - 128px);
  background: #ffffff;
}

.brand-home-head {
  padding: 14px 0 12px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.brand-home-head .ornament-title {
  padding: 0 24px;
}

.brand-filter-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin-top: 13px;
  padding: 0 20px 2px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.brand-filter-tabs::-webkit-scrollbar {
  display: none;
}

.brand-filter-tabs button {
  flex: 0 0 auto;
  min-width: 58px;
  height: 31px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f2f2f2;
  color: #555555;
  font-size: 13px;
  font-weight: 700;
  line-height: 31px;
  white-space: nowrap;
}

.brand-filter-tabs button.is-active {
  border-color: #ead9b6;
  background: #fbf7ee;
  color: var(--gold-dark);
  box-shadow: inset 0 0 0 1px rgba(178, 138, 52, 0.08);
}

.brand-search {
  display: flex;
  align-items: center;
  width: 100%;
  height: 38px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f4f4f4;
  color: #777777;
  font-size: 13.5px;
  text-align: left;
}

.brand-search [data-lucide] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 18px;
  column-gap: 8px;
  padding: 16px 20px 28px;
  background: #ffffff;
}

.brand-grid::after {
  display: block;
  grid-column: 1 / -1;
  width: 78%;
  height: 12px;
  margin: 18px auto 0;
  background:
    linear-gradient(90deg, transparent, #dddddd 18%, #d6bd84 50%, #dddddd 82%, transparent) center / 100% 1px
      no-repeat,
    radial-gradient(circle, var(--gold) 0 3px, transparent 3.5px) center / 12px 12px no-repeat;
  content: "";
}

.brand-tile {
  display: grid;
  min-width: 0;
  height: 124px;
  grid-template-rows: 86px 30px;
  place-items: center;
  border-radius: 8px;
  background: #ffffff;
}

.brand-tile[hidden] {
  display: none;
}

.brand-tile:active {
  background: #fbf7ee;
}

.brand-tile img {
  display: block;
  max-width: 102px;
  max-height: 78px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-tile span {
  overflow: hidden;
  max-width: 100%;
  color: #111111;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.brand-summary {
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 76px;
  padding: 10px 24px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.brand-summary-logo {
  width: 72px;
  height: 52px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brand-summary strong {
  display: block;
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.brand-summary span {
  display: block;
  margin-top: 2px;
  color: #777777;
  font-size: 12.5px;
  line-height: 18px;
}

.brand-product-filter {
  height: auto;
  padding: 14px 24px 16px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.topbar {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 8px 18px rgba(0, 0, 0, 0.1),
    inset 0 -1px 0 rgba(184, 138, 45, 0.08);
  transition:
    background-color 220ms ease,
    box-shadow 220ms ease,
    backdrop-filter 220ms ease;
}

.topbar.is-scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.12),
    inset 0 -1px 0 rgba(184, 138, 45, 0.12);
  backdrop-filter: blur(16px);
}

.top-icon {
  position: absolute;
  top: 0;
  display: grid;
  width: 62px;
  height: 82px;
  place-items: center;
}

.top-icon-left {
  left: 0;
}

.top-icon-right {
  right: 0;
}

.top-icon-orders {
  right: 54px;
  width: 56px;
  height: 82px;
  display: flex;
  flex-direction: column;
  gap: 1px;
  align-items: center;
  justify-content: center;
  color: var(--gold-dark);
  font-size: 10.5px;
  font-weight: 900;
  line-height: 1;
}

.top-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: var(--gold-dark);
  stroke-width: 2.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.top-icon-right svg {
  width: 30px;
  height: 30px;
  stroke-width: 1.85;
}

.top-icon-orders svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.top-icon [data-lucide] {
  width: 28px;
  height: 28px;
}

.top-icon-orders [data-lucide] {
  width: 22px;
  height: 22px;
}

.order-alert-badge {
  display: inline-flex;
  min-width: 17px;
  height: 17px;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #e03a3a;
  color: #ffffff;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 6px 12px rgba(224, 58, 58, 0.24);
}

.order-alert-badge[hidden] {
  display: none;
}

.top-order-alert {
  position: absolute;
  top: 14px;
  right: 5px;
}

.admin-link {
  color: #050505;
}

.brand {
  position: relative;
  display: block;
  width: 218px;
  height: 82px;
  text-align: center;
}

.brand::before {
  display: none;
}

.brand-omc {
  position: absolute;
  top: 12px;
  right: 0;
  left: 0;
  color: #030303;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", "PingFang SC", serif;
  font-size: 30px;
  font-weight: 650;
  line-height: 32px;
  letter-spacing: 7px;
  text-indent: 7px;
}

.brand-omc::before,
.brand-omc::after {
  position: absolute;
  top: 50%;
  width: 3px;
  height: 3px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: var(--gold);
  opacity: 0.86;
  content: "";
}

.brand-omc::before {
  left: 14px;
}

.brand-omc::after {
  right: 14px;
}

.brand-subtitle {
  position: absolute;
  top: 58px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 0;
  text-indent: 0;
  text-transform: lowercase;
}

.brand-subtitle span {
  letter-spacing: 1.15px;
}

.brand-title {
  position: absolute;
  top: 69px;
  right: 0;
  left: 0;
  display: block;
  color: #111111;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
  letter-spacing: 7px;
  text-indent: 7px;
  white-space: nowrap;
}

.brand-rule {
  position: absolute;
  top: 49px;
  left: 50%;
  display: block;
  width: 166px;
  height: 8px;
  transform: translateX(-50%);
  background: none;
}

.brand-rule::before,
.brand-rule::after {
  position: absolute;
  top: 3px;
  width: 74px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184, 138, 45, 0.78));
  content: "";
}

.brand-rule::before {
  left: 0;
}

.brand-rule::after {
  right: 0;
  transform: scaleX(-1);
}

.brand-rule-mark {
  position: absolute;
  top: 3.5px;
  left: 50%;
  z-index: 1;
  width: 7px;
  height: 7px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 0;
  background: var(--gold);
}

.hero {
  position: relative;
  height: 228px;
  overflow: hidden;
  background: #ffffff;
}

.hero-slide-track,
.hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 211px;
}

.hero-slide {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #ffffff;
  color: inherit;
  text-align: inherit;
  opacity: 0;
  pointer-events: none;
  touch-action: pan-y;
  transition: opacity 360ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero img {
  display: block;
  width: 100%;
  height: 211px;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transform: scale(1.02);
  transform-origin: center;
}

.hero-dots {
  position: absolute;
  right: auto;
  bottom: 7px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 6px;
  align-items: center;
  padding: 0;
  transform: translateX(-50%);
  border-radius: 999px;
  background: transparent;
}

.hero-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border-radius: 999px;
  background: #d8d0c2;
  transition:
    width 180ms ease,
    background 180ms ease;
}

.hero-dot.is-active {
  width: 20px;
  background: var(--gold);
}

@media (prefers-reduced-motion: no-preference) {
  .hero img {
    animation: heroKenBurns 18s ease-in-out infinite alternate;
  }

  .hero-lockup {
    transform: translate3d(0, var(--hero-parallax, 0px), 0);
    transition: transform 160ms linear;
    will-change: transform;
  }
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.02) translate3d(-1.2%, -0.6%, 0);
  }

  100% {
    transform: scale(1.08) translate3d(1.2%, 0.8%, 0);
  }
}

.hero-lockup {
  position: absolute;
  inset: 25px 28px auto;
  z-index: 1;
  display: grid;
  justify-items: center;
  color: #ffffff;
  text-align: center;
}

.hero-lockup span {
  color: var(--gold);
  font-family: Didot, "Bodoni 72", "Bodoni 72 Smallcaps", "Times New Roman", serif;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 58px;
  text-indent: 10px;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
}

.hero-lockup h1 {
  order: 4;
  margin: 6px 0 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 8px;
  text-indent: 8px;
  color: rgba(255, 255, 255, 0.82);
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.7);
}

.hero-lockup p {
  order: 3;
  margin: 7px 0 0;
  color: var(--gold);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 5.5px;
  line-height: 20px;
  text-indent: 5.5px;
}

.hero-lockup b {
  order: 2;
  width: 168px;
  height: 8px;
  margin-top: 3px;
  background:
    linear-gradient(90deg, transparent, var(--gold) 42%, transparent 42% 58%, var(--gold) 58%, transparent) center / 100% 1px
      no-repeat,
    radial-gradient(circle, var(--gold) 0 3px, transparent 3.5px) center / 14px 8px no-repeat;
}

.home-search-strip {
  padding: 10px 18px 11px;
  border-bottom: 1px solid rgba(224, 213, 194, 0.72);
  background: #ffffff;
}

.home-search-strip[hidden] {
  display: none;
}

.hero-search-hit {
  display: flex;
  align-items: center;
  width: 100%;
  height: 45px;
  padding: 0 18px;
  border: 1px solid rgba(184, 138, 45, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 250, 240, 0.94)),
    #fffaf0;
  color: #675a45;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(92, 65, 22, 0.08);
}

.hero-search-hit [data-lucide] {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  color: var(--gold-dark);
  stroke-width: 2.2;
}

.hero-search-hit:active {
  background: #fff6e5;
}

.pickup {
  height: 108px;
  padding-top: 14px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.ornament-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  column-gap: 13px;
}

.ornament-title strong {
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
}

.ornament-title span {
  position: relative;
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}

.ornament-title span:first-child {
  transform: scaleX(-1);
}

.ornament-title span::after {
  position: absolute;
  top: -3px;
  right: 0;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  background: var(--gold);
  content: "";
}

.pickup-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 15px 32px 0;
}

.pickup-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 43px;
  gap: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 9px;
  background: #ffffff;
  color: #191919;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}

.pickup-card svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pickup-card [data-lucide] {
  width: 28px;
  height: 28px;
}

.pickup-card.is-active {
  border-color: var(--gold);
}

.check-dot {
  position: absolute;
  top: 14px;
  right: 14px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  stroke-width: 3;
  stroke: #ffffff;
}

.pickup-card .check-dot {
  stroke: #ffffff;
}

.pickup-card:not(.is-active) .check-dot {
  display: none;
}

.home-pickup {
  height: 121px;
}

.home-pickup .pickup-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  height: 52px;
  margin: 15px 32px 0;
  padding: 4px;
  border-radius: 999px;
  background: #f2f2f2;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-pickup .pickup-card {
  height: 44px;
  gap: 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #555555;
  font-size: 15px;
  font-weight: 800;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.home-pickup .pickup-card.is-active {
  background: #ffffff;
  color: #111111;
  box-shadow:
    0 5px 12px rgba(0, 0, 0, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.home-pickup .pickup-card svg,
.home-pickup .pickup-card [data-lucide] {
  width: 23px;
  height: 23px;
  stroke: var(--gold-dark);
  stroke-width: 2;
}

.home-pickup .pickup-card .check-dot {
  display: none;
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: 42px;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.category-tabs button {
  position: relative;
  display: grid;
  place-items: center;
  color: #161616;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
}

.category-tabs button.is-active {
  color: var(--gold-dark);
  font-weight: 700;
}

.category-tabs button.is-active::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 18px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.filter-panel {
  height: 160px;
  padding: 12px 0 9px;
  overflow: hidden;
  background: #ffffff;
  border-bottom: 1px solid var(--line);
}

.filter-row {
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  height: 34px;
  min-width: 426px;
}

.filter-row b {
  padding-left: 24px;
  font-size: 14px;
  font-weight: 700;
}

.chip-track {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: max-content;
  padding-right: 20px;
}

.chip {
  min-width: 62px;
  height: 22px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--chip);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.04);
  color: #555555;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  white-space: nowrap;
}

.chip.is-selected {
  border: 1px solid rgba(178, 138, 52, 0.22);
  background: var(--chip-active);
  box-shadow: none;
  color: var(--gold-dark);
  font-weight: 600;
}

.products {
  padding: 8px 24px 0;
  background: #ffffff;
}

.brand-catalog-screen .products {
  padding-top: 14px;
}

.brand-catalog-screen .product-grid {
  padding-top: 10px;
}

.brand-catalog-screen .brand-product-grid.is-empty {
  display: grid;
  min-height: min(46vh, 420px);
  padding-top: 0;
  place-items: center;
}

.brand-empty-state {
  width: auto;
  padding: 22px 12px;
  color: #777777;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: center;
}

.products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 31px;
}

.products :is(h1, h2) {
  margin: 0;
  color: #080808;
  font-size: 19px;
  font-weight: 900;
  line-height: 28px;
}

.products-head button {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #4b4b4b;
  font-size: 13px;
  line-height: 22px;
  white-space: nowrap;
}

.products-head [data-lucide] {
  width: 16px;
  height: 16px;
  color: var(--gold-dark);
  stroke-width: 2.2;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  padding-top: 6px;
}

.catalog-autoload {
  grid-column: 1 / -1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 8px;
  width: min(100%, 268px);
  min-height: 38px;
  margin: 2px auto 6px;
  padding: 0 14px;
  border: 1px solid rgba(192, 146, 45, 0.22);
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf8 0%, #fff7e9 100%);
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
  box-shadow: 0 10px 24px rgba(90, 66, 26, 0.06);
}

.catalog-autoload [data-lucide] {
  width: 15px;
  height: 15px;
  stroke-width: 2.4;
}

.catalog-autoload b {
  color: #7a746b;
  font-size: 12px;
  font-weight: 900;
}

.catalog-autoload-spinner {
  width: 14px;
  height: 14px;
  border: 2px solid rgba(166, 118, 24, 0.18);
  border-top-color: var(--gold-dark);
  border-radius: 999px;
  animation: catalogAutoloadSpin 720ms linear infinite;
}

@keyframes catalogAutoloadSpin {
  to {
    transform: rotate(360deg);
  }
}

.product-card {
  display: flex;
  flex-direction: column;
  min-height: 232px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
  cursor: pointer;
}

.product-image {
  position: relative;
  display: grid;
  flex: 0 0 120px;
  height: 120px;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
}

.product-special-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  max-width: calc(100% - 16px);
  overflow: hidden;
  padding: 4px 8px;
  border-radius: 999px;
  background: #0c0c0c;
  color: #f4cf75;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-image img {
  display: block;
  width: 94%;
  height: 100%;
  object-fit: contain;
}

.product-card h2 {
  margin: 6px 12px 0;
  overflow: hidden;
  color: #0d0d0d;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-card p {
  margin: 3px 12px 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 18px;
  white-space: nowrap;
}

.product-card-foot {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 3px;
  margin: 4px 12px 9px;
}

.product-card strong {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  text-overflow: clip;
  white-space: nowrap;
}

.product-card-foot small,
.list-original-price {
  display: block;
  color: #9a9488;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: line-through;
  white-space: nowrap;
}

.product-card-foot button {
  align-self: flex-end;
  flex: 0 0 auto;
  min-width: 54px;
  height: 25px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0c0c0c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.age-warning {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 2px 24px 48px;
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  border-radius: 999px;
  background: #ffffff;
  color: #818181;
  font-size: 13px;
  line-height: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
}

.home-dynamic-module {
  margin: 0;
  padding: 18px 24px;
  border-top: 1px solid var(--line);
  background: #fff;
}

.home-dynamic-module > strong,
.home-dynamic-head strong {
  display: block;
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
}

.home-dynamic-module > span,
.home-dynamic-head span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.home-dynamic-image-banner {
  position: relative;
  min-height: 120px;
  overflow: hidden;
  border-top: 0;
  background: #111;
}

.home-dynamic-image-banner img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.56;
}

.home-dynamic-image-banner div {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 120px;
  align-content: center;
  justify-items: center;
  color: #fff;
  text-align: center;
}

.home-dynamic-image-banner strong {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.08em;
}

.home-dynamic-image-banner span {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.78);
}

.home-dynamic-support-qr,
.home-dynamic-custom-text,
.home-dynamic-notice {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 18px 24px;
  border: 1px solid #ecd8aa;
  border-radius: 14px;
  background: #fff9ea;
}

.home-dynamic-support-qr [data-lucide] {
  width: 26px;
  height: 26px;
  color: var(--gold-dark);
}

.home-dynamic-products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.home-dynamic-products button {
  overflow: hidden;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  text-align: left;
}

.home-dynamic-products img {
  width: 100%;
  height: 106px;
  object-fit: contain;
}

.home-dynamic-products strong {
  display: block;
  overflow: hidden;
  margin-top: 8px;
  color: var(--ink);
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.age-warning svg {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: none;
  stroke: #8f8f8f;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.age-warning [data-lucide] {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  color: #8f8f8f;
  stroke-width: 1.7;
}

.bottom-nav {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 5;
  display: grid;
  width: min(100vw, 426px);
  height: var(--bottom-nav-height);
  grid-template-columns: repeat(3, 1fr);
  padding-bottom: var(--safe-bottom);
  transform: translateX(50%);
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.bottom-nav button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #050505;
  font-size: 14px;
  line-height: 17px;
}

.bottom-nav svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottom-nav [data-lucide] {
  width: 28px;
  height: 28px;
}

.bottom-nav .is-active {
  color: var(--gold);
  font-weight: 700;
}

.bottom-nav button.is-cart-pulse {
  animation: cartTargetPulse 520ms cubic-bezier(0.18, 0.82, 0.24, 1);
}

.screen-title {
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  align-items: center;
  height: 53px;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.screen-title :is(h1, h2) {
  margin: 0;
  font-size: 19px;
  font-weight: 900;
  line-height: 28px;
  text-align: center;
}

.screen-title button,
.screen-title > span,
.screen-title-link {
  display: grid;
  width: 48px;
  height: 53px;
  place-items: center;
}

.screen-title button.is-ghost {
  visibility: hidden;
  pointer-events: none;
}

.screen-title [data-lucide] {
  width: 22px;
  height: 22px;
  stroke-width: 2.1;
}

.page-pad {
  padding: 16px 24px 18px;
}

.specials-page {
  display: grid;
  gap: 16px;
}

.specials-hero-panel {
  overflow: hidden;
  padding: 22px 20px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(10, 10, 10, 0.96), rgba(48, 35, 18, 0.96)),
    #111111;
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(18, 12, 4, 0.12);
}

.specials-hero-panel span {
  display: block;
  color: #e7c46f;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.specials-hero-panel h2 {
  margin: 7px 0 0;
  font-family: "Songti SC", "STSong", "Noto Serif CJK SC", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 34px;
}

.specials-hero-panel p {
  max-width: 290px;
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
}

.specials-product-grid {
  padding-bottom: 20px;
}

.specials-product-grid .empty-state {
  grid-column: 1 / -1;
}

.search-box {
  display: flex;
  align-items: center;
  height: 43px;
  padding: 0 13px;
  border: 1px solid #dedede;
  border-radius: 999px;
  background: #f8f8f8;
}

.search-box [data-lucide] {
  width: 20px;
  height: 20px;
  margin-right: 9px;
  color: #8a8a8a;
}

.search-box input {
  width: 100%;
  border: 0;
  outline: none;
  background: transparent;
  color: #2b2b2b;
  font-size: 15px;
}

.search-box:focus-within,
.register-field:focus-within {
  border-color: var(--focus);
  box-shadow: 0 0 0 3px rgba(47, 111, 147, 0.14);
}

.result-head,
.products-row-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-top: 8px;
}

.result-head strong,
.products-row-head strong {
  font-size: 18px;
  font-weight: 900;
}

.result-head span {
  color: #777777;
  font-size: 13px;
}

.list-stack {
  display: grid;
  gap: 11px;
}

.list-product {
  display: grid;
  grid-template-columns: 84px 1fr 20px;
  align-items: center;
  gap: 12px;
  min-height: 96px;
  padding: 10px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #ffffff;
}

.list-product img {
  width: 84px;
  height: 74px;
  object-fit: contain;
}

.list-product h2,
.cart-item h2,
.review-card h2 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  line-height: 22px;
}

.list-product p,
.cart-item p,
.review-card p {
  margin: 3px 0 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 18px;
}

.list-product strong {
  display: block;
  margin-top: 4px;
  color: var(--gold-dark);
  font-size: 13.5px;
}

.list-product > [data-lucide] {
  width: 18px;
  color: var(--gold-dark);
}

.mini-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  height: 42px;
  border-bottom: 1px solid var(--line);
}

.mini-tabs button {
  position: relative;
  font-size: 15px;
  font-weight: 700;
}

.mini-tabs button.is-active {
  color: var(--gold-dark);
}

.mini-tabs button.is-active::after {
  position: absolute;
  right: 26px;
  bottom: 0;
  left: 26px;
  height: 2px;
  background: var(--gold);
  content: "";
}

.list-filter {
  height: 78px;
  padding-top: 7px;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.catalog-card {
  height: 207px;
}

.detail-screen {
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
  background: #f1e7d8;
  color: #140f0a;
}

.detail-hero {
  position: relative;
  min-height: min(430px, 56vh);
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(31, 22, 13, 0.08), rgba(31, 22, 13, 0) 30%),
    #e9dfcf;
}

.detail-topbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  padding: calc(13px + env(safe-area-inset-top, 0px)) 16px 12px;
  pointer-events: none;
}

.detail-topbar button {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.58);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.78);
  color: #1d1710;
  box-shadow: 0 12px 28px rgba(27, 18, 9, 0.14);
  backdrop-filter: blur(14px);
  pointer-events: auto;
}

.detail-topbar button [data-lucide] {
  width: 22px;
  height: 22px;
  stroke-width: 2.2;
}

.detail-topbar-brand {
  min-width: 0;
  text-align: center;
  text-shadow: 0 1px 18px rgba(255, 250, 240, 0.82);
}

.detail-topbar-brand strong {
  display: block;
  color: #120e09;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.detail-topbar-brand span {
  display: block;
  margin-top: 3px;
  color: var(--gold-dark);
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.26em;
  text-transform: lowercase;
}

.detail-media {
  position: absolute;
  inset: 0;
  min-height: 0;
  padding: 0;
  background: #efe3d0;
}

.detail-media-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background:
    linear-gradient(135deg, #f9f2e4 0%, #dccab0 100%);
  box-shadow: none;
}

.detail-media-stage::before,
.detail-media-stage::after {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  content: "";
  pointer-events: none;
}

.detail-media-stage::before {
  top: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 250, 240, 0.96), rgba(255, 250, 240, 0));
}

.detail-media-stage::after {
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(18, 12, 7, 0), rgba(18, 12, 7, 0.34));
}

.detail-media-top {
  position: absolute;
  top: calc(72px + env(safe-area-inset-top, 0px));
  right: 18px;
  left: 18px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.detail-brand-chip,
.detail-stock-chip {
  max-width: 54%;
  overflow: hidden;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11.5px;
  font-weight: 950;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(23, 16, 8, 0.12);
  backdrop-filter: blur(12px);
}

.detail-brand-chip {
  border: 1px solid rgba(255, 250, 240, 0.32);
  background: rgba(27, 19, 10, 0.58);
  color: #fff5df;
}

.detail-stock-chip {
  border: 1px solid rgba(219, 246, 232, 0.72);
  background: rgba(231, 244, 237, 0.9);
  color: #0f5f42;
}

.detail-media img {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f3eadc;
  object-fit: cover;
  object-position: center;
  filter: none;
  transition: opacity 180ms ease;
}

.detail-media-dots {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 7px;
  pointer-events: none;
}

.detail-media-dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.62);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.detail-media-dots span.is-active {
  width: 22px;
  background: #fff6de;
}

.detail-content,
.detail-actions,
.detail-topbar {
  transition:
    opacity 260ms ease,
    transform 320ms cubic-bezier(0.2, 0.75, 0.18, 1);
}

[data-screen="detail"].is-flip-entering .detail-media img {
  opacity: 0;
}

[data-screen="detail"].is-detail-handoff .detail-media img {
  opacity: 1;
  transition: none;
}

.eyebrow {
  margin: 0 0 4px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.detail-name {
  margin: 0;
  color: #080808;
  font-size: 26px;
  font-weight: 950;
  line-height: 31px;
}

.detail-content {
  position: relative;
  z-index: 15;
  display: grid;
  gap: 14px;
  margin-top: -28px;
  padding: 0 20px calc(112px + var(--safe-bottom));
}

.detail-summary-card,
.detail-section-card,
.info-band {
  border: 1px solid rgba(220, 202, 170, 0.88);
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.97);
  box-shadow: 0 18px 38px rgba(38, 31, 22, 0.08);
}

.detail-summary-card {
  position: relative;
  overflow: hidden;
  padding: 27px 16px 16px;
  border-radius: 26px 26px 22px 22px;
}

.detail-sheet-grabber {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 38px;
  height: 4px;
  border-radius: 999px;
  background: rgba(139, 121, 91, 0.36);
  transform: translateX(-50%);
}

.detail-name-en {
  margin: 6px 0 16px;
  color: #8b8174;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 18px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

[data-screen="detail"].is-detail-assembling .detail-topbar {
  animation: detailTopbarAssemble 460ms cubic-bezier(0.2, 0.78, 0.22, 1) 80ms both;
}

[data-screen="detail"].is-detail-assembling .detail-summary-card {
  animation: detailSheetAssemble 560ms cubic-bezier(0.2, 0.78, 0.22, 1) 100ms both;
}

[data-screen="detail"].is-detail-assembling .detail-summary-card .eyebrow {
  animation: detailPieceAssemble 420ms cubic-bezier(0.2, 0.78, 0.22, 1) 160ms both;
}

[data-screen="detail"].is-detail-assembling .detail-name {
  animation: detailPieceAssemble 440ms cubic-bezier(0.2, 0.78, 0.22, 1) 210ms both;
}

[data-screen="detail"].is-detail-assembling .detail-name-en {
  animation: detailPieceAssemble 420ms cubic-bezier(0.2, 0.78, 0.22, 1) 260ms both;
}

[data-screen="detail"].is-detail-assembling .locked-price {
  animation: detailPriceAssemble 500ms cubic-bezier(0.2, 0.78, 0.22, 1) 300ms both;
}

[data-screen="detail"].is-detail-assembling .detail-section-card {
  animation: detailCardAssemble 520ms cubic-bezier(0.2, 0.78, 0.22, 1) 360ms both;
}

[data-screen="detail"].is-detail-assembling .spec-grid span {
  animation: detailPieceAssemble 360ms cubic-bezier(0.2, 0.78, 0.22, 1) 440ms both;
}

[data-screen="detail"].is-detail-assembling .spec-grid span:nth-child(2) {
  animation-delay: 470ms;
}

[data-screen="detail"].is-detail-assembling .spec-grid span:nth-child(3) {
  animation-delay: 500ms;
}

[data-screen="detail"].is-detail-assembling .spec-grid span:nth-child(4) {
  animation-delay: 530ms;
}

[data-screen="detail"].is-detail-assembling .spec-grid span:nth-child(5) {
  animation-delay: 560ms;
}

[data-screen="detail"].is-detail-assembling .spec-grid span:nth-child(6) {
  animation-delay: 590ms;
}

[data-screen="detail"].is-detail-assembling .info-band {
  animation: detailCardAssemble 520ms cubic-bezier(0.2, 0.78, 0.22, 1) 430ms both;
}

[data-screen="detail"].is-detail-assembling .detail-service-points span {
  animation: detailPieceAssemble 360ms cubic-bezier(0.2, 0.78, 0.22, 1) 560ms both;
}

[data-screen="detail"].is-detail-assembling .detail-service-points span:nth-child(2) {
  animation-delay: 610ms;
}

[data-screen="detail"].is-detail-assembling .detail-service-points span:nth-child(3) {
  animation-delay: 660ms;
}

@keyframes detailTopbarAssemble {
  from {
    opacity: 0;
    transform: translate3d(0, -12px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes detailSheetAssemble {
  from {
    opacity: 0;
    transform: translate3d(0, 48px, 0) scale(0.985);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes detailCardAssemble {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0) scale(0.99);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes detailPieceAssemble {
  from {
    opacity: 0;
    transform: translate3d(0, 14px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes detailPriceAssemble {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.locked-price,
.status-banner,
.service-card,
.profile-card,
.address-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  border: 1px solid #eadfca;
  border-radius: 8px;
  background: #fffaf0;
}

.locked-price [data-lucide],
.status-banner [data-lucide],
.service-card [data-lucide],
.address-card > [data-lucide] {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: var(--gold-dark);
}

.locked-price strong,
.status-banner strong,
.service-card strong,
.address-card strong {
  display: block;
  font-size: 14.5px;
  font-weight: 800;
}

.locked-price span,
.status-banner span,
.service-card span {
  display: block;
  margin-top: 2px;
  color: #777777;
  font-size: 12.5px;
  line-height: 18px;
}

.locked-price small {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.5px;
  font-weight: 700;
  line-height: 18px;
}

.detail-summary-card .locked-price {
  align-items: flex-start;
  padding: 15px;
  border: 0;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #0a0a0a 0%, #17120b 100%);
  color: #ffffff;
}

.detail-summary-card .locked-price.is-special-price {
  background:
    linear-gradient(135deg, #120d04 0%, #3a2308 100%);
}

.detail-summary-card .locked-price [data-lucide] {
  width: 28px;
  height: 28px;
  padding: 6px;
  border-radius: 50%;
  background: rgba(184, 138, 45, 0.18);
  color: #dfb85d;
}

.detail-summary-card .locked-price span {
  margin: 0 0 4px;
  color: #d5ad56;
  font-size: 12px;
  font-weight: 900;
}

.detail-summary-card .locked-price strong {
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.detail-section-card {
  padding: 17px;
}

.detail-section-head {
  margin-bottom: 13px;
}

.detail-section-head span,
.info-band > div:first-child > span {
  display: block;
  margin-bottom: 4px;
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
}

.detail-section-head h2,
.info-band h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.25;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 0;
}

.spec-grid span {
  min-height: 62px;
  padding: 12px;
  border: 1px solid #ede9e1;
  border-radius: 15px;
  background: #fffdfa;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
}

.spec-grid b {
  display: block;
  margin-bottom: 5px;
  color: #8a8781;
  font-size: 12px;
  font-weight: 800;
}

.info-band {
  margin-top: 0;
  padding: 17px;
}

.info-band p {
  margin: 7px 0 0;
  color: #666666;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.65;
}

.detail-service-points {
  display: grid;
  gap: 9px;
  margin-top: 14px;
}

.detail-service-points span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 39px;
  padding: 9px 10px;
  border-radius: 13px;
  background: #fbf7ee;
  color: #4e473b;
  font-size: 13px;
  font-weight: 850;
}

.detail-service-points [data-lucide] {
  width: 18px;
  height: 18px;
  color: var(--gold-dark);
}

.detail-actions,
.sheet-actions,
.quick-actions,
.review-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.detail-actions button,
.primary-btn,
.checkout-panel button,
.review-actions button,
.quick-actions button {
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.detail-actions button:last-child,
.primary-btn,
.checkout-panel button,
.review-actions button:last-child {
  background: var(--gold);
  color: #ffffff;
}

.detail-actions {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 30;
  grid-template-columns: 0.92fr 1fr 1fr;
  gap: 8px;
  width: min(calc(100vw - 32px), 394px);
  margin: 0;
  padding: 12px 12px calc(12px + var(--safe-bottom));
  transform: translateX(50%);
  border: 1px solid #eadfca;
  border-radius: 18px 18px 0 0;
  background: rgba(255, 253, 248, 0.96);
  box-shadow: 0 -16px 34px rgba(31, 21, 10, 0.12);
  backdrop-filter: blur(12px);
}

[data-screen="detail"].is-detail-assembling .detail-actions {
  animation: detailActionsAssemble 520ms cubic-bezier(0.2, 0.78, 0.22, 1) 480ms both;
}

.detail-actions button {
  height: 48px;
  border-radius: 999px;
  font-size: 14px;
}

@keyframes detailActionsAssemble {
  from {
    opacity: 0;
    transform: translateX(50%) translateY(28px);
  }

  to {
    opacity: 1;
    transform: translateX(50%) translateY(0);
  }
}

.cart-item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 12px;
  margin-top: 13px;
  padding: 12px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #ffffff;
}

.cart-item img {
  width: 82px;
  height: 72px;
  object-fit: contain;
}

.cart-item strong {
  display: block;
  margin-top: 3px;
  color: var(--gold-dark);
  font-size: 13px;
}

.qty-stepper {
  grid-column: 2;
  display: flex;
  align-items: center;
  width: 104px;
  height: 29px;
  margin-top: 4px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
}

.qty-stepper button,
.qty-stepper span {
  display: grid;
  width: 33.333%;
  height: 29px;
  place-items: center;
  font-size: 14px;
  font-weight: 800;
}

.checkout-panel {
  margin-top: 14px;
  padding: 13px;
  border-top: 1px solid var(--line);
}

.checkout-panel div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  color: #666666;
  font-size: 14px;
}

.checkout-panel b {
  color: var(--gold-dark);
}

.checkout-panel button {
  width: 100%;
}

.cart-current-shell {
  display: grid;
  gap: 13px;
  padding-top: 0;
  padding-bottom: 214px;
}

.cart-checkout-workbench {
  color: #101010;
}

.cart-empty-shell {
  padding-bottom: 94px;
}

.cart-items-panel {
  overflow: hidden;
  border: 1px solid #e7e2d8;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.cart-items-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 18px;
  border-bottom: 1px solid #e7e2d8;
}

.cart-items-panel-head div {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 8px;
}

.cart-items-panel-head strong {
  min-width: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-items-panel-head span {
  flex: 0 0 auto;
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}

.cart-line-item {
  display: grid;
  grid-template-areas:
    "image copy"
    "foot foot";
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: start;
  column-gap: 16px;
  row-gap: 12px;
  padding: 16px 18px 14px;
  border-bottom: 1px solid #eee8de;
}

.cart-line-item:last-child {
  border-bottom: 0;
}

.cart-line-item img {
  grid-area: image;
  width: 96px;
  height: 96px;
  object-fit: cover;
  border-radius: 14px;
  background: #f6f1e8;
}

.cart-line-copy {
  grid-area: copy;
  display: grid;
  align-content: start;
  min-width: 0;
  min-height: 96px;
}

.cart-line-copy h3 {
  margin: 0;
  color: #0b0b0b;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-line-copy p {
  margin: 4px 0 7px;
  color: #777777;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-line-copy em {
  display: inline-block;
  justify-self: start;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 7px;
  background: #f7ebd3;
  color: #9a6b18;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-line-stock {
  display: block;
  margin-top: 6px;
  color: #8a8172;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.cart-line-item.is-stock-warning {
  background: linear-gradient(180deg, rgba(255, 248, 238, 0.86), rgba(255, 255, 255, 0.96));
}

.cart-line-item.is-stock-warning .cart-line-stock {
  color: #b42318;
}

.cart-line-foot {
  grid-area: foot;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 38px;
  padding-top: 12px;
  border-top: 1px solid #f1eee7;
}

.cart-line-price {
  display: grid;
  gap: 2px;
  min-width: 0;
  max-width: calc(100% - 106px);
}

.cart-line-price strong {
  display: block;
  margin-top: 0;
  color: #050505;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-line-price small {
  display: block;
  color: #9a6b18;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
}

.cart-line-controls {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 8px;
}

.cart-line-remove {
  height: 32px;
  padding: 0 10px;
  border: 1px solid #eadfca;
  border-radius: 999px;
  background: #fffaf0;
  color: #9a6b18;
  font-size: 12px;
  font-weight: 800;
}

.cart-line-qty {
  display: grid;
  grid-template-columns: 28px 32px 28px;
  flex: 0 0 auto;
  width: 88px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  border-radius: 999px;
  background: #ffffff;
  color: #101010;
  font-size: 13px;
  font-weight: 1000;
}

.cart-line-qty button,
.cart-line-qty span {
  display: grid;
  height: 30px;
  place-items: center;
}

.cart-line-qty button {
  color: #666666;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.cart-line-qty button:active {
  background: #f4f4f4;
  color: #111111;
}

.cart-line-qty button:disabled {
  cursor: wait;
  opacity: 0.48;
}

.cart-line-qty button[data-stock-disabled="true"]:disabled {
  cursor: not-allowed;
  background: #fbf6ea;
  color: #b39a62;
  opacity: 1;
}

.cart-line-qty span {
  border-right: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  color: #111111;
  font-size: 16px;
  font-weight: 800;
}

@media (max-width: 380px) {
  .cart-line-item {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
  }

  .cart-line-item img {
    width: 88px;
    height: 88px;
  }

  .cart-line-copy {
    min-height: 88px;
  }

  .cart-line-copy h3 {
    font-size: 16px;
  }

  .cart-line-copy p {
    font-size: 12.5px;
  }

  .cart-line-price strong {
    font-size: 17px;
  }

  .cart-line-qty {
    grid-template-columns: 28px 32px 28px;
    width: 88px;
  }
}

@media (max-width: 400px) {
  .cart-line-foot {
    min-height: 38px;
  }
}

.cart-fixed-submit {
  position: fixed;
  right: 50%;
  bottom: calc(var(--bottom-nav-height) + 11px);
  z-index: 8;
  display: grid;
  width: min(calc(100vw - 48px), 378px);
  align-content: start;
  gap: 10px;
  padding: 12px 14px;
  transform: translateX(50%);
  border: 1px solid #e7e2d8;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 -10px 38px rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(16px);
}

.cart-submit-method {
  display: grid;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.cart-submit-method-head {
  display: none;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}

.cart-submit-method h2 {
  margin: 0;
  color: #111111;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}

.cart-submit-method-head span {
  color: #888888;
  font-size: 13px;
  font-weight: 700;
}

.cart-pickup-toggle {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  height: 42px;
  padding: 4px;
  border-radius: 999px;
  background: #f2f2f2;
  box-shadow:
    inset 0 1px 2px rgba(0, 0, 0, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.cart-pickup-toggle button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  gap: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #555555;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease;
}

.cart-pickup-toggle button.is-active {
  background: #ffffff;
  color: #0e5a3d;
  font-weight: 900;
  box-shadow:
    0 5px 12px rgba(0, 0, 0, 0.08),
    0 1px 0 rgba(255, 255, 255, 0.9);
}

.cart-pickup-toggle svg,
.cart-pickup-toggle [data-lucide] {
  width: 20px;
  height: 20px;
  stroke: var(--gold-dark);
  stroke-width: 2;
}

.cart-pickup-toggle button.is-active svg,
.cart-pickup-toggle button.is-active [data-lucide] {
  stroke: #0e5a3d;
}

.cart-pickup-toggle span {
  font: inherit;
  line-height: 20px;
}

.cart-fulfillment-card {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  align-items: center;
  gap: 9px;
  width: 100%;
  padding: 0 0 9px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  background: transparent;
  color: #111111;
  text-align: left;
}

button.cart-fulfillment-card {
  cursor: pointer;
}

.cart-fulfillment-card.is-readonly {
  cursor: default;
}

.cart-fulfillment-card.is-missing {
  padding: 8px 10px;
  border: 1px solid #efd5a4;
  border-radius: 13px;
  background: #fff8e8;
}

.cart-fulfillment-card > [data-lucide] {
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 9px;
  background: #f6f1e8;
  color: var(--gold-dark);
  stroke-width: 2.2;
}

.cart-fulfillment-card span {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.cart-fulfillment-card em {
  overflow: hidden;
  color: #9a6b18;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-fulfillment-card strong {
  overflow: hidden;
  color: #151515;
  font-size: 12.5px;
  font-weight: 850;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-fulfillment-card small {
  overflow: hidden;
  color: #777777;
  font-size: 11px;
  font-weight: 650;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-fulfillment-card b {
  color: var(--gold-dark);
  font-size: 11.5px;
  font-weight: 800;
  white-space: nowrap;
}

.cart-fulfillment-card.is-readonly b {
  color: #888888;
}

.cart-pickup-location-list {
  display: grid;
  gap: 8px;
  margin-top: -2px;
}

.cart-pickup-location-list button {
  display: grid;
  gap: 3px;
  width: 100%;
  padding: 9px 11px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  color: #222222;
  text-align: left;
}

.cart-pickup-location-list button.is-active {
  border-color: #c8922f;
  background: #fff8ea;
  box-shadow: inset 0 0 0 1px rgba(200, 146, 47, 0.22);
}

.cart-pickup-location-list strong {
  overflow: hidden;
  font-size: 12px;
  font-weight: 850;
  line-height: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-pickup-location-list span {
  overflow: hidden;
  color: #777777;
  font-size: 11px;
  font-weight: 650;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-bottom-submit {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(160px, 45%);
  align-items: center;
  gap: 10px;
  margin-top: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.cart-bottom-submit div {
  display: grid;
  min-width: 0;
  gap: 1px;
}

.cart-bottom-submit span {
  color: #777777;
  font-size: 13px;
  font-weight: 700;
}

.cart-bottom-submit strong {
  color: #050505;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-bottom-submit small {
  color: #9a6b18;
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-bottom-submit button {
  height: 52px;
  width: 100%;
  min-width: 160px;
  border: 0;
  border-radius: 999px;
  background: #050505;
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

.cart-bottom-submit button:disabled {
  cursor: not-allowed;
  background: #8b867c;
  color: rgba(255, 255, 255, 0.82);
  box-shadow: none;
}

@media (max-width: 400px) {
  .cart-bottom-submit {
    grid-template-columns: minmax(0, 1fr) minmax(150px, 45%);
  }

  .cart-bottom-submit button {
    min-width: 150px;
  }
}

.cart-empty-state {
  display: grid;
  min-height: calc(100svh - 314px);
  padding: 42px 18px 86px;
  place-items: center;
  align-content: center;
  color: #111111;
  text-align: center;
}

.cart-empty-state.cart-current-empty {
  min-height: calc(100svh - 430px);
  padding-top: 28px;
}

.cart-empty-icon {
  display: grid;
  width: 76px;
  height: 76px;
  margin-bottom: 17px;
  place-items: center;
  border: 1px solid rgba(178, 138, 52, 0.24);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 30%, rgba(178, 138, 52, 0.16), transparent 56%),
    #ffffff;
  color: var(--gold-dark);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.07);
}

.cart-empty-icon [data-lucide] {
  width: 34px;
  height: 34px;
  stroke-width: 1.8;
}

.cart-empty-state > span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 2.2px;
}

.cart-empty-state h2 {
  margin: 11px 0 9px;
  font-size: 23px;
  font-weight: 900;
  line-height: 31px;
}

.cart-empty-state p {
  max-width: 292px;
  margin: 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.75;
}

.cart-empty-state button {
  display: grid;
  width: min(100%, 286px);
  height: 46px;
  margin-top: 24px;
  place-items: center;
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(178, 138, 52, 0.22);
}

.cart-order-success {
  display: grid;
  padding: 28px 0 22px;
  justify-items: center;
  color: #111111;
  text-align: center;
}

.cart-order-success-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 14px;
  place-items: center;
  border: 1px solid rgba(178, 138, 52, 0.28);
  border-radius: 50%;
  background: #fffaf0;
  color: var(--gold-dark);
}

.cart-order-success-icon [data-lucide] {
  width: 31px;
  height: 31px;
}

.cart-order-success > span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.cart-order-success h2 {
  margin: 9px 0 7px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.cart-order-success p {
  max-width: 302px;
  margin: 0;
  color: #6d6d6d;
  font-size: 13px;
  line-height: 1.75;
}

.cart-order-code {
  display: grid;
  width: 100%;
  margin-top: 18px;
  padding: 15px;
  border: 1px solid #eadfca;
  border-radius: 10px;
  background: #fffaf0;
  gap: 4px;
}

.cart-order-code small,
.cart-order-code em,
.cart-order-meta span {
  color: #777777;
  font-size: 12px;
  font-style: normal;
}

.cart-order-code strong {
  color: #111111;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 2px;
}

.cart-order-meta {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  gap: 9px;
  margin-top: 10px;
}

.cart-order-meta div {
  display: grid;
  min-height: 60px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  align-content: center;
  gap: 3px;
}

.cart-order-meta b {
  color: var(--gold-dark);
  font-size: 14px;
}

.cart-order-actions {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}

.cart-order-actions button {
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.cart-order-actions button:last-child {
  background: var(--gold);
  color: #ffffff;
}

.cart-order-list {
  display: grid;
  gap: 18px;
  padding-top: 14px;
  padding-bottom: 28px;
}

.cart-order-list-empty {
  margin: 4px 0 0;
  color: #777777;
  font-size: 13px;
  text-align: center;
}

.order-filter-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  min-height: 48px;
  padding: 4px;
  border: 1px solid #e8dfcf;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    inset 0 1px 1px rgba(255, 255, 255, 0.92),
    0 8px 22px rgba(42, 32, 18, 0.04);
}

.order-filter-tabs button {
  display: grid;
  min-width: 0;
  height: 40px;
  place-items: center;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #73706a;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
  transition:
    background 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.order-filter-tabs button.is-active {
  background: linear-gradient(135deg, #d1a33a, #b78322);
  color: #ffffff;
  box-shadow:
    0 9px 18px rgba(183, 131, 34, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.26);
}

.order-filter-tabs button:active {
  transform: scale(0.98);
}

.cart-order-card-stack {
  display: grid;
  gap: 14px;
}

.cart-order-list.is-refreshing .cart-order-card-stack {
  opacity: 0.72;
  transition: opacity 160ms ease;
}

.cart-order-filter-empty {
  margin-top: 0;
}

.orders-filter-loading {
  display: grid;
  gap: 10px;
  padding: 18px;
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: linear-gradient(135deg, #fffaf0, #ffffff);
  color: #8a8378;
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.orders-filter-loading span {
  display: block;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(238, 232, 222, 0.56), rgba(255, 255, 255, 0.94), rgba(238, 232, 222, 0.56));
  background-size: 200% 100%;
  animation: order-loading-shimmer 1.1s linear infinite;
}

.orders-filter-loading p {
  margin: 2px 0 0;
}

@keyframes order-loading-shimmer {
  to {
    background-position: -200% 0;
  }
}

.orders-load-more {
  min-height: 48px;
  border: 1px solid #eadfca;
  border-radius: 999px;
  background: linear-gradient(180deg, #fffdf7, #fff7e8);
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(139, 98, 30, 0.08);
}

.orders-load-more span {
  margin-left: 6px;
  color: #8a8378;
  font-size: 12px;
}

.orders-list-count {
  margin: 2px 0 0;
  color: #8a8378;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  .orders-filter-loading span {
    animation: none;
  }
}

.cart-order-card {
  position: relative;
  display: grid;
  width: 100%;
  gap: 16px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(190, 146, 64, 0.28);
  border-radius: 18px;
  background:
    linear-gradient(135deg, rgba(255, 249, 238, 0.9), rgba(255, 255, 255, 0.98) 56%),
    #ffffff;
  color: #111111;
  text-align: left;
  box-shadow: 0 16px 36px rgba(38, 30, 17, 0.07);
}

.cart-order-card.is-warning {
  background:
    radial-gradient(circle at 0 0, rgba(196, 143, 36, 0.14), transparent 44%),
    linear-gradient(135deg, #fffaf0, #ffffff 60%);
}

.cart-order-card.is-info {
  background:
    radial-gradient(circle at 0 0, rgba(49, 95, 133, 0.11), transparent 45%),
    linear-gradient(135deg, #f5f9fd, #ffffff 60%);
}

.cart-order-card.is-success,
.cart-order-card.is-done {
  background:
    radial-gradient(circle at 0 0, rgba(26, 107, 80, 0.1), transparent 45%),
    linear-gradient(135deg, #f5fbf8, #ffffff 60%);
}

.cart-order-card.is-muted {
  border-color: rgba(16, 17, 15, 0.1);
  background: #ffffff;
}

.cart-order-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.cart-order-status-pill {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  gap: 7px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f4ead6;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.cart-order-status-pill::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.cart-order-card time {
  color: #89847d;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.cart-order-card-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
}

.cart-order-title-block {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.cart-order-title-block h2 {
  margin: 0;
  color: #0b0b0b;
  font-size: 25px;
  font-weight: 1000;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.cart-order-title-block span {
  overflow: hidden;
  color: #77746d;
  font-size: 14px;
  font-weight: 850;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-order-card[data-order-status="confirmed"] .cart-order-status-pill,
.cart-order-card[data-order-status="pickup_ready"] .cart-order-status-pill {
  background: #e4f4ec;
  color: #28785a;
}

.cart-order-card[data-order-status="delivery"] .cart-order-status-pill {
  background: #e7f2ff;
  color: #2f6fa9;
}

.cart-order-card[data-order-status="completed"] .cart-order-status-pill {
  background: #e3f1ec;
  color: #28785a;
}

.cart-order-card[data-order-status="cancelled"] .cart-order-status-pill {
  background: #f0f0f0;
  color: #777777;
}

.cart-order-card-cta {
  display: grid;
  justify-items: end;
  gap: 8px;
  min-width: 126px;
}

.cart-order-card-cta span {
  max-width: 132px;
  padding: 7px 12px;
  border-radius: 9px;
  background: linear-gradient(135deg, #fff5da, #fff9ee);
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-order-card-cta button {
  min-width: 126px;
  height: 42px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: #0c0c0c;
  color: #ffffff;
  font-size: 14px;
  font-weight: 950;
  white-space: nowrap;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.14);
}

.cart-order-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding-top: 13px;
  border-top: 1px solid #eadfca;
}

.cart-order-metrics div {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 5px;
  padding: 0 10px;
}

.cart-order-metrics div:first-child {
  padding-left: 0;
}

.cart-order-metrics div + div {
  border-left: 1px solid #eadfca;
}

.cart-order-metrics i,
.cart-order-metrics [data-lucide] {
  width: 18px;
  height: 18px;
  color: var(--gold-dark);
  stroke-width: 2;
}

.cart-order-metrics span {
  color: #85817a;
  font-size: 12px;
  font-weight: 850;
  line-height: 16px;
}

.cart-order-metrics strong {
  display: -webkit-box;
  overflow: hidden;
  color: #101010;
  font-size: 16px;
  font-weight: 950;
  line-height: 20px;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cart-order-hint-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 9px 12px;
  border-radius: 9px;
  background: #fff7e8;
  color: var(--gold-dark);
}

.cart-order-hint-strip i,
.cart-order-hint-strip [data-lucide] {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.cart-order-hint-strip span {
  min-width: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 850;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-order-card.is-success .cart-order-hint-strip,
.cart-order-card.is-done .cart-order-hint-strip {
  background: #eef8f3;
  color: #28785a;
}

.cart-order-card.is-info .cart-order-hint-strip {
  background: #edf5ff;
  color: #2f6fa9;
}

.cart-order-card.is-muted .cart-order-hint-strip {
  background: #f3f3f3;
  color: #777777;
}

@media (max-width: 380px) {
  .cart-order-card {
    gap: 14px;
    padding: 16px;
  }

  .cart-order-card-summary {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .cart-order-card-cta {
    width: 100%;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    justify-items: start;
    min-width: 0;
  }

  .cart-order-card-cta button {
    min-width: 118px;
    height: 40px;
  }

  .cart-order-title-block h2 {
    font-size: 23px;
  }

  .cart-order-metrics strong {
    font-size: 14px;
    line-height: 18px;
  }
}

.cart-order-detail-head mark {
  padding: 5px 9px;
  border-radius: 999px;
  background: #f5ead5;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
}

.cart-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 10px 0 4px;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
}

.cart-back-link [data-lucide] {
  width: 16px;
  height: 16px;
}

.cart-order-detail {
  display: grid;
  gap: 12px;
  padding-top: 2px;
}

.cart-order-detail-head {
  display: grid;
  justify-items: center;
  gap: 6px;
  padding: 18px 6px 6px;
  text-align: center;
}

.cart-order-detail-head span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
}

.cart-order-detail-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.order-detail-redesign {
  gap: 12px;
  padding: 0 0 28px;
}

.order-detail-hero,
.order-detail-section {
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.045);
}

.order-detail-hero {
  display: grid;
  gap: 10px;
  padding: 15px;
}

.order-detail-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.order-detail-hero-top span {
  display: inline-flex;
  align-items: center;
  height: 27px;
  padding: 0 11px;
  border-radius: 999px;
  background: #f5ead5;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 800;
}

.order-detail-hero-top small {
  color: #858585;
  font-size: 12px;
  font-weight: 800;
}

.order-detail-hero p {
  margin: 0;
  color: #777777;
  font-size: 12px;
  font-weight: 800;
}

.order-detail-hero h2 {
  margin: -4px 0 0;
  color: #050505;
  font-size: 21px;
  font-weight: 900;
  line-height: 28px;
  overflow-wrap: anywhere;
}

.order-detail-code-panel {
  display: grid;
  gap: 4px;
  padding: 13px 14px;
  border-radius: 14px;
  background: #fff8e8;
  color: #111111;
}

.order-detail-code-panel span {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
}

.order-detail-code-panel strong {
  color: #050505;
  font-size: 30px;
  font-weight: 950;
  letter-spacing: 3px;
  line-height: 34px;
}

.order-detail-code-panel small {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.order-detail-section {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.order-detail-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.order-detail-section-head h3 {
  margin: 0;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
}

.order-detail-section-head span {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
}

.order-detail-products {
  display: grid;
  gap: 9px;
}

.order-detail-product {
  display: grid;
  grid-template-columns: 70px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  padding: 10px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #fffdf9;
}

.order-detail-product img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 12px;
  background: #f6f1e8;
}

.order-detail-product div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.order-detail-product h4 {
  margin: 0;
  color: #111111;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-detail-product p {
  margin: 0;
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  line-height: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-detail-product span {
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.order-detail-product strong {
  display: grid;
  min-width: 38px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #f5ead5;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
}

.order-detail-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-top: 11px;
  border-top: 1px solid #eeeeee;
}

.order-detail-total span {
  color: #777777;
  font-size: 13px;
  font-weight: 800;
}

.order-detail-total strong {
  color: #050505;
  font-size: 18px;
  font-weight: 900;
}

.order-detail-list {
  display: grid;
  gap: 0;
}

.order-detail-list div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-top: 1px solid #eeeeee;
}

.order-detail-list div:first-child {
  border-top: 0;
  padding-top: 0;
}

.order-detail-list div:last-child {
  padding-bottom: 0;
}

.order-detail-list span {
  color: #888888;
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
}

.order-detail-list b {
  color: #111111;
  font-size: 13px;
  font-weight: 850;
  line-height: 18px;
  overflow-wrap: anywhere;
}

.order-timeline {
  display: grid;
  gap: 0;
  padding: 2px 0 4px;
}

.order-timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 20px minmax(0, 82px) minmax(0, 1fr);
  gap: 10px;
  padding: 9px 0;
  align-items: start;
}

.order-timeline-step::before {
  position: absolute;
  top: 26px;
  bottom: -9px;
  left: 7px;
  width: 1px;
  background: #e7e2d8;
  content: "";
}

.order-timeline-step:last-child::before {
  content: none;
}

.order-timeline-step i {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  border: 2px solid #d8cfbf;
  border-radius: 50%;
  background: #ffffff;
}

.order-timeline-step span {
  color: #111111;
  font-size: 13px;
  font-weight: 900;
  line-height: 19px;
}

.order-timeline-step b {
  color: #777777;
  font-size: 12px;
  font-weight: 750;
  line-height: 18px;
}

.order-timeline-step.is-done i,
.order-timeline-step.is-current i {
  border-color: #0e5a3d;
  background: #0e5a3d;
}

.order-timeline-step.is-current span {
  color: #0e5a3d;
}

.order-timeline-step.is-cancelled i {
  border-color: #d14646;
  background: #d14646;
}

.order-timeline-step.is-cancelled span {
  color: #b82929;
}

.order-detail-status-list {
  border-top: 1px solid #eeeeee;
  padding-top: 5px;
}

.order-detail-actions {
  margin-top: 2px;
}

.order-detail-actions button[data-action="cancel-order"] {
  border-color: #ffccc7;
  background: #fff7f6;
  color: #cf1322;
}

.cart-order-products {
  display: grid;
  gap: 8px;
}

.cart-order-products div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  color: #333333;
  font-size: 13px;
}

.cart-order-products span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cart-order-products b {
  flex: 0 0 auto;
  color: var(--gold-dark);
}

.cart-order-hint {
  margin: 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 1.7;
  text-align: center;
}

.phone-frame.is-order-detail-mode {
  padding-bottom: 0;
  background: #ffffff;
  color: #1c1c1c;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.phone-frame.is-order-detail-mode > .topbar,
.phone-frame.is-order-detail-mode [data-screen="orders"] > .screen-title,
.phone-frame.is-order-detail-mode .bottom-nav {
  display: none;
}

.phone-frame.is-order-detail-mode [data-screen="orders"] .page-pad {
  padding-bottom: 0;
  background: #ffffff;
}

.order-receipt-detail {
  min-height: 100%;
  padding: 0 0 calc(92px + var(--safe-bottom, 0px));
  background: #ffffff;
  color: #1c1c1c;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}

.order-receipt-detail [data-lucide] {
  fill: none;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.order-detail-topbar {
  position: sticky;
  top: 0;
  z-index: 18;
  display: grid;
  height: 62px;
  grid-template-columns: 36px minmax(0, 1fr) 36px;
  align-items: center;
  gap: 12px;
  padding: 8px 16px 9px;
  border-bottom: 1px solid #eeeeee;
  background: #ffffff;
}

.order-detail-topbar-button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
  background: #f4f4f4;
  color: #5a5a5a;
}

.order-detail-topbar-button [data-lucide] {
  width: 19px;
  height: 19px;
  stroke-width: 2.2;
}

.order-detail-topbar-button span {
  color: #5a5a5a;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}

.order-detail-brand {
  display: grid;
  justify-items: center;
  gap: 1px;
  min-width: 0;
  text-align: center;
}

.order-detail-brand strong {
  color: #141414;
  font-family: "Songti SC", "STSong", "SimSun", serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.12em;
}

.order-detail-brand span {
  color: #c6982f;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 13px;
  letter-spacing: 0.36em;
  text-transform: lowercase;
}

.order-detail-page-title {
  margin: 0;
  padding: 15px 16px;
  color: #1c1c1c;
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.order-receipt-ticket,
.order-receipt-card {
  box-sizing: border-box;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
}

.order-receipt-ticket {
  position: relative;
  margin: 6px 16px 24px;
  padding: 16px 18px;
  border: 1px solid #f2eadc;
  overflow: visible;
  background: #fffaf0;
}

.order-receipt-ticket::before {
  content: none;
}

.order-receipt-ticket-head {
  display: block;
}

.order-receipt-ticket-head > div {
  display: grid;
  min-width: 0;
}

.order-receipt-ticket-main {
  gap: 10px;
}

.order-receipt-summary-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 0;
}

.order-receipt-summary-row.is-time {
  justify-content: flex-start;
  gap: 0;
}

.order-receipt-inline {
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 0;
}

.order-receipt-ticket-head span,
.order-receipt-ticket-head small,
.order-receipt-ticket-head time {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.order-receipt-ticket-head .order-receipt-order-no {
  min-width: 0;
  color: #9d9d9d;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-receipt-inline button {
  display: inline-grid;
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  margin-left: 5px;
  place-items: center;
  border: 0;
  background: transparent;
  color: #b3b3b3;
}

.order-receipt-inline button [data-lucide] {
  width: 14px;
  height: 14px;
}

.order-receipt-ticket-head aside {
  display: grid;
  justify-items: end;
  gap: 0;
  min-width: max-content;
  flex: 0 0 auto;
  text-align: right;
}

.order-receipt-ticket-head aside b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 6px 16px;
  border-radius: 16px;
  background: #f7e3b3;
  color: #a97f24;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
}

.order-receipt-card {
  display: grid;
  gap: 14px;
  margin: 0 16px 24px;
  padding: 0;
}

.order-receipt-section-title {
  display: flex;
  align-items: center;
  gap: 9px;
}

.order-receipt-section-title > i {
  width: 4px;
  height: 15px;
  flex: 0 0 auto;
  border-radius: 2px;
  background: #c6982f;
}

.order-receipt-section-title h3 {
  margin: 0;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.order-receipt-section-title span {
  margin-left: auto;
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 500;
}

.order-receipt-product-list {
  display: grid;
  gap: 0;
}

.order-receipt-product {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) auto;
  align-items: stretch;
  gap: 13px;
  min-height: 97px;
  padding: 0 0 17px;
  border-bottom: 1px solid #f0f0f0;
}

.order-receipt-product + .order-receipt-product {
  padding-top: 17px;
}

.order-receipt-product img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  background: #f4f4f4;
}

.order-receipt-product-main {
  display: grid;
  align-content: start;
  min-width: 0;
  gap: 9px;
  padding-top: 2px;
}

.order-receipt-product h4 {
  margin: 0;
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-receipt-product p {
  margin: 0;
  color: #9d9d9d;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-receipt-product-side {
  display: grid;
  min-width: 76px;
  justify-items: end;
  align-content: space-between;
  gap: 8px;
  padding-top: 2px;
}

.order-receipt-product-side span {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.order-receipt-product-side strong {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
  white-space: nowrap;
}

.order-receipt-rows {
  display: grid;
}

.order-receipt-rows div {
  display: flex;
  min-height: 44px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-top: 1px solid #f0f0f0;
}

.order-receipt-rows div:first-child {
  border-top: 0;
}

.order-receipt-rows span {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #555555;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.order-receipt-rows span [data-lucide] {
  width: 17px;
  height: 17px;
  flex: 0 0 auto;
  color: #b8b8b8;
}

.order-receipt-rows b,
.order-receipt-row-link {
  color: #242424;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
}

.order-receipt-rows .is-highlight b {
  color: #c58a1f;
  font-size: 15px;
  font-weight: 800;
}

.order-receipt-row-link {
  display: inline-flex;
  max-width: 54%;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.order-receipt-row-link [data-lucide] {
  width: 15px;
  height: 15px;
  flex: 0 0 auto;
  color: #c4c4c4;
}

.order-receipt-code {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 80px;
  padding: 15px;
  border: 1px solid #e1efe6;
  border-radius: 12px;
  background: #eef6f0;
}

.order-receipt-code.is-waiting {
  grid-template-columns: 48px minmax(0, 1fr);
  border-color: #e1efe6;
  background: #eef6f0;
}

.order-receipt-code-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: #1f6a49;
  color: #ffffff;
}

.order-receipt-code-icon [data-lucide] {
  width: 24px;
  height: 24px;
}

.order-receipt-code > div:not(.order-receipt-code-icon) {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.order-receipt-code strong {
  color: #2c7a55;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  overflow-wrap: anywhere;
}

.order-receipt-code span {
  color: #8aa596;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  overflow-wrap: anywhere;
}

.order-receipt-code.is-waiting aside {
  display: none;
}

.order-receipt-code aside {
  display: grid;
  justify-items: end;
  gap: 7px;
}

.order-receipt-code aside b {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

.order-receipt-code aside button {
  min-height: 28px;
  padding: 5px 11px;
  border: 1px solid #bcdccb;
  border-radius: 8px;
  background: #ffffff;
  color: #2c7a55;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.order-receipt-location {
  display: grid;
  gap: 7px;
}

.order-receipt-location-head {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 15px;
  align-items: center;
  gap: 8px;
}

.order-receipt-location-head [data-lucide] {
  width: 18px;
  height: 18px;
  color: #c6982f;
}

.order-receipt-location-head [data-lucide]:last-child {
  width: 15px;
  height: 15px;
  color: #c4c4c4;
}

.order-receipt-location strong {
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 700;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.order-receipt-location-body {
  display: grid;
  gap: 8px;
  padding-left: 26px;
}

.order-receipt-location p {
  margin: 0;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}

.order-receipt-location span {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}

.order-receipt-location em {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #8a8a8a;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}

.order-receipt-location em [data-lucide] {
  width: 14px;
  height: 14px;
}

.order-receipt-location span b {
  color: #d0d0d0;
  font-size: 13px;
  font-weight: 400;
}

.order-receipt-location small {
  color: #9d9d9d;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.order-receipt-progress {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding-top: 4px;
}

.order-receipt-progress-step {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-align: center;
}

.order-receipt-progress-step::before {
  position: absolute;
  top: 15px;
  right: calc(50% + 15px);
  left: calc(-50% + 15px);
  height: 0;
  border-top: 2px dashed #dadada;
  content: "";
}

.order-receipt-progress-step:first-child::before {
  content: none;
}

.order-receipt-progress-step.is-done::before,
.order-receipt-progress-step.is-current::before {
  border-top: 2px solid #c6982f;
}

.order-receipt-progress-step [data-lucide] {
  display: grid;
  z-index: 1;
  width: 30px;
  height: 30px;
  padding: 7px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
  background: #ffffff;
  color: #aeaeae;
  box-sizing: border-box;
}

.order-receipt-progress-step.is-done [data-lucide],
.order-receipt-progress-step.is-current [data-lucide] {
  border-color: #c6982f;
  background: #c6982f;
  color: #ffffff;
}

.order-receipt-progress-step.is-cancelled [data-lucide] {
  border-color: #d14646;
  background: #d14646;
  color: #ffffff;
}

.order-receipt-progress-step strong {
  color: #1c1c1c;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.order-receipt-progress-step.is-current strong {
  color: #c58a1f;
  font-weight: 700;
}

.order-receipt-progress-step span {
  max-width: 76px;
  color: #aeaeae;
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
}

.order-receipt-empty,
.order-receipt-cancel-reason {
  margin: 0;
  color: #8a8a8a;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
}

.order-receipt-cancel-reason {
  margin: 0 16px 24px;
  padding: 10px 12px;
  border: 1px solid #ffd8bf;
  border-radius: 12px;
  background: #fff7f0;
  color: #b82929;
}

.order-receipt-action-bar {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 22;
  display: flex;
  width: min(100vw, 426px);
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 12px 16px calc(12px + var(--safe-bottom, 0px));
  transform: translateX(50%);
  border-top: 1px solid #f0f0f0;
  background: #ffffff;
}

.order-receipt-action-bar.is-three {
  gap: 8px;
}

.order-receipt-action-bar button {
  display: inline-flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  white-space: nowrap;
}

.order-receipt-secondary {
  flex: 0 0 auto;
  gap: 7px;
  padding: 0 14px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
  color: #333333;
}

.order-receipt-secondary [data-lucide] {
  width: 18px;
  height: 18px;
}

.order-receipt-primary {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: #141414;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.order-receipt-danger {
  flex: 0 0 auto;
  padding: 0 12px;
  border: 1px solid #efb2ad;
  background: #fff3f2;
  color: #c43c35;
}

@media (max-width: 390px) {
  .order-receipt-ticket-head aside {
    justify-items: end;
  }

  .order-receipt-product {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: 10px;
  }

  .order-receipt-product img {
    width: 76px;
    height: 76px;
  }

  .order-receipt-product-side {
    min-width: 68px;
  }

  .order-receipt-product-side strong {
    font-size: 15px;
  }

  .order-receipt-code {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .order-receipt-code aside {
    grid-column: 1 / -1;
    justify-items: start;
    padding-left: 60px;
  }

  .order-receipt-progress-step span {
    display: none;
  }

  .order-receipt-action-bar.is-three button {
    font-size: 12px;
  }
}

.favorites-grid .cart-empty-state {
  grid-column: 1 / -1;
  min-height: calc(100svh - 280px);
}

.support-page {
  display: flex;
  box-sizing: border-box;
  height: auto;
  min-height: 0;
  flex-direction: column;
  padding: 13px 18px 10px;
  background: #fbfbfb;
  overflow: hidden;
}

.phone-frame.is-support-mode [data-screen="support"].is-active {
  display: flex;
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  flex-direction: column;
  overflow: hidden;
}

.phone-frame.is-support-mode [data-screen="support"] .screen-title {
  flex: 0 0 53px;
}

.phone-frame.is-support-mode .support-page {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  overflow: hidden;
}

.chat-list {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  min-width: 0;
  max-height: none;
  overflow-x: hidden;
  overflow-y: auto;
  gap: 12px;
  margin-top: 0;
  padding: 12px 1px 10px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
  contain: layout paint;
}

.chat-list::-webkit-scrollbar {
  display: none;
}

.chat-empty {
  display: flex;
  box-sizing: border-box;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-height: 310px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 0 34px;
  border: 0;
  background: transparent;
  color: #777777;
  text-align: center;
  box-shadow: none;
}

.chat-empty-card {
  display: grid;
  width: min(100%, 312px);
  justify-items: center;
  gap: 8px;
  padding: 24px 22px;
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: linear-gradient(180deg, #fffaf0, #ffffff);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.055);
}

.chat-empty [data-lucide] {
  width: 32px;
  height: 32px;
  color: var(--gold-dark);
  stroke-width: 1.8;
}

.chat-empty strong {
  color: #111111;
  font-size: 17px;
  line-height: 24px;
}

.chat-empty span {
  max-width: 248px;
  font-size: 12.5px;
  line-height: 19px;
}

.chat-starter-grid {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.chat-starter-grid button {
  display: grid;
  min-width: 0;
  min-height: 92px;
  align-content: center;
  justify-items: start;
  gap: 5px;
  padding: 12px 10px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background: #ffffff;
  color: #111111;
  text-align: left;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.035);
}

.chat-starter-grid button:active {
  border-color: #ead9b6;
  background: #fff8e8;
}

.chat-starter-grid [data-lucide] {
  width: 20px;
  height: 20px;
  color: var(--gold-dark);
  stroke-width: 1.9;
}

.chat-starter-grid strong {
  overflow: hidden;
  max-width: 100%;
  color: #111111;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chat-starter-grid span {
  overflow: hidden;
  max-width: 100%;
  color: #777777;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 13px;
  padding: 4px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
}

.support-switch button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  gap: 6px;
  border-radius: 8px;
  color: #666666;
  font-size: 14px;
  font-weight: 800;
}

.support-switch button.is-active {
  background: #fff6df;
  color: var(--gold-dark);
}

.support-switch [data-lucide] {
  width: 17px;
  height: 17px;
}

.support-action-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 14px;
}

.support-action-grid button {
  display: grid;
  min-width: 0;
  min-height: 90px;
  align-content: center;
  justify-items: start;
  gap: 4px;
  padding: 12px 10px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  text-align: left;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.support-action-grid button:active {
  border-color: #e8d7b6;
  background: #fff8e8;
}

.support-action-grid [data-lucide] {
  width: 20px;
  height: 20px;
  color: var(--gold-dark);
  stroke-width: 1.9;
}

.support-action-grid strong {
  overflow: hidden;
  max-width: 100%;
  font-size: 13.5px;
  font-weight: 900;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-action-grid span {
  overflow: hidden;
  max-width: 100%;
  color: #777777;
  font-size: 10.5px;
  font-weight: 600;
  line-height: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-panel {
  display: none;
}

.support-panel[hidden],
[data-action="open-wechat-support"][hidden] {
  display: none !important;
}

.support-panel.is-active {
  display: block;
}

.support-panel[data-support-panel="chat"].is-active {
  display: grid;
  box-sizing: border-box;
  flex: 1 1 auto;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 9px;
  height: 100%;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
}

.chat-message {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  min-width: 0;
  min-height: min-content;
  flex-direction: column;
  gap: 3px;
}

.chat-message.is-service {
  align-items: flex-start;
}

.chat-message.is-user {
  align-items: flex-end;
}

.chat-message time {
  max-width: 82%;
  color: #a1a1a1;
  font-size: 10.5px;
  line-height: 14px;
}

.bubble {
  box-sizing: border-box;
  display: inline-block;
  flex: 0 0 auto;
  width: auto;
  min-width: 0;
  max-width: 82%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  word-break: break-all;
  white-space: pre-wrap;
}

.bubble.service {
  align-self: flex-start;
  margin-right: auto;
  background: #ffffff;
  border: 1px solid #eeeeee;
}

.bubble.user {
  align-self: flex-end;
  margin-left: auto;
  background: #fff6df;
  color: #5f471b;
}

.message-input {
  position: relative !important;
  z-index: 20;
  box-sizing: border-box;
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: minmax(0, 1fr) 44px;
  gap: 7px;
  width: 100%;
  margin: 0;
  padding: 9px;
  transform: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.13),
    0 0 0 1px rgba(255, 255, 255, 0.75) inset;
  backdrop-filter: blur(12px);
  transform: translateZ(0);
}

.message-input input {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  height: 40px;
  padding: 0 13px;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  background: #fafafa;
  color: #222222;
  font-size: 14px;
}

.message-input input:focus {
  border-color: rgba(184, 138, 45, 0.45);
  background: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(184, 138, 45, 0.1);
}

.form-stack input,
.form-stack select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #ffffff;
  color: #222222;
  font-size: 14px;
}

.message-input button {
  display: grid;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  background: var(--gold);
  color: #ffffff;
}

.message-input button:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.message-input .message-plus {
  display: none;
}

.wechat-card {
  margin-top: 16px;
  padding: 18px 16px 16px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
}

.qr-frame {
  display: grid;
  width: 176px;
  height: 176px;
  margin: 0 auto;
  place-items: center;
  border: 1px solid #eadfca;
  border-radius: 10px;
  background: #fffaf0;
}

.qr-frame img {
  width: 146px;
  height: 146px;
  object-fit: contain;
}

.wechat-card h2 {
  margin: 14px 0 5px;
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  line-height: 26px;
}

.wechat-card p {
  margin: 0 auto;
  max-width: 270px;
  color: #777777;
  font-size: 13px;
  line-height: 1.65;
}

.wechat-id {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 43px;
  margin-top: 14px;
  padding: 0 13px;
  border-radius: 8px;
  background: #f7f7f7;
}

.wechat-id span {
  color: #777777;
  font-size: 13px;
}

.wechat-id strong {
  color: #222222;
  font-size: 14px;
  font-weight: 900;
}

.wechat-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.wechat-actions button {
  height: 40px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.wechat-actions button:first-child {
  background: var(--gold);
  color: #ffffff;
}

.profile-card {
  align-items: center;
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.avatar {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.profile-card h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 900;
}

.profile-card p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12.5px;
}

.profile-card button {
  margin-left: auto;
  width: 62px;
  height: 32px;
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
}

.audit-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin: 14px 0;
}

.audit-steps span {
  height: 36px;
  border-radius: 8px;
  background: #f2f2f2;
  color: #777777;
  font-size: 12.5px;
  line-height: 36px;
  text-align: center;
}

.audit-steps .is-done {
  background: #fff5dc;
  color: var(--gold-dark);
  font-weight: 800;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.menu-grid button {
  display: grid;
  height: 70px;
  place-items: center;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  color: #222222;
  font-size: 12px;
}

.menu-grid [data-lucide] {
  width: 23px;
  height: 23px;
  color: var(--gold-dark);
}

.admin-entry {
  display: grid;
  grid-template-columns: 28px 1fr 20px;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 14px;
  padding: 0 12px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  color: #222222;
  text-align: left;
}

.admin-entry [data-lucide] {
  width: 20px;
  color: var(--gold-dark);
}

.account-page {
  padding: 15px 22px 94px;
  background:
    linear-gradient(180deg, #ffffff 0 42%, #fafafa 100%);
}

.account-auth-empty {
  display: grid;
  justify-items: center;
  min-height: 368px;
  padding: 34px 20px 26px;
  border: 1px solid #eeeeee;
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 138, 45, 0.12), transparent 34%),
    linear-gradient(180deg, #ffffff, #fbfbfb);
  text-align: center;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.06);
}

.account-auth-empty[hidden],
.account-member-content[hidden] {
  display: none;
}

.auth-gate {
  min-height: 326px;
  margin-top: 4px;
}

.auth-gate .auth-empty-actions {
  align-self: end;
}

.auth-empty-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  background: #111111;
  color: var(--gold);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.auth-empty-icon [data-lucide] {
  width: 34px;
  height: 34px;
}

.account-auth-empty > span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.account-auth-empty h2 {
  margin: 12px 0 8px;
  color: #111111;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.account-auth-empty p {
  max-width: 286px;
  margin: 0;
  color: #777777;
  font-size: 13px;
  line-height: 1.7;
}

.auth-empty-actions {
  display: grid;
  width: 100%;
  gap: 10px;
  margin-top: 24px;
}

.auth-empty-actions button {
  display: grid;
  height: 46px;
  place-items: center;
  border: 1px solid #dfd2b8;
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
}

.auth-empty-actions .primary-btn {
  border-color: var(--gold);
  background: var(--gold);
  color: #ffffff;
}

.member-hero {
  overflow: hidden;
  padding: 15px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 82% 0%, rgba(178, 138, 52, 0.28), transparent 34%),
    linear-gradient(135deg, #101010 0%, #191919 52%, #080808 100%);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.member-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.8px;
}

.member-topline [data-lucide] {
  width: 18px;
  height: 18px;
  color: var(--gold);
}

.member-profile {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) 78px;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.member-profile .avatar {
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.member-profile .avatar [data-lucide] {
  width: 26px;
  height: 26px;
}

.member-profile h2 {
  margin: 0;
  overflow: hidden;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-profile p {
  margin: 2px 0 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.5px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-profile button {
  height: 34px;
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 13px;
  font-weight: 900;
}

.member-meta {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 15px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.member-meta span {
  min-width: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}

.member-meta b {
  display: block;
  overflow: hidden;
  color: #ffffff;
  font-size: 15px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.approval-card,
.account-section {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
}

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 24px;
  margin-bottom: 12px;
}

.section-head strong {
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 24px;
}

.section-head span,
.section-head button {
  display: flex;
  align-items: center;
  gap: 2px;
  color: #777777;
  font-size: 12.5px;
  font-weight: 700;
}

.section-head button [data-lucide] {
  width: 15px;
  height: 15px;
}

.approval-progress {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.approval-progress div {
  display: grid;
  min-width: 0;
  height: 72px;
  place-items: center;
  align-content: center;
  border-radius: 9px;
  background: #f4f4f4;
  color: #777777;
}

.approval-progress div.is-active {
  background: #fff5dc;
  color: var(--gold-dark);
}

.approval-progress [data-lucide] {
  width: 23px;
  height: 23px;
  margin-bottom: 5px;
}

.approval-progress span {
  overflow: hidden;
  width: 100%;
  padding: 0 4px;
  font-size: 12px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.approval-card p {
  margin: 10px 1px 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 1.65;
}

.account-action-card {
  padding: 6px 10px;
}

.account-action-card .account-list {
  gap: 0;
}

.account-action-card .account-list button {
  position: relative;
  min-height: 58px;
  padding: 12px 2px;
  border: 0;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0;
  background: transparent;
  grid-template-columns: 32px minmax(0, 1fr) auto 18px;
}

.account-action-card .account-list button:last-child {
  border-bottom: 0;
}

.account-action-card .account-list [data-lucide] {
  width: 22px;
  height: 22px;
}

.account-action-card .account-list button > [data-lucide]:first-child {
  justify-self: center;
}

.account-action-card .account-list span {
  font-size: 14.5px;
  font-weight: 900;
}

.account-action-card .account-list b {
  max-width: 132px;
  overflow: hidden;
  color: #888888;
  font-size: 12px;
  text-overflow: ellipsis;
}

.account-action-card .account-logout-row {
  margin-top: 4px;
}

.account-action-card .account-logout-row span {
  color: #333333;
}

.account-action-card .account-logout-row > [data-lucide]:first-child {
  color: #9a6b18;
}

.account-task-card {
  padding: 14px;
}

.account-task-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.account-task-grid button {
  display: grid;
  min-width: 0;
  min-height: 106px;
  padding: 12px;
  gap: 4px;
  border: 1px solid #eeeeee;
  border-radius: 12px;
  background: #ffffff;
  color: #111111;
  text-align: left;
}

.account-task-grid button.is-urgent {
  border-color: #ead7ad;
  background: #fffaf0;
}

.account-task-grid [data-lucide] {
  width: 22px;
  height: 22px;
  color: var(--gold-dark);
}

.account-task-grid span {
  color: #777777;
  font-size: 12px;
  font-weight: 800;
}

.account-task-grid strong {
  overflow: hidden;
  color: #111111;
  font-size: 14.5px;
  font-weight: 900;
  line-height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-task-grid small {
  display: -webkit-box;
  overflow: hidden;
  color: #777777;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 16px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.account-list button:active,
.admin-entry:active {
  background: #fbf7ee;
}

.account-list {
  display: grid;
  gap: 10px;
}

.account-list button,
.admin-panel .admin-entry {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) auto 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 48px;
  margin-top: 0;
  padding: 10px 11px;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #ffffff;
  color: #222222;
  text-align: left;
}

.account-list [data-lucide],
.admin-panel .admin-entry [data-lucide] {
  width: 21px;
  height: 21px;
  color: var(--gold-dark);
}

.account-list span,
.admin-panel .admin-entry span {
  overflow: hidden;
  font-size: 14px;
  font-weight: 850;
  line-height: 21px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.account-list b,
.admin-panel .admin-entry b {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.admin-panel {
  background: #fffaf0;
  border-color: #eadfca;
}

.form-stack {
  display: grid;
  gap: 12px;
}

.form-stack label {
  display: grid;
  gap: 7px;
  color: #222222;
  font-size: 13px;
  font-weight: 800;
}

.upload-box {
  display: grid;
  height: 84px;
  place-items: center;
  border: 1px dashed #d8c296;
  border-radius: 9px;
  background: #fffaf0;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 800;
}

.upload-box [data-lucide] {
  width: 24px;
  height: 24px;
}

.register-page {
  display: block;
  padding: 15px 22px 154px;
  background:
    linear-gradient(180deg, #ffffff 0 45%, #fafafa 100%);
}

.register-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 13px;
  align-items: center;
  min-height: 138px;
  padding: 16px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 88% 0%, rgba(178, 138, 52, 0.28), transparent 38%),
    linear-gradient(135deg, #101010, #191919 56%, #080808);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.register-hero span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.register-hero h2 {
  margin: 4px 0 5px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  line-height: 32px;
}

.register-hero p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.8px;
  line-height: 1.62;
}

.register-hero > [data-lucide] {
  display: grid;
  width: 54px;
  height: 54px;
  padding: 13px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.register-form-card {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
}

.register-field {
  display: grid;
  grid-template-columns: 24px 76px minmax(0, 1fr);
  align-items: center;
  min-height: 49px;
  margin-top: 9px;
  padding: 0 11px;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #ffffff;
}

.register-field [data-lucide] {
  width: 20px;
  height: 20px;
  color: var(--gold-dark);
}

.register-field span {
  color: #222222;
  font-size: 13.5px;
  font-weight: 900;
}

.register-field input {
  min-width: 0;
  height: 45px;
  border: 0;
  outline: none;
  background: transparent;
  color: #222222;
  font-size: 14px;
  text-align: right;
}

.register-field input::placeholder {
  color: #9a9a9a;
}

.register-field.phone-field {
  grid-template-columns: 24px 72px minmax(0, 1fr);
}

.phone-input-group {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
}

.register-field .phone-input-group input,
.register-field .phone-input-group select {
  height: 42px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font: inherit;
  outline: none;
  text-align: left;
}

.register-field .phone-input-group .phone-prefix-input {
  color: var(--gold-dark);
  font-size: 13.5px;
  font-weight: 900;
  text-align: center;
}

.register-field .phone-input-group .phone-number-input {
  padding-left: 13px;
  border-left: 1px solid #e5ddd0;
  text-align: right;
}

.register-delivery {
  margin-bottom: 9px;
}

.register-note {
  margin: 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 1.65;
}

.upload-card {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 62px;
  padding: 11px;
  border: 1px dashed #d8c296;
  border-radius: 9px;
  background: #fffaf0;
  color: var(--gold-dark);
  text-align: left;
}

.upload-card [data-lucide] {
  width: 22px;
  height: 22px;
}

.upload-card b {
  display: block;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
}

.upload-card small {
  display: block;
  margin-top: 2px;
  color: #777777;
  font-size: 12px;
  line-height: 17px;
}

.register-privacy {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 12px 2px 0;
  color: #777777;
  font-size: 12px;
  line-height: 18px;
}

.register-privacy [data-lucide] {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  color: #8f8f8f;
}

.register-actions {
  position: fixed;
  right: 50%;
  bottom: var(--bottom-nav-height);
  z-index: 6;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  width: min(calc(100vw - 44px), 382px);
  margin: 0;
  padding: 10px 0 12px;
  transform: translateX(50%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 30%);
}

.register-actions button {
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
}

.register-actions .primary-btn {
  background: var(--gold);
  color: #ffffff;
}

.register-simple-page {
  padding-top: 22px;
  padding-bottom: calc(142px + var(--safe-bottom));
}

.register-simple-card {
  margin-top: 0;
  padding: 17px 14px 15px;
}

.register-simple-intro {
  margin: -2px 0 12px;
  color: #777777;
  font-size: 12.8px;
  line-height: 1.65;
}

.register-simple-page .register-field {
  grid-template-columns: 24px 72px minmax(0, 1fr);
  min-height: 54px;
  margin-top: 10px;
}

.register-simple-page .register-field input {
  height: 50px;
}

.register-simple-page .phone-input-group input,
.register-simple-page .phone-input-group select,
.address-field .phone-input-group input,
.address-field .phone-input-group select {
  height: 40px;
}

.register-simple-page .code-field {
  grid-template-columns: 24px 72px minmax(0, 1fr) 88px;
  padding-right: 10px;
}

.register-simple-page .code-field input {
  text-align: left;
}

.register-simple-page .code-field button {
  justify-self: end;
  width: 86px;
  height: 32px;
  border: 1px solid var(--gold);
  border-radius: 999px;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.login-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--topbar-height) - var(--bottom-nav-height) - 58px);
  padding: 26px 24px calc(34px + var(--bottom-nav-height) + var(--safe-bottom));
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 48%, #fafafa 100%);
}

.login-intro {
  display: grid;
  gap: 7px;
  padding: 2px 2px 0;
}

.login-intro span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.login-intro h2 {
  margin: 0;
  color: #111111;
  font-size: 28px;
  font-weight: 950;
  line-height: 34px;
  letter-spacing: 0;
}

.login-intro p {
  max-width: 300px;
  margin: 0;
  color: #777777;
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.65;
}

.login-panel {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.login-mode-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 13px;
  border: 1px solid #f0e3c8;
  border-radius: 13px;
  background: #fffaf0;
}

.login-mode-card > [data-lucide] {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--gold-dark);
}

.login-mode-card div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.login-mode-card span {
  color: #8d7b5d;
  font-size: 11px;
  font-weight: 900;
}

.login-mode-card strong {
  color: #151515;
  font-size: 15px;
  font-weight: 950;
  line-height: 20px;
}

.login-page .login-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  min-height: 70px;
  margin: 0;
  padding: 12px 14px;
  column-gap: 10px;
  row-gap: 4px;
  border: 0;
  border-radius: 14px;
  background: #f6f6f6;
}

.login-page .login-field:focus-within {
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px #e8d5ae,
    0 10px 26px rgba(0, 0, 0, 0.05);
}

.login-page .login-field > [data-lucide] {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 21px;
  height: 21px;
  color: var(--gold-dark);
}

.login-page .login-field > span {
  grid-column: 2;
  grid-row: 1;
  color: #777777;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.login-page .login-field input {
  width: 100%;
  height: 26px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #111111;
  font-size: 16px;
  font-weight: 850;
  line-height: 26px;
  text-align: left;
}

.login-page .login-field > input {
  grid-column: 2;
  grid-row: 2;
}

.login-page .login-field input::placeholder {
  color: #a0a0a0;
  font-weight: 700;
}

.login-page .login-phone-field {
  grid-template-columns: 22px minmax(0, 1fr);
}

.login-page .login-phone-field .phone-input-group {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
}

.login-page .login-phone-field .phone-prefix-input,
.login-page .login-phone-field .phone-number-input {
  height: 28px;
  font-size: 15px;
  line-height: 28px;
}

.login-page .login-phone-field .phone-prefix-input {
  grid-column: 1;
  padding-right: 10px;
  color: var(--gold-dark);
  font-weight: 900;
  text-align: left;
}

.login-page .login-phone-field .phone-number-input {
  grid-column: 2;
  padding-left: 12px;
  border-left: 1px solid #dedede;
}

.login-page .login-password-field,
.login-page .login-code-field {
  grid-template-columns: 22px minmax(0, 1fr) 38px;
}

.login-page .login-code-field {
  grid-template-columns: 22px minmax(0, 1fr) 88px;
}

.login-page .login-password-field > span,
.login-page .login-code-field > span {
  grid-column: 2 / 4;
  grid-row: 1;
}

.login-page .login-password-field input,
.login-page .login-code-field input {
  grid-column: 2;
  grid-row: 2;
}

.login-page .login-password-field > button,
.login-page .login-code-field > button {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  border: 0;
  background: transparent;
  color: #777777;
}

.login-page .login-password-field > button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 50%;
}

.login-page .login-password-field > button:active {
  background: #eeeeee;
}

.login-page .login-password-field > button [data-lucide] {
  width: 19px;
  height: 19px;
}

.login-page .login-code-field > button {
  width: 84px;
  height: 34px;
  border: 1px solid #e3cf9e;
  border-radius: 999px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.login-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 14px 2px 0;
  color: #858585;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.login-privacy [data-lucide] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: #9a9a9a;
}

.login-actions {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.login-actions .primary-btn {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 999px;
  background: #101010;
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.login-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 28px;
}

.login-links button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
}

.login-links span {
  width: 1px;
  height: 13px;
  background: #dddddd;
}

.register-join-page {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--topbar-height) - var(--bottom-nav-height) - 58px);
  padding: 18px 24px calc(30px + var(--bottom-nav-height) + var(--safe-bottom));
  background:
    linear-gradient(180deg, #ffffff 0%, #ffffff 48%, #fafafa 100%);
}

.register-join-intro {
  display: grid;
  gap: 5px;
  padding: 2px 2px 0;
}

.register-join-intro span {
  color: var(--gold-dark);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.7px;
}

.register-join-intro h2 {
  margin: 0;
  color: #111111;
  font-size: 25px;
  font-weight: 950;
  line-height: 31px;
  letter-spacing: 0;
}

.register-join-intro p {
  max-width: 315px;
  margin: 0;
  color: #777777;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 1.62;
}

.register-join-panel {
  display: grid;
  gap: 6px;
  margin-top: 16px;
}

.register-mode-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 13px;
  border: 1px solid #f0e3c8;
  border-radius: 13px;
  background: #fffaf0;
}

.register-mode-card > [data-lucide] {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  padding: 7px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--gold-dark);
}

.register-mode-card div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.register-mode-card span {
  color: #8d7b5d;
  font-size: 11px;
  font-weight: 900;
}

.register-mode-card strong {
  color: #151515;
  font-size: 15px;
  font-weight: 950;
  line-height: 20px;
}

.register-mode-card button {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gold-dark);
  font-size: 13px;
  font-weight: 900;
}

.register-join-page .join-field {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  align-items: center;
  min-height: 56px;
  margin: 0;
  padding: 8px 14px;
  column-gap: 10px;
  row-gap: 3px;
  border: 0;
  border-radius: 14px;
  background: #f6f6f6;
}

.register-join-page .join-field:focus-within {
  background: #ffffff;
  box-shadow:
    inset 0 0 0 1px #e8d5ae,
    0 10px 26px rgba(0, 0, 0, 0.05);
}

.register-join-page .join-field > [data-lucide] {
  grid-column: 1;
  grid-row: 1 / span 2;
  width: 21px;
  height: 21px;
  color: var(--gold-dark);
}

.register-join-page .join-field > span {
  grid-column: 2;
  grid-row: 1;
  color: #777777;
  font-size: 12px;
  font-weight: 900;
  line-height: 16px;
}

.register-join-page .join-field input {
  width: 100%;
  height: 26px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  color: #111111;
  font-size: 15px;
  font-weight: 850;
  line-height: 26px;
  text-align: left;
}

.register-join-page .join-field > input {
  grid-column: 2;
  grid-row: 2;
}

.register-join-page .join-field input::placeholder {
  color: #a0a0a0;
  font-weight: 700;
}

.register-join-page .join-phone-field .phone-input-group {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
}

.register-join-page .join-phone-field .phone-prefix-input,
.register-join-page .join-phone-field .phone-number-input {
  height: 28px;
  font-size: 15px;
  line-height: 28px;
}

.register-join-page .join-phone-field .phone-prefix-input {
  grid-column: 1;
  padding-right: 10px;
  color: var(--gold-dark);
  font-weight: 900;
  text-align: left;
}

.register-join-page .join-phone-field .phone-number-input {
  grid-column: 2;
  padding-left: 12px;
  border-left: 1px solid #dedede;
}

.register-join-page .join-code-field,
.register-join-page .join-captcha-field {
  grid-template-columns: 22px minmax(0, 1fr) 94px;
}

.register-join-page .join-code-field > span,
.register-join-page .join-captcha-field > span {
  grid-column: 2 / 4;
  grid-row: 1;
}

.register-join-page .join-code-field input,
.register-join-page .join-captcha-field input:not([type="hidden"]) {
  grid-column: 2;
  grid-row: 2;
}

.register-join-page .join-code-field > button,
.register-join-page .join-captcha-field > button {
  grid-column: 3;
  grid-row: 1 / span 2;
  align-self: center;
  justify-self: end;
  width: 90px;
  height: 34px;
  border: 1px solid #e3cf9e;
  border-radius: 999px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.register-join-page .join-captcha-field > button {
  overflow: hidden;
  width: 94px;
  height: 40px;
  background: #fffaf0;
}

.register-join-page .join-captcha-field .captcha-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.register-join-privacy {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 7px 2px 0;
  color: #858585;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

.register-join-privacy [data-lucide] {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  margin-top: 1px;
  color: #9a9a9a;
}

.register-join-actions {
  display: grid;
  margin-top: 8px;
}

.register-join-actions .primary-btn {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: var(--gold);
  color: #ffffff;
  font-size: 16px;
  font-weight: 950;
  box-shadow: 0 12px 28px rgba(151, 105, 20, 0.18);
}

.register-simple-page .captcha-field {
  grid-template-columns: 24px 72px minmax(0, 1fr) 112px;
  padding-right: 10px;
}

.captcha-preview {
  justify-self: end;
  width: 112px;
  height: 44px;
  overflow: hidden;
  border: 1px solid #ead9b2;
  border-radius: 12px;
  background: #fff8e6;
}

.captcha-preview img {
  display: block;
  width: 100%;
  height: 100%;
}

.address-field {
  grid-template-columns: 24px 72px minmax(0, 1fr);
}

[data-address-login][hidden],
[data-address-content][hidden],
[data-favorites-login][hidden],
[data-favorites-content][hidden] {
  display: none;
}

[data-address-content] {
  display: grid;
  gap: 12px;
}

.address-manager-section,
.address-edit-form {
  display: grid;
  gap: 13px;
  padding: 14px;
  border: 1px solid #eadfca;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.04);
}

.address-list-page {
  padding: 15px 14px 14px;
}

.address-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.address-section-head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.address-section-head strong {
  color: #111111;
  font-size: 18px;
  font-weight: 900;
  line-height: 23px;
}

.address-section-head span {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.address-section-head button,
.address-card-actions button,
.address-form-actions button,
.address-empty-state button,
.address-edit-cancel {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #eadfca;
  border-radius: 999px;
  background: #fffaf0;
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 850;
  white-space: nowrap;
}

.address-list {
  display: grid;
  gap: 9px;
}

.member-address-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 13px;
  border: 1px solid #eeeeee;
  border-radius: 15px;
  background: #ffffff;
}

.member-address-card.is-selected {
  border-color: #95b7a7;
  background: #f5fbf7;
}

.address-card-body {
  display: grid;
  min-width: 0;
  gap: 6px;
}

.address-card-person {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.member-address-card strong {
  display: block;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-address-card b {
  color: #777777;
  font-size: 13px;
  font-weight: 800;
  line-height: 18px;
  white-space: nowrap;
}

.member-address-card p {
  margin: 0;
  color: #555555;
  font-size: 13px;
  font-weight: 650;
  line-height: 18px;
}

.address-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.address-card-tags span {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #f7ebd3;
  color: var(--gold-dark);
  font-size: 11.5px;
  font-weight: 800;
}

.address-card-actions {
  display: grid;
  gap: 7px;
  justify-items: end;
}

.address-card-actions button:first-child {
  background: #0e5a3d;
  color: #ffffff;
  border-color: #0e5a3d;
}

.address-empty-state {
  display: grid;
  place-items: center;
  gap: 8px;
  padding: 22px 12px;
  border: 1px dashed #eadfca;
  border-radius: 15px;
  background: #fffdf8;
  color: #777777;
  text-align: center;
}

.address-empty-state [data-lucide] {
  width: 26px;
  height: 26px;
  color: var(--gold-dark);
}

.address-empty-state strong {
  color: #111111;
  font-size: 15px;
  font-weight: 900;
}

.address-empty-state p {
  margin: 0;
  font-size: 12.5px;
  line-height: 18px;
}

.address-empty-state button {
  margin-top: 2px;
}

.address-edit-page {
  gap: 12px;
  padding: 16px 14px;
}

.address-edit-head {
  display: grid;
  gap: 4px;
  margin-bottom: 2px;
}

.address-edit-head span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
}

.address-edit-head h2 {
  margin: 0;
  color: #111111;
  font-size: 21px;
  font-weight: 900;
  line-height: 26px;
}

.address-default-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #555555;
  font-size: 13px;
  font-weight: 750;
}

.address-form-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 2px;
}

.address-form-actions .primary-btn {
  height: 44px;
  border-radius: 999px;
}

.address-edit-cancel {
  width: 100%;
  height: 40px;
  background: #ffffff;
}

.register-simple-page .register-actions {
  grid-template-columns: 1fr;
}

.register-simple-page .register-actions button {
  height: 46px;
  font-size: 15px;
}

.timeline {
  display: grid;
  gap: 12px;
  margin: 16px 0;
  padding: 0;
  list-style: none;
}

.timeline li {
  position: relative;
  padding-left: 26px;
}

.timeline li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 2px solid #d8d8d8;
  border-radius: 50%;
  background: #ffffff;
  content: "";
}

.timeline li.is-active::before {
  border-color: var(--gold);
  background: var(--gold);
}

.timeline b {
  display: block;
  font-size: 14.5px;
}

.timeline span {
  display: block;
  margin-top: 2px;
  color: #777777;
  font-size: 12.5px;
}

.audit-page {
  padding: 15px 22px 94px;
  background:
    linear-gradient(180deg, #ffffff 0 45%, #fafafa 100%);
}

.audit-status-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  min-height: 142px;
  padding: 16px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 86% 0%, rgba(178, 138, 52, 0.28), transparent 38%),
    linear-gradient(135deg, #101010, #191919 58%, #080808);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

.audit-status-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--gold);
}

.audit-status-icon [data-lucide] {
  width: 28px;
  height: 28px;
}

.audit-status-copy span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.audit-status-copy h2 {
  margin: 4px 0 5px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 900;
  line-height: 32px;
}

.audit-status-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12.8px;
  line-height: 1.62;
}

.audit-flow-card,
.audit-check-card {
  margin-top: 13px;
  padding: 14px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
}

.audit-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.audit-flow div {
  display: grid;
  min-width: 0;
  height: 88px;
  place-items: center;
  align-content: center;
  border-radius: 9px;
  background: #f4f4f4;
  color: #777777;
}

.audit-flow div.is-active {
  background: #fff5dc;
  color: var(--gold-dark);
}

.audit-flow [data-lucide] {
  width: 22px;
  height: 22px;
  margin-bottom: 5px;
}

.audit-flow b {
  overflow: hidden;
  width: 100%;
  padding: 0 4px;
  color: inherit;
  font-size: 12.5px;
  font-weight: 900;
  line-height: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audit-flow span {
  margin-top: 1px;
  font-size: 11.5px;
  font-weight: 700;
  line-height: 16px;
}

.audit-checklist {
  display: grid;
  gap: 8px;
}

.audit-checklist button {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr) auto 16px;
  align-items: center;
  gap: 10px;
  min-height: 47px;
  padding: 9px 10px;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #ffffff;
  text-align: left;
}

.audit-checklist button:active {
  background: #fbf7ee;
}

.audit-checklist [data-lucide] {
  width: 20px;
  height: 20px;
  color: var(--gold-dark);
}

.audit-checklist span {
  overflow: hidden;
  color: #222222;
  font-size: 14px;
  font-weight: 850;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.audit-checklist b {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.audit-help-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 13px;
  padding: 13px;
  border: 1px solid #eadfca;
  border-radius: 10px;
  background: #fffaf0;
}

.audit-help-card > [data-lucide] {
  flex: 0 0 auto;
  width: 25px;
  height: 25px;
  color: var(--gold-dark);
}

.audit-help-card strong {
  display: block;
  color: #222222;
  font-size: 14.5px;
  font-weight: 900;
}

.audit-help-card span {
  display: block;
  margin-top: 2px;
  color: #777777;
  font-size: 12.5px;
  line-height: 18px;
}

.audit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 13px;
}

.audit-actions button {
  height: 42px;
  border: 1px solid var(--gold);
  border-radius: 9px;
  background: #ffffff;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 900;
}

.audit-actions .primary-btn {
  background: var(--gold);
  color: #ffffff;
}

.delivery-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 12px;
}

.delivery-toggle button {
  height: 40px;
  border: 1px solid #dddddd;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 800;
}

.delivery-toggle .is-active {
  border-color: var(--gold);
  color: var(--gold-dark);
  background: #fffaf0;
}

.address-card {
  align-items: flex-start;
  margin-bottom: 12px;
  background: #ffffff;
  border-color: #eeeeee;
}

.address-card p {
  margin: 4px 0 0;
  color: #777777;
  font-size: 12.5px;
  line-height: 1.6;
}

.admin-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-bottom: 12px;
}

.empty-state {
  grid-column: 1 / -1;
  margin: 0;
  padding: 22px 12px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}

.admin-login-card {
  margin: 18px 0 0;
  padding: 24px 18px 18px;
  border: 1px solid rgba(178, 138, 52, 0.18);
  border-radius: 10px;
  background:
    radial-gradient(circle at 85% 10%, rgba(178, 138, 52, 0.28), transparent 28%),
    linear-gradient(145deg, #171717 0%, #101010 58%, #251f13 100%);
  color: #ffffff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.1);
}

.admin-login-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--gold);
}

.admin-login-icon [data-lucide] {
  width: 27px;
  height: 27px;
  stroke-width: 2.2;
}

.admin-login-card h2 {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 30px;
}

.admin-login-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 21px;
}

.admin-login-form {
  display: grid;
  grid-template-columns: 1fr 108px;
  gap: 10px;
  margin-top: 18px;
}

.admin-login-form input {
  min-width: 0;
  height: 43px;
  padding: 0 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font: inherit;
  font-size: 15px;
  outline: none;
}

.admin-login-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.admin-login-form input:focus {
  border-color: rgba(178, 138, 52, 0.82);
}

.admin-login-form button {
  height: 43px;
  border-radius: 8px;
  background: var(--gold);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.admin-login-card .admin-login-error {
  margin-top: 12px;
  color: #ffdba5;
  font-size: 12px;
}

.admin-stats span {
  display: grid;
  height: 58px;
  place-items: center;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  color: #666666;
  font-size: 12px;
}

.admin-stats b {
  display: block;
  color: var(--gold-dark);
  font-size: 20px;
  line-height: 20px;
}

.review-card {
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
}

.admin-section-card {
  margin-top: 12px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.admin-section-card h2 {
  margin: 0 0 12px;
  color: #111111;
  font-size: 17px;
  font-weight: 900;
  line-height: 24px;
}

.admin-form {
  display: grid;
  gap: 9px;
  margin-bottom: 12px;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  width: 100%;
  min-height: 39px;
  padding: 0 11px;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  background: #fafafa;
  color: #111111;
  font: inherit;
  font-size: 13px;
}

.admin-form textarea {
  min-height: 82px;
  padding-top: 10px;
  resize: vertical;
}

.admin-form button {
  height: 40px;
  border-radius: 8px;
  background: var(--gold);
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
}

.admin-list {
  display: grid;
  gap: 8px;
}

.admin-list button,
.admin-list span {
  display: block;
  width: 100%;
  min-height: 36px;
  padding: 9px 11px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #fafafa;
  color: #555555;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
}

.review-actions button:first-child {
  background: #f5f5f5;
  color: #555555;
  border-color: #e5e5e5;
}

.app-overlay {
  position: fixed;
  inset: 0;
  z-index: 8;
  width: min(100vw, 426px);
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.36);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.app-overlay.is-open {
  opacity: 1;
}

.side-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: max(0px, calc(50% - 213px));
  z-index: 12;
  width: 292px;
  max-width: 78vw;
  padding: 18px 20px;
  transform: translateX(-100%);
  border-radius: 0 16px 16px 0;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.16);
  transition: transform 0.22s ease;
}

.side-menu.is-open {
  transform: translateX(0);
}

.side-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  margin-bottom: 8px;
}

.side-menu-head strong {
  color: #0a0a0a;
  font-size: 21px;
  font-weight: 900;
}

.side-menu-head button {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #222222;
}

.side-menu-head [data-lucide] {
  width: 22px;
  height: 22px;
}

.side-menu-categories {
  display: grid;
  margin: 6px 0 8px;
  border-top: 1px solid #eeeeee;
}

.side-menu > button,
.side-menu-categories button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #eeeeee;
  color: #252525;
  font-size: 15px;
  text-align: left;
}

.side-menu-categories button {
  color: var(--gold-dark);
  font-weight: 800;
}

.sheet {
  position: fixed;
  right: 50%;
  bottom: 0;
  z-index: 14;
  width: min(100vw, 426px);
  max-height: 78vh;
  padding: 10px 20px 22px;
  transform: translate(50%, 100%);
  border-radius: 18px 18px 0 0;
  background: #ffffff;
  box-shadow: 0 -12px 36px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease;
}

.sheet.is-open {
  transform: translate(50%, 0);
}

.sheet-handle {
  width: 42px;
  height: 4px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #dddddd;
}

.sheet-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 36px;
}

.sheet-head h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.sheet-head button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #222222;
}

.sheet-head [data-lucide] {
  width: 21px;
  height: 21px;
}

.sheet-body {
  padding-top: 8px;
  color: #333333;
  font-size: 14px;
  line-height: 1.7;
}

.sheet-body p {
  margin: 0 0 10px;
}

.sheet-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
}

.sheet-actions button,
.search-panel button {
  height: 40px;
  border: 1px solid #e4d2a9;
  border-radius: 9px;
  background: #fffaf0;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 700;
}

.search-panel {
  display: grid;
  gap: 12px;
}

.search-input {
  width: 100%;
  height: 42px;
  padding: 0 13px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  outline: none;
  font-size: 15px;
}

.quick-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quick-tags button {
  width: auto;
  min-width: 72px;
  height: 30px;
  padding: 0 13px;
  border-color: #eeeeee;
  background: #f5f5f5;
  color: #555555;
  font-size: 13px;
  font-weight: 500;
}

.toast {
  position: fixed;
  right: 50%;
  bottom: calc(var(--bottom-nav-height) + 17px);
  z-index: 20;
  max-width: 310px;
  min-height: 38px;
  padding: 9px 15px;
  transform: translateX(50%);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.78);
  color: #ffffff;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.18);
}

.toast.is-open {
  display: block;
}

body.is-modal-open {
  overflow: hidden;
}

@media (max-width: 360px) {
  .brand {
    width: 184px;
  }

  .brand::before {
    display: none;
  }

  .brand-omc {
    top: 14px;
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 5.5px;
    text-indent: 5.5px;
  }

  .brand-subtitle {
    top: 59px;
    font-size: 9.5px;
    display: flex;
    gap: 8px;
    letter-spacing: 0;
    text-indent: 0;
  }

  .brand-subtitle span {
    letter-spacing: 0.85px;
  }

  .brand-title {
    top: 68px;
    display: block;
    font-size: 10px;
    letter-spacing: 6px;
    text-indent: 6px;
  }

  .brand-rule {
    top: 50px;
    display: block;
    width: 136px;
  }

  .brand-rule::before,
  .brand-rule::after {
    width: 59px;
  }

  .hero-lockup span {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 8px;
    text-indent: 8px;
  }

  .hero-lockup h1 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 7px;
    text-indent: 7px;
  }

  .hero-lockup p {
    font-size: 15px;
    letter-spacing: 4.5px;
    text-indent: 4.5px;
  }

  .pickup-options {
    gap: 12px;
    padding-right: 22px;
    padding-left: 22px;
  }

  .pickup-card {
    gap: 9px;
    font-size: 14px;
  }

  .category-tabs button {
    font-size: 14px;
  }

  .products {
    padding-right: 14px;
    padding-left: 14px;
  }
}

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

  [data-rv],
  [data-rv].is-revealed {
    opacity: 1 !important;
    transform: none !important;
  }

  .hero img,
  .hero-lockup,
  .bottom-nav button.is-cart-pulse {
    transform: none !important;
  }
}
