@charset "UTF-8";@keyframes twinkle{0%{filter:brightness(1) drop-shadow(0 0 0px #ffb641);transform:scale(1) rotate(0)}50%{filter:brightness(1.1) drop-shadow(0 0 16px #ffb641);transform:scale(1.1) rotate(3deg)}to{filter:brightness(1) drop-shadow(0 0 0px #ffb641);transform:scale(1) rotate(0)}}.current-tasks{display:flex;flex-direction:column;align-items:start;justify-content:flex-start;margin:0 20px 24px;padding:0 24px;background:#f7b5c7;border-radius:18px;font-family:Gloria Hallelujah,cursive;font-size:1.15rem;font-weight:700;color:#49232e;box-shadow:0 4px 6px #0006}.current-tasks__icon{font-size:2rem;color:#fb738c;margin-right:8px}.current-tasks__count{color:#fb738c;font-size:1.8rem;font-family:Fredoka,sans-serif;font-weight:900;margin:0 4px}.container{width:100%;main-height:100dvh;background-image:url(./starsBackground-7a754855.webp);background-size:cover;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column}.container__star{position:absolute;width:50vw;max-width:300px;height:auto;top:1%;left:50%;animation:twinkle 2s alternate}.header{width:100%;color:#49232e;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 0 20px}.header__title-group{display:flex;flex-direction:column;align-items:flex-start;margin:0 auto;font-family:Fredoka,sans-serif;font-size:75px;font-weight:1000}.header__title{width:100%;margin:0;padding:0;text-align:left;line-height:1}.add-container{background-color:#ffb641;display:flex;flex-direction:column;align-items:center;margin:0 30px 20px;padding:15px;border-radius:30px;border:5px solid #49232e;box-shadow:0 4px 6px #0006}.add-form{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.add-form__input{height:60px;line-height:60px;width:100%;border-radius:20px;border:4px solid #f58338;background-color:#ffeec5;padding:0 10px;font-size:16px;font-family:Gloria Hallelujah,cursive}.add-form__input::placeholder{font-family:Gloria Hallelujah,cursive;font-size:20px;color:#49232e;font-weight:600}.add-form__button{background-color:#f58338;color:#fff9eb;border:none;border-radius:15px;border:4px solid #49232e;padding:8px 15px;font-size:20px;cursor:pointer;font-family:Permanent Marker,cursive;font-weight:700;transition:background-color .2s ease,transform .1s ease;transition:scale .2s ease}.add-form__button:hover{background-color:#ffeec5;color:#f58338;scale:1.05}.tasks-container{background-color:#87ceebb3;display:flex;flex-direction:column;align-items:center;margin:0 30px 20px;padding:15px;border-radius:30px;border:5px solid #49232e;box-shadow:0 4px 6px #0006;gap:15px}.search-form{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%}.search-form__input{height:60px;line-height:60px;width:100%;border-radius:20px;border:4px solid #5498df;background-color:#ffeec5;padding:0 10px;font-size:16px;font-family:Gloria Hallelujah,cursive}.search-form__input::placeholder{font-family:Gloria Hallelujah,cursive;font-size:20px;color:#49232e;font-weight:600}.search-form__button{background-color:#5498df;color:#fff9eb;border:none;border-radius:15px;border:4px solid #49232e;padding:8px 15px;font-size:20px;cursor:pointer;font-family:Permanent Marker,cursive;font-weight:700;transition:background-color .2s ease,transform .1s ease;transition:scale .2s ease}.search-form__button:hover{background-color:#ffeec5;color:#5498df;scale:1.05}.list{background-color:#fffcf3;display:flex;flex-direction:column;align-items:center;border:5px solid #49232e;box-shadow:0 4px 6px #0006;border-radius:30% 2%/10% 50%;border:3px solid #49232e;width:100%;max-width:900px;align-items:flex-start;color:#49232e;font-family:Gloria Hallelujah,cursive;font-size:20px;list-style:none;padding:20px;margin:0;box-sizing:border-box}.list__task input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:30px;height:30px;border:3px solid #49232e;border-radius:50% 20%/10% 50%;background:#fff9eb;cursor:pointer;position:relative;vertical-align:middle;transition:border-color .2s}.list__task input[type=checkbox]:checked{background:#ffb641;border-color:#49232e}.list__task input[type=checkbox]:checked:after{content:"✔";position:absolute;left:4px;top:-12px;font-size:33px;color:#49232e;pointer-events:none}.list__task .fa-solid{cursor:pointer;color:#49232e;margin-right:1rem;transition:color .2s ease}.list__task .fa-solid:hover{color:#f58338;scale:1.2}.crossed-out-task{text-decoration:line-through;opacity:.6;color:#49232e;transition:opacity .2s}.footer{margin-top:auto;text-align:center;padding:1rem;font-family:Gloria Hallelujah,cursive;font-size:13px}.footer__link{color:#49232e;text-decoration:underline}*{box-sizing:border-box;margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}fieldset{border:0}button{background:none;border:none;cursor:pointer}
