*{box-sizing:border-box}body{color:#0f172a;background:#f1f5f9;margin:0;font-family:Arial,Helvetica,sans-serif}.app{justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex}.task-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;width:100%;max-width:640px;padding:1.5rem;box-shadow:0 8px 20px #0f172a14}h1{color:#0f172a;margin:0 0 .5rem;font-size:1.9rem}.subtitle{color:#64748b;margin:0 0 1.25rem}.task-form{gap:.75rem;margin-bottom:1rem;display:flex}.task-form input{border:1px solid #cbd5e1;border-radius:8px;flex:1;padding:.75rem;font-size:1rem}.task-form button,.task-item button{cursor:pointer;border:none;border-radius:8px;font-size:.95rem}.task-form button{color:#fff;background:#2563eb;padding:.75rem 1rem}.task-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.task-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.7rem .85rem;display:flex}.task-item span{overflow-wrap:anywhere}.task-item button{color:#fff;background:#ef4444;padding:.45rem .8rem}.error{color:#dc2626;margin:0 0 1rem}.status{color:#475569;margin:0}
