.wecom-admin h2 { margin: 28px 0 10px; font-size: 18px; }
.wecom-status { display: flex; flex-wrap: wrap; gap: 12px; }
.wecom-status > div { padding: 12px 16px; border: 1px solid #ece6d7; border-radius: 8px; background: #fffdf7; }
.wecom-warning { padding: 10px 14px; border-left: 4px solid #e7a526; background: #fff7df; }
.wecom-hint { color: #666; margin: 8px 0 14px; }
.wecom-actions { margin-top: 16px; display: flex; gap: 8px; }
.wecom-scroll { width: 100%; overflow-x: auto; }
.wecom-table { width: 100%; min-width: 820px; border-collapse: collapse; background: white; }
.wecom-table th, .wecom-table td { border-bottom: 1px solid #eee; text-align: left; padding: 10px; vertical-align: top; }
.wecom-table th { background: #faf8f1; white-space: nowrap; }
.wecom-table small { color: #888; }
.wecom-table button { margin: 2px; white-space: nowrap; }
.wecom-binding { display: grid; min-width: 230px; gap: 5px; }
.wecom-binding input, .wecom-binding select { width: 100%; box-sizing: border-box; }
.wecom-error { color: #b23425; margin-top: 4px; max-width: 260px; }
