:root{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#111827;background:#f3f4f6}*{box-sizing:border-box}body{margin:0}.app{min-height:100vh;padding:12px}.brand{margin:4px 0 2px;font-size:30px;line-height:1;color:#0b5d3b;letter-spacing:.04em}.subtitle{margin:0 0 14px;color:#4b5563;font-size:14px}.chips{display:flex;gap:8px;overflow-x:auto;margin-bottom:14px}.chip{border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:999px;padding:6px 12px;font-size:14px}.chip-active{border-color:#2563eb;color:#fff;background:#2563eb}.grid{display:grid;grid-template-columns:1fr;gap:12px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden}.card-image{width:100%;height:180px;object-fit:cover;display:block}.card-content{padding:10px 12px 12px}.card-content h2{margin:0 0 6px;font-size:18px}.card-description{margin:0 0 8px;color:#4b5563;font-size:14px}.card-footer{display:flex;justify-content:space-between;align-items:baseline;font-weight:600}.card-footer small{color:#6b7280;font-weight:500}.state{margin:20px 2px;color:#374151}.state-error{color:#b91c1c}@media(min-width:720px){.grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
