anentrypoint-design 0.0.102 → 0.0.104
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-shell.css +464 -2005
- package/colors_and_type.css +148 -619
- package/dist/247420.css +592 -2748
- package/dist/247420.js +23 -62
- package/package.json +22 -23
- package/src/bootstrap.js +5 -18
- package/src/components/chat.js +15 -15
- package/src/components/community.js +9 -7
- package/src/components/content.js +71 -54
- package/src/components/files-modals.js +4 -2
- package/src/components/files.js +6 -14
- package/src/components/freddie/helpers.js +38 -77
- package/src/components/freddie.js +32 -16
- package/src/components/shell.js +22 -15
- package/src/components.js +7 -3
- package/src/debug.js +21 -30
- package/src/deck-stage.js +10 -6
- package/src/highlight.js +25 -11
- package/src/index.js +31 -7
- package/src/{desktop → kits/os}/freddie/helpers.js +1 -1
- package/src/{desktop → kits/os}/freddie/pages-chat.js +2 -2
- package/src/{desktop → kits/os}/freddie/pages-core.js +2 -2
- package/src/{desktop → kits/os}/freddie/pages-os.js +1 -1
- package/src/{desktop → kits/os}/freddie/pages-tools.js +2 -2
- package/src/{desktop → kits/os}/freddie-dashboard.js +2 -2
- package/src/markdown.js +27 -49
- package/src/motion.js +30 -17
- package/src/page-html.js +18 -116
- package/src/styles.js +14 -22
- package/src/web-components/ds-chat.js +26 -56
- package/dist/247420.app.js +0 -5
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT0zRp8A.ttf +0 -0
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTT6jRp8A.ttf +0 -0
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTBjNp8A.ttf +0 -0
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTNDNp8A.ttf +0 -0
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTnTRp8A.ttf +0 -0
- package/dist/fonts/archivo_v25_k3k6o8UDI-1M0wlSV9XAw6lQkqWY8Q82sJaRE-NWIDdgffTTtDRp8A.ttf +0 -0
- package/dist/fonts/archivonarrow_v35_tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhv8laKpA.ttf +0 -0
- package/dist/fonts/archivonarrow_v35_tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvHlGKpA.ttf +0 -0
- package/dist/fonts/archivonarrow_v35_tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvLFGKpA.ttf +0 -0
- package/dist/fonts/archivonarrow_v35_tss5ApVBdCYD5Q7hcxTE1ArZ0Zz8oY2KRmwvKhhvy1aKpA.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8-qxjPQ.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8FqtjPQ.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8L6tjPQ.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDbY2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKxjPQ.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO-LflOQ.ttf +0 -0
- package/dist/fonts/jetbrainsmono_v24_tDba2o-flEEny0FZhsfKu5WU4xD-IQ-PuZJJXxfpAO9seVOQ.ttf +0 -0
- package/dist/fonts/spacegrotesk_v22_V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj42Vksj.ttf +0 -0
- package/dist/fonts/spacegrotesk_v22_V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj4PVksj.ttf +0 -0
- package/dist/fonts/spacegrotesk_v22_V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7aUUsj.ttf +0 -0
- package/dist/fonts/spacegrotesk_v22_V8mQoQDjQSkFtoMM3T6r8E7mF71Q-gOoraIAEj7oUUsj.ttf +0 -0
- package/src/app.js +0 -156
- package/src/components/freddie/pages-chains.js +0 -168
- package/src/components/freddie/pages-chat.js +0 -122
- package/src/components/freddie/pages-config-edit.js +0 -174
- package/src/components/freddie/pages-config.js +0 -193
- package/src/components/freddie/pages-core.js +0 -170
- package/src/components/freddie/pages-runtime.js +0 -69
- package/src/components/freddie/pages-voice.js +0 -109
- package/src/web-components/freddie-chat.js +0 -34
- /package/src/{desktop → kits/os}/about-app.js +0 -0
- /package/src/{desktop → kits/os}/app-panes.css +0 -0
- /package/src/{desktop → kits/os}/browser-app.js +0 -0
- /package/src/{desktop → kits/os}/files-app.js +0 -0
- /package/src/{desktop → kits/os}/freddie/routes.js +0 -0
- /package/src/{desktop → kits/os}/freddie-dashboard.css +0 -0
- /package/src/{desktop → kits/os}/icons.js +0 -0
- /package/src/{desktop → kits/os}/index.js +0 -0
- /package/src/{desktop → kits/os}/launcher.css +0 -0
- /package/src/{desktop → kits/os}/launcher.js +0 -0
- /package/src/{desktop → kits/os}/monitor-app.js +0 -0
- /package/src/{desktop → kits/os}/shell.js +0 -0
- /package/src/{desktop → kits/os}/terminal-app.js +0 -0
- /package/src/{desktop → kits/os}/theme.css +0 -0
- /package/src/{desktop → kits/os}/validate.css +0 -0
- /package/src/{desktop → kits/os}/validator-app.js +0 -0
- /package/src/{desktop → kits/os}/wm.css +0 -0
- /package/src/{desktop → kits/os}/wm.js +0 -0
package/app-shell.css
CHANGED
|
@@ -1,2111 +1,570 @@
|
|
|
1
1
|
/* ============================================================
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
2
|
+
247420 design system — component sheet
|
|
3
|
+
Tonal surfaces over borders. Indicator rails over hairlines.
|
|
4
|
+
Friendly rounded sans body; mono only on real code.
|
|
5
5
|
============================================================ */
|
|
6
6
|
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
7
|
+
/* ============================================================
|
|
8
|
+
Base
|
|
9
|
+
============================================================ */
|
|
10
|
+
* { box-sizing: border-box; }
|
|
11
|
+
html, body { margin: 0; padding: 0; }
|
|
12
|
+
body {
|
|
13
|
+
background: var(--bg);
|
|
14
|
+
color: var(--fg);
|
|
15
|
+
font-family: var(--ff-body);
|
|
16
|
+
font-size: var(--fs-body);
|
|
17
|
+
line-height: var(--lh-base);
|
|
18
|
+
-webkit-font-smoothing: antialiased;
|
|
19
|
+
text-rendering: optimizeLegibility;
|
|
20
|
+
}
|
|
21
|
+
::selection { background: var(--mascot); color: var(--ink); }
|
|
22
|
+
|
|
23
|
+
/* Every root has a CQ container so fluid type can resolve to a meaningful inline-size. */
|
|
24
|
+
.app, [class*="kit-"], .ds-stage {
|
|
25
|
+
container-type: inline-size;
|
|
26
|
+
overflow-x: clip;
|
|
27
|
+
min-width: 0;
|
|
28
|
+
}
|
|
29
|
+
.app *, [class*="kit-"] * { min-width: 0; }
|
|
14
30
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
31
|
+
/* ============================================================
|
|
32
|
+
Typography
|
|
33
|
+
============================================================ */
|
|
34
|
+
h1, .t-h1 { font-family: var(--ff-body); font-size: var(--fs-h1); line-height: var(--lh-snug); letter-spacing: var(--tr-tight); font-weight: 600; margin: 0; }
|
|
35
|
+
h2, .t-h2 { font-family: var(--ff-body); font-size: var(--fs-h2); line-height: var(--lh-snug); letter-spacing: var(--tr-tight); font-weight: 600; margin: 0; }
|
|
36
|
+
h3, .t-h3 { font-family: var(--ff-body); font-size: var(--fs-h3); line-height: var(--lh-snug); letter-spacing: -0.01em; font-weight: 600; margin: 0; }
|
|
37
|
+
h4, .t-h4 { font-family: var(--ff-body); font-size: var(--fs-h4); line-height: var(--lh-snug); font-weight: 600; margin: 0; }
|
|
22
38
|
|
|
23
|
-
|
|
24
|
-
.
|
|
25
|
-
position: sticky;
|
|
26
|
-
top: 0;
|
|
27
|
-
z-index: 100;
|
|
28
|
-
height: 56px;
|
|
29
|
-
background: var(--panel-0);
|
|
30
|
-
color: var(--panel-text);
|
|
31
|
-
display: flex;
|
|
32
|
-
align-items: center;
|
|
33
|
-
padding: 0 20px;
|
|
34
|
-
gap: 16px;
|
|
35
|
-
font-size: 13px;
|
|
36
|
-
flex-shrink: 0;
|
|
37
|
-
}
|
|
38
|
-
.app-topbar .menu {
|
|
39
|
-
width: 36px; height: 36px;
|
|
40
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
41
|
-
color: var(--panel-text-2);
|
|
42
|
-
background: transparent;
|
|
43
|
-
border-radius: 999px;
|
|
44
|
-
cursor: pointer;
|
|
45
|
-
font-family: var(--ff-ui);
|
|
46
|
-
font-size: 16px;
|
|
47
|
-
transition: background 80ms ease;
|
|
48
|
-
}
|
|
49
|
-
.app-topbar .menu:hover { background: var(--panel-hover); color: var(--panel-text); }
|
|
50
|
-
.app-search {
|
|
51
|
-
flex: 1;
|
|
52
|
-
max-width: 720px;
|
|
53
|
-
display: flex;
|
|
54
|
-
align-items: center;
|
|
55
|
-
gap: 10px;
|
|
56
|
-
background: var(--panel-2);
|
|
57
|
-
border-radius: 999px;
|
|
58
|
-
padding: 0 18px;
|
|
59
|
-
height: 40px;
|
|
60
|
-
transition: background 80ms ease;
|
|
61
|
-
}
|
|
62
|
-
.app-search:hover, .app-search:focus-within { background: var(--panel-1); }
|
|
63
|
-
.app-search .icon { color: var(--panel-text-2); font-family: var(--ff-ui); font-size: 14px; }
|
|
64
|
-
.app-search input {
|
|
65
|
-
flex: 1;
|
|
66
|
-
background: transparent;
|
|
67
|
-
color: var(--panel-text);
|
|
68
|
-
font-family: inherit;
|
|
69
|
-
font-size: 14px;
|
|
70
|
-
height: 100%;
|
|
71
|
-
padding: 0;
|
|
72
|
-
}
|
|
73
|
-
.app-search input::placeholder { color: var(--panel-text-2); }
|
|
74
|
-
.app-topbar .brand {
|
|
75
|
-
font-weight: 600;
|
|
76
|
-
color: var(--panel-text);
|
|
77
|
-
display: inline-flex;
|
|
78
|
-
align-items: center;
|
|
79
|
-
}
|
|
80
|
-
.app-topbar .brand .slash { color: var(--panel-text-3); margin: 0 6px; font-weight: 400; }
|
|
81
|
-
.app-topbar nav {
|
|
82
|
-
display: flex;
|
|
83
|
-
gap: 2px;
|
|
84
|
-
margin-left: auto;
|
|
85
|
-
align-items: center;
|
|
86
|
-
}
|
|
87
|
-
.app-topbar nav a {
|
|
88
|
-
color: var(--panel-text-2);
|
|
89
|
-
text-decoration: none;
|
|
90
|
-
padding: 7px 14px;
|
|
91
|
-
font-size: 13px;
|
|
92
|
-
border-radius: 999px;
|
|
93
|
-
line-height: 1;
|
|
94
|
-
transition: background 80ms ease, color 80ms ease;
|
|
95
|
-
}
|
|
96
|
-
.app-topbar nav a:hover { background: var(--panel-hover); color: var(--panel-text); }
|
|
97
|
-
.app-topbar nav a.active:hover { filter: brightness(1.06); }
|
|
98
|
-
.app-topbar nav a.active { color: var(--panel-accent-fg); background: var(--panel-accent); }
|
|
39
|
+
.t-hero { font-family: var(--ff-body); font-size: var(--fs-hero); line-height: var(--lh-tight); letter-spacing: var(--tr-tighter); font-weight: 600; margin: 0; }
|
|
40
|
+
.t-mega { font-family: var(--ff-body); font-size: var(--fs-mega); line-height: 0.95; letter-spacing: var(--tr-tighter); font-weight: 600; margin: 0; }
|
|
99
41
|
|
|
100
|
-
|
|
101
|
-
.
|
|
102
|
-
|
|
103
|
-
top: 40px;
|
|
104
|
-
z-index: 99;
|
|
105
|
-
background: var(--panel-1);
|
|
106
|
-
padding: 8px 20px;
|
|
107
|
-
font-family: var(--ff-ui);
|
|
108
|
-
font-size: 12px;
|
|
109
|
-
color: var(--panel-text-2);
|
|
110
|
-
display: flex;
|
|
111
|
-
gap: 6px;
|
|
112
|
-
align-items: center;
|
|
113
|
-
flex-shrink: 0;
|
|
114
|
-
}
|
|
115
|
-
.app-crumb .sep { color: var(--panel-text-3); }
|
|
116
|
-
.app-crumb .leaf { color: var(--panel-text); }
|
|
42
|
+
.t-display { font-family: var(--ff-body); font-weight: 600; letter-spacing: var(--tr-tight); }
|
|
43
|
+
.t-mono { font-family: var(--ff-mono); }
|
|
44
|
+
.t-body { font-family: var(--ff-body); }
|
|
117
45
|
|
|
118
|
-
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
grid-template-columns: 256px 1fr;
|
|
122
|
-
flex: 1;
|
|
123
|
-
min-height: 0;
|
|
124
|
-
background: var(--panel-0);
|
|
125
|
-
gap: 0;
|
|
126
|
-
transition: grid-template-columns var(--motion-fast, 220ms) ease;
|
|
127
|
-
}
|
|
128
|
-
.app-body.no-side { grid-template-columns: 1fr; }
|
|
129
|
-
.app-body.no-side > .app-main { grid-column: 1 / -1; }
|
|
46
|
+
.t-label { font-family: var(--ff-mono); font-size: var(--fs-tiny); text-transform: uppercase; letter-spacing: var(--tr-label); font-weight: 500; }
|
|
47
|
+
.t-micro { font-family: var(--ff-mono); font-size: var(--fs-micro); text-transform: uppercase; letter-spacing: var(--tr-label); color: var(--fg-3); }
|
|
48
|
+
.t-meta { font-family: var(--ff-body); font-size: var(--fs-sm); color: var(--fg-3); }
|
|
130
49
|
|
|
131
|
-
.
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
transform: translateX(0);
|
|
136
|
-
transition: opacity var(--motion-fast, 220ms) ease, transform var(--motion-fast, 220ms) ease;
|
|
137
|
-
}
|
|
138
|
-
.app-body.no-side .app-side-shell {
|
|
139
|
-
opacity: 0;
|
|
140
|
-
transform: translateX(-12px);
|
|
141
|
-
pointer-events: none;
|
|
50
|
+
.lede, .t-lede {
|
|
51
|
+
font-family: var(--ff-body); font-size: var(--fs-xl);
|
|
52
|
+
line-height: 1.4; max-width: 38ch; font-weight: 400; color: var(--fg-2);
|
|
53
|
+
margin: 0;
|
|
142
54
|
}
|
|
143
55
|
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
56
|
+
.eyebrow {
|
|
57
|
+
font-family: var(--ff-body);
|
|
58
|
+
font-size: var(--fs-tiny);
|
|
59
|
+
font-weight: 600;
|
|
60
|
+
letter-spacing: var(--tr-caps);
|
|
61
|
+
text-transform: uppercase;
|
|
62
|
+
color: var(--accent);
|
|
63
|
+
display: inline-flex; align-items: center; gap: 10px;
|
|
150
64
|
}
|
|
151
|
-
.
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
font-size: 12px;
|
|
155
|
-
letter-spacing: 0.01em;
|
|
156
|
-
color: var(--panel-text-3);
|
|
157
|
-
font-weight: 600;
|
|
158
|
-
}
|
|
159
|
-
.app-side a {
|
|
160
|
-
display: flex;
|
|
161
|
-
align-items: center;
|
|
162
|
-
gap: 10px;
|
|
163
|
-
margin: 1px 8px;
|
|
164
|
-
padding: 6px 12px 6px 16px;
|
|
165
|
-
color: var(--panel-text);
|
|
166
|
-
text-decoration: none;
|
|
167
|
-
font-size: 13px;
|
|
168
|
-
border-radius: 999px;
|
|
169
|
-
transition: background 80ms ease;
|
|
65
|
+
.eyebrow::before {
|
|
66
|
+
content: '';
|
|
67
|
+
width: 18px; height: 2px; background: currentColor;
|
|
170
68
|
}
|
|
171
|
-
.app-side a:hover { background: var(--panel-hover); }
|
|
172
|
-
.app-side a.active { background: var(--panel-select); color: var(--panel-text); font-weight: 600; }
|
|
173
|
-
.app-side a.active:hover { background: var(--panel-select); filter: brightness(0.97); }
|
|
174
|
-
.app-side a .glyph { color: var(--panel-text-2); font-family: var(--ff-ui); width: 14px; flex-shrink: 0; }
|
|
175
|
-
.app-side a.active .glyph { color: var(--panel-accent); }
|
|
176
69
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
70
|
+
.ds-prose {
|
|
71
|
+
font-family: var(--ff-body);
|
|
72
|
+
font-size: var(--fs-lg);
|
|
73
|
+
line-height: var(--lh-long);
|
|
74
|
+
max-width: var(--measure);
|
|
75
|
+
text-wrap: pretty;
|
|
183
76
|
}
|
|
184
|
-
.
|
|
185
|
-
.
|
|
186
|
-
.
|
|
77
|
+
.ds-prose p { margin: 0 0 var(--space-4); }
|
|
78
|
+
.ds-prose h1 { font-size: clamp(34px, 5.4cqi, 64px); margin-bottom: var(--space-3); }
|
|
79
|
+
.ds-prose h2 { margin: var(--space-6) 0 var(--space-3); }
|
|
80
|
+
.ds-prose h3 { margin: var(--space-5) 0 var(--space-2); font-size: var(--fs-lg); font-weight: 600; }
|
|
187
81
|
|
|
188
|
-
.
|
|
189
|
-
font-size: 28px;
|
|
190
|
-
font-weight: 600;
|
|
191
|
-
margin: 4px 0 4px 0;
|
|
192
|
-
color: var(--panel-text);
|
|
193
|
-
letter-spacing: -0.01em;
|
|
194
|
-
line-height: 1.2;
|
|
195
|
-
}
|
|
196
|
-
.app-main h2 {
|
|
197
|
-
font-size: 18px;
|
|
198
|
-
font-weight: 600;
|
|
199
|
-
margin: 32px 0 8px 0;
|
|
200
|
-
color: var(--panel-text);
|
|
201
|
-
letter-spacing: -0.005em;
|
|
202
|
-
}
|
|
203
|
-
.app-main h3 {
|
|
204
|
-
font-family: var(--ff-ui);
|
|
205
|
-
font-size: 13px;
|
|
206
|
-
font-weight: 600;
|
|
207
|
-
margin: 24px 0 8px 0;
|
|
208
|
-
color: var(--panel-accent);
|
|
209
|
-
letter-spacing: 0.01em;
|
|
210
|
-
}
|
|
211
|
-
.app-main p {
|
|
212
|
-
margin: 0 0 12px 0;
|
|
213
|
-
max-width: 72ch;
|
|
214
|
-
font-size: 14px;
|
|
215
|
-
line-height: 1.6;
|
|
216
|
-
color: var(--panel-text);
|
|
217
|
-
}
|
|
218
|
-
.app-main .lede {
|
|
219
|
-
font-size: 15px;
|
|
220
|
-
color: var(--panel-text-2);
|
|
221
|
-
margin: 0 0 24px 0;
|
|
222
|
-
max-width: 60ch;
|
|
223
|
-
}
|
|
224
|
-
.app-main a {
|
|
225
|
-
color: var(--panel-accent);
|
|
226
|
-
text-decoration: none;
|
|
227
|
-
}
|
|
228
|
-
.app-main a:hover { text-decoration: underline; text-underline-offset: 2px; }
|
|
229
|
-
.app-main code {
|
|
230
|
-
font-family: var(--ff-mono);
|
|
231
|
-
font-size: 12.5px;
|
|
232
|
-
background: var(--panel-2);
|
|
233
|
-
padding: 1px 6px;
|
|
234
|
-
border-radius: 6px;
|
|
235
|
-
color: var(--panel-text);
|
|
236
|
-
}
|
|
237
|
-
.app-main pre {
|
|
238
|
-
background: var(--panel-1);
|
|
239
|
-
padding: 14px 16px;
|
|
240
|
-
font-family: var(--ff-mono);
|
|
241
|
-
font-size: 12.5px;
|
|
242
|
-
line-height: 1.6;
|
|
243
|
-
color: var(--panel-text);
|
|
244
|
-
overflow-x: auto;
|
|
245
|
-
margin: 12px 0;
|
|
246
|
-
border-radius: 12px;
|
|
247
|
-
}
|
|
248
|
-
.app-main pre code { background: transparent; padding: 0; }
|
|
249
|
-
.app-main pre .c { color: var(--panel-text-2); }
|
|
250
|
-
.app-main pre .k { color: var(--panel-accent); }
|
|
251
|
-
.app-main pre .s { color: #ce9178; }
|
|
82
|
+
.dim { color: var(--fg-3); }
|
|
252
83
|
|
|
253
|
-
/*
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
84
|
+
/* Links */
|
|
85
|
+
a { color: inherit; text-decoration: none; }
|
|
86
|
+
a.ds-link-accent, .ds-prose a {
|
|
87
|
+
color: var(--accent);
|
|
88
|
+
text-decoration: underline;
|
|
89
|
+
text-underline-offset: 4px;
|
|
90
|
+
text-decoration-thickness: 2px;
|
|
259
91
|
}
|
|
260
|
-
.
|
|
261
|
-
|
|
262
|
-
background: var(--panel-1);
|
|
263
|
-
font-family: var(--ff-ui);
|
|
264
|
-
font-size: 13px;
|
|
265
|
-
letter-spacing: 0.005em;
|
|
266
|
-
color: var(--panel-text-2);
|
|
267
|
-
font-weight: 600;
|
|
268
|
-
display: flex;
|
|
269
|
-
justify-content: space-between;
|
|
270
|
-
align-items: center;
|
|
271
|
-
gap: var(--tool-gutter);
|
|
92
|
+
a.ds-link-accent:hover, .ds-prose a:hover {
|
|
93
|
+
background: var(--accent); color: var(--accent-fg); text-decoration-color: transparent;
|
|
272
94
|
}
|
|
273
|
-
.panel-body { padding: 12px var(--tool-gutter); background: var(--panel-1); }
|
|
274
|
-
.panel-body > .row, .panel-body > div > .row { border-radius: 0; margin-bottom: 0; }
|
|
275
|
-
.panel-body > .row-form, .panel-body > form.row-form { margin-bottom: 0; }
|
|
276
95
|
|
|
277
|
-
|
|
278
|
-
.
|
|
279
|
-
|
|
280
|
-
grid-template-columns: 80px 1fr auto;
|
|
281
|
-
gap: 12px;
|
|
282
|
-
padding: 10px 20px;
|
|
283
|
-
align-items: baseline;
|
|
284
|
-
color: var(--panel-text);
|
|
285
|
-
text-decoration: none;
|
|
286
|
-
font-size: 13px;
|
|
287
|
-
cursor: pointer;
|
|
288
|
-
background: transparent;
|
|
289
|
-
transition: background 80ms ease;
|
|
96
|
+
kbd {
|
|
97
|
+
font-family: var(--ff-mono); font-size: 0.85em;
|
|
98
|
+
background: var(--bg-2); padding: 2px 6px; border-radius: var(--r-1);
|
|
290
99
|
}
|
|
291
|
-
.row:nth-child(even) { background: var(--panel-2); }
|
|
292
|
-
.row:hover { background: var(--panel-hover); }
|
|
293
|
-
.row.active { background: var(--panel-select); font-weight: 500; }
|
|
294
|
-
.row.active:hover { background: var(--panel-select); filter: brightness(0.97); }
|
|
295
|
-
.row .code {
|
|
296
|
-
font-family: var(--ff-mono);
|
|
297
|
-
font-size: 11px;
|
|
298
|
-
color: var(--panel-text-2);
|
|
299
|
-
letter-spacing: 0.02em;
|
|
300
|
-
}
|
|
301
|
-
.row .title { color: var(--panel-text); font-weight: 500; }
|
|
302
|
-
.row .sub { color: var(--panel-text-2); font-size: 12px; margin-left: 8px; font-weight: 400; }
|
|
303
|
-
.row .meta { color: var(--panel-text-2); font-size: 11px; text-align: right; font-family: var(--ff-ui); }
|
|
304
100
|
|
|
305
|
-
|
|
306
|
-
.
|
|
307
|
-
|
|
308
|
-
border-radius: 20px;
|
|
309
|
-
overflow: hidden;
|
|
310
|
-
margin: 8px 0;
|
|
311
|
-
}
|
|
312
|
-
.list-row {
|
|
313
|
-
display: grid;
|
|
314
|
-
grid-template-columns: 22px 18px 22px 200px 1fr auto 64px;
|
|
315
|
-
gap: 12px;
|
|
316
|
-
padding: 6px 16px;
|
|
317
|
-
align-items: center;
|
|
318
|
-
color: var(--panel-text-2);
|
|
319
|
-
text-decoration: none;
|
|
320
|
-
font-size: 13.5px;
|
|
321
|
-
line-height: 1.2;
|
|
322
|
-
cursor: pointer;
|
|
323
|
-
background: transparent;
|
|
324
|
-
transition: background 80ms ease;
|
|
325
|
-
min-height: 36px;
|
|
101
|
+
code {
|
|
102
|
+
font-family: var(--ff-mono); font-size: 0.92em;
|
|
103
|
+
background: var(--bg-2); padding: 0.15em 0.5em; border-radius: var(--r-1);
|
|
326
104
|
}
|
|
327
|
-
.list-row:nth-child(even) { background: var(--panel-2); }
|
|
328
|
-
.list-row:hover { background: var(--panel-hover); }
|
|
329
|
-
.list-row.unread { color: var(--panel-text); font-weight: 600; }
|
|
330
|
-
.list-row .check {
|
|
331
|
-
width: 18px; height: 18px;
|
|
332
|
-
border-radius: 4px;
|
|
333
|
-
background: var(--panel-2);
|
|
334
|
-
display: inline-block;
|
|
335
|
-
transition: background 80ms ease;
|
|
336
|
-
}
|
|
337
|
-
.list-row:hover .check { background: var(--panel-3); }
|
|
338
|
-
.list-row .star {
|
|
339
|
-
color: var(--panel-text-3);
|
|
340
|
-
font-family: var(--ff-ui);
|
|
341
|
-
font-size: 14px;
|
|
342
|
-
text-align: center;
|
|
343
|
-
cursor: pointer;
|
|
344
|
-
}
|
|
345
|
-
.list-row .star.on { color: var(--sun, #e0a200); }
|
|
346
|
-
.list-row .glyph {
|
|
347
|
-
color: var(--panel-text-3);
|
|
348
|
-
font-family: var(--ff-ui);
|
|
349
|
-
font-size: 14px;
|
|
350
|
-
text-align: center;
|
|
351
|
-
}
|
|
352
|
-
.list-row.unread .glyph { color: var(--panel-accent); }
|
|
353
|
-
|
|
354
|
-
/* Category color separation — left-edge tint band + glyph color via [data-cat] */
|
|
355
|
-
.list-row[data-cat] { box-shadow: inset 4px 0 0 transparent; transition: background 80ms ease, box-shadow 80ms ease; }
|
|
356
|
-
.list-row[data-cat="kit"] { box-shadow: inset 4px 0 0 var(--green); }
|
|
357
|
-
.list-row[data-cat="kit"] .glyph { color: var(--green); }
|
|
358
|
-
.list-row[data-cat="deck"] { box-shadow: inset 4px 0 0 var(--sun); }
|
|
359
|
-
.list-row[data-cat="deck"] .glyph { color: var(--sun); }
|
|
360
|
-
.list-row[data-cat="preview"] { box-shadow: inset 4px 0 0 var(--purple); }
|
|
361
|
-
.list-row[data-cat="preview"] .glyph { color: var(--purple); }
|
|
362
|
-
.list-row[data-cat="doc"] { box-shadow: inset 4px 0 0 var(--mascot); }
|
|
363
|
-
.list-row[data-cat="doc"] .glyph { color: var(--mascot); }
|
|
364
|
-
.list-row[data-cat="external"] { box-shadow: inset 4px 0 0 var(--panel-text-3); }
|
|
365
|
-
.list-row[data-cat="external"] .glyph { color: var(--panel-text-3); }
|
|
366
105
|
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
opacity: 0;
|
|
378
|
-
transition: opacity 80ms ease;
|
|
379
|
-
}
|
|
380
|
-
.list-row:hover .actions { opacity: 1; }
|
|
381
|
-
.list-row:hover .meta .label { display: none; }
|
|
382
|
-
.list-row .actions .icon-btn {
|
|
383
|
-
width: 28px; height: 28px;
|
|
384
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
385
|
-
background: transparent;
|
|
386
|
-
color: var(--panel-text-2);
|
|
387
|
-
border-radius: 999px;
|
|
388
|
-
cursor: pointer;
|
|
389
|
-
font-family: var(--ff-ui);
|
|
390
|
-
font-size: 13px;
|
|
391
|
-
transition: background 80ms ease;
|
|
392
|
-
}
|
|
393
|
-
.list-row .actions .icon-btn:hover { background: var(--panel-3); color: var(--panel-text); }
|
|
394
|
-
.list-row .from {
|
|
395
|
-
color: inherit;
|
|
396
|
-
white-space: nowrap;
|
|
397
|
-
overflow: hidden;
|
|
398
|
-
text-overflow: ellipsis;
|
|
399
|
-
}
|
|
400
|
-
.list-row .subject {
|
|
401
|
-
color: var(--panel-text-2);
|
|
402
|
-
white-space: nowrap;
|
|
403
|
-
overflow: hidden;
|
|
404
|
-
text-overflow: ellipsis;
|
|
405
|
-
}
|
|
406
|
-
.list-row.unread .subject { color: var(--panel-text); }
|
|
407
|
-
.list-row .subject .preview {
|
|
408
|
-
color: var(--panel-text-2);
|
|
409
|
-
font-weight: 400;
|
|
410
|
-
margin-left: 8px;
|
|
106
|
+
pre {
|
|
107
|
+
font-family: var(--ff-mono);
|
|
108
|
+
background: var(--ink);
|
|
109
|
+
color: var(--paper);
|
|
110
|
+
padding: var(--space-5);
|
|
111
|
+
overflow-x: auto;
|
|
112
|
+
line-height: 1.55;
|
|
113
|
+
font-size: var(--fs-sm);
|
|
114
|
+
margin: 0;
|
|
115
|
+
border-radius: var(--r-3);
|
|
411
116
|
}
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
align-items: center;
|
|
417
|
-
flex-shrink: 0;
|
|
418
|
-
}
|
|
419
|
-
.list-row .time {
|
|
420
|
-
color: var(--panel-text-2);
|
|
421
|
-
font-family: var(--ff-ui);
|
|
422
|
-
font-size: 11px;
|
|
423
|
-
text-align: right;
|
|
424
|
-
white-space: nowrap;
|
|
425
|
-
}
|
|
426
|
-
.list-row.unread .time { color: var(--panel-text); font-weight: 600; }
|
|
117
|
+
pre .k { color: var(--mascot); }
|
|
118
|
+
pre .s { color: var(--sun); }
|
|
119
|
+
pre .c { color: #9A9AA2; }
|
|
120
|
+
pre .n { color: var(--green-2); }
|
|
427
121
|
|
|
428
|
-
/*
|
|
429
|
-
.
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
color: var(--panel-text-2);
|
|
438
|
-
background: var(--panel-2);
|
|
439
|
-
white-space: nowrap;
|
|
440
|
-
text-transform: lowercase;
|
|
441
|
-
letter-spacing: 0.04em;
|
|
122
|
+
/* ============================================================
|
|
123
|
+
AppShell — page frame. The topbar floats above a soft background;
|
|
124
|
+
the body sits inside a rounded inner shell for a friendlier feel.
|
|
125
|
+
============================================================ */
|
|
126
|
+
.app {
|
|
127
|
+
display: flex; flex-direction: column;
|
|
128
|
+
min-height: 100vh;
|
|
129
|
+
background: var(--bg);
|
|
130
|
+
color: var(--fg);
|
|
442
131
|
}
|
|
443
|
-
.list-row:nth-child(even) .label { background: var(--panel-3); }
|
|
444
|
-
.label.accent { background: color-mix(in oklab, var(--panel-accent) 22%, var(--panel-2)); color: var(--panel-text); }
|
|
445
132
|
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
133
|
+
.app-topbar {
|
|
134
|
+
position: sticky; top: 0; z-index: var(--z-header);
|
|
135
|
+
display: grid; grid-template-columns: auto 1fr auto;
|
|
136
|
+
align-items: center; gap: var(--space-4);
|
|
137
|
+
padding: 18px var(--pad-x);
|
|
138
|
+
background: color-mix(in oklab, var(--bg) 88%, transparent);
|
|
139
|
+
backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px);
|
|
140
|
+
}
|
|
141
|
+
.app-topbar nav { display: flex; gap: 4px; font-size: var(--fs-sm); }
|
|
142
|
+
.app-topbar nav a {
|
|
143
|
+
color: var(--fg-2);
|
|
144
|
+
padding: 8px 14px;
|
|
145
|
+
border-radius: var(--r-pill);
|
|
146
|
+
transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
|
|
454
147
|
}
|
|
455
|
-
.
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
padding: 14px 20px;
|
|
461
|
-
color: var(--panel-text-2);
|
|
462
|
-
text-decoration: none;
|
|
463
|
-
font-size: 13px;
|
|
464
|
-
font-weight: 500;
|
|
465
|
-
background: transparent;
|
|
466
|
-
transition: background 80ms ease, color 80ms ease, box-shadow 80ms ease;
|
|
467
|
-
box-shadow: inset 0 -3px 0 transparent;
|
|
148
|
+
.app-topbar nav a:hover { background: var(--bg-2); color: var(--fg); }
|
|
149
|
+
.app-topbar nav a.active {
|
|
150
|
+
color: var(--accent-fg);
|
|
151
|
+
background: var(--accent);
|
|
152
|
+
font-weight: 600;
|
|
468
153
|
}
|
|
469
|
-
|
|
470
|
-
.
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
154
|
+
|
|
155
|
+
.brand {
|
|
156
|
+
font-family: var(--ff-body);
|
|
157
|
+
font-weight: 700; font-size: var(--fs-sm);
|
|
158
|
+
letter-spacing: -0.01em;
|
|
474
159
|
}
|
|
475
|
-
.
|
|
476
|
-
.tabs a.active .glyph { color: var(--panel-accent); }
|
|
160
|
+
.brand .slash { color: var(--fg-3); font-weight: 400; margin: 0 2px; }
|
|
477
161
|
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
background: var(--panel-1);
|
|
485
|
-
border-radius: 16px 16px 0 0;
|
|
486
|
-
margin-top: 8px;
|
|
487
|
-
color: var(--panel-text-2);
|
|
488
|
-
font-size: 12px;
|
|
489
|
-
position: sticky;
|
|
490
|
-
top: 0;
|
|
491
|
-
z-index: 10;
|
|
162
|
+
.app-search {
|
|
163
|
+
display: inline-flex; align-items: center; gap: 10px;
|
|
164
|
+
padding: 9px 16px; background: var(--bg-2);
|
|
165
|
+
border-radius: var(--r-pill);
|
|
166
|
+
font-size: var(--fs-sm); color: var(--fg-3);
|
|
167
|
+
max-width: 360px;
|
|
492
168
|
}
|
|
493
|
-
.
|
|
494
|
-
.
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
color: var(--panel-text-2);
|
|
499
|
-
border-radius: 999px;
|
|
500
|
-
cursor: pointer;
|
|
501
|
-
font-family: var(--ff-ui);
|
|
502
|
-
font-size: 14px;
|
|
503
|
-
transition: background 80ms ease;
|
|
169
|
+
.app-search .icon { opacity: 0.6; }
|
|
170
|
+
.app-search input {
|
|
171
|
+
border: 0; outline: 0; background: transparent;
|
|
172
|
+
font-family: inherit; font-size: inherit; color: var(--fg);
|
|
173
|
+
width: 100%;
|
|
504
174
|
}
|
|
505
|
-
.list-toolbar .icon-btn:hover { background: var(--panel-hover); color: var(--panel-text); }
|
|
506
|
-
.list-toolbar .spacer { flex: 1; }
|
|
507
|
-
.list-toolbar .count { color: var(--panel-text-2); font-family: var(--ff-ui); font-size: 11px; padding: 0 8px; }
|
|
508
175
|
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
gap: 12px;
|
|
514
|
-
margin: 0 16px 16px 16px;
|
|
515
|
-
padding: 14px 24px 14px 18px;
|
|
516
|
-
background: var(--panel-2);
|
|
517
|
-
color: var(--panel-text);
|
|
518
|
-
font-family: inherit;
|
|
519
|
-
font-size: 14px;
|
|
520
|
-
font-weight: 600;
|
|
521
|
-
border-radius: 999px;
|
|
522
|
-
cursor: pointer;
|
|
523
|
-
text-decoration: none;
|
|
524
|
-
transition: background 80ms ease;
|
|
176
|
+
.app-crumb {
|
|
177
|
+
padding: 0 var(--pad-x) 14px;
|
|
178
|
+
display: flex; align-items: center; gap: 8px;
|
|
179
|
+
font-size: var(--fs-sm); color: var(--fg-3);
|
|
525
180
|
}
|
|
526
|
-
.
|
|
527
|
-
.
|
|
181
|
+
.app-crumb .sep { opacity: 0.5; }
|
|
182
|
+
.app-crumb .leaf { color: var(--fg); font-weight: 600; }
|
|
183
|
+
.app-crumb .crumb-right { margin-left: auto; color: var(--fg-3); }
|
|
528
184
|
|
|
529
|
-
|
|
530
|
-
.app-
|
|
531
|
-
|
|
532
|
-
color: var(--panel-text-2);
|
|
533
|
-
font-family: var(--ff-ui);
|
|
534
|
-
font-size: 11px;
|
|
535
|
-
}
|
|
536
|
-
.app-side a.active .count { color: var(--panel-text); font-weight: 600; }
|
|
185
|
+
.app-side-shell { background: var(--bg); }
|
|
186
|
+
.app-body { display: grid; grid-template-columns: 220px minmax(0, 1fr); flex: 1; min-height: 0; }
|
|
187
|
+
.app-body.no-side { grid-template-columns: minmax(0, 1fr); }
|
|
537
188
|
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
background: var(--panel-1);
|
|
543
|
-
border-radius: 16px;
|
|
544
|
-
overflow: hidden;
|
|
545
|
-
font-family: var(--ff-mono);
|
|
546
|
-
font-size: 13px;
|
|
547
|
-
max-width: 640px;
|
|
548
|
-
margin: 12px 0;
|
|
549
|
-
}
|
|
550
|
-
.cli .prompt { padding: 10px 14px; color: var(--panel-accent); font-weight: 600; }
|
|
551
|
-
.cli .cmd { flex: 1; padding: 10px 0; color: var(--panel-text); }
|
|
552
|
-
.cli .copy {
|
|
553
|
-
padding: 0 16px;
|
|
554
|
-
background: var(--panel-2);
|
|
555
|
-
color: var(--panel-text-2);
|
|
556
|
-
cursor: pointer;
|
|
557
|
-
font-size: 12px;
|
|
558
|
-
letter-spacing: 0.01em;
|
|
559
|
-
display: flex;
|
|
560
|
-
align-items: center;
|
|
189
|
+
.app-side {
|
|
190
|
+
display: flex; flex-direction: column; gap: var(--space-4);
|
|
191
|
+
padding: var(--space-5) var(--space-3);
|
|
192
|
+
font-size: var(--fs-sm);
|
|
561
193
|
}
|
|
562
|
-
.
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
input[type="email"],
|
|
567
|
-
input[type="password"],
|
|
568
|
-
input[type="search"],
|
|
569
|
-
input[type="number"],
|
|
570
|
-
input:not([type]) {
|
|
571
|
-
padding: 8px 12px;
|
|
572
|
-
background: var(--panel-2);
|
|
573
|
-
color: var(--panel-text);
|
|
574
|
-
font-family: var(--ff-ui);
|
|
575
|
-
font-size: 14px;
|
|
576
|
-
border-radius: 10px;
|
|
577
|
-
border: 0;
|
|
578
|
-
outline: 0;
|
|
579
|
-
transition: background 80ms ease;
|
|
194
|
+
.app-side .group {
|
|
195
|
+
font-size: var(--fs-xs); font-weight: 600;
|
|
196
|
+
color: var(--fg-3); padding: 0 var(--space-3);
|
|
197
|
+
margin-bottom: 6px;
|
|
580
198
|
}
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
input[type="password"]::placeholder, input[type="search"]::placeholder,
|
|
589
|
-
input[type="number"]::placeholder, input:not([type])::placeholder { color: var(--panel-text-2); }
|
|
590
|
-
|
|
591
|
-
/* Buttons */
|
|
592
|
-
.btn {
|
|
593
|
-
display: inline-flex;
|
|
594
|
-
align-items: center;
|
|
595
|
-
gap: 6px;
|
|
596
|
-
padding: 8px 18px;
|
|
597
|
-
background: var(--panel-2);
|
|
598
|
-
color: var(--panel-text);
|
|
599
|
-
font-family: inherit;
|
|
600
|
-
font-size: 13px;
|
|
601
|
-
font-weight: 500;
|
|
602
|
-
border-radius: 999px;
|
|
603
|
-
cursor: pointer;
|
|
604
|
-
text-decoration: none;
|
|
605
|
-
transition: background 80ms ease;
|
|
199
|
+
.app-side a {
|
|
200
|
+
display: grid; grid-template-columns: 18px 1fr auto;
|
|
201
|
+
gap: 10px; align-items: center;
|
|
202
|
+
padding: 10px 14px;
|
|
203
|
+
border-radius: var(--r-pill);
|
|
204
|
+
color: var(--fg-2);
|
|
205
|
+
margin-bottom: 2px;
|
|
606
206
|
}
|
|
607
|
-
.
|
|
608
|
-
.
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
align-items: center;
|
|
613
|
-
gap: 6px;
|
|
614
|
-
padding: 8px 18px;
|
|
615
|
-
background: var(--panel-accent);
|
|
616
|
-
color: var(--panel-accent-fg);
|
|
617
|
-
font-family: inherit;
|
|
618
|
-
font-size: 13px;
|
|
619
|
-
font-weight: 500;
|
|
620
|
-
border-radius: 999px;
|
|
621
|
-
cursor: pointer;
|
|
622
|
-
text-decoration: none;
|
|
623
|
-
transition: background 80ms ease, filter 80ms ease;
|
|
207
|
+
.app-side a:hover { background: var(--bg-2); color: var(--fg); }
|
|
208
|
+
.app-side a.active {
|
|
209
|
+
color: var(--accent-fg);
|
|
210
|
+
background: var(--accent);
|
|
211
|
+
font-weight: 600;
|
|
624
212
|
}
|
|
625
|
-
.
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
display: inline-flex;
|
|
630
|
-
align-items: center;
|
|
631
|
-
gap: 6px;
|
|
632
|
-
padding: 8px 18px;
|
|
633
|
-
background: transparent;
|
|
634
|
-
color: var(--panel-text-2);
|
|
635
|
-
font-family: inherit;
|
|
636
|
-
font-size: 13px;
|
|
637
|
-
cursor: pointer;
|
|
638
|
-
text-decoration: none;
|
|
639
|
-
border-radius: 999px;
|
|
640
|
-
transition: background 80ms ease;
|
|
213
|
+
.app-side .count {
|
|
214
|
+
background: var(--mascot); color: var(--ink);
|
|
215
|
+
padding: 1px 9px; font-size: var(--fs-micro); font-weight: 700;
|
|
216
|
+
border-radius: var(--r-pill);
|
|
641
217
|
}
|
|
642
|
-
.btn-ghost:hover { background: var(--panel-hover); color: var(--panel-text); }
|
|
643
218
|
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
align-items: center;
|
|
648
|
-
padding: 3px 10px;
|
|
649
|
-
border-radius: 999px;
|
|
650
|
-
font-family: var(--ff-ui);
|
|
651
|
-
font-size: 11px;
|
|
652
|
-
font-weight: 500;
|
|
653
|
-
background: var(--panel-2);
|
|
654
|
-
color: var(--panel-text);
|
|
219
|
+
.app-main {
|
|
220
|
+
padding: var(--space-7) var(--pad-x);
|
|
221
|
+
min-width: 0;
|
|
655
222
|
}
|
|
656
|
-
.
|
|
657
|
-
.chip.dim { color: var(--panel-text-2); background: var(--panel-1); }
|
|
223
|
+
.app-main.narrow { max-width: 760px; margin: 0 auto; }
|
|
658
224
|
|
|
659
|
-
/* Status bar — accent-colored footer */
|
|
660
225
|
.app-status {
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
align-items: center;
|
|
666
|
-
padding: 0 14px;
|
|
667
|
-
gap: 14px;
|
|
668
|
-
font-family: var(--ff-ui);
|
|
669
|
-
font-size: 11px;
|
|
670
|
-
flex-shrink: 0;
|
|
226
|
+
display: flex; align-items: center; gap: var(--space-3);
|
|
227
|
+
padding: 14px var(--pad-x);
|
|
228
|
+
font-family: var(--ff-mono); font-size: var(--fs-xs);
|
|
229
|
+
color: var(--fg-3);
|
|
671
230
|
}
|
|
231
|
+
.app-status .item { color: inherit; }
|
|
232
|
+
.app-status .item:first-of-type { color: var(--accent); }
|
|
672
233
|
.app-status .spread { flex: 1; }
|
|
673
|
-
.app-status .item { display: flex; align-items: center; gap: 4px; }
|
|
674
|
-
.app-status a { color: var(--panel-accent-fg); text-decoration: none; }
|
|
675
|
-
|
|
676
|
-
/* Key-value table — zebra, no rules */
|
|
677
|
-
.kv {
|
|
678
|
-
width: 100%;
|
|
679
|
-
max-width: 640px;
|
|
680
|
-
background: var(--panel-1);
|
|
681
|
-
border-radius: 16px;
|
|
682
|
-
overflow: hidden;
|
|
683
|
-
border-collapse: collapse;
|
|
684
|
-
margin: 12px 0;
|
|
685
|
-
}
|
|
686
|
-
.kv td { padding: 10px 20px; font-size: 13px; }
|
|
687
|
-
.kv tr { transition: background 80ms ease; }
|
|
688
|
-
.kv tr:nth-child(even) { background: var(--panel-2); }
|
|
689
|
-
.kv tr:hover { background: var(--panel-hover); }
|
|
690
|
-
.kv td:first-child {
|
|
691
|
-
color: var(--panel-text-2);
|
|
692
|
-
font-family: var(--ff-ui);
|
|
693
|
-
font-size: 12px;
|
|
694
|
-
letter-spacing: 0.01em;
|
|
695
|
-
width: 160px;
|
|
696
|
-
}
|
|
697
|
-
.kv td:last-child { color: var(--panel-text); }
|
|
698
|
-
|
|
699
|
-
/* Card grid — landing index */
|
|
700
|
-
.cards {
|
|
701
|
-
display: grid;
|
|
702
|
-
grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
|
|
703
|
-
gap: 8px;
|
|
704
|
-
margin: 12px 0 24px 0;
|
|
705
|
-
}
|
|
706
|
-
.card-item {
|
|
707
|
-
display: grid;
|
|
708
|
-
grid-template-columns: 44px 1fr;
|
|
709
|
-
gap: 10px;
|
|
710
|
-
padding: 18px 20px;
|
|
711
|
-
background: var(--panel-1);
|
|
712
|
-
color: var(--panel-text);
|
|
713
|
-
text-decoration: none;
|
|
714
|
-
align-items: baseline;
|
|
715
|
-
border-radius: 20px;
|
|
716
|
-
transition: background var(--dur-base, 160ms) ease;
|
|
717
|
-
}
|
|
718
|
-
.card-item:hover { background: var(--panel-hover); }
|
|
719
|
-
.card-item .code {
|
|
720
|
-
font-family: var(--ff-ui);
|
|
721
|
-
font-size: 11px;
|
|
722
|
-
color: var(--panel-accent);
|
|
723
|
-
letter-spacing: 0.04em;
|
|
724
|
-
font-weight: 600;
|
|
725
|
-
}
|
|
726
|
-
.card-item .name {
|
|
727
|
-
font-size: 13px;
|
|
728
|
-
font-weight: 500;
|
|
729
|
-
color: var(--panel-text);
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
/* Readability floor across all surfaces */
|
|
733
|
-
.app-side .group { font-size: 13px; }
|
|
734
|
-
.app-side a { font-size: 15px; }
|
|
735
|
-
.app-side a .count { font-size: 13px; }
|
|
736
|
-
.tabs a { font-size: 15px; }
|
|
737
|
-
.list-toolbar .count { font-size: 13px; }
|
|
738
|
-
.list-row .from, .list-row .subject { font-size: 15px; }
|
|
739
|
-
.list-row .time, .label { font-size: 13px; }
|
|
740
|
-
|
|
741
|
-
/* Scrollbars */
|
|
742
|
-
::-webkit-scrollbar { width: 10px; height: 10px; }
|
|
743
|
-
::-webkit-scrollbar-thumb { background: var(--panel-3); border-radius: 5px; }
|
|
744
|
-
::-webkit-scrollbar-thumb:hover { background: var(--panel-hover); }
|
|
745
|
-
::-webkit-scrollbar-track { background: transparent; }
|
|
746
234
|
|
|
747
235
|
/* ============================================================
|
|
748
|
-
|
|
749
|
-
Tonal panels, pill bubbles, monospace meta. Tokens-only.
|
|
236
|
+
Primitives
|
|
750
237
|
============================================================ */
|
|
238
|
+
.btn, .btn-primary, .btn-ghost {
|
|
239
|
+
display: inline-flex; align-items: center; gap: 8px;
|
|
240
|
+
padding: 13px 22px;
|
|
241
|
+
font-family: var(--ff-body);
|
|
242
|
+
font-weight: 600; font-size: var(--fs-sm);
|
|
243
|
+
text-decoration: none;
|
|
244
|
+
cursor: pointer;
|
|
245
|
+
border-radius: var(--r-pill);
|
|
246
|
+
border: 0;
|
|
247
|
+
transition: transform var(--dur-snap) var(--ease), background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
|
|
248
|
+
}
|
|
249
|
+
.btn { background: var(--bg-2); color: var(--fg); }
|
|
250
|
+
.btn:hover { background: var(--bg-3); color: var(--fg); }
|
|
251
|
+
.btn-primary { background: var(--accent); color: var(--accent-fg); }
|
|
252
|
+
.btn-primary:hover { background: var(--fg); color: var(--bg); }
|
|
253
|
+
.btn-ghost { background: transparent; color: var(--fg); box-shadow: inset 0 0 0 1.5px var(--rule-strong); }
|
|
254
|
+
.btn-ghost:hover { background: var(--bg-2); }
|
|
255
|
+
.btn:active, .btn-primary:active, .btn-ghost:active { transform: translateY(1px); }
|
|
751
256
|
|
|
752
|
-
.
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
}
|
|
762
|
-
.
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
width: 8px; height: 8px; border-radius: 999px;
|
|
775
|
-
background: var(--panel-accent);
|
|
776
|
-
display: inline-block;
|
|
777
|
-
}
|
|
778
|
-
.chat-head .spread { flex: 1; }
|
|
779
|
-
.chat-head .sub { color: var(--panel-text-3); font-weight: 400; font-size: 12px; }
|
|
780
|
-
|
|
781
|
-
.chat-thread {
|
|
782
|
-
flex: 1;
|
|
783
|
-
padding: 18px 18px 8px 18px;
|
|
784
|
-
overflow-y: auto;
|
|
785
|
-
display: flex;
|
|
786
|
-
flex-direction: column;
|
|
787
|
-
gap: 14px;
|
|
788
|
-
background: var(--panel-1);
|
|
789
|
-
}
|
|
790
|
-
|
|
791
|
-
.chat-msg {
|
|
792
|
-
display: grid;
|
|
793
|
-
grid-template-columns: 32px minmax(0, 1fr);
|
|
794
|
-
gap: 10px;
|
|
795
|
-
align-items: start;
|
|
796
|
-
max-width: 92%;
|
|
797
|
-
}
|
|
798
|
-
.chat-msg.you {
|
|
799
|
-
grid-template-columns: minmax(0, 1fr) 32px;
|
|
800
|
-
margin-left: auto;
|
|
801
|
-
justify-self: end;
|
|
802
|
-
}
|
|
803
|
-
.chat-msg.you .chat-stack { align-items: flex-end; }
|
|
804
|
-
.chat-msg.you .chat-bubble { background: var(--panel-accent); color: var(--panel-accent-fg); border-radius: 18px 18px 4px 18px; }
|
|
805
|
-
.chat-msg.you .chat-meta { justify-content: flex-end; }
|
|
806
|
-
|
|
807
|
-
.chat-stack {
|
|
808
|
-
display: flex;
|
|
809
|
-
flex-direction: column;
|
|
810
|
-
align-items: flex-start;
|
|
811
|
-
gap: 4px;
|
|
812
|
-
min-width: 0;
|
|
813
|
-
}
|
|
814
|
-
|
|
815
|
-
.chat-avatar {
|
|
816
|
-
width: 32px; height: 32px;
|
|
817
|
-
border-radius: 999px;
|
|
818
|
-
background: var(--panel-2);
|
|
819
|
-
display: inline-flex;
|
|
820
|
-
align-items: center;
|
|
821
|
-
justify-content: center;
|
|
822
|
-
font-family: var(--ff-mono);
|
|
823
|
-
font-size: 14px;
|
|
824
|
-
color: var(--panel-text);
|
|
825
|
-
flex-shrink: 0;
|
|
826
|
-
line-height: 1;
|
|
827
|
-
}
|
|
828
|
-
.chat-msg.them .chat-avatar { grid-column: 1; }
|
|
829
|
-
.chat-msg.you .chat-avatar { grid-column: 2; background: var(--panel-accent); color: var(--panel-accent-fg); }
|
|
830
|
-
|
|
831
|
-
.chat-bubble {
|
|
832
|
-
background: var(--panel-2);
|
|
833
|
-
color: var(--panel-text);
|
|
834
|
-
padding: 10px 14px;
|
|
835
|
-
border-radius: 18px 18px 18px 4px;
|
|
836
|
-
font-size: 14px;
|
|
837
|
-
line-height: 1.5;
|
|
838
|
-
text-align: left;
|
|
839
|
-
white-space: pre-wrap;
|
|
840
|
-
overflow-wrap: anywhere;
|
|
841
|
-
max-width: 100%;
|
|
842
|
-
}
|
|
843
|
-
|
|
844
|
-
.chat-meta {
|
|
845
|
-
display: flex;
|
|
846
|
-
gap: 6px;
|
|
847
|
-
font-family: var(--ff-mono);
|
|
848
|
-
font-size: 10.5px;
|
|
849
|
-
color: var(--panel-text-3);
|
|
850
|
-
letter-spacing: 0.02em;
|
|
851
|
-
}
|
|
852
|
-
|
|
853
|
-
.chat-typing {
|
|
854
|
-
display: inline-flex;
|
|
855
|
-
align-items: center;
|
|
856
|
-
gap: 4px;
|
|
857
|
-
padding: 12px 14px;
|
|
858
|
-
background: var(--panel-2);
|
|
859
|
-
border-radius: 18px 18px 18px 4px;
|
|
860
|
-
}
|
|
861
|
-
.chat-typing span {
|
|
862
|
-
width: 6px; height: 6px;
|
|
863
|
-
border-radius: 999px;
|
|
864
|
-
background: var(--panel-text-3);
|
|
865
|
-
animation: chat-bounce 1.2s infinite ease-in-out;
|
|
866
|
-
}
|
|
867
|
-
.chat-typing span:nth-child(2) { animation-delay: 0.18s; }
|
|
868
|
-
.chat-typing span:nth-child(3) { animation-delay: 0.36s; }
|
|
869
|
-
@keyframes chat-bounce {
|
|
870
|
-
0%, 80%, 100% { opacity: 0.3; transform: translateY(0); }
|
|
871
|
-
40% { opacity: 1; transform: translateY(-4px); }
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
.chat-composer {
|
|
875
|
-
display: flex;
|
|
876
|
-
align-items: flex-end;
|
|
877
|
-
gap: 8px;
|
|
878
|
-
padding: 10px 12px;
|
|
879
|
-
background: var(--panel-1);
|
|
880
|
-
}
|
|
881
|
-
.chat-composer textarea {
|
|
882
|
-
flex: 1;
|
|
883
|
-
background: var(--panel-2);
|
|
884
|
-
color: var(--panel-text);
|
|
885
|
-
font-family: inherit;
|
|
886
|
-
font-size: 14px;
|
|
887
|
-
line-height: 1.5;
|
|
888
|
-
padding: 10px 14px;
|
|
889
|
-
border-radius: 18px;
|
|
890
|
-
resize: none;
|
|
891
|
-
min-height: 40px;
|
|
892
|
-
max-height: 140px;
|
|
893
|
-
border: 0;
|
|
894
|
-
outline: 0;
|
|
895
|
-
transition: background 80ms ease;
|
|
896
|
-
}
|
|
897
|
-
.chat-composer textarea:hover, .chat-composer textarea:focus { background: var(--panel-3); }
|
|
898
|
-
.chat-composer .send {
|
|
899
|
-
flex-shrink: 0;
|
|
900
|
-
width: 40px; height: 40px;
|
|
901
|
-
border-radius: 999px;
|
|
902
|
-
background: var(--panel-accent);
|
|
903
|
-
color: var(--panel-accent-fg);
|
|
904
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
905
|
-
cursor: pointer;
|
|
906
|
-
font-family: var(--ff-ui);
|
|
907
|
-
font-size: 18px;
|
|
908
|
-
transition: filter 80ms ease;
|
|
909
|
-
border: 0;
|
|
910
|
-
}
|
|
911
|
-
.chat-composer .send:hover { filter: brightness(1.06); }
|
|
912
|
-
.chat-composer .send:disabled { background: var(--panel-3); color: var(--panel-text-3); cursor: not-allowed; }
|
|
913
|
-
|
|
914
|
-
/* AICat — cat-themed AI assistant chat variant */
|
|
915
|
-
.aicat-portrait {
|
|
916
|
-
background: var(--panel-2);
|
|
917
|
-
border-radius: 16px;
|
|
918
|
-
padding: 18px 20px;
|
|
919
|
-
margin: 12px 0;
|
|
920
|
-
display: flex;
|
|
921
|
-
gap: 16px;
|
|
922
|
-
align-items: center;
|
|
923
|
-
max-width: 820px;
|
|
924
|
-
}
|
|
925
|
-
.aicat-face {
|
|
926
|
-
font-family: var(--ff-mono);
|
|
927
|
-
font-size: 13px;
|
|
928
|
-
line-height: 1.15;
|
|
929
|
-
color: var(--panel-accent);
|
|
930
|
-
white-space: pre;
|
|
931
|
-
background: var(--panel-1);
|
|
932
|
-
padding: 10px 14px;
|
|
933
|
-
border-radius: 12px;
|
|
934
|
-
margin: 0;
|
|
935
|
-
}
|
|
936
|
-
.aicat-meta { display: flex; flex-direction: column; gap: 4px; }
|
|
937
|
-
.aicat-meta .name { color: var(--panel-text); font-weight: 600; font-size: 15px; }
|
|
938
|
-
.aicat-meta .status { color: var(--panel-text-2); font-family: var(--ff-mono); font-size: 12px; }
|
|
939
|
-
.aicat-meta .status .dot { color: var(--panel-accent); }
|
|
940
|
-
|
|
941
|
-
.chat-msg.them.aicat .chat-avatar {
|
|
942
|
-
background: var(--panel-2);
|
|
943
|
-
color: var(--panel-accent);
|
|
944
|
-
font-size: 11px;
|
|
945
|
-
line-height: 1.0;
|
|
946
|
-
letter-spacing: -0.5px;
|
|
947
|
-
}
|
|
948
|
-
|
|
949
|
-
/* Inline elements inside bubbles */
|
|
950
|
-
.chat-bubble a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
|
|
951
|
-
.chat-bubble strong { font-weight: 600; }
|
|
952
|
-
.chat-bubble em { font-style: italic; }
|
|
953
|
-
.chat-bubble code.chat-tick {
|
|
954
|
-
font-family: var(--ff-mono);
|
|
955
|
-
font-size: 12px;
|
|
956
|
-
background: rgba(0,0,0,0.18);
|
|
957
|
-
padding: 1px 5px;
|
|
958
|
-
border-radius: 5px;
|
|
959
|
-
}
|
|
960
|
-
.chat-msg.you .chat-bubble code.chat-tick { background: rgba(255,255,255,0.22); }
|
|
961
|
-
|
|
962
|
-
/* Markdown-lite block bubble */
|
|
963
|
-
.chat-md p { margin: 0 0 8px 0; }
|
|
964
|
-
.chat-md p:last-child { margin-bottom: 0; }
|
|
965
|
-
.chat-md ul { margin: 4px 0 4px 0; padding-left: 18px; }
|
|
966
|
-
.chat-md li { margin: 2px 0; }
|
|
967
|
-
|
|
968
|
-
/* Code attachment */
|
|
969
|
-
.chat-code {
|
|
970
|
-
padding: 0;
|
|
971
|
-
overflow: hidden;
|
|
972
|
-
max-width: 100%;
|
|
973
|
-
background: var(--panel-1);
|
|
974
|
-
border-radius: 14px 14px 14px 6px;
|
|
975
|
-
width: 100%;
|
|
976
|
-
box-sizing: border-box;
|
|
977
|
-
}
|
|
978
|
-
.chat-msg.you .chat-code { border-radius: 14px 14px 6px 14px; background: var(--panel-1); color: var(--panel-text); }
|
|
979
|
-
.chat-code-head {
|
|
980
|
-
display: flex;
|
|
981
|
-
align-items: center;
|
|
982
|
-
gap: 10px;
|
|
983
|
-
padding: 8px 14px;
|
|
984
|
-
background: var(--panel-2);
|
|
985
|
-
color: var(--panel-text-2);
|
|
986
|
-
font-family: var(--ff-mono);
|
|
987
|
-
font-size: 11.5px;
|
|
988
|
-
letter-spacing: 0.02em;
|
|
989
|
-
}
|
|
990
|
-
.chat-code-head .lang { color: var(--panel-accent); font-weight: 600; text-transform: lowercase; }
|
|
991
|
-
.chat-code-head .name { color: var(--panel-text-2); }
|
|
992
|
-
.chat-code pre {
|
|
993
|
-
margin: 0;
|
|
994
|
-
padding: 12px 14px;
|
|
995
|
-
background: var(--panel-1);
|
|
996
|
-
color: var(--panel-text);
|
|
997
|
-
font-family: var(--ff-mono);
|
|
998
|
-
font-size: 12.5px;
|
|
999
|
-
line-height: 1.55;
|
|
1000
|
-
overflow-x: auto;
|
|
1001
|
-
max-width: 100%;
|
|
1002
|
-
box-sizing: border-box;
|
|
1003
|
-
}
|
|
1004
|
-
.chat-code pre code { background: transparent; padding: 0; font-family: inherit; font-size: inherit; }
|
|
1005
|
-
|
|
1006
|
-
/* Image attachment */
|
|
1007
|
-
.chat-image {
|
|
1008
|
-
display: block;
|
|
1009
|
-
max-width: 100%;
|
|
1010
|
-
border-radius: 14px 14px 14px 6px;
|
|
1011
|
-
overflow: hidden;
|
|
1012
|
-
background: var(--panel-2);
|
|
1013
|
-
text-decoration: none;
|
|
1014
|
-
color: inherit;
|
|
1015
|
-
}
|
|
1016
|
-
.chat-msg.you .chat-image { border-radius: 14px 14px 6px 14px; }
|
|
1017
|
-
.chat-image img { display: block; max-width: 360px; max-height: 320px; width: 100%; height: auto; object-fit: cover; }
|
|
1018
|
-
.chat-image .cap {
|
|
1019
|
-
display: block;
|
|
1020
|
-
padding: 6px 12px 8px 12px;
|
|
1021
|
-
font-size: 12px;
|
|
1022
|
-
color: var(--panel-text-2);
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
/* PDF attachment */
|
|
1026
|
-
.chat-pdf {
|
|
1027
|
-
background: var(--panel-2);
|
|
1028
|
-
border-radius: 14px 14px 14px 6px;
|
|
1029
|
-
overflow: hidden;
|
|
1030
|
-
max-width: 100%;
|
|
1031
|
-
width: 360px;
|
|
1032
|
-
}
|
|
1033
|
-
.chat-msg.you .chat-pdf { border-radius: 14px 14px 6px 14px; }
|
|
1034
|
-
.chat-pdf-head {
|
|
1035
|
-
display: flex;
|
|
1036
|
-
align-items: center;
|
|
1037
|
-
gap: 8px;
|
|
1038
|
-
padding: 10px 12px;
|
|
1039
|
-
font-family: var(--ff-mono);
|
|
1040
|
-
font-size: 12px;
|
|
1041
|
-
color: var(--panel-text);
|
|
1042
|
-
background: var(--panel-1);
|
|
1043
|
-
}
|
|
1044
|
-
.chat-pdf-head .glyph { color: var(--mascot, #e0a200); font-size: 16px; }
|
|
1045
|
-
.chat-pdf-head .name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1046
|
-
.chat-pdf-head .size { color: var(--panel-text-3); font-size: 11px; }
|
|
1047
|
-
.chat-pdf-head .open { color: var(--panel-accent); text-decoration: none; font-size: 11px; padding: 2px 8px; border-radius: 999px; background: var(--panel-2); }
|
|
1048
|
-
.chat-pdf-head .open:hover { filter: brightness(1.1); }
|
|
1049
|
-
.chat-pdf embed { display: block; width: 100%; height: 280px; background: var(--panel-0); border: 0; }
|
|
1050
|
-
|
|
1051
|
-
/* Generic file attachment */
|
|
1052
|
-
.chat-file {
|
|
1053
|
-
display: grid;
|
|
1054
|
-
grid-template-columns: 36px 1fr 28px;
|
|
1055
|
-
gap: 12px;
|
|
1056
|
-
align-items: center;
|
|
1057
|
-
background: var(--panel-2);
|
|
1058
|
-
color: var(--panel-text);
|
|
1059
|
-
text-decoration: none;
|
|
1060
|
-
padding: 10px 14px;
|
|
1061
|
-
border-radius: 14px 14px 14px 6px;
|
|
1062
|
-
max-width: 360px;
|
|
1063
|
-
transition: background 80ms ease;
|
|
1064
|
-
}
|
|
1065
|
-
.chat-msg.you .chat-file { border-radius: 14px 14px 6px 14px; background: rgba(255,255,255,0.18); color: var(--panel-accent-fg); }
|
|
1066
|
-
.chat-file:hover { background: var(--panel-3); }
|
|
1067
|
-
.chat-msg.you .chat-file:hover { background: rgba(255,255,255,0.28); }
|
|
1068
|
-
.chat-file .glyph {
|
|
1069
|
-
width: 36px; height: 36px;
|
|
1070
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
1071
|
-
background: var(--panel-1);
|
|
1072
|
-
color: var(--panel-accent);
|
|
1073
|
-
border-radius: 10px;
|
|
1074
|
-
font-family: var(--ff-mono);
|
|
1075
|
-
font-size: 16px;
|
|
1076
|
-
}
|
|
1077
|
-
.chat-msg.you .chat-file .glyph { background: rgba(0,0,0,0.18); color: var(--panel-accent-fg); }
|
|
1078
|
-
.chat-file .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
|
|
1079
|
-
.chat-file .name { font-size: 13px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1080
|
-
.chat-file .size { font-family: var(--ff-mono); font-size: 11px; color: var(--panel-text-3); letter-spacing: 0.02em; text-transform: uppercase; }
|
|
1081
|
-
.chat-msg.you .chat-file .size { color: rgba(255,255,255,0.7); }
|
|
1082
|
-
.chat-file .go { color: var(--panel-text-3); font-size: 14px; text-align: right; }
|
|
1083
|
-
.chat-msg.you .chat-file .go { color: rgba(255,255,255,0.7); }
|
|
1084
|
-
|
|
1085
|
-
/* Link card */
|
|
1086
|
-
.chat-link {
|
|
1087
|
-
display: flex;
|
|
1088
|
-
gap: 12px;
|
|
1089
|
-
background: var(--panel-2);
|
|
1090
|
-
color: var(--panel-text);
|
|
1091
|
-
text-decoration: none;
|
|
1092
|
-
padding: 10px 12px;
|
|
1093
|
-
border-radius: 14px 14px 14px 6px;
|
|
1094
|
-
max-width: 420px;
|
|
1095
|
-
transition: background 80ms ease;
|
|
257
|
+
.chip {
|
|
258
|
+
display: inline-flex; align-items: center; gap: 6px;
|
|
259
|
+
padding: 3px 10px;
|
|
260
|
+
background: var(--bg-2); color: var(--fg-2);
|
|
261
|
+
font-family: var(--ff-body);
|
|
262
|
+
font-size: var(--fs-tiny); font-weight: 600;
|
|
263
|
+
letter-spacing: var(--tr-caps); text-transform: uppercase;
|
|
264
|
+
border-radius: var(--r-pill);
|
|
265
|
+
}
|
|
266
|
+
.chip.tone-green { background: var(--green-tint); color: var(--green-deep); }
|
|
267
|
+
.chip.tone-purple { background: var(--purple-tint); color: var(--purple-deep); }
|
|
268
|
+
.chip.tone-mascot { background: var(--mascot-tint); color: var(--ink); }
|
|
269
|
+
.chip.tone-sun { background: var(--sun); color: var(--ink); }
|
|
270
|
+
.chip.tone-flame { background: var(--flame); color: var(--paper); }
|
|
271
|
+
.chip.tone-live { background: var(--green-tint); color: var(--green-deep); }
|
|
272
|
+
.chip.tone-wip { background: var(--bg-3); color: var(--fg-2); }
|
|
273
|
+
|
|
274
|
+
.glyph {
|
|
275
|
+
display: inline-flex; align-items: center; justify-content: center;
|
|
276
|
+
width: 18px; height: 18px;
|
|
277
|
+
font-family: var(--ff-mono); font-size: 13px;
|
|
278
|
+
opacity: 0.8;
|
|
1096
279
|
}
|
|
1097
|
-
.chat-msg.you .chat-link { border-radius: 14px 14px 6px 14px; background: rgba(255,255,255,0.18); color: var(--panel-accent-fg); }
|
|
1098
|
-
.chat-link:hover { background: var(--panel-3); }
|
|
1099
|
-
.chat-link .thumb { width: 64px; height: 64px; object-fit: cover; border-radius: 10px; flex-shrink: 0; background: var(--panel-1); }
|
|
1100
|
-
.chat-link .meta { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
|
|
1101
|
-
.chat-link .host { font-family: var(--ff-mono); font-size: 10.5px; color: var(--panel-text-3); letter-spacing: 0.02em; text-transform: uppercase; }
|
|
1102
|
-
.chat-msg.you .chat-link .host { color: rgba(255,255,255,0.7); }
|
|
1103
|
-
.chat-link .title { font-size: 13px; font-weight: 600; line-height: 1.35; }
|
|
1104
|
-
.chat-link .desc { font-size: 12px; color: var(--panel-text-2); line-height: 1.4; max-height: 2.8em; overflow: hidden; }
|
|
1105
|
-
.chat-msg.you .chat-link .desc { color: rgba(255,255,255,0.78); }
|
|
1106
280
|
|
|
1107
|
-
/*
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
281
|
+
/* ============================================================
|
|
282
|
+
Panel — soft tonal container, no border decoration
|
|
283
|
+
============================================================ */
|
|
284
|
+
.panel {
|
|
285
|
+
background: var(--bg);
|
|
286
|
+
border-radius: var(--r-3);
|
|
287
|
+
margin: 0 0 var(--space-5);
|
|
288
|
+
position: relative;
|
|
1112
289
|
}
|
|
1113
|
-
.
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
font-family: var(--ff-ui);
|
|
1122
|
-
font-size: 11.5px;
|
|
1123
|
-
line-height: 1.3;
|
|
1124
|
-
cursor: pointer;
|
|
1125
|
-
transition: background 80ms ease;
|
|
290
|
+
.panel.panel-inline { background: var(--bg-2); padding: var(--space-3) var(--space-3); }
|
|
291
|
+
.panel.panel-wide { background: transparent; }
|
|
292
|
+
.panel-head {
|
|
293
|
+
display: flex; align-items: baseline; justify-content: space-between;
|
|
294
|
+
padding: var(--space-4) var(--space-5) var(--space-3);
|
|
295
|
+
font-size: var(--fs-xs); font-weight: 600;
|
|
296
|
+
color: var(--fg-3);
|
|
297
|
+
letter-spacing: var(--tr-caps); text-transform: uppercase;
|
|
1126
298
|
}
|
|
1127
|
-
.
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
color: var(--panel-text);
|
|
299
|
+
.panel-head > :last-child {
|
|
300
|
+
font-weight: 500; color: var(--fg-3);
|
|
301
|
+
font-family: var(--ff-mono); letter-spacing: 0;
|
|
1131
302
|
}
|
|
1132
|
-
.
|
|
1133
|
-
.
|
|
1134
|
-
|
|
1135
|
-
/* Meta meta — name + tick */
|
|
1136
|
-
.chat-meta .who { color: var(--panel-text-2); font-family: var(--ff-ui); font-weight: 600; font-size: 11px; }
|
|
1137
|
-
.chat-meta .tick { color: var(--panel-text-3); }
|
|
1138
|
-
.chat-meta .tick.read { color: var(--panel-accent); }
|
|
1139
|
-
|
|
1140
|
-
/* Stack: when bubble is a card kind, give them a little gap */
|
|
1141
|
-
.chat-stack > .chat-image,
|
|
1142
|
-
.chat-stack > .chat-code,
|
|
1143
|
-
.chat-stack > .chat-pdf,
|
|
1144
|
-
.chat-stack > .chat-file,
|
|
1145
|
-
.chat-stack > .chat-link { max-width: 100%; }
|
|
303
|
+
.panel-body { padding: var(--space-2) var(--space-3) var(--space-3); }
|
|
304
|
+
.panel.panel-wide .panel-body { padding: 0; }
|
|
1146
305
|
|
|
1147
306
|
/* ============================================================
|
|
1148
|
-
|
|
307
|
+
Row — primary list pattern. Indicator rail on the left,
|
|
308
|
+
no hairlines between rows.
|
|
1149
309
|
============================================================ */
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
.
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
}
|
|
1170
|
-
.
|
|
1171
|
-
.
|
|
1172
|
-
.
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
.
|
|
1176
|
-
.
|
|
1177
|
-
.
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
margin-top: var(--prose-stack-lg) !important;
|
|
1182
|
-
}
|
|
1183
|
-
.ds-manifesto-section { padding: 20px 32px 40px 32px; }
|
|
310
|
+
.row {
|
|
311
|
+
display: grid;
|
|
312
|
+
grid-template-columns: minmax(80px, 12ch) minmax(0, 1fr) auto;
|
|
313
|
+
gap: var(--space-3);
|
|
314
|
+
align-items: baseline;
|
|
315
|
+
padding: 18px 22px;
|
|
316
|
+
background: var(--bg);
|
|
317
|
+
border-radius: var(--r-2);
|
|
318
|
+
color: var(--fg);
|
|
319
|
+
position: relative;
|
|
320
|
+
transition: background var(--dur-snap) var(--ease), padding var(--dur-base) var(--ease);
|
|
321
|
+
}
|
|
322
|
+
.row + .row { margin-top: 4px; }
|
|
323
|
+
.row::before {
|
|
324
|
+
content: '';
|
|
325
|
+
position: absolute; left: 6px; top: 22%; bottom: 22%; width: 3px;
|
|
326
|
+
background: transparent; border-radius: 3px;
|
|
327
|
+
transition: background var(--dur-snap) var(--ease);
|
|
328
|
+
}
|
|
329
|
+
.row:hover { background: var(--bg-2); }
|
|
330
|
+
.row:hover::before { background: var(--rule-strong); }
|
|
331
|
+
.row.active { background: color-mix(in oklab, var(--accent) 10%, var(--bg-2)); }
|
|
332
|
+
.row.active::before { background: var(--accent); }
|
|
333
|
+
.row-grid { /* explicit grid-template-columns set inline */ }
|
|
334
|
+
|
|
335
|
+
.row .code { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); }
|
|
336
|
+
.row .title { font-family: var(--ff-body); font-weight: 600; font-size: var(--fs-lg); display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
|
|
337
|
+
.row .sub { font-family: var(--ff-body); font-weight: 400; font-size: var(--fs-sm); color: var(--fg-3); }
|
|
338
|
+
.row .meta { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); text-align: right; }
|
|
339
|
+
|
|
340
|
+
a.row { text-decoration: none; }
|
|
1184
341
|
|
|
1185
342
|
/* ============================================================
|
|
1186
|
-
|
|
1187
|
-
capped measure, asymmetric heading rhythm. Headings hug their
|
|
1188
|
-
own body (large space above, small space below).
|
|
343
|
+
Hero
|
|
1189
344
|
============================================================ */
|
|
1190
|
-
.ds-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
font-size: 15px;
|
|
1195
|
-
line-height: 1.7;
|
|
345
|
+
.ds-hero {
|
|
346
|
+
padding: var(--space-9) 0 var(--space-8);
|
|
347
|
+
display: grid; gap: var(--space-5);
|
|
348
|
+
max-width: 940px;
|
|
1196
349
|
}
|
|
1197
|
-
.ds-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
.
|
|
1201
|
-
|
|
1202
|
-
.ds-prose > h4,
|
|
1203
|
-
.ds-prose > h5,
|
|
1204
|
-
.ds-prose > h6 {
|
|
1205
|
-
margin-top: var(--prose-stack-lg);
|
|
1206
|
-
margin-bottom: var(--prose-stack-sm);
|
|
1207
|
-
line-height: 1.2;
|
|
350
|
+
.ds-hero-title {
|
|
351
|
+
font-family: var(--ff-body); font-weight: 600;
|
|
352
|
+
font-size: clamp(34px, 6.4cqi, 80px);
|
|
353
|
+
line-height: 1.05; letter-spacing: var(--tr-tight);
|
|
354
|
+
margin: 0; max-width: 18ch;
|
|
1208
355
|
}
|
|
1209
|
-
.ds-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
.ds-prose > h4 + *,
|
|
1214
|
-
.ds-prose > h5 + *,
|
|
1215
|
-
.ds-prose > h6 + * { margin-top: var(--prose-stack-sm); }
|
|
1216
|
-
|
|
1217
|
-
/* Manifesto rides .ds-prose; keep dim variant + para rhythm via prose-stack-md */
|
|
1218
|
-
.ds-manifesto { font-size: 15px; }
|
|
1219
|
-
.ds-manifesto-para { margin: 0; }
|
|
1220
|
-
.ds-manifesto-para + .ds-manifesto-para { margin-top: var(--prose-stack-md); }
|
|
1221
|
-
.ds-manifesto-para.dim { color: var(--panel-text-2); }
|
|
1222
|
-
|
|
1223
|
-
/* Transparent section wrapper for prose-on-page placement (no .panel card) */
|
|
1224
|
-
.ds-prose-section { margin: var(--prose-stack-lg) 0; padding: 0; background: transparent; }
|
|
1225
|
-
|
|
1226
|
-
.ds-pattern-notes {
|
|
1227
|
-
padding: 14px 20px;
|
|
1228
|
-
font-size: 13px;
|
|
1229
|
-
line-height: 1.65;
|
|
1230
|
-
color: var(--panel-text-2);
|
|
356
|
+
.ds-hero-body {
|
|
357
|
+
font-family: var(--ff-body); font-size: var(--fs-xl);
|
|
358
|
+
line-height: 1.45; margin: 0; max-width: 52ch;
|
|
359
|
+
color: var(--fg-2);
|
|
1231
360
|
}
|
|
1232
|
-
.ds-
|
|
1233
|
-
.ds-pattern-notes p:last-child { margin-bottom: 0; }
|
|
1234
|
-
|
|
1235
|
-
.ds-dot-live { color: var(--panel-accent); }
|
|
1236
|
-
.ds-dot-idle { color: var(--panel-text-3); }
|
|
1237
|
-
|
|
1238
|
-
.crumb-right { margin-left: auto; display: flex; gap: 10px; align-items: center; }
|
|
361
|
+
.ds-hero-accent { color: var(--accent); font-weight: 500; }
|
|
1239
362
|
|
|
1240
363
|
/* ============================================================
|
|
1241
|
-
|
|
1242
|
-
so styling applies to real tags rather than vnodes).
|
|
364
|
+
Section grouping
|
|
1243
365
|
============================================================ */
|
|
1244
|
-
.
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
366
|
+
.ds-section { margin: var(--space-8) 0; }
|
|
367
|
+
.ds-section > h3 {
|
|
368
|
+
font-family: var(--ff-body); font-weight: 600; font-size: var(--fs-h3);
|
|
369
|
+
margin: 0 0 var(--space-5);
|
|
370
|
+
letter-spacing: -0.01em;
|
|
1249
371
|
}
|
|
1250
|
-
.chat-md h1 { font-size: 17px; }
|
|
1251
|
-
.chat-md h2 { font-size: 15px; }
|
|
1252
|
-
.chat-md h3 { font-size: 14px; }
|
|
1253
|
-
.chat-md p { margin: 0 0 8px 0; }
|
|
1254
|
-
.chat-md p:last-child { margin-bottom: 0; }
|
|
1255
|
-
.chat-md ul, .chat-md ol { margin: 4px 0; padding-left: 18px; }
|
|
1256
|
-
.chat-md li { margin: 2px 0; }
|
|
1257
|
-
.chat-md blockquote {
|
|
1258
|
-
margin: 6px 0;
|
|
1259
|
-
padding: 4px 12px;
|
|
1260
|
-
border-left: 3px solid var(--panel-accent);
|
|
1261
|
-
color: var(--panel-text-2);
|
|
1262
|
-
background: var(--panel-1);
|
|
1263
|
-
border-radius: 0 6px 6px 0;
|
|
1264
|
-
}
|
|
1265
|
-
.chat-md hr { border: 0; border-top: 1px solid var(--panel-3); margin: 8px 0; }
|
|
1266
|
-
.chat-md table { border-collapse: collapse; margin: 6px 0; font-size: 12.5px; }
|
|
1267
|
-
.chat-md th, .chat-md td { padding: 4px 10px; border-bottom: 1px solid var(--panel-3); text-align: left; }
|
|
1268
|
-
.chat-md a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
|
|
1269
|
-
.chat-md code {
|
|
1270
|
-
font-family: var(--ff-mono);
|
|
1271
|
-
font-size: 12px;
|
|
1272
|
-
background: rgba(0,0,0,0.18);
|
|
1273
|
-
padding: 1px 5px;
|
|
1274
|
-
border-radius: 5px;
|
|
1275
|
-
}
|
|
1276
|
-
.chat-msg.you .chat-md code { background: rgba(255,255,255,0.22); }
|
|
1277
|
-
.chat-md pre {
|
|
1278
|
-
margin: 6px 0;
|
|
1279
|
-
padding: 10px 12px;
|
|
1280
|
-
background: var(--panel-1);
|
|
1281
|
-
border-radius: 8px;
|
|
1282
|
-
overflow-x: auto;
|
|
1283
|
-
font-family: var(--ff-mono);
|
|
1284
|
-
font-size: 12.5px;
|
|
1285
|
-
}
|
|
1286
|
-
.chat-md pre code { background: transparent; padding: 0; }
|
|
1287
|
-
|
|
1288
372
|
|
|
1289
373
|
/* ============================================================
|
|
1290
|
-
|
|
1291
|
-
modals. Rail color is keyed by [data-file-type] so consumers
|
|
1292
|
-
never apply .rail-* manually. The seven canonical types:
|
|
1293
|
-
dir image video audio code text archive document (+symlink, other).
|
|
374
|
+
Install — single CLI command card
|
|
1294
375
|
============================================================ */
|
|
376
|
+
.cli {
|
|
377
|
+
display: flex; align-items: center; gap: 14px;
|
|
378
|
+
padding: 20px 24px;
|
|
379
|
+
background: var(--ink); color: var(--paper);
|
|
380
|
+
border-radius: var(--r-3);
|
|
381
|
+
font-family: var(--ff-mono); font-size: var(--fs-lg);
|
|
382
|
+
}
|
|
383
|
+
.cli .prompt { color: var(--green-2); }
|
|
384
|
+
.cli .cmd { flex: 1; color: var(--paper); }
|
|
385
|
+
.cli .copy {
|
|
386
|
+
padding: 8px 16px; background: transparent; color: var(--paper);
|
|
387
|
+
font-size: var(--fs-tiny); text-transform: uppercase; letter-spacing: var(--tr-caps);
|
|
388
|
+
cursor: pointer; box-shadow: inset 0 0 0 1px #6A6A70;
|
|
389
|
+
border-radius: var(--r-pill);
|
|
390
|
+
}
|
|
391
|
+
.cli .copy:hover { background: #6A6A70; }
|
|
1295
392
|
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
border-radius: var(--r-3);
|
|
1304
|
-
margin-bottom: var(--space-3);
|
|
1305
|
-
}
|
|
1306
|
-
.ds-file-toolbar-left, .ds-file-toolbar-right {
|
|
1307
|
-
display: flex; align-items: center; gap: var(--space-2);
|
|
1308
|
-
}
|
|
1309
|
-
|
|
1310
|
-
.ds-file-grid {
|
|
1311
|
-
display: flex;
|
|
1312
|
-
flex-direction: column;
|
|
1313
|
-
gap: var(--space-2);
|
|
1314
|
-
}
|
|
1315
|
-
|
|
1316
|
-
.ds-file-row {
|
|
1317
|
-
display: grid;
|
|
1318
|
-
grid-template-columns: auto 28px 1fr auto auto;
|
|
1319
|
-
gap: var(--space-3);
|
|
1320
|
-
align-items: center;
|
|
1321
|
-
padding: var(--space-3) var(--space-4);
|
|
1322
|
-
background: var(--panel-1);
|
|
1323
|
-
border-radius: var(--r-3);
|
|
1324
|
-
cursor: pointer;
|
|
1325
|
-
transition: background var(--dur-snap) var(--ease);
|
|
1326
|
-
}
|
|
1327
|
-
.ds-file-row:hover { background: var(--panel-hover); }
|
|
1328
|
-
.ds-file-row.active { background: var(--panel-select); }
|
|
1329
|
-
.ds-file-row > .code { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--panel-text-3); }
|
|
1330
|
-
.ds-file-row > .title { font-weight: 500; color: var(--panel-text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1331
|
-
.ds-file-row > .meta { font-size: var(--fs-xs); color: var(--panel-text-3); white-space: nowrap; }
|
|
1332
|
-
|
|
1333
|
-
.ds-file-icon {
|
|
1334
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
1335
|
-
width: 28px; height: 28px;
|
|
1336
|
-
font-family: var(--ff-mono);
|
|
1337
|
-
font-size: 16px;
|
|
1338
|
-
color: var(--panel-text-2);
|
|
1339
|
-
}
|
|
1340
|
-
|
|
1341
|
-
/* File-type rail mapping — owned by [data-file-type] attribute */
|
|
1342
|
-
.ds-file-row[data-file-type="image"] { box-shadow: inset 4px 0 0 var(--sky); }
|
|
1343
|
-
.ds-file-row[data-file-type="video"] { box-shadow: inset 4px 0 0 var(--purple); }
|
|
1344
|
-
.ds-file-row[data-file-type="audio"] { box-shadow: inset 4px 0 0 var(--mascot); }
|
|
1345
|
-
.ds-file-row[data-file-type="code"] { box-shadow: inset 4px 0 0 var(--green); }
|
|
1346
|
-
.ds-file-row[data-file-type="text"] { box-shadow: inset 4px 0 0 var(--mascot); }
|
|
1347
|
-
.ds-file-row[data-file-type="archive"] { box-shadow: inset 4px 0 0 var(--flame); }
|
|
1348
|
-
.ds-file-row[data-file-type="document"] { box-shadow: inset 4px 0 0 var(--sun); }
|
|
1349
|
-
.ds-file-row[data-file-type="dir"] { box-shadow: inset 4px 0 0 var(--green); }
|
|
1350
|
-
.ds-file-row[data-file-type="symlink"] { box-shadow: inset 4px 0 0 var(--sky); }
|
|
1351
|
-
.ds-file-row[data-file-type="other"] { box-shadow: inset 4px 0 0 var(--panel-text-3); }
|
|
1352
|
-
|
|
1353
|
-
.ds-file-icon[data-file-type="image"] { color: var(--sky); }
|
|
1354
|
-
.ds-file-icon[data-file-type="video"] { color: var(--purple); }
|
|
1355
|
-
.ds-file-icon[data-file-type="audio"] { color: var(--mascot); }
|
|
1356
|
-
.ds-file-icon[data-file-type="code"] { color: var(--green); }
|
|
1357
|
-
.ds-file-icon[data-file-type="text"] { color: var(--mascot); }
|
|
1358
|
-
.ds-file-icon[data-file-type="archive"] { color: var(--flame); }
|
|
1359
|
-
.ds-file-icon[data-file-type="document"] { color: var(--sun); }
|
|
1360
|
-
.ds-file-icon[data-file-type="dir"] { color: var(--green); }
|
|
1361
|
-
.ds-file-icon[data-file-type="symlink"] { color: var(--sky); }
|
|
1362
|
-
|
|
1363
|
-
.ds-file-actions { display: inline-flex; gap: 4px; }
|
|
1364
|
-
.ds-file-act {
|
|
1365
|
-
width: 28px; height: 28px;
|
|
1366
|
-
display: inline-flex; align-items: center; justify-content: center;
|
|
1367
|
-
background: transparent;
|
|
1368
|
-
color: var(--panel-text-2);
|
|
1369
|
-
border-radius: var(--r-1);
|
|
1370
|
-
cursor: pointer;
|
|
1371
|
-
font-size: 14px;
|
|
1372
|
-
transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
|
|
1373
|
-
}
|
|
1374
|
-
.ds-file-act:hover { background: var(--panel-2); color: var(--panel-text); }
|
|
1375
|
-
.ds-file-act-warn:hover { background: var(--warn); color: var(--paper); }
|
|
1376
|
-
|
|
1377
|
-
.ds-file-empty {
|
|
1378
|
-
display: flex; flex-direction: column; align-items: center; justify-content: center;
|
|
1379
|
-
padding: var(--space-7) var(--space-4);
|
|
1380
|
-
gap: var(--space-2);
|
|
1381
|
-
color: var(--panel-text-3);
|
|
1382
|
-
background: var(--panel-1);
|
|
1383
|
-
border-radius: var(--r-3);
|
|
1384
|
-
}
|
|
1385
|
-
.ds-file-empty-glyph { font-family: var(--ff-mono); font-size: 32px; }
|
|
1386
|
-
.ds-file-empty-text { font-size: var(--fs-sm); }
|
|
1387
|
-
|
|
1388
|
-
/* DropZone */
|
|
1389
|
-
.ds-dropzone {
|
|
1390
|
-
display: block;
|
|
1391
|
-
padding: var(--space-4);
|
|
1392
|
-
border-radius: var(--r-3);
|
|
1393
|
-
background: var(--panel-1);
|
|
1394
|
-
transition: background var(--dur-snap) var(--ease), box-shadow var(--dur-snap) var(--ease);
|
|
1395
|
-
}
|
|
1396
|
-
.ds-dropzone.dragover {
|
|
1397
|
-
background: var(--panel-select);
|
|
1398
|
-
box-shadow: inset 0 0 0 2px var(--green);
|
|
1399
|
-
}
|
|
1400
|
-
.ds-dropzone-inner {
|
|
1401
|
-
display: flex; align-items: center; gap: var(--space-3);
|
|
393
|
+
/* ============================================================
|
|
394
|
+
Receipt — key/value table
|
|
395
|
+
============================================================ */
|
|
396
|
+
table.kv { width: 100%; border-collapse: collapse; }
|
|
397
|
+
table.kv td {
|
|
398
|
+
padding: 8px 0;
|
|
399
|
+
font-family: var(--ff-body); font-size: var(--fs-sm);
|
|
1402
400
|
}
|
|
1403
|
-
.
|
|
1404
|
-
.
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
padding: var(--space-3) var(--space-4);
|
|
1410
|
-
background: var(--panel-1);
|
|
1411
|
-
border-radius: var(--r-3);
|
|
1412
|
-
margin-top: var(--space-3);
|
|
401
|
+
table.kv tr + tr td { border-top: 1px solid var(--rule); }
|
|
402
|
+
table.kv td:first-child {
|
|
403
|
+
color: var(--fg-3);
|
|
404
|
+
font-size: var(--fs-xs);
|
|
405
|
+
text-transform: uppercase; letter-spacing: var(--tr-caps);
|
|
406
|
+
width: 14ch;
|
|
1413
407
|
}
|
|
1414
|
-
.
|
|
1415
|
-
|
|
1416
|
-
.ds-upload-bar { position: relative; height: 6px; background: var(--panel-2); border-radius: var(--r-pill); overflow: hidden; }
|
|
1417
|
-
.ds-upload-fill {
|
|
1418
|
-
position: absolute; left: 0; top: 0; bottom: 0;
|
|
1419
|
-
background: var(--green);
|
|
1420
|
-
width: 0%;
|
|
1421
|
-
transition: width var(--dur-base) var(--ease);
|
|
408
|
+
table.kv td:last-child {
|
|
409
|
+
font-weight: 600;
|
|
1422
410
|
}
|
|
1423
|
-
/* Width set via attr — generated runtime via inline style is the only carve-out the kit allows. */
|
|
1424
|
-
.ds-upload-fill[data-pct="0"] { width: 0%; }
|
|
1425
|
-
.ds-upload-fill[data-pct="10"] { width: 10%; } .ds-upload-fill[data-pct="20"] { width: 20%; }
|
|
1426
|
-
.ds-upload-fill[data-pct="30"] { width: 30%; } .ds-upload-fill[data-pct="40"] { width: 40%; }
|
|
1427
|
-
.ds-upload-fill[data-pct="50"] { width: 50%; } .ds-upload-fill[data-pct="60"] { width: 60%; }
|
|
1428
|
-
.ds-upload-fill[data-pct="70"] { width: 70%; } .ds-upload-fill[data-pct="80"] { width: 80%; }
|
|
1429
|
-
.ds-upload-fill[data-pct="90"] { width: 90%; } .ds-upload-fill[data-pct="100"] { width: 100%; }
|
|
1430
|
-
.ds-upload-pct { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--panel-text-3); text-align: right; }
|
|
1431
|
-
.ds-upload-item.done .ds-upload-fill { background: var(--live); }
|
|
1432
|
-
.ds-upload-item.error .ds-upload-fill { background: var(--warn); }
|
|
1433
411
|
|
|
1434
|
-
/*
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
}
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
z-index: 1000;
|
|
1453
|
-
}
|
|
1454
|
-
.ds-modal {
|
|
1455
|
-
background: var(--panel-1);
|
|
1456
|
-
color: var(--panel-text);
|
|
1457
|
-
border-radius: var(--r-3);
|
|
1458
|
-
padding: 0;
|
|
1459
|
-
max-width: min(92vw, 560px);
|
|
1460
|
-
max-height: 92vh;
|
|
1461
|
-
overflow: hidden;
|
|
1462
|
-
display: flex; flex-direction: column;
|
|
1463
|
-
}
|
|
1464
|
-
.ds-modal-small { max-width: min(92vw, 420px); }
|
|
1465
|
-
.ds-modal-preview { max-width: min(96vw, 1080px); width: 100%; }
|
|
1466
|
-
.ds-modal-head {
|
|
1467
|
-
padding: var(--space-3) var(--space-4);
|
|
1468
|
-
background: var(--panel-2);
|
|
1469
|
-
font-weight: 600;
|
|
1470
|
-
display: flex; align-items: center; gap: var(--space-3);
|
|
1471
|
-
}
|
|
1472
|
-
.ds-modal-body {
|
|
1473
|
-
padding: var(--space-4);
|
|
1474
|
-
overflow: auto;
|
|
1475
|
-
}
|
|
1476
|
-
.ds-modal-actions {
|
|
1477
|
-
padding: var(--space-3) var(--space-4);
|
|
1478
|
-
background: var(--panel-2);
|
|
1479
|
-
display: flex; gap: var(--space-2); justify-content: flex-end;
|
|
1480
|
-
}
|
|
1481
|
-
.ds-modal-input { width: 100%; }
|
|
412
|
+
/* ============================================================
|
|
413
|
+
Generic table
|
|
414
|
+
============================================================ */
|
|
415
|
+
table {
|
|
416
|
+
width: 100%; border-collapse: collapse;
|
|
417
|
+
font-family: var(--ff-body); font-size: var(--fs-sm);
|
|
418
|
+
border-radius: var(--r-3); overflow: hidden;
|
|
419
|
+
}
|
|
420
|
+
table th {
|
|
421
|
+
text-align: left;
|
|
422
|
+
padding: 12px 16px;
|
|
423
|
+
font-size: var(--fs-xs); font-weight: 600;
|
|
424
|
+
color: var(--fg-3); text-transform: uppercase; letter-spacing: var(--tr-caps);
|
|
425
|
+
background: var(--bg-2);
|
|
426
|
+
}
|
|
427
|
+
table td { padding: 14px 16px; border-top: 1px solid var(--rule); }
|
|
428
|
+
table tr.clickable { cursor: pointer; }
|
|
429
|
+
table tr.clickable:hover td { background: var(--bg-2); }
|
|
1482
430
|
|
|
1483
|
-
/*
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
.ds-
|
|
1487
|
-
|
|
1488
|
-
.ds-preview-head[data-file-type="code"] { box-shadow: inset 4px 0 0 var(--green); }
|
|
1489
|
-
.ds-preview-head[data-file-type="text"] { box-shadow: inset 4px 0 0 var(--mascot); }
|
|
1490
|
-
.ds-preview-head[data-file-type="archive"] { box-shadow: inset 4px 0 0 var(--flame); }
|
|
1491
|
-
.ds-preview-head[data-file-type="document"] { box-shadow: inset 4px 0 0 var(--sun); }
|
|
1492
|
-
.ds-preview-name { flex: 1; font-family: var(--ff-mono); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1493
|
-
.ds-preview-meta { color: var(--panel-text-3); font-size: var(--fs-xs); font-family: var(--ff-mono); }
|
|
1494
|
-
.ds-preview-actions { display: inline-flex; gap: 4px; }
|
|
1495
|
-
.ds-preview-body {
|
|
1496
|
-
flex: 1; overflow: auto;
|
|
1497
|
-
background: var(--panel-0);
|
|
1498
|
-
padding: var(--space-3);
|
|
1499
|
-
min-height: 200px;
|
|
1500
|
-
display: flex; align-items: center; justify-content: center;
|
|
1501
|
-
}
|
|
1502
|
-
.ds-preview-body[data-file-type="code"], .ds-preview-body[data-file-type="text"] {
|
|
1503
|
-
align-items: stretch; justify-content: stretch; padding: 0;
|
|
431
|
+
/* ============================================================
|
|
432
|
+
Changelog
|
|
433
|
+
============================================================ */
|
|
434
|
+
.ds-changelog-row {
|
|
435
|
+
grid-template-columns: minmax(110px, 14ch) minmax(60px, 9ch) minmax(0, 1fr) !important;
|
|
1504
436
|
}
|
|
1505
|
-
.ds-
|
|
1506
|
-
|
|
1507
|
-
.ds-preview-fallback { display: flex; flex-direction: column; align-items: center; gap: var(--space-2); color: var(--panel-text-3); padding: var(--space-6); }
|
|
1508
|
-
.ds-preview-glyph { font-family: var(--ff-mono); font-size: 48px; color: var(--panel-text-3); }
|
|
1509
|
-
.ds-preview-code, .ds-preview-text {
|
|
1510
|
-
margin: 0;
|
|
1511
|
-
padding: var(--space-4);
|
|
1512
|
-
background: var(--panel-2);
|
|
1513
|
-
color: var(--panel-text);
|
|
1514
|
-
font-family: var(--ff-mono);
|
|
1515
|
-
font-size: 12.5px;
|
|
1516
|
-
line-height: 1.55;
|
|
1517
|
-
overflow: auto;
|
|
1518
|
-
width: 100%;
|
|
1519
|
-
max-height: 70vh;
|
|
437
|
+
.ds-changelog-ver {
|
|
438
|
+
font-family: var(--ff-body); font-weight: 600; font-size: var(--fs-sm);
|
|
1520
439
|
}
|
|
1521
|
-
.ds-preview-code code, .ds-preview-text code { background: transparent; padding: 0; font-size: inherit; }
|
|
1522
440
|
|
|
1523
|
-
/*
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
.app-body { grid-template-columns: 320px 1fr; }
|
|
1533
|
-
.app-topbar { padding: 0 40px; }
|
|
1534
|
-
.app-main { padding: 32px 56px 96px 56px; }
|
|
441
|
+
/* ============================================================
|
|
442
|
+
Works
|
|
443
|
+
============================================================ */
|
|
444
|
+
.work-detail {
|
|
445
|
+
padding: var(--space-4) var(--space-5) var(--space-5);
|
|
446
|
+
margin: 4px 0 var(--space-2);
|
|
447
|
+
background: var(--bg-2);
|
|
448
|
+
border-radius: var(--r-3);
|
|
449
|
+
display: flex; flex-direction: column; gap: var(--space-3);
|
|
1535
450
|
}
|
|
451
|
+
.ds-work-body { margin: 0; max-width: 60ch; }
|
|
452
|
+
.ds-work-actions { display: flex; gap: 10px; flex-wrap: wrap; }
|
|
1536
453
|
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
454
|
+
/* ============================================================
|
|
455
|
+
Manifesto / pull moment
|
|
456
|
+
============================================================ */
|
|
457
|
+
.ds-manifesto { max-width: 60ch; }
|
|
458
|
+
.ds-manifesto-para {
|
|
459
|
+
font-family: var(--ff-body); font-size: var(--fs-lg);
|
|
460
|
+
line-height: var(--lh-long); margin: 0 0 var(--space-3);
|
|
1540
461
|
}
|
|
1541
|
-
.ds-
|
|
1542
|
-
|
|
462
|
+
.ds-manifesto-para.dim { color: var(--fg-3); }
|
|
1543
463
|
|
|
1544
464
|
/* ============================================================
|
|
1545
|
-
|
|
1546
|
-
Moved from consumer (freddie dashboard + theme) — generic 247420 primitives.
|
|
465
|
+
Currently shipping dots
|
|
1547
466
|
============================================================ */
|
|
467
|
+
.ds-dot-live { color: var(--green-2); }
|
|
468
|
+
.ds-dot-idle { color: var(--fg-3); }
|
|
1548
469
|
|
|
470
|
+
/* ============================================================
|
|
471
|
+
KPI
|
|
472
|
+
============================================================ */
|
|
1549
473
|
.kpi {
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
474
|
+
display: grid; grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
|
|
475
|
+
gap: var(--space-2);
|
|
476
|
+
}
|
|
477
|
+
.kpi-card {
|
|
478
|
+
padding: var(--space-5);
|
|
479
|
+
background: var(--bg-2);
|
|
480
|
+
border-radius: var(--r-3);
|
|
1557
481
|
}
|
|
1558
|
-
.kpi-card { background: var(--panel-1); padding: 14px 18px; }
|
|
1559
482
|
.kpi-card .num {
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
font-family: var(--ff-mono);
|
|
483
|
+
font-family: var(--ff-body); font-weight: 600;
|
|
484
|
+
font-size: clamp(30px, 3.6cqi, 48px); line-height: 1;
|
|
485
|
+
letter-spacing: var(--tr-tight);
|
|
1564
486
|
}
|
|
1565
487
|
.kpi-card .lbl {
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
letter-spacing: 0.005em;
|
|
1570
|
-
margin-top: 2px;
|
|
1571
|
-
}
|
|
1572
|
-
|
|
1573
|
-
.row-form {
|
|
1574
|
-
display: flex;
|
|
1575
|
-
gap: 8px;
|
|
1576
|
-
flex-wrap: wrap;
|
|
1577
|
-
align-items: center;
|
|
1578
|
-
margin-bottom: 12px;
|
|
1579
|
-
}
|
|
1580
|
-
.row-form input { flex: 1; min-width: 140px; padding: 10px 12px; }
|
|
1581
|
-
|
|
1582
|
-
.chip.ok { background: var(--green); color: #fff; }
|
|
1583
|
-
.chip.miss { background: var(--warn); color: #fff; }
|
|
1584
|
-
|
|
1585
|
-
.empty { color: var(--panel-text-3); padding: 12px 0; }
|
|
1586
|
-
|
|
1587
|
-
tr.clickable { cursor: pointer; }
|
|
1588
|
-
tr.clickable:hover td { background: var(--panel-hover); }
|
|
1589
|
-
|
|
1590
|
-
.rail-green { box-shadow: inset 4px 0 0 var(--green); }
|
|
1591
|
-
.rail-purple { box-shadow: inset 4px 0 0 var(--purple); }
|
|
1592
|
-
.rail-mascot { box-shadow: inset 4px 0 0 var(--mascot); }
|
|
1593
|
-
.rail-sun { box-shadow: inset 4px 0 0 var(--sun); }
|
|
1594
|
-
.rail-flame { box-shadow: inset 4px 0 0 var(--flame); }
|
|
1595
|
-
.rail-sky { box-shadow: inset 4px 0 0 var(--sky); }
|
|
1596
|
-
.dot-green { color: var(--green); }
|
|
1597
|
-
.dot-purple { color: var(--purple); }
|
|
1598
|
-
.dot-mascot { color: var(--mascot); }
|
|
1599
|
-
.dot-sun { color: var(--sun); }
|
|
1600
|
-
.dot-flame { color: var(--flame); }
|
|
1601
|
-
.dot-sky { color: var(--sky); }
|
|
1602
|
-
|
|
1603
|
-
.ds-section {
|
|
1604
|
-
margin: 32px 0;
|
|
1605
|
-
padding: 18px 22px;
|
|
1606
|
-
background: var(--panel-1);
|
|
1607
|
-
border-radius: 20px;
|
|
1608
|
-
}
|
|
1609
|
-
/* A section whose only direct child is a .ds-prose drops its card chrome —
|
|
1610
|
-
prose surfaces are bare paper, not panel-wrapped. */
|
|
1611
|
-
.ds-section:has(> .ds-prose:only-child),
|
|
1612
|
-
.ds-section:has(> .ds-manifesto:only-child) {
|
|
1613
|
-
background: transparent;
|
|
1614
|
-
padding: 0;
|
|
1615
|
-
margin: var(--prose-stack-lg) 0;
|
|
1616
|
-
}
|
|
1617
|
-
.ds-section .ds-section-title { margin-top: 0; }
|
|
1618
|
-
.ds-section .ds-lede { opacity: 0.8; max-width: 60ch; }
|
|
1619
|
-
.ds-section .row {
|
|
1620
|
-
border-radius: 10px;
|
|
1621
|
-
margin: 6px 0;
|
|
1622
|
-
padding: 10px 14px;
|
|
1623
|
-
background: var(--panel-2);
|
|
1624
|
-
}
|
|
1625
|
-
.ds-section .row .dot {
|
|
1626
|
-
display: inline-block;
|
|
1627
|
-
width: 8px; height: 8px;
|
|
1628
|
-
border-radius: 50%;
|
|
1629
|
-
margin-right: 8px;
|
|
1630
|
-
background: currentColor;
|
|
1631
|
-
opacity: 0.8;
|
|
1632
|
-
}
|
|
1633
|
-
.ds-section .row-benefit { opacity: 0.75; margin-top: 4px; font-style: italic; }
|
|
1634
|
-
.ds-section .row .sub { opacity: 0.85; margin-top: 4px; }
|
|
1635
|
-
.ds-section a.row { display: block; text-decoration: none; color: inherit; }
|
|
1636
|
-
.ds-section a.row .code {
|
|
1637
|
-
font-family: var(--ff-mono);
|
|
1638
|
-
opacity: 0.6;
|
|
1639
|
-
margin-right: 12px;
|
|
488
|
+
font-size: var(--fs-xs); color: var(--fg-3);
|
|
489
|
+
font-weight: 600; margin-top: 8px;
|
|
490
|
+
letter-spacing: var(--tr-caps); text-transform: uppercase;
|
|
1640
491
|
}
|
|
1641
492
|
|
|
1642
493
|
/* ============================================================
|
|
1643
|
-
|
|
1644
|
-
a horizontal scroll-pill nav at the top of the main area
|
|
494
|
+
Empty state
|
|
1645
495
|
============================================================ */
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
background: var(--panel-0);
|
|
1654
|
-
}
|
|
1655
|
-
.app-side {
|
|
1656
|
-
height: auto;
|
|
1657
|
-
padding: 8px 12px;
|
|
1658
|
-
overflow-x: auto;
|
|
1659
|
-
overflow-y: hidden;
|
|
1660
|
-
white-space: nowrap;
|
|
1661
|
-
-webkit-overflow-scrolling: touch;
|
|
1662
|
-
border-bottom: 1px solid var(--panel-2);
|
|
1663
|
-
}
|
|
1664
|
-
.app-side .group { display: none; }
|
|
1665
|
-
.app-side > div, .app-side nav, .app-side > section {
|
|
1666
|
-
display: inline-flex;
|
|
1667
|
-
gap: 4px;
|
|
1668
|
-
flex-wrap: nowrap;
|
|
1669
|
-
}
|
|
1670
|
-
.app-side a {
|
|
1671
|
-
display: inline-flex;
|
|
1672
|
-
margin: 0 2px;
|
|
1673
|
-
padding: 6px 12px;
|
|
1674
|
-
border-radius: 999px;
|
|
1675
|
-
background: var(--panel-2);
|
|
1676
|
-
font-size: 12px;
|
|
1677
|
-
}
|
|
1678
|
-
.app-side a.active { background: var(--panel-accent); color: var(--panel-accent-fg); }
|
|
1679
|
-
.app-topbar { padding: 0 12px; gap: 8px; }
|
|
1680
|
-
.app-topbar .brand { font-size: 13px; }
|
|
1681
|
-
.app-topbar input[type=search] { min-width: 120px !important; max-width: 180px; }
|
|
1682
|
-
.app-main { padding: 12px 14px 80px 14px; }
|
|
1683
|
-
.app-crumb { padding: 6px 14px; }
|
|
496
|
+
.empty {
|
|
497
|
+
padding: var(--space-8);
|
|
498
|
+
text-align: center;
|
|
499
|
+
color: var(--fg-3);
|
|
500
|
+
background: var(--bg-2);
|
|
501
|
+
border-radius: var(--r-3);
|
|
502
|
+
font-size: var(--fs-sm);
|
|
1684
503
|
}
|
|
1685
504
|
|
|
1686
|
-
@media (max-width: 480px) {
|
|
1687
|
-
.app-topbar .brand .leaf { display: none; }
|
|
1688
|
-
.app-topbar input[type=search] { display: none; }
|
|
1689
|
-
.app-main { padding: 10px 10px 80px 10px; }
|
|
1690
|
-
.panel-body { padding: 10px 12px; }
|
|
1691
|
-
.row { grid-template-columns: 60px 1fr auto; gap: 8px; padding: 8px 12px; font-size: 12px; }
|
|
1692
|
-
.row .meta { font-size: 10px; }
|
|
1693
|
-
h1 { font-size: 22px !important; }
|
|
1694
|
-
}
|
|
1695
|
-
|
|
1696
|
-
/* file-browser stage + utility surfaces — replaces inline style strings in kit/fsbrowse */
|
|
1697
|
-
.ds-file-stage { padding: var(--space-4) var(--space-5); }
|
|
1698
|
-
.ds-meta-mono { color: var(--panel-text-3); font-family: var(--ff-mono); font-size: var(--fs-xs); }
|
|
1699
|
-
.ds-error-banner { background: var(--flame); color: var(--ink); padding: var(--space-2) var(--space-3); border-radius: var(--r-3); margin-bottom: var(--space-3); cursor: pointer; }
|
|
1700
|
-
|
|
1701
505
|
/* ============================================================
|
|
1702
|
-
|
|
1703
|
-
+ member list + voice strip. Tokens-only, ink/dark ready.
|
|
506
|
+
Form
|
|
1704
507
|
============================================================ */
|
|
508
|
+
.row-form {
|
|
509
|
+
display: grid; gap: 12px;
|
|
510
|
+
padding: var(--space-5);
|
|
511
|
+
background: var(--bg-2);
|
|
512
|
+
border-radius: var(--r-3);
|
|
513
|
+
}
|
|
514
|
+
.row-form input,
|
|
515
|
+
.row-form textarea {
|
|
516
|
+
font-family: inherit; font-size: var(--fs-sm);
|
|
517
|
+
padding: 12px 16px;
|
|
518
|
+
background: var(--bg); color: var(--fg);
|
|
519
|
+
border: 0; border-radius: var(--r-2); outline: 0;
|
|
520
|
+
box-shadow: inset 0 0 0 1px var(--rule);
|
|
521
|
+
}
|
|
522
|
+
.row-form input:focus,
|
|
523
|
+
.row-form textarea:focus { box-shadow: inset 0 0 0 2px var(--accent); }
|
|
1705
524
|
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
}
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
.cm-server-rail {
|
|
1717
|
-
display: flex;
|
|
1718
|
-
flex-direction: column;
|
|
1719
|
-
align-items: center;
|
|
1720
|
-
width: 72px;
|
|
1721
|
-
min-width: 72px;
|
|
1722
|
-
background: var(--panel-0);
|
|
1723
|
-
padding: 8px 0;
|
|
1724
|
-
gap: 4px;
|
|
1725
|
-
overflow-y: auto;
|
|
1726
|
-
overflow-x: hidden;
|
|
1727
|
-
scrollbar-width: none;
|
|
1728
|
-
flex-shrink: 0;
|
|
1729
|
-
}
|
|
1730
|
-
.cm-server-rail::-webkit-scrollbar { display: none; }
|
|
1731
|
-
|
|
1732
|
-
.cm-server-back {
|
|
1733
|
-
display: flex; align-items: center; justify-content: center;
|
|
1734
|
-
width: 48px; height: 32px;
|
|
1735
|
-
color: var(--panel-text-2);
|
|
1736
|
-
text-decoration: none;
|
|
1737
|
-
font-family: var(--ff-mono);
|
|
1738
|
-
font-size: 16px; font-weight: 700;
|
|
1739
|
-
flex-shrink: 0; margin-bottom: 4px;
|
|
1740
|
-
transition: color 0.15s;
|
|
1741
|
-
}
|
|
1742
|
-
.cm-server-back:hover { color: var(--panel-text); }
|
|
1743
|
-
|
|
1744
|
-
.cm-server-sep {
|
|
1745
|
-
width: 32px; height: 2px;
|
|
1746
|
-
background: var(--panel-2);
|
|
1747
|
-
border-radius: 1px; margin: 4px 0;
|
|
1748
|
-
flex-shrink: 0;
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
.cm-server-icon {
|
|
1752
|
-
position: relative;
|
|
1753
|
-
width: 48px; height: 48px;
|
|
1754
|
-
border-radius: 50%;
|
|
1755
|
-
background: var(--panel-2);
|
|
1756
|
-
color: var(--panel-text-2);
|
|
1757
|
-
display: flex; align-items: center; justify-content: center;
|
|
1758
|
-
font-weight: 600; font-size: 18px;
|
|
1759
|
-
cursor: pointer;
|
|
1760
|
-
transition: border-radius 0.15s, background 0.15s, color 0.15s;
|
|
1761
|
-
flex-shrink: 0; user-select: none;
|
|
1762
|
-
border: 2px solid transparent;
|
|
1763
|
-
}
|
|
1764
|
-
.cm-server-icon:hover, .cm-server-icon.active {
|
|
1765
|
-
border-radius: 30%;
|
|
1766
|
-
background: var(--panel-accent);
|
|
1767
|
-
color: var(--panel-accent-fg);
|
|
1768
|
-
}
|
|
1769
|
-
.cm-server-icon img { width: 100%; height: 100%; border-radius: inherit; object-fit: cover; }
|
|
1770
|
-
|
|
1771
|
-
.cm-server-pill {
|
|
1772
|
-
position: absolute;
|
|
1773
|
-
left: -8px; top: 50%; transform: translateY(-50%);
|
|
1774
|
-
width: 4px;
|
|
1775
|
-
background: var(--panel-text);
|
|
1776
|
-
border-radius: 0 2px 2px 0;
|
|
1777
|
-
height: 0; transition: height 0.15s;
|
|
1778
|
-
}
|
|
1779
|
-
.cm-server-icon:hover .cm-server-pill { height: 20px; }
|
|
1780
|
-
.cm-server-icon.active .cm-server-pill { height: 40px; }
|
|
1781
|
-
|
|
1782
|
-
.cm-server-badge {
|
|
1783
|
-
position: absolute; bottom: -2px; right: -2px;
|
|
1784
|
-
background: var(--warn); color: #fff;
|
|
1785
|
-
border-radius: 50%; min-width: 16px; height: 16px;
|
|
1786
|
-
display: flex; align-items: center; justify-content: center;
|
|
1787
|
-
font-size: 9px; font-weight: 600; border: 2px solid var(--panel-0);
|
|
1788
|
-
}
|
|
1789
|
-
|
|
1790
|
-
.cm-server-add {
|
|
1791
|
-
width: 48px; height: 48px;
|
|
1792
|
-
border-radius: 50%;
|
|
1793
|
-
background: var(--panel-2);
|
|
1794
|
-
color: var(--panel-accent);
|
|
1795
|
-
font-size: 24px;
|
|
1796
|
-
cursor: pointer;
|
|
1797
|
-
display: flex; align-items: center; justify-content: center;
|
|
1798
|
-
transition: border-radius 0.15s, background 0.15s;
|
|
1799
|
-
flex-shrink: 0;
|
|
1800
|
-
}
|
|
1801
|
-
.cm-server-add:hover { border-radius: 30%; background: var(--panel-accent); color: var(--panel-accent-fg); }
|
|
1802
|
-
|
|
1803
|
-
/* Channel sidebar */
|
|
1804
|
-
.cm-channel-sidebar {
|
|
1805
|
-
display: flex;
|
|
1806
|
-
flex-direction: column;
|
|
1807
|
-
width: 240px; min-width: 240px;
|
|
1808
|
-
background: var(--panel-1);
|
|
1809
|
-
flex-shrink: 0; overflow: hidden;
|
|
1810
|
-
transition: width 0.2s, min-width 0.2s, opacity 0.2s;
|
|
1811
|
-
}
|
|
1812
|
-
.cm-channel-sidebar.collapsed { width: 0; min-width: 0; opacity: 0; pointer-events: none; }
|
|
1813
|
-
|
|
1814
|
-
.cm-server-header {
|
|
1815
|
-
display: flex; align-items: center; justify-content: space-between;
|
|
1816
|
-
padding: 0 12px; height: 48px;
|
|
1817
|
-
background: var(--panel-2); flex-shrink: 0;
|
|
1818
|
-
}
|
|
1819
|
-
.cm-server-header-name {
|
|
1820
|
-
font-weight: 600; font-size: 14px;
|
|
1821
|
-
color: var(--panel-text);
|
|
1822
|
-
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
|
|
1823
|
-
}
|
|
1824
|
-
|
|
1825
|
-
.cm-channel-list {
|
|
1826
|
-
flex: 1; overflow-y: auto; overflow-x: hidden;
|
|
1827
|
-
padding: 8px 0;
|
|
1828
|
-
scrollbar-width: thin;
|
|
1829
|
-
scrollbar-color: var(--panel-3) transparent;
|
|
1830
|
-
}
|
|
1831
|
-
.cm-channel-list::-webkit-scrollbar { width: 4px; }
|
|
1832
|
-
.cm-channel-list::-webkit-scrollbar-thumb { background: var(--panel-3); border-radius: 2px; }
|
|
1833
|
-
|
|
1834
|
-
.cm-category-header {
|
|
1835
|
-
padding: 12px 8px 2px 16px;
|
|
1836
|
-
font-size: 11px; font-weight: 600;
|
|
1837
|
-
color: var(--panel-text-3);
|
|
1838
|
-
display: flex; align-items: center; gap: 4px;
|
|
1839
|
-
cursor: pointer;
|
|
1840
|
-
}
|
|
1841
|
-
.cm-category-header:hover { color: var(--panel-text-2); }
|
|
1842
|
-
.cm-cat-arrow {
|
|
1843
|
-
width: 12px; height: 12px; fill: currentColor;
|
|
1844
|
-
transition: transform 0.15s; flex-shrink: 0;
|
|
1845
|
-
}
|
|
1846
|
-
.cm-category-header.collapsed .cm-cat-arrow { transform: rotate(-90deg); }
|
|
1847
|
-
.cm-cat-name { flex: 1; text-transform: uppercase; letter-spacing: 0.04em; }
|
|
1848
|
-
.cm-cat-add {
|
|
1849
|
-
background: none; color: var(--panel-text-3);
|
|
1850
|
-
font-size: 16px; padding: 0 4px; border-radius: 3px;
|
|
1851
|
-
opacity: 0; transition: opacity 0.1s;
|
|
1852
|
-
cursor: pointer;
|
|
1853
|
-
}
|
|
1854
|
-
.cm-category-header:hover .cm-cat-add { opacity: 1; }
|
|
1855
|
-
.cm-cat-add:hover { color: var(--panel-text); }
|
|
1856
|
-
|
|
1857
|
-
.cm-channel-item {
|
|
1858
|
-
display: flex; align-items: center;
|
|
1859
|
-
padding: 4px 8px 4px 16px;
|
|
1860
|
-
gap: 8px; border-radius: 4px; margin: 1px 8px;
|
|
1861
|
-
cursor: pointer; color: var(--panel-text-3);
|
|
1862
|
-
font-size: 14px; font-weight: 500;
|
|
1863
|
-
transition: background 0.1s, color 0.1s;
|
|
1864
|
-
}
|
|
1865
|
-
.cm-channel-item:hover { background: var(--panel-hover); color: var(--panel-text-2); }
|
|
1866
|
-
.cm-channel-item.active { background: var(--panel-2); color: var(--panel-text); }
|
|
1867
|
-
.cm-ch-icon { font-size: 16px; opacity: 0.6; flex-shrink: 0; }
|
|
1868
|
-
.cm-ch-name { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1869
|
-
|
|
1870
|
-
/* User panel */
|
|
1871
|
-
.cm-user-panel {
|
|
1872
|
-
display: flex; align-items: center; gap: 8px;
|
|
1873
|
-
padding: 8px 12px; height: 52px;
|
|
1874
|
-
background: var(--panel-0); flex-shrink: 0;
|
|
1875
|
-
}
|
|
1876
|
-
.cm-user-avatar {
|
|
1877
|
-
position: relative;
|
|
1878
|
-
width: 32px; height: 32px; border-radius: 50%;
|
|
1879
|
-
background: var(--panel-accent);
|
|
1880
|
-
color: var(--panel-accent-fg);
|
|
1881
|
-
display: flex; align-items: center; justify-content: center;
|
|
1882
|
-
font-weight: 600; font-size: 14px; cursor: pointer; flex-shrink: 0;
|
|
1883
|
-
}
|
|
1884
|
-
.cm-user-status-dot {
|
|
1885
|
-
position: absolute; bottom: -1px; right: -1px;
|
|
1886
|
-
width: 10px; height: 10px; border-radius: 50%;
|
|
1887
|
-
background: var(--live); border: 2px solid var(--panel-0);
|
|
1888
|
-
}
|
|
1889
|
-
.cm-user-info { flex: 1; overflow: hidden; }
|
|
1890
|
-
.cm-user-name {
|
|
1891
|
-
font-size: 12px; font-weight: 600; color: var(--panel-text);
|
|
1892
|
-
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
|
|
1893
|
-
}
|
|
1894
|
-
.cm-user-tag {
|
|
1895
|
-
font-size: 10px; color: var(--panel-text-3);
|
|
1896
|
-
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
|
|
1897
|
-
}
|
|
1898
|
-
.cm-user-controls { display: flex; gap: 2px; }
|
|
1899
|
-
.cm-user-btn {
|
|
1900
|
-
background: none; cursor: pointer;
|
|
1901
|
-
color: var(--panel-text-3); padding: 6px; border-radius: 4px;
|
|
1902
|
-
display: flex; align-items: center;
|
|
1903
|
-
transition: background 0.1s, color 0.1s;
|
|
1904
|
-
}
|
|
1905
|
-
.cm-user-btn:hover { background: var(--panel-2); color: var(--panel-text); }
|
|
1906
|
-
.cm-user-btn.muted, .cm-user-btn.deafened { color: var(--warn); }
|
|
1907
|
-
|
|
1908
|
-
/* Main area */
|
|
1909
|
-
.cm-main {
|
|
1910
|
-
display: flex; flex-direction: column;
|
|
1911
|
-
flex: 1; min-width: 0;
|
|
1912
|
-
background: var(--panel-1); overflow: hidden;
|
|
1913
|
-
}
|
|
1914
|
-
|
|
1915
|
-
/* Chat header bar */
|
|
1916
|
-
.cm-chat-header {
|
|
1917
|
-
display: flex; align-items: center;
|
|
1918
|
-
height: 48px; padding: 0 16px; gap: 8px;
|
|
1919
|
-
background: var(--panel-1); flex-shrink: 0;
|
|
1920
|
-
box-shadow: 0 1px 0 var(--panel-2);
|
|
1921
|
-
}
|
|
1922
|
-
.cm-chat-header-icon { font-size: 20px; color: var(--panel-text-2); flex-shrink: 0; }
|
|
1923
|
-
.cm-chat-header-name { font-weight: 600; font-size: 14px; color: var(--panel-text); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
1924
|
-
.cm-chat-header-topic { flex: 1; font-size: 12px; color: var(--panel-text-3); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
|
|
1925
|
-
.cm-chat-header-toolbar { display: flex; gap: 4px; flex-shrink: 0; }
|
|
1926
|
-
|
|
1927
|
-
/* Member list */
|
|
1928
|
-
.cm-member-list {
|
|
1929
|
-
width: 240px; min-width: 240px;
|
|
1930
|
-
background: var(--panel-1);
|
|
1931
|
-
overflow-y: auto; overflow-x: hidden;
|
|
1932
|
-
flex-shrink: 0; padding: 8px 0;
|
|
1933
|
-
scrollbar-width: thin;
|
|
1934
|
-
scrollbar-color: var(--panel-3) transparent;
|
|
1935
|
-
display: none;
|
|
1936
|
-
}
|
|
1937
|
-
.cm-member-list.open { display: block; }
|
|
1938
|
-
.cm-member-category {
|
|
1939
|
-
padding: 12px 8px 4px 16px;
|
|
1940
|
-
font-size: 11px; font-weight: 600;
|
|
1941
|
-
color: var(--panel-text-3); text-transform: uppercase; letter-spacing: 0.04em;
|
|
1942
|
-
}
|
|
1943
|
-
.cm-member-item {
|
|
1944
|
-
display: flex; align-items: center; gap: 10px;
|
|
1945
|
-
padding: 5px 12px; border-radius: 4px; margin: 1px 8px;
|
|
1946
|
-
cursor: pointer; transition: background 0.1s;
|
|
1947
|
-
}
|
|
1948
|
-
.cm-member-item:hover { background: var(--panel-hover); }
|
|
1949
|
-
.cm-member-avatar {
|
|
1950
|
-
width: 32px; height: 32px; border-radius: 50%;
|
|
1951
|
-
background: var(--panel-accent); color: var(--panel-accent-fg);
|
|
1952
|
-
display: flex; align-items: center; justify-content: center;
|
|
1953
|
-
font-weight: 600; font-size: 12px; flex-shrink: 0; position: relative;
|
|
1954
|
-
}
|
|
1955
|
-
.cm-member-status {
|
|
1956
|
-
position: absolute; bottom: -1px; right: -1px;
|
|
1957
|
-
width: 10px; height: 10px; border-radius: 50%;
|
|
1958
|
-
background: var(--panel-3); border: 2px solid var(--panel-1);
|
|
1959
|
-
}
|
|
1960
|
-
.cm-member-status.online { background: var(--live); }
|
|
1961
|
-
.cm-member-name { font-size: 12px; font-weight: 500; color: var(--panel-text-2); }
|
|
1962
|
-
|
|
1963
|
-
/* Voice user in channel list */
|
|
1964
|
-
.cm-voice-user {
|
|
1965
|
-
display: flex; align-items: center; gap: 8px;
|
|
1966
|
-
padding: 3px 8px 3px 36px; border-radius: 4px; margin: 1px 0;
|
|
1967
|
-
font-size: 11px; color: var(--panel-text-3);
|
|
1968
|
-
}
|
|
1969
|
-
.cm-voice-user.speaking { color: var(--live); }
|
|
1970
|
-
.cm-voice-user-avatar {
|
|
1971
|
-
width: 20px; height: 20px; border-radius: 50%;
|
|
1972
|
-
background: var(--panel-2); flex-shrink: 0;
|
|
1973
|
-
display: flex; align-items: center; justify-content: center;
|
|
1974
|
-
font-size: 10px; font-weight: 600;
|
|
1975
|
-
}
|
|
1976
|
-
.cm-voice-user-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
|
|
1977
|
-
|
|
1978
|
-
/* Voice strip — persistent bottom bar when in voice */
|
|
1979
|
-
.cm-voice-strip {
|
|
1980
|
-
display: none; position: fixed;
|
|
1981
|
-
bottom: 0; left: 72px;
|
|
1982
|
-
width: 240px; background: var(--panel-0);
|
|
1983
|
-
box-shadow: inset 0 4px 0 var(--live);
|
|
1984
|
-
padding: 12px 12px 8px; z-index: 200;
|
|
1985
|
-
align-items: center; gap: 8px;
|
|
1986
|
-
}
|
|
1987
|
-
.cm-voice-strip.open { display: flex; }
|
|
1988
|
-
.cm-vs-label { flex: 1; overflow: hidden; }
|
|
1989
|
-
.cm-vs-channel { display: block; font-size: 12px; font-weight: 600; color: var(--live); }
|
|
1990
|
-
.cm-vs-status { display: block; font-size: 10px; color: var(--panel-text-3); }
|
|
1991
|
-
.cm-vs-btn {
|
|
1992
|
-
background: none; cursor: pointer;
|
|
1993
|
-
color: var(--panel-text-3); font-size: 16px; padding: 4px; border-radius: 4px;
|
|
1994
|
-
}
|
|
1995
|
-
.cm-vs-btn:hover { background: var(--panel-2); color: var(--panel-text); }
|
|
1996
|
-
.cm-vs-btn.danger { color: var(--warn); }
|
|
1997
|
-
|
|
1998
|
-
/* Mobile */
|
|
1999
|
-
@media (max-width: 768px) {
|
|
2000
|
-
.cm-server-rail { width: 60px; min-width: 60px; }
|
|
2001
|
-
.cm-channel-sidebar {
|
|
2002
|
-
position: fixed; left: 0; top: 0; bottom: 0; z-index: 500;
|
|
2003
|
-
transform: translateX(-100%); transition: transform 0.2s;
|
|
2004
|
-
width: 260px; min-width: 260px;
|
|
2005
|
-
}
|
|
2006
|
-
.cm-channel-sidebar.mobile-open { transform: translateX(60px); }
|
|
2007
|
-
.cm-member-list {
|
|
2008
|
-
position: fixed; right: 0; top: 0; bottom: 0; z-index: 500;
|
|
2009
|
-
transform: translateX(100%); transition: transform 0.2s;
|
|
2010
|
-
}
|
|
2011
|
-
.cm-member-list.open { transform: translateX(0); }
|
|
2012
|
-
}
|
|
2013
|
-
|
|
2014
|
-
/* Community demo kit — message area utility classes */
|
|
2015
|
-
.ds-community-page { display: flex; flex-direction: column; height: 100vh; overflow: hidden; background: var(--panel-0); }
|
|
2016
|
-
.ds-community-main { display: flex; flex-direction: column; height: 100%; overflow: hidden; }
|
|
2017
|
-
.ds-community-messages {
|
|
2018
|
-
flex: 1; overflow-y: auto; padding: 16px 20px;
|
|
2019
|
-
display: flex; flex-direction: column; gap: 12px;
|
|
2020
|
-
scrollbar-width: thin; scrollbar-color: var(--panel-3) transparent;
|
|
2021
|
-
}
|
|
2022
|
-
.ds-community-msg { display: flex; gap: 12px; align-items: flex-start; }
|
|
2023
|
-
.ds-community-avatar {
|
|
2024
|
-
width: 36px; height: 36px; border-radius: 50%; flex-shrink: 0;
|
|
2025
|
-
display: flex; align-items: center; justify-content: center;
|
|
2026
|
-
font-weight: 700; font-size: 14px; color: #fff;
|
|
2027
|
-
background: var(--panel-accent);
|
|
525
|
+
/* ============================================================
|
|
526
|
+
Responsive
|
|
527
|
+
============================================================ */
|
|
528
|
+
@container (max-width: 760px) {
|
|
529
|
+
.app-body { grid-template-columns: 1fr !important; }
|
|
530
|
+
.app-side-shell { border-right: 0; border-bottom: 1px solid var(--rule); }
|
|
531
|
+
.app-topbar { grid-template-columns: 1fr auto; }
|
|
532
|
+
.app-topbar nav { font-size: var(--fs-xs); gap: 14px; }
|
|
533
|
+
.row { grid-template-columns: minmax(0, 1fr) auto !important; row-gap: 4px !important; }
|
|
534
|
+
.row .sub { grid-column: 1 / -1; order: 3; }
|
|
2028
535
|
}
|
|
2029
|
-
.ds-community-msg-body { display: flex; flex-direction: column; gap: 2px; }
|
|
2030
|
-
.ds-community-msg-name { font-weight: 600; font-size: 13px; margin-right: 8px; }
|
|
2031
|
-
.ds-community-msg-time { font-size: 11px; color: var(--panel-text-3); font-family: var(--ff-mono); }
|
|
2032
|
-
.ds-community-msg-text { margin: 0; font-size: 13px; color: var(--panel-text); line-height: 1.5; }
|
|
2033
|
-
|
|
2034
|
-
/* freddie dashboard fd-* classes */
|
|
2035
|
-
.fd-label { font-size: 0.8em; color: var(--panel-text-2); letter-spacing: 0.005em; display: block; margin-bottom: 4px; font-weight: 600; }
|
|
2036
|
-
.fd-row { display: flex; gap: 8px; flex-wrap: wrap; }
|
|
2037
|
-
.fd-row-send { align-items: flex-end; }
|
|
2038
|
-
.fd-col { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 120px; }
|
|
2039
|
-
.fd-col select, .fd-col input, .fd-chat-form > input[type=text] { background: var(--panel-2); color: var(--panel-text); border: 0; border-radius: 8px; padding: 8px 12px; min-height: 38px; font: inherit; box-sizing: border-box; }
|
|
2040
|
-
.fd-col select:focus, .fd-col input:focus, .fd-chat-form > input[type=text]:focus { outline: 2px solid var(--panel-accent); outline-offset: 1px; }
|
|
2041
|
-
.fd-chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 8px 4px; }
|
|
2042
|
-
.fd-chip-wrap { cursor: pointer; }
|
|
2043
|
-
.fd-search { background: var(--panel-2); border: 0; border-radius: 8px; padding: 4px 10px; font: inherit; font-size: 12.5px; color: var(--panel-text); min-width: 220px; }
|
|
2044
|
-
.fd-search:focus { outline: 2px solid var(--panel-accent); outline-offset: 1px; }
|
|
2045
|
-
.fd-muted { color: var(--panel-text-2); font-size: 12.5px; }
|
|
2046
|
-
.fd-chat-thread { max-height: 50vh; overflow-y: auto; border-radius: 10px; padding: 4px; margin-top: 8px; background: rgba(0,0,0,0.08); }
|
|
2047
|
-
.fd-msg { padding: 6px 10px; border-bottom: 1px solid rgba(128,128,128,0.1); white-space: pre-wrap; word-break: break-word; }
|
|
2048
|
-
.fd-msg-assistant { opacity: 0.9; }
|
|
2049
|
-
.fd-tool-call { margin: 4px 0; padding: 4px 8px; background: rgba(0,0,0,0.12); border-radius: 6px; font-family: var(--ff-mono); font-size: 0.85em; }
|
|
2050
|
-
.fd-tool-call summary { cursor: pointer; padding: 2px 0; }
|
|
2051
|
-
.fd-tool-body { margin: 4px 0 0; white-space: pre-wrap; word-break: break-all; max-height: 200px; overflow-y: auto; }
|
|
2052
|
-
.fd-pre { white-space: pre-wrap; word-break: break-all; font-family: var(--ff-mono); font-size: 0.85em; }
|
|
2053
|
-
.row-form { display: flex; flex-direction: column; gap: 8px; }
|
|
2054
|
-
.fd-chat-form { display: flex; flex-direction: column; gap: 8px; }
|
|
2055
|
-
.fd-chat-send-row { display: flex; gap: 8px; align-items: flex-end; }
|
|
2056
|
-
.fd-chat-send-row textarea { flex: 1; resize: vertical; }
|
|
2057
|
-
.fd-chat-send-row .btn-primary { flex-shrink: 0; align-self: flex-end; padding: 10px 20px; }
|
|
2058
|
-
.fd-muted { opacity: 0.5; }
|
|
2059
536
|
|
|
2060
|
-
/*
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
.
|
|
2064
|
-
.
|
|
2065
|
-
.
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
.
|
|
2069
|
-
.
|
|
2070
|
-
.fd-cfg-label { display: flex; flex-direction: column; gap: 2px; font-weight: 500; }
|
|
2071
|
-
.fd-cfg-key { font-family: var(--ff-mono); font-size: 11px; color: var(--panel-text-2); font-weight: 400; }
|
|
2072
|
-
.fd-cfg-control { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
|
|
2073
|
-
.fd-cfg-control input, .fd-cfg-control select { padding: 8px 12px; min-height: 36px; font-family: var(--ff-mono); font-size: 13px; min-width: 220px; background: var(--panel-3, var(--panel-2)); color: var(--panel-text); border: 0; border-radius: 8px; box-sizing: border-box; }
|
|
2074
|
-
.fd-cfg-control input:focus, .fd-cfg-control select:focus { outline: 2px solid var(--green, #3F8A4A); outline-offset: 1px; }
|
|
2075
|
-
.fd-cfg-meta { display: inline-flex; gap: 6px; align-items: center; font-size: 11.5px; }
|
|
2076
|
-
.fd-cfg-details { margin-top: 12px; padding: 8px 0; }
|
|
2077
|
-
.fd-cfg-details > summary { cursor: pointer; padding: 6px 0; font-weight: 500; user-select: none; }
|
|
2078
|
-
.fd-cfg-details > summary:hover { color: var(--accent, #FFA500); }
|
|
2079
|
-
|
|
2080
|
-
/* freddie voice page */
|
|
2081
|
-
.fd-voice-controls { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; padding: 4px 0 10px; }
|
|
2082
|
-
.fd-voice-partial { font-style: italic; color: var(--panel-text-2); font-family: var(--ff-mono); font-size: 12.5px; }
|
|
2083
|
-
.fd-voice-tts { display: flex; flex-direction: column; gap: 8px; }
|
|
2084
|
-
.fd-voice-tts textarea { padding: 8px 10px; font-family: var(--ff-ui); font-size: 13.5px; background: var(--panel-2); color: var(--panel-text); border: 0; border-radius: 10px; resize: vertical; }
|
|
2085
|
-
.fd-voice-tts textarea:focus { outline: 2px solid var(--mascot, #F07AA8); outline-offset: 1px; }
|
|
2086
|
-
|
|
2087
|
-
/* freddie page-error pre — replaces the inline style from app.js */
|
|
2088
|
-
.fd-page-error { max-height: 200px; overflow-y: auto; }
|
|
537
|
+
/* ============================================================
|
|
538
|
+
Chat — minimal styles (placeholder for full chat surface)
|
|
539
|
+
============================================================ */
|
|
540
|
+
.ds-chat { display: flex; flex-direction: column; gap: 12px; padding: var(--space-4); }
|
|
541
|
+
.ds-chat-msg { padding: 12px 18px; background: var(--bg-2); border-radius: var(--r-3); max-width: 36em; }
|
|
542
|
+
.ds-chat-msg.user { background: var(--accent); color: var(--accent-fg); align-self: flex-end; }
|
|
543
|
+
.ds-chat-md { font-size: var(--fs-sm); line-height: 1.6; }
|
|
544
|
+
.ds-chat-composer { display: flex; gap: 8px; padding: var(--space-4); }
|
|
545
|
+
.ds-chat-composer input { flex: 1; padding: 13px 18px; background: var(--bg-2); border: 0; border-radius: var(--r-pill); font-family: inherit; font-size: var(--fs-sm); color: var(--fg); outline: 0; }
|
|
546
|
+
.ds-chat-composer input:focus { box-shadow: inset 0 0 0 2px var(--accent); }
|
|
2089
547
|
|
|
2090
|
-
/*
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
.
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
.
|
|
2100
|
-
.
|
|
2101
|
-
.
|
|
2102
|
-
.
|
|
2103
|
-
.
|
|
2104
|
-
.
|
|
2105
|
-
.
|
|
2106
|
-
.
|
|
2107
|
-
.
|
|
2108
|
-
.
|
|
2109
|
-
.
|
|
2110
|
-
.
|
|
2111
|
-
.
|
|
548
|
+
/* ============================================================
|
|
549
|
+
File surface — minimal placeholder
|
|
550
|
+
============================================================ */
|
|
551
|
+
.ds-file-row {
|
|
552
|
+
display: grid; grid-template-columns: 28px minmax(0, 1fr) auto auto;
|
|
553
|
+
gap: 14px; align-items: center;
|
|
554
|
+
padding: 12px 18px; background: var(--bg);
|
|
555
|
+
border-radius: var(--r-2); color: var(--fg);
|
|
556
|
+
}
|
|
557
|
+
.ds-file-row + .ds-file-row { margin-top: 3px; }
|
|
558
|
+
.ds-file-row:hover { background: var(--bg-2); }
|
|
559
|
+
.ds-file-row[data-file-type="dir"] { border-left: 3px solid var(--accent); padding-left: 11px; }
|
|
560
|
+
.ds-file-row[data-file-type="image"] { border-left: 3px solid var(--mascot); padding-left: 11px; }
|
|
561
|
+
.ds-file-row[data-file-type="video"] { border-left: 3px solid var(--purple-2); padding-left: 11px; }
|
|
562
|
+
.ds-file-row[data-file-type="audio"] { border-left: 3px solid var(--sky); padding-left: 11px; }
|
|
563
|
+
.ds-file-row[data-file-type="code"] { border-left: 3px solid var(--green-2); padding-left: 11px; }
|
|
564
|
+
.ds-file-row[data-file-type="text"] { border-left: 3px solid var(--ink-3); padding-left: 11px; }
|
|
565
|
+
.ds-file-row[data-file-type="archive"] { border-left: 3px solid var(--flame); padding-left: 11px; }
|
|
566
|
+
.ds-file-row[data-file-type="document"] { border-left: 3px solid var(--sun); padding-left: 11px; }
|
|
567
|
+
.ds-file-row[data-file-type="other"] { border-left: 3px solid var(--fg-3); padding-left: 11px; }
|
|
568
|
+
.ds-file-row .name { font-weight: 500; }
|
|
569
|
+
.ds-file-row .size { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); }
|
|
570
|
+
.ds-file-row .time { font-family: var(--ff-mono); font-size: var(--fs-xs); color: var(--fg-3); }
|