.task-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.3);display:flex;justify-content:center;align-items:center;z-index:1000}.task-popup input,.task-popup select,.task-popup textarea{width:100%;padding:8px 12px;font-size:14px;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-family:inherit}.task-popup textarea{resize:vertical}.todo-input-edit{resize:none}.task-popup{background:white;padding:20px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);width:95vw;max-width:95vw;max-height:90vh;overflow-y:auto;font-family:var(--font-geist-sans,system-ui,sans-serif);display:flex;flex-direction:column}.task-popup h3{margin-top:0}.task-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.flexible-time-toggle{display:flex;align-items:center;gap:4px}.task-duration{margin:4px 0 8px;font-weight:700}.task-popup-actions{display:flex;justify-content:space-between;margin-top:8px}.task-popup-actions button{padding:8px 12px;background-color:#2563eb;color:white;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.task-popup-actions button:hover{background-color:#1e40af}.task-popup-actions .delete-btn{background-color:#dc2626}.task-popup-actions .delete-btn:hover{background-color:#b91c1c}.task-popup-actions .save-btn{background-color:#10b981}.task-popup-actions .save-btn:hover{background-color:#059669}.task-popup-actions .complete-btn{background-color:#3b82f6}.task-popup-actions .complete-btn:hover{background-color:#1d4ed8}.priority-popup{display:flex;flex-direction:column;gap:16px}.form-section{min-width:0}@media (orientation:landscape){.priority-popup{display:grid;grid-template-columns:1fr 1fr;gap:16px}}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:transparent;display:flex;justify-content:center;align-items:center;z-index:1100}.delete-confirm-modal{background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:20px;border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.1);max-width:90vw;text-align:center}.delete-confirm-actions{margin-top:16px;display:flex;justify-content:center;gap:8px}.delete-confirm-actions button{padding:8px 12px;background-color:#2563eb;color:white;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.delete-confirm-actions button:hover{background-color:#1e40af}.delete-confirm-actions .delete-btn{background-color:#dc2626}.delete-confirm-actions .delete-btn:hover{background-color:#b91c1c}