:root {
--ero-bg:              #0D0D0D;
--ero-bg-card:         #161616;
--ero-bg-card-2:       #1E1E1E;
--ero-bg-alt:          #111111;
--ero-red:             #DC2626;
--ero-red-light:       #EF4444;
--ero-red-dark:        #B91C1C;
--ero-red-dim:         rgba(220, 38, 38, 0.10);
--ero-red-glow:        rgba(220, 38, 38, 0.28);
--ero-red-border:      rgba(220, 38, 38, 0.22);
--ero-red-border-h:    rgba(239, 68, 68, 0.55);
--ero-gold:            #F59E0B;
--ero-text:            #F0F0F0;
--ero-text-muted:      #ABABAB;
--ero-text-dim:        #707070;
--ero-border:          rgba(255,255,255,0.07);
--ero-border-h:        rgba(255,255,255,0.14);
--ero-radius:          10px;
--ero-radius-sm:       6px;
} #kt-scrolltop,
.scrolltop,
.scroll-to-top,
.back-to-top { display: none !important; } .ero-reads-body {
font-family: 'Inter', sans-serif;
background: var(--ero-bg);
color: var(--ero-text);
font-size: 15px;
line-height: 1.65;
-webkit-font-smoothing: antialiased;
margin: 0;
padding: 0;
}
.ero-reads-body *, .ero-reads-body *::before, .ero-reads-body *::after {
box-sizing: border-box;
}
.ero-reads-body a { color: var(--ero-red-light); text-decoration: none; }
.ero-reads-body a:hover { color: var(--ero-red); }
.ero-reads-body h1, .ero-reads-body h2,
.ero-reads-body h3, .ero-reads-body h4 { line-height: 1.25; font-weight: 700; }
.ero-reads-body img { display: block; max-width: 100%; } .ero-container,
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
#ero-reads-main { padding: 0 0 64px; }
.ero-section,
.section { padding: 64px 0; }
.ero-section-alt,
.section-alt { background: var(--ero-bg-alt); }
.ero-section-label,
.section-label {
font-size: 11px; font-weight: 700; letter-spacing: 0.12em;
text-transform: uppercase; color: var(--ero-red-light);
margin-bottom: 10px;
}
.ero-section-title,
.section-title {
font-size: 22px; font-weight: 700; color: var(--ero-text);
margin-bottom: 6px;
}
.ero-section-desc,
.section-desc { color: var(--ero-text-muted); margin-bottom: 32px; font-size: 14px; }
.ero-section-divider,
.section-divider { height: 1px; background: var(--ero-border); margin: 0; } .btn {
display: inline-flex; align-items: center; justify-content: center; gap: 8px;
font-family: 'Inter', sans-serif; font-weight: 600; font-size: 14px;
border-radius: var(--ero-radius-sm); cursor: pointer;
transition: background 0.18s, box-shadow 0.18s, transform 0.12s;
text-decoration: none; border: none; min-height: 44px;
}
.btn-primary {
background: var(--ero-red); color: #fff; padding: 10px 20px;
}
.btn-primary:hover {
background: var(--ero-red-light); color: #fff;
box-shadow: 0 0 22px var(--ero-red-glow);
transform: translateY(-1px);
}
.btn-primary-lg {
background: var(--ero-red); color: #fff; padding: 14px 28px;
font-size: 15px; border-radius: var(--ero-radius);
}
.btn-primary-lg:hover {
background: var(--ero-red-light); color: #fff;
box-shadow: 0 0 32px var(--ero-red-glow);
transform: translateY(-2px);
}
.btn-outline {
background: transparent; color: var(--ero-text);
border: 1px solid var(--ero-border-h); padding: 9px 18px;
}
.btn-outline:hover {
border-color: var(--ero-red-border-h); color: var(--ero-red-light);
} .ero-reads-body .btn-primary,
.ero-reads-body .btn-primary:hover,
.ero-reads-body .btn-primary-lg,
.ero-reads-body .btn-primary-lg:hover,
.ero-reads-body .manga-read-btn,
.ero-reads-body .manga-read-btn:hover { color: #fff; } .ero-header {
position: sticky; top: 0; z-index: 100;
background: rgba(13,13,13,0.92);
backdrop-filter: blur(12px);
border-bottom: 1px solid var(--ero-border);
}
.ero-header-inner {
display: flex; align-items: center; justify-content: space-between;
height: 60px;
}
.ero-logo {
font-size: 20px; font-weight: 800; letter-spacing: -0.03em;
text-decoration: none;
}
.ero-reads-body .ero-logo { color: var(--ero-text); }
.ero-logo span { color: var(--ero-red-light); } .ero-breadcrumb {
padding: 14px 0;
border-bottom: 1px solid var(--ero-border);
}
.ero-breadcrumb-inner {
display: flex; align-items: center; gap: 8px;
font-size: 13px; color: var(--ero-text-muted);
}
.ero-breadcrumb-inner a { color: var(--ero-text-muted); }
.ero-breadcrumb-inner a:hover { color: var(--ero-red-light); }
.ero-breadcrumb-sep { color: var(--ero-text-dim); }
.ero-breadcrumb-current { color: var(--ero-text); } .ero-footer {
border-top: 1px solid var(--ero-border);
padding: 28px 0;
}
.ero-footer-inner {
display: flex; align-items: center; justify-content: space-between;
flex-wrap: wrap; gap: 16px;
}
.ero-footer-logo {
font-size: 16px; font-weight: 800; text-decoration: none;
}
.ero-reads-body .ero-footer-logo { color: var(--ero-text); }
.ero-footer-logo span { color: var(--ero-red-light); }
.ero-footer-links { display: flex; gap: 24px; }
.ero-footer-links a { font-size: 13px; color: var(--ero-text-dim); }
.ero-footer-links a:hover { color: var(--ero-red-light); }
.ero-footer-note { font-size: 12px; color: var(--ero-text-dim); margin: 0; } .hero-browse-link {
display: inline-block; margin-top: 8px;
color: #fff; font-size: 14px; font-weight: 600; text-decoration: none;
border-bottom: 1px solid rgba(255,255,255,0.35); padding-bottom: 2px;
transition: color 0.15s, border-color 0.15s;
}
.hero-browse-link:hover {
color: var(--ero-red-light);
border-bottom-color: var(--ero-red-border-h);
}
.ero-reads-body .hero-browse-link,
.ero-reads-body .hero-browse-link:hover { text-decoration: none; } .hero {
padding: 56px 0 52px;
background:
radial-gradient(ellipse 60% 70% at 75% 40%, rgba(220,38,38,0.10) 0%, transparent 65%),
radial-gradient(ellipse 30% 30% at 10% 80%, rgba(220,38,38,0.05) 0%, transparent 55%);
}
.hero-inner {
display: grid;
grid-template-columns: 1fr 300px;
gap: 64px;
align-items: center;
}
.hero-content { min-width: 0; }
.hero-inner--solo .hero-content > h1,
.hero-inner--solo .hero-content > .hero-intro,
.hero-inner--solo .hero-content > .stats-strip,
.hero-inner--solo .hero-content > .hero-browse-link { max-width: 720px; } .hero-cover-single {
width: 220px; height: 310px;
border-radius: 10px; overflow: hidden; flex-shrink: 0;
border: 1px solid rgba(255,255,255,0.1);
box-shadow: 0 20px 60px rgba(0,0,0,0.7);
}
.hero-cover-single img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-eyebrow {
font-size: 12px; font-weight: 700; letter-spacing: 0.12em;
text-transform: uppercase; color: var(--ero-red-light);
margin-bottom: 12px;
}
.hero h1 {
font-size: clamp(28px, 4vw, 44px);
font-weight: 800; letter-spacing: -0.02em;
color: var(--ero-text); margin-bottom: 18px;
}
.hero-intro {
font-size: 16px; color: var(--ero-text-muted);
max-width: 620px; margin-bottom: 28px; line-height: 1.7;
} .hero-covers {
position: relative;
height: 300px;
display: flex; align-items: center; justify-content: center;
flex-shrink: 0;
}
.hero-covers::before {
content: '';
position: absolute; inset: 20px;
background: radial-gradient(ellipse, rgba(220,38,38,0.14) 0%, transparent 70%);
z-index: 0; pointer-events: none;
}
.hero-cover-item {
position: absolute;
width: 165px; height: 235px;
border-radius: 8px; overflow: hidden;
border: 1px solid rgba(255,255,255,0.1);
box-shadow: 0 20px 60px rgba(0,0,0,0.75);
transition: transform 0.3s ease;
background: var(--ero-bg-card-2);
}
.hero-cover-item img {
width: 100%; height: 100%; object-fit: cover;
display: block;
}
.hc-1 {
transform: rotate(-9deg) translate(-70px, 18px);
z-index: 1; opacity: 0.65;
}
.hc-2 {
transform: rotate(-2deg) translate(-15px, 6px);
z-index: 2; opacity: 0.85;
}
.hc-3 {
transform: rotate(6deg) translate(45px, -8px);
z-index: 3;
}
.hero-covers:hover .hc-1 { transform: rotate(-11deg) translate(-76px, 22px); }
.hero-covers:hover .hc-2 { transform: rotate(-2deg) translate(-15px, 2px); }
.hero-covers:hover .hc-3 { transform: rotate(7deg) translate(50px, -12px); } .stats-strip {
display: flex; flex-wrap: wrap; gap: 0;
margin-bottom: 32px;
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); overflow: hidden;
width: fit-content;
}
.stats-item {
display: flex; flex-direction: column;
padding: 12px 22px;
border-right: 1px solid var(--ero-border);
}
.stats-item:last-child { border-right: none; }
.stats-item-label {
font-size: 11px; color: var(--ero-text-dim);
text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 2px;
}
.stats-item-value { font-size: 14px; font-weight: 600; color: var(--ero-text); } .manga-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.manga-card {
background: var(--ero-bg-card);
border: 1px solid var(--ero-border);
border-radius: var(--ero-radius);
overflow: hidden;
transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
display: flex; flex-direction: column;
}
.manga-card:hover {
border-color: var(--ero-red-border);
box-shadow: 0 8px 32px rgba(0,0,0,0.5);
transform: translateY(-3px);
}
.manga-cover {
aspect-ratio: 2 / 3;
background: var(--ero-bg-card-2);
position: relative; overflow: hidden;
flex-shrink: 0;
}
.manga-cover img {
width: 100%; height: 100%; object-fit: cover; display: block;
} .manga-cover-placeholder {
width: 100%; height: 100%;
display: flex; align-items: center; justify-content: center;
font-size: 13px; font-weight: 600; color: var(--ero-text-muted);
text-align: center; padding: 16px;
background: linear-gradient(160deg, #1a1a1a 0%, #111 100%);
}
.manga-cover-badges {
position: absolute; top: 8px; left: 8px;
display: flex; flex-wrap: wrap; gap: 4px;
} .badge {
font-size: 10px; font-weight: 700; letter-spacing: 0.04em;
padding: 2px 7px; border-radius: 3px;
text-transform: uppercase;
}
.badge-lang  { background: rgba(30,30,40,0.92); color: #aaa; border: 1px solid rgba(255,255,255,0.15); }
.badge-color { background: rgba(245,158,11,0.18); color: var(--ero-gold); border: 1px solid rgba(245,158,11,0.3); }
.badge-uncen { background: rgba(220,38,38,0.18); color: var(--ero-red-light); border: 1px solid var(--ero-red-border); }
.badge-type  { background: rgba(100,100,255,0.15); color: #99aaff; border: 1px solid rgba(100,100,255,0.25); } .manga-body { padding: 14px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.manga-title {
font-size: 13px; font-weight: 700; color: var(--ero-text);
line-height: 1.35;
display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.manga-orig-title {
font-size: 11px; color: var(--ero-text-muted);
display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.manga-stars { color: var(--ero-gold); letter-spacing: -1px; }
.manga-meta {
display: flex; align-items: center; gap: 10px;
font-size: 12px; color: var(--ero-text-muted); flex-wrap: wrap;
}
.manga-favs-icon { color: var(--ero-red); }
.manga-circle { font-size: 12px; color: var(--ero-red-light); font-weight: 500; }
.manga-circle a { color: inherit; }
.manga-circle a:hover { color: var(--ero-red); }
.manga-tags { display: flex; flex-wrap: wrap; gap: 5px; }
.tag-pill {
font-size: 11px; padding: 3px 9px;
background: var(--ero-red-dim); color: var(--ero-red-light);
border: 1px solid var(--ero-red-border);
border-radius: 20px; text-decoration: none; white-space: nowrap;
transition: background 0.15s, border-color 0.15s;
}
.tag-pill:hover {
background: rgba(220,38,38,0.2); border-color: var(--ero-red-border-h);
color: var(--ero-red-light);
}
.tag-pill-neutral {
background: rgba(255,255,255,0.05); color: var(--ero-text-muted);
border: 1px solid var(--ero-border);
}
.tag-pill-neutral:hover { background: rgba(255,255,255,0.09); color: var(--ero-text); }
.manga-descriptor {
font-size: 12px; color: var(--ero-text-muted); line-height: 1.55;
border-top: 1px solid var(--ero-border); padding-top: 8px; margin-top: 2px;
}
.manga-descriptor strong { color: var(--ero-text-dim); font-weight: 600; }
.manga-read-btn {
display: block; width: 100%; text-align: center;
background: var(--ero-red); color: #fff;
padding: 10px; border-radius: var(--ero-radius-sm);
font-size: 13px; font-weight: 700; letter-spacing: 0.02em;
margin-top: auto; min-height: 44px; line-height: 24px;
transition: background 0.15s, box-shadow 0.15s;
text-decoration: none;
}
.manga-read-btn:hover {
background: var(--ero-red-light); color: #fff;
box-shadow: 0 0 16px var(--ero-red-glow);
} .compare-wrap { overflow-x: auto; }
.compare-table {
width: 100%; border-collapse: collapse; font-size: 13px;
}
.compare-table th {
background: var(--ero-bg-card-2); color: var(--ero-text-muted);
font-weight: 600; font-size: 11px; text-transform: uppercase;
letter-spacing: 0.08em; padding: 12px 16px;
text-align: left; border-bottom: 1px solid var(--ero-border);
white-space: nowrap;
}
.compare-table td {
padding: 14px 16px; border-bottom: 1px solid var(--ero-border);
vertical-align: top; color: var(--ero-text);
}
.compare-table tr:last-child td { border-bottom: none; }
.compare-table tr:hover td { background: var(--ero-bg-card); }
.compare-title-cell { font-weight: 600; max-width: 200px; }
.compare-title-cell a { color: var(--ero-text); }
.compare-title-cell a:hover { color: var(--ero-red-light); }
.compare-stars { color: var(--ero-gold); }
.compare-tags { display: flex; flex-wrap: wrap; gap: 4px; }
.compare-rec {
display: inline-block; font-size: 10px; font-weight: 700;
padding: 2px 8px; border-radius: 3px; text-transform: uppercase; letter-spacing: 0.06em;
background: var(--ero-red-dim); color: var(--ero-red-light);
border: 1px solid var(--ero-red-border);
margin-left: 6px; vertical-align: middle;
} .about-grid { display: grid; grid-template-columns: 1fr 280px; gap: 48px; align-items: start; }
.about-text p { color: var(--ero-text-muted); margin-bottom: 16px; line-height: 1.75; font-size: 15px; }
.about-text p:last-child { margin-bottom: 0; }
.about-link {
display: inline-flex; align-items: center; gap: 6px;
font-size: 13px; font-weight: 600; color: var(--ero-red-light);
border: 1px solid var(--ero-red-border); border-radius: var(--ero-radius-sm);
padding: 7px 14px; margin-top: 16px; min-height: 44px;
transition: border-color 0.15s, color 0.15s;
}
.about-link:hover { border-color: var(--ero-red-border-h); color: var(--ero-red); }
.about-sidebar {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); padding: 20px;
}
.about-sidebar h4 {
font-size: 11px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.1em; color: var(--ero-text-dim); margin-bottom: 14px;
}
.about-sidebar-stat {
display: flex; justify-content: space-between; align-items: center;
padding: 8px 0; border-bottom: 1px solid var(--ero-border); font-size: 13px;
}
.about-sidebar-stat:last-child { border-bottom: none; padding-bottom: 0; }
.about-sidebar-stat-label { color: var(--ero-text-muted); }
.about-sidebar-stat-value { font-weight: 600; color: var(--ero-text); } .circles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.circle-card {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); padding: 18px 20px;
transition: border-color 0.2s;
}
.circle-card:hover { border-color: var(--ero-red-border); }
.circle-name { font-size: 14px; font-weight: 700; color: var(--ero-text); margin-bottom: 4px; }
.circle-name a { color: inherit; }
.circle-name a:hover { color: var(--ero-red-light); }
.circle-count { font-size: 12px; color: var(--ero-red-light); margin-bottom: 8px; }
.circle-desc { font-size: 12px; color: var(--ero-text-muted); line-height: 1.55; } .expect-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.expect-item {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); padding: 16px 18px;
}
.expect-count { font-size: 24px; font-weight: 800; color: var(--ero-red-light); line-height: 1; margin-bottom: 4px; }
.expect-tag { font-size: 13px; font-weight: 600; color: var(--ero-text); margin-bottom: 4px; }
.expect-note { font-size: 11px; color: var(--ero-text-muted); } .highlights-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.highlight-card {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); padding: 18px 20px;
transition: border-color 0.2s, transform 0.15s;
}
.highlight-card:hover { border-color: var(--ero-red-border); transform: translateY(-2px); }
.highlight-label {
font-size: 10px; font-weight: 700; text-transform: uppercase;
letter-spacing: 0.1em; color: var(--ero-red-light); margin-bottom: 10px;
}
.highlight-value { font-size: 20px; font-weight: 800; color: var(--ero-gold); margin-bottom: 4px; }
.highlight-title { font-size: 13px; font-weight: 700; color: var(--ero-text); margin-bottom: 6px; line-height: 1.35; }
.highlight-title a { color: inherit; }
.highlight-title a:hover { color: var(--ero-red-light); }
.highlight-meta { font-size: 12px; color: var(--ero-text-muted); } .faq-list { display: flex; flex-direction: column; gap: 2px; }
details.faq-item {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); overflow: hidden;
}
details.faq-item[open] { border-color: var(--ero-red-border); }
summary.faq-q {
padding: 16px 20px; font-size: 14px; font-weight: 600; color: var(--ero-text);
cursor: pointer; list-style: none;
display: flex; justify-content: space-between; align-items: center;
transition: color 0.15s; min-height: 56px;
}
summary.faq-q::-webkit-details-marker { display: none; }
summary.faq-q::after { content: '+'; font-size: 18px; color: var(--ero-red-light); flex-shrink: 0; margin-left: 16px; }
details[open] summary.faq-q::after { content: '−'; }
details[open] summary.faq-q { color: var(--ero-red-light); }
.faq-a {
padding: 0 20px 18px; color: var(--ero-text-muted); font-size: 14px; line-height: 1.7;
border-top: 1px solid var(--ero-border);
}
.faq-a a { color: var(--ero-red-light); } .related-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.related-card {
background: var(--ero-bg-card); border: 1px solid var(--ero-border);
border-radius: var(--ero-radius); padding: 16px;
text-align: center; transition: border-color 0.2s, transform 0.15s;
text-decoration: none; display: block;
}
.related-card:hover { border-color: var(--ero-red-border); transform: translateY(-2px); }
.related-card-label { font-size: 11px; color: var(--ero-text-dim); margin-bottom: 4px; }
.related-card-name { font-size: 13px; font-weight: 700; color: var(--ero-text); }
.related-card:hover .related-card-name { color: var(--ero-red-light); } .section-cta-wrap { text-align: center; margin-top: 32px; } @media (max-width: 1100px) {
.manga-grid { grid-template-columns: repeat(3, 1fr); }
.about-grid { grid-template-columns: 1fr; }
.about-sidebar { display: none; }
.hero-inner { grid-template-columns: 1fr 240px; gap: 40px; }
}
@media (max-width: 900px) {
.hero-inner { grid-template-columns: 1fr; }
.hero-covers { display: none; }
.hero-cover-single { display: none; }
.circles-grid { grid-template-columns: repeat(2, 1fr); }
.expect-grid  { grid-template-columns: repeat(2, 1fr); }
.highlights-grid { grid-template-columns: repeat(2, 1fr); }
.related-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 700px) {
.manga-grid { grid-template-columns: repeat(2, 1fr); }
.stats-strip { flex-direction: column; width: 100%; }
.stats-item { border-right: none; border-bottom: 1px solid var(--ero-border); }
.stats-item:last-child { border-bottom: none; }
.btn-primary-lg { width: 100%; }
.section-cta-wrap .btn { width: 100%; }
}
@media (max-width: 480px) {
.manga-grid { grid-template-columns: 1fr; }
.related-grid { grid-template-columns: repeat(2, 1fr); }
.circles-grid { grid-template-columns: 1fr; }
.highlights-grid { grid-template-columns: 1fr; }
.ero-section { padding: 48px 0; }
.ero-container { padding: 0 16px; }
.ero-logo { font-size: 17px; }
}