:root { color-scheme: dark; --paper: #f0eee9; --red: #ff3b30; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #080808; color: var(--paper); font-family: Arial, sans-serif; }
a { color: inherit; text-underline-offset: 4px; }
a:hover { color: var(--red); }
a:focus-visible { outline: 2px solid var(--red); outline-offset: 5px; }
header, main, footer { width: min(1200px, 90%); margin-inline: auto; }
header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 28px; border-bottom: 1px solid #ffffff26; }
.brand { font-size: 23px; font-weight: 800; letter-spacing: .15em; text-decoration: none; }
.brand span { display: block; font-size: 10px; letter-spacing: .55em; margin-top: 5px; }
header nav { display: flex; gap: 8px; }
header nav a { display: flex; align-items: center; gap: 8px; padding: 12px; border: 1px solid #ffffff30; border-radius: 30px; font-size: 12px; text-decoration: none; }
header nav img { object-fit: contain; }
header nav [aria-current] { background: var(--paper); color: #080808; }
.intro { padding-block: 48px 42px; border-bottom: 1px solid #ffffff26; }
.back { font-size: 14px; }
.eyebrow { margin-top: 40px; font-size: 11px; font-weight: 600; letter-spacing: .12em; color: #aaa; }
h1 { max-width: 920px; margin: 22px 0; font-size: clamp(34px, 5.6vw, 70px); font-weight: 600; line-height: 1.12; letter-spacing: -.035em; }
.date { color: #aaa; font-size: 14px; }
.layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 64px; padding-block: 36px 80px; }
aside ol { padding-left: 22px; font-size: 13px; line-height: 1.55; color: #bfbfbf; }
aside li { padding: 6px 0 6px 4px; }
aside a { text-decoration: none; }
aside .eyebrow { margin-top: 12px; color: var(--red); }
article { min-width: 0; font-size: 16px; line-height: 1.8; color: #d0d0ce; overflow-wrap: anywhere; }
article h2 { margin: 48px 0 18px; color: var(--paper); font-size: clamp(22px, 2.5vw, 29px); line-height: 1.3; font-weight: 600; scroll-margin-top: 24px; }
article p { margin: 0 0 20px; }
article h3 { margin: 30px 0 14px; color: var(--paper); font-size: 20px; line-height: 1.4; }
article ul { padding-left: 23px; margin-bottom: 24px; }
article li { padding-left: 5px; margin-bottom: 7px; }
article li::marker { color: var(--red); }
footer { border-top: 1px solid #ffffff26; padding-block: 28px; display: flex; justify-content: space-between; gap: 20px; color: #aaa; font-size: 13px; }
@media (max-width: 800px) { .layout { grid-template-columns: 1fr; gap: 28px; } aside { border-bottom: 1px solid #ffffff26; padding-bottom: 24px; } aside ol { columns: 2; column-gap: 32px; } aside li { break-inside: avoid; } }
@media (max-width: 480px) { aside ol { columns: 1; } footer { flex-direction: column; } header nav a { padding: 10px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
@media print { body { background: white; color: black; } header, aside, footer, .back { display: none; } .layout { display: block; } article, article h2, .date, .eyebrow { color: black; } h1 { font-size: 30px; } article h2 { break-after: avoid; } }
