:root{color:#111827;background-color:#f3f4f6;font-family:Segoe UI,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:400;line-height:1.4}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-decoration:none}.app-shell{min-height:100vh}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.brand{font-weight:700}.topbar-nav{align-items:center;gap:10px;display:flex}.welcome-text{color:#4b5563}.page-wrapper{max-width:900px;margin:0 auto;padding:24px}.auth-card,.todos-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:24px;box-shadow:0 6px 24px #1118270d}.auth-subtitle{color:#6b7280;margin-top:0}.form{gap:10px;margin-top:16px;display:grid}input,button{font:inherit}input[type=text],input[type=email],input[type=password]{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:10px 12px}button{color:#fff;cursor:pointer;background:#111827;border:1px solid #0000;border-radius:8px;padding:9px 14px}button:disabled{opacity:.6;cursor:not-allowed}.auth-switch{color:#374151;margin-top:14px}.error-text{color:#b91c1c;margin:0}.todos-header{justify-content:space-between;align-items:baseline;gap:12px;display:flex}.todo-add-form{gap:10px;margin:16px 0;display:flex}.todo-list{gap:10px;margin:16px 0 0;padding:0;list-style:none;display:grid}.todo-item{border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:10px 12px;display:grid}.todo-content{min-width:0}.todo-title{word-break:break-word;margin:0;font-weight:600}.todo-title.done{color:#6b7280;text-decoration:line-through}.todo-content small{color:#6b7280}.todo-actions{gap:8px;display:flex}.todo-actions button{padding:6px 10px}.empty-state{color:#6b7280}@media (width<=720px){.topbar{flex-direction:column;align-items:stretch}.todo-add-form{flex-direction:column}.todo-item{grid-template-columns:1fr;align-items:stretch}}
