* { box-sizing: border-box; }
body { font-family: system-ui, sans-serif; margin: 0; background: #f4f5f7; color: #1a1a1a; }
a { color: #2563eb; }
header { background: #fff; border-bottom: 1px solid #e5e7eb; padding: 12px 20px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
header a { text-decoration: none; }
main { max-width: 960px; margin: 24px auto; padding: 0 16px; }
.card { background: #fff; border-radius: 8px; padding: 20px; box-shadow: 0 1px 3px rgba(0,0,0,.08); }
table { width: 100%; border-collapse: collapse; }
th, td { text-align: left; padding: 10px 8px; border-bottom: 1px solid #eee; }
label { display: block; margin: 12px 0 4px; font-weight: 600; }
input[type=text], input[type=email], input[type=password], input[type=url], select { width: 100%; max-width: 480px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 6px; }
button, .btn { display: inline-block; padding: 8px 14px; border-radius: 6px; border: none; background: #2563eb; color: #fff; cursor: pointer; text-decoration: none; font-size: 14px; }
.btn-secondary { background: #6b7280; }
.btn-danger { background: #dc2626; }
.flash { padding: 10px 14px; border-radius: 6px; margin-bottom: 16px; }
.flash-success { background: #dcfce7; color: #166534; }
.flash-error { background: #fee2e2; color: #991b1b; }
.badge { display: inline-block; padding: 2px 8px; border-radius: 999px; font-size: 12px; }
.badge-running { background: #dcfce7; color: #166534; }
.badge-paused { background: #fef3c7; color: #92400e; }
.lang-switcher form { display: inline; }
.lang-switcher button { background: transparent; color: #2563eb; border: 1px solid #ddd; padding: 4px 8px; }
.lang-switcher button.active { font-weight: bold; border-color: #2563eb; }
.actions form { display: inline; margin-right: 6px; }
.hint { font-size: 13px; color: #6b7280; margin: 4px 0 12px; }
.help-block { background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 6px; padding: 12px 14px; margin: 12px 0; font-size: 14px; }
.integration-summary, .ingest-api { margin: 20px 0; padding-top: 12px; border-top: 1px solid #eee; }
.curl-example { background: #1e293b; color: #e2e8f0; padding: 12px; border-radius: 6px; overflow-x: auto; font-size: 12px; white-space: pre-wrap; word-break: break-all; }
.embed-install { margin: 24px 0; padding-top: 12px; border-top: 1px solid #eee; }
