File size: 816 Bytes
a02246c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
body {
  background: #0b0f17;
  color: #e5e7eb;
  font-family: Inter, system-ui, sans-serif;
}

#card {
  background: linear-gradient(180deg, #121826, #0f172a);
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #1e293b;
}

#agency-pills label {
  background: #020617;
  border-radius: 999px;
  padding: 6px 14px;
  margin: 4px;
  border: 1px solid #1e293b;
}

#agency-pills input:checked + label {
  background: #2563eb;
  color: white;
}

#results-table {
  background: #020617;
  border-radius: 12px;
  border: 1px solid #1e293b;
}

#search-btn {
  background: #374151;
  height: 48px;
  font-size: 16px;
  border-radius: 12px;
}

#search-btn:hover {
  background: #4b5563;
}

#provenance {
  margin-top: 24px;
  padding: 16px;
  background: #020617;
  border-radius: 12px;
  border: 1px solid #1e293b;
}