*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;font-family:Arial,Helvetica,sans-serif}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root{display:flex;flex-direction:column;align-items:center}body{padding:1rem;color:#333}.container{width:575px;min-width:575px}@media (max-width: 768px){.container{width:100%;min-width:0;padding:0 1rem}}.header{display:flex;flex-direction:column;align-items:center;margin-bottom:1rem}.header__logo{width:15%}@media (max-width: 768px){.header{display:flex;align-items:center;gap:1rem}.header__logo{width:50%}.header__title{text-align:center}}.progress-container{width:100%;border-radius:1rem;overflow:hidden;margin-bottom:1rem;background-color:#e6fdf9}.progress-bar{display:flex;justify-content:flex-end;align-items:center;font-weight:700;border-radius:1rem;color:#fff;background-color:#07bc9c;transition:width .3s ease;min-height:30px}.progress-text{position:absolute;text-align:center;color:#fff;margin-right:5px}@media (max-width: 768px){.progress-bar{font-size:.8rem}}.card{padding:1rem;border:1px solid #ddd;border-radius:.5rem}@media (max-width: 768px){.card{padding:.5rem}}.card-header{display:flex;justify-content:flex-start;flex-direction:column;gap:1rem;padding:1rem}.card-body{border:1px solid #ddd;border-radius:.5rem}.error{margin:2rem;padding:1rem;border-radius:1rem;display:flex;justify-content:center;border:1px solid #c2001a;background-color:#d06f7c;color:#fff}.widget__category{padding:1.5rem 1rem}.widget__category:not(:last-child){border-bottom:1px solid #ddd}.widget__category-info{display:flex}.widget__category-task-list{padding:2rem 0 0 .75rem}.widget__category--complete h2{color:#07bc9c}details>summary{list-style:none}details[open]>summary .toggle-text:after{content:"Hide"}details:not([open])>summary .toggle-text:after{content:"Show"}details>summary .open-info{display:flex;gap:.5rem;align-items:center}.toggle-icon{width:.75rem}details[open]>summary .open-info .toggle-icon{rotate:180deg}summary{display:flex;align-items:center;justify-content:space-between;cursor:pointer}details.widget__category--complete summary{color:#07bc9c}.widget__task{color:#000}.widget__task:not(:last-child){padding-bottom:1rem}.icon{margin-right:8px;width:16px}.toggle-text{font-size:.75rem;color:#999}.custom-checkbox{display:flex;align-items:center;cursor:pointer;position:relative}.custom-checkbox input{display:none}.checkmark{width:14px;height:14px;border-radius:3px;border:1px solid #ddd;position:relative;margin-right:5px;background-color:#fff;transition:background-color .2s,border-color .2s}.custom-checkbox input:checked+.checkmark{background-color:#07bc9c;border:1px solid #07bc9c}.checkmark:after{content:"";position:absolute;display:none;left:4px;top:1px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.custom-checkbox input:checked+.checkmark:after{display:block}@media (max-width: 768px){.widget__category{padding:1rem}.widget__category-task-list{padding:1rem 0}.widget__task{font-weight:400}.icon{width:14px}.toggle-icon{width:1rem}.error{font-size:.9rem}}
