body.wm-body {
  background: #f5f8fd;
  color: #3a4658;
}

.topbar {
  background: #1d4ed8;
  color: #cfe0f5;
  font-size: 13px;
}

.topbar .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
}

.tb-left {
  display: flex;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

.tb-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.topbar a {
  color: #cfe0f5;
}

.topbar a:hover {
  color: #ffffff;
}

.ticker {
  display: flex;
  gap: 28px;
  white-space: nowrap;
  will-change: transform;
}

.ticker__item b {
  color: #ffffff;
}

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e6eaf0;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.header .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 64px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.brand__mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: #ffffff;
}

.brand__name {
  display: block;
  color: #16202e;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0.5px;
}

.brand__name small {
  display: block;
  color: #6a7686;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
}

.nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav a {
  position: relative;
  padding: 8px 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #3a4658;
}

.nav a:hover {
  color: #2563eb;
  background: #eff5ff;
}

.nav a.active {
  color: #2563eb;
}

.nav a.active::after {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: -1px;
  height: 3px;
  border-radius: 3px;
  background: #f97316;
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.nav-toggle,
.nav-cta {
  display: none;
}

.nav-cta--login {
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #ffffff;
}

.nav-cta--login:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #ea580c, #f97316);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.18s;
}

.btn-primary {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
}

.btn-primary:hover {
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8, #2563eb);
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
  transform: translateY(-1px);
}

.btn-accent {
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #ffffff;
}

.btn-accent:hover {
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
  transform: translateY(-1px);
}

.btn-line {
  background: #ffffff;
  color: #1d4ed8;
  border-color: #2563eb;
}

.btn-line:hover {
  background: #eff5ff;
  color: #1d4ed8;
}

.btn-outline {
  background: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.55);
}

.btn-outline:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.btn-sm {
  padding: 7px 14px;
  font-size: 13px;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      1100px 520px at 82% -12%,
      rgba(56, 189, 248, 0.4),
      transparent 60%
    ),
    radial-gradient(
      900px 520px at 0% 115%,
      rgba(29, 78, 216, 0.45),
      transparent 55%
    ),
    linear-gradient(135deg, #1d4ed8 0%, #2563eb 52%, #3b82f6 100%);
  color: #ffffff;
}

.hero--rights-theme,
.member-hero {
  background:
    radial-gradient(
      circle at 86% 22%,
      rgba(14, 165, 233, 0.32),
      transparent 34%
    ),
    linear-gradient(125deg, #0f172a 0%, #1d4ed8 58%, #0f766e 100%);
}

.hero .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 56px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
  align-items: center;
}

.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 13px;
  margin-bottom: 18px;
}

.hero h1 {
  margin: 0 0 14px;
  font-size: 40px;
  line-height: 1.15;
  color: #ffffff;
}

.hero h1 .hl {
  color: #ffc24b;
}

.hero p.lead {
  max-width: 620px;
  margin: 0 0 26px;
  font-size: 17px;
  color: #e6eefb;
}

.hero__search {
  display: flex;
  max-width: 560px;
  padding: 6px;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 20px 46px rgba(37, 99, 235, 0.16);
}

.hero__search input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 10px 18px;
  color: #16202e;
  font-size: 15px;
}

.hero__search button {
  border: none;
  border-radius: 999px;
  padding: 10px 26px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #ffffff;
  font-weight: 700;
}

.hero__cta {
  display: flex;
  gap: 14px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero__stats {
  display: flex;
  gap: 36px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.hero__stats .s b {
  display: block;
  color: #ffffff;
  font-size: 26px;
}

.hero__stats .s span {
  font-size: 13px;
  color: #b9d2f3;
}

.hero__panel {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 46px rgba(37, 99, 235, 0.16);
}

.hp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.hp-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #7ee0a8;
  font-size: 11px;
  font-weight: 600;
}

.hp-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34d399;
  box-shadow: 0 0 0 3px rgba(52, 211, 153, 0.25);
}

.hp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #d7e6fb;
  font-size: 13px;
  gap: 10px;
}

.hp-row b {
  color: #ffffff;
  font-size: 15px;
}

.price-board {
  position: relative;
  z-index: 2;
  margin-top: -34px;
}

.price-board .container,
.section .container,
.member-hero .container,
.footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid #e6eaf0;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
}

.price {
  padding: 16px 18px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
}

.price__name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #6a7686;
  font-size: 14px;
  gap: 8px;
}

.price__val {
  color: #16202e;
  font-size: 24px;
  font-weight: 800;
}

.price__val small {
  margin-left: 4px;
  color: #6a7686;
  font-size: 13px;
  font-weight: 500;
}

.price__chg {
  margin-top: 4px;
  font-size: 13px;
  font-weight: 700;
}

.up,
.chg-up {
  color: #d93025;
}

.down,
.chg-down {
  color: #1a9f5a;
}

.chg-flat {
  color: #6a7686;
}

.flat {
  color: #6a7686;
}

.cat-grid2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.cat-group {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 18px 18px 20px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
  transition: all 0.18s;
}

.cat-group:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
  transform: translateY(-2px);
}

.cg-hd {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cg-ico {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  flex-shrink: 0;
}

.cg-hd b {
  font-size: 15px;
  color: #16202e;
}

.cg-hd .cnt {
  margin-left: auto;
  font-size: 12px;
  color: #6a7686;
  background: #f5f8fd;
  padding: 2px 9px;
  border-radius: 999px;
}

.cg-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cg-items a {
  padding: 6px 13px;
  background: #f8fbff;
  border: 1px solid #e6eaf0;
  border-radius: 999px;
  font-size: 13px;
  color: #3a4658;
  transition: all 0.16s;
}

.cg-items a:hover {
  background: #eff5ff;
  color: #2563eb;
  border-color: #93c5fd;
}

.section {
  padding: 56px 0;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #16202e;
  font-size: 24px;
}

.section-title::before {
  content: "";
  width: 6px;
  height: 22px;
  border-radius: 3px;
  background: linear-gradient(180deg, #38bdf8, #2563eb);
}

.section-sub {
  color: #6a7686;
  font-size: 14px;
}

.link-more {
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}

.row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.panel {
  overflow: hidden;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #eef1f6;
  flex-wrap: wrap;
}

.panel__head h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #16202e;
  font-size: 17px;
}

.panel__head .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f97316;
}

.tbl-scroll {
  overflow-x: auto;
}

.tbl {
  width: 100%;
  border-collapse: collapse;
}

.tbl th,
.tbl td {
  padding: 14px 16px;
  border-bottom: 1px solid #eef1f6;
  text-align: left;
  font-size: 14px;
}

.tbl th {
  color: #6a7686;
  font-weight: 600;
  background: #f8fbff;
}

.tbl td.title {
  color: #16202e;
  font-weight: 600;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.tag-buy {
  background: rgba(249, 115, 22, 0.12);
  color: #f97316;
}

.tag-supply {
  background: rgba(37, 99, 235, 0.12);
  color: #2563eb;
}

.market-link-grid,
.home-news-grid,
.partner-grid {
  display: grid;
  gap: 16px;
}

.market-link-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.market-link-card,
.news-card,
.partner-card {
  padding: 18px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 32, 46, 0.05);
}

.market-link-card h3,
.news-card h3,
.partner-card h3 {
  margin: 0 0 8px;
  color: #16202e;
  font-size: 16px;
}

.market-link-card p,
.news-card p,
.partner-card p {
  color: #6a7686;
  font-size: 14px;
  line-height: 1.7;
}

.news-card__meta,
.partner-card__meta {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  color: #6a7686;
  font-size: 13px;
  flex-wrap: wrap;
}

.brand-ecosystem {
  display: grid;
  gap: 20px;
}

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

.brand-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #e6eaf0;
  border-radius: 20px;
  padding: 22px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 10px 28px rgba(16, 32, 46, 0.04);
}

.brand-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.brand-card__head h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-size: 20px;
  color: #16202e;
}

.brand-card__head p {
  margin: 8px 0 0;
  color: #6a7686;
  font-size: 14px;
  line-height: 1.7;
}

.brand-card__meta {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.brand-card__meta span {
  padding: 5px 12px;
  border-radius: 999px;
  background: #eff5ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 600;
}

.brand-card--full {
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

.brand-wall {
  overflow: hidden;
  padding: 2px;
}

.brand-wall .gd_class_block {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 10px;
}

.brand-wall .gd_class_block .clean {
  display: none !important;
}

.brand-wall .gd_class_block > div {
  width: calc(50% - 5px) !important;
  float: none !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 10px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
}

.brand-wall--partners .gd_class_block > div {
  width: calc(25% - 8px) !important;
}

.brand-wall img {
  max-width: 100%;
  height: auto;
}

.member-hero {
  color: #ffffff;
}

.member-hero .container {
  padding: 34px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.member-hero h2 {
  color: #ffffff;
  font-size: 32px;
}

.u-meta {
  color: rgba(255, 255, 255, 0.82);
  margin-top: 8px;
  font-size: 14px;
}

.info-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 24px;
}

.info-main,
.info-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.news-feature {
  display: block;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 24px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
  transition: all 0.2s;
}

.news-feature:hover {
  border-color: #93c5fd;
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
  transform: translateY(-2px);
}

.news-feature__top {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.pill {
  display: inline-block;
  padding: 3px 11px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.pill-primary {
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  color: #ffffff;
}

.pill-soft {
  background: #eff5ff;
  color: #2563eb;
}

.pill-accent {
  background: #fff1e8;
  color: #f97316;
}

.news-feature h3 {
  font-size: 21px;
  line-height: 1.5;
  color: #16202e;
  transition: color 0.18s;
}

.news-feature:hover h3 {
  color: #2563eb;
}

.news-feature > p {
  margin-top: 10px;
  font-size: 14px;
  color: #6a7686;
  line-height: 1.8;
}

.news-feature__pts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.pt {
  background: #f8fbff;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  padding: 12px 14px;
}

.pt b {
  display: block;
  font-size: 16px;
  margin-bottom: 3px;
  color: #16202e;
  white-space: nowrap;
}

.pt span {
  font-size: 12px;
  color: #6a7686;
  line-height: 1.6;
}

.news-feature__meta {
  display: flex;
  gap: 8px 18px;
  flex-wrap: wrap;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px dashed #d8e0ea;
  font-size: 12px;
  color: #6a7686;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tab {
  padding: 8px 14px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #ffffff;
  color: #2563eb;
  font-size: 14px;
  font-weight: 600;
}

.tab.active {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-color: transparent;
  color: #ffffff;
}

.tbl-market td,
.tbl-market th {
  white-space: nowrap;
}

.market-trend__head {
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.market-trend__select-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 220px;
  max-width: 360px;
}

.market-trend__select-wrap label {
  flex-shrink: 0;
  color: #6a7686;
  font-size: 13px;
}

.market-trend__select-wrap select {
  width: 100%;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #dbeafe;
  border-radius: 10px;
  background: #ffffff;
  color: #16202e;
  font-size: 14px;
}

.market-trend__meta {
  display: flex;
  align-items: center;
  gap: 10px 18px;
  flex-wrap: wrap;
  padding: 0 20px 12px;
  color: #6a7686;
  font-size: 13px;
}

.market-trend__name {
  color: #16202e;
  font-weight: 700;
}

.market-trend__chart {
  padding: 0 20px;
}

.market-trend__chart svg {
  width: 100%;
  height: 220px;
}

.market-trend__grid line {
  stroke: #edf2f9;
  stroke-width: 1;
}

.market-trend__axis {
  display: flex;
  justify-content: space-between;
  padding: 8px 20px 0;
  color: #6a7686;
  font-size: 12px;
}

.q-name strong,
.q-val {
  color: #16202e;
  font-weight: 700;
}

.q-name__link {
  padding: 0;
  border: 0;
  background: none;
  color: #16202e;
  font: inherit;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}

.q-name__link:hover {
  color: #2563eb;
  text-decoration: underline;
}

.q-name__link:focus-visible {
  outline: 2px solid #93c5fd;
  outline-offset: 2px;
  border-radius: 4px;
}

.q-val em {
  font-style: normal;
  font-size: 12px;
  color: #6a7686;
  margin-left: 2px;
}

.trend-box {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
}

.trend-tip,
.upd {
  color: #6a7686;
  font-size: 13px;
}

.trend-tip {
  padding: 0 20px 18px;
}

.quote-card {
  padding: 20px 20px 14px;
  border-radius: 16px;
  background: linear-gradient(155deg, #0f2e6b 0%, #1d4ed8 55%, #2e7fe8 100%);
  color: #ffffff;
  box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
}

.quote-card__hd,
.quote-card__ft {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.quote-card__hd {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}

.quote-card__val {
  margin-top: 6px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.quote-card__val small {
  margin-left: 5px;
  font-size: 12px;
  font-weight: 600;
  opacity: 0.72;
}

.quote-card .spark {
  display: block;
  height: 96px;
  margin: 4px 0 0;
}

.quote-card__ft {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.quote-card .chg-up,
.quote-card .chg-down,
.quote-card .chg-flat {
  font-weight: 700;
  white-space: nowrap;
}

.quote-card .chg-up {
  color: #ffb4a8;
}

.quote-card .chg-down {
  color: #86efac;
}

.quote-card .chg-flat {
  color: rgba(255, 255, 255, 0.72);
}

.spark {
  width: 100%;
  height: 104px;
  margin: 8px 0 14px;
}

.nlist {
  display: grid;
  gap: 2px;
}

.nlist a {
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  padding: 10px 16px;
}

.nlist a:hover {
  background: #f8fbff;
}

.nl-dot {
  width: 6px;
  height: 6px;
  margin-top: 8px;
  border-radius: 50%;
  background: #f97316;
}

.nl-t {
  color: #16202e;
  font-size: 14px;
  line-height: 1.6;
}

.nl-d {
  color: #6a7686;
  font-size: 12px;
}

.nl-new {
  flex-shrink: 0;
  font-style: normal;
  font-size: 11px;
  font-weight: 700;
  color: #ffffff;
  background: #ef4444;
  border-radius: 4px;
  padding: 1px 5px;
  line-height: 1.5;
}

.panel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 16px 16px;
  border-top: 1px solid #eef1f6;
  font-size: 13px;
  color: #6a7686;
  flex-wrap: wrap;
}

.footer {
  margin-top: 56px;
  background: #16202e;
  color: #c9d4e4;
}

.footer__top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 24px;
  padding: 44px 0 28px;
}

.footer__top h5 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 16px;
}

.footer__top a {
  display: block;
  margin-bottom: 10px;
  color: #c9d4e4;
}

.footer__top a:hover {
  color: #ffffff;
}

.footer__bottom {
  padding: 14px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #9fb0c8;
  font-size: 13px;
  text-align: center;
}

.totop {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  box-shadow: 0 20px 46px rgba(37, 99, 235, 0.16);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s;
}

.totop.show {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 1024px) {
  .hero .container,
  .info-layout,
  .footer__top,
  .price-grid {
    grid-template-columns: 1fr;
  }

  .brand-ecosystem__grid {
    grid-template-columns: 1fr;
  }

  .market-link-grid {
    grid-template-columns: 1fr;
  }

  .brand-wall .gd_class_block > div {
    width: calc(50% - 5px) !important;
  }

  .brand-wall--partners .gd_class_block > div {
    width: calc(50% - 5px) !important;
  }

  .nav {
    display: none;
  }

  .nav.open {
    position: absolute;
    top: 64px;
    left: 12px;
    right: 12px;
    display: grid;
    gap: 6px;
    padding: 12px;
    border: 1px solid #e6eaf0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(16, 32, 46, 0.07);
  }

  .nav.open a {
    padding: 10px 12px;
  }

  .nav-toggle {
    display: inline-flex;
    margin-left: auto;
    padding: 8px;
    border: none;
    background: none;
    color: #16202e;
  }

  .header__cta {
    display: none;
  }

  .nav-cta {
    display: inline-flex;
  }
}

@media (max-width: 768px) {
  .topbar .container,
  .header .container,
  .price-board .container,
  .section .container,
  .member-hero .container,
  .footer .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero .container {
    padding: 44px 16px 48px;
    gap: 24px;
  }

  .hero h1 {
    font-size: 30px;
  }

  .hero__search {
    flex-direction: column;
    border-radius: 20px;
  }

  .hero__search button {
    width: 100%;
  }

  .price-board {
    margin-top: -18px;
  }

  .market-link-grid,
  .price-grid,
  .brand-wall .gd_class_block > div {
    grid-template-columns: 1fr;
    width: 100% !important;
  }

  .brand-wall--partners .gd_class_block > div {
    width: 100% !important;
  }

  .tbl th:nth-child(4),
  .tbl td:nth-child(4),
  .tbl th:nth-child(6),
  .tbl td:nth-child(6) {
    display: none;
  }
}

/* Unified v2 inner pages */
.wm-page-hero {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.16);
}

.wm-page-hero__actions {
  display: grid;
  justify-items: end;
  gap: 8px;
}

.wm-page-hero__buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.wm-page-hero__buttons .wm-btn {
  min-width: 138px;
  box-shadow: 0 8px 20px rgba(2, 12, 27, 0.16);
}

.wm-page-hero__note {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  text-align: right;
}

.wm-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.wm-section {
  padding: 34px 0 56px;
}

.wm-grid {
  display: grid;
  gap: 20px;
}

.wm-main-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.wm-card {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
  padding: 22px;
}

.wm-card h3 {
  margin: 0 0 14px;
  color: #16202e;
  font-size: 18px;
}

.wm-page-header {
  margin-bottom: 22px;
}

.wm-page-header h1 {
  margin: 0 0 10px;
  color: #16202e;
  font-size: 32px;
  line-height: 1.2;
}

.wm-page-header p {
  max-width: 760px;
  color: #6a7686;
  line-height: 1.8;
}

.wm-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eff5ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
}

.wm-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 18px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  color: #6a7686;
  font-size: 13px;
}

.wm-info-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wm-info-chip {
  padding: 16px 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
}

.wm-info-chip:nth-child(2) {
  background: #fff7ed;
  border-color: #fed7aa;
}

.wm-info-chip:nth-child(3) {
  background: #f0fdfa;
  border-color: #99f6e4;
}

.wm-text-muted {
  color: #6a7686;
}

.wm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.18s;
}

.wm-btn:hover {
  transform: translateY(-1px);
}

.wm-btn--primary,
.wm-btn--trade-buy {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
}

.wm-btn--accent {
  background: linear-gradient(135deg, #f97316, #fb923c);
  color: #ffffff;
}

.wm-btn--accent:hover {
  background: linear-gradient(135deg, #ea580c, #f97316);
  color: #ffffff;
}

.wm-btn--trade-supply {
  background: linear-gradient(135deg, #0f766e, #14b8a6);
  color: #ffffff;
}

.wm-btn--ghost {
  background: #ffffff;
  color: #2563eb;
  border-color: #bfdbfe;
  box-shadow: none;
}

.wm-input,
select.wm-input,
textarea.wm-input {
  width: 100%;
  min-height: 46px;
  padding: 11px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
  color: #16202e;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}

.wm-input:focus,
select.wm-input:focus,
textarea.wm-input:focus {
  outline: none;
  border-color: #93c5fd;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

/* 下拉框去除原生外观并自定义箭头，与 input 统一风格 */
select.wm-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-right: 40px;
  line-height: 1.4;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236a7686' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
}

/* IE 隐藏原生下拉箭头 */
select.wm-input::-ms-expand {
  display: none;
}

.wm-filter-bar {
  margin-bottom: 24px;
  padding: 16px;
  background: #ffffff;
}

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

.wm-article-card,
.wm-good-card {
  position: relative;
}

.wm-article-card {
  padding-left: 28px;
}

.wm-article-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2563eb;
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.1);
}

.wm-article-card__title,
.wm-good-card__title {
  color: #16202e;
  font-weight: 700;
  line-height: 1.5;
}

.wm-article-card__title {
  display: block;
  font-size: 18px;
}

.wm-article-card__meta,
.wm-good-card__meta {
  margin: 8px 0 0;
  color: #6a7686;
  font-size: 13px;
}

.wm-article-card__desc {
  margin-bottom: 0;
  color: #6a7686;
  line-height: 1.8;
}

.wm-good-card__head,
.wm-good-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.wm-good-card__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
  color: #6a7686;
  font-size: 14px;
}

.wm-good-card__price {
  color: #16202e;
  font-size: 22px;
  font-weight: 800;
  text-align: right;
}

.wm-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
}

.wm-side-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wm-side-list li {
  padding: 12px 0;
  border-bottom: 1px solid #eef1f6;
  line-height: 1.7;
}

.wm-side-list li:last-child {
  border-bottom: none;
}

.wm-prose {
  color: #3a4658;
  line-height: 1.9;
  font-size: 16px;
}

.wm-article-detail__title {
  margin: 0 0 12px;
  color: #16202e;
  font-size: 36px;
  line-height: 1.25;
}

.wm-article-detail__meta {
  margin-bottom: 24px;
  color: #6a7686;
}

.wm-pay-tip {
  border: 1px solid #fecaca;
  border-radius: 16px;
  background: #fff7f7;
  padding: 20px;
}

.wm-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 12px;
}

.wm-gallery img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.wm-cert-summary .wm-info-strip {
  margin-top: 20px;
}

.wm-cert-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.wm-cert-info > div {
  padding: 14px 16px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #f8fbff;
}

.wm-cert-info span {
  display: block;
  margin-bottom: 5px;
  color: #6a7686;
  font-size: 13px;
}

.wm-cert-info strong {
  color: #16202e;
  font-size: 15px;
}

.wm-cert-summary .wm-gallery {
  margin-top: 20px;
}

.wm-cert-reapply {
  margin-top: 20px;
}

.wm-cert-form-card {
  padding: 18px;
}

.wm-publish-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.wm-publish-main {
  overflow: visible;
}

.wm-form-section {
  padding: 26px;
  border-bottom: 1px solid #eef1f6;
}

.wm-form-section:last-child {
  border-bottom: none;
}

.wm-form-section__head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}

.wm-form-section__index {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 800;
}

.wm-form-section__head h2 {
  margin: 0 0 5px;
  color: #16202e;
  font-size: 20px;
}

.wm-form-section__head p {
  margin: 0;
  color: #6a7686;
  line-height: 1.7;
}

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

.wm-publish-main .wm-auth-form {
  gap: 10px;
}

.wm-publish-summary {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 18px;
  padding: 24px;
}

.wm-publish-summary h3 {
  margin: 0;
  color: #16202e;
  font-size: 18px;
}

.wm-publish-title-preview {
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #f8fbff;
  color: #16202e;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.6;
  word-break: break-word;
}

.wm-publish-style-options {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  color: #3a4658;
  font-size: 14px;
}

.wm-publish-summary__list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.wm-publish-summary__list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eef1f6;
}

.wm-publish-summary__list dt {
  color: #6a7686;
  font-size: 13px;
}

.wm-publish-summary__list dd {
  margin: 0;
  color: #16202e;
  font-weight: 700;
  text-align: right;
}

.wm-publish-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px;
}

.wm-publish-summary__tip {
  margin: 0;
  color: #6a7686;
  font-size: 13px;
  line-height: 1.7;
}

.wm-publish-pic {
  position: relative;
  padding: 10px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #ffffff;
}

.wm-publish-pic img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.wm-publish-pic .wm-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 6px 10px;
}

.wm-datepicker {
  position: relative;
}

.wm-datepicker__trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
  color: #16202e;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition:
    border-color 0.18s,
    box-shadow 0.18s;
}

.wm-datepicker__trigger:hover {
  border-color: #93c5fd;
}

.wm-datepicker__trigger[aria-expanded="true"] {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.wm-datepicker__panel {
  position: absolute;
  z-index: 30;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  max-width: 340px;
  padding: 16px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(16, 32, 46, 0.16);
}

.wm-datepicker__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.wm-datepicker__header button {
  width: 32px;
  height: 32px;
  border: 1px solid #e6eaf0;
  border-radius: 10px;
  background: #ffffff;
  color: #3a4658;
  font-size: 18px;
  line-height: 1;
}

.wm-datepicker__selects {
  display: flex;
  gap: 8px;
}

.wm-datepicker__selects select {
  min-height: 34px;
  padding: 6px 8px;
  border: 1px solid #d8e0ea;
  border-radius: 10px;
  background: #ffffff;
  color: #16202e;
  font-weight: 700;
}

.wm-datepicker__weekdays,
.wm-datepicker__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
}

.wm-datepicker__weekdays span {
  padding: 6px 0;
  color: #6a7686;
  font-size: 12px;
  text-align: center;
}

.wm-datepicker__days button {
  height: 34px;
  border: none;
  border-radius: 10px;
  background: #ffffff;
  color: #3a4658;
  font-size: 13px;
  font-weight: 600;
}

.wm-datepicker__days button:hover {
  background: #eff6ff;
  color: #2563eb;
}

.wm-datepicker__days button.is-today {
  color: #2563eb;
  font-weight: 800;
}

.wm-datepicker__days button.is-selected {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
}

.wm-datepicker__days button.is-disabled {
  color: #cbd5e1;
  background: #f8fafc;
}

.wm-datepicker__quick {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #eef1f6;
}

.wm-datepicker__quick button {
  padding: 7px 11px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.wm-auth-shell {
  max-width: 980px;
  margin: 0 auto;
}

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

.wm-auth-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 140px;
  gap: 12px;
}

.wm-member-shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}

.wm-member-page-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.wm-member-page-head__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.wm-member-aside {
  display: grid;
  gap: 20px;
}

.wm-member-summary {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #ffffff;
}

.wm-member-summary__avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 26px;
  font-weight: 800;
}

.wm-member-summary__name {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 700;
}

.wm-member-summary__meta,
.wm-member-summary__hint {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.wm-member-summary__actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.wm-member-summary__actions .wm-btn--ghost {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.08);
}

.wm-member-nav {
  display: grid;
  gap: 18px;
}

.wm-member-nav__group {
  display: grid;
  gap: 10px;
}

.wm-member-nav__label {
  color: #16202e;
  font-size: 13px;
  font-weight: 700;
}

.wm-member-nav a {
  padding: 11px 13px;
  border-radius: 12px;
  background: #f8fbff;
  border: 1px solid #e5eefc;
  color: #3a4658;
  font-weight: 600;
}

.wm-member-nav a.is-active {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-color: transparent;
  color: #ffffff;
}

.wm-empty {
  padding: 28px;
  text-align: center;
  color: #6a7686;
}

.wm-search-panel {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
  padding: 20px;
}

.wm-search-results {
  grid-template-columns: 1fr;
}

.wm-search-form {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 10px;
}

.wm-search-tabs {
  margin-top: 0;
}

.wm-search-group {
  display: grid;
  gap: 16px;
  margin-bottom: 20px;
}

.wm-search-market {
  overflow: hidden;
}

.wm-highlight {
  padding: 0 2px;
  border-radius: 3px;
  background: #fef08a;
  color: #7c2d12;
}

.wm-table-wrap {
  overflow-x: auto;
}

.wm-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.wm-table th,
.wm-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eef1f6;
  text-align: left;
  vertical-align: top;
}

.wm-table th {
  background: #f8fbff;
  color: #6a7686;
  font-size: 13px;
  font-weight: 700;
}

.page {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 4px 0;
  padding: 0;
  text-align: center;
}

.page a,
.page span.current,
.page span.disabled {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  padding: 0 14px !important;
  border-radius: 10px;
  border: 1px solid #e6eaf0 !important;
  background: #ffffff !important;
  color: #3a4658 !important;
}

.page span.current {
  background: #2563eb !important;
  border-color: #2563eb !important;
  color: #ffffff !important;
}

.page a:hover {
  color: #2563eb !important;
  border-color: #93c5fd !important;
}

.auth-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 102px);
  padding: 44px 20px;
  background:
    radial-gradient(
      900px 420px at 85% -10%,
      rgba(56, 189, 248, 0.14),
      transparent 60%
    ),
    radial-gradient(
      700px 380px at -10% 110%,
      rgba(37, 99, 235, 0.1),
      transparent 55%
    ),
    #f5f8fd;
}

.auth-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 1120px;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
  box-shadow:
    0 26px 64px rgba(22, 32, 46, 0.16),
    0 4px 16px rgba(37, 99, 235, 0.1);
}

.auth-aside {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 44px 38px;
  color: #ffffff;
  background:
    radial-gradient(
      800px 420px at 70% 0%,
      rgba(56, 189, 248, 0.35),
      transparent 60%
    ),
    linear-gradient(150deg, #1d4ed8, #2563eb 60%, #3b82f6);
}

.auth-aside::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 60% 40%, #000, transparent 80%);
}

.auth-aside > * {
  position: relative;
  z-index: 1;
}

.auth-aside h2 {
  margin: 14px 0;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.35;
}

.auth-aside__lead {
  max-width: 420px;
  color: #d7e6fb;
  line-height: 1.8;
}

.auth-aside ul {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.auth-aside li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  line-height: 1.75;
}

.auth-aside li b {
  color: #ffffff;
}

.auth-aside li .n {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-weight: 700;
}

.auth-aside__foot {
  font-size: 13px;
  color: #b9d2f3;
}

.auth-aside__foot a {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
}

.auth-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 28px;
  background: #ffffff;
}

.auth-card {
  width: 100%;
  max-width: 420px;
}

.auth-card h1 {
  margin: 0 0 6px;
  font-size: 26px;
  color: #16202e;
}

.auth-card .sub {
  color: #6a7686;
  margin-bottom: 26px;
}

.auth-card__head {
  margin-bottom: 22px;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  margin-bottom: 7px;
  font-size: 13px;
  font-weight: 600;
  color: #16202e;
}

.field input {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  font-size: 14px;
  color: #16202e;
  background: #f8fbff;
  transition: all 0.16s;
}

.field input:focus {
  outline: none;
  border-color: #2563eb;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.08);
}

.field--pwd {
  position: relative;
}

.field--pwd input {
  padding-right: 44px;
}

.pw-toggle {
  position: absolute;
  right: 10px;
  top: 37px;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  background: none;
  border: none;
  border-radius: 8px;
  color: #6a7686;
}

.pw-toggle:hover {
  color: #2563eb;
  background: #eff5ff;
}

.lm-tabs {
  display: flex;
  gap: 6px;
  padding: 5px;
  margin-bottom: 22px;
  border: 1px solid #e6eaf0;
  border-radius: 999px;
  background: #f5f8fd;
}

.lm-tab {
  flex: 1;
  padding: 10px;
  border: none;
  background: transparent;
  border-radius: 999px;
  color: #6a7686;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.18s;
}

.lm-tab.active {
  background: #ffffff;
  color: #2563eb;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.login-panel {
  display: none;
}

.login-panel.active {
  display: block;
}

.login-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 18px;
  gap: 12px;
}

.agree {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  color: #6a7686;
  margin: 0;
}

.link-forgot {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}

.btn-block {
  width: 100%;
}

.input-row {
  display: flex;
  gap: 10px;
}

.input-row input {
  flex: 1;
}

.input-row .btn {
  flex-shrink: 0;
}

.qr-tabs {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-bottom: 18px;
}

.qr-tab {
  padding: 8px 18px;
  border: 1px solid #d8e0ea;
  background: #ffffff;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #6a7686;
  cursor: pointer;
}

.qr-tab.active {
  color: #ffffff;
  border-color: transparent;
}

.qr-tab[data-channel="wechat"].active {
  background: #07c160;
}

.qr-tab[data-channel="qq"].active {
  background: #12b7f5;
}

.qr-stage {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 0 4px;
}

.qr-frame {
  width: 200px;
  min-height: 200px;
  padding: 16px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.qr-placeholder {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  text-align: center;
  color: #6a7686;
  line-height: 1.7;
}

.qr-placeholder__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}

.qr-placeholder__icon.wechat {
  background: #07c160;
}

.qr-placeholder__icon.qq {
  background: #12b7f5;
}

.qr-tip {
  margin-top: 16px;
  color: #3a4658;
  font-size: 14px;
}

.qr-foot {
  margin-top: 14px;
  color: #6a7686;
  font-size: 12px;
  text-align: center;
}

.oauth-divider {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 24px 0 16px;
  color: #6a7686;
  font-size: 12px;
}

.oauth-divider::before,
.oauth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e6eaf0;
}

.oauth-row {
  display: flex;
  gap: 14px;
}

.oauth-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
  color: #16202e;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.18s;
}

.oauth-btn:hover {
  border-color: #2563eb;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.auth-foot {
  margin-top: 18px;
  text-align: center;
  font-size: 13px;
  color: #6a7686;
}

.auth-foot a {
  color: #2563eb;
  font-weight: 700;
}

.member-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  padding: 12px 0 24px;
}

.sidebar {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 18px;
  padding: 12px;
  align-self: start;
  position: sticky;
  top: calc(var(--header-height, 84px) + 16px);
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.sidebar a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  border-radius: 12px;
  font-weight: 600;
  color: #3a4658;
}

.sidebar a:hover {
  background: #eff5ff;
  color: #2563eb;
}

.sidebar a.active {
  background: #2563eb;
  color: #ffffff;
}

.sidebar .sep {
  height: 1px;
  background: #eef1f6;
  margin: 8px 6px;
}

.m-overview {
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #ffffff;
  border-radius: 14px;
  padding: 18px 16px;
  margin-bottom: 14px;
  text-align: center;
}

.m-overview .m-avatar {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 28px;
  font-weight: 800;
  overflow: hidden; /* 裁剪内部 img 为圆形，避免方形图片溢出 */
}

/* 真实头像图片：撑满圆形容器并保持比例 */
.m-overview .m-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m-overview .m-name {
  font-size: 16px;
  font-weight: 800;
}

.m-overview .badge-vip {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  background: #f97316;
  color: #ffffff;
  padding: 1px 7px;
  border-radius: 999px;
  vertical-align: middle;
  margin-left: 4px;
}

.m-overview .m-id {
  font-size: 12px;
  opacity: 0.85;
  margin-top: 4px;
}

.m-overview .m-mini {
  display: flex;
  justify-content: space-around;
  margin: 14px 0 10px;
}

.m-overview .m-mini div {
  display: flex;
  flex-direction: column;
}

.m-overview .m-mini b {
  font-size: 20px;
  line-height: 1.1;
}

.m-overview .m-mini span {
  font-size: 11px;
  opacity: 0.85;
  margin-top: 2px;
}

.m-overview .m-level {
  font-size: 11px;
  opacity: 0.85;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 10px;
}

.m-nav {
  display: block;
}

.page-head {
  margin-bottom: 18px;
}

.page-head h2 {
  margin: 0;
  font-size: 22px;
  color: #16202e;
}

.page-head p {
  color: #6a7686;
  font-size: 13px;
  margin-top: 6px;
}

.m-status {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.m-status .s-item {
  flex: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 11px;
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-left: 4px solid #2563eb;
  border-radius: 12px;
  padding: 12px 16px;
}

.m-status .s-ico {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #eff5ff;
  color: #2563eb;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.m-status .s-tx {
  font-size: 13px;
  color: #6a7686;
  line-height: 1.45;
}

.m-status .s-tx b {
  color: #16202e;
  font-size: 14px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.stat {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}

.stat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #f97316, #2563eb);
}

.stat b {
  font-size: 28px;
  color: #16202e;
  display: block;
}

.stat span {
  font-size: 13px;
  color: #6a7686;
}

.stat .mini {
  font-size: 12px;
  margin-top: 4px;
  color: #6a7686;
}

.block {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
  margin-bottom: 22px;
  overflow: hidden;
}

.block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #eef1f6;
}

.block__head h3 {
  margin: 0;
  font-size: 16px;
}

.block__body {
  padding: 20px;
}

.member-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px;
}

.member-overview-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 20px;
}

.member-overview-item {
  padding: 16px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #e5eefc;
}

.member-overview-item span {
  display: block;
  font-size: 12px;
  color: #6a7686;
  margin-bottom: 8px;
}

.member-overview-item b {
  color: #16202e;
  font-size: 15px;
}

.member-feed {
  list-style: none;
  margin: 0;
  padding: 20px;
}

.member-feed li {
  padding: 12px 0;
  border-bottom: 1px solid #eef1f6;
  line-height: 1.75;
}

.member-feed li:last-child {
  border-bottom: none;
}

.member-cards {
  display: grid;
  gap: 16px;
  padding: 20px;
}

.news-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  padding: 12px 0 24px;
}

.news-side {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-self: start;
  position: sticky;
  top: calc(var(--header-height, 84px) + 16px);
}

.cat-nav {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  overflow: hidden;
}

.cat-nav .hd {
  padding: 16px 18px 12px;
  color: #16202e;
  font-weight: 700;
  border-bottom: 2px solid #2563eb;
}

.cat-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 18px;
  border-bottom: 1px solid #eef1f6;
  font-weight: 600;
  color: #3a4658;
}

.cat-nav a:hover {
  background: #eff5ff;
  color: #2563eb;
}

.cat-nav a.active {
  color: #2563eb;
  background: #eff5ff;
  border-left: 3px solid #f97316;
}

.cat-nav a .cnt {
  font-size: 12px;
  color: #6a7686;
  background: #f5f8fd;
  padding: 1px 8px;
  border-radius: 999px;
}

.cat-nav__sub {
  padding: 10px 18px 10px 34px;
  font-size: 13px;
  font-weight: 600;
}

.cat-nav__sub .cnt {
  padding: 0 7px;
  background: transparent;
  color: #93a3b8;
}

.cat-nav__sub.active .cnt {
  color: #c2410c;
}

.hot {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  margin-top: 0;
}

.hot .hd {
  padding: 14px 18px;
  border-bottom: 1px solid #eef1f6;
  font-weight: 700;
  color: #16202e;
}

.hot ol {
  margin: 0;
  padding: 10px 18px 16px;
}

.hot li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  font-size: 13px;
  align-items: baseline;
}

.hot li .rk {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #f5f8fd;
  color: #6a7686;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 12px;
}

.hot li:nth-child(1) .rk {
  background: #ef4444;
  color: #ffffff;
}

.hot li:nth-child(2) .rk {
  background: #f97316;
  color: #ffffff;
}

.hot li:nth-child(3) .rk {
  background: #2563eb;
  color: #ffffff;
}

.hot li a {
  color: #3a4658;
  line-height: 1.5;
}

.hot li a:hover {
  color: #2563eb;
}

.article-list {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  overflow: hidden;
}

.article {
  display: flex;
  gap: 18px;
  padding: 20px;
  border-bottom: 1px solid #eef1f6;
  transition: background 0.16s;
}

.article:hover {
  background: #eff5ff;
}

.article__thumb {
  width: 140px;
  height: 92px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #eff5ff, #fff1e8);
  display: grid;
  place-items: center;
  color: #2563eb;
}

.article__thumb--teal {
  color: #0f766e;
  background: linear-gradient(135deg, #e0f7fe, #fff3e9);
}

.article__thumb--accent {
  color: #f97316;
  background: linear-gradient(135deg, #fff1e8, #eff5ff);
}

.article__body {
  flex: 1;
  min-width: 0;
}

.article__body h3 {
  margin: 0 0 8px;
  font-size: 17px;
  color: #16202e;
  transition: color 0.16s;
}

.article:hover .article__body h3 {
  color: #2563eb;
}

.article__body p {
  font-size: 13px;
  color: #6a7686;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  line-height: 1.8;
}

.article__meta {
  font-size: 12px;
  color: #6a7686;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.article__meta .cate {
  color: #2563eb;
  font-weight: 600;
}

.article-list__pager {
  padding: 22px;
  border-top: 1px solid #eef1f6;
  background: #f8fbff;
}

.news-layout--detail {
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start;
}

.news-layout--detail .article-detail-card {
  min-width: 0;
}

.news-layout--detail .news-side {
  width: 100%;
}

.goods-layout {
  align-items: start;
}

.goods-board {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  overflow: hidden;
}

.goods-board__hero {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 24px 18px;
  border-bottom: 1px solid #eef1f6;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.goods-board__intro {
  flex: 1 1 auto;
  min-width: 0;
}

.goods-board__hero h1 {
  margin: 0;
  font-size: 28px;
  color: #16202e;
}

.goods-board__hero p {
  margin: 10px 0 0;
  color: #6a7686;
  line-height: 1.8;
}

.goods-board__meta {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.goods-board__tools {
  display: grid;
  justify-items: end;
  gap: 12px;
}

.goods-search {
  display: grid;
  grid-template-columns: minmax(180px, 220px) auto;
  gap: 8px;
}

.wm-pay-center-card {
  max-width: 560px;
  margin: 0 auto;
  padding: 28px 28px 30px;
}

.wm-pay-summary {
  display: grid;
  gap: 12px;
  padding: 16px;
  margin: 20px 0;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #f8fbff;
}

.wm-pay-summary div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.wm-pay-amount {
  color: #dc2626;
  font-size: 22px;
}

.wm-pay-qr-box {
  display: grid;
  place-items: center;
  min-height: 240px;
  padding: 16px;
  border: 1px solid #e6eaf0;
  border-radius: 12px;
  background: #ffffff;
}

.wm-pay-qr-box img {
  width: 208px;
  height: 208px;
  object-fit: contain;
}

.wm-pay-error {
  color: #dc2626;
  font-size: 14px;
  text-align: center;
}

.wm-pay-status {
  margin: 16px 0 20px;
  color: #6a7686;
  text-align: center;
}

.wm-pay-actions {
  display: flex;
  justify-content: center;
}

.goods-filter {
  padding: 20px 24px;
  border-bottom: 1px solid #eef1f6;
  background: #ffffff;
}

.goods-filter__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr 1fr auto;
  gap: 12px;
}

.goods-filter__hint {
  display: flex;
  gap: 12px 18px;
  flex-wrap: wrap;
  margin-top: 12px;
  font-size: 12px;
  color: #6a7686;
}

.goods-board__content {
  padding: 24px;
}

.goods-board__list {
  display: grid;
  gap: 16px;
}

.goods-board__foot {
  margin-top: 18px;
  padding: 18px 20px;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #f8fbff;
}

.goods-board__panel {
  margin-top: 18px;
}

.goods-quote-card {
  margin-top: 18px;
}

.market-feature {
  margin-bottom: 2px;
}

.article-detail-card {
  background: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  padding: 24px 28px 28px;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.article-detail-card__head {
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eef1f6;
}

.article-detail-card__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}

.article-detail-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #eef1f6;
}

.article-detail-nav__item {
  padding: 16px 18px;
  border-radius: 14px;
  background: #f8fbff;
  border: 1px solid #e5eefc;
}

.article-detail-nav__item span,
.article-detail-nav__item em {
  display: block;
  font-size: 12px;
  color: #6a7686;
  font-style: normal;
  margin-bottom: 6px;
}

.article-detail-nav__item a {
  color: #16202e;
  font-weight: 600;
  line-height: 1.7;
}

.article-detail-nav__item a:hover {
  color: #2563eb;
}

.link-more {
  color: #2563eb;
  font-size: 13px;
  font-weight: 600;
}

.tag-ok {
  background: #e7f6ee;
  color: #16a34a;
}

.tag-info {
  background: #eff5ff;
  color: #2563eb;
}

.tag-mute {
  background: #edeff3;
  color: #6a7686;
}

.rights-hero .container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  align-items: center;
  gap: 36px;
}

.rights-hero__desc {
  max-width: 760px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
}

.rights-hero__actions {
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 20px;
}

.rights-hero__actions .btn {
  min-width: 138px;
}

.rights-hero__panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 18px;
  background: rgba(15, 23, 42, 0.24);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(12px);
}

.rights-hero__status {
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.rights-hero__status span,
.rights-hero__status em {
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  font-style: normal;
}

.rights-hero__status strong {
  overflow: hidden;
  color: #ffffff;
  font-size: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rights-hero__link {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.rights-strip strong {
  display: block;
  font-size: 28px;
  color: #0f172a;
}

.rights-strip p {
  margin: 10px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.rights-switch-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.rights-switch {
  position: sticky;
  top: calc(var(--header-height, 84px) + 18px);
  z-index: 20;
  display: inline-flex;
  gap: 6px;
  padding: 6px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
  backdrop-filter: blur(14px);
}

.rights-switch__btn {
  min-width: 132px;
  padding: 10px 18px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #475569;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.18s ease;
}

.rights-switch__btn:hover {
  background: #eff6ff;
  color: #1d4ed8;
}

.rights-switch__btn.is-active {
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.24);
}

.rights-current {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 0;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #e6eaf0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
}

.rights-current__card {
  padding: 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-top: 4px solid #2563eb;
}

.rights-current__card:first-child {
  border-right: 1px solid #e6eaf0;
}

.rights-current__card:last-child {
  border-top-color: #0f766e;
}

.rights-current__name {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}

.rights-current__action {
  margin-top: 18px;
}

.rights-current__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-content: start;
  gap: 6px;
  margin-top: 14px;
}

.rights-current__list li {
  padding: 8px 10px;
  font-size: 12px;
  line-height: 1.55;
}

.rights-current__more {
  margin-top: 8px;
}

.rights-current__card {
  display: flex;
  flex-direction: column;
}

.rights-guide {
  margin-top: 26px;
  padding: 4px 0 0;
}

.rights-guide__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e2e8f0;
}

.rights-guide__head h3 {
  margin: 12px 0 0;
  color: #16202e;
  font-size: 24px;
}

.rights-guide__head p {
  max-width: 430px;
  margin: 6px 0 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
  text-align: right;
}

.rights-guide__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.rights-guide__card {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  background: #ffffff;
}

.rights-guide__card > span {
  color: #2563eb;
  font-size: 13px;
  font-weight: 700;
}

.rights-guide__card h4 {
  margin: 9px 0 0;
  color: #0f172a;
  font-size: 20px;
}

.rights-guide__card p {
  flex: 1;
  margin: 10px 0 16px;
  color: #475569;
  font-size: 14px;
  line-height: 1.75;
}

.rights-guide__card a {
  color: #2563eb;
  font-size: 14px;
  font-weight: 700;
}

.rights-guide__card--read {
  border-color: #99f6e4;
}

.rights-guide__card--read > span,
.rights-guide__card--read a {
  color: #0f766e;
}

.rights-guide__card--combo {
  border-color: #fed7aa;
  background: #fffbf7;
}

.rights-guide__card--combo > span,
.rights-guide__card--combo a {
  color: #c2410c;
}

.rights-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.rights-steps > div {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 3px 12px;
  padding: 15px 18px;
  border-radius: 12px;
  background: #eff6ff;
}

.rights-steps b {
  grid-row: span 2;
  color: #93c5fd;
  font-size: 24px;
  line-height: 1;
}

.rights-steps strong {
  color: #16202e;
}

.rights-steps span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.rights-stack {
  display: grid;
  gap: 20px;
  margin-top: 22px;
}

.rights-section {
  padding: 28px 0 4px;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rights-plan-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 18px;
  align-items: stretch;
}

.rights-plan-list--double {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rights-plan-card {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #dbe4ee;
  background: #ffffff;
  box-shadow:
    0 1px 2px rgba(16, 32, 46, 0.05),
    0 1px 3px rgba(16, 32, 46, 0.04);
  transition:
    border-color 0.18s,
    box-shadow 0.18s,
    transform 0.18s;
}

.rights-plan-card:hover {
  border-color: #93c5fd;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.1);
  transform: translateY(-2px);
}

.rights-plan-card.is-current {
  border-color: #93c5fd;
  box-shadow: 0 20px 40px rgba(37, 99, 235, 0.12);
}

.rights-plan-card.is-recommended {
  border-color: #fdba74;
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 48%);
  box-shadow: 0 18px 40px rgba(249, 115, 22, 0.13);
}

.rights-plan-card.is-recommended:hover {
  border-color: #fb923c;
  box-shadow: 0 20px 42px rgba(249, 115, 22, 0.17);
}

.rights-plan-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rights-plan-card__role {
  display: inline-block;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
}

.rights-plan-card__head h3 {
  margin: 0;
  font-size: 22px;
  color: #0f172a;
}

.rights-plan-card__head p {
  margin: 8px 0 0;
  color: #64748b;
  line-height: 1.7;
}

.rights-plan-card__price {
  flex-shrink: 0;
  display: grid;
  justify-items: end;
  font-size: 28px;
  font-weight: 700;
  color: #2563eb;
  line-height: 1.15;
}

.rights-plan-card__price small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: #64748b;
}

.rights-plan-card__price em {
  color: #f97316;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
}

.rights-plan-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 27px;
  margin-top: 18px;
}

.rights-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.rights-badge--current {
  background: #dbeafe;
  color: #1d4ed8;
}

.rights-badge--recommend {
  background: #ffedd5;
  color: #c2410c;
}

.rights-badge--expired {
  background: #fee2e2;
  color: #b91c1c;
}

.rights-list {
  display: grid;
  gap: 9px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
  flex: 1;
}

.rights-list li {
  position: relative;
  padding: 8px 10px 8px 30px;
  border: 1px solid #e8eef6;
  border-radius: 8px;
  background: #f8fafc;
  color: #334155;
  font-size: 13px;
  line-height: 1.75;
}

.rights-list li::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #3b82f6;
}

.rights-list--compact {
  margin-top: 14px;
}

.rights-list--tiles {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.rights-list--tiles li {
  padding: 10px 16px 10px 30px;
  border-radius: 999px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  color: #1e3a8a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.rights-list--tiles li::before {
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  background: #2563eb;
}

.rights-list--soft {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rights-list--soft li {
  background: #f0fdfa;
  border-color: #ccfbf1;
  color: #475569;
  font-size: 14px;
  line-height: 1.5;
}

.rights-list--soft li::before {
  background: #0f766e;
}

.rights-plan-more__button {
  margin-top: 10px;
  border: 0;
  border-radius: 8px;
  padding: 6px 10px;
  background: #eff6ff;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
}

.rights-plan-more__button:hover,
.rights-plan-more__button:focus {
  background: #dbeafe;
}

.rights-plan-card__foot {
  display: grid;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid #e8eef6;
}

.rights-plan-card__foot .wm-btn {
  width: 100%;
}

.rights-plan-card__foot span {
  color: #64748b;
  font-size: 12px;
  text-align: center;
}

.rights-plan-form {
  display: grid;
  gap: 10px;
}

.rights-plan-form__row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 10px;
}

.rights-plan-form__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rights-plan-form__field span {
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}

.rights-quantity {
  display: grid;
  grid-template-columns: 40px 62px 40px;
  align-items: center;
  overflow: hidden;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #ffffff;
}

.rights-quantity:focus-within {
  border-color: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}

.rights-quantity__btn {
  height: 38px;
  border: 0;
  background: #f1f5f9;
  color: #334155;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.rights-quantity__btn:hover {
  background: #e2e8f0;
  color: #1d4ed8;
}

.rights-quantity .wm-input {
  height: 38px;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
  font-weight: 800;
  box-shadow: none;
}

.rights-plan-form > span {
  color: #64748b;
  font-size: 12px;
  text-align: center;
}

.rights-read-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(380px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
  text-align: center;
}

.rights-read-modal__amount {
  margin: 0 0 8px;
  color: #dc2626;
  font-size: 16px;
  font-weight: 800;
}

.rights-detail-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(520px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  transform: translate(-50%, -50%);
  overflow-y: auto;
  text-align: left;
}

.rights-detail-modal__dialog h3 {
  margin: 0 0 8px;
  color: #16202e;
  font-size: 21px;
}

.rights-detail-modal__meta {
  margin: 0 0 16px;
  color: #64748b;
  font-size: 13px;
}

.rights-detail-modal__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.rights-detail-modal__list li {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #f8fafc;
}

.rights-detail-modal__list strong {
  color: #16202e;
  font-size: 14px;
}

.rights-detail-modal__list span {
  color: #64748b;
  font-size: 13px;
  line-height: 1.6;
}

.rights-detail-modal__close {
  position: absolute;
  right: 14px;
  top: 12px;
  border: 0;
  background: transparent;
  color: #94a3b8;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.rights-confirm-modal__dialog {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999;
  width: min(420px, calc(100vw - 32px));
  transform: translate(-50%, -50%);
  text-align: center;
}

.rights-confirm-modal__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 16px;
  border-radius: 999px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 26px;
  font-weight: 800;
}

.rights-confirm-modal__dialog h3 {
  margin: 0 0 10px;
  color: #16202e;
  font-size: 21px;
}

.rights-confirm-modal__dialog p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.rights-confirm-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.rights-confirm-modal__actions .wm-btn {
  width: 100%;
}

.notice-result-section {
  display: grid;
  place-items: center;
  min-height: 460px;
}

.notice-result-container {
  width: 100%;
  max-width: 660px;
}

.notice-result-card {
  display: grid;
  justify-items: center;
  gap: 16px;
  padding: 48px 40px;
  text-align: center;
}

.notice-result-card__icon {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  font-size: 32px;
  font-weight: 800;
}

.notice-result-card.is-success .notice-result-card__icon {
  background: #eff6ff;
  color: #2563eb;
}

.notice-result-card.is-error .notice-result-card__icon {
  background: #fee2e2;
  color: #dc2626;
}

.notice-result-card h1 {
  margin: 0;
  color: #16202e;
  font-size: 30px;
}

.notice-result-card p {
  max-width: 480px;
  margin: 0;
  color: #64748b;
  line-height: 1.9;
}

.notice-result-card__actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.notice-result-card__actions .wm-btn {
  min-width: 142px;
}

.notice-result-card__countdown {
  color: #64748b;
  font-size: 13px;
}

.rights-summary {
  margin-top: 22px;
}

.rights-summary__actions {
  margin-top: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .wm-main-sidebar,
  .wm-member-shell,
  .wm-info-strip,
  .wm-filter-grid,
  .wm-good-card__grid,
  .member-overview-grid,
  .member-layout,
  .news-layout,
  .stat-grid {
    grid-template-columns: 1fr;
  }

  .wm-publish-layout,
  .wm-publish-grid {
    grid-template-columns: 1fr;
  }

  .wm-publish-summary {
    position: static;
  }

  .auth-shell {
    grid-template-columns: 1fr;
  }

  .auth-aside {
    display: none;
  }

  .sidebar,
  .news-side {
    position: static;
  }

  .news-layout > .news-side {
    order: 2;
  }

  .news-layout > .article-detail-card {
    order: 1;
  }

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

  .goods-filter__grid {
    grid-template-columns: 1fr 1fr;
  }

  .rights-current {
    grid-template-columns: 1fr;
  }

  .rights-current__card:first-child {
    border-right: 0;
    border-bottom: 1px solid #e6eaf0;
  }

  .rights-current__list {
    grid-template-columns: 1fr;
  }

  .rights-hero .container {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .rights-hero__actions {
    justify-content: flex-start;
  }

  .rights-guide__head {
    align-items: flex-start;
    gap: 16px;
  }

  .rights-guide__head p {
    max-width: none;
    text-align: left;
  }

  .rights-guide__grid,
  .rights-steps {
    grid-template-columns: 1fr;
  }

  .rights-plan-list--double {
    grid-template-columns: 1fr;
  }

  .rights-plan-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .wm-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wm-section {
    padding: 26px 0 40px;
  }

  .wm-card {
    padding: 18px;
  }

  .wm-search-panel {
    padding: 16px;
  }

  .wm-member-page-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .wm-member-page-head__actions {
    width: 100%;
  }

  .wm-cert-info {
    grid-template-columns: 1fr;
  }

  .wm-form-section,
  .wm-publish-summary {
    padding: 20px;
  }

  .wm-publish-actions .wm-btn {
    width: 100%;
  }

  .rights-confirm-modal__actions,
  .notice-result-card__actions {
    display: grid;
    width: 100%;
  }

  .notice-result-card {
    padding: 36px 20px;
  }

  .notice-result-card h1 {
    font-size: 26px;
  }

  .wm-search-form {
    grid-template-columns: 1fr;
  }

  .wm-page-header h1,
  .wm-article-detail__title {
    font-size: 26px;
  }

  .wm-good-card__head,
  .wm-good-card__footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .wm-auth-split {
    grid-template-columns: 1fr;
  }

  .wm-table {
    min-width: 0;
  }

  .auth-wrap {
    padding: 22px 16px 36px;
  }

  .auth-main {
    padding: 24px 16px;
  }

  .oauth-row,
  .input-row,
  .login-meta {
    flex-direction: column;
    align-items: stretch;
  }

  .article__thumb {
    display: none;
  }

  .member-actions,
  .block__head {
    flex-wrap: wrap;
  }

  .goods-filter__grid {
    grid-template-columns: 1fr;
  }

  .goods-board__hero {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .wm-page-hero__actions {
    justify-items: stretch;
  }

  .wm-page-hero__buttons {
    justify-content: stretch;
  }

  .goods-board__meta {
    justify-content: flex-start;
  }

  .goods-board__tools,
  .goods-search {
    justify-items: stretch;
    width: 100%;
  }

  .wm-page-hero__buttons .wm-btn {
    flex: 1 1 calc(50% - 5px);
    min-width: 140px;
  }

  .wm-page-hero__note {
    text-align: left;
  }

  .article-detail-card {
    padding: 20px 18px 22px;
  }

  .rights-plan-card__head {
    flex-direction: column;
  }

  .rights-plan-card__price {
    font-size: 24px;
  }

  .rights-switch-wrap {
    justify-content: stretch;
  }

  .rights-switch {
    width: 100%;
    top: calc(var(--header-height, 84px) + 12px);
  }

  .rights-switch__btn {
    width: 100%;
  }
}

/* 现货产品品类响应式布局 */

@media (max-width: 1024px) {
  .cat-grid2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .cat-grid2 {
    grid-template-columns: 1fr;
  }
}
