:root{font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:#1a1a2e;background:#f0f2f5}*{box-sizing:border-box}body{margin:0}.app{max-width:900px;margin:0 auto;padding:2rem 1rem 3rem}header{margin-bottom:2rem}header h1{margin:0 0 .25rem;font-size:1.75rem}header p{margin:0;color:#555}.status-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;font-size:.85rem;color:#444}main{display:grid;gap:1.5rem}.card{background:#fff;border-radius:10px;padding:1.25rem;box-shadow:0 1px 4px #00000014}.form label{display:block;margin-bottom:1rem;font-weight:600;font-size:.9rem}.form input,.form textarea{display:block;width:100%;margin-top:.35rem;padding:.6rem .75rem;border:1px solid #ccc;border-radius:6px;font:inherit}.form h2,.section-header h2{margin:0 0 .5rem}.hint{margin:0 0 1rem;font-size:.85rem;color:#666}.form button,.actions button,.section-header button{padding:.55rem 1rem;border:none;border-radius:6px;background:#2563eb;color:#fff;font:inherit;cursor:pointer}.form button:disabled{opacity:.6;cursor:not-allowed}.actions button.danger{background:#dc2626}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.task-list{display:grid;gap:1rem}.task.completed{opacity:.85}.task-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.task-header h3{margin:0}.badge{font-size:.75rem;padding:.2rem .5rem;border-radius:999px;text-transform:uppercase;font-weight:700}.badge.pending{background:#fef3c7;color:#92400e}.badge.completed{background:#d1fae5;color:#065f46}.attachment a{color:#2563eb}.meta{font-size:.8rem;color:#777}.actions{display:flex;gap:.5rem;margin-top:.75rem}.error,.error-banner{color:#b91c1c}.error-banner{margin-bottom:1rem}.muted{color:#666}.empty p{margin:0;color:#666}
