:root {
  --gold: #b88a2d;
  --gold-dark: #987022;
  --ink: #0b0b0a;
  --ivory: #fbfaf6;
  --muted: #6e6e6e;
  --line: #e9e9e9;
  --chip: #f1f1f1;
  --chip-active: #fbf7ee;
}

* {
  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: 100svh;
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

button {
  border: 0;
  padding: 0;
  color: inherit;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

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: 65px;
}

.phone-frame.is-support-mode {
  height: 100svh;
  min-height: 100svh;
  overflow: hidden;
}

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

.screen {
  display: none;
}

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

.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 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  border-radius: 0 0 13px 13px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow:
    0 8px 22px rgba(0, 0, 0, 0.12),
    inset 0 -1px 0 rgba(184, 138, 45, 0.08);
}

.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 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 [data-lucide] {
  width: 28px;
  height: 28px;
}

.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: 211px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 28%, rgba(184, 138, 45, 0.2), transparent 34%),
    linear-gradient(135deg, #070604, #15100a);
}

.hero img {
  display: block;
  width: 100%;
  height: 211px;
  object-fit: cover;
  opacity: 0.38;
  filter: blur(1.8px) brightness(0.58) saturate(0.9);
  transform: scale(1.035);
}

.hero::after {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.38) 48%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.58));
  content: "";
}

.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;
}

.hero-search-hit {
  position: absolute;
  left: 30px;
  bottom: 14px;
  z-index: 1;
  display: flex;
  align-items: center;
  width: calc(100% - 60px);
  height: 43px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  backdrop-filter: blur(12px);
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.2),
    0 8px 24px rgba(0, 0, 0, 0.22);
}

.hero-search-hit [data-lucide] {
  width: 21px;
  height: 21px;
  margin-right: 12px;
  stroke-width: 2.2;
}

.hero-search-hit:active {
  background: rgba(255, 255, 255, 0.08);
}

.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;
}

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

.products h1 {
  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;
}

.product-card {
  height: 207px;
  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 {
  display: grid;
  height: 126px;
  place-items: center;
  overflow: hidden;
  background: #ffffff;
}

.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 strong {
  display: block;
  margin: 3px 12px 0;
  color: var(--gold-dark);
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.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);
}

.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: 65px;
  grid-template-columns: repeat(3, 1fr);
  transform: translateX(50%);
  border-top: 1px solid #eeeeee;
  background: #ffffff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.bottom-nav button {
  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;
}

.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 h1 {
  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 [data-lucide] {
  width: 22px;
  height: 22px;
  stroke-width: 2.1;
}

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

.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;
}

.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-media {
  display: grid;
  height: 218px;
  place-items: center;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.detail-media img {
  width: 86%;
  height: 190px;
  object-fit: contain;
}

.eyebrow {
  margin: 0 0 3px;
  color: var(--gold-dark);
  font-size: 12.5px;
  font-weight: 700;
}

.detail-name {
  margin: 0 0 12px;
  color: #080808;
  font-size: 24px;
  font-weight: 900;
  line-height: 32px;
}

.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;
}

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

.spec-grid span {
  min-height: 52px;
  padding: 9px 10px;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  background: #ffffff;
  color: #2e2e2e;
  font-size: 13px;
}

.spec-grid b {
  display: block;
  margin-bottom: 2px;
  color: #888888;
  font-size: 12px;
}

.info-band {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--line);
}

.info-band h2 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 900;
}

.info-band p {
  margin: 0;
  color: #666666;
  font-size: 13px;
  line-height: 1.7;
}

.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;
}

.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%;
}

.support-page {
  display: flex;
  height: calc(100svh - 200px);
  min-height: 360px;
  flex-direction: column;
  padding: 13px 18px 0;
  background: #fbfbfb;
}

.phone-frame.is-support-mode [data-screen="support"].is-active {
  display: flex;
  height: calc(100svh - 147px);
  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;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: flex-start;
  min-height: 0;
  max-height: none;
  overflow-y: auto;
  gap: 10px;
  margin-top: 0;
  padding: 12px 1px 104px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-y;
}

.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.is-active {
  display: block;
}

.support-panel[data-support-panel="chat"].is-active {
  display: flex;
  flex: 1 1 auto;
  min-height: 0;
  flex-direction: column;
}

.bubble {
  box-sizing: border-box;
  width: fit-content;
  min-height: 0;
  max-width: 82%;
  margin: 0;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.55;
  overflow-wrap: anywhere;
  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: fixed !important;
  right: 50%;
  bottom: calc(65px + max(8px, env(safe-area-inset-bottom)));
  z-index: 20;
  display: grid;
  grid-template-columns: 1fr 44px;
  gap: 7px;
  width: min(calc(100vw - 26px), 400px);
  margin: 0;
  padding: 9px;
  transform: translateX(50%);
  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);
}

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

.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 .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-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;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.service-grid button {
  display: grid;
  height: 76px;
  place-items: center;
  align-content: center;
  gap: 7px;
  border: 1px solid #eeeeee;
  border-radius: 9px;
  background: #ffffff;
  color: #222222;
  font-size: 12px;
  font-weight: 700;
}

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

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

.service-grid span {
  line-height: 17px;
  white-space: nowrap;
}

.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-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: 65px;
  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: 142px;
}

.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 .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;
}

.address-field {
  grid-template-columns: 24px 72px minmax(0, 1fr);
}

.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 > button {
  display: flex;
  align-items: center;
  width: 100%;
  height: 44px;
  border-bottom: 1px solid #eeeeee;
  color: #252525;
  font-size: 15px;
  text-align: left;
}

.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: 82px;
  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;
  }
}
