:root { --ink: #12232d; --muted: #61717a; --paper: #f7fbfa; --line: #dbe8e4; --mint: #33b78a; --deep: #0c655d; --coral: #f26f5b; --gold: #f6bd4a; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Microsoft YaHei", "PingFang SC", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.wrap { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.site-header { margin-top: 20px; padding: 13px 0; position: sticky; top: 0; z-index: 20; background: rgba(247, 251, 250, .92); backdrop-filter: blur(15px); border-bottom: 1px solid transparent; }
.nav-wrap { display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-weight: 800; white-space: nowrap; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; color: #fff; background: var(--deep); border-radius: 13px 13px 13px 3px; font-size: 18px; letter-spacing: -1px; }
.brand-name { font-size: 20px; letter-spacing: 1px; }
.main-nav { flex: 1; }
.main-nav ul { display: flex; justify-content: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.main-nav a { display: inline-flex; align-items: center; gap: 5px; padding: 8px 9px; border-radius: 10px; color: #41565e; font-size: 14px; font-weight: 700; }
.main-nav a:hover, .main-nav a.active { background: #dff6ee; color: var(--deep); }
.nav-icon { font-size: 16px; line-height: 1; }
.header-search { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--deep); }
.header-search span { font-size: 27px; line-height: 1; }
.menu-toggle { display: none; border: 0; background: transparent; }
.hero { margin: 44px auto 70px; overflow: hidden; border-radius: 28px; background: linear-gradient(128deg, #0a5550, #167b6c 56%, #4ac7a2); color: #fff; }
.hero-inner { min-height: 385px; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 35px; padding: 55px 65px; }
.hero .kicker, .eyebrow { color: #9ff1d8; font-size: 13px; letter-spacing: 1.5px; font-weight: 800; }
.hero h1 { margin: 9px 0 14px; font-size: clamp(42px, 6vw, 68px); line-height: 1; letter-spacing: -3px; }
.hero p { max-width: 570px; margin: 0; color: #d9fff5; font-size: 17px; }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 19px; border: 1px solid transparent; border-radius: 13px; font-weight: 800; }
.button-primary { color: var(--deep); background: #fff; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.hero-art { position: relative; min-height: 260px; }
.hero-art img { position: absolute; width: 180px; height: 245px; border: 6px solid rgba(255,255,255,.3); box-shadow: 0 18px 38px rgba(0,0,0,.22); border-radius: 20px; }
.hero-art img:first-child { top: 5px; left: 18px; transform: rotate(-10deg); }
.hero-art img:last-child { right: 15px; bottom: 0; transform: rotate(11deg); }
.section { margin: 0 auto 86px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.section-heading h2 { margin: 0; font-size: 30px; letter-spacing: -1px; }
.section-heading p { max-width: 530px; margin: 0; color: var(--muted); }
.text-link { color: var(--deep); font-weight: 800; white-space: nowrap; }
.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.category { padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s, box-shadow .2s; }
.category:hover { transform: translateY(-4px); box-shadow: 0 15px 30px rgba(18, 81, 72, .1); }
.category-icon { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 13px; border-radius: 14px; background: #e1f7ef; color: var(--deep); font-size: 23px; }
.category h3 { margin: 0 0 5px; font-size: 18px; }
.category p { margin: 0; color: var(--muted); font-size: 13px; }
.comic-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.comic-card { overflow: hidden; border-radius: 17px; background: #fff; border: 1px solid var(--line); }
.cover { position: relative; display: block; aspect-ratio: 3 / 4; overflow: hidden; background: #dbe8e4; }
.cover img { transition: transform .35s; }
.comic-card:hover img { transform: scale(1.05); }
.chapter { position: absolute; right: 9px; bottom: 9px; padding: 3px 9px; color: #fff; background: rgba(12,35,45,.75); border-radius: 8px; font-size: 12px; font-weight: 700; }
.card-copy { padding: 13px 14px 16px; }
.card-copy .eyebrow { color: var(--coral); font-size: 11px; letter-spacing: .5px; }
.card-copy h3 { margin: 3px 0 5px; font-size: 16px; }
.card-copy p { overflow: hidden; margin: 0; color: var(--muted); font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.ranking-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.rank-item { display: grid; grid-template-columns: 38px 72px 1fr; align-items: center; gap: 13px; padding: 13px; background: #fff; border-radius: 16px; border: 1px solid var(--line); }
.rank-no { color: var(--coral); font-size: 22px; font-weight: 900; font-style: italic; }
.rank-item img { aspect-ratio: 1; border-radius: 11px; }
.rank-item h3, .rank-item p { margin: 0; }
.rank-item h3 { font-size: 15px; }.rank-item p { color: var(--muted); font-size: 12px; }
.feature-band { display: grid; grid-template-columns: 1fr 1.05fr; overflow: hidden; border-radius: 24px; background: #fff1dc; }
.feature-band img { min-height: 310px; }.feature-copy { padding: 48px; }.feature-copy h2 { margin: 9px 0; font-size: 34px; }.feature-copy p { color: #76634a; }
.schedule { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }.day { padding: 18px 12px; min-height: 145px; border-radius: 16px; background: #fff; border: 1px solid var(--line); }.day strong, .day span { display: block; }.day span { margin-top: 13px; color: var(--deep); font-size: 13px; font-weight: 700; }
.quote-panel { display: grid; grid-template-columns: .75fr 1.25fr; gap: 35px; align-items: center; padding: 40px; border-radius: 25px; background: #153d48; color: #fff; }.quote-panel h2 { margin: 0; font-size: 30px; }.quote-panel blockquote { margin: 0; color: #d5f5eb; font-size: 19px; }.quote-panel cite { display: block; margin-top: 12px; color: #8ce3c7; font-style: normal; font-size: 14px; }
.about-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; padding: 45px; border: 1px solid var(--line); border-radius: 25px; background: #fff; }.about-panel h2 { margin-top: 0; }.about-panel p { color: var(--muted); }.check-list { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 0; list-style: none; }.check-list li { padding: 13px; background: #effaf6; border-radius: 12px; color: var(--deep); font-weight: 700; font-size: 14px; }
.app-panel { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 35px; padding: 42px 52px; border-radius: 25px; background: linear-gradient(120deg, #e1f7ee, #fff); }.app-panel h2 { margin: 0 0 8px; font-size: 31px; }.app-panel p { color: var(--muted); }.qr { display: grid; width: 154px; height: 154px; place-items: center; justify-self: end; border: 10px solid #fff; border-radius: 18px; background: repeating-conic-gradient(var(--deep) 0 25%, #fff 0 50%) 50% / 28px 28px; box-shadow: 0 12px 24px rgba(16,83,72,.13); }.qr span { padding: 5px 8px; border-radius: 7px; background: #fff; color: var(--deep); font-weight: 900; }
.site-footer { padding-top: 48px; background: #102c35; color: #d5e9e6; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; padding-bottom: 42px; }.brand-footer { color: #fff; }.footer-grid p { color: #a9c3bf; }.footer-grid h3 { margin-top: 0; color: #fff; font-size: 15px; }.footer-grid a:not(.brand) { display: block; margin: 8px 0; color: #b9d4d0; font-size: 14px; }.copyright { display: flex; justify-content: space-between; width: min(1200px, calc(100% - 40px)); margin: 0 auto; padding: 18px 0; border-top: 1px solid #35515a; color: #9bb6b2; font-size: 13px; }
.breadcrumb { margin: 32px auto 22px; color: var(--muted); font-size: 14px; }.breadcrumb a { color: var(--deep); }.page-hero { padding: 42px 0 33px; }.page-hero h1 { margin: 0 0 8px; font-size: 38px; }.page-hero p { max-width: 720px; margin: 0; color: var(--muted); }.stat-row { display: flex; gap: 1px; overflow: hidden; margin-top: 28px; border-radius: 16px; background: var(--line); }.stat-item { flex: 1; padding: 15px 20px; background: #fff; }.stat-item strong, .stat-item span { display: block; }.stat-item strong { color: var(--deep); font-size: 20px; }.stat-item span { color: var(--muted); font-size: 12px; }
.article-layout { width: min(830px, calc(100% - 40px)); margin: 0 auto 80px; }.article-head { text-align: center; padding: 25px 0 38px; }.article-head .eyebrow { color: var(--coral); }.article-head h1 { margin: 8px 0; font-size: clamp(30px, 5vw, 46px); }.article-meta { color: var(--muted); font-size: 14px; }.reader-note { padding: 15px 18px; margin-bottom: 25px; border-left: 4px solid var(--mint); border-radius: 0 12px 12px 0; background: #e8f8f2; color: #326057; font-size: 14px; }.page-strip { display: grid; gap: 18px; }.comic-page { overflow: hidden; border-radius: 16px; background: #fff; }.comic-page img { height: auto; max-height: 920px; object-fit: cover; aspect-ratio: 3 / 4; }.chapter-end { margin: 25px 0; padding: 25px; text-align: center; border-radius: 16px; background: #fff1dc; color: #795b2c; }.chapter-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.chapter-nav a { padding: 14px; border: 1px solid var(--line); border-radius: 13px; background: #fff; text-align: center; font-weight: 700; }.chapter-nav a:last-child { color: #fff; background: var(--deep); }
@media (max-width: 900px) { .main-nav { overflow-x: auto; }.main-nav ul { justify-content: flex-start; width: max-content; }.main-nav a { padding: 7px; }.hero-inner, .feature-band, .about-panel, .app-panel, .quote-panel { grid-template-columns: 1fr; }.hero-art { display: none; }.comic-grid { grid-template-columns: repeat(3, 1fr); }.category-grid { grid-template-columns: repeat(2, 1fr); }.ranking-list { grid-template-columns: 1fr 1fr; }.schedule { grid-template-columns: repeat(4, 1fr); }.qr { justify-self: start; }.footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .wrap { width: min(100% - 28px, 1200px); }.site-header { margin-top: 0; }.nav-wrap { gap: 10px; }.brand-name, .header-search em { display: none; }.main-nav a { font-size: 12px; }.nav-icon { display: none; }.hero { margin: 24px auto 52px; border-radius: 20px; }.hero-inner { min-height: 330px; padding: 36px 27px; }.hero p { font-size: 15px; }.section { margin-bottom: 60px; }.section-heading { align-items: start; flex-direction: column; gap: 7px; }.section-heading h2 { font-size: 25px; }.category-grid, .comic-grid, .ranking-list { grid-template-columns: repeat(2, 1fr); gap: 12px; }.category { padding: 16px; }.card-copy { padding: 11px; }.schedule { grid-template-columns: repeat(2, 1fr); }.day { min-height: 105px; }.feature-copy, .about-panel, .quote-panel, .app-panel { padding: 28px; }.feature-copy h2 { font-size: 28px; }.check-list { grid-template-columns: 1fr; }.footer-grid { grid-template-columns: 1fr; }.copyright { display: block; }.copyright span { display: block; margin: 4px 0; }.stat-row { flex-direction: column; }.article-layout { width: min(100% - 28px, 830px); }.article-head { padding-top: 5px; }.chapter-nav { grid-template-columns: 1fr; } }
