.container{margin-left:auto;margin-right:auto;max-width:var(--max-width-content);padding-left:var(--section-padding-x);padding-right:var(--section-padding-x);width:100%}.container--site{max-width:var(--max-width-site)}.container--narrow{max-width:var(--max-width-narrow)}.container--article{max-width:var(--max-width-article)}.section{padding-bottom:var(--section-padding-y);padding-top:var(--section-padding-y)}.section--dark{background-color:var(--bg-secondary)}.section--highlight{background-color:var(--bg-card);border-bottom:1px solid var(--border-subtle);border-top:1px solid var(--border-subtle)}.section__header{margin:0 auto 3rem;max-width:var(--max-width-article);text-align:center}.section__header h2{display:inline-block;margin-bottom:.75rem;position:relative}.section__header p{color:var(--text-secondary);font-size:1.125rem}.section__divider{background:linear-gradient(90deg,transparent,var(--gold),transparent);border-radius:2px;height:3px;margin:2rem auto;width:60px}.section:nth-of-type(2n):not(.section--dark):not(.section--highlight){background-color:hsla(0,0%,8%,.5)}.grid{display:grid;gap:var(--gap)}.grid--2{grid-template-columns:repeat(2,1fr)}.grid--3{grid-template-columns:repeat(3,1fr)}.grid--4{grid-template-columns:repeat(4,1fr)}.grid--auto-fit{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid--auto-fill{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.gap-sm{gap:.75rem}.gap{gap:var(--gap)}.gap-lg{gap:var(--gap-lg)}.gap-xl{gap:3rem}.review-layout{display:grid;gap:var(--gap-lg);grid-template-columns:1fr}.review-layout__content{min-width:0}.review-layout__sidebar{display:none}main{min-height:calc(100vh - 480px)}.page-header{border-bottom:1px solid var(--border-subtle);margin-bottom:2rem;padding-bottom:3rem;padding-top:3rem}.page-header h1{margin-bottom:1rem}.page-header p{font-size:1.125rem;max-width:var(--max-width-article)}.page-header .meta{color:var(--text-tertiary);font-size:var(--text-body-sm);margin-top:1rem}.sticky{align-self:start;position:sticky;top:100px}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mt-6{margin-top:4rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.mb-6{margin-bottom:4rem}.py-1{padding-bottom:.5rem;padding-top:.5rem}.py-2{padding-bottom:1rem;padding-top:1rem}.py-3{padding-bottom:1.5rem;padding-top:1.5rem}.py-4{padding-bottom:2rem;padding-top:2rem}.py-5{padding-bottom:3rem;padding-top:3rem}.px-1{padding-left:.5rem;padding-right:.5rem}.px-2{padding-left:1rem;padding-right:1rem}.px-3{padding-left:1.5rem;padding-right:1.5rem}.px-4{padding-left:2rem;padding-right:2rem}.text-center{text-align:center}.text-right{text-align:right}.mx-auto{margin-left:auto;margin-right:auto}