.App{display:flex;flex-direction:column;align-items:center;background-color:var(--bg-color);padding:10px 20px 20px}html,body{overflow-x:hidden}*,*:before,*:after{box-sizing:border-box}p{margin:0;padding:0}.app_body{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;background-color:var(--bg-color);padding:5px;width:90vw;box-shadow:-1px 4px 20px -6px #0003}#root{width:100%}html,body,#root{margin:0;padding:0}body{display:flex;flex-direction:column;justify-content:flex-start;font-size:14px;line-height:1.4;font-family:Nunito,sans-serif}:root{--bg-color: #ffffff;--bg-card: #1E211E;--brand-green: #FF6A00 ;--accent-copper: #FF6701;--text-light: #000000;--wood-brown: #FF6701;--text-muted: #aaa;--card-shadow: 0 2px 6px rgba(0, 0, 0, .05)}[data-theme=dark]{--text-light: #f1f1f1;--bg-color: #121212;--text-muted: #777;--bg-card: #1E211E;--card-shadow: 0 4px 12px rgba(0, 0, 0, .5)}.LightFont{font-family:Nunito,sans-serif;font-weight:400;font-size:14px;color:var(--text-light)}.LightFontPopup{font-family:Nunito,sans-serif;font-weight:400;font-size:13px;color:var(--text-muted);margin-bottom:15px}.LightFontBold{font-family:Nunito,sans-serif;font-weight:700;font-size:14px;color:var(--text-light)}.LightFontBigger{font-family:Nunito,sans-serif;font-weight:700;font-size:18px;color:var(--text-light)}.LightFontVeryBig{font-family:Nunito,sans-serif;font-weight:700;font-size:24px;color:var(--text-light)}.fontBold{font-size:13px;color:var(--text-muted)}.fontBold2{font-size:14px;color:var(--text-light)}h3{font-size:16px;margin:0}.vertical-line{width:.5px;height:30px;background-color:var(--bg-color)}input{border:none;outline:none;font-size:14px;font-family:Nunito,sans-serif}input::placeholder{font-family:Nunito,sans-serif;font-size:14px;color:var(--text-muted)}body.drawer-open{overflow:hidden;position:fixed;width:100%}@media only screen and (max-width:1023px){.App{width:100%;min-height:auto}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-color: #ffffff;--bg-card: #ffffff;--brand-green: #FF6A00 ;--accent-copper: #FF6701;--text-light: #000000;--wood-brown: #FF6701;--text-muted: #aaa;--card-shadow: 0 2px 6px rgba(0, 0, 0, .05)}[data-theme=dark]{--text-light: #f1f1f1;--bg-color: #121212;--text-muted: #777;--card-shadow: 0 4px 12px rgba(0, 0, 0, .5);--bg-card: #1E211E}body{color:var(--text-light);background-color:var(--bg-color)}a{font-weight:500;color:#ff6a00;text-decoration:inherit}a:hover{color:#ff6a00}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
