*{padding:0;margin:0;box-sizing:border-box}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#eee}main,#content{flex:1}nav{background-color:#222529;width:18rem;display:flex;flex-direction:column;padding:2.5rem 1.25rem}nav h2{color:#eee;margin-bottom:1rem}nav .btn{margin-bottom:1rem;box-shadow:none}nav a{color:#bbb;text-decoration:none;padding:.5rem;border-radius:7px;overflow-wrap:break-word}nav a:hover{color:#fff}nav a.active{color:#eee;background-color:#33363a}.btn{text-decoration:none;border:none;font-size:1rem;cursor:pointer;transition:all .2s ease;font-family:inherit;display:inline-block}.btn-primary,.btn-outline{padding:.65rem 1.15rem;border-radius:10px;border:2px solid #222529;box-shadow:0 2px 5px #0003}.btn-primary{background-color:#222529;color:#eee}.btn-primary:hover{background-color:#404448;border-color:#404448}.btn-secondary{color:#222529;background-color:transparent}.btn-secondary:hover{color:#888}.btn-outline{color:#222529;background-color:transparent}.btn-outline:hover{background-color:#222529;color:#eee}footer{background-color:#222529;color:#eee;text-align:center;padding:.65rem}#home{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;text-align:center}#home img{width:5rem}#home h2{font-size:2rem;color:#222529}#home p{font-size:1.25rem;color:#555}#new-project{display:flex;flex-direction:column;justify-content:center;height:100%;padding:3rem;color:#222529;max-width:43rem;margin:auto}#new-project h2{font-size:2rem;margin-bottom:2rem;text-shadow:2px 2px 2px rgba(0,0,0,.1)}#new-project .input{margin-bottom:2rem}#new-project button{align-self:flex-end}.input-container{display:flex;flex-direction:column}.input-container label{font-size:1.1rem;margin-bottom:.5rem}input,textarea{padding:.4rem;font-size:1rem;border:1px solid #aaa;border-radius:4px;box-shadow:0 1px 3px #0000001a;background-color:#f6f6f6}#project{padding:2rem;max-width:43rem;margin:auto;color:#222529}#project header{display:flex;justify-content:space-between;gap:1rem}#project h2{font-size:2rem}#project p,#project header{margin-bottom:1rem}#project #due-date{color:#666}#tasks h3{margin:1rem 0;font-size:1.5rem}#tasks form{display:flex;margin-bottom:1.5rem}#tasks .input-container{flex:1;margin-right:1rem}#tasks ul{background-color:#dee1e4;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;padding:.7rem;gap:.8rem}#tasks li{display:flex;justify-content:space-between;align-items:center;gap:1rem}dialog{border:none;border-radius:8px;padding:1.25rem;background-color:#eee;margin:auto}dialog[open]{animation:slide-in-from-top .35s ease-out}dialog::backdrop{background:#000c}dialog p{margin-bottom:1.75rem;font-size:1.2rem}dialog form{text-align:right}dialog .btn{margin-left:.5rem}@keyframes slide-in-from-top{0%{transform:translateY(-15%);opacity:0}to{transform:translateY(0);opacity:1}}#root{display:flex;flex-direction:column;min-height:100vh}#content{display:flex}.custom-toast{background-color:#222529;color:#eee;font-family:inherit}
