input.checkbox{appearance:none;-webkit-appearance:none;min-height:1.75rem;min-width:1.75rem;border-radius:999px;border:2px solid var(--blue);cursor:pointer;transition:border .2s}.checkbox:hover{border:2px solid var(--blue-dark)}.checkbox:checked{background:var(--purple-dark);border:1px solid var(--purple-dark);transition:border .2s,background .2s}.checkbox:checked:hover{background:var(--purple);border:1px solid var(--purple)}.deleteButton{color:var(--gray-300);transition:color .3s}.deleteButton:hover{color:var(--danger)}.tasks{display:flex;background:var(--gray-500);border:1px solid var(--gray-400);padding:1.6rem;justify-content:space-between;align-items:flex-start;font-size:1.4rem;color:var(--gray-100);border-radius:8px}.tasks section{display:flex;align-items:flex-start;gap:1.2rem}.tasks button{background:transparent;border:0;width:2.4rem;height:2.4rem;margin-left:1.2rem}.tasks+.tasks{margin-top:1.2rem}.tasks.done{background:var(--gray-500);border:1px solid var(--gray-500);color:var(--gray-300)}.tasks.done p{text-decoration:line-through}.inputTask{background:var(--gray-500);outline:none;border:none;border-radius:8px;padding:1.6rem;color:var(--gray-100);flex:1}.inputTask::placeholder{color:var(--gray-300);font-size:1.6rem}.inputTask:focus{border:1px solid var(--purple)}.addTask{display:flex;align-items:center;background:var(--blue-dark);height:100%;padding:1.6rem;border-radius:8px;border:0;color:var(--gray-100);font-weight:700;gap:.8rem;font-size:1.4rem;transition:all .3s}.addTask:hover{background:var(--blue);color:var(--gray-100)}*{padding:0;margin:0;box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{font-size:62.5%;--gray-100: #f2f2f2;--gray-200: #d9d9d9;--gray-300: #808080;--gray-400: #333333;--gray-500: #262626;--gray-600: #1a1a1a;--gray-700: #0d0d0d;--purple: #8284fa;--purple-dark: #5e60ce;--blue: #4ea8de;--blue-dark: #1e6f9f;--danger: #e25858}body{font-family:Inter,sans-serif;font-weight:400;line-height:1.4;overflow-x:hidden}button{cursor:pointer}.background{background:var(--gray-600);min-height:100vh;min-width:100vw;display:flex;flex-direction:column;align-items:center}.header{background:var(--gray-700);min-height:20rem;min-width:100vw;display:flex;flex-direction:column;align-items:center;justify-content:center}.header img{margin-top:-2.4rem}.wrapper{margin-top:-2.5rem;display:flex;align-items:center;gap:.8rem;width:50%;max-width:736px}main{display:flex;flex-direction:column;margin-top:6.4rem;width:50%;max-width:736px;gap:2.4rem}.content-top{display:flex;justify-content:space-between;color:#fff}.content-top section{display:flex;align-items:center}.content-top .created-tasks p{font-size:1.4rem;font-weight:700;margin-right:.8rem;color:var(--blue)}.content-top .created-tasks span{display:flex;justify-content:center;align-items:center;color:var(--gray-200);padding:.2rem .8rem;background:var(--gray-400);border-radius:999px;font-size:1.2rem;font-weight:700}.content-top .done-tasks p{font-size:1.4rem;font-weight:700;margin-right:.8rem;color:var(--purple)}.content-top .done-tasks span{display:flex;justify-content:center;align-items:center;color:var(--gray-200);padding:.2rem .8rem;background:var(--gray-400);border-radius:999px;font-size:1.2rem;font-weight:700}.emptyContent{display:flex;align-items:center;flex-direction:column;margin-top:8.8rem;gap:1.6rem;color:var(--gray-300);font-size:1.6rem;line-height:1.4}.emptyContent{display:flex;flex-direction:column}
