@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;700;900&display=swap');

:root { --ink: #17243d; --muted: #68738a; --paper: #fbfaf7; --line: #e8e6df; --coral: #ff745f; --yellow: #f6c65b; --lavender: #e7e3ff; --blue: #dbe9f7; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "DM Sans", "Noto Sans SC", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; object-fit: cover; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { background: rgba(251,250,247,.94); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 13px 13px 13px 4px; font-size: 23px; font-weight: 900; transform: rotate(-4deg); }
.brand strong, .brand small { display: block; line-height: 1.1; }
.brand strong { font-size: 17px; letter-spacing: .02em; }
.brand small { color: var(--muted); font-size: 8px; letter-spacing: .2em; margin-top: 5px; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.nav-link { color: var(--muted); padding: 9px 11px; border-radius: 10px; font-size: 13px; white-space: nowrap; transition: .2s; }
.nav-link:hover, .nav-link.active { color: var(--ink); background: #f0eee9; }
.nav-link.active { font-weight: 700; }
.nav-icon { margin-right: 5px; font-size: 14px; color: var(--coral); }
.menu-toggle { display: none; border: 0; background: none; font-size: 24px; color: var(--ink); }
.hero { margin-top: 58px; min-height: 535px; display: grid; grid-template-columns: 1fr .9fr; gap: 72px; align-items: center; }
.eyebrow { color: var(--coral); font-weight: 700; font-size: 11px; letter-spacing: .16em; margin: 0 0 13px; }
.hero h1 { font-size: clamp(46px, 6vw, 82px); line-height: .98; letter-spacing: -.07em; margin: 0; }
.hero h1 a { position: relative; }
.hero h1 a::after { content: ""; position: absolute; left: 4px; right: -5px; bottom: -10px; height: 12px; background: var(--yellow); z-index: -1; transform: rotate(-2deg); }
.hero-lead { font-size: 26px; font-weight: 700; margin: 34px 0 9px; }
.hero-desc { color: var(--muted); max-width: 530px; margin: 0; }
.hero-actions { display: flex; gap: 14px; margin: 28px 0; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 12px 19px; border: 1px solid var(--ink); border-radius: 99px; font-weight: 700; font-size: 13px; cursor: pointer; }
.btn-primary { background: var(--coral); color: white; border-color: var(--coral); box-shadow: 4px 4px 0 var(--ink); }
.btn-primary:hover { transform: translate(2px,2px); box-shadow: 2px 2px 0 var(--ink); }
.btn-quiet { border-color: var(--line); color: var(--muted); }
.btn-dark { color: white; background: var(--ink); }
.hero-stats { display: flex; gap: 23px; color: var(--muted); font-size: 11px; }
.hero-stats b { color: var(--ink); display: block; font-size: 15px; }
.hero-art { min-height: 460px; position: relative; display: grid; place-items: center; }
.hero-figure { width: 295px; height: 390px; position: relative; transform: rotate(5deg); border: 11px solid white; box-shadow: 15px 20px 35px rgba(23,36,61,.17); overflow: hidden; background: var(--lavender); }
.hero-figure img { height: 100%; filter: saturate(.85); }
.hero-figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 50%, rgba(23,36,61,.78)); }
.figure-caption { position: absolute; bottom: 18px; left: 18px; right: 18px; z-index: 1; color: white; }
.figure-caption span { font-size: 9px; letter-spacing: .16em; color: var(--yellow); display: block; }.figure-caption strong { font-size: 18px; display: block; }
.orbit { position: absolute; border: 1px solid #d3cee9; border-radius: 50%; transform: rotate(-24deg); }.orbit-one { width: 440px; height: 210px; }.orbit-two { width: 380px; height: 380px; border-color: #f2d9d2; }
.hero-note { position: absolute; background: white; padding: 12px 14px; box-shadow: 0 10px 20px rgba(23,36,61,.1); font-size: 10px; line-height: 1.5; z-index: 2; }.hero-note b { color: var(--coral); }.note-top { top: 38px; right: 9px; transform: rotate(7deg); }.note-bottom { bottom: 40px; left: 18px; transform: rotate(-7deg); }
.section { margin-top: 108px; }.section-tint { padding: 76px 0; background: #f1f0ed; }.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-bottom: 30px; }.section-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 42px); letter-spacing: -.06em; line-height: 1.1; }.text-link { font-size: 12px; font-weight: 700; border-bottom: 2px solid var(--yellow); padding-bottom: 3px; }.text-link span { color: var(--coral); margin-left: 7px; }
.featured-grid { display: grid; grid-template-columns: 1.32fr .68fr; gap: 26px; }.wide-feature { min-height: 330px; display: grid; grid-template-columns: 1fr 1fr; background: var(--blue); overflow: hidden; border-radius: 4px 48px 4px 4px; }.wide-feature img { height: 100%; }.wide-feature > div { padding: 43px 34px; display: flex; flex-direction: column; justify-content: center; }.label { color: var(--coral); font-size: 10px; font-weight: 700; }.wide-feature h3 { font-size: 30px; margin: 10px 0; letter-spacing: -.06em; }.wide-feature p { color: var(--muted); font-size: 13px; margin: 0 0 22px; }.mini-list { display: grid; gap: 11px; }.mini-list a { background: white; border: 1px solid var(--line); padding: 18px 15px; display: grid; grid-template-columns: 31px 1fr 18px; align-items: center; gap: 9px; }.mini-list a:hover { border-color: var(--coral); }.mini-num { color: var(--coral); font-weight: 700; }.mini-list b, .mini-list small { display: block; }.mini-list b { font-size: 13px; }.mini-list small { color: var(--muted); font-size: 10px; }.mini-list i { font-style: normal; color: var(--coral); }
.comic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; }.comic-card { background: white; border: 1px solid var(--line); transition: .25s; }.comic-card:hover { transform: translateY(-6px); box-shadow: 0 14px 24px rgba(23,36,61,.08); }.cover-wrap { height: 240px; position: relative; overflow: hidden; background: var(--lavender); }.cover-wrap img { height: 100%; }.card-badge { position: absolute; top: 13px; left: 13px; background: var(--yellow); color: var(--ink); border-radius: 99px; padding: 3px 9px; font-size: 10px; font-weight: 700; }.read-pill { position: absolute; bottom: 13px; right: 13px; color: white; background: var(--ink); border-radius: 99px; padding: 5px 10px; font-size: 10px; opacity: 0; transform: translateY(5px); transition: .2s; }.comic-card:hover .read-pill { opacity: 1; transform: translateY(0); }.card-body { padding: 18px 18px 15px; }.card-body h3 { margin: 0 0 5px; font-size: 18px; letter-spacing: -.04em; }.card-body p { color: var(--muted); font-size: 11px; line-height: 1.7; margin: 0 0 14px; }.card-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; border-top: 1px solid var(--line); padding-top: 11px; }
.category-grid { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.category-card { min-height: 145px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 23px; display: grid; grid-template-columns: 42px 1fr 15px; gap: 13px; align-items: start; transition: .2s; }.category-card:hover { background: var(--lavender); }.category-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--coral); background: #fff2e8; font-size: 20px; }.category-card b, .category-card small { display: block; }.category-card b { font-size: 15px; }.category-card small { color: var(--muted); font-size: 11px; line-height: 1.6; margin-top: 4px; }.category-card i { font-style: normal; color: var(--coral); }
.dark-section { background: var(--ink); padding: 76px 0; color: white; }.light .eyebrow { color: var(--yellow); }.light .text-link { color: white; border-color: var(--yellow); }.rank-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; background: rgba(255,255,255,.15); }.rank-item { display: grid; grid-template-columns: 40px 58px 1fr 20px; align-items: center; gap: 14px; background: var(--ink); padding: 14px 10px; }.rank-item:hover { background: #223453; }.rank-no { color: var(--yellow); font-weight: 700; font-size: 17px; }.rank-item img { width: 58px; height: 68px; }.rank-item b, .rank-item small { display: block; }.rank-item b { font-size: 14px; }.rank-item small { color: #aeb7c9; font-size: 10px; }.rank-item strong { color: var(--coral); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }.editorial h2, .about-home h2, .subscribe h2 { font-size: 36px; letter-spacing: -.06em; line-height: 1.15; margin: 0 0 18px; }.editorial > p, .about-home p, .subscribe p { color: var(--muted); font-size: 13px; max-width: 535px; }.note-tags { display: flex; gap: 8px; margin: 23px 0; }.note-tags span { border: 1px solid var(--line); padding: 5px 10px; border-radius: 99px; font-size: 10px; }.quote-card { background: var(--lavender); padding: 45px; min-height: 255px; position: relative; }.quote-mark { color: var(--coral); font-size: 70px; line-height: .7; }.quote-card p { font-size: 21px; line-height: 1.55; margin: 10px 0; }.quote-card small { color: var(--muted); }
.about-home { display: grid; grid-template-columns: .7fr 1.3fr; gap: 80px; padding-top: 70px; border-top: 1px solid var(--line); }.subscribe { background: #f8dfd8; padding: 47px 58px; display: flex; justify-content: space-between; align-items: center; gap: 40px; border-radius: 4px 48px 4px 4px; }.subscribe h2 { margin-bottom: 10px; }.subscribe-btn.is-subscribed { background: var(--ink); border-color: var(--ink); }.qr-box { display: flex; align-items: center; gap: 15px; font-size: 11px; color: var(--muted); flex-shrink: 0; }.qr-box b { color: var(--ink); }.qr-art { width: 90px; height: 90px; display: grid; place-items: center; background: repeating-linear-gradient(45deg, var(--ink) 0 4px, white 4px 8px); border: 7px solid white; color: var(--coral); font-size: 30px; font-weight: 900; }
.site-footer { background: #111b2d; color: white; margin-top: 108px; padding-top: 55px; }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; }.footer-brand { margin-bottom: 14px; }.footer-grid p, .footer-grid a { color: #aeb7c9; font-size: 12px; }.footer-grid h3 { font-size: 12px; margin: 0 0 13px; }.footer-grid > div:not(:first-child) a { display: block; margin-bottom: 6px; }.copyright { border-top: 1px solid rgba(255,255,255,.12); margin-top: 40px; padding: 18px 0; color: #738096; font-size: 10px; }
.inner-page, .reader-page { padding-top: 34px; }.breadcrumbs { color: var(--muted); font-size: 11px; display: flex; gap: 9px; margin-bottom: 36px; }.breadcrumbs a { color: var(--ink); font-weight: 700; }.page-hero { display: flex; gap: 25px; align-items: center; padding: 46px 50px; background: var(--blue); margin-bottom: 75px; }.page-icon { font-size: 50px; color: var(--coral); }.page-hero h1 { font-size: 55px; letter-spacing: -.07em; line-height: 1; margin: 0 0 10px; }.page-hero p:not(.eyebrow) { color: var(--muted); margin: 0; max-width: 600px; font-size: 13px; }.result-count { color: var(--muted); font-size: 11px; }.reader-head { max-width: 820px; margin: 0 auto 40px; text-align: center; }.reader-head h1 { font-size: clamp(38px, 6vw, 68px); letter-spacing: -.07em; line-height: 1.1; margin: 0 0 18px; }.article-intro { color: var(--muted); font-size: 14px; }.article-meta { display: flex; justify-content: center; gap: 18px; flex-wrap: wrap; color: var(--muted); font-size: 10px; margin-top: 22px; }.reading-tip { max-width: 760px; margin: 0 auto 45px; display: flex; gap: 15px; align-items: start; background: #fff4d8; padding: 15px 20px; }.reading-tip > span { color: var(--coral); font-size: 23px; }.reading-tip b { font-size: 12px; }.reading-tip p { color: var(--muted); font-size: 11px; margin: 2px 0 0; }.comic-reader { max-width: 760px; margin: auto; background: #e9e9e9; padding: 28px 18px; }.comic-reader h2 { background: var(--ink); color: white; padding: 16px; font-size: 14px; margin: 0 0 18px; }.comic-reader figure { margin: 0 auto 14px; max-width: 650px; background: white; }.comic-reader figure img { aspect-ratio: 3/4; object-fit: cover; }.comic-reader figcaption { padding: 8px 12px; color: var(--muted); font-size: 10px; }.chapter-end { text-align: center; padding: 35px 10px 15px; }.chapter-end > span { color: var(--coral); font-size: 25px; }.chapter-end h3 { margin: 3px 0; }.chapter-end p { margin: 0; color: var(--muted); font-size: 11px; }.chapter-nav { max-width: 760px; margin: 28px auto 0; display: flex; justify-content: space-between; align-items: center; font-size: 12px; font-weight: 700; }.chapter-nav a:first-child, .chapter-nav a:last-child { color: var(--coral); }.back-btn { border: 1px solid var(--line); border-radius: 99px; padding: 8px 15px; }
@media (max-width: 950px) { .main-nav { gap: 0; }.nav-link { padding: 8px 6px; font-size: 11px; }.hero { gap: 30px; }.hero-art { transform: scale(.88); } }
@media (max-width: 720px) { .container { width: min(100% - 30px, 520px); }.header-inner { min-height: 68px; }.menu-toggle { display: block; }.main-nav { display: none; position: absolute; top: 68px; left: 0; right: 0; background: var(--paper); border-bottom: 1px solid var(--line); padding: 10px 15px 15px; flex-wrap: wrap; }.main-nav.is-open { display: flex; }.nav-link { padding: 9px 10px; font-size: 12px; }.hero { margin-top: 37px; grid-template-columns: 1fr; min-height: 0; }.hero-art { min-height: 405px; margin-top: -16px; transform: scale(.86); }.hero h1 { font-size: 57px; }.hero-lead { font-size: 22px; }.hero-stats { gap: 14px; }.section { margin-top: 74px; }.section-tint, .dark-section { padding: 52px 0; }.section-heading { align-items: start; flex-direction: column; margin-bottom: 22px; }.featured-grid, .split-section, .about-home { grid-template-columns: 1fr; gap: 24px; }.wide-feature { grid-template-columns: 1fr; }.wide-feature img { height: 230px; }.wide-feature > div { padding: 26px; }.comic-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }.cover-wrap { height: 190px; }.card-body { padding: 12px; }.card-body h3 { font-size: 15px; }.card-body p { font-size: 10px; }.category-grid { grid-template-columns: repeat(2,1fr); }.category-card { min-height: 140px; padding: 15px 11px; grid-template-columns: 34px 1fr 10px; gap: 7px; }.category-icon { width: 32px; height: 32px; font-size: 16px; }.category-card b { font-size: 13px; }.category-card small { font-size: 10px; }.rank-grid { grid-template-columns: 1fr; }.rank-item { grid-template-columns: 32px 48px 1fr 15px; gap: 9px; }.rank-item img { width: 48px; height: 58px; }.editorial h2, .about-home h2, .subscribe h2 { font-size: 30px; }.quote-card { padding: 28px; }.quote-card p { font-size: 18px; }.about-home { padding-top: 35px; }.subscribe { padding: 28px 22px; align-items: start; flex-direction: column; gap: 26px; }.page-hero { padding: 28px 22px; gap: 14px; margin-bottom: 50px; }.page-icon { font-size: 35px; }.page-hero h1 { font-size: 37px; }.reader-head h1 { font-size: 42px; }.comic-reader { padding: 15px 8px; }.chapter-nav { font-size: 11px; }.site-footer { margin-top: 74px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }.footer-grid > div:first-child { grid-column: 1/-1; } }
@media (max-width: 390px) { .comic-grid { grid-template-columns: 1fr 1fr; }.cover-wrap { height: 165px; }.hero h1 { font-size: 51px; } }
