.txt-green{color:green}.bg-green{background:green}.txt-blue{color:blue}.bg-blue{background:blue}.txt-lime{color:lime}.bg-lime{background:lime}.txt-teal{color:teal}.bg-teal{background:teal}.txt-cyan{color:aqua}.bg-cyan{background:aqua}.txt-white{color:#fff}.bg-white{background:#fff}.txt-black{color:#000}.bg-black{background:#000}.txt-orange{color:orange}.bg-orange{background:orange}.txt-gold{color:gold}.bg-gold{background:gold}.txt-orangered{color:#ff4500}.bg-orangered{background:#ff4500}.txt-darkred{color:darkred}.bg-darkred{background:darkred}.txt-red{color:red}.bg-red{background:red}.bg-glass{background:linear-gradient(135deg,hsla(0,0%,50%,.1),hsla(0,0%,50%,0));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}h1{text-align:center;text-transform:uppercase}a{width:100%;text-decoration:none;color:inherit;background:inherit}button{border:none;padding:8px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;text-transform:uppercase;font-size:16px;font-weight:500}nav{background:inherit;display:grid;grid-template-areas:"brand toggler" "links links" "user-access user-access";padding:4px;grid-template-columns:10fr 1fr}nav button{width:100%;min-width:7em;margin:7px 0}nav #brand{align-self:center;grid-area:brand}nav #toggler{grid-area:toggler;justify-self:end}nav #links{grid-area:links;grid-column:1/span -1}nav #links div{line-height:1.4em;color:inherit;background:inherit;text-align:center}nav #links div:hover{filter:invert(1);-webkit-filter:invert(1)}nav #user-access{grid-area:user-access;grid-column:1/span -1;justify-self:center}nav #user-access button{width:100%}@media screen and (min-width:768px){nav{display:flex;flex-direction:column;align-items:center;min-height:100%}nav #brand{height:auto;align-self:center}nav #toggler{display:none}nav #links{flex:1 1;align-self:stretch}nav #user-access{display:flex;flex-direction:column}nav #user-access button{display:block}}@media screen and (min-width:1024px){nav{flex-direction:row;gap:2em}nav #links,nav #user-access{display:flex;align-items:center;flex-direction:row}nav #links{gap:1em;justify-content:center}nav #user-access{gap:7px}}footer{display:flex;flex-direction:column;justify-content:center;padding:1em 0;align-items:center;gap:7px}footer,footer div{background:inherit}footer div{text-align:center}@media screen and (min-width:768px){footer{flex-direction:row;gap:0;justify-content:space-evenly}}body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;min-height:100%;width:100%;background:#fff;color:#000}:root{--hsla:rgba(230,254,254,.8)}#__next{min-height:100vh;display:flex;flex-direction:column}#__next :hover>a,#__next :hover>button,#__next a:hover,#__next button:hover{transition:all .2s linear}#__next #top-layout{flex:1 1}#__next #top-layout #page main{padding:2em 1em}@media screen and (min-width:768px){#__next #top-layout{min-height:auto;display:grid;grid-template-columns:1fr 5fr}}@media screen and (min-width:1024px){#__next #top-layout{display:flex;flex-direction:column}}