html,body{min-height:100%}body{padding-top:2.5rem;padding-left:.5rem;padding-right:.5rem;background:linear-gradient(to bottom,#a7f3d0,#ecfdf5);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;@media(prefers-color-scheme:dark){background: linear-gradient(to bottom,#064e3b,#047857);}}main,footer{max-width:65ch;width:100%;margin-left:auto;margin-right:auto}svg{color:#000;@media(prefers-color-scheme:dark){color: white;}&:hover { transition:0.4s color; color:#14532d; @media (prefers-color-scheme:dark) { color:#fde047; } }}hr{border-top:2px solid #94a3b8;margin-top:2rem;margin-bottom:2rem;@media(prefers-color-scheme:dark){border-top-color: #334155;}}a{text-decoration:underline;text-underline-offset:6px;&:hover { transition:0.4s color; color:#14532d; @media (prefers-color-scheme:dark) { color:#fde047; } }}header{margin-bottom:3rem}nav#site-nav{width:100%;max-width:72rem;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:auto;& .site-nav-section { margin-bottom: 2.5rem; display: flex; & span { margin-right: 2.5rem; } } & svg { width: 2rem; height: 2rem; }}.small-text-banner{font-size:.875rem;text-align:center}nav#TableOfContents{margin-bottom:2rem;& ul { list-style: number; margin-left: 1rem; } & li { margin-bottom: 0.5rem; & ul { margin-left: 1rem; margin-top: 0.5rem; } }}@view-transition{navigation: auto;
}@keyframes move-out{from{opacity:1}to{opacity:0}}@keyframes move-in{from{opacity:0}to{opacity:1}}::view-transition-old(root){animation:.4s ease-in both move-out}::view-transition-new(root){animation:.4s ease-in both move-in}::view-transition-group(root){background:linear-gradient(to bottom,#a7f3d0,#ecfdf5)}@media(prefers-color-scheme:dark){::view-transition-group(root){background:linear-gradient(to bottom,#064e3b,#047857)}}