.market-jp {
  --jp-accent: #ff665c;
  --jp-accent-soft: rgba(255, 102, 92, .12);
  --jp-accent-line: rgba(255, 102, 92, .38);
  --jp-panel: #101217;
  --jp-line: rgba(255, 255, 255, .085);
  background:
    radial-gradient(760px 340px at 10% -6%, rgba(255, 102, 92, .075), transparent 58%),
    #08090d;
}

.market-jp .site-header {
  min-height: 62px;
  border-bottom: 1px solid var(--jp-line);
  background: rgba(8, 9, 13, .9);
  backdrop-filter: blur(16px) saturate(125%);
  -webkit-backdrop-filter: blur(16px) saturate(125%);
}
.market-jp .header-inner { min-height: 62px; }
.market-wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.market-wordmark span {
  color: var(--jp-accent);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 850;
}
.worldwide-link {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  color: #858b95;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: .09em;
  text-decoration: none;
}
.worldwide-link:hover,
.worldwide-link:focus-visible { color: #fff; }

.market-main { padding-top: 0; }
.market-hero {
  max-width: 880px;
  padding: 28px 0 15px;
  border-bottom: 0;
}
.market-hero .eyebrow {
  margin-bottom: 8px;
  color: var(--jp-accent);
  font-size: 9px;
  letter-spacing: .1em;
}
.market-hero h1 {
  max-width: 720px;
  color: #fff;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -.055em;
}
.market-hero .lede {
  display: block !important;
  max-width: 680px;
  margin-top: 9px;
  color: #abb0ba;
  font-size: 13px;
  line-height: 1.65;
}
.market-hero .affiliate-disclosure {
  margin-top: 8px;
  color: #6f7580;
  font-size: 9.5px;
}

.market-filter-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 0 0 7px;
}
.market-filter {
  position: relative;
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid var(--jp-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .025);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 140ms ease, background 140ms ease, color 140ms ease, transform 140ms ease;
}
.market-filter strong {
  color: #c9cdd4;
  font-size: 11px;
  line-height: 1;
  font-weight: 780;
}
.market-filter span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.market-filter:hover,
.market-filter:focus-visible {
  border-color: rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .055);
  transform: translateY(-1px);
}
.market-filter:hover strong,
.market-filter:focus-visible strong { color: #fff; }
.market-filter.active,
.market-filter[aria-current="page"] {
  border-color: var(--jp-accent-line);
  background: var(--jp-accent-soft);
}
.market-filter.active strong,
.market-filter[aria-current="page"] strong { color: #fff; }

.market-more {
  position: relative;
  display: inline-block;
  margin: 0 0 7px;
}
.market-more summary {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--jp-line);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #a5aab3;
  background: rgba(255, 255, 255, .018);
  font-size: 10.5px;
  font-weight: 760;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.market-more summary::-webkit-details-marker { display: none; }
.market-more summary::after {
  content: '＋';
  margin-left: 8px;
  color: #747a84;
  font-size: 11px;
}
.market-more[open] summary {
  color: #fff;
  border-color: var(--jp-accent-line);
  background: var(--jp-accent-soft);
}
.market-more[open] summary::after { content: '−'; }
.market-more-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  left: 0;
  width: min(280px, calc(100vw - 28px));
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3px;
  background: rgba(17, 19, 24, .985);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .46);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.market-more-menu .market-filter {
  width: 100%;
  min-height: 50px;
  padding: 8px 10px;
  border: 0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  white-space: normal;
}
.market-more-menu .market-filter:hover,
.market-more-menu .market-filter:focus-visible { transform: none; }
.market-more-menu .market-filter span {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  color: #727985;
  font-size: 9px;
  line-height: 1.35;
}
.market-more-menu .market-filter.active,
.market-more-menu .market-filter[aria-current="page"] {
  background: var(--jp-accent-soft);
}

.market-jp .audience-nav {
  position: sticky;
  top: 62px;
  z-index: 60;
  min-height: 50px;
  margin: 8px 0 0;
  padding: 5px;
  border: 1px solid var(--jp-line);
  border-radius: 11px;
  gap: 4px;
  background: rgba(15, 17, 22, .93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
.market-jp .audience-button {
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #8d939d;
  font-size: 11px;
  font-weight: 740;
}
.market-jp .audience-button::after { display: none; }
.market-jp .audience-button:hover,
.market-jp .audience-button:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, .045);
}
.market-jp .audience-button.active,
.market-jp .audience-button[aria-pressed="true"] {
  color: #fff;
  border-color: rgba(255, 102, 92, .25);
  background: var(--jp-accent-soft);
  font-weight: 840;
}

.market-jp .live-head {
  min-height: 42px;
  padding: 14px 2px 5px;
}
.market-jp .live-title { color: #cbd0d7; }
.market-jp .live-title::before {
  width: 7px;
  height: 7px;
  background: var(--jp-accent);
  box-shadow: 0 0 0 4px rgba(255, 102, 92, .09);
}
.market-jp .model-card {
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, #111319, #0d0f13);
}
.market-jp .model-card:hover,
.market-jp .model-card:focus-visible {
  border-color: rgba(255, 102, 92, .2);
}
.market-jp .model-media { border-radius: 0; }
.market-jp .model-live {
  border-color: rgba(255, 102, 92, .3);
  color: #ff948d;
}

.market-note {
  max-width: 760px;
  padding-top: 21px;
}
.market-note p {
  margin: 0;
  color: #686e78;
  font-size: 9.5px;
  line-height: 1.8;
}

@media (max-width: 640px) {
  .market-jp .site-header,
  .market-jp .header-inner { min-height: 56px; }
  .market-hero { padding: 21px 0 13px; }
  .market-hero .eyebrow { margin-bottom: 7px; }
  .market-hero h1 { font-size: clamp(31px, 9.5vw, 38px); }
  .market-hero .lede { max-width: 96%; font-size: 12.5px; line-height: 1.6; }
  .market-filter-nav {
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    padding: 0 0 8px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }
  .market-filter-nav::-webkit-scrollbar { display: none; }
  .market-filter { min-height: 36px; padding: 0 12px; }
  .market-filter strong { font-size: 10.5px; }
  .market-more { margin-bottom: 5px; }
  .market-more summary { min-height: 34px; }
  .market-jp .audience-nav {
    top: 56px;
    min-height: 48px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .market-jp .audience-nav::-webkit-scrollbar { display: none; }
  .market-jp .audience-button {
    min-height: 36px;
    padding: 0 12px;
    flex: 0 0 auto;
  }
  .market-jp .live-head { padding-top: 11px; }
  .worldwide-link { font-size: 8.5px; }
}
