:root{font-family:system-ui,-apple-system,sans-serif;line-height:1.5}body{margin:0;background:#f6f7f9;color:#1a1a1a}.container{max-width:720px;margin:2rem auto;padding:0 1rem}.row{display:flex;gap:.75rem;align-items:center;justify-content:space-between;flex-wrap:wrap}form.row{justify-content:flex-start;margin:1rem 0}input{padding:.5rem;border:1px solid #ccc;border-radius:6px;flex:1;min-width:200px}button{padding:.5rem .9rem;border:0;border-radius:6px;background:#2563eb;color:#fff;cursor:pointer}button:hover{background:#1d4ed8}ul{list-style:none;padding:0}li{display:flex;gap:.75rem;align-items:center;justify-content:space-between;padding:.6rem .8rem;background:#fff;border:1px solid #eee;border-radius:8px;margin-bottom:.5rem}li button{background:#dc2626}li button:hover{background:#b91c1c}.error{color:#b91c1c}
