:root{color:#1f2933;background:#f6f7f9;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;min-width:320px}a{color:#0f766e;font-weight:700;text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}button{min-height:44px;border:0;border-radius:6px;background:#0f766e;color:#fff;cursor:pointer;font-weight:700;padding:0 16px}button:disabled{cursor:not-allowed;opacity:.65}.secondary-button{border:1px solid #cbd5e1;background:#fff;color:#334155}.danger-button{border:1px solid #fecaca;background:#fff;color:#991b1b}.small-button{min-height:36px;padding:0 12px}.auth-layout{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-panel{width:min(100%,420px);border:1px solid #d9e2ec;border-radius:8px;background:#fff;padding:28px}.eyebrow{margin:0 0 8px;color:#0f766e;font-size:13px;font-weight:800;text-transform:uppercase}h1,h2,p{margin-top:0}h1{margin-bottom:24px;font-size:32px;line-height:1.15}h2{margin-bottom:8px;font-size:22px}p{color:#52606d;line-height:1.6}.form-stack{display:grid;gap:16px}label{display:grid;gap:6px;color:#334155;font-size:14px;font-weight:700}input{min-height:44px;width:100%;border:1px solid #cbd5e1;border-radius:6px;color:#102a43;padding:0 12px}input:focus{border-color:#0f766e;outline:3px solid #ccfbf1}.form-error{margin:0;border:1px solid #fecaca;border-radius:6px;background:#fef2f2;color:#991b1b;font-size:14px;padding:10px 12px}.form-link{margin:18px 0 0;font-size:14px}.app-layout{width:min(100%,960px);margin:0 auto;padding:32px 24px}.app-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.app-header h1{margin-bottom:0}.dashboard{display:grid;gap:24px;border:1px solid #d9e2ec;border-radius:8px;background:#fff;padding:24px}.dashboard-header{display:flex;justify-content:space-between;gap:16px}.dashboard-header p{margin-bottom:0}.todo-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}.todo-list{display:grid;gap:10px;list-style:none;margin:0;padding:0}.todo-item{display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:12px;border:1px solid #e2e8f0;border-radius:8px;padding:12px}.todo-check{min-height:20px;width:20px}.todo-title{overflow-wrap:anywhere}.todo-title.completed{color:#64748b;text-decoration:line-through}.todo-actions{display:flex;gap:8px}.todo-edit-form{display:grid;grid-column:2 / 4;grid-template-columns:minmax(0,1fr) auto;gap:8px}.empty-state,.loading-state{margin-bottom:0;border:1px dashed #cbd5e1;border-radius:8px;padding:16px}.account-meta{border-top:1px solid #e2e8f0;padding-top:20px}dl{display:grid;gap:14px;margin:0}dt{color:#64748b;font-size:13px;font-weight:700;text-transform:uppercase}dd{margin:4px 0 0;overflow-wrap:anywhere}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media (max-width: 640px){.app-header{align-items:stretch;flex-direction:column}.todo-form,.todo-edit-form,.todo-item{grid-template-columns:1fr}.todo-actions{flex-wrap:wrap}}
