body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{background:#f1f5f9;color:#0f172a;font-family:Poppins,sans-serif;line-height:1.6}.App,body{min-height:100vh}.App{overflow-x:hidden;position:relative}.App .bgColour{background:linear-gradient(135deg,#047857,#059669);border-bottom-left-radius:30px;border-bottom-right-radius:30px;height:320px;left:0;position:absolute;top:0;width:100%;z-index:-1}.appHeader{padding:2rem 1rem;text-align:center}.appHeader h1{color:#fff;font-size:clamp(2rem,5vw,3rem);font-weight:700}.appHeader .appSubTitle{color:#ffffffd9;font-size:1rem;margin-top:.5rem}.appMain{grid-gap:1.5rem;align-items:start;display:grid;gap:1.5rem;grid-template-columns:320px 1fr;margin:auto;max-width:1400px;padding:1rem;width:100%}.content,.sideBar,.taskItem{background:#fff;border:1px solid #dbe3ec;border-radius:16px;box-shadow:0 10px 30px #0f172a14}.sideBar{position:sticky;top:20px}.content,.sideBar{padding:1.5rem}.taskForm h2{font-size:1.5rem;margin-bottom:1.5rem}.formGroup{margin-bottom:1.2rem}.formGroup label{color:#0f172a;display:block;font-weight:500;margin-bottom:.5rem;text-align:left}.editing input,.editing select,.editing textarea,.formGroup input,.formGroup select,.formGroup textarea,.searchInput{background:#fff;border:1px solid #dbe3ec;border-radius:12px;color:#0f172a;font-family:inherit;font-size:14px;padding:12px 14px;transition:all .3s ease;width:100%}.editing textarea,.formGroup textarea{min-height:90px;resize:vertical}.editing input:focus,.editing select:focus,.editing textarea:focus,.formGroup input:focus,.formGroup select:focus,.formGroup textarea:focus,.searchInput:focus{border-color:#059669;box-shadow:0 0 0 4px #4f46e526;outline:none}.editing p,.formGroup p{text-align:left}.editing small,.formGroup small{color:#f53838}button{cursor:pointer;font-family:inherit;transition:all .3s ease}.taskForm button[type=submit]{background:#059669;border:none;border-radius:12px;color:#fff;font-size:15px;font-weight:600;padding:14px;width:100%}.taskForm button[type=submit]:hover:not(:disabled){background:#047857;transform:translateY(-2px)}.taskForm button[type=submit]:disabled{cursor:not-allowed;opacity:.6}.filterControls{align-items:center;background:#f9fafb;border:1px solid #dbe3ec;border-radius:14px;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding:1rem}.searchSection{flex:1 1;min-width:200px}.filterButtons{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:16px}.editing .editActions button,.filterButtons button,.taskActions button{background:#fff;border:1px solid #dbe3ec;border-radius:10px;color:#475569;font-size:14px;font-weight:500;padding:8px 14px}.filterButtons button.active{background:#059669;border-color:#059669;color:#fff}.editing .editActions button:hover,.filterButtons button:hover:not(.active),.taskActions button:hover{background:#eef2ff;color:#059669}.taskStats{background:linear-gradient(135deg,#059669,#10b981);border-radius:16px;color:#fff;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem;padding:1rem}.taskStats span{background:#ffffff26;border-radius:999px;font-size:14px;font-weight:600;padding:.5rem 1rem}.taskItem{animation:slideIn .3s ease;margin-bottom:1rem;padding:1.2rem}.taskItem:hover{transform:translateY(-3px)}.taskItem.completed{background:#f9fafb;opacity:.75}.taskItem.completed .taskContent{text-decoration:line-through}.taskHeader{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.taskHeader h3{color:#0f172a;flex:1 1;font-size:1.1rem;font-weight:600}.taskDesc,.taskHeader h3{overflow-wrap:break-word;text-align:left;word-break:break-word}.taskDesc{color:#475569;margin-top:.5rem}.showBtns{color:#13171d;cursor:pointer;font-weight:medium;text-decoration:underline}.priorityBadge{border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:5px 12px;text-transform:uppercase}.taskMeta{border-top:1px solid #dbe3ec;margin-top:1rem;padding-top:1rem;text-align:left}.taskMeta small{color:#9ca3af}.taskActions{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1rem}.editing{display:flex;flex-direction:column;gap:1rem}.editing .editActions{display:flex;flex-wrap:wrap;gap:.5rem}.editing .editActions .save{background:#059669;border-color:#059669;color:#fff}.editing .editActions .save:hover{background:#047857;color:#fff}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.appMain{grid-template-columns:1fr}.sideBar{position:static}}@media (max-width:768px){.appHeader{padding:1.5rem 0}.taskItem{padding:.5rem}.appHeader h1{font-size:2rem}.content,.sideBar{border-radius:14px;padding:.5rem}.filterControls{align-items:stretch;flex-direction:column}.filterButtons{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.filterButtons::-webkit-scrollbar{display:none}.filterButtons button{flex-shrink:0}.taskHeader{align-items:flex-start;flex-direction:column}.taskActions{width:100%}.taskActions button{flex:1 1}.taskStats{gap:.7rem}}@media (max-width:480px){.appMain{padding:.7rem}.taskItem{padding:.5rem}.taskHeader h3{font-size:1rem}.taskStats span{text-align:center;width:100%}.taskActions{flex-direction:column}.taskActions button{width:100%}}
/*# sourceMappingURL=main.b6616e8b.css.map*/