/* ========================================
   黑丝 - 影视传媒与动漫社区 外部样式表
   域名: 524ih7.cn
   ======================================== */

/* === Reset & Base === */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
  color: #333; background: #f8f9fa; line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
a { color: #6c5ce7; text-decoration: none; transition: color .3s; }
a:hover { color: #a29bfe; }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.4; color: #2d3436; }

/* === Layout === */
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 60px 0; }
.kqf0p8dp { background: #fff; }

/* === Header === */
.jblr9d5 {
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: sticky; top: 0; z-index: 1000;
  box-shadow: 0 2px 20px rgba(0,0,0,.3);
}
.do9cwe9c {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; max-width: 1200px; margin: 0 auto;
}
.tc3laao { display: flex; align-items: center; gap: 10px; }
.tc3laao img { height: 45px; width: auto; }
.tc3laao h1 {
  font-size: 22px; color: #e94560; margin: 0;
  background: linear-gradient(90deg, #e94560, #f39c12);
  -webkit-background-clip: text; -webkit-text-color: transparent;
  background-clip: text; color: transparent;
}
.tc3laao .subtitle { font-size: 12px; color: #a0a0b0; display: block; }
.yuskm52 {
  font-size: 22px; font-weight: 700; display: block;
  background: linear-gradient(90deg, #e94560, #f39c12);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; color: transparent;
}

/* === Navigation === */
.n94qn5 ul { display: flex; gap: 6px; flex-wrap: wrap; }
.n94qn5 a {
  color: #ddd; padding: 8px 14px; border-radius: 6px;
  font-size: 14px; transition: all .3s; white-space: nowrap;
}
.n94qn5 a:hover, .n94qn5 a.active {
  color: #fff; background: rgba(233,69,96,.8);
}
.m10amqp {
  display: none; background: none; border: none;
  color: #fff; font-size: 24px; cursor: pointer;
}

/* === Search Bar === */
.ch462v {
  background: linear-gradient(90deg, #0f3460, #1a1a2e);
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.ch462v .container { display: flex; justify-content: center; }
.f2cjsn {
  display: flex; max-width: 600px; width: 100%;
  border-radius: 25px; overflow: hidden;
  box-shadow: 0 2px 15px rgba(233,69,96,.2);
}
.f2cjsn input {
  flex: 1; padding: 10px 20px; border: none; outline: none;
  font-size: 14px; background: rgba(255,255,255,.95); color: #333;
}
.f2cjsn button {
  padding: 10px 25px; border: none; cursor: pointer;
  background: linear-gradient(90deg, #e94560, #f39c12);
  color: #fff; font-size: 14px; font-weight: 600;
  transition: opacity .3s;
}
.f2cjsn button:hover { opacity: .9; }

/* === Hero Slider === */
.tb937 {
  position: relative; overflow: hidden;
  height: 500px; background: #1a1a2e;
}
.d7vy17 {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease-in-out;
  background-size: cover; background-position: center;
}
.d7vy17.active { opacity: 1; }
.pp45bpe {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,.7) 0%, rgba(0,0,0,.2) 100%);
  display: flex; align-items: center;
}
.kfabii4u { padding: 0 60px; max-width: 600px; }
.kfabii4u h2 {
  font-size: 36px; color: #fff; margin-bottom: 15px;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.kfabii4u p { color: #ddd; font-size: 16px; margin-bottom: 20px; }
.ozzlb7vp {
  display: inline-block; padding: 12px 30px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  color: #fff; border-radius: 25px; font-weight: 600;
  transition: transform .3s, box-shadow .3s; border: none; cursor: pointer;
}
.ozzlb7vp:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(233,69,96,.4);
  color: #fff;
}
.v6xwn0q6 {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;
}
.v6xwn0q6 span {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .3s;
}
.v6xwn0q6 span.active { background: #e94560; }

/* === Section Title === */
.oght9fq4 {
  text-align: center; margin-bottom: 40px;
}
.oght9fq4 h2 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.oght9fq4 h2::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  border-radius: 2px;
}
.oght9fq4 p { color: #666; margin-top: 10px; font-size: 15px; }

/* === Video Cards Grid === */
.kw018nf {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.bhliwub {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
}
.bhliwub:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
.jdj98pl {
  position: relative; padding-top: 56.25%; overflow: hidden;
  background: #1a1a2e;
}
.jdj98pl img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s;
}
.bhliwub:hover .jdj98pl img { transform: scale(1.05); }
.ngvhs {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 60px; height: 60px; border-radius: 50%;
  background: rgba(233,69,96,.9); border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: transform .3s, opacity .3s; opacity: 0;
}
.ngvhs::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.bhliwub:hover .ngvhs {
  transform: translate(-50%, -50%) scale(1); opacity: 1;
}
.g3v5g { padding: 15px; }
.g3v5g h4 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
.e3mtd6 {
  display: flex; gap: 12px; font-size: 12px; color: #999;
  flex-wrap: wrap;
}
.e3mtd6 span { display: flex; align-items: center; gap: 4px; }
.ob362r { margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }
.ob362r span {
  font-size: 11px; padding: 2px 8px; border-radius: 10px;
  background: #f0f0f5; color: #666;
}

/* === Feature Grid === */
.b6z2nb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.hn5jaiy {
  background: #fff; border-radius: 12px; padding: 30px;
  text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,.06);
  transition: transform .3s;
}
.hn5jaiy:hover { transform: translateY(-5px); }
.hc40k92u {
  width: 70px; height: 70px; margin: 0 auto 15px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 30px;
  background: linear-gradient(135deg, rgba(233,69,96,.1), rgba(108,92,231,.1));
}
.hn5jaiy h4 { font-size: 17px; margin-bottom: 8px; }
.hn5jaiy p { font-size: 13px; color: #666; }

/* === Expert Section === */
.ua6ujh {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.w76vqv {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
  text-align: center; padding-bottom: 20px;
}
.w76vqv img {
  width: 100%; height: 200px; object-fit: cover;
}
.w76vqv h4 { font-size: 16px; margin: 15px 0 5px; }
.w76vqv .role { font-size: 13px; color: #e94560; margin-bottom: 8px; }
.w76vqv p { font-size: 13px; color: #666; padding: 0 15px; }
.ofg7vy { margin-top: 8px; font-size: 12px; }
.ofg7vy a { color: #6c5ce7; margin: 0 6px; }
.ofg7vy a:hover { color: #e94560; }
.kxnflu { margin-top: 12px; display: flex; justify-content: center; gap: 8px; }
.mq2u5b5 {
  padding: 6px 16px; border-radius: 20px; font-size: 12px;
  border: 1px solid #e94560; color: #e94560; background: transparent;
  cursor: pointer; transition: all .3s;
}
.mq2u5b5:hover { background: #e94560; color: #fff; }

/* === Brand Wall === */
.ktdmph {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 30px; align-items: center;
}
.ktdmph .nqmmk8mm {
  width: 120px; height: 60px; background: #f5f5f5;
  border-radius: 8px; display: flex; align-items: center;
  justify-content: center; font-size: 14px; color: #999;
  font-weight: 600; transition: all .3s;
}
.ktdmph .nqmmk8mm:hover {
  background: #e94560; color: #fff;
  box-shadow: 0 4px 15px rgba(233,69,96,.3);
}

/* === How-To Section === */
.ie73cy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px; counter-reset: step;
}
.hh2r0rm {
  background: #fff; border-radius: 12px; padding: 25px;
  text-align: center; position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.hh2r0rm::before {
  counter-increment: step;
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #e94560, #f39c12);
  color: #fff; font-weight: 700; font-size: 18px;
  margin: 0 auto 15px;
}
.hh2r0rm h4, .hh2r0rm h5 { font-size: 15px; margin-bottom: 8px; }
.hh2r0rm p { font-size: 13px; color: #666; }

/* === FAQ Section === */
.japhj5kc { max-width: 800px; margin: 0 auto; }
.arjms {
  background: #fff; border-radius: 10px; margin-bottom: 12px;
  overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,.05);
}
.nz4ow {
  padding: 18px 20px; cursor: pointer; font-weight: 600;
  font-size: 15px; display: flex; justify-content: space-between;
  align-items: center; transition: background .3s;
}
.nz4ow:hover { background: #f8f9fa; }
.nz4ow .arrow {
  transition: transform .3s; font-size: 12px; color: #999;
}
.arjms.open .nz4ow .arrow { transform: rotate(180deg); }
.k7k04r {
  max-height: 0; overflow: hidden; transition: max-height .4s ease;
  padding: 0 20px;
}
.arjms.open .k7k04r { max-height: 300px; padding: 0 20px 18px; }
.k7k04r p { font-size: 14px; color: #555; line-height: 1.8; }

/* === Reviews === */
.kjt7258 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.mv9p8 {
  background: #fff; border-radius: 12px; padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.z4jpoa { color: #f39c12; margin-bottom: 10px; font-size: 14px; }
.fjzyj2h { font-size: 14px; color: #555; margin-bottom: 12px; font-style: italic; }
.zf2jdfdg { font-size: 13px; color: #999; }
.zf2jdfdg strong { color: #333; }

/* === Contact Section === */
.mjev92 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.jcg6p77 {
  background: #fff; border-radius: 12px; padding: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.jcg6p77 h4, .jcg6p77 h5 { font-size: 16px; margin-bottom: 12px; color: #e94560; }
.jcg6p77 p { font-size: 14px; color: #555; margin-bottom: 6px; }

/* === Social Share === */
.u8gx8 {
  display: flex; gap: 12px; justify-content: center;
  flex-wrap: wrap; margin-top: 20px;
}
.z0rwoe40 {
  padding: 8px 20px; border-radius: 20px; font-size: 13px;
  border: none; cursor: pointer; color: #fff; transition: opacity .3s;
}
.z0rwoe40:hover { opacity: .85; }
.dtnq4qc { background: #07c160; }
.ajo6g2 { background: #e6162d; }
.cs9p8 { background: #161823; }
.kygqtz6h { background: #00a1d6; }

/* === Article Meta === */
.b70inf {
  display: flex; gap: 15px; flex-wrap: wrap;
  font-size: 13px; color: #999; margin-bottom: 15px;
  padding-bottom: 10px; border-bottom: 1px solid #f0f0f0;
}
.b70inf span { display: flex; align-items: center; gap: 4px; }

/* === Footer === */
.blutv0y {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
  color: #aaa; padding: 40px 0 20px;
}
.lmm7bmn {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 30px; margin-bottom: 30px;
}
.orcw3 h4, .orcw3 h6 { color: #fff; font-size: 16px; margin-bottom: 15px; }
.orcw3 p, .orcw3 a { font-size: 13px; color: #999; display: block; margin-bottom: 6px; }
.orcw3 a:hover { color: #e94560; }
.ysiuvu62 { display: flex; gap: 20px; margin-top: 10px; }
.ysiuvu62 img { width: 100px; height: 100px; border-radius: 8px; }
.nsitwfz {
  border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 20px; text-align: center; font-size: 13px;
}
.nsitwfz .zqbi0b { color: #e94560; }

/* === Breadcrumb === */
.breadcrumb {
  padding: 12px 0; font-size: 13px; color: #999;
}
.breadcrumb a { color: #6c5ce7; }
.breadcrumb span { margin: 0 6px; }

/* === Inner Page === */
.hu3me {
  height: 300px; background-size: cover; background-position: center;
  position: relative; display: flex; align-items: center;
  justify-content: center;
}
.hu3me::after {
  content: ''; position: absolute; inset: 0;
  background: rgba(0,0,0,.5);
}
.hu3me h2 {
  position: relative; z-index: 1; color: #fff;
  font-size: 32px; text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.rww3h { padding: 40px 0; }
.rww3h article { background: #fff; border-radius: 12px; padding: 30px; margin-bottom: 24px; }
.rww3h article h3 { font-size: 20px; margin-bottom: 15px; color: #2d3436; }
.rww3h article p { font-size: 15px; color: #555; margin-bottom: 12px; }

/* === Sidebar === */
.dzs0jh5 { display: grid; grid-template-columns: 1fr 300px; gap: 30px; }
.sidebar .widget {
  background: #fff; border-radius: 12px; padding: 20px;
  margin-bottom: 20px; box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.sidebar .widget h4 {
  font-size: 15px; margin-bottom: 12px; padding-bottom: 8px;
  border-bottom: 2px solid #e94560;
}
.sidebar .widget ul li { padding: 6px 0; font-size: 13px; }
.sidebar .widget ul li a { color: #555; }
.sidebar .widget ul li a:hover { color: #e94560; }

/* === MCP Frontend Mock === */
.v80p7cb {
  background: linear-gradient(135deg, #1a1a2e, #2d3436);
  border-radius: 12px; padding: 20px; color: #fff;
  margin-top: 20px;
}
.v80p7cb h4, .v80p7cb h6 { font-size: 14px; margin-bottom: 10px; color: #e94560; }
.v80p7cb .lh09wmlz {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #4cd137;
}
.v80p7cb .lh09wmlz::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #4cd137; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}
.v80p7cb .arvfl6i4 { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.v80p7cb .l97bfe {
  padding: 5px 12px; border-radius: 15px; font-size: 11px;
  background: rgba(255,255,255,.1); color: #ddd; border: 1px solid rgba(255,255,255,.2);
  cursor: pointer; transition: all .3s;
}
.v80p7cb .l97bfe:hover { background: #e94560; border-color: #e94560; }

/* === Responsive === */
@media (max-width: 768px) {
  .do9cwe9c { flex-wrap: wrap; }
  .n94qn5 { display: none; width: 100%; }
  .n94qn5.open { display: block; }
  .n94qn5 ul { flex-direction: column; padding: 10px 0; }
  .n94qn5 a { display: block; padding: 10px 15px; }
  .m10amqp { display: block; }
  .tb937 { height: 300px; }
  .kfabii4u { padding: 0 20px; }
  .kfabii4u h2 { font-size: 22px; }
  .dzs0jh5 { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .kw018nf { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .section { padding: 40px 0; }
  .oght9fq4 h2 { font-size: 22px; }
  .lmm7bmn { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .tb937 { height: 220px; }
  .kfabii4u h2 { font-size: 18px; }
  .kfabii4u p { font-size: 13px; }
  .kw018nf { grid-template-columns: 1fr; }
  .b6z2nb { grid-template-columns: 1fr; }
  .ua6ujh { grid-template-columns: 1fr; }
  .kjt7258 { grid-template-columns: 1fr; }
  .mjev92 { grid-template-columns: 1fr; }
}

/* === Lazy Load === */
img[data-src] { opacity: 0; transition: opacity .5s; }
img[data-src].loaded { opacity: 1; }

/* === Animation === */
.fade-in {
  opacity: 0; transform: translateY(20px);
  transition: opacity .6s, transform .6s;
}
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* === Section Title h3/h4/h5 support === */
.oght9fq4 h3, .oght9fq4 h4, .oght9fq4 h5, .oght9fq4 h6 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.oght9fq4 h3::after, .oght9fq4 h4::after, .oght9fq4 h5::after, .oght9fq4 h6::after {
  content: ''; position: absolute; bottom: 0; left: 50%;
  transform: translateX(-50%); width: 60px; height: 3px;
  background: linear-gradient(90deg, #e94560, #f39c12);
  border-radius: 2px;
}
