/* まとめ中心トップ（2026-09）。ヘッダーとヒーローを1200×300のキービジュアルで一体化。 */
.site-header {
  position: relative; top: auto; z-index: 50; background: transparent; border: 0;
}
.hero-header-surface {
  position: relative; min-height: 300px; overflow: hidden; isolation: isolate;
  background: #d9c2f5 url('assets/header01.jpg') center / cover no-repeat;
}
.hero-header-surface::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: linear-gradient(180deg, rgba(52,28,93,.18) 0%, transparent 27%, transparent 76%, rgba(62,35,106,.08) 100%);
}
.hero-header-surface .header-inner {
  position: relative; z-index: 3; height: 64px; background: transparent;
  border-bottom: 0; backdrop-filter: none;
}
.hero-header-surface .brand { color: var(--primary-dark); text-shadow: 0 1px 5px rgba(255,255,255,.8); }
.hero-header-surface .brand-icon { width: 52px; height: 52px; }
.header-actions { display: flex; align-items: center; gap: 9px; margin-left: auto; }
.hero-header-surface .menu-toggle {
  display: flex; flex-direction: column; gap: 1px; width: 50px; height: 52px; color: var(--primary-dark);
  background: rgba(255,255,255,.92); border-color: rgba(124,77,231,.38); border-radius: 12px;
  box-shadow: 0 5px 14px rgba(71,43,120,.12);
}
.hero-header-surface .menu-toggle[aria-expanded="true"] { color: #fff; background: #1c1428; border-color: var(--primary); border-radius: 12px 12px 0 0; }
.menu-toggle-glyph { font-size: 1.2rem; line-height: 1; }
.menu-toggle-label { font-size: .55rem; font-weight: 900; letter-spacing: .08em; line-height: 1; }
.site-header .mobile-nav {
  position: absolute; z-index: 30; top: 56px; right: max(24px, calc((100% - var(--container)) / 2 + 24px));
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; width: min(310px, calc(100vw - 32px));
  margin: 0; padding: 18px 12px 14px; border: 1px solid rgba(124,77,231,.58); border-top: 0;
  border-radius: 20px 0 20px 20px; background: #1c1428; box-shadow: 0 18px 42px rgba(32,18,52,.34);
}
.site-header .mobile-nav[hidden] { display: none; }
.site-header .mobile-nav a,
.site-header .mobile-nav .navbtn {
  display: flex; align-items: center; justify-content: center; min-height: 38px; padding: 7px 10px;
  border: 1px solid var(--primary); border-radius: 999px; background: transparent; color: #fff;
  font-size: .76rem; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none;
}
.site-header .mobile-nav a:hover,
.site-header .mobile-nav .navbtn:hover,
.site-header .mobile-nav a:focus-visible,
.site-header .mobile-nav .navbtn:focus-visible { background: rgba(124,77,231,.22); outline: none; }
.site-header .mobile-nav .menu-featured {
  grid-column: 1 / -1; border-color: transparent; background: var(--primary); color: #fff;
}
.site-header .mobile-nav .menu-wide { grid-column: 1 / -1; }
.site-header .mobile-nav .nav-cta { min-height: 38px; margin: 0; padding: 7px 10px !important; background: transparent; box-shadow: none; }
.discovery-hero {
  position: relative; z-index: 2; width: 100%; min-height: 236px; margin: 0; overflow: hidden;
  display: flex; align-items: flex-end; justify-content: center; padding: 18px 24px 0;
  background: transparent; border: 0; border-radius: 0;
}
.hero-brand-logo {
  position: absolute; z-index: 2; left: clamp(-110px, -7vw, -70px); top: calc(45% + 30px);
  width: clamp(495px, 54vw, 653px); height: auto; transform: translateY(-50%);
  filter: drop-shadow(0 8px 18px rgba(77,45,128,.16)); pointer-events: none;
}
.hero-desktop-copy {
  position: absolute; z-index: 2; top: 46%; right: clamp(34px, 6vw, 88px); width: min(28vw, 330px);
  transform: translateY(-50%); color: var(--primary-dark); text-align: left; pointer-events: none;
  text-shadow: 0 2px 10px rgba(255,255,255,.9);
}
.hero-desktop-copy span { display: block; margin-bottom: 7px; font-size: .62rem; font-weight: 900; letter-spacing: .17em; }
.hero-desktop-copy h1 { margin: 0; font-size: clamp(1.55rem, 2.8vw, 2.35rem); font-weight: 900; line-height: 1.18; letter-spacing: .01em; }
.hero-desktop-copy strong { color: var(--primary); }
.home-cover-search {
  position: relative; z-index: 4; width: min(220px, calc(100vw - 32px)); margin-bottom: 3px;
}
.home-cover-search-control {
  display: flex; align-items: center; height: 34px; padding: 0 7px 0 11px;
  border: 1px solid var(--primary); border-radius: 999px; background: rgba(255,255,255,.97);
  box-shadow: 0 8px 20px rgba(66,36,114,.18);
}
.home-cover-search-icon { flex: 0 0 auto; margin-right: 6px; color: var(--primary); font-size: .78rem; font-weight: 900; }
.home-cover-search input {
  flex: 1; min-width: 0; height: 100%; border: 0; outline: 0; background: transparent;
  color: var(--ink); font: inherit; font-size: .72rem; font-weight: 700;
}
.home-cover-search input::placeholder { color: #9186a7; font-weight: 600; }
.home-cover-search-control:focus-within { box-shadow: 0 8px 22px rgba(66,36,114,.25), 0 0 0 3px rgba(124,77,231,.14); }
.home-cover-search-clear {
  display: grid; place-items: center; width: 24px; height: 24px; border: 0; border-radius: 50%;
  background: #eee7fb; color: var(--primary-dark); font-size: .9rem; font-weight: 900; cursor: pointer;
}
.home-cover-search-clear[hidden] { display: none; }
.home-cover-search-status { min-height: 1.2em; margin: 3px 8px 0; color: #46365e; font-size: .62rem; font-weight: 800; text-align: center; }
.home-search-empty { grid-column: 1 / -1; margin: 28px 0; padding: 34px 20px; border: 1px solid #e5daf7; border-radius: 16px; background: #fbf9ff; color: var(--sub); text-align: center; font-size: .86rem; font-weight: 800; }

.home-section { padding: 46px 0 60px; }
.home-latest-section { padding-top: 30px; background: rgba(255,255,255,.82); }
.home-section.tint { background: linear-gradient(180deg, #fbf9ff, #f4effc); }
.home-kicker { margin: 0 0 4px; color: var(--accent); text-align: left; font-size: .66rem; font-weight: 900; letter-spacing: .18em; }
.home-heading { margin: 0; text-align: left; font-size: clamp(1.45rem, 2.4vw, 2rem); line-height: 1.2; }
.home-sub { max-width: 650px; margin: 8px 0 24px; color: var(--sub); text-align: left; font-size: .84rem; }
.home-section-more { margin: 28px 0 0; text-align: center; }

.home-editorial-layout { display: grid; grid-template-columns: minmax(0, 842px) 280px; gap: 30px; align-items: start; }
.home-feed { min-width: 0; }
.home-feed-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.home-inline-link { color: var(--primary-dark); font-size: .78rem; font-weight: 900; text-underline-offset: 4px; }
.home-sidebar { display: grid; gap: 18px; }
.sidebar-panel { padding: 20px; border: 1px solid #e8e0f2; border-radius: 16px; background: #fff; box-shadow: 0 10px 24px rgba(83,51,135,.06); }
.sidebar-kicker { margin: 0 0 4px; color: var(--accent); font-size: .64rem; font-weight: 900; letter-spacing: .18em; }
.sidebar-panel h2 { margin: 0 0 14px; font-size: 1.05rem; }
.sidebar-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.sidebar-list li + li { border-top: 1px solid #eee8f5; }
.sidebar-list a { display: grid; grid-template-columns: 28px 1fr; gap: 9px; align-items: center; padding: 12px 0; color: inherit; text-decoration: none; }
.sidebar-list span { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--primary); color: #fff; font-size: .68rem; font-weight: 900; }
.sidebar-list strong { font-size: .78rem; line-height: 1.4; }
.sidebar-check { background: linear-gradient(145deg, #f4efff, #fff6fb); }
.sidebar-check p:not(.sidebar-kicker) { color: var(--sub); font-size: .76rem; line-height: 1.65; }
.sidebar-check a { color: var(--primary-dark); font-size: .8rem; font-weight: 900; }
.sidebar-check .sidebar-creator-button {
  display:flex; align-items:center; justify-content:center; min-height:42px; margin-top:16px; padding:10px 14px;
  border-radius:999px; background:var(--grad); color:#fff; text-decoration:none;
  box-shadow:0 10px 22px rgba(106,62,198,.22);
}
.sidebar-check .sidebar-creator-button:hover { transform:translateY(-2px); box-shadow:0 14px 26px rgba(106,62,198,.3); }
.sidebar-guide-link {
  display:block; margin-top:12px; text-align:center; color:var(--primary-dark); font-size:.72rem; font-weight:900;
  text-underline-offset:4px;
}
.sidebar-vocal-banner {
  display:flex; min-width:0; flex-direction:column; overflow:hidden; border:1px solid #dfcff7; border-radius:16px;
  background:#fff; color:var(--ink); text-decoration:none; box-shadow:0 10px 24px rgba(83,51,135,.1);
  transition:transform .18s ease, box-shadow .18s ease;
}
.sidebar-vocal-banner:hover { transform:translateY(-3px); box-shadow:0 16px 30px rgba(83,51,135,.18); }
.sidebar-vocal-banner:focus-visible { outline:3px solid rgba(124,77,231,.3); outline-offset:3px; }
.sidebar-vocal-media { display:block; width:100%; aspect-ratio:3 / 1; overflow:hidden; background:#f2e9ff; }
.sidebar-vocal-media img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.sidebar-vocal-content { display:grid; gap:3px; padding:12px 14px 14px; }
.sidebar-vocal-content small { color:var(--accent); font-size:.62rem; font-weight:900; letter-spacing:.06em; }
.sidebar-vocal-content strong { font-size:.94rem; line-height:1.35; }
.sidebar-vocal-content > span { color:var(--sub); font-size:.69rem; line-height:1.55; }
.sidebar-affiliate-carousel { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.sidebar-affiliate-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 12px; }
.sidebar-affiliate-heading span:first-child { display: grid; gap: 2px; }
.sidebar-affiliate-heading small { color: var(--accent); font-size: .55rem; font-weight: 900; letter-spacing: .08em; }
.sidebar-affiliate-heading strong { font-size: .9rem; }
.sidebar-affiliate-pr {
  display: inline-flex; flex: 0 0 auto; padding: 3px 8px; border-radius: 999px;
  background: rgba(38,24,61,.86); color: #fff; font-size: .58rem; font-weight: 900; letter-spacing: .08em;
}
.sidebar-product-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.sidebar-product-card {
  position:relative; display:flex; min-width:0; flex-direction:column; overflow:hidden; border:0; border-radius:18px;
  background:linear-gradient(145deg,#fff 58%,#f2eaff 100%); color:var(--ink); text-decoration:none;
  box-shadow:0 9px 20px rgba(83,51,135,.12); transition:transform .18s ease, box-shadow .18s ease;
}
.sidebar-product-card:hover { transform:translateY(-3px); box-shadow:0 15px 28px rgba(83,51,135,.2); }
.sidebar-product-card:focus-visible { outline: 3px solid rgba(124,77,231,.3); outline-offset: 2px; }
.affiliate-banner-head {
  display:flex; align-items:center; gap:8px; min-height:30px; padding:5px 10px;
  background:linear-gradient(100deg,var(--primary-dark),var(--primary),var(--accent)); color:#fff;
  font-size:.6rem; font-weight:900; letter-spacing:.055em;
}
.affiliate-banner-head b {
  display:inline-grid; place-items:center; min-width:30px; height:18px; padding:0 6px; border-radius:999px;
  background:#fff; color:var(--primary-dark); font-size:.55rem; letter-spacing:.08em;
}
.sidebar-product-media { display: block; width: 100%; aspect-ratio: 1; overflow: hidden; background: #f6f0ff; }
.sidebar-product-media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.affiliate-product-image.affiliate-crop-top { object-position: center top; }
.sidebar-product-content { display:flex; flex-direction:column; padding:13px 12px 12px; }
.sidebar-product-content > small { color:var(--accent); font-size:.62rem; font-weight:900; letter-spacing:.05em; }
.sidebar-product-name { padding:3px 0 4px; font-size:.92rem; font-weight:900; line-height:1.35; }
.sidebar-product-copy { color:var(--sub); font-size:.7rem; line-height:1.55; }
.sidebar-product-cta {
  display:flex; align-items:center; justify-content:space-between; min-height:42px; margin-top:11px; padding:8px 10px 8px 14px;
  border:2px solid #e0a600; border-radius:10px; background:linear-gradient(180deg,#ffe86b,#ffd22e); color:#382d08;
  box-shadow:0 4px 0 #d7a800; font-size:.72rem; font-weight:900;
}
.sidebar-product-cta b { font-size:1.2rem; line-height:1; }
@media (min-width: 901px) {
  .sidebar-product-grid { gap: 12px; }
  .sidebar-product-card {
    display:grid; grid-template-columns:104px minmax(0,1fr); grid-template-rows:28px 104px;
    min-height:132px; border-radius:14px;
  }
  .sidebar-product-card .affiliate-banner-head {
    grid-column:1 / -1; min-height:28px; padding:4px 8px; gap:6px; font-size:.52rem;
  }
  .sidebar-product-card .affiliate-banner-head b { min-width:27px; height:16px; padding:0 5px; font-size:.5rem; }
  .sidebar-product-media { grid-column:1; grid-row:2; width:104px; height:104px; aspect-ratio:1; }
  .sidebar-product-media img,
  .sidebar-product-media img.affiliate-crop-top { object-position:center bottom; }
  .sidebar-product-content {
    grid-column:2; grid-row:2; min-width:0; padding:7px 8px 8px; justify-content:center;
  }
  .sidebar-product-content > small { display:none; }
  .sidebar-product-name {
    padding:0 0 2px; font-size:.76rem; line-height:1.3;
    display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;
  }
  .sidebar-product-copy {
    font-size:.6rem; line-height:1.35; display:-webkit-box; -webkit-line-clamp:2;
    -webkit-box-orient:vertical; overflow:hidden;
  }
  .sidebar-product-cta {
    min-height:30px; margin-top:5px; padding:5px 7px 5px 9px; border-width:1px; border-radius:8px;
    box-shadow:0 2px 0 #d7a800; font-size:.6rem;
  }
  .sidebar-product-cta b { font-size:1rem; }
}

.latest-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 270px)); gap: 26px 16px; }
.latest-card {
  display: flex; flex-direction: column; width: 100%; max-width: 270px; height: 320px; overflow: hidden;
  border: 2px solid var(--primary); border-radius: 15px; background: #fff; color: inherit; text-decoration: none;
  box-shadow: 0 8px 22px rgba(65,40,104,.07); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.latest-card:hover { border-color: var(--primary-dark); box-shadow: 0 14px 30px rgba(65,40,104,.16); transform: translateY(-3px); }
.latest-card:focus-visible { outline: 3px solid rgba(124,77,231,.3); outline-offset: 3px; }
.latest-card-media { position: relative; flex: 0 0 auto; aspect-ratio: 16 / 9; overflow: hidden; background: #fff; }
.latest-card-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.latest-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 46px; height: 46px; display: grid; place-items: center; padding-left: 2px; border-radius: 50%; background: rgba(23,12,42,.78); color: #fff; box-shadow: 0 5px 16px rgba(18,15,24,.28); }
.latest-card-body { display: flex; flex: 1; min-height: 0; flex-direction: column; padding: 8px 9px 9px; }
.latest-card-title { margin: 0 0 3px; font-size: .88rem; font-weight: 900; line-height: 1.4; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.latest-card-excerpt { margin: 0; color: #514b5c; font-size: .69rem; line-height: 1.6; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.latest-card-meta { margin: auto 0 0; padding: 0; color: var(--sub); font-size: .66rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.latest-card-more {
  display:flex; align-items:center; justify-content:center; min-height:30px; margin-top:4px; padding:5px 10px;
  border:1px solid var(--primary); border-radius:999px; color:var(--primary-dark); background:#f8f4ff;
  font-size:.68rem; font-weight:900; line-height:1;
}
.latest-affiliate-card { border:0; background:linear-gradient(145deg,#fff 60%,#f3ebff 100%); box-shadow:0 8px 22px rgba(65,40,104,.14); }
.latest-affiliate-card .affiliate-banner-head { flex:0 0 auto; min-height:24px; padding:3px 6px; gap:5px; font-size:.48rem; }
.latest-affiliate-card .affiliate-banner-head b { min-width:25px; height:16px; padding:0 4px; font-size:.48rem; }
.latest-affiliate-card .latest-card-body { gap: 3px; }
.latest-affiliate-card .latest-card-media { aspect-ratio: 1 / 1; }
.latest-affiliate-card .latest-card-media img { object-fit: cover; object-position: center; background: #f6f0ff; }
.latest-affiliate-card .latest-card-more {
  justify-content:space-between; margin-top:auto; border:2px solid #e0a600; border-radius:8px;
  background:linear-gradient(180deg,#ffe86b,#ffd22e); color:#382d08; box-shadow:0 3px 0 #d7a800;
}
.latest-affiliate-card .latest-card-more b { font-size:1rem; line-height:1; }
.latest-card:hover .latest-card-more { background:var(--primary); color:#fff; }
.latest-affiliate-card:hover .latest-card-more { background:linear-gradient(180deg,#fff080,#ffda38); color:#382d08; }
.latest-card.loading { min-height: 240px; border-radius: 14px; background: linear-gradient(110deg, #f2edfa 25%, #fff 40%, #f2edfa 55%); background-size: 220% 100%; animation: homeShimmer 1.3s linear infinite; }
@keyframes homeShimmer { to { background-position-x: -220%; } }
.home-pagination { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 8px; margin: 30px 0 0; }
.home-pagination[hidden] { display: none; }
.pagination-page, .pagination-next {
  min-width: 40px; height: 40px; padding: 0 11px; border: 1px solid #dfe3e8; border-radius: 999px;
  background: #fff; color: #172033; font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer;
  text-decoration: underline; text-underline-offset: 3px; transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.pagination-page:hover, .pagination-next:hover { border-color: var(--primary); color: var(--primary-dark); transform: translateY(-1px); }
.pagination-page.is-active { border-color: var(--primary); background: var(--primary); color: #fff; text-decoration: none; }
.pagination-next { min-width: 58px; }
.pagination-ellipsis { min-width: 22px; color: var(--sub); text-align: center; font-weight: 900; }
.pagination-page:focus-visible, .pagination-next:focus-visible { outline: 3px solid rgba(124,77,231,.28); outline-offset: 2px; }

.oshi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.oshi-path {
  min-height: 245px; padding: 25px; border-radius: 24px; text-decoration: none; color: inherit;
  border: 1px solid rgba(124,77,231,.15); box-shadow: 0 14px 30px rgba(82,48,138,.08);
  transition: transform .18s ease, box-shadow .18s ease;
}
.oshi-path:hover { transform: translateY(-4px); box-shadow: 0 20px 38px rgba(82,48,138,.14); }
.oshi-path.color { background: linear-gradient(145deg, #fff2f8, #f1ecff); }
.oshi-path.display { background: linear-gradient(145deg, #eefaff, #f7f1ff); }
.oshi-path.birthday { background: linear-gradient(145deg, #fff8df, #fff0f8); }
.oshi-path-ico { font-size: 2.3rem; }
.oshi-path h3 { margin: 15px 0 8px; font-size: 1.18rem; }
.oshi-path p { margin: 0; color: var(--sub); font-size: .83rem; }
.oshi-path span:last-child { display: inline-block; margin-top: 18px; color: var(--primary-dark); font-size: .8rem; font-weight: 900; }
.home-disclosure { margin: 18px 0 0; color: var(--sub); font-size: .7rem; text-align: center; }

.creator-intro { padding: 66px 24px 0; text-align: center; background: #fff; }
.creator-intro-inner { max-width: 760px; margin: 0 auto; }
.creator-intro h2 { margin: 0; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.creator-intro p { margin: 12px auto 0; color: var(--sub); }
.hero-block { background: #fff; padding: 28px 0 70px; }
.hero-block .hero-visual { display: none; }
.hero-block .search-overlap { margin: 0 auto; padding: 0 24px; }
.hero-block .search-card { border: 1.5px solid #d9c7f6; box-shadow: 0 18px 44px rgba(78,43,135,.13); }
.hero-block .hero-tagline-below { display: none; }

@media (max-width: 1100px) {
  .home-editorial-layout { grid-template-columns: 1fr; gap: 30px; }
  .home-sidebar { grid-template-columns: 1fr 1fr; }
  .sidebar-affiliate-carousel { display: none; }
}
@media (max-width: 900px) {
  .hero-brand-logo, .hero-desktop-copy { display: none; }
  .latest-grid, .oshi-grid { grid-template-columns: repeat(2, 1fr); }
  .oshi-path:last-child { grid-column: 1 / -1; }
}
@media (max-width: 640px) {
  .hero-header-surface { min-height: 270px; background-position: 52% center; }
  .hero-header-surface::before {
    background: linear-gradient(180deg, rgba(52,28,93,.16) 0%, transparent 30%, transparent 77%, rgba(62,35,106,.1) 100%);
  }
  .hero-header-surface .header-inner { height: var(--header-h-mobile); padding: 0 12px; }
  .hero-header-surface .brand { font-size: .86rem; }
  .hero-header-surface .brand-icon { width: 34px; height: 34px; }
  .discovery-hero { min-height: 212px; padding: 15px 14px 0; }
  .home-cover-search { margin-bottom: 3px; }
  .home-cover-search-control { height: 34px; padding-left: 11px; }
  .home-cover-search input { font-size: .72rem; }
  .home-cover-search-icon { margin-right: 6px; font-size: .78rem; }
  .home-section { padding: 32px 0 46px; }
  .home-latest-section { padding-top: 30px; }
  .home-feed-heading { align-items: center; }
  .home-sidebar { grid-template-columns: 1fr; }
  .latest-grid { grid-template-columns: minmax(0, 1fr); }
  .oshi-grid { grid-template-columns: 1fr; }
  .latest-grid { gap: 9px; }
  .latest-card {
    min-width: 0; max-width: none; height: auto; min-height: 0; flex-direction: column; align-items: stretch;
    border-width: 1px; border-radius: 12px; box-shadow: 0 4px 12px rgba(65,40,104,.06);
  }
  .latest-card-media {
    display: block; flex: 0 0 auto; width: 100%; margin: 0; border-radius: 0;
  }
  .latest-play,
  .latest-card-excerpt,
  .latest-card-views,
  .latest-card-more { display: none; }
  .latest-card-body { min-width: 0; width: 100%; padding: 11px 13px 13px; gap: 3px; }
  .latest-card-title {
    order: 2; min-height: 0; margin: 0; color: var(--ink); font-size: .84rem; line-height: 1.45;
    -webkit-line-clamp: 2; overflow-wrap: anywhere; word-break: auto-phrase;
  }
  .latest-card-meta {
    order: 1; margin: 0; color: var(--primary-dark); font-size: .68rem; font-weight: 900;
    line-height: 1.35; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  }
  .latest-card.loading { min-height: 260px; }
  .home-pagination { gap: 6px; margin-top: 22px; }
  .pagination-page, .pagination-next { min-width: 36px; height: 36px; padding: 0 9px; font-size: .76rem; }
  .pagination-next { min-width: 54px; }
  .oshi-path, .oshi-path:last-child { grid-column: auto; min-height: 0; }
  .creator-intro { padding: 52px 18px 0; }
  .hero-block { padding: 24px 0 54px; }
  .hero-block .search-overlap { padding: 0 12px; }
}
