*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;padding:2rem}.app,body{min-height:100vh}.container{margin:0 auto;max-width:1400px}.header{background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a;flex-wrap:wrap;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.header,.header-content{align-items:center;display:flex;gap:1rem}.logo{height:40px}.header h1{color:#2d3748;font-size:1.75rem;margin:0}.user-info{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#667eea1a;border-radius:50px;display:flex;gap:1rem;padding:.75rem 1.5rem}.user-email{color:#667eea;font-size:.9rem;font-weight:500}.home-btn,.logout-btn{background:#667eea33;border:none;border-radius:20px;color:#667eea;cursor:pointer;font-size:.85rem;font-weight:500;padding:.5rem 1rem;transition:all .3s}.home-btn:hover,.logout-btn:hover{background:#667eea4d;transform:translateY(-1px)}.stats-container{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.stat-icon{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.stat-content{flex:1 1}.stat-value{color:#2d3748;font-size:2rem;font-weight:700;line-height:1;margin-bottom:.25rem}.stat-label{color:#718096;font-size:.9rem;font-weight:500}.stat-progress{align-items:center;display:flex;gap:.5rem;margin-top:.5rem}.progress-bar{background:#e2e8f0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.progress-fill{border-radius:4px;height:100%;transition:width .3s}.progress-text{color:#4a5568;font-size:.85rem;font-weight:600;min-width:40px;text-align:right}.priority-breakdown{grid-column:span 2}.priority-list{display:flex;flex-direction:column;gap:.5rem}.priority-item{align-items:center;display:flex;justify-content:space-between}.priority-badge{border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.priority-badge.priority-high{background:#f56565}.priority-badge.priority-medium{background:#ed8936}.priority-badge.priority-low{background:#48bb78}.priority-count{color:#2d3748;font-weight:600}.actions-bar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;gap:1rem;justify-content:space-between;margin-bottom:1.5rem;padding:1.5rem}.actions-bar,.filters{align-items:center;display:flex;flex-wrap:wrap}.filters{gap:.75rem}.filter-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:border-color .2s}.filter-select:hover{border-color:#cbd5e0}.filter-select:focus{border-color:#667eea;outline:none}.search-input{border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;min-width:250px;padding:.5rem 1rem;transition:border-color .2s}.search-input:focus{border-color:#667eea;outline:none}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-primary:hover{box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#e2e8f0;border:none;border-radius:8px;color:#4a5568;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.btn-secondary:hover{background:#cbd5e0}.btn-icon{align-items:center;background:#0000;border:none;border-radius:6px;color:#718096;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .2s}.btn-icon:hover{background:#0000000d;color:#4a5568}.btn-delete:hover{background:#f565651a;color:#f56565}.todo-list{gap:2rem}.todo-list,.todo-section{display:flex;flex-direction:column}.todo-section{gap:1rem}.section-title{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:.5rem;text-shadow:0 2px 4px #0003}.todo-item{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;gap:1rem;padding:1.5rem;transition:all .2s}.todo-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.todo-item.completed{opacity:.7}.todo-item.overdue{border-left:4px solid #f56565}.todo-checkbox{padding-top:.25rem}.checkbox{cursor:pointer;height:20px;width:20px}.todo-content{flex:1 1}.todo-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.5rem}.todo-title{color:#2d3748;font-size:1.125rem;font-weight:600;margin:0}.todo-item.completed .todo-title{color:#a0aec0;text-decoration:line-through}.todo-actions{display:flex;gap:.5rem}.todo-description{color:#4a5568;font-size:.95rem;line-height:1.6;margin-bottom:.75rem;white-space:pre-wrap}.todo-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.category-badge{background:#e2e8f0;border-radius:12px;color:#4a5568;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.due-date{align-items:center;color:#718096;display:flex;font-size:.85rem;gap:.35rem}.due-date.overdue{color:#f56565;font-weight:600}.created-by{align-items:center;color:#a0aec0;display:flex;font-size:.85rem;gap:.35rem}.completion-info{border-top:1px solid #e2e8f0;color:#48bb78;font-size:.85rem;font-style:italic;margin-top:.75rem;padding-top:.75rem}.empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:4rem 2rem;text-align:center}.empty-icon{font-size:4rem;margin-bottom:1rem;opacity:.3}.empty-state h3{color:#2d3748;font-size:1.5rem;margin-bottom:.5rem}.empty-state p{color:#718096;font-size:1rem}.loading{align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;gap:1rem;padding:4rem 2rem;text-align:center}.loading p{color:#718096;font-size:1rem}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.error-message{align-items:center;background:#fff5f5;border:2px solid #fc8181;border-radius:8px;color:#c53030;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 1.5rem}.error-close{background:#0000;border:none;color:#c53030;cursor:pointer;font-size:1.5rem;line-height:1;padding:0}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:2rem;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;padding:1.5rem 2rem}.modal-header h2{color:#2d3748;font-size:1.5rem;margin:0}.todo-form{padding:2rem}.form-group{margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-label{color:#2d3748;display:block;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.required{color:#f56565}.form-input,.form-select,.form-textarea{border:2px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#667eea;outline:none}.form-textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media (max-width:768px){.header,body{padding:1rem}.header h1{font-size:1.25rem}.header-content{flex:1 1 100%;justify-content:center;order:1}.home-btn{order:0}.user-info{flex:1 1 100%;justify-content:center;order:2}.stats-container{grid-template-columns:1fr}.priority-breakdown{grid-column:span 1}.actions-bar{align-items:stretch}.actions-bar,.filters{flex-direction:column}.search-input{min-width:100%}.form-row{grid-template-columns:1fr}.todo-header{flex-direction:column}.todo-actions{align-self:flex-start}}
/*# sourceMappingURL=main.e7490406.css.map*/