:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.auth-card{background:#fffffff2;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:400px}.auth-card h2{text-align:center;color:#2d3436;margin-bottom:2rem;font-size:2rem;font-weight:700;background:linear-gradient(45deg,#2d3436,#636e72);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#2d3436;font-weight:500}.form-group input{padding:.8rem 1rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:all .3s ease;background:#f8f9fa}.form-group input:focus{outline:none;border-color:#74b9ff;box-shadow:0 0 0 3px #74b9ff33;background:#fff}.auth-button{padding:1rem;background:linear-gradient(45deg,#0984e3,#74b9ff);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0984e333}.auth-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0984e34d}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#636e72}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e0e0e0}.auth-divider span{padding:0 1rem}.google-button{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:500;color:#2d3436;cursor:pointer;transition:all .3s ease}.google-button:hover:not(:disabled){background:#f8f9fa;border-color:#b2bec3}.google-button:disabled{opacity:.7;cursor:not-allowed}.google-icon{width:20px;height:20px}.auth-footer{text-align:center;margin-top:1.5rem;color:#636e72}.auth-footer a{color:#0984e3;text-decoration:none;font-weight:500;transition:color .3s ease}.auth-footer a:hover{color:#74b9ff}.auth-error{background:#fff5f5;color:#d63031;padding:1rem;border-radius:8px;margin-bottom:1.5rem;text-align:center;font-weight:500}.header{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.2rem 2.5rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d;border-bottom:1px solid rgba(0,0,0,.05);position:sticky;top:0;z-index:100;flex-wrap:nowrap;gap:1rem}.user-info{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.user-avatar,.user-avatar-placeholder{width:38px;height:38px;border-radius:12px;object-fit:cover;box-shadow:0 2px 4px #0000000d;flex-shrink:0}.user-avatar-placeholder{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.user-details{display:flex;flex-direction:column;min-width:0}.user-name{font-weight:600;color:#1f2937;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-email{font-size:.85rem;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:.75rem}.header-button{padding:.7rem 1.2rem;background:#6366f1;border:1px solid transparent;border-radius:8px;color:#fff;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.header-button:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.logout-button{padding:.7rem 1.2rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s ease;flex-shrink:0}.logout-button:hover{background:#f9fafb;border-color:#d1d5db;color:#1f2937;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}@media (max-width: 640px){.header{padding:.5rem .75rem;gap:.5rem;flex-wrap:nowrap}.user-info{flex:1;min-width:0;gap:.5rem}.user-name,.user-email{font-size:.75rem}.header-button,.logout-button{padding:.4rem .7rem;font-size:.75rem}}.todo-list{display:flex;flex-direction:column;gap:16px;padding:16px;max-width:800px;margin:0 auto}.todo-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;gap:16px;align-items:flex-start;position:relative;z-index:1}.todo-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.todo-card.completed{opacity:.7}.todo-card.completed:hover{opacity:.8}.todo-image{width:80px;height:80px;border-radius:8px;overflow:hidden;flex-shrink:0;position:relative;z-index:2;order:-1}.todo-image img{width:100%;height:100%;object-fit:cover}.todo-content{flex:1;min-width:0;position:relative;z-index:2}.todo-content h3{margin:0 0 12px;font-size:16px;color:#333;word-break:break-word}.todo-card.completed .todo-content h3{text-decoration:line-through;color:#666}.todo-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;position:relative;z-index:2}.priority-badge{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;position:relative;z-index:2}.priority-badge.high{background:#ffebee;color:#c62828}.priority-badge.medium{background:#fff3e0;color:#ef6c00}.priority-badge.low{background:#e8f5e9;color:#2e7d32}.date-badge{font-size:12px;color:#666;position:relative;z-index:2}.delete-button{background:none;border:none;color:#666;font-size:1.5rem;cursor:pointer;padding:.5rem;margin-left:.5rem;border-radius:4px;transition:all .2s ease}.delete-button:hover{background-color:#ffebee;color:#c62828}@media (max-width: 600px){.todo-card{padding:12px}.todo-image{width:60px;height:60px}.todo-content h3{font-size:14px}.todo-meta{font-size:12px}}.filter-buttons{display:flex;gap:10px;margin-bottom:20px}.filter-buttons button{padding:8px 16px;border:1px solid #ddd;border-radius:4px;background:#fff;cursor:pointer;font-size:14px;transition:all .2s}.filter-buttons button:hover{background:#f5f5f5}.filter-buttons button.active{background:#2196f3;color:#fff;border-color:#2196f3}.todo-container{max-width:800px;margin:0 auto;padding:20px}.todo-container h1{text-align:center;margin-bottom:30px;color:#333}.error-message{background-color:#ffebee;color:#d32f2f;padding:10px;border-radius:4px;margin-bottom:20px;text-align:center}.todo-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.todo-form-input-row{display:flex;gap:.5rem;flex-wrap:wrap}.todo-input{flex:1;min-width:200px;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;background:#f9fafb;color:#1f2937;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;height:44px;box-sizing:border-box}.todo-form-controls{display:flex;flex-direction:row;gap:.75rem;width:100%;align-items:center}.priority-select-wrapper,.image-upload-wrapper{flex:1;min-width:200px;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;background:#f9fafb;color:#1f2937;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;height:44px;box-sizing:border-box}.add-button{padding:.8rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.25rem;height:44px;box-sizing:border-box}.todo-input:focus{outline:none;background:#fff;box-shadow:0 0 0 2px #6366f133}.todo-input::placeholder{color:#9ca3af}.filter-buttons{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.filter-buttons button{flex:1;padding:.7rem;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;color:#6b7280;transition:all .2s ease;position:relative;z-index:2;outline:none}.filter-buttons button:focus{box-shadow:0 0 0 2px #6366f133;outline:none}.filter-buttons button.active{background:#f3f4f6;color:#6366f1;font-weight:600}.filter-buttons button:hover{background:#f9fafb;color:#4b5563}.todo-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:1rem}.todo-item{background:#fff;border-radius:12px;padding:.8rem;margin-bottom:1rem;box-shadow:0 2px 4px #0000001a;position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:.8rem}.todo-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001f}.todo-item.completed .todo-text{text-decoration:line-through;color:#9ca3af}.todo-item input[type=checkbox]{position:absolute;top:4px;left:4px;width:22px;height:22px;margin:0;z-index:2;cursor:pointer;-moz-appearance:none;appearance:none;-webkit-appearance:none;border:2px solid #e2e8f0;border-radius:50%;background:#fff;box-shadow:0 1px 2px #0000000d;transition:all .2s ease-in-out}.todo-item input[type=checkbox]:checked{background:#6366f1;border-color:#6366f1;box-shadow:0 2px 4px #6366f133;transform:scale(1.1)}.todo-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:14px;font-weight:700;line-height:1}.todo-item input[type=checkbox]:hover{border-color:#6366f1;transform:scale(1.05)}.todo-item input[type=checkbox]:checked:hover{transform:scale(1.15)}.todo-item-image{width:60px;height:60px;object-fit:cover;border-radius:8px;flex-shrink:0}.todo-item .todo-text{font-size:.95rem;line-height:1.4;color:#1f2937;margin:0;word-break:break-word}.todo-item .todo-tags{display:flex;flex-wrap:wrap;gap:.3rem;font-size:.75rem}.todo-item .todo-tag{background:#f3f4f6;color:#4b5563;padding:.2rem .5rem;border-radius:4px;font-weight:500}.todo-item .todo-tag.high{background:#fee2e2;color:#dc2626}.todo-item .todo-tag.medium{background:#fef3c7;color:#d97706}.todo-item .todo-tag.low{background:#dcfce7;color:#16a34a}.todo-item .delete-button{position:relative;z-index:3;background:none;border:none;color:#ef4444;font-size:1.5rem;cursor:pointer;padding:.5rem;opacity:.7;transition:all .2s ease;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.delete-button:hover{opacity:1;background:#fee2e2;color:#dc2626}.image-upload-wrapper{position:relative;min-width:80px;flex-shrink:0}.custom-file-upload{width:100%;height:44px;padding:0;background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb;border-radius:8px;font-size:1.2rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-sizing:border-box;box-shadow:0 1px 2px #0000000d;line-height:1}.custom-file-upload:hover{background:#fff;border-color:#d1d5db;color:#4b5563}.image-label{position:absolute;left:.8rem;top:-.5rem;font-size:.75rem;color:#6b7280;pointer-events:none;transition:all .2s ease;background:#f9fafb;padding:0 .3rem;border-radius:4px;white-space:nowrap}.custom-file-upload:hover+.image-label{background-color:#fff;color:#4b5563}.todo-image-preview{width:100%;margin-top:1rem;display:flex;justify-content:center;padding:10px;border:1px dashed #ccc;border-radius:8px;background-color:#f9f9f9;box-sizing:border-box;position:relative}.todo-image-preview img{max-width:100%;max-height:200px;object-fit:contain;border-radius:6px}.clear-image-preview{position:absolute;top:5px;right:5px;background-color:#fffc;color:#333;border:1px solid #ccc;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:.8rem;cursor:pointer;transition:all .2s ease;z-index:10;box-shadow:0 1px 3px #0000001a}.clear-image-preview:hover{background-color:#f0f0f0;border-color:#bbb;color:#000}.todo-form .todo-image-preview{position:relative}.priority-select-wrapper{position:relative;min-width:120px;flex-shrink:0}.priority-select{padding:0;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#f9fafb;cursor:pointer;transition:all .2s ease;width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .7rem center;background-size:1em;padding-right:2.5rem;font-weight:500;box-shadow:0 1px 2px #0000000d;height:44px;box-sizing:border-box;text-align:center;text-align-last:center;display:flex;align-items:center;justify-content:center}.priority-label{position:absolute;left:.8rem;top:-.5rem;font-size:.75rem;color:#6b7280;pointer-events:none;transition:all .2s ease;background:#f9fafb;padding:0 .3rem;border-radius:4px}.priority-select:hover{border-color:#d1d5db;background-color:#fff}.priority-select:hover+.priority-label{background-color:#fff}.priority-select:focus{outline:none;border-color:#6366f1;background-color:#fff;box-shadow:0 0 0 3px #6366f11a}.priority-select:focus+.priority-label{color:#6366f1;background-color:#fff}.priority-select option{padding:.8rem;font-weight:500;text-align:center}.priority-select option[value=low]{color:#6b7280;background-color:#f9fafb}.priority-select option[value=medium]{color:#92400e;background-color:#f9fafb}.priority-select option[value=high]{color:#991b1b;background-color:#f9fafb}.priority-select option:checked{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.priority-select option:hover{background-color:#f3f4f6}.todo-priority{padding:.25rem .5rem;border-radius:4px;font-weight:500;text-transform:capitalize}.todo-priority.low{background-color:#f3f4f6;color:#6b7280}.todo-priority.medium{background-color:#fef3c7;color:#92400e}.todo-priority.high{background-color:#fee2e2;color:#991b1b}.todo-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem;padding-left:.5rem}.todo-details{display:flex;flex-wrap:wrap;gap:1rem;font-size:.85rem;color:#6b7280}.todo-date{display:flex;align-items:center;gap:.25rem}.todo-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#fff;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem;border-radius:12px;box-shadow:0 1px 3px #0000001a}.todo-header-left,.todo-header-right{display:flex;align-items:center;gap:1rem}.profile-image-container{flex-shrink:0}@media (max-width: 768px){.todo-item{padding:.6rem;gap:.6rem}.todo-item-image{width:50px;height:50px}.todo-content{gap:.4rem}.todo-item .todo-text{font-size:.85rem}.todo-item .todo-tags{font-size:.65rem}.todo-item .delete-button{top:.3rem;right:.3rem;font-size:1.1rem;width:24px;height:24px}}@media (max-width: 640px){.todo-header{flex-direction:column;align-items:stretch;padding:.75rem;gap:.75rem}.todo-header-left,.todo-header-right{width:100%}.todo-form{gap:.75rem}.todo-form-input-row{display:flex;flex-direction:column;gap:.75rem;width:100%}.todo-form-controls{display:flex;flex-direction:row;gap:.75rem;width:100%}.todo-input{width:100%;min-width:100%}.priority-select-wrapper,.image-upload-wrapper{flex:1;min-width:0}.add-button{width:100%;margin-top:.75rem}.todo-item{padding:.6rem;gap:.6rem}.todo-item-image{width:45px;height:45px;margin:0;flex-shrink:0}.todo-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.4rem;padding-left:.3rem}.todo-item .todo-text{font-size:.85rem;line-height:1.3;margin:0;word-break:break-word}.todo-item .todo-tags{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2rem;justify-content:flex-end}.todo-item .todo-tag{padding:.15rem .4rem;font-size:.65rem}.todo-item .delete-button{top:.3rem;right:.3rem;font-size:1rem;width:22px;height:22px}.todo-item input[type=checkbox]{width:18px;height:18px;top:3px;left:3px}.todo-item input[type=checkbox]:checked:after{font-size:12px}}.floating-action-button{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background-color:#f5f5f5;color:#333;border:none;font-size:24px;cursor:pointer;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1000}.floating-action-button:hover{background-color:#e0e0e0;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.floating-action-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000001a}.floating-action-button:before{content:"+";font-weight:500;font-size:28px;line-height:1}.todo-form{display:flex;flex-direction:column;gap:15px;margin-bottom:20px;position:relative;z-index:1;background:#fff;padding:1rem;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #e5e7eb}.todo-input{width:100%;padding:.8rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#f9fafb;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;box-sizing:border-box;position:relative;z-index:1;pointer-events:auto}.todo-input:focus{outline:none;border:none;box-shadow:0 0 0 2px #6366f133;background:#fff}.todo-controls-row{display:flex;gap:15px;width:100%;align-items:flex-end;justify-content:flex-start}.priority-select-wrapper{position:relative;display:flex;flex-direction:column;align-items:flex-start;width:150px}.priority-select{width:100%;height:40px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#f9fafb;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.priority-select:focus{outline:none;border:none;background:#fff;box-shadow:0 0 0 2px #6366f133}.priority-label{font-size:.75rem;color:#6b7280;white-space:nowrap;margin-bottom:5px;background:#f9fafb;padding:0 .3rem;border-radius:4px}.image-upload-wrapper{position:relative;display:flex;flex-direction:column;align-items:center;width:50px;cursor:pointer}.hidden-todo-image-input{display:none}.custom-file-upload{font-size:20px;width:40px;height:40px;border-radius:8px;background:#f9fafb;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;padding:0}.custom-file-upload:hover{background:#fff;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.custom-file-upload:focus{outline:none;border:none;background:#fff;box-shadow:0 0 0 2px #6366f133}.image-label{font-size:.75rem;color:#6b7280;margin-top:0;margin-bottom:5px;white-space:nowrap;background:#f9fafb;padding:0 .3rem;border-radius:4px}.add-button{width:100%;padding:0 16px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:.95rem;font-weight:500;transition:all .2s ease;display:flex;justify-content:center;align-items:center;height:40px;position:relative;z-index:2;pointer-events:auto}.add-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f133}.add-button:focus{outline:none;border:none;box-shadow:0 0 0 2px #6366f133}.add-button:active{transform:translateY(1px);box-shadow:0 0 0 2px #6366f133}.todo-image-preview{position:relative;width:100%;margin-top:15px;background:#f9fafb;border-radius:12px;overflow:hidden;transition:all .3s ease;border:2px dashed #e5e7eb;padding:15px;display:flex;justify-content:center;align-items:center;min-height:200px}.todo-image-preview:hover{border-color:#6366f1;background:#f8fafc}.todo-image-preview img{max-width:100%;max-height:300px;object-fit:contain;border-radius:8px;box-shadow:0 4px 6px #0000001a;transition:all .3s ease}.todo-image-preview:hover img{transform:scale(1.02);box-shadow:0 6px 12px #00000026}.clear-image-preview{position:absolute;top:10px;right:10px;width:28px;height:28px;border-radius:50%;background:#fff;color:#ef4444;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:all .2s ease;box-shadow:0 2px 4px #0000001a;z-index:10}.clear-image-preview:hover{background:#fee2e2;transform:scale(1.1);box-shadow:0 4px 8px #00000026}.clear-image-preview:active{transform:scale(.95)}@media (max-width: 640px){.todo-controls-row{flex-wrap:wrap}.add-button{margin-top:10px;order:3}.todo-image-preview{min-height:150px;padding:10px}.todo-image-preview img{max-height:200px}.clear-image-preview{width:24px;height:24px;font-size:12px}}.todo-image-preview-container{position:relative;width:100px;height:100px;margin-top:10px;align-self:flex-start}.todo-image-preview-thumb{width:100%;height:100%;object-fit:cover;border-radius:8px;border:1px solid #e5e7eb}.clear-image-preview-thumb{position:absolute;top:-5px;right:-5px;width:22px;height:22px;border-radius:50%;background:#fff;color:#374151;border:1px solid #e5e7eb;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;line-height:1;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.clear-image-preview-thumb:hover{background:#ef4444;color:#fff;transform:scale(1.1)}.image-uploader-container{display:flex;flex-direction:column}.image-upload-button{width:100px;height:40px;padding:0 10px;border:1px solid #e5e7eb;border-radius:8px;font-size:.95rem;color:#1f2937;background:#f9fafb;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px}.image-upload-button:hover{background-color:#f3f4f6;border-color:#d1d5db}.image-upload-button:disabled{cursor:not-allowed;opacity:.7}.create-todo-container{max-width:600px;margin:2rem auto;padding:1rem}.create-todo-header{display:flex;align-items:center;margin-bottom:2rem;position:relative;padding:0 1rem}.create-todo-header h1{flex:1;text-align:center;margin:0;color:#333;font-size:1.8rem;font-weight:600}.back-button{position:absolute;left:0;background:#f5f5f5;border:none;color:#333;font-size:.9rem;font-weight:500;cursor:pointer;padding:.6rem 1rem;border-radius:4px;display:flex;align-items:center;gap:.5rem;transition:all .2s ease;box-shadow:0 1px 3px #0000001a}.back-button:hover{background:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 4px #00000026}.back-button:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.error-message{background-color:#ffebee;color:#c62828;padding:1rem;border-radius:4px;margin-bottom:1rem;text-align:center;font-size:.9rem;box-shadow:0 1px 3px #0000001a}.todo-details-container{max-width:800px;margin:0 auto;padding:20px}.todo-details-header{display:flex;align-items:center;margin-bottom:20px;margin-top:1.5rem;position:relative}.todo-details-header h1{margin:0;font-size:24px;color:#333;text-align:center;width:100%}.todo-details-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.todo-details-status{padding:16px;border-bottom:1px solid #eee;display:flex;justify-content:flex-end}.todo-details-content{padding:24px}.todo-details-content h2{margin:0 0 20px;font-size:20px;color:#333;word-break:break-word}.todo-details-meta{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.meta-item{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.meta-label{font-weight:500;color:#666;min-width:80px}.meta-value{color:#333}.priority-selector{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.priority-options{display:flex;gap:8px;flex-wrap:wrap}.priority-badge{padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;border:2px solid transparent;transition:all .2s ease;background:#f5f5f5;color:#666;position:relative;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;opacity:.7;transform:scale(.95);outline:none}.priority-badge:focus{outline:none;box-shadow:none}.priority-badge:hover{transform:translateY(-1px) scale(.95);box-shadow:0 2px 4px #0000001a}.priority-badge:active{transform:translateY(0) scale(.95);box-shadow:none}.priority-badge.active{border-color:currentColor;font-weight:600;box-shadow:0 2px 8px #00000026;opacity:1;transform:scale(1)}.priority-badge.low{color:#4caf50;background:#f1f8e9}.priority-badge.medium{color:#ff9800;background:#fff3e0}.priority-badge.high{color:#f44336;background:#ffebee}.priority-badge.low.active{background:#e8f5e9;border-color:#4caf50;color:#2e7d32}.priority-badge.medium.active{background:#fff3e0;border-color:#ff9800;color:#ef6c00}.priority-badge.high.active{background:#ffebee;border-color:#f44336;color:#c62828}.todo-details-image{margin-top:24px;border-radius:8px;overflow:hidden;max-width:100%}.todo-details-image img{width:100%;height:auto;display:block;max-height:400px;object-fit:contain}.todo-details-actions{padding:16px 24px;border-top:1px solid #eee;display:flex;justify-content:flex-end}.back-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;background:#f5f5f5;color:#666;border-radius:8px;cursor:pointer;font-size:14px;position:absolute;left:0;top:0;bottom:0;height:fit-content;margin:auto 0}.back-button:hover{background:#eee;color:#333}.status-button{display:flex;align-items:center;gap:8px;padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;position:relative;-webkit-user-select:none;user-select:none}.status-button.completed{background:#e8f5e9;color:#2e7d32}.status-button.pending{background:#fff3e0;color:#ef6c00}.status-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.status-button:active{transform:translateY(0)}.delete-button{padding:8px 16px;border:none;background:#ffebee;color:#c62828;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;position:relative;z-index:1;-webkit-user-select:none;user-select:none}.delete-button:hover{background:#ffcdd2;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.delete-button:active{transform:translateY(0)}.error-message{text-align:center;color:#c62828;font-size:16px;margin-top:40px}.text-container{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px;position:relative;z-index:1}.text-container h2{margin:0;flex:1}.edit-button{background:none;border:none;padding:8px;cursor:pointer;color:#666;border-radius:8px;transition:all .2s ease;flex-shrink:0;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.edit-button:hover{background:#f5f5f5;color:#333;transform:scale(1.1)}.edit-button:active{transform:scale(.95)}.edit-container{margin-bottom:20px;position:relative;z-index:1}.edit-textarea{width:100%;min-height:100px;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;line-height:1.5;resize:vertical;margin-bottom:12px;font-family:inherit;position:relative;z-index:1}.edit-textarea:focus{outline:none;border-color:#2196f3}.edit-actions{display:flex;gap:8px;justify-content:flex-end;position:relative;z-index:1}.save-button,.cancel-button{padding:8px 16px;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease;position:relative;z-index:2}.save-button{background:#e3f2fd;color:#1976d2}.save-button:hover{background:#bbdefb;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.cancel-button{background:#f5f5f5;color:#666}.cancel-button:hover{background:#e0e0e0;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.save-button:active,.cancel-button:active{transform:translateY(0);box-shadow:none}@media (max-width: 768px){.todo-details-container{padding:16px}.todo-details-header{margin-bottom:16px}.todo-details-header h1{font-size:20px;padding:0 40px}.todo-details-content{padding:16px}.todo-details-content h2{font-size:18px;margin-bottom:16px}.todo-details-meta{gap:12px;margin-bottom:16px}.meta-item{gap:8px}.meta-label{min-width:70px;font-size:14px}.meta-value{font-size:14px}.priority-badge{padding:6px 12px;font-size:13px}.todo-details-image{margin-top:16px}.todo-details-image img{max-height:300px}.todo-details-actions{padding:12px 16px}.back-button,.status-button,.delete-button{padding:6px 12px;font-size:13px}.edit-textarea{font-size:15px;min-height:80px}.save-button,.cancel-button{padding:6px 12px;font-size:13px}}@media (max-width: 480px){.todo-details-container{padding:12px}.todo-details-header{margin-bottom:12px}.todo-details-header h1{font-size:18px;padding:0 36px}.todo-details-content{padding:12px}.todo-details-content h2{font-size:16px;margin-bottom:12px}.todo-details-meta{gap:8px;margin-bottom:12px}.meta-item{gap:6px}.meta-label{min-width:60px;font-size:13px}.meta-value{font-size:13px}.priority-badge{padding:4px 10px;font-size:12px}.todo-details-image{margin-top:12px}.todo-details-image img{max-height:200px}.todo-details-actions{padding:10px 12px}.back-button,.status-button,.delete-button{padding:5px 10px;font-size:12px}.text-container{gap:8px}.edit-button{padding:6px;min-width:32px;min-height:32px}.edit-textarea{font-size:14px;min-height:60px;padding:10px}.save-button,.cancel-button{padding:5px 10px;font-size:12px}}.todo-details{max-width:800px;margin:0 auto;padding:20px}.todo-details-title{flex:1;text-align:center;font-size:1.5rem;font-weight:600;color:#333;margin:0;padding:0 40px}.todo-details-back{position:absolute;left:0;top:50%;transform:translateY(-50%);background:none;border:none;color:#666;cursor:pointer;padding:8px;display:flex;align-items:center;gap:4px;font-size:.9rem;transition:color .2s}.todo-details-back:hover{color:#333}.todo-details-text{font-size:1.1rem;color:#333;margin-bottom:20px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.todo-details-text.completed{text-decoration:line-through;color:#666}.todo-details-meta{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px;font-size:.9rem;color:#666}.todo-details-meta-item{display:flex;align-items:center;gap:4px}.todo-details-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.todo-details-button{padding:8px 16px;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;gap:6px}.todo-details-button:hover{opacity:.9}.todo-details-button:active{transform:translateY(1px)}.todo-details-button.edit{background-color:#4a90e2;color:#fff}.todo-details-button.delete{background-color:#e74c3c;color:#fff}.todo-details-button.complete{background-color:#2ecc71;color:#fff}.todo-details-button.priority{background-color:#f1c40f;color:#333}.todo-details-button.priority.high{background-color:#e74c3c;color:#fff}.todo-details-button.priority.medium{background-color:#f1c40f;color:#333}.todo-details-button.priority.low{background-color:#2ecc71;color:#fff}.todo-details-edit{margin-top:20px}.todo-details-textarea{width:100%;min-height:100px;padding:12px;border:1px solid #ddd;border-radius:4px;font-size:1rem;margin-bottom:12px;resize:vertical}.todo-details-edit-actions{display:flex;gap:8px}.todo-details-button.save{background-color:#2ecc71;color:#fff}.todo-details-button.cancel{background-color:#95a5a6;color:#fff}.todo-details-image{max-width:100%;height:auto;border-radius:4px;margin-top:16px}@media (max-width: 768px){.todo-details{padding:16px}.todo-details-title{font-size:1.3rem}.todo-details-content{padding:16px}.todo-details-text{font-size:1rem}.todo-details-meta{gap:12px}.todo-details-actions{gap:8px}.todo-details-button{padding:6px 12px;font-size:.85rem}}@media (max-width: 480px){.todo-details{padding:12px}.todo-details-title{font-size:1.2rem;padding:0 32px}.todo-details-content{padding:12px}.todo-details-text{font-size:.95rem}.todo-details-meta{gap:8px;font-size:.85rem}.todo-details-actions{gap:6px}.todo-details-button{padding:5px 10px;font-size:.8rem}}@media (max-width: 640px){.back-button{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center}.back-button span{display:none}.back-button svg{width:20px;height:20px;margin:0}}.error-message{padding:20px;background:#ffebee;text-align:center;color:#c62828;font-size:16px;margin-top:40px}@media (max-width: 640px){.todo-details-header .back-button{width:44px;height:44px;padding:0;display:flex;align-items:center;justify-content:center}.todo-details-header .back-button span{display:none}.todo-details-header .back-button svg{width:20px;height:20px;margin:0}}.todo-details-button{padding:.5rem;font-size:.7rem}.landing-bg{min-height:100vh;background:linear-gradient(135deg,#f6f8fc,#e9f0f7);display:flex;align-items:center;justify-content:center;padding:2rem}.landing-container{background:#fff;border-radius:24px;box-shadow:0 4px 32px #6366f114;max-width:420px;width:100%;padding:2.5rem 2rem 2rem;text-align:center;position:relative;overflow:hidden}.landing-logo{width:72px;height:72px;margin-bottom:1.5rem;border-radius:16px;box-shadow:0 2px 8px #6366f114;background:#fff;padding:.5rem}.landing-title{font-size:2.1rem;font-weight:800;color:#1f2937;margin-bottom:.7rem}.landing-title span{color:#6366f1}.landing-subtitle{color:#6b7280;font-size:1.1rem;margin-bottom:2rem}.landing-cta-group{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem}.landing-cta{padding:.85rem 1.7rem;border-radius:10px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;box-shadow:0 2px 8px #6366f10f;display:inline-block}.landing-cta.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none}.landing-cta.primary:hover{background:linear-gradient(135deg,#4f46e5,#7c3aed);transform:translateY(-2px) scale(1.04)}.landing-cta.secondary{background:#f3f4f6;color:#6366f1;border:1px solid #e5e7eb}.landing-cta.secondary:hover{background:#e0e7ef;color:#4f46e5}.landing-benefits{list-style:none;padding:0;margin:0 0 2.5rem;color:#4b5563;font-size:1rem;text-align:left}.landing-benefits li{margin-bottom:.5rem;padding-left:1.2rem;position:relative}.landing-benefits li:before{content:"";position:absolute;left:0;top:.7em;width:.7em;height:.7em}.landing-illustration{margin-top:1.5rem;display:flex;justify-content:center}@media (max-width: 600px){.landing-container{padding:1.2rem .5rem 1.5rem;max-width:98vw}.landing-title{font-size:1.3rem}.landing-logo{width:56px;height:56px}}body{background-color:#f7f7f8}.chat-container{display:flex;flex-direction:column;height:100vh;max-width:800px;margin:0 auto;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.chat-header{padding:1.5rem 2rem;text-align:center;border-bottom:1px solid #e5e5e5;background-color:#fcfcfc;position:sticky;top:0;z-index:10;flex-shrink:0}.back-button{position:absolute;top:50%;left:1.5rem;transform:translateY(-50%);background:none;border:1px solid #e5e7eb;color:#4b5563;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s ease}.back-button:hover{background-color:#f9fafb;border-color:#d1d5db;transform:translateY(-50%)}.chat-header h1{font-size:1.5rem;font-weight:600;color:#1f2937;margin:0}.chat-header p{margin:.25rem 0 0;color:#6b7280}.chat-messages{flex-grow:1;padding:2rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.5rem;z-index:1}.message{display:flex;max-width:75%}.message-bubble{padding:.8rem 1.2rem;border-radius:18px;line-height:1.5;font-size:.95rem}.ai-message{justify-content:flex-start}.ai-message .message-bubble{background-color:#f1f2f6;color:#1f2937;border-bottom-left-radius:4px}.user-message{justify-content:flex-end;align-self:flex-end}.user-message .message-bubble{background-color:#6366f1;color:#fff;border-bottom-right-radius:4px}.loading-bubble{display:flex;align-items:center;gap:5px}.loading-bubble span{width:8px;height:8px;border-radius:50%;background-color:#b0b2c3;animation:bounce 1.4s infinite both}.loading-bubble span:nth-child(1){animation-delay:-.32s}.loading-bubble span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-container{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-top:1px solid #e5e5e5;background-color:#fcfcfc;position:relative;z-index:2}.chat-input{flex-grow:1;padding:.75rem 1.25rem;border:1px solid #e0e0e0;border-radius:20px;background-color:#fff;font-size:1rem;transition:border-color .2s,box-shadow .2s}.chat-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chat-send-button{flex-shrink:0;width:48px;height:48px;border-radius:50%;border:none;background-color:#6366f1;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.chat-send-button svg{width:24px;height:24px}.chat-send-button:hover{background-color:#4f46e5}@media (max-width: 640px){.chat-container{margin:0;border-radius:0;height:100vh;box-shadow:none;border:none}.chat-header{padding:1rem}.back-button{left:1rem;padding:.5rem;width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.back-button span{display:none}.chat-header h1{font-size:1.2rem}.chat-messages{padding:1.5rem 1rem}.chat-input-container{padding:1rem}}#root{width:100%;min-height:100vh;margin:0;padding:0}.app{width:100%;min-height:100vh;background:linear-gradient(135deg,#f6f8fc,#e9f0f7);padding:0;box-sizing:border-box;position:relative;overflow:hidden}.app:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5;z-index:0}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.grecaptcha-badge{z-index:-1!important;visibility:hidden!important}
