body { font-family: -apple-system, Segoe UI, Roboto, sans-serif; margin: 0; background: #f5f6f8; color: #1c1e21; }
.container { max-width: 900px; margin: 0 auto; padding: 0 20px; }
.site-header { background: #1a1f36; color: #fff; padding: 14px 0; margin-bottom: 24px; }
.site-header .container { display: flex; justify-content: space-between; align-items: center; }
.brand { font-weight: 600; }
.inline-form { display: inline-flex; align-items: center; gap: 10px; }
.link-button { background: none; border: none; color: #9fb3ff; cursor: pointer; text-decoration: underline; }
.card { background: #fff; border-radius: 8px; padding: 20px 24px; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.08); }
.button, button[type="submit"] { display: inline-block; background: #2b6cff; color: #fff; border: none; padding: 10px 16px; border-radius: 6px; cursor: pointer; text-decoration: none; font-size: 14px; }
.button:hover, button[type="submit"]:hover { background: #1f52c9; }
input[type="text"] { display: block; width: 100%; max-width: 320px; padding: 8px 10px; margin: 8px 0 14px; border: 1px solid #ccc; border-radius: 6px; }
table.kv th { text-align: left; padding: 6px 12px 6px 0; color: #555; width: 220px; }
table.kv td { padding: 6px 0; }
table.jobs { width: 100%; border-collapse: collapse; margin-top: 10px; }
table.jobs th, table.jobs td { text-align: left; padding: 8px 10px; border-bottom: 1px solid #eee; font-size: 13px; }
.status { padding: 2px 8px; border-radius: 10px; font-size: 12px; background: #eee; }
.status-complete { background: #d7f7dd; color: #12691e; }
.status-failed, .status-resource_exhausted { background: #fde3e3; color: #9c1414; }
.status-in_progress, .status-initiated { background: #fff2cc; color: #8a6600; }
.flash { background: #eef4ff; border: 1px solid #cfe0ff; padding: 10px 14px; border-radius: 6px; margin-bottom: 16px; }
.error { color: #9c1414; margin-bottom: 10px; }
