body { font-family: system-ui, Arial, sans-serif; background:#f7f7f7; margin:0; }
.container { max-width: 980px; margin: 24px auto; padding: 0 16px; }
.card { background:#fff; border:1px solid #e5e5e5; border-radius:14px; padding:16px; margin-bottom:14px; }
h1 { font-size: 22px; margin: 0 0 12px; }
h2 { font-size: 16px; margin: 0 0 10px; }
.row { display:flex; gap:12px; flex-wrap:wrap; }
.field { flex: 1 1 220px; display:flex; flex-direction:column; gap:6px; }
input, textarea { padding:10px; border:1px solid #ccc; border-radius:10px; font-size:14px; }
textarea { min-height: 90px; }
.btn { display:inline-block; padding:10px 14px; border-radius:10px; border:1px solid #111; background:#111; color:#fff; text-decoration:none; cursor:pointer; }
.btn.secondary { background:#fff; color:#111; }
.small { color:#666; font-size: 12px; }
.group { margin-top: 12px; }
.item { display:flex; align-items:flex-start; gap:10px; padding:8px 0; border-top:1px dashed #eee; }
.item:first-child { border-top:none; }
.badge { display:inline-block; padding:4px 8px; border-radius:999px; background:#eee; font-size:12px; }
.bad { background:#ffe3e3; }
.good { background:#e6ffe8; }
table { width:100%; border-collapse:collapse; }
th, td { text-align:left; padding:10px; border-bottom:1px solid #eee; font-size:14px; }
