:root {
    color-scheme: dark;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
    background: #1a1a2e;
    color: #e8e8f0;
    line-height: 1.7;
    margin: 0;
}

main {
    margin: 0 auto;
    max-width: 760px;
    padding: 48px 24px 72px;
}

a {
    color: #ff7088;
}

h1,
h2 {
    color: #fff;
    line-height: 1.3;
}

header {
    border-bottom: 1px solid #30304b;
    padding-bottom: 20px;
}

.meta,
footer {
    color: #a7a7ba;
    font-size: 0.9rem;
}

section {
    margin-top: 32px;
}

footer {
    border-top: 1px solid #30304b;
    margin-top: 48px;
    padding-top: 20px;
}
