.hero h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  font-size: clamp(38px, 6vw, 66px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.84);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: 690px;
  margin-top: 30px;
}

.hero-stat {
  padding: 16px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(12px);
}

.hero-stat strong {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 1.2;
}

.hero-stat span {
  display: block;
  margin-top: 4px;
  color: rgba(255,255,255,.74);
  font-size: 13px;
  font-weight: 800;
}

.hero-panel {
  position: relative;
  padding: 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  background: rgba(255,255,255,.16);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.area-card {
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  color: var(--ink);
}

.area-card-head {
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(255,255,255,.14) 0 1px, transparent 1px 100%),
    linear-gradient(135deg, var(--red), var(--navy));
  background-size: 38px 38px, auto;
}

.area-card-head h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.35;
}

.area-card-head p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
}

.area-card-body {
  padding: 16px;
  display: grid;
  gap: 10px;
}

.preview-row {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid rgba(17,24,32,.07);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.preview-thumb {
  position: relative;
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
}

.preview-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.preview-row strong {
  display: block;
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.preview-row span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.preview-badge {
  padding: 5px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}

.renewal-banners {
  padding: 18px 0 10px;
}

.renewal-banner-frame {
  overflow: hidden;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,250,.92)),
    linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
  box-shadow: var(--shadow-soft);
}

.renewal-banner-frame .slider_wrap {
  overflow: hidden;
}

.renewal-banner-frame .banner-swiper {
  width: 100%;
  padding: 10px;
}

.renewal-banner-frame .slider_item {
  height: auto;
}

.renewal-banner-frame .slider_item a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
}

.renewal-banner-frame .slider_item img {
  width: 100%;
  height: auto;
}

.renewal-banner-frame .swiper-button-prev,
.renewal-banner-frame .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #5f1f2f, #8f243b);
  box-shadow: 0 10px 20px rgba(95,31,47,.16);
}

.renewal-banner-frame .swiper-button-prev::after,
.renewal-banner-frame .swiper-button-next::after {
  font-size: 14px;
  font-weight: 900;
}

.renewal-banner-frame .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: rgba(95,31,47,.28);
  opacity: 1;
}

.renewal-banner-frame .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 999px;
  background: var(--red);
}

.renewal-banner-frame .sp_img {
  display: none;
}

.top-notice-link {
  margin-top: 10px;
}

.top-notice-link a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 10px;
  background: rgba(255,255,255,.9);
  box-shadow: var(--shadow-soft);
}

.notice-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #8f243b, #d84b61);
}

.notice-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.top-notice-link strong,
.top-notice-link span span {
  display: block;
}

.top-notice-link strong {
  color: var(--navy);
  font-size: 15px;
  line-height: 1.35;
}

.top-notice-link span span {
  margin-top: 2px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.top-notice-link b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 7px;
  border-radius: 999px;
  color: #fff;
  background: var(--red);
  font-size: 12px;
  line-height: 1;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.blog-card {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 10px;
  background: #32121d;
  box-shadow: 0 16px 38px rgba(17,24,32,.13);
}

.blog-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center top;
  transform: scale(1.06);
  transition: transform .2s ease;
}

.blog-card:hover img {
  transform: scale(1.1);
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(50,18,29,0) 38%, rgba(50,18,29,.78) 100%);
  pointer-events: none;
}

.blog-meta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 12px;
  color: #fff;
}

.blog-meta strong {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0,0,0,.34);
}

.blog-meta span {
  display: block;
  margin-top: 2px;
  color: rgba(255,255,255,.76);
  font-size: 11px;
  font-weight: 800;
}

.forum-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.forum-card,
.cast-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(17,24,32,.08);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.forum-card {
  padding: 18px;
}

.forum-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.forum-photo {
  overflow: hidden;
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
}

.forum-profile-link {
  display: block;
}

.forum-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.07);
}

.forum-name {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.35;
}

.forum-profile {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.forum-profile span {
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.forum-switch-block {
  display: grid;
  gap: 12px;
  margin: 4px 0 18px;
}

.forum-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 8px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}

.forum-switch a {
  display: grid;
  gap: 3px;
  min-height: 58px;
  padding: 10px 14px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 10px;
  background: #fff;
  color: var(--wine);
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.forum-switch a:hover {
  transform: translateY(-1px);
  border-color: rgba(143,36,59,.24);
  box-shadow: 0 12px 28px rgba(95,31,47,.12);
}

.forum-switch a.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #8f243b, #c74359);
  color: #fff;
  box-shadow: 0 14px 30px rgba(143,36,59,.2);
}

.forum-switch span {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.forum-switch small {
  color: currentColor;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.45;
  opacity: .72;
}

.forum-user-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.forum-user-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(143,36,59,.16);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
}

.forum-user-actions a:hover {
  border-color: rgba(143,36,59,.28);
  background: var(--rose-soft);
}

.forum-title {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 17px !important;
  font-weight: 900;
  line-height: 1.45;
  text-align: left;
}

.forum-created {
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}

.forum-text {
  display: block;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.renewal-forum-card:has(.forum-detail-accordion[open]) > .forum-text {
  overflow: visible;
  text-overflow: clip;
  white-space: pre-line;
}

.forum-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(17,24,32,.08);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.reply-badge {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--red);
  white-space: nowrap;
}

.renewal-forum-card {
  display: flex;
  flex-direction: column;
}

.forum-detail-accordion {
  margin-top: 14px;
  border-top: 1px solid rgba(17,24,32,.08);
}

.forum-detail-accordion summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 8px 12px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  list-style: none;
  cursor: pointer;
}

.forum-detail-accordion summary::-webkit-details-marker {
  display: none;
}

.forum-detail-accordion summary::after {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.forum-detail-accordion[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.forum-detail-panel {
  display: grid;
  gap: 7px;
  padding: 0 0 12px;
}

.forum-detail-panel > div {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
  padding: 8px 10px;
  border-radius: 8px;
  background: rgba(255,246,249,.72);
  font-size: 12px;
  line-height: 1.45;
}

.forum-detail-panel strong {
  color: var(--red);
  white-space: nowrap;
  font-weight: 900;
}

.forum-detail-panel span {
  color: var(--ink);
  font-weight: 800;
}

.forum-detail-panel .forum-discount {
  color: var(--red);
  font-weight: 900;
}

.forum-detail-panel > p {
  margin: 0;
  padding: 8px 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.forum-card-actions {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.forum-card-actions .btn {
  flex: 1 1 0;
  min-width: 0;
  min-height: 40px;
  padding: 9px 10px;
  font-size: 12px;
  text-align: center;
}

.guest-forum-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.guest-forum-card.is-my-thread {
  border-color: rgba(201,154,61,.34);
  background:
    linear-gradient(180deg, rgba(255,250,237,.72), rgba(255,255,255,.95)),
    #fff;
}

.guest-forum-more {
  display: grid;
  gap: 10px;
}

.guest-forum-more summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(143,36,59,.14);
  border-radius: 999px;
  background: rgba(255,246,249,.78);
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.guest-forum-more summary::-webkit-details-marker {
  display: none;
}

.guest-forum-more summary::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s ease;
}

.guest-forum-more[open] summary::after {
  transform: rotate(225deg) translateY(-1px);
}

.guest-forum-profile {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
}

.guest-forum-profile div {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 8px;
  background: rgba(255,246,249,.64);
}

.guest-forum-profile .is-wide {
  grid-column: 1 / -1;
}

.guest-forum-profile dt {
  color: var(--red);
  font-size: 11px;
  font-weight: 900;
}

.guest-forum-profile dd {
  margin: 3px 0 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.55;
  text-align: left;
}

.guest-forum-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.guest-forum-tags span {
  padding: 4px 8px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 999px;
  background: #fff7fa;
  color: var(--wine);
  font-size: 11px;
  font-weight: 900;
}

.guest-forum-actions {
  margin-top: auto;
}

.guest-forum-actions .btn {
  width: 100%;
  min-height: 42px;
  font-size: 13px;
}

.cast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.cast-card {
  display: block;
  transition: transform .2s ease, box-shadow .2s ease;
}

.cast-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 52px rgba(17,24,32,.16);
}

.cast-card:hover .cast-photo img {
  transform: scale(1.06);
}

.forum-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.forum-card-link:hover {
  transform: translateY(-3px);
  border-color: rgba(143,36,59,.24);
  box-shadow: 0 22px 52px rgba(95,31,47,.14);
}

.cast-photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
}

.cast-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1);
  transition: transform .3s ease;
}

.price-pill {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(17,24,32,.78);
  font-size: 12px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.cast-online-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 4px 9px;
  border-radius: 999px;
  color: #fff;
  background: rgba(47,118,109,.92);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
  backdrop-filter: blur(6px);
}

.cast-body {
  padding: 14px;
}

.cast-name {
  margin: 0;
  color: var(--navy);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
}

.cast-tags {
  display: flex;
  flex-wrap: nowrap;
  gap: 6px;
  margin: 10px 0 0;
  padding: 0 0 4px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
  list-style: none;
}

.cast-tags li {
  flex: 0 0 auto;
  padding: 3px 7px;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--navy);
  font-size: 11px;
  font-weight: 800;
}

.cast-score {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 12px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.stars {
  color: var(--gold);
  letter-spacing: 1px;
}

.today-index-section .section-head,
.ranking-index-section .section-head {
  align-items: flex-start;
}

.today-day-select select {
  min-width: 180px;
}

.schedule-cast-list {
  display: grid;
  gap: 18px;
}

.schedule-cast-card {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 18px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
    linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
  box-shadow: var(--shadow-soft);
}

.schedule-cast-media {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.schedule-cast-photo {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
  color: inherit;
  text-decoration: none;
}

.schedule-cast-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.06);
}

.schedule-cast-status {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  display: inline-flex;
  max-width: calc(100% - 20px);
  padding: 0;
  border-radius: 999px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.schedule-cast-status p {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 25px;
  max-width: 100%;
  margin: 0;
  padding: 4px 9px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  background: rgba(47,118,109,.9);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(17,24,32,.12);
}

.schedule-cast-status p.off {
  background: rgba(79,31,47,.74);
}

.schedule-cast-status span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.schedule-cast-body {
  display: grid;
  align-content: start;
  gap: 12px;
  min-width: 0;
}

.schedule-cast-main {
  display: block;
  color: inherit;
  text-decoration: none;
}

.schedule-cast-main h3 {
  margin: 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}

.schedule-cast-main h3 span {
  color: var(--muted);
  font-size: 17px;
}

.schedule-cast-main p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 900;
}

.schedule-cast-tags {
  margin-top: 0;
}

.schedule-cast-score {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #c7bdc1;
  font-size: 12px;
  font-weight: 800;
}

.schedule-cast-score .score-rating {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff8e8;
  color: #c7bdc1;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: .04em;
}

.schedule-cast-score > span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 4px 12px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--wine);
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}

.schedule-cast-score .stars,
.schedule-cast-score .star span {
  color: #d4a12f;
  font-size: 18px;
  line-height: 1;
  text-shadow: 0 1px 0 rgba(95,31,47,.12);
}

.schedule-cast-score .star {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  margin: 0;
}

.schedule-cast-score .score-rating .star span {
  min-height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.schedule-cast-score .num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 24px;
  margin-left: 6px;
  border-radius: 999px;
  background: linear-gradient(135deg, #9c6b16, var(--gold));
  color: #fff;
  font-size: 13px;
}

.schedule-cast-price-card {
  grid-column: 2;
  display: grid;
  gap: 9px;
  padding: 12px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,248,244,.9));
}

.schedule-cast-subhead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(143,36,59,.1);
}

.schedule-cast-subhead span {
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.schedule-cast-subhead small {
  color: var(--gold);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

.schedule-cast-prices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.schedule-cast-prices li {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 10px;
  background: #fff;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.schedule-cast-prices li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--wine);
  line-height: 1.1;
  white-space: nowrap;
}

.schedule-cast-prices strong {
  color: var(--wine);
  font-size: 13px;
  text-align: right;
  white-space: nowrap;
}

.schedule-cast-price-toggle,
.schedule-cast-price-more {
  display: none;
}

.schedule-time-panel {
  grid-column: 1 / -1;
  padding: 0;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.schedule-time-panel.girl-schedule-detail {
  margin-top: 0;
}

.schedule-time-panel.girl-schedule-detail .timetable {
  overflow: hidden;
  max-width: 100%;
  min-width: 0;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.schedule-time-panel.girl-schedule-detail .timetable .title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  gap: 5px 10px;
  margin: 0;
  padding: 12px;
  background: linear-gradient(135deg, var(--wine), #b63d55);
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}

.schedule-time-panel.girl-schedule-detail .timetable .title small {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 800;
}

.schedule-time-panel.girl-schedule-detail .time_schedule {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(143,36,59,.12);
  list-style: none;
}

.schedule-time-panel.girl-schedule-detail .time_schedule li {
  display: grid;
  grid-template-rows: 30px 42px;
  background: #fff;
  text-align: center;
}

.schedule-time-panel.girl-schedule-detail .time_schedule p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-weight: 900;
}

.schedule-time-panel.girl-schedule-detail .time_schedule .time {
  background: #f0ecee;
  color: var(--navy);
  font-size: 12px;
}

.schedule-time-panel.girl-schedule-detail .time_schedule a,
.schedule-time-panel.girl-schedule-detail .time_schedule span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #999;
  text-decoration: none;
}

.schedule-time-panel.girl-schedule-detail .time_schedule .on a,
.schedule-time-panel.girl-schedule-detail .time_schedule .on span {
  color: var(--teal);
  font-size: 21px;
  font-weight: 900;
}

.ranking-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.ranking-tab {
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(143,36,59,.14);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.ranking-tab.is-active {
  border-color: rgba(143,36,59,.28);
  background: linear-gradient(135deg, var(--wine), var(--rose));
  color: #fff;
}

.ranking-panel {
  display: none;
}

.ranking-panel.is-active {
  display: block;
}

.ranking-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ranking-card-wrap {
  position: relative;
}

.ranking-card-wrap .cast-card {
  height: 100%;
  padding-top: 6px;
}

.ranking-badge {
  position: absolute;
  top: -8px;
  left: 12px;
  z-index: 2;
  display: grid;
  grid-template-columns: auto auto;
  align-items: end;
  gap: 2px 5px;
  min-width: 72px;
  padding: 8px 10px 7px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 10px;
  background: linear-gradient(135deg, var(--wine), var(--rose));
  color: #fff;
  box-shadow: 0 14px 30px rgba(95,31,47,.2);
}

.ranking-badge span {
  grid-column: 1 / -1;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  opacity: .9;
}

.ranking-badge strong {
  font-size: 25px;
  font-weight: 900;
  line-height: .9;
}

.ranking-badge em {
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ranking-card-wrap.rank-1 .ranking-badge {
  background: linear-gradient(135deg, #9c6b16, #d9ae45);
  box-shadow: 0 14px 30px rgba(156,107,22,.24);
}

.ranking-card-wrap.rank-2 .ranking-badge {
  background: linear-gradient(135deg, #236b72, #64a8af);
  box-shadow: 0 14px 30px rgba(35,107,114,.22);
}

.ranking-card-wrap.rank-3 .ranking-badge {
  background: linear-gradient(135deg, var(--copper), #dc9270);
  box-shadow: 0 14px 30px rgba(184,107,69,.22);
}

.side-profile-card {
  display: block;
}

.side-profile-card .cast-photo {
  display: block;
  color: inherit;
  text-decoration: none;
}

.side-profile-card .cast-body > a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.side-profile-actions {
  display: grid;
  gap: 8px;
  margin-top: 14px;
}

.side-profile-actions .btn {
  width: 100%;
  min-height: 40px;
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 13px;
}

.more-box {
  margin-top: 28px;
  text-align: center;
}

.forum-detail-section {
  padding-top: 26px;
}

.forum-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 20px;
  align-items: start;
}

.forum-detail-card,
.forum-detail-side {
  min-width: 0;
}

.forum-detail-card {
  padding: 22px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.forum-detail-head {
  margin-bottom: 20px;
}

.forum-detail-text {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.85;
}

.forum-detail-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

.forum-detail-info div {
  padding: 12px;
  border: 1px solid rgba(47,118,109,.12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
    linear-gradient(135deg, rgba(47,118,109,.08), var(--gold-soft));
}

.forum-detail-info strong,
.forum-detail-info span {
  display: block;
}

.forum-detail-info strong {
  color: var(--teal);
  font-size: 12px;
  line-height: 1.35;
}

.forum-detail-info span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.forum-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.forum-detail-actions .btn-green {
  background: linear-gradient(135deg, var(--teal), #56a295);
  border-color: var(--teal);
}

.forum-detail-actions .btn-dark {
  background: linear-gradient(135deg, #9c6b16, var(--gold));
  border-color: var(--gold);
  box-shadow: 0 10px 24px rgba(156,107,22,.18);
}

.forum-index-section,
.girls-index-section {
  padding-top: 26px;
}

.renewal-forum-list,
.renewal-girls-list {
  margin-top: 4px;
}

.girls-search-fab {
  position: fixed;
  right: 18px;
  bottom: 84px;
  z-index: 21;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8f243b, #d84b61);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(95,31,47,.32);
  transition: transform .2s ease, box-shadow .2s ease;
}

.girls-search-fab:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(95,31,47,.4);
}

.girls-search-fab svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.girls-search-fab span {
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
}

@media (max-width: 640px) {
  .girls-search-fab {
    right: 14px;
    bottom: 78px;
  }
}

.renewal-sort {
  flex: 0 0 auto;
}

.renewal-sort .form {
  margin: 0;
}

.renewal-sort select {
  min-height: 40px;
  padding: 8px 36px 8px 12px;
  border: 1px solid rgba(143,36,59,.18);
  border-radius: 999px;
  background:
    linear-gradient(45deg, transparent 50%, var(--wine) 50%) right 14px center / 6px 6px no-repeat,
    linear-gradient(135deg, #fff, #fff7f8);
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  box-shadow: var(--shadow-soft);
  appearance: none;
}

.price-index-section .section-head {
  align-items: flex-start;
}

.price-filter-panel,
.price-empty-box {
  margin-bottom: 18px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
    linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
  box-shadow: var(--shadow-soft);
}

.price-filter-panel {
  padding: 16px;
}

.price-filter-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 14px;
  margin-bottom: 12px;
}

.price-filter-head strong {
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
}

.price-filter-head span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.price-filter-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.price-filter-card {
  display: grid;
  gap: 5px;
  min-height: 78px;
  padding: 14px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 10px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.price-filter-card:hover,
.price-filter-card.is-active {
  border-color: rgba(143,36,59,.28);
  background: #fff7f9;
  box-shadow: 0 12px 26px rgba(95,31,47,.12);
  transform: translateY(-1px);
}

.price-filter-card.is-active {
  background: linear-gradient(135deg, var(--wine), var(--rose));
}

.price-filter-card strong {
  color: var(--wine);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.35;
}

.price-filter-card span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.5;
}

.price-filter-card.is-active strong,
.price-filter-card.is-active span {
  color: #fff;
}

.price-empty-box {
  display: grid;
  gap: 6px;
  padding: 28px 18px;
  text-align: center;
}

.price-empty-box strong {
  color: var(--navy);
  font-size: 18px;
  font-weight: 900;
}

.price-empty-box p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.toys-index-section {
  padding-top: 26px;
}

.toy-nav-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.toy-nav-card {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 9px;
  min-width: 0;
  padding: 10px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
    linear-gradient(135deg, rgba(47,118,109,.08), var(--gold-soft));
  color: var(--navy);
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.toy-nav-card:hover {
  border-color: rgba(47,118,109,.24);
  box-shadow: 0 16px 34px rgba(47,118,109,.12);
  transform: translateY(-2px);
}

.toy-nav-photo {
  display: grid;
  place-items: center;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,255,255,.9), rgba(255,255,255,0) 46%),
    #fff;
}

.toy-nav-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
}

.toy-nav-card strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 2.8em;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
}

.toy-section-list {
  display: grid;
  gap: 22px;
  margin-top: 26px;
}

.toy-cast-section {
  scroll-margin-top: 92px;
  padding: 18px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.toy-cast-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.toy-cast-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(47,118,109,.1);
  color: var(--teal);
  font-size: 11px;
  font-weight: 900;
  line-height: 1.3;
}

.toy-cast-head h3 {
  margin: 7px 0 0;
  color: var(--navy);
  font-size: 23px;
  font-weight: 900;
  line-height: 1.35;
}

.toy-more-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--red), var(--rose));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(143,36,59,.18);
  white-space: nowrap;
}

.toy-cast-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.toy-cast-card {
  overflow: hidden;
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 12px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.toy-cast-card:hover {
  border-color: rgba(47,118,109,.22);
  box-shadow: 0 18px 38px rgba(47,118,109,.12);
  transform: translateY(-2px);
}

.toy-cast-photo {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, var(--rose-soft), var(--gold-soft));
}

.toy-cast-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
}

.toy-price {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 1;
  max-width: calc(100% - 20px);
  padding: 6px 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.62);
  border-radius: 999px;
  background: linear-gradient(135deg, #9c6b16, var(--gold));
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(17,24,32,.18);
}

.toy-cast-body {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.toy-cast-body strong {
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.toy-cast-body strong span {
  color: var(--muted);
  font-size: 12px;
}

.toy-cast-body em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
}

.toy-empty {
  margin: 0;
  padding: 16px;
  border: 1px dashed rgba(143,36,59,.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #fff, var(--blue-soft));
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.play-guide-section {
  padding-top: 26px;
}

.play-guide-card {
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,249,250,.94)),
    linear-gradient(135deg, rgba(47,118,109,.08), var(--gold-soft));
  box-shadow: var(--shadow-soft);
}

.play-guide-section .play_thumb {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 0;
  padding: 0 0 14px;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.play-guide-section .play_thumb::-webkit-scrollbar {
  display: none;
}

.play-guide-section .thumb_item {
  flex: 0 0 auto;
  margin: 0;
}

.play-guide-section .thumb_item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(95,31,47,.06);
}

.play-guide-section .thumb_item {
  cursor: pointer;
}

.play-guide-section .thumb_item.is-active span {
  border-color: rgba(47,118,109,.26);
  background: linear-gradient(135deg, var(--teal), #56a295);
  color: #fff;
  box-shadow: 0 10px 24px rgba(47,118,109,.16);
}

.play-guide-section .thumb_item:nth-child(3n + 1) span {
  border-color: rgba(47,118,109,.16);
  color: var(--teal);
}

.play-guide-section .thumb_item:nth-child(3n + 2) span {
  border-color: rgba(201,154,61,.22);
  color: #9c6b16;
}

.play-guide-section .thumb_item.is-active span {
  border-color: rgba(47,118,109,.26);
  background: linear-gradient(135deg, var(--teal), #56a295);
  color: #fff;
}

.play-guide-section .play_slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.play-guide-section.is-enhanced .play_slider {
  grid-template-columns: minmax(0, 1fr);
}

.play-guide-section .slider_item {
  min-width: 0;
}

.play-guide-section.is-enhanced .slider_item {
  display: none;
}

.play-guide-section.is-enhanced .slider_item.is-active {
  display: block;
}

.play-guide-section .box {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.play-guide-section .step {
  display: flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding: 10px 14px;
  background: linear-gradient(135deg, var(--wine), var(--rose));
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.play-guide-section .slider_item:nth-child(3n + 1) .step {
  background: linear-gradient(135deg, var(--teal), #56a295);
}

.play-guide-section .slider_item:nth-child(3n + 2) .step {
  background: linear-gradient(135deg, #9c6b16, var(--gold));
}

.play-guide-section .method {
  margin-left: 6px;
  font-size: 11px;
  font-weight: 800;
  opacity: .9;
}

.play-guide-section .slid_img {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 16px;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.9), rgba(255,255,255,0) 48%),
    linear-gradient(135deg, var(--rose-soft), rgba(47,118,109,.08));
}

.play-guide-section .slid_img img {
  width: auto;
  max-height: 180px;
  object-fit: contain;
}

.play-guide-section .text {
  margin: 0;
  padding: 13px 14px 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.play-guide-section .text span {
  display: inline-block;
}

.play-guide-section .detail {
  display: grid;
  gap: 7px;
  padding: 12px 14px 14px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.75;
}

.play-guide-section .detail p,
.play-guide-section .supplement p,
.play-guide-section .next,
.play-guide-section .prev,
.play-guide-section .link {
  margin: 0;
}

.play-guide-section .detail .blue {
  color: var(--teal);
  font-weight: 900;
}

.play-guide-section .detail .pink {
  color: var(--plum);
  font-weight: 900;
}

.play-guide-section .flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 4px 0;
  padding: 0;
  list-style: none;
}

.play-guide-section .flow li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(47,118,109,.1);
  color: var(--teal);
  font-size: 12px;
  font-weight: 900;
}

.play-guide-section .flow li:not(:last-child)::after {
  content: ">";
  position: absolute;
  left: calc(100% + 1px);
  top: 50%;
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
  transform: translateY(-50%);
}

.play-guide-section .supplement {
  display: grid;
  gap: 6px;
  margin: 0 14px 14px;
  padding: 12px;
  border: 1px solid rgba(201,154,61,.22);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,247,232,.92)),
    var(--gold-soft);
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.65;
}

.play-guide-section .supplement span {
  display: inline;
}

.play-guide-section .next,
.play-guide-section .prev,
.play-guide-section .link {
  margin: auto 14px 14px;
}

.play-guide-section .next,
.play-guide-section .prev {
  cursor: pointer;
}

.play-guide-section .next span,
.play-guide-section .prev span,
.play-guide-section .link a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--teal), #56a295);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(47,118,109,.16);
}

.play-guide-section .prev span {
  background: linear-gradient(135deg, var(--plum), var(--rose));
}

.play-guide-section .link a {
  background: linear-gradient(135deg, #9c6b16, var(--gold));
  box-shadow: 0 10px 22px rgba(156,107,22,.16);
}

.play-guide-section .movie {
  display: block;
  width: min(900px, 100%);
  margin: 26px auto 0;
  overflow: hidden;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 14px;
  background: #1f1018;
  box-shadow: var(--shadow-soft);
}

.search-result-chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 6px 6px 0;
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--rose-soft);
  color: var(--wine);
  font-size: 12px;
  font-weight: 900;
}

.blog-index-section,
.blog-detail-section {
  padding-top: 26px;
}

.girl-content-index-section {
  padding-top: 24px;
}

.girl-blog-card .kuri-blog-body {
  display: grid;
  align-content: space-between;
  min-height: 210px;
}

.kuri-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.kuri-blog-card {
  overflow: hidden;
  border: 1px solid rgba(143,36,59,.12);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow-soft);
}

.kuri-blog-media {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 3 / 3;
  background: #32121d;
}

.kuri-blog-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform .35s ease, filter .35s ease;
}

.kuri-blog-card:hover .kuri-blog-media img {
  filter: saturate(1.08);
  transform: scale(1.045);
}

.kuri-blog-media::after {
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  background: linear-gradient(180deg, rgba(15,20,28,0), rgba(15,20,28,.62));
  content: "";
}

.movie-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(95,31,47,.88);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 10px 24px rgba(15,20,28,.24);
}

.movie-badge svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.kuri-blog-body {
  padding: 16px;
}

.kuri-blog-girl {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.kuri-blog-girl .forum-photo {
  width: 52px;
  height: 52px;
}

.kuri-blog-girl strong,
.kuri-blog-girl small {
  display: block;
}

.kuri-blog-girl strong {
  overflow: hidden;
  color: var(--navy);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.kuri-blog-girl em {
  color: var(--muted);
  font-style: normal;
  font-size: 12px;
}

.kuri-blog-girl small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.kuri-blog-text {
  display: block;
  margin-top: 14px;
  color: inherit;
  text-decoration: none;
}

.kuri-blog-text h3 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 3em;
  margin: 0;
  color: var(--navy);
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.kuri-blog-text p {
  display: -webkit-box;
  overflow: hidden;
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: pre-wrap;
}

.kuri-blog-text time,
.kuri-blog-detail-time {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .02em;
}

.kuri-blog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid rgba(143,36,59,.1);
}

.blog-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(143,36,59,.14);
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  overflow: hidden;
  background-clip: padding-box;
}

.blog-action b,
.blog-detail-actions .num {
  margin-left: 6px;
}

.blog-action.on,
.blog-detail-actions .btn-like.on {
  border-color: rgba(124,59,93,.2);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--plum), var(--rose));
  background-clip: padding-box;
  color: #fff !important;
  overflow: hidden;
}

.blog-action.off {
  background: var(--rose-soft);
  color: var(--wine);
}

.blog-action.disabled {
  border-color: #d8d0d4;
  background: #e8e3e5;
  color: #9a8b91;
  cursor: not-allowed;
  pointer-events: none;
}

.blog-action.btn-green {
  border-color: rgba(47,118,109,.18);
  background: linear-gradient(135deg, var(--teal), #56a295);
  color: #fff !important;
}

.blog-detail-actions .btn-dark,
.side-profile-actions .btn-dark {
  background: linear-gradient(135deg, var(--plum), var(--rose));
  border-color: var(--plum);
}

.blog-detail-card {
  position: relative;
}

.kuri-blog-detail-author {
  margin-bottom: 18px;
}

.kuri-blog-detail-title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(24px, 3.4vw, 34px);
  font-weight: 900;
  line-height: 1.35;
}

.kuri-blog-detail-media {
  overflow: hidden;
  margin-top: 20px;
  border: 1px solid rgba(143,36,59,.1);
  border-radius: 12px;
  background: #32121d;
}

.kuri-blog-detail-media img,
.kuri-blog-detail-media video {
  display: block;
  width: 100%;
  height: auto;
}

.kuri-blog-detail-media.is-video {
  background:
    linear-gradient(135deg, rgba(95,31,47,.9), rgba(15,20,28,.92));
}

.kuri-blog-detail-text {
  margin-top: 22px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.85;
  white-space: pre-wrap;
}

.kuri-blog-detail-text img {
  max-width: 100%;
  height: auto;
}

.blog-detail-actions .btn {
  min-width: 150px;
}

@media (max-width: 980px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    max-width: 520px;
  }

  .blog-grid,
  .cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .forum-grid {
    grid-template-columns: 1fr;
  }

  .forum-detail-layout {
    grid-template-columns: 1fr;
  }

  .forum-detail-side {
    width: 100%;
    max-width: none;
  }

  .kuri-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-inner {
    min-height: 0;
  }

  .hero h1 {
    font-size: clamp(34px, 11vw, 48px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }

  .preview-row {
    grid-template-columns: 54px minmax(0, 1fr);
  }

  .preview-thumb {
    width: 54px;
    height: 54px;
  }

  .preview-badge {
    grid-column: 2;
    width: fit-content;
  }

  .renewal-banners {
    padding: 10px 0 4px;
  }

  .renewal-banner-frame {
    border-radius: 12px;
  }

  .renewal-banner-frame .pc_img {
    display: none;
  }

  .renewal-banner-frame .sp_img {
    display: block;
  }

  .renewal-banner-frame .banner-swiper {
    padding: 10px;
  }

  .renewal-banner-frame .slider_item a {
    border-radius: 8px;
  }

  .renewal-banner-frame .swiper-button-prev,
  .renewal-banner-frame .swiper-button-next {
    width: 28px;
    height: 28px;
  }

  .renewal-banner-frame .swiper-button-prev::after,
  .renewal-banner-frame .swiper-button-next::after {
    font-size: 11px;
  }

  .top-notice-link a {
    grid-template-columns: 34px minmax(0, 1fr) auto;
    min-height: 50px;
    padding: 8px 10px;
  }

  .notice-icon {
    width: 32px;
    height: 32px;
  }

  .notice-icon svg {
    width: 17px;
    height: 17px;
  }

  .blog-grid,
  .cast-grid,
  .ranking-grid,
  .toy-cast-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .toy-nav-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
  }

  .cast-body,
  .forum-card {
    padding: 14px;
  }

  .side-profile-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: start;
  }

  .side-profile-card .cast-photo {
    width: 112px;
    height: 112px;
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .side-profile-card .cast-photo img {
    height: 100%;
    object-fit: cover;
    object-position: top;
  }

  .side-profile-card .cast-body {
    min-width: 0;
    padding: 12px;
  }

  .side-profile-card .price-pill {
    right: 6px;
    bottom: 6px;
    left: 6px;
    padding: 5px 6px;
    font-size: 10px;
    text-align: center;
  }

  .side-profile-card .cast-tags {
    gap: 4px;
    margin-top: 7px;
  }

  .side-profile-card .cast-score {
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
  }

  .side-profile-card .side-profile-actions {
    margin-top: 10px;
  }

  .forum-detail-card {
    padding: 16px;
  }

  .forum-detail-info {
    grid-template-columns: 1fr;
    gap: 6px;
    margin-top: 14px;
  }

  .forum-detail-info div {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 8px;
  }

  .forum-detail-info strong {
    font-size: 11px;
    line-height: 1.4;
    white-space: nowrap;
  }

  .forum-detail-info span {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.45;
    word-break: break-word;
  }

  .forum-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .renewal-sort {
    margin-top: 14px;
  }

  .renewal-sort select {
    width: 100%;
  }

  .price-filter-list {
    grid-template-columns: 1fr;
  }

  .price-filter-card {
    min-height: auto;
  }

  .schedule-cast-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .schedule-cast-media {
    gap: 0;
  }

  .schedule-cast-photo {
    border-radius: 10px;
  }

  .schedule-cast-status {
    left: 7px;
    bottom: 7px;
    max-width: calc(100% - 14px);
    font-size: 10px;
  }

  .schedule-cast-status p {
    min-height: 23px;
    padding: 4px 7px;
    font-size: 10px;
  }

  .schedule-cast-main h3 {
    font-size: 17px;
  }

  .schedule-cast-main h3 span {
    font-size: 13px;
  }

  .schedule-cast-tags li:nth-child(n+5) {
    display: none;
  }

  .schedule-cast-price-card {
    grid-column: 1 / -1;
    padding: 10px;
  }

  .schedule-cast-subhead span {
    font-size: 12px;
  }

  .schedule-cast-subhead small {
    font-size: 10px;
  }

  .schedule-cast-prices {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .schedule-cast-prices li {
    min-height: 34px;
    padding: 7px 8px;
    font-size: 11px;
  }

  .schedule-cast-prices li span {
    min-width: 48px;
    padding: 4px 7px;
  }

  .schedule-cast-prices strong {
    font-size: 12px;
  }

  .schedule-cast-price-toggle {
    position: absolute;
    display: block;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }

  .schedule-cast-price-toggle:not(:checked) ~ .schedule-cast-prices li:nth-child(n+4) {
    display: none;
  }

  .schedule-cast-price-more {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    border: 1px solid rgba(143,36,59,.16);
    border-radius: 999px;
    background: #fff;
    color: var(--wine);
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
  }

  .schedule-cast-price-more .less,
  .schedule-cast-price-toggle:checked ~ .schedule-cast-price-more .more {
    display: none;
  }

  .schedule-cast-price-toggle:checked ~ .schedule-cast-price-more .less {
    display: inline;
  }

  .schedule-time-panel.girl-schedule-detail .timetable .title {
    padding: 5px 8px;
    font-size: 13px;
  }

  .schedule-time-panel.girl-schedule-detail .timetable .title small {
    width: 100%;
    font-size: 10px;
  }

  .schedule-time-panel.girl-schedule-detail .time_schedule {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .schedule-time-panel.girl-schedule-detail .time_schedule li {
    grid-template-rows: 24px 32px;
  }

  .ranking-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ranking-tab {
    width: 100%;
    min-height: 36px;
    padding: 7px 10px;
    font-size: 12px;
  }

  .ranking-badge {
    left: 8px;
    min-width: 62px;
    padding: 7px 8px 6px;
  }

  .ranking-badge strong {
    font-size: 21px;
  }

  .toy-cast-section {
    padding: 14px;
  }

  .toy-cast-head {
    align-items: flex-start;
  }

  .play-guide-card {
    padding: 12px;
  }

  .play-guide-section .play_slider {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .play-guide-section .slid_img {
    min-height: 150px;
    padding: 12px;
  }

  .play-guide-section .slid_img img {
    max-height: 150px;
  }

  .play-guide-section .step {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .play-guide-section .text {
    padding: 12px 12px 0;
    font-size: 15px;
  }

  .play-guide-section .detail {
    padding: 10px 12px 12px;
    font-size: 13px;
  }

  .play-guide-section .supplement {
    margin: 0 12px 12px;
    padding: 10px;
  }

  .play-guide-section .next,
  .play-guide-section .prev,
  .play-guide-section .link {
    margin: auto 12px 12px;
  }

  .kuri-blog-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .kuri-blog-body {
    padding: 14px;
  }

  .kuri-blog-text h3 {
    min-height: 0;
  }

  .kuri-blog-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blog-detail-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .blog-detail-actions .btn {
    width: 100%;
  }

  .blog-action {
    width: 100%;
    min-width: 0;
    padding-inline: 8px;
  }

  .forum-detail-head .section-action {
    display: flex;
    width: max-content;
    margin-left: auto;
  }

  .kuri-blog-detail-title {
    font-size: 18px;
  }

  .kuri-blog-detail-text {
    font-size: 14px;
  }

  .cast-name {
    font-size: 15px;
  }
}

/* Compact public list/detail surfaces. */
.blog-card,
.forum-card,
.girl-card,
.kuri-blog-card,
.kuri-blog-detail-card,
.forum-detail-card,
.price-card,
.toy-card,
.play-guide-card {
  font-size: 13px;
  line-height: 1.6;
}

.blog-card h3,
.forum-card h3,
.kuri-blog-text h3,
.forum-detail-title,
.kuri-blog-detail-title,
.play-guide-section .text {
  line-height: 1.36;
}

.kuri-blog-detail-title,
.forum-detail-title {
  font-size: clamp(21px, 2.6vw, 30px);
}

.kuri-blog-detail-text,
.forum-detail-text,
.play-guide-section .detail {
  font-size: 13px;
  line-height: 1.74;
}

@media (max-width: 640px) {
  .blog-card,
  .forum-card,
  .girl-card,
  .kuri-blog-card,
  .kuri-blog-detail-card,
  .forum-detail-card,
  .price-card,
  .toy-card,
  .play-guide-card {
    font-size: 12px;
  }

  .blog-card h3,
  .forum-card h3,
  .kuri-blog-text h3,
  .forum-detail-title,
  .kuri-blog-detail-title {
    font-size: 16px;
  }

  .kuri-blog-detail-title,
  .forum-detail-title {
    font-size: 18px;
  }

  .kuri-blog-detail-text,
  .forum-detail-text,
  .play-guide-section .detail {
    font-size: 12px;
    line-height: 1.64;
  }

  .blog-meta,
  .forum-meta,
  .cast-meta,
  .kuri-blog-meta {
    font-size: 11px;
  }

  .blog-action,
  .forum-card-link,
  .kuri-blog-actions .btn {
    min-height: 36px;
    font-size: 12px;
  }

  .forum-switch-block {
    gap: 10px;
    margin-bottom: 14px;
  }

  .forum-switch {
    gap: 6px;
    padding: 6px;
    border-radius: 12px;
  }

  .forum-switch a {
    min-height: 50px;
    padding: 8px 9px;
    border-radius: 9px;
  }

  .forum-switch span {
    font-size: 13px;
  }

  .forum-switch small {
    font-size: 10px;
  }

  .forum-user-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .forum-user-actions a {
    min-height: 32px;
    padding: 6px 8px;
    font-size: 11px;
  }

  .guest-forum-profile {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .guest-forum-profile div {
    padding: 7px 9px;
  }

  .guest-forum-tags {
    gap: 5px;
  }

  .guest-forum-tags span {
    padding: 3px 7px;
    font-size: 10px;
  }
}
