div.spinner{display:inline-block;height:1em;width:1em;line-height:1em;text-align:center;vertical-align:middle}.hourglass{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}form{display:flex;flex-grow:1;flex-direction:column;align-items:stretch;gap:1rem}form.horizontal{flex-direction:row;flex-wrap:wrap;align-items:last baseline}label{font-size:1rem;margin-bottom:.25rem}span.required{color:var(--habanero);margin-left:.1rem}button,input,select,textarea{font-family:inherit;font-size:inherit;border:1.5pt solid var(--foreground);border-radius:.25rem;padding:.5rem;background-color:var(--background);color:var(--foreground);accent-color:var(--good)}textarea{resize:vertical;font-family:monospace}input[type=range]{padding-inline:0;margin-inline:0}button:enabled{cursor:pointer}button:hover{background-color:var(--hover)}button:disabled{background-color:var(--background);border-color:gray;color:gray}div.slider-value{width:5rem;align-self:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}div.input-group input{flex:1}div.form-group{display:flex;flex-direction:column;flex-grow:1}div.form-row{display:flex;flex-direction:row;align-items:last baseline;gap:1rem;justify-content:space-between}form.horizontal div.form-row{flex-wrap:wrap;margin:0}div.input-group{display:flex;flex-direction:row;gap:.5rem}div.bubble{display:flex;flex-direction:column;padding:1rem;background-color:var(--habanero);border-radius:.5rem;color:var(--light)}div.bubble.good{background-color:var(--good)}div.bubble.hidden{display:none}div.bubble-header{display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;border-bottom:1.5pt solid var(--light);margin-bottom:.5rem}div.bubble-header h3{margin-top:0;margin-bottom:.25rem}button.bubble-close{background-color:transparent;border:none;cursor:pointer;color:var(--light);padding:0}header.responsive-header{display:flex;flex-direction:column;align-items:start;border-right:2pt solid var(--foreground);padding-inline:1rem;padding-top:1rem}header.responsive-header nav ul{margin-top:1em}header.responsive-header nav ul li{font-size:x-large;margin-top:.5rem;list-style-type:none}div.header-title{display:flex;flex-direction:row;align-items:start;gap:.5rem}div.header-title div.title-stack{display:flex;flex-direction:column}div.header-title a{text-decoration:none}div.header-title h1{margin:0;text-decoration:none;display:inline;font-size:2rem}div.title-stack h1{font-size:2rem}div.title-stack h5{margin:0}div.mobile-menu-shade{display:none}div.mobile-menu{display:flex;float:right;background-color:var(--background);padding-right:3rem;padding-top:6rem;height:100%}div.mobile-menu nav ul{display:flex;flex-direction:column;gap:1rem;padding-inline-start:2rem}div.mobile-menu nav ul li{font-size:xx-large;list-style-type:none}button.menu-button{display:none;border:none;font-size:xx-large;background-color:transparent;padding:0;font-size:2rem}button.menu-button:hover{background-color:transparent}@media screen and (max-width:70em){div.mobile-menu-shade{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background-color:var(--shade);z-index:100}div.mobile-menu-shade.hidden{display:none}button.menu-button{display:inline}header.responsive-header{border-right:none;flex-direction:row;align-items:flex-start;justify-content:space-between;border-bottom:solid 2pt var(--foreground);background-color:var(--background);z-index:101;padding:1rem;position:sticky;top:0}header.responsive-header nav{display:none}}table{border-collapse:separate;border-spacing:0 2px;box-sizing:border-box}thead{background-color:var(--background);position:sticky;top:var(--section-title-height);z-index:2}th{text-align:left;border-bottom:2px solid var(--foreground)}td{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width:70em){thead{top:calc(var(--header-height) + var(--section-title-height))}}:root{--dark: #30352e;--light: #F5F1ED;--pith: #f6faed;--jalapeno: #253D0F;--habanero: #c02a16;--good: #4542da;--shade: rgba(.5, .5, .5, .5);--foreground: var(--dark);--background: var(--light);--hover: var(--pith);--header-height: 4rem;--section-title-height: 3.2rem}@media(prefers-color-scheme:dark){:root{--foreground: var(--light);--background: var(--dark);--hover: var(--jalapeno)}}html{height:100vh;color:var(--foreground);background-color:var(--background);font-size:large}body{height:100vh;margin:0;font-family:serif}div.app-root{display:flex;flex-direction:row;height:100vh}div.page-root{display:flex;flex-direction:column;height:100vh}div.page-content{display:flex;flex-direction:column;flex:1;overflow-y:auto;padding-bottom:1em}div.section{background-color:var(--background);display:flex;flex-direction:column;margin-inline:1rem;box-sizing:border-box}div.section.grow{flex:1}div.section.center{align-items:center;justify-content:center}div.section-title{position:sticky;top:0;background-color:var(--background);z-index:3}div.section div.section>div.section-title{top:var(--section-title-height);z-index:2}div.section-title h3{font-size:1.2rem;margin-bottom:.3rem;margin-top:1.7rem}div.section-row{background-color:var(--background);display:flex;flex-direction:row;align-items:baseline;justify-content:stretch;gap:1rem}div.column{flex:1;display:flex;flex-direction:column;gap:1rem}div.column.first{order:1}div.column.second{order:2}div.column.third{order:3}div.page-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem;margin-inline:.5rem}a{color:var(--foreground)}.align-right{text-align:right}@media screen and (max-width:70em){html,body{height:auto}div.app-root{display:flex;flex-direction:column;height:auto}div.page-root{height:auto}div.page-content{overflow-y:visible;margin-top:0}div.section-title{top:var(--header-height)}div.section div.section>div.section-title{top:calc(var(--header-height) + var(--section-title-height) - 1rem)}}@media screen and (max-width:55em){div.section-row{display:flex;flex-direction:column;gap:1rem}div.section-row>div.column{order:0}div.column{width:100%}}
