main{scroll-behavior:smooth;height:100vh;overflow:hidden auto}main>*{margin:1rem}main>textarea,main>select,main>button,main>.button,main>.link,main>a{display:block}:root,:root[data-theme=light]{--text-color-1:black;--text-color-2:#888;--text-color-3:#aaa;--bg-color-1:white;--bg-color-2:#f8f8f8;--bg-color-3:#f0f0f0;--border-color-1:#d0d0d0;--text-line-color-1:#ccc;--blue:#2196f3;--green:#0b7;--yellow:#ffb511}:root[data-theme=dark]{--text-color-1:white;--text-color-2:#ddd;--text-color-3:#aaa;--bg-color-1:#222;--bg-color-2:#333;--bg-color-3:#282828;--border-color-1:#444;--text-line-color-1:#999}*{font-weight:400;font-family:var(--font-family),sans-serif;color:var(--text-color);margin:0}html,body{background-color:var(--background-color);width:100vw;height:100vh;color:var(--text-color);overflow:hidden}code{font-family:monospace}b{font-weight:700}pre{white-space:pre-wrap;word-break:break-word;overflow:auto}html,body,main,input,select{color:var(--text-color-1);background-color:var(--bg-color-1)}.label{font-weight:700}.link{background:0 0;border:none;padding:0;text-decoration-line:underline}input[type=checkbox]{margin:.5rem}.sort-item{flex-flow:wrap;justify-content:flex-start;align-items:center;display:flex}.sort-item input[type=text]{flex:1}.sort-item .button,.sort-item button{margin:.5rem}.sort-item label{font-size:1.2rem}.sort-multi,.sort-select,.sort-text{margin:.5rem}.sort-multi label{font-size:1rem}h1,h1 *{font-size:1.75rem!important}h2,h2 *{font-size:1.4rem!important}h3,h3 *{font-size:1.25rem!important}h4,h4 *{font-size:1.125rem}h5,h5 *{font-size:1.05rem}h6,h6 *{font-size:1rem}.buttons{align-items:center;justify-content:inherit;flex-flow:wrap;display:flex}.buttons>*{margin:.5rem}.button,button{cursor:pointer}.button,button,select,input,textarea{background-color:var(--bg-color-2);border:1px solid var(--border-color-1);border-radius:4px;padding:.5rem 1rem;text-decoration-line:none}.button,button,select,input{border-radius:999px}textarea{border-radius:1rem;padding:1rem}main>textarea{width:calc(100% - 4rem)}.page-textarea{width:calc(100% - 4.5rem);height:4rem}.disabled,button:disabled{cursor:auto;color:var(--text-color-2)}.icon-button{background-color:#0000;border:none;padding:.5rem}.hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100%;margin:0;display:flex}.hero>*{justify-content:center;align-items:center;margin:.5rem}.hero:last-of-type{padding-bottom:5rem}.hero-stack>div>*{margin:1rem}.hero-slide{text-align:left;flex-direction:row;justify-content:center;align-items:center;display:flex}.hero-slide *{text-align:inherit}.hero-slide>div{flex-direction:column;max-width:min(600px,80vw)}.hero-slide>div>*{margin:1rem}.hero-slide>div .buttons{justify-content:flex-start;margin:0}.hero-slide>div:first-child{justify-items:flex-end}.hero-slide>div:last-child{justify-items:flex-start}@media screen and (max-width:600px){.hero-slide{text-align:center;flex-direction:column;justify-content:center;align-items:center}.hero-slide>div{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.hero-slide .buttons{text-align:center;flex-flow:column wrap;justify-content:center;align-items:center;display:flex}}.hero-table,section{max-width:100%;overflow-x:auto}@media screen and (max-width:600px){.desktop-only{display:none}}@media screen and (min-width:600px){.mobile-only{display:none}}:root{--table-background-color:var(--bg-color-2);--table-even-color:var(--bg-color-3);--table-odd-color:var(--bg-color-1)}table{width:100%;font-family:var(--font-family);background-color:var(--table-background-color);border-radius:var(--table-border-radius);margin:1rem 0}table td em span{font-style:italic}table td strong span{font-weight:700}th,td{text-align:left;border-bottom:1px solid var(--table-border-color);padding:.6rem}th{background-color:var(--table-even-color);color:var(--text-color);font-weight:700}td{color:var(--text-color)}table caption{color:var(--text-color);margin-bottom:1rem;font-weight:700}tbody tr:nth-child(2n){background-color:var(--table-even-color)}tbody tr:nth-child(odd){background-color:var(--table-odd-color)}.content-grid{--cell-min:var(--content-grid-cell-min,150px);grid-template-columns:repeat(auto-fill,minmax(var(--cell-min),1fr));max-width:calc(var(--cell-max,400px)*4);gap:1rem;display:grid}.content-item{text-align:center;flex-direction:column;display:flex}.content-image{aspect-ratio:1;background-color:var(--bg-color-2);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.content-image img{object-fit:cover;width:100%;height:100%;display:block}.selected-button{border-color:var(--yellow)}.grayscale{filter:grayscale()}.message-body label{font-size:1rem;font-weight:400;display:inline-block}.message-body select{margin:.5rem .5rem 0}.card .card{margin:1rem 0}.card .card:last-of-type{margin-bottom:0}section{margin:0}section>*{margin:1rem 0}.card>*,.cell>*{margin:.5rem}.card .buttons,.cell .buttons{margin:0}.card>a,.card>.link,.cell>a,.cell>.link{display:block}.content-item>.cell{flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}.card,.cell{background-color:var(--bg-color-3);border:1px solid var(--border-color-1);border-radius:1rem;padding:.75rem}main>.card{width:calc(100% - 4rem)}.menu{z-index:10;background-color:var(--bg-color-2);border:1px solid var(--border-color-1);text-align:center;border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;max-width:calc(90vw - 2rem);max-height:calc(90vh - 2rem);padding:2rem;display:flex}.menu>*{margin:.5rem}.menu header{font-size:1em;line-height:1em;display:block}.menu header .app-font{margin-top:1rem;font-size:3rem;line-height:3rem}.menu .buttons{flex-direction:column;justify-content:center;align-items:center}.close-menu{margin:0;position:absolute;top:1rem;right:1.5rem}.center-nav{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.center-nav>:first-child{text-align:right;flex:1}.center-nav>:last-child{text-align:left;flex:1}.navigator-title{pointer-events:auto;flex-direction:row;align-items:center;gap:.5rem;text-decoration-line:none;display:flex}.modal .navigator-title{flex-direction:column}.berry{background-color:var(--berry-color);border-color:var(--berry-color);color:#fff;border-radius:99px;padding:.5rem 1rem;transition:transform 1s ease-in-out;animation:2s ease-in-out infinite grow}.berry:disabled{cursor:default;opacity:.5;color:var(--text-color-2);background-color:var(--bg-color-2);border-color:var(--border-color-1)}@keyframes grow{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
#modal,.modal{pointer-events:none;z-index:1000;width:100vw;height:100%;margin:0;position:fixed;inset:0}#modal>div,.modal>div{width:100%;height:100%;position:fixed;inset:0}.modal>div{opacity:0;background-color:#00000080;flex-direction:column;justify-content:center;align-items:center;transition:all .4s;display:flex}.modal-content{pointer-events:auto;z-index:1000;flex-direction:column;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:absolute;inset:0;overflow-x:hidden}
@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a1e5f881e1ca6a9a-s.7636ad18.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2efc0c479abd2474-s.f4ebe13e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/70963ccca14000df-s.1db1c5d8.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9a146d0fd3ff96e4-s.c2cc33f0.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0474ff9f7224a0da-s.4c3619f9.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Great Vibes;font-style:normal;font-weight:400;font-display:swap;src:url(../media/f48d461c03e0a8ec-s.4f85faee.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Great Vibes Fallback;src:local(Arial);ascent-override:124.79%;descent-override:58.8%;line-gap-override:0.0%;size-adjust:68.19%}.great_vibes_493ab4f9-module__Tv7BoG__className{font-family:Great Vibes,Great Vibes Fallback;font-style:normal;font-weight:400}
@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/b2ea385cb5ae8625-s.866357a4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1b99372b3eaef0c8-s.p.758e15a8.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit Fallback;src:local(Arial);ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.0%;size-adjust:99.82%}.outfit_6ccee8c2-module__hlgrQa__className{font-family:Outfit,Outfit Fallback;font-style:normal}
:root{--berry-color:var(--yellow)}.arrow-button{background-color:#0000;border:none;padding:1rem;margin:0!important}.arrow{box-sizing:border-box;background-color:#0000;border-top:none;border-bottom:3px solid;border-left:3px solid;border-right:none;border-radius:2px;width:20px;height:20px;animation:2s infinite bounce;display:inline-block;transform:rotate(-45deg)}@keyframes bounce{0%,to{transform:translateY(0)rotate(-45deg)}50%{transform:translateY(8px)rotate(-45deg)}}.navigator-container{z-index:10;width:100%;margin:0;position:sticky;top:0}.navigator-banner{background-color:var(--bg-color-2);border-bottom:1px solid var(--border-color-1);flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0;display:flex}.navigator-banner .logo{width:2.5rem;height:2.5rem}.navigator-banner .buttons{flex-direction:row}.navigator-banner .buttons>*{margin:.25rem .5rem}@media screen and (max-width:600px){.navigator-banner{flex-wrap:wrap}}.chart,.chart-container,.chart-canvas{width:100%;height:300px}.module-article{margin-bottom:0}.module-article>section:last-of-type .buttons:first-of-type{margin-top:0}.module-article>section:last-of-type .buttons:last-of-type{margin-bottom:0}.module-article section>p{margin:1rem 0;line-height:2rem}.module-article section>.buttons,.module-article section>.card,.module-article .question p{margin:1rem 0}.module-article .question input{margin:.5rem}.app-font{font-size:1.8rem;line-height:1.8rem;font-family:var(--app-font-family);text-decoration-line:none}.progress-tracker{flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:3rem;margin:0;display:flex!important}.progress-tracker .progress-track{background-color:var(--bg-color-1);border-color:var(--border-color-1);border-style:solid;border-width:1px;border-radius:999px;flex:1;height:2rem;display:flex;overflow:hidden}.progress-tracker .progress-track :first-child{border-radius:.5rem}.progress-tracker .progress-track :last-child{flex:1}.progress-tracker>*{margin:0 .5rem}.table-of-contents li{margin:1rem}.table-of-contents ul{padding:0;list-style:none}.table-of-contents ul ul{padding-left:1rem}.dictionary .link{-webkit-text-decoration-color:var(--text-line-color-1);text-decoration-color:var(--text-line-color-1)}.talk-text-button{background-color:#0000;border:none;margin-right:.5rem;padding:0}
