.header-title{font-size:24px;margin-left:8px;margin-right:8px;position:relative;color:orange;white-space:nowrap}.header-logo{height:40px;width:40px;border:2px solid orange;border-radius:8px}.header-title-logo{display:flex;align-items:center;cursor:pointer}.header-section{background-color:#333;color:#fff;border-radius:10px;padding:10px;display:flex;position:fixed;top:10px;left:8px;right:8px;min-height:56px;align-items:center;justify-content:space-between;z-index:10;max-width:calc(100vw - 16px);overflow:hidden}.header-menu{padding:4px;gap:4px;display:flex;font-size:14px;flex-wrap:wrap;justify-content:flex-end}.header-links{list-style:none;text-decoration:none;padding:6px 8px;border-radius:5px;border:1px solid black;color:orange;box-shadow:2px 2px 5px #0000004d}.header-links:hover,.header-links:focus{color:#fff;box-shadow:4px 4px 10px orange}.footer-section{background-color:#333;color:#fff;border-radius:10px;padding:10px;display:flex;font-size:14px;position:fixed;bottom:8px;left:8px;right:8px;min-height:40px;align-items:center;justify-content:center;z-index:10;max-width:calc(100vw - 16px)}.footer-menu{display:flex;gap:8px;padding:4px;font-size:14px;flex-wrap:wrap;justify-content:center}.footer-links{list-style:none;text-decoration:none;font-size:14px;padding:4px 6px;border-radius:5px;border:1px solid black;color:orange;box-shadow:2px 2px 5px #0000004d}.footer-links:hover,.footer-links:focus{color:#fff;box-shadow:4px 4px 10px orange}#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(100,108,255,.6666666667))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(97,218,251,.6666666667))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.start-demo-link{margin:20px}.start-demo-button{background-color:#00f;color:#fff;padding:30px,20px,30px,20px;border:none;border-radius:5px;font-size:18px;cursor:pointer;height:60px;width:100px}.start-demo-button:hover,.start-demo-button:focus{box-shadow:0 4px 8px #fff,0 6px 20px #fff;font-weight:700}.file-input,.file-input .MuiInput-input{display:none}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-ext-400-normal-CuPM9foi.woff2) format("woff2"),url(/assets/nunito-cyrillic-ext-400-normal-xaE7D4Sw.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-cyrillic-400-normal-xAOo5cBP.woff2) format("woff2"),url(/assets/nunito-cyrillic-400-normal-D1j0u8EH.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-vietnamese-400-normal-BHkVbP3T.woff2) format("woff2"),url(/assets/nunito-vietnamese-400-normal-DtOtW02z.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-ext-400-normal-i-8OOpdj.woff2) format("woff2"),url(/assets/nunito-latin-ext-400-normal-CjMJVfGn.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Nunito;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/nunito-latin-400-normal-r8SDr6Up.woff2) format("woff2"),url(/assets/nunito-latin-400-normal-DKg4f3fz.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%;overflow-x:hidden}:root{color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,system-ui,arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;background-color:#242424;scrollbar-gutter:stable}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover,a:focus{color:#535bf2}a:visited{color:#646cff}body{margin:0;min-height:100vh;min-width:0}.App{width:100%;max-width:720px;min-height:100vh;margin:0 auto;padding:92px 12px 82px}h1{font-size:3em;line-height:1.1}button{font-size:1em;font-weight:500;font-family:inherit;border-radius:8px;border:1px solid transparent;padding:.6em,1.2em;background-color:#2a2a2a;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}}
