:root {
    --ink: #102a3b;
    --ink-soft: #284657;
    --paper: #f7fbf9;
    --paper-deep: #eaf4ef;
    --white: #ffffff;
    --mint: #53d7b1;
    --mint-deep: #1e9f83;
    --coral: #ff7a66;
    --yellow: #ffd36a;
    --blue: #75b9ff;
    --line: rgba(16, 42, 59, 0.12);
    --shadow: 0 18px 55px rgba(20, 52, 69, 0.12);
    --radius-lg: 32px;
    --radius-md: 22px;
    --radius-sm: 14px;
    --shell: 1200px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    overflow-x: hidden;
}

body::before {
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: radial-gradient(circle at 12% 18%, rgba(83, 215, 177, 0.16), transparent 24%), radial-gradient(circle at 88% 32%, rgba(255, 122, 102, 0.12), transparent 22%), linear-gradient(rgba(16, 42, 59, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(16, 42, 59, 0.025) 1px, transparent 1px);
    background-size: auto, auto, 32px 32px, 32px 32px;
    content: "";
    pointer-events: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    font: inherit;
}

p,
h1,
h2,
h3,
ul,
ol,
dl,
dd,
figure {
    margin: 0;
}

ul,
ol {
    padding: 0;
    list-style: none;
}

.shell {
    width: min(var(--shell), calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(16, 42, 59, 0.95);
    color: var(--white);
    backdrop-filter: blur(18px);
}

.header-shell {
    display: flex;
    min-height: 78px;
    align-items: center;
    gap: 22px;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.brand-mark {
    display: inline-grid;
    width: 46px;
    aspect-ratio: 1;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 16px 16px 20px 20px;
    color: var(--ink);
    background: var(--mint);
    box-shadow: inset 0 -8px 0 rgba(16, 42, 59, 0.08);
    font-size: 1.2rem;
    font-weight: 900;
    transform: rotate(-3deg);
}

.brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.brand-copy strong {
    font-size: 1.04rem;
    letter-spacing: 0.08em;
}

.brand-copy small {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.65rem;
    letter-spacing: 0.18em;
}

.main-nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 3px;
}

.nav-link {
    display: flex;
    min-width: 66px;
    padding: 9px 7px;
    align-items: center;
    border-radius: 13px;
    color: rgba(255, 255, 255, 0.75);
    flex-direction: column;
    font-size: 0.78rem;
    line-height: 1.25;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.is-current {
    color: var(--white);
    background: rgba(83, 215, 177, 0.16);
    transform: translateY(-2px);
}

.nav-icon {
    min-height: 20px;
    color: var(--mint);
    font-size: 1rem;
    font-weight: 800;
}

.nav-toggle {
    display: none;
    padding: 8px 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    color: var(--white);
    background: transparent;
    cursor: pointer;
}

.hero {
    display: grid;
    min-height: 610px;
    margin-top: 48px;
    padding: 46px 52px;
    align-items: center;
    border-radius: 38px;
    color: var(--white);
    background: linear-gradient(135deg, #0f2b3c 0%, #173f4f 55%, #1d5a5b 100%);
    box-shadow: var(--shadow);
    grid-template-columns: 1.05fr 0.95fr;
    overflow: hidden;
}

.hero-copy {
    position: relative;
    z-index: 2;
    max-width: 570px;
}

.hero-kicker {
    display: inline-flex;
    padding: 7px 13px;
    align-items: center;
    gap: 9px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: #ccfff0;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.86rem;
}

.pulse-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--coral);
    box-shadow: 0 0 0 6px rgba(255, 122, 102, 0.15);
}

.hero h1 {
    margin-top: 24px;
    font-size: clamp(3.6rem, 7vw, 6.7rem);
    line-height: 0.95;
    letter-spacing: -0.05em;
}

.hero h1 a {
    display: inline-block;
}

.hero h1 a::after {
    display: block;
    width: 42%;
    height: 10px;
    margin-top: 16px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--mint), var(--yellow));
    content: "";
}

.hero-lead {
    max-width: 530px;
    margin-top: 28px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.06rem;
}

.hero-actions,
.app-actions {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 12px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 14px;
    cursor: pointer;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-2px);
}

.button-primary {
    color: var(--ink);
    background: var(--mint);
    box-shadow: 0 12px 30px rgba(83, 215, 177, 0.22);
}

.button-ghost {
    border-color: rgba(255, 255, 255, 0.22);
    color: var(--white);
    background: rgba(255, 255, 255, 0.06);
}

.hero-facts {
    display: flex;
    margin-top: 36px;
    gap: 30px;
}

.hero-facts li {
    display: flex;
    flex-direction: column;
}

.hero-facts strong {
    color: var(--yellow);
    font-size: 1.45rem;
    line-height: 1;
}

.hero-facts span {
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.78rem;
}

.hero-stage {
    position: relative;
    min-height: 500px;
}

.hero-stage::before {
    position: absolute;
    width: 340px;
    height: 340px;
    top: 70px;
    left: 70px;
    border-radius: 50%;
    background: rgba(83, 215, 177, 0.16);
    content: "";
    filter: blur(2px);
}

.hero-feature {
    position: absolute;
    display: block;
    overflow: hidden;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.hero-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-feature-main {
    width: 285px;
    height: 390px;
    top: 44px;
    left: 88px;
    z-index: 3;
    border: 8px solid var(--white);
    border-radius: 24px;
    transform: rotate(4deg);
}

.hero-feature-main::after,
.hero-feature-small::after {
    position: absolute;
    inset: auto 0 0;
    height: 46%;
    background: linear-gradient(transparent, rgba(7, 25, 34, 0.92));
    content: "";
}

.hero-feature-main span,
.hero-feature-main strong,
.hero-feature-small strong {
    position: absolute;
    right: 20px;
    bottom: 48px;
    left: 20px;
    z-index: 2;
}

.hero-feature-main span {
    bottom: 78px;
    color: var(--mint);
    font-size: 0.74rem;
}

.hero-feature-main strong {
    font-size: 1.05rem;
}

.hero-feature-small {
    width: 180px;
    height: 240px;
    right: 0;
    bottom: 18px;
    z-index: 4;
    border: 6px solid var(--yellow);
    border-radius: 20px;
    transform: rotate(-7deg);
}

.hero-feature-small strong {
    bottom: 20px;
    font-size: 0.9rem;
}

.hero-note {
    position: absolute;
    top: 10px;
    right: -12px;
    z-index: 5;
    width: 132px;
    padding: 18px;
    border-radius: 20px;
    color: var(--ink);
    background: var(--coral);
    transform: rotate(6deg);
}

.hero-note > span {
    font-size: 1.5rem;
}

.hero-note p {
    margin-top: 12px;
    font-size: 0.75rem;
}

.hero-note strong {
    display: block;
    margin-top: 2px;
    font-size: 1rem;
}

.hero-orbit {
    position: absolute;
    border: 1px dashed rgba(255, 255, 255, 0.17);
    border-radius: 50%;
}

.hero-orbit-one {
    inset: 35px 12px 55px 42px;
}

.hero-orbit-two {
    inset: 90px 62px 110px 94px;
}

.update-rail {
    display: flex;
    min-height: 72px;
    margin-top: 24px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(20, 52, 69, 0.06);
    overflow: hidden;
}

.update-label {
    display: flex;
    min-height: 72px;
    padding: 0 24px;
    align-items: center;
    gap: 9px;
    color: var(--white);
    background: var(--ink);
    white-space: nowrap;
}

.update-label span {
    color: var(--yellow);
}

.update-items {
    display: grid;
    flex: 1;
    grid-template-columns: repeat(3, 1fr);
}

.update-items a {
    padding: 10px 20px;
    border-right: 1px solid var(--line);
    font-size: 0.82rem;
}

.update-items a:last-child {
    border-right: 0;
}

.content-section {
    margin-top: 92px;
}

.section-heading {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.eyebrow {
    display: block;
    margin-bottom: 8px;
    color: var(--mint-deep);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.section-heading h2,
.about-copy h2,
.app-copy h2 {
    font-size: clamp(1.9rem, 4vw, 3rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.section-heading-copy {
    max-width: 500px;
    text-align: right;
}

.section-heading-copy p {
    color: #61727a;
}

.text-link {
    display: inline-block;
    margin-top: 7px;
    border-bottom: 2px solid var(--mint);
    font-weight: 800;
}

.category-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, 1fr);
}

.category-card {
    position: relative;
    display: grid;
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: var(--radius-md);
    box-shadow: 0 16px 38px rgba(20, 52, 69, 0.08);
    grid-template-columns: auto 1fr;
    gap: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover,
.category-card:focus-visible {
    box-shadow: 0 22px 46px rgba(20, 52, 69, 0.14);
    transform: translateY(-6px);
}

.category-icon {
    display: grid;
    width: 50px;
    height: 50px;
    place-items: center;
    border-radius: 16px;
    color: var(--white);
    background: var(--ink);
    font-size: 1.15rem;
    font-weight: 900;
}

.category-card h3 {
    font-size: 1.1rem;
}

.category-card p {
    margin-top: 8px;
    color: rgba(16, 42, 59, 0.68);
    font-size: 0.84rem;
}

.category-arrow {
    position: absolute;
    right: 18px;
    bottom: 14px;
    font-size: 1.3rem;
}

.category-tone-1,
.category-tone-5 {
    background: #dff8ef;
}

.category-tone-2,
.category-tone-6 {
    background: #ffebe6;
}

.category-tone-3,
.category-tone-7 {
    background: #fff4cf;
}

.category-tone-4,
.category-tone-8 {
    background: #e5f1ff;
}

.filter-bar {
    display: flex;
    margin-bottom: 24px;
    flex-wrap: wrap;
    gap: 9px;
}

.filter-button {
    padding: 8px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--ink-soft);
    background: var(--white);
    cursor: pointer;
}

.filter-button.is-active,
.filter-button:hover {
    border-color: var(--ink);
    color: var(--white);
    background: var(--ink);
}

.comic-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

.comic-card {
    min-width: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 13px 34px rgba(20, 52, 69, 0.07);
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.comic-card:hover {
    box-shadow: 0 24px 50px rgba(20, 52, 69, 0.13);
    transform: translateY(-5px);
}

.comic-card.is-filtered-out {
    display: none;
}

.comic-cover {
    position: relative;
    display: block;
    aspect-ratio: 3 / 4;
    overflow: hidden;
}

.comic-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.comic-card:hover .comic-cover img {
    transform: scale(1.04);
}

.cover-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--white);
    background: rgba(16, 42, 59, 0.86);
    font-size: 0.72rem;
    backdrop-filter: blur(10px);
}

.comic-card-body {
    padding: 18px;
}

.comic-card-body h3 {
    overflow: hidden;
    font-size: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.comic-card-body > p {
    display: -webkit-box;
    min-height: 3.2em;
    margin-top: 8px;
    color: #6a7b83;
    font-size: 0.82rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-meta {
    display: flex;
    margin-top: 15px;
    padding-top: 13px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    gap: 8px;
}

.card-meta > span {
    color: var(--mint-deep);
    font-size: 0.75rem;
    font-weight: 800;
}

.collect-button {
    display: inline-flex;
    padding: 4px 0;
    align-items: center;
    border: 0;
    color: #75868d;
    background: transparent;
    cursor: pointer;
    gap: 5px;
    font-size: 0.75rem;
}

.collect-button.is-collected {
    color: var(--coral);
}

.feature-panel {
    padding: 44px;
    border-radius: var(--radius-lg);
    background: #e8f5f0;
}

.trending-layout {
    display: grid;
    gap: 22px;
    grid-template-columns: 1.25fr 0.75fr;
}

.trending-lead {
    display: grid;
    border-radius: 24px;
    color: var(--white);
    background: var(--ink);
    grid-template-columns: 1.08fr 0.92fr;
    overflow: hidden;
}

.trending-lead-image {
    min-height: 390px;
}

.trending-lead-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.trending-lead-copy {
    display: flex;
    padding: 34px;
    justify-content: center;
    flex-direction: column;
}

.rank-pill {
    align-self: flex-start;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--yellow);
    font-size: 0.72rem;
    font-weight: 900;
}

.trending-lead-copy h3 {
    margin-top: 18px;
    font-size: 1.7rem;
    line-height: 1.25;
}

.trending-lead-copy > p {
    margin-top: 14px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
}

.mini-stats {
    display: grid;
    margin-top: 26px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.mini-stats li {
    display: flex;
    padding: 10px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    flex-direction: column;
}

.mini-stats strong {
    color: var(--mint);
}

.mini-stats span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.65rem;
}

.trending-list {
    display: grid;
    gap: 12px;
}

.trend-row {
    display: grid;
    padding: 12px;
    align-items: center;
    border-radius: 16px;
    background: var(--white);
    grid-template-columns: 34px 66px 1fr auto;
    gap: 12px;
    transition: transform 0.2s ease;
}

.trend-row:hover {
    transform: translateX(5px);
}

.trend-number {
    color: var(--coral);
    font-size: 1.1rem;
    font-weight: 900;
}

.trend-row img {
    width: 66px;
    height: 66px;
    border-radius: 12px;
    object-fit: cover;
}

.trend-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.trend-copy strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.trend-copy small {
    margin-top: 4px;
    color: #77878d;
}

.trend-score {
    color: var(--mint-deep);
    font-weight: 900;
}

.korean-section {
    padding: 50px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: var(--ink);
}

.korean-section .eyebrow,
.korean-section .text-link {
    color: var(--mint);
}

.korean-section .section-heading-copy p {
    color: rgba(255, 255, 255, 0.58);
}

.poster-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.poster-card a {
    position: relative;
    display: block;
    aspect-ratio: 2 / 3;
    border-radius: 20px;
    overflow: hidden;
}

.poster-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.poster-card:hover img {
    transform: scale(1.05);
}

.poster-card a::after {
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent, rgba(8, 26, 36, 0.94));
    content: "";
}

.poster-overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.poster-overlay small {
    color: var(--yellow);
}

.poster-overlay strong {
    margin-top: 5px;
    font-size: 1.05rem;
}

.poster-overlay em {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
    font-style: normal;
}

.mood-layout {
    display: grid;
    min-height: 470px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow);
    grid-template-columns: 0.85fr 1.15fr;
    overflow: hidden;
}

.mood-wheel {
    position: relative;
    display: grid;
    min-height: 470px;
    place-items: center;
    background: #dff8ef;
}

.mood-wheel::before,
.mood-wheel::after {
    position: absolute;
    border: 1px dashed rgba(16, 42, 59, 0.25);
    border-radius: 50%;
    content: "";
}

.mood-wheel::before {
    width: 300px;
    height: 300px;
}

.mood-wheel::after {
    width: 210px;
    height: 210px;
}

.mood-center {
    display: grid;
    z-index: 2;
    width: 116px;
    height: 116px;
    place-items: center;
    border-radius: 36px;
    color: var(--white);
    background: var(--ink);
    box-shadow: 0 18px 40px rgba(16, 42, 59, 0.24);
    font-size: 2.2rem;
    font-weight: 900;
    transform: rotate(-6deg);
}

.mood-point {
    position: absolute;
    display: grid;
    z-index: 2;
    width: 54px;
    height: 54px;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--yellow);
    font-weight: 900;
}

.mood-point-one {
    top: 62px;
}

.mood-point-two {
    right: 65px;
}

.mood-point-three {
    bottom: 58px;
}

.mood-point-four {
    left: 65px;
}

.mood-options {
    display: grid;
    padding: 20px 34px;
}

.mood-option {
    display: grid;
    padding: 20px 0;
    align-items: center;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 48px 1fr auto;
    gap: 16px;
}

.mood-option:last-child {
    border-bottom: 0;
}

.mood-option-index {
    color: var(--coral);
    font-weight: 900;
}

.mood-option > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.mood-option small {
    color: #7a898f;
}

.mood-option strong {
    margin-top: 2px;
    font-size: 1.05rem;
}

.mood-option em {
    margin-top: 2px;
    color: #708087;
    font-size: 0.78rem;
    font-style: normal;
}

.mood-option b {
    font-size: 1.3rem;
    transition: transform 0.2s ease;
}

.mood-option:hover b {
    transform: translateX(5px);
}

.completed-mosaic {
    display: grid;
    min-height: 570px;
    grid-template-columns: 1.2fr 0.8fr 0.8fr;
    grid-template-rows: repeat(2, 1fr);
    gap: 16px;
}

.mosaic-item {
    position: relative;
    min-height: 0;
    border-radius: 22px;
    overflow: hidden;
}

.mosaic-item:first-child {
    grid-row: 1 / 3;
}

.mosaic-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.mosaic-item:hover img {
    transform: scale(1.04);
}

.mosaic-item::after {
    position: absolute;
    inset: 30% 0 0;
    background: linear-gradient(transparent, rgba(8, 27, 36, 0.9));
    content: "";
}

.mosaic-item > span {
    position: absolute;
    right: 20px;
    bottom: 18px;
    left: 20px;
    z-index: 2;
    display: flex;
    color: var(--white);
    flex-direction: column;
}

.mosaic-item small {
    color: var(--mint);
}

.mosaic-item strong {
    font-size: 1.05rem;
}

.mosaic-item em {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.7rem;
    font-style: normal;
}

.editorial-section {
    padding: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
}

.editorial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.editorial-card {
    padding: 26px;
    border-radius: 20px;
    background: var(--paper-deep);
}

.editorial-card:nth-child(2) {
    background: #fff0ec;
}

.editorial-card:nth-child(3) {
    background: #fff7da;
}

.editorial-number {
    color: var(--coral);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
}

.editorial-card h3 {
    margin-top: 18px;
    font-size: 1.25rem;
    line-height: 1.45;
}

.editorial-card p {
    margin-top: 14px;
    color: #66777e;
    font-size: 0.88rem;
}

.ranking-section {
    display: grid;
    grid-template-columns: 0.42fr 0.58fr;
    gap: 45px;
}

.ranking-section .section-heading {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
}

.ranking-section .section-heading-copy {
    text-align: left;
}

.ranking-table {
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--white);
    overflow: hidden;
}

.ranking-row {
    display: grid;
    padding: 14px 18px;
    align-items: center;
    border-bottom: 1px solid var(--line);
    grid-template-columns: 48px 1fr 150px 60px;
    gap: 14px;
}

.ranking-row:last-child {
    border-bottom: 0;
}

.ranking-row:hover {
    background: #f0faf6;
}

.ranking-position {
    color: #94a0a4;
    font-weight: 900;
}

.ranking-position.is-top {
    color: var(--coral);
    font-size: 1.2rem;
}

.ranking-title {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.ranking-title strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranking-title small,
.ranking-chapter {
    color: #7a898f;
    font-size: 0.75rem;
}

.ranking-change {
    color: var(--mint-deep);
    font-size: 0.75rem;
    font-weight: 800;
    text-align: right;
}

.guide-section {
    padding: 48px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: linear-gradient(135deg, #14394a, #0e2838);
}

.guide-section .eyebrow {
    color: var(--yellow);
}

.guide-section .section-heading-copy p {
    color: rgba(255, 255, 255, 0.6);
}

.guide-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: rgba(255, 255, 255, 0.12);
}

.guide-steps li {
    display: flex;
    min-height: 220px;
    padding: 28px;
    background: #14394a;
    flex-direction: column;
}

.guide-steps li > span {
    color: var(--mint);
    font-size: 2rem;
    font-weight: 900;
}

.guide-steps li > div {
    margin-top: auto;
}

.guide-steps h3 {
    font-size: 1.05rem;
}

.guide-steps p {
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.82rem;
}

.about-section {
    display: grid;
    padding: 52px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
    grid-template-columns: 1.05fr 0.95fr;
    gap: 55px;
}

.about-copy p {
    margin-top: 20px;
    color: #61747c;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.about-values > div {
    padding: 22px;
    border-radius: 18px;
    background: var(--paper-deep);
}

.about-values > div:nth-child(2),
.about-values > div:nth-child(3) {
    background: #fff2ee;
}

.about-values dt {
    color: var(--mint-deep);
    font-size: 1.25rem;
    font-weight: 900;
}

.about-values dd {
    margin-top: 8px;
    color: #67787f;
    font-size: 0.82rem;
}

.app-section {
    display: grid;
    min-height: 420px;
    padding: 50px 64px;
    align-items: center;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: linear-gradient(120deg, #166e68, #164257 65%, #102a3b);
    grid-template-columns: 0.8fr 1.2fr;
    gap: 64px;
    overflow: hidden;
}

.app-art {
    position: relative;
    min-height: 320px;
}

.phone-card {
    position: absolute;
    top: 0;
    left: 25px;
    display: flex;
    width: 190px;
    height: 320px;
    padding: 28px 20px;
    align-items: center;
    border: 7px solid rgba(255, 255, 255, 0.88);
    border-radius: 35px;
    color: var(--ink);
    background: #dff8ef;
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.24);
    flex-direction: column;
    transform: rotate(-7deg);
}

.phone-speaker {
    width: 54px;
    height: 6px;
    border-radius: 99px;
    background: rgba(16, 42, 59, 0.25);
}

.phone-logo {
    display: grid;
    width: 76px;
    height: 76px;
    margin-top: 48px;
    place-items: center;
    border-radius: 24px;
    color: var(--white);
    background: var(--ink);
    font-size: 1.8rem;
    font-weight: 900;
}

.phone-card strong {
    margin-top: 24px;
    text-align: center;
}

.phone-card small {
    margin-top: 7px;
    color: #5d747a;
}

.brand-code {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: grid;
    width: 132px;
    height: 132px;
    padding: 15px;
    border: 7px solid var(--yellow);
    border-radius: 24px;
    background: var(--white);
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    transform: rotate(6deg);
}

.brand-code span {
    border-radius: 3px;
    background: #d9e6e3;
}

.brand-code span.is-dark {
    background: var(--ink);
}

.app-copy .eyebrow {
    color: var(--yellow);
}

.app-copy > p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.button-light {
    color: var(--ink);
    background: var(--yellow);
}

.button-outline-light {
    border-color: rgba(255, 255, 255, 0.35);
    color: var(--white);
}

.app-copy .subscribe-message {
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.8rem;
}

.site-footer {
    margin-top: 92px;
    color: rgba(255, 255, 255, 0.68);
    background: #0b2433;
}

.footer-grid {
    display: grid;
    padding-block: 54px;
    grid-template-columns: 1.1fr 0.8fr 1.1fr;
    gap: 55px;
}

.footer-brand {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.footer-brand strong {
    color: var(--white);
    font-size: 1.2rem;
}

.footer-brand p {
    margin-top: 7px;
    font-size: 0.82rem;
}

.footer-title {
    color: var(--white);
    font-size: 0.95rem;
}

.footer-links {
    display: grid;
    margin-top: 12px;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 16px;
}

.footer-links a {
    font-size: 0.82rem;
}

.footer-grid > div:last-child p {
    margin-top: 12px;
    font-size: 0.82rem;
}

.footer-bottom {
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
}

.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 30;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border: 0;
    border-radius: 15px;
    color: var(--white);
    background: var(--ink);
    box-shadow: var(--shadow);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.inner-main,
.reader-main {
    padding-top: 28px;
}

.breadcrumbs {
    display: flex;
    margin-bottom: 26px;
    align-items: center;
    flex-wrap: wrap;
    color: #718087;
    gap: 9px;
    font-size: 0.82rem;
}

.breadcrumbs a:hover {
    color: var(--mint-deep);
}

.channel-hero {
    display: grid;
    min-height: 430px;
    padding: 48px;
    align-items: center;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: var(--ink);
    grid-template-columns: 0.9fr 1.1fr;
    gap: 50px;
    overflow: hidden;
}

.channel-copy {
    position: relative;
    z-index: 2;
}

.channel-icon {
    display: grid;
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
    place-items: center;
    border-radius: 20px;
    color: var(--ink);
    background: var(--mint);
    font-size: 1.5rem;
    font-weight: 900;
}

.channel-copy .eyebrow {
    color: var(--yellow);
}

.channel-copy h1 {
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1.05;
}

.channel-copy > p {
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.7);
}

.channel-tags {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
    gap: 8px;
}

.channel-tags span {
    padding: 6px 11px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.72rem;
}

.channel-feature {
    position: relative;
    min-height: 330px;
    border: 7px solid rgba(255, 255, 255, 0.9);
    border-radius: 25px;
    overflow: hidden;
    transform: rotate(2deg);
}

.channel-feature img {
    width: 100%;
    height: 100%;
    min-height: 330px;
    object-fit: cover;
}

.channel-feature::after {
    position: absolute;
    inset: 36% 0 0;
    background: linear-gradient(transparent, rgba(6, 22, 31, 0.92));
    content: "";
}

.channel-feature > span {
    position: absolute;
    right: 26px;
    bottom: 23px;
    left: 26px;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.channel-feature small {
    color: var(--mint);
}

.channel-feature strong {
    font-size: 1.4rem;
}

.channel-feature em {
    color: rgba(255, 255, 255, 0.6);
    font-style: normal;
}

.five-grid {
    grid-template-columns: repeat(5, 1fr);
}

.five-grid .comic-card-body h3 {
    font-size: 0.92rem;
}

.five-grid .comic-card-body {
    padding: 15px;
}

.five-grid .card-meta {
    align-items: flex-start;
    flex-direction: column;
}

.channel-note {
    display: grid;
    margin-top: 50px;
    padding: 34px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: var(--white);
    grid-template-columns: 0.36fr 0.64fr;
    gap: 35px;
}

.channel-note > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.channel-note > div span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: var(--yellow);
    font-weight: 900;
}

.channel-note h2 {
    font-size: 1.25rem;
}

.channel-note > p {
    color: #66777e;
}

.reader-shell {
    max-width: 980px;
}

.reader-article {
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.reader-header {
    padding: 52px 55px;
    color: var(--white);
    background: linear-gradient(135deg, #102a3b, #1a5657);
    text-align: center;
}

.reader-category {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 999px;
    color: var(--ink);
    background: var(--mint);
    font-size: 0.75rem;
    font-weight: 900;
}

.reader-header h1 {
    margin-top: 18px;
    font-size: clamp(2.3rem, 6vw, 4.5rem);
    line-height: 1.15;
}

.reader-chapter {
    margin-top: 10px;
    color: var(--yellow);
    font-size: 1.1rem;
}

.reader-meta {
    display: flex;
    margin-top: 25px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.reader-meta span {
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 9px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

.reading-note {
    display: flex;
    margin: 38px 46px 0;
    padding: 24px;
    border-left: 5px solid var(--mint);
    border-radius: 0 18px 18px 0;
    background: var(--paper-deep);
    gap: 18px;
}

.reading-note-icon {
    display: grid;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 15px;
    color: var(--white);
    background: var(--ink);
    font-weight: 900;
}

.reading-note h2 {
    font-size: 1rem;
}

.reading-note p {
    margin-top: 6px;
    color: #61747c;
    font-size: 0.86rem;
}

.chapter-intro {
    padding: 38px 48px 8px;
}

.chapter-intro h2 {
    font-size: 1.55rem;
}

.chapter-intro p {
    margin-top: 14px;
    color: #5e7179;
}

.reader-content {
    padding: 28px 48px 0;
}

.reader-panel {
    margin-bottom: 34px;
    border-radius: 22px;
    background: #0d2735;
    box-shadow: 0 16px 45px rgba(14, 42, 56, 0.16);
    overflow: hidden;
}

.reader-panel img {
    width: 100%;
    max-height: 1180px;
    object-fit: cover;
    background: #dce9e5;
}

.reader-panel figcaption {
    display: flex;
    padding: 20px 24px;
    color: rgba(255, 255, 255, 0.65);
    flex-direction: column;
    font-size: 0.84rem;
}

.reader-panel figcaption strong {
    color: var(--mint);
}

.reader-panel figcaption span {
    margin-top: 5px;
}

.chapter-end {
    margin: 20px 48px 0;
    padding: 38px;
    border-radius: 24px;
    background: #fff4cf;
    text-align: center;
}

.chapter-end-mark {
    display: grid;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    place-items: center;
    border-radius: 20px;
    color: var(--white);
    background: var(--coral);
    font-weight: 900;
    transform: rotate(-5deg);
}

.chapter-end h2 {
    margin-top: 20px;
    font-size: 1.35rem;
}

.chapter-end p {
    max-width: 650px;
    margin: 10px auto 0;
    color: #68777a;
}

.chapter-navigation {
    display: grid;
    padding: 36px 48px 50px;
    grid-template-columns: 1fr auto 1fr;
    gap: 12px;
}

.chapter-nav-link {
    display: flex;
    min-height: 52px;
    padding: 11px 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 13px;
    color: var(--ink-soft);
    font-size: 0.82rem;
    text-align: center;
}

.chapter-nav-link:hover {
    border-color: var(--mint-deep);
    color: var(--mint-deep);
}

.chapter-nav-home {
    color: var(--white);
    background: var(--ink);
}

@media (max-width: 1100px) {
    .header-shell {
        flex-wrap: wrap;
        padding-block: 13px;
    }

    .brand {
        margin-right: auto;
    }

    .nav-toggle {
        display: inline-flex;
        align-items: center;
        gap: 7px;
    }

    .main-nav {
        display: none;
        width: 100%;
        padding-top: 9px;
        grid-template-columns: repeat(3, 1fr);
    }

    .main-nav.is-open {
        display: grid;
    }

    .nav-link {
        flex-direction: row;
        justify-content: center;
        gap: 7px;
    }

    .hero {
        min-height: auto;
        grid-template-columns: 1fr;
    }

    .hero-stage {
        min-height: 530px;
        margin-top: 30px;
    }

    .hero-feature-main {
        left: 28%;
    }

    .hero-feature-small {
        right: 16%;
    }

    .hero-note {
        right: 8%;
    }

    .category-grid,
    .comic-grid,
    .poster-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .trending-layout,
    .ranking-section {
        grid-template-columns: 1fr;
    }

    .completed-mosaic {
        min-height: 780px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: 1.2fr 1fr 1fr;
    }

    .mosaic-item:first-child {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .guide-steps {
        grid-template-columns: repeat(2, 1fr);
    }

    .channel-hero {
        grid-template-columns: 1fr;
    }

    .five-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 760px) {
    .shell {
        width: min(100% - 24px, var(--shell));
    }

    .header-shell {
        min-height: 70px;
    }

    .brand-mark {
        width: 40px;
        border-radius: 14px;
    }

    .main-nav {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero {
        margin-top: 24px;
        padding: 34px 24px;
        border-radius: 26px;
    }

    .hero h1 {
        font-size: clamp(3rem, 16vw, 4.5rem);
    }

    .hero-stage {
        min-height: 420px;
    }

    .hero-feature-main {
        width: 225px;
        height: 315px;
        top: 38px;
        left: 7%;
    }

    .hero-feature-small {
        width: 135px;
        height: 182px;
        right: 0;
        bottom: 5px;
    }

    .hero-note {
        width: 108px;
        top: 0;
        right: -8px;
        padding: 13px;
    }

    .hero-facts {
        gap: 18px;
    }

    .hero-facts strong {
        font-size: 1.2rem;
    }

    .update-rail {
        align-items: stretch;
        flex-direction: column;
    }

    .update-label {
        min-height: 52px;
        justify-content: center;
    }

    .update-items {
        grid-template-columns: 1fr;
    }

    .update-items a {
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .content-section {
        margin-top: 66px;
    }

    .section-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .section-heading-copy {
        text-align: left;
    }

    .category-grid,
    .comic-grid,
    .poster-grid {
        gap: 14px;
    }

    .category-card {
        min-height: 180px;
        padding: 18px;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .category-icon {
        width: 42px;
        height: 42px;
    }

    .comic-card-body {
        padding: 13px;
    }

    .card-meta {
        align-items: flex-start;
        flex-direction: column;
    }

    .feature-panel,
    .korean-section,
    .editorial-section,
    .guide-section {
        padding: 26px 18px;
        border-radius: 24px;
    }

    .trending-lead {
        grid-template-columns: 1fr;
    }

    .trending-lead-image {
        min-height: 280px;
    }

    .trending-lead-copy {
        padding: 25px;
    }

    .trend-row {
        grid-template-columns: 27px 54px 1fr;
    }

    .trend-row img {
        width: 54px;
        height: 54px;
    }

    .trend-score {
        display: none;
    }

    .mood-layout {
        grid-template-columns: 1fr;
    }

    .mood-wheel {
        min-height: 360px;
    }

    .mood-options {
        padding: 14px 22px;
    }

    .completed-mosaic {
        min-height: 1080px;
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 1fr);
    }

    .mosaic-item:first-child {
        grid-column: auto;
    }

    .editorial-grid {
        grid-template-columns: 1fr;
    }

    .ranking-row {
        grid-template-columns: 38px 1fr auto;
    }

    .ranking-chapter {
        display: none;
    }

    .guide-steps {
        grid-template-columns: 1fr;
    }

    .guide-steps li {
        min-height: 185px;
    }

    .about-section {
        padding: 28px 22px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .about-values {
        gap: 10px;
    }

    .about-values > div {
        padding: 16px;
    }

    .app-section {
        padding: 34px 22px;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .app-art {
        min-height: 300px;
    }

    .phone-card {
        left: 4%;
    }

    .brand-code {
        right: 4%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .channel-hero {
        padding: 30px 22px;
        gap: 30px;
    }

    .channel-feature {
        min-height: 260px;
    }

    .channel-feature img {
        min-height: 260px;
    }

    .five-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .five-grid .comic-card:last-child {
        grid-column: 1 / 3;
        width: calc(50% - 7px);
        justify-self: center;
    }

    .channel-note {
        padding: 25px;
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .reader-header {
        padding: 40px 20px;
    }

    .reading-note {
        margin: 24px 18px 0;
        padding: 18px;
    }

    .chapter-intro,
    .reader-content {
        padding-right: 18px;
        padding-left: 18px;
    }

    .chapter-end {
        margin-right: 18px;
        margin-left: 18px;
        padding: 28px 20px;
    }

    .chapter-navigation {
        padding: 28px 18px 36px;
        grid-template-columns: 1fr;
    }
}

@media (max-width: 430px) {
    .brand-copy small {
        display: none;
    }

    .nav-toggle span:last-child {
        display: none;
    }

    .hero-actions,
    .app-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-facts {
        justify-content: space-between;
        gap: 8px;
    }

    .category-grid,
    .comic-grid,
    .poster-grid {
        grid-template-columns: 1fr;
    }

    .category-card {
        min-height: 150px;
        grid-template-columns: auto 1fr;
    }

    .five-grid .comic-card:last-child {
        grid-column: auto;
        width: 100%;
    }

    .about-values {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        transition-duration: 0.01ms !important;
    }
}
