*{box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif}body{min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}.page{background:#f4f4f5;place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border-radius:16px;width:min(100%,420px);padding:32px;box-shadow:0 16px 40px #0000001a}.login-card h1{text-align:center;margin-top:0}.login-card form{gap:20px;display:grid}.login-card label{gap:8px;font-weight:600;display:grid}.login-card input{font:inherit;border:1px solid #d4d4d8;border-radius:8px;padding:12px}.login-card button{font:inherit;cursor:pointer;border:0;border-radius:8px;padding:12px;font-weight:700}.login-card button:disabled{cursor:not-allowed;opacity:.6}.message{text-align:center;margin-bottom:0}.login-card code{overflow-wrap:anywhere;margin-top:12px;display:block}.todo-form{gap:8px;margin-bottom:24px;display:flex}.todo-form input{min-width:0;font:inherit;border:1px solid #d4d4d8;border-radius:8px;flex:1;padding:12px}.todo-form button{padding-inline:20px}.todo-list{gap:10px;padding:0;list-style:none;display:grid}.todo-item{border:1px solid #e4e4e7;border-radius:8px;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.todo-content{align-items:center;gap:10px;min-width:0;display:flex}.todo-content input{width:18px;height:18px;margin:0}.todo-content span{overflow-wrap:anywhere}.todo-item.completed .todo-content span{opacity:.6;text-decoration:line-through}.todo-status{flex-shrink:0;font-size:.875rem}.todo-actions{flex-shrink:0;align-items:center;gap:12px;display:flex}.delete-button{color:#dc2626;cursor:pointer;background:#fff;border:1px solid #dc2626;border-radius:6px;width:auto;padding:6px 10px}.delete-button:hover:not(:disabled){background:#fef2f2}.delete-button:disabled{cursor:not-allowed;opacity:.5}.todo-main{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.todo-main>input[type=checkbox]{flex-shrink:0;width:18px;height:18px;margin:0}.todo-title{overflow-wrap:anywhere}.edit-form{flex:1;align-items:center;gap:8px;display:flex}.edit-form input{flex:1;min-width:0}.edit-form button{flex-shrink:0;width:auto}.edit-button{color:#2563eb;cursor:pointer;background:#fff;border:1px solid #2563eb;border-radius:6px;width:auto;padding:6px 10px}.edit-button:hover:not(:disabled){background:#eff6ff}.todo-header{justify-content:space-between;align-items:center;gap:16px;display:flex}.todo-header h2{margin:0}.logout-button{color:#27272a;cursor:pointer;background:#fff;border:1px solid #52525b;border-radius:6px;width:auto;padding:8px 12px}.logout-button:hover{background:#f4f4f5}.user-name{color:#71717a;margin:4px 0 0;font-size:.875rem}
