:root{--ground:#EAECEC;--sheet:#F4F6F6;--sheet-2:#DEE2E3;--ink:#12171A;--ink-2:#4B565C;--ink-3:#606B71;--rule:#C2C9CC;--rule-2:#D6DBDD;--accent:#8A5D1C;--accent-ink:#734D14;--accent-wash:rgba(138,93,28,.10);--hatch:rgba(138,93,28,.16);--f-ui:"Archivo","Helvetica Neue",Arial,sans-serif;--f-mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;--measure:38rem;--rail:180px;--pad:clamp(1.25rem,4vw,3rem);--gap:clamp(2rem,5vw,4.5rem)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--ground:#0E1215;--sheet:#151A1E;--sheet-2:#1C2327;--ink:#DBE2E5;--ink-2:#98A5AC;--ink-3:#7A8790;--rule:#283137;--rule-2:#1E262B;--accent:#CFA059;--accent-ink:#DCB273;--accent-wash:rgba(207,160,89,.13);--hatch:rgba(207,160,89,.20)}}:root[data-theme=dark]{--ground:#0E1215;--sheet:#151A1E;--sheet-2:#1C2327;--ink:#DBE2E5;--ink-2:#98A5AC;--ink-3:#7A8790;--rule:#283137;--rule-2:#1E262B;--accent:#CFA059;--accent-ink:#DCB273;--accent-wash:rgba(207,160,89,.13);--hatch:rgba(207,160,89,.20)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--f-ui);font-size:1.0625rem;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{background:var(--accent-wash)}:focus-visible{outline:1.5px solid var(--accent);outline-offset:3px;border-radius:1px}.label{font-family:var(--f-mono);font-size:.6875rem;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-3)}.mono{font-family:var(--f-mono);font-size:.75rem;letter-spacing:.02em;color:var(--ink-3)}.disp{font-stretch:117%;font-weight:700;letter-spacing:-.02em;line-height:1.06;text-wrap:balance}.shell{max-width:1220px;margin:0 auto;padding:0 var(--pad);display:grid;grid-template-columns:var(--rail)minmax(0,1fr);column-gap:var(--gap);align-items:stretch}@media(max-width:900px){.shell{grid-template-columns:minmax(0,1fr)}}.rail{border-right:1px solid var(--rule);padding-right:1.25rem}.rail-in{position:sticky;top:0;min-height:100vh;padding:clamp(1.75rem,4vw,2.75rem)0 2rem;display:flex;flex-direction:column;gap:1.9rem}@media(max-width:900px){.rail{border-right:0;border-bottom:1px solid var(--rule);padding-right:0}.rail-in{position:static;min-height:0;padding:1.15rem 0 .9rem;flex-direction:row;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.9rem 1.5rem}}.mark{text-decoration:none;display:block}.mark b{display:block;font-stretch:117%;font-weight:700;font-size:1.0625rem;letter-spacing:-.008em;line-height:1.15}.mark span{display:block;margin-top:.3rem}.nav{display:flex;flex-direction:column;gap:.05rem}@media(max-width:900px){.nav{flex-direction:row;flex-wrap:wrap;gap:.55rem .9rem}}.nav a{appearance:none;background:0 0;border:0;cursor:pointer;text-align:left;padding:.28rem 0;position:relative;font-family:var(--f-mono);font-size:.8125rem;letter-spacing:.02em;color:var(--ink-2)}.nav a::before{content:"";position:absolute;left:-1.25rem;top:50%;width:.85rem;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}@media(max-width:900px){.nav a::before{display:none}}.nav a:hover{color:var(--ink)}.nav a[aria-current=page]{color:var(--accent-ink);font-weight:500}.nav a[aria-current=page]::before{transform:scaleX(1)}@media(max-width:900px){.nav a[aria-current=page]{box-shadow:inset 0 -1px 0 var(--accent)}}.rail-foot{margin-top:auto;display:flex;align-items:center;gap:1rem}@media(max-width:900px){.rail-foot{margin-top:0}}.themer{display:inline-flex;gap:.6rem}.themer button{appearance:none;background:0 0;border:0;padding:.15rem 0;cursor:pointer;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.themer button:hover{color:var(--ink-2)}.themer button[aria-pressed=true]{color:var(--accent-ink);box-shadow:inset 0 -1px 0 var(--accent)}.main{padding:clamp(1.75rem,4vw,2.75rem)0 0;min-width:0}.view[hidden]{display:none}.srule{display:flex;align-items:baseline;gap:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--rule);margin:clamp(2.25rem,5vw,3.25rem)0 0}.srule h2{margin:0;font-family:var(--f-mono);font-size:.6875rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-2)}.srule span{margin-left:auto;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.06em;color:var(--ink-3);font-variant-numeric:tabular-nums}.hero{padding:clamp(1.25rem,3.5vw,2.5rem)0 clamp(1.5rem,4vw,2.25rem);max-width:44rem}.hero h1{margin:0 0 1.15rem;font-size:clamp(2rem,5.2vw,3.5rem);font-stretch:117%;font-weight:700;letter-spacing:-.028em;line-height:1.03;max-width:18ch}.hero h1 em{font-style:normal;color:var(--accent-ink)}.hero p{margin:0;max-width:54ch;font-size:1.1875rem;line-height:1.55;color:var(--ink-2);text-wrap:pretty}.hero .label{display:block;margin:0 0 1.35rem}.stack{display:flex;flex-direction:column}.entry{text-decoration:none;position:relative;display:grid;grid-template-columns:6rem minmax(0,1fr);column-gap:1.5rem;align-items:baseline;width:100%;padding:1.15rem 0;border:0;border-bottom:1px solid var(--rule-2);background:0 0;font:inherit;color:inherit;text-align:left;cursor:pointer}.entry:last-child{border-bottom:0}.entry::before{content:"";position:absolute;left:-1.25rem;top:1.55rem;width:.8rem;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .18s ease}.entry:hover::before{transform:scaleX(1)}.entry:hover .entry-t{color:var(--accent-ink)}.entry-d{font-family:var(--f-mono);font-size:.75rem;color:var(--ink-3);font-variant-numeric:tabular-nums;letter-spacing:.02em;white-space:nowrap}.entry-b{min-width:0}.entry-t{display:block;margin-bottom:.28rem;font-stretch:112%;font-weight:600;font-size:1.1875rem;letter-spacing:-.011em;line-height:1.25;transition:color .16s ease}.entry-x{display:block;margin:0;color:var(--ink-2);font-size:.9375rem;line-height:1.5;max-width:56ch;text-wrap:pretty}@media(max-width:640px){.entry{grid-template-columns:minmax(0,1fr);row-gap:.35rem}.entry::before{display:none}}.tblock{margin-top:1.5rem;border:1px solid var(--rule);background:var(--sheet);display:grid;grid-template-columns:minmax(0,1.15fr)minmax(0,1fr);position:relative}@media(max-width:760px){.tblock{grid-template-columns:minmax(0,1fr)}}.tb-main{padding:1.15rem 1.35rem 1.3rem;border-right:1px solid var(--rule)}@media(max-width:760px){.tb-main{border-right:0;border-bottom:1px solid var(--rule)}}.tb-main p{margin:.7rem 0 0;font-size:1.0625rem;line-height:1.5;color:var(--ink);text-wrap:pretty}.tb-grid{margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.tb-grid>div{padding:.7rem .95rem .75rem;border-right:1px solid var(--rule-2);border-bottom:1px solid var(--rule-2)}.tb-grid>div:nth-child(2n){border-right:0}.tb-grid>div:nth-last-child(-n+2){border-bottom:0}.tb-grid dt{margin:0 0 .22rem;font-family:var(--f-mono);font-size:.625rem;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3)}.tb-grid dd{margin:0;font-size:.9375rem;line-height:1.35;font-weight:500}.corner::before,.corner::after{content:"";position:absolute;width:6px;height:6px;border-color:var(--accent);border-style:solid}.corner::before{top:-1px;left:-1px;border-width:1px 0 0 1px}.corner::after{bottom:-1px;right:-1px;border-width:0 1px 1px 0}.article{max-width:var(--measure);padding-bottom:1rem;position:relative}.back{text-decoration:none;appearance:none;background:0 0;border:0;padding:0;margin:0 0 1.75rem;cursor:pointer;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);display:inline-flex;align-items:center;gap:.55rem}.back::before{content:"";width:1.5rem;height:1px;background:currentColor}.back:hover{color:var(--accent-ink)}.article h1{margin:0 0 .95rem;font-size:clamp(1.85rem,4.2vw,2.75rem);font-stretch:117%;font-weight:700;letter-spacing:-.024em;line-height:1.08;text-wrap:balance}.byline{display:flex;flex-wrap:wrap;gap:.35rem .9rem;align-items:center;font-family:var(--f-mono);font-size:.75rem;letter-spacing:.03em;color:var(--ink-3)}.byline b{font-weight:500;color:var(--accent-ink)}.byline i{width:3px;height:3px;background:var(--rule);border-radius:50%;font-style:normal}.scale{position:sticky;top:0;z-index:5;background:var(--ground);margin-top:1.35rem;padding:.85rem 0 .5rem}.scale-bar{position:relative;height:10px}.scale-bar::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:var(--rule)}.scale-ticks{position:absolute;left:0;right:0;top:0;height:3.5px;background-image:repeating-linear-gradient(90deg,var(--rule) 0 1px,transparent 1px 5%)}.scale-ticks.major{height:7px;background-image:repeating-linear-gradient(90deg,var(--rule) 0 1px,transparent 1px 25%)}.scale-fill{position:absolute;left:0;top:0;height:1px;background:var(--accent);width:0}.scale-head{position:absolute;top:-2px;left:0;width:1px;height:11px;background:var(--accent)}.scale-labels{display:flex;justify-content:space-between;margin-top:.3rem;font-family:var(--f-mono);font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3);font-variant-numeric:tabular-nums}.prose{padding-top:1.65rem;font-size:1.125rem;line-height:1.72;position:relative}.prose>*+*{margin-top:1.45em}.prose p{margin:0;text-wrap:pretty}.prose .lede{font-size:1.25rem;line-height:1.55;color:var(--ink-2)}.prose h2{margin:2.5em 0 0;padding-top:1rem;border-top:1px solid var(--rule-2);font-size:1.4375rem;font-stretch:112%;font-weight:700;letter-spacing:-.014em;line-height:1.22}.prose h2 .sec{display:block;margin-bottom:.5rem;font-family:var(--f-mono);font-size:.625rem;font-weight:400;letter-spacing:.16em;color:var(--ink-3);font-stretch:normal}.prose h2+*{margin-top:.8em}.prose h3{margin:2em 0 0;font-size:1.0625rem;font-weight:650;letter-spacing:.004em}.prose h3+*{margin-top:.55em}.prose ul{margin:1.15em 0 0;padding-left:1.2rem;list-style:none}.prose li{position:relative;margin:.45em 0}.prose li::before{content:"";position:absolute;left:-1.2rem;top:.78em;width:.65rem;height:1px;background:var(--accent)}.prose a{color:var(--accent-ink);text-decoration:none;box-shadow:inset 0 -1px 0 var(--rule)}.prose a:hover{box-shadow:inset 0 -1px 0 var(--accent)}.prose em{font-style:italic}.prose strong{font-weight:650}.prose code{font-family:var(--f-mono);font-size:.84em;background:var(--sheet-2);padding:.12em .35em;border-radius:2px}.fn{counter-increment:fn;font-family:var(--f-mono);font-size:.6875rem;color:var(--accent-ink);vertical-align:.4em;line-height:0;padding-left:.1em}.fn::before{content:counter(fn)}.prose{counter-reset:fn}.note{display:block;margin:1.15em 0 0;padding:.7rem 0 .7rem .95rem;border-left:1px solid var(--rule);font-size:.875rem;line-height:1.6;color:var(--ink-2)}.note b{font-family:var(--f-mono);font-size:.6875rem;font-weight:400;letter-spacing:.06em;color:var(--accent-ink);margin-right:.45rem}@media(min-width:1220px){.note{position:absolute;right:-13.5rem;width:11rem;margin:0;padding:0;border-left:0;transform:translateY(-.4em);font-size:.8125rem;line-height:1.55}.note::before{content:"";position:absolute;left:-2.15rem;top:.62em;width:1.7rem;height:1px;background:var(--rule)}.note::after{content:"";position:absolute;left:-2.35rem;top:calc(.62em - 1.5px);width:4px;height:4px;border-radius:50%;background:var(--accent)}}blockquote{margin:1.7em 0 0;padding:0 0 0 1.5rem;border-left:1px solid var(--accent);font-size:1.1875rem;line-height:1.5;color:var(--ink-2)}blockquote p{margin:0;color:inherit}blockquote cite{display:block;margin-top:.6rem;font-style:normal;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-3)}.prose>blockquote+*,.prose>figure+*{margin-top:1.9em}.codeblock{margin:1.6em 0 0;border:1px solid var(--rule);background:var(--sheet)}.codeblock figcaption{padding:.45rem .85rem;border-bottom:1px solid var(--rule-2);font-family:var(--f-mono);font-size:.625rem;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);margin:0}.codeblock pre{margin:0;padding:.9rem 1rem 1rem;overflow-x:auto;font-family:var(--f-mono);font-size:.8125rem;line-height:1.75;color:var(--ink-2)}.codeblock pre b{color:var(--accent-ink);font-weight:500}.codeblock pre i{color:var(--ink-3);font-style:normal}figure{margin:2.1em 0 0}figure svg.drawing{display:block;width:100%;height:auto;border:1px solid var(--rule);background:var(--sheet)}figcaption{margin-top:.7rem;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.03em;line-height:1.65;color:var(--ink-3)}figcaption b{color:var(--ink-2);font-weight:500}.key{display:flex;flex-wrap:wrap;gap:.4rem 1.4rem;margin-top:.6rem;padding-top:.55rem;border-top:1px solid var(--rule-2)}.key div{display:flex;align-items:center;gap:.5rem;font-family:var(--f-mono);font-size:.625rem;letter-spacing:.06em;color:var(--ink-3)}.key svg{flex:none;width:22px;height:8px;overflow:visible}.article-foot{margin-top:clamp(2.5rem,6vw,3.5rem);padding-top:1.15rem;border-top:1px solid var(--rule);display:flex;flex-wrap:wrap;gap:1rem 2rem;justify-content:space-between;align-items:center}.tags{display:flex;flex-wrap:wrap;gap:1rem}.tags span,.tags a{font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.06em;color:var(--ink-3)}.tags a:hover{color:var(--accent-ink)}.next{text-decoration:none;appearance:none;background:0 0;border:0;padding:0;cursor:pointer;text-align:right;font-stretch:112%;font-weight:600;font-size:1.0625rem;color:var(--ink);line-height:1.25;letter-spacing:-.008em}.next small{display:block;margin-bottom:.2rem;font-family:var(--f-mono);font-size:.625rem;font-weight:400;letter-spacing:.13em;text-transform:uppercase;color:var(--ink-3);font-stretch:normal}.next:hover{color:var(--accent-ink)}.year{margin-top:0}.year .stack{padding-top:.35rem}.about{max-width:var(--measure)}.section-dwg{border:1px solid var(--rule);background:var(--sheet);margin:0 0 2rem}.section-dwg svg{display:block;width:100%;height:auto}.about h1{margin:0 0 1.1rem;font-size:clamp(1.85rem,4.4vw,2.75rem);font-stretch:117%;font-weight:700;letter-spacing:-.024em;line-height:1.06}.about .prose{padding-top:0;font-size:1.0625rem}.about .prose>p:first-child{font-size:1.1875rem;line-height:1.58;color:var(--ink-2)}.tl{display:flex;flex-direction:column;padding-top:.35rem}.tl-row{display:grid;grid-template-columns:6rem minmax(0,1fr);column-gap:1.5rem;padding:1.35rem 0;border-bottom:1px solid var(--rule-2);align-items:baseline}.tl-row:last-child{border-bottom:0}.tl-row .mono{font-variant-numeric:tabular-nums}.tl-row p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--ink-2);text-wrap:pretty}.tl-row p b{color:var(--ink);font-weight:600}@media(max-width:640px){.tl-row{grid-template-columns:minmax(0,1fr);row-gap:.2rem}}.links{display:flex;flex-wrap:wrap;gap:1.35rem;margin-top:1.9rem}.links a{text-decoration:none;font-family:var(--f-mono);font-size:.75rem;letter-spacing:.05em;color:var(--ink-2);box-shadow:inset 0 -1px 0 var(--rule);padding-bottom:.15rem}.links a:hover{color:var(--accent-ink);box-shadow:inset 0 -1px 0 var(--accent)}.foot{margin-top:clamp(3rem,8vw,5rem);border-top:1px solid var(--rule);display:grid;grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:640px){.foot{grid-template-columns:repeat(2,minmax(0,1fr))}}.foot div{padding:.7rem .9rem .8rem 0;border-right:1px solid var(--rule-2)}.foot div:last-child{border-right:0}.foot div:not(:first-child){padding-left:.9rem}.foot dt{margin:0 0 .2rem;font-family:var(--f-mono);font-size:.5625rem;letter-spacing:.15em;text-transform:uppercase;color:var(--ink-3)}.foot dd{margin:0;font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.05em;color:var(--ink-2)}.foot-pad{height:2.5rem}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.prose .highlight,.prose>pre{margin:1.6em 0 0;border:1px solid var(--rule);background:var(--sheet)}.prose .highlight pre,.prose>pre{margin:0;padding:.9rem 1rem 1rem;overflow-x:auto;font-family:var(--f-mono);font-size:.8125rem;line-height:1.75;color:var(--ink-2)}.prose .highlight pre{border:0;background:0 0}.prose code{font-family:var(--f-mono);font-size:.875em;background:var(--sheet-2);padding:.1em .32em;border-radius:2px;color:var(--ink)}.prose .highlight code,.prose>pre code{background:0 0;padding:0;font-size:inherit;color:inherit}.prose .highlight .c,.prose .highlight .ch,.prose .highlight .cm,.prose .highlight .c1,.prose .highlight .cs,.prose .highlight .cp,.prose .highlight .cpf{color:var(--ink-3);font-style:normal}.prose .highlight .k,.prose .highlight .kc,.prose .highlight .kd,.prose .highlight .kn,.prose .highlight .kp,.prose .highlight .kr,.prose .highlight .kt,.prose .highlight .nt{color:var(--accent-ink);font-weight:500}.prose .highlight .s,.prose .highlight .s1,.prose .highlight .s2,.prose .highlight .sb,.prose .highlight .sc,.prose .highlight .sd,.prose .highlight .se,.prose .highlight .sh,.prose .highlight .si,.prose .highlight .sx,.prose .highlight .sr,.prose .highlight .ss,.prose .highlight .sa,.prose .highlight .m,.prose .highlight .mb,.prose .highlight .mf,.prose .highlight .mh,.prose .highlight .mi,.prose .highlight .mo,.prose .highlight .il{color:var(--ink)}.prose .highlight .nf,.prose .highlight .fm,.prose .highlight .nc,.prose .highlight .nn{color:var(--ink)}.prose .highlight .na,.prose .highlight .nv,.prose .highlight .vi{color:var(--ink-2)}.prose .highlight .o,.prose .highlight .ow,.prose .highlight .p{color:var(--ink-3)}.prose .highlight .gd{color:var(--ink-2)}.prose .highlight .gi{color:var(--accent-ink)}.prose img{display:block;max-width:100%;height:auto;margin:1.9em 0 0;border:1px solid var(--rule);background:var(--sheet)}.prose a:has(>img){box-shadow:none;display:block}.prose img+em,.prose figure img+figcaption{display:block;margin-top:.7rem}.prose p>img:only-child{margin-top:0}.prose table{display:block;overflow-x:auto;width:100%;margin:1.9em 0 0;border-collapse:collapse;font-size:.9375rem}.prose th,.prose td{border-bottom:1px solid var(--rule-2);padding:.55rem .9rem .55rem 0;text-align:left;vertical-align:top}.prose th{font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3);font-weight:400;border-bottom:1px solid var(--rule)}.prose hr{margin:2.4em 0 0;border:0;border-top:1px solid var(--rule-2)}.pager{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:2.6rem;padding-top:1.1rem;border-top:1px solid var(--rule);font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.11em;text-transform:uppercase;color:var(--ink-3)}.pager a{color:var(--ink-2)}.pager a:hover{color:var(--accent-ink)}.pager span[aria-current]{color:var(--accent-ink)}.taxo{display:flex;flex-wrap:wrap;gap:.4rem .5rem;margin-top:1.4rem}.taxo a{display:inline-flex;align-items:baseline;gap:.42rem;padding:.32rem .6rem;border:1px solid var(--rule-2);font-family:var(--f-mono);font-size:.75rem;color:var(--ink-2)}.taxo a:hover{border-color:var(--accent);color:var(--accent-ink)}.taxo a b{font-weight:400;color:var(--ink-3);font-size:.6875rem}.nf-code{font-family:var(--f-mono);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent-ink)}.embed{margin:1.9em 0 0;border:1px solid var(--rule);background:var(--sheet);aspect-ratio:4/3}.embed iframe{display:block;width:100%;height:100%;border:0}.tl-body{min-width:0}.tl-body p{margin:0;font-size:.9375rem;line-height:1.5;color:var(--ink-2);text-wrap:pretty}.tl-body>*+p{margin-top:.85rem}.tl-body>p:first-child+.tl-meta{margin-top:.3rem}.tl-body p b{color:var(--ink);font-weight:600}.tl-meta{font-family:var(--f-mono);font-size:.6875rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-3)}.tl-body ul{margin:.85rem 0 0;padding-left:1.1rem;list-style:none}.tl-body ul li{position:relative;font-size:.9063rem;line-height:1.55;color:var(--ink-2);padding-left:.15rem}.tl-body ul li+li{margin-top:.5rem}.tl-body ul li::before{content:"";position:absolute;left:-.85rem;top:.62em;width:.32rem;height:1px;background:var(--accent)}.tl-note{color:var(--ink-3);font-style:italic}@media(max-width:640px){.tl-row{grid-template-columns:minmax(0,1fr);row-gap:.35rem}}.tl-outcome{position:relative;margin:.9rem 0 0;padding-left:1.15rem;font-family:var(--f-mono);font-size:.6875rem;line-height:1.6;letter-spacing:.06em;color:var(--ink-3)}.tl-outcome::before{content:"";position:absolute;left:0;top:.55em;width:.7rem;height:1px;background:var(--accent)}.prose>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+p{margin-top:1.45em}