:root {
  --bg: #f5f7fb;
  --card: #ffffff;
  --text: #1f2937;
  --muted: #6b7280;
  --line: #e5e7eb;
  --primary: #ef4444;
  --primary-dark: #dc2626;
  --success: #16a34a;
  --danger: #dc2626;
  --radius: 18px;
  --shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
  --max: 1280px;
  --panel-title: 15px;
  --panel-text: 14px;
  --panel-meta: 12px;
  --config-nav-color: #999999;
  --config-nav-active: #e1251b;
}
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Microsoft YaHei', sans-serif; color: var(--text); background: var(--bg); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.site-head { position: sticky; top: 0; z-index: 20; }
.site-toolbar { background: #e3e4e5; color: var(--config-nav-color); font-size: 12px; border-bottom: 1px solid #ddd; }
.site-toolbar__inner { max-width: var(--max); margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 36px; padding: 0 20px; }
.site-toolbar__right { display: flex; align-items: center; gap: 18px; }
.site-toolbar a:hover { color: var(--config-nav-active); }
.site-header { background: #fff; border-bottom: 1px solid #f0f0f0; box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04); }
.site-header__inner { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: 220px minmax(0, 1fr); align-items: start; gap: 30px; padding: 22px 20px 14px; }
.brand { display: inline-flex; align-items: center; align-self: start; gap: 12px; color: var(--text); min-height: 48px; }
.brand__logo, .brand__mark { width: 44px; height: 44px; border-radius: 14px; object-fit: contain; flex: 0 0 44px; }
.brand__logo { background: #fff; padding: 2px; }
.brand__mark { display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ef4444, #fb7185); color: #fff; font-size: 22px; font-weight: 700; box-shadow: 0 12px 24px rgba(239, 68, 68, 0.28); }
.site-search { display: grid; align-self: start; gap: 8px; }
.site-search__bar { display: grid; grid-template-columns: minmax(0, 1fr) 72px; align-items: stretch; border: 2px solid #e1251b; }
.site-search__input { display: block; width: 100%; min-height: 44px; padding: 0 16px; color: #374151; background: #fff; border: 0; outline: none; }
.site-search__input::placeholder { color: #9ca3af; }
.site-search__btn { display: flex; align-items: center; justify-content: center; min-height: 44px; background: #e1251b; color: #fff; font-weight: 700; border: 0; cursor: pointer; }
.site-search__hot { display: flex; flex-wrap: wrap; gap: 12px; min-height: 18px; font-size: 12px; }
.site-search__hot a { color: #999; }
.site-search__hot a:hover { color: var(--config-nav-active); }
.site-footer { margin-top: 24px; border-top: 1px solid #e5e7eb; background: #fff; }
.site-footer:empty { display: none; }
.site-footer__inner { max-width: var(--max); margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 20px; padding: 18px 20px 28px; color: #6b7280; font-size: 12px; text-align: center; }
.site-footer__record a:hover { color: var(--config-nav-active); }
.site-footer__brand { color: #9ca3af; }
.site-cart { justify-self: end; display: inline-flex; align-items: center; gap: 8px; min-height: 38px; padding: 0 18px; border: 1px solid #eee; background: #fff; color: #e1251b; }
.site-cart__icon { font-size: 16px; line-height: 1; }
.site-navline { background: #fff; border-bottom: 2px solid #f10215; }
.site-navline__inner { max-width: var(--max); margin: 0 auto; padding: 0 20px; }
.site-nav { display: flex; gap: 28px; align-items: center; min-height: 44px; }
.site-nav a { color: #333; font-weight: 700; font-size: 15px; padding: 0; border-radius: 0; line-height: 44px; }
.site-nav a:hover, .site-nav a.is-active { color: #e1251b; }
.site-main { max-width: var(--max); margin: 32px auto 60px; padding: 0 20px; }
.pc-page__header { margin-bottom: 18px; }
.pc-page__header h2 { margin: 0; font-size: 30px; }
.pc-page__layout { display: grid; grid-template-columns: 260px minmax(0,1fr); gap: 24px; }
.pc-page__layout:has(.pc-sidebar) .pc-page__content { min-width: 0; }
.pc-page__layout:not(:has(.pc-sidebar)) { grid-template-columns: 1fr; }
.pc-sidebar { display: flex; flex-direction: column; gap: 10px; padding: 18px; background: var(--card); border-radius: 0; box-shadow: var(--shadow); height: fit-content; position: sticky; top: 96px; }
.pc-sidebar a { padding: 12px 14px; border-radius: 12px; color: var(--muted); }
.pc-sidebar a:hover { background: #fff1f2; color: var(--primary); }
.pc-card { background: var(--card); border-radius: 0; box-shadow: var(--shadow); margin-bottom: 24px; overflow: hidden; }
.pc-card__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 20px 24px 0; }
.pc-card__head h3 { margin: 0; font-size: var(--panel-title); }
.pc-card__body { padding: 24px; }
.pc-empty { padding: 48px 24px; text-align: center; color: var(--muted); background: linear-gradient(180deg, #fff, #f8fafc); border-radius: 0; }
.hero-grid, .two-col { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.jd-home-hero { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 12px; margin-bottom: 24px; }
.jd-category-nav { border-radius: 0; background: #fff; color: #333; box-shadow: none; overflow: hidden; border: 1px solid #f0f0f0; }
.jd-category-nav__title { padding: 14px 18px; font-size: 15px; font-weight: 700; background: #f10215; color: #fff; border-bottom: 0; }
.jd-category-nav__list { padding: 10px; display: grid; gap: 4px; }
.jd-category-nav__item { width: 100%; display: grid; gap: 4px; min-height: 56px; padding: 10px 14px; border: 0; border-radius: 0; background: transparent; color: #666; cursor: pointer; text-align: left; border-bottom: 1px solid #f5f5f5; }
.jd-category-nav__item strong { font-size: 14px; font-weight: 600; color: #333; }
.jd-category-nav__item span { font-size: 12px; color: #999; line-height: 1.4; }
.jd-category-nav__item:hover { background: #fff7f7; }
.jd-home-stage { display: grid; grid-template-columns: minmax(0, 1fr) 240px; gap: 12px; }
.jd-home-stage__main { display: grid; grid-template-columns: 1fr; gap: 12px; min-height: 430px; }
.jd-home-stage__copy { padding: 32px; border-radius: 28px; background:
  radial-gradient(circle at top right, rgba(255,255,255,0.25), transparent 30%),
  linear-gradient(135deg, #0f172a 0%, #1e293b 40%, #b91c1c 120%);
  color: #fff;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.18);
}
.jd-home-stage__eyebrow { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.16); font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.jd-home-stage__copy h3 { margin: 14px 0 12px; font-size: 38px; line-height: 1.14; }
.jd-home-stage__copy p { margin: 0 0 24px; max-width: 660px; line-height: 1.8; color: rgba(255,255,255,0.8); }
.jd-home-stage__links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.jd-home-stage__link { min-height: 34px; padding: 0 14px; border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; background: rgba(255,255,255,0.08); color: #fff; cursor: pointer; font-size: 13px; }
.jd-home-stage__link:hover { background: rgba(255,255,255,0.16); }
.jd-home-stage__stats { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; margin-top: 22px; }
.jd-highlight-card { display: grid; gap: 8px; padding: 18px; border-radius: 18px; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); }
.jd-highlight-card strong { font-size: 16px; color: #fff; }
.jd-highlight-card span { color: rgba(255,255,255,0.72); font-size: 13px; line-height: 1.5; }
.jd-home-stage__actions { display: flex; gap: 12px; margin-top: 20px; }
.jd-home-stage__actions .pc-btn { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); color: #fff; }
.jd-home-stage__actions .pc-btn--primary { background: #fff; color: #b91c1c; border-color: #fff; }
.jd-home-stage__visual { border-radius: 0; overflow: hidden; background: linear-gradient(180deg, #fff7f7, #fff); box-shadow: none; min-height: 430px; }
.jd-home-stage__visual img { width: 100%; height: 100%; object-fit: cover; }
.jd-home-stage__placeholder { height: 100%; padding: 0; background: #fff; }
.jd-ad-swiper { position: relative; height: 100%; min-height: 430px; background: #f3f4f6; overflow: hidden; }
.jd-ad-swiper__viewport { position: relative; width: 100%; height: 100%; min-height: 430px; }
.jd-ad-swiper__slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.jd-ad-swiper__slide.is-active { opacity: 1; pointer-events: auto; }
.jd-ad-swiper__link { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: pointer; }
.jd-ad-swiper__link img { width: 100%; height: 100%; object-fit: cover; }
.jd-ad-swiper__caption { position: absolute; left: 20px; bottom: 20px; display: inline-flex; max-width: calc(100% - 40px); padding: 10px 16px; border-radius: 999px; background: rgba(17, 24, 39, 0.58); color: #fff; font-size: 14px; line-height: 1.4; backdrop-filter: blur(8px); }
.jd-ad-swiper__dots { position: absolute; left: 50%; bottom: 18px; display: flex; gap: 8px; transform: translateX(-50%); z-index: 2; }
.jd-ad-swiper__dot { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,0.6); cursor: pointer; transition: all 0.2s ease; }
.jd-ad-swiper__dot.is-active { width: 26px; background: #e1251b; }
.jd-ad-swiper--empty { display: flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #f8fafc, #eef2f7); }
.jd-ad-swiper__empty { color: #6b7280; font-size: 16px; }
.jd-home-stage__aside { display: grid; gap: 12px; }
.jd-side-card { padding: 16px; border-radius: 0; background: #fff; box-shadow: none; border: 1px solid #f0f0f0; }
.jd-side-card--soft { background: #fff; }
.jd-side-card__title { margin-bottom: 16px; font-size: var(--panel-title); font-weight: 700; color: #1f2937; }
.jd-member-mini { display: flex; gap: 14px; align-items: center; padding: 16px; border-radius: 0; background: linear-gradient(135deg, #fff7f7, #fff); border: 1px solid #ffe4e6; }
.jd-member-mini__avatar { width: 52px; height: 52px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg, #ef4444, #fb7185); color: #fff; font-weight: 700; font-size: 20px; box-shadow: 0 12px 24px rgba(239, 68, 68, 0.2); }
.jd-member-mini__body { display: grid; gap: 4px; }
.jd-member-mini__body strong { font-size: var(--panel-text); color: #111827; }
.jd-member-mini__body span { color: var(--muted); font-size: var(--panel-meta); line-height: 1.5; }
.jd-mini-actions { display: flex; gap: 10px; margin: 14px 0 16px; }
.jd-news-brief { display: grid; gap: 12px; }
.jd-news-brief__item { display: grid; gap: 6px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; cursor: pointer; }
.jd-news-brief__item:last-child { border-bottom: 0; padding-bottom: 0; }
.jd-news-brief__item strong { line-height: 1.5; }
.jd-news-brief__item span { color: var(--muted); font-size: var(--panel-meta); }
.jd-service-list { display: grid; gap: 10px; }
.jd-service-item { width: 100%; display: grid; gap: 4px; padding: 14px 16px; border: 1px solid #f1f5f9; border-radius: 16px; background: #fff; cursor: pointer; text-align: left; }
.jd-service-item:hover { border-color: #fecaca; background: #fff5f5; }
.jd-service-item strong { font-size: var(--panel-text); color: #111827; }
.jd-service-item span { color: var(--muted); font-size: var(--panel-meta); line-height: 1.5; }
.jd-service-item--menu { display: flex; align-items: center; gap: 12px; }
.jd-service-item--menu img { width: 28px; height: 28px; object-fit: contain; flex: 0 0 auto; }
.hero-banner { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.85fr); gap: 24px; margin-bottom: 24px; }
.hero-banner__main { position: relative; padding: 34px; border-radius: 28px; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-banner__main h3 { margin: 12px 0 12px; font-size: 36px; line-height: 1.18; max-width: 720px; }
.hero-banner__main p { margin: 0 0 26px; max-width: 720px; line-height: 1.8; color: var(--muted); }
.hero-banner__eyebrow { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: #fff1f2; border: 1px solid #fecdd3; color: #e1251b; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; }
.hero-banner__stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 24px; }
.hero-banner__stats .pc-stat { background: #fff; border-color: #f3d1d8; }
.hero-banner__stats .pc-stat__label, .hero-banner__stats .pc-stat__hint { color: var(--muted); }
.hero-banner__stats .pc-stat__value { color: var(--text); }
.hero-banner__side { display: grid; gap: 18px; }
.hero-panel { padding: 24px; border-radius: 0; background: #fff; box-shadow: var(--shadow); }
.hero-panel--soft { background: linear-gradient(180deg, #fff7f7, #ffffff); }
.hero-panel__label { margin-bottom: 14px; font-size: 13px; font-weight: 700; color: var(--muted); letter-spacing: 0.08em; text-transform: uppercase; }
.hero-panel__list { display: grid; gap: 14px; }
.hero-panel__list div { display: flex; align-items: baseline; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid #f1f5f9; }
.hero-panel__list div:last-child { border-bottom: 0; padding-bottom: 0; }
.hero-panel__list strong { font-size: 26px; color: var(--text); }
.hero-panel__list span { color: var(--muted); }
.menu-grid, .coupon-grid, .toolbar-row, .category-links, .spec-options, .recharge-grid { display: flex; flex-wrap: wrap; gap: 12px; }
.category-links--all { gap: 10px; }
.menu-grid--dense .menu-tile { width: calc(25% - 9px); min-width: 92px; padding: 14px 10px; }
.menu-tile { display: flex; flex-direction: column; align-items: center; justify-content: center; width: calc(20% - 10px); min-width: 112px; border: 1px solid var(--line); background: #fff; border-radius: 16px; padding: 16px 10px; cursor: pointer; }
.menu-tile img { width: 42px; height: 42px; object-fit: contain; margin-bottom: 8px; }
.menu-tile:hover { border-color: #fecaca; transform: translateY(-2px); }
.news-list, .review-list, .message-list, .timeline { display: grid; gap: 14px; }
.news-item, .review-card, .message-row, .timeline-item, .level-card { border: 1px solid var(--line); border-radius: 16px; padding: 16px; background: #fff; }
.news-item h4, .message-row strong { margin: 0 0 8px; }
.news-item p, .review-card p, .message-row p, .timeline-item p, .muted-text { margin: 0; color: var(--muted); line-height: 1.6; }
.poster-row { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.poster-card { overflow: hidden; border: 1px solid var(--line); border-radius: 0; background: linear-gradient(180deg, #fff, #f8fafc); cursor: pointer; }
.poster-card img { width: 100%; height: 220px; object-fit: cover; }
.poster-card div { padding: 14px; display: grid; gap: 6px; }
.jd-activity-strip { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; margin-bottom: 24px; }
.jd-activity-card { overflow: hidden; border-radius: 0; background: linear-gradient(180deg, #fff, #fff8f8); box-shadow: var(--shadow); cursor: pointer; }
.jd-activity-card img { width: 100%; height: 220px; object-fit: cover; }
.jd-activity-card div { padding: 16px 18px 18px; display: grid; gap: 6px; }
.jd-activity-card strong { font-size: var(--panel-text); }
.jd-activity-card span { color: var(--muted); font-size: var(--panel-meta); }
.jd-bulletin { display: grid; gap: 14px; }
.jd-bulletin__item { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 18px; border-radius: 0; background: linear-gradient(180deg, #fff, #fafafa); border: 1px solid #f3f4f6; cursor: pointer; }
.jd-bulletin__item strong { color: #111827; }
.jd-bulletin__item span { color: var(--muted); font-size: var(--panel-meta); }
.jd-floor { margin-bottom: 24px; border-radius: 0; background: linear-gradient(180deg, #fff, #fffaf9); box-shadow: var(--shadow); overflow: hidden; }
.jd-floor__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 24px; background: linear-gradient(90deg, #fff1f2 0%, #fff 70%); border-bottom: 1px solid #f1f5f9; }
.jd-floor__title { display: flex; align-items: center; gap: 16px; }
.jd-floor__title span { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 16px; background: linear-gradient(135deg, #ef4444, #fb7185); color: #fff; font-weight: 700; font-size: var(--panel-title); box-shadow: 0 12px 24px rgba(239, 68, 68, 0.16); }
.jd-floor__title h3 { margin: 0 0 4px; font-size: var(--panel-text); }
.jd-floor__title p { margin: 0; color: var(--muted); font-size: var(--panel-meta); }
.jd-floor__more { color: var(--primary); font-weight: 600; font-size: var(--panel-meta); }
.jd-floor__body { padding: 24px; }
.goods-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.goods-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; cursor: pointer; transition: 0.2s ease; }
.goods-card:hover { transform: translateY(-3px); box-shadow: 0 14px 26px rgba(15, 23, 42, 0.08); }
.goods-card__image { aspect-ratio: 1 / 1; background: #f8fafc; }
.goods-card__image img { width: 100%; height: 100%; object-fit: cover; }
.goods-card__body { padding: 16px; display: grid; gap: 8px; }
.goods-card__body h4 { margin: 0; min-height: 44px; font-size: var(--panel-text); line-height: 1.4; }
.goods-card__price { color: var(--primary); font-size: 22px; font-weight: 700; }
.goods-card__meta { color: var(--muted); font-size: 13px; }
.search-bar { display: flex; gap: 12px; }
.search-bar input, .form-grid input, .form-grid select, .pc-textarea, #order-address, .mini-input { width: 100%; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; background: #fff; }
.pc-textarea { min-height: 120px; resize: vertical; }
.pc-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 10px 18px; border: 1px solid var(--line); border-radius: 999px; background: #fff; cursor: pointer; }
.pc-btn--primary { border-color: var(--primary); background: var(--primary); color: #fff; }
.pc-btn--primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); }
.pc-btn--ghost { color: var(--danger); }
.panel-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between; margin-top: 16px; }
.inline-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.toolbar-block { display: grid; gap: 16px; }
.pc-pagination { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.pc-pagination__info { color: var(--muted); font-size: 13px; }
.pc-pagination__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.pc-pagination__actions .pc-btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.hero-price { font-size: 42px; font-weight: 700; color: var(--primary); }
.coupon-card { display: grid; gap: 8px; width: 180px; padding: 18px; border-radius: 18px; border: 1px solid #fecaca; background: linear-gradient(180deg, #fff7f7, #fff); text-align: left; cursor: pointer; }
.coupon-card strong { font-size: 28px; color: var(--primary); }
.coupon-card em { color: var(--muted); font-style: normal; }
.coupon-card--readonly { cursor: default; }
.category-layout { display: grid; gap: 24px; }
.category-panel { padding: 20px; border-radius: 0; background: var(--card); box-shadow: var(--shadow); }
.category-panel h3 { margin: 0 0 16px; }
.link-chip { border: 1px solid var(--line); background: #fff; border-radius: 999px; padding: 10px 14px; cursor: pointer; }
.link-chip.is-active, .link-chip:hover { border-color: #fca5a5; color: var(--primary); background: #fff1f2; }
.category-level-1 { font-weight: 700; }
.category-level-2 { padding-left: 18px; }
.category-level-3 { padding-left: 22px; font-size: 12px; color: var(--muted); }
.goods-detail { display: grid; grid-template-columns: 1.1fr 1fr; gap: 24px; }
.goods-gallery { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: var(--shadow); }
.goods-gallery img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
.goods-summary { display: grid; gap: 16px; }
.goods-price { color: var(--primary); font-size: 44px; font-weight: 700; }
.notice-box { padding: 16px 18px; border-radius: 0; background: #fff7ed; color: #9a3412; }
.spec-group { display: grid; gap: 10px; margin-bottom: 18px; }
.goods-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.pc-table-wrap { overflow: auto; }
.pc-table { width: 100%; border-collapse: collapse; }
.pc-table th, .pc-table td { padding: 14px 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: middle; }
.pc-table th { color: var(--muted); font-weight: 600; }
.mini-media { display: flex; gap: 12px; align-items: center; cursor: pointer; }
.mini-media img { width: 56px; height: 56px; object-fit: cover; border-radius: 12px; }
.profile-box { display: flex; align-items: center; gap: 16px; }
.profile-box--hero { align-items: flex-start; }
.avatar-lg { width: 86px; height: 86px; border-radius: 50%; object-fit: cover; background: #f1f5f9; }
.avatar-lg--hero { width: 96px; height: 96px; border: 4px solid rgba(255,255,255,0.28); box-shadow: 0 14px 28px rgba(17, 24, 39, 0.18); }
.stat-grid, .detail-grid, .order-metrics, .result-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.user-hero { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr); gap: 24px; margin-bottom: 24px; }
.user-hero__profile { padding: 30px; border-radius: 0; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.user-hero__profile h3 { margin: 10px 0 10px; font-size: 34px; }
.user-hero__profile p { margin: 0 0 6px; color: var(--muted); }
.user-hero__label { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: #fff1f2; border: 1px solid #fecdd3; color: #e1251b; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }
.user-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.user-hero__actions .pc-btn { background: #fff; border-color: var(--line); color: var(--text); }
.user-hero__actions .pc-btn--primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.user-hero__stats { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.jd-account-hero { display: grid; grid-template-columns: minmax(0, 1.2fr) 420px; gap: 24px; margin-bottom: 24px; }
.jd-account-hero__main { padding: 30px; border-radius: 28px; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.jd-account-hero__aside { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.order-shortcuts { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 14px; }
.order-shortcut { display: grid; gap: 10px; padding: 18px; border-radius: 0; border: 1px solid var(--line); background: linear-gradient(180deg, #ffffff, #f8fafc); transition: 0.2s ease; }
.order-shortcut span { color: var(--muted); }
.order-shortcut strong { font-size: 28px; color: var(--text); }
.order-shortcut:hover { transform: translateY(-2px); border-color: #fecaca; box-shadow: 0 16px 28px rgba(239, 68, 68, 0.08); }
.jd-asset-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 18px; }
.jd-category-page { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 20px; }
.jd-category-page__aside { padding: 20px; border-radius: 0; background: linear-gradient(180deg, #2b2b2b, #151515); color: rgba(255,255,255,0.86); box-shadow: 0 18px 36px rgba(17, 24, 39, 0.14); height: fit-content; position: sticky; top: 150px; }
.jd-pane-title { margin-bottom: 14px; font-size: 15px; font-weight: 700; }
.jd-pane-list { display: grid; gap: 6px; }
.jd-pane-link { width: 100%; min-height: 42px; display: flex; align-items: center; padding: 0 14px; border: 0; border-radius: 12px; background: transparent; color: rgba(255,255,255,0.84); cursor: pointer; text-align: left; }
.jd-pane-link.is-active, .jd-pane-link:hover { background: rgba(255,255,255,0.08); color: #fff; }
.jd-category-page__content { display: grid; gap: 20px; }
.jd-category-banner { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 32px; border-radius: 28px; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.jd-category-banner h3 { margin: 12px 0 10px; font-size: 34px; }
.jd-category-banner p { margin: 0; color: var(--muted); line-height: 1.8; max-width: 760px; }
.jd-category-banner__eyebrow { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: #fff1f2; border: 1px solid #fecdd3; color: #e1251b; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.category-layout--jd { gap: 20px; }
.category-panel--jd { padding: 24px; border-radius: 0; background: linear-gradient(180deg, #fff, #fffaf9); box-shadow: var(--shadow); }
.category-panel__head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.category-panel__head h3 { margin: 0 0 4px; font-size: 24px; }
.category-panel__head p { margin: 0; color: var(--muted); }
.category-panel__goods { margin-top: 18px; }
.jd-search-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; padding: 28px 32px; border-radius: 28px; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.jd-search-head__main h3 { margin: 12px 0 10px; font-size: 34px; }
.jd-search-head__main p { margin: 0; color: var(--muted); line-height: 1.8; max-width: 760px; }
.search-bar--wide { width: 440px; }
.search-bar--wide input { min-height: 48px; }
.jd-filter-tag { display: inline-flex; align-items: center; padding: 10px 14px; border-radius: 999px; background: #fff1f2; color: var(--primary); }
.jd-goods-hero { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr); gap: 24px; margin-bottom: 24px; }
.jd-goods-hero__gallery, .jd-goods-hero__summary { display: grid; gap: 16px; }
.goods-gallery--jd { border-radius: 28px; }
.jd-thumb-row { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 12px; }
.jd-thumb-row__item { overflow: hidden; border-radius: 0; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.jd-thumb-row__item img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.jd-goods-titlebar { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.jd-goods-titlebar h3 { margin: 12px 0 0; font-size: 34px; line-height: 1.3; }
.jd-price-box { padding: 24px; border-radius: 0; background: linear-gradient(180deg, #fff5f5, #fff); border: 1px solid #ffe4e6; }
.jd-price-box__meta { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; margin-top: 18px; }
.jd-action-panel { padding: 22px; border-radius: 0; background: #fff; box-shadow: var(--shadow); }
.jd-qty-box { display: grid; gap: 10px; color: var(--muted); }
.jd-qty-box input { width: 140px; border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.goods-actions--jd { margin-top: 18px; }
.jd-cart-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; padding: 28px 32px; border-radius: 28px; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.jd-cart-head h3 { margin: 12px 0 10px; font-size: 34px; }
.jd-cart-head p { margin: 0; color: var(--muted); line-height: 1.8; max-width: 760px; }
.jd-cart-head__stats { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; width: 540px; }
.jd-cart-head__stats .pc-stat { background: #fff; border-color: #f3d1d8; }
.jd-cart-head__stats .pc-stat__label, .jd-cart-head__stats .pc-stat__hint { color: var(--muted); }
.jd-cart-head__stats .pc-stat__value { color: var(--text); }
.jd-cart-layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; gap: 24px; }
.jd-cart-layout__main .pc-table-wrap { border-radius: 0; background: #fff; box-shadow: var(--shadow); padding: 10px 20px; }
.jd-cart-summary { display: grid; gap: 14px; }
.jd-cart-summary div { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid #f3f4f6; }
.jd-cart-summary div:last-child { border-bottom: 0; padding-bottom: 0; }
.jd-cart-summary strong { font-size: 24px; color: var(--primary); }
.login-promo { display: grid; grid-template-columns: minmax(0, 1.15fr) 360px; gap: 24px; padding: 28px; border-radius: 0; background:
  linear-gradient(180deg, #fff7f7 0%, #ffffff 100%);
  color: var(--text);
  border: 1px solid #ffe4e6;
  box-shadow: var(--shadow);
}
.login-promo__eyebrow { display: inline-flex; padding: 8px 14px; border-radius: 999px; background: #fff1f2; border: 1px solid #fecdd3; color: #e1251b; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; }
.login-promo__main h3 { margin: 14px 0 12px; font-size: 34px; }
.login-promo__main p { margin: 0; max-width: 620px; line-height: 1.8; color: var(--muted); }
.login-promo__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.login-promo__actions .pc-btn { background: #fff; border-color: var(--line); color: var(--text); }
.login-promo__actions .pc-btn--primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.login-promo__side { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.login-promo__side .pc-stat { background: #fff; border-color: #f3d1d8; }
.login-promo__side .pc-stat__label, .login-promo__side .pc-stat__hint { color: var(--muted); }
.login-promo__side .pc-stat__value { color: var(--text); }
.pc-stat { padding: 16px; border: 1px solid var(--line); border-radius: 0; background: linear-gradient(180deg, #fff, #f8fafc); display: grid; gap: 8px; }
.pc-stat__label, .pc-stat__hint { color: var(--muted); font-size: var(--panel-meta); }
.pc-stat__value { font-size: 24px; }
.pc-tag { display: inline-flex; padding: 6px 10px; border-radius: 999px; font-size: 12px; }
.pc-tag--success { background: #dcfce7; color: var(--success); }
.pc-tag--danger { background: #fee2e2; color: var(--danger); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.form-grid label { display: grid; gap: 8px; }
.radio-line, .radio-card { display: flex; gap: 10px; align-items: center; padding: 12px 14px; border: 1px solid var(--line); border-radius: 16px; }
.radio-card { min-width: 120px; }
.result-box { display: grid; gap: 20px; }
.result-box__icon { display: inline-flex; width: fit-content; padding: 14px 18px; background: #dcfce7; color: var(--success); border-radius: 999px; font-weight: 700; }
.iframe-wrap iframe { width: 100%; min-height: 820px; border: 0; border-radius: 16px; background: #fff; }
.article-html { line-height: 1.9; color: #374151; }
.article-html img { max-width: 100%; height: auto; }
.shell-loading { padding: 80px 0; text-align: center; color: var(--muted); }
@media (max-width: 1200px) {
  .goods-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .poster-row, .hero-grid, .two-col, .goods-detail, .stat-grid, .detail-grid, .order-metrics, .result-grid, .hero-banner, .user-hero, .jd-home-stage, .jd-account-hero, .login-promo, .jd-category-page, .jd-cart-layout, .jd-goods-hero { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hero-banner__stats, .order-shortcuts, .jd-home-stage__stats, .jd-activity-strip, .jd-price-box__meta, .jd-cart-head__stats { grid-template-columns: repeat(2, minmax(0,1fr)); width: auto; }
}
@media (max-width: 960px) {
  .site-toolbar__inner, .site-header__inner { flex-wrap: wrap; height: auto; padding: 12px 20px; }
  .site-toolbar__right, .site-nav { justify-content: flex-start; flex-wrap: wrap; }
  .site-search-entrance { max-width: none; width: 100%; }
  .pc-page__layout, .goods-detail, .hero-grid, .two-col, .form-grid, .hero-banner, .user-hero, .jd-home-hero, .jd-home-stage, .jd-home-stage__main, .jd-account-hero, .login-promo, .jd-category-page, .jd-cart-layout, .jd-goods-hero { grid-template-columns: 1fr; }
  .jd-category-banner, .jd-search-head, .jd-cart-head, .category-panel__head, .jd-goods-titlebar { flex-direction: column; align-items: flex-start; }
  .goods-grid, .poster-row, .stat-grid, .detail-grid, .order-metrics, .result-grid { grid-template-columns: 1fr 1fr; }
  .hero-banner__stats, .user-hero__stats, .order-shortcuts, .jd-home-stage__stats, .jd-account-hero__aside, .jd-activity-strip, .login-promo__side, .jd-price-box__meta, .jd-cart-head__stats, .jd-thumb-row { grid-template-columns: 1fr 1fr; }
  .search-bar--wide { width: 100%; }
}
@media (max-width: 640px) {
  .site-main { padding: 0 14px; }
  .goods-grid, .poster-row, .goods-detail, .stat-grid, .detail-grid, .order-metrics, .result-grid, .hero-banner__stats, .user-hero__stats, .order-shortcuts, .jd-home-stage__stats, .jd-account-hero__aside, .jd-activity-strip, .login-promo__side, .jd-price-box__meta, .jd-cart-head__stats, .jd-thumb-row { grid-template-columns: 1fr; }
  .menu-tile { width: calc(50% - 6px); }
  .menu-grid--dense .menu-tile { width: calc(50% - 6px); }
}
