:root{font-family:Inter,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}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}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}}.two-columns{display:flex}.two-columns>*{width:50%;padding:1rem}.sidebar{width:20%}.content{width:80%;max-width:400px}form{display:flex;flex-direction:column;gap:1rem}form:not(:last-child){margin-bottom:2rem}fieldset{display:flex;gap:1rem;flex-wrap:wrap}fieldset.vertical{flex-direction:column}fieldset.actions{justify-content:flex-end}fieldset button,fieldset .button{align-self:flex-end}label{flex:1;width:14rem;display:flex;flex-direction:column;gap:.5rem;cursor:pointer}:root{--border-color: #dedede;--background-color: #ffffff}legend{display:contents}label,legend{font-weight:600;text-transform:uppercase;font-size:.9rem}label.checkbox,label.radio,label.toggle{flex-direction:row;align-items:center;font-size:1rem;text-transform:none;gap:.75rem;-webkit-user-select:none;user-select:none}input,select{font-size:1rem;text-transform:none;font-weight:400;padding:.75rem;border:1px solid var(--border-color);color:var(--text-color);background-color:var(--background-color)}select{padding-right:2rem;-webkit-appearance:none;-moz-appearance:none;background-repeat:no-repeat;background-position:right .5rem center}input[type=checkbox],input[type=radio]{margin:0;height:1.5rem;width:1.5rem;border-color:var(--border-color)}button,label{margin-bottom:1rem}.limiter{border-top:1px solid var(--border-color);padding-top:1rem}.hidden{display:none}.blinking{-webkit-animation:1s blink ease infinite;-moz-animation:1s blink ease infinite;-ms-animation:1s blink ease infinite;-o-animation:1s blink ease infinite;animation:1s blink ease infinite}@keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-moz-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-webkit-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-ms-keyframes blink{0%,to{opacity:0}50%{opacity:1}}@-o-keyframes blink{0%,to{opacity:0}50%{opacity:1}}.left-sidebar-grid{display:grid;grid-template-areas:"header" "main-content" "left-sidebar" "footer"}.left-sidebar-grid>*{padding:1rem}.left-sidebar-grid>.header{grid-area:header;--background:#f97171}.left-sidebar-grid>.main-content{grid-area:main-content;--background:#fff}.left-sidebar-grid>.left-sidebar{grid-area:left-sidebar;--background:#f5d55f}.left-sidebar-grid>.footer{grid-area:footer;--background:#72c2f1}@media (min-width:768px){.left-sidebar-grid{grid-template-columns:repeat(3,1fr);grid-template-areas:"header header header" "left-sidebar main-content main-content" "footer footer footer"}}#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 #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@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}
