:root { --ink:#182238; --muted:#667085; --paper:#f7f9fc; --panel:#ffffff; --blue:#5669f2; --violet:#8b63ed; --line:#e8ecf4; --orange:#ff9361; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; background:var(--paper); color:var(--ink); font-family:"Microsoft YaHei", "PingFang SC", sans-serif; font-size:16px; line-height:1.7; }
a { color:inherit; text-decoration:none; }
img { display:block; max-width:100%; }
.container { width:min(1200px, calc(100% - 40px)); margin:0 auto; }
.site-header { background:rgba(255,255,255,.92); border-bottom:1px solid var(--line); position:sticky; top:0; z-index:10; backdrop-filter:blur(15px); }
.header-inner { min-height:76px; display:flex; align-items:center; gap:24px; }
.brand { font-size:22px; font-weight:800; display:flex; gap:8px; align-items:center; white-space:nowrap; }
.brand-mark { width:38px; height:38px; border-radius:12px; display:grid; place-items:center; color:white; background:linear-gradient(135deg,var(--blue),var(--violet)); font-size:16px; }
.main-nav { display:flex; align-items:center; justify-content:center; gap:2px; flex:1; }
.nav-link { display:flex; align-items:center; gap:5px; padding:9px 9px; color:var(--muted); font-size:14px; border-radius:9px; white-space:nowrap; }
.nav-link:hover,.nav-link.active { background:#eef0ff; color:var(--blue); }
.header-search { display:flex; gap:7px; align-items:center; color:var(--blue); font-weight:700; white-space:nowrap; }
.hero { margin-top:48px; min-height:400px; padding:48px 58px; display:grid; grid-template-columns:1.05fr .95fr; gap:48px; align-items:center; background:linear-gradient(130deg,#e9edff,#f9f4ff); border-radius:28px; overflow:hidden; }
.eyebrow { margin:0 0 8px; font-size:13px; color:var(--blue); letter-spacing:.09em; font-weight:800; }
h1,h2,h3,p { margin-top:0; }
h1 { font-size:clamp(38px,5vw,64px); line-height:1.08; margin-bottom:18px; letter-spacing:-.05em; }
h2 { font-size:clamp(25px,3vw,36px); line-height:1.25; margin-bottom:16px; letter-spacing:-.03em; }
h3 { line-height:1.35; }
.hero-copy > p:not(.eyebrow) { max-width:540px; color:var(--muted); font-size:17px; }
.hero-actions { display:flex; gap:20px; align-items:center; margin-top:28px; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:45px; padding:0 20px; border-radius:12px; color:white; background:var(--blue); font-weight:700; box-shadow:0 9px 22px rgba(86,105,242,.24); }
.button.ghost { background:white; color:var(--blue); box-shadow:none; }
.text-link { display:inline-flex; align-items:center; gap:5px; color:var(--blue); font-weight:700; }
.hero-art { position:relative; }
.hero-image { width:100%; height:310px; object-fit:cover; border-radius:22px; box-shadow:0 18px 45px rgba(54,52,107,.22); }
.hero-badge { position:absolute; left:-20px; bottom:22px; display:flex; gap:8px; align-items:center; padding:10px 14px; color:var(--ink); background:white; border-radius:12px; box-shadow:0 8px 20px rgba(35,41,65,.14); font-size:14px; font-weight:700; }
.quick-row { margin-top:28px; display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.quick-row a { padding:17px; border:1px solid var(--line); background:white; border-radius:14px; display:flex; gap:10px; justify-content:center; align-items:center; font-weight:700; }
.quick-row i { color:var(--violet); font-size:20px; }
.section-block { margin-top:88px; }
.section-heading { display:flex; justify-content:space-between; align-items:end; margin-bottom:25px; }
.section-heading h2 { margin-bottom:0; }
.category-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.category-card { padding:22px; min-height:170px; background:white; border:1px solid var(--line); border-radius:16px; transition:.2s; }
.category-card:hover,.comic-card:hover { transform:translateY(-4px); box-shadow:0 15px 28px rgba(35,41,65,.08); }
.category-card i { width:40px; height:40px; display:grid; place-items:center; border-radius:12px; background:#f0f1ff; color:var(--blue); font-size:22px; }
.category-card h3 { margin:17px 0 5px; }
.category-card p,.comic-card p { margin:0; color:var(--muted); font-size:14px; line-height:1.55; }
.comic-grid { display:grid; gap:18px; }
.comic-grid.four { grid-template-columns:repeat(4,1fr); }
.comic-card { overflow:hidden; border-radius:16px; background:white; border:1px solid var(--line); transition:.2s; }
.cover { width:100%; aspect-ratio:3/4; object-fit:cover; background:#e8edf7; }
.card-copy { padding:15px; }
.card-copy span,.listing-card span { font-size:12px; color:var(--violet); font-weight:700; }
.card-copy h3 { margin:5px 0 8px; }
.mood-strip { margin-top:88px; padding:34px 42px; display:flex; align-items:center; justify-content:space-between; color:white; background:linear-gradient(110deg,#475edb,#8760e7); border-radius:20px; }
.mood-strip div { display:grid; grid-template-columns:44px auto; column-gap:14px; align-items:center; }
.mood-strip i { grid-row:span 2; font-size:34px; }
.mood-strip h2,.mood-strip p { margin:0; }
.rank-layout { display:grid; grid-template-columns:1fr 1fr; gap:35px; }
.rank-list { background:white; border-radius:18px; padding:28px; border:1px solid var(--line); }
.rank-list a { display:grid; grid-template-columns:50px 1fr auto; gap:12px; align-items:center; padding:13px 0; border-bottom:1px solid var(--line); }
.rank-list a:last-child { border-bottom:0; }
.rank-list b { font-size:20px; color:var(--orange); }
.rank-list small { color:var(--muted); }
.rank-visual { min-height:430px; position:relative; overflow:hidden; border-radius:18px; background:#202654; color:white; }
.tall-cover { width:100%; height:100%; object-fit:cover; opacity:.58; }
.rank-visual div { position:absolute; bottom:28px; left:28px; right:28px; }
.rank-visual h3 { font-size:28px; margin:6px 0; }
.latest-feed { background:white; padding:38px; border-radius:20px; border:1px solid var(--line); }
.feed-list a { display:grid; grid-template-columns:80px 1fr auto 30px; align-items:center; padding:17px 0; border-bottom:1px solid var(--line); }
.feed-list a:last-child { border-bottom:0; }
.update-date { color:var(--violet); font-weight:800; }
.feed-list em { font-style:normal; color:var(--muted); }
.korea-feature { min-height:390px; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; border-radius:20px; background:#fff0f5; }
.korea-copy { padding:54px; }
.korea-copy > p:not(.eyebrow) { color:var(--muted); max-width:430px; }
.korea-image { height:100%; width:100%; object-fit:cover; }
.theme-columns { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.theme-columns > div { padding:30px; border-radius:18px; background:white; border:1px solid var(--line); }
.wide-cover { width:100%; height:205px; object-fit:cover; border-radius:13px; margin:20px 0; }
.reading-notes { display:grid; grid-template-columns:80px 1fr auto; gap:22px; align-items:center; padding:32px; border-radius:18px; background:#eef8fb; }
.note-icon { width:64px; height:64px; display:grid; place-items:center; border-radius:50%; color:#227a9a; background:#d9f0f6; font-size:27px; }
.reading-notes h2 { margin-bottom:7px; }
.reading-notes p:not(.eyebrow),.about p { color:var(--muted); margin-bottom:0; }
.about { display:grid; grid-template-columns:240px 1fr; gap:50px; padding:45px; border-top:2px solid var(--ink); }
.about-label { display:flex; align-items:center; gap:10px; font-weight:800; }
.about-label i { color:var(--violet); font-size:25px; }
.app-subscribe { width:min(1200px,calc(100% - 40px)); margin:88px auto 0; padding:42px 54px; display:flex; justify-content:space-between; align-items:center; gap:30px; background:#182238; color:white; border-radius:22px; }
.app-subscribe .eyebrow { color:#9ba8ff; }
.app-subscribe h2 { margin-bottom:10px; }
.app-subscribe p:not(.eyebrow) { color:#c7d0df; max-width:620px; }
.qr-card { width:132px; height:132px; flex:0 0 132px; display:grid; place-content:center; text-align:center; background:repeating-linear-gradient(45deg,#fff 0 6px,#e9eaff 6px 12px); color:var(--blue); border-radius:12px; border:8px solid white; }
.qr-card span { font-size:38px; font-weight:900; line-height:1; }
.qr-card small { font-weight:700; }
.site-footer { margin-top:34px; padding:26px 0; background:white; border-top:1px solid var(--line); }
.footer-inner { display:flex; justify-content:space-between; align-items:center; color:var(--muted); font-size:14px; }
.footer-inner strong { color:var(--ink); }
.footer-inner p { margin:3px 0 0; }
.inner-hero { padding:56px 0 35px; }
.breadcrumb { display:flex; align-items:center; gap:7px; color:var(--muted); font-size:14px; margin-bottom:30px; }
.breadcrumb a { color:var(--blue); }
.inner-hero h1 { font-size:48px; margin:8px 0 12px; }
.inner-hero > p:last-child { color:var(--muted); max-width:650px; }
.listing-layout { display:grid; grid-template-columns:1fr 270px; gap:30px; }
.listing-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:20px; }
.listing-card { display:grid; grid-template-columns:150px 1fr; gap:18px; padding:14px; background:white; border:1px solid var(--line); border-radius:16px; }
.listing-card .cover { border-radius:10px; }
.listing-card h2 { font-size:21px; margin:5px 0 9px; }
.listing-card p { color:var(--muted); font-size:14px; }
.listing-card small { color:var(--violet); font-weight:700; }
.side-note { height:max-content; padding:27px; border-radius:16px; background:#eef0ff; }
.side-note > i { font-size:25px; color:var(--blue); }
.side-note h2 { font-size:23px; margin:12px 0 8px; }
.side-note p { color:var(--muted); font-size:14px; }
.column-seo { margin-top:55px; padding:35px; background:white; border-left:5px solid var(--violet); }
.column-seo p { color:var(--muted); margin-bottom:0; }
.reader { max-width:860px; padding-top:46px; }
.reader-header { text-align:center; border-bottom:1px solid var(--line); padding-bottom:28px; }
.reader-header h1 { font-size:43px; margin:5px 0 10px; }
.reader-header > p:last-child { color:var(--muted); font-size:14px; margin-bottom:0; }
.reading-guide { display:flex; gap:15px; align-items:start; padding:22px; margin:28px 0 40px; border-radius:14px; background:#fff4e9; }
.reading-guide i { color:#eb7e3b; font-size:26px; }
.reading-guide h2 { font-size:18px; margin:0 0 3px; }
.reading-guide p { color:var(--muted); font-size:14px; margin:0; }
.chapter-content > h2 { text-align:center; font-size:26px; }
.chapter-content > p { color:var(--muted); }
.comic-panel { margin:28px auto; }
.reader-image { width:100%; min-height:280px; aspect-ratio:4/3; object-fit:cover; border-radius:13px; background:#e8edf7; }
.comic-panel figcaption { text-align:center; color:var(--muted); font-size:14px; margin-top:8px; }
.chapter-ending { text-align:center; margin:40px 0 !important; font-weight:700; }
.chapter-nav { display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:16px; padding:30px 0 60px; }
.chapter-nav a,.chapter-nav span { display:flex; gap:7px; align-items:center; color:var(--blue); font-weight:700; }
.chapter-nav a:last-child,.chapter-nav span:last-child { justify-content:end; }
.back-column { padding:8px 15px; color:white !important; background:var(--blue); border-radius:9px; }
@media (max-width:900px) { .header-inner { flex-wrap:wrap; padding:12px 0; } .main-nav { order:3; flex-basis:100%; overflow-x:auto; justify-content:flex-start; padding-bottom:3px; } .header-search { margin-left:auto; } .hero { grid-template-columns:1fr; gap:28px; padding:35px; } .category-grid { grid-template-columns:repeat(2,1fr); } .rank-layout,.korea-feature { grid-template-columns:1fr; } .korea-image { height:280px; } .listing-layout { grid-template-columns:1fr; } .side-note { display:none; } }
@media (max-width:600px) { .container { width:min(100% - 28px,1200px); } .header-inner { min-height:64px; } .nav-link { padding:7px 8px; font-size:13px; } .hero { margin-top:25px; padding:28px 23px; border-radius:18px; } .hero-image { height:230px; } .quick-row { grid-template-columns:repeat(2,1fr); gap:10px; } .quick-row a { font-size:14px; padding:14px 7px; } .section-block { margin-top:60px; } .section-heading { align-items:start; gap:15px; } .section-heading .text-link { font-size:13px; } .category-grid,.comic-grid.four,.theme-columns,.listing-grid { grid-template-columns:1fr; } .comic-grid.four { gap:15px; } .comic-card { display:grid; grid-template-columns:120px 1fr; } .comic-card .cover { height:160px; aspect-ratio:auto; } .mood-strip,.app-subscribe { padding:28px; align-items:start; flex-direction:column; } .rank-list { padding:20px; } .rank-list a { grid-template-columns:38px 1fr; } .rank-list small { display:none; } .latest-feed { padding:23px; } .feed-list a { grid-template-columns:60px 1fr 22px; } .feed-list em { display:none; } .korea-copy { padding:32px 26px; } .theme-columns > div { padding:24px; } .reading-notes,.about { grid-template-columns:1fr; padding:28px; gap:18px; } .listing-card { grid-template-columns:115px 1fr; gap:12px; } .listing-card h2 { font-size:18px; } .listing-card p { display:none; } .reader { padding-top:30px; } .reader-header h1,.inner-hero h1 { font-size:34px; } .chapter-nav { grid-template-columns:1fr; text-align:center; } .chapter-nav a,.chapter-nav span,.chapter-nav a:last-child,.chapter-nav span:last-child { justify-content:center; } .footer-inner { display:block; } .footer-inner > p { margin-top:15px; } }
