*{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);width:100%;min-height:100%;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{flex-direction:column;display:flex}h1,h2,h3,h4,h5,h6{margin:0;padding:0}button,input,textarea,select{font-family:inherit}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}:focus-visible{outline-offset:2px;outline:2px solid #667eea}::selection{color:#fff;background:#667eea}.app{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%) fixed;flex-direction:column;min-height:100vh;display:flex}.app__header{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem 1rem;box-shadow:0 8px 32px #0000001a}.app__header-content{max-width:1200px;margin:0 auto}.app__title{text-shadow:0 2px 8px #0003;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.app__subtitle{opacity:.95;margin:0;font-size:1rem}.app__main{box-sizing:border-box;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem}.app__footer{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1.5rem;font-size:.9rem}.add-todo{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;animation:.3s ease-out slideDown;box-shadow:0 8px 24px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.add-todo__input-group{gap:.5rem;margin-bottom:0;display:flex}.add-todo__input{border:2px solid #e0e0e0;border-radius:8px;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .3s}.add-todo__input:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.add-todo__expand-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:8px;padding:.75rem 1rem;font-size:1rem;transition:background .3s,transform .2s}.add-todo__expand-btn:hover{background:#764ba2;transform:scale(1.05)}.add-todo__expand-btn:active{transform:scale(.95)}.add-todo__expanded{border-top:2px solid #f0f0f0;margin-top:1rem;padding-top:1rem;animation:.3s ease-out expandDown}@keyframes expandDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.add-todo__textarea{resize:vertical;box-sizing:border-box;border:2px solid #e0e0e0;border-radius:8px;width:100%;min-height:60px;margin-bottom:1rem;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .3s}.add-todo__textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #667eea1a}.add-todo__controls{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.add-todo__control{flex-direction:column;gap:.5rem;display:flex}.add-todo__control label{color:#333;font-size:.85rem;font-weight:600}.add-todo__date,.add-todo__category,.add-todo__select{border:2px solid #e0e0e0;border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:border-color .3s}.add-todo__date:focus,.add-todo__category:focus,.add-todo__select:focus{border-color:#667eea;outline:none}.add-todo__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .3s}.add-todo__submit:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.add-todo__submit:active{transform:translateY(0)}.filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:2rem;display:flex}.filters__status{flex-wrap:wrap;gap:.5rem;display:flex}.filter-btn{cursor:pointer;background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .3s}.filter-btn:hover{color:#667eea;border-color:#667eea}.filter-btn--active{color:#fff;background:#667eea;border-color:#667eea}.filters__category{color:#fff;align-items:center;gap:.5rem;font-size:.85rem;font-weight:600;display:flex}.filters__category-select{color:#333;background:#fff;border:2px solid #e0e0e0;border-radius:8px;min-width:180px;padding:.55rem .75rem;font-family:inherit;font-size:.9rem}.filters__category-select:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px #fff3}.todo-list{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px #0000001a}.todo-list__stats{background:linear-gradient(135deg,#f5f7fa 0%,#f0f1f7 100%);border-bottom:2px solid #e0e0e0;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1.5rem;display:grid}.stat{text-align:center}.stat__value{color:#667eea;font-size:1.8rem;font-weight:700;display:block}.stat__label{color:#999;margin-top:.25rem;font-size:.8rem;display:block}.todo-list__items{margin:0;padding:0;list-style:none}.todo-list__groups{flex-direction:column;display:flex}.todo-list__group:not(:last-child){border-bottom:2px solid #f0f0f0}.todo-list__group-header{background:#fbfbfd;border-bottom:1px solid #f0f0f0;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.todo-list__group-title{color:#333;margin:0;font-size:.95rem;font-weight:700}.todo-list__group-count{color:#4f46e5;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:28px;padding:0 .5rem;font-size:.78rem;font-weight:700;display:inline-flex}.todo-list--empty{text-align:center;background:#fff;border-radius:12px;padding:3rem 1rem;box-shadow:0 8px 24px #0000001a}.todo-list__empty-message{color:#999;margin:0;font-size:1.1rem}.todo-item{border-bottom:1px solid #f0f0f0;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .2s;animation:.3s ease-out slideInLeft;display:flex}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.todo-item:last-child{border-bottom:none}.todo-item:hover{background:#f9f9f9}.todo-item--completed{opacity:.7}.todo-item--editing{background:#f0f7ff;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.todo-item__checkbox-wrapper{align-items:center;margin-top:.2rem;display:flex;position:relative}.todo-item__checkbox{appearance:none;cursor:pointer;border:2px solid #e0e0e0;border-radius:6px;width:24px;height:24px;transition:all .2s}.todo-item__checkbox:hover{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.todo-item__checkbox:checked{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:#0000}.todo-item__checkbox-custom{pointer-events:none;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;top:0;left:0}.todo-item__checkbox:checked~.todo-item__checkbox-custom:after{content:"✓";color:#fff;font-weight:700}.todo-item__content{flex:1}.todo-item__header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.todo-item__title{color:#333;margin:0;font-size:1rem;font-weight:500;transition:all .2s}.todo-item--completed .todo-item__title{color:#999;text-decoration:line-through}.todo-item__priority{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.7rem;font-weight:700;display:flex}.todo-item__description{color:#666;margin:.5rem 0 0;font-size:.85rem;line-height:1.4}.todo-item__category{color:#4f46e5;background:#eef2ff;border-radius:999px;align-items:center;margin:.6rem 0 0;padding:.25rem .55rem;font-size:.78rem;font-weight:600;display:inline-flex}.todo-item__due-date{color:#999;margin:.5rem 0 0;font-size:.8rem}.todo-item__actions{gap:.5rem;display:flex}.todo-item__edit-btn,.todo-item__delete-btn,.todo-item__save-btn,.todo-item__cancel-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.5rem;font-size:1.1rem;transition:all .2s}.todo-item__edit-btn:hover{background:#f0f7ff}.todo-item__delete-btn:hover{background:#fff0f0}.todo-item__edit-title,.todo-item__edit-description,.todo-item__edit-category,.todo-item__edit-date{border:2px solid #667eea;border-radius:6px;width:100%;margin-bottom:.5rem;padding:.75rem;font-family:inherit;font-size:.9rem}.todo-item__edit-actions{gap:.5rem;display:flex}.todo-item__save-btn{color:#fff;background:#6bcf7f;border-radius:6px;padding:.5rem 1rem;font-weight:500}.todo-item__cancel-btn{color:#fff;background:#999;border-radius:6px;padding:.5rem 1rem;font-weight:500}.app__clear-btn{color:#fff;cursor:pointer;background:#fff3;border:2px solid #fff;border-radius:8px;width:100%;margin-top:1rem;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.app__clear-btn:hover{background:#ffffff4d;transform:translateY(-2px)}.loading{text-align:center;color:#fff;padding:2rem;font-size:1.1rem}@media (width<=768px){.app__header{padding:1.5rem 1rem}.app__title{font-size:1.8rem}.app__subtitle{font-size:.9rem}.app__main{padding:1rem}.add-todo{margin-bottom:1.5rem;padding:1rem}.add-todo__input-group{flex-direction:column}.add-todo__expand-btn{width:100%}.add-todo__controls{grid-template-columns:1fr}.filters{justify-content:space-between}.filters__status{flex:1}.filter-btn{flex:1;padding:.5rem .75rem;font-size:.85rem}.filters__category{justify-content:space-between;width:100%}.filters__category-select{flex:1;min-width:0}.todo-list__stats{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem}.stat__value{font-size:1.4rem}.stat__label{font-size:.75rem}.todo-item{gap:.75rem;padding:1rem}.todo-list__group-header{padding:.85rem 1rem}.todo-item__header{gap:.5rem}.todo-item__title{font-size:.95rem}.todo-item__actions{gap:.25rem}.todo-item__edit-btn,.todo-item__delete-btn{padding:.4rem;font-size:1rem}.todo-list--empty{padding:2rem 1rem}.todo-list__empty-message{font-size:1rem}}@media (width<=480px){.app__title{font-size:1.5rem}.add-todo{margin-bottom:1rem;padding:.75rem}.add-todo__input{padding:.65rem .8rem;font-size:16px}.filters{gap:.25rem}.filter-btn{padding:.4rem .6rem;font-size:.8rem}.todo-item{gap:.55rem;padding:.75rem}.todo-item__content{min-width:0}.todo-item__actions{flex-shrink:0;gap:.15rem;margin-left:auto}.todo-item__title{font-size:.9rem}.todo-item__edit-btn,.todo-item__delete-btn{padding:.35rem}.todo-item__description{font-size:.8rem}.todo-list__stats{padding:.75rem}.stat__value{font-size:1.2rem}.app__footer{padding:1rem;font-size:.8rem}}
