﻿:root{--base: #18181b;--mantle: #09090b;--surface0: #27272a;--surface1: #3f3f46;--overlay0: #71717a;--subtext0: #a1a1aa;--text: #e4e4e7;--red: #f87171;--peach: #fb923c;--yellow: #facc15;--green: #4ade80;--blue: #60a5fa;--lavender: #a78bfa;--accent: var(--red);--accent-tint: color-mix(in srgb, var(--accent) 12%, transparent);--measure: 80ch;--mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace}@media (prefers-color-scheme: light){:root{--base: #fafafa;--mantle: #f4f4f5;--surface0: #e4e4e7;--surface1: #d4d4d8;--overlay0: #71717a;--subtext0: #52525b;--text: #27272a;--red: #dc2626;--peach: #ea580c;--yellow: #a16207;--green: #16a34a;--blue: #2563eb;--lavender: #7c3aed}}*,*::before,*::after{box-sizing:border-box}::selection{background:var(--accent);color:var(--mantle)}body{margin:0;background:var(--base);color:var(--text);font-family:var(--mono);font-size:1rem;line-height:1.6;display:flex;flex-direction:column;min-height:100vh}a{color:var(--blue);text-decoration:underline}a:hover{color:var(--lavender)}blockquote{border-inline-start:2px solid var(--surface1);padding-inline-start:1rem;margin:0;color:var(--subtext0)}mark{background:rgba(0,0,0,0);color:var(--accent)}code{background:var(--mantle);padding:.1em .4em;color:var(--red)}pre{background:var(--mantle);border:2px solid var(--surface0);padding:1rem;margin:.5rem 0 1rem;overflow-x:auto;max-width:100%}pre code{background:none;border:0;padding:0;color:inherit}h1{margin:0 0 .25rem}h2{font-size:1.3rem;margin:2.5rem 0 1rem;padding:.5rem 0;border-bottom:2px solid var(--surface0)}h3{font-size:1.1rem;margin:2.5rem 0 1rem;padding:.5rem 0;border-bottom:2px solid var(--surface0);display:flex;align-items:baseline}dt{color:var(--subtext0)}dd{margin:0}dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1rem}ul{list-style:none;padding:0;margin:0}article ul li::before{content:"-";color:var(--overlay0);margin-inline-end:.5rem}.framed{background:var(--mantle);border:2px solid var(--surface1);padding:1rem}h1 .anchor,h2 .anchor,h3 .anchor,h4 .anchor,h5 .anchor,h6 .anchor{margin-inline-start:auto;color:var(--overlay0);text-decoration:none;opacity:0}h1 .anchor::after,h2 .anchor::after,h3 .anchor::after,h4 .anchor::after,h5 .anchor::after,h6 .anchor::after{content:"#"}h1 .anchor:hover,h2 .anchor:hover,h3 .anchor:hover,h4 .anchor:hover,h5 .anchor:hover,h6 .anchor:hover{color:var(--text)}@media (max-width: 40rem){h1 .anchor,h2 .anchor,h3 .anchor,h4 .anchor,h5 .anchor,h6 .anchor{opacity:1}}h1:hover .anchor,h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{opacity:1}h1:target,h2:target,h3:target,h4:target,h5:target,h6:target{background:var(--accent-tint);border-inline-start:2px solid var(--accent);padding-inline-start:.5rem}body>nav{border-bottom:2px solid var(--surface0);padding:1rem 2rem;display:flex;align-items:baseline;gap:2rem}@media (max-width: 40rem){body>nav{padding:1rem 1.5rem;gap:1rem}}body>nav strong a{color:var(--text);text-decoration:none;font-weight:600}body>nav ul{display:flex;gap:1.5rem;margin:0;padding:0}body>nav ul a{color:var(--subtext0);text-decoration:none}body>nav ul a:hover{color:var(--text)}body>footer{border-top:2px solid var(--surface0);padding:1rem 2rem}@media (max-width: 40rem){body>footer{padding:1rem 1.5rem}}body>footer nav ul{display:flex;justify-content:center;gap:1.5rem;margin:0;padding:0}body>footer nav ul a{color:var(--subtext0);text-decoration:none}body>footer nav ul a::before{content:"[ ";color:var(--overlay0)}body>footer nav ul a::after{content:" ]";color:var(--overlay0)}body>footer nav ul a:hover{color:var(--text)}main{max-width:var(--measure);width:100%;margin:0 auto;padding:2rem;flex:1;min-width:0;overflow-x:hidden}body.landing main{display:grid;place-items:center}.landing article{max-width:60ch}.landing h1{font-size:3rem;margin:0 0 1rem}.landing .tagline{color:var(--subtext0);margin:0 0 1.5rem}.links{display:flex;gap:2rem;flex-wrap:wrap;padding:0;margin:.75rem 0 0}.links li::before{content:none}.links a{color:var(--subtext1);text-decoration:none}.links a::before{content:"[ ";color:var(--overlay0)}.links a::after{content:" ]";color:var(--overlay0)}.links a:hover{color:var(--text)}.meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 .5rem;color:var(--subtext0)}.meta>*+*::before{content:"·";color:var(--overlay0);margin-inline-end:.5rem}.count{color:var(--subtext0);margin:0}.issue-index{padding:0;margin:2rem 0 0}.issue-index .issue{border-top:2px solid var(--surface0);padding:1.5rem 0}.issue-index .issue:last-child{border-bottom:2px solid var(--surface0)}.issue-index .summary{margin:.5rem 0 0}.issue header{display:flex;flex-wrap:wrap;align-items:baseline;gap:0 1rem;margin-bottom:1.5rem}.issue header h1,.issue header h2{margin:0;border-bottom:none;padding:0}.issue header time{color:var(--overlay0);margin-inline-start:auto}.issue header .meta{width:100%;margin-top:.25rem}.issue h2 a{color:var(--text);text-decoration:none}.issue h2 a:hover{text-decoration:underline}article.issue>header h1{font-size:2rem}.issue>.prose{margin:1.5rem 0 0}.issue>.prose p{margin:0 0 1rem}.issue>.prose p:last-child{margin-bottom:0}.issue>.prose ul,.issue>.prose ol{margin:0 0 1rem}.issue>.prose ul:last-child,.issue>.prose ol:last-child{margin-bottom:0}.pill{font-weight:600;padding:.1rem .4rem;color:var(--mantle)}.pill.crit{background:var(--red)}.pill.high{background:var(--peach)}.pill.med{background:var(--yellow)}.pill.low{background:var(--surface1);color:var(--text)}.pill.na{background:var(--surface1);color:var(--subtext0)}.callout{border-left:.25rem solid;padding:.5rem .75rem;margin:1rem 0 .5rem;color:var(--subtext0)}.callout.info{border-color:var(--blue);background:color-mix(in srgb, var(--blue) 10%, rgba(0,0,0,0))}.callout.warn{border-color:var(--yellow);background:color-mix(in srgb, var(--yellow) 10%, rgba(0,0,0,0))}.callout.error{border-color:var(--red);background:color-mix(in srgb, var(--red) 10%, rgba(0,0,0,0))}.mitigation .step+.step{margin-top:1.25rem}.mitigation h4{margin:0 0 .5rem}.mitigation p{margin:0 0 .5rem;color:var(--subtext0)}.unpatched{color:var(--subtext0)}.history{padding:0;margin:0;display:grid;gap:.4rem}.history li{display:flex;align-items:center;gap:.75rem;min-width:0}.history li::before{content:none}.history .author{color:var(--subtext0)}.history .message{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history time{color:var(--overlay0);font-size:.9rem}.cite{color:var(--subtext0);text-decoration:none;margin-inline-start:.15rem}.cite:hover{color:var(--text);text-decoration:underline}.sources{counter-reset:src;padding:0;margin:0;display:grid;gap:.3rem}.sources li{counter-increment:src;display:grid;grid-template-columns:auto 1fr;gap:0 .75rem}.sources li::before{content:"[" counter(src) "]";color:var(--subtext0)}.sources li:target{background:var(--accent-tint)}.sources li:target::before{color:var(--accent)}.timeline{padding:0;margin:0}.timeline li{display:grid;grid-template-columns:minmax(10ch, auto) 1.25rem 1fr;gap:0 .75rem;padding:.25rem 0}@media (max-width: 40rem){.timeline li{grid-template-columns:minmax(9ch, auto) 1rem 1fr;gap:0 .5rem}}.timeline time{color:var(--subtext0)}.timeline .marker{position:relative;width:1.25rem;align-self:stretch}.timeline .marker::before{content:"";position:absolute;left:50%;top:.75em;bottom:-.25rem;width:1px;background:var(--surface1);transform:translateX(-50%)}.timeline .marker::after{content:"";position:absolute;left:50%;top:calc(.75em - .25rem);width:.5rem;height:.5rem;border-radius:50%;background:var(--accent);transform:translateX(-50%);box-shadow:0 0 0 3px var(--base)}.timeline li+li .marker::before{top:-.25rem}.timeline li:last-child .marker::before{bottom:calc(100% - .75em)}