@charset "UTF-8";
:root { --ink: #24222d; --muted: #6f6a78; --cream: #fffaf7; --pink: #e55c83; --pink-dark: #bd3e65; --lilac: #f4eaf0; --line: #eadfe4; --shadow: 0 16px 36px rgba(84, 43, 61, .10); }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; line-height: 1.72; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(234, 223, 228, .88); background: rgba(255, 250, 247, .94); backdrop-filter: blur(15px); }
.header-inner, .site-main, .footer-inner { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: .04em; }
.logo-mark, .qr-logo { display: inline-grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--pink); border-radius: 12px 12px 12px 3px; font-size: 20px; }
.logo-word { font-size: 18px; }
.site-nav { display: flex; align-items: center; gap: 5px; }
.site-nav a { display: inline-flex; align-items: center; gap: 6px; padding: 9px 10px; border-radius: 10px; color: #554e59; font-size: 14px; white-space: nowrap; }
.site-nav a:hover { color: var(--pink-dark); background: var(--lilac); }
.nav-icon { color: var(--pink); font-size: 10px; }
.menu-toggle { display: none; border: 0; color: var(--ink); background: transparent; font-size: 24px; }
.site-main { padding: 40px 0 72px; }
.hero-carousel { position: relative; overflow: hidden; min-height: 490px; border-radius: 28px; box-shadow: var(--shadow); }
.hero-track { display: flex; width: 300%; transition: transform .55s ease; }
.hero-slide { position: relative; flex: 0 0 33.333%; min-height: 490px; overflow: hidden; }
.hero-image { width: 100%; height: 490px; object-fit: cover; filter: brightness(.62); }
.hero-copy { position: absolute; left: clamp(24px, 7vw, 84px); bottom: 64px; width: min(570px, calc(100% - 48px)); color: #fff; }
.hero-brand { margin: 0 0 14px; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }.hero-copy h2 { margin: 8px 0 12px; font-size: clamp(30px, 4.3vw, 57px); line-height: 1.14; }
.hero-copy p { max-width: 530px; margin: 0 0 25px; color: rgba(255,255,255,.9); }
.eyebrow, .card-kicker { margin: 0; color: var(--pink-dark); font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero-copy .eyebrow { color: #ffd3df; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border: 1px solid var(--pink); border-radius: 999px; color: #fff; background: var(--pink); font-weight: 700; transition: .2s; }
.button:hover { background: var(--pink-dark); transform: translateY(-2px); }
.carousel-controls { position: absolute; right: 22px; bottom: 22px; display: flex; gap: 8px; }
.carousel-button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: rgba(40,20,31,.25); font-size: 25px; cursor: pointer; }
.content-section { margin-top: 76px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { line-height: 1.28; }
.section-heading h2, .feature-copy h2, .about-copy h2, .app-copy h2 { margin: 4px 0 0; font-size: clamp(28px, 3vw, 40px); }
.card-grid { display: grid; gap: 22px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.content-card, .story-card { height: 100%; }
.story-card { display: block; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(60, 35, 45, .05); transition: .2s; }
.story-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.cover-image { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.card-body { min-height: 170px; padding: 18px; }
.card-body h3 { margin: 8px 0; font-size: 20px; }
.card-body p:not(.card-kicker) { margin: 0; color: var(--muted); font-size: 14px; }
.soft-section { padding: 42px; border-radius: 24px; background: #f8eff3; }
.channel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.channel-card { min-height: 210px; padding: 22px; border-radius: 18px; color: #fff; background: linear-gradient(135deg, #514454, #9b6079); }
.channel-card:nth-child(2n) { background: linear-gradient(135deg, #8e536b, #d88099); }
.channel-card:nth-child(3n) { background: linear-gradient(135deg, #5c586e, #a17a94); }
.channel-card h3 { margin: 24px 0 6px; font-size: 23px; }.channel-card p { margin: 0; color: rgba(255,255,255,.82); }.channel-no { font-weight: 800; opacity: .7; }.channel-link { display: block; margin-top: 19px; font-size: 14px; font-weight: 700; }
.feature-split, .about-section { display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: var(--shadow); }
.feature-copy, .about-copy { padding: clamp(28px, 5vw, 66px); }.feature-copy p, .about-copy p { color: var(--muted); }.feature-image, .about-image { width: 100%; height: 100%; min-height: 340px; object-fit: cover; }
.schedule-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.schedule-item { min-height: 145px; padding: 22px; border-top: 3px solid var(--pink); background: #fff; box-shadow: 0 6px 18px rgba(60,35,45,.05); }.schedule-item time { color: var(--pink-dark); font-weight: 800; }.schedule-item h3 { margin: 10px 0 0; font-size: 18px; }
.scene-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }.scene-card { overflow: hidden; border-radius: 17px; background: #fff; }.scene-card .cover-image { aspect-ratio: 1 / 1; }.scene-card h3 { margin: 0; padding: 15px; font-size: 17px; }
.guide-section { padding: 42px; border-radius: 24px; background: #302833; color: #fff; }.guide-section .eyebrow { color: #ff9eba; }.guide-section h2 { margin: 5px 0 26px; }.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }.guide-step { border-top: 1px solid rgba(255,255,255,.27); }.guide-number { color: #ff9eba; font-weight: 800; }.guide-step p:not(.guide-number) { color: rgba(255,255,255,.74); }
.stats-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border-radius: 20px; background: var(--line); }.stat { min-height: 145px; display: grid; place-content: center; gap: 4px; text-align: center; background: #fff; }.stat strong { color: var(--pink-dark); font-size: 44px; line-height: 1; }.stat span { color: var(--muted); }
.app-panel { display: flex; align-items: center; justify-content: space-between; gap: 35px; margin-top: 76px; padding: 44px; border-radius: 24px; color: #fff; background: linear-gradient(120deg, #be456a, #6d3d58); }.app-copy p:not(.eyebrow) { color: rgba(255,255,255,.8); }.app-copy .eyebrow { color: #ffd0db; }.button-light { margin-top: 8px; color: var(--pink-dark); border-color: #fff; background: #fff; }.qr-card { flex: 0 0 170px; min-height: 170px; display: grid; place-content: center; gap: 8px; border-radius: 16px; color: var(--ink); text-align: center; background: #fff; }.qr-logo { margin: auto; width: 50px; height: 50px; font-size: 27px; }.qr-card p { white-space: pre-line; margin: 0; font-size: 13px; font-weight: 700; }
.site-footer { padding: 30px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }.footer-inner { display: flex; justify-content: space-between; gap: 20px; }.footer-inner p { margin: 0; }
.inner-main { max-width: 1000px; }.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }.breadcrumb a { color: var(--pink-dark); }.page-intro { padding: 38px; border-radius: 22px; color: #fff; background: linear-gradient(135deg, #5d4356, #bf6784); }.page-intro .eyebrow { color: #ffd5e0; }.page-intro h1 { margin: 8px 0; font-size: 42px; }.page-intro p { margin: 0; color: rgba(255,255,255,.86); }.listing-grid { grid-template-columns: repeat(2, 1fr); margin-top: 30px; }.seo-copy { margin-top: 42px; padding: 32px; border-left: 4px solid var(--pink); background: #f8eff3; }.seo-copy h2 { margin-top: 0; }.seo-copy p { margin-bottom: 0; color: var(--muted); }
.reading-article { overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: #fff; }.reading-article > .eyebrow, .reading-article > h1, .article-meta, .article-chapter, .article-end { margin-left: auto; margin-right: auto; width: min(740px, calc(100% - 44px)); }.reading-article > .eyebrow { margin-top: 48px; }.reading-article > h1 { margin-top: 10px; margin-bottom: 15px; font-size: clamp(30px, 4vw, 46px); }.article-meta { display: flex; flex-wrap: wrap; gap: 13px; margin-bottom: 28px; color: var(--muted); font-size: 14px; }.article-hero { width: 100%; height: min(52vw, 510px); object-fit: cover; }.article-chapter { padding-top: 38px; }.article-chapter h2 { font-size: 25px; }.article-chapter p { color: #4f4a55; }.article-image { width: 100%; aspect-ratio: 16 / 9; margin-top: 20px; border-radius: 14px; object-fit: cover; }.article-end { margin-top: 46px; margin-bottom: 52px; padding: 26px; border-radius: 15px; text-align: center; background: var(--lilac); }.article-end p { margin-top: 0; }
@media (max-width: 820px) { .header-inner, .site-main, .footer-inner { width: min(100% - 28px, 1180px); }.menu-toggle { display: block; }.site-nav { display: none; position: absolute; top: 76px; left: 14px; right: 14px; padding: 12px; flex-direction: column; align-items: stretch; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 11px; }.site-main { padding-top: 25px; }.hero-carousel, .hero-slide, .hero-image { min-height: 430px; height: 430px; }.hero-copy { bottom: 55px; }.content-section, .app-panel { margin-top: 50px; }.card-grid.three, .channel-grid, .schedule-grid, .guide-grid, .scene-grid { grid-template-columns: repeat(2, 1fr); }.feature-split, .about-section { grid-template-columns: 1fr; }.feature-copy { order: 2; }.feature-image, .about-image { min-height: 260px; }.soft-section, .guide-section { padding: 25px; }.app-panel { padding: 29px; }.listing-grid { grid-template-columns: 1fr; }.page-intro { padding: 27px; }.page-intro h1 { font-size: 34px; } }
@media (max-width: 520px) { .logo-word { font-size: 16px; }.hero-carousel, .hero-slide, .hero-image { min-height: 400px; height: 400px; border-radius: 18px; }.hero-copy h2 { font-size: 32px; }.card-grid.three, .channel-grid, .schedule-grid, .guide-grid, .scene-grid, .stats-panel { grid-template-columns: 1fr; }.section-heading { display: block; }.channel-card { min-height: 185px; }.app-panel { align-items: stretch; flex-direction: column; }.qr-card { flex-basis: auto; }.footer-inner { flex-direction: column; }.reading-article > .eyebrow { margin-top: 32px; }.reading-article > .eyebrow, .reading-article > h1, .article-meta, .article-chapter, .article-end { width: min(100% - 32px, 740px); }.article-chapter { padding-top: 29px; } }
