/* f3o1923c3q69 | v2.26 */
/* ============================================
   禁漫天堂 - 全站样式表
   独特配色：深紫+玫红+金色
   字体：系统中文字体栈
   ============================================ */

:root {
  --primary: #6b1d5e;
  --primary-light: #9c2d85;
  --secondary: #e63956;
  --accent: #ffc233;
  --bg-dark: #0d0a1a;
  --bg-card: #1a1230;
  --bg-section: #120e24;
  --text-main: #eee8f5;
  --text-muted: #a89cc8;
  --text-highlight: #ffd966;
  --border-color: #2d2450;
  --success: #2ecc71;
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow: 0 4px 24px rgba(0,0,0,0.4);
  --shadow-hover: 0 8px 32px rgba(107,29,94,0.4);
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", system-ui, -apple-system, sans-serif;
  background: var(--bg-dark);
  color: var(--text-main);
  line-height: 1.8;
  overflow-x: hidden;
  min-height: 100vh;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--accent);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--secondary);
}

/* ---- HEADER ---- */
._ttndg55 {
  background: linear-gradient(135deg, var(--bg-dark) 0%, #1a0e2e 100%);
  border-bottom: 2px solid var(--border-color);
  padding: 0.8rem 0;
  position: relative;
  z-index: 100;
}

._0csjdy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.qrbcc97j img {
  height: 42px;
  width: auto;
}

.el-3rspse {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
}

.el-3rspse a {
  color: var(--text-main);
  padding: 0.4rem 0.7rem;
  border-radius: var(--radius-sm);
  font-size: 0.88rem;
  white-space: nowrap;
  transition: var(--transition);
}
/* txrxcu4 */
.el-3rspse a:hover,
.el-3rspse a.active {
  background: var(--primary);
  color: #fff;
}

.tw-aql0z8 {
  display: none;
  background: var(--primary);
  border: none;
  color: #fff;
  padding: 0.5rem 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 1.2rem;
  cursor: pointer;
}
/* zmjil8en */
/* ---- BREADCRUMB ---- */
.ss5pacl {
  max-width: 1200px;
  margin: 0.8rem auto;
  padding: 0 1rem;
  font-size: 0.85rem;
  color: var(--text-muted);
}
/* g28i84899d */
.ss5pacl a {
  color: var(--text-muted);
}
/* 5729q */
.ss5pacl a:hover {
  color: var(--accent);
}

.ss5pacl span {
  margin: 0 0.3rem;
}

/* ---- HERO ---- */
.el-dud7ai {
  position: relative;
  overflow: hidden;
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.el-dud7ai img {
  width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
}

.nke25ktx {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(13,10,26,0.9) 0%, transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem 1.5rem;
}

.nke25ktx h1 {
  font-size: clamp(1.4rem, 4vw, 2.4rem);
  color: #fff;
  margin-bottom: 0.5rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.6);
}

.nke25ktx p {
  font-size: clamp(0.9rem, 2vw, 1.1rem);
  color: var(--text-muted);
  max-width: 600px;
}

/* ---- SECTIONS ---- */
.dmj4q8dj19 {
  max-width: 1200px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.el-vd6uh0 {
  font-size: clamp(1.2rem, 3vw, 1.6rem);
  color: var(--accent);
  margin-bottom: 1.2rem;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
}

.el-52nqc1 {
  font-size: 1rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

/* ---- MANGA GRID ---- */
.st-eg6onm {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
/* 6cg1yak88y */
._8cuq24 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

._8cuq24:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-light);
}
/* b1u2 */
._8cuq24 img {
  width: 100%;
  aspect-ratio: 5/7;
  object-fit: cover;
}

._ugkjs1nw {
  padding: 0.7rem;
}
/* tbv4dwd */
._ugkjs1nw h3 {
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tw-6db405 {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.8rem;
  color: var(--accent);
}

.tw-6db405 ._bo2q5wt {
  letter-spacing: 1px;
}

.tfn3pnj {
  display: inline-block;
  background: var(--primary);
  color: #fff;
  padding: 0.15rem 0.5rem;
  border-radius: 99px;
  font-size: 0.7rem;
  margin-top: 0.3rem;
}

/* ---- VIDEO SECTION ---- */
._iz3ygjbi {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
}

._7ilhoc {
  position: relative;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}

._7ilhoc:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-hover);
}

._7ilhoc img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.sc-nylg4i {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  transition: var(--transition);
}
/* y81od0 */
.sc-nylg4i:hover {
  background: rgba(0,0,0,0.15);
}

._4xmkpbe {
  width: 56px;
  height: 56px;
  background: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(230,57,86,0.5);
  transition: var(--transition);
}

._4xmkpbe:hover {
  transform: scale(1.1);
}

._4xmkpbe::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

._50lapa {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.8rem;
  background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
  color: #fff;
  font-size: 0.9rem;
}
/* zcvos58e */
/* ---- VIP SECTION ---- */
.earcebzm {
  background: linear-gradient(135deg, #2d0a1e 0%, #1a0e2e 50%, #0d1a2e 100%);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  text-align: center;
  border: 1px solid var(--accent);
  position: relative;
  overflow: hidden;
}

.earcebzm::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(255,194,51,0.08) 0%, transparent 60%);
  animation: vip-glow 6s ease-in-out infinite;
}
/* 21lfoodn1b */
@keyframes vip-glow {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

.earcebzm h2 {
  font-size: 1.6rem;
  color: var(--accent);
  margin-bottom: 0.8rem;
  position: relative;
}

.earcebzm p {
  color: var(--text-main);
  margin-bottom: 1rem;
  position: relative;
}

._g916yo {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
  position: relative;
}

.injr1cz {
  background: rgba(255,194,51,0.08);
  border: 1px solid rgba(255,194,51,0.2);
  border-radius: var(--radius-md);
  padding: 1rem;
}

.injr1cz h4 {
  color: var(--accent);
  margin-bottom: 0.3rem;
}
/* tzrrq62 */
._elbmfgm {
  display: inline-block;
  background: linear-gradient(135deg, var(--accent), #e6a800);
  color: #1a0e2e;
  padding: 0.8rem 2.5rem;
  border-radius: 99px;
  font-weight: 700;
  font-size: 1.1rem;
  transition: var(--transition);
  position: relative;
}

._elbmfgm:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,194,51,0.4);
  color: #1a0e2e;
}
/* 2gpbdc2r5 */
/* ---- REGISTER SECTION ---- */
.wghvxgqbv {
  background: linear-gradient(135deg, #0d1a2e, #1a0e2e);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  border: 1px solid var(--border-color);
}
/* da8dqh4 */
.xg2dbox7qk {
  max-width: 500px;
  margin: 1rem auto 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.xg2dbox7qk input {
  background: rgba(255,255,255,0.06);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  padding: 0.7rem 1rem;
  color: var(--text-main);
  font-size: 0.95rem;
  transition: var(--transition);
}

.xg2dbox7qk input:focus {
  outline: none;
  border-color: var(--primary-light);
  background: rgba(255,255,255,0.1);
}

.st-1fenzk {
  background: var(--secondary);
  color: #fff;
  border: none;
  padding: 0.8rem;
  border-radius: var(--radius-sm);
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
}

.st-1fenzk:hover {
  background: #c42e48;
  transform: translateY(-1px);
}
/* d9uhyvdf */
/* ---- REVIEWS ---- */
.pbqf4lfg5 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.2rem;
}

._yk2biep {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}
/* hv4s */
._yk2biep:hover {
  border-color: var(--primary-light);
}

.syydehn {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 0.8rem;
}

.dgnntm19w {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.tw-ineygw h4 {
  color: #fff;
  font-size: 0.95rem;
}

.tw-ineygw ._7vwk814o {
  font-size: 0.8rem;
  color: var(--text-muted);
}
/* a7qt */
.wuhkd0l {
  color: var(--accent);
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}

._gm7cmw7 {
  font-size: 0.9rem;
  color: var(--text-main);
  line-height: 1.7;
}

.u7wi5f350 {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.6rem;
}

/* ---- COMMENTS ---- */
.el-2jce1y {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

._hzlfya1 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--primary);
}
/* eggdr */
._hzlfya1 .k9gt26m {
  font-weight: 600;
  color: var(--accent);
  margin-bottom: 0.3rem;
}

._hzlfya1 ._c20a1y {
  font-size: 0.92rem;
  color: var(--text-main);
}

._hzlfya1 .uqoe7c6b0k {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-top: 0.4rem;
}

/* ---- FAQ ---- */
.el-lvguzc {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
/* cua0blu */
._p0p6qr {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-color);
  overflow: hidden;
}
/* oyu8p */
.jido2wk3 {
  padding: 1rem 1.2rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: #fff;
  transition: var(--transition);
}

.jido2wk3:hover {
  background: rgba(107,29,94,0.15);
}

.jido2wk3::after {
  content: "+";
  font-size: 1.3rem;
  color: var(--accent);
  transition: var(--transition);
}
/* uow5fw */
._p0p6qr.open .jido2wk3::after {
  content: "−";
}

.tw-x3iczd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

._p0p6qr.open .tw-x3iczd {
  max-height: 500px;
}

.p0y5aemb {
  padding: 0 1.2rem 1rem;
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.8;
}

/* ---- LICENSE / AUTHORITY ---- */
._ymucyfyd {
  background: linear-gradient(135deg, #0d1a2e, #1a1030);
  border-radius: var(--radius-lg);
  padding: 2rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
  border: 1px solid var(--border-color);
}

.st-0mym7m {
  flex: 0 0 auto;
}

.st-0mym7m img {
  width: 140px;
  height: 140px;
  object-fit: contain;
}

.u6kjplt {
  flex: 1;
  min-width: 250px;
}
/* 4wv2b */
.u6kjplt h3 {
  color: var(--accent);
  margin-bottom: 0.6rem;
}

/* ---- PAYMENT ---- */
.ey9koa8 {
  text-align: center;
}

.ey9koa8 img {
  max-width: 500px;
  margin: 1rem auto;
}

/* ---- ABOUT ---- */
.css-tfpnr1 {
  columns: 1;
  column-gap: 2rem;
}

@media (min-width: 768px) {
  .css-tfpnr1 {
    columns: 2;
  }
}

.css-tfpnr1 p {
  margin-bottom: 1rem;
  text-indent: 2em;
}

/* ---- SUPPORT ---- */
._n3mvn7z {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}
/* gybzqank */
.css-t5zdrg {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.2rem;
  text-align: center;
  border: 1px solid var(--border-color);
  transition: var(--transition);
}

.css-t5zdrg:hover {
  border-color: var(--primary-light);
  transform: translateY(-2px);
}

.css-t5zdrg img {
  width: 40px;
  height: 40px;
  margin: 0 auto 0.6rem;
}
/* xids */
.css-t5zdrg h4 {
  color: #fff;
  margin-bottom: 0.3rem;
}

.css-t5zdrg p {
  font-size: 0.85rem;
  color: var(--text-muted);
}

/* ---- FOOTER ---- */
._f6g9z2u {
  background: linear-gradient(to top, #060412, var(--bg-dark));
  border-top: 2px solid var(--border-color);
  margin-top: 3rem;
  padding: 2.5rem 1rem 1.5rem;
}

.bqiic722 {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

._5zqvu6 h4 {
  color: var(--accent);
  margin-bottom: 0.8rem;
  font-size: 1rem;
}

._5zqvu6 a {
  display: block;
  color: var(--text-muted);
  padding: 0.2rem 0;
  font-size: 0.88rem;
}
/* emri7 */
._5zqvu6 a:hover {
  color: var(--accent);
}

.tw-stq0u0 {
  display: flex;
  gap: 0.6rem;
  margin-top: 0.5rem;
}

.tw-stq0u0 img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: var(--transition);
}

.tw-stq0u0 img:hover {
  transform: scale(1.15);
}

.st-cbzrze {
  max-width: 1200px;
  margin: 1.5rem auto 0;
  padding-top: 1rem;
  border-top: 1px solid var(--border-color);
  text-align: center;
  font-size: 0.82rem;
  color: var(--text-muted);
}

.qfso28lq56 {
  margin: 1rem auto;
  max-width: 400px;
}
/* 9m4v */
/* ---- INNER PAGE ---- */
._ufd9x6y {
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 1rem;
}

._ufd9x6y h1 {
  font-size: clamp(1.3rem, 3.5vw, 2rem);
  color: #fff;
  margin-bottom: 1rem;
  border-left: 4px solid var(--accent);
  padding-left: 0.8rem;
}
/* t9htbfxnu */
._ufd9x6y h2 {
  font-size: 1.3rem;
  color: var(--accent);
  margin: 1.5rem 0 0.8rem;
}

._ufd9x6y h3 {
  font-size: 1.1rem;
  color: var(--primary-light);
  margin: 1.2rem 0 0.6rem;
}

._ufd9x6y p {
  margin-bottom: 1rem;
  text-indent: 2em;
  line-height: 1.9;
}

._ufd9x6y figure {
  margin: 1.5rem 0;
  text-align: center;
}
/* kgyoah */
._ufd9x6y figure img {
  border-radius: var(--radius-md);
  margin: 0 auto;
  max-width: 100%;
}

._ufd9x6y figcaption {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

.el-waaq15 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0;
}

.el-waaq15 img {
  border-radius: var(--radius-sm);
  width: 100%;
  aspect-ratio: 5/3;
  object-fit: cover;
}

/* ---- APP DOWNLOAD ---- */
.yfpq99j {
  text-align: center;
  padding: 2rem 1rem;
}

.yfpq99j img {
  max-width: 600px;
  margin: 0 auto 1.5rem;
  border-radius: var(--radius-lg);
}

._6eo9rrl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin: 1.5rem 0;
}

.cpk2575 {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 2rem;
  border-radius: var(--radius-md);
  font-weight: 600;
  font-size: 1rem;
  transition: var(--transition);
}
/* g212he */
.cpk2575:hover {
  transform: translateY(-2px);
}
/* wk44xvkb */
._vtbcvs3f {
  background: var(--success);
  color: #fff;
}

._vtbcvs3f:hover {
  color: #fff;
  box-shadow: 0 4px 16px rgba(46,204,113,0.4);
}

.el-5ltx71 {
  background: #007aff;
  color: #fff;
}

.el-5ltx71:hover {
  color: #fff;
  box-shadow: 0 4px 16px rgba(0,122,255,0.4);
}

.vdxjyqb1qe {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.2rem;
  margin: 2rem 0;
}
/* uvtnzld6ly */
.haffl8ag {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  border: 1px solid var(--border-color);
  text-align: center;
}
/* 34qoy8q2wk */
.haffl8ag h4 {
  color: var(--accent);
  margin-bottom: 0.5rem;
}

/* ---- VIDEO PLAYER ---- */
._4yu2f3 {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 1.5rem auto;
  background: #000;
  border-radius: var(--radius-md);
  overflow: hidden;
  aspect-ratio: 16/9;
}

._4yu2f3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._qje0h7 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1a0e2e, #0d1a2e);
  cursor: pointer;
}

._qje0h7 ._4xmkpbe {
  width: 72px;
  height: 72px;
  margin-bottom: 1rem;
}
/* ofpt5v1f6 */
/* ---- CTA BUTTONS ---- */
._77i11g {
  display: inline-block;
  background: var(--secondary);
  color: #fff;
  padding: 0.7rem 1.8rem;
  border-radius: 99px;
  font-weight: 600;
  transition: var(--transition);
}
/* lno824h */
._77i11g:hover {
  background: #c42e48;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(230,57,86,0.4);
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .el-3rspse {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--bg-dark);
    padding: 0.5rem 0;
    border-top: 1px solid var(--border-color);
  }

  .el-3rspse.show {
    display: flex;
  }

  .tw-aql0z8 {
    display: block;
  }

  .st-eg6onm {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 0.7rem;
  }

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

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

  ._ymucyfyd {
    flex-direction: column;
    text-align: center;
  }

  .bqiic722 {
    grid-template-columns: repeat(2, 1fr);
  }

  ._g916yo {
    grid-template-columns: 1fr;
  }
/* jh1epw */}

@media (max-width: 480px) {
  .st-eg6onm {
    grid-template-columns: repeat(2, 1fr);
  }

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

  ._0csjdy {
    justify-content: center;
  }
}

/* ---- ANIMATIONS ---- */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

._pl9y2uy {
  animation: fadeInUp 0.6s ease forwards;
}

/* ---- UTILITY ---- */
._n6ub6gw { text-align: center; }
._4xv4nux { margin-top: 0.5rem; }
._ss18q4ou { margin-top: 1rem; }
.gpv148h6m { margin-top: 1.5rem; }
/* bvdjo */.qmzw416gz3 { margin-bottom: 0.5rem; }
._oufm4pa { margin-bottom: 1rem; }
._huo89qc { margin-bottom: 1.5rem; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}

/* ph83tpcrmxybhcso */
