/* ORONOKAGAMI premium discovery layer. Scoped to live discovery pages only. */
body.is-home,
body.is-hub {
  --v3-bg: #08090d;
  --v3-surface: #11131a;
  --v3-surface-2: #151821;
  --v3-surface-3: #1b1e28;
  --v3-text: #f6f7f9;
  --v3-muted: #a5aab4;
  --v3-quiet: #747a86;
  --v3-line: rgba(255,255,255,.085);
  --v3-line-strong: rgba(255,255,255,.17);
  --v3-accent: #ff5368;
  --v3-accent-soft: rgba(255,83,104,.12);
  --bg: var(--v3-bg);
  --surface: var(--v3-surface);
  --surface-2: var(--v3-surface-2);
  --text: var(--v3-text);
  --muted: var(--v3-muted);
  --quiet: var(--v3-quiet);
  --line: var(--v3-line);
  --line-strong: var(--v3-line-strong);
  --accent: var(--v3-accent);
  --radius: 12px;
  background:
    radial-gradient(900px 430px at 12% -8%, rgba(255,83,104,.095), transparent 58%),
    radial-gradient(720px 380px at 88% -14%, rgba(118,91,255,.055), transparent 58%),
    var(--v3-bg);
  color: var(--v3-text);
}

body.is-home .site-header,
body.is-hub .site-header {
  min-height: 62px;
  border-bottom-color: var(--v3-line);
  background: rgba(8,9,13,.84);
  backdrop-filter: blur(18px) saturate(130%);
  -webkit-backdrop-filter: blur(18px) saturate(130%);
}
body.is-home .header-inner,
body.is-hub .header-inner { min-height: 62px; }
body.is-home .wordmark,
body.is-hub .wordmark {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -.05em;
}
body.is-home .wordmark::before,
body.is-hub .wordmark::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, #ff5368, #ff7b66);
  box-shadow: 0 0 18px rgba(255,83,104,.25);
  transform: rotate(45deg);
}
body.is-home .wordmark::after,
body.is-hub .wordmark::after { display: none; }

body.is-home .locale-nav,
body.is-hub .locale-nav { gap: 5px; color: #858b96; font-size: 10px; }
body.is-home .locale-nav a,
body.is-hub .locale-nav a {
  min-height: 32px;
  padding: 0 9px;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}
body.is-home .locale-nav a:hover,
body.is-home .locale-nav a:focus-visible,
body.is-hub .locale-nav a:hover,
body.is-hub .locale-nav a:focus-visible { color: #f2f4f7; background: rgba(255,255,255,.045); }
body.is-home .locale-nav a[aria-current=page],
body.is-hub .locale-nav a[aria-current=page] {
  color: #fff;
  border-color: var(--v3-line);
  background: rgba(255,255,255,.06);
  font-weight: 820;
}

body.is-home .site-shell,
body.is-hub .site-shell { --shell-max: 1360px; }

body.is-home .seo-intro {
  padding: 30px 0 18px;
  border-bottom: 0;
}
body.is-home .eyebrow {
  margin-bottom: 9px;
  color: var(--v3-accent);
  font-size: 9px;
  font-weight: 850;
}
body.is-home .seo-intro h1 {
  max-width: 760px;
  color: #fff;
  font-size: clamp(30px, 3.7vw, 48px);
  line-height: 1.04;
  font-weight: 860;
}
body.is-home .lede {
  display: block;
  max-width: 680px;
  margin-top: 10px;
  color: #b0b5bf;
  font-size: 13px;
  line-height: 1.65;
}
body.is-home .affiliate-disclosure {
  margin-top: 9px;
  color: #747a86;
  font-size: 10px;
  font-weight: 620;
}

body.is-home .seo-intro .hub-links { gap: 7px; margin-top: 17px; }
body.is-home .seo-intro .hub-link {
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid var(--v3-line);
  border-radius: 9px;
  background: rgba(255,255,255,.025);
  transition: transform 140ms ease, background 140ms ease, border-color 140ms ease;
}
body.is-home .seo-intro .hub-link:hover,
body.is-home .seo-intro .hub-link:focus-visible {
  transform: translateY(-1px);
  border-color: var(--v3-line-strong);
  background: rgba(255,255,255,.06);
}
body.is-home .seo-intro .hub-link strong { color: #d9dce2; font-size: 11px; font-weight: 780; }

body.is-home .audience-nav {
  position: sticky;
  top: 62px;
  z-index: 60;
  min-height: 56px;
  margin: 4px 0 0;
  padding: 7px;
  border: 1px solid var(--v3-line);
  border-bottom: 0;
  border-radius: 14px 14px 0 0;
  gap: 5px;
  background: rgba(16,18,24,.93);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.is-home .audience-button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: #9298a3;
  font-size: 11px;
  font-weight: 740;
  transition: background 140ms ease, color 140ms ease, border-color 140ms ease;
}
body.is-home .audience-button::after { display: none; }
body.is-home .audience-button:hover,
body.is-home .audience-button:focus-visible { color: #fff; background: rgba(255,255,255,.045); }
body.is-home .audience-button.active,
body.is-home .audience-button[aria-pressed="true"] {
  color: #fff;
  border-color: rgba(255,83,104,.22);
  background: linear-gradient(180deg, rgba(255,83,104,.15), rgba(255,83,104,.09));
  font-weight: 850;
}

body.is-home .interest-discovery {
  position: relative;
  max-width: none;
  min-height: 50px;
  padding: 6px 8px;
  border: 1px solid var(--v3-line);
  border-radius: 0 0 14px 14px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  background: rgba(14,16,22,.88);
}
body.is-home .interest-discovery h2 {
  margin: 0;
  padding-left: 7px;
  color: var(--v3-quiet);
  font-size: 9px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 800;
  text-transform: uppercase;
}
body.is-home .interest-discovery > p { display: none; }
body.is-home .interest-discovery > .hub-links {
  margin: 0;
  gap: 6px;
}
body.is-home .interest-discovery > .hub-links .hub-link {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: rgba(255,255,255,.02);
}
body.is-home .interest-discovery > .hub-links .hub-link:hover,
body.is-home .interest-discovery > .hub-links .hub-link:focus-visible {
  border-color: var(--v3-line-strong);
  background: rgba(255,255,255,.055);
  transform: none;
}
body.is-home .interest-discovery > .hub-links .hub-link strong {
  color: #bec3cc;
  font-size: 10.5px;
  font-weight: 730;
}
html[lang="ja"] body.is-home .interest-discovery h2 { font-size: 0; }
html[lang="ja"] body.is-home .interest-discovery h2::after { content: '絞り込み'; font-size: 9px; }

body.is-home .language-discovery { display: none; }

body.is-home .filter-more {
  position: relative;
  margin: 0;
  padding: 0;
  flex: none;
}
body.is-home .filter-more summary {
  list-style: none;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #bfc4cd;
  background: rgba(255,255,255,.018);
  font-size: 10.5px;
  font-weight: 760;
  cursor: pointer;
  user-select: none;
}
body.is-home .filter-more summary::-webkit-details-marker { display: none; }
body.is-home .filter-more summary::after {
  content: '⌄';
  color: #777e8a;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
}
body.is-home .filter-more[open] summary {
  color: #fff;
  border-color: rgba(255,83,104,.28);
  background: var(--v3-accent-soft);
}
body.is-home .filter-more[open] summary::after { content: '⌃'; }
body.is-home .filter-more-menu {
  position: absolute;
  z-index: 90;
  top: calc(100% + 8px);
  right: 0;
  width: 220px;
  margin: 0;
  padding: 7px;
  border: 1px solid var(--v3-line-strong);
  border-radius: 11px;
  display: grid;
  gap: 3px;
  background: rgba(19,21,28,.98);
  box-shadow: 0 18px 55px rgba(0,0,0,.45);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
body.is-home .filter-more-menu .hub-link {
  min-height: 38px;
  padding: 0 10px;
  border: 0;
  border-radius: 7px;
  justify-content: flex-start;
  background: transparent;
}
body.is-home .filter-more-menu .hub-link:hover,
body.is-home .filter-more-menu .hub-link:focus-visible {
  background: rgba(255,255,255,.055);
  transform: none;
}
body.is-home .filter-more-menu .hub-link strong { color: #d1d5dc; font-size: 11px; font-weight: 720; }

body.is-home .live-head {
  min-height: 46px;
  padding: 19px 2px 7px;
  align-items: flex-end;
}
body.is-home .live-title { color: #cbd0d7; font-size: 10px; font-weight: 820; }
body.is-home .live-title::before {
  width: 7px;
  height: 7px;
  margin-right: 8px;
  background: var(--v3-accent);
  box-shadow: 0 0 0 4px rgba(255,83,104,.09);
}

body.is-home .model-grid,
body.is-hub .model-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 11px;
  padding-top: 8px;
}
body.is-home .model-card,
body.is-hub .model-card {
  border: 1px solid var(--v3-line);
  border-radius: 12px;
  background: linear-gradient(180deg, #111319, #0e1015);
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}
body.is-home .model-card:hover,
body.is-home .model-card:focus-visible,
body.is-hub .model-card:hover,
body.is-hub .model-card:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.18);
  box-shadow: 0 16px 34px rgba(0,0,0,.24);
}
body.is-home .model-media,
body.is-hub .model-media {
  border: 0;
  border-radius: 0;
  background: var(--v3-surface-2);
}
body.is-home .model-media::after,
body.is-hub .model-media::after {
  display: block;
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background: linear-gradient(to bottom, transparent, rgba(8,9,13,.16));
  pointer-events: none;
}
body.is-home .model-media img,
body.is-hub .model-media img {
  transform: scale(1.002);
  transition: transform 220ms ease, filter 180ms ease;
}
body.is-home .model-card:hover .model-media img,
body.is-hub .model-card:hover .model-media img { transform: scale(1.024); filter: brightness(1.035); opacity: 1; }
body.is-home .model-meta,
body.is-hub .model-meta {
  position: relative;
  min-height: 38px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
body.is-home .model-name,
body.is-hub .model-name { color: #edf0f4; font-size: 11.5px; font-weight: 760; }
body.is-home .model-card:hover .model-name,
body.is-hub .model-card:hover .model-name { color: #fff; }
body.is-home .model-live,
body.is-hub .model-live {
  position: absolute;
  z-index: 3;
  top: -31px;
  right: 8px;
  min-height: 20px;
  padding: 0 7px;
  border: 1px solid rgba(255,83,104,.28);
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #ff93a0;
  background: rgba(8,9,13,.7);
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .07em;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
body.is-home .model-facts,
body.is-hub .model-facts {
  flex: none;
  color: #7e8490;
  font-size: 8.5px;
  line-height: 1;
  font-weight: 820;
  letter-spacing: .05em;
  text-transform: uppercase;
}

body.is-home .list-note { display: none; }
body.is-hub .seo-intro { padding: 27px 0 16px; border-bottom: 0; }
body.is-hub .seo-intro h1 { color: #fff; font-size: clamp(27px, 3.5vw, 42px); font-weight: 840; }
body.is-hub .seo-intro .lede { display: block; max-width: 720px; color: #858b96; font-size: 12px; line-height: 1.65; }
body.is-hub .seo-intro .hub-link {
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid var(--v3-line);
  border-radius: 8px;
  background: rgba(255,255,255,.02);
}
body.is-hub .seo-note p { color: #7c828d; }

body.is-home .site-footer,
body.is-hub .site-footer { border-top-color: var(--v3-line); color: #737985; }

body.is-home .modal-backdrop,
body.is-hub .modal-backdrop {
  background: rgba(3,4,7,.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
body.is-home .modal,
body.is-hub .modal {
  border-color: var(--v3-line-strong);
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(24,27,35,.98), rgba(13,15,20,.98));
  box-shadow: 0 28px 90px rgba(0,0,0,.58);
}
body.is-home .modal h1,
body.is-hub .modal h1 { color: var(--v3-accent); }
body.is-home .btn,
body.is-hub .btn { border-radius: 10px; }

@media (max-width: 900px) {
  body.is-home .model-grid,
  body.is-hub .model-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px 9px; }
}

@media (max-width: 640px) {
  body.is-home .site-header,
  body.is-hub .site-header,
  body.is-home .header-inner,
  body.is-hub .header-inner { min-height: 56px; }
  body.is-home .wordmark,
  body.is-hub .wordmark { font-size: 16px; gap: 8px; }
  body.is-home .wordmark::before,
  body.is-hub .wordmark::before { width: 7px; height: 7px; }
  body.is-home .locale-nav,
  body.is-hub .locale-nav { max-width: 53vw; gap: 3px; font-size: 9px; }
  body.is-home .locale-nav a,
  body.is-hub .locale-nav a { min-height: 30px; padding-inline: 7px; border-radius: 7px; }
  body.is-home .seo-intro { padding: 22px 0 15px; }
  body.is-home .seo-intro h1 { font-size: clamp(28px, 8vw, 36px); }
  body.is-home .lede { margin-top: 8px; font-size: 12px; line-height: 1.55; }
  body.is-home .seo-intro .hub-links { margin-top: 12px; gap: 6px; }
  body.is-home .seo-intro .hub-link { min-height: 34px; padding-inline: 10px; border-radius: 8px; }
  body.is-home .audience-nav { top: 56px; min-height: 52px; padding: 6px; border-radius: 12px 12px 0 0; }
  body.is-home .audience-button { min-height: 38px; padding: 0 12px; font-size: 10.5px; border-radius: 8px; }
  body.is-home .interest-discovery {
    min-height: 47px;
    padding: 5px 6px;
    grid-template-columns: 54px minmax(0,1fr) auto;
    gap: 6px;
    border-radius: 0 0 12px 12px;
  }
  body.is-home .interest-discovery h2 { padding-left: 5px; }
  body.is-home .interest-discovery > .hub-links {
    flex-wrap: nowrap;
    gap: 5px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  body.is-home .interest-discovery > .hub-links::-webkit-scrollbar { display: none; }
  body.is-home .interest-discovery > .hub-links .hub-link { min-height: 33px; padding-inline: 9px; flex: none; }
  body.is-home .filter-more summary { min-height: 33px; padding-inline: 10px; }
  body.is-home .filter-more-menu { width: min(220px, calc(100vw - 28px)); }
  body.is-home .live-head { padding-top: 16px; }
  body.is-home .model-grid,
  body.is-hub .model-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 8px; padding-top: 6px; }
  body.is-home .model-card,
  body.is-hub .model-card { border-radius: 10px; }
  body.is-home .model-meta,
  body.is-hub .model-meta { min-height: 36px; padding: 9px; }
  body.is-home .model-name,
  body.is-hub .model-name { font-size: 11px; }
  body.is-home .model-live,
  body.is-hub .model-live { top: -29px; right: 7px; min-height: 19px; padding-inline: 6px; font-size: 6.5px; }
  body.is-home .model-facts,
  body.is-hub .model-facts { font-size: 8px; }
  body.is-home .modal,
  body.is-hub .modal { border-radius: 14px; }
}
