:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,"Apple Color Emoji","Segoe UI Emoji";line-height:1.5;color:#0f172a;background:#f8fafc}*{box-sizing:border-box}.app{max-width:1100px;margin:2rem auto;padding:0 1rem}.grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 900px){.grid{grid-template-columns:1fr 1fr}}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1rem;box-shadow:0 1px 2px #0f172a0a}.card h2{margin:0 0 .75rem;font-size:1.1rem}.row{display:flex;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:.75rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:999px;background:#eef2ff;color:#3730a3;font-size:.8rem}ul.list{margin:.25rem 0 0;padding-left:1.1rem;max-height:220px;overflow:auto}.empty{color:#64748b;font-style:italic}.controls{display:flex;gap:.5rem;align-items:center}button{border:1px solid #cbd5e1;background:#f1f5f9;padding:.45rem .75rem;border-radius:10px;cursor:pointer}button:disabled{opacity:.6;cursor:not-allowed}button.primary{background:#4f46e5;border-color:#4f46e5;color:#fff}button.secondary{background:#7c86ff;border-color:#7c86ff;color:#fff}.error-details{list-style:none;padding:0;margin:0;display:grid;gap:1rem;text-align:left}.error-details li{border:1px solid #e2e8f0;border-radius:12px;padding:.75rem;background:#f8fafc}.error-details strong{display:block;margin-bottom:.35rem;color:#334155}.error-details pre{margin:0 0 .75rem;padding:.5rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;overflow-x:auto;font-size:.85rem;white-space:pre-wrap;word-break:break-word}.error-details pre:last-child{margin-bottom:0}.error{margin-top:.5rem;color:#b91c1c}.loading{opacity:.7}
