body.lao-store-route {
  --store-accent: #e94f87;
  --store-accent-hover: #d93d75;
  --store-accent-soft: #fff2f7;
  --store-blue: #377cf6;
  --store-gold: #c78916;
  --store-text: #20242d;
  --store-muted: #858b97;
  --store-line: #e9ebef;
  --store-canvas: #f6f7f9;
  background: var(--store-canvas);
  color: var(--store-text);
}

body.lao-store-route #body,
body.lao-store-route #body > .container {
  background: transparent;
}

.lao-store-page {
  width: 100%;
  max-width: 1240px;
  margin: 18px auto 48px;
  color: var(--store-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
  letter-spacing: 0;
}

.lao-store-page *,
.lao-store-page *::before,
.lao-store-page *::after { box-sizing: border-box; }

.lao-store-head-grid {
  display: grid;
  min-width: 0;
  grid-template-columns: 220px minmax(0, 1fr) 280px;
  gap: 14px;
  align-items: stretch;
}

.lao-store-categories,
.lao-store-hero,
.lao-store-account {
  min-width: 0;
  border: 1px solid var(--store-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(34, 40, 52, .025);
}

.lao-store-categories {
  padding: 12px 11px;
}

.lao-store-categories > header {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border-bottom: 1px solid #f0f2f5;
  color: #626977;
  font-size: 14px;
}

.lao-store-categories > header i { color: var(--store-accent); font-size: 18px; }
.lao-store-categories > header b { font-weight: 800; }
.lao-store-categories nav { display: grid; gap: 6px; margin-top: 10px; }
.lao-store-categories nav a {
  display: grid;
  min-height: 50px;
  align-items: center;
  grid-template-columns: 22px minmax(0, 1fr) 14px;
  gap: 8px;
  padding: 0 12px;
  border-radius: 8px;
  color: #69717e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.lao-store-categories nav a:hover,
.lao-store-categories nav a.active {
  background: var(--store-accent-soft);
  color: var(--store-accent-hover);
}
.lao-store-categories nav a.active { font-weight: 800; }
.lao-store-categories nav a > i:first-child { font-size: 17px; text-align: center; }
.lao-store-categories nav a > i:last-child { color: #b8bdc6; font-size: 13px; }

.lao-store-hero {
  position: relative;
  min-height: 376px;
  overflow: hidden;
  background: #fff9fb;
}

.lao-store-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background: #f1f4fb;
  content: "";
}

.lao-store-hero-copy {
  position: relative;
  z-index: 2;
  width: 61%;
  padding: 68px 22px 50px 46px;
}
.lao-store-hero-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--store-accent-hover);
  font-size: 12px;
  font-weight: 800;
}
.lao-store-hero-copy h1 {
  margin: 17px 0 0;
  color: #252933;
  font-size: 29px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0;
}
.lao-store-hero-copy p {
  max-width: 430px;
  margin: 15px 0 0;
  color: #747c89;
  font-size: 13px;
  line-height: 1.8;
}
.lao-store-hero-copy > div {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 29px;
}
.lao-store-hero-copy > div a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 18px;
  border: 1px solid #e3e6eb;
  border-radius: 6px;
  background: #fff;
  color: #646c79;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.lao-store-hero-copy > div a:first-child {
  border-color: var(--store-accent);
  background: var(--store-accent);
  color: #fff;
}
.lao-store-hero-copy > div a:first-child:hover { border-color: var(--store-accent-hover); background: var(--store-accent-hover); }

.lao-store-hero-visual {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 44%;
  height: 100%;
}
.lao-store-hero-avatar {
  position: absolute;
  top: 68px;
  right: 60px;
  width: 126px;
  height: 126px;
}
.lao-store-hero-avatar img {
  width: 100%;
  height: 100%;
  border: 8px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(71, 78, 108, .16);
}
.lao-store-hero-growth,
.lao-store-hero-rank {
  position: absolute;
  display: grid;
  place-items: center;
  border: 1px solid #e2e7f0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(50, 64, 90, .11);
}
.lao-store-hero-growth {
  right: 151px;
  bottom: 50px;
  width: 92px;
  height: 94px;
  color: var(--store-accent);
}
.lao-store-hero-growth i { font-size: 20px; }
.lao-store-hero-growth b { font-size: 17px; line-height: 1; }
.lao-store-hero-growth small { color: #9298a3; font-size: 9px; }
.lao-store-hero-rank {
  right: 27px;
  bottom: 57px;
  width: 111px;
  height: 70px;
  padding: 10px;
}
.lao-store-hero-rank img { display: block; max-width: 100%; max-height: 42px; object-fit: contain; }

.lao-store-account { padding: 22px 18px 18px; }
.lao-store-user { display: grid; min-width: 0; align-items: center; grid-template-columns: 54px minmax(0, 1fr); gap: 12px; }
.lao-store-user > img { width: 54px; height: 54px; border: 3px solid #fff; border-radius: 50%; object-fit: cover; box-shadow: 0 4px 14px rgba(37, 45, 61, .12); }
.lao-store-user > div { min-width: 0; }
.lao-store-user b,
.lao-store-user span,
.lao-store-user small { display: block; }
.lao-store-user b { overflow: hidden; color: #2d313b; font-size: 14px; font-weight: 800; text-overflow: ellipsis; white-space: nowrap; }
.lao-store-user span { margin-top: 2px; color: var(--store-accent); font-size: 11px; font-weight: 800; }
.lao-store-user small { margin-top: 4px; overflow: hidden; color: #989ea9; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.lao-store-assets {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 21px;
}
.lao-store-assets > span {
  display: grid;
  min-width: 0;
  min-height: 82px;
  place-items: center;
  align-content: center;
  gap: 3px;
  border: 1px solid #f0f1f4;
  border-radius: 9px;
  background: #fafafb;
}
.lao-store-assets i { color: var(--store-accent); font-size: 17px; }
.lao-store-assets > span:nth-child(2) i { color: var(--store-gold); }
.lao-store-assets > span:nth-child(3) i { color: var(--store-blue); }
.lao-store-assets b { max-width: 100%; overflow: hidden; color: #3d424d; font-size: 13px; text-overflow: ellipsis; }
.lao-store-assets small { color: #959ba6; font-size: 10px; }
.lao-store-account nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 16px; }
.lao-store-account nav a {
  display: flex;
  min-height: 49px;
  align-items: center;
  gap: 7px;
  padding: 0 9px;
  border: 1px solid #eceef2;
  border-radius: 8px;
  background: #fff;
  color: #686f7c;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}
.lao-store-account nav a:hover { border-color: #efcbd8; color: var(--store-accent-hover); }
.lao-store-account nav i { color: var(--store-accent); font-size: 16px; }
.lao-store-open-member {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  border-radius: 6px;
  background: var(--store-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.lao-store-open-member:hover { background: var(--store-accent-hover); color: #fff; text-decoration: none; }

.lao-store-section {
  margin-top: 24px;
  padding: 0;
  scroll-margin-top: 78px;
}
.lao-store-section-heading,
.lao-store-section-heading > div,
.lao-store-section-heading > div > div {
  display: flex;
  align-items: center;
}
.lao-store-section-heading {
  position: relative;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 15px;
  padding: 0 2px 11px;
}
.lao-store-section-heading::after {
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 54px;
  height: 3px;
  border-radius: 3px;
  background: var(--store-accent);
  content: "";
}
.lao-store-section-heading > div { min-width: 0; gap: 10px; }
.lao-store-section-heading > div > span {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 7px;
  background: var(--store-accent-soft);
  color: var(--store-accent);
  font-size: 18px;
}
.lao-store-section-heading > div > span.is-blue { background: #eef4ff; color: var(--store-blue); }
.lao-store-section-heading > div > span.is-gold { background: #fff6df; color: var(--store-gold); }
.lao-store-section-heading > div > div { min-width: 0; align-items: flex-start; flex-direction: column; }
.lao-store-section-heading h2 { margin: 0; color: #2c303a; font-size: 18px; font-weight: 800; line-height: 1.4; letter-spacing: 0; }
.lao-store-section-heading p { margin: 2px 0 0; color: #9197a2; font-size: 11px; }
.lao-store-section-heading > a { flex: 0 0 auto; color: #737a87; font-size: 12px; font-weight: 700; text-decoration: none; }
.lao-store-section-heading > a:hover { color: var(--store-accent); }

.lao-store-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.lao-store-product {
  display: flex;
  min-width: 0;
  min-height: 310px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--store-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(38, 44, 57, .04);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.lao-store-product:hover { border-color: #e5cbd5; box-shadow: 0 12px 28px rgba(42, 48, 61, .08); transform: translateY(-2px); }
.lao-store-product-media {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  min-height: 154px;
  place-items: center;
  align-content: center;
  gap: 8px;
  background: #fff3f7;
  color: var(--store-accent);
}
.lao-store-product-media > i { font-size: 30px; }
.lao-store-product-media > strong { font-size: 26px; font-weight: 800; line-height: 1; }
.lao-store-product-media > small { color: #a36d81; font-size: 10px; font-weight: 700; }
.lao-store-growth-product.is-violet .lao-store-product-media { background: #f4f0ff; color: #8057d8; }
.lao-store-growth-product.is-gold .lao-store-product-media { background: #fff7e2; color: var(--store-gold); }
.lao-store-product-body { display: flex; min-width: 0; flex: 1; flex-direction: column; padding: 14px; }
.lao-store-product-body h3 { margin: 0; overflow: hidden; color: #313640; font-size: 14px; font-weight: 800; line-height: 1.4; text-overflow: ellipsis; white-space: nowrap; }
.lao-store-product-body > p { min-height: 36px; margin: 6px 0 0; color: #8d949f; font-size: 10px; line-height: 1.55; }
.lao-store-product-price { display: flex; align-items: baseline; gap: 4px; margin-top: auto; }
.lao-store-product-price b { color: #e94f68; font-size: 20px; font-weight: 800; }
.lao-store-product-price span { color: #9aa0aa; font-size: 10px; }
.lao-store-product form { margin-top: 10px; }
.lao-store-product button,
.lao-store-product-button {
  display: flex;
  width: 100%;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  border: 0;
  border-radius: 7px;
  background: var(--store-accent);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
}
.lao-store-product button:hover,
.lao-store-product-button:hover { background: var(--store-accent-hover); color: #fff; text-decoration: none; }
.lao-store-product button:disabled { background: #b7bdc7; cursor: not-allowed; }
.lao-store-product.is-disabled { opacity: .66; }
.lao-store-product.is-locked .lao-store-product-media { filter: grayscale(.45); }

.lao-store-frame-product .lao-store-product-media { background: #f4f7fb; }
.lao-store-frame-preview { position: relative; display: block; width: 88px; height: 88px; }
.lao-store-frame-preview > img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.lao-store-frame-product .lao-store-product-media > small { color: #7d8592; }

.lao-store-identity-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.lao-store-identity {
  display: grid;
  min-width: 0;
  min-height: 96px;
  align-items: center;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 11px;
  padding: 12px;
  border: 1px solid var(--store-line);
  border-radius: 9px;
  background: #fff;
}
.lao-store-identity > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 7px; background: #f7f8fa; color: var(--store-title-color); font-size: 21px; }
.lao-store-identity > div { min-width: 0; }
.lao-store-identity h3 { margin: 0; color: #333842; font-size: 13px; font-weight: 800; }
.lao-store-identity p { margin: 4px 0 0; overflow: hidden; color: #9298a3; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.lao-store-identity > a { display: flex; min-height: 29px; align-items: center; gap: 3px; padding: 0 9px; border-radius: 5px; background: #f6f7f9; color: #656d79; font-size: 9px; font-weight: 800; text-decoration: none; }
.lao-store-identity > a:hover { background: var(--store-accent-soft); color: var(--store-accent); }

@media (max-width: 1199px) {
  .lao-store-head-grid { grid-template-columns: 200px minmax(0, 1fr); }
  .lao-store-account { grid-column: 1 / -1; display: grid; grid-template-columns: 260px minmax(0, 1fr) 360px; align-items: center; gap: 16px; }
  .lao-store-assets { margin-top: 0; }
  .lao-store-account nav { margin-top: 0; }
  .lao-store-open-member { margin-top: 0; }
  .lao-store-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lao-store-identity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .lao-store-page { margin-top: 14px; }
  .lao-store-head-grid { grid-template-columns: 1fr; }
  .lao-store-categories { padding: 9px; }
  .lao-store-categories > header { display: none; }
  .lao-store-categories nav { display: flex; gap: 5px; margin: 0; overflow-x: auto; }
  .lao-store-categories nav a { min-width: max-content; grid-template-columns: 18px auto; padding: 0 11px; }
  .lao-store-categories nav a > i:last-child { display: none; }
  .lao-store-account { grid-column: auto; grid-template-columns: 1fr; }
  .lao-store-assets,
  .lao-store-account nav { margin-top: 0; }
  .lao-store-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .lao-store-page { margin-right: -10px; margin-left: -10px; width: auto; }
  .lao-store-hero { min-height: 320px; }
  .lao-store-hero::before { width: 34%; }
  .lao-store-hero-copy { width: 72%; padding: 38px 15px 32px 24px; }
  .lao-store-hero-copy h1 { font-size: 23px; }
  .lao-store-hero-copy p { font-size: 11px; }
  .lao-store-hero-visual { width: 36%; }
  .lao-store-hero-avatar { top: 68px; right: 18px; width: 78px; height: 78px; }
  .lao-store-hero-growth { right: 71px; bottom: 34px; width: 68px; height: 68px; }
  .lao-store-hero-rank { right: 9px; bottom: 34px; width: 58px; height: 50px; padding: 6px; }
  .lao-store-section { padding: 0 1px; }
  .lao-store-product-grid,
  .lao-store-identity-grid { grid-template-columns: 1fr; }
  .lao-store-product { min-height: 236px; display: grid; grid-template-columns: 38% minmax(0, 1fr); transform: none; }
  .lao-store-product-media { min-height: 236px; }
  .lao-store-product-body { padding: 15px; }
}

@media (max-width: 420px) {
  .lao-store-hero { min-height: 325px; }
  .lao-store-hero-copy { width: 100%; padding: 30px 20px 134px; }
  .lao-store-hero::before { top: auto; bottom: 0; width: 100%; height: 120px; }
  .lao-store-hero-visual { top: auto; bottom: 0; width: 100%; height: 120px; }
  .lao-store-hero-avatar { top: 18px; right: 34px; width: 72px; height: 72px; }
  .lao-store-hero-growth { left: 29px; right: auto; bottom: 18px; width: 70px; height: 70px; }
  .lao-store-hero-rank { right: 112px; bottom: 20px; width: 74px; height: 48px; }
  .lao-store-product { grid-template-columns: 38% minmax(0, 1fr); }
  .lao-store-section-heading p { display: none; }
}
