*,:before,:after{box-sizing:border-box}:root{color:#e2e8f0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent;background:#1e293b;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.5}body{overscroll-behavior:none;margin:0;padding:0}#root{min-height:100dvh}input,button,textarea{font-family:inherit}.task-item{border-bottom:1px solid #273549;align-items:center;gap:12px;padding:12px 16px;transition:background-color .15s;display:flex}.task-item:active{background-color:#273549}.task-item.completed .task-title{color:#64748b;text-decoration:line-through}.task-checkbox{color:#fff;cursor:pointer;background:0 0;border:2px solid #3b82f6;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;padding:0;font-size:14px;display:flex}.task-item.completed .task-checkbox{background-color:#3b82f6}.task-content{cursor:pointer;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.task-title{color:#e2e8f0;word-break:break-word;font-size:16px;font-weight:500}.task-description{color:#94a3b8;word-break:break-word;white-space:pre-line;font-size:14px;line-height:1.4}.task-meta{align-items:center;gap:8px;margin-top:2px;display:flex}.task-list-name{color:#60a5fa;font-size:12px;font-weight:500}.task-date{color:#fff;background:#3b82f6;border-radius:10px;padding:1px 8px;font-size:12px}.task-time{color:#60a5fa;font-size:12px;font-weight:600}.task-item.removed .task-title{color:#94a3b8}.task-restore{color:#22c55e;cursor:pointer;background:0 0;border:2px solid #22c55e;border-radius:50%;justify-content:center;align-items:center;width:24px;min-width:24px;height:24px;padding:0;font-size:14px;display:flex}.task-delete{color:#64748b;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:22px;line-height:1}.task-delete:hover{color:#f87171}.modal-overlay{z-index:100;background:#00000080;justify-content:center;align-items:flex-end;animation:.15s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#273549;border-radius:16px 16px 0 0;width:100%;max-width:480px;padding:24px;animation:.2s slideUp}.modal-content h2{color:#e2e8f0;margin:0 0 16px;font-size:18px}.modal-input{box-sizing:border-box;color:#e2e8f0;background:#1e293b;border:1px solid #3b4a5e;border-radius:8px;outline:none;width:100%;margin-bottom:12px;padding:12px;font-size:16px}.modal-input::placeholder{color:#64748b}.modal-input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.modal-textarea{resize:vertical;min-height:60px;max-height:200px;font-family:inherit;line-height:1.4}.modal-datetime-row{gap:8px;display:flex}.modal-datetime-row .modal-input{flex:1;min-width:0}.modal-actions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.btn-cancel,.btn-save{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:15px;font-weight:500}.btn-cancel{color:#e2e8f0;background:#3b4a5e}.btn-save{color:#fff;background:#3b82f6}.btn-save:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.list-selector{position:relative}.list-selector-trigger{color:#e2e8f0;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:0;font-size:20px;font-weight:600;display:flex}.list-selector-arrow{color:#94a3b8;font-size:10px}.list-selector-backdrop{z-index:19;position:fixed;inset:0}.list-selector-dropdown{z-index:20;background:#273549;border:1px solid #3b4a5e;border-radius:10px;min-width:220px;position:absolute;top:calc(100% + 8px);left:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.list-option{border-bottom:1px solid #3b4a5e;justify-content:space-between;align-items:center;display:flex}.list-option.active{background:#3b82f626}.list-option-name{text-align:left;color:#e2e8f0;cursor:pointer;background:0 0;border:none;flex:1;padding:12px 16px;font-size:15px}.list-option-actions{gap:2px;padding-right:8px;display:flex}.list-action-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-size:16px}.list-action-btn:hover{color:#e2e8f0;background:#3b4a5e}.list-action-btn.delete:hover{color:#f87171}.list-rename-input{box-sizing:border-box;color:#e2e8f0;background:#1e293b;border:none;border-bottom:2px solid #3b82f6;outline:none;flex:1;width:100%;padding:10px 16px;font-size:15px}.list-divider{background:#3b4a5e;height:1px;margin:4px 0}.completed-option{border-bottom:none}.completed-option .list-option-name{color:#94a3b8}.completed-badge{color:#94a3b8;background:#3b4a5e;border-radius:10px;margin-right:12px;padding:2px 8px;font-size:12px;font-weight:600}.list-create{align-items:center;gap:8px;padding:8px;display:flex}.list-create-input{color:#e2e8f0;background:#1e293b;border:1px solid #3b4a5e;border-radius:6px;outline:none;flex:1;padding:8px 12px;font-size:14px}.list-create-input::placeholder{color:#64748b}.list-create-input:focus{border-color:#3b82f6}.list-create-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.list-create-btn:disabled{opacity:.4;cursor:not-allowed}.quick-add{z-index:10;background:#273549;border-top:1px solid #3b4a5e;align-items:center;gap:8px;padding:10px 16px;display:flex;position:sticky;bottom:0}.quick-add-input{color:#e2e8f0;background:#1e293b;border:1px solid #3b4a5e;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:15px}.quick-add-input::placeholder{color:#64748b}.quick-add-input:focus{border-color:#3b82f6}.quick-add-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:18px;display:flex}.quick-add-btn:disabled{opacity:.4;cursor:not-allowed}.quick-add-btn:not(:disabled):active{transform:scale(.92)}.settings-pane{padding:8px 16px 32px}.settings-group{margin-bottom:24px}.settings-group-title{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;margin:0;padding:8px 0;font-size:13px;font-weight:600}.settings-item{background:#273549;border:1px solid #334155;border-radius:10px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:8px;padding:14px 16px;display:flex}.settings-item-text{flex:1;min-width:0}.settings-item-text label{color:#e2e8f0;font-size:15px;font-weight:500;display:block}.settings-item-text p{color:#94a3b8;margin:2px 0 0;font-size:13px;line-height:1.3}.settings-select,.settings-number,.settings-time{color:#e2e8f0;background:#1e293b;border:1px solid #3b4a5e;border-radius:8px;outline:none;flex-shrink:0;padding:8px 12px;font-size:14px}.settings-select:focus,.settings-number:focus,.settings-time:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f640}.settings-select{cursor:pointer;min-width:130px}.settings-number{text-align:center;width:80px}.settings-time{width:110px}.home{background:#1e293b;flex-direction:column;height:100dvh;display:flex}.home-header{color:#e2e8f0;z-index:10;background:#273549;border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:16px 20px;display:flex;position:sticky;top:0}.home-header h1{margin:0;font-size:20px;font-weight:600}.header-right{align-items:center;gap:12px;display:flex}.task-count{color:#94a3b8;font-size:14px}.menu-wrapper{position:relative}.menu-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:22px;line-height:1}.menu-btn:active{background:#ffffff1a}.menu-backdrop{z-index:19;position:fixed;inset:0}.menu-dropdown{z-index:20;background:#273549;border:1px solid #3b4a5e;border-radius:8px;min-width:180px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 24px #0000004d}.menu-empty{color:#64748b;text-align:center;margin:0;padding:16px;font-size:14px}.menu-item{color:#e2e8f0;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:12px 16px;font-size:15px;display:block}.menu-item:active{background:#ffffff14}.back-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:none;padding:0;font-size:18px;font-weight:600}.home-content{-webkit-overflow-scrolling:touch;flex:1;overflow-y:auto}.empty-state{color:#64748b;flex-direction:column;justify-content:center;align-items:center;height:60vh;display:flex}.empty-state p{margin:4px 0}.empty-hint{font-size:14px}.fab{color:#fff;cursor:pointer;z-index:50;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:26px;transition:transform .15s;display:flex;position:fixed;bottom:72px;right:20px;box-shadow:0 4px 12px #3b82f666}.fab:active{transform:scale(.92)}.section-header{color:#94a3b8;text-transform:uppercase;letter-spacing:.5px;background:#273549;justify-content:space-between;align-items:center;padding:8px 16px;font-size:13px;font-weight:600;display:flex}.section-header.section-overdue{color:#f87171;background:#ef44441a}.section-count{color:#64748b;font-size:12px;font-weight:500}.section-overdue .section-count{color:#f87171}.update-toast{z-index:200;background:#273549;border:1px solid #3b4a5e;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;max-width:480px;margin:0 auto;padding:14px 16px;animation:.25s slideUp;display:flex;position:fixed;bottom:80px;left:16px;right:16px;box-shadow:0 8px 24px #0006}.update-toast-text{color:#e2e8f0;font-size:14px}.update-toast-actions{flex-shrink:0;gap:8px;display:flex}.update-toast-btn{cursor:pointer;border:none;border-radius:6px;padding:6px 14px;font-size:13px;font-weight:500}.update-toast-btn.primary{color:#fff;background:#3b82f6}.update-toast-btn.dismiss{color:#94a3b8;background:#3b4a5e}
