/* Report Designer, dashboards and Ask (M12). Layout only — the palette,
 * panels, tables and tiles come from styles.css, platform.css and the faces'
 * reports.css. Linked from index.html by the integrator (docs/modules/reports.md). */

#reports-root .chip-row .chip[data-action] { cursor: pointer; }
#reports-root .chip-row .chip[data-action]:not(.good) { opacity: 0.55; }
#reports-root .chip a { margin-left: 4px; text-decoration: none; }
#reports-root h3 { font-size: 13px; margin: 14px 0 6px; letter-spacing: 0.04em; text-transform: uppercase; color: var(--color-muted, #6b6b70); }
#reports-root .tile.ok { border-left: 3px solid var(--color-accent, #1f3a5f); }
#reports-root .tile.warn { border-left: 3px solid var(--color-neutral-400, #c9a227); }
#reports-root .tile.bad { border-left: 3px solid var(--color-bad, #b3261e); }
#reports-root .tile.neutral { border-left: 3px solid var(--color-divider, #d9d9dc); }
#reports-root #ask-form .input { flex: 1 1 320px; min-width: 200px; }
#reports-root .panel-body hr { border: 0; border-top: 1px solid var(--color-hairline, #e3e3e6); margin: 12px 0; }
