.hiwawa-page-model-categories {
  --brand: #ff6b35;
  --brand-2: #ff9f1c;
}

.hiwawa-page-model-categories .model-card,
.hiwawa-page-model-detail .model-detail-related .model-card,
.hiwawa-page-member-center .mc-favorites .model-card {
  --mc-green: #f66600;
  --mc-mint: #fff5f0;
  --mc-teal: #9a3412;
}

.hiwawa-page-model-categories .model-card:hover,
.hiwawa-page-model-detail .model-detail-related .model-card:hover,
.hiwawa-page-member-center .mc-favorites .model-card:hover {
  box-shadow:
    0 0 0 1px rgba(255, 107, 53, 0.16),
    0 12px 32px -14px rgba(15, 15, 25, 0.14);
}

.hiwawa-page-model-categories .model-card__pin,
.hiwawa-page-model-detail .model-detail-related .model-card__pin,
.hiwawa-page-member-center .mc-favorites .model-card__pin {
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.38);
}

.hiwawa-page-model-categories .model-card__tagbar-height,
.hiwawa-page-model-detail .model-detail-related .model-card__tagbar-height,
.hiwawa-page-member-center .mc-favorites .model-card__tagbar-height {
  background: linear-gradient(135deg, #f66600 0%, #ff8533 48%, #ffb366 100%);
}

.hiwawa-page-model-categories .model-card__tagbar-rest,
.hiwawa-page-model-detail .model-detail-related .model-card__tagbar-rest,
.hiwawa-page-member-center .mc-favorites .model-card__tagbar-rest {
  color: #9a3412;
}

.hiwawa-page-model-categories .model-card__view-btn,
.hiwawa-page-model-detail .model-detail-related .model-card__view-btn,
.hiwawa-page-member-center .mc-favorites .model-card__view-btn {
  border: 1px solid rgba(255, 107, 53, 0.25);
}

.hiwawa-page-model-categories .model-card__view-btn:hover,
.hiwawa-page-model-detail .model-detail-related .model-card__view-btn:hover,
.hiwawa-page-member-center .mc-favorites .model-card__view-btn:hover {
  background: rgba(255, 107, 53, 0.1);
  color: #c2410c;
}

.hiwawa-page-model-categories .model-cats-main {
  padding-top: 12px;
  padding-bottom: 64px;
}

.hiwawa-page-model-categories #model-grid-wrap {
  margin-top: 22px;
}

.hiwawa-page-model-categories .model-cats-head {
  margin-bottom: 20px;
}

.hiwawa-page-model-categories .model-cats-head .lead {
  max-width: 520px;
}

.model-cats-banner {
  --b-orange: #ff6b35;
  --b-amber: #ff9f1c;
  --b-ink: #18141c;
  --b-ink-soft: rgba(24, 20, 28, 0.58);
  --b-line: rgba(255, 107, 53, 0.22);
  --b-tagline: #9a3412;
  --b-surface: #fff9f5;
  --b-surface-warm: #ffefe3;
  --b-surface-deep: #ffdcc8;

  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 107, 53, 0.15);
  border-bottom: none;
  background:
    radial-gradient(ellipse 92% 78% at 8% 102%, rgba(255, 107, 53, 0.28) 0%, transparent 58%),
    radial-gradient(ellipse 80% 68% at 96% -4%, rgba(255, 159, 28, 0.26) 0%, transparent 52%),
    linear-gradient(168deg, var(--b-surface) 0%, var(--b-surface-warm) 48%, var(--b-surface-deep) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    inset 0 -1px 0 rgba(255, 107, 53, 0.06),
    0 1px 0 rgba(255, 255, 255, 0.6),
    0 8px 28px -8px rgba(255, 107, 53, 0.18),
    0 18px 44px -16px rgba(255, 159, 28, 0.12);
}

.model-cats-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 1;
  background-image:
    linear-gradient(rgba(24, 20, 28, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 20, 28, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 52%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000 0%, #000 52%, transparent 100%);
  pointer-events: none;
}

.model-cats-banner::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(
    198deg,
    rgba(255, 255, 255, 0.55) 0%,
    rgba(255, 255, 255, 0.22) 28%,
    rgba(255, 255, 255, 0.06) 52%,
    transparent 72%
  );
  border-radius: 12px 12px 0 0;
}

.model-cats-banner__glow {
  position: absolute;
  width: 420px;
  height: 420px;
  right: -120px;
  top: -150px;
  border-radius: 50%;
  background: radial-gradient(
      circle at 38% 32%,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.12) 28%,
      transparent 52%
    ),
    radial-gradient(
      circle at 42% 36%,
      rgba(255, 107, 53, 0.22) 0%,
      rgba(255, 159, 28, 0.14) 42%,
      transparent 70%
    );
  filter: blur(4px);
  pointer-events: none;
}

.model-cats-banner__inner {
  position: relative;
  z-index: 2;
  padding: 8px 24px 6px;
  max-width: none;
}

.model-cats-banner__layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 32px;
  min-height: 0;
}

.model-cats-banner__copy {
  flex: 1 1 auto;
  min-width: 0;
  max-width: min(72%, 560px);
  padding: 2px 0 4px;
}

.model-cats-banner__copy--editorial {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  grid-template-rows: auto;
  column-gap: 20px;
  align-items: center;
}

.model-cats-banner__title {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  font-size: clamp(1.35rem, 1.85vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: var(--b-ink);
  align-self: center;
}

.model-cats-banner__title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  border-radius: 1px;
  background: linear-gradient(
    90deg,
    var(--b-orange) 0%,
    var(--b-amber) 78%,
    rgba(255, 159, 28, 0.28) 100%
  );
}

.model-cats-banner__desc {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding-left: 18px;
  border-left: 1px solid var(--b-line);
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--b-ink-soft);
  align-self: center;
}

.model-cats-banner__aside {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  gap: 14px 18px;
}

.model-cats-banner__kicker--side {
  margin: 0;
  max-width: 14rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  line-height: 1.65;
  text-align: right;
  white-space: nowrap;
  background-image: linear-gradient(105deg, #c2410c 0%, #ff6b35 48%, #ff9f1c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.model-cats-banner__deco {
  position: relative;
  flex: 0 0 auto;
  width: 100px;
  height: 72px;
  opacity: 0.92;
}

.model-cats-banner__deco-orbit {
  position: absolute;
  inset: 4px 12px 4px 8px;
  border: 1px solid rgba(255, 107, 53, 0.22);
  border-radius: 50%;
  background: radial-gradient(
      circle at 32% 28%,
      rgba(255, 255, 255, 0.55) 0%,
      rgba(255, 255, 255, 0.12) 38%,
      rgba(255, 107, 53, 0.08) 58%,
      transparent 72%
    );
  box-shadow:
    0 0 0 1px rgba(255, 107, 53, 0.1),
    inset 0 0 22px rgba(255, 255, 255, 0.45),
    inset 0 0 14px rgba(255, 159, 28, 0.08);
}

.model-cats-banner__deco-core {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 28%, rgba(255, 220, 180, 0.5) 0%, transparent 45%),
    linear-gradient(145deg, var(--b-orange) 0%, #ff5a24 38%, #ff8820 70%, var(--b-amber) 100%);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.35) inset,
    0 2px 8px rgba(180, 50, 16, 0.35),
    0 0 24px rgba(255, 107, 53, 0.35);
}

@media (max-width: 720px) {
  .model-cats-banner__layout {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .model-cats-banner__copy {
    max-width: 100%;
    text-align: center;
  }

  .model-cats-banner__copy--editorial {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .model-cats-banner__aside {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    order: 3;
  }

  .model-cats-banner__kicker--side {
    text-align: center;
    white-space: normal;
    max-width: none;
    font-size: 0.78125rem;
  }

  .model-cats-banner__title {
    align-self: center;
  }

  .model-cats-banner__title::after {
    margin-left: auto;
    margin-right: auto;
  }

  .model-cats-banner__desc {
    padding-left: 0;
    border-left: none;
    max-width: 22rem;
    text-align: center;
  }

  .model-cats-banner__deco {
    display: none;
  }

  .model-cats-banner__copy {
    order: 1;
  }
}

.model-filter {
  position: relative;
  z-index: 2;
  margin-top: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 0 0 12px 12px;
  border: 1px solid rgba(15, 15, 25, 0.06);
  border-top: none;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.9) inset,
    0 2px 4px rgba(15, 15, 25, 0.02),
    0 20px 50px -12px rgba(15, 15, 25, 0.12),
    0 32px 64px -24px rgba(15, 15, 25, 0.08);
  overflow: hidden;
}

.model-filter__static-head {
  flex-shrink: 0;
  padding: 6px 18px;
  border-bottom: 1px solid rgba(15, 15, 25, 0.06);
  background: linear-gradient(180deg, #fdfcfd 0%, #faf9fb 100%);
}

.model-filter__static-head-inner {
  display: flex;
  align-items: center;
  gap: 11px;
  flex-wrap: nowrap;
  min-height: 36px;
}

.model-filter__static-head-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand, #ff6b35) 0%, var(--brand-2, #ff9f1c) 100%);
  box-shadow: 0 3px 11px rgba(255, 107, 53, 0.23);
}

.model-filter__static-head-icon i {
  font-size: 0.875rem;
  opacity: 0.95;
}

.model-filter__static-head-text {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 9px;
  min-width: 0;
}

.model-filter__static-head-label {
  font-size: 0.96875rem;
  font-weight: 700;
  color: #141418;
  white-space: nowrap;
  line-height: 1.2;
}

.model-filter__static-head-sub {
  font-size: 0.65625rem;
  font-weight: 600;
  color: rgba(20, 20, 24, 0.38);
  white-space: nowrap;
}

.model-filter__static-head-inner .model-filter__badge {
  margin-left: auto;
  flex-shrink: 0;
}

.model-filter__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 14px 20px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  transition: background 0.15s;
}

.model-filter__toggle:hover {
  background: rgba(0, 0, 0, 0.02);
}

.model-filter__toggle i:first-child {
  color: var(--brand, #ff6b35);
  font-size: 1rem;
}

.model-filter__arrow {
  margin-left: auto;
  font-size: 0.75rem;
  color: #999;
  transition: transform 0.25s;
}

.model-filter.is-open .model-filter__arrow {
  transform: rotate(180deg);
}

.hiwawa-page-model-categories .model-filter__toggle {
  display: none;
}

.hiwawa-page-model-categories .model-filter__body {
  display: flex !important;
  flex-direction: column;
  flex: 0 0 auto;
  border-top: none;
  padding: 6px 16px 8px;
  gap: 0;
  overflow: visible;
}

.hiwawa-page-model-categories .model-filter__body-scroll {
  flex: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-bottom: 0;
}

.hiwawa-page-model-categories .model-filter__badge {
  background: linear-gradient(135deg, var(--brand, #ff6b35) 0%, var(--brand-2, #ff9f1c) 100%);
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 6px;
  padding: 0 5px;
  box-shadow: 0 1px 6px rgba(255, 107, 53, 0.3);
}

.model-filter__body {
  display: none;
  padding: 0 20px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.model-filter.is-open .model-filter__body {
  display: block;
}

.model-filter__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 14px;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 16px;
  border-radius: 10px;
  background: linear-gradient(168deg, #faf9fc 0%, #f5f3f7 50%, #faf9fc 100%);
  border: 1px solid rgba(15, 15, 25, 0.06);
}

@media (max-width: 1180px) {
  .hiwawa-page-model-categories .model-filter__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hiwawa-page-model-categories .model-filter__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.model-filter__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}

.model-filter__label {
  font-size: 0.6875rem;
  font-weight: 700;
  color: rgba(20, 20, 24, 0.52);
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.model-filter__select {
  width: 100%;
  min-height: 38px;
  padding: 7px 32px 7px 12px;
  border: 1.5px solid rgba(15, 15, 25, 0.08);
  border-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: inherit;
  color: #1a1a1f;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23ff6b35' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 11px center;
  outline: none;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(15, 15, 25, 0.04);
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.15s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.model-filter__select:hover {
  border-color: rgba(255, 107, 53, 0.4);
  background-color: #fffcfa;
}

.model-filter__select:focus {
  border-color: var(--brand, #ff6b35);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1), 0 1px 3px rgba(15, 15, 25, 0.04);
}

.model-filter__select:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  background-color: #f6f5f8;
  border-color: rgba(15, 15, 25, 0.06);
}

.model-filter__chip-strip {
  flex-shrink: 0;
  margin: 0;
  padding: 0;
}

.model-filter__chip-strip-bar {
  display: flex;
  align-items: flex-start;
  gap: 8px 10px;
  min-height: 32px;
}

.model-filter__chip-strip-label {
  flex: 0 0 auto;
  max-width: 7.25rem;
  padding-top: 2px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #111;
  line-height: 1.35;
  text-align: left;
}

.model-filter__chip-strip-slot {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
}

.model-filter__chip-strip:not(.model-filter__chip-strip--expanded) .model-filter__chip-strip-slot {
  max-height: 26px;
}

.model-filter__chip-strip:not(.model-filter__chip-strip--expanded) .model-filter__chip-strip-slot .model-filter__chips {
  flex-wrap: wrap;
  max-height: 26px;
  overflow: hidden;
}

.model-filter__chip-strip--expanded .model-filter__chip-strip-slot {
  max-height: none;
  overflow: visible;
}

.model-filter__chip-strip-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-top: 0;
  padding: 3px 10px;
  min-height: calc(0.875rem * 1.35 + 6px);
  border: 1px solid rgba(15, 15, 25, 0.12);
  border-radius: 7px;
  background: #fafafa;
  color: #111;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: inherit;
  line-height: 1.35;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.model-filter__chip-strip-toggle:hover {
  background: #f0f0f2;
  border-color: rgba(255, 107, 53, 0.35);
  color: var(--brand, #ff6b35);
}

.model-filter__chip-strip-toggle[aria-expanded='true'] {
  background: rgba(255, 107, 53, 0.08);
  border-color: rgba(255, 107, 53, 0.25);
  color: var(--brand, #ff6b35);
}

.model-filter__chip-strip-toggle-icon {
  font-size: 0.76rem;
  transition: transform 0.2s ease;
}

.model-filter__chip-strip-toggle[aria-expanded='true'] .model-filter__chip-strip-toggle-icon {
  transform: rotate(180deg);
}

.model-filter__chip-strip-suffix {
  display: inline;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.85em;
  color: rgba(20, 20, 24, 0.32);
  margin-left: 2px;
}

.model-filter .model-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 5px;
  width: 100%;
  padding: 0;
  align-items: flex-start;
}

.model-filter__chip {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
  color: #1a1a1f;
  font-family: inherit;
  background: #fff;
  border: 1px solid rgba(255, 107, 53, 0.38);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.15s, background 0.15s;
  user-select: none;
  box-shadow: inset 0 1px 2px rgba(15, 15, 25, 0.03);
  white-space: nowrap;
}

.model-filter__chip:hover {
  border-color: rgba(255, 107, 53, 0.72);
  box-shadow:
    inset 0 1px 2px rgba(15, 15, 25, 0.03),
    0 0 0 2px rgba(255, 107, 53, 0.1);
}

.model-filter__chip.is-selected {
  color: #fff;
  background: linear-gradient(135deg, var(--brand, #ff6b35) 0%, var(--brand-2, #ff9f1c) 100%);
  border-color: var(--brand, #ff6b35);
  box-shadow: 0 1px 5px rgba(255, 107, 53, 0.2);
}

.model-filter__chip-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.model-filter__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  margin-top: 2px;
  padding-top: 4px;
  border-top: 1px solid rgba(15, 15, 25, 0.065);
  background: #fff;
  box-shadow: 0 -4px 10px -8px rgba(15, 15, 25, 0.06);
}

.model-filter__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 33px;
  padding: 0 19px;
  border-radius: 8px;
  font-size: 0.8125rem;
  font-weight: 700;
  cursor: pointer;
  border: none;
  font-family: inherit;
  transition: transform 0.15s, box-shadow 0.2s, opacity 0.15s, background 0.2s, border-color 0.2s;
}

.model-filter__btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand, #ff6b35) 0%, var(--brand-2, #ff9f1c) 100%);
  box-shadow: 0 4px 14px rgba(255, 107, 53, 0.28);
}

.model-filter__btn--primary:hover {
  box-shadow: 0 6px 18px rgba(255, 107, 53, 0.34);
  transform: translateY(-1px);
}

.model-filter__btn--primary:active {
  transform: translateY(0);
}

.model-filter__btn--reset {
  background: transparent;
  color: #5c5c66;
  border: 1px solid rgba(15, 15, 25, 0.12);
  box-shadow: none;
}

.model-filter__btn--reset:hover {
  background: rgba(15, 15, 25, 0.04);
  border-color: rgba(15, 15, 25, 0.18);
}

.model-filter__actions-spacer {
  flex: 1;
  min-width: 10px;
}

.model-filter__actions-trail {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.model-filter__btn--vip {
  color: #f5f7fb;
  background: linear-gradient(145deg, #1e2d4a 0%, #2a3f5c 38%, #1a2838 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.06) inset,
    0 6px 20px rgba(15, 23, 42, 0.28);
  text-decoration: none;
}

.model-filter__btn--vip i {
  font-size: 0.88em;
  color: #d4af6a;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.25));
}

.model-filter__btn--vip:hover {
  background: linear-gradient(145deg, #243552 0%, #314a68 40%, #1f3044 100%);
  box-shadow:
    0 2px 0 rgba(255, 255, 255, 0.08) inset,
    0 8px 24px rgba(15, 23, 42, 0.34);
  transform: translateY(-1px);
}

.model-filter__btn--vip:active {
  transform: translateY(0);
}

.model-filter__btn--sort {
  background: transparent;
  color: #5c5c66;
  border: 1px solid rgba(15, 15, 25, 0.12);
  box-shadow: none;
}

.model-filter__btn--sort:hover {
  background: rgba(15, 15, 25, 0.04);
  border-color: rgba(15, 15, 25, 0.18);
}

.model-filter__btn--sort.is-active {
  color: var(--brand, #ff6b35);
  border-color: rgba(255, 107, 53, 0.35);
  background: rgba(255, 107, 53, 0.06);
}

.model-filter__active-row {
  padding: 14px 0 10px;
  margin-top: 2px;
}

.model-filter__active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(255, 107, 53, 0.1);
  color: var(--brand, #ff6b35);
  border: 1px solid rgba(255, 107, 53, 0.2);
}

.filter-tag__remove {
  cursor: pointer;
  opacity: 0.7;
  font-size: 0.7rem;
}

.filter-tag__remove:hover {
  opacity: 1;
}

.model-filter__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 52px 0;
  font-size: 0.875rem;
  font-weight: 500;
  color: rgba(20, 20, 24, 0.45);
}

.model-filter__spinner {
  width: 26px;
  height: 26px;
  border: 3px solid rgba(15, 15, 25, 0.08);
  border-top-color: var(--brand, #ff6b35);
  border-radius: 50%;
  animation: mf-spin 0.65s linear infinite;
}

@keyframes mf-spin {
  to { transform: rotate(360deg); }
}

.model-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px 20px;
}

@media (max-width: 1320px) {
  .hiwawa-page-model-categories .model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px 18px;
  }
}

@media (max-width: 900px) {
  .hiwawa-page-model-categories .model-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 16px;
  }
}

.model-card-item {
  margin: 0;
  display: grid;
}

.model-card {
  /* 与主导航「注册」按钮同一套橙渐变色系 */
  --mc-green: #f66600;
  --mc-mint: #fff5f0;
  --mc-teal: #9a3412;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 0 0 1px rgba(15, 15, 25, 0.06),
    0 10px 28px -12px rgba(15, 15, 25, 0.12);
  border: 1px solid rgba(15, 15, 25, 0.06);
  overflow: hidden;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
  font-family: inherit;
  display: flex;
  flex-direction: column;
}

.model-card:hover {
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255, 107, 53, 0.12),
    0 12px 32px -14px rgba(15, 15, 25, 0.14);
}

.model-card__pin {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 4;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #fff;
  background: var(--mc-green);
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.35);
}

.model-card__badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  padding: 3px 9px;
  border-radius: 6px;
  font-size: 0.72rem;
  font-weight: 700;
}

.model-card__badge--paid {
  background: rgba(220, 38, 38, 0.92);
  color: #fff;
}

.model-card__badge--member {
  background: rgba(21, 101, 192, 0.92);
  color: #fff;
}

.model-card__badge-combo {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 4;
  display: inline-flex;
  align-items: stretch;
  border-radius: 6px;
  overflow: hidden;
  font-size: 0.72rem;
  font-weight: 700;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.model-card__badge-combo__paid {
  background: rgba(220, 38, 38, 0.92);
  color: #fff;
  padding: 3px 8px;
  display: flex;
  align-items: center;
}
.model-card__badge-combo__discount {
  background: #fff;
  color: #dc2626;
  padding: 3px 8px;
  display: flex;
  align-items: center;
  border-left: 1px solid rgba(220, 38, 38, 0.2);
}

.model-card__media {
  position: relative;
  overflow: hidden;
}

.model-card__cover-link {
  display: block;
  width: 100%;
  text-decoration: none;
  color: inherit;
}

.model-card__cover {
  width: 100%;
  height: 0;
  padding-bottom: 133.33%;
  position: relative;
  overflow: hidden;
  background: #eceeef;
}

.model-card__cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.32s ease;
  z-index: 1;
}

.model-card:hover .model-card__cover img {
  transform: scale(1.012);
}

.model-card__cover--blur img {
  filter: blur(14px);
  transform: scale(1.08) !important;
}

.model-card__cover-placeholder {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(165deg, #e8eaed 0%, #dfe3e8 45%, #eceeef 100%);
}

.model-card__cover-placeholder i {
  font-size: 3.25rem;
  color: rgba(120, 128, 138, 0.42);
}

.model-card__cover-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: rgba(0, 0, 0, 0.28);
}

.model-card__cover-overlay--pass-through {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.26);
}

.model-card__vip-hit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  border-radius: 0;
}

.model-card__lock-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 22px;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: background 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.model-card__vip-hit .model-card__lock-pill {
  background: linear-gradient(135deg, #ff6b35 0%, #ff9f1c 100%);
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 4px 18px rgba(255, 107, 53, 0.38);
}

.model-card__vip-hit:hover .model-card__lock-pill {
  background: linear-gradient(135deg, #ff7d4a 0%, #ffb03d 100%);
  box-shadow: 0 6px 22px rgba(255, 107, 53, 0.45);
  transform: scale(1.02);
}

.model-card__lock-pill--discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  background: linear-gradient(135deg, #ff6b35 0%, #ff9f1c 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 4px 18px rgba(255, 107, 53, 0.45);
  padding: 10px 24px;
  border-radius: 12px;
}
.model-card__pill-new {
  font-size: 1.05rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
  font-variant-numeric: tabular-nums;
}
.model-card__pill-old {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.72);
  text-decoration: line-through;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.model-card__lock-pill--muted {
  border-color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}

.model-card__lock-pill-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-card__lock-icon {
  font-size: 1.75rem;
  color: rgba(255, 255, 255, 0.88);
}

.model-card__body {
  padding: 12px 14px 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.model-card__title-line {
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model-card__title-line a {
  text-decoration: none;
  color: #0a0d10;
}

.model-card__title-line a:hover {
  color: var(--mc-teal);
}

.model-card__no {
  font-weight: 700;
}

.model-card__name-text {
  font-weight: 500;
}

.model-card__tagbar {
  display: flex;
  align-items: stretch;
  flex-wrap: nowrap;
  min-height: 34px;
  max-height: 40px;
  width: 100%;
  margin-bottom: 0;
  border-radius: 3px;
  overflow: hidden;
  font-size: 0.875rem;
}

.model-card__tagbar-height {
  flex: 0 0 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  padding: 6px 12px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #f66600 0%, #ff8533 48%, #ffb366 100%);
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 100%, 0 100%);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  justify-content: center;
}

.model-card__tagbar-rest {
  flex: 0 0 calc(50% + 10px);
  max-width: calc(50% + 10px);
  margin-left: -10px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  font-weight: 600;
  color: var(--mc-teal);
  background: var(--mc-mint);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10px 100%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.model-card__loc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: auto 0 0;
  padding-top: 10px;
}

.model-card__loc-row .model-card__loc {
  margin: 0;
  padding-top: 0;
  flex: 1;
  min-width: 0;
}

.model-card__loc-spacer {
  flex: 1;
  min-width: 0;
}

.model-card__vitality-hot {
  flex-shrink: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 0;
  padding: 2px 6px 2px 5px;
  border-radius: 5px;
  line-height: 1.15;
  white-space: nowrap;
  background: linear-gradient(145deg, #fff8f4 0%, #ffece3 48%, #ffd8c8 100%);
  border: 1px solid rgba(232, 93, 44, 0.35);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.8) inset,
    0 1px 4px rgba(232, 93, 44, 0.09),
    0 1px 1px rgba(180, 60, 30, 0.05);
}

.model-card__vitality-hot__text {
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #c2410c;
}

.model-card__vitality-hot__sep {
  font-size: 0.625rem;
  font-weight: 600;
  color: rgba(194, 65, 12, 0.72);
  margin: 0;
}

.model-card__vitality-hot__num {
  font-size: 0.6875rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  color: #d9480f;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}

.model-card__loc {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: auto 0 0;
  padding-top: 10px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #3d4349;
}

.model-card__loc-slot {
  margin-top: auto;
  padding-top: 10px;
  min-height: calc(0.875rem * 1.4);
  flex-shrink: 0;
}

.model-card__loc i {
  font-size: 0.8125rem;
  opacity: 0.92;
  color: #5c636b;
}

.model-card__cta {
  display: flex;
  margin-top: 10px;
}

.hiwawa-page-model-categories .model-buy-btn {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: none;
  background: var(--mc-green);
  color: #fff;
  text-decoration: none;
  transition: opacity 0.15s ease, filter 0.15s ease;
  width: 100%;
}

.hiwawa-page-model-categories .model-buy-btn:hover {
  opacity: 0.92;
  filter: brightness(1.03);
}

.model-buy-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.model-buy-btn--login,
.model-buy-btn--vip {
  background: #2d3436 !important;
  color: #fff !important;
}

.model-card__view-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--mc-teal);
  text-decoration: none;
  background: var(--mc-mint);
  border: 1px solid rgba(255, 107, 53, 0.22);
  transition: background 0.15s ease, color 0.15s ease;
}

.model-card__view-btn:hover {
  background: rgba(255, 107, 53, 0.1);
  color: #c2410c;
}

.hiwawa-page-model-categories #model-grid-wrap > .empty {
  margin: 0;
  padding: 52px 28px 56px;
  text-align: center;
  border-radius: 14px;
  background: linear-gradient(168deg, #fafbfc 0%, #f1f5f9 55%, #eef2f7 100%);
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 28px -12px rgba(15, 23, 42, 0.1);
  color: #64748b;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.65;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

.hiwawa-page-model-categories .model-cats-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  padding: 11px 18px;
  border-radius: 10px;
  background: linear-gradient(135deg, #fff3c4 0%, #fffbe6 55%, #ffffff 100%);
  border: 1px solid rgba(245, 190, 40, 0.25);
  box-shadow: 0 2px 10px rgba(245, 190, 40, 0.12);
  cursor: default;
}

.hiwawa-page-model-categories .model-cats-notice__icon {
  font-size: 1.15rem;
  color: #c87800;
  transform-origin: top center;
  animation: bell-ring-pc 2.8s ease-in-out infinite;
}

@keyframes bell-ring-pc {
  0%,  55%, 100% { transform: rotate(0deg); }
  5%             { transform: rotate(18deg); }
  10%            { transform: rotate(-16deg); }
  15%            { transform: rotate(13deg); }
  20%            { transform: rotate(-10deg); }
  25%            { transform: rotate(7deg); }
  30%            { transform: rotate(-4deg); }
  35%            { transform: rotate(2deg); }
  40%            { transform: rotate(0deg); }
}

.hiwawa-page-model-categories .model-cats-notice__body {
  flex: 1;
  min-width: 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: #7a5800;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-align: left;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.15s ease;
}

.hiwawa-page-model-categories .model-cats-notice__body:hover {
  color: var(--brand, #ff6b35);
}

.model-cats-sheet {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.model-cats-sheet[hidden] {
  display: none;
}

.model-cats-sheet__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  animation: mcs-overlay-in-pc 0.2s ease forwards;
}

@keyframes mcs-overlay-in-pc {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.model-cats-sheet.is-closing .model-cats-sheet__overlay {
  animation: mcs-overlay-out-pc 0.18s ease forwards;
}

@keyframes mcs-overlay-out-pc {
  from { opacity: 1; }
  to   { opacity: 0; }
}

.model-cats-sheet__panel {
  position: relative;
  z-index: 1;
  width: 520px;
  height: 660px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 18px;
  box-shadow:
    0 8px 30px rgba(0, 0, 0, 0.14),
    0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  animation: mcs-panel-in-pc 0.25s cubic-bezier(0.32, 0.72, 0, 1) forwards;
}

.model-cats-sheet__panel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 88px;
  background: linear-gradient(
    135deg,
    rgba(255, 107, 53, 0.10) 0%,
    rgba(255, 159, 28, 0.08) 55%,
    rgba(255, 200, 100, 0.06) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.model-cats-sheet__panel::after {
  content: '';
  position: absolute;
  top: -40px; right: -40px;
  width: 160px; height: 160px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 159, 28, 0.12) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

@keyframes mcs-panel-in-pc {
  from { opacity: 0; transform: scale(0.94) translateY(10px); }
  to   { opacity: 1; transform: scale(1)    translateY(0); }
}

.model-cats-sheet.is-closing .model-cats-sheet__panel {
  animation: mcs-panel-out-pc 0.18s ease forwards;
}

@keyframes mcs-panel-out-pc {
  from { opacity: 1; transform: scale(1)    translateY(0); }
  to   { opacity: 0; transform: scale(0.94) translateY(8px); }
}

.model-cats-sheet__header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 22px 20px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}

.model-cats-sheet__title {
  flex: 1;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--brand, #ff6b35);
}

.model-cats-sheet__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 24px;
  font-size: 0.92rem;
  line-height: 1.8;
  color: #333;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}

.model-cats-sheet__body::-webkit-scrollbar {
  width: 4px;
}

.model-cats-sheet__body::-webkit-scrollbar-track {
  background: transparent;
}

.model-cats-sheet__body::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 4px;
}

.model-cats-sheet__body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3);
}

.model-cats-sheet__body img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}

.model-cats-sheet__body h1,
.model-cats-sheet__body h2,
.model-cats-sheet__body h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 1em 0 0.4em;
  color: #141418;
}

.model-cats-sheet__body p {
  margin: 0 0 0.8em;
}

.model-cats-sheet__body ul,
.model-cats-sheet__body ol {
  padding-left: 1.4em;
  margin: 0 0 0.8em;
}

.model-cats-sheet__body a {
  color: var(--brand, #ff6b35);
  text-decoration: none;
}

.model-cats-sheet__body a:hover {
  text-decoration: underline;
}

.model-cats-sheet__legal {
  margin-top: 1.25rem;
  padding-top: 1.1rem;
  border-top: 1px solid rgba(15, 23, 42, 0.1);
}

.model-cats-sheet__legal-title {
  margin: 0 0 0.65rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #141418;
}

.model-cats-sheet__legal-body {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #3a3f4d;
}

.model-cats-pager-wrap {
  margin: 32px 0 10px;
  display: flex;
  justify-content: center;
}

.model-cats-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 20px;
  padding: 10px 18px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 4px 20px -8px rgba(15, 23, 42, 0.08);
}

.model-cats-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid rgba(15, 23, 42, 0.12);
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.model-cats-pager__btn:hover:not(.is-disabled) {
  border-color: var(--brand, #ff6b35);
  color: var(--brand, #ff6b35);
}

.model-cats-pager__btn.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.model-cats-pager__status {
  font-size: 13px;
  color: #64748b;
  white-space: nowrap;
}

/* 分类列表 / 详情相关推荐 / 收藏：与明星墙同结构的累计榜名次徽章（hi_wawa_model_echo_list_card） */
.model-card__media .sw-card__rank {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  z-index: 5;
  margin: 0;
  pointer-events: none;
  white-space: nowrap;
}

.model-card__media .sw-card__rank-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.38em;
  padding: 5px 12px 5px 11px;
  border-radius: 999px;
  background: linear-gradient(168deg, rgba(24, 28, 36, 0.94) 0%, rgba(11, 13, 18, 0.96) 100%);
  border: 1px solid rgba(196, 169, 104, 0.34);
  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(0, 0, 0, 0.35) inset,
    0 1px 0 rgba(255, 255, 255, 0.07) inset;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.model-card__media .sw-card__rank-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}

.model-card__media .sw-card__rank-divider {
  width: 1px;
  height: 12px;
  flex-shrink: 0;
  background: linear-gradient(180deg, transparent, rgba(196, 169, 104, 0.4), transparent);
}

.model-card__media .sw-card__rank-ward {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.model-card__media .sw-card__rank-no {
  font-size: 9px;
  font-weight: 600;
  color: rgba(212, 188, 125, 0.76);
  letter-spacing: 0.02em;
}

.model-card__media .sw-card__rank-num {
  font-size: 12px;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.06em;
  line-height: 1;
  background: linear-gradient(115deg, #faf4e4 0%, #e0c983 42%, #c4a44e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.model-card[data-sw-rank="1"] .model-card__media .sw-card__rank-pill {
  border-color: rgba(236, 214, 158, 0.5);
  box-shadow:
    0 6px 20px rgba(0, 0, 0, 0.48),
    0 0 24px rgba(196, 169, 104, 0.16),
    0 0 0 1px rgba(0, 0, 0, 0.38) inset;
}

.model-card[data-sw-rank="2"] .model-card__media .sw-card__rank-pill {
  border-color: rgba(178, 192, 208, 0.48);
  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.44),
    0 0 18px rgba(150, 170, 190, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.model-card[data-sw-rank="2"] .model-card__media .sw-card__rank-num {
  background: linear-gradient(115deg, #f4f7fb 0%, #b9c7d6 45%, #7e93a8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.model-card[data-sw-rank="3"] .model-card__media .sw-card__rank-pill {
  border-color: rgba(198, 145, 108, 0.48);
  box-shadow:
    0 5px 18px rgba(0, 0, 0, 0.44),
    0 0 18px rgba(170, 110, 70, 0.1),
    0 0 0 1px rgba(0, 0, 0, 0.35) inset;
}

.model-card[data-sw-rank="3"] .model-card__media .sw-card__rank-num {
  background: linear-gradient(115deg, #f2e0d2 0%, #c9946e 48%, #9d6040 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 分类页：内容区卡片（模特卡、空状态、分页条等）统一 6px 圆角；限定 body类，避免详情「相关推荐」等复用本表时变形 */
.hiwawa-page-model-categories .model-card {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-card__pin {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-card__badge,
.hiwawa-page-model-categories .model-card__badge-combo {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-card__lock-pill--discount {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-card__tagbar {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-card__vitality-hot {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-buy-btn,
.hiwawa-page-model-categories .model-card__view-btn {
  border-radius: 6px;
}

.hiwawa-page-model-categories #model-grid-wrap > .empty {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-cats-pager {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-cats-pager__btn {
  border-radius: 6px;
}

/* 分类页：筛选区（与顶栏衔接处同步为 6px） */
.hiwawa-page-model-categories .model-cats-banner {
  border-radius: 6px 6px 0 0;
}

.hiwawa-page-model-categories .model-cats-banner::after {
  border-radius: 6px 6px 0 0;
}

.hiwawa-page-model-categories .model-filter {
  border-radius: 0 0 6px 6px;
}

.hiwawa-page-model-categories .model-filter__static-head-icon {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-filter__grid {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-filter__select {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-filter__chip-strip-toggle {
  border-radius: 6px;
}

.hiwawa-page-model-categories .model-filter__btn {
  border-radius: 6px;
}

.hiwawa-page-model-categories .filter-tag {
  border-radius: 6px;
}
