:root {
    --ink: #12111a;
    --muted: #686676;
    --paper: #f7f7fb;
    --white: #ffffff;
    --line: #dedee8;
    --pink: #ff4d8d;
    --yellow: #ffd84d;
    --violet: #7c5cff;
    --cyan: #25d7c7;
    --shadow: 0 18px 50px rgba(18, 17, 26, 0.1);
    --radius-lg: 28px;
    --radius-md: 18px;
    --shell: min(1200px, calc(100% - 40px));
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

body::before {
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    content: "";
    opacity: 0.34;
    background-image: radial-gradient(rgba(18, 17, 26, 0.16) 0.7px, transparent 0.7px);
    background-size: 16px 16px;
}

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

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

button,
input {
    font: inherit;
}

button {
    color: inherit;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.section {
    margin-top: 104px;
    margin-bottom: 104px;
}

.ui-icon {
    width: 1.2em;
    height: 1.2em;
    flex: 0 0 auto;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 999;
    padding: 10px 16px;
    color: var(--white);
    background: var(--ink);
    border-radius: 10px;
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(18, 17, 26, 0.08);
    background: rgba(247, 247, 251, 0.92);
    backdrop-filter: blur(18px);
}

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

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

.brand-mark {
    position: relative;
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    color: var(--white);
    background: var(--ink);
    border-radius: 50% 50% 44% 56%;
    font-size: 18px;
    font-weight: 900;
    transform: rotate(-6deg);
}

.brand-mark::after {
    position: absolute;
    right: -5px;
    bottom: -3px;
    width: 14px;
    height: 14px;
    content: "";
    background: var(--pink);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

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

.brand-copy strong {
    font-size: 20px;
    letter-spacing: 0.04em;
}

.brand-copy small {
    margin-top: 5px;
    color: var(--muted);
    font-size: 10px;
    letter-spacing: 0.16em;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: auto;
}

.nav-link {
    position: relative;
    display: inline-flex;
    min-height: 42px;
    padding: 9px 10px;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    color: #474552;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    transition: 180ms ease;
}

.nav-link:hover,
.nav-link.is-active {
    color: var(--ink);
    background: var(--white);
    box-shadow: 0 7px 24px rgba(18, 17, 26, 0.08);
}

.nav-link.is-active::after {
    position: absolute;
    right: 10px;
    bottom: 4px;
    left: 10px;
    height: 2px;
    content: "";
    background: var(--pink);
    border-radius: 2px;
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 11px;
    margin-left: auto;
    border: 0;
    background: var(--white);
    border-radius: 12px;
}

.nav-toggle-line {
    display: block;
    height: 2px;
    margin: 4px 0;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 650px;
    margin-top: 48px;
    padding: 56px 64px;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 56px;
    overflow: hidden;
    color: var(--white);
    background: var(--ink);
    border-radius: 36px;
    box-shadow: var(--shadow);
}

.hero::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    background: radial-gradient(circle at 12% 16%, rgba(255, 77, 141, 0.25), transparent 28%), radial-gradient(circle at 86% 82%, rgba(37, 215, 199, 0.2), transparent 30%);
}

.hero-copy,
.hero-art {
    position: relative;
    z-index: 1;
}

.hero-kicker,
.eyebrow {
    display: inline-flex;
    color: var(--pink);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.18em;
}

.hero h1 {
    margin: 14px 0 8px;
    font-size: clamp(64px, 8vw, 108px);
    line-height: 0.95;
    letter-spacing: -0.07em;
}

.hero h1 a {
    background: linear-gradient(120deg, #ffffff 30%, #ffd84d 100%);
    background-clip: text;
    color: transparent;
}

.hero-copy > p:not(.hero-intro) {
    margin: 20px 0 0;
    color: var(--yellow);
    font-size: 22px;
    font-weight: 800;
}

.hero-intro {
    max-width: 620px;
    margin: 16px 0 0;
    color: #c9c7d4;
}

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

.button {
    display: inline-flex;
    min-height: 48px;
    padding: 12px 20px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 14px;
    font-weight: 800;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

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

.button-primary {
    color: var(--white);
    background: var(--pink);
    box-shadow: 0 12px 28px rgba(255, 77, 141, 0.3);
}

.button-ghost {
    color: var(--white);
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

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

.button-dark {
    color: var(--white);
    background: var(--ink);
}

.hero-search {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 10px;
    margin-top: 28px;
    padding: 7px 7px 7px 15px;
    color: var(--muted);
    background: var(--white);
    border-radius: 16px;
}

.hero-search input {
    min-width: 0;
    padding: 8px 0;
    border: 0;
    outline: 0;
    color: var(--ink);
    background: transparent;
}

.hero-search button {
    padding: 9px 17px;
    border: 0;
    border-radius: 11px;
    color: var(--white);
    background: var(--violet);
    font-weight: 800;
    cursor: pointer;
}

.hero-art {
    min-width: 0;
}

.hero-poster {
    position: relative;
    display: block;
    width: min(100%, 430px);
    margin-left: auto;
    transform: rotate(3deg);
}

.hero-poster::before {
    position: absolute;
    inset: 14px -14px -14px 14px;
    z-index: -1;
    content: "";
    background: var(--yellow);
    border-radius: 28px;
}

.hero-poster img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    border: 5px solid var(--white);
    border-radius: 28px;
}

.poster-stamp {
    position: absolute;
    right: -24px;
    bottom: 26px;
    display: flex;
    width: 112px;
    height: 112px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ink);
    background: var(--yellow);
    border: 4px solid var(--ink);
    border-radius: 50%;
    transform: rotate(-9deg);
}

.poster-stamp strong {
    font-size: 18px;
}

.poster-stamp small {
    font-size: 12px;
}

.hero-note {
    position: absolute;
    bottom: -28px;
    left: -18px;
    width: 250px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--ink);
    background: var(--white);
    border-radius: 16px;
    box-shadow: var(--shadow);
}

.hero-note span {
    color: var(--pink);
    font-size: 24px;
    font-weight: 900;
}

.hero-note p {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}

.ticker-section {
    margin-top: 34px;
}

.ticker {
    display: flex;
    padding: 16px 22px;
    align-items: center;
    gap: 24px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
}

.ticker > strong {
    flex: 0 0 auto;
    padding-right: 22px;
    border-right: 1px solid var(--line);
}

.ticker-list {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.ticker-list a {
    overflow: hidden;
    font-size: 14px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ticker-list span {
    margin-right: 7px;
    color: var(--pink);
    font-size: 12px;
}

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

.section-heading h2,
.spotlight-copy h2,
.guide-title h2,
.stats-copy h2,
.about-copy h2,
.app-copy h2 {
    margin: 7px 0 0;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.section-heading p {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--muted);
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
    color: var(--violet);
    font-weight: 800;
}

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

.category-card {
    position: relative;
    min-height: 260px;
    padding: 26px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.category-card::after {
    position: absolute;
    right: -34px;
    bottom: -34px;
    width: 110px;
    height: 110px;
    content: "";
    opacity: 0.14;
    background: var(--accent);
    border-radius: 50%;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
}

.category-icon {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    color: var(--white);
    background: var(--accent);
    border-radius: 15px;
}

.category-icon .ui-icon {
    width: 24px;
    height: 24px;
}

.category-card h3 {
    margin: 20px 0 8px;
    font-size: 21px;
}

.category-card p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

.category-more {
    position: absolute;
    bottom: 22px;
    left: 26px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--accent);
    font-size: 14px;
    font-weight: 900;
}

.feature-section {
    padding: 92px 0;
    background: #eeedf6;
}

.feature-stack {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    grid-template-rows: repeat(2, minmax(240px, auto));
    gap: 20px;
}

.feature-item {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 26px;
}

.feature-item-1 {
    grid-row: 1 / 3;
}

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

.feature-item > div {
    position: absolute;
    inset: auto 20px 20px 20px;
    padding: 22px;
    color: var(--white);
    background: rgba(18, 17, 26, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 18px;
    backdrop-filter: blur(14px);
}

.feature-item h3 {
    margin: 4px 0 8px;
    font-size: 26px;
}

.feature-item p {
    display: -webkit-box;
    margin: 0 0 14px;
    overflow: hidden;
    color: #d8d6e1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inline-button {
    color: var(--yellow);
    font-weight: 900;
}

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

.comic-card {
    min-width: 0;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.comic-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.comic-card[hidden] {
    display: none;
}

.cover-link {
    position: relative;
    display: block;
    overflow: hidden;
}

.cover-link img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: transform 260ms ease;
}

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

.cover-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 5px 10px;
    color: var(--white);
    background: var(--ink);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
}

.card-body {
    padding: 20px;
}

.card-body h3 {
    margin: 0;
    font-size: 20px;
}

.card-body p {
    display: -webkit-box;
    margin: 8px 0 14px;
    overflow: hidden;
    color: var(--muted);
    font-size: 14px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-meta {
    display: flex;
    justify-content: space-between;
    color: var(--violet);
    font-size: 13px;
    font-weight: 800;
}

.card-action {
    display: flex;
    margin-top: 16px;
    padding-top: 14px;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    font-weight: 800;
}

.search-empty {
    padding: 30px;
    text-align: center;
    color: var(--muted);
    background: var(--white);
    border-radius: 16px;
}

.rank-section {
    padding: 100px 0;
    color: var(--white);
    background: var(--violet);
}

.rank-layout {
    display: grid;
    grid-template-columns: 0.72fr 1.28fr;
    gap: 70px;
    align-items: start;
}

.rank-intro h2 {
    margin: 10px 0 18px;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1;
}

.rank-intro p {
    margin-bottom: 28px;
    color: #dfdcff;
}

.rank-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.rank-list li {
    display: grid;
    padding: 18px 0;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.rank-number {
    color: var(--yellow);
    font-size: 22px;
    font-weight: 900;
}

.rank-list a {
    display: flex;
    flex-direction: column;
}

.rank-list strong {
    font-size: 18px;
}

.rank-list small {
    color: #d7d3ff;
}

.rank-score {
    padding: 6px 10px;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    background: var(--white);
    border-radius: 32px;
    box-shadow: var(--shadow);
}

.spotlight-image {
    position: relative;
    min-height: 620px;
}

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

.vertical-label {
    position: absolute;
    top: 24px;
    left: 24px;
    padding: 8px 12px;
    color: var(--white);
    background: var(--ink);
    border-radius: 8px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
}

.spotlight-copy {
    padding: 64px;
    align-self: center;
}

.spotlight-copy > p {
    color: var(--muted);
}

.spotlight-copy blockquote {
    margin: 28px 0;
    padding: 18px 0 18px 22px;
    border-left: 4px solid var(--pink);
    font-size: 19px;
    font-weight: 800;
}

.spotlight-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.spotlight-tags span,
.channel-tags span {
    padding: 6px 11px;
    color: var(--violet);
    background: #efedff;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.journey-line {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.journey-line::before {
    position: absolute;
    top: 28px;
    right: 6%;
    left: 6%;
    height: 3px;
    content: "";
    background: var(--ink);
}

.journey-stop {
    position: relative;
    z-index: 1;
    padding: 18px;
    padding-top: 56px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
}

.journey-stop::before {
    position: absolute;
    top: 20px;
    left: calc(50% - 8px);
    width: 16px;
    height: 16px;
    content: "";
    background: var(--yellow);
    border: 3px solid var(--ink);
    border-radius: 50%;
}

.journey-stop > span {
    color: var(--pink);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
}

.journey-stop h3 {
    margin: 5px 0 8px;
    font-size: 18px;
}

.journey-stop p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
}

.archive-section {
    padding: 100px 0;
    background: #181720;
    color: var(--white);
}

.archive-section .section-heading p {
    color: #aaa8b7;
}

.archive-wall {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 240px);
    gap: 16px;
}

.archive-tile {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
}

.archive-tile-1 {
    grid-row: 1 / 3;
    grid-column: 1 / 3;
}

.archive-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.archive-tile::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.78));
}

.archive-tile > span {
    position: absolute;
    right: 18px;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    display: flex;
    flex-direction: column;
}

.archive-tile strong {
    font-size: 20px;
}

.archive-tile small {
    color: var(--yellow);
}

.schedule-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 12px;
}

.schedule-day {
    min-height: 160px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 16px;
}

.schedule-day > span {
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.schedule-day strong {
    font-size: 16px;
    line-height: 1.4;
}

.schedule-day small {
    color: var(--pink);
    font-weight: 800;
}

.schedule-day.is-today {
    color: var(--white);
    background: var(--pink);
    border-color: var(--pink);
    transform: translateY(-8px);
    box-shadow: 0 16px 32px rgba(255, 77, 141, 0.25);
}

.schedule-day.is-today span,
.schedule-day.is-today small {
    color: var(--white);
}

.reading-guide {
    padding: 95px 0;
    background: var(--yellow);
}

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

.guide-title p {
    color: #565049;
}

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

.guide-steps article {
    padding: 22px;
    background: rgba(255, 255, 255, 0.68);
    border: 2px solid var(--ink);
    border-radius: 18px;
}

.guide-steps span {
    font-weight: 900;
}

.guide-steps h3 {
    margin: 18px 0 6px;
}

.guide-steps p {
    margin: 0;
    color: #565049;
}

.stats-section {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 60px;
    align-items: center;
}

.stats-copy p {
    color: var(--muted);
}

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

.stats-grid div {
    padding: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 18px;
}

.stats-grid strong {
    display: block;
    color: var(--violet);
    font-size: 48px;
    line-height: 1;
}

.stats-grid span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
}

.about-section {
    display: grid;
    grid-template-columns: 0.42fr 1.58fr;
    gap: 60px;
    padding: 70px;
    color: var(--white);
    background: var(--ink);
    border-radius: 30px;
}

.about-mark {
    display: flex;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--pink);
    border-radius: 48% 52% 55% 45%;
    transform: rotate(-4deg);
}

.about-mark span {
    font-size: 82px;
    font-weight: 900;
    line-height: 1;
}

.about-mark small {
    letter-spacing: 0.3em;
}

.about-copy p {
    color: #c4c2cd;
}

.about-points {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
}

.about-points li {
    padding: 12px;
    color: var(--yellow);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    font-size: 13px;
}

.app-section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 56px;
    padding: 70px;
    overflow: hidden;
    background: linear-gradient(135deg, #f1edff, #e7fffb);
    border: 1px solid #d6d0ff;
    border-radius: 30px;
}

.app-copy {
    max-width: 720px;
}

.app-copy p {
    color: var(--muted);
}

.app-copy small {
    display: block;
    margin-top: 12px;
    color: var(--muted);
}

.qr-card {
    width: 210px;
    padding: 18px;
    align-self: center;
    text-align: center;
    background: var(--white);
    border-radius: 20px;
    box-shadow: var(--shadow);
    transform: rotate(3deg);
}

.qr-pattern {
    display: grid;
    padding: 12px;
    grid-template-columns: repeat(5, 1fr);
    gap: 4px;
    background: var(--ink);
    border-radius: 12px;
}

.qr-pattern i {
    aspect-ratio: 1;
    background: var(--white);
}

.qr-pattern i:nth-child(3n),
.qr-pattern i:nth-child(7n),
.qr-pattern i:nth-child(11n) {
    background: var(--pink);
}

.qr-card strong,
.qr-card span {
    display: block;
}

.qr-card strong {
    margin-top: 12px;
}

.qr-card span {
    color: var(--muted);
    font-size: 12px;
}

.site-footer {
    padding: 64px 0 24px;
    color: var(--white);
    background: #0d0c12;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
}

.footer-brand strong {
    font-size: 30px;
}

.footer-brand p {
    color: #94919f;
}

.footer-grid h2 {
    margin: 0 0 12px;
    font-size: 16px;
}

.footer-links {
    display: grid;
    gap: 8px;
}

.footer-links a {
    color: #aaa7b4;
}

.footer-bottom {
    display: flex;
    margin-top: 46px;
    padding-top: 22px;
    justify-content: space-between;
    gap: 18px;
    color: #777481;
    border-top: 1px solid #2c2a34;
    font-size: 13px;
}

.page-space {
    padding-top: 34px;
    padding-bottom: 90px;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 26px;
    color: var(--muted);
    font-size: 14px;
}

.breadcrumb a:hover {
    color: var(--pink);
}

.channel-hero {
    position: relative;
    display: grid;
    padding: 48px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 28px;
    overflow: hidden;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 28px;
}

.channel-hero::after {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 330px;
    height: 330px;
    content: "";
    opacity: 0.12;
    background: var(--accent);
    border-radius: 50%;
}

.channel-icon {
    display: grid;
    width: 82px;
    height: 82px;
    place-items: center;
    color: var(--white);
    background: var(--accent);
    border-radius: 24px;
}

.channel-icon .ui-icon {
    width: 38px;
    height: 38px;
}

.channel-hero h1 {
    margin: 4px 0 6px;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1;
}

.channel-hero p {
    max-width: 720px;
    margin: 0;
    color: var(--muted);
}

.channel-data {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto auto;
    gap: 2px 10px;
}

.channel-data dt {
    color: var(--muted);
}

.channel-data dd {
    margin: 0;
    font-weight: 900;
}

.channel-content {
    margin-bottom: 60px;
}

.channel-list {
    display: grid;
    gap: 16px;
}

.channel-row {
    display: grid;
    padding: 18px;
    grid-template-columns: 150px 1fr auto;
    align-items: center;
    gap: 28px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 20px;
}

.channel-cover {
    overflow: hidden;
    border-radius: 14px;
}

.channel-cover img {
    width: 100%;
    aspect-ratio: 3 / 3.9;
    object-fit: cover;
}

.channel-row-main h2 {
    margin: 4px 0 8px;
    font-size: 26px;
}

.channel-row-main p {
    margin: 0;
    color: var(--muted);
}

.channel-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 16px;
}

.channel-row-side {
    min-width: 126px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 12px;
}

.channel-row-side time {
    color: var(--muted);
    font-size: 12px;
}

.channel-row-side > strong {
    color: var(--pink);
}

.circle-action {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--white);
    background: var(--ink);
    border-radius: 50%;
}

.channel-seo {
    padding: 32px;
    background: #eeedf6;
    border-radius: 20px;
}

.channel-seo h2 {
    margin-top: 0;
}

.channel-seo p {
    margin-bottom: 0;
    color: var(--muted);
}

.reader-main {
    background: linear-gradient(#f7f7fb 0, #ecebf3 28%, #12111a 28%);
}

.reader-article {
    max-width: 980px;
    margin-inline: auto;
}

.reader-header {
    padding: 48px;
    text-align: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 28px;
}

.reader-category {
    display: inline-flex;
    padding: 6px 12px;
    color: var(--white);
    background: var(--pink);
    border-radius: 999px;
    font-size: 13px;
    font-weight: 900;
}

.reader-header h1 {
    margin: 14px 0 10px;
    font-size: clamp(34px, 5vw, 56px);
    line-height: 1.2;
}

.reader-summary {
    max-width: 730px;
    margin: 0 auto;
    color: var(--muted);
}

.reader-meta {
    display: flex;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 20px;
    color: var(--muted);
    font-size: 13px;
}

.reader-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.reading-note {
    display: grid;
    margin: 24px 0;
    padding: 20px 24px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
    color: var(--white);
    background: #292732;
    border: 1px solid #3b3945;
    border-radius: 18px;
}

.reading-note > div {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: var(--ink);
    background: var(--yellow);
    border-radius: 14px;
}

.reading-note p {
    margin: 0;
    color: #b9b6c3;
}

.reading-note strong {
    display: block;
    color: var(--white);
}

.chapter-content {
    display: grid;
    gap: 28px;
}

.manga-panel {
    margin: 0;
    overflow: hidden;
    background: #1b1a22;
    border: 1px solid #34323d;
    border-radius: 18px;
}

.manga-panel img {
    width: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.manga-panel figcaption {
    padding: 12px 16px;
    color: #8e8b99;
    font-size: 12px;
    text-align: center;
}

.chapter-end {
    margin-top: 30px;
    padding: 54px 28px;
    text-align: center;
    color: var(--white);
    background: #1b1a22;
    border: 1px solid #34323d;
    border-radius: 20px;
}

.chapter-end > span {
    color: var(--pink);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.3em;
}

.chapter-end h2 {
    margin: 8px 0;
}

.chapter-end p {
    max-width: 680px;
    margin: 0 auto;
    color: #aaa7b4;
}

.chapter-nav {
    display: grid;
    margin-top: 24px;
    grid-template-columns: 1fr auto 1fr;
    align-items: stretch;
    gap: 12px;
}

.chapter-prev,
.chapter-next,
.chapter-back {
    min-height: 78px;
    padding: 14px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--white);
    background: #292732;
    border: 1px solid #3b3945;
    border-radius: 14px;
}

.chapter-next {
    text-align: right;
}

.chapter-back {
    color: var(--ink);
    background: var(--yellow);
    border-color: var(--yellow);
    font-weight: 900;
}

.chapter-nav small {
    color: #8e8b99;
}

.chapter-nav .is-disabled {
    opacity: 0.45;
}

@media (max-width: 1100px) {
    :root {
        --shell: min(100% - 32px, 960px);
    }

    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        top: 78px;
        right: 16px;
        left: 16px;
        display: none;
        padding: 14px;
        grid-template-columns: repeat(3, 1fr);
        background: var(--white);
        border: 1px solid var(--line);
        border-radius: 18px;
        box-shadow: var(--shadow);
    }

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

    .nav-link {
        justify-content: center;
    }

    .hero {
        padding: 48px;
        gap: 34px;
    }

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

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

    .journey-line::before {
        display: none;
    }

    .schedule-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 760px) {
    :root {
        --shell: calc(100% - 24px);
    }

    .section {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .brand-copy small {
        display: none;
    }

    .site-nav {
        grid-template-columns: repeat(2, 1fr);
        max-height: calc(100vh - 100px);
        overflow-y: auto;
    }

    .hero {
        min-height: auto;
        margin-top: 24px;
        padding: 34px 22px 44px;
        grid-template-columns: 1fr;
        border-radius: 24px;
    }

    .hero h1 {
        font-size: 62px;
    }

    .hero-copy > p:not(.hero-intro) {
        font-size: 19px;
    }

    .hero-poster {
        width: 82%;
        margin: 10px auto 0;
    }

    .poster-stamp {
        right: -22px;
        width: 92px;
        height: 92px;
    }

    .hero-note {
        bottom: -24px;
        left: 0;
    }

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

    .ticker > strong {
        padding-right: 0;
        border: 0;
    }

    .ticker-list {
        grid-template-columns: 1fr;
    }

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

    .category-grid,
    .comic-grid,
    .feature-stack,
    .rank-layout,
    .spotlight,
    .guide-layout,
    .stats-section,
    .about-section,
    .app-section,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .feature-stack {
        grid-template-rows: none;
    }

    .feature-item-1 {
        grid-row: auto;
    }

    .feature-item {
        min-height: 390px;
    }

    .rank-section,
    .feature-section,
    .archive-section,
    .reading-guide {
        padding: 70px 0;
    }

    .spotlight-image {
        min-height: 430px;
    }

    .spotlight-copy {
        padding: 34px 24px;
    }

    .journey-line,
    .schedule-grid,
    .guide-steps,
    .stats-grid,
    .about-points {
        grid-template-columns: 1fr;
    }

    .journey-stop {
        padding-top: 52px;
    }

    .archive-wall {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 210px);
    }

    .archive-tile-1 {
        grid-column: 1 / 3;
        grid-row: auto;
    }

    .schedule-day {
        min-height: 120px;
    }

    .schedule-day.is-today {
        transform: none;
    }

    .about-section,
    .app-section {
        padding: 34px 24px;
    }

    .about-mark {
        min-height: 210px;
    }

    .qr-card {
        width: min(230px, 100%);
        justify-self: center;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .channel-hero {
        padding: 30px 22px;
        grid-template-columns: 1fr;
    }

    .channel-data {
        justify-self: start;
    }

    .channel-row {
        padding: 14px;
        grid-template-columns: 96px 1fr;
        gap: 16px;
    }

    .channel-row-main h2 {
        font-size: 20px;
    }

    .channel-row-main p,
    .channel-tags {
        display: none;
    }

    .channel-row-side {
        grid-column: 1 / 3;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

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

    .reading-note {
        align-items: start;
    }

    .chapter-content {
        gap: 16px;
    }

    .chapter-nav {
        grid-template-columns: 1fr 1fr;
    }

    .chapter-back {
        grid-column: 1 / 3;
        grid-row: 1;
        align-items: center;
        min-height: 56px;
    }
}

@media (max-width: 420px) {
    .hero-actions .button {
        width: 100%;
    }

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

    .hero-search button {
        grid-column: 1 / 3;
    }

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

    .archive-wall {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(5, 250px);
    }

    .archive-tile-1 {
        grid-column: auto;
    }
}
