:root,.dark{--color-primary: #f73505;--color-primary-hover: #ff643d;--color-primary-dark: #e02e00;--color-bg: whitesmoke;--color-surface: white;--color-surface-alt: #f9f9f9;--color-card-hover: rgb(252,247,243);--color-text: #1b1919;--color-text-muted: #666;--color-border: #d3d3d3;--color-shadow: rgba(0,0,0,.11);--color-shadow-light: rgba(211,211,211,.37);--color-input-bg: #e2e2e288;--color-input-focus: rgba(247,53,5,.22);--color-box-shadow: 0px 0px .5px 0px rgba(190, 190, 190, .432), 0px 0px 1px rgb(211, 211, 211);--color-box-shadow-alt: .6px 1.5px .8px .6px rgba(190, 190, 190, .432), .8px .8px 2px rgb(211, 211, 211);--button-wrapper: rgba(231, 231, 231, .507);--menu-container: rgb(252, 247, 243);--searchbar-color-focus: #dadada6b;--toolbar-boxshadow: 0px .4px 2px rgba(0, 0, 0, .432), 0px -2px 2px rgb(211, 211, 211)}@media (prefers-color-scheme: dark){:root,.dark{--color-primary: #ff643d;--color-primary-hover: #ff8c6b;--color-primary-dark: #ff3200;--color-bg: #0f1117;--color-surface: #16181f;--color-surface-alt: #1e2129;--color-card-hover: #2d1b1b;--color-text: #f0f0f0;--color-text-muted: #aaaaaa;--color-shadow: rgba(0,0,0,.6);--color-shadow-light: rgba(0,0,0,.4);--color-input-bg: rgba(255,255,255,.1);--color-input-focus: rgba(255,100,61,.3);--color-box-shadow: 0px 0px .5px 0px rgba(20, 20, 20, .432), 0px 0px 1px rgb(40, 40, 40);--menu-container: #2d1b1b;--button-wrapper: rgb(231, 231, 231);--seachbar-color-focus: #000000;--toolbar-boxshadow: 0px .4px 2px rgba(0, 0, 0, .832), 0px -2px 2px rgb(20, 20, 20)}}html,body{height:100%;width:100%;padding:0;margin:0;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif}html,body{min-height:100%}body{background-color:var(--color-bg)}::-webkit-scrollbar{display:none}*{box-sizing:border-box;word-wrap:break-word;align-content:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1{font-size:1.8em}h2{font-size:1.3em}button{float:right;width:6em;min-width:-moz-fit-content;min-width:fit-content;align-self:center;position:relative;padding:10px;border:none;margin:0 8px;border-radius:3.14px}button:hover{color:var(--color-text);background-color:var(--color-input-bg)}.container{margin:15px auto;background-color:var(--color-surface);height:-moz-fit-content;height:fit-content;border-radius:3.14px;box-shadow:var(--color-box-shadow);word-wrap:break-word;width:400px;max-width:90%;max-height:100%}@media only screen and (max-width: 768px){.container{margin:5px auto;background-color:var(--color-surface);height:-moz-fit-content;height:fit-content;border-radius:3.14px;box-shadow:var(--color-box-shadow);word-wrap:break-word;width:100%}}input{margin:2px;font-size:1.1em;padding:.6em .4em;width:auto}.top{max-width:295px;width:100%;margin:auto}
