body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,sans-serif}.app,body{min-height:100vh}.app{align-items:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;padding:40px 20px;transition:background .3s}.app.dark{background:linear-gradient(135deg,#1a1a2e,#16213e)}.card{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0003;max-width:580px;padding:32px;transition:background .3s,color .3s;width:100%}.dark .card{background:#1e1e2e;color:#e2e8f0}.header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}h1{color:#1a1a2e;font-size:1.8rem}.dark h1{color:#e2e8f0}.subtitle{color:#888;font-size:14px;margin-top:4px}.dark-toggle{background:none;border:2px solid #e0e0e0;border-radius:50%;cursor:pointer;font-size:18px;height:40px;width:40px}.dark .dark-toggle{border-color:#444}.progress-section{margin-bottom:24px}.progress-label{color:#666;display:flex;font-size:13px;justify-content:space-between;margin-bottom:8px}.dark .progress-label{color:#aaa}.progress-bar{background:#f0f0f0;border-radius:10px;height:10px;margin-bottom:10px;overflow:hidden}.dark .progress-bar{background:#333}.progress-fill{background:linear-gradient(90deg,#667eea,#764ba2);border-radius:10px;height:100%;transition:width .5s ease}.stats{color:#888;display:flex;font-size:13px;gap:16px}.input-section{margin-bottom:16px}.input-row{display:flex;gap:10px;margin-bottom:10px}.input-row input{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#333;flex:1 1;font-size:15px;outline:none;padding:12px 16px;transition:border .2s}.dark .input-row input{background:#2a2a3e;border-color:#444;color:#e2e8f0}.input-row input:focus{border-color:#667eea}.input-row button{background:#667eea;border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:15px;font-weight:700;padding:12px 20px}.input-row button:hover{background:#5a6fd6}.input-extra{display:flex;gap:10px}.input-extra input[type=date],.input-extra select{background:#fff;border:2px solid #e0e0e0;border-radius:10px;color:#333;cursor:pointer;flex:1 1;font-size:14px;outline:none;padding:8px 12px}.dark .input-extra input[type=date],.dark .input-extra select{background:#2a2a3e;border-color:#444;color:#e2e8f0}.filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.filters button{background:#fff;border:2px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;font-size:13px;padding:6px 14px}.dark .filters button{background:#2a2a3e;border-color:#444;color:#aaa}.filters button.active{background:#667eea;border-color:#667eea;color:#fff}ul{list-style:none}li{align-items:center;background:#f9f9f9;border-left:4px solid #e0e0e0;border-radius:12px;display:flex;gap:12px;margin-bottom:8px;padding:14px 12px;transition:all .2s}.dark li{background:#2a2a3e;border-left-color:#444}li:hover{transform:translateX(2px)}li.done{opacity:.6}li.priority-high{border-left-color:#ef4444}li.priority-medium{border-left-color:#f59e0b}li.priority-low{border-left-color:#10b981}li input[type=checkbox]{accent-color:#667eea;cursor:pointer;flex-shrink:0;height:18px;width:18px}.task-info{flex:1 1}.task-title{color:#333;display:block;font-size:15px;margin-bottom:4px}.dark .task-title{color:#e2e8f0}li.done .task-title{color:#aaa;text-decoration:line-through}.task-meta{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.badge{border-radius:20px;font-size:11px;font-weight:600;padding:2px 8px}.badge.high{background:#fee2e2;color:#ef4444}.badge.medium{background:#fef3c7;color:#d97706}.badge.low{background:#d1fae5;color:#059669}.due{color:#888;font-size:12px}.due.overdue{color:#ef4444;font-weight:600}.del{background:none;border:none;cursor:pointer;flex-shrink:0;font-size:16px;opacity:.4;transition:opacity .2s}.del:hover{opacity:1}.empty{color:#bbb;font-size:15px;padding:30px 0;text-align:center}
/*# sourceMappingURL=main.85f8a127.css.map*/