* { box-sizing: border-box; }
:root { --ink: #21213a; --muted: #6c6c84; --pink: #f25b82; --lavender: #f0ecff; --cream: #fffaf3; --line: #e9e7ef; --shadow: 0 16px 40px rgba(43, 37, 77, .09); }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "Microsoft YaHei", Arial, sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.shell { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.sprite { display: none; }
.icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.18em; }
.site-header { position: sticky; top: 0; z-index: 10; background: rgba(255, 250, 243, .93); backdrop-filter: blur(14px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 20px; font-weight: 800; white-space: nowrap; }
.brand-mark { display: grid; width: 35px; height: 35px; place-items: center; border-radius: 12px 5px 12px 5px; color: white; background: var(--pink); transform: rotate(-6deg); }
.main-nav { display: flex; flex: 1; justify-content: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.nav-link, .header-search { display: inline-flex; align-items: center; gap: 5px; padding: 9px 10px; border-radius: 10px; color: var(--muted); font-size: 14px; white-space: nowrap; }
.nav-link:hover, .nav-link.active { color: var(--pink); background: #fff0f4; font-weight: 700; }
.header-search { background: var(--ink); color: #fff; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); }
.hero { margin-top: 44px; min-height: 420px; padding: 56px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 38px; align-items: center; border-radius: 30px; background: linear-gradient(125deg, #e8dffd, #ffdce7 62%, #ffd99d); overflow: hidden; }
.eyebrow { margin: 0 0 8px; color: var(--pink); font-weight: 800; font-size: 13px; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(36px, 5vw, 62px); line-height: 1.14; letter-spacing: -.05em; }
h2 { font-size: clamp(27px, 3vw, 38px); line-height: 1.24; letter-spacing: -.04em; }
h3 { font-size: 20px; line-height: 1.3; }
.hero-copy > p:not(.eyebrow) { max-width: 530px; font-size: 17px; }
.hero-title { display: inline-block; }
.hero-art { min-height: 282px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: linear-gradient(145deg, #252549, #7d4167); border-radius: 22px; box-shadow: 15px 15px 0 rgba(255,255,255,.45); transform: rotate(3deg); }
.hero-art strong { font-family: Georgia, serif; font-size: clamp(42px, 6vw, 73px); line-height: .84; letter-spacing: -.08em; }.hero-art em { font-size: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 7px; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; font-weight: 800; transition: .2s; }.button:hover { transform: translateY(-2px); }.primary { background: var(--ink); color: #fff; }.ghost { background: transparent; }.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.section { margin-top: 86px; }.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 20px; margin-bottom: 25px; }.section-heading h2 { margin-bottom: 0; }.text-link { color: var(--pink); font-weight: 800; white-space: nowrap; }.text-link .icon { margin-left: 4px; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.category-card { min-height: 180px; padding: 26px; border: 1px solid var(--line); border-radius: 20px; background: #fff; transition: .2s; }.category-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }.category-card .icon { width: 29px; height: 29px; color: var(--pink); }.category-card h3 { margin: 14px 0 6px; }.category-card p { margin: 0; color: var(--muted); font-size: 14px; }.c2 { background: #fff4dc; }.c3 { background: #e8f7f6; }.c4 { background: #f8eafd; }.c5 { background: #edf2ff; }.c6 { background: #ffecef; }
.spotlight { display: grid; grid-template-columns: .85fr 1.15fr; background: #252549; color: #fff; border-radius: 28px; overflow: hidden; }.spotlight-image { min-height: 410px; }.spotlight-copy { padding: 52px; }.spotlight-copy p { color: #d7d5e5; }.spotlight-copy .eyebrow { color: #ffb9ca; }.spotlight-copy dl { display: flex; gap: 35px; margin: 26px 0; }.spotlight-copy dl div { display: grid; gap: 2px; }.spotlight-copy dt { color: #aaa8c3; font-size: 13px; }.spotlight-copy dd { margin: 0; font-weight: 700; }
.comic-grid { display: grid; gap: 18px; }.five-up { grid-template-columns: repeat(5, 1fr); }.comic-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; }.cover { display: block; height: 256px; background: #eee; }.card-copy { padding: 15px; }.card-copy .eyebrow { margin-bottom: 3px; font-size: 11px; }.card-copy h3 { margin-bottom: 9px; font-size: 18px; }.card-copy p:not(.eyebrow) { display: -webkit-box; overflow: hidden; color: var(--muted); font-size: 13px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }.card-copy .text-link { display: inline-block; font-size: 13px; }
.rank-layout { display: grid; grid-template-columns: 1fr .9fr; gap: 35px; align-items: stretch; }.rank-list { padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }.rank-list li { display: grid; grid-template-columns: 52px 1fr auto; gap: 12px; align-items: center; padding: 17px 0; border-bottom: 1px solid var(--line); }.rank-list li span { color: var(--pink); font-size: 22px; font-weight: 900; }.rank-list li a { font-weight: 800; }.rank-list li em { color: var(--muted); font-size: 13px; }.rank-poster { position: relative; min-height: 380px; overflow: hidden; border-radius: 24px; color: #fff; }.rank-poster:after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent, rgba(18,17,39,.9)); }.rank-poster > div { position: absolute; z-index: 1; bottom: 30px; left: 30px; }.rank-poster p { color: #ffc35f; font-weight: 900; }.rank-poster h3 { font-size: 31px; }
.schedule { padding: 38px; border-radius: 25px; background: #eee9fd; }.week-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 9px; }.day { min-height: 142px; padding: 14px; border-radius: 14px; background: #fff; }.day b { display: block; color: var(--pink); font-size: 13px; }.day span { display: block; margin: 13px 0 4px; font-weight: 800; line-height: 1.35; }.day small { color: var(--muted); font-size: 11px; }.topic-strip { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 38px 45px; background: #ffd760; border-radius: 24px; }.topic-strip h2 { margin: 0; }.topic-pills { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px; }.topic-pills a { padding: 9px 14px; border: 1px solid var(--ink); border-radius: 999px; font-size: 14px; font-weight: 700; }
.reader-guide { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }.guide-visual { min-height: 330px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 50% 50% 15px 15px; background: #f4b6cc; color: #fff; font-size: 26px; font-weight: 900; }.guide-visual span { font-size: 53px; line-height: .82; }.reader-guide li { margin: 10px 0; list-style: none; }.reader-guide ul { padding: 0; }.reader-guide li .icon { margin-right: 8px; color: var(--pink); }.quote-panel { padding: 70px 12%; color: #fff; text-align: center; background: #3c3a5e; border-radius: 25px; }.quote-panel p { font-family: Georgia, serif; font-size: clamp(26px, 3vw, 42px); line-height: 1.35; }.quote-panel span { color: #c8c4e7; }.about-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; padding: 48px; border-top: 3px solid var(--pink); background: #fff; }.about-panel p { color: var(--muted); }.app-panel { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; padding: 35px 45px; border-radius: 24px; background: linear-gradient(120deg, #f65880, #8e5cc8); color: #fff; }.app-panel .eyebrow { color: #ffdd9c; }.app-panel h2, .app-panel p { margin-bottom: 6px; }.qr-mark { display: grid; width: 105px; height: 105px; place-items: center; align-content: center; border-radius: 12px; background: #fff; color: var(--ink); font-weight: 900; }.qr-mark span { font-size: 44px; line-height: 1; }.qr-mark small { font-size: 11px; letter-spacing: .15em; }.app-actions { display: grid; gap: 8px; }.app-actions .primary { background: #fff; color: var(--ink); border-color: #fff; }.app-actions span { font-size: 12px; }
.page-main { padding-top: 38px; }.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 14px; }.breadcrumbs a { color: var(--pink); }.page-hero { margin-top: 24px; padding: 52px; border-radius: 24px; background: #e8f7f6; }.page-hero p:last-child { max-width: 720px; margin-bottom: 0; color: var(--muted); font-size: 17px; }.compact { margin-top: 54px; }.count-note { color: var(--muted); }.seo-copy { margin: 75px 0 85px; padding: 35px 42px; border-radius: 20px; background: #fff; border: 1px solid var(--line); }.seo-copy h2 { font-size: 25px; }.seo-copy p { margin: 0; color: var(--muted); }
.reader { padding-top: 38px; }.reader-header { margin: 28px auto 40px; max-width: 840px; text-align: center; }.reader-header h1 { font-size: clamp(32px, 4.2vw, 54px); }.reader-header > p:not(.eyebrow) { color: var(--muted); }.meta { display: flex; justify-content: center; flex-wrap: wrap; gap: 15px 24px; color: var(--muted); font-size: 13px; }.meta .icon { margin-right: 4px; }.chapter { width: min(780px, 100%); margin: 0 auto; }.comic-page { margin: 0 0 28px; overflow: hidden; border-radius: 10px; background: #eee; }.comic-page img { aspect-ratio: 3 / 4; }.comic-page figcaption { padding: 9px 12px; color: var(--muted); background: #fff; font-size: 12px; }.chapter-end { padding: 35px; margin: 25px 0 33px; border-radius: 16px; text-align: center; background: #e8f7f6; }.chapter-end p { margin: 8px 0 0; color: var(--muted); }.chapter-nav { display: flex; justify-content: space-between; gap: 12px; }.back-link { display: block; margin: 28px 0 75px; color: var(--pink); text-align: center; font-weight: 800; }.site-footer { padding: 36px 0; color: #d2d0dd; background: #21213a; }.footer-inner { display: grid; grid-template-columns: auto 1fr auto; gap: 25px; align-items: center; }.footer-inner .brand { color: #fff; }.footer-inner p { margin: 0; font-size: 13px; }.footer-inner p:last-child { text-align: right; }
@media (max-width: 1050px) { .main-nav { justify-content: flex-start; }.nav-link span { display: none; }.five-up { grid-template-columns: repeat(3, 1fr); }.week-grid { grid-template-columns: repeat(4, 1fr); }.header-inner { gap: 12px; } }
@media (max-width: 720px) { .shell { width: min(100% - 28px, 1200px); }.site-header { position: static; }.header-inner { min-height: 64px; }.brand { font-size: 17px; }.brand-mark { width: 30px; height: 30px; }.main-nav { order: 3; width: 100%; padding-bottom: 10px; }.header-inner { flex-wrap: wrap; }.nav-link { padding: 7px 9px; }.nav-link span { display: inline; }.header-search { margin-left: auto; }.menu-toggle { display: none; }.hero { margin-top: 28px; min-height: auto; grid-template-columns: 1fr; padding: 30px; border-radius: 22px; }.hero-art { min-height: 220px; }.section { margin-top: 56px; }.section-heading { align-items: start; }.category-grid, .five-up { grid-template-columns: repeat(2, 1fr); }.category-card { min-height: 155px; padding: 20px; }.cover { height: 220px; }.spotlight, .rank-layout, .reader-guide, .about-panel { grid-template-columns: 1fr; }.spotlight-copy { padding: 30px; }.spotlight-image { min-height: 310px; }.rank-poster { min-height: 320px; }.schedule { padding: 25px 18px; }.week-grid { grid-template-columns: repeat(2, 1fr); }.day { min-height: 110px; }.topic-strip, .app-panel { display: grid; grid-template-columns: 1fr; padding: 30px; }.topic-pills { justify-content: start; }.guide-visual { min-height: 230px; }.guide-visual span { font-size: 43px; }.about-panel { padding: 30px; gap: 20px; }.app-panel { gap: 18px; }.footer-inner { grid-template-columns: 1fr; gap: 12px; }.footer-inner p:last-child { text-align: left; }.page-hero { padding: 30px; }.chapter-nav { flex-direction: column; }.chapter-nav .button { width: 100%; } }
