body { font-family: system-ui, sans-serif; margin: 0; background: #f6f7f9; color: #1f2937; }
a { color: #0f766e; text-decoration: none; }
.header { display: flex; justify-content: space-between; align-items: center; padding: 16px 24px; background: #111827; color: white; }
.header a { color: white; }
.container { max-width: 1100px; margin: 24px auto; padding: 0 16px; }
.card { background: white; border-radius: 14px; padding: 18px; margin-bottom: 18px; box-shadow: 0 1px 8px rgba(0,0,0,.08); }
.grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; }
input, select, textarea { width: 100%; box-sizing: border-box; padding: 10px; margin: 6px 0 12px; border: 1px solid #d1d5db; border-radius: 10px; }
button { background: #0f766e; color: white; border: 0; padding: 10px 14px; border-radius: 10px; cursor: pointer; }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 10px; border-bottom: 1px solid #e5e7eb; }
.badge { display: inline-block; border-radius: 999px; padding: 3px 9px; font-size: 12px; background: #e5e7eb; }
.ok { background: #dcfce7; }
.problem { background: #fee2e2; }
.warning { background: #fef3c7; }
.error { color: #b91c1c; font-weight: 600; }
.actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.actions form { display: inline-flex; gap: 8px; align-items: center; margin: 0; }
.actions input { width: auto; min-width: 150px; margin: 0; }
.grid-form { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 12px; align-items: end; }
.hint { color: #64748b; font-size: 0.9rem; }
.error { color: #b91c1c; font-weight: 600; }
fieldset.wide, .wide { grid-column: 1 / -1; }
fieldset { border: 1px solid #d0d7de; border-radius: 8px; padding: 12px; }
.check { display: inline-flex; gap: 6px; align-items: center; margin-right: 12px; white-space: nowrap; }
.alert { background: #fff7d6; border: 1px solid #f1d77a; padding: 12px; border-radius: 10px; margin: 12px 0; }
.inline { display: inline; }
code { background: #f3f4f6; padding: 3px 6px; border-radius: 6px; }
