:root{--bg: #0f0f10;--panel: #161618;--text: #e8e8ea;--muted: #a8a8ad;--accent: yellow;--border: #26262a;--font-size-links: 1.5rem;--font-size-text: 1.25rem;--font-size-h1: 1.875rem;--font-size-h2: 1.625rem;--line-height: 2rem}@media (max-width: 1024px){:root{--font-size-links: 1.375rem;--font-size-text: 1.125rem;--line-height: 1.8rem;--font-size-h1: 1.625rem;--font-size-h2: 1.5rem}}@media (max-width: 768px){:root{--font-size-links: 1.25rem;--font-size-text: .9375rem;--line-height: 1.5rem;--font-size-h1: 1.375rem;--font-size-h2: 1.25rem}}*{box-sizing:border-box}::selection{color:var(--bg);background:red}::-moz-selection{color:var(--bg);background:red}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:monospace;display:flex;flex-direction:column}:root{--scrollbar-thumb: #b8b8ba;--scrollbar-thumb-hover: #4b5563;--scrollbar-size: 6px}a{color:var(--text)}a:hover{color:var(--accent)}p{font-size:var(--font-size-text);line-height:var(--line-height);margin:0}li{all:unset}h1{font-size:var(--font-size-h1)}h2{font-size:var(--font-size-h2)}.scrollable{overflow:auto;scrollbar-gutter:stable}@supports (scrollbar-color: auto){.scrollable{scrollbar-color:var(--scrollbar-thumb) var(--bg);scrollbar-width:thin}}@supports not (scrollbar-color: auto){.scrollable::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size)}.scrollable::-webkit-scrollbar-track,.scrollable::-webkit-scrollbar-corner{background:var(--bg)}.scrollable::-webkit-scrollbar-thumb{min-height:40px;background-color:var(--scrollbar-thumb);background-clip:padding-box;border:3px solid var(--bg);border-radius:0}.scrollable::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}}@media (forced-colors: active){.scrollable{scrollbar-color:auto;scrollbar-width:auto}}
