/* 天堂漫画原创主题 */
:root {
    --ink: #17202a;
    --muted: #657084;
    --paper: #f7f8fc;
    --white: #ffffff;
    --line: #e4e7ef;
    --violet: #635bff;
    --violet-dark: #463de8;
    --coral: #ff6b6b;
    --gold: #f5b942;
    --mint: #35c69f;
    --navy: #17233f;
    --shadow: 0 20px 60px rgba(31, 37, 58, 0.1);
    --radius-lg: 28px;
    --radius-md: 18px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: "Microsoft YaHei", "PingFang SC", system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    overflow-x: hidden;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    font: inherit;
}

.page-shell,
.header-shell,
.footer-shell {
    width: min(1200px, calc(100% - 40px));
    margin-inline: auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(228, 231, 239, 0.9);
    backdrop-filter: blur(16px);
}

.header-shell {
    display: flex;
    align-items: center;
    min-height: 82px;
    gap: 18px;
}

.brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 11px;
}

.brand-mark {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: linear-gradient(145deg, var(--violet), var(--coral));
    border-radius: 14px 14px 14px 5px;
    box-shadow: 0 10px 24px rgba(99, 91, 255, 0.28);
    font-weight: 800;
}

.brand-copy {
    display: grid;
    line-height: 1.15;
}

.brand-copy strong {
    font-size: 1.12rem;
    letter-spacing: 0.04em;
}

.brand-copy small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 0.75rem;
}

.primary-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
    gap: 4px;
}

.primary-nav a {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 9px 7px;
    border-radius: 12px;
    color: #465065;
    font-size: 0.84rem;
    white-space: nowrap;
    transition: 0.2s ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
    color: var(--violet-dark);
    background: #efefff;
}

.ui-icon {
    display: inline-grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 8px;
    background: rgba(99, 91, 255, 0.1);
    font-style: normal;
    line-height: 1;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    margin-left: auto;
    border: 0;
    border-radius: 12px;
    color: var(--navy);
    background: #f0f1f6;
    cursor: pointer;
}

.hero {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    min-height: 560px;
    margin-top: 48px;
    padding: 64px;
    align-items: center;
    gap: 60px;
    overflow: hidden;
    border-radius: 36px;
    color: var(--white);
    background: radial-gradient(circle at 85% 15%, rgba(255, 107, 107, 0.45), transparent 34%), linear-gradient(135deg, #161f3c, #3d327d 65%, #5e4fd3);
    box-shadow: var(--shadow);
}

.hero-kicker,
.eyebrow {
    display: inline-block;
    color: var(--violet);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.hero-kicker {
    color: #bdb8ff;
}

.hero h1 {
    margin: 10px 0 16px;
    font-size: clamp(3.2rem, 7vw, 6.6rem);
    line-height: 1;
    letter-spacing: -0.06em;
}

.hero h1 a {
    color: var(--white);
}

.hero-lead {
    max-width: 620px;
    margin: 0;
    color: #dfe2f3;
    font-size: 1.08rem;
}

.hero-actions,
.app-actions,
.reader-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
    margin-top: 28px;
}

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 11px 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 700;
    cursor: pointer;
}

.button-primary {
    color: var(--white);
    background: var(--violet);
    box-shadow: 0 10px 24px rgba(99, 91, 255, 0.26);
}

.button-primary:hover {
    background: var(--violet-dark);
}

.hero .button-primary {
    color: var(--navy);
    background: var(--white);
}

.button-ghost {
    color: inherit;
    border-color: var(--line);
    background: transparent;
}

.hero .button-ghost {
    border-color: rgba(255, 255, 255, 0.35);
}

.hero-metrics {
    display: flex;
    padding: 0;
    margin: 40px 0 0;
    gap: 36px;
    list-style: none;
}

.hero-metrics li {
    display: grid;
}

.hero-metrics strong {
    font-size: 1.3rem;
}

.hero-metrics span {
    color: #bfc4dc;
    font-size: 0.82rem;
}

.hero-art {
    position: relative;
    width: min(100%, 390px);
    margin-inline: auto;
}

.hero-cover {
    aspect-ratio: 4 / 5;
    border: 8px solid rgba(255, 255, 255, 0.16);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.hero-card {
    position: absolute;
    display: flex;
    padding: 13px 16px;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 14px;
    color: var(--navy);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 35px rgba(10, 14, 30, 0.25);
}

.hero-card-top {
    top: 28px;
    right: -28px;
    display: grid;
}

.hero-card-bottom {
    bottom: 30px;
    left: -42px;
}

.mini-label {
    color: var(--coral);
    font-size: 0.72rem;
    font-weight: 800;
}

.discovery {
    display: flex;
    margin-top: 34px;
    padding: 24px 30px;
    align-items: center;
    gap: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
}

.discovery-title {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}

.discovery-title h2 {
    margin: 0;
    font-size: 1rem;
}

.discovery-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.discovery-links a {
    padding: 7px 13px;
    border-radius: 999px;
    color: #525d72;
    background: #f3f4f8;
    font-size: 0.88rem;
}

.content-section {
    margin-top: 92px;
}

.section-heading {
    display: flex;
    margin-bottom: 30px;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
}

.section-heading h2,
.feature-copy h2,
.promise-intro h2,
.about-title h2,
.app-copy h2,
.preview-copy h2 {
    margin: 4px 0 6px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.section-heading p,
.feature-copy p,
.promise-intro p,
.preview-copy p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
}

.text-link {
    color: var(--violet-dark);
    font-weight: 700;
    white-space: nowrap;
}

.latest-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.comic-card a {
    display: block;
}

.cover-wrap {
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-md);
    background: #e9eaf1;
}

.cover-image {
    aspect-ratio: 3 / 4;
    transition: transform 0.3s ease;
}

.comic-card:hover .cover-image {
    transform: scale(1.035);
}

.cover-badge,
.chapter-pill {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--violet-dark);
    background: #efefff;
    font-size: 0.78rem;
    font-weight: 800;
}

.cover-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    color: var(--white);
    background: rgba(20, 25, 45, 0.78);
}

.comic-card h3 {
    margin: 14px 0 2px;
    font-size: 1.08rem;
}

.comic-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.ranking-section {
    padding: 42px;
    border-radius: var(--radius-lg);
    background: var(--white);
    box-shadow: var(--shadow);
}

.ranking-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ranking-list li {
    display: grid;
    grid-template-columns: 52px 62px 1fr auto auto;
    padding: 16px 0;
    align-items: center;
    gap: 18px;
    border-top: 1px solid var(--line);
}

.rank-number {
    color: var(--violet);
    font-size: 1.45rem;
    font-weight: 900;
}

.rank-cover {
    aspect-ratio: 1 / 1;
    border-radius: 13px;
}

.rank-info h3,
.rank-info p {
    margin: 0;
}

.rank-info p {
    color: var(--muted);
    font-size: 0.84rem;
}

.rank-score {
    color: var(--coral);
    font-weight: 800;
}

.rank-link {
    padding: 7px 13px;
    border-radius: 10px;
    background: #f2f3f7;
    font-size: 0.86rem;
    font-weight: 700;
}

.feature-story {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    align-items: stretch;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ecebff;
}

.feature-cover {
    height: 100%;
    min-height: 500px;
}

.feature-copy {
    padding: 64px;
    align-self: center;
}

.feature-copy p {
    font-size: 1.02rem;
}

.feature-facts {
    display: grid;
    padding: 0;
    margin: 26px 0;
    gap: 10px;
    list-style: none;
}

.feature-facts li::before {
    margin-right: 9px;
    color: var(--violet);
    content: "✓";
    font-weight: 900;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.category-card {
    min-height: 210px;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--white);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.category-card .ui-icon {
    width: 44px;
    height: 44px;
    color: var(--white);
    background: var(--violet);
    font-size: 1.15rem;
}

.category-card h3 {
    margin: 20px 0 6px;
}

.category-card p {
    min-height: 54px;
    margin: 0 0 16px;
    color: var(--muted);
}

.category-action {
    color: var(--violet-dark);
    font-size: 0.88rem;
    font-weight: 800;
}

.category-popular .ui-icon,
.category-completed .ui-icon {
    background: var(--coral);
}

.category-korean .ui-icon,
.category-japanese .ui-icon {
    background: var(--mint);
}

.schedule-section {
    padding: 42px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: var(--navy);
}

.schedule-section .eyebrow {
    color: #8e88ff;
}

.schedule-section .section-heading p {
    color: #aeb5c8;
}

.schedule-track {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.schedule-item {
    display: grid;
    min-height: 148px;
    padding: 18px 14px;
    align-content: space-between;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.05);
}

.schedule-day,
.schedule-item small {
    color: #aeb5c8;
    font-size: 0.78rem;
}

.story-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.story-card {
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 12px 38px rgba(31, 37, 58, 0.08);
}

.story-image {
    aspect-ratio: 16 / 10;
}

.story-card > div {
    padding: 24px;
}

.story-card h3 {
    margin: 8px 0;
}

.story-card p {
    min-height: 80px;
    margin: 0 0 14px;
    color: var(--muted);
}

.story-card a,
.completed-card a {
    color: var(--violet-dark);
    font-weight: 800;
}

.story-chapter {
    color: var(--coral);
    font-size: 0.78rem;
    font-weight: 800;
}

.completed-layout {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.completed-card {
    display: grid;
    grid-template-columns: 72px 1fr;
    min-height: 190px;
    padding: 30px;
    gap: 20px;
    border-top: 4px solid var(--coral);
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: var(--white);
}

.completed-index {
    color: #d7d9e5;
    font-size: 2.6rem;
    font-weight: 900;
}

.completed-card h3,
.completed-card p {
    margin-top: 0;
}

.completed-card p {
    color: var(--muted);
}

.reader-promise {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 48px;
    gap: 48px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: var(--white);
}

.promise-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.promise-grid article {
    padding: 20px;
    border-radius: 16px;
    background: var(--paper);
}

.promise-grid h3 {
    margin: 12px 0 4px;
    font-size: 1rem;
}

.promise-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 0.88rem;
}

.preview-section {
    display: grid;
    grid-template-columns: 240px 1fr;
    padding: 0;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background: #ffe6df;
}

.preview-label {
    display: grid;
    padding: 42px;
    align-content: center;
    color: var(--white);
    background: var(--coral);
}

.preview-label span {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.preview-label strong {
    font-size: 2.6rem;
}

.preview-copy {
    padding: 42px 50px;
}

.about-section {
    display: grid;
    grid-template-columns: 0.65fr 1.35fr;
    padding: 54px;
    gap: 50px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: linear-gradient(135deg, #231d53, #2f4b78);
}

.about-title .ui-icon {
    width: 52px;
    height: 52px;
    color: var(--navy);
    background: var(--white);
}

.about-title .eyebrow {
    display: block;
    margin-top: 22px;
    color: #9e98ff;
}

.about-copy p {
    margin-top: 0;
    color: #d8dcec;
}

.about-stats {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.about-stats div {
    padding-top: 28px;
}

.about-stats dt {
    font-size: 1.7rem;
    font-weight: 900;
}

.about-stats dd {
    margin: 0;
    color: #b6bdd3;
}

.app-section {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    padding: 54px;
    align-items: center;
    gap: 54px;
    border-radius: var(--radius-lg);
    color: var(--white);
    background: linear-gradient(135deg, #5a50ed, #825cff);
}

.app-graphic {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.phone-frame {
    display: grid;
    width: 150px;
    height: 250px;
    place-items: center;
    align-content: center;
    gap: 15px;
    border: 6px solid var(--white);
    border-radius: 30px;
    background: #211d52;
    box-shadow: 0 20px 50px rgba(25, 20, 80, 0.35);
}

.qr-placeholder {
    display: grid;
    padding: 17px;
    gap: 0;
    border-radius: 15px;
    color: var(--navy);
    background: var(--white);
    font-family: monospace;
    line-height: 1.15;
}

.app-copy .eyebrow {
    color: #d7d4ff;
}

.app-copy p {
    color: #edeaff;
}

.button-light {
    color: var(--violet-dark);
    background: var(--white);
}

.update-note {
    color: #dedaff;
    font-size: 0.86rem;
}

.site-footer {
    margin-top: 92px;
    color: #c8cede;
    background: #12192d;
}

.footer-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    padding-block: 48px 32px;
    gap: 30px;
}

.footer-brand strong {
    color: var(--white);
    font-size: 1.2rem;
}

.footer-brand p {
    margin: 6px 0 0;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    gap: 18px;
}

.copyright {
    grid-column: 1 / -1;
    padding-top: 22px;
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.82rem;
}

.inner-main,
.reader-main {
    padding-top: 30px;
}

.breadcrumb {
    display: flex;
    padding-block: 18px;
    gap: 10px;
    color: var(--muted);
    font-size: 0.86rem;
}

.breadcrumb a {
    color: var(--violet-dark);
}

.channel-hero {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding: 48px;
    align-items: center;
    gap: 30px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, #ffffff, #eeeeff);
}

.channel-icon {
    display: grid;
    width: 100px;
    height: 100px;
    place-items: center;
    border-radius: 30px 30px 30px 10px;
    color: var(--white);
    background: linear-gradient(145deg, var(--violet), var(--coral));
    font-size: 2.5rem;
}

.channel-hero h1 {
    margin: 2px 0;
    font-size: clamp(2.2rem, 5vw, 4rem);
}

.channel-hero p {
    max-width: 760px;
    margin: 0;
    color: var(--muted);
}

.channel-content {
    margin-top: 72px;
}

.channel-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.channel-card {
    overflow: hidden;
    border-radius: var(--radius-md);
    background: var(--white);
    box-shadow: 0 12px 35px rgba(31, 37, 58, 0.07);
}

.channel-card img {
    aspect-ratio: 3 / 4;
}

.channel-card-body {
    padding: 18px;
}

.channel-card h2 {
    margin: 10px 0 6px;
    font-size: 1.05rem;
}

.channel-card p {
    min-height: 78px;
    margin: 0;
    color: var(--muted);
    font-size: 0.86rem;
}

.card-meta {
    display: grid;
    margin-top: 14px;
    color: #8a91a2;
    font-size: 0.75rem;
}

.channel-note {
    display: grid;
    grid-template-columns: 64px 1fr;
    margin-top: 72px;
    padding: 34px;
    gap: 20px;
    border-left: 5px solid var(--violet);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
    background: var(--white);
}

.channel-note .ui-icon {
    width: 50px;
    height: 50px;
}

.channel-note h2,
.channel-note p {
    margin: 0;
}

.channel-note p {
    color: var(--muted);
}

.reader-header {
    padding: 48px;
    text-align: center;
    border-radius: var(--radius-lg);
    background: var(--white);
}

.reader-header h1 {
    margin: 12px 0;
    font-size: clamp(2rem, 5vw, 3.7rem);
    line-height: 1.2;
}

.reader-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
    color: var(--muted);
    font-size: 0.86rem;
}

.reading-note {
    display: flex;
    max-width: 820px;
    padding: 17px 20px;
    margin: 28px auto 0;
    align-items: flex-start;
    gap: 12px;
    border-radius: 14px;
    text-align: left;
    background: #f3f3ff;
}

.reading-note p {
    margin: 0;
    color: #525d72;
}

.comic-pages {
    width: min(860px, 100%);
    margin: 46px auto 0;
    padding: 18px;
    background: #101522;
}

.comic-page {
    margin: 0 0 18px;
}

.comic-page:last-child {
    margin-bottom: 0;
}

.reader-image {
    aspect-ratio: 4 / 5;
    background: #252c3b;
}

.comic-page figcaption {
    padding: 10px;
    color: #aeb5c8;
    text-align: center;
    font-size: 0.78rem;
}

.chapter-end {
    padding: 54px;
    margin-top: 46px;
    text-align: center;
    border-radius: var(--radius-lg);
    background: var(--white);
}

.end-mark {
    color: var(--coral);
    font-weight: 900;
    letter-spacing: 0.25em;
}

.chapter-end h2 {
    margin-bottom: 6px;
}

.chapter-end p {
    margin: 0;
    color: var(--muted);
}

.reader-actions {
    justify-content: center;
}

.button-disabled {
    color: #a0a5b1;
    background: #eef0f4;
    cursor: default;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 80;
    max-width: 320px;
    padding: 14px 18px;
    border-radius: 14px;
    color: var(--white);
    background: var(--navy);
    box-shadow: var(--shadow);
}

@media (max-width: 1024px) {
    .header-shell {
        flex-wrap: wrap;
        padding-block: 14px;
    }

    .nav-toggle {
        display: inline-grid;
        place-items: center;
    }

    .primary-nav {
        display: none;
        width: 100%;
        flex: 0 0 100%;
        padding-top: 8px;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .primary-nav.is-open {
        display: flex;
    }

    .hero {
        grid-template-columns: 1fr 0.8fr;
        padding: 48px;
        gap: 38px;
    }

    .hero-card-top {
        right: -10px;
    }

    .hero-card-bottom {
        left: -14px;
    }

    .latest-grid,
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule-track {
        grid-template-columns: repeat(4, 1fr);
    }

    .schedule-item:last-child {
        grid-column: span 2;
    }

    .story-row {
        grid-template-columns: 1fr;
    }

    .story-card {
        display: grid;
        grid-template-columns: 0.8fr 1.2fr;
    }

    .channel-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .channel-card:last-child {
        grid-column: span 2;
    }
}

@media (max-width: 760px) {
    .page-shell,
    .header-shell,
    .footer-shell {
        width: min(100% - 28px, 1200px);
    }

    .site-header {
        position: relative;
    }

    .primary-nav {
        display: none;
        padding-bottom: 4px;
    }

    .primary-nav.is-open {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .primary-nav a {
        justify-content: flex-start;
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
        margin-top: 28px;
        padding: 34px 24px;
    }

    .hero h1 {
        font-size: 3.4rem;
    }

    .hero-art {
        width: 78%;
    }

    .hero-card {
        font-size: 0.78rem;
    }

    .hero-metrics {
        gap: 20px;
    }

    .discovery {
        display: grid;
    }

    .content-section {
        margin-top: 66px;
    }

    .section-heading {
        align-items: start;
    }

    .section-heading,
    .feature-story,
    .reader-promise,
    .preview-section,
    .about-section,
    .app-section {
        grid-template-columns: 1fr;
    }

    .latest-grid,
    .category-grid,
    .completed-layout,
    .promise-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ranking-section,
    .schedule-section {
        padding: 26px 20px;
    }

    .ranking-list li {
        grid-template-columns: 42px 52px 1fr auto;
        gap: 10px;
    }

    .rank-score {
        display: none;
    }

    .feature-cover {
        min-height: 360px;
    }

    .feature-copy {
        padding: 36px 26px;
    }

    .schedule-track {
        grid-template-columns: repeat(2, 1fr);
    }

    .schedule-item:last-child {
        grid-column: span 2;
    }

    .story-card {
        grid-template-columns: 1fr;
    }

    .completed-card {
        grid-template-columns: 44px 1fr;
        padding: 22px;
    }

    .reader-promise,
    .about-section,
    .app-section {
        padding: 34px 24px;
    }

    .about-stats {
        grid-template-columns: repeat(3, 1fr);
    }

    .preview-label,
    .preview-copy {
        padding: 28px;
    }

    .footer-shell {
        grid-template-columns: 1fr;
    }

    .channel-hero {
        grid-template-columns: 72px 1fr;
        padding: 30px 24px;
    }

    .channel-icon {
        width: 72px;
        height: 72px;
        border-radius: 22px 22px 22px 8px;
        font-size: 1.8rem;
    }

    .channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .channel-card:last-child {
        grid-column: span 2;
    }

    .reader-header,
    .chapter-end {
        padding: 34px 20px;
    }

    .comic-pages {
        padding: 8px;
    }

    .reader-actions {
        display: grid;
    }
}

@media (max-width: 480px) {
    .brand-copy small {
        display: none;
    }

    .hero-actions,
    .hero-actions .button {
        width: 100%;
    }

    .hero-art {
        width: 88%;
    }

    .latest-grid,
    .category-grid,
    .completed-layout,
    .promise-grid,
    .channel-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .comic-card h3,
    .category-card h3 {
        font-size: 0.95rem;
    }

    .category-card {
        min-height: 190px;
        padding: 18px;
    }

    .category-card p {
        min-height: 72px;
        font-size: 0.82rem;
    }

    .ranking-list li {
        grid-template-columns: 36px 46px 1fr;
    }

    .rank-link {
        grid-column: 3;
        width: fit-content;
    }

    .completed-card {
        grid-column: span 2;
    }

    .about-stats {
        gap: 10px;
    }

    .about-stats dt {
        font-size: 1.2rem;
    }

    .app-graphic {
        transform: scale(0.88);
    }

    .channel-card:last-child {
        grid-column: span 2;
    }

    .channel-card-body {
        padding: 14px;
    }

    .channel-card p {
        min-height: 100px;
        font-size: 0.8rem;
    }

    .channel-note {
        grid-template-columns: 1fr;
    }
}
