:root{--background-color:#fff;--background-secondary:#f5f5f5;--text-color:#212529;--text-secondary:#6c757d;--border-color:#dee2e6;--primary-text:#58151c;--secondary-text:#052c65}@media(prefers-color-scheme:dark){:root{--background-color:#161618;--background-secondary:#262629;--text-color:#f8f9fa;--text-secondary:#adb5bd;--border-color:#495057;--primary-text:#ffddb3;--secondary-text:#c6e2ff}}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Arial,noto sans,sans-serif;background-color:var(--background-color);color:var(--text-color);display:flex;flex-direction:column;min-height:100vh;font-size:1rem;line-height:1.5}a,a:hover{color:inherit}a{text-decoration:none}a:hover{text-decoration:underline}p{margin-top:0;margin-bottom:1rem}ul,ol{padding-left:2rem;margin-top:0;margin-bottom:1rem}hr{margin:1rem 0;border:0;border-top:1px dashed var(--border-color)}.section-title{font-size:1.6rem;font-weight:600;line-height:1.2;margin-top:0;margin-bottom:.5rem}.container{--bs-gutter-x:1.5rem;width:100%;max-width:1140px;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto;flex:1 0 auto}@media(min-width:800px){.container{padding-right:4rem;padding-left:4rem}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.row.g-0{--bs-gutter-x:0;--bs-gutter-y:0}.col{flex:1 0}.header-nav{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1.5rem;margin-top:1rem;margin-bottom:.5rem}.header-nav .site-title{font-family:Impact,Haettenschweiler,helvetica inserat,arial narrow bold,arial narrow,Oswald,roboto condensed,ubuntu condensed,dejavu sans condensed,liberation sans narrow,nimbus sans narrow,franklin gothic bold,arial black,helvetica neue,Helvetica,Arial,sans-serif;font-weight:800;font-size:1.8rem;margin-right:auto;color:inherit}@media(max-width:600px){.header-nav .site-title{flex-basis:100%}}footer{margin-top:2rem;padding-top:1rem;padding-bottom:2rem;width:100%;flex-shrink:0}.footer-line{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.footer-links{display:flex;gap:1.5rem}.section{margin-top:3.25rem}.section-desc{font-size:1rem;margin:0}.list-group{display:flex;flex-direction:column}.list-group-flush .list-group-item{border-width:0 0 1px}.list-group-flush .list-group-item:last-child{border-bottom-width:0}.list-group-item{padding:.5rem 1rem;border:1px solid var(--border-color)}.item-tags{font-size:.9rem}.item-title{font-size:1rem}.item-desc{margin:0;font-size:.8rem;color:var(--text-secondary)}.item-link{font-size:.8rem}.primary-text{color:var(--primary-text)}.secondary-text{color:var(--secondary-text)}.d-inline-block{display:inline-block}.d-flex{display:flex}.flex-column{flex-direction:column}.flex-grow-1{flex-grow:1}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.gap-2{gap:.5rem}.p-4{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.pt-3{padding-top:1rem}.pb-2{padding-bottom:.5rem}.mt-3{margin-top:1rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.my-4{margin-top:1.5rem;margin-bottom:1.5rem}.ml-3{margin-left:1rem}.text-secondary,.text-muted{color:var(--text-secondary)}.bg-body-secondary{background-color:var(--background-secondary)}.border-bottom{border-bottom:1px solid var(--border-color)}.rounded{border-radius:.375rem}