:root {
  color-scheme: dark;
  --bg: #090a0f;
  --panel: #11131b;
  --panel-soft: #161a24;
  --text: #f5f7fb;
  --muted: #9aa3b2;
  --line: rgba(255, 255, 255, 0.1);
  --accent: #f2c76b;
  --accent-strong: #ffd978;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 20% 0%, rgba(242, 199, 107, 0.12), transparent 28rem),
    linear-gradient(180deg, #090a0f 0%, #0d1017 48%, #090a0f 100%);
  color: var(--text);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid var(--line);
  background: rgba(9, 10, 15, 0.84);
  backdrop-filter: blur(18px);
}

.nav,
main,
.footer {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(242, 199, 107, 0.45);
  border-radius: 8px;
  background: linear-gradient(135deg, #1b1d27, #0c0d12);
  color: var(--accent-strong);
  font-weight: 800;
  box-shadow: 0 12px 36px rgba(242, 199, 107, 0.1);
}

.brand strong,
.brand small {
  display: block;
}

.brand strong {
  font-size: 17px;
  letter-spacing: 0;
}

.brand small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
}

.nav-links,
.nav-actions {
  display: flex;
  align-items: center;
}

.nav-links {
  justify-content: center;
  gap: 28px;
  color: #c9ced8;
  font-size: 14px;
}

.nav-links a:hover {
  color: var(--accent-strong);
}

.nav-links a.active {
  color: var(--accent-strong);
}

.nav-actions {
  justify-content: flex-end;
  gap: 10px;
}

.telegram-button,
.ghost-button,
.primary-button,
.product-card button {
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 42px;
  padding: 10px 16px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.telegram-button {
  border-color: rgba(79, 172, 254, 0.38);
  background: rgba(79, 172, 254, 0.1);
  color: #b8dcff;
  font-weight: 700;
}

.ghost-button {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.primary-button,
.primary-link,
.product-card button {
  border-color: rgba(242, 199, 107, 0.55);
  background: linear-gradient(135deg, #f4ce78, #c69235);
  color: #15100a;
  font-weight: 700;
}

.hero {
  min-height: calc(100vh - 77px);
}

.hero-blank {
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--accent-strong);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 780px;
  margin-bottom: 18px;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: 28px;
}

h3 {
  margin-bottom: 12px;
  font-size: 20px;
}

.notice-card,
.product-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(17, 19, 27, 0.88);
}

.notice-card p,
.product-card p,
.footer {
  color: var(--muted);
  line-height: 1.7;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding: 18px 0 50px;
}

.notice-card {
  padding: 26px;
}

.notice-card-wide {
  grid-column: 1 / -1;
}

.notice-intro {
  margin-bottom: 14px;
}

.notice-card ol {
  margin: 0;
  padding-left: 22px;
  color: #c9ced8;
  line-height: 1.85;
}

.muted {
  margin-bottom: 0;
  color: var(--muted);
}

.products-section {
  padding: 18px 0 60px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.category-tabs {
  display: flex;
  gap: 10px;
  margin: 12px 0 22px;
  overflow-x: auto;
  padding-bottom: 6px;
}

.category-tab {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: #c9ced8;
  cursor: pointer;
  padding: 10px 16px;
  white-space: nowrap;
}

.category-tab.active {
  border-color: rgba(242, 199, 107, 0.55);
  background: rgba(242, 199, 107, 0.13);
  color: var(--accent-strong);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 360px));
  gap: 22px;
  justify-content: start;
}

.product-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background: #f8f8f6;
  color: #202127;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.product-card.is-hidden {
  display: none;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 68px rgba(0, 0, 0, 0.26);
}

.product-visual {
  display: flex;
  min-height: 196px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  border-bottom: 1px solid rgba(17, 19, 27, 0.04);
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.95), transparent 18rem),
    #f4f4f2;
  padding: 34px 24px;
}

.product-logo-mark {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 3px solid #111216;
  border-radius: 18px;
  color: #111216;
  font-size: 18px;
  font-weight: 900;
}

.product-visual strong {
  color: #090a0f;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1;
  text-align: center;
}

.product-info {
  padding: 24px 26px 26px;
}

.product-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.badge {
  border-radius: 999px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 12px;
}

.badge-green {
  border: 1px solid #a9e6be;
  background: #eefbf2;
  color: #2bb266;
}

.badge-blue {
  border: 1px solid #bbc7ff;
  background: #eef0ff;
  color: #5e6df1;
}

.product-info h3 {
  min-height: 58px;
  margin-bottom: 20px;
  color: #24252b;
  font-size: 22px;
  line-height: 1.35;
}

.product-price {
  margin-bottom: 10px;
  color: #ef5f86;
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
}

.product-stats {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  color: #6e7482;
  font-size: 20px;
  font-weight: 700;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid var(--line);
  padding: 28px 0 36px;
  font-size: 14px;
}

.footer p {
  margin: 0;
}

@media (max-width: 900px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 16px 0;
  }

  .nav-links,
  .nav-actions {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .notice-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .nav,
  main,
  .footer {
    width: min(100% - 24px, 1180px);
  }

  h1 {
    font-size: 38px;
  }

  .brand {
    min-width: 0;
  }

  .nav-links {
    gap: 18px;
  }

  .nav-actions > * {
    flex: 1 1 auto;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-visual {
    min-height: 154px;
    padding: 26px 18px;
  }

  .product-logo-mark {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .product-visual strong {
    font-size: 28px;
  }

  .product-info {
    padding: 20px;
  }

  .product-info h3 {
    min-height: auto;
    font-size: 20px;
  }

  .product-price {
    font-size: 32px;
  }

  .product-stats {
    font-size: 17px;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* Unified light style for inner pages */
.app-page {
  color-scheme: light;
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 138, 31, 0.12), transparent 22rem),
    radial-gradient(circle at 84% 16%, rgba(154, 205, 170, 0.2), transparent 26rem),
    linear-gradient(135deg, #f8faf7 0%, #f4f7f2 58%, #ffffff 100%);
  color: #171717;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.app-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(23, 23, 23, 0.07) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 66%);
  pointer-events: none;
}

.app-page .site-header {
  position: relative;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.app-page .nav,
.app-page main,
.app-page .footer {
  width: min(1180px, calc(100% - 48px));
}

.app-page .nav {
  min-height: 88px;
  gap: 18px;
}

.app-page .brand {
  min-width: 0;
}

.app-page .brand-mark {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ff8a1f;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 138, 31, 0.24);
}

.app-page .brand strong {
  color: #171717;
  font-size: 15px;
  font-weight: 600;
}

.app-page .nav-links {
  gap: 4px;
  border: 1px solid rgba(229, 231, 235, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  color: #4b5563;
  font-size: 13px;
  padding: 6px;
}

.app-page .nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 9px 13px;
}

.app-page .nav-links a:hover,
.app-page .nav-links a.active {
  background: #ffffff;
  color: #171717;
}

.app-page .nav-links span {
  color: #ff8a1f;
  font-size: 12px;
}

.app-page .telegram-button,
.app-page .ghost-button,
.app-page .primary-button {
  min-height: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 18px;
}

.app-page .telegram-button,
.app-page .ghost-button {
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: rgba(255, 255, 255, 0.72);
  color: #374151;
}

.app-page .primary-button {
  border: 0;
  background: #ff8a1f;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 138, 31, 0.22);
}

.app-page .query-page,
.app-page .auth-page,
.app-page .detail-page {
  min-height: calc(100vh - 88px);
  padding: 38px 0 78px;
}

.app-page .query-shell,
.app-page .auth-card,
.app-page .detail-media,
.app-page .detail-panel,
.app-page .detail-description {
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 34px 100px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(20px);
}

.app-page .query-page {
  align-items: center;
}

.app-page .query-shell {
  max-width: 980px;
  padding: 42px;
}

.app-page .query-kicker span {
  background: #ff8a1f;
  box-shadow: 0 0 28px rgba(255, 138, 31, 0.24);
}

.app-page .query-kicker p,
.app-page .eyebrow,
.app-page .back-link {
  color: #ff8a1f;
}

.app-page .query-shell h1,
.app-page .auth-card h1,
.app-page .detail-heading h1,
.app-page .detail-description h2 {
  color: #171717;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.app-page .query-helper,
.app-page .auth-copy,
.app-page .detail-note,
.app-page .detail-description ul {
  color: #6b7280;
}

.app-page .order-query-form label,
.app-page .auth-form label:not(.remember-row),
.app-page .detail-panel label {
  color: #374151;
  font-size: 13px;
  font-weight: 500;
}

.app-page .order-query-form input,
.app-page .auth-form input[type="text"],
.app-page .auth-form input[type="password"],
.app-page .detail-panel input {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
  color: #171717;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.app-page .order-query-form input::placeholder,
.app-page .auth-form input::placeholder,
.app-page .detail-panel input::placeholder {
  color: #9ca3af;
}

.app-page .order-query-form input:focus,
.app-page .auth-form input:focus,
.app-page .detail-panel input:focus {
  border-color: rgba(255, 138, 31, 0.52);
  box-shadow: 0 0 0 5px rgba(255, 138, 31, 0.1);
}

.app-page .query-submit,
.app-page .auth-submit,
.app-page .detail-submit {
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  font-size: 13px;
  font-weight: 500;
}

.app-page .auth-icon {
  background: #ff8a1f;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(255, 138, 31, 0.22);
}

.app-page .auth-tabs,
.app-page .remember-row,
.app-page .captcha-code,
.app-page .payment-option,
.app-page .order-summary {
  border: 1px solid #eef0ed;
  background: rgba(255, 255, 255, 0.72);
  color: #374151;
}

.app-page .auth-tab.active {
  background: #171717;
  color: #ffffff;
}

.app-page .remember-row strong {
  color: #171717;
}

.app-page .captcha-code,
.app-page .detail-captcha .captcha-code {
  color: #ff8a1f;
}

.app-page .auth-links a {
  border-color: #e5e7eb;
  background: rgba(255, 255, 255, 0.7);
  color: #374151;
}

.app-page .detail-hero {
  gap: 28px;
}

.app-page .detail-media {
  min-height: 520px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 138, 31, 0.1), transparent 22rem),
    #ffffff;
  color: #171717;
}

.app-page .detail-logo-mark {
  border: 0;
  background: #171717;
  color: #ffffff;
}

.app-page .detail-media strong {
  font-weight: 500;
}

.app-page .detail-price {
  color: #ff8a1f;
  font-weight: 600;
}

.app-page .badge-green,
.app-page .badge-blue {
  border: 0;
  background: #fff4e8;
  color: #ff7a00;
}

.app-page .quantity-stepper {
  border-color: rgba(255, 138, 31, 0.28);
  background: rgba(255, 138, 31, 0.08);
}

.app-page .quantity-stepper button {
  background: #ff8a1f;
}

.app-page .quantity-stepper input {
  background: rgba(255, 255, 255, 0.82);
  color: #171717;
}

.app-page .payment-option:has(input:checked) {
  border-color: rgba(255, 138, 31, 0.48);
  background: #fff4e8;
  color: #ff7a00;
}

.app-page .detail-description {
  color: #6b7280;
}

.app-page .toast {
  border-color: rgba(255, 138, 31, 0.3);
  background: rgba(255, 255, 255, 0.95);
  color: #171717;
  box-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
}

@media (max-width: 980px) {
  .app-page .nav {
    align-items: center;
    flex-wrap: wrap;
  }

  .app-page .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }
}

@media (max-width: 780px) {
  .app-page .query-shell {
    padding: 28px;
  }

  .app-page .detail-media {
    min-height: 260px;
  }
}

@media (max-width: 620px) {
  .app-page .nav,
  .app-page main {
    width: min(100% - 24px, 1180px);
  }

  .app-page .brand {
    width: 100%;
    justify-content: center;
  }

  .app-page .nav-actions {
    width: 100%;
  }

  .app-page .nav-actions > * {
    flex: 1 1 0;
    padding-inline: 10px;
  }

  .app-page .query-shell,
  .app-page .auth-card,
  .app-page .detail-panel,
  .app-page .detail-description {
    border-radius: 28px;
  }
}

/* Light homepage redesign */
.home-page {
  color-scheme: light;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 138, 31, 0.12), transparent 22rem),
    radial-gradient(circle at 82% 12%, rgba(154, 205, 170, 0.22), transparent 26rem),
    linear-gradient(135deg, #f8faf7 0%, #f4f7f2 58%, #ffffff 100%);
  color: #171717;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: radial-gradient(rgba(23, 23, 23, 0.08) 1px, transparent 1px);
  background-size: 22px 22px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8), transparent 68%);
  pointer-events: none;
}

.home-page .site-header {
  position: relative;
  border-bottom: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-page .nav,
.home-page main,
.home-page .footer {
  width: min(1180px, calc(100% - 48px));
}

.home-page .nav {
  min-height: 88px;
  gap: 18px;
}

.home-page .brand {
  min-width: 0;
}

.home-page .brand-mark {
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: #ff8a1f;
  color: #ffffff;
  box-shadow: 0 16px 32px rgba(255, 138, 31, 0.24);
}

.home-page .brand strong {
  color: #171717;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.home-page .nav-links {
  gap: 4px;
  border: 1px solid rgba(229, 231, 235, 0.85);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  color: #4b5563;
  font-size: 13px;
  padding: 6px;
}

.home-page .nav-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 9px 13px;
  transition:
    background 180ms ease,
    color 180ms ease;
}

.home-page .nav-links a:hover,
.home-page .nav-links a.active {
  background: #ffffff;
  color: #171717;
}

.home-page .nav-links span {
  color: #ff8a1f;
  font-size: 12px;
}

.home-page .nav-actions {
  gap: 8px;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  min-height: 38px;
  height: 38px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 18px;
}

.home-page .telegram-button,
.home-page .ghost-button {
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: rgba(255, 255, 255, 0.72);
  color: #374151;
}

.home-page .primary-button {
  border: 0;
  background: #ff8a1f;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(255, 138, 31, 0.22);
}

.home-page .hero {
  min-height: auto;
  padding: 24px 0 42px;
}

.home-page .hero-shell {
  min-height: 720px;
  overflow: hidden;
  position: relative;
  display: grid;
  align-content: start;
  justify-items: center;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 42px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.44)),
    url("assets/ai-hero-bg.png") center bottom / cover no-repeat,
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 40px 120px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(20px);
  padding: 64px 36px 48px;
}

.home-page .hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 138, 31, 0.1), transparent 22rem),
    radial-gradient(circle at 40% 70%, rgba(159, 204, 175, 0.24), transparent 28rem);
  pointer-events: none;
}

.home-page .hero-content,
.home-page .ai-pass-stage {
  position: relative;
  z-index: 1;
}

.home-page .hero-content {
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-page .trust-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.06);
  padding: 8px 16px 8px 9px;
}

.home-page .avatar-stack {
  display: flex;
}

.home-page .avatar-stack span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-left: -7px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
}

.home-page .avatar-stack span:first-child {
  margin-left: 0;
  background: #ff8a1f;
}

.home-page .trust-row strong,
.home-page .trust-row small {
  display: block;
  text-align: left;
}

.home-page .trust-row strong {
  color: #171717;
  font-size: 13px;
  font-weight: 600;
}

.home-page .trust-row small {
  color: #9ca3af;
  font-size: 11px;
}

.home-page h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #171717;
  font-size: clamp(44px, 7vw, 72px);
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.home-page .hero-copy {
  max-width: 560px;
  margin-bottom: 28px;
  color: #6b7280;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.home-page .hero-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.home-page .hero-primary,
.home-page .hero-secondary,
.home-page .product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 20px;
}

.home-page .hero-primary,
.home-page .product-action {
  background: #171717;
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
}

.home-page .hero-secondary {
  border: 1px solid rgba(229, 231, 235, 0.9);
  background: rgba(255, 255, 255, 0.7);
  color: #374151;
}

.home-page .ai-pass-stage {
  width: min(780px, 100%);
  min-height: 310px;
  margin-top: 54px;
  opacity: 0;
  pointer-events: none;
}

.home-page .ai-pass-card {
  position: absolute;
  left: 50%;
  top: 42px;
  display: grid;
  width: min(360px, 74vw);
  min-height: 210px;
  place-items: center;
  transform: translateX(-50%);
  border: 1px solid rgba(238, 240, 237, 0.95);
  border-radius: 34px;
  background:
    linear-gradient(145deg, #ffffff, #f7f8f4),
    rgba(255, 255, 255, 0.88);
  box-shadow: 0 34px 90px rgba(15, 23, 42, 0.12);
  padding: 34px;
}

.home-page .ai-pass-card span {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 24px;
  background: #ff8a1f;
  color: #ffffff;
  font-size: 28px;
  font-weight: 600;
}

.home-page .ai-pass-card strong {
  color: #171717;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.home-page .ai-pass-card small {
  color: #9ca3af;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-page .float-card {
  position: absolute;
  display: grid;
  gap: 4px;
  min-width: 164px;
  border: 1px solid rgba(238, 240, 237, 0.95);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(18px);
  padding: 16px 18px;
}

.home-page .float-card b {
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

.home-page .float-card span {
  color: #6b7280;
  font-size: 12px;
}

.home-page .float-card-one {
  left: 4%;
  top: 8px;
}

.home-page .float-card-two {
  right: 6%;
  top: 36px;
}

.home-page .float-card-three {
  left: 9%;
  bottom: 16px;
}

.home-page .float-card-four {
  right: 8%;
  bottom: 4px;
}

.home-page .notice-grid {
  display: block;
  padding: 28px 0 54px;
}

.home-page .notice-card {
  border: 1px solid rgba(238, 240, 237, 0.95);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 76px rgba(15, 23, 42, 0.07);
  backdrop-filter: blur(18px);
  padding: 30px;
}

.home-page .section-heading-lite,
.home-page .section-heading {
  text-align: center;
}

.home-page .section-heading h2,
.home-page .section-heading-lite h2 {
  color: #171717;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 500;
  letter-spacing: -0.01em;
}

.home-page .eyebrow {
  color: #ff8a1f;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.home-page .notice-card ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 0;
  padding: 0;
  color: #6b7280;
  list-style: none;
}

.home-page .notice-card li {
  position: relative;
  border-radius: 20px;
  background: rgba(248, 250, 247, 0.78);
  font-size: 14px;
  line-height: 1.7;
  padding: 18px 18px 18px 42px;
}

.home-page .notice-card li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 24px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #ff8a1f;
  box-shadow: 0 0 0 6px rgba(255, 138, 31, 0.12);
}

/* 购买前须知：正式规则卡片。 */
.home-page .notice-card .notice-intro {
  max-width: 520px;
  margin: 10px auto 0;
  color: #43526a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
}

.home-page .notice-card ol {
  align-items: stretch;
  gap: 18px;
  margin-top: 26px;
}

.home-page .notice-card li {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 6px 12px;
  align-content: start;
  min-height: 112px;
  padding: 18px;
  border: 2px solid rgba(17, 17, 17, 0.1);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.84);
  box-shadow: 4px 4px 0 rgba(255, 116, 23, 0.16);
}

.home-page .notice-card li::before {
  display: none;
}

.home-page .notice-card .notice-index {
  display: inline-grid;
  grid-row: 1 / span 2;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 2px solid #111;
  border-radius: 9px;
  color: #fff;
  background: #ff7417;
  box-shadow: 2px 2px 0 #111;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
}

.home-page .notice-card li strong {
  color: #111827;
  font-size: 15px;
  font-weight: 950;
  line-height: 1.35;
}

.home-page .notice-card li small {
  color: #5b6678;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

/* 购买前须知轻量版：更多留白，组件和字体再收小一档。 */
.home-page .notice-grid {
  padding: 42px 0 72px;
}

.home-page .notice-card {
  padding: 46px 42px 40px;
}

.home-page .notice-card .section-heading-lite h2 {
  font-size: clamp(28px, 3.4vw, 40px);
}

.home-page .notice-card .notice-intro {
  max-width: 460px;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.55;
}

.home-page .notice-card ol {
  gap: 22px;
  margin-top: 34px;
}

.home-page .notice-card li {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 5px 10px;
  min-height: 92px;
  padding: 16px;
  border-radius: 15px;
  box-shadow: 3px 3px 0 rgba(255, 116, 23, 0.13);
}

.home-page .notice-card .notice-index {
  width: 28px;
  height: 28px;
  border-width: 2px;
  border-radius: 8px;
  box-shadow: 2px 2px 0 #111;
  font-size: 10px;
}

.home-page .notice-card li strong {
  font-size: 13px;
  line-height: 1.35;
}

.home-page .notice-card li small {
  font-size: 11px;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .home-page .notice-card {
    padding: 34px 20px 30px;
  }

  .home-page .notice-card ol {
    gap: 14px;
    margin-top: 24px;
  }
}

.home-page .products-section {
  padding: 8px 0 82px;
}

.home-page .section-heading {
  display: block;
  margin-bottom: 22px;
}

.home-page .section-heading p:not(.eyebrow) {
  max-width: 540px;
  margin: 0 auto;
  color: #6b7280;
  line-height: 1.8;
}

.home-page .category-tabs {
  justify-content: center;
  gap: 8px;
  margin: 24px 0 30px;
  padding-bottom: 8px;
}

.home-page .category-tab {
  border: 1px solid rgba(229, 231, 235, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #4b5563;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 16px;
}

.home-page .category-tab.active {
  border-color: transparent;
  background: #171717;
  color: #ffffff;
}

.home-page .product-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 20px;
}

.home-page .product-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid #eef0ed;
  border-radius: 28px;
  background: #ffffff;
  color: #171717;
  box-shadow: 0 22px 70px rgba(15, 23, 42, 0.07);
  padding: 14px;
}

.home-page .product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 90px rgba(15, 23, 42, 0.1);
}

.home-page .product-visual {
  min-height: 154px;
  gap: 12px;
  border: 0;
  border-radius: 22px;
  background: #f8faf7;
  padding: 28px 18px;
}

.home-page .product-logo-mark {
  width: 54px;
  height: 54px;
  border: 0;
  border-radius: 999px;
  background: #171717;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}

.home-page .product-visual strong {
  color: #171717;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.home-page .product-info {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 18px 6px 4px;
}

.home-page .product-badges {
  gap: 8px;
  margin-bottom: 12px;
}

.home-page .badge {
  font-size: 12px;
  font-weight: 500;
  padding: 7px 10px;
}

.home-page .badge-green,
.home-page .badge-blue {
  border: 0;
  background: #fff4e8;
  color: #ff7a00;
}

.home-page .product-info h3 {
  min-height: auto;
  margin-bottom: 10px;
  color: #171717;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.45;
}

.home-page .product-info p {
  flex: 1;
  margin-bottom: 18px;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.75;
}

.home-page .product-price {
  margin-bottom: 10px;
  color: #171717;
  font-size: 28px;
  font-weight: 600;
}

.home-page .product-stats {
  gap: 10px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
}

.home-page .product-action {
  width: 100%;
  margin-top: 18px;
}

.home-page .footer {
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #eef0ed;
  color: #9ca3af;
  text-align: center;
  padding: 32px 0 42px;
}

@media (max-width: 980px) {
  .home-page .nav {
    align-items: center;
    flex-wrap: wrap;
  }

  .home-page .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    overflow-x: auto;
  }

  .home-page .notice-card ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .home-page .nav,
  .home-page main,
  .home-page .footer {
    width: min(100% - 24px, 1180px);
  }

  .home-page .nav {
    justify-content: center;
  }

  .home-page .brand {
    width: 100%;
    justify-content: center;
  }

  .home-page .nav-actions {
    width: 100%;
  }

  .home-page .nav-actions > * {
    flex: 1 1 0;
    padding-inline: 10px;
  }

  .home-page .hero-shell {
    min-height: 680px;
    border-radius: 28px;
    padding: 44px 18px 34px;
  }

  .home-page h1 {
    font-size: 38px;
  }

  .home-page .hero-copy {
    font-size: 14px;
  }

  .home-page .ai-pass-stage {
    min-height: 360px;
    margin-top: 34px;
  }

  .home-page .ai-pass-card {
    top: 66px;
    min-height: 190px;
  }

  .home-page .ai-pass-card strong {
    font-size: 32px;
  }

  .home-page .float-card {
    min-width: 142px;
    padding: 12px 14px;
  }

  .home-page .float-card-one {
    left: 0;
    top: 0;
  }

  .home-page .float-card-two {
    right: 0;
    top: 10px;
  }

  .home-page .float-card-three {
    left: 0;
    bottom: 8px;
  }

  .home-page .float-card-four {
    right: 0;
    bottom: 0;
  }

  .home-page .notice-card {
    border-radius: 24px;
    padding: 22px;
  }

  .home-page .notice-card ol,
  .home-page .product-grid {
    grid-template-columns: 1fr;
  }
}

.query-page {
  width: min(1180px, calc(100% - 40px));
  min-height: calc(100vh - 77px);
  display: flex;
  align-items: center;
  padding: 72px 0 96px;
}

.query-shell {
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 64px;
  align-items: start;
}

.query-heading {
  position: sticky;
  top: 112px;
}

.query-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.query-kicker span {
  display: block;
  width: 4px;
  height: 34px;
  border-radius: 999px;
  background: linear-gradient(180deg, #c5a8ff, #7c4df0);
  box-shadow: 0 0 28px rgba(145, 93, 255, 0.55);
}

.query-kicker p {
  margin: 0;
  color: #c4a8ff;
  font-size: 18px;
  font-weight: 700;
}

.query-shell h1 {
  margin: 0 0 18px 18px;
  color: #f7f5fb;
  font-size: 44px;
  line-height: 1;
}

.order-query-form {
  display: grid;
  gap: 12px;
}

.order-query-form label {
  color: #f4f1f7;
  font-size: 15px;
  font-weight: 800;
}

.order-query-form input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 12px;
  outline: none;
  background: rgba(8, 9, 13, 0.72);
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  padding: 0 20px;
}

.order-query-form input::placeholder {
  color: rgba(245, 247, 251, 0.62);
}

.order-query-form input:focus {
  border-color: rgba(179, 143, 255, 0.72);
  box-shadow: 0 0 0 6px rgba(139, 92, 246, 0.14);
}

.password-field {
  position: relative;
}

.password-field input {
  padding-right: 68px;
}

.password-toggle {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.password-toggle span,
.password-toggle span::before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  transform: translate(-50%, -50%);
}

.password-toggle span {
  width: 25px;
  height: 16px;
  border: 3px solid rgba(245, 247, 251, 0.5);
  border-radius: 50%;
}

.password-toggle span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(245, 247, 251, 0.5);
}

.password-toggle span::after {
  content: "";
  position: absolute;
  left: -6px;
  top: 6px;
  width: 37px;
  height: 3px;
  border-radius: 999px;
  background: rgba(245, 247, 251, 0.5);
  transform: rotate(45deg);
}

.query-submit {
  height: 52px;
  margin-top: 16px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, #8151eb, #b99cff);
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}

.query-submit:hover {
  filter: brightness(1.04);
}

.query-helper {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.auth-page {
  min-height: calc(100vh - 77px);
  display: grid;
  place-items: center;
  padding: 58px 0 72px;
}

.auth-card {
  width: min(640px, calc(100% - 32px));
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(17, 19, 27, 0.94);
  box-shadow: var(--shadow);
  padding: 42px;
}

.auth-icon {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 22px;
  border: 1px solid rgba(242, 199, 107, 0.42);
  border-radius: 999px;
  background: linear-gradient(135deg, #f4ce78, #7a561d);
  color: #100c06;
  font-size: 24px;
  font-weight: 900;
}

.auth-card .eyebrow,
.auth-card h1,
.auth-copy {
  text-align: center;
}

.auth-card h1 {
  margin-bottom: 12px;
  font-size: 40px;
}

.auth-copy {
  margin-bottom: 28px;
  color: var(--muted);
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  margin-bottom: 26px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px;
}

.auth-tab {
  height: 46px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
}

.auth-tab.active {
  background: rgba(242, 199, 107, 0.12);
  color: var(--accent-strong);
}

.auth-form {
  display: grid;
  gap: 12px;
}

.auth-form label:not(.remember-row) {
  color: #c9ced8;
  font-size: 14px;
  font-weight: 800;
}

.auth-form input[type="text"],
.auth-form input[type="password"] {
  width: 100%;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 14px;
  outline: none;
  background: rgba(8, 9, 13, 0.72);
  color: var(--text);
  font: inherit;
  padding: 0 18px;
}

.auth-form input::placeholder {
  color: rgba(245, 247, 251, 0.48);
}

.auth-form input:focus {
  border-color: rgba(242, 199, 107, 0.58);
  box-shadow: 0 0 0 5px rgba(242, 199, 107, 0.1);
}

.remember-row {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  align-items: start;
  margin: 8px 0;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
  padding: 16px;
}

.remember-row input {
  width: 18px;
  height: 18px;
  margin: 2px 0 0;
  accent-color: var(--accent);
}

.remember-row strong,
.remember-row small {
  display: block;
}

.remember-row strong {
  color: var(--text);
}

.remember-row small {
  margin-top: 4px;
  color: var(--muted);
}

.captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 12px;
  align-items: center;
}

.captcha-code {
  display: grid;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(242, 199, 107, 0.35);
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(242, 199, 107, 0.1), rgba(79, 172, 254, 0.08)),
    rgba(8, 9, 13, 0.78);
  color: var(--accent-strong);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: 0.25em;
}

.auth-submit {
  height: 56px;
  margin-top: 12px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #f4ce78, #c69235);
  color: #15100a;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.auth-links {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 22px;
}

.auth-links a {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--text);
  padding: 10px 16px;
}

.auth-register-only {
  display: none;
}

.auth-card.is-register .auth-register-only {
  display: block;
}

.detail-page {
  width: min(1280px, calc(100% - 32px));
  padding: 36px 0 72px;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 0.92fr);
  gap: 24px;
  align-items: stretch;
}

.detail-media,
.detail-panel,
.detail-description {
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(17, 19, 27, 0.9);
  box-shadow: var(--shadow);
}

.detail-media {
  display: flex;
  min-height: 430px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  background: #f8f8f6;
  color: #090a0f;
  padding: 42px;
}

.detail-logo-mark {
  display: grid;
  width: 82px;
  height: 82px;
  place-items: center;
  border: 4px solid #111216;
  border-radius: 24px;
  font-size: 26px;
  font-weight: 900;
}

.detail-media strong {
  font-size: clamp(38px, 6vw, 58px);
  line-height: 1;
  text-align: center;
}

.detail-panel {
  display: grid;
  gap: 12px;
  padding: 28px;
}

.detail-heading h1 {
  max-width: none;
  margin: 8px 0 10px;
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1.2;
}

.back-link {
  color: var(--accent-strong);
  font-size: 14px;
  font-weight: 800;
}

.detail-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.detail-badges .badge {
  font-size: 13px;
  padding: 7px 10px;
}

.detail-price {
  margin: 6px 0 4px;
  color: #ef5f86;
  font-size: 34px;
  font-weight: 900;
}

.detail-panel label {
  color: #c9ced8;
  font-size: 14px;
  font-weight: 800;
}

.detail-panel input {
  width: 100%;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  outline: none;
  background: rgba(8, 9, 13, 0.72);
  color: var(--text);
  font: inherit;
  padding: 0 14px;
}

.detail-panel input::placeholder {
  color: rgba(245, 247, 251, 0.48);
}

.detail-panel input:focus {
  border-color: rgba(242, 199, 107, 0.58);
  box-shadow: 0 0 0 5px rgba(242, 199, 107, 0.1);
}

.quantity-stepper {
  display: grid;
  width: 168px;
  grid-template-columns: 46px 76px 46px;
  border: 1px solid rgba(239, 95, 134, 0.4);
  border-radius: 10px;
  overflow: hidden;
  background: rgba(239, 95, 134, 0.1);
}

.quantity-stepper button,
.quantity-stepper input {
  height: 44px;
  border: 0;
  border-radius: 0;
}

.quantity-stepper button {
  background: #ef5f86;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-weight: 900;
}

.quantity-stepper input {
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
  text-align: center;
  font-weight: 900;
}

.order-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 1px solid rgba(242, 199, 107, 0.18);
  border-radius: 10px;
  background: rgba(242, 199, 107, 0.06);
  padding: 12px;
}

.order-summary.is-hidden {
  display: none;
}

.order-summary span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.order-summary strong {
  display: block;
  margin-top: 2px;
  color: var(--accent-strong);
  font-size: 16px;
}

.detail-captcha {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 132px;
  gap: 10px;
}

.detail-captcha .captcha-code {
  height: 46px;
  font-size: 20px;
  border: 1px solid rgba(242, 199, 107, 0.35);
  cursor: pointer;
  font-family: inherit;
}

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

.payment-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 10px;
  background: rgba(8, 9, 13, 0.52);
  color: var(--text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  padding: 0 14px;
}

.payment-option:has(input:checked) {
  border-color: rgba(242, 199, 107, 0.62);
  background: rgba(242, 199, 107, 0.11);
  color: var(--accent-strong);
}

.payment-option input {
  width: 16px;
  height: 16px;
  accent-color: var(--accent);
}

.detail-submit {
  height: 52px;
  margin-top: 10px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #f4ce78, #c69235);
  color: #15100a;
  cursor: pointer;
  font-size: 17px;
  font-weight: 900;
}

.detail-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.6;
}

.toast {
  position: fixed;
  top: 92px;
  right: 24px;
  z-index: 20;
  max-width: min(360px, calc(100% - 32px));
  border: 1px solid rgba(242, 199, 107, 0.35);
  border-radius: 8px;
  background: rgba(17, 19, 27, 0.96);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.36);
  color: var(--text);
  font-weight: 800;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-10px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
  padding: 14px 16px;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.detail-description {
  margin-top: 24px;
  padding: 28px;
}

.detail-description h2 {
  margin-bottom: 18px;
  color: var(--accent-strong);
  font-size: 22px;
}

.detail-description ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 22px;
  color: #d9deea;
  font-size: 17px;
  line-height: 1.75;
}

.usdt-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at 0 0, rgba(54, 196, 128, 0.28), transparent 34rem),
    radial-gradient(circle at 100% 100%, rgba(242, 199, 107, 0.2), transparent 34rem),
    linear-gradient(135deg, #d6f4df, #f7f2cf);
  color: #2f3a4f;
  padding: 36px 18px;
}

.usdt-card {
  width: min(1120px, 100%);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 90px rgba(30, 60, 42, 0.18);
  padding: 28px;
}

.usdt-brand {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 999px;
  background: #2dbb84;
  color: white;
  font-size: 22px;
  font-weight: 900;
}

.usdt-card h1 {
  max-width: none;
  margin-bottom: 14px;
  color: #2f3a4f;
  text-align: center;
  font-size: 36px;
}

.usdt-network {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #71809a;
  font-size: 20px;
  font-weight: 800;
}

.usdt-network span {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #42bd7a;
}

.usdt-network strong {
  border-radius: 999px;
  background: #42bd7a;
  color: white;
  padding: 4px 12px;
}

.usdt-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0 18px;
  border-left: 4px solid #68b99b;
  background: #f7fbfb;
  padding: 22px;
}

.usdt-summary span,
.usdt-address-box label {
  display: block;
  color: #58657b;
  font-weight: 800;
}

.usdt-summary strong {
  display: block;
  margin-top: 8px;
  color: #2f3a4f;
  font-size: 22px;
}

#usdt-amount {
  color: #e83d4f;
}

.usdt-countdown {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
  border-radius: 10px;
  background: #ff7b83;
  color: white;
  padding: 18px;
}

.usdt-countdown strong,
.usdt-countdown span {
  display: block;
}

.countdown-time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.countdown-time b {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 28px;
}

.usdt-qr-panel {
  display: grid;
  gap: 18px;
  border-radius: 10px;
  background: white;
  padding: 18px;
}

.fake-qr {
  display: grid;
  width: 220px;
  height: 220px;
  place-items: center;
  margin: 0 auto;
  border: 10px solid #f5f8fb;
  background: #ffffff;
  color: #111827;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.fake-qr span {
  display: block;
}

.usdt-address-box {
  border-radius: 8px;
  background: #f5f8fb;
  text-align: center;
  padding: 18px;
}

.usdt-address-box input {
  width: 100%;
  height: 46px;
  margin: 10px 0;
  border: 1px solid #dce3ef;
  border-radius: 6px;
  color: #111827;
  font: inherit;
  text-align: center;
}

.usdt-address-box button {
  border: 0;
  border-radius: 6px;
  background: #6177f2;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  padding: 10px 18px;
}

.usdt-proof-panel {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  border-radius: 10px;
  background: #f5f8fb;
  padding: 18px;
}

.usdt-proof-panel h2 {
  margin-bottom: 0;
  color: #2f3a4f;
  font-size: 20px;
}

.usdt-proof-panel p {
  margin: 0 0 4px;
  color: #58657b;
  font-weight: 750;
  line-height: 1.6;
}

.usdt-proof-panel label {
  color: #58657b;
  font-weight: 850;
}

.usdt-proof-panel input,
.usdt-proof-panel textarea {
  width: 100%;
  border: 1px solid #dce3ef;
  border-radius: 6px;
  color: #111827;
  font: inherit;
  padding: 11px 12px;
}

.usdt-proof-panel textarea {
  resize: vertical;
}

.usdt-proof-panel button {
  justify-self: start;
  border: 0;
  border-radius: 6px;
  background: #2dbb84;
  color: white;
  cursor: pointer;
  font: inherit;
  font-weight: 850;
  padding: 10px 18px;
}

.usdt-proof-panel button:disabled {
  opacity: 0.58;
  cursor: not-allowed;
}

.usdt-warning {
  margin-top: 18px;
  border: 1px solid #f4ce36;
  border-radius: 8px;
  background: #fff7cd;
  color: #6b4c17;
  padding: 18px;
}

.usdt-warning h2 {
  margin-bottom: 8px;
  font-size: 20px;
}

.usdt-warning ol {
  margin: 0;
  padding-left: 22px;
  line-height: 1.8;
}

.usdt-footer {
  margin-top: 18px;
  border-top: 1px solid #dce3ef;
  color: #71809a;
  text-align: center;
  padding-top: 16px;
}

@media (max-width: 780px) {
  .query-page {
    width: min(100% - 28px, 720px);
    align-items: flex-start;
    padding-top: 56px;
  }

  .query-shell {
    display: block;
  }

  .query-heading {
    position: static;
    margin-bottom: 34px;
  }

  .query-kicker {
    gap: 16px;
  }

  .query-kicker span {
    height: 30px;
  }

  .query-kicker p {
    font-size: 17px;
  }

  .query-shell h1 {
    margin-left: 16px;
    margin-bottom: 34px;
  }

  .order-query-form {
    gap: 18px;
  }

  .order-query-form input {
    height: 52px;
    border-radius: 14px;
    padding: 0 16px;
  }

  .password-field input {
    padding-right: 78px;
  }

  .password-toggle {
    right: 18px;
  }

  .query-submit {
    height: 52px;
    border-radius: 14px;
  }

  .detail-page {
    width: min(100% - 24px, 1280px);
    padding-top: 28px;
  }

  .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-media {
    min-height: 250px;
    padding: 28px;
  }

  .detail-panel,
  .detail-description {
    padding: 22px;
  }
}

@media (max-width: 620px) {
  .auth-card {
    padding: 28px 18px;
  }

  .auth-card h1 {
    font-size: 32px;
  }

  .captcha-row {
    grid-template-columns: 1fr;
  }

  .detail-captcha {
    grid-template-columns: 1fr;
  }

  .order-summary {
    grid-template-columns: 1fr;
  }

  .payment-options {
    grid-template-columns: 1fr;
  }

  .detail-description ul {
    font-size: 15px;
  }

  .usdt-summary,
  .usdt-countdown {
    grid-template-columns: 1fr;
  }

  .usdt-summary {
    display: grid;
  }

  .usdt-countdown {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* 黑狗哥首页首屏素材版 */
.home-page {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 138, 31, 0.15), transparent 18rem),
    radial-gradient(circle at 82% 20%, rgba(182, 218, 183, 0.28), transparent 26rem),
    linear-gradient(135deg, #fffaf2 0%, #f8faf7 45%, #ffffff 100%);
}

.home-page::before {
  background-image:
    radial-gradient(rgba(23, 23, 23, 0.08) 1px, transparent 1px),
    linear-gradient(135deg, rgba(255, 138, 31, 0.07), transparent 36%);
  background-size: 22px 22px, 100% 100%;
}

.home-page .site-header {
  z-index: 10;
}

.home-page .nav {
  min-height: 84px;
}

.home-page .brand-mark {
  border: 3px solid #171717;
  border-radius: 14px;
  background: #ff8a1f;
  box-shadow: 4px 4px 0 #171717;
  color: #171717;
  font-weight: 800;
}

.home-page .brand strong {
  font-size: 16px;
  font-weight: 700;
}

.home-page .nav-links {
  border: 2px solid rgba(23, 23, 23, 0.08);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.home-page .nav-links a {
  font-size: 12px;
  font-weight: 600;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  border-radius: 16px;
  font-size: 12px;
  font-weight: 700;
}

.home-page .telegram-button,
.home-page .ghost-button {
  border: 2px solid rgba(23, 23, 23, 0.1);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 3px 3px 0 rgba(23, 23, 23, 0.1);
}

.home-page .primary-button {
  border: 2px solid #171717;
  background: #ff8a1f;
  box-shadow: 4px 4px 0 #171717;
  color: #171717;
}

.home-page .hero {
  padding: 18px 0 42px;
}

.home-page .hero-shell.pixel-hero-shell {
  min-height: 720px;
  align-items: center;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  justify-items: stretch;
  gap: 28px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 42px;
  background:
    radial-gradient(circle at 73% 17%, rgba(255, 138, 31, 0.12), transparent 18rem),
    radial-gradient(circle at 88% 70%, rgba(255, 205, 112, 0.16), transparent 22rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(255, 250, 242, 0.78)),
    rgba(255, 255, 255, 0.78);
  box-shadow:
    0 42px 110px rgba(15, 23, 42, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  padding: 54px 54px 0;
}

.home-page .hero-shell.pixel-hero-shell::before {
  background-image:
    radial-gradient(rgba(23, 23, 23, 0.1) 1px, transparent 1px),
    radial-gradient(circle at 82% 46%, rgba(255, 138, 31, 0.12), transparent 18rem);
  background-size: 24px 24px, 100% 100%;
  opacity: 0.55;
}

.home-page .pixel-hero-copy,
.home-page .pixel-hero-art {
  position: relative;
  z-index: 1;
}

.home-page .pixel-hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  min-height: 560px;
  padding: 24px 0 74px;
}

.home-page .pixel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.home-page .pixel-badges span {
  border: 2px solid rgba(23, 23, 23, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 3px 3px 0 rgba(255, 138, 31, 0.18);
  color: #6b5532;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 10px 14px;
}

.home-page .pixel-hero-copy h1 {
  max-width: 580px;
  margin: 0 0 24px;
  color: #171717;
  font-size: clamp(58px, 6.8vw, 92px);
  font-weight: 800;
  letter-spacing: -0.04em;
  line-height: 0.98;
}

.home-page .pixel-hero-copy h1 span {
  color: #ff8a1f;
  text-shadow: 4px 4px 0 rgba(23, 23, 23, 0.12);
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 520px;
  margin: 0 0 30px;
  color: #5f6673;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  text-align: left;
}

.home-page .pixel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 22px;
}

.home-page .pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 3px solid #171717;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  padding: 0 24px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.home-page .pixel-button:hover {
  transform: translate(-2px, -2px);
}

.home-page .pixel-button-dark {
  background: #171717;
  box-shadow: 6px 6px 0 #ff8a1f;
  color: #ffffff;
}

.home-page .pixel-button-light {
  background: #fff9ed;
  box-shadow: 6px 6px 0 rgba(23, 23, 23, 0.12);
  color: #171717;
}

.home-page .pixel-note {
  max-width: 470px;
  margin: 0;
  color: #8a7c68;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.7;
}

.home-page .pixel-hero-art {
  min-height: 640px;
  overflow: visible;
}

.home-page .pixel-hero-art::before,
.home-page .pixel-hero-art::after {
  content: "";
  position: absolute;
  z-index: 0;
  border: 2px solid rgba(255, 138, 31, 0.26);
  border-radius: 999px;
  pointer-events: none;
}

.home-page .pixel-hero-art::before {
  right: 7%;
  bottom: 19%;
  width: 420px;
  height: 420px;
  transform: rotate(-18deg);
}

.home-page .pixel-hero-art::after {
  right: 18%;
  top: 18%;
  width: 260px;
  height: 260px;
  transform: rotate(14deg);
}

.home-page .dog-mascot {
  position: absolute;
  right: -28px;
  bottom: -4px;
  z-index: 5;
  width: min(54vw, 590px);
  max-width: none;
  filter: drop-shadow(0 34px 40px rgba(17, 24, 39, 0.18));
}

.home-page .float-bubble {
  position: absolute;
  z-index: 2;
  width: clamp(116px, 13vw, 198px);
  max-width: none;
  animation: floatBubble 4.6s ease-in-out infinite;
  filter: drop-shadow(0 18px 22px rgba(15, 23, 42, 0.14));
}

.home-page .bubble-gemini {
  left: 2%;
  top: 22%;
  --r: -9deg;
  animation-delay: 0s;
}

.home-page .bubble-claude {
  left: 31%;
  top: 5%;
  --r: 7deg;
  animation-delay: 0.45s;
}

.home-page .bubble-grok {
  right: -2%;
  top: 18%;
  width: clamp(128px, 14.5vw, 220px);
  --r: 9deg;
  animation-delay: 0.9s;
}

.home-page .bubble-chatgpt {
  right: 3%;
  top: 46%;
  --r: -5deg;
  animation-delay: 1.25s;
}

@keyframes floatBubble {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }

  50% {
    transform: translateY(-14px) rotate(calc(var(--r, 0deg) + 1.5deg));
  }
}

@media (max-width: 980px) {
  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    padding: 44px 32px 0;
  }

  .home-page .pixel-hero-copy {
    justify-items: center;
    min-height: auto;
    padding: 10px 0 8px;
    text-align: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .pixel-hero-art {
    width: min(680px, 100%);
    min-height: 520px;
    justify-self: center;
  }

  .home-page .dog-mascot {
    right: 7%;
    width: min(72vw, 500px);
  }

  .home-page .bubble-gemini {
    left: 5%;
    top: 24%;
  }

  .home-page .bubble-claude {
    left: 29%;
    top: 2%;
  }
}

@media (max-width: 620px) {
  .home-page .hero-shell.pixel-hero-shell {
    min-height: 720px;
    border-radius: 28px;
    padding: 34px 18px 0;
  }

  .home-page .pixel-badges {
    justify-content: center;
    margin-bottom: 20px;
  }

  .home-page .pixel-badges span {
    font-size: 11px;
    padding: 8px 11px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: 44px;
    letter-spacing: -0.03em;
  }

  .home-page .pixel-hero-copy .hero-copy {
    font-size: 13px;
    line-height: 1.8;
  }

  .home-page .pixel-actions {
    width: 100%;
  }

  .home-page .pixel-button {
    flex: 1 1 150px;
    min-height: 44px;
    border-width: 2px;
    border-radius: 12px;
    font-size: 13px;
    padding: 0 16px;
  }

  .home-page .pixel-hero-art {
    min-height: 390px;
  }

  .home-page .dog-mascot {
    right: 50%;
    bottom: -8px;
    width: min(92vw, 390px);
    transform: translateX(50%);
  }

  .home-page .float-bubble {
    width: clamp(86px, 26vw, 118px);
  }

  .home-page .bubble-gemini {
    left: 0;
    top: 22%;
  }

  .home-page .bubble-claude {
    left: 30%;
    top: 4%;
  }

  .home-page .bubble-grok {
    right: 0;
    top: 19%;
    width: clamp(92px, 28vw, 130px);
  }

  .home-page .bubble-chatgpt {
    right: 2%;
    top: 46%;
  }
}

/* Hero 右侧视觉重构：统一由 .hero-visual 管理层级与位置 */
.home-page .hero-shell.pixel-hero-shell {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.86fr);
  gap: 16px;
  padding-right: 44px;
}

.home-page .hero-visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(48vw, 560px);
  min-height: 610px;
  transform: translate(24px, 22px);
}

.home-page .hero-arch {
  position: absolute;
  right: 26px;
  bottom: 56px;
  z-index: 1;
  width: min(43vw, 500px);
  height: min(43vw, 520px);
  border: 3px solid rgba(255, 138, 31, 0.55);
  border-left-color: rgba(255, 138, 31, 0.34);
  border-bottom-color: rgba(255, 138, 31, 0.24);
  border-radius: 48% 52% 50% 46%;
  opacity: 0.58;
  transform: rotate(-14deg);
  pointer-events: none;
}

.home-page .hero-ribbon {
  position: absolute;
  right: 34px;
  bottom: 168px;
  z-index: 2;
  width: min(38vw, 440px);
  height: 150px;
  border-top: 4px solid rgba(255, 138, 31, 0.42);
  border-radius: 50%;
  opacity: 0.44;
  transform: rotate(-16deg);
  pointer-events: none;
}

.home-page .hero-bubble {
  position: absolute;
  z-index: 4;
  width: clamp(104px, 10.8vw, 168px);
  max-width: none;
  animation: heroBubbleFloat 4.8s ease-in-out infinite;
  filter: drop-shadow(0 16px 18px rgba(15, 23, 42, 0.13));
  pointer-events: none;
}

.home-page .hero-bubble.gemini {
  left: 14px;
  top: 142px;
  --r: -7deg;
  animation-delay: 0s;
}

.home-page .hero-bubble.claude {
  left: 206px;
  top: 32px;
  --r: 5deg;
  animation-delay: 0.45s;
}

.home-page .hero-bubble.grok {
  right: 16px;
  top: 132px;
  width: clamp(112px, 11.5vw, 178px);
  --r: 7deg;
  animation-delay: 0.9s;
}

.home-page .hero-bubble.chatgpt {
  right: 4px;
  top: 330px;
  --r: -6deg;
  animation-delay: 1.2s;
}

.home-page .hero-dog {
  position: absolute;
  right: 48px;
  bottom: 18px;
  z-index: 6;
  width: clamp(430px, 35vw, 500px);
  max-width: none;
  filter: drop-shadow(0 30px 36px rgba(17, 24, 39, 0.18));
  pointer-events: none;
}

@keyframes heroBubbleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }

  50% {
    transform: translateY(-12px) rotate(calc(var(--r, 0deg) + 1deg));
  }
}

@media (max-width: 980px) {
  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    padding-right: 32px;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(86vw, 620px);
    min-height: 520px;
    transform: translateY(8px);
  }

  .home-page .hero-arch {
    right: 56px;
    bottom: 50px;
    width: min(72vw, 470px);
    height: min(72vw, 490px);
  }

  .home-page .hero-ribbon {
    right: 60px;
    bottom: 142px;
    width: min(64vw, 400px);
  }

  .home-page .hero-dog {
    right: 50%;
    bottom: 10px;
    width: clamp(360px, 62vw, 460px);
    transform: translateX(50%);
  }

  .home-page .hero-bubble.gemini {
    left: 44px;
    top: 132px;
  }

  .home-page .hero-bubble.claude {
    left: 238px;
    top: 28px;
  }

  .home-page .hero-bubble.grok {
    right: 54px;
    top: 126px;
  }

  .home-page .hero-bubble.chatgpt {
    right: 42px;
    top: 296px;
  }
}

@media (max-width: 620px) {
  .home-page .hero-shell.pixel-hero-shell {
    min-height: 760px;
    padding-right: 18px;
  }

  .home-page .hero-visual {
    width: 100%;
    min-height: 360px;
    transform: translateY(0);
  }

  .home-page .hero-arch {
    right: 50%;
    bottom: 24px;
    width: 320px;
    height: 330px;
    opacity: 0.5;
    transform: translateX(50%) rotate(-12deg);
  }

  .home-page .hero-ribbon {
    right: 50%;
    bottom: 102px;
    width: 270px;
    height: 100px;
    opacity: 0.34;
    transform: translateX(50%) rotate(-16deg);
  }

  .home-page .hero-dog {
    right: 50%;
    bottom: 0;
    width: clamp(270px, 82vw, 340px);
    transform: translateX(50%);
  }

  .home-page .hero-bubble {
    width: clamp(76px, 22vw, 104px);
  }

  .home-page .hero-bubble.gemini {
    left: 6px;
    top: 90px;
  }

  .home-page .hero-bubble.claude {
    left: 32%;
    top: 6px;
  }

  .home-page .hero-bubble.grok {
    right: 4px;
    top: 86px;
    width: clamp(82px, 24vw, 112px);
  }

  .home-page .hero-bubble.chatgpt {
    right: 6px;
    top: 214px;
  }
}

/* 首页顶部导航：整排收进一个大框 */
.home-page .site-header {
  padding: 14px 0 8px;
}

.home-page .nav {
  min-height: 68px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow:
    0 24px 70px rgba(15, 23, 42, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(18px);
  padding: 10px 12px;
}

.home-page .nav-links {
  background: rgba(248, 250, 247, 0.72);
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, 0.04);
}

@media (max-width: 980px) {
  .home-page .nav {
    padding: 12px;
  }
}

@media (max-width: 620px) {
  .home-page .site-header {
    padding-top: 10px;
  }

  .home-page .nav {
    border-radius: 22px;
  }
}

/* 首页首屏：导航和 Hero 合并到同一个大框 */
.home-page .site-header {
  padding: 18px 0 0;
}

.home-page .nav {
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 -12px 60px rgba(15, 23, 42, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);
  padding: 14px 16px 8px;
}

.home-page main {
  position: relative;
}

.home-page .hero {
  overflow: hidden;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-top: 0;
  border-radius: 0 0 42px 42px;
  background:
    radial-gradient(circle at 72% 18%, rgba(255, 138, 31, 0.11), transparent 20rem),
    radial-gradient(circle at 18% 72%, rgba(187, 219, 194, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.78), rgba(248, 250, 247, 0.58)),
    rgba(255, 255, 255, 0.72);
  box-shadow:
    0 42px 110px rgba(15, 23, 42, 0.1),
    inset 0 -1px 0 rgba(255, 255, 255, 0.86);
  padding: 0 0 10px;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(23, 23, 23, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  opacity: 0.5;
  pointer-events: none;
}

.home-page .hero-shell.pixel-hero-shell {
  min-height: 650px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  padding-top: 66px;
}

.home-page .hero-shell.pixel-hero-shell::before {
  opacity: 0;
}

.home-page .notice-grid {
  padding-top: 42px;
}

@media (max-width: 980px) {
  .home-page .nav {
    border-radius: 30px 30px 0 0;
  }

  .home-page .hero {
    border-radius: 0 0 34px 34px;
  }
}

@media (max-width: 620px) {
  .home-page .site-header {
    padding-top: 12px;
  }

  .home-page .nav {
    border-radius: 24px 24px 0 0;
    padding: 12px;
  }

  .home-page .hero {
    border-radius: 0 0 28px 28px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    min-height: 700px;
    padding-top: 34px;
  }
}

/* 2026-06-11：使用分层 PNG 重新搭建右侧 Hero 舞台 */
.home-page .hero-shell.pixel-hero-shell {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.88fr);
  gap: 24px;
  padding-right: 54px;
}

.home-page .hero-visual {
  position: relative;
  z-index: 1;
  justify-self: end;
  width: min(49vw, 620px);
  min-height: 590px;
  transform: translate(18px, 24px);
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .hero-clouds {
  right: -10px;
  top: 22px;
  z-index: 1;
  width: min(92%, 560px);
  opacity: 0.4;
}

.home-page .hero-stars {
  right: 30px;
  top: 26px;
  z-index: 2;
  width: min(74%, 420px);
  opacity: 0.68;
}

.home-page .hero-arch {
  right: 70px;
  bottom: 36px;
  z-index: 3;
  width: min(72%, 420px);
  border: 0;
  border-radius: 0;
  opacity: 0.58;
  transform: none;
}

.home-page .hero-ribbon {
  left: 12px;
  bottom: 120px;
  z-index: 4;
  width: min(80%, 500px);
  border: 0;
  border-radius: 0;
  opacity: 0.42;
  transform: rotate(-5deg);
}

.home-page .hero-shadow {
  right: 86px;
  bottom: 18px;
  z-index: 5;
  width: min(62%, 380px);
  opacity: 0.72;
}

.home-page .hero-dog {
  right: 120px;
  bottom: 42px;
  z-index: 6;
  width: min(55%, 360px);
  filter: drop-shadow(0 22px 30px rgba(17, 24, 39, 0.16));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 7;
  width: clamp(88px, 8.5vw, 126px);
  animation: heroBubbleFloat 4.8s ease-in-out infinite;
  filter: drop-shadow(0 12px 14px rgba(15, 23, 42, 0.12));
}

.home-page .hero-bubble.gemini {
  left: 42px;
  top: 178px;
  --r: -6deg;
}

.home-page .hero-bubble.claude {
  left: 230px;
  top: 74px;
  --r: 5deg;
}

.home-page .hero-bubble.grok {
  right: 36px;
  top: 166px;
  width: clamp(96px, 9vw, 136px);
  --r: 6deg;
}

.home-page .hero-bubble.chatgpt {
  right: 48px;
  top: 346px;
  --r: -5deg;
}

@media (max-width: 980px) {
  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    padding-right: 32px;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(88vw, 620px);
    min-height: 500px;
    transform: translateY(4px);
  }

  .home-page .hero-clouds {
    right: 4%;
    width: min(92%, 540px);
  }

  .home-page .hero-stars {
    right: 12%;
    width: min(70%, 390px);
  }

  .home-page .hero-arch {
    right: 16%;
    bottom: 28px;
    width: min(68%, 390px);
  }

  .home-page .hero-ribbon {
    left: 6%;
    bottom: 110px;
    width: min(78%, 470px);
  }

  .home-page .hero-shadow {
    right: 22%;
    bottom: 8px;
    width: min(58%, 350px);
  }

  .home-page .hero-dog {
    right: 28%;
    bottom: 34px;
    width: min(52%, 330px);
  }

  .home-page .hero-bubble.gemini {
    left: 9%;
    top: 158px;
  }

  .home-page .hero-bubble.claude {
    left: 40%;
    top: 52px;
  }

  .home-page .hero-bubble.grok {
    right: 9%;
    top: 150px;
  }

  .home-page .hero-bubble.chatgpt {
    right: 10%;
    top: 300px;
  }
}

@media (max-width: 620px) {
  .home-page .hero-shell.pixel-hero-shell {
    min-height: 710px;
    padding-right: 18px;
  }

  .home-page .hero-visual {
    width: 100%;
    min-height: 330px;
    transform: none;
  }

  .home-page .hero-clouds {
    right: 0;
    top: 12px;
    width: 100%;
    opacity: 0.36;
  }

  .home-page .hero-stars {
    right: 8%;
    top: 18px;
    width: 74%;
    opacity: 0.6;
  }

  .home-page .hero-arch {
    right: 50%;
    bottom: 12px;
    width: min(76%, 285px);
    opacity: 0.52;
    transform: translateX(50%);
  }

  .home-page .hero-ribbon {
    left: 4%;
    bottom: 82px;
    width: 88%;
    opacity: 0.34;
    transform: rotate(-5deg);
  }

  .home-page .hero-shadow {
    right: 50%;
    bottom: 4px;
    width: min(68%, 250px);
    transform: translateX(50%);
  }

  .home-page .hero-dog {
    right: 50%;
    bottom: 24px;
    width: min(58%, 220px);
    transform: translateX(50%);
  }

  .home-page .hero-bubble {
    width: clamp(68px, 20vw, 92px);
  }

  .home-page .hero-bubble.gemini {
    left: 2%;
    top: 96px;
  }

  .home-page .hero-bubble.claude {
    left: 34%;
    top: 22px;
  }

  .home-page .hero-bubble.grok {
    right: 2%;
    top: 92px;
    width: clamp(74px, 22vw, 98px);
  }

  .home-page .hero-bubble.chatgpt {
    right: 5%;
    top: 214px;
  }
}

/* 去除右侧背景装饰后，收紧黑狗和对话框舞台 */
.home-page .hero-visual {
  width: min(46vw, 560px);
  min-height: 560px;
  transform: translate(16px, 38px);
}

.home-page .hero-dog {
  right: 72px;
  bottom: 10px;
  width: min(62%, 390px);
}

.home-page .hero-bubble {
  width: clamp(98px, 9.6vw, 142px);
}

.home-page .hero-bubble.gemini {
  left: 18px;
  top: 138px;
}

.home-page .hero-bubble.claude {
  left: 194px;
  top: 52px;
}

.home-page .hero-bubble.grok {
  right: 20px;
  top: 126px;
  width: clamp(104px, 10.2vw, 152px);
}

.home-page .hero-bubble.chatgpt {
  right: 30px;
  top: 318px;
}

@media (max-width: 980px) {
  .home-page .hero-visual {
    width: min(84vw, 560px);
    min-height: 470px;
    transform: translateY(8px);
  }

  .home-page .hero-dog {
    right: 50%;
    bottom: 4px;
    width: min(58%, 350px);
    transform: translateX(50%);
  }

  .home-page .hero-bubble.gemini {
    left: 7%;
    top: 122px;
  }

  .home-page .hero-bubble.claude {
    left: 38%;
    top: 30px;
  }

  .home-page .hero-bubble.grok {
    right: 7%;
    top: 120px;
  }

  .home-page .hero-bubble.chatgpt {
    right: 8%;
    top: 280px;
  }
}

@media (max-width: 620px) {
  .home-page .hero-visual {
    min-height: 318px;
    transform: none;
  }

  .home-page .hero-dog {
    bottom: 0;
    width: min(60%, 230px);
  }

  .home-page .hero-bubble {
    width: clamp(68px, 21vw, 92px);
  }

  .home-page .hero-bubble.gemini {
    left: 3%;
    top: 88px;
  }

  .home-page .hero-bubble.claude {
    left: 34%;
    top: 16px;
  }

  .home-page .hero-bubble.grok {
    right: 3%;
    top: 88px;
    width: clamp(74px, 22vw, 98px);
  }

  .home-page .hero-bubble.chatgpt {
    right: 5%;
    top: 210px;
  }
}

/* Hero 标题改为本地 image 像素字 */
.home-page .pixel-hero-copy .hero-title-image {
  width: min(100%, 430px);
  max-width: 430px;
  margin: 12px 0 22px;
  line-height: 0;
}

.home-page .pixel-hero-copy .hero-title-image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: auto;
}

@media (max-width: 620px) {
  .home-page .pixel-hero-copy .hero-title-image {
    width: min(100%, 330px);
    margin-bottom: 18px;
  }
}

/* Hero 标题参考“機能”风格：黑色厚重像素字 */
.home-page .pixel-hero-copy .hero-title-image {
  width: min(100%, 470px);
  max-width: 470px;
  margin: 10px 0 18px;
}

.home-page .pixel-hero-copy .hero-title-image img {
  filter: none;
  image-rendering: crisp-edges;
}

@media (max-width: 620px) {
  .home-page .pixel-hero-copy .hero-title-image {
    width: min(100%, 350px);
  }
}

/* 首页导航：只保留商城和订单查询，并靠左排列 */
.home-page .nav {
  justify-content: flex-start;
}

.home-page .nav-links {
  margin-left: 34px;
}

.home-page .nav-actions {
  margin-left: auto;
}

@media (max-width: 980px) {
  .home-page .nav-links {
    margin-left: 0;
  }
}

/* 右侧主视觉：聊天框把黑狗哥和气泡框进去 */
.home-page .hero-shell.pixel-hero-shell {
  grid-template-columns: minmax(0, 0.94fr) minmax(520px, 1.06fr);
  gap: 18px;
  padding-right: 44px;
}

.home-page .hero-visual {
  width: min(50vw, 650px);
  min-height: auto;
  aspect-ratio: 1448 / 1086;
  transform: translate(8px, 18px);
}

.home-page .hero-chat-frame {
  inset: 0;
  z-index: 1;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 32px rgba(126, 82, 28, 0.13));
}

.home-page .hero-dog {
  left: 22%;
  right: auto;
  bottom: 16%;
  z-index: 6;
  width: 57%;
  transform: none;
  filter: drop-shadow(0 16px 18px rgba(17, 24, 39, 0.14));
}

.home-page .hero-bubble {
  z-index: 5;
  width: 15%;
  filter: drop-shadow(0 10px 10px rgba(15, 23, 42, 0.12));
}

.home-page .hero-bubble.gemini {
  left: 18%;
  top: 24%;
}

.home-page .hero-bubble.claude {
  left: 52%;
  top: 15%;
}

.home-page .hero-bubble.grok {
  right: 13%;
  top: 27%;
  width: 15%;
}

.home-page .hero-bubble.chatgpt {
  right: 16%;
  top: 49%;
}

.home-page .hero-chat-input {
  position: absolute;
  left: 9%;
  bottom: 7.8%;
  z-index: 7;
  max-width: 63%;
  overflow: hidden;
  color: #2a1a10;
  font-family: "Courier New", "PingFang SC", "Microsoft YaHei", monospace;
  font-size: clamp(12px, 1.55vw, 20px);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
}

@media (max-width: 980px) {
  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    padding-right: 32px;
  }

  .home-page .hero-visual {
    width: min(88vw, 650px);
    transform: translateY(4px);
  }
}

@media (max-width: 620px) {
  .home-page .hero-shell.pixel-hero-shell {
    min-height: 680px;
    padding-right: 18px;
  }

  .home-page .hero-visual {
    width: 100%;
    aspect-ratio: 1448 / 1086;
    min-height: auto;
  }

  .home-page .hero-chat-input {
    bottom: 7.5%;
    font-size: clamp(10px, 3vw, 13px);
  }
}

/* AI logo 气泡：围绕黑狗哥上半身建立主次层级 */
.home-page .hero-bubble {
  z-index: 5;
  filter: drop-shadow(0 10px 10px rgba(15, 23, 42, 0.12));
}

.home-page .bubble-chatgpt {
  right: 11%;
  top: 26%;
  width: 19%;
  --r: -5deg;
}

.home-page .bubble-claude {
  left: 43%;
  top: 9%;
  width: 17%;
  --r: 4deg;
}

.home-page .bubble-gemini {
  left: 16%;
  top: 20%;
  width: 13.5%;
  --r: -6deg;
}

.home-page .bubble-grok {
  right: -1%;
  top: 38%;
  width: 12.5%;
  --r: 6deg;
}

@media (max-width: 980px) {
  .home-page .bubble-chatgpt {
    right: 10%;
    top: 26%;
    width: 18.5%;
  }

  .home-page .bubble-claude {
    left: 42%;
    top: 8%;
    width: 17%;
  }

  .home-page .bubble-gemini {
    left: 16%;
    top: 20%;
    width: 13.5%;
  }

  .home-page .bubble-grok {
    right: 1%;
    top: 38%;
    width: 12.5%;
  }
}

@media (max-width: 620px) {
  .home-page .bubble-chatgpt {
    right: 5%;
    top: 30%;
    width: 21%;
  }

  .home-page .bubble-claude {
    left: 41%;
    top: 8%;
    width: 18.5%;
  }

  .home-page .bubble-gemini {
    left: 7%;
    top: 22%;
    width: 15.5%;
  }

  .home-page .bubble-grok {
    right: 0;
    top: 42%;
    width: 15%;
  }
}

/* 参考图首屏还原：仅覆盖首页导航与 Hero 首屏 */
.home-page {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.9), transparent 32rem),
    linear-gradient(180deg, #f7f1e8 0%, #fffaf1 52%, #f6efe5 100%);
}

.home-page .site-header {
  position: relative;
  z-index: 10;
  padding: 10px 0 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-page .nav,
.home-page main {
  width: min(1500px, calc(100% - 40px));
}

.home-page .nav {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(360px, 1fr) minmax(410px, 0.95fr);
  align-items: center;
  gap: 20px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 0 28px 0 34px;
}

.home-page .brand {
  gap: 14px;
  min-width: 0;
}

.home-page .brand-mark {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 0;
  border-radius: 13px;
  background: #ff7f18;
  box-shadow: 0 10px 22px rgba(255, 127, 24, 0.24);
  color: transparent;
}

.home-page .brand-mark img {
  width: 72px;
  max-width: none;
  transform: translate(-12px, -3px);
}

.home-page .brand strong {
  color: #0d0d0d;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.home-page .nav-links {
  justify-content: center;
  gap: 54px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #0d0d0d;
  font-size: 17px;
  font-weight: 900;
  padding: 0;
}

.home-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 82px;
  border-radius: 0;
  padding: 0;
}

.home-page .nav-links a:hover,
.home-page .nav-links a.active {
  background: transparent;
  color: #0d0d0d;
}

.home-page .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 18px;
  width: 28px;
  height: 4px;
  border-radius: 999px;
  background: #ff7a12;
  transform: translateX(-50%);
}

.home-page .nav-actions {
  justify-content: flex-end;
  gap: 14px;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  height: 44px;
  border-radius: 13px;
  font-size: 14px;
  font-weight: 900;
  padding: 0 20px;
}

.home-page .telegram-button,
.home-page .ghost-button {
  border: 2px solid rgba(17, 24, 39, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: #0d0d0d;
  box-shadow: none;
}

.home-page .primary-button {
  border: 0;
  background: #ff7a12;
  color: #ffffff;
  box-shadow: 0 16px 28px rgba(255, 122, 18, 0.24);
}

.home-page .hero {
  overflow: visible;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 75% 55%, rgba(255, 194, 70, 0.28), transparent 28rem),
    radial-gradient(circle at 58% 72%, rgba(255, 201, 88, 0.18), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 251, 244, 0.9)),
    #fffaf2;
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
  padding: 0;
}

.home-page .hero::before {
  background-image: radial-gradient(rgba(244, 149, 38, 0.18) 1px, transparent 1px);
  background-size: 23px 23px;
  opacity: 0.55;
}

.home-page .hero-shell.pixel-hero-shell {
  min-height: min(660px, calc(100vh - 124px));
  grid-template-columns: minmax(500px, 45%) minmax(0, 49%);
  align-items: center;
  column-gap: 3%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 36px 58px 26px 70px;
}

.home-page .hero-shell.pixel-hero-shell::before {
  opacity: 0;
}

.home-page .pixel-hero-copy {
  min-height: min(520px, calc(100vh - 220px));
  align-content: center;
  justify-items: start;
  padding: 0;
}

.home-page .pixel-badges {
  gap: 14px;
  margin-bottom: 14px;
}

.home-page .pixel-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  border: 2px solid rgba(255, 122, 18, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(255, 215, 149, 0.68);
  color: #f06410;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 0 22px;
}

.home-page .pixel-badges span::before,
.home-page .pixel-note span {
  color: #ff7a12;
  font-weight: 900;
}

.home-page .badge-shield::before {
  content: "◆";
}

.home-page .badge-sales::before {
  content: "▥";
}

.home-page .pixel-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(70px, 5.6vw, 88px);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1.02;
  text-shadow: 0 8px 0 rgba(17, 17, 17, 0.04);
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 610px;
  margin: 0 0 36px;
  color: #374151;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.58;
  letter-spacing: 0.01em;
}

.home-page .pixel-actions {
  gap: 24px;
  margin-bottom: 24px;
}

.home-page .pixel-button {
  min-width: 200px;
  min-height: 62px;
  gap: 14px;
  border: 4px solid #111111;
  border-radius: 14px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.02em;
  padding: 0 28px;
}

.home-page .pixel-button-dark {
  background: #151515;
  box-shadow:
    0 8px 0 #ff7a12,
    4px 4px 0 rgba(17, 17, 17, 0.12);
  color: #ffffff;
}

.home-page .pixel-button-light {
  background: rgba(255, 255, 255, 0.92);
  box-shadow:
    0 6px 0 rgba(17, 17, 17, 0.24),
    4px 4px 0 rgba(255, 122, 18, 0.14);
  color: #111111;
}

.home-page .pixel-note {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 720px;
  margin: 0;
  color: #3f3f46;
  font-size: 15px;
  font-weight: 650;
  line-height: 1.6;
}

.home-page .hero-visual {
  position: relative;
  justify-self: end;
  width: min(35vw, 535px);
  min-height: min(410px, calc(100vh - 230px));
  aspect-ratio: auto;
  transform: translateX(-76px);
}

.home-page .hero-visual::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 19%;
  z-index: 0;
  width: 82%;
  height: 73%;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(255, 210, 96, 0.42), rgba(255, 194, 70, 0.16) 52%, transparent 72%);
  pointer-events: none;
}

.home-page .hero-visual::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 4%;
  z-index: 1;
  width: 72%;
  height: 8%;
  border-radius: 50%;
  background: rgba(255, 194, 70, 0.24);
  filter: blur(1px);
  pointer-events: none;
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .dog-mascot {
  left: 12%;
  right: auto;
  bottom: 4%;
  z-index: 6;
  width: 92%;
  filter: drop-shadow(0 18px 18px rgba(17, 24, 39, 0.13));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 7;
  max-width: none;
  animation: heroBubbleFloat 4.8s ease-in-out infinite;
  filter: drop-shadow(0 14px 9px rgba(210, 110, 18, 0.16));
}

.home-page .bubble-claude {
  left: 34%;
  top: -13%;
  width: 26%;
  --r: 3deg;
}

.home-page .bubble-chatgpt {
  right: 3%;
  top: -4%;
  width: 27%;
  --r: 4deg;
}

.home-page .bubble-gemini {
  left: 5%;
  top: 9%;
  width: 15%;
  --r: -7deg;
}

.home-page .bubble-grok {
  right: -1%;
  top: 24%;
  width: 13%;
  --r: 4deg;
}

@media (max-width: 1180px) {
  .home-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    gap: 18px;
    padding: 22px;
  }

  .home-page .nav-actions {
    justify-content: center;
  }

  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 58px 34px 30px;
  }

  .home-page .pixel-hero-copy {
    min-height: auto;
    justify-items: center;
    text-align: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(56.4vw, 492px);
    min-height: 396px;
  }
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .site-header {
    padding-top: 8px;
  }

  .home-page .nav {
    min-height: 76px;
  }

  .home-page .nav-links a {
    min-height: 76px;
  }

  .home-page .nav-links a.active::after {
    bottom: 15px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    min-height: min(650px, calc(100vh - 112px));
    padding: 28px 48px 22px 60px;
  }

  .home-page .pixel-hero-copy {
    min-height: calc(100vh - 220px);
  }

  .home-page .pixel-badges {
    margin-bottom: 12px;
  }

  .home-page .pixel-badges span {
    min-height: 46px;
    font-size: 16px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 14px;
    font-size: clamp(66px, 5.2vw, 80px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 28px;
    font-size: 22px;
    line-height: 1.5;
  }

  .home-page .pixel-actions {
    margin-bottom: 20px;
  }

  .home-page .pixel-button {
    min-width: 190px;
    min-height: 58px;
    font-size: 20px;
  }

  .home-page .hero-visual {
    width: min(33vw, 505px);
    min-height: 380px;
    transform: translateX(-76px);
  }
}

@media (max-width: 680px) {
  .home-page .nav,
  .home-page main {
    width: min(100% - 24px, 1628px);
  }

  .home-page .nav-links {
    gap: 22px;
    font-size: 14px;
  }

  .home-page .nav-actions {
    flex-wrap: wrap;
  }

  .home-page .hero-shell.pixel-hero-shell {
    min-height: 760px;
    padding: 38px 22px 0;
  }

  .home-page .pixel-badges span {
    min-height: 42px;
    font-size: 13px;
    padding: 0 14px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: 48px;
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 30px;
    font-size: 15px;
  }

  .home-page .pixel-button {
    min-width: 150px;
    min-height: 52px;
    font-size: 16px;
  }

  .home-page .pixel-note {
    font-size: 13px;
  }

  .home-page .hero-visual {
    width: 100%;
    min-height: 330px;
  }
}

/* 首屏微调：气泡避开黑狗哥，左侧文字舒展排版 */
.home-page .pixel-hero-copy {
  max-width: 620px;
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 660px;
  font-size: 20px;
  line-height: 1.86;
  letter-spacing: 0.01em;
}

.home-page .hero-visual {
  transform: translate(-76px, 34px);
}

.home-page .dog-mascot {
  bottom: -1%;
}

.home-page .bubble-claude {
  left: 36%;
  top: -10%;
  width: 24.5%;
}

.home-page .bubble-chatgpt {
  right: 4%;
  top: -2%;
  width: 26%;
}

.home-page .bubble-gemini {
  left: 2%;
  top: 3%;
  width: 14%;
}

.home-page .bubble-grok {
  right: 0;
  top: 18%;
  width: 12.5%;
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .pixel-hero-copy .hero-copy {
    font-size: 19px;
    line-height: 1.78;
  }

  .home-page .hero-visual {
    transform: translate(-76px, 28px);
  }

  .home-page .bubble-claude {
    top: -10%;
  }

  .home-page .bubble-chatgpt {
    top: -2%;
  }

  .home-page .bubble-gemini {
    top: 3%;
  }

  .home-page .bubble-grok {
    top: 18%;
  }
}

/* 2026-06-11：基于确认资产重新设计首页首屏 Hero */
.home-page {
  background:
    radial-gradient(circle at 50% -8%, rgba(255, 255, 255, 0.95), transparent 30rem),
    linear-gradient(180deg, #f6efe6 0%, #fff8ec 48%, #f5eee5 100%);
  color: #141414;
}

.home-page .site-header {
  position: relative;
  z-index: 10;
  padding: 12px 0 0;
  border: 0;
  background: transparent;
  backdrop-filter: none;
}

.home-page .nav,
.home-page main {
  width: min(1500px, calc(100% - 40px));
}

.home-page .nav {
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(240px, 0.9fr) minmax(330px, 1fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: 22px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-bottom: 0;
  border-radius: 26px 26px 0 0;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.06);
  padding: 0 28px 0 32px;
}

.home-page .brand {
  min-width: 0;
  gap: 13px;
}

.home-page .brand-mark {
  width: 48px;
  height: 48px;
  overflow: hidden;
  border: 3px solid #111111;
  border-radius: 12px;
  background: #ff7a12;
  box-shadow: 4px 4px 0 #111111;
}

.home-page .brand-mark img {
  width: 78px;
  max-width: none;
  transform: translate(-15px, -3px);
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.2));
}

.home-page .brand strong {
  color: #111111;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.03em;
}

.home-page .nav-links {
  justify-content: center;
  gap: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
}

.home-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  padding: 0;
}

.home-page .nav-links a:hover,
.home-page .nav-links a.active {
  background: transparent;
  color: #111111;
}

.home-page .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 14px;
  width: 34px;
  height: 5px;
  border: 1px solid #111111;
  border-radius: 999px;
  background: #ff7a12;
  box-shadow: 0 2px 0 rgba(17, 17, 17, 0.18);
  transform: translateX(-50%);
}

.home-page .nav-actions {
  justify-content: flex-end;
  gap: 12px;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  height: 44px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 900;
  padding: 0 18px;
}

.home-page .telegram-button,
.home-page .ghost-button {
  border: 2px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.92);
  color: #111111;
  box-shadow: 0 3px 0 rgba(17, 17, 17, 0.12);
}

.home-page .primary-button {
  border: 2px solid #ff7a12;
  background: #ff7a12;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(255, 122, 18, 0.22);
}

.home-page .hero {
  position: relative;
  overflow: hidden;
  height: min(760px, calc(100vh - 96px));
  min-height: 640px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 72% 55%, rgba(255, 207, 97, 0.32), transparent 25rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 252, 246, 0.94) 48%, rgba(255, 246, 226, 0.96) 100%);
  box-shadow: 0 20px 48px rgba(15, 23, 42, 0.08);
  padding: 0;
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(255, 122, 18, 0.16) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.55;
  pointer-events: none;
}

.home-page .hero-shell.pixel-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(460px, 42%) minmax(0, 54%);
  column-gap: 4%;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 48px 64px 42px 70px;
}

.home-page .hero-shell.pixel-hero-shell::before {
  opacity: 0;
}

.home-page .pixel-hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 650px;
  min-height: 0;
  padding: 0;
}

.home-page .pixel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 24px;
}

.home-page .pixel-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 2px solid rgba(255, 122, 18, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow:
    inset 0 0 0 1px rgba(255, 210, 140, 0.7),
    0 4px 0 rgba(255, 122, 18, 0.12);
  color: #f06410;
  font-size: 17px;
  font-weight: 900;
  padding: 0 22px;
}

.home-page .badge-shield::before {
  content: "◆";
}

.home-page .badge-sales::before {
  content: "▥";
}

.home-page .pixel-hero-copy h1 {
  max-width: none;
  margin: 0 0 20px;
  color: #111111;
  font-size: clamp(74px, 6.4vw, 98px);
  font-weight: 950;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-shadow:
    3px 3px 0 rgba(17, 17, 17, 0.08),
    0 8px 18px rgba(17, 17, 17, 0.08);
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 680px;
  margin: 0 0 36px;
  color: #334155;
  font-size: clamp(20px, 1.55vw, 24px);
  font-weight: 650;
  letter-spacing: 0.01em;
  line-height: 1.7;
  text-align: left;
}

.home-page .pixel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 30px;
}

.home-page .pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 202px;
  min-height: 62px;
  gap: 14px;
  border: 4px solid #111111;
  border-radius: 13px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.02em;
  padding: 0 28px;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-page .pixel-button:hover {
  transform: translate(-2px, -2px);
}

.home-page .pixel-button-dark {
  background: #151515;
  color: #ffffff;
  box-shadow:
    0 8px 0 #ff7a12,
    5px 5px 0 rgba(17, 17, 17, 0.13);
}

.home-page .pixel-button-light {
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  box-shadow:
    0 6px 0 rgba(17, 17, 17, 0.22),
    5px 5px 0 rgba(255, 122, 18, 0.13);
}

.home-page .pixel-note {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 720px;
  margin: 0;
  color: #3f3f46;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

.home-page .pixel-note span {
  color: #ff7a12;
}

.home-page .hero-visual {
  position: relative;
  justify-self: center;
  width: min(51vw, 720px);
  height: min(62vh, 590px);
  min-height: 485px;
  transform: none;
}

.home-page .hero-visual::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 18%;
  z-index: 0;
  width: 88%;
  height: 76%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 207, 91, 0.4), rgba(255, 195, 66, 0.15) 52%, transparent 74%);
  pointer-events: none;
}

.home-page .hero-visual::after {
  content: "";
  position: absolute;
  left: 18%;
  bottom: 2%;
  z-index: 1;
  width: 72%;
  height: 8%;
  border-radius: 50%;
  background: rgba(255, 191, 56, 0.25);
  filter: blur(1px);
  pointer-events: none;
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .dog-mascot {
  left: 7%;
  right: auto;
  bottom: 0;
  z-index: 6;
  width: 88%;
  filter: drop-shadow(0 18px 20px rgba(17, 24, 39, 0.16));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 7;
  max-width: none;
  filter: drop-shadow(0 12px 10px rgba(210, 110, 18, 0.16));
  animation: heroBubbleFloat 5.2s ease-in-out infinite;
}

.home-page .bubble-chatgpt {
  right: 3%;
  top: 7%;
  width: 19.5%;
  --r: 5deg;
  animation-delay: 0.2s;
}

.home-page .bubble-claude {
  left: 39%;
  top: 3%;
  width: 18%;
  --r: 2deg;
  animation-delay: 0.55s;
}

.home-page .bubble-gemini {
  left: 8%;
  top: 18%;
  width: 13%;
  --r: -7deg;
  animation-delay: 0s;
}

.home-page .bubble-grok {
  right: 1%;
  top: 33%;
  width: 11.5%;
  --r: 4deg;
  animation-delay: 0.9s;
}

@keyframes heroBubbleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }

  50% {
    transform: translateY(-10px) rotate(calc(var(--r, 0deg) + 1deg));
  }
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .hero {
    height: calc(100vh - 92px);
    min-height: 610px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    padding: 38px 58px 34px 64px;
  }

  .home-page .pixel-badges {
    margin-bottom: 18px;
  }

  .home-page .pixel-badges span {
    min-height: 44px;
    font-size: 16px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 16px;
    font-size: clamp(68px, 5.7vw, 86px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 28px;
    font-size: 20px;
    line-height: 1.62;
  }

  .home-page .pixel-actions {
    margin-bottom: 24px;
  }

  .home-page .pixel-button {
    min-height: 58px;
    font-size: 20px;
  }

  .home-page .hero-visual {
    width: min(49vw, 680px);
    height: min(58vh, 530px);
    min-height: 455px;
  }
}

@media (max-width: 1180px) {
  .home-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    gap: 18px;
    padding: 22px;
  }

  .home-page .nav-links {
    gap: 34px;
  }

  .home-page .nav-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-page .hero {
    height: auto;
    min-height: auto;
  }

  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 26px;
    padding: 42px 26px 32px;
  }

  .home-page .pixel-hero-copy {
    justify-items: center;
    text-align: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .hero-visual {
    width: min(86vw, 680px);
    height: 500px;
    min-height: 420px;
  }
}

@media (max-width: 680px) {
  .home-page .nav,
  .home-page main {
    width: min(100% - 24px, 1500px);
  }

  .home-page .brand strong {
    font-size: 18px;
  }

  .home-page .nav-links {
    gap: 20px;
    font-size: 13px;
  }

  .home-page .pixel-badges {
    justify-content: center;
  }

  .home-page .pixel-badges span {
    min-height: 40px;
    font-size: 13px;
    padding: 0 14px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: 48px;
  }

  .home-page .pixel-hero-copy .hero-copy {
    font-size: 15px;
  }

  .home-page .pixel-button {
    min-width: 148px;
    min-height: 50px;
    font-size: 16px;
  }

  .home-page .hero-visual {
    width: 100%;
    height: 330px;
    min-height: 330px;
  }
}

/* 首屏紧凑版：减少底部留白，重排左侧文字与右侧主视觉距离 */
.home-page .hero {
  height: clamp(600px, calc(100vh - 96px), 680px);
  min-height: 600px;
}

.home-page .hero-shell.pixel-hero-shell {
  grid-template-columns: minmax(520px, 46%) minmax(0, 52%);
  column-gap: 2%;
  padding: 34px 46px 34px 70px;
}

.home-page .pixel-hero-copy {
  max-width: 700px;
}

.home-page .pixel-badges {
  margin-bottom: 18px;
}

.home-page .pixel-badges span {
  min-height: 46px;
  font-size: 16px;
  padding: 0 20px;
}

.home-page .pixel-hero-copy h1 {
  margin-bottom: 24px;
  font-size: clamp(72px, 5.8vw, 92px);
  line-height: 1;
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 720px;
  margin-bottom: 34px;
  font-size: clamp(20px, 1.45vw, 23px);
  line-height: 1.82;
}

.home-page .pixel-actions {
  gap: 22px;
  margin-bottom: 24px;
}

.home-page .pixel-button {
  min-width: 196px;
  min-height: 60px;
  font-size: 21px;
}

.home-page .pixel-note {
  max-width: 760px;
  font-size: 15px;
}

.home-page .hero-visual {
  justify-self: start;
  width: min(50vw, 700px);
  height: min(57vh, 540px);
  min-height: 455px;
  transform: translateX(-24px);
}

.home-page .dog-mascot {
  left: 5%;
  bottom: 0;
  width: 89%;
}

.home-page .bubble-chatgpt {
  right: 4%;
  top: 6%;
  width: 19%;
}

.home-page .bubble-claude {
  left: 39%;
  top: 2%;
  width: 17.5%;
}

.home-page .bubble-gemini {
  left: 8%;
  top: 17%;
  width: 12.5%;
}

.home-page .bubble-grok {
  right: 2%;
  top: 32%;
  width: 11%;
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .hero {
    height: clamp(580px, calc(100vh - 92px), 650px);
    min-height: 580px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    padding: 30px 44px 30px 64px;
  }

  .home-page .pixel-badges {
    margin-bottom: 16px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(66px, 5.3vw, 84px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 28px;
    font-size: 19px;
    line-height: 1.74;
  }

  .home-page .pixel-actions {
    margin-bottom: 20px;
  }

  .home-page .hero-visual {
    width: min(48vw, 660px);
    height: min(54vh, 500px);
    min-height: 430px;
    transform: translateX(-20px);
  }
}

/* 中文命名素材：首屏标签和按钮图标搭配 */
.home-page .badge-shield::before,
.home-page .badge-sales::before {
  content: none;
}

.home-page .hero-chip-icon,
.home-page .pixel-button-icon,
.home-page .nav-action-icon {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .hero-chip-icon {
  width: 30px;
  height: 30px;
  margin-left: -4px;
  filter: drop-shadow(1px 1px 0 rgba(17, 17, 17, 0.12));
}

.home-page .pixel-button-icon {
  width: 32px;
  height: 32px;
  margin-left: -4px;
  filter: drop-shadow(1px 1px 0 rgba(17, 17, 17, 0.2));
}

.home-page .nav-action-icon {
  width: 20px;
  height: 20px;
  filter: drop-shadow(1px 1px 0 rgba(17, 17, 17, 0.14));
}

.home-page .nav-action-icon-wide {
  width: 32px;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button,
.home-page .pixel-button,
.home-page .pixel-badges span {
  white-space: nowrap;
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .hero-chip-icon {
    width: 27px;
    height: 27px;
  }

  .home-page .pixel-button-icon {
    width: 29px;
    height: 29px;
  }
}

/* 2026-06-11：B 版舞台主视觉重设 */
.home-page {
  color-scheme: light;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 255, 255, 0.95), transparent 32rem),
    radial-gradient(circle at 78% 30%, rgba(255, 196, 71, 0.18), transparent 28rem),
    linear-gradient(180deg, #f6efe5 0%, #fff8ec 46%, #f4eee4 100%);
  color: #121212;
}

.home-page .site-header {
  position: relative;
  z-index: 12;
  width: min(1536px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 0;
  border: 1px solid rgba(17, 24, 39, 0.11);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(16px);
}

.home-page .nav,
.home-page main {
  width: min(1536px, calc(100% - 40px));
}

.home-page .nav {
  width: 100%;
  min-height: 76px;
  display: grid;
  grid-template-columns: minmax(230px, 0.9fr) minmax(320px, 1fr) minmax(390px, 0.95fr);
  align-items: center;
  gap: 22px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 28px 0 30px;
}

.home-page .brand {
  min-width: 0;
  gap: 14px;
}

.home-page .brand-mark {
  width: 54px;
  height: 54px;
  overflow: hidden;
  border: 3px solid #111111;
  border-radius: 14px;
  background: #ff7817;
  box-shadow: 4px 4px 0 #111111;
}

.home-page .brand-mark img {
  width: 86px;
  max-width: none;
  transform: translate(-17px, -2px);
}

.home-page .brand strong {
  color: #111111;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: -0.04em;
}

.home-page .nav-links {
  justify-content: center;
  gap: 52px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111111;
  font-size: 16px;
  font-weight: 900;
  padding: 0;
}

.home-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 76px;
  padding: 0;
}

.home-page .nav-links a:hover,
.home-page .nav-links a.active {
  background: transparent;
  color: #111111;
}

.home-page .nav-links a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 11px;
  width: 35px;
  height: 6px;
  border: 2px solid #111111;
  border-radius: 999px;
  background: #ff7a12;
  box-shadow: 0 2px 0 rgba(17, 17, 17, 0.2);
  transform: translateX(-50%);
}

.home-page .nav-actions {
  justify-content: flex-end;
  gap: 13px;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 46px;
  min-height: 46px;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 900;
  padding: 0 18px;
}

.home-page .telegram-button,
.home-page .ghost-button {
  border: 2px solid rgba(17, 17, 17, 0.14);
  background: rgba(255, 255, 255, 0.94);
  color: #111111;
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.13);
}

.home-page .primary-button {
  border: 2px solid #ff7417;
  background: #ff7417;
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(255, 116, 23, 0.22);
}

.home-page .nav-action-icon {
  width: 20px;
  height: 20px;
}

.home-page .nav-action-icon-wide {
  width: 34px;
  height: 18px;
}

.home-page main {
  margin: 0 auto;
}

.home-page .hero {
  position: relative;
  overflow: hidden;
  height: clamp(640px, calc(100vh - 104px), 760px);
  min-height: 640px;
  border: 1px solid rgba(17, 24, 39, 0.11);
  border-top: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 0 0 28px 28px;
  background:
    radial-gradient(circle at 71% 55%, rgba(255, 200, 65, 0.22), transparent 28rem),
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 253, 248, 0.95) 47%, rgba(255, 247, 229, 0.98) 100%);
  box-shadow: 0 24px 55px rgba(15, 23, 42, 0.08);
}

.home-page .hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: radial-gradient(rgba(255, 116, 23, 0.15) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: 0.62;
  pointer-events: none;
}

.home-page .hero::after {
  content: "";
  position: absolute;
  right: -6%;
  bottom: -18%;
  z-index: 0;
  width: 58%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 196, 55, 0.18), transparent 64%);
  pointer-events: none;
}

.home-page .hero-shell.pixel-hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(500px, 42%) minmax(0, 56%);
  column-gap: 2%;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 44px 54px 42px 64px;
}

.home-page .hero-shell.pixel-hero-shell::before {
  opacity: 0;
}

.home-page .pixel-hero-copy {
  display: grid;
  align-content: center;
  justify-items: start;
  max-width: 690px;
  min-height: 0;
  padding: 0;
  transform: translateY(-2px);
}

.home-page .pixel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 22px;
}

.home-page .pixel-badges span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  border: 2px solid rgba(255, 116, 23, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow:
    inset 0 0 0 1px rgba(255, 211, 147, 0.82),
    0 5px 0 rgba(255, 116, 23, 0.12);
  color: #f06410;
  font-size: 17px;
  font-weight: 900;
  padding: 0 22px;
}

.home-page .badge-shield::before,
.home-page .badge-sales::before {
  content: none;
}

.home-page .hero-chip-icon {
  width: 28px;
  height: 28px;
  margin-left: -3px;
}

.home-page .pixel-hero-copy h1 {
  max-width: none;
  margin: 0 0 18px;
  color: #111111;
  font-size: clamp(76px, 6.2vw, 100px);
  font-weight: 950;
  letter-spacing: -0.065em;
  line-height: 0.98;
  text-shadow:
    3px 3px 0 rgba(17, 17, 17, 0.08),
    0 9px 20px rgba(17, 17, 17, 0.08);
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 720px;
  margin: 0 0 34px;
  color: #314052;
  font-size: clamp(20px, 1.45vw, 24px);
  font-weight: 700;
  letter-spacing: 0.005em;
  line-height: 1.68;
  text-align: left;
}

.home-page .pixel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 28px;
}

.home-page .pixel-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 206px;
  min-height: 64px;
  gap: 13px;
  border: 4px solid #111111;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 950;
  letter-spacing: -0.02em;
  padding: 0 28px;
  transition:
    transform 160ms ease,
    box-shadow 160ms ease;
}

.home-page .pixel-button:hover {
  transform: translate(-2px, -2px);
}

.home-page .pixel-button-dark {
  background: #151515;
  color: #ffffff;
  box-shadow:
    0 8px 0 #ff7417,
    5px 5px 0 rgba(17, 17, 17, 0.13);
}

.home-page .pixel-button-light {
  background: rgba(255, 255, 255, 0.95);
  color: #111111;
  box-shadow:
    0 7px 0 rgba(17, 17, 17, 0.22),
    5px 5px 0 rgba(255, 116, 23, 0.13);
}

.home-page .pixel-button-icon {
  width: 32px;
  height: 32px;
}

.home-page .pixel-note {
  display: flex;
  align-items: center;
  gap: 11px;
  max-width: 730px;
  margin: 0;
  color: #3f3f46;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.55;
}

.home-page .pixel-note span {
  color: #ff7417;
}

.home-page .hero-visual {
  position: relative;
  justify-self: center;
  width: min(55vw, 820px);
  height: min(68vh, 620px);
  min-height: 520px;
  overflow: visible;
  transform: translate(-18px, 8px);
}

.home-page .hero-visual::before,
.home-page .hero-visual::after {
  content: none;
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .hero-stage-platform {
  left: -6%;
  bottom: -7%;
  z-index: 1;
  width: 112%;
  opacity: 0.88;
  filter: saturate(1.04) drop-shadow(0 16px 22px rgba(255, 151, 31, 0.12));
}

.home-page .dog-mascot {
  left: 8%;
  bottom: 9%;
  z-index: 5;
  width: 86%;
  filter: drop-shadow(0 18px 20px rgba(17, 24, 39, 0.17));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 6;
  max-width: none;
  filter: drop-shadow(0 13px 10px rgba(210, 110, 18, 0.17));
  animation: heroBubbleFloat 5.2s ease-in-out infinite;
}

.home-page .bubble-claude {
  left: 37%;
  top: -4%;
  width: 18.5%;
  --r: 2deg;
  animation-delay: 0.55s;
}

.home-page .bubble-chatgpt {
  right: 7%;
  top: 4%;
  width: 20.5%;
  --r: 5deg;
  animation-delay: 0.2s;
}

.home-page .bubble-gemini {
  left: 7%;
  top: 5%;
  width: 12.5%;
  --r: -7deg;
  animation-delay: 0s;
}

.home-page .bubble-grok {
  right: 4%;
  top: 32%;
  width: 11.5%;
  --r: 4deg;
  animation-delay: 0.9s;
}

@keyframes heroBubbleFloat {
  0%,
  100% {
    transform: translateY(0) rotate(var(--r, 0deg));
  }

  50% {
    transform: translateY(-10px) rotate(calc(var(--r, 0deg) + 1deg));
  }
}

@media (min-width: 1181px) and (max-height: 880px) {
  .home-page .site-header {
    margin-top: 10px;
  }

  .home-page .nav {
    min-height: 72px;
  }

  .home-page .nav-links a {
    min-height: 72px;
  }

  .home-page .hero {
    height: clamp(610px, calc(100vh - 92px), 700px);
    min-height: 610px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    padding: 34px 52px 32px 58px;
  }

  .home-page .pixel-badges {
    margin-bottom: 18px;
  }

  .home-page .pixel-badges span {
    min-height: 44px;
    font-size: 16px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 15px;
    font-size: clamp(68px, 5.55vw, 86px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 27px;
    font-size: 20px;
    line-height: 1.6;
  }

  .home-page .pixel-actions {
    margin-bottom: 22px;
  }

  .home-page .pixel-button {
    min-width: 190px;
    min-height: 58px;
    font-size: 20px;
  }

  .home-page .hero-visual {
    width: min(53vw, 760px);
    height: min(61vh, 535px);
    min-height: 470px;
    transform: translate(-18px, 12px);
  }
}

@media (max-width: 1180px) {
  .home-page .site-header,
  .home-page main {
    width: min(100% - 28px, 1536px);
  }

  .home-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    gap: 18px;
    padding: 22px;
  }

  .home-page .nav-links {
    gap: 34px;
  }

  .home-page .nav-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .home-page .hero {
    height: auto;
    min-height: auto;
  }

  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 22px;
    padding: 42px 26px 28px;
  }

  .home-page .pixel-hero-copy {
    justify-items: center;
    text-align: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(86vw, 720px);
    height: 500px;
    min-height: 430px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .home-page .site-header,
  .home-page main {
    width: min(100% - 20px, 1536px);
  }

  .home-page .brand strong {
    font-size: 19px;
  }

  .home-page .nav-links {
    gap: 20px;
    font-size: 13px;
  }

  .home-page .pixel-badges {
    justify-content: center;
  }

  .home-page .pixel-badges span {
    min-height: 40px;
    font-size: 13px;
    padding: 0 14px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: 48px;
  }

  .home-page .pixel-hero-copy .hero-copy {
    font-size: 15px;
  }

  .home-page .pixel-actions {
    gap: 14px;
  }

  .home-page .pixel-button {
    min-width: 148px;
    min-height: 52px;
    font-size: 16px;
    padding: 0 18px;
  }

  .home-page .pixel-button-icon {
    width: 26px;
    height: 26px;
  }

  .home-page .pixel-note {
    justify-content: center;
    font-size: 13px;
  }

  .home-page .hero-visual {
    width: 100%;
    height: 335px;
    min-height: 335px;
  }
}

/* 2026-06-11：首屏重新设计版，只保留文案、黑狗哥主体与 AI 气泡 */
.home-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: #151515;
  background:
    radial-gradient(circle at 22px 22px, rgba(255, 122, 24, 0.18) 1px, transparent 1.4px) 0 0 / 24px 24px,
    radial-gradient(circle at 72% 30%, rgba(255, 160, 50, 0.2), transparent 34%),
    linear-gradient(180deg, #fffaf1 0%, #f7efe3 100%);
}

.home-page .site-header,
.home-page main {
  width: min(1540px, calc(100% - 36px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .site-header {
  position: relative;
  z-index: 20;
  margin-top: 14px;
  border: 2px solid #151515;
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 32px rgba(37, 31, 23, 0.12);
  backdrop-filter: blur(10px);
}

.home-page .nav {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto minmax(320px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 80px;
  padding: 12px 28px;
}

.home-page .brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-self: start;
  color: #111;
  text-decoration: none;
}

.home-page .brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  overflow: hidden;
  place-items: center;
  border: 3px solid #111;
  border-radius: 14px;
  background: #ff7417;
  box-shadow: 4px 4px 0 #111;
}

.home-page .brand-mark img {
  width: 122%;
  max-width: none;
  height: 122%;
  object-fit: contain;
  object-position: center;
  transform: translateY(4px);
}

.home-page .brand strong {
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0.01em;
  text-shadow: 2px 2px 0 rgba(255, 122, 24, 0.18);
}

.home-page .nav-links {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-self: center;
}

.home-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 54px;
  color: #111;
  font-size: 16px;
  font-weight: 850;
  text-decoration: none;
}

.home-page .nav-links a.active::after {
  position: absolute;
  right: 4px;
  bottom: 4px;
  left: 4px;
  height: 8px;
  content: "";
  border: 2px solid #111;
  border-radius: 5px;
  background: #ff7417;
  box-shadow: 0 2px 0 #ffc48e;
}

.home-page .nav-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 3px solid #151515;
  border-radius: 14px;
  color: #111;
  background: #fff;
  box-shadow: 4px 4px 0 rgba(17, 17, 17, 0.16);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.home-page .primary-button {
  color: #fff;
  background: #ff7417;
  box-shadow: 4px 4px 0 #111, 0 12px 26px rgba(255, 116, 23, 0.24);
}

.home-page .hero {
  position: relative;
  height: min(720px, calc(100svh - 108px));
  min-height: 620px;
  overflow: hidden;
  border: 2px solid #151515;
  border-radius: 0 0 28px 28px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.9) 39%, rgba(255, 244, 225, 0.72) 100%),
    radial-gradient(circle at 70% 58%, rgba(255, 194, 88, 0.28), transparent 34%);
  box-shadow: 0 22px 34px rgba(39, 31, 19, 0.13);
}

.home-page .hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 126, 26, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 126, 26, 0.09) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.22));
}

.home-page .hero::after {
  position: absolute;
  top: 16%;
  right: 6%;
  width: 44%;
  height: 72%;
  content: "";
  border-radius: 45% 55% 52% 48%;
  background: radial-gradient(circle, rgba(255, 209, 117, 0.35) 0%, rgba(255, 225, 165, 0.22) 48%, transparent 72%);
  pointer-events: none;
}

.home-page .hero-shell.pixel-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(430px, 0.9fr) minmax(570px, 1.1fr);
  gap: clamp(22px, 2.4vw, 44px);
  align-items: center;
  height: 100%;
  max-width: none;
  padding: clamp(34px, 4.2vh, 54px) clamp(42px, 4.2vw, 66px) clamp(36px, 4vh, 54px);
}

.home-page .pixel-hero-copy {
  display: grid;
  justify-items: start;
  max-width: 640px;
  transform: translateY(-2px);
}

.home-page .pixel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 26px;
}

.home-page .pixel-badges span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px 0 40px;
  border: 3px solid #151515;
  border-radius: 0;
  color: #f06412;
  background: #fffaf1;
  box-shadow: 5px 5px 0 #ffd7ad;
  font-size: 17px;
  font-weight: 900;
  line-height: 1;
}

.home-page .pixel-badges span::before {
  position: absolute;
  left: 18px;
  width: 10px;
  height: 10px;
  content: "";
  background: #ff7417;
  box-shadow:
    10px 0 0 rgba(255, 116, 23, 0.22),
    0 10px 0 rgba(255, 116, 23, 0.22);
}

.home-page .pixel-hero-copy h1 {
  margin: 0 0 26px;
  color: #111;
  font-family: "PingFang SC", "Microsoft YaHei", "Arial Black", system-ui, sans-serif;
  font-size: clamp(78px, 6.3vw, 102px);
  font-weight: 1000;
  line-height: 0.96;
  letter-spacing: 0.01em;
  text-shadow:
    3px 0 0 #111,
    0 3px 0 #111,
    5px 5px 0 rgba(255, 116, 23, 0.18),
    9px 9px 0 rgba(17, 17, 17, 0.08);
  -webkit-text-stroke: 1px #111;
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 620px;
  margin: 0 0 34px;
  color: #263243;
  font-size: clamp(21px, 1.55vw, 25px);
  font-weight: 780;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.home-page .pixel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin: 0 0 28px;
}

.home-page .pixel-button {
  position: relative;
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-width: 208px;
  min-height: 66px;
  padding: 0 28px;
  border: 4px solid #111;
  border-radius: 0;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transform: translate(0, 0);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.home-page .pixel-button::before,
.home-page .pixel-button::after {
  position: absolute;
  width: 8px;
  height: 8px;
  content: "";
  background: currentColor;
  opacity: 0.18;
}

.home-page .pixel-button::before {
  top: 8px;
  left: 8px;
}

.home-page .pixel-button::after {
  right: 8px;
  bottom: 8px;
}

.home-page .pixel-button:hover {
  transform: translate(2px, 3px);
}

.home-page .pixel-button-dark {
  color: #fff;
  background: #111;
  box-shadow: 0 8px 0 #ff7417, 8px 8px 0 rgba(17, 17, 17, 0.22);
}

.home-page .pixel-button-dark:hover {
  box-shadow: 0 5px 0 #ff7417, 5px 5px 0 rgba(17, 17, 17, 0.22);
}

.home-page .pixel-button-light {
  color: #111;
  background: #fff;
  box-shadow: 0 8px 0 #d8d1c6, 8px 8px 0 rgba(17, 17, 17, 0.18);
}

.home-page .pixel-button-light:hover {
  box-shadow: 0 5px 0 #d8d1c6, 5px 5px 0 rgba(17, 17, 17, 0.18);
}

.home-page .pixel-button span {
  font-size: 18px;
  transform: translateY(1px);
}

.home-page .pixel-note {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: 650px;
  margin: 0;
  color: #4d4a45;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.6;
}

.home-page .pixel-note span {
  color: #ff7417;
  font-size: 13px;
}

.home-page .hero-visual {
  position: relative;
  justify-self: start;
  width: min(57vw, 820px);
  height: min(62vh, 580px);
  min-height: 500px;
  overflow: visible;
  transform: translateX(-18px);
}

.home-page .hero-visual::before {
  position: absolute;
  right: 1%;
  bottom: 2%;
  z-index: 1;
  width: 88%;
  height: 72%;
  content: "";
  border: 2px solid rgba(255, 153, 42, 0.18);
  border-radius: 36px;
  background:
    radial-gradient(circle at 50% 46%, rgba(255, 202, 105, 0.42) 0%, rgba(255, 229, 173, 0.2) 54%, transparent 74%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.7), rgba(255, 231, 183, 0.22));
  box-shadow:
    9px 9px 0 rgba(255, 116, 23, 0.11),
    inset 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.home-page .hero-visual::after {
  position: absolute;
  right: 6%;
  bottom: 2%;
  z-index: 2;
  width: 74%;
  height: 13%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 183, 70, 0.32) 0%, rgba(255, 198, 94, 0.15) 46%, transparent 72%);
  filter: blur(1px);
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .dog-mascot {
  right: -2%;
  bottom: 4%;
  z-index: 5;
  width: 90%;
  filter: drop-shadow(0 20px 18px rgba(17, 17, 17, 0.18));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 8;
  max-width: none;
  filter: drop-shadow(0 10px 0 rgba(17, 17, 17, 0.1)) drop-shadow(0 15px 12px rgba(255, 116, 23, 0.16));
  animation: heroBubbleFloatReset 4.8s ease-in-out infinite;
}

.home-page .bubble-chatgpt {
  top: 7%;
  right: 0;
  width: 21%;
  --bubble-rotate: 5deg;
  animation-delay: 0.15s;
}

.home-page .bubble-claude {
  top: -1%;
  left: 37%;
  width: 19%;
  --bubble-rotate: 2deg;
  animation-delay: 0.6s;
}

.home-page .bubble-gemini {
  top: 15%;
  left: 7%;
  width: 13%;
  --bubble-rotate: -7deg;
  animation-delay: 0s;
}

.home-page .bubble-grok {
  top: 38%;
  right: 1%;
  width: 12%;
  --bubble-rotate: 4deg;
  animation-delay: 1s;
}

@keyframes heroBubbleFloatReset {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(var(--bubble-rotate, 0deg));
  }

  50% {
    transform: translate3d(0, -9px, 0) rotate(calc(var(--bubble-rotate, 0deg) + 1deg));
  }
}

@media (min-width: 1181px) and (max-height: 820px) {
  .home-page .site-header {
    margin-top: 10px;
  }

  .home-page .nav {
    min-height: 70px;
    padding: 8px 24px;
  }

  .home-page .brand-mark {
    width: 48px;
    height: 48px;
  }

  .home-page .brand strong {
    font-size: 22px;
  }

  .home-page .hero {
    height: min(660px, calc(100svh - 92px));
    min-height: 570px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    padding: 28px 48px 30px 54px;
  }

  .home-page .pixel-badges {
    margin-bottom: 20px;
  }

  .home-page .pixel-badges span {
    min-height: 42px;
    font-size: 15px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(68px, 5.7vw, 86px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 28px;
    font-size: clamp(19px, 1.35vw, 22px);
    line-height: 1.62;
  }

  .home-page .pixel-actions {
    margin-bottom: 22px;
  }

  .home-page .pixel-button {
    min-width: 190px;
    min-height: 58px;
    font-size: 20px;
  }

  .home-page .hero-visual {
    width: min(55vw, 760px);
    height: min(59vh, 510px);
    min-height: 460px;
    transform: translateX(-12px);
  }

  .home-page .dog-mascot {
    width: 88%;
  }
}

@media (max-width: 1180px) {
  .home-page .site-header,
  .home-page main {
    width: min(100% - 24px, 1540px);
  }

  .home-page .site-header {
    border-bottom: 2px solid #151515;
    border-radius: 24px;
  }

  .home-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 18px;
  }

  .home-page .brand,
  .home-page .nav-actions {
    justify-self: center;
  }

  .home-page .hero {
    height: auto;
    min-height: auto;
    margin-top: 14px;
    border-radius: 24px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    padding: 42px 24px 30px;
  }

  .home-page .pixel-hero-copy {
    justify-items: center;
    max-width: 720px;
    text-align: center;
  }

  .home-page .pixel-badges,
  .home-page .pixel-actions {
    justify-content: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(92vw, 760px);
    height: 520px;
    min-height: 430px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .home-page .nav-links {
    gap: 22px;
  }

  .home-page .nav-actions {
    flex-wrap: wrap;
  }

  .home-page .telegram-button,
  .home-page .ghost-button,
  .home-page .primary-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .home-page .pixel-badges span {
    min-height: 38px;
    padding: 0 14px 0 34px;
    font-size: 13px;
  }

  .home-page .pixel-badges span::before {
    left: 14px;
    width: 8px;
    height: 8px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .home-page .pixel-actions {
    gap: 14px;
  }

  .home-page .pixel-button {
    min-width: 150px;
    min-height: 52px;
    padding: 0 18px;
    font-size: 16px;
  }

  .home-page .hero-visual {
    width: 100%;
    height: 350px;
    min-height: 350px;
  }

  .home-page .dog-mascot {
    width: 94%;
  }
}

/* Auth final override: clean white-card account pages. */
.app-page.auth-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 22px 22px, rgba(255, 122, 24, 0.12) 1px, transparent 1.4px) 0 0 / 24px 24px,
    linear-gradient(180deg, #fffaf1 0%, #f7efe3 100%);
}

.app-page.auth-body .auth-page {
  display: grid;
  min-height: calc(100vh - 112px);
  place-items: center;
  padding: 64px 0 78px;
}

.app-page.auth-body .auth-card {
  width: min(640px, calc(100% - 36px));
  padding: 56px 58px 46px;
  border: 0;
  border-radius: 24px;
  color: #172033;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(39, 31, 19, 0.08);
  text-align: left;
}

.app-page.auth-body .auth-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 0 auto 48px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(255, 116, 23, 0.14);
}

.app-page.auth-body .auth-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-page.auth-body .auth-card .eyebrow,
.app-page.auth-body .auth-card h1,
.app-page.auth-body .auth-tabs,
.app-page.auth-body .auth-form label:not(.remember-row) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.app-page.auth-body .auth-copy {
  margin: 0 0 18px;
  color: #7b8da8;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
  text-align: left;
  text-shadow: none;
}

.app-page.auth-body .auth-form {
  display: grid;
  gap: 16px;
}

.app-page.auth-body .auth-form input[type="text"],
.app-page.auth-body .auth-form input[type="password"] {
  width: 100%;
  min-height: 54px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #dfe5ef;
  border-radius: 9px;
  color: #172033;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

.app-page.auth-body .auth-form input::placeholder {
  color: #a8b5c8;
  font-weight: 850;
}

.app-page.auth-body .auth-form input:focus {
  border-color: #ff9a45;
  box-shadow: 0 0 0 4px rgba(255, 116, 23, 0.12);
}

.app-page.auth-body .auth-card.is-reset .auth-reset-only,
.app-page.auth-body .auth-card.is-reset .auth-register-only {
  display: none;
}

.app-page.auth-body .auth-card.is-register .auth-register-only {
  display: block;
}

.app-page.auth-body .captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  gap: 16px;
  align-items: center;
}

.app-page.auth-body .captcha-code {
  display: grid;
  min-height: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(255, 116, 23, 0.18);
  border-radius: 9px;
  color: #ff7417;
  background: #fff8ef;
  box-shadow: none;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.app-page.auth-body .captcha-action {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .captcha-code {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .captcha-action {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #ff7417;
  border-radius: 9px;
  color: #f06412;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.app-page.auth-body .remember-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: -2px 0 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #8a95a6;
  background: transparent;
  box-shadow: none;
}

.app-page.auth-body .remember-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ff7417;
}

.app-page.auth-body .remember-row strong {
  color: #8a95a6;
  font-size: 14px;
  font-weight: 850;
}

.app-page.auth-body .remember-row small {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .remember-row {
  display: none;
}

.app-page.auth-body .auth-submit {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff7417 0%, #ff9a3d 100%);
  box-shadow: 0 12px 26px rgba(255, 116, 23, 0.18);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.app-page.auth-body .auth-submit:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.app-page.auth-body .auth-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
  color: #b2bac6;
  font-size: 14px;
  font-weight: 800;
}

.app-page.auth-body .auth-links a {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ff7417;
  background: transparent;
  box-shadow: none;
  font-weight: 900;
}

.app-page.auth-body .auth-message {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #dfe5ef;
  border-radius: 9px;
  background: #fff;
  color: #64748b;
  box-shadow: none;
  font-size: 13px;
}

.app-page.auth-body .auth-message-error {
  border-color: #ffc4b8;
  background: #fff5f2;
  color: #bd2f13;
}

.app-page.auth-body .auth-message-success {
  border-color: #b9e8cc;
  background: #f1fbf5;
  color: #167044;
}

@media (max-width: 680px) {
  .app-page.auth-body .auth-page {
    padding: 34px 0 48px;
  }

  .app-page.auth-body .auth-card {
    width: min(100% - 24px, 640px);
    padding: 38px 22px 32px;
  }

  .app-page.auth-body .auth-icon {
    margin-bottom: 34px;
  }

  .app-page.auth-body .captcha-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* 登录/注册/找回密码：参考白卡布局，保留商城的温暖像素底色。 */
.app-page.auth-body {
  min-height: 100vh;
  background:
    radial-gradient(circle at 22px 22px, rgba(255, 122, 24, 0.12) 1px, transparent 1.4px) 0 0 / 24px 24px,
    linear-gradient(180deg, #fffaf1 0%, #f7efe3 100%);
}

.app-page.auth-body .auth-page {
  display: grid;
  min-height: calc(100vh - 112px);
  place-items: center;
  padding: 64px 0 78px;
}

.app-page.auth-body .auth-card {
  width: min(640px, calc(100% - 36px));
  padding: 56px 58px 46px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 22px 60px rgba(39, 31, 19, 0.08);
  text-align: left;
}

.app-page.auth-body .auth-icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 0 auto 48px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(255, 116, 23, 0.14);
}

.app-page.auth-body .auth-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.app-page.auth-body .auth-card .eyebrow,
.app-page.auth-body .auth-card h1,
.app-page.auth-body .auth-tabs {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.app-page.auth-body .auth-copy {
  margin: 0 0 18px;
  color: #7b8da8;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
  text-align: left;
}

.app-page.auth-body .auth-copy a,
.app-page.auth-body .auth-links a {
  color: #ff7417;
}

.app-page.auth-body .auth-form {
  display: grid;
  gap: 16px;
}

.app-page.auth-body .auth-form label:not(.remember-row) {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.app-page.auth-body .auth-form input[type="text"],
.app-page.auth-body .auth-form input[type="password"] {
  width: 100%;
  min-height: 54px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid #dfe5ef;
  border-radius: 9px;
  color: #172033;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 800;
  outline: none;
}

.app-page.auth-body .auth-form input::placeholder {
  color: #a8b5c8;
  font-weight: 850;
}

.app-page.auth-body .auth-form input:focus {
  border-color: #ff9a45;
  box-shadow: 0 0 0 4px rgba(255, 116, 23, 0.12);
}

.app-page.auth-body .auth-card.is-reset .auth-reset-only,
.app-page.auth-body .auth-card.is-reset .auth-register-only {
  display: none;
}

.app-page.auth-body .captcha-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 154px;
  gap: 16px;
  align-items: center;
}

.app-page.auth-body .captcha-code {
  display: grid;
  min-height: 54px;
  height: 54px;
  place-items: center;
  border: 2px solid rgba(255, 116, 23, 0.18);
  border-radius: 9px;
  color: #ff7417;
  background: #fff8ef;
  box-shadow: none;
  font-size: 24px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.app-page.auth-body .captcha-action {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .captcha-code {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .captcha-action {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #ff7417;
  border-radius: 9px;
  color: #f06412;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
}

.app-page.auth-body .remember-row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin: -2px 0 2px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #8a95a6;
  background: transparent;
  box-shadow: none;
}

.app-page.auth-body .remember-row input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #ff7417;
}

.app-page.auth-body .remember-row strong {
  color: #8a95a6;
  font-size: 14px;
  font-weight: 850;
}

.app-page.auth-body .remember-row small {
  display: none;
}

.app-page.auth-body .auth-card.is-reset .remember-row {
  display: none;
}

.app-page.auth-body .auth-submit {
  display: inline-flex;
  width: 100%;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #ff7417 0%, #ff9a3d 100%);
  box-shadow: 0 12px 26px rgba(255, 116, 23, 0.18);
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.app-page.auth-body .auth-submit:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.app-page.auth-body .auth-links {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 18px;
  color: #b2bac6;
  font-size: 14px;
  font-weight: 800;
}

.app-page.auth-body .auth-links a {
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #ff7417;
  background: transparent;
  box-shadow: none;
  font-weight: 900;
}

.app-page.auth-body .auth-message {
  margin-top: 16px;
  padding: 12px 14px;
  border: 1px solid #dfe5ef;
  border-radius: 9px;
  background: #fff;
  color: #64748b;
  box-shadow: none;
  font-size: 13px;
}

.app-page.auth-body .auth-message-error {
  border-color: #ffc4b8;
  background: #fff5f2;
  color: #bd2f13;
}

.app-page.auth-body .auth-message-success {
  border-color: #b9e8cc;
  background: #f1fbf5;
  color: #167044;
}

@media (max-width: 680px) {
  .app-page.auth-body .auth-page {
    padding: 34px 0 48px;
  }

  .app-page.auth-body .auth-card {
    width: min(100% - 24px, 640px);
    padding: 38px 22px 32px;
  }

  .app-page.auth-body .auth-icon {
    margin-bottom: 34px;
  }

  .app-page.auth-body .captcha-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* 账号系统：找回密码与个人中心 */
.app-page .auth-reset-only {
  display: none;
}

.app-page .auth-card.is-reset .auth-reset-only,
.app-page .auth-card.is-reset .auth-register-only {
  display: block;
}

.app-page .auth-card.is-reset .remember-row {
  display: none;
}

.app-page .auth-message,
.app-page .profile-message {
  margin-top: 18px;
  padding: 14px 16px;
  border: 2px solid rgba(17, 17, 17, 0.16);
  border-radius: 12px;
  background: #fffdf8;
  color: #172033;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.6;
}

.app-page .auth-message-error,
.app-page .profile-message-error {
  border-color: #ff9a8a;
  background: #fff1ee;
  color: #bd2f13;
}

.app-page .auth-message-success,
.app-page .profile-message-success {
  border-color: #9fd9b7;
  background: #effcf4;
  color: #167044;
}

.app-page .profile-page {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 42px 0 64px;
}

.app-page .profile-shell {
  display: grid;
  gap: 22px;
}

.app-page .profile-heading {
  text-align: center;
}

.app-page .profile-heading h1 {
  margin-bottom: 10px;
  color: #111;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 1000;
}

.app-page .profile-heading p:not(.eyebrow) {
  margin: 0 auto;
  max-width: 620px;
  color: #4d5a6d;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.8;
}

.app-page .profile-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) repeat(2, minmax(280px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.app-page .profile-panel {
  padding: 24px;
  border: 3px solid #111;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 4px 4px 0 #ff7417;
}

.app-page .profile-panel h2 {
  margin-bottom: 18px;
  color: #111;
  font-size: 20px;
  font-weight: 1000;
}

.app-page .profile-summary {
  display: grid;
  align-content: center;
  text-align: center;
}

.app-page .profile-avatar {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 18px;
  color: #fff;
  background: #ff7417;
  box-shadow: 0 4px 0 #111;
  font-size: 24px;
  font-weight: 1000;
}

.app-page .profile-summary p {
  margin: 0 0 18px;
  color: #596579;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.7;
}

.app-page .profile-stat-row {
  display: grid;
  gap: 10px;
}

.app-page .profile-stat-row div,
.app-page .profile-order {
  display: grid;
  gap: 5px;
  padding: 14px;
  border: 2px solid rgba(17, 17, 17, 0.1);
  border-radius: 12px;
  background: #fff;
}

.app-page .profile-stat-row span,
.app-page .profile-order span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}

.app-page .profile-stat-row strong,
.app-page .profile-order strong {
  color: #111827;
  font-size: 14px;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.app-page .profile-form {
  display: grid;
  gap: 12px;
}

.app-page .profile-form label {
  color: #111;
  font-size: 14px;
  font-weight: 950;
}

.app-page .profile-form input {
  min-height: 48px;
  padding: 0 14px;
  border: 2px solid rgba(17, 17, 17, 0.18);
  border-radius: 12px;
  background: #fff;
  color: #111827;
  font: inherit;
  font-weight: 750;
}

.app-page .profile-form input:focus {
  outline: none;
  border-color: #ff7417;
  box-shadow: 0 0 0 4px rgba(255, 116, 23, 0.14);
}

.app-page .profile-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-dark-gpt.png") center / 100% 100% no-repeat;
  font-size: 15px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
}

.app-page .profile-submit:disabled {
  opacity: 0.68;
  cursor: not-allowed;
}

.app-page .profile-orders {
  display: grid;
  gap: 16px;
}

.app-page .profile-panel-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.app-page .profile-panel-head h2 {
  margin: 0;
}

.app-page .profile-panel-head a,
.app-page .profile-order a {
  color: #f06412;
  font-size: 14px;
  font-weight: 950;
}

.app-page .profile-order-list {
  display: grid;
  gap: 12px;
}

.app-page .profile-order {
  grid-template-columns: minmax(0, 1.25fr) minmax(150px, 0.75fr) auto;
  align-items: center;
}

.app-page .profile-order b {
  color: #167044;
  font-size: 14px;
}

.app-page .profile-empty {
  margin: 0;
  color: #596579;
  font-weight: 750;
  line-height: 1.7;
}

.app-page .profile-login-required {
  width: min(640px, 100%);
  margin: 0 auto;
  padding: 34px;
  border: 3px solid #111;
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.94);
  box-shadow: 4px 4px 0 #ff7417;
  text-align: center;
}

.app-page .profile-login-link {
  margin: 10px auto 0;
}

@media (max-width: 980px) {
  .app-page .profile-grid {
    grid-template-columns: 1fr;
  }

  .app-page .profile-order {
    grid-template-columns: 1fr;
  }
}

.detail-submit:disabled,
.query-submit:disabled,
.usdt-address-box button:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}

.usdt-status {
  margin: -6px 0 18px;
  padding: 13px 15px;
  border: 2px solid rgba(17, 17, 17, 0.16);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  color: #111;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.6;
}

/* 首页板块间距收紧：首屏、商品区、须知靠近一些。 */
.home-page .notice-grid,
.home-page .products-section {
  margin-top: 24px;
}

.home-page .notice-grid {
  padding: 24px 0 32px;
}

.home-page .products-section {
  margin-top: 24px;
}

@media (max-width: 680px) {
  .home-page .notice-grid,
  .home-page .products-section {
    margin-top: 18px;
  }

  .home-page .notice-grid {
    padding: 18px 0 24px;
  }
}

/* 顶部品牌 logo：使用本地完整方形素材，不再沿用旧吉祥物的放大裁切。 */
.home-page .brand-mark,
.app-page .brand-mark {
  overflow: hidden;
  border: 2px solid #111;
  border-radius: 16px;
  background: #111;
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.9);
}

.home-page .brand-mark img,
.app-page .brand-mark img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

/* Detail clean controls final layer: keep these controls simple, not pixel-styled. */
.detail-body #detail-order-form .quantity-stepper {
  display: inline-grid;
  grid-template-columns: 42px 58px 42px;
  gap: 0;
  width: auto;
  max-width: 142px;
  overflow: hidden;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.detail-body #detail-order-form .quantity-stepper button,
.detail-body #detail-order-form .quantity-stepper input {
  width: auto;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  box-shadow: none;
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1;
}

.detail-body #detail-order-form .quantity-stepper button {
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  color: #334155;
  font-size: 20px;
  font-weight: 700;
}

.detail-body #detail-order-form .quantity-stepper button:hover {
  background: #f3f6fb;
  color: #ff7417;
}

.detail-body #detail-order-form .quantity-stepper input {
  border-right: 1px solid #e5edf5;
  border-left: 1px solid #e5edf5;
  padding: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.detail-body #detail-order-form .quantity-stepper input::-webkit-outer-spin-button,
.detail-body #detail-order-form .quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.detail-body #detail-order-form .order-summary {
  display: inline-flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-body #detail-order-form .order-summary.is-hidden {
  display: none;
}

.detail-body #detail-order-form .order-summary span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.detail-body #detail-order-form .order-summary strong {
  display: inline;
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.detail-body #detail-order-form .payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-body #detail-order-form .payment-option {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #172033;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail-body #detail-order-form .payment-option:has(input:checked) {
  border-color: #ff8a1f;
  background: #fff7ed;
  color: #e85d04;
  box-shadow: 0 10px 22px rgba(255, 116, 23, 0.14);
  filter: none;
}

.detail-body #detail-order-form .payment-option input {
  width: 16px;
  height: 16px;
  accent-color: #ff7417;
}

@media (max-width: 680px) {
  .detail-body #detail-order-form .payment-options {
    grid-template-columns: 1fr;
  }

  .detail-body #detail-order-form .payment-option {
    min-height: 44px;
  }
}

/* Final override: 详情页购买数量、单价数量、支付方式不用像素风。 */
.detail-body #detail-order-form .quantity-stepper {
  display: inline-grid;
  grid-template-columns: 42px 58px 42px;
  gap: 0;
  width: auto;
  max-width: 142px;
  overflow: hidden;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.detail-body #detail-order-form .quantity-stepper button,
.detail-body #detail-order-form .quantity-stepper input {
  width: auto;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  box-shadow: none;
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1;
}

.detail-body #detail-order-form .quantity-stepper button {
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  color: #334155;
  font-size: 20px;
  font-weight: 700;
}

.detail-body #detail-order-form .quantity-stepper button:hover {
  background: #f3f6fb;
  color: #ff7417;
}

.detail-body #detail-order-form .quantity-stepper input {
  border-right: 1px solid #e5edf5;
  border-left: 1px solid #e5edf5;
  padding: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.detail-body #detail-order-form .quantity-stepper input::-webkit-outer-spin-button,
.detail-body #detail-order-form .quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.detail-body #detail-order-form .order-summary {
  display: inline-flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-body #detail-order-form .order-summary.is-hidden {
  display: none;
}

.detail-body #detail-order-form .order-summary span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.detail-body #detail-order-form .order-summary strong {
  display: inline;
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.detail-body #detail-order-form .payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-body #detail-order-form .payment-option {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #172033;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail-body #detail-order-form .payment-option:has(input:checked) {
  border-color: #ff8a1f;
  background: #fff7ed;
  color: #e85d04;
  box-shadow: 0 10px 22px rgba(255, 116, 23, 0.14);
  filter: none;
}

.detail-body #detail-order-form .payment-option input {
  width: 16px;
  height: 16px;
  accent-color: #ff7417;
}

@media (max-width: 680px) {
  .detail-body #detail-order-form .payment-options {
    grid-template-columns: 1fr;
  }

  .detail-body #detail-order-form .payment-option {
    min-height: 44px;
  }
}

/* 商品详情页表单控件：购买数量、单价数量、支付方式改为干净直白的表单样式。 */
.detail-body #detail-order-form .detail-field-quantity {
  align-content: start;
}

.detail-body #detail-order-form .quantity-stepper {
  display: inline-grid;
  grid-template-columns: 42px 58px 42px;
  gap: 0;
  width: auto;
  max-width: 142px;
  overflow: hidden;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.detail-body #detail-order-form .quantity-stepper button,
.detail-body #detail-order-form .quantity-stepper input {
  width: auto;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  box-shadow: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1;
}

.detail-body #detail-order-form .quantity-stepper button {
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  color: #334155;
  font-size: 20px;
  font-weight: 700;
}

.detail-body #detail-order-form .quantity-stepper button:hover {
  background: #f3f6fb;
  color: #ff7417;
}

.detail-body #detail-order-form .quantity-stepper input {
  border-right: 1px solid #e5edf5;
  border-left: 1px solid #e5edf5;
  padding: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.detail-body #detail-order-form .quantity-stepper input::-webkit-outer-spin-button,
.detail-body #detail-order-form .quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.detail-body #detail-order-form .order-summary {
  display: inline-flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-body #detail-order-form .order-summary.is-hidden {
  display: none;
}

.detail-body #detail-order-form .order-summary span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.detail-body #detail-order-form .order-summary strong {
  display: inline;
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.detail-body #detail-order-form .payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-body #detail-order-form .payment-option {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  color: #172033;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail-body #detail-order-form .payment-option:has(input:checked) {
  border-color: #ff8a1f;
  background: #fff7ed;
  color: #e85d04;
  box-shadow: 0 10px 22px rgba(255, 116, 23, 0.14);
  filter: none;
}

.detail-body #detail-order-form .payment-option input {
  width: 16px;
  height: 16px;
  accent-color: #ff7417;
}

@media (max-width: 680px) {
  .detail-body #detail-order-form .payment-options {
    grid-template-columns: 1fr;
  }

  .detail-body #detail-order-form .payment-option {
    min-height: 44px;
  }
}

/* 像素标题规范：基于 32px 视觉网格，硬边显示，避免现代字体的柔边感。 */
.home-page .pixel-hero-copy .hero-title-image {
  width: min(100%, 438px);
  max-width: 438px;
  margin: 10px 0 18px;
  line-height: 0;
}

.home-page .pixel-hero-copy .hero-title-image img {
  display: block;
  width: 100%;
  height: auto;
  filter: none;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}

@media (max-width: 620px) {
  .home-page .pixel-hero-copy .hero-title-image {
    width: min(100%, 340px);
  }
}

/* 像素风字体系统：全站尽量使用硬边、网格感排版，主标题用 image 承担。 */
.home-page {
  -webkit-font-smoothing: none;
  text-rendering: geometricPrecision;
}

.home-page .nav-links,
.home-page .nav-actions,
.home-page .pixel-badges,
.home-page .pixel-actions,
.home-page .products-section,
.home-page .site-footer {
  letter-spacing: 0.01em;
}

.home-page .pixel-hero-copy .hero-copy,
.home-page .pixel-note,
.home-page .products-section .section-title p,
.home-page .products-section .product-stats {
  line-height: 1.65;
}

/* 商品详情页：桌面首屏内展示商品图和购买填写区 */
.detail-body .detail-page {
  width: min(1240px, calc(100% - 34px));
  padding: 14px 0 42px;
}

.detail-body .detail-hero {
  grid-template-columns: minmax(360px, 0.92fr) minmax(500px, 1.08fr);
  gap: 18px;
  align-items: stretch;
  min-height: calc(100vh - 124px);
}

.detail-body .detail-media,
.detail-body .detail-panel {
  min-height: 0;
  height: calc(100vh - 124px);
  max-height: 560px;
}

.detail-body .detail-media {
  padding: 24px;
}

.detail-body .detail-logo-mark {
  width: 64px;
  height: 64px;
  border-radius: 14px;
  font-size: 22px;
}

.detail-body .detail-media strong {
  font-size: clamp(34px, 4.6vw, 54px);
}

.detail-body .detail-panel {
  align-content: start;
  gap: 7px;
  overflow: hidden;
  padding: 22px 28px;
}

.detail-body .detail-heading h1 {
  margin: 6px 0 8px;
  font-size: clamp(24px, 3.1vw, 34px);
  line-height: 1.12;
}

.detail-body .back-link {
  min-height: 26px;
  padding: 0 12px;
  font-size: 12px;
}

.detail-body .detail-badges {
  gap: 8px;
}

.detail-body .detail-badges .badge {
  font-size: 12px;
  padding: 5px 9px;
}

.detail-body .detail-price {
  margin: 2px 0 4px;
  font-size: 30px;
  line-height: 1;
}

.detail-body .detail-panel label {
  font-size: 13px;
  line-height: 1.2;
}

.detail-body .detail-panel input {
  height: 42px;
  min-height: 42px;
  border-width: 3px;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 14px;
}

.detail-body .quantity-stepper {
  width: 174px;
  grid-template-columns: 52px 58px 52px;
  gap: 6px;
}

.detail-body .quantity-stepper button,
.detail-body .quantity-stepper input {
  height: 38px;
  min-height: 38px;
}

.detail-body .order-summary {
  gap: 6px;
  padding: 8px 10px;
}

.detail-body .order-summary span {
  font-size: 12px;
}

.detail-body .order-summary strong {
  font-size: 14px;
}

.detail-body .detail-captcha {
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 8px;
}

.detail-body .detail-captcha .captcha-code {
  height: 42px;
  min-height: 42px;
  font-size: 17px;
}

.detail-body .payment-options {
  gap: 8px;
}

.detail-body .payment-option {
  min-height: 42px;
  padding: 0 12px;
  font-size: 13px;
}

.detail-body .payment-option input {
  width: 14px;
  height: 14px;
}

.detail-body .detail-submit {
  min-height: 46px;
  height: 46px;
  margin-top: 4px;
  font-size: 16px;
}

.detail-body .detail-note {
  font-size: 12px;
  line-height: 1.45;
}

.detail-body .detail-description {
  margin-top: 22px;
}

@media (max-width: 1180px) {
  .detail-body .detail-page {
    padding-top: 20px;
  }

  .detail-body .detail-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .detail-body .detail-media,
  .detail-body .detail-panel {
    height: auto;
    max-height: none;
  }
}

/* 商品详情页：白底随机数验证码 */
.detail-body .detail-captcha .captcha-code {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  overflow: hidden;
  min-height: 42px;
  border: 2px solid #cfd8e3;
  border-radius: 8px;
  background:
    linear-gradient(18deg, transparent 0 43%, rgba(255, 116, 23, 0.28) 44% 46%, transparent 47% 100%),
    linear-gradient(148deg, transparent 0 50%, rgba(36, 86, 162, 0.18) 51% 53%, transparent 54% 100%),
    repeating-linear-gradient(90deg, rgba(17, 17, 17, 0.035) 0 1px, transparent 1px 9px),
    #ffffff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.88);
  cursor: pointer;
  padding: 0 12px;
  font-family: "Courier New", monospace;
  letter-spacing: 0;
}

.detail-body .detail-captcha .captcha-code::before,
.detail-body .detail-captcha .captcha-code::after {
  content: "";
  position: absolute;
  inset: 7px 10px;
  border-top: 2px solid rgba(242, 111, 18, 0.22);
  border-bottom: 1px solid rgba(48, 91, 150, 0.18);
  transform: rotate(-7deg);
  pointer-events: none;
}

.detail-body .detail-captcha .captcha-code::after {
  inset: 11px 14px;
  border-top-color: rgba(48, 91, 150, 0.2);
  border-bottom-color: rgba(242, 111, 18, 0.18);
  transform: rotate(8deg);
}

.detail-body .captcha-digit {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #2c5f9f;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
}

.detail-body .captcha-digit-0 {
  color: #ef6f26;
  transform: translateY(1px) rotate(-8deg);
}

.detail-body .captcha-digit-1 {
  color: #315f9b;
  transform: translateY(-1px) rotate(5deg);
}

.detail-body .captcha-digit-2 {
  color: #db8b23;
  transform: translateY(2px) rotate(-3deg);
}

.detail-body .captcha-digit-3 {
  color: #e46d36;
  transform: translateY(-1px) rotate(7deg);
}

/* 商品详情页：购买区重新分组，避免内容被裁掉 */
.detail-body .detail-hero {
  grid-template-columns: minmax(330px, 0.9fr) minmax(540px, 1.1fr);
  gap: 18px;
  min-height: calc(100vh - 112px);
}

.detail-body .detail-media,
.detail-body .detail-panel {
  height: auto;
  min-height: min(548px, calc(100vh - 112px));
  max-height: none;
}

.detail-body .detail-media {
  align-content: center;
  padding: 22px;
}

.detail-body .detail-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-content: start;
  gap: 8px 14px;
  overflow: visible;
  padding: 18px 22px;
}

.detail-body .detail-heading,
.detail-body .detail-price,
.detail-body .detail-field-email,
.detail-body .detail-field-password,
.detail-body .detail-field-payment,
.detail-body .detail-submit,
.detail-body .detail-note {
  grid-column: 1 / -1;
}

.detail-body .detail-heading h1 {
  margin: 4px 0 6px;
  font-size: clamp(22px, 2.8vw, 32px);
}

.detail-body .detail-price {
  margin: 0;
  font-size: 28px;
}

.detail-body .detail-form-field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.detail-body .detail-panel label {
  font-size: 12px;
}

.detail-body .detail-panel input {
  height: 38px;
  min-height: 38px;
  font-size: 13px;
}

.detail-body .quantity-stepper {
  width: 162px;
  grid-template-columns: 48px 54px 48px;
}

.detail-body .quantity-stepper button,
.detail-body .quantity-stepper input {
  height: 36px;
  min-height: 36px;
}

.detail-body .order-summary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 7px 9px;
}

.detail-body .detail-captcha {
  grid-template-columns: minmax(0, 1fr) 112px;
}

.detail-body .detail-captcha .captcha-code {
  height: 38px;
  min-height: 38px;
}

.detail-body .captcha-digit {
  font-size: 19px;
}

.detail-body .payment-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.detail-body .payment-option {
  min-height: 38px;
  padding: 0 12px;
}

.detail-body .detail-submit {
  height: 42px;
  min-height: 42px;
  margin-top: 2px;
}

.detail-body .detail-note {
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 1180px) {
  .detail-body .detail-hero {
    grid-template-columns: 1fr;
  }

  .detail-body .detail-media,
  .detail-body .detail-panel {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .detail-body .detail-panel {
    grid-template-columns: 1fr;
  }

  .detail-body .detail-field-quantity,
  .detail-body .detail-field-captcha {
    grid-column: 1 / -1;
  }
}

/* 2026-06-12：最终导航当前页状态居中 */
.home-page .nav-links a,
.app-page .nav-links a {
  justify-content: center;
}

.home-page .nav-links a.active::after,
.app-page .nav-links a.active::after {
  right: auto;
  bottom: 3px;
  left: 50%;
  width: 38px;
  height: 7px;
  transform: translateX(-50%);
}

.home-page .nav-links a[href="query.html"].active::after,
.app-page .nav-links a[href="query.html"].active::after,
.home-page .nav-links a[href="index.html#notice"].active::after,
.app-page .nav-links a[href="index.html#notice"].active::after {
  width: 58px;
}

/* 2026-06-12：导航当前页状态居中 */
.home-page .nav-links a,
.app-page .nav-links a {
  justify-content: center;
}

.home-page .nav-links a.active::after,
.app-page .nav-links a.active::after {
  left: 50%;
  right: auto;
  bottom: 3px;
  width: 38px;
  height: 7px;
  transform: translateX(-50%);
}

.home-page .nav-links a[href="query.html"].active::after,
.app-page .nav-links a[href="query.html"].active::after {
  width: 58px;
}

.home-page .nav-links a[href="index.html#notice"].active::after,
.app-page .nav-links a[href="index.html#notice"].active::after {
  width: 58px;
}

/* 2026-06-11：商品卡片宽版重设 */
.home-page .products-section .product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 26px;
  justify-content: center;
}

.home-page .products-section .product-card {
  display: grid;
  grid-template-rows: minmax(260px, 0.95fr) auto;
  min-height: 560px;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  color: #151515;
  background:
    linear-gradient(rgba(255, 255, 255, 0.68), rgba(255, 255, 255, 0.72)),
    url("图片素材/heigou-hero-assets/hero-bg-gpt-pixel.png") center / 100% 100% no-repeat;
  box-shadow: 0 16px 30px rgba(39, 31, 19, 0.12);
}

.home-page .products-section .product-card:hover {
  transform: translateY(-5px);
  filter: brightness(1.015);
}

.home-page .products-section .product-visual {
  position: relative;
  display: grid;
  min-height: 280px;
  padding: 34px 34px 30px;
  place-items: center;
  align-content: center;
  gap: 18px;
  border: 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 44%, rgba(255, 196, 86, 0.42), rgba(255, 240, 204, 0.34) 48%, rgba(255, 255, 255, 0.78) 70%),
    linear-gradient(180deg, rgba(255, 249, 238, 0.95), rgba(255, 242, 214, 0.7));
}

.home-page .products-section .product-visual::after {
  position: absolute;
  right: 28px;
  bottom: 18px;
  width: 62%;
  height: 20px;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(255, 151, 31, 0.22), transparent 68%);
}

.home-page .products-section .product-brand-logo {
  position: relative;
  z-index: 1;
  display: block;
  width: min(46%, 148px);
  max-height: 132px;
  object-fit: contain;
  filter: drop-shadow(0 10px 0 rgba(17, 17, 17, 0.12));
}

.home-page .products-section .logo-claude,
.home-page .products-section .logo-gemini,
.home-page .products-section .logo-grok {
  width: min(70%, 230px);
  max-height: 118px;
}

.home-page .products-section .logo-binance {
  width: min(44%, 142px);
}

.home-page .products-section .product-visual strong {
  position: relative;
  z-index: 1;
  color: #111;
  font-size: clamp(26px, 2.2vw, 34px);
  font-weight: 950;
  line-height: 1.08;
  text-align: center;
}

.home-page .products-section .product-info {
  display: grid;
  grid-template-rows: auto auto auto auto auto 1fr;
  padding: 22px 24px 26px;
}

.home-page .products-section .product-badges {
  gap: 8px;
  margin-bottom: 12px;
}

.home-page .products-section .product-info h3 {
  min-height: 0;
  margin-bottom: 12px;
  color: #151515;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.32;
}

.home-page .products-section .product-info p {
  min-height: 48px;
  margin-bottom: 18px;
  color: #3d4654;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.65;
}

.home-page .products-section .product-price {
  margin-bottom: 8px;
  color: #ff7417;
  font-size: 30px;
  font-weight: 1000;
  line-height: 1;
}

.home-page .products-section .product-stats {
  margin-bottom: 20px;
  color: #788292;
  font-size: 13px;
  font-weight: 850;
}

.home-page .products-section .product-action {
  align-self: end;
  width: 100%;
  min-height: 58px;
  margin-top: 0;
  font-size: 18px;
}

@media (min-width: 1181px) {
  .home-page .products-section .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .home-page .products-section .product-card {
    grid-template-rows: minmax(220px, auto) auto;
    min-height: 0;
  }

  .home-page .products-section .product-visual {
    min-height: 220px;
    padding: 28px 22px 24px;
  }

  .home-page .products-section .product-brand-logo {
    width: min(48%, 120px);
  }
}

/* 2026-06-11：商品区筛选重设 */
.home-page .products-section .eyebrow {
  display: none;
}

.home-page .products-section .section-heading {
  justify-content: center;
  text-align: center;
}

.home-page .products-section .section-heading h2 {
  margin-bottom: 18px;
}

.home-page .products-section .section-heading p {
  margin-bottom: 0;
}

.home-page .products-section .category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 26px 0 34px;
  padding: 0;
  overflow: visible;
}

.home-page .products-section .category-tab {
  min-width: 104px;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-badge-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  cursor: pointer;
  transform: translateY(0);
  transition: transform 160ms ease, filter 160ms ease;
}

.home-page .products-section .category-tab:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.home-page .products-section .category-tab.active {
  min-width: 118px;
  color: #fff;
  background-image: url("图片素材/heigou-hero-assets/pixel-tab-active-gpt.png");
  text-shadow: 0 1px 0 rgba(17, 17, 17, 0.25);
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  .home-page .products-section .category-tabs {
    gap: 10px;
    margin: 20px 0 26px;
  }

  .home-page .products-section .category-tab {
    min-width: 88px;
    min-height: 40px;
    padding: 0 16px;
    font-size: 13px;
  }

  .home-page .products-section .category-tab.active {
    min-width: 98px;
  }
}

/* 2026-06-11：全站同步首页像素风视觉 */
.home-page,
.app-page {
  color-scheme: light;
  min-height: 100vh;
  color: #151515;
  background: linear-gradient(180deg, #f6eddf 0%, #fff7ec 48%, #f3e6d4 100%);
}

.app-page::before {
  content: none;
}

.home-page .site-header,
.app-page .site-header {
  position: relative;
  top: auto;
  z-index: 20;
  width: min(1540px, calc(100% - 34px));
  margin: 14px auto 0;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(34, 28, 19, 0.12);
  backdrop-filter: blur(10px);
}

.home-page .nav,
.app-page .nav {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(330px, 1fr);
  gap: 24px;
  align-items: center;
  width: auto;
  min-height: 76px;
  max-width: none;
  padding: 10px 28px;
  margin: 0;
}

.home-page .brand,
.app-page .brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-self: start;
  min-width: 0;
  color: #111;
  text-decoration: none;
}

.home-page .brand-mark,
.app-page .brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: #ff7417;
  box-shadow: 0 4px 0 #111;
}

.home-page .brand-mark img,
.app-page .brand-mark img {
  display: block;
  width: 122%;
  max-width: none;
  height: 122%;
  object-fit: contain;
  object-position: center;
  transform: translateY(4px);
}

.home-page .brand strong,
.app-page .brand strong {
  display: block;
  color: #111;
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
}

.home-page .brand-name-image,
.app-page .brand-name-image {
  display: inline-flex;
  align-items: center;
  width: 152px;
  min-width: 0;
}

.home-page .brand-name-image img,
.app-page .brand-name-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 760px) {
  .home-page .brand-name-image,
  .app-page .brand-name-image {
    width: 132px;
  }
}

.home-page .nav-links,
.app-page .nav-links {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-self: center;
  color: #111;
}

.home-page .nav-links a,
.app-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .nav-links span,
.app-page .nav-links span {
  display: none;
}

.home-page .nav-links a.active,
.app-page .nav-links a.active,
.home-page .nav-links a:hover,
.app-page .nav-links a:hover {
  color: #111;
}

.home-page .nav-links a.active::after,
.app-page .nav-links a.active::after {
  position: absolute;
  right: 6px;
  bottom: 3px;
  left: 6px;
  height: 7px;
  content: "";
  border-radius: 5px;
  background: #ff7417;
  box-shadow: 0 2px 0 #111;
}

.home-page .nav-actions,
.app-page .nav-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button,
.app-page .telegram-button,
.app-page .ghost-button,
.app-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  color: #111;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.16), 0 4px 0 rgba(17, 17, 17, 0.14);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.home-page .primary-button,
.app-page .primary-button {
  color: #fff;
  background: #ff7417;
  box-shadow: 0 4px 0 #111, 0 12px 26px rgba(255, 116, 23, 0.24);
}

.home-page main,
.app-page main,
.home-page .footer,
.app-page .footer {
  width: min(1540px, calc(100% - 34px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .notice-grid,
.home-page .products-section,
.home-page .footer,
.app-page .query-page,
.app-page .auth-page,
.app-page .detail-page,
.app-page .usdt-page {
  position: relative;
  z-index: 1;
}

.home-page .notice-grid,
.home-page .products-section {
  margin-top: 44px;
}

.home-page .notice-card,
.home-page .product-card,
.home-page .products-section,
.app-page .query-shell,
.app-page .auth-card,
.app-page .detail-media,
.app-page .detail-panel,
.app-page .detail-description,
.app-page .usdt-card {
  border: 0;
  border-radius: 24px;
  color: #151515;
  background:
    linear-gradient(rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.78)),
    url("图片素材/heigou-hero-assets/hero-bg-gpt-pixel.png") center / 100% 100% no-repeat;
  box-shadow: 0 16px 30px rgba(39, 31, 19, 0.12);
}

.home-page .products-section {
  padding: 38px;
}

.home-page .notice-card,
.app-page .query-shell,
.app-page .auth-card,
.app-page .detail-description,
.app-page .usdt-card {
  padding: 40px;
}

.home-page .section-heading,
.home-page .section-heading-lite {
  color: #151515;
}

.home-page .section-heading h2,
.home-page .section-heading-lite h2,
.app-page .query-shell h1,
.app-page .auth-card h1,
.app-page .detail-heading h1,
.app-page .detail-description h2,
.app-page .usdt-card h1 {
  color: #111;
  font-weight: 1000;
  letter-spacing: 0;
  text-shadow: 0 3px 0 rgba(255, 116, 23, 0.16), 3px 6px 0 rgba(17, 17, 17, 0.07);
}

.home-page .eyebrow,
.app-page .eyebrow,
.app-page .query-kicker p,
.app-page .back-link {
  color: #f06412;
  font-weight: 950;
}

.home-page .notice-card p,
.home-page .product-card p,
.home-page .section-heading p,
.app-page .query-helper,
.app-page .auth-copy,
.app-page .detail-note,
.app-page .detail-description ul,
.app-page .usdt-network,
.app-page .usdt-warning li,
.app-page .usdt-footer {
  color: #3c4654;
  font-weight: 750;
}

.home-page .category-tabs {
  gap: 12px;
}

.home-page .category-tab,
.app-page .auth-tab {
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-badge-gpt.png") center / 100% 100% no-repeat;
  font-weight: 950;
}

.home-page .category-tab.active,
.app-page .auth-tab.active {
  color: #f06412;
}

.home-page .product-grid {
  gap: 22px;
}

.home-page .product-card {
  overflow: hidden;
  transition: transform 160ms ease, filter 160ms ease;
}

.home-page .product-card:hover {
  transform: translateY(-4px);
  filter: brightness(1.02);
}

.home-page .product-visual {
  min-height: 170px;
  border-radius: 20px;
  background: radial-gradient(circle at 50% 35%, rgba(255, 190, 83, 0.35), rgba(255, 246, 226, 0.92) 58%, rgba(255, 255, 255, 0.8));
  color: #151515;
}

.home-page .product-logo-mark,
.app-page .detail-logo-mark,
.app-page .usdt-brand {
  border: 0;
  border-radius: 14px;
  color: #fff;
  background: #ff7417;
  box-shadow: 0 4px 0 #111;
  font-weight: 1000;
}

.home-page .badge,
.app-page .badge,
.app-page .payment-option,
.app-page .order-summary,
.app-page .remember-row,
.app-page .captcha-code,
.app-page .usdt-network,
.app-page .usdt-summary > div,
.app-page .usdt-countdown,
.app-page .usdt-warning {
  border: 0;
  border-radius: 0;
  color: #151515;
  background: transparent url("图片素材/heigou-hero-assets/pixel-badge-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
  font-weight: 900;
}

.home-page .badge-green,
.home-page .badge-blue,
.app-page .badge-green,
.app-page .badge-blue {
  color: #f06412;
}

.home-page .product-price,
.app-page .detail-price,
.app-page .usdt-summary strong,
.app-page .countdown-time b {
  color: #ff7417;
  font-weight: 1000;
}

.home-page .product-action,
.home-page .product-card button,
.app-page .query-submit,
.app-page .auth-submit,
.app-page .detail-submit,
.app-page .usdt-address-box button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 62px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-dark-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
  font-size: 18px;
  font-weight: 950;
  line-height: 1;
}

.app-page .captcha-row .ghost-button,
.app-page .back-link {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-light-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
}

.app-page .query-page,
.app-page .auth-page {
  display: grid;
  min-height: calc(100vh - 118px);
  place-items: center;
  padding: 42px 0 56px;
}

.app-page .query-shell,
.app-page .auth-card {
  width: min(720px, 100%);
}

.app-page .query-heading,
.app-page .auth-card {
  text-align: center;
}

.app-page .query-kicker {
  justify-content: center;
}

.app-page .query-kicker span {
  display: none;
}

.app-page .order-query-form,
.app-page .auth-form,
.app-page .detail-panel {
  display: grid;
  gap: 14px;
}

.app-page .order-query-form label,
.app-page .auth-form label:not(.remember-row),
.app-page .detail-panel label,
.app-page .usdt-address-box label {
  color: #111;
  font-size: 15px;
  font-weight: 950;
}

.app-page .order-query-form input,
.app-page .auth-form input[type="text"],
.app-page .auth-form input[type="password"],
.app-page .detail-panel input,
.app-page .usdt-address-box input {
  min-height: 54px;
  border: 3px solid #111;
  border-radius: 12px;
  color: #151515;
  background: #fffdf8;
  box-shadow: 0 4px 0 rgba(17, 17, 17, 0.16);
  font-weight: 800;
}

.app-page .order-query-form input:focus,
.app-page .auth-form input:focus,
.app-page .detail-panel input:focus,
.app-page .usdt-address-box input:focus {
  border-color: #ff7417;
  box-shadow: 0 4px 0 #111, 0 0 0 4px rgba(255, 116, 23, 0.16);
}

.app-page .auth-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin: 0 auto 16px;
  place-items: center;
  border-radius: 16px;
  color: #fff;
  background: #ff7417;
  box-shadow: 0 4px 0 #111;
  font-weight: 1000;
}

.app-page .auth-tabs {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 0;
  margin: 26px 0 24px;
  border: 0;
  background: transparent;
}

.app-page.auth-body .auth-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin: 26px 0 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.app-page.auth-body .auth-tab {
  min-width: 112px;
  min-height: 44px;
  height: 44px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-badge-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  text-shadow: none;
  transform: translateY(0);
  transition: transform 160ms ease, filter 160ms ease;
}

.app-page.auth-body .auth-tab:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.app-page.auth-body .auth-tab.active,
.app-page.auth-body .auth-tab[aria-selected="true"] {
  min-width: 124px;
  color: #fff;
  background-image: url("图片素材/heigou-hero-assets/pixel-tab-active-gpt.png");
  text-shadow: 0 1px 0 rgba(17, 17, 17, 0.25);
  transform: translateY(-2px);
}

@media (max-width: 680px) {
  .app-page.auth-body .auth-tabs {
    gap: 10px;
    margin: 20px 0 22px;
  }

  .app-page.auth-body .auth-tab {
    min-width: 96px;
    min-height: 40px;
    height: 40px;
    padding: 0 18px;
    font-size: 13px;
  }

  .app-page.auth-body .auth-tab.active,
  .app-page.auth-body .auth-tab[aria-selected="true"] {
    min-width: 106px;
  }
}

.app-page .remember-row {
  align-items: center;
  padding: 14px 18px;
}

.app-page .auth-links {
  justify-content: center;
}

.app-page .auth-links a {
  color: #f06412;
  font-weight: 900;
}

.app-page .detail-page {
  padding: 42px 0 58px;
}

.app-page .detail-hero {
  display: grid;
  grid-template-columns: minmax(300px, 0.9fr) minmax(420px, 1.1fr);
  gap: 26px;
  align-items: stretch;
}

.app-page .detail-media {
  display: grid;
  min-height: 520px;
  place-items: center;
  align-content: center;
}

.app-page .detail-panel {
  padding: 34px;
}

.app-page .detail-badges {
  gap: 10px;
}

.app-page .quantity-stepper {
  display: grid;
  grid-template-columns: 64px 1fr 64px;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.app-page .quantity-stepper button {
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-light-gpt.png") center / 100% 100% no-repeat;
  font-size: 24px;
  font-weight: 1000;
}

.app-page .detail-captcha {
  gap: 12px;
}

.app-page .payment-options {
  gap: 12px;
}

.app-page .payment-option {
  padding: 16px 18px;
}

.app-page .payment-option:has(input:checked) {
  color: #f06412;
  filter: brightness(1.02);
}

.app-page .detail-description {
  margin-top: 28px;
}

/* 详情页局部修正：数量、单价数量、支付方式保持干净表单样式。 */
.detail-body #detail-order-form .quantity-stepper {
  display: inline-grid;
  grid-template-columns: 42px 58px 42px;
  gap: 0;
  width: auto;
  max-width: 142px;
  overflow: hidden;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
}

.detail-body #detail-order-form .quantity-stepper button,
.detail-body #detail-order-form .quantity-stepper input {
  width: auto;
  height: 40px;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #172033;
  box-shadow: none;
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 1;
}

.detail-body #detail-order-form .quantity-stepper button {
  display: inline-grid;
  place-items: center;
  cursor: pointer;
  color: #334155;
  font-size: 20px;
  font-weight: 700;
}

.detail-body #detail-order-form .quantity-stepper button:hover {
  background: #f3f6fb;
  color: #ff7417;
}

.detail-body #detail-order-form .quantity-stepper input {
  border-right: 1px solid #e5edf5;
  border-left: 1px solid #e5edf5;
  padding: 0;
  background: #f8fafc;
  color: #111827;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  -moz-appearance: textfield;
}

.detail-body #detail-order-form .quantity-stepper input::-webkit-outer-spin-button,
.detail-body #detail-order-form .quantity-stepper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.detail-body #detail-order-form .order-summary {
  display: inline-flex;
  grid-template-columns: none;
  gap: 18px;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 8px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.detail-body #detail-order-form .order-summary.is-hidden {
  display: none;
}

.detail-body #detail-order-form .order-summary span {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  color: #64748b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
}

.detail-body #detail-order-form .order-summary strong {
  display: inline;
  margin: 0;
  color: #111827;
  font-size: 13px;
  font-weight: 800;
}

.detail-body #detail-order-form .payment-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.detail-body #detail-order-form .payment-option {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid #d9e2ee;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  color: #172033;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  filter: none;
  font-family: Inter, "SF Pro Display", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.detail-body #detail-order-form .payment-option:has(input:checked) {
  border-color: #ff8a1f;
  background: #fff7ed;
  color: #e85d04;
  box-shadow: 0 10px 22px rgba(255, 116, 23, 0.14);
  filter: none;
}

.detail-body #detail-order-form .payment-option input {
  width: 16px;
  height: 16px;
  accent-color: #ff7417;
}

.app-page .usdt-page {
  display: grid;
  min-height: calc(100vh - 118px);
  place-items: center;
  padding: 42px 0 56px;
}

.app-page .usdt-card {
  width: min(880px, 100%);
  text-align: center;
}

.app-page .usdt-brand {
  display: inline-grid;
  width: 82px;
  height: 58px;
  place-items: center;
  margin-bottom: 18px;
}

.app-page .usdt-summary {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.app-page .usdt-summary > div,
.app-page .usdt-countdown,
.app-page .usdt-warning {
  padding: 18px;
}

.app-page .usdt-qr-panel {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  align-items: center;
}

.app-page .fake-qr {
  border: 4px solid #111;
  border-radius: 16px;
  color: #111;
  background: #fffdf8;
  box-shadow: 0 5px 0 #ff7417;
}

.app-page .usdt-address-box {
  gap: 12px;
  text-align: left;
}

.home-page .footer {
  margin-top: 44px;
  padding: 34px 0 48px;
  color: #4d4a45;
  text-align: center;
}

@media (max-width: 1180px) {
  .home-page .site-header,
  .app-page .site-header,
  .home-page main,
  .app-page main,
  .home-page .footer,
  .app-page .footer {
    width: min(100% - 24px, 1540px);
  }

  .home-page .nav,
  .app-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 18px;
  }

  .home-page .brand,
  .app-page .brand,
  .home-page .nav-actions,
  .app-page .nav-actions {
    justify-self: center;
  }

  .app-page .detail-hero,
  .app-page .usdt-qr-panel {
    grid-template-columns: 1fr;
  }

  .app-page .detail-media {
    min-height: 320px;
  }
}

@media (max-width: 680px) {
  .home-page .nav-links,
  .app-page .nav-links {
    gap: 22px;
  }

  .home-page .nav-actions,
  .app-page .nav-actions {
    flex-wrap: wrap;
  }

  .home-page .telegram-button,
  .home-page .ghost-button,
  .home-page .primary-button,
  .app-page .telegram-button,
  .app-page .ghost-button,
  .app-page .primary-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .home-page .notice-card,
  .home-page .products-section,
  .app-page .query-shell,
  .app-page .auth-card,
  .app-page .detail-panel,
  .app-page .detail-description,
  .app-page .usdt-card {
    padding: 24px 18px;
  }

  .app-page .usdt-summary {
    grid-template-columns: 1fr;
  }
}

/* 2026-06-11：全站同步最终压制旧样式 */
.home-page .site-header,
.app-page .site-header {
  padding: 0;
}

.home-page .nav-links,
.app-page .nav-links {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-page .telegram-button,
.home-page .ghost-button,
.app-page .telegram-button,
.app-page .ghost-button {
  min-width: 106px;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 0;
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-light-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
}

.home-page .primary-button,
.app-page .primary-button {
  min-width: 128px;
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-dark-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
}

.app-page .usdt-page {
  width: min(1540px, calc(100% - 34px));
  background: transparent;
}

@media (max-width: 1180px) {
  .home-page .telegram-button,
  .home-page .ghost-button,
  .app-page .telegram-button,
  .app-page .ghost-button,
  .home-page .primary-button,
  .app-page .primary-button {
    min-height: 44px;
  }
}

@media (max-width: 680px) {
  .home-page .telegram-button,
  .home-page .ghost-button,
  .app-page .telegram-button,
  .app-page .ghost-button,
  .home-page .primary-button,
  .app-page .primary-button {
    min-width: 92px;
    min-height: 42px;
    padding: 0 14px;
  }
}

/* 2026-06-11：GPT Image 素材驱动版，CSS 仅做排版 */
.home-page {
  min-height: 100vh;
  overflow-x: hidden;
  color: #151515;
  background: linear-gradient(180deg, #f6eddf 0%, #fff7ec 48%, #f3e6d4 100%);
}

.home-page .site-header,
.home-page main {
  width: min(1540px, calc(100% - 34px));
  margin-right: auto;
  margin-left: auto;
}

.home-page .site-header {
  position: relative;
  z-index: 20;
  margin-top: 14px;
  border: 0;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 28px rgba(34, 28, 19, 0.12);
  backdrop-filter: blur(10px);
}

.home-page .nav {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(330px, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 76px;
  padding: 10px 28px;
}

.home-page .brand {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-self: start;
  color: #111;
  text-decoration: none;
}

.home-page .brand-mark {
  display: grid;
  width: 54px;
  height: 54px;
  overflow: hidden;
  place-items: center;
  border: 0;
  border-radius: 14px;
  background: #ff7417;
  box-shadow: 0 4px 0 #111;
}

.home-page .brand-mark img {
  width: 122%;
  max-width: none;
  height: 122%;
  object-fit: contain;
  object-position: center;
  transform: translateY(4px);
}

.home-page .brand strong {
  font-size: 25px;
  font-weight: 950;
  letter-spacing: 0;
}

.home-page .nav-links {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-self: center;
}

.home-page .nav-links a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  color: #111;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
}

.home-page .nav-links a.active::after {
  position: absolute;
  right: 6px;
  bottom: 3px;
  left: 6px;
  height: 7px;
  content: "";
  border-radius: 5px;
  background: #ff7417;
  box-shadow: 0 2px 0 #111;
}

.home-page .nav-actions {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: flex-end;
}

.home-page .telegram-button,
.home-page .ghost-button,
.home-page .primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 0;
  border-radius: 14px;
  color: #111;
  background: #fff;
  box-shadow: inset 0 0 0 2px rgba(17, 17, 17, 0.16), 0 4px 0 rgba(17, 17, 17, 0.14);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
}

.home-page .primary-button {
  color: #fff;
  background: #ff7417;
  box-shadow: 0 4px 0 #111, 0 12px 26px rgba(255, 116, 23, 0.24);
}

.home-page .hero {
  position: relative;
  height: min(680px, calc(100svh - 106px));
  min-height: 590px;
  margin-top: 12px;
  overflow: hidden;
  border: 0;
  border-radius: 26px;
  background: #fff8ec url("图片素材/heigou-hero-assets/hero-bg-gpt-pixel.png") center / 100% 100% no-repeat;
  box-shadow: 0 18px 34px rgba(39, 31, 19, 0.14);
}

.home-page .hero::before,
.home-page .hero::after,
.home-page .hero-visual::before,
.home-page .hero-visual::after {
  content: none;
}

.home-page .hero-shell.pixel-hero-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(470px, 560px) minmax(390px, 560px);
  gap: clamp(10px, 1.4vw, 22px);
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 100%;
  max-width: none;
  padding: clamp(38px, 4vh, 54px) clamp(50px, 4.4vw, 74px) clamp(36px, 3.8vh, 50px);
}

.home-page .pixel-hero-copy {
  display: grid;
  justify-items: start;
  max-width: 650px;
  transform: translateY(-2px);
}

.home-page .pixel-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0 0 26px;
}

.home-page .pixel-badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 216px;
  min-height: 54px;
  padding: 0 28px;
  border: 0;
  border-radius: 0;
  color: #f06412;
  background: transparent url("图片素材/heigou-hero-assets/pixel-badge-gpt.png") center / 100% 100% no-repeat;
  box-shadow: none;
  font-size: 17px;
  font-weight: 950;
  line-height: 1;
}

.home-page .pixel-badges span::before {
  content: none;
}

.home-page .pixel-hero-copy h1 {
  margin: 0 0 24px;
  color: #111;
  font-family: "PingFang SC", "Microsoft YaHei", "Arial Black", system-ui, sans-serif;
  font-size: clamp(78px, 6.2vw, 100px);
  font-weight: 1000;
  line-height: 0.98;
  letter-spacing: 0;
  text-shadow: 0 4px 0 rgba(255, 116, 23, 0.18), 4px 8px 0 rgba(17, 17, 17, 0.08);
  -webkit-text-stroke: 1px #111;
}

.home-page .pixel-hero-copy .hero-copy {
  max-width: 630px;
  margin: 0 0 34px;
  color: #263243;
  font-size: clamp(21px, 1.48vw, 24px);
  font-weight: 780;
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.home-page .pixel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  align-items: center;
  margin: 0 0 28px;
}

.home-page .pixel-button {
  position: relative;
  display: inline-flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  min-width: 214px;
  min-height: 70px;
  padding: 0 30px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 22px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none;
  transform: translate(0, 0);
  transition: transform 160ms ease, filter 160ms ease;
}

.home-page .pixel-button::before,
.home-page .pixel-button::after {
  content: none;
}

.home-page .pixel-button:hover {
  transform: translateY(2px);
  filter: brightness(1.03);
}

.home-page .pixel-button-dark {
  color: #fff;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-dark-gpt.png") center / 100% 100% no-repeat;
}

.home-page .pixel-button-light {
  color: #111;
  background: transparent url("图片素材/heigou-hero-assets/pixel-button-light-gpt.png") center / 100% 100% no-repeat;
}

.home-page .pixel-button span {
  font-size: 18px;
  transform: translateY(1px);
}

.home-page .pixel-note {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  max-width: 650px;
  margin: 0;
  color: #4d4a45;
  font-size: 16px;
  font-weight: 850;
  line-height: 1.6;
}

.home-page .pixel-note span {
  color: #ff7417;
  font-size: 13px;
}

.home-page .hero-visual {
  position: relative;
  justify-self: center;
  width: min(39vw, 560px);
  height: min(44vh, 406px);
  min-height: 350px;
  overflow: visible;
  transform: translate(-58px, 20px);
}

.home-page .hero-visual img {
  position: absolute;
  display: block;
  max-width: none;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}

.home-page .dog-mascot {
  right: 2%;
  bottom: 3%;
  z-index: 5;
  width: 86%;
  filter: drop-shadow(0 20px 18px rgba(17, 17, 17, 0.18));
  transform: none;
}

.home-page .hero-bubble {
  z-index: 8;
  max-width: none;
  filter: drop-shadow(0 15px 12px rgba(255, 116, 23, 0.16));
  animation: heroBubbleFloatReset 4.8s ease-in-out infinite;
}

.home-page .bubble-chatgpt {
  top: 4%;
  right: 4%;
  width: 19%;
  --bubble-rotate: 5deg;
  animation-delay: 0.15s;
}

.home-page .bubble-claude {
  top: 0;
  left: 39%;
  width: 18.5%;
  --bubble-rotate: 2deg;
  animation-delay: 0.6s;
}

.home-page .bubble-gemini {
  top: 10%;
  left: 13%;
  width: 11.5%;
  --bubble-rotate: -7deg;
  animation-delay: 0s;
}

.home-page .bubble-grok {
  top: 31%;
  right: 5%;
  width: 10.8%;
  --bubble-rotate: 4deg;
  animation-delay: 1s;
}

@media (min-width: 1181px) and (max-height: 820px) {
  .home-page .site-header {
    margin-top: 10px;
  }

  .home-page .nav {
    min-height: 68px;
    padding: 8px 24px;
  }

  .home-page .brand-mark {
    width: 48px;
    height: 48px;
  }

  .home-page .brand strong {
    font-size: 22px;
  }

  .home-page .hero {
    height: min(600px, calc(100svh - 92px));
    min-height: 560px;
  }

  .home-page .hero-shell.pixel-hero-shell {
    padding: 28px 54px 30px;
  }

  .home-page .pixel-badges {
    margin-bottom: 20px;
  }

  .home-page .pixel-badges span {
    min-width: 196px;
    min-height: 48px;
    font-size: 15px;
  }

  .home-page .pixel-hero-copy h1 {
    margin-bottom: 20px;
    font-size: clamp(68px, 5.6vw, 86px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    margin-bottom: 28px;
    font-size: clamp(19px, 1.32vw, 22px);
    line-height: 1.62;
  }

  .home-page .pixel-actions {
    margin-bottom: 22px;
  }

  .home-page .pixel-button {
    min-width: 196px;
    min-height: 62px;
    font-size: 20px;
  }

.home-page .hero-visual {
    width: min(39vw, 532px);
    height: min(43vh, 380px);
    min-height: 340px;
    transform: translate(-42px, 18px);
  }
}

@media (max-width: 1180px) {
  .home-page .site-header,
  .home-page main {
    width: min(100% - 24px, 1540px);
  }

  .home-page .nav {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 18px;
  }

  .home-page .brand,
  .home-page .nav-actions {
    justify-self: center;
  }

  .home-page .hero {
    height: auto;
    min-height: auto;
  }

  .home-page .hero-shell.pixel-hero-shell {
    grid-template-columns: 1fr;
    gap: 26px;
    justify-items: center;
    padding: 42px 24px 30px;
  }

  .home-page .pixel-hero-copy {
    justify-items: center;
    max-width: 720px;
    text-align: center;
  }

  .home-page .pixel-badges,
  .home-page .pixel-actions {
    justify-content: center;
  }

  .home-page .pixel-hero-copy .hero-copy,
  .home-page .pixel-note {
    text-align: center;
  }

  .home-page .hero-visual {
    justify-self: center;
    width: min(92vw, 760px);
    height: 520px;
    min-height: 430px;
    transform: none;
  }
}

@media (max-width: 680px) {
  .home-page .nav-links {
    gap: 22px;
  }

  .home-page .nav-actions {
    flex-wrap: wrap;
  }

  .home-page .telegram-button,
  .home-page .ghost-button,
  .home-page .primary-button {
    min-height: 42px;
    padding: 0 14px;
    font-size: 13px;
  }

  .home-page .pixel-badges span {
    min-width: 160px;
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  .home-page .pixel-hero-copy h1 {
    font-size: clamp(48px, 14vw, 64px);
  }

  .home-page .pixel-hero-copy .hero-copy {
    font-size: 16px;
    line-height: 1.7;
  }

  .home-page .pixel-actions {
    gap: 14px;
  }

  .home-page .pixel-button {
    min-width: 150px;
    min-height: 54px;
    padding: 0 18px;
    font-size: 16px;
  }

  .home-page .hero-visual {
    width: 100%;
    height: 350px;
    min-height: 350px;
  }

  .home-page .dog-mascot {
    width: 94%;
  }
}
