@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#f0f1ff;color:#1a1a2e;min-height:100vh;padding:1.25rem 4px}@media (min-width: 541px){body{padding:2rem 1rem}}.container{width:100%;max-width:520px;margin:0 auto}.header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.75rem}.app-title{font-size:1.25rem;font-weight:600;color:#4f46e5;letter-spacing:-.02em}.header-actions{display:flex;align-items:center;gap:8px}.new-task-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;font-size:1.25rem;font-family:inherit;line-height:1;border:1.5px solid #e5e7eb;border-radius:8px;background:#fff;color:#4f46e5;cursor:pointer;transition:all .15s}.new-task-btn:hover{border-color:#4f46e5;background:#f5f3ff}.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.6rem 1rem;border-radius:10px;font-size:.875rem;display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.dismiss{background:none;border:none;cursor:pointer;color:inherit;font-size:.875rem;padding:0 .25rem}.todo-card{background:#fff;border-radius:14px;border:1px solid #e5e7eb;overflow:hidden}.status{text-align:center;color:#9ca3af;padding:3rem 1rem;font-size:.9rem}.todo-list{list-style:none}.todo-item{display:flex;align-items:center;gap:12px;padding:14px 18px;border-bottom:1px solid #f3f4f6;transition:background .1s}.todo-item:last-child{border-bottom:none}.todo-item:hover{background:#fafaff}.todo-check{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;cursor:pointer;flex-shrink:0;transition:all .15s;background:transparent;background-repeat:no-repeat;background-position:center;background-size:11px}.todo-check:hover{border-color:#4f46e5}.todo-check:checked{background-color:#4f46e5;border-color:#4f46e5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 6l2.5 2.5L10 3'/%3E%3C/svg%3E")}.todo-title{flex:1;font-size:.95rem;color:#1a1a2e;word-break:break-word;transition:color .2s}.todo-item.done .todo-title{text-decoration:line-through;color:#9ca3af}.todo-due{background:none;border:1px solid #e5e7eb;border-radius:6px;padding:2px 7px;font-size:.72rem;font-family:inherit;color:#6b7280;cursor:pointer;flex-shrink:0;white-space:nowrap;transition:all .15s}.todo-due:hover{border-color:#4f46e5;color:#4f46e5}.todo-due.empty{opacity:0;border-style:dashed}.todo-item:hover .todo-due.empty{opacity:1}.todo-due.overdue{background:#fef2f2;border-color:#fecaca;color:#dc2626}.todo-due.overdue:hover{border-color:#ef4444;background:#fee2e2}.todo-item.overdue{background:#fff8f8}.todo-item.overdue:hover{background:#fff1f1}.inline-date{padding:2px 6px;font-size:.8rem;font-family:inherit;border:1.5px solid #4f46e5;border-radius:6px;outline:none;background:#fff;color:#1a1a2e;flex-shrink:0}.delete-btn{background:none;border:none;color:#d1d5db;font-size:.8rem;cursor:pointer;padding:4px 6px;border-radius:4px;flex-shrink:0;opacity:0;transition:all .15s}.todo-item:hover .delete-btn{opacity:1}.delete-btn:hover{color:#ef4444;background:#fef2f2}.todo-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 18px;background:#fafafa;border-top:1px solid #f3f4f6}.todo-count{font-size:.75rem;color:#9ca3af}.filter-tabs{display:flex;gap:2px;background:#f3f4f6;border-radius:8px;padding:2px}.filter-tab{padding:4px 10px;font-size:.75rem;font-family:inherit;border:none;background:none;color:#9ca3af;cursor:pointer;border-radius:6px;transition:all .15s}.filter-tab.active{background:#fff;color:#4f46e5;font-weight:500;box-shadow:0 1px 3px #00000014}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.modal{background:#fff;border-radius:16px;width:100%;max-width:460px;padding:1.5rem;box-shadow:0 24px 64px #0000002e}@media (max-width: 540px){.modal-overlay{align-items:flex-end;padding:0}.modal{border-radius:20px 20px 0 0;max-width:100%;padding:1.25rem 1.25rem 2.5rem}}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.modal-title{font-size:1.05rem;font-weight:600;color:#1a1a2e}.modal-close{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.9rem;padding:4px 8px;border-radius:6px;transition:all .15s}.modal-close:hover{background:#f3f4f6;color:#1a1a2e}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.modal-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1.5px solid #e5e7eb;border-radius:10px;outline:none;background:#fafafa;color:#1a1a2e;transition:border-color .15s,background .15s}.modal-input::placeholder{color:#9ca3af}.modal-input:focus{border-color:#4f46e5;background:#fff}.modal-section{display:flex;flex-direction:column;gap:10px}.modal-label{font-size:.75rem;font-weight:600;color:#6b7280;letter-spacing:.05em;text-transform:uppercase}.optional{font-weight:400;color:#9ca3af;text-transform:none;letter-spacing:0}.due-shortcuts{display:flex;gap:8px}.shortcut-chip{flex:1;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 6px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-family:inherit;transition:all .15s}.shortcut-chip:hover{border-color:#4f46e5;background:#f5f3ff}.shortcut-chip.active{border-color:#4f46e5;background:#4f46e5;color:#fff}.chip-label{font-size:.85rem;font-weight:500}.chip-hint{font-size:.7rem;color:#9ca3af}.shortcut-chip.active .chip-hint{color:#ffffffb3}.date-picker-row{display:flex;align-items:center;gap:10px}.date-picker-label{font-size:.8rem;color:#9ca3af;white-space:nowrap}.modal-date{padding:.45rem .7rem;font-size:.85rem;font-family:inherit;border:1.5px solid #e5e7eb;border-radius:8px;outline:none;background:#fff;color:#1a1a2e;transition:border-color .15s;cursor:pointer}.modal-date:focus{border-color:#4f46e5}.modal-actions{display:flex;gap:8px;justify-content:flex-end}.modal-cancel{padding:.65rem 1.1rem;font-size:.9rem;font-family:inherit;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.modal-cancel:hover{background:#f3f4f6;border-color:#d1d5db}.modal-add{padding:.65rem 1.25rem;font-size:.9rem;font-weight:500;font-family:inherit;border:none;background:#4f46e5;color:#fff;cursor:pointer;border-radius:10px;transition:all .15s}.modal-add:hover:not(:disabled){background:#4338ca;transform:translateY(-1px)}.modal-add:active:not(:disabled){transform:translateY(0)}.modal-add:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.signin-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.signin-card{display:flex;flex-direction:column;align-items:center;text-align:center}.signin-logo{font-size:2rem;font-weight:600;color:#4f46e5;letter-spacing:-.03em;margin-bottom:.4rem}.signin-tagline{font-size:.9rem;color:#9ca3af;margin-bottom:1.75rem}
