:root{--dark: #191E23;--darker: #0f1419;--light: #C5C8C6;--lighter: #C5C8C6;--blue-light: #9cdcfe;--blue-dark: #569bd4;--green-light: #b5cea8;--green-dark: #4ec9b0;--yellow: #dcdcaa;--red: #ce9178;--purple: #c586c0;--purple-dark: #543952}*{margin:0;padding:0;box-sizing:border-box}html{font-size:10px;height:100%}body{height:100%;background:var(--dark);color:var(--light);font-size:1.6rem;font-family:Segoe UI,Ubuntu,-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Open Sans,sans-serif}main{padding:7.8rem 2rem 2rem}a{border-bottom:.2rem solid}h1{font-size:2rem}h2{font-size:1.8rem}#toggleSidebarLeft{width:26px;height:26px;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out;-o-transition:.5s ease-in-out;transition:.5s ease-in-out;cursor:pointer;margin:16px 16px 16px auto}#toggleSidebarLeft span{display:block;position:absolute;height:4px;width:100%;background:var(--light);border-radius:9px;opacity:1;left:0;-webkit-transform:rotate(0deg);-moz-transform:rotate(0deg);-o-transform:rotate(0deg);transform:rotate(0);-webkit-transition:.25s ease-in-out;-moz-transition:.25s ease-in-out;-o-transition:.25s ease-in-out;transition:.25s ease-in-out}#toggleSidebarLeft span:nth-child(1){top:0}#toggleSidebarLeft span:nth-child(2),#toggleSidebarLeft span:nth-child(3){top:10px}#toggleSidebarLeft span:nth-child(4){top:20px}body.sidebarLeftActive #toggleSidebarLeft span:nth-child(1){top:8px;width:0%;left:50%}body.sidebarLeftActive #toggleSidebarLeft span:nth-child(2){-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}body.sidebarLeftActive #toggleSidebarLeft span:nth-child(3){-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}body.sidebarLeftActive #toggleSidebarLeft span:nth-child(4){top:18px;width:0%;left:50%}form{display:flex;flex-direction:column;gap:2rem}form-field{display:flex;flex-direction:column}input,button{padding:1rem;background:#ffffff1a;border-radius:.5rem;border:0 none}input:focus-visible,button:focus-visible{outline:.1rem solid var(--blue-dark);box-shadow:0 0 .5rem var(--blue-dark)}button{font-weight:600;cursor:pointer;background:var(--blue-dark);color:var(--dark)}application-container{height:100%;display:flex;flex-direction:column}header.main{left:0;top:0;right:0;height:5.8rem;position:fixed;background:var(--darker);display:flex;align-items:center}h1.brand a{font-size:2.5rem;color:#ccc;font-weight:100;text-decoration:none;border:0 none;margin:0 auto 0 2rem}sidebar-left{padding:2rem;transition:.2s ease-in-out;background:var(--darker);position:absolute;left:0;top:5.8rem;bottom:0;width:32rem}body.sidebarLeftActive sidebar-left{left:0}
/*# sourceMappingURL=style.css.map */
