.wrap { max-width: 800px; margin: 24px auto; font-family: system-ui, sans-serif; color: #222; }
h1 { font-size: 24px; margin: 0 0 16px; }
form { border: 1px solid #ddd; padding: 16px; border-radius: 8px; }
.grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
label { display: flex; flex-direction: column; gap: 6px; font-size: 14px; }
input, select, button { padding: 8px; font-size: 14px; }
.actions { margin-top: 12px; }
.note { margin-top: 16px; font-size: 13px; }
code { background: #f5f5f5; padding: 2px 4px; border-radius: 4px; }
.preview { margin-top: 16px; }
.preview-box { display: flex; flex-direction: column; align-items: center; gap: 8px; border: 1px dashed #ccc; padding: 12px; border-radius: 8px; }
.preview-text { font-size: 24px; }
.preview-timer { font-size: 28px; font-weight: 700; }
img#previewImage { max-width: 100%; height: auto; }
.webhooks { margin-top: 16px; }
.webhooks h2 { font-size: 18px; margin: 12px 0; }
.hook-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.hook-item { display: flex; align-items: center; justify-content: space-between; gap: 8px; border: 1px solid #eee; padding: 8px; border-radius: 6px; }
.hook-status { margin-top: 8px; font-size: 13px; min-height: 20px; }
.swatches { display: flex; gap: 6px; margin-top: 6px; }
.swatch { width: 22px; height: 22px; border: 1px solid #999; border-radius: 4px; cursor: pointer; padding: 0; }