@import "https://fonts.googleapis.com/css2?family=Roboto&display=swap";#repo-link{text-align:left;margin-top:2vh}#menu{& #settings-row{flex-flow:wrap;display:flex;& #settings{margin-right:2vw}}& #input-row{margin-top:2vh}background-color:var(--background-color);border:1px solid var(--interactive-border-color);border-radius:10px;margin-bottom:2vh;padding-bottom:2vh;padding-left:2vw;padding-right:2vw;display:inline-block;position:sticky;top:10px}#finished-state{& #animation-wrapper{min-height:4vh;margin-left:2vw;& #typing-animation-box{height:auto;font-size:large;animation-name:blinking-cursor;animation-duration:3s;animation-iteration-count:infinite;display:inline-block}}& pre.language-css{background-color:#161616!important;border:1px solid #333!important}}@keyframes blinking-cursor{0%{border-right:1px solid #fff}49.9%{border-right:1px solid #fff}50%{border-right:1px solid #0000}to{border-right:1px solid #0000}}:root{color-scheme:light dark;--background-color:light-dark(#fff,#0f0f0f);--text-color:light-dark(#000,#fff);--secondary-text-color:light-dark(#3f3f3f,silver);--disabled-text-color:light-dark(#9a9a9a,#bdbdbd);--interactive-background-color:light-dark(#eaeaea,#1f1f1f);--interactive-border-color:light-dark(#a3a3a3,#333);--interactive-focus-border-color:light-dark(#333,#a3a3a3);--hover-background:light-dark(#e0e0e0,#383838);--active-button-background-color:light-dark(#b9b9b9,#181818);--link-color:light-dark(#3838d2,orange)}html,body{background-color:var(--background-color);color:var(--text-color);font-family:Roboto,sans-serif}a{color:var(--link-color);text-decoration:none;&:hover{cursor:pointer;text-decoration:underline}}button:hover,select:hover{cursor:pointer;background-color:var(--hover-background)}button,input,select{background-color:var(--interactive-background-color);color:var(--text-color);border:1px solid var(--interactive-border-color);border-radius:5px;padding:5px;&:focus{border:1px solid var(--interactive-focus-border-color);outline:none}&:disabled{cursor:not-allowed;color:var(--disabled-text-color)}}button{padding:5px 10px;&:active:not(:disabled){background-color:var(--active-button-background-color)}}input[type=checkbox]{vertical-align:middle;appearance:none;width:15px;height:15px;&:hover:not(:disabled){cursor:pointer;background-color:var(--hover-background)}&:checked:before{content:"✓";position:relative;top:-9px;left:-3px}}.text-center{text-align:center}.hidden{visibility:hidden}.container{margin-left:3vw;margin-right:3vw}.margin-bottom{margin-bottom:1vh}.margin-top{margin-top:1vh}.no-select{user-select:none}code[class*=language-],pre[class*=language-]{color:#fff;text-shadow:0 -.1em .2em #000;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;tab-size:4;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}:not(pre)>code[class*=language-],pre[class*=language-]{background:#4c3f33}pre[class*=language-]{border:.3em solid #7a6651;border-radius:.5em;margin:.5em 0;padding:1em;overflow:auto;box-shadow:inset 1px 1px .5em #000}:not(pre)>code[class*=language-]{white-space:normal;border:.13em solid #7a6651;border-radius:.3em;padding:.15em .2em .05em;box-shadow:inset 1px 1px .3em -.1em #000}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#997f66}.token.punctuation,.token.namespace{opacity:.7}.token.boolean,.token.constant,.token.number,.token.property,.token.symbol,.token.tag{color:#d1939e}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#bce051}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url,.token.variable{color:#f4b73d}.token.atrule,.token.attr-value,.token.keyword{color:#d1939e}.token.important,.token.regex{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.token.deleted{color:red}
