betterwithage commited on
Commit
4444368
·
verified ·
1 Parent(s): 702bb51

deploy: bind org card to 8ea6d6484580

Browse files
Files changed (3) hide show
  1. .gitattributes +0 -1
  2. deployment.json +1 -1
  3. index.html +1011 -386
.gitattributes CHANGED
@@ -2,4 +2,3 @@
2
  *.html text eol=lf
3
  *.json text eol=lf
4
  *.md text eol=lf
5
- assets/evidence-lattice-v2.webp filter=lfs diff=lfs merge=lfs -text
 
2
  *.html text eol=lf
3
  *.json text eol=lf
4
  *.md text eol=lf
 
deployment.json CHANGED
@@ -1 +1 @@
1
- {"claims":{"estate_operational_status":"NOT_INFERRED","model_quality":"NOT_EVALUATED_BY_THIS_SURFACE","source_binding":"MEASURED_AFTER_LIVE_READBACK"},"files":[{"path":".gitattributes","sha256":"ea03f0eb78cadeb1c5656da28f49131c2d367f19f47ba705b1551409d4b509bb","size":73},{"path":"HONEST_DISCLOSURE.md","sha256":"25efe2e752958c7ecb87cb525feab9f457c7003d396f65893a2f5bd597141a28","size":3338},{"path":"README.md","sha256":"aab14835d6a5d250b60f6d6fc216110840f20aa3ffb9e15a13cb60e9d89522c2","size":9741},{"path":"assets/evidence-lattice-v2.webp","sha256":"aebd33ebc112f5c7f0e543415e6485ec92b0ed6d480f82391cc0b922ce50d405","size":115942},{"path":"index.html","sha256":"08ebff40023094c7c633368da60577135ef5c4cf4226be7a023559f959655950","size":26771}],"published_at":"2026-08-01T23:27:10.279057Z","schema":"szl.hf-static-deployment/v1","source":{"manifest":"huggingface/org-card.manifest.json","repository":"szl-holdings/.github","revision":"897d29c8be5d74f9344eb8cfcaff5bce17ba8d46"},"target":{"live_base_url":"https://szlholdings-readme.static.hf.space","repo_id":"SZLHOLDINGS/README","repo_type":"space"}}
 
1
+ {"claims":{"estate_operational_status":"NOT_INFERRED","model_quality":"NOT_EVALUATED_BY_THIS_SURFACE","source_binding":"MEASURED_AFTER_LIVE_READBACK"},"files":[{"path":".gitattributes","sha256":"ea03f0eb78cadeb1c5656da28f49131c2d367f19f47ba705b1551409d4b509bb","size":73},{"path":"HONEST_DISCLOSURE.md","sha256":"25efe2e752958c7ecb87cb525feab9f457c7003d396f65893a2f5bd597141a28","size":3338},{"path":"README.md","sha256":"aab14835d6a5d250b60f6d6fc216110840f20aa3ffb9e15a13cb60e9d89522c2","size":9741},{"path":"assets/evidence-lattice-v2.webp","sha256":"aebd33ebc112f5c7f0e543415e6485ec92b0ed6d480f82391cc0b922ce50d405","size":115942},{"path":"index.html","sha256":"595eef74da924b6fda926c8f5157ffa563d545fa4e3412f87025730419daacf0","size":36831}],"published_at":"2026-08-02T01:09:15.464455Z","schema":"szl.hf-static-deployment/v1","source":{"manifest":"huggingface/org-card.manifest.json","repository":"szl-holdings/.github","revision":"8ea6d64845802432fd9fb5e56fe617c3cb0d3ac6"},"target":{"live_base_url":"https://szlholdings-readme.static.hf.space","repo_id":"SZLHOLDINGS/README","repo_type":"space"}}
index.html CHANGED
@@ -4,435 +4,1060 @@
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
6
  <meta name="color-scheme" content="dark">
7
- <meta name="theme-color" content="#070b12">
8
- <meta name="description" content="SZL Holdings publishes governed AI models, evidence, software, and demonstrations with explicit operational boundaries.">
9
- <title>SZL Holdings - Autonomy, under authority</title>
10
- <meta property="og:title" content="SZL Holdings - Autonomy, under authority">
11
- <meta property="og:description" content="Governed decision infrastructure for actions that must survive scrutiny.">
12
- <meta property="og:type" content="website">
13
- <meta property="og:url" content="https://szlholdings-readme.static.hf.space/">
14
- <meta property="og:image" content="https://szlholdings-readme.static.hf.space/assets/evidence-lattice-v2.webp">
15
- <meta property="og:image:alt" content="A bounded signal path entering a holographic verification lattice">
16
- <meta name="twitter:card" content="summary_large_image">
17
  <style>
18
- :root {
19
- --void: #070b12;
20
- --ground: #0b111b;
21
- --panel: #101824;
22
- --panel-2: #151f2d;
23
- --line: #2d3a4c;
24
- --ink: #f4f6f8;
25
- --muted: #b2bdcc;
26
- --quiet: #8390a3;
27
- --teal: #47d7c4;
28
- --teal-hi: #86eee1;
29
- --gold: #d7b55e;
30
- --gold-hi: #ead08e;
31
- --amber: #e1a55f;
32
- --radius: 20px;
33
- --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
34
- --display: "Aptos Display", "Segoe UI Variable Display", "Trebuchet MS", sans-serif;
35
- --sans: "Aptos", "Segoe UI Variable Text", "Trebuchet MS", sans-serif;
36
- }
37
-
38
- * { box-sizing: border-box; }
39
- html { scroll-behavior: smooth; }
40
- body {
41
  margin: 0;
 
 
 
42
  background:
43
- radial-gradient(900px 520px at 78% -8%, rgba(47, 127, 139, .24), transparent 68%),
44
- radial-gradient(760px 520px at 8% 18%, rgba(215, 181, 94, .08), transparent 72%),
45
- var(--void);
46
- color: var(--ink);
47
- font-family: var(--sans);
48
  line-height: 1.55;
49
  -webkit-font-smoothing: antialiased;
 
50
  }
51
 
52
- a { color: inherit; }
53
- a:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
54
- .skip { position: absolute; left: -9999px; top: 0; }
55
- .skip:focus { left: 16px; top: 16px; z-index: 30; background: var(--ink); color: var(--void); padding: 10px 14px; border-radius: 8px; }
56
- .shell { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
57
-
58
- header {
59
- position: sticky;
60
- top: 0;
61
- z-index: 10;
62
- border-bottom: 1px solid rgba(132, 149, 171, .2);
63
- background: rgba(7, 11, 18, .9);
64
- backdrop-filter: blur(18px);
65
- }
66
- .nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
67
- .brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; min-height: 44px; text-decoration: none; font-weight: 760; letter-spacing: .08em; }
68
- .brand-mark { width: 13px; height: 13px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 22px rgba(71, 215, 196, .48); }
69
- nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
70
- nav a { display: inline-flex; min-height: 44px; align-items: center; border-radius: 999px; padding: 0 12px; color: var(--muted); text-decoration: none; font-size: 14px; white-space: nowrap; }
71
- nav a:hover { background: rgba(71, 215, 196, .08); color: var(--ink); }
72
- nav a.primary-link { border: 1px solid rgba(215, 181, 94, .48); color: var(--gold-hi); }
73
-
74
- main { overflow: hidden; }
75
- .hero {
76
- position: relative;
77
- isolation: isolate;
78
- min-height: min(720px, calc(100vh - 104px));
79
- margin: 48px auto 96px;
80
- padding: clamp(64px, 8vw, 108px);
 
 
 
 
 
 
81
  display: flex;
82
  align-items: center;
83
- overflow: hidden;
84
- border: 1px solid rgba(124, 232, 218, .22);
85
- border-radius: 32px;
86
- background: #070b12;
87
- box-shadow: 0 46px 120px rgba(0, 0, 0, .46), inset 0 1px rgba(255, 255, 255, .05);
88
  }
89
- .hero::before {
90
- content: "";
91
- position: absolute;
92
- inset: 0;
93
- z-index: 1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
94
  background:
95
- linear-gradient(90deg, rgba(5, 9, 16, .99) 0%, rgba(5, 9, 16, .94) 36%, rgba(5, 9, 16, .42) 66%, rgba(5, 9, 16, .10) 100%),
96
- linear-gradient(0deg, rgba(5, 9, 16, .46), transparent 48%);
 
 
 
97
  }
98
- .hero::after {
 
99
  content: "";
100
  position: absolute;
101
- inset: 14px;
102
- z-index: 3;
 
 
 
 
103
  pointer-events: none;
104
- border: 1px solid rgba(169, 197, 255, .09);
105
- border-radius: 22px;
106
  }
107
- .hero-copy { position: relative; z-index: 2; max-width: 690px; }
108
- .hero-art {
109
- position: absolute;
110
- inset: 0;
111
- z-index: 0;
112
- width: 100%;
113
- height: 100%;
114
- object-fit: cover;
115
- object-position: center;
116
- opacity: .94;
117
- filter: saturate(.88) contrast(1.08);
118
- }
119
- .eyebrow { color: var(--teal); font-family: var(--mono); font-size: 12px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
120
- .hero .eyebrow { display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(71, 215, 196, .25); border-radius: 999px; padding: 8px 12px; background: rgba(7, 16, 23, .72); }
121
- .hero .eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 18px rgba(71, 215, 196, .78); }
122
- h1, h2 { font-family: var(--display); }
123
- h1 { margin: 24px 0; max-width: 780px; font-size: clamp(54px, 7vw, 92px); line-height: .94; letter-spacing: -.062em; text-wrap: balance; }
124
- h1 span { color: var(--gold-hi); text-shadow: 0 0 44px rgba(230, 202, 130, .16); }
125
- .lede { max-width: 650px; color: var(--muted); font-size: clamp(18px, 2.2vw, 23px); }
126
- .hero .lede { color: #d0d7e0; text-wrap: pretty; }
127
- .microcopy { color: var(--quiet); font-family: var(--mono); font-size: 12px; }
128
- .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
129
- .button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; border: 1px solid var(--line); border-radius: 999px; padding: 0 21px; text-decoration: none; font-size: 14px; font-weight: 760; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
130
- .button:hover { transform: translateY(-2px); }
131
- .button.primary { background: linear-gradient(120deg, #7ce8da, #a9c5ff); border-color: #9ee2e4; color: #071019; box-shadow: 0 12px 38px rgba(71, 215, 196, .18); }
132
- .button.primary:hover { background: linear-gradient(120deg, #a3f2e8, #c2d4ff); }
133
- .button.secondary:hover { border-color: var(--teal); color: var(--teal-hi); }
134
- .hero .button.secondary { background: rgba(10, 17, 28, .76); border-color: rgba(169, 197, 255, .32); color: #dce6f4; backdrop-filter: blur(12px); }
135
-
136
- section { padding: 82px 0; border-top: 1px solid rgba(132, 149, 171, .15); scroll-margin-top: 84px; }
137
- .section-head { display: grid; grid-template-columns: .85fr 1.15fr; gap: 48px; align-items: start; margin-bottom: 36px; }
138
- h2 { margin: 10px 0 0; font-size: clamp(32px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; text-wrap: balance; }
139
- .section-copy { color: var(--muted); font-size: 18px; max-width: 680px; margin: 6px 0 0; }
140
-
141
- .paths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
142
- .path { border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; background: linear-gradient(150deg, rgba(20, 30, 44, .92), rgba(12, 18, 28, .94)); }
143
- .path h3 { margin: 15px 0 10px; font-family: var(--display); font-size: 26px; }
144
- .path p { color: var(--muted); margin: 0 0 20px; }
145
- .path a { color: var(--gold-hi); font-family: var(--mono); font-size: 13px; text-underline-offset: 4px; }
146
-
147
- .loop { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; padding: clamp(26px, 5vw, 54px); background: #090f17; }
148
- .steps { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; margin: 0; padding: 0; list-style: none; }
149
- .step { min-height: 122px; border-top: 2px solid var(--line); padding: 16px 8px 0 0; }
150
- .step strong { display: block; color: var(--ink); font-family: var(--mono); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
151
- .step span { display: block; margin-top: 10px; color: var(--quiet); font-size: 13px; }
152
- .step.control { border-color: var(--teal); }
153
- .step.evidence { border-color: var(--gold); }
154
-
155
- .cards { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; margin: 0; padding: 0; list-style: none; }
156
- .cards li { display: flex; grid-column: span 2; }
157
- .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: span 3; }
158
- .card { width: 100%; min-height: 282px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); padding: 25px; background: linear-gradient(150deg, rgba(20, 30, 44, .9), rgba(12, 18, 28, .92)); text-decoration: none; }
159
- .card:hover { transform: translateY(-3px); border-color: rgba(71, 215, 196, .52); }
160
- .card .tag { color: var(--teal); font-family: var(--mono); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
161
- .card h3 { margin: 18px 0 10px; font-family: var(--display); font-size: 24px; letter-spacing: -.025em; }
162
- .card p { color: var(--muted); margin: 0; }
163
- .card .arrow { margin-top: auto; padding-top: 30px; color: var(--gold-hi); font-family: var(--mono); font-size: 13px; }
164
-
165
- .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
166
- .product { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--panel); }
167
- .product h3 { margin: 8px 0 10px; font-family: var(--display); font-size: 28px; }
168
- .product p { color: var(--muted); }
169
- .boundary { border-left: 3px solid var(--amber); padding-left: 15px; color: var(--gold-hi); }
170
-
171
- .truth { display: grid; grid-template-columns: 1.05fr .95fr; gap: 24px; }
172
- .truth-panel { border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; background: var(--panel); }
173
- .truth-panel h3 { margin: 0 0 14px; font-family: var(--display); font-size: 24px; }
174
- .truth-panel p { color: var(--muted); margin: 0 0 18px; }
175
- .labels { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
176
- .label { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--muted); font-family: var(--mono); font-size: 11px; }
177
- .label.measured { border-color: rgba(71, 215, 196, .52); color: var(--teal-hi); }
178
- .label.conjecture { border-color: rgba(170, 181, 197, .4); color: #c8d0da; }
179
- code { color: var(--gold-hi); font-family: var(--mono); }
180
-
181
- .status-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
182
- .status-list a { display: grid; grid-template-columns: 1fr auto; gap: 18px; min-height: 54px; align-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 10px 14px; color: var(--muted); text-decoration: none; }
183
- .status-list a:hover { border-color: rgba(71, 215, 196, .52); color: var(--ink); }
184
- .status-list span:last-child { color: var(--gold-hi); font-family: var(--mono); font-size: 12px; }
185
-
186
- .closing { padding-bottom: 112px; }
187
- .closing-panel { border-radius: 24px; padding: clamp(34px, 7vw, 72px); background: linear-gradient(130deg, #132636, #111721 58%, #211c12); border: 1px solid rgba(215, 181, 94, .34); }
188
- .closing-panel h2 { max-width: 760px; }
189
- .closing-panel p { max-width: 680px; color: var(--muted); font-size: 18px; }
190
-
191
- footer { border-top: 1px solid rgba(132, 149, 171, .15); padding: 32px 0 46px; color: var(--quiet); font-size: 13px; }
192
- .footer-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
193
- .footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
194
- .footer-links a { min-height: 44px; display: inline-flex; align-items: center; text-decoration: none; }
195
- .footer-links a:hover { color: var(--ink); }
196
-
197
- @media (max-width: 900px) {
198
- .section-head, .truth { grid-template-columns: 1fr; }
199
- .hero { min-height: 680px; padding: clamp(42px, 8vw, 72px); }
200
- .hero::before { background: linear-gradient(90deg, rgba(5, 9, 16, .98), rgba(5, 9, 16, .72) 72%, rgba(5, 9, 16, .34)); }
201
- .hero-art { object-position: 62% center; }
202
- .paths { grid-template-columns: 1fr; }
203
- .cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: span 3; }
204
- .steps { grid-template-columns: repeat(3, 1fr); }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
205
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
206
  @media (max-width: 640px) {
207
- .shell { width: min(100% - 28px, 1180px); }
208
- header { position: static; }
209
- .nav { min-height: 0; padding: 10px 0 8px; display: block; }
210
- .brand { margin-bottom: 4px; }
211
- nav { width: 100%; justify-content: flex-start; gap: 4px; overflow-x: auto; padding: 2px 0 8px; scrollbar-width: thin; }
212
- nav a { flex: 0 0 auto; }
213
- .hero { min-height: min(720px, calc(100svh - 88px)); margin: 24px auto 64px; padding: 52px 24px; border-radius: 24px; }
214
- .hero::before { background: linear-gradient(0deg, rgba(5, 9, 16, .99), rgba(5, 9, 16, .78) 70%, rgba(5, 9, 16, .38)); }
215
- .hero::after { inset: 9px; border-radius: 17px; }
216
- .hero-art { object-position: 68% center; opacity: .72; }
217
- h1 { font-size: clamp(48px, 14vw, 70px); }
218
- .actions .button { width: 100%; }
219
- .cards { grid-template-columns: 1fr; }
220
- .cards li, .cards li:nth-child(4), .cards li:nth-child(5) { grid-column: auto; }
221
- .product-grid { grid-template-columns: 1fr; }
222
- .steps { grid-template-columns: 1fr 1fr; }
223
- .status-list a { grid-template-columns: 1fr; gap: 2px; }
224
- section { padding: 64px 0; scroll-margin-top: 0; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  }
 
226
  @media (prefers-reduced-motion: reduce) {
227
- html { scroll-behavior: auto; }
228
- .button, .card { transition: none; }
229
- .button:hover, .card:hover { transform: none; }
 
 
 
 
230
  }
 
231
  @media (prefers-contrast: more) {
232
- :root { --line: #718197; --muted: #d0d7e0; --quiet: #b5bfcc; }
 
 
 
 
233
  }
 
234
  @media (forced-colors: active) {
235
- .brand-mark, .button, .card, .path, .product, .truth-panel, .status-list a { forced-color-adjust: auto; }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
236
  }
237
  </style>
238
  </head>
239
- <body data-szl-surface="company-front-door">
240
- <a class="skip" href="#main">Skip to main content</a>
241
- <header>
242
- <div class="shell nav">
243
- <a class="brand" href="https://huggingface.co/SZLHOLDINGS" aria-label="SZL Holdings organization on Hugging Face">
244
- <span class="brand-mark" aria-hidden="true"></span>
245
- SZL HOLDINGS
246
- </a>
247
- <nav aria-label="Primary navigation">
248
- <a href="#paths">Start</a>
249
- <a href="#artifacts">Artifacts</a>
250
- <a href="#products">Products</a>
251
- <a href="#status">Current state</a>
252
- <a class="primary-link" href="https://a-11-oy.com">Open a11oy</a>
253
- </nav>
254
- </div>
255
- </header>
256
-
257
- <main id="main" tabindex="-1">
258
- <div class="shell hero">
259
- <div class="hero-copy">
260
- <div class="eyebrow">Governed decision infrastructure</div>
261
- <h1>Autonomy,<br><span>under authority.</span></h1>
262
- <p class="lede">Models, evidence, and public demonstrations for systems that must explain, constrain, and verify action.</p>
263
- <p class="microcopy">Artifact type, evidence, and runtime state remain separate.</p>
264
- <div class="actions">
265
- <a class="button primary" href="#paths">Choose your path</a>
266
- <a class="button secondary" href="https://a11oy.net">Inspect evidence</a>
267
- <a class="button secondary" href="https://github.com/szl-holdings">View source</a>
268
- </div>
269
- </div>
270
- <img class="hero-art" src="assets/evidence-lattice-v2.webp"
271
- alt="" width="1800" height="776" fetchpriority="high" decoding="async">
272
- </div>
273
-
274
- <section id="paths" aria-labelledby="paths-title">
275
- <div class="shell">
276
- <div class="section-head">
277
- <div><div class="eyebrow">Start with intent</div><h2 id="paths-title">One front door. Three clear routes.</h2></div>
278
- <p class="section-copy">Investors, developers, and technical evaluators need different depth. Each route ends at source and current evidence rather than a copied status claim.</p>
279
- </div>
280
- <div class="paths">
281
- <article class="path">
282
- <div class="eyebrow">Investor</div>
283
- <h3>Understand the company</h3>
284
- <p>Follow the category, product boundaries, research lineage, trust posture, and live diligence links.</p>
285
- <a href="https://github.com/szl-holdings#readme">Open company profile -></a>
286
- </article>
287
- <article class="path">
288
- <div class="eyebrow">Developer</div>
289
- <h3>Build from contracts</h3>
290
- <p>Choose an artifact type, inspect the exact source and files, then reproduce the integration path.</p>
291
- <a href="https://holdings.a-11-oy.com/docs-site/">Read documentation -></a>
292
- </article>
293
- <article class="path">
294
- <div class="eyebrow">Evaluator</div>
295
- <h3>Verify before inference</h3>
296
- <p>Separate repository type, evidence class, runtime state, and authorization before drawing conclusions.</p>
297
- <a href="#status">Open current sources -></a>
298
- </article>
299
- </div>
300
  </div>
301
- </section>
302
 
303
- <section id="system" aria-labelledby="system-title">
304
- <div class="shell">
305
- <div class="section-head">
306
- <div><div class="eyebrow">One governed loop</div><h2 id="system-title">Control before action. Evidence after.</h2></div>
307
- <p class="section-copy">The model proposes. A policy layer validates authority and evidence. The runtime executes only within a declared bound. A portable receipt records the decision path for independent review.</p>
 
 
 
 
 
 
 
 
 
 
 
 
308
  </div>
309
- <div class="loop">
310
- <ol class="steps" aria-label="Governed loop stages">
311
- <li class="step"><strong>Signal</strong><span>Observe and attribute the request.</span></li>
312
- <li class="step"><strong>Reason</strong><span>Ground the proposal in disclosed context.</span></li>
313
- <li class="step control"><strong>Policy</strong><span>Allow, require approval, or refuse.</span></li>
314
- <li class="step control"><strong>Act</strong><span>Execute only inside the permitted bound.</span></li>
315
- <li class="step evidence"><strong>Receipt</strong><span>Bind inputs, policy, action, and outcome.</span></li>
316
- <li class="step evidence"><strong>Verify</strong><span>Replay evidence outside the product UI.</span></li>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
317
  </ol>
318
- </div>
 
319
  </div>
320
- </section>
321
 
322
- <section id="artifacts" aria-labelledby="artifacts-title">
323
- <div class="shell">
324
- <div class="section-head">
325
- <div><div class="eyebrow">Hugging Face portfolio</div><h2 id="artifacts-title">Five artifact classes. No category shortcuts.</h2></div>
326
- <p class="section-copy">A model-shaped repository can contain weights, software, a surrogate, or a recipe. Each class carries a different publication and evaluation contract.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
327
  </div>
328
- <ul class="cards" aria-label="Artifact classes">
329
- <li><a class="card" href="https://huggingface.co/SZLHOLDINGS/SZL-Khipu-1.5B">
330
- <span class="tag">Trained weights</span><h3>Models and adapters</h3>
331
- <p>Neural parameters with exact base lineage, files, evaluation, runtime envelope, and autonomy boundary.</p><span class="arrow">Inspect Khipu -></span>
332
- </a></li>
333
- <li><a class="card" href="https://huggingface.co/SZLHOLDINGS/a11oy-v19-substrate">
334
- <span class="tag">Software and substrate</span><h3>Code-shaped artifacts</h3>
335
- <p>Source, manifests, kernels, meters, and governance packages. No trained weights are implied.</p><span class="arrow">Inspect substrate -></span>
336
- </a></li>
337
- <li><a class="card" href="https://huggingface.co/SZLHOLDINGS/szl-governed-norm">
338
- <span class="tag">Surrogates and recipes</span><h3>Narrow compatibility artifacts</h3>
339
- <p>Small structural classifiers or upstream-model recipes, not replacements for the governed runtime.</p><span class="arrow">Inspect a surrogate -></span>
340
- </a></li>
341
- <li><a class="card" href="https://huggingface.co/datasets/SZLHOLDINGS/szl-lake">
342
- <span class="tag">Datasets and evidence</span><h3>Records with admission boundaries</h3>
343
- <p>Corpora, receipts, evaluations, manifests, proofs, and snapshots. Presence is not automatic training admission or proof.</p><span class="arrow">Inspect szl-lake -></span>
344
- </a></li>
345
- <li><a class="card" href="https://huggingface.co/spaces/SZLHOLDINGS/README">
346
- <span class="tag">Spaces and demonstrations</span><h3>Interfaces, not green badges</h3>
347
- <p>Consoles, verifiers, and status surfaces. Reachability proves transport availability only.</p><span class="arrow">Open the current README Space -></span>
348
- </a></li>
349
- </ul>
350
- </div>
351
- </section>
352
 
353
- <section id="products" aria-labelledby="products-title">
354
- <div class="shell">
355
- <div class="section-head">
356
- <div><div class="eyebrow">Product surfaces</div><h2 id="products-title">Live links with visible limits.</h2></div>
357
- <p class="section-copy">Product, source, runtime state, and evidence are linked separately so a reachable page cannot silently become a capability claim.</p>
358
- </div>
359
- <div class="product-grid">
360
- <article class="product">
361
- <div class="eyebrow">Governed command</div>
362
- <h3>a11oy</h3>
363
- <p>Governed inference and agentic execution. Provider availability, signing, readiness, and per-action authorization remain separate states.</p>
364
- <div class="actions">
365
- <a class="button primary" href="https://a-11-oy.com">Open product</a>
366
- <a class="button secondary" href="https://a11oy.net">Inspect evidence</a>
367
  </div>
368
- </article>
369
- <article class="product">
370
- <div class="eyebrow">Observation and fusion</div>
371
- <h3>Killinchu COP</h3>
372
- <p>The public Common Operating Picture can exercise real-feed ingestion, fusion, provenance, and receipt paths when dependencies answer. Sample fallbacks remain labeled.</p>
373
- <p class="boundary"><strong>Actuation boundary:</strong> effectors and public actuation are SIMULATED. This Space does not command a live weapon or establish production authorization.</p>
374
- <div class="actions">
375
- <a class="button primary" href="https://szlholdings-killinchu.hf.space/elite/cop">Open COP</a>
376
- <a class="button secondary" href="https://github.com/szl-holdings/killinchu">View source</a>
377
- </div>
378
- </article>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
379
  </div>
380
- </div>
381
- </section>
382
 
383
- <section id="status" aria-labelledby="status-title">
384
- <div class="shell">
385
- <div class="section-head">
386
- <div><div class="eyebrow">Current state</div><h2 id="status-title">Status is linked, not hardcoded.</h2></div>
387
- <p class="section-copy">These endpoints may change without a card edit. A historical mirror, cached screenshot, download count, or green badge is not a current-state source.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
388
  </div>
389
- <div class="truth">
390
- <div class="truth-panel">
391
- <h3>Canonical sources</h3>
392
- <ul class="status-list">
393
- <li><a href="https://huggingface.co/spaces/SZLHOLDINGS/README"><span>Current Hugging Face front door</span><span>README Space -></span></a></li>
394
- <li><a href="deployment.json"><span>Served org-card source binding</span><span>deployment.json -></span></a></li>
395
- <li><a href="https://a-11-oy.com/api/a11oy/v1/readiness"><span>a11oy runtime readiness</span><span>live endpoint -></span></a></li>
396
- <li><a href="https://szlholdings-killinchu.hf.space/api/build-info"><span>Killinchu served revision</span><span>build identity -></span></a></li>
397
- <li><a href="https://szlholdings-killinchu.hf.space/api/public-risk-status"><span>Killinchu public-risk gate</span><span>risk status -></span></a></li>
398
- <li><a href="https://szlholdings-killinchu.hf.space/api/killinchu/readyz"><span>Killinchu service readiness</span><span>live endpoint -></span></a></li>
399
- </ul>
400
  </div>
401
- <div class="truth-panel">
402
- <h3>Evidence and runtime are separate axes.</h3>
403
- <p>A signature establishes integrity and origin within scope. It does not automatically establish quality, safety, compliance, adoption, profitability, or authorization to operate.</p>
404
- <ul class="labels" aria-label="Evidence classes">
405
- <li class="label">PROVED</li><li class="label measured">MEASURED</li><li class="label">REPORTED</li><li class="label">MODELED</li><li class="label conjecture">CONJECTURE</li><li class="label">ROADMAP</li>
406
- </ul>
407
- <p style="margin-top:20px">The dataset <a href="https://huggingface.co/datasets/SZLHOLDINGS/SZLHOLDINGS"><code>SZLHOLDINGS/SZLHOLDINGS</code></a> is a <strong>HISTORICAL profile mirror</strong>, not the current organization card or inventory.</p>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
408
  </div>
409
  </div>
410
- </div>
411
- </section>
412
-
413
- <section class="closing" aria-labelledby="closing-title">
414
- <div class="shell closing-panel">
415
- <div class="eyebrow">Build, evaluate, verify</div>
416
- <h2 id="closing-title">Move from model output to accountable action.</h2>
417
- <p>Start with the artifact type, follow the evidence, check current state, then reproduce the exact path from source.</p>
418
- <div class="actions">
419
- <a class="button primary" href="https://a-11-oy.com">Enter a11oy</a>
420
- <a class="button secondary" href="https://holdings.a-11-oy.com/docs-site/">Read documentation</a>
421
- <a class="button secondary" href="https://github.com/szl-holdings/.github/blob/main/huggingface/org-card/HONEST_DISCLOSURE.md">Review limitations</a>
 
 
 
 
 
 
 
 
 
 
 
422
  </div>
423
  </div>
424
- </section>
425
- </main>
426
-
427
- <footer>
428
- <div class="shell footer-row">
429
- <div>Copyright 2026 SZL Holdings | Govern | execute | prove</div>
430
- <div class="footer-links">
431
- <a href="https://a11oy.net">Evidence</a>
432
- <a href="https://github.com/szl-holdings/.github/security/policy">Security</a>
433
- <a href="https://github.com/szl-holdings/.github/blob/main/SUPPORT.md">Support</a>
434
- </div>
435
- </div>
436
- </footer>
437
  </body>
438
  </html>
 
4
  <meta charset="utf-8">
5
  <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover">
6
  <meta name="color-scheme" content="dark">
7
+ <meta name="theme-color" content="#071019">
8
+ <meta name="description" content="SZL Holdings publishes governed AI systems, models, and evidence with explicit authority and verification boundaries.">
9
+ <title>SZL Holdings Autonomy under authority</title>
 
 
 
 
 
 
 
10
  <style>
11
+ #szl-hf-org-card {
12
+ --szl-hf-bg: #071019;
13
+ --szl-hf-panel: #0d1824;
14
+ --szl-hf-line: #2b3c4f;
15
+ --szl-hf-ink: #f3f6f8;
16
+ --szl-hf-muted: #b5c0cd;
17
+ --szl-hf-quiet: #8795a8;
18
+ --szl-hf-teal: #58d6c7;
19
+ --szl-hf-teal-soft: #9be9df;
20
+ --szl-hf-gold: #e4c979;
21
+ --szl-hf-gold-soft: #f2dfa4;
22
+ --szl-hf-danger: #e6a56c;
23
+ --szl-hf-radius: 20px;
24
+ width: 100%;
25
+ min-width: 0;
26
+ min-height: 100%;
 
 
 
 
 
 
 
27
  margin: 0;
28
+ overflow: clip;
29
+ isolation: isolate;
30
+ color: var(--szl-hf-ink);
31
  background:
32
+ radial-gradient(720px 420px at 82% -8%, rgba(65, 169, 170, .22), transparent 70%),
33
+ radial-gradient(680px 440px at -10% 18%, rgba(228, 201, 121, .09), transparent 72%),
34
+ linear-gradient(180deg, #071019 0%, #080f18 52%, #071019 100%);
35
+ font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
36
+ font-size: 16px;
37
  line-height: 1.55;
38
  -webkit-font-smoothing: antialiased;
39
+ text-rendering: optimizeLegibility;
40
  }
41
 
42
+ #szl-hf-org-card,
43
+ #szl-hf-org-card * {
44
+ box-sizing: border-box;
45
+ }
46
+
47
+ #szl-hf-org-card .szl-hf-frame {
48
+ width: min(1160px, calc(100% - 40px));
49
+ margin-inline: auto;
50
+ }
51
+
52
+ #szl-hf-org-card .szl-hf-skip {
53
+ position: absolute;
54
+ left: -10000px;
55
+ top: 12px;
56
+ z-index: 100;
57
+ border-radius: 10px;
58
+ padding: 10px 14px;
59
+ background: var(--szl-hf-ink);
60
+ color: var(--szl-hf-bg);
61
+ font-weight: 800;
62
+ text-decoration: none;
63
+ }
64
+
65
+ #szl-hf-org-card .szl-hf-skip:focus {
66
+ left: 12px;
67
+ }
68
+
69
+ #szl-hf-org-card .szl-hf-topbar {
70
+ border-bottom: 1px solid rgba(135, 149, 168, .22);
71
+ background: rgba(7, 16, 25, .84);
72
+ backdrop-filter: blur(16px);
73
+ }
74
+
75
+ #szl-hf-org-card .szl-hf-topbar-inner {
76
+ min-height: 72px;
77
  display: flex;
78
  align-items: center;
79
+ justify-content: space-between;
80
+ gap: 20px;
 
 
 
81
  }
82
+
83
+ #szl-hf-org-card .szl-hf-brand {
84
+ display: inline-flex !important;
85
+ min-height: 44px;
86
+ align-items: center;
87
+ gap: 11px;
88
+ color: var(--szl-hf-ink) !important;
89
+ font-size: 13px;
90
+ font-weight: 850;
91
+ letter-spacing: .16em;
92
+ text-decoration: none !important;
93
+ white-space: nowrap;
94
+ }
95
+
96
+ #szl-hf-org-card .szl-hf-brand-mark {
97
+ width: 12px;
98
+ height: 12px;
99
+ flex: 0 0 12px;
100
+ border: 2px solid var(--szl-hf-teal);
101
+ border-radius: 50%;
102
+ box-shadow: 0 0 0 5px rgba(88, 214, 199, .08), 0 0 24px rgba(88, 214, 199, .28);
103
+ }
104
+
105
+ #szl-hf-org-card .szl-hf-nav {
106
+ display: flex;
107
+ align-items: center;
108
+ justify-content: flex-end;
109
+ gap: 6px;
110
+ }
111
+
112
+ #szl-hf-org-card .szl-hf-nav-link {
113
+ display: inline-flex !important;
114
+ min-height: 44px;
115
+ align-items: center;
116
+ justify-content: center;
117
+ border: 1px solid transparent !important;
118
+ border-radius: 999px;
119
+ padding: 0 13px !important;
120
+ color: var(--szl-hf-muted) !important;
121
+ background: transparent !important;
122
+ font-size: 13px;
123
+ font-weight: 720;
124
+ line-height: 1 !important;
125
+ text-decoration: none !important;
126
+ white-space: nowrap;
127
+ }
128
+
129
+ #szl-hf-org-card .szl-hf-nav-link:hover {
130
+ border-color: rgba(88, 214, 199, .28) !important;
131
+ color: var(--szl-hf-ink) !important;
132
+ background: rgba(88, 214, 199, .06) !important;
133
+ }
134
+
135
+ #szl-hf-org-card .szl-hf-nav-link--accent {
136
+ border-color: rgba(228, 201, 121, .48) !important;
137
+ color: var(--szl-hf-gold-soft) !important;
138
+ }
139
+
140
+ #szl-hf-org-card .szl-hf-main {
141
+ display: block;
142
+ min-width: 0;
143
+ }
144
+
145
+ #szl-hf-org-card .szl-hf-hero {
146
+ display: grid;
147
+ grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr);
148
+ align-items: center;
149
+ gap: clamp(36px, 6vw, 76px);
150
+ padding: clamp(68px, 9vw, 118px) 0 74px;
151
+ }
152
+
153
+ #szl-hf-org-card .szl-hf-eyebrow {
154
+ color: var(--szl-hf-teal-soft);
155
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
156
+ font-size: 12px;
157
+ font-weight: 800;
158
+ letter-spacing: .18em;
159
+ line-height: 1.5;
160
+ text-transform: uppercase;
161
+ }
162
+
163
+ #szl-hf-org-card .szl-hf-title {
164
+ max-width: 760px;
165
+ margin: 18px 0 22px;
166
+ color: var(--szl-hf-ink);
167
+ font-size: clamp(54px, 7vw, 86px);
168
+ font-weight: 540;
169
+ letter-spacing: -.058em;
170
+ line-height: .98;
171
+ text-wrap: balance;
172
+ }
173
+
174
+ #szl-hf-org-card .szl-hf-title-emphasis {
175
+ color: var(--szl-hf-gold-soft);
176
+ }
177
+
178
+ #szl-hf-org-card .szl-hf-lede {
179
+ max-width: 650px;
180
+ margin: 0;
181
+ color: var(--szl-hf-muted);
182
+ font-size: clamp(19px, 2.15vw, 23px);
183
+ line-height: 1.55;
184
+ }
185
+
186
+ #szl-hf-org-card .szl-hf-boundaries {
187
+ display: flex;
188
+ flex-wrap: wrap;
189
+ gap: 8px;
190
+ margin: 26px 0 0;
191
+ padding: 0;
192
+ list-style: none;
193
+ }
194
+
195
+ #szl-hf-org-card .szl-hf-boundary-chip {
196
+ border: 1px solid rgba(135, 149, 168, .34);
197
+ border-radius: 999px;
198
+ padding: 7px 10px;
199
+ color: var(--szl-hf-quiet);
200
+ background: rgba(13, 24, 36, .72);
201
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
202
+ font-size: 11px;
203
+ line-height: 1.25;
204
+ }
205
+
206
+ #szl-hf-org-card .szl-hf-cta-row {
207
+ display: flex !important;
208
+ flex-wrap: wrap;
209
+ align-items: center;
210
+ gap: 10px !important;
211
+ margin: 30px 0 0 !important;
212
+ padding: 0 !important;
213
+ }
214
+
215
+ #szl-hf-org-card .szl-hf-button {
216
+ appearance: none;
217
+ display: inline-flex !important;
218
+ min-height: 48px !important;
219
+ align-items: center !important;
220
+ justify-content: center !important;
221
+ margin: 0 !important;
222
+ border: 1px solid var(--szl-hf-line) !important;
223
+ border-radius: 999px !important;
224
+ padding: 0 19px !important;
225
+ background: rgba(13, 24, 36, .82) !important;
226
+ color: var(--szl-hf-ink) !important;
227
+ font-size: 14px !important;
228
+ font-weight: 800 !important;
229
+ line-height: 1 !important;
230
+ text-align: center !important;
231
+ text-decoration: none !important;
232
+ white-space: nowrap;
233
+ box-shadow: none !important;
234
+ }
235
+
236
+ #szl-hf-org-card .szl-hf-button:hover {
237
+ border-color: var(--szl-hf-teal) !important;
238
+ color: var(--szl-hf-teal-soft) !important;
239
+ background: rgba(88, 214, 199, .07) !important;
240
+ }
241
+
242
+ #szl-hf-org-card .szl-hf-button--primary {
243
+ border-color: var(--szl-hf-gold) !important;
244
+ background: var(--szl-hf-gold) !important;
245
+ color: #13171b !important;
246
+ }
247
+
248
+ #szl-hf-org-card .szl-hf-button--primary:hover {
249
+ border-color: var(--szl-hf-gold-soft) !important;
250
+ background: var(--szl-hf-gold-soft) !important;
251
+ color: #0b0f13 !important;
252
+ }
253
+
254
+ #szl-hf-org-card .szl-hf-authority-panel {
255
+ position: relative;
256
+ min-width: 0;
257
+ overflow: hidden;
258
+ border: 1px solid rgba(88, 214, 199, .22);
259
+ border-radius: 26px;
260
+ padding: clamp(24px, 4vw, 38px);
261
  background:
262
+ linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
263
+ linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px),
264
+ linear-gradient(145deg, rgba(17, 30, 44, .96), rgba(8, 15, 24, .98));
265
+ background-size: 32px 32px, 32px 32px, auto;
266
+ box-shadow: 0 30px 90px rgba(0, 0, 0, .34);
267
  }
268
+
269
+ #szl-hf-org-card .szl-hf-authority-panel::before {
270
  content: "";
271
  position: absolute;
272
+ width: 230px;
273
+ height: 230px;
274
+ right: -90px;
275
+ top: -110px;
276
+ border-radius: 50%;
277
+ background: radial-gradient(circle, rgba(88, 214, 199, .19), transparent 67%);
278
  pointer-events: none;
 
 
279
  }
280
+
281
+ #szl-hf-org-card .szl-hf-panel-kicker {
282
+ display: flex;
283
+ align-items: center;
284
+ justify-content: space-between;
285
+ gap: 14px;
286
+ margin-bottom: 26px;
287
+ color: var(--szl-hf-muted);
288
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
289
+ font-size: 11px;
290
+ letter-spacing: .12em;
291
+ text-transform: uppercase;
292
+ }
293
+
294
+ #szl-hf-org-card .szl-hf-live-dot {
295
+ display: inline-flex;
296
+ align-items: center;
297
+ gap: 8px;
298
+ color: var(--szl-hf-teal-soft);
299
+ white-space: nowrap;
300
+ }
301
+
302
+ #szl-hf-org-card .szl-hf-live-dot::before {
303
+ content: "";
304
+ width: 8px;
305
+ height: 8px;
306
+ border-radius: 50%;
307
+ background: var(--szl-hf-teal);
308
+ box-shadow: 0 0 18px rgba(88, 214, 199, .55);
309
+ }
310
+
311
+ #szl-hf-org-card .szl-hf-loop-list {
312
+ display: grid;
313
+ gap: 12px;
314
+ margin: 0;
315
+ padding: 0;
316
+ list-style: none;
317
+ }
318
+
319
+ #szl-hf-org-card .szl-hf-loop-item {
320
+ display: grid;
321
+ grid-template-columns: 34px minmax(0, 1fr) auto;
322
+ align-items: center;
323
+ gap: 13px;
324
+ min-height: 64px;
325
+ border: 1px solid rgba(135, 149, 168, .24);
326
+ border-radius: 15px;
327
+ padding: 11px 13px;
328
+ background: rgba(7, 16, 25, .67);
329
+ }
330
+
331
+ #szl-hf-org-card .szl-hf-loop-number {
332
+ display: grid;
333
+ width: 34px;
334
+ height: 34px;
335
+ place-items: center;
336
+ border: 1px solid rgba(88, 214, 199, .32);
337
+ border-radius: 50%;
338
+ color: var(--szl-hf-teal-soft);
339
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
340
+ font-size: 11px;
341
+ font-weight: 800;
342
+ }
343
+
344
+ #szl-hf-org-card .szl-hf-loop-copy strong {
345
+ display: block;
346
+ color: var(--szl-hf-ink);
347
+ font-size: 14px;
348
+ line-height: 1.25;
349
+ }
350
+
351
+ #szl-hf-org-card .szl-hf-loop-copy span {
352
+ display: block;
353
+ margin-top: 3px;
354
+ color: var(--szl-hf-quiet);
355
+ font-size: 12px;
356
+ line-height: 1.35;
357
+ }
358
+
359
+ #szl-hf-org-card .szl-hf-loop-state {
360
+ color: var(--szl-hf-gold-soft);
361
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
362
+ font-size: 10px;
363
+ letter-spacing: .08em;
364
+ text-transform: uppercase;
365
+ white-space: nowrap;
366
+ }
367
+
368
+ #szl-hf-org-card .szl-hf-panel-note {
369
+ margin: 22px 0 0;
370
+ color: var(--szl-hf-quiet);
371
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
372
+ font-size: 11px;
373
+ line-height: 1.55;
374
+ }
375
+
376
+ #szl-hf-org-card .szl-hf-section {
377
+ border-top: 1px solid rgba(135, 149, 168, .18);
378
+ padding: 76px 0;
379
+ scroll-margin-top: 24px;
380
+ }
381
+
382
+ #szl-hf-org-card .szl-hf-section-head {
383
+ display: grid;
384
+ grid-template-columns: minmax(220px, .78fr) minmax(0, 1.22fr);
385
+ gap: 46px;
386
+ align-items: start;
387
+ margin-bottom: 30px;
388
+ }
389
+
390
+ #szl-hf-org-card .szl-hf-section-title {
391
+ margin: 8px 0 0;
392
+ color: var(--szl-hf-ink);
393
+ font-size: clamp(32px, 4vw, 50px);
394
+ font-weight: 570;
395
+ letter-spacing: -.035em;
396
+ line-height: 1.08;
397
+ text-wrap: balance;
398
+ }
399
+
400
+ #szl-hf-org-card .szl-hf-section-copy {
401
+ max-width: 680px;
402
+ margin: 4px 0 0;
403
+ color: var(--szl-hf-muted);
404
+ font-size: 18px;
405
+ line-height: 1.65;
406
+ }
407
+
408
+ #szl-hf-org-card .szl-hf-path-grid,
409
+ #szl-hf-org-card .szl-hf-artifact-grid,
410
+ #szl-hf-org-card .szl-hf-product-grid {
411
+ display: grid;
412
+ gap: 14px;
413
+ }
414
+
415
+ #szl-hf-org-card .szl-hf-path-grid {
416
+ grid-template-columns: repeat(3, minmax(0, 1fr));
417
+ }
418
+
419
+ #szl-hf-org-card .szl-hf-artifact-grid {
420
+ grid-template-columns: repeat(4, minmax(0, 1fr));
421
+ }
422
+
423
+ #szl-hf-org-card .szl-hf-product-grid {
424
+ grid-template-columns: repeat(2, minmax(0, 1fr));
425
+ }
426
+
427
+ #szl-hf-org-card .szl-hf-surface-card {
428
+ display: flex;
429
+ min-width: 0;
430
+ min-height: 230px;
431
+ flex-direction: column;
432
+ border: 1px solid var(--szl-hf-line);
433
+ border-radius: var(--szl-hf-radius);
434
+ padding: 23px;
435
+ background: linear-gradient(150deg, rgba(17, 30, 44, .92), rgba(9, 17, 27, .96));
436
+ color: var(--szl-hf-ink);
437
+ text-decoration: none;
438
+ }
439
+
440
+ #szl-hf-org-card a.szl-hf-surface-card:hover {
441
+ border-color: rgba(88, 214, 199, .52);
442
+ transform: translateY(-2px);
443
+ }
444
+
445
+ #szl-hf-org-card .szl-hf-card-tag {
446
+ color: var(--szl-hf-teal-soft);
447
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
448
+ font-size: 10px;
449
+ font-weight: 800;
450
+ letter-spacing: .13em;
451
+ text-transform: uppercase;
452
+ }
453
+
454
+ #szl-hf-org-card .szl-hf-card-title {
455
+ margin: 15px 0 9px;
456
+ color: var(--szl-hf-ink);
457
+ font-size: 23px;
458
+ font-weight: 680;
459
+ letter-spacing: -.025em;
460
+ line-height: 1.15;
461
+ }
462
+
463
+ #szl-hf-org-card .szl-hf-card-copy {
464
+ margin: 0;
465
+ color: var(--szl-hf-muted);
466
+ font-size: 14px;
467
+ line-height: 1.6;
468
+ }
469
+
470
+ #szl-hf-org-card .szl-hf-card-link {
471
+ margin-top: auto;
472
+ padding-top: 22px;
473
+ color: var(--szl-hf-gold-soft);
474
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
475
+ font-size: 12px;
476
+ font-weight: 700;
477
+ }
478
+
479
+ #szl-hf-org-card .szl-hf-product-card {
480
+ min-height: 250px;
481
+ }
482
+
483
+ #szl-hf-org-card .szl-hf-product-boundary {
484
+ margin: 16px 0 0;
485
+ border-left: 3px solid var(--szl-hf-danger);
486
+ padding-left: 13px;
487
+ color: var(--szl-hf-gold-soft);
488
+ font-size: 13px;
489
+ line-height: 1.55;
490
+ }
491
+
492
+ #szl-hf-org-card .szl-hf-status-grid {
493
+ display: grid;
494
+ grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
495
+ gap: 16px;
496
+ }
497
+
498
+ #szl-hf-org-card .szl-hf-status-panel {
499
+ border: 1px solid var(--szl-hf-line);
500
+ border-radius: var(--szl-hf-radius);
501
+ padding: 24px;
502
+ background: var(--szl-hf-panel);
503
+ }
504
+
505
+ #szl-hf-org-card .szl-hf-status-title {
506
+ margin: 0 0 14px;
507
+ color: var(--szl-hf-ink);
508
+ font-size: 22px;
509
+ font-weight: 720;
510
+ line-height: 1.2;
511
+ }
512
+
513
+ #szl-hf-org-card .szl-hf-status-list {
514
+ display: grid;
515
+ gap: 9px;
516
+ margin: 0;
517
+ padding: 0;
518
+ list-style: none;
519
+ }
520
+
521
+ #szl-hf-org-card .szl-hf-status-link {
522
+ display: grid !important;
523
+ grid-template-columns: minmax(0, 1fr) auto;
524
+ gap: 12px;
525
+ min-height: 52px;
526
+ align-items: center;
527
+ border: 1px solid rgba(135, 149, 168, .25) !important;
528
+ border-radius: 12px;
529
+ padding: 10px 13px !important;
530
+ background: rgba(7, 16, 25, .5) !important;
531
+ color: var(--szl-hf-muted) !important;
532
+ font-size: 13px !important;
533
+ line-height: 1.35 !important;
534
+ text-decoration: none !important;
535
+ }
536
+
537
+ #szl-hf-org-card .szl-hf-status-link:hover {
538
+ border-color: rgba(88, 214, 199, .48) !important;
539
+ color: var(--szl-hf-ink) !important;
540
+ }
541
+
542
+ #szl-hf-org-card .szl-hf-status-link-state {
543
+ color: var(--szl-hf-gold-soft);
544
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
545
+ font-size: 10px;
546
+ text-transform: uppercase;
547
+ white-space: nowrap;
548
+ }
549
+
550
+ #szl-hf-org-card .szl-hf-evidence-copy {
551
+ margin: 0 0 18px;
552
+ color: var(--szl-hf-muted);
553
+ line-height: 1.65;
554
+ }
555
+
556
+ #szl-hf-org-card .szl-hf-labels {
557
+ display: flex;
558
+ flex-wrap: wrap;
559
+ gap: 8px;
560
+ margin: 0;
561
+ padding: 0;
562
+ list-style: none;
563
+ }
564
+
565
+ #szl-hf-org-card .szl-hf-label {
566
+ border: 1px solid rgba(135, 149, 168, .34);
567
+ border-radius: 999px;
568
+ padding: 7px 10px;
569
+ color: var(--szl-hf-muted);
570
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
571
+ font-size: 10px;
572
+ }
573
+
574
+ #szl-hf-org-card .szl-hf-truth-pill {
575
+ display: inline-flex;
576
+ margin-top: 14px;
577
+ padding: 6px 10px;
578
+ border-radius: 999px;
579
+ border: 1px solid rgba(88, 214, 199, .42);
580
+ color: var(--szl-hf-teal-soft);
581
+ font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
582
+ font-size: 11px;
583
+ letter-spacing: .12em;
584
+ text-transform: uppercase;
585
+ }
586
+
587
+ #szl-hf-org-card .szl-hf-label--measured {
588
+ border-color: rgba(88, 214, 199, .48);
589
+ color: var(--szl-hf-teal-soft);
590
+ }
591
+
592
+ #szl-hf-org-card .szl-hf-closing {
593
+ border: 1px solid rgba(228, 201, 121, .32);
594
+ border-radius: 26px;
595
+ padding: clamp(30px, 6vw, 64px);
596
+ background: linear-gradient(130deg, #112535, #101824 58%, #211d12);
597
+ }
598
+
599
+ #szl-hf-org-card .szl-hf-closing-title {
600
+ max-width: 760px;
601
+ margin: 10px 0 14px;
602
+ color: var(--szl-hf-ink);
603
+ font-size: clamp(34px, 5vw, 58px);
604
+ font-weight: 560;
605
+ letter-spacing: -.04em;
606
+ line-height: 1.08;
607
+ }
608
+
609
+ #szl-hf-org-card .szl-hf-closing-copy {
610
+ max-width: 680px;
611
+ margin: 0;
612
+ color: var(--szl-hf-muted);
613
+ font-size: 17px;
614
+ line-height: 1.65;
615
+ }
616
+
617
+ #szl-hf-org-card .szl-hf-footer {
618
+ border-top: 1px solid rgba(135, 149, 168, .18);
619
+ padding: 30px 0 42px;
620
+ color: var(--szl-hf-quiet);
621
+ font-size: 12px;
622
+ }
623
+
624
+ #szl-hf-org-card .szl-hf-footer-inner {
625
+ display: flex;
626
+ flex-wrap: wrap;
627
+ justify-content: space-between;
628
+ gap: 18px;
629
+ }
630
+
631
+ #szl-hf-org-card .szl-hf-footer-links {
632
+ display: flex;
633
+ flex-wrap: wrap;
634
+ gap: 16px;
635
+ }
636
+
637
+ #szl-hf-org-card .szl-hf-footer-link {
638
+ display: inline-flex !important;
639
+ min-height: 44px;
640
+ align-items: center;
641
+ color: var(--szl-hf-muted) !important;
642
+ text-decoration: none !important;
643
+ }
644
+
645
+ #szl-hf-org-card .szl-hf-footer-link:hover {
646
+ color: var(--szl-hf-ink) !important;
647
+ }
648
+
649
+ #szl-hf-org-card a:focus-visible {
650
+ outline: 3px solid var(--szl-hf-teal) !important;
651
+ outline-offset: 4px !important;
652
+ }
653
+
654
+ @media (max-width: 980px) {
655
+ #szl-hf-org-card .szl-hf-hero,
656
+ #szl-hf-org-card .szl-hf-section-head,
657
+ #szl-hf-org-card .szl-hf-status-grid {
658
+ grid-template-columns: 1fr;
659
+ }
660
+
661
+ #szl-hf-org-card .szl-hf-authority-panel {
662
+ max-width: 700px;
663
+ }
664
+
665
+ #szl-hf-org-card .szl-hf-artifact-grid {
666
+ grid-template-columns: repeat(2, minmax(0, 1fr));
667
+ }
668
  }
669
+
670
+ @media (max-width: 720px) {
671
+ #szl-hf-org-card .szl-hf-topbar-inner {
672
+ min-height: 62px;
673
+ }
674
+
675
+ #szl-hf-org-card .szl-hf-nav-link:not(.szl-hf-nav-link--accent) {
676
+ display: none !important;
677
+ }
678
+
679
+ #szl-hf-org-card .szl-hf-path-grid,
680
+ #szl-hf-org-card .szl-hf-product-grid {
681
+ grid-template-columns: 1fr;
682
+ }
683
+ }
684
+
685
  @media (max-width: 640px) {
686
+ #szl-hf-org-card .szl-hf-frame {
687
+ width: min(100% - 28px, 1160px);
688
+ }
689
+
690
+ #szl-hf-org-card .szl-hf-topbar {
691
+ position: static;
692
+ }
693
+
694
+ #szl-hf-org-card .szl-hf-brand {
695
+ font-size: 11px;
696
+ letter-spacing: .13em;
697
+ }
698
+
699
+ #szl-hf-org-card .szl-hf-nav-link--accent {
700
+ min-height: 40px;
701
+ padding-inline: 12px !important;
702
+ }
703
+
704
+ #szl-hf-org-card .szl-hf-hero {
705
+ grid-template-columns: minmax(0, 1fr);
706
+ gap: 28px;
707
+ padding: 42px 0 50px;
708
+ }
709
+
710
+ #szl-hf-org-card .szl-hf-title {
711
+ margin-block: 15px 18px;
712
+ font-size: clamp(46px, 13.5vw, 60px);
713
+ letter-spacing: -.052em;
714
+ }
715
+
716
+ #szl-hf-org-card .szl-hf-lede {
717
+ font-size: 18px;
718
+ }
719
+
720
+ #szl-hf-org-card .szl-hf-boundaries {
721
+ margin-top: 20px;
722
+ }
723
+
724
+ #szl-hf-org-card .szl-hf-cta-row {
725
+ display: grid !important;
726
+ grid-template-columns: 1fr;
727
+ gap: 9px !important;
728
+ margin-top: 24px !important;
729
+ }
730
+
731
+ #szl-hf-org-card .szl-hf-button {
732
+ width: 100% !important;
733
+ min-width: 0;
734
+ }
735
+
736
+ #szl-hf-org-card .szl-hf-authority-panel {
737
+ border-radius: 20px;
738
+ padding: 20px;
739
+ }
740
+
741
+ #szl-hf-org-card .szl-hf-loop-item {
742
+ grid-template-columns: 32px minmax(0, 1fr);
743
+ }
744
+
745
+ #szl-hf-org-card .szl-hf-loop-state {
746
+ grid-column: 2;
747
+ justify-self: start;
748
+ }
749
+
750
+ #szl-hf-org-card .szl-hf-section {
751
+ padding: 58px 0;
752
+ }
753
+
754
+ #szl-hf-org-card .szl-hf-section-head {
755
+ gap: 14px;
756
+ margin-bottom: 24px;
757
+ }
758
+
759
+ #szl-hf-org-card .szl-hf-section-copy {
760
+ font-size: 16px;
761
+ }
762
+
763
+ #szl-hf-org-card .szl-hf-artifact-grid {
764
+ grid-template-columns: 1fr;
765
+ }
766
+
767
+ #szl-hf-org-card .szl-hf-surface-card {
768
+ min-height: 0;
769
+ }
770
+
771
+ #szl-hf-org-card .szl-hf-status-panel {
772
+ padding: 20px;
773
+ }
774
+
775
+ #szl-hf-org-card .szl-hf-status-link {
776
+ grid-template-columns: 1fr;
777
+ gap: 3px;
778
+ }
779
+
780
+ #szl-hf-org-card .szl-hf-footer-inner {
781
+ display: grid;
782
+ }
783
  }
784
+
785
  @media (prefers-reduced-motion: reduce) {
786
+ #szl-hf-org-card *,
787
+ #szl-hf-org-card *::before,
788
+ #szl-hf-org-card *::after {
789
+ scroll-behavior: auto !important;
790
+ transition: none !important;
791
+ animation: none !important;
792
+ }
793
  }
794
+
795
  @media (prefers-contrast: more) {
796
+ #szl-hf-org-card {
797
+ --szl-hf-line: #71839a;
798
+ --szl-hf-muted: #d4dbe3;
799
+ --szl-hf-quiet: #bdc6d1;
800
+ }
801
  }
802
+
803
  @media (forced-colors: active) {
804
+ #szl-hf-org-card,
805
+ #szl-hf-org-card * {
806
+ forced-color-adjust: auto;
807
+ }
808
+
809
+ #szl-hf-org-card .szl-hf-button,
810
+ #szl-hf-org-card .szl-hf-nav-link,
811
+ #szl-hf-org-card .szl-hf-surface-card,
812
+ #szl-hf-org-card .szl-hf-status-panel,
813
+ #szl-hf-org-card .szl-hf-truth-pill {
814
+ border-color: CanvasText;
815
+ }
816
+
817
+ #szl-hf-org-card .szl-hf-button--primary {
818
+ background: ButtonFace;
819
+ }
820
+
821
+ #szl-hf-org-card .szl-hf-surface-card:hover,
822
+ #szl-hf-org-card .szl-hf-nav-link:hover,
823
+ #szl-hf-org-card .szl-hf-button:hover {
824
+ background: Highlight;
825
+ color: HighlightText;
826
+ }
827
  }
828
  </style>
829
  </head>
830
+ <body data-szl-surface="company-front-door" style="margin:0;background:#071019">
831
+ <div id="szl-hf-org-card" data-szl-embed-safe="true">
832
+ <a class="szl-hf-skip" href="#szl-hf-main">Skip to main content</a>
833
+
834
+ <header class="szl-hf-topbar">
835
+ <div class="szl-hf-frame szl-hf-topbar-inner">
836
+ <a class="szl-hf-brand" href="https://huggingface.co/SZLHOLDINGS" aria-label="SZL Holdings on Hugging Face">
837
+ <span class="szl-hf-brand-mark" aria-hidden="true"></span>
838
+ SZL HOLDINGS
839
+ </a>
840
+ <nav class="szl-hf-nav" aria-label="Primary navigation">
841
+ <a class="szl-hf-nav-link" href="#szl-hf-paths">Start</a>
842
+ <a class="szl-hf-nav-link" href="#szl-hf-portfolio">Portfolio</a>
843
+ <a class="szl-hf-nav-link" href="#szl-hf-status">Evidence</a>
844
+ <a class="szl-hf-nav-link szl-hf-nav-link--accent" href="https://a-11-oy.com">Open a11oy</a>
845
+ </nav>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
846
  </div>
847
+ </header>
848
 
849
+ <main id="szl-hf-main" class="szl-hf-main" tabindex="-1">
850
+ <div class="szl-hf-frame szl-hf-hero">
851
+ <div>
852
+ <div class="szl-hf-eyebrow">Governed AI infrastructure</div>
853
+ <p class="szl-hf-truth-pill">HISTORICAL</p>
854
+ <h1 class="szl-hf-title">Autonomy, <span class="szl-hf-title-emphasis">under authority.</span></h1>
855
+ <p class="szl-hf-lede">Models, software, and evidence for systems that must explain, constrain, and verify action.</p>
856
+ <ul class="szl-hf-boundaries" aria-label="Public evidence boundaries">
857
+ <li class="szl-hf-boundary-chip">SOURCE-BOUND</li>
858
+ <li class="szl-hf-boundary-chip">EVIDENCE-SCOPED</li>
859
+ <li class="szl-hf-boundary-chip">NO IMPLIED AUTHORIZATION</li>
860
+ </ul>
861
+ <div class="szl-hf-cta-row" aria-label="Primary actions">
862
+ <a class="szl-hf-button szl-hf-button--primary" href="#szl-hf-paths">Explore the portfolio</a>
863
+ <a class="szl-hf-button" href="https://a11oy.net">Inspect evidence</a>
864
+ <a class="szl-hf-button" href="https://github.com/szl-holdings">View source</a>
865
+ </div>
866
  </div>
867
+
868
+ <aside class="szl-hf-authority-panel" aria-label="Governed execution loop">
869
+ <div class="szl-hf-panel-kicker">
870
+ <span>Decision control plane</span>
871
+ <span class="szl-hf-live-dot">Evidence linked</span>
872
+ </div>
873
+ <ol class="szl-hf-loop-list">
874
+ <li class="szl-hf-loop-item">
875
+ <span class="szl-hf-loop-number">01</span>
876
+ <span class="szl-hf-loop-copy"><strong>Observe</strong><span>Attribute the signal and context.</span></span>
877
+ <span class="szl-hf-loop-state">Input</span>
878
+ </li>
879
+ <li class="szl-hf-loop-item">
880
+ <span class="szl-hf-loop-number">02</span>
881
+ <span class="szl-hf-loop-copy"><strong>Authorize</strong><span>Apply policy, evidence, and human authority.</span></span>
882
+ <span class="szl-hf-loop-state">Gate</span>
883
+ </li>
884
+ <li class="szl-hf-loop-item">
885
+ <span class="szl-hf-loop-number">03</span>
886
+ <span class="szl-hf-loop-copy"><strong>Execute</strong><span>Act only inside the declared bound.</span></span>
887
+ <span class="szl-hf-loop-state">Action</span>
888
+ </li>
889
+ <li class="szl-hf-loop-item">
890
+ <span class="szl-hf-loop-number">04</span>
891
+ <span class="szl-hf-loop-copy"><strong>Verify</strong><span>Return a portable decision receipt.</span></span>
892
+ <span class="szl-hf-loop-state">Proof</span>
893
+ </li>
894
  </ol>
895
+ <p class="szl-hf-panel-note">A reachable interface is not automatic proof of readiness, safety, quality, or authorization.</p>
896
+ </aside>
897
  </div>
 
898
 
899
+ <section id="szl-hf-paths" class="szl-hf-section" aria-labelledby="szl-hf-paths-title">
900
+ <div class="szl-hf-frame">
901
+ <div class="szl-hf-section-head">
902
+ <div>
903
+ <div class="szl-hf-eyebrow">Start with intent</div>
904
+ <h2 id="szl-hf-paths-title" class="szl-hf-section-title">One front door. Three useful routes.</h2>
905
+ </div>
906
+ <p class="szl-hf-section-copy">Investors, builders, and evaluators need different depth. Every route ends at source and current evidence—not copied green status.</p>
907
+ </div>
908
+ <div class="szl-hf-path-grid">
909
+ <a class="szl-hf-surface-card" href="https://github.com/szl-holdings#readme">
910
+ <span class="szl-hf-card-tag">Investor</span>
911
+ <span class="szl-hf-card-title">Understand the company</span>
912
+ <span class="szl-hf-card-copy">See the category, product boundaries, research lineage, and diligence evidence.</span>
913
+ <span class="szl-hf-card-link">Open company profile →</span>
914
+ </a>
915
+ <a class="szl-hf-surface-card" href="https://holdings.a-11-oy.com/docs-site/">
916
+ <span class="szl-hf-card-tag">Developer</span>
917
+ <span class="szl-hf-card-title">Build from contracts</span>
918
+ <span class="szl-hf-card-copy">Choose an artifact type, inspect exact source, then reproduce the integration path.</span>
919
+ <span class="szl-hf-card-link">Read documentation →</span>
920
+ </a>
921
+ <a class="szl-hf-surface-card" href="#szl-hf-status">
922
+ <span class="szl-hf-card-tag">Evaluator</span>
923
+ <span class="szl-hf-card-title">Verify before inference</span>
924
+ <span class="szl-hf-card-copy">Separate artifact type, evidence class, runtime state, and action authority.</span>
925
+ <span class="szl-hf-card-link">Open current sources →</span>
926
+ </a>
927
+ </div>
928
  </div>
929
+ </section>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
930
 
931
+ <section id="szl-hf-portfolio" class="szl-hf-section" aria-labelledby="szl-hf-portfolio-title">
932
+ <div class="szl-hf-frame">
933
+ <div class="szl-hf-section-head">
934
+ <div>
935
+ <div class="szl-hf-eyebrow">Hugging Face portfolio</div>
936
+ <h2 id="szl-hf-portfolio-title" class="szl-hf-section-title">Artifacts named for what they are.</h2>
 
 
 
 
 
 
 
 
937
  </div>
938
+ <p class="szl-hf-section-copy">Repository type is a storage and discovery choice. It does not by itself prove trained weights, production readiness, or authorization.</p>
939
+ </div>
940
+ <div class="szl-hf-artifact-grid">
941
+ <a class="szl-hf-surface-card" href="https://huggingface.co/SZLHOLDINGS/SZL-Khipu-1.5B">
942
+ <span class="szl-hf-card-tag">Weights</span>
943
+ <span class="szl-hf-card-title">Models and adapters</span>
944
+ <span class="szl-hf-card-copy">Exact base lineage, files, evaluation, runtime envelope, and autonomy boundary.</span>
945
+ <span class="szl-hf-card-link">Inspect Khipu →</span>
946
+ </a>
947
+ <a class="szl-hf-surface-card" href="https://huggingface.co/SZLHOLDINGS/a11oy-v19-substrate">
948
+ <span class="szl-hf-card-tag">Software</span>
949
+ <span class="szl-hf-card-title">Substrates and kernels</span>
950
+ <span class="szl-hf-card-copy">Source, manifests, meters, and governance packages. No trained weights implied.</span>
951
+ <span class="szl-hf-card-link">Inspect substrate →</span>
952
+ </a>
953
+ <a class="szl-hf-surface-card" href="https://huggingface.co/datasets/SZLHOLDINGS/szl-lake">
954
+ <span class="szl-hf-card-tag">Evidence</span>
955
+ <span class="szl-hf-card-title">Datasets and receipts</span>
956
+ <span class="szl-hf-card-copy">Corpora, evaluations, manifests, proofs, and snapshots with admission boundaries.</span>
957
+ <span class="szl-hf-card-link">Inspect szl-lake →</span>
958
+ </a>
959
+ <a class="szl-hf-surface-card" href="https://huggingface.co/spaces/SZLHOLDINGS/README">
960
+ <span class="szl-hf-card-tag">Interfaces</span>
961
+ <span class="szl-hf-card-title">Spaces and demonstrations</span>
962
+ <span class="szl-hf-card-copy">Consoles and verifiers. Reachability proves transport availability only.</span>
963
+ <span class="szl-hf-card-link">Browse Spaces →</span>
964
+ </a>
965
+ </div>
966
  </div>
967
+ </section>
 
968
 
969
+ <section class="szl-hf-section" aria-labelledby="szl-hf-products-title">
970
+ <div class="szl-hf-frame">
971
+ <div class="szl-hf-section-head">
972
+ <div>
973
+ <div class="szl-hf-eyebrow">Product surfaces</div>
974
+ <h2 id="szl-hf-products-title" class="szl-hf-section-title">Operational links. Visible limits.</h2>
975
+ </div>
976
+ <p class="szl-hf-section-copy">Product, source, runtime state, and evidence remain separate so a reachable page cannot silently become a capability claim.</p>
977
+ </div>
978
+ <div class="szl-hf-product-grid">
979
+ <article class="szl-hf-surface-card szl-hf-product-card">
980
+ <span class="szl-hf-card-tag">Governed command</span>
981
+ <h3 class="szl-hf-card-title">a11oy</h3>
982
+ <p class="szl-hf-card-copy">Governed inference and agentic execution. Provider availability, signing, readiness, and action authorization remain separate states.</p>
983
+ <div class="szl-hf-cta-row">
984
+ <a class="szl-hf-button szl-hf-button--primary" href="https://a-11-oy.com">Open product</a>
985
+ <a class="szl-hf-button" href="https://a11oy.net">Inspect evidence</a>
986
+ </div>
987
+ </article>
988
+ <article class="szl-hf-surface-card szl-hf-product-card">
989
+ <span class="szl-hf-card-tag">Observation and fusion</span>
990
+ <h3 class="szl-hf-card-title">Killinchu COP</h3>
991
+ <p class="szl-hf-card-copy">Public-feed ingestion, fusion, provenance, and receipt paths when dependencies answer.</p>
992
+ <p class="szl-hf-product-boundary"><strong>Boundary:</strong> public effectors and actuation are SIMULATED. This surface does not command a live weapon or establish production authorization.</p>
993
+ <div class="szl-hf-cta-row">
994
+ <a class="szl-hf-button szl-hf-button--primary" href="https://szlholdings-killinchu.hf.space/elite/cop">Open COP</a>
995
+ <a class="szl-hf-button" href="https://github.com/szl-holdings/killinchu">View source</a>
996
+ </div>
997
+ </article>
998
+ </div>
999
  </div>
1000
+ </section>
1001
+
1002
+ <section id="szl-hf-status" class="szl-hf-section" aria-labelledby="szl-hf-status-title">
1003
+ <div class="szl-hf-frame">
1004
+ <div class="szl-hf-section-head">
1005
+ <div>
1006
+ <div class="szl-hf-eyebrow">Current state</div>
1007
+ <h2 id="szl-hf-status-title" class="szl-hf-section-title">Status is linked, not hardcoded.</h2>
1008
+ </div>
1009
+ <p class="szl-hf-section-copy">Use current source-binding and readiness endpoints. A cached card, screenshot, counter, or green badge is not current-state evidence.</p>
 
1010
  </div>
1011
+ <div class="szl-hf-status-grid">
1012
+ <div class="szl-hf-status-panel">
1013
+ <h3 class="szl-hf-status-title">Canonical sources</h3>
1014
+ <ul class="szl-hf-status-list">
1015
+ <li><a class="szl-hf-status-link" href="https://huggingface.co/spaces/SZLHOLDINGS/README"><span>Hugging Face front door</span><span class="szl-hf-status-link-state">Open Space →</span></a></li>
1016
+ <li><a class="szl-hf-status-link" href="https://szlholdings-readme.static.hf.space/deployment.json"><span>Served source binding</span><span class="szl-hf-status-link-state">deployment.json →</span></a></li>
1017
+ <li><a class="szl-hf-status-link" href="https://a-11-oy.com/api/a11oy/v1/readiness"><span>a11oy runtime readiness</span><span class="szl-hf-status-link-state">Live endpoint </span></a></li>
1018
+ <li><a class="szl-hf-status-link" href="https://szlholdings-killinchu.hf.space/api/build-info"><span>Killinchu served revision</span><span class="szl-hf-status-link-state">Build identity →</span></a></li>
1019
+ </ul>
1020
+ </div>
1021
+ <div class="szl-hf-status-panel">
1022
+ <h3 class="szl-hf-status-title">Evidence and runtime are separate axes.</h3>
1023
+ <p class="szl-hf-evidence-copy">A signature can establish integrity and origin within scope. It does not automatically establish quality, safety, compliance, adoption, profitability, or authority to operate.</p>
1024
+ <ul class="szl-hf-labels" aria-label="Evidence classes">
1025
+ <li class="szl-hf-label">PROVED</li>
1026
+ <li class="szl-hf-label szl-hf-label--measured">MEASURED</li>
1027
+ <li class="szl-hf-label">REPORTED</li>
1028
+ <li class="szl-hf-label">MODELED</li>
1029
+ <li class="szl-hf-label">CONJECTURE</li>
1030
+ <li class="szl-hf-label">ROADMAP</li>
1031
+ </ul>
1032
+ </div>
1033
  </div>
1034
  </div>
1035
+ </section>
1036
+
1037
+ <section class="szl-hf-section" aria-labelledby="szl-hf-closing-title">
1038
+ <div class="szl-hf-frame szl-hf-closing">
1039
+ <div class="szl-hf-eyebrow">Build · evaluate · verify</div>
1040
+ <h2 id="szl-hf-closing-title" class="szl-hf-closing-title">Move from model output to accountable action.</h2>
1041
+ <p class="szl-hf-closing-copy">Start with the artifact type, follow the evidence, check current state, then reproduce the exact path from source.</p>
1042
+ <div class="szl-hf-cta-row">
1043
+ <a class="szl-hf-button szl-hf-button--primary" href="https://a-11-oy.com">Enter a11oy</a>
1044
+ <a class="szl-hf-button" href="https://holdings.a-11-oy.com/docs-site/">Read documentation</a>
1045
+ <a class="szl-hf-button" href="https://github.com/szl-holdings/.github/blob/main/huggingface/org-card/HONEST_DISCLOSURE.md">Review limitations</a>
1046
+ </div>
1047
+ </div>
1048
+ </section>
1049
+ </main>
1050
+
1051
+ <footer class="szl-hf-footer">
1052
+ <div class="szl-hf-frame szl-hf-footer-inner">
1053
+ <div>© 2026 SZL Holdings · Govern · execute · prove</div>
1054
+ <div class="szl-hf-footer-links">
1055
+ <a class="szl-hf-footer-link" href="https://a11oy.net">Evidence</a>
1056
+ <a class="szl-hf-footer-link" href="https://github.com/szl-holdings/.github/security/policy">Security</a>
1057
+ <a class="szl-hf-footer-link" href="https://github.com/szl-holdings/.github/blob/main/SUPPORT.md">Support</a>
1058
  </div>
1059
  </div>
1060
+ </footer>
1061
+ </div>
 
 
 
 
 
 
 
 
 
 
 
1062
  </body>
1063
  </html>