/* ========================================
   海角社区 - 影视传媒与动漫社区 外部样式表
   域名: 5270w.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; }
.bks1xr { background: #fff; }

/* === Header === */
.crr1lm5 {
  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);
}
.sei7uqjv {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 20px; max-width: 1200px; margin: 0 auto;
}
.n1j8z { display: flex; align-items: center; gap: 10px; }
.n1j8z img { height: 45px; width: auto; }
.n1j8z 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;
}
.n1j8z .subtitle { font-size: 12px; color: #a0a0b0; display: block; }
.cda512iz {
  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 === */
.xbwhiy ul { display: flex; gap: 6px; flex-wrap: wrap; }
.xbwhiy a {
  color: #ddd; padding: 8px 14px; border-radius: 6px;
  font-size: 14px; transition: all .3s; white-space: nowrap;
}
.xbwhiy a:hover, .xbwhiy a.active {
  color: #fff; background: rgba(233,69,96,.8);
}
.xt6pc {
  display: none; background: none; border: none;
  color: #fff; font-size: 24px; cursor: pointer;
}

/* === Search Bar === */
.olez05 {
  background: linear-gradient(90deg, #0f3460, #1a1a2e);
  padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.1);
}
.olez05 .container { display: flex; justify-content: center; }
.mm1x0l {
  display: flex; max-width: 600px; width: 100%;
  border-radius: 25px; overflow: hidden;
  box-shadow: 0 2px 15px rgba(233,69,96,.2);
}
.mm1x0l input {
  flex: 1; padding: 10px 20px; border: none; outline: none;
  font-size: 14px; background: rgba(255,255,255,.95); color: #333;
}
.mm1x0l 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;
}
.mm1x0l button:hover { opacity: .9; }

/* === Hero Slider === */
.vpvtc {
  position: relative; overflow: hidden;
  height: 500px; background: #1a1a2e;
}
.mp2sm {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  opacity: 0; transition: opacity 1s ease-in-out;
  background-size: cover; background-position: center;
}
.mp2sm.active { opacity: 1; }
.qt67og {
  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;
}
.l9gv2m4l { padding: 0 60px; max-width: 600px; }
.l9gv2m4l h2 {
  font-size: 36px; color: #fff; margin-bottom: 15px;
  text-shadow: 2px 2px 10px rgba(0,0,0,.5);
}
.l9gv2m4l p { color: #ddd; font-size: 16px; margin-bottom: 20px; }
.c1k2kg {
  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;
}
.c1k2kg:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 20px rgba(233,69,96,.4);
  color: #fff;
}
.d85lmp {
  position: absolute; bottom: 20px; left: 50%;
  transform: translateX(-50%); display: flex; gap: 10px; z-index: 10;
}
.d85lmp span {
  width: 12px; height: 12px; border-radius: 50%;
  background: rgba(255,255,255,.4); cursor: pointer;
  transition: background .3s;
}
.d85lmp span.active { background: #e94560; }

/* === Section Title === */
.x0kkzxlv {
  text-align: center; margin-bottom: 40px;
}
.x0kkzxlv h2 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.x0kkzxlv 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;
}
.x0kkzxlv p { color: #666; margin-top: 10px; font-size: 15px; }

/* === Video Cards Grid === */
.vrbrd1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.v7e9qae {
  background: #fff; border-radius: 12px; overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
}
.v7e9qae:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0,0,0,.15);
}
.lsjnhvl {
  position: relative; padding-top: 56.25%; overflow: hidden;
  background: #1a1a2e;
}
.lsjnhvl img {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  object-fit: cover; transition: transform .5s;
}
.v7e9qae:hover .lsjnhvl img { transform: scale(1.05); }
.kckw9sd {
  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;
}
.kckw9sd::after {
  content: ''; width: 0; height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  margin-left: 4px;
}
.v7e9qae:hover .kckw9sd {
  transform: translate(-50%, -50%) scale(1); opacity: 1;
}
.fgrzng5j { padding: 15px; }
.fgrzng5j h4 { font-size: 15px; margin-bottom: 8px; line-height: 1.4; }
.zdqs0wc0 {
  display: flex; gap: 12px; font-size: 12px; color: #999;
  flex-wrap: wrap;
}
.zdqs0wc0 span { display: flex; align-items: center; gap: 4px; }
.xayow3j { margin-top: 8px; display: flex; gap: 6px; flex-wrap: wrap; }
.xayow3j span {
  font-size: 11px; padding: 2px 8px; border-radius: 10px;
  background: #f0f0f5; color: #666;
}

/* === Feature Grid === */
.lor26c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
.h0qdr {
  background: #fff; border-radius: 12px; padding: 30px;
  text-align: center; box-shadow: 0 4px 15px rgba(0,0,0,.06);
  transition: transform .3s;
}
.h0qdr:hover { transform: translateY(-5px); }
.il89a8k {
  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));
}
.h0qdr h4 { font-size: 17px; margin-bottom: 8px; }
.h0qdr p { font-size: 13px; color: #666; }

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

/* === Brand Wall === */
.v2ygki {
  display: flex; flex-wrap: wrap; justify-content: center;
  gap: 30px; align-items: center;
}
.v2ygki .hnm9jopp {
  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;
}
.v2ygki .hnm9jopp:hover {
  background: #e94560; color: #fff;
  box-shadow: 0 4px 15px rgba(233,69,96,.3);
}

/* === How-To Section === */
.ptb999 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px; counter-reset: step;
}
.zwfsb {
  background: #fff; border-radius: 12px; padding: 25px;
  text-align: center; position: relative;
  box-shadow: 0 4px 15px rgba(0,0,0,.06);
}
.zwfsb::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;
}
.zwfsb h4, .zwfsb h5 { font-size: 15px; margin-bottom: 8px; }
.zwfsb p { font-size: 13px; color: #666; }

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

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

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

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

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

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

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

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

/* === Sidebar === */
.epzws { 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 === */
.m5fwv26 {
  background: linear-gradient(135deg, #1a1a2e, #2d3436);
  border-radius: 12px; padding: 20px; color: #fff;
  margin-top: 20px;
}
.m5fwv26 h4, .m5fwv26 h6 { font-size: 14px; margin-bottom: 10px; color: #e94560; }
.m5fwv26 .op98o6 {
  display: flex; align-items: center; gap: 8px;
  font-size: 12px; color: #4cd137;
}
.m5fwv26 .op98o6::before {
  content: ''; width: 8px; height: 8px; border-radius: 50%;
  background: #4cd137; animation: pulse 2s infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .5; }
}
.m5fwv26 .eq1pfn { margin-top: 10px; display: flex; gap: 8px; flex-wrap: wrap; }
.m5fwv26 .i8v3k7 {
  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;
}
.m5fwv26 .i8v3k7:hover { background: #e94560; border-color: #e94560; }

/* === Responsive === */
@media (max-width: 768px) {
  .sei7uqjv { flex-wrap: wrap; }
  .xbwhiy { display: none; width: 100%; }
  .xbwhiy.open { display: block; }
  .xbwhiy ul { flex-direction: column; padding: 10px 0; }
  .xbwhiy a { display: block; padding: 10px 15px; }
  .xt6pc { display: block; }
  .vpvtc { height: 300px; }
  .l9gv2m4l { padding: 0 20px; }
  .l9gv2m4l h2 { font-size: 22px; }
  .epzws { grid-template-columns: 1fr; }
  .sidebar { order: -1; }
  .vrbrd1 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .section { padding: 40px 0; }
  .x0kkzxlv h2 { font-size: 22px; }
  .l4vwl { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .vpvtc { height: 220px; }
  .l9gv2m4l h2 { font-size: 18px; }
  .l9gv2m4l p { font-size: 13px; }
  .vrbrd1 { grid-template-columns: 1fr; }
  .lor26c { grid-template-columns: 1fr; }
  .j9ilfjor { grid-template-columns: 1fr; }
  .r4eimw { grid-template-columns: 1fr; }
  .xrc7rimm { 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 === */
.x0kkzxlv h3, .x0kkzxlv h4, .x0kkzxlv h5, .x0kkzxlv h6 {
  font-size: 28px; position: relative; display: inline-block;
  padding-bottom: 12px;
}
.x0kkzxlv h3::after, .x0kkzxlv h4::after, .x0kkzxlv h5::after, .x0kkzxlv 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;
}
