.ars-wrap { max-width: 860px; }
.ars-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; }
.ars-logo h1 { font-size: 1.6rem; margin: 0; }
.ars-badge { background: #FF6B35; color: #fff; font-size: 11px; font-weight: 700; padding: 2px 8px; border-radius: 12px; text-transform: uppercase; }
.ars-section { background: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 24px; margin-bottom: 20px; }
.ars-section h2 { margin-top: 0; font-size: 1rem; border-bottom: 1px solid #eee; padding-bottom: 10px; margin-bottom: 16px; }
.ars-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ars-field label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 13px; }
.ars-field input[type=text], .ars-field select, .ars-field textarea { width: 100%; box-sizing: border-box; }
.ars-field textarea { height: 80px; }
.ars-field-full { grid-column: 1 / -1; }
.ars-toggle-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.ars-toggle-row label { margin: 0; font-size: 13px; }
.ars-upsell-banner { background: #fff8f0; border: 1px solid #FF6B35; border-left: 4px solid #FF6B35; border-radius: 6px; padding: 14px 16px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.ars-upsell-banner p { margin: 0; font-size: 13px; }
.ars-upsell-banner a.ars-cta { background: #FF6B35; color: #fff; padding: 6px 14px; border-radius: 4px; text-decoration: none; font-weight: 600; font-size: 13px; white-space: nowrap; }
.ars-upsell-banner a.ars-cta:hover { background: #e55a25; }
.ars-dismiss-upsell { color: #999; text-decoration: none; font-size: 18px; line-height: 1; padding: 0 4px; flex-shrink: 0; }
.ars-dismiss-upsell:hover { color: #555; }
.ars-footer { text-align: center; color: #999; font-size: 12px; margin-top: 24px; padding-top: 16px; border-top: 1px solid #eee; }
.ars-footer a { color: #FF6B35; text-decoration: none; }
.ars-footer a:hover { text-decoration: underline; }
.ars-qa-row { border: 1px solid #ddd; border-radius: 4px; padding: 12px 14px; margin-bottom: 10px; background: #fafafa; position: relative; }
.ars-qa-row:hover { background: #f5f5f5; }
.ars-qa-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.ars-qa-header strong { font-size: 12px; color: #888; text-transform: uppercase; }
.ars-remove-qa { color: #aaa; border: 0; background: transparent; text-decoration: none; font-size: 16px; line-height: 1; cursor: pointer; }
.ars-remove-qa:hover { color: #c00; }
.ars-qa-row input[type=text] { width: 100%; box-sizing: border-box; font-weight: 600; margin-bottom: 6px; }
.ars-qa-row textarea { width: 100%; box-sizing: border-box; height: 60px; }
.ars-add-qa { margin-top: 8px; }
.ars-qa-hint { font-size: 12px; color: #888; margin: 6px 0 14px; }
.ars-pro-section { background: #fff8f0; border: 1px solid #FF6B35; border-radius: 6px; padding: 24px; margin-bottom: 20px; }
.ars-pro-section h2 { margin-top: 0; font-size: 1rem; border-bottom: 1px solid #ffd9c7; padding-bottom: 10px; margin-bottom: 16px; color: #c04000; }
.ars-pro-badge { background: #FF6B35; color: #fff; font-size: 10px; font-weight: 700; padding: 1px 6px; border-radius: 10px; text-transform: uppercase; vertical-align: middle; margin-left: 6px; }
.ars-key-input { font-family: monospace; letter-spacing: .05em; }
.ars-pro-active { background: #f0fff4; border: 1px solid #68d391; border-radius: 6px; padding: 10px 14px; font-size: 13px; color: #276749; margin-bottom: 16px; }
.ars-pro-warning { background: #fff7ed; border: 1px solid #fdba74; border-radius: 6px; padding: 10px 14px; font-size: 13px; color: #9a3412; margin-bottom: 16px; }
.ars-pro-error { background: #fef2f2; border: 1px solid #fca5a5; border-radius: 6px; padding: 10px 14px; font-size: 13px; color: #991b1b; margin-bottom: 16px; }
.ars-meta-list { display: grid; grid-template-columns: 180px 1fr; gap: 8px 12px; margin: 12px 0 0; }
.ars-meta-list dt { font-weight: 600; color: #444; }
.ars-meta-list dd { margin: 0; color: #333; }
.ars-pill-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.ars-pill { background: #fff; border: 1px solid #ffd9c7; border-radius: 999px; padding: 4px 10px; font-size: 12px; color: #9a3412; }
.ars-pro-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: 16px; }
.ars-dashboard-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.ars-dashboard-card { background: #fff; border: 1px solid #ddd; border-radius: 6px; padding: 20px; }
.ars-dashboard-card h3 { margin: 0 0 14px; font-size: 15px; }
.ars-actions-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 14px; }
.ars-actions-row form { margin: 0; }
.ars-scan-bar { display: flex; align-items: center; gap: 14px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 8px; padding: 12px 16px; margin: 18px 0; }
.ars-scan-bar form { margin: 0; }
.ars-detected-industry { font-size: 13px; color: #92400e; }
.ars-preview { background: #111827; color: #f9fafb; border-radius: 6px; padding: 14px; max-height: 260px; overflow: auto; font: 12px/1.5 Consolas, Monaco, monospace; white-space: pre-wrap; }
.ars-preview-light { background: #f8fafc; color: #111827; border: 1px solid #e5e7eb; }
.ars-preview-meta { font-size: 12px; color: #666; margin: 8px 0 12px; }
.ars-file-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.ars-status-good { color: #166534; font-weight: 600; }
.ars-status-warn { color: #b45309; font-weight: 600; }
@media (max-width: 960px) {
    .ars-dashboard-grid, .ars-pro-grid, .ars-grid { grid-template-columns: 1fr; }
    .ars-scan-bar { flex-wrap: wrap; }
}
