/* ランキング（ユーザー側 / SP 375px） — 白黒のみ（design-system 準拠） */

/* 追従サブナビ（グローバルナビ直下に追従） */
.ranking-subnav {
  position: sticky;
  top: 0;
  z-index: 40;
  background: #fff;
  border-bottom: 1px solid #d9d9d9;
}
.ranking-subnav__row {
  display: flex;
  gap: 4px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 8px;
}
.ranking-subnav__row::-webkit-scrollbar { display: none; }
.ranking-subnav__row--sub {
  border-top: 1px solid #ebebeb;
  background: #f5f5f5;
}

.ranking-subnav__tab,
.ranking-subnav__subtab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #808080;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.ranking-subnav__tab.is-active,
.ranking-subnav__subtab.is-active {
  color: #000;
  border-bottom-color: #000;
}
.ranking-subnav__subtab { min-height: 40px; font-size: 13px; }

/* 見出し・リード */
.ranking {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px 32px;
}
.ranking__head { padding: 20px 0 16px; }
.ranking__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #1a1a1a;
  margin: 0 0 12px;
}
.ranking__lead {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #4d4d4d;
  margin: 0;
}

.ranking__empty { margin: 24px 0; font-size: 14px; color: #4d4d4d; }

/* ── 占い師カード（Figma 2827-52518 / 白黒） ── */
.ranking__list { list-style: none; margin: 16px 0 0; padding: 0; }
.rcard {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
  background: #fff;
}

/* カード全面を占い師詳細へのリンクにする（占い師一覧カードと同方式）。
   CTA・「続きを読む」は上に重ねて個別リンクを維持する。 */
.rcard__overlay-link {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 12px;
  text-indent: -9999px;
  overflow: hidden;
}

.rcard__head { display: flex; align-items: flex-start; gap: 8px; }
.rcard__rank { position: relative; flex: 0 0 auto; width: 28px; height: 32px; }
.rcard__rank-num {
  position: absolute; inset: 0; top: -2px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 14px; font-weight: 500;
}
.rcard__chips { flex: 1 1 auto; min-width: 0; display: flex; flex-wrap: wrap; gap: 4px; }
.rchip {
  display: inline-flex; align-items: center;
  padding: 2px 8px; border-radius: 999px;
  border: 1px solid #d9d9d9; background: #fff;
  font-size: 12px; color: #4d4d4d; white-space: nowrap;
}
.rchip--fill { background: #1a1a1a; border-color: #1a1a1a; color: #fff; }
.rcard__fav { flex: 0 0 auto; width: 32px; height: 32px; display: inline-flex; align-items: center; justify-content: center; }

.rcard__kana { margin: 12px 0 0; font-size: 12px; color: #808080; }
.rcard__name { margin: 2px 0 0; font-family: 'Noto Sans JP', sans-serif; font-size: 22px; font-weight: 500; line-height: 1.5; }
.rcard__name a { color: #1a1a1a; text-decoration: none; }

.rcard__profile { display: flex; gap: 16px; margin-top: 12px; }
.rcard__avatar {
  flex: 0 0 auto; width: 80px; height: 80px; border-radius: 8px;
  background-color: #ebebeb; background-size: cover; background-position: center top;
}
.rcard__info { flex: 1 1 auto; min-width: 0; margin: 0; display: flex; flex-direction: column; gap: 4px; }
.rcard__info > div { display: flex; gap: 12px; font-size: 13px; line-height: 1.6; }
.rcard__info dt { flex: 0 0 84px; color: #808080; margin: 0; }
.rcard__info dd { margin: 0; color: #1a1a1a; }

.rcard__lead {
  margin: 16px 0 0; font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px; font-weight: 500; line-height: 1.7; letter-spacing: 0.03em; color: #1a1a1a;
}
.rcard__body { margin: 8px 0 0; font-size: 13px; line-height: 1.7; letter-spacing: 0.03em; color: #4d4d4d; }

/* 口コミブロックはタップで口コミタブへ（カード全面リンクより前面）。 */
.rcard__reviews { position: relative; z-index: 2; margin-top: 16px; }
.rcard__reviews-link {
  position: absolute; inset: 0; z-index: 1;
  border-radius: 8px; text-indent: -9999px; overflow: hidden;
}
.rcard__reviews-head { margin: 0 0 8px; font-size: 14px; font-weight: 500; color: #1a1a1a; }
.rcard__reviews-excerpt {
  margin: 0; padding: 12px; background: #f5f5f5; border-radius: 8px;
  font-size: 13px; line-height: 1.7; letter-spacing: 0.03em; color: #4d4d4d;
}
.rcard__reviews-more { color: #1a1a1a; text-decoration: underline; white-space: nowrap; }

/* CTA・待機予定は占い師一覧／お気に入りと同じ描画。
   CTA は .cta-btn のデフォルトサイズ(220×54)を中央寄せ（無理に伸ばさない）、待機予定は1行。 */
.rcard__cta { position: relative; z-index: 2; margin-top: 16px; display: flex; justify-content: center; }
.rcard__sched {
  display: flex; align-items: center; justify-content: center; gap: 4px;
  margin-top: 4px; padding: 4px 0; color: #1a1a1a;
}
.rcard__sched-label, .rcard__sched-time { font-size: 12px; color: #1a1a1a; }
.rcard__sched-time { white-space: nowrap; }
