:root { color-scheme: light; }
* { box-sizing: border-box; }
body { font-family: -apple-system, Segoe UI, Helvetica, Arial, sans-serif; margin: 0; background: #f6f7f9; color: #1a1a1a; }
header.topbar { background: #1f2937; color: #fff; padding: 12px 24px; display: flex; justify-content: space-between; align-items: center; }
header.topbar a { color: #fff; text-decoration: none; font-weight: 600; }
main { max-width: 960px; margin: 24px auto; padding: 0 16px; }
h1 { font-size: 22px; }
table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 1px 2px rgba(0,0,0,.08); }
th, td { text-align: left; padding: 10px 12px; border-bottom: 1px solid #e5e7eb; font-size: 14px; }
th { background: #f0f1f3; }
.card { background: #fff; padding: 16px 20px; border-radius: 6px; box-shadow: 0 1px 2px rgba(0,0,0,.08); margin-bottom: 16px; }
form.stacked label { display: block; margin: 10px 0 4px; font-size: 13px; font-weight: 600; }
form.stacked input, form.stacked select { width: 100%; padding: 8px; border: 1px solid #d1d5db; border-radius: 4px; font-size: 14px; }
button, .btn { background: #2563eb; color: #fff; border: none; padding: 9px 16px; border-radius: 4px; font-size: 14px; cursor: pointer; text-decoration: none; display: inline-block; }
button.secondary, .btn.secondary { background: #6b7280; }
.error { background: #fee2e2; color: #991b1b; padding: 10px 14px; border-radius: 4px; margin-bottom: 12px; }
.badge { display: inline-block; padding: 2px 8px; border-radius: 10px; font-size: 12px; font-weight: 600; }
.badge.draft { background: #e5e7eb; }
.badge.provisioning { background: #fef3c7; color: #92400e; }
.badge.provisioning_failed { background: #fee2e2; color: #991b1b; }
.badge.provisioned, .badge.active { background: #d1fae5; color: #065f46; }
.badge.testing { background: #dbeafe; color: #1e40af; }
.badge.off { background: #e5e7eb; color: #374151; }
.op-succeeded { color: #065f46; }
.op-failed { color: #991b1b; }
.op-running, .op-pending { color: #6b7280; }
