docs: add talk-to-data case study

Add anonymized architecture, governance examples, diagrams, and interview materials.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@gabriel.pereira
2026-09-11 10:36:16 -03:00
commit 9e9ae249bc
12 changed files with 1229 additions and 0 deletions

14
case_study.css Normal file
View File

@@ -0,0 +1,14 @@
@page { size: A4; margin: 14mm; }
body { font-family: Arial, sans-serif; color: #1f2933; font-size: 10pt; line-height: 1.25; }
h1 { color: #0b4f71; font-size: 24pt; margin: 0 0 2pt; }
h2 { color: #0b4f71; font-size: 13pt; margin: 10pt 0 4pt; border-bottom: 1px solid #b8c9d3; padding-bottom: 2pt; }
h3 { color: #0b4f71; font-size: 11pt; margin: 7pt 0 2pt; }
p { margin: 4pt 0; }
table { width: 100%; border-collapse: collapse; margin: 4pt 0 7pt; font-size: 9pt; }
th { background: #0b4f71; color: white; text-align: left; }
th, td { border: 1px solid #cbd5e1; padding: 4pt; vertical-align: top; }
code, pre { font-family: monospace; font-size: 8pt; }
pre { background: #eef4f7; padding: 6pt; border-left: 3px solid #0b4f71; }
ul { margin: 3pt 0 5pt 15pt; padding: 0; }
li { margin: 1pt 0; }
strong { color: #0b4f71; }