footer{margin-block-start:1rem;padding:1rem;width:100%;max-width:52rem;margin:auto;padding-block-end:2rem}footer .footer-links-container{justify-content:center;margin-block-start:.75rem;display:flex}footer .footer-links-container .footer-link{color:var(--text-primary);margin-inline-start:.75rem;margin-inline-end:.75rem;display:block}footer .footer-links-container .footer-link:hover{color:var(--tint-primary)}footer .footer-links-container .footer-link svg{width:1.25rem;height:1.25rem}footer .copyright{text-align:center;color:var(--text-secondary);grid-column:1/-1;margin-block-start:1rem}a.header-item{color:var(--text-primary);border-radius:.45rem;align-items:center;margin-inline-start:.5rem;padding-block-start:.5rem;padding-block-end:.5rem;padding-inline-start:1rem;padding-inline-end:1rem;font-weight:400;text-decoration:none;display:flex}a.header-item:hover{color:var(--tint-primary);background-color:var(--tint-background)}a.header-item svg{width:.75rem;height:.75rem;margin-inline-start:.5rem}@media (prefers-reduced-motion:no-preference){a.header-item{transition:background-color .2s ease-in-out,color .2s ease-in-out}a.header-item svg{transition:transform .2s ease-in-out}a.header-item:hover svg{transform:translate(.125rem)translateY(-.125rem)}}header .header-content{justify-content:space-between;align-items:center;max-width:52rem;margin:auto;padding:1rem;display:flex}header .header-branding{color:var(--text-primary);border-radius:1.5rem;align-items:center;margin-inline-start:-.5rem;padding:.25rem;text-decoration:none;display:flex}header .header-branding .header-logo{border-radius:1.25rem;width:2.5rem;height:2.5rem;padding:.25rem}header .header-branding .header-logo svg{width:2rem;height:2rem}header .header-branding .header-title{margin-inline-start:.5rem;margin-inline-end:.75rem;font-weight:500}header .header-branding:hover{color:var(--tint-primary);background-color:var(--tint-background)}@media (prefers-reduced-motion:no-preference){header .header-branding{transition:color .2s ease-in-out,background-color .2s ease-in-out}}header .header-items{align-items:center;display:flex}@media (max-width:32rem){header .header-title{display:none}header .header-items{justify-content:center;align-items:center;display:flex;overflow:scroll}header .header-items .header-item{padding:.5rem}}:root{--background-primary:#fff;--background-secondary:#f4f4f5;--text-primary:#27272a;--text-secondary:#52525b;--text-tartiary:#71717a;--tint-primary:#2563eb;--tint-secondary:#dbeafe;--tint-background:#f0f9ff}@media (prefers-color-scheme:dark){:root{--background-primary:#18181b;--background-secondary:#27272a80;--text-primary:#f4f4f5;--text-secondary:#d4d4d8;--text-tertiary:#a1a1aa;--tint-primary:#0ea5e9;--tint-secondary:#0c4a6e;--tint-background:#082f49}}*,:before,:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{-webkit-font-smoothing:antialiased;line-height:1.75}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word;font-size:inherit;font-weight:inherit}body{color:var(--text-primary);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue}html,body{background-color:var(--background-primary)}.content{flex-direction:column;width:100%;height:100%;display:flex}.content main{flex:auto}.section{max-width:52rem;margin:2rem auto;padding:0 1rem}.section>h2{margin-block-start:1rem;margin-block-end:.5rem;font-size:1.5rem;font-weight:600}
