.ab-wrap { max-width: 600px; margin: 40px auto; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
.ab-card { background: #fff; border: 1px solid #e2e0dc; border-radius: 16px; padding: 32px; box-shadow: 0 1px 3px rgba(0,0,0,0.04); }
.ab-header { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; padding-bottom: 20px; border-bottom: 1px solid #f0eeeb; }
.ab-header svg { flex-shrink: 0; }
.ab-header h1 { margin: 0; font-size: 20px; font-weight: 600; color: #1a1917; }
.ab-header p { margin: 2px 0 0; font-size: 13px; color: #78756e; }
.ab-field { margin-bottom: 22px; }
.ab-field label { display: block; font-size: 14px; font-weight: 500; color: #3d3b37; margin-bottom: 6px; }
.ab-field .hint { font-size: 12px; color: #9c9990; margin-top: 6px; line-height: 1.5; }
.ab-field .hint a { color: #2563eb; text-decoration: none; }
.ab-field .hint a:hover { text-decoration: underline; }
.ab-field textarea { width: 100%; padding: 12px 14px; border: 1px solid #d5d3ce; border-radius: 10px; font-size: 13px; font-family: "SF Mono", SFMono-Regular, Menlo, Consolas, monospace; color: #1a1917; background: #fafaf9; transition: border-color 0.2s, box-shadow 0.2s; box-sizing: border-box; resize: vertical; line-height: 1.5; }
.ab-field textarea:focus { outline: none; border-color: #2563eb; box-shadow: 0 0 0 3px rgba(37,99,235,0.1); }
.ab-status { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 8px; font-size: 13px; font-weight: 500; margin-bottom: 24px; }
.ab-status.active { background: #ecfdf5; color: #047857; }
.ab-status.inactive { background: #fef9ec; color: #92400e; }
.ab-status .dot { width: 8px; height: 8px; border-radius: 50%; }
.ab-status.active .dot { background: #10b981; }
.ab-status.inactive .dot { background: #f59e0b; }
.ab-btn { background: linear-gradient(135deg, #D44E2B, #F0BC38); color: #fff; border: none; padding: 11px 28px; border-radius: 10px; font-size: 14px; font-weight: 500; cursor: pointer; transition: opacity 0.2s; }
.ab-btn:hover { opacity: 0.9; }
