@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+SC:wght@400;500;600;700&display=swap");

:root {
    --ink: #17203b;
    --navy: #121a38;
    --blue: #536dfe;
    --coral: #ff6f61;
    --cream: #fbfaf7;
    --mist: #eff2ff;
    --line: #e5e7ef;
    --muted: #687088;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", "Noto Sans SC", sans-serif; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.container { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251,250,247,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 9px; font-weight: 700; font-size: 20px; }
.brand-mark { display: grid; width: 40px; height: 40px; place-items: center; border-radius: 12px; background: var(--navy); color: white; font-size: 12px; letter-spacing: -.8px; }
.main-nav { display: flex; flex: 1; justify-content: space-between; gap: 6px; }
.nav-item { padding: 8px 8px; border-radius: 10px; color: #4b546c; font-size: 14px; white-space: nowrap; }
.nav-item span { margin-right: 4px; }
.nav-item:hover, .nav-item.active { color: white; background: var(--navy); }
.nav-toggle { display: none; margin-left: auto; padding: 7px 10px; border: 1px solid var(--line); border-radius: 8px; background: white; font-size: 20px; }
.hero { margin-top: 42px; padding: 58px 0; overflow: hidden; background: linear-gradient(135deg, #e9edff, #fff5e8); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 56px; }
.eyebrow { margin: 0 0 8px; color: var(--coral); font-weight: 700; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 6vw, 72px); letter-spacing: -.06em; line-height: 1.08; }
h2 { font-size: clamp(27px, 3vw, 40px); letter-spacing: -.04em; line-height: 1.2; }
h3 { font-size: 20px; line-height: 1.35; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; font-size: 18px; color: #4e5771; }
.hero-art { position: relative; }
.hero-image { aspect-ratio: 1.1 / 1; width: 100%; border-radius: 30px; object-fit: cover; box-shadow: 18px 22px 0 #ffcfbd; }
.hero-badge { position: absolute; right: -12px; bottom: 24px; padding: 15px 19px; border-radius: 16px; background: var(--navy); color: white; line-height: 1.35; }
.hero-badge strong { font-size: 24px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 28px; }
.button { display: inline-block; padding: 12px 21px; border: 1px solid var(--navy); border-radius: 10px; background: var(--navy); color: white; font-weight: 700; }
.button:hover { background: var(--blue); border-color: var(--blue); }
.button-outline { background: transparent; color: var(--navy); }
.button-light { background: white; border-color: white; color: var(--navy); }
.text-link { color: var(--blue); font-weight: 700; }
.stats-strip { padding: 26px 0; background: var(--navy); color: white; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-grid strong, .stats-grid span { display: block; }
.stats-grid strong { font-size: 17px; }.stats-grid span { color: #bfc7e6; font-size: 13px; }
.section { margin-top: 88px; }
.section-tint { padding: 70px 0; background: #f0f3ff; }
.section-dark { padding: 72px 0; background: var(--navy); color: white; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }.section-heading h2 { margin-bottom: 0; }.light .text-link { color: #ffc6bd; }
.category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.category-card { min-height: 150px; padding: 23px; border: 1px solid var(--line); border-radius: 18px; background: white; transition: transform .2s, box-shadow .2s; }.category-card:hover { transform: translateY(-5px); box-shadow: 0 15px 30px rgba(23,32,59,.09); }.category-card span { font-size: 30px; }.category-card h3 { margin: 5px 0; }.category-card p { margin: 0; color: var(--muted); font-size: 14px; }
.story-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }.wide-grid { grid-template-columns: repeat(5, 1fr); }
.story-card { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: white; }.story-card .cover { width: 100%; aspect-ratio: .72; object-fit: cover; }.story-copy { padding: 16px; }.story-copy h3 { margin: 8px 0 7px; font-size: 18px; }.story-copy p { min-height: 66px; margin-bottom: 10px; color: var(--muted); font-size: 13px; line-height: 1.65; }.story-copy small { color: var(--coral); }.tag { display: inline-block; padding: 2px 8px; border-radius: 99px; background: #fff0ed; color: #b84b41; font-size: 11px; font-weight: 700; }
.spotlight { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 65px; }.feature-image { width: 100%; aspect-ratio: 1; border-radius: 26px; object-fit: cover; }.spotlight-copy p:not(.eyebrow) { color: var(--muted); font-size: 16px; }.spotlight-copy ul { padding-left: 20px; color: #4f5871; }.spotlight-copy li::marker { color: var(--coral); }
.ranking-layout { display: grid; grid-template-columns: 1.35fr .65fr; align-items: stretch; gap: 50px; }.rank-list { padding: 0; margin: 0; list-style: none; }.rank-list li { display: flex; align-items: center; gap: 16px; padding: 15px 0; border-bottom: 1px solid var(--line); }.rank-list b { color: var(--coral); font-size: 20px; }.rank-list span { flex: 1; font-weight: 700; }.rank-list small { display: block; color: var(--muted); font-weight: 400; font-size: 12px; }.rank-list em { color: #15a36f; font-size: 12px; font-style: normal; font-weight: 700; }.quote-card { display: flex; flex-direction: column; justify-content: center; padding: 34px; border-radius: 22px; background: #ffe9c5; }.quote-card span { color: var(--coral); font-size: 60px; line-height: .6; }.quote-card p { font-size: 20px; font-weight: 600; }.quote-card small { color: #8e6d45; }
.korean-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }.dark-card { border-color: #313b65; background: #202a51; }.dark-card .story-copy p { color: #c5cbe0; }.dark-card .story-copy h3 { color: white; }.dark-card .tag { background: #384776; color: #dce4ff; }
.schedule { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; padding: 46px; border-radius: 24px; background: white; border: 1px solid var(--line); }.schedule-days { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.schedule-days div { padding: 17px; border-left: 4px solid var(--blue); border-radius: 7px; background: var(--mist); }.schedule-days b, .schedule-days span { display: block; }.schedule-days span { color: var(--muted); font-size: 14px; }
.reading-tips { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; padding: 35px; border-radius: 18px; background: #edf9f6; }.tips-icon { display: grid; width: 62px; height: 62px; place-items: center; border-radius: 50%; background: #a5e5d5; font-size: 27px; }.reading-tips h2 { margin-bottom: 8px; }.reading-tips p:last-child { margin-bottom: 0; color: var(--muted); }
.about-section { margin-top: 88px; padding: 75px 0; background: #f9e4dc; }.about-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }.about-grid p:not(.eyebrow) { color: #555366; font-size: 16px; }
.app-panel { margin-top: 88px; padding: 62px 0; background: var(--blue); color: white; }.app-grid { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 40px; }.app-grid .eyebrow { color: #ffe0a0; }.app-grid h2 { margin-bottom: 12px; }.app-grid p:not(.eyebrow) { max-width: 690px; color: #e9ecff; }.qr-card { display: grid; grid-template-columns: 1fr 1.5fr; align-items: center; gap: 12px; padding: 14px; border-radius: 15px; background: white; color: var(--navy); }.qr-card span { display: grid; width: 86px; height: 86px; place-items: center; background: repeating-linear-gradient(45deg, #121a38, #121a38 5px, white 5px, white 10px); color: white; font-size: 14px; font-weight: 700; }.qr-card b { font-size: 13px; line-height: 1.5; }
.site-footer { padding: 42px 0 22px; background: #0d142e; color: white; }.footer-grid { display: flex; justify-content: space-between; gap: 25px; }.footer-grid p { color: #aeb8d7; }.footer-grid div:last-child { display: flex; gap: 20px; align-items: flex-start; color: #ced5ef; }.copyright { width: min(1200px, calc(100% - 48px)); margin: 28px auto 0; padding-top: 19px; border-top: 1px solid #263152; color: #7f8aa9; font-size: 13px; }
.page-banner { margin-top: 42px; padding: 58px 0; background: linear-gradient(135deg, #e7ecff, #fff3e7); }.page-banner h1 { margin-bottom: 12px; font-size: clamp(38px, 5vw, 58px); }.page-banner > .container > p:last-child { max-width: 640px; color: #59627b; }.breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; color: var(--muted); font-size: 14px; }.breadcrumb a { color: var(--blue); }.filter-chip { padding: 6px 12px; border-radius: 20px; background: var(--mist); color: var(--blue); font-size: 13px; }.column-seo { padding: 35px; border-left: 5px solid var(--coral); background: white; }.column-seo p { margin-bottom: 0; color: var(--muted); }
.reader-main { padding: 48px 0 85px; }.reader-shell { max-width: 900px; }.reader-header { padding: 10px 0 22px; border-bottom: 1px solid var(--line); }.reader-header h1 { font-size: clamp(32px, 5vw, 48px); margin-bottom: 10px; }.reader-header p:last-child { margin-bottom: 0; color: var(--muted); }.reader-note { display: flex; gap: 14px; align-items: baseline; margin: 28px 0; padding: 16px 20px; border-radius: 12px; background: var(--mist); }.reader-note b { flex: 0 0 auto; color: var(--blue); }.reader-note p { margin: 0; color: #4e5875; }.comic-pages { display: grid; gap: 26px; }.comic-frame { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: white; }.comic-image { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }.comic-frame figcaption { padding: 8px 13px; color: var(--muted); font-size: 12px; }.chapter-end { margin: 34px 0; color: var(--muted); text-align: center; }.chapter-nav { display: flex; justify-content: space-between; gap: 15px; }.back-column { text-align: center; }.back-column a { color: var(--blue); font-weight: 700; }
@media (max-width: 900px) { .nav-wrap { flex-wrap: wrap; padding: 14px 0; min-height: 68px; }.nav-toggle { display: block; }.main-nav { display: none; flex-basis: 100%; flex-direction: column; padding-top: 5px; }.main-nav.open { display: flex; }.nav-item { padding: 9px 12px; }.hero-grid, .spotlight, .ranking-layout, .schedule, .about-grid { grid-template-columns: 1fr; gap: 30px; }.hero { margin-top: 25px; }.hero-art { max-width: 580px; }.story-grid, .wide-grid { grid-template-columns: repeat(2, 1fr); }.korean-grid { grid-template-columns: repeat(3, 1fr); }.reading-tips { grid-template-columns: auto 1fr; }.reading-tips .button { grid-column: 1 / -1; justify-self: start; }.app-grid { grid-template-columns: 1fr; }.qr-card { width: fit-content; }.about-grid { gap: 20px; } }
@media (max-width: 560px) { .container { width: min(100% - 28px, 1200px); }.hero { padding: 39px 0; }.hero-copy > p:not(.eyebrow) { font-size: 16px; }.hero-actions { flex-wrap: wrap; }.hero-badge { right: 8px; bottom: -8px; }.stats-grid { grid-template-columns: repeat(2, 1fr); }.section { margin-top: 60px; }.section-tint, .section-dark { padding: 50px 0; }.category-grid, .story-grid, .wide-grid, .korean-grid { grid-template-columns: 1fr; }.section-heading { align-items: start; flex-direction: column; }.ranking-layout { gap: 30px; }.quote-card { min-height: 210px; }.schedule { padding: 25px; }.schedule-days { grid-template-columns: 1fr; }.reading-tips { grid-template-columns: 1fr; }.tips-icon { width: 48px; height: 48px; }.footer-grid { flex-direction: column; }.footer-grid div:last-child { flex-wrap: wrap; }.reader-main { padding-top: 28px; }.reader-note { flex-direction: column; gap: 3px; }.chapter-nav .button { flex: 1; padding: 10px; font-size: 14px; text-align: center; } }
