:root {
    --ns2-bg: #101419;
    --ns2-panel: #171d24;
    --ns2-border: #2b3540;
    --ns2-accent: #f28a2e;
    --ns2-muted: #9aa8b5;
}

html,
body {
    min-height: 100%;
}

body {
    margin: 0;
    background: var(--ns2-bg);
    color: #e8edf2;
    letter-spacing: 0;
}

a {
    color: #78c8df;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #a8e4f4;
}

.manga-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: clamp(2rem, 7vw, 5rem) 1.25rem;
}

.manga-stack {
    width: min(760px, 100%);
    display: grid;
    justify-items: center;
    gap: 1.35rem;
    text-align: center;
}

.manga-logo {
    width: min(540px, 92vw);
    max-height: 58vh;
    object-fit: contain;
    display: block;
}

.manga-link {
    font-size: clamp(1.15rem, 2.6vw, 1.65rem);
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}
