@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700;900&family=ZCOOL+XiaoWei&display=swap');

:root {
  --mz-ink: #07161a;
  --mz-deep: #0d2a31;
  --mz-panel: #123840;
  --mz-mist: #e8f4f1;
  --mz-paper: #f4fbf8;
  --mz-coral: #ff6a45;
  --mz-coral-deep: #e84d28;
  --mz-mint: #5fd4b8;
  --mz-gold: #f0c75e;
  --mz-text: #1a2e33;
  --mz-muted: #5a7379;
  --mz-line: rgba(18, 56, 64, 0.12);
  --mz-glass: rgba(255, 255, 255, 0.14);
  --mz-shadow: 0 18px 48px rgba(7, 22, 26, 0.18);
  --mz-radius: 22px;
  --mz-nav-h: 64px;
  --mz-font: 'Noto Sans SC', sans-serif;
  --mz-display: 'ZCOOL XiaoWei', 'Noto Sans SC', serif;
  --mz-max: 1120px;
  --mz-dy: '../%E5%AD%B5%E5%8C%96%E9%A1%B9%E7%9B%AEDY.html';
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  font-family: var(--mz-font);
  color: var(--mz-text);
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(95, 212, 184, 0.22), transparent 55%),
    radial-gradient(ellipse 70% 45% at 100% 0%, rgba(255, 106, 69, 0.16), transparent 50%),
    linear-gradient(180deg, #f7fcfa 0%, #eef6f3 45%, #f4fbf8 100%);
  line-height: 1.75;
  min-height: 100vh;
  overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--mz-coral-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--mz-ink); }
ul { list-style: none; }

.mz-skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: #fff;
  padding: 8px 12px;
  z-index: 9999;
}
.mz-skip:focus { left: 8px; }

/* Promo strip */
.mz-promo {
  background: linear-gradient(90deg, #0d2a31, #164852 50%, #0d2a31);
  padding: 10px 12px 6px;
  border-bottom: 1px solid rgba(95, 212, 184, 0.25);
}
.mz-promo-inner {
  max-width: var(--mz-max);
  margin: 0 auto;
}
.mz-promo-label {
  color: var(--mz-mint);
  font-size: 12px;
  letter-spacing: .12em;
  margin-bottom: 6px;
  text-align: center;
}
.mz-ads {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 6px;
  background: transparent;
}
.mz-ads > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
}
.mz-ads a { display: inline-block; border-radius: 15px; }
.mz-ads img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
  transition: transform .18s ease, box-shadow .18s ease;
  background: #fff;
}
.mz-ads img:hover {
  transform: translateY(-4px) scale(1.04);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}
.mz-ads .mz-cap {
  height: 15px;
  font-size: 11px;
  color: rgba(232, 244, 241, 0.75);
  text-align: center;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 4px;
}

/* Top nav */
.mz-topbar {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(16px);
  background: rgba(244, 251, 248, 0.86);
  border-bottom: 1px solid var(--mz-line);
  height: var(--mz-nav-h);
}
.mz-topbar-inner {
  max-width: var(--mz-max);
  margin: 0 auto;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.mz-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--mz-ink);
  font-family: var(--mz-display);
  font-size: 1.35rem;
  letter-spacing: .04em;
}
.mz-brand img {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  object-fit: cover;
  box-shadow: 0 4px 14px rgba(255, 106, 69, 0.35);
}
.mz-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.mz-nav a {
  color: var(--mz-muted);
  font-size: 13px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 500;
}
.mz-nav a:hover,
.mz-nav a.mz-on {
  color: var(--mz-ink);
  background: rgba(95, 212, 184, 0.22);
}
.mz-menu-btn {
  display: none;
  border: none;
  background: var(--mz-deep);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  cursor: pointer;
  font-size: 18px;
}

/* Sticky download dock */
.mz-dock {
  position: sticky;
  top: var(--mz-nav-h);
  z-index: 90;
  display: none;
  background: rgba(13, 42, 49, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(95, 212, 184, 0.2);
  padding: 8px 10px;
}
.mz-dock.mz-show { display: block; }
.mz-dock-grid {
  max-width: var(--mz-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  justify-items: center;
}
.mz-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: rgba(232, 244, 241, 0.85);
  font-size: 10px;
  width: 100%;
  max-width: 72px;
}
.mz-dock img {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
@media (min-width: 900px) {
  .mz-dock-grid { grid-template-columns: repeat(8, 1fr); }
  .mz-dock img { width: 52px; height: 52px; }
}

/* Layout shells */
.mz-wrap {
  max-width: var(--mz-max);
  margin: 0 auto;
  padding: 0 16px;
}
.mz-section {
  padding: 48px 0;
  position: relative;
}
.mz-section + .mz-section { border-top: 1px dashed var(--mz-line); }

.mz-eyebrow {
  display: inline-block;
  font-size: 12px;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--mz-coral);
  margin-bottom: 10px;
  font-weight: 700;
}
.mz-h1 {
  font-family: var(--mz-display);
  font-size: clamp(1.85rem, 5vw, 2.75rem);
  line-height: 1.25;
  color: var(--mz-ink);
  margin-bottom: 14px;
  font-weight: 400;
}
.mz-h2 {
  font-family: var(--mz-display);
  font-size: clamp(1.45rem, 3.5vw, 2rem);
  line-height: 1.35;
  color: var(--mz-ink);
  margin-bottom: 12px;
  font-weight: 400;
}
.mz-h3 {
  font-size: 1.12rem;
  color: var(--mz-deep);
  margin: 18px 0 8px;
  font-weight: 700;
}
.mz-lead {
  font-size: 1.05rem;
  color: var(--mz-muted);
  max-width: 46rem;
}
.mz-prose p {
  margin-bottom: 1em;
  color: var(--mz-text);
  font-size: 15.5px;
}
.mz-prose p:last-child { margin-bottom: 0; }

/* Hero — full-bleed atmosphere, brand first */
.mz-hero {
  position: relative;
  min-height: min(92vh, 760px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background:
    linear-gradient(160deg, rgba(7, 22, 26, 0.35) 0%, rgba(7, 22, 26, 0.72) 55%, rgba(7, 22, 26, 0.88) 100%),
    url('feature-comic-serial.jpg') center/cover no-repeat;
  color: var(--mz-mist);
  isolation: isolate;
}
.mz-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 106, 69, 0.35), transparent 40%),
    radial-gradient(circle at 15% 70%, rgba(95, 212, 184, 0.28), transparent 35%);
  z-index: 0;
  animation: mzPulse 8s ease-in-out infinite alternate;
}
.mz-hero::after {
  content: '';
  position: absolute;
  left: -10%;
  bottom: -20%;
  width: 60%;
  height: 55%;
  background: linear-gradient(45deg, transparent 40%, rgba(95, 212, 184, 0.12) 100%);
  transform: rotate(-8deg);
  z-index: 0;
}
@keyframes mzPulse {
  from { opacity: .75; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}
.mz-hero-body {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--mz-max);
  margin: 0 auto;
  padding: 72px 16px 56px;
}
.mz-hero .mz-brand-mark {
  font-family: var(--mz-display);
  font-size: clamp(2.4rem, 8vw, 4rem);
  letter-spacing: .06em;
  line-height: 1.1;
  margin-bottom: 12px;
  background: linear-gradient(120deg, #fff 20%, var(--mz-mint) 55%, var(--mz-gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: mzFadeUp .8s ease both;
}
.mz-hero .mz-h1 {
  color: #fff;
  font-size: clamp(1.25rem, 3.2vw, 1.65rem);
  font-family: var(--mz-font);
  font-weight: 500;
  max-width: 28em;
  animation: mzFadeUp .9s .12s ease both;
}
.mz-hero .mz-lead {
  color: rgba(232, 244, 241, 0.88);
  margin-top: 10px;
  animation: mzFadeUp 1s .22s ease both;
}
@keyframes mzFadeUp {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Breadcrumb */
.mz-crumb {
  padding: 14px 0 0;
  font-size: 13px;
  color: var(--mz-muted);
}
.mz-crumb a { color: var(--mz-deep); }
.mz-crumb span { margin: 0 6px; opacity: .5; }

/* Feature mosaic */
.mz-mosaic {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 720px) {
  .mz-mosaic { grid-template-columns: 1.2fr 1fr; }
  .mz-mosaic .mz-tile:first-child { grid-row: span 2; }
}
.mz-tile {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--mz-line);
  border-radius: var(--mz-radius);
  overflow: hidden;
  box-shadow: var(--mz-shadow);
  transition: transform .25s ease, box-shadow .25s ease;
}
.mz-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(7, 22, 26, 0.22);
}
.mz-tile img {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  object-position: top;
}
.mz-tile-body { padding: 16px 18px 20px; }
.mz-tile-body h3 { margin-top: 0; }

/* Split rows */
.mz-split {
  display: grid;
  gap: 28px;
  align-items: center;
}
@media (min-width: 800px) {
  .mz-split { grid-template-columns: 1fr 1fr; gap: 40px; }
  .mz-split.mz-flip > :first-child { order: 2; }
}
.mz-shot {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--mz-shadow);
  background: var(--mz-deep);
}
.mz-shot img {
  width: 100%;
  aspect-ratio: 9/16;
  max-height: 520px;
  object-fit: cover;
  object-position: top;
}
.mz-shot::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, transparent 65%, rgba(7, 22, 26, 0.35));
  border-radius: inherit;
}

/* Glass cards */
.mz-cards {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr;
}
@media (min-width: 640px) {
  .mz-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 960px) {
  .mz-cards { grid-template-columns: repeat(3, 1fr); }
}
.mz-card {
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.88), rgba(232, 244, 241, 0.7));
  border: 1px solid var(--mz-line);
  border-radius: 18px;
  padding: 20px 18px;
  backdrop-filter: blur(10px);
  transition: border-color .2s ease, transform .2s ease;
}
.mz-card:hover {
  border-color: rgba(255, 106, 69, 0.45);
  transform: translateY(-3px);
}
.mz-card h3 {
  margin-top: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mz-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--mz-coral), var(--mz-gold));
  flex-shrink: 0;
}

/* Ribbon band */
.mz-ribbon {
  background:
    linear-gradient(120deg, rgba(13, 42, 49, 0.96), rgba(18, 56, 64, 0.92)),
    url('feature-anime-home.jpg') center/cover;
  color: var(--mz-mist);
  border-radius: 28px;
  padding: 36px 22px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--mz-shadow);
}
.mz-ribbon::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(7, 22, 26, 0.88) 0%, rgba(7, 22, 26, 0.55) 55%, rgba(255, 106, 69, 0.28) 100%);
}
.mz-ribbon > * { position: relative; z-index: 1; }
.mz-ribbon .mz-h2,
.mz-ribbon .mz-h3 { color: #fff; }
.mz-ribbon p { color: rgba(232, 244, 241, 0.9); }

/* Timeline */
.mz-timeline { position: relative; padding-left: 22px; }
.mz-timeline::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background: linear-gradient(180deg, var(--mz-coral), var(--mz-mint));
  border-radius: 2px;
}
.mz-step {
  position: relative;
  padding: 0 0 22px 16px;
}
.mz-step::before {
  content: '';
  position: absolute;
  left: -22px;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--mz-paper);
  border: 3px solid var(--mz-coral);
  box-shadow: 0 0 0 4px rgba(255, 106, 69, 0.18);
}

/* FAQ / accordion look */
.mz-faq details {
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid var(--mz-line);
  border-radius: 14px;
  padding: 14px 16px;
  margin-bottom: 10px;
}
.mz-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: var(--mz-deep);
  list-style: none;
}
.mz-faq summary::-webkit-details-marker { display: none; }
.mz-faq details[open] summary { color: var(--mz-coral-deep); margin-bottom: 8px; }

/* Legal pages */
.mz-legal {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--mz-line);
  border-radius: 24px;
  padding: 28px 20px 36px;
  box-shadow: var(--mz-shadow);
  margin: 20px 0 48px;
}
.mz-legal h2 { margin-top: 28px; }
.mz-legal h2:first-of-type { margin-top: 8px; }
.mz-legal ul {
  margin: 8px 0 16px 1.1em;
  list-style: disc;
  color: var(--mz-text);
}
.mz-legal li { margin-bottom: 6px; }

/* Error pages */
.mz-error {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 16px;
}
.mz-error-box {
  max-width: 520px;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 28px;
  padding: 40px 24px;
  border: 1px solid var(--mz-line);
  box-shadow: var(--mz-shadow);
}
.mz-error-code {
  font-family: var(--mz-display);
  font-size: 4.5rem;
  line-height: 1;
  background: linear-gradient(120deg, var(--mz-coral), var(--mz-mint));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}

/* CTA text links (not download in hero/nav) */
.mz-linkrow {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.mz-textlink {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--mz-deep);
  font-weight: 700;
  font-size: 14px;
  padding: 8px 4px;
  border-bottom: 2px solid var(--mz-mint);
}
.mz-btn-dy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--mz-coral), var(--mz-coral-deep));
  color: #fff !important;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 22px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(232, 77, 40, 0.35);
  border: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.mz-btn-dy:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(232, 77, 40, 0.45);
  color: #fff !important;
}
.mz-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 12px 18px;
  border-radius: 14px;
  border: 1px solid rgba(18, 56, 64, 0.2);
  color: var(--mz-deep);
  font-weight: 600;
  background: rgba(255, 255, 255, 0.55);
}

/* Gallery strip */
.mz-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 800px) {
  .mz-gallery { grid-template-columns: repeat(4, 1fr); }
}
.mz-gallery figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  background: var(--mz-deep);
  box-shadow: var(--mz-shadow);
}
.mz-gallery img {
  width: 100%;
  aspect-ratio: 3/5;
  object-fit: cover;
  object-position: top;
  transition: transform .45s ease;
}
.mz-gallery figure:hover img { transform: scale(1.05); }
.mz-gallery figcaption {
  font-size: 12px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--mz-muted);
}

/* Footer */
.mz-footer {
  background: var(--mz-ink);
  color: rgba(232, 244, 241, 0.78);
  padding: 40px 16px 28px;
  margin-top: 24px;
}
.mz-footer-inner {
  max-width: var(--mz-max);
  margin: 0 auto;
  display: grid;
  gap: 24px;
}
@media (min-width: 720px) {
  .mz-footer-inner { grid-template-columns: 1.4fr 1fr 1fr; }
}
.mz-footer h3 {
  color: #fff;
  font-family: var(--mz-display);
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.mz-footer a {
  color: rgba(232, 244, 241, 0.78);
  display: block;
  padding: 4px 0;
  font-size: 14px;
}
.mz-footer a:hover { color: var(--mz-mint); }
.mz-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 28px;
  padding-top: 16px;
  text-align: center;
  font-size: 12px;
  color: rgba(232, 244, 241, 0.5);
}

/* Mobile nav */
@media (max-width: 760px) {
  .mz-menu-btn { display: grid; place-items: center; }
  .mz-nav {
    display: none;
    position: absolute;
    right: 12px;
    top: calc(var(--mz-nav-h) + 6px);
    background: rgba(244, 251, 248, 0.98);
    border: 1px solid var(--mz-line);
    border-radius: 16px;
    padding: 10px;
    flex-direction: column;
    align-items: stretch;
    min-width: 160px;
    box-shadow: var(--mz-shadow);
  }
  .mz-nav.mz-open { display: flex; }
  .mz-topbar { position: sticky; }
  .mz-topbar-inner { position: relative; }
}

/* Misc */
.mz-taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0;
}
.mz-tag {
  font-size: 12px;
  padding: 5px 12px;
  border-radius: 8px;
  background: rgba(95, 212, 184, 0.18);
  color: var(--mz-deep);
  border: 1px solid rgba(95, 212, 184, 0.35);
}
.mz-note {
  font-size: 13px;
  color: var(--mz-muted);
  border-left: 3px solid var(--mz-mint);
  padding-left: 12px;
  margin: 16px 0;
}
.mz-pair {
  display: grid;
  gap: 14px;
}
@media (min-width: 700px) {
  .mz-pair { grid-template-columns: 1fr 1fr; }
}
.mz-softbox {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
  padding: 18px;
  border: 1px solid var(--mz-line);
}
.mz-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
}
.mz-reveal.mz-in {
  opacity: 1;
  transform: none;
}
