/*
 * File: style.css
 * Design Philosophy: 新戏院剪辑廊
 * 本文件遵循非对称展陈、深曜石黑 + 胶片米白、珊瑚绯红 + 暖铜金点缀的原创视觉体系。
 * 任何布局与色彩选择都需要强化“男同网”的影视策展感与动漫社区气质，而不是常见门户模板。
 */
:root {
  --bg: #121218;
  --bg-soft: #1c1b24;
  --panel: #f3ede3;
  --panel-soft: #faf6f0;
  --text: #f4efe8;
  --text-deep: #1c1b1f;
  --muted: #d6c9bb;
  --line: rgba(255,255,255,0.12);
  --brand: #ef5672;
  --gold: #ba9154;
  --shadow: 0 24px 60px rgba(0,0,0,0.28);
  --radius: 26px;
  --radius-sm: 18px;
  --container: min(1240px, calc(100vw - 32px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans SC", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 20%, rgba(239,86,114,0.16), transparent 24%),
    radial-gradient(circle at 85% 10%, rgba(186,145,84,0.14), transparent 20%),
    linear-gradient(180deg, #121218 0%, #171721 36%, #111117 100%);
  line-height: 1.75;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; border: 0; }
button, input {
  font: inherit;
}
button {
  border: 0;
}
.site-shell {
  width: var(--container);
  margin: 0 auto;
  position: relative;
}
.74gz8u::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.04) 0.6px, transparent 0.6px);
  background-size: 11px 11px;
  opacity: 0.15;
  pointer-events: none;
  z-index: -1;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(12, 12, 18, 0.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.topbar {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 24px;
  padding: 18px 0 16px;
  align-items: center;
}
.brand-block {
  display: flex;
  align-items: center;
  gap: 16px;
}
.brand-mark {
  width: 86px;
  min-width: 86px;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow);
}
.brand-copy h2, .brand-copy p {
  margin: 0;
}
.brand-copy h2 {
  font-size: 1.7rem;
  line-height: 1.1;
  letter-spacing: 0.02em;
}
.brand-copy p {
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.96rem;
}
.nav-panel {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.nav-links {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
}
.nav-links a {
  color: #fff8ef;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.08);
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.nav-links a:hover,
.nav-links a:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(239,86,114,0.55);
  background: rgba(239,86,114,0.12);
}
.search-shell {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.search-shell input {
  width: min(360px, 100%);
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: var(--text);
}
.search-shell button,
.primary-btn,
.secondary-btn,
.share-buttons button,
.ghost-link {
  padding: 13px 18px;
  border-radius: 16px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.search-shell button,
.primary-btn,
.share-buttons button {
  background: linear-gradient(135deg, var(--brand), #db6f84);
  color: #fff;
  box-shadow: 0 18px 34px rgba(239,86,114,0.22);
}
.secondary-btn, .ghost-link {
  background: rgba(255,255,255,0.06);
  color: #fff7ed;
  border: 1px solid rgba(255,255,255,0.1);
}
.search-shell button:hover,
.primary-btn:hover,
.secondary-btn:hover,
.share-buttons button:hover,
.ghost-link:hover {
  transform: translateY(-2px);
}
.cswjagoo {
  width: var(--container);
  margin: 0 auto;
  padding: 0 0 12px;
}
.imvc6b9 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(186,145,84,0.12);
  border: 1px solid rgba(186,145,84,0.26);
  color: #f7ddba;
  font-size: 0.92rem;
}
main {
  padding-bottom: 72px;
}
.page-frame {
  width: var(--container);
  margin: 0 auto;
  padding-top: 30px;
}
.breadcrumb {
  color: #d4c6b7;
  font-size: 0.92rem;
  margin-bottom: 26px;
}
.hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 34px;
  align-items: center;
  padding: 40px 0 56px;
}
.hero-home {
  min-height: 76vh;
}
.hero-copy {
  position: relative;
}
.0kvz1 {
  display: inline-block;
  margin-bottom: 14px;
  color: #f3c98d;
  font-size: 0.95rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.hero h1,
.section-head h2,
.contact-card h2,
.howto-card h3,
.faq-item summary,
.review-card h3,
.video-body h3,
.service-card h3,
.story-card h3,
.timeline-card h3,
.expert-card h3,
.qr-card h3 {
  line-height: 1.18;
  margin: 0;
}
.hero h1 {
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  max-width: 10.8em;
}
.pwtgizkj {
  font-size: 1.08rem;
  color: var(--muted);
  max-width: 46rem;
  margin: 18px 0 24px;
}
.hero-actions,
.share-buttons,
.expert-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.cjm9aya {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cjm9aya li {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  padding: 16px 18px;
}
.cjm9aya strong {
  display: block;
  font-size: 1.45rem;
  color: #fff;
}
.cjm9aya span {
  display: block;
  margin-top: 5px;
  font-size: 0.92rem;
  color: var(--muted);
}
.13mjppoc {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  overflow: hidden;
  padding: 14px;
  box-shadow: var(--shadow);
}
.13mjppoc img {
  border-radius: 22px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.3eu8z4yi {
  background: linear-gradient(180deg, rgba(239,86,114,0.12), rgba(255,255,255,0.02));
}
.i6igy1 {
  position: absolute;
  left: 22px;
  bottom: 22px;
  background: rgba(18,18,24,0.82);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 18px;
  padding: 14px 16px;
  backdrop-filter: blur(12px);
}
.i6igy1 strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}
.section-grid,
.feature-band,
.contact-band,
.json-section {
  margin-top: 30px;
  margin-bottom: 28px;
}
.ku1r2eqt,
.hglarwx,
.feature-band,
.contact-band,
.json-section,
.fba1n6,
.wwavg5,
.ezg1h9gr {
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 30px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.section-head {
  max-width: 56rem;
  margin-bottom: 22px;
}
.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}
.section-head p {
  color: var(--muted);
  margin: 14px 0 0;
}
.video-grid,
.service-grid,
.story-grid,
.review-grid,
.expert-grid,
.dp96gjf {
  display: grid;
  gap: 18px;
}
.video-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.service-grid,
.story-grid,
.review-grid,
.expert-grid,
.dp96gjf {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.video-card,
.service-card,
.story-card,
.review-card,
.expert-card,
.2dcafv,
.contact-card,
.timeline-card,
.howto-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.025));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
}
.video-card {
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.video-card:hover {
  transform: translateY(-6px);
  border-color: rgba(239,86,114,0.45);
  box-shadow: 0 30px 48px rgba(0,0,0,0.24);
}
.video-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform .35s ease, filter .35s ease;
}
.video-card:hover .video-cover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
.lec6xypp,
.50tpe {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(239,86,114,0.26), transparent 30%),
    radial-gradient(circle at 82% 18%, rgba(186,145,84,0.24), transparent 26%),
    linear-gradient(145deg, #1b1620 0%, #241a25 44%, #111117 100%);
}
.lec6xypp::before,
.50tpe::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255,255,255,0.08), transparent 35%, transparent 62%, rgba(255,255,255,0.04));
  mix-blend-mode: screen;
}
.lec6xypp::after,
.50tpe::after {
  content: "男同网";
  position: absolute;
  right: -14px;
  bottom: -18px;
  font-size: clamp(2.8rem, 8vw, 5.2rem);
  line-height: 1;
  color: rgba(255,255,255,0.08);
  letter-spacing: 0.08em;
  font-weight: 800;
}
.lec6xypp {
  min-height: 360px;
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: var(--shadow);
  display: flex;
  align-items: flex-end;
  padding: 28px;
}
.50tpe {
  min-height: 264px;
}
.iyjlcd {
  background:
    radial-gradient(circle at 20% 20%, rgba(239,86,114,0.32), transparent 28%),
    linear-gradient(155deg, #21161f 0%, #1c212e 100%);
}
.wp3nylu7 {
  background:
    radial-gradient(circle at 78% 18%, rgba(116,148,255,0.24), transparent 24%),
    linear-gradient(145deg, #121521 0%, #1e1830 100%);
}
.oqhbj {
  background:
    radial-gradient(circle at 18% 24%, rgba(239,86,114,0.34), transparent 26%),
    linear-gradient(145deg, #20131c 0%, #171821 100%);
}
.a3xe7 {
  background:
    radial-gradient(circle at 84% 20%, rgba(186,145,84,0.28), transparent 24%),
    linear-gradient(145deg, #1d1724 0%, #0f131b 100%);
}
.6rlgf7 {
  background:
    radial-gradient(circle at 22% 24%, rgba(255,133,160,0.25), transparent 28%),
    linear-gradient(145deg, #1d1621 0%, #17212c 100%);
}
.4i3vx {
  background:
    radial-gradient(circle at 78% 22%, rgba(255,219,153,0.18), transparent 24%),
    linear-gradient(145deg, #1e1720 0%, #20222d 100%);
}
.ub65i000 {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  max-width: 72%;
}
.ub65i000 strong {
  font-size: clamp(1.4rem, 3vw, 2rem);
  letter-spacing: 0.06em;
}
.ub65i000 span {
  color: rgba(255,255,255,0.82);
  font-size: 0.96rem;
}
.ub65i000.large strong {
  font-size: clamp(2rem, 4vw, 3rem);
}
.ub65i000.large span {
  font-size: 1rem;
}
.lrev4e {
  position: absolute;
  left: 14px;
  top: 14px;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(18,18,24,0.82);
  color: #fff7ed;
  font-size: 0.84rem;
  border: 1px solid rgba(255,255,255,0.12);
}
.play-button {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -44%) scale(.88);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(18,18,24,0.74);
  border: 1px solid rgba(255,255,255,0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}
.play-button span {
  display: block;
  width: 0;
  height: 0;
  margin: 26px auto 0 31px;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.video-card:hover .play-button,
.video-card:focus-within .play-button {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.video-body {
  padding: 18px;
}
.video-body p,
.service-card p,
.story-card p,
.review-card p,
.expert-card p,
.timeline-card p,
.contact-card p,
.howto-card p,
.howto-card li,
.flow-list li,
.ospx8d61 p {
  color: #ddd3c9;
  margin: 10px 0 0;
}
.frr08 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 16px;
  color: #f4cf96;
  font-size: 0.92rem;
}
.5qbb9i82 {
  width: 100%;
  height: 6px;
  margin-top: 16px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
}
.5qbb9i82 i {
  display: block;
  width: 36%;
  height: 100%;
  background: linear-gradient(90deg, var(--brand), var(--gold));
  border-radius: inherit;
  transition: width .45s ease;
}
.video-card:hover .5qbb9i82 i {
  width: 74%;
}
.3hqs9566 {
  display: inline-flex;
  margin: 18px 18px 0;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(239,86,114,0.14);
  color: #ffd7de;
  font-weight: 800;
}
.service-card,
.story-card,
.review-card,
.expert-card,
.contact-card,
.timeline-card,
.howto-card {
  padding: 22px;
}
.feature-band,
.contact-band,
.hglarwx {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: 24px;
  align-items: center;
}
.feature-band.reverse {
  grid-template-columns: .98fr 1.02fr;
}
.1q44bzg {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.1q44bzg li,
.flow-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 18px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.1q44bzg li::before,
.flow-list li::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 18px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--gold));
  box-shadow: 0 0 0 6px rgba(239,86,114,0.12);
}
.1q44bzg.column {
  grid-template-columns: 1fr;
}
.9cqfww {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
.9cqfww span {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(186,145,84,0.14);
  border: 1px solid rgba(186,145,84,0.28);
  color: #f6d6a1;
}
.json-panel {
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  overflow: hidden;
  background: rgba(0,0,0,0.18);
}
.json-panel summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 700;
  background: rgba(255,255,255,0.05);
}
.json-panel pre {
  margin: 0;
  padding: 22px 22px 24px;
  overflow: auto;
  color: #f9e6c7;
  font-size: 0.92rem;
  line-height: 1.85;
  white-space: pre;
  word-break: normal;
  overflow-wrap: normal;
  tab-size: 2;
  letter-spacing: 0;
  text-transform: none;
  font-family: "SFMono-Regular", "Cascadia Mono", "Cascadia Code", "Consolas", "Liberation Mono", monospace;
  font-variant-ligatures: none;
  font-feature-settings: "liga" 0, "calt" 0;
  -webkit-font-smoothing: auto;
}
.dp96gjf {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.2dcafv {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}
.2dcafv span {
  font-size: 1.16rem;
  font-weight: 800;
  color: #fff5e7;
}
.howto-card ol,
.flow-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.ospx8d61 {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed rgba(255,255,255,0.12);
}
.review-card span {
  display: inline-block;
  margin-top: 8px;
  color: #f4c47b;
  font-size: 0.92rem;
}
.faq-list {
  display: grid;
  gap: 14px;
}
.faq-item {
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.04);
  overflow: hidden;
}
.faq-item summary {
  padding: 18px 20px;
  list-style: none;
  cursor: pointer;
}
.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  color: var(--muted);
}
.contact-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.qr-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.qr-wrap.compact {
  margin-top: 18px;
}
.qr-card {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
}
.qr-card p {
  margin: 12px 0 0;
  color: var(--muted);
}
.qr-grid {
  display: grid;
  grid-template-columns: repeat(21, 1fr);
  gap: 2px;
  background: #fff;
  padding: 12px;
  border-radius: 14px;
  aspect-ratio: 1 / 1;
  margin-top: 14px;
}
.qr-grid b {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 1px;
  background: #fff;
}
.qr-grid b.on {
  background: #0f1119;
}
.site-footer {
  padding: 28px 0 48px;
}
.footer-shell {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: end;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 22px;
}
.footer-brand {
  display: flex;
  gap: 16px;
  align-items: center;
}
.footer-brand img {
  width: 70px;
  border-radius: 18px;
}
.footer-brand p,
.footer-meta p {
  margin: 5px 0 0;
  color: var(--muted);
}
.footer-meta {
  text-align: right;
}
.toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  padding: 14px 16px;
  background: rgba(18,18,24,0.92);
  color: #fff7e8;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
}
.toast.show {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1100px) {
  .topbar,
  .hero,
  .feature-band,
  .contact-band,
  .hglarwx,
  .footer-shell {
    grid-template-columns: 1fr;
  }
  .nav-links,
  .search-shell {
    justify-content: flex-start;
  }
  .video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .site-shell,
  .page-frame,
  .footer-shell,
  .topbar,
  .cswjagoo {
    width: min(100vw - 20px, var(--container));
  }
  .brand-mark {
    width: 72px;
    min-width: 72px;
  }
  .brand-copy h2 {
    font-size: 1.34rem;
  }
  .hero-home {
    min-height: auto;
  }
  .ku1r2eqt,
  .hglarwx,
  .feature-band,
  .contact-band,
  .json-section,
  .fba1n6,
  .wwavg5,
  .ezg1h9gr {
    padding: 20px;
    border-radius: 24px;
  }
  .video-grid,
  .service-grid,
  .story-grid,
  .review-grid,
  .expert-grid,
  .dp96gjf,
  .1q44bzg,
  .qr-wrap,
  .video-grid {
    grid-template-columns: 1fr;
  }
  .json-panel pre {
    font-size: 0.8rem;
    padding: 18px 14px 20px;
    line-height: 1.75;
  }
  .lec6xypp {
    min-height: 280px;
    padding: 22px;
  }
  .ub65i000 {
    max-width: 100%;
  }
  .search-shell {
    flex-direction: column;
  }
  .search-shell input {
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(2.2rem, 11vw, 3.2rem);
  }
  .footer-meta {
    text-align: left;
  }
}
