.home{margin:auto;max-width:1200px;padding:2rem}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.home h2{font-size:2rem;font-weight:600;margin-bottom:1rem}.home-layout{align-items:flex-start;display:flex;flex-wrap:wrap;gap:2rem}.create{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;flex:1 1;min-width:280px;padding:2rem}.tasks{display:flex;flex:2 1;flex-direction:column;gap:1rem;min-width:300px}.task-details{background-color:#fff;border-radius:8px;box-shadow:0 2px 5px #0000000d;line-height:1.6;padding:1rem 1.5rem}.task-details h4{color:#3f51b5;font-size:1.1rem;margin:0 0 .5rem}.task-details p{margin:.3rem 0}.task-status{border-radius:4px;display:inline-block;font-size:.9rem;font-weight:700;padding:2px 8px}.status-pending{background-color:#fff8e1;color:#ff9800}.status-inprogress{background-color:#e3f2fd;color:#2196f3}.status-completed{background-color:#e8f5e9;color:#4caf50}form.create{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem;max-width:350px;min-width:250px;padding:1.5rem}form.create label{font-weight:500;margin-bottom:.3rem}form.create input,form.create select{font-size:.95rem;padding:.5rem}form.create button{align-self:flex-start;background-color:#3f51b5;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.6rem 1.2rem;transition:background-color .3s ease}form.create button:hover{background-color:#303f9f}.task-status.status-completed{color:green;font-weight:700}.task-status.status-pending{color:gray}
/*# sourceMappingURL=main.46ae9944.css.map*/