@agentiffai/design 1.3.29 → 1.4.0

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/dist/index.js CHANGED
@@ -1,9 +1,10 @@
1
1
  import React4, { memo, useRef, useEffect, useMemo, useState, useCallback, useId } from 'react';
2
- import styled57, { keyframes, css, createGlobalStyle } from 'styled-components';
2
+ import styled58, { keyframes, css, createGlobalStyle } from 'styled-components';
3
3
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
4
4
  import { useButton as useButton$1 } from 'react-aria';
5
5
  import { useButton } from '@react-aria/button';
6
6
  import { TagGroup, TagList, Tag, Button, TextField, DisclosureGroup, Disclosure, DisclosurePanel, Heading } from 'react-aria-components';
7
+ import { createPortal } from 'react-dom';
7
8
  import { useMeter } from '@react-aria/meter';
8
9
  import { useTabList, useTabPanel, useTab } from '@react-aria/tabs';
9
10
  import { Item } from '@react-stately/collections';
@@ -16,66 +17,44 @@ import { useTextField } from '@react-aria/textfield';
16
17
  // src/theme/tokens.ts
17
18
  var tokens = {
18
19
  colors: {
19
- // Brand colors
20
20
  primary: "#2CB0AB",
21
- // Teal (main brand color)
22
21
  secondary: "#264E68",
23
- // Deep Blue
24
22
  accent: "#459FB9",
25
- // Sky Blue
26
23
  seaGreen: "#4EB999",
27
- // Sea Green (additional brand color)
28
- // Backgrounds - dark theme optimized
29
24
  background: {
30
25
  darkest: "#0a1b2a",
31
- // Darkest Blue (brand color)
32
26
  darker: "#151a26",
33
- // Discord gray (preserved)
34
27
  dark: "#1b2230",
35
- // Discord surface gray (preserved)
36
28
  light: "#252d3d"
37
- // Discord border gray (preserved)
38
29
  },
39
- // Text hierarchy
40
30
  text: {
41
31
  primary: "#FFFFFF",
42
32
  secondary: "#B4B8C5",
43
33
  tertiary: "#9CA3AF",
44
34
  disabled: "#4B5563"
45
35
  },
46
- // Semantic colors
47
36
  success: "#2CB0AB",
48
- // Teal (brand aligned)
49
37
  error: "#EF4444",
50
38
  warning: "#F59E0B",
51
39
  info: "#459FB9",
52
- // Sky Blue (brand aligned)
53
- // Status colors (for workflow/SSE events)
54
40
  status: {
55
41
  pending: "#6B7280",
56
42
  editing: "#3B82F6",
57
43
  idle: "#6B7280",
58
44
  running: "#459FB9",
59
- // Sky Blue (brand aligned)
60
45
  completed: "#2CB0AB",
61
- // Teal (brand aligned)
62
46
  failed: "#EF4444",
63
47
  timeout: "#F59E0B",
64
- // Badge status (online/offline pattern)
65
48
  online: "#2CB0AB",
66
49
  offline: "#EF4444",
67
50
  busy: "#459FB9"
68
51
  },
69
- // Connection status
70
52
  connection: {
71
53
  connected: "#2CB0AB",
72
- // Teal (brand aligned)
73
54
  streaming: "#459FB9",
74
- // Sky Blue (brand aligned)
75
55
  disconnected: "#EF4444",
76
56
  reconnecting: "#F59E0B"
77
57
  },
78
- // Surface variants (for overlays, cards, panels)
79
58
  surface: {
80
59
  base: "#1b2230",
81
60
  elevated: "#252d3d",
@@ -86,16 +65,13 @@ var tokens = {
86
65
  glass: "rgba(255, 255, 255, 0.26)",
87
66
  glassBorder: "rgba(255, 255, 255, 0.3)"
88
67
  },
89
- // UI Element colors
90
68
  border: {
91
69
  default: "rgba(255, 255, 255, 0.1)",
92
70
  subtle: "rgba(255, 255, 255, 0.05)",
93
71
  hover: "rgba(255, 255, 255, 0.2)",
94
72
  focus: "#2CB0AB",
95
- // Teal (brand aligned)
96
73
  error: "#EF4444"
97
74
  },
98
- // Category colors (for workflow progress badges)
99
75
  category: {
100
76
  setup: "#459FB9",
101
77
  integration: "#8B5CF6",
@@ -107,31 +83,23 @@ var tokens = {
107
83
  custom: "#6B7280",
108
84
  notion: "#6B7280"
109
85
  },
110
- // Scrollbar colors
111
86
  scrollbar: {
112
87
  track: "transparent",
113
88
  thumb: "rgba(255, 255, 255, 0.2)",
114
89
  thumbHover: "rgba(255, 255, 255, 0.3)"
115
90
  },
116
- // Message bubbles
117
91
  message: {
118
92
  user: "#264E68",
119
- // Deep Blue (brand color)
120
93
  ai: "#1b2230",
121
- // Dark background
122
94
  system: "#151a26"
123
- // Darker background
124
95
  },
125
- // Overlays and backdrops
126
96
  overlay: "rgba(0, 0, 0, 0.5)",
127
97
  backdrop: "rgba(27, 34, 48, 0.95)",
128
- // Icon colors
129
98
  icon: {
130
99
  default: "#B4B8C5",
131
100
  muted: "#6B7280",
132
101
  active: "#2CB0AB"
133
102
  },
134
- // Platform brand colors (for social media icons)
135
103
  platform: {
136
104
  facebook: "#1877F2",
137
105
  instagram: "#E4405F",
@@ -154,21 +122,13 @@ var tokens = {
154
122
  },
155
123
  fontSize: {
156
124
  xs: "0.875rem",
157
- // 14px (was 12px, increased for better readability)
158
125
  sm: "1rem",
159
- // 16px (was 14px, increased for better readability)
160
126
  base: "1.125rem",
161
- // 18px (was 16px, increased for better readability)
162
127
  lg: "1.125rem",
163
- // 18px (heading size, unchanged)
164
128
  xl: "1.25rem",
165
- // 20px (heading size, unchanged)
166
129
  "2xl": "1.5rem",
167
- // 24px (heading size, unchanged)
168
130
  "3xl": "1.875rem",
169
- // 30px (heading size, unchanged)
170
131
  "4xl": "2.25rem"
171
- // 36px (heading size, unchanged)
172
132
  },
173
133
  fontWeight: {
174
134
  light: 300,
@@ -185,34 +145,21 @@ var tokens = {
185
145
  },
186
146
  spacing: {
187
147
  xs: "0.25rem",
188
- // 4px
189
148
  sm: "0.5rem",
190
- // 8px
191
149
  md: "1rem",
192
- // 16px
193
150
  lg: "1.5rem",
194
- // 24px
195
151
  xl: "2rem",
196
- // 32px
197
152
  "2xl": "3rem",
198
- // 48px
199
153
  "3xl": "4rem"
200
- // 64px
201
154
  },
202
155
  borderRadius: {
203
156
  none: "0",
204
157
  sm: "0.25rem",
205
- // 4px
206
158
  md: "0.5rem",
207
- // 8px
208
159
  lg: "0.75rem",
209
- // 12px
210
160
  xl: "1rem",
211
- // 16px
212
161
  "2xl": "1.5rem",
213
- // 24px
214
162
  full: "9999px"
215
- // Fully rounded
216
163
  },
217
164
  shadows: {
218
165
  none: "none",
@@ -335,7 +282,7 @@ var getSizeValue = (size = "md") => {
335
282
  };
336
283
  }
337
284
  };
338
- var Container = styled57.div`
285
+ var Container = styled58.div`
339
286
  display: inline-flex;
340
287
  align-items: center;
341
288
  gap: ${tokens.spacing.md};
@@ -347,7 +294,7 @@ var Container = styled57.div`
347
294
  max-width: fit-content;
348
295
  margin: 0 auto;
349
296
  `;
350
- var Avatar = styled57.div`
297
+ var Avatar = styled58.div`
351
298
  width: ${(props) => getSizeValue(props.size).avatar};
352
299
  height: ${(props) => getSizeValue(props.size).avatar};
353
300
  border-radius: ${tokens.borderRadius.full};
@@ -358,23 +305,23 @@ var Avatar = styled57.div`
358
305
  flex-shrink: 0;
359
306
  box-shadow: ${tokens.shadows.glow.primary};
360
307
  `;
361
- var HeadphonesIcon = styled57.svg`
308
+ var HeadphonesIcon = styled58.svg`
362
309
  width: ${(props) => getSizeValue(props.size).icon};
363
310
  height: ${(props) => getSizeValue(props.size).icon};
364
311
  color: ${tokens.colors.text.primary};
365
312
  `;
366
- var Content = styled57.div`
313
+ var Content = styled58.div`
367
314
  display: flex;
368
315
  align-items: center;
369
316
  gap: ${tokens.spacing.sm};
370
317
  `;
371
- var LoadingDots = styled57.div`
318
+ var LoadingDots = styled58.div`
372
319
  display: flex;
373
320
  align-items: center;
374
321
  gap: ${(props) => props.variant === "wave" ? "2px" : `${tokens.spacing.xs}`};
375
322
  padding: 0 ${tokens.spacing.xs};
376
323
  `;
377
- var Dot = styled57.span`
324
+ var Dot = styled58.span`
378
325
  width: ${(props) => getSizeValue(props.size).dotSize};
379
326
  height: ${(props) => getSizeValue(props.size).dotSize};
380
327
  border-radius: ${tokens.borderRadius.full};
@@ -392,7 +339,7 @@ var Dot = styled57.span`
392
339
  }}
393
340
  1.4s ease-in-out infinite;
394
341
  `;
395
- var Message = styled57.span`
342
+ var Message = styled58.span`
396
343
  font-size: ${(props) => getSizeValue(props.size).fontSize};
397
344
  color: ${tokens.colors.text.secondary};
398
345
  font-weight: ${tokens.typography.fontWeight.regular};
@@ -452,7 +399,7 @@ function AssistantThinking({
452
399
  );
453
400
  }
454
401
  AssistantThinking.displayName = "AssistantThinking";
455
- var StyledContainer = styled57.div`
402
+ var StyledContainer = styled58.div`
456
403
  display: flex;
457
404
  width: 100%;
458
405
  height: 52px;
@@ -461,7 +408,7 @@ var StyledContainer = styled57.div`
461
408
  padding: ${tokens.spacing.xs};
462
409
  gap: ${tokens.spacing.xs};
463
410
  `;
464
- var StyledOption = styled57.button`
411
+ var StyledOption = styled58.button`
465
412
  flex: 1;
466
413
  height: 44px;
467
414
  background: ${({ $isActive }) => $isActive ? tokens.colors.primary : tokens.colors.background.light};
@@ -479,14 +426,14 @@ var StyledOption = styled57.button`
479
426
  opacity: 0.9;
480
427
  }
481
428
  `;
482
- var StyledLabel = styled57.span`
429
+ var StyledLabel = styled58.span`
483
430
  font-family: Inter, sans-serif;
484
431
  font-weight: ${tokens.typography.fontWeight.semibold};
485
432
  font-size: 14px;
486
433
  line-height: 1.5714285714285714em;
487
434
  color: ${tokens.colors.text.primary};
488
435
  `;
489
- var StyledBadge = styled57.span`
436
+ var StyledBadge = styled58.span`
490
437
  display: inline-flex;
491
438
  align-items: center;
492
439
  justify-content: center;
@@ -538,64 +485,64 @@ function BillingToggle({
538
485
  )
539
486
  ] });
540
487
  }
541
- var StyledCard = styled57.div`
488
+ var StyledCard = styled58.div`
542
489
  background: ${tokens.colors.background.dark};
543
490
  border-radius: ${tokens.borderRadius.md};
544
491
  width: 100%;
545
492
  padding: 10px 12px;
546
493
  position: relative;
547
494
  `;
548
- var StyledHeader = styled57.div`
495
+ var StyledHeader = styled58.div`
549
496
  display: flex;
550
497
  justify-content: space-between;
551
498
  align-items: center;
552
499
  margin-bottom: 2px;
553
500
  `;
554
- var StyledBadge2 = styled57.span`
501
+ var StyledBadge2 = styled58.span`
555
502
  font-weight: ${tokens.typography.fontWeight.semibold};
556
503
  font-size: 13px;
557
504
  line-height: 1.4;
558
505
  color: ${tokens.colors.primary};
559
506
  `;
560
- var StyledLabel2 = styled57.span`
507
+ var StyledLabel2 = styled58.span`
561
508
  font-weight: ${tokens.typography.fontWeight.bold};
562
509
  font-size: 14px;
563
510
  line-height: 1.4;
564
511
  color: ${tokens.colors.text.primary};
565
512
  `;
566
- var StyledDescription = styled57.p`
513
+ var StyledDescription = styled58.p`
567
514
  font-size: 12px;
568
515
  line-height: 1.4;
569
516
  color: ${tokens.colors.text.secondary};
570
517
  margin: 0 0 6px 0;
571
518
  `;
572
- var StyledDivider = styled57.div`
519
+ var StyledDivider = styled58.div`
573
520
  width: 100%;
574
521
  height: 1px;
575
522
  background: ${tokens.colors.border.default};
576
523
  margin-bottom: 6px;
577
524
  `;
578
- var StyledFooter = styled57.div`
525
+ var StyledFooter = styled58.div`
579
526
  display: flex;
580
527
  justify-content: space-between;
581
528
  align-items: center;
582
529
  `;
583
- var StyledCredits = styled57.div`
530
+ var StyledCredits = styled58.div`
584
531
  display: flex;
585
532
  align-items: center;
586
533
  gap: 6px;
587
534
  `;
588
- var StyledCheckIcon = styled57.svg`
535
+ var StyledCheckIcon = styled58.svg`
589
536
  width: 16px;
590
537
  height: 16px;
591
538
  flex-shrink: 0;
592
539
  `;
593
- var StyledCreditsText = styled57.span`
540
+ var StyledCreditsText = styled58.span`
594
541
  font-size: 13px;
595
542
  line-height: 1.4;
596
543
  color: ${tokens.colors.text.primary};
597
544
  `;
598
- var StyledExecutions = styled57.span`
545
+ var StyledExecutions = styled58.span`
599
546
  font-size: 11px;
600
547
  line-height: 1.4;
601
548
  color: ${tokens.colors.text.secondary};
@@ -639,7 +586,7 @@ function TrialPlanCard({
639
586
  ] })
640
587
  ] });
641
588
  }
642
- var ChatInputContainer = styled57.div`
589
+ var ChatInputContainer = styled58.div`
643
590
  display: flex;
644
591
  flex-direction: column;
645
592
  width: 100%;
@@ -655,7 +602,7 @@ var ChatInputContainer = styled57.div`
655
602
  padding: ${tokens.spacing.md};
656
603
  }
657
604
  `;
658
- var SuggestionsWrapper = styled57.div`
605
+ var SuggestionsWrapper = styled58.div`
659
606
  display: flex;
660
607
  flex-direction: row;
661
608
  flex-wrap: wrap;
@@ -664,7 +611,7 @@ var SuggestionsWrapper = styled57.div`
664
611
  width: 100%;
665
612
  box-sizing: border-box;
666
613
  `;
667
- var SuggestionButton = styled57.button`
614
+ var SuggestionButton = styled58.button`
668
615
  padding: ${tokens.spacing.sm} ${tokens.spacing.md};
669
616
  font-family: ${tokens.typography.fontFamily.primary};
670
617
  font-size: 13px;
@@ -703,7 +650,7 @@ var SuggestionButton = styled57.button`
703
650
  opacity: 0.4;
704
651
  }
705
652
  `;
706
- var InputWrapper = styled57.div`
653
+ var InputWrapper = styled58.div`
707
654
  display: flex;
708
655
  align-items: flex-end; /* Align button to bottom when textarea expands */
709
656
  gap: ${tokens.spacing.sm};
@@ -721,7 +668,7 @@ var InputWrapper = styled57.div`
721
668
  background-color: rgba(50, 50, 52, 0.6);
722
669
  }
723
670
  `;
724
- var InputField = styled57.textarea`
671
+ var InputField = styled58.textarea`
725
672
  flex: 1;
726
673
  border: none;
727
674
  outline: none;
@@ -746,7 +693,7 @@ var InputField = styled57.textarea`
746
693
  cursor: not-allowed;
747
694
  }
748
695
  `;
749
- var SubmitButton = styled57.button`
696
+ var SubmitButton = styled58.button`
750
697
  display: flex;
751
698
  align-items: center;
752
699
  justify-content: center;
@@ -1068,30 +1015,30 @@ var TagInput = ({
1068
1015
  error && /* @__PURE__ */ jsx(ErrorMessage, { "data-testid": testId ? `${testId}-error` : void 0, children: error })
1069
1016
  ] });
1070
1017
  };
1071
- var Container2 = styled57.div`
1018
+ var Container2 = styled58.div`
1072
1019
  margin-bottom: ${tokens.spacing.md};
1073
1020
  `;
1074
- var LabelWrapper = styled57.div`
1021
+ var LabelWrapper = styled58.div`
1075
1022
  display: flex;
1076
1023
  align-items: center;
1077
1024
  margin-bottom: ${tokens.spacing.sm};
1078
1025
  `;
1079
- var StyledLabel3 = styled57.span`
1026
+ var StyledLabel3 = styled58.span`
1080
1027
  font-size: ${tokens.typography.fontSize.sm};
1081
1028
  font-weight: ${tokens.typography.fontWeight.semibold};
1082
1029
  color: ${tokens.colors.text.primary};
1083
1030
  `;
1084
- var Required = styled57.span`
1031
+ var Required = styled58.span`
1085
1032
  color: ${tokens.colors.error};
1086
1033
  margin-left: ${tokens.spacing.xs};
1087
1034
  `;
1088
- var Description = styled57.p`
1035
+ var Description = styled58.p`
1089
1036
  margin: ${tokens.spacing.xs} 0 ${tokens.spacing.sm} 0;
1090
1037
  font-size: ${tokens.typography.fontSize.xs};
1091
1038
  color: ${tokens.colors.text.tertiary};
1092
1039
  line-height: ${tokens.typography.lineHeight.normal};
1093
1040
  `;
1094
- var TagGroupContainer = styled57.div`
1041
+ var TagGroupContainer = styled58.div`
1095
1042
  display: flex;
1096
1043
  flex-wrap: wrap;
1097
1044
  align-items: flex-start;
@@ -1109,15 +1056,15 @@ var TagGroupContainer = styled57.div`
1109
1056
  border-color: ${(props) => props.$hasError ? tokens.colors.error : tokens.colors.border.focus};
1110
1057
  }
1111
1058
  `;
1112
- var StyledTagGroup = styled57(TagGroup)`
1059
+ var StyledTagGroup = styled58(TagGroup)`
1113
1060
  display: contents;
1114
1061
  `;
1115
- var StyledTagList = styled57(TagList)`
1062
+ var StyledTagList = styled58(TagList)`
1116
1063
  display: flex;
1117
1064
  flex-wrap: wrap;
1118
1065
  gap: ${tokens.spacing.xs};
1119
1066
  `;
1120
- var StyledTag = styled57(Tag)`
1067
+ var StyledTag = styled58(Tag)`
1121
1068
  display: inline-flex;
1122
1069
  align-items: center;
1123
1070
  gap: ${tokens.spacing.xs};
@@ -1144,13 +1091,13 @@ var StyledTag = styled57(Tag)`
1144
1091
  background: ${tokens.colors.accent}30;
1145
1092
  }
1146
1093
  `;
1147
- var TagText = styled57.span`
1094
+ var TagText = styled58.span`
1148
1095
  max-width: 150px;
1149
1096
  overflow: hidden;
1150
1097
  text-overflow: ellipsis;
1151
1098
  white-space: nowrap;
1152
1099
  `;
1153
- var RemoveButton = styled57(Button)`
1100
+ var RemoveButton = styled58(Button)`
1154
1101
  display: flex;
1155
1102
  align-items: center;
1156
1103
  justify-content: center;
@@ -1185,14 +1132,14 @@ var RemoveIcon = () => /* @__PURE__ */ jsx(
1185
1132
  children: /* @__PURE__ */ jsx("path", { d: "M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z" })
1186
1133
  }
1187
1134
  );
1188
- var InputWrapper2 = styled57.div`
1135
+ var InputWrapper2 = styled58.div`
1189
1136
  display: flex;
1190
1137
  align-items: center;
1191
1138
  gap: ${tokens.spacing.xs};
1192
1139
  flex: 1;
1193
1140
  min-width: 120px;
1194
1141
  `;
1195
- var StyledInput = styled57.input`
1142
+ var StyledInput = styled58.input`
1196
1143
  flex: 1;
1197
1144
  min-width: 80px;
1198
1145
  padding: ${tokens.spacing.xs} 0;
@@ -1216,7 +1163,7 @@ var StyledInput = styled57.input`
1216
1163
  cursor: not-allowed;
1217
1164
  }
1218
1165
  `;
1219
- var AddButton = styled57.button`
1166
+ var AddButton = styled58.button`
1220
1167
  padding: ${tokens.spacing.xs} ${tokens.spacing.sm};
1221
1168
  background: ${tokens.colors.accent};
1222
1169
  border: none;
@@ -1236,13 +1183,13 @@ var AddButton = styled57.button`
1236
1183
  cursor: not-allowed;
1237
1184
  }
1238
1185
  `;
1239
- var HintText = styled57.p`
1186
+ var HintText = styled58.p`
1240
1187
  margin: ${tokens.spacing.xs} 0 0 0;
1241
1188
  font-size: ${tokens.typography.fontSize.xs};
1242
1189
  color: ${(props) => props.$warning ? tokens.colors.warning : tokens.colors.text.tertiary};
1243
1190
  font-style: italic;
1244
1191
  `;
1245
- var ErrorMessage = styled57.div`
1192
+ var ErrorMessage = styled58.div`
1246
1193
  margin-top: ${tokens.spacing.xs};
1247
1194
  font-size: ${tokens.typography.fontSize.xs};
1248
1195
  color: ${tokens.colors.error};
@@ -1269,12 +1216,12 @@ var indeterminateAnimation = keyframes`
1269
1216
  right: -90%;
1270
1217
  }
1271
1218
  `;
1272
- var Container3 = styled57.div`
1219
+ var Container3 = styled58.div`
1273
1220
  padding: ${tokens.spacing.lg};
1274
1221
  width: 100%;
1275
1222
  box-sizing: border-box;
1276
1223
  `;
1277
- var SkeletonBox = styled57.div`
1224
+ var SkeletonBox = styled58.div`
1278
1225
  width: 100%;
1279
1226
  height: 200px;
1280
1227
  background: linear-gradient(
@@ -1287,10 +1234,10 @@ var SkeletonBox = styled57.div`
1287
1234
  animation: ${shimmer} 1.5s ease-in-out infinite;
1288
1235
  border-radius: ${tokens.borderRadius.md};
1289
1236
  `;
1290
- var ProgressSection = styled57.div`
1237
+ var ProgressSection = styled58.div`
1291
1238
  margin-top: ${tokens.spacing.md};
1292
1239
  `;
1293
- var ProgressBarContainer = styled57.div`
1240
+ var ProgressBarContainer = styled58.div`
1294
1241
  width: 100%;
1295
1242
  height: 4px;
1296
1243
  background: ${tokens.colors.background.dark};
@@ -1298,7 +1245,7 @@ var ProgressBarContainer = styled57.div`
1298
1245
  overflow: hidden;
1299
1246
  position: relative;
1300
1247
  `;
1301
- var ProgressBarFill = styled57.div`
1248
+ var ProgressBarFill = styled58.div`
1302
1249
  height: 100%;
1303
1250
  background: linear-gradient(
1304
1251
  90deg,
@@ -1316,12 +1263,12 @@ var ProgressBarFill = styled57.div`
1316
1263
  width: ${$percentage}%;
1317
1264
  `}
1318
1265
  `;
1319
- var ActivityText = styled57.div`
1266
+ var ActivityText = styled58.div`
1320
1267
  margin-top: ${tokens.spacing.sm};
1321
1268
  font-size: ${tokens.typography.fontSize.sm};
1322
1269
  color: ${tokens.colors.text.secondary};
1323
1270
  `;
1324
- var StepCounter = styled57.div`
1271
+ var StepCounter = styled58.div`
1325
1272
  margin-top: ${tokens.spacing.xs};
1326
1273
  font-size: ${tokens.typography.fontSize.xs};
1327
1274
  color: ${tokens.colors.text.tertiary};
@@ -1368,7 +1315,7 @@ function WorkflowLoadingSkeleton({
1368
1315
  ] })
1369
1316
  ] });
1370
1317
  }
1371
- var StyledButton = styled57.button`
1318
+ var StyledButton = styled58.button`
1372
1319
  min-height: 44px; /* Touch-friendly sizing for mobile */
1373
1320
  padding: 0.75rem 1.5rem;
1374
1321
  font-size: 1rem;
@@ -1435,7 +1382,7 @@ var StyledButton = styled57.button`
1435
1382
  font-size: 0.9375rem;
1436
1383
  }
1437
1384
  `;
1438
- var LoadingSpinner = styled57.span`
1385
+ var LoadingSpinner = styled58.span`
1439
1386
  display: inline-block;
1440
1387
  width: 16px;
1441
1388
  height: 16px;
@@ -1489,7 +1436,7 @@ var AuthButton = ({
1489
1436
  }
1490
1437
  );
1491
1438
  };
1492
- var StyledTextField = styled57(TextField)`
1439
+ var StyledTextField = styled58(TextField)`
1493
1440
  display: flex;
1494
1441
  flex-direction: column;
1495
1442
  margin-bottom: 0.25rem;
@@ -1562,11 +1509,11 @@ var StyledTextField = styled57(TextField)`
1562
1509
  }
1563
1510
  }
1564
1511
  `;
1565
- var ErrorMessageContainer = styled57.div`
1512
+ var ErrorMessageContainer = styled58.div`
1566
1513
  min-height: 1.25rem; /* Reserve space for error message to prevent shifting */
1567
1514
  margin-top: 0.375rem;
1568
1515
  `;
1569
- var ErrorMessage2 = styled57.span`
1516
+ var ErrorMessage2 = styled58.span`
1570
1517
  color: ${tokens.colors.error};
1571
1518
  font-size: 0.875rem;
1572
1519
  display: block;
@@ -1646,11 +1593,11 @@ var AuthInput = ({
1646
1593
  }
1647
1594
  );
1648
1595
  };
1649
- var PasswordContainer = styled57.div`
1596
+ var PasswordContainer = styled58.div`
1650
1597
  position: relative;
1651
1598
  width: 100%;
1652
1599
  `;
1653
- var ToggleButton = styled57.button`
1600
+ var ToggleButton = styled58.button`
1654
1601
  position: absolute;
1655
1602
  right: 0.5rem;
1656
1603
  top: calc(0.875rem + 1.5rem);
@@ -1688,7 +1635,7 @@ var ToggleButton = styled57.button`
1688
1635
  height: 20px;
1689
1636
  }
1690
1637
  `;
1691
- var HintText2 = styled57.span`
1638
+ var HintText2 = styled58.span`
1692
1639
  font-size: 0.75rem;
1693
1640
  color: rgba(255, 255, 255, 0.6);
1694
1641
  opacity: 0.8;
@@ -1763,32 +1710,37 @@ var SuccessToast = ({
1763
1710
  }
1764
1711
  }, [message, autoDismiss, autoDismissDelay, onDismiss]);
1765
1712
  if (!message) return null;
1766
- return /* @__PURE__ */ jsx(ToastContainer, { "data-testid": "success-toast", children: /* @__PURE__ */ jsxs(ToastContent, { children: [
1767
- /* @__PURE__ */ jsx(CheckmarkIcon, { children: "\u2713" }),
1768
- /* @__PURE__ */ jsx(Message2, { "data-testid": "success-toast-message", children: message }),
1769
- /* @__PURE__ */ jsx(DismissButton, { onClick: onDismiss, "aria-label": "Dismiss", children: "\xD7" })
1770
- ] }) });
1713
+ return createPortal(
1714
+ /* @__PURE__ */ jsx(ToastContainer, { "data-testid": "success-toast", children: /* @__PURE__ */ jsxs(ToastContent, { children: [
1715
+ /* @__PURE__ */ jsx(CheckmarkIcon, { children: "\u2713" }),
1716
+ /* @__PURE__ */ jsx(Message2, { "data-testid": "success-toast-message", children: message }),
1717
+ /* @__PURE__ */ jsx(DismissButton, { onClick: onDismiss, "aria-label": "Dismiss", children: "\xD7" })
1718
+ ] }) }),
1719
+ document.body
1720
+ );
1771
1721
  };
1772
- var ToastContainer = styled57.div`
1722
+ var ToastContainer = styled58.div`
1773
1723
  position: fixed;
1774
- top: calc(${tokens.spacing.sm} + var(--safe-area-top, 0px));
1724
+ top: calc(${tokens.spacing.md} + var(--safe-area-top, 0px));
1775
1725
  left: 50%;
1776
1726
  transform: translateX(-50%);
1777
- max-width: 340px;
1778
- background-color: ${tokens.colors.background.dark};
1727
+ min-width: min(400px, 90vw);
1728
+ max-width: min(600px, 95vw);
1729
+ background: ${tokens.colors.background.darker};
1779
1730
  border: 1px solid ${tokens.colors.border.default};
1780
- color: white;
1781
- border-radius: ${tokens.borderRadius.md};
1782
- box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
1783
- padding: ${tokens.spacing.sm} ${tokens.spacing.md};
1784
- z-index: ${tokens.zIndex.toast || 1e4};
1731
+ border-left: 3px solid ${tokens.colors.primary};
1732
+ color: ${tokens.colors.text.primary};
1733
+ border-radius: ${tokens.borderRadius.lg};
1734
+ box-shadow: ${tokens.shadows.xl};
1735
+ padding: ${tokens.spacing.md};
1736
+ z-index: ${tokens.zIndex.toast};
1785
1737
  font-family: ${tokens.typography.fontFamily.primary};
1786
- animation: slideDown 0.3s ease-out;
1738
+ animation: slideDown ${tokens.animation.duration.short} ${tokens.animation.easing.enter};
1787
1739
 
1788
1740
  @keyframes slideDown {
1789
1741
  from {
1790
1742
  opacity: 0;
1791
- transform: translateX(-50%) translateY(-12px);
1743
+ transform: translateX(-50%) translateY(-20px);
1792
1744
  }
1793
1745
  to {
1794
1746
  opacity: 1;
@@ -1797,27 +1749,28 @@ var ToastContainer = styled57.div`
1797
1749
  }
1798
1750
 
1799
1751
  @media (max-width: 640px) {
1800
- max-width: 85%;
1752
+ min-width: 90%;
1753
+ max-width: 90%;
1801
1754
  }
1802
1755
  `;
1803
- var ToastContent = styled57.div`
1756
+ var ToastContent = styled58.div`
1804
1757
  display: flex;
1805
1758
  align-items: center;
1806
- gap: ${tokens.spacing.sm};
1759
+ gap: ${tokens.spacing.md};
1807
1760
  `;
1808
- var CheckmarkIcon = styled57.span`
1761
+ var CheckmarkIcon = styled58.span`
1809
1762
  color: ${tokens.colors.primary};
1810
1763
  font-size: ${tokens.typography.fontSize.base};
1811
1764
  font-weight: ${tokens.typography.fontWeight.bold};
1812
1765
  flex-shrink: 0;
1813
1766
  `;
1814
- var Message2 = styled57.div`
1767
+ var Message2 = styled58.div`
1815
1768
  flex: 1;
1816
1769
  font-size: ${tokens.typography.fontSize.sm};
1817
1770
  font-weight: ${tokens.typography.fontWeight.medium};
1818
- line-height: ${tokens.typography.lineHeight.tight};
1771
+ line-height: ${tokens.typography.lineHeight.normal};
1819
1772
  `;
1820
- var DismissButton = styled57.button`
1773
+ var DismissButton = styled58.button`
1821
1774
  background: none;
1822
1775
  border: none;
1823
1776
  color: ${tokens.colors.text.tertiary};
@@ -1855,7 +1808,7 @@ var WarningIconSvg = () => /* @__PURE__ */ jsx(
1855
1808
  )
1856
1809
  }
1857
1810
  );
1858
- var BannerContainer = styled57.div`
1811
+ var BannerContainer = styled58.div`
1859
1812
  position: fixed;
1860
1813
  top: 0;
1861
1814
  left: 0;
@@ -1865,12 +1818,12 @@ var BannerContainer = styled57.div`
1865
1818
  pointer-events: ${(props) => props.$isVisible ? "auto" : "none"};
1866
1819
  transition: opacity 0.3s ease-in-out;
1867
1820
  `;
1868
- var StatusBarSpacer = styled57.div`
1821
+ var StatusBarSpacer = styled58.div`
1869
1822
  height: var(--safe-area-top, 0);
1870
1823
  background-color: ${tokens.colors.background.darkest}cc;
1871
1824
  backdrop-filter: blur(10px);
1872
1825
  `;
1873
- var MessageContainer = styled57.div`
1826
+ var MessageContainer = styled58.div`
1874
1827
  background-color: ${tokens.colors.background.darkest}d9;
1875
1828
  backdrop-filter: blur(10px);
1876
1829
  color: ${tokens.colors.text.primary};
@@ -1883,13 +1836,13 @@ var MessageContainer = styled57.div`
1883
1836
  font-weight: 500;
1884
1837
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
1885
1838
  `;
1886
- var WarningIcon = styled57.span`
1839
+ var WarningIcon = styled58.span`
1887
1840
  font-size: 18px;
1888
1841
  line-height: 1;
1889
1842
  display: flex;
1890
1843
  align-items: center;
1891
1844
  `;
1892
- var Message3 = styled57.span`
1845
+ var Message3 = styled58.span`
1893
1846
  line-height: 1.4;
1894
1847
  `;
1895
1848
  var ErrorBanner = ({
@@ -1905,7 +1858,182 @@ var ErrorBanner = ({
1905
1858
  ] })
1906
1859
  ] });
1907
1860
  };
1908
- var NavigationContainer = styled57.div`
1861
+ var ErrorToast = ({
1862
+ title,
1863
+ message,
1864
+ correlationId,
1865
+ accentColor = tokens.colors.error,
1866
+ icon,
1867
+ onDismiss,
1868
+ onRetry,
1869
+ onReconnect,
1870
+ onCopy,
1871
+ extraActions
1872
+ }) => {
1873
+ const [copied, setCopied] = useState(false);
1874
+ const handleCopy = async () => {
1875
+ if (!onCopy) return;
1876
+ const success = await onCopy();
1877
+ if (success) {
1878
+ setCopied(true);
1879
+ setTimeout(() => setCopied(false), 2e3);
1880
+ }
1881
+ };
1882
+ return createPortal(
1883
+ /* @__PURE__ */ jsxs(ToastContainer2, { $accentColor: accentColor, "data-testid": "error-toast", children: [
1884
+ /* @__PURE__ */ jsxs(ToastContent2, { children: [
1885
+ icon && /* @__PURE__ */ jsx(IconWrapper, { children: icon }),
1886
+ /* @__PURE__ */ jsxs(MessageWrapper, { children: [
1887
+ /* @__PURE__ */ jsx(CategoryLabel, { $accentColor: accentColor, "data-testid": "error-toast-title", children: title }),
1888
+ /* @__PURE__ */ jsx(Message4, { "data-testid": "error-toast-message", children: message }),
1889
+ correlationId && /* @__PURE__ */ jsxs(CorrelationId, { "data-testid": "error-toast-correlation-id", children: [
1890
+ "Ref: ",
1891
+ correlationId
1892
+ ] })
1893
+ ] })
1894
+ ] }),
1895
+ /* @__PURE__ */ jsxs(ButtonsWrapper, { children: [
1896
+ onCopy && /* @__PURE__ */ jsx(
1897
+ CopyButton,
1898
+ {
1899
+ onClick: handleCopy,
1900
+ "data-testid": "error-toast-copy",
1901
+ title: "Copy error details for support",
1902
+ children: copied ? "Copied" : "Copy"
1903
+ }
1904
+ ),
1905
+ extraActions,
1906
+ onReconnect && /* @__PURE__ */ jsx(ActionButton, { onClick: onReconnect, "data-testid": "error-toast-reconnect", children: "Reconnect" }),
1907
+ onRetry && /* @__PURE__ */ jsx(ActionButton, { onClick: onRetry, "data-testid": "error-toast-retry", children: "Retry" }),
1908
+ /* @__PURE__ */ jsx(DismissButton2, { onClick: onDismiss, children: "Dismiss" })
1909
+ ] })
1910
+ ] }),
1911
+ document.body
1912
+ );
1913
+ };
1914
+ var ToastContainer2 = styled58.div`
1915
+ position: fixed;
1916
+ top: calc(${tokens.spacing.md} + var(--safe-area-top, 0px));
1917
+ left: 50%;
1918
+ transform: translateX(-50%);
1919
+ min-width: min(400px, 90vw);
1920
+ max-width: min(600px, 95vw);
1921
+ background: ${tokens.colors.background.darker};
1922
+ border: 1px solid ${tokens.colors.border.default};
1923
+ border-left: 3px solid ${(props) => props.$accentColor};
1924
+ border-right: 3px solid ${(props) => props.$accentColor};
1925
+ color: ${tokens.colors.text.primary};
1926
+ border-radius: ${tokens.borderRadius.lg};
1927
+ box-shadow: ${tokens.shadows.xl};
1928
+ padding: ${tokens.spacing.md};
1929
+ z-index: ${tokens.zIndex.toast};
1930
+ font-family: ${tokens.typography.fontFamily.primary};
1931
+ animation: slideDown ${tokens.animation.duration.short} ${tokens.animation.easing.enter};
1932
+
1933
+ @keyframes slideDown {
1934
+ from {
1935
+ opacity: 0;
1936
+ transform: translateX(-50%) translateY(-20px);
1937
+ }
1938
+ to {
1939
+ opacity: 1;
1940
+ transform: translateX(-50%) translateY(0);
1941
+ }
1942
+ }
1943
+
1944
+ @media (max-width: 640px) {
1945
+ min-width: 90%;
1946
+ max-width: 90%;
1947
+ }
1948
+ `;
1949
+ var ToastContent2 = styled58.div`
1950
+ display: flex;
1951
+ align-items: flex-start;
1952
+ gap: ${tokens.spacing.md};
1953
+ margin-bottom: ${tokens.spacing.md};
1954
+ `;
1955
+ var IconWrapper = styled58.div`
1956
+ flex-shrink: 0;
1957
+
1958
+ img {
1959
+ filter: brightness(0) invert(0.7);
1960
+ }
1961
+ `;
1962
+ var MessageWrapper = styled58.div`
1963
+ flex: 1;
1964
+ `;
1965
+ var CategoryLabel = styled58.div`
1966
+ font-size: ${tokens.typography.fontSize.xs};
1967
+ font-weight: ${tokens.typography.fontWeight.semibold};
1968
+ text-transform: uppercase;
1969
+ letter-spacing: 0.5px;
1970
+ margin-bottom: ${tokens.spacing.xs};
1971
+ color: ${({ $accentColor }) => $accentColor || tokens.colors.text.secondary};
1972
+ `;
1973
+ var Message4 = styled58.div`
1974
+ font-size: ${tokens.typography.fontSize.sm};
1975
+ line-height: ${tokens.typography.lineHeight.normal};
1976
+ `;
1977
+ var CorrelationId = styled58.div`
1978
+ font-size: ${tokens.typography.fontSize.xs};
1979
+ font-family: ${tokens.typography.fontFamily.monospace};
1980
+ opacity: 0.7;
1981
+ margin-top: ${tokens.spacing.xs};
1982
+ word-break: break-all;
1983
+ `;
1984
+ var ButtonsWrapper = styled58.div`
1985
+ display: flex;
1986
+ gap: ${tokens.spacing.sm};
1987
+ justify-content: flex-end;
1988
+ `;
1989
+ var BaseButton = styled58.button`
1990
+ padding: ${tokens.spacing.sm} ${tokens.spacing.lg};
1991
+ font-size: ${tokens.typography.fontSize.sm};
1992
+ font-weight: ${tokens.typography.fontWeight.medium};
1993
+ font-family: ${tokens.typography.fontFamily.primary};
1994
+ border: none;
1995
+ border-radius: ${tokens.borderRadius.md};
1996
+ cursor: pointer;
1997
+ transition: all ${tokens.transitions.normal};
1998
+
1999
+ &:active {
2000
+ transform: scale(0.95);
2001
+ }
2002
+ `;
2003
+ var ActionButton = styled58(BaseButton)`
2004
+ background: ${tokens.colors.background.light};
2005
+ color: ${tokens.colors.text.primary};
2006
+ border: 1px solid ${tokens.colors.border.default};
2007
+ display: flex;
2008
+ align-items: center;
2009
+ gap: ${tokens.spacing.xs};
2010
+
2011
+ &:hover {
2012
+ background: ${tokens.colors.background.dark};
2013
+ border-color: ${tokens.colors.border.focus};
2014
+ }
2015
+ `;
2016
+ var CopyButton = styled58(BaseButton)`
2017
+ background: transparent;
2018
+ color: ${tokens.colors.text.secondary};
2019
+ font-size: ${tokens.typography.fontSize.xs};
2020
+ padding: ${tokens.spacing.xs} ${tokens.spacing.sm};
2021
+ border: 1px solid ${tokens.colors.border.default};
2022
+
2023
+ &:hover {
2024
+ color: ${tokens.colors.text.primary};
2025
+ border-color: ${tokens.colors.border.focus};
2026
+ }
2027
+ `;
2028
+ var DismissButton2 = styled58(BaseButton)`
2029
+ background: ${tokens.colors.primary};
2030
+ color: ${tokens.colors.text.primary};
2031
+
2032
+ &:hover {
2033
+ opacity: 0.9;
2034
+ }
2035
+ `;
2036
+ var NavigationContainer = styled58.div`
1909
2037
  display: flex;
1910
2038
  flex-direction: column;
1911
2039
  align-items: center;
@@ -1922,7 +2050,7 @@ var NavigationContainer = styled57.div`
1922
2050
  box-shadow: none !important;
1923
2051
  }
1924
2052
  `;
1925
- var CategoryGroup = styled57.div`
2053
+ var CategoryGroup = styled58.div`
1926
2054
  display: flex;
1927
2055
  flex-direction: column;
1928
2056
  align-items: center;
@@ -1934,7 +2062,7 @@ var CategoryGroup = styled57.div`
1934
2062
  border-radius: 0 !important;
1935
2063
  }
1936
2064
  `;
1937
- var CategoryButton = styled57.button`
2065
+ var CategoryButton = styled58.button`
1938
2066
  width: 48px;
1939
2067
  height: 48px;
1940
2068
  border: none;
@@ -1959,7 +2087,7 @@ var CategoryButton = styled57.button`
1959
2087
  outline-offset: 2px;
1960
2088
  }
1961
2089
  `;
1962
- var CategoryLabel = styled57.span`
2090
+ var CategoryLabel2 = styled58.span`
1963
2091
  font-size: 9px;
1964
2092
  color: ${tokens.colors.text.tertiary};
1965
2093
  margin-top: ${tokens.spacing.xs};
@@ -1969,7 +2097,7 @@ var CategoryLabel = styled57.span`
1969
2097
  text-overflow: ellipsis;
1970
2098
  white-space: nowrap;
1971
2099
  `;
1972
- var SubItemList = styled57.div`
2100
+ var SubItemList = styled58.div`
1973
2101
  display: ${({ $expanded }) => $expanded ? "flex" : "none"};
1974
2102
  flex-direction: column;
1975
2103
  align-items: center;
@@ -1977,7 +2105,7 @@ var SubItemList = styled57.div`
1977
2105
  margin-top: ${tokens.spacing.xs};
1978
2106
  width: 100%;
1979
2107
  `;
1980
- var SubItemButton = styled57.button`
2108
+ var SubItemButton = styled58.button`
1981
2109
  width: 32px;
1982
2110
  height: 32px;
1983
2111
  border: none;
@@ -2001,7 +2129,7 @@ var SubItemButton = styled57.button`
2001
2129
  outline-offset: 2px;
2002
2130
  }
2003
2131
  `;
2004
- var CountBadge = styled57.span`
2132
+ var CountBadge = styled58.span`
2005
2133
  position: absolute;
2006
2134
  top: -2px;
2007
2135
  right: -2px;
@@ -2027,7 +2155,7 @@ var filterBadgeIn = keyframes`
2027
2155
  transform: scale(1);
2028
2156
  }
2029
2157
  `;
2030
- var FilterBadge = styled57.div`
2158
+ var FilterBadge = styled58.div`
2031
2159
  position: absolute;
2032
2160
  bottom: -${tokens.spacing.xs};
2033
2161
  right: -${tokens.spacing.xs};
@@ -2046,13 +2174,13 @@ var FilterBadge = styled57.div`
2046
2174
  fill: ${tokens.colors.text.primary};
2047
2175
  }
2048
2176
  `;
2049
- var CategoryIconImg = styled57.img`
2177
+ var CategoryIconImg = styled58.img`
2050
2178
  width: ${({ $size }) => $size || 24}px;
2051
2179
  height: ${({ $size }) => $size || 24}px;
2052
2180
  object-fit: contain;
2053
2181
  filter: ${({ $active }) => $active ? "brightness(0) invert(1)" : "none"};
2054
2182
  `;
2055
- var SubItemIconImg = styled57.img`
2183
+ var SubItemIconImg = styled58.img`
2056
2184
  width: ${({ $size }) => $size}px;
2057
2185
  height: ${({ $size }) => $size}px;
2058
2186
  object-fit: contain;
@@ -2147,7 +2275,7 @@ function CategoryNav({
2147
2275
  ]
2148
2276
  }
2149
2277
  ),
2150
- /* @__PURE__ */ jsx(CategoryLabel, { children: category.label }),
2278
+ /* @__PURE__ */ jsx(CategoryLabel2, { children: category.label }),
2151
2279
  category.subItems && category.subItems.length > 0 && /* @__PURE__ */ jsx(SubItemList, { $expanded: isExpanded, children: category.subItems.map((subItem) => {
2152
2280
  const isSubItemActive = selectedSubItem === subItem.id;
2153
2281
  return /* @__PURE__ */ jsx(
@@ -2168,7 +2296,7 @@ function CategoryNav({
2168
2296
  }) });
2169
2297
  }
2170
2298
  CategoryNav.displayName = "CategoryNav";
2171
- var IconWrapper = styled57.span`
2299
+ var IconWrapper2 = styled58.span`
2172
2300
  display: inline-flex;
2173
2301
  align-items: center;
2174
2302
  justify-content: center;
@@ -2265,10 +2393,10 @@ function Icon({
2265
2393
  ...imgProps
2266
2394
  }) {
2267
2395
  const iconPath = getIconPath(name);
2268
- return /* @__PURE__ */ jsx(IconWrapper, { $size: size, $color: color, className, "aria-hidden": "true", children: /* @__PURE__ */ jsx("img", { src: iconPath, alt: "", width: size, height: size, ...imgProps }) });
2396
+ return /* @__PURE__ */ jsx(IconWrapper2, { $size: size, $color: color, className, "aria-hidden": "true", children: /* @__PURE__ */ jsx("img", { src: iconPath, alt: "", width: size, height: size, ...imgProps }) });
2269
2397
  }
2270
2398
  Icon.displayName = "Icon";
2271
- var Container4 = styled57.nav`
2399
+ var Container4 = styled58.nav`
2272
2400
  position: absolute;
2273
2401
  bottom: 0;
2274
2402
  left: 0;
@@ -2288,7 +2416,7 @@ var Container4 = styled57.nav`
2288
2416
  background-color: ${tokens.colors.background.darkest};
2289
2417
  }
2290
2418
  `;
2291
- var ContentWrapper = styled57.div`
2419
+ var ContentWrapper = styled58.div`
2292
2420
  display: flex;
2293
2421
  justify-content: space-between;
2294
2422
  align-items: center;
@@ -2306,7 +2434,7 @@ var ContentWrapper = styled57.div`
2306
2434
  padding: 0 ${tokens.spacing.xs} 0 6px;
2307
2435
  }
2308
2436
  `;
2309
- var UserStatusSlot = styled57.div`
2437
+ var UserStatusSlot = styled58.div`
2310
2438
  display: flex;
2311
2439
  align-items: center;
2312
2440
  min-width: 0; /* Allow flex item to shrink */
@@ -2319,7 +2447,7 @@ var UserStatusSlot = styled57.div`
2319
2447
  white-space: nowrap;
2320
2448
  }
2321
2449
  `;
2322
- var ActionButtonsSlot = styled57.div`
2450
+ var ActionButtonsSlot = styled58.div`
2323
2451
  display: flex;
2324
2452
  align-items: center;
2325
2453
  gap: ${tokens.spacing.xs};
@@ -2342,7 +2470,7 @@ function NavHorizontal({
2342
2470
  ] }) });
2343
2471
  }
2344
2472
  NavHorizontal.displayName = "NavHorizontal";
2345
- var Container5 = styled57.nav`
2473
+ var Container5 = styled58.nav`
2346
2474
  position: absolute;
2347
2475
  top: 0;
2348
2476
  left: 0;
@@ -2371,7 +2499,7 @@ var Container5 = styled57.nav`
2371
2499
  width: 60px;
2372
2500
  }
2373
2501
  `;
2374
- var TopSection = styled57.div`
2502
+ var TopSection = styled58.div`
2375
2503
  display: flex;
2376
2504
  flex-direction: column;
2377
2505
  align-items: center;
@@ -2384,7 +2512,7 @@ var TopSection = styled57.div`
2384
2512
  height: 64px; /* Same as PaneSectionHeader on desktop */
2385
2513
  }
2386
2514
  `;
2387
- var BackButton = styled57.button`
2515
+ var BackButton = styled58.button`
2388
2516
  position: absolute;
2389
2517
  top: 50%;
2390
2518
  left: 50%;
@@ -2420,12 +2548,12 @@ var BackButton = styled57.button`
2420
2548
  outline-offset: 2px;
2421
2549
  }
2422
2550
  `;
2423
- styled57.span`
2551
+ styled58.span`
2424
2552
  font-size: ${tokens.typography.fontSize.xl};
2425
2553
  line-height: ${tokens.typography.lineHeight.tight};
2426
2554
  font-weight: ${tokens.typography.fontWeight.bold};
2427
2555
  `;
2428
- var Separator = styled57.div`
2556
+ var Separator = styled58.div`
2429
2557
  width: 32px;
2430
2558
  height: 2px;
2431
2559
  background-color: ${tokens.colors.background.light};
@@ -2433,7 +2561,7 @@ var Separator = styled57.div`
2433
2561
  margin: ${tokens.spacing.sm} auto ${tokens.spacing.md};
2434
2562
  border-radius: 1px;
2435
2563
  `;
2436
- var FolderGroupsSlot = styled57.div`
2564
+ var FolderGroupsSlot = styled58.div`
2437
2565
  display: flex;
2438
2566
  flex-direction: column;
2439
2567
  align-items: center;
@@ -2461,7 +2589,7 @@ var FolderGroupsSlot = styled57.div`
2461
2589
  padding: 0 6px ${tokens.spacing.md}; /* Reduce horizontal padding on mobile */
2462
2590
  }
2463
2591
  `;
2464
- var BottomSection = styled57.div`
2592
+ var BottomSection = styled58.div`
2465
2593
  flex: 0 1 auto; /* Natural size, can shrink when no space */
2466
2594
  min-height: 48px; /* At least one button visible */
2467
2595
  display: flex;
@@ -2489,7 +2617,7 @@ var BottomSection = styled57.div`
2489
2617
  scrollbar-width: thin;
2490
2618
  scrollbar-color: ${tokens.colors.border.default} transparent;
2491
2619
  `;
2492
- var BottomButton = styled57.button`
2620
+ var BottomButton = styled58.button`
2493
2621
  width: 40px;
2494
2622
  height: 40px;
2495
2623
  border-radius: ${tokens.borderRadius.full};
@@ -2585,7 +2713,7 @@ function NavVertical({
2585
2713
  ] });
2586
2714
  }
2587
2715
  NavVertical.displayName = "NavVertical";
2588
- var Container6 = styled57.div`
2716
+ var Container6 = styled58.div`
2589
2717
  position: relative;
2590
2718
  width: 100%;
2591
2719
  height: 100vh;
@@ -2598,7 +2726,7 @@ var Container6 = styled57.div`
2598
2726
  position: relative;
2599
2727
  }
2600
2728
  `;
2601
- var BackgroundPane = styled57.div`
2729
+ var BackgroundPane = styled58.div`
2602
2730
  position: absolute;
2603
2731
  top: 0;
2604
2732
  left: 72px; /* Width of vertical nav */
@@ -2639,7 +2767,7 @@ var BackgroundPane = styled57.div`
2639
2767
  left: 60px; /* Smaller nav on mobile */
2640
2768
  }
2641
2769
  `;
2642
- var MainPane = styled57.main`
2770
+ var MainPane = styled58.main`
2643
2771
  position: absolute;
2644
2772
  top: 0;
2645
2773
  left: 72px; /* Width of vertical nav */
@@ -2717,13 +2845,13 @@ function Layout({
2717
2845
  ] });
2718
2846
  }
2719
2847
  Layout.displayName = "Layout";
2720
- var Container7 = styled57.div`
2848
+ var Container7 = styled58.div`
2721
2849
  display: flex;
2722
2850
  align-items: center;
2723
2851
  justify-content: flex-end;
2724
2852
  gap: ${tokens.spacing.xs};
2725
2853
  `;
2726
- var ActionButton = styled57.button`
2854
+ var ActionButton2 = styled58.button`
2727
2855
  width: ${({ $size = 32 }) => $size}px;
2728
2856
  height: ${({ $size = 32 }) => $size}px;
2729
2857
  min-width: ${({ $size = 32 }) => $size}px;
@@ -2780,7 +2908,7 @@ function ActionButtonItem({ icon, label, onClick, isActive, size, isPrimary }) {
2780
2908
  ref
2781
2909
  );
2782
2910
  return /* @__PURE__ */ jsx(
2783
- ActionButton,
2911
+ ActionButton2,
2784
2912
  {
2785
2913
  ...buttonProps,
2786
2914
  ref,
@@ -2828,7 +2956,7 @@ var statusColors = {
2828
2956
  busy: tokens.colors.status.busy,
2829
2957
  offline: tokens.colors.status.offline
2830
2958
  };
2831
- var Container8 = styled57.button`
2959
+ var Container8 = styled58.button`
2832
2960
  display: grid;
2833
2961
  grid-template-columns: auto 1fr;
2834
2962
  align-items: center;
@@ -2867,7 +2995,7 @@ var Container8 = styled57.button`
2867
2995
  opacity: 0.9;
2868
2996
  }
2869
2997
  `;
2870
- var IconWrapper2 = styled57.div`
2998
+ var IconWrapper3 = styled58.div`
2871
2999
  position: relative;
2872
3000
  width: 36px;
2873
3001
  height: 36px;
@@ -2878,13 +3006,13 @@ var IconWrapper2 = styled57.div`
2878
3006
  justify-content: center;
2879
3007
  flex-shrink: 0;
2880
3008
  `;
2881
- var WorkflowInfo = styled57.div`
3009
+ var WorkflowInfo = styled58.div`
2882
3010
  display: flex;
2883
3011
  flex-direction: column;
2884
3012
  gap: ${tokens.spacing.xs};
2885
3013
  min-width: 0;
2886
3014
  `;
2887
- var WorkflowName = styled57.span`
3015
+ var WorkflowName = styled58.span`
2888
3016
  color: ${tokens.colors.text.primary};
2889
3017
  font-size: ${tokens.typography.fontSize.sm};
2890
3018
  font-weight: ${tokens.typography.fontWeight.semibold};
@@ -2893,14 +3021,14 @@ var WorkflowName = styled57.span`
2893
3021
  text-overflow: ellipsis;
2894
3022
  white-space: nowrap;
2895
3023
  `;
2896
- var WorkflowStatus = styled57.span`
3024
+ var WorkflowStatus = styled58.span`
2897
3025
  color: ${tokens.colors.text.tertiary};
2898
3026
  font-size: ${tokens.typography.fontSize.xs};
2899
3027
  font-weight: ${tokens.typography.fontWeight.regular};
2900
3028
  line-height: ${tokens.typography.lineHeight.tight};
2901
3029
  text-transform: capitalize;
2902
3030
  `;
2903
- var WorkflowSubtitle = styled57.span`
3031
+ var WorkflowSubtitle = styled58.span`
2904
3032
  color: ${tokens.colors.text.tertiary};
2905
3033
  font-size: ${tokens.typography.fontSize.xs};
2906
3034
  font-weight: ${tokens.typography.fontWeight.regular};
@@ -2910,7 +3038,7 @@ var WorkflowSubtitle = styled57.span`
2910
3038
  text-overflow: ellipsis;
2911
3039
  white-space: nowrap;
2912
3040
  `;
2913
- var StatusIndicatorOuter = styled57.span`
3041
+ var StatusIndicatorOuter = styled58.span`
2914
3042
  position: absolute;
2915
3043
  bottom: -2px;
2916
3044
  right: -2px;
@@ -2922,7 +3050,7 @@ var StatusIndicatorOuter = styled57.span`
2922
3050
  align-items: center;
2923
3051
  justify-content: center;
2924
3052
  `;
2925
- var StatusIndicatorInner = styled57.span`
3053
+ var StatusIndicatorInner = styled58.span`
2926
3054
  width: 8px;
2927
3055
  height: 8px;
2928
3056
  border-radius: ${tokens.borderRadius.full};
@@ -2956,7 +3084,7 @@ function WorkflowStatusCard({
2956
3084
  ref
2957
3085
  );
2958
3086
  return /* @__PURE__ */ jsxs(Container8, { ...buttonProps, ref, className, $isDisabled: isDisabled, children: [
2959
- /* @__PURE__ */ jsxs(IconWrapper2, { children: [
3087
+ /* @__PURE__ */ jsxs(IconWrapper3, { children: [
2960
3088
  icon,
2961
3089
  /* @__PURE__ */ jsx(StatusIndicatorOuter, { $status: status, children: /* @__PURE__ */ jsx(StatusIndicatorInner, { $status: status }) })
2962
3090
  ] }),
@@ -2968,7 +3096,7 @@ function WorkflowStatusCard({
2968
3096
  ] });
2969
3097
  }
2970
3098
  WorkflowStatusCard.displayName = "WorkflowStatusCard";
2971
- var DarkNotificationCardContainer = styled57.div`
3099
+ var DarkNotificationCardContainer = styled58.div`
2972
3100
  display: flex;
2973
3101
  flex-direction: column;
2974
3102
  padding: ${tokens.spacing.xs};
@@ -2979,7 +3107,7 @@ var DarkNotificationCardContainer = styled57.div`
2979
3107
  min-width: 0;
2980
3108
  overflow: hidden;
2981
3109
  `;
2982
- var DarkSectionHeader = styled57.button`
3110
+ var DarkSectionHeader = styled58.button`
2983
3111
  display: flex;
2984
3112
  align-items: center;
2985
3113
  justify-content: space-between;
@@ -3005,7 +3133,7 @@ var DarkSectionHeader = styled57.button`
3005
3133
  border-radius: ${tokens.borderRadius.sm};
3006
3134
  }
3007
3135
  `;
3008
- var DarkChevronIcon = styled57.span`
3136
+ var DarkChevronIcon = styled58.span`
3009
3137
  display: inline-flex;
3010
3138
  align-items: center;
3011
3139
  justify-content: center;
@@ -3023,7 +3151,7 @@ var DarkChevronIcon = styled57.span`
3023
3151
  height: 12px;
3024
3152
  }
3025
3153
  `;
3026
- var DarkSectionContent = styled57.div`
3154
+ var DarkSectionContent = styled58.div`
3027
3155
  display: flex;
3028
3156
  flex-direction: column;
3029
3157
  gap: ${tokens.spacing.xs};
@@ -3032,7 +3160,7 @@ var DarkSectionContent = styled57.div`
3032
3160
  min-width: 0;
3033
3161
  overflow: hidden;
3034
3162
  `;
3035
- var DarkNotificationItemWrapper = styled57.button`
3163
+ var DarkNotificationItemWrapper = styled58.button`
3036
3164
  display: flex;
3037
3165
  align-items: center;
3038
3166
  gap: ${tokens.spacing.xs};
@@ -3071,7 +3199,7 @@ var DarkNotificationItemWrapper = styled57.button`
3071
3199
  opacity: 0.5;
3072
3200
  }
3073
3201
  `;
3074
- var DarkItemIcon = styled57.span`
3202
+ var DarkItemIcon = styled58.span`
3075
3203
  display: inline-flex;
3076
3204
  align-items: center;
3077
3205
  justify-content: center;
@@ -3096,7 +3224,7 @@ var DarkItemIcon = styled57.span`
3096
3224
  padding: ${tokens.spacing.xs};
3097
3225
  `}
3098
3226
  `;
3099
- var DarkItemText = styled57.span`
3227
+ var DarkItemText = styled58.span`
3100
3228
  flex: 1;
3101
3229
  font-family: ${tokens.typography.fontFamily.primary};
3102
3230
  font-size: 11px;
@@ -3108,7 +3236,7 @@ var DarkItemText = styled57.span`
3108
3236
  overflow: hidden;
3109
3237
  text-overflow: ellipsis;
3110
3238
  `;
3111
- var DarkMenuButton = styled57.button`
3239
+ var DarkMenuButton = styled58.button`
3112
3240
  display: inline-flex;
3113
3241
  align-items: center;
3114
3242
  justify-content: center;
@@ -3142,7 +3270,7 @@ var DarkMenuButton = styled57.button`
3142
3270
  height: 14px;
3143
3271
  }
3144
3272
  `;
3145
- var DarkTimestamp = styled57.span`
3273
+ var DarkTimestamp = styled58.span`
3146
3274
  font-size: 10px;
3147
3275
  color: ${tokens.colors.text.tertiary};
3148
3276
  white-space: normal;
@@ -3327,7 +3455,7 @@ var DarkNotificationItemComponent = ({
3327
3455
  );
3328
3456
  };
3329
3457
  DarkNotificationCard.displayName = "DarkNotificationCard";
3330
- var Container9 = styled57.div`
3458
+ var Container9 = styled58.div`
3331
3459
  width: 100%;
3332
3460
  height: 100%;
3333
3461
  background-color: ${tokens.colors.background.dark};
@@ -3337,7 +3465,7 @@ var Container9 = styled57.div`
3337
3465
  font-family: ${tokens.typography.fontFamily.primary};
3338
3466
  overflow: hidden; // Prevent content from escaping container bounds
3339
3467
  `;
3340
- var TabListWrapper = styled57.div`
3468
+ var TabListWrapper = styled58.div`
3341
3469
  display: flex;
3342
3470
  border-bottom: 2px solid ${tokens.colors.border.default};
3343
3471
  background-color: ${tokens.colors.surface.subtle};
@@ -3357,7 +3485,7 @@ var TabListWrapper = styled57.div`
3357
3485
  gap: ${tokens.spacing.xs};
3358
3486
  }
3359
3487
  `;
3360
- var TabButton = styled57.button`
3488
+ var TabButton = styled58.button`
3361
3489
  padding: ${tokens.spacing.md} ${tokens.spacing.lg};
3362
3490
  background: none;
3363
3491
  border: none;
@@ -3401,7 +3529,7 @@ var TabButton = styled57.button`
3401
3529
  }
3402
3530
  `}
3403
3531
  `;
3404
- var TabPanelWrapper = styled57.div`
3532
+ var TabPanelWrapper = styled58.div`
3405
3533
  flex: 1;
3406
3534
  padding: ${tokens.spacing.lg};
3407
3535
  overflow-y: auto;
@@ -3439,7 +3567,7 @@ var TabPanelWrapper = styled57.div`
3439
3567
  background: ${tokens.colors.scrollbar.thumbHover};
3440
3568
  }
3441
3569
  `;
3442
- var RunsContainer = styled57.div`
3570
+ var RunsContainer = styled58.div`
3443
3571
  display: flex;
3444
3572
  flex-direction: column;
3445
3573
  gap: ${tokens.spacing.lg};
@@ -3452,7 +3580,7 @@ var RunsContainer = styled57.div`
3452
3580
  gap: ${tokens.spacing.md};
3453
3581
  }
3454
3582
  `;
3455
- styled57.button`
3583
+ styled58.button`
3456
3584
  display: flex;
3457
3585
  align-items: center;
3458
3586
  gap: ${tokens.spacing.md};
@@ -3489,7 +3617,7 @@ styled57.button`
3489
3617
  outline-offset: 2px;
3490
3618
  }
3491
3619
  `;
3492
- var StyledDisclosureGroup = styled57(DisclosureGroup)`
3620
+ var StyledDisclosureGroup = styled58(DisclosureGroup)`
3493
3621
  display: flex;
3494
3622
  flex-direction: column;
3495
3623
  gap: ${tokens.spacing.sm};
@@ -3498,7 +3626,7 @@ var StyledDisclosureGroup = styled57(DisclosureGroup)`
3498
3626
  min-width: 0;
3499
3627
  overflow: hidden;
3500
3628
  `;
3501
- var CategoryDisclosure = styled57(Disclosure)`
3629
+ var CategoryDisclosure = styled58(Disclosure)`
3502
3630
  background-color: transparent;
3503
3631
  display: flex;
3504
3632
  flex-direction: column;
@@ -3516,7 +3644,7 @@ var CategoryDisclosure = styled57(Disclosure)`
3516
3644
  cursor: not-allowed;
3517
3645
  }
3518
3646
  `;
3519
- var CategoryHeader = styled57(Button)`
3647
+ var CategoryHeader = styled58(Button)`
3520
3648
  width: 100%;
3521
3649
  padding: ${tokens.spacing.xs} 0;
3522
3650
  background: none;
@@ -3546,7 +3674,7 @@ var CategoryHeader = styled57(Button)`
3546
3674
  border-radius: ${tokens.borderRadius.sm};
3547
3675
  }
3548
3676
  `;
3549
- var CategoryTitle = styled57.div`
3677
+ var CategoryTitle = styled58.div`
3550
3678
  display: flex;
3551
3679
  align-items: center;
3552
3680
  gap: ${tokens.spacing.sm};
@@ -3555,7 +3683,7 @@ var CategoryTitle = styled57.div`
3555
3683
  gap: ${tokens.spacing.xs};
3556
3684
  }
3557
3685
  `;
3558
- styled57.img`
3686
+ styled58.img`
3559
3687
  width: 16px;
3560
3688
  height: 16px;
3561
3689
  opacity: 0.6;
@@ -3566,7 +3694,7 @@ styled57.img`
3566
3694
  height: 14px;
3567
3695
  }
3568
3696
  `;
3569
- var HashtagIcon = styled57.img`
3697
+ var HashtagIcon = styled58.img`
3570
3698
  width: 14px;
3571
3699
  height: 14px;
3572
3700
  opacity: 0.6;
@@ -3577,7 +3705,7 @@ var HashtagIcon = styled57.img`
3577
3705
  height: 12px;
3578
3706
  }
3579
3707
  `;
3580
- var ChevronIcon = styled57.div`
3708
+ var ChevronIcon = styled58.div`
3581
3709
  display: flex;
3582
3710
  align-items: center;
3583
3711
  transition: transform ${tokens.transitions.normal};
@@ -3598,7 +3726,7 @@ var ChevronIcon = styled57.div`
3598
3726
  }
3599
3727
  }
3600
3728
  `;
3601
- var CategoryDisclosurePanel = styled57(DisclosurePanel)`
3729
+ var CategoryDisclosurePanel = styled58(DisclosurePanel)`
3602
3730
  display: flex;
3603
3731
  flex-direction: column;
3604
3732
  gap: 2px;
@@ -3627,7 +3755,7 @@ var CategoryDisclosurePanel = styled57(DisclosurePanel)`
3627
3755
  }
3628
3756
  }
3629
3757
  `;
3630
- var ItemContainer = styled57.div`
3758
+ var ItemContainer = styled58.div`
3631
3759
  display: flex;
3632
3760
  align-items: center;
3633
3761
  gap: ${tokens.spacing.sm};
@@ -3647,7 +3775,7 @@ var ItemContainer = styled57.div`
3647
3775
  background-color: ${tokens.colors.surface.overlayHover};
3648
3776
  }
3649
3777
  `;
3650
- var ItemDisclosure = styled57(Disclosure)`
3778
+ var ItemDisclosure = styled58(Disclosure)`
3651
3779
  background-color: transparent;
3652
3780
  margin-bottom: ${tokens.spacing.xs};
3653
3781
  display: flex;
@@ -3662,7 +3790,7 @@ var ItemDisclosure = styled57(Disclosure)`
3662
3790
  border-radius: ${tokens.borderRadius.md};
3663
3791
  }
3664
3792
  `;
3665
- var ItemHeader = styled57(Button)`
3793
+ var ItemHeader = styled58(Button)`
3666
3794
  width: 100%;
3667
3795
  padding: 0;
3668
3796
  background: none;
@@ -3680,7 +3808,7 @@ var ItemHeader = styled57(Button)`
3680
3808
  border-radius: ${tokens.borderRadius.sm};
3681
3809
  }
3682
3810
  `;
3683
- var ItemDisclosurePanel = styled57(DisclosurePanel)`
3811
+ var ItemDisclosurePanel = styled58(DisclosurePanel)`
3684
3812
  padding: ${tokens.spacing.xs};
3685
3813
  background-color: ${tokens.colors.overlay};
3686
3814
  border-radius: 0 0 ${tokens.borderRadius.md} ${tokens.borderRadius.md};
@@ -3710,7 +3838,7 @@ var ItemDisclosurePanel = styled57(DisclosurePanel)`
3710
3838
  }
3711
3839
  }
3712
3840
  `;
3713
- var ItemIcon = styled57.img`
3841
+ var ItemIcon = styled58.img`
3714
3842
  width: 20px;
3715
3843
  height: 20px;
3716
3844
  opacity: 0.6;
@@ -3721,7 +3849,7 @@ var ItemIcon = styled57.img`
3721
3849
  height: 18px;
3722
3850
  }
3723
3851
  `;
3724
- var ItemName = styled57.span`
3852
+ var ItemName = styled58.span`
3725
3853
  flex: 1;
3726
3854
  font-size: ${tokens.typography.fontSize.sm};
3727
3855
  color: ${(props) => props.$dimmed ? tokens.colors.text.tertiary : tokens.colors.text.secondary};
@@ -3739,7 +3867,7 @@ var ItemName = styled57.span`
3739
3867
  color: ${(props) => props.$dimmed ? tokens.colors.text.secondary : tokens.colors.text.primary};
3740
3868
  }
3741
3869
  `;
3742
- var RunStatus = styled57.span`
3870
+ var RunStatus = styled58.span`
3743
3871
  display: flex;
3744
3872
  align-items: center;
3745
3873
  justify-content: center;
@@ -3771,13 +3899,13 @@ var RunStatus = styled57.span`
3771
3899
  font-size: ${tokens.typography.fontSize.xs};
3772
3900
  }
3773
3901
  `;
3774
- styled57.div`
3902
+ styled58.div`
3775
3903
  margin-bottom: ${tokens.spacing.md};
3776
3904
  border-radius: ${tokens.borderRadius.lg};
3777
3905
  background-color: ${tokens.colors.surface.overlay};
3778
3906
  overflow: hidden;
3779
3907
  `;
3780
- styled57.button`
3908
+ styled58.button`
3781
3909
  width: 100%;
3782
3910
  padding: ${tokens.spacing.md};
3783
3911
  background: ${tokens.colors.surface.overlay};
@@ -3813,13 +3941,13 @@ styled57.button`
3813
3941
  margin-bottom: ${tokens.spacing.xs};
3814
3942
  }
3815
3943
  `;
3816
- styled57.span`
3944
+ styled58.span`
3817
3945
  font-size: ${tokens.typography.fontSize.xs};
3818
3946
  color: ${tokens.colors.text.secondary};
3819
3947
  transition: transform ${tokens.transitions.normal};
3820
3948
  transform: ${(props) => props.$isExpanded ? "rotate(180deg)" : "rotate(0deg)"};
3821
3949
  `;
3822
- styled57.div`
3950
+ styled58.div`
3823
3951
  padding: ${tokens.spacing.md};
3824
3952
  padding-top: 0;
3825
3953
  background-color: ${tokens.colors.overlay};
@@ -3839,17 +3967,17 @@ styled57.div`
3839
3967
  }
3840
3968
  }
3841
3969
  `;
3842
- var MeterContainer = styled57.div`
3970
+ var MeterContainer = styled58.div`
3843
3971
  max-width: 600px;
3844
3972
  margin: 0 auto;
3845
3973
  `;
3846
- var MeterLabel = styled57.div`
3974
+ var MeterLabel = styled58.div`
3847
3975
  font-size: ${tokens.typography.fontSize.base};
3848
3976
  font-weight: ${tokens.typography.fontWeight.semibold};
3849
3977
  margin-bottom: ${tokens.spacing.md};
3850
3978
  color: ${tokens.colors.text.primary};
3851
3979
  `;
3852
- var MeterBar = styled57.div`
3980
+ var MeterBar = styled58.div`
3853
3981
  width: 100%;
3854
3982
  height: 24px;
3855
3983
  background-color: ${tokens.colors.background.darker};
@@ -3858,7 +3986,7 @@ var MeterBar = styled57.div`
3858
3986
  position: relative;
3859
3987
  margin-bottom: ${tokens.spacing.md};
3860
3988
  `;
3861
- var MeterFill = styled57.div`
3989
+ var MeterFill = styled58.div`
3862
3990
  height: 100%;
3863
3991
  width: ${(props) => props.$percentage}%;
3864
3992
  background: linear-gradient(90deg, ${(props) => props.$color}dd, ${(props) => props.$color});
@@ -3886,7 +4014,7 @@ var MeterFill = styled57.div`
3886
4014
  }
3887
4015
  }
3888
4016
  `;
3889
- var MeterStats = styled57.div`
4017
+ var MeterStats = styled58.div`
3890
4018
  font-size: ${tokens.typography.fontSize.sm};
3891
4019
  color: ${tokens.colors.text.secondary};
3892
4020
  text-align: center;
@@ -3897,18 +4025,18 @@ var MeterStats = styled57.div`
3897
4025
  opacity: 0.8;
3898
4026
  }
3899
4027
  `;
3900
- var ConnectionsContainer = styled57.div`
4028
+ var ConnectionsContainer = styled58.div`
3901
4029
  max-width: 500px;
3902
4030
  margin: 0 auto;
3903
4031
  text-align: center;
3904
4032
  `;
3905
- var ConnectionDescription = styled57.p`
4033
+ var ConnectionDescription = styled58.p`
3906
4034
  font-size: ${tokens.typography.fontSize.sm};
3907
4035
  color: ${tokens.colors.text.secondary};
3908
4036
  line-height: ${tokens.typography.lineHeight.relaxed};
3909
4037
  margin-bottom: ${tokens.spacing.lg};
3910
4038
  `;
3911
- var GoogleButton = styled57.button`
4039
+ var GoogleButton = styled58.button`
3912
4040
  width: 100%;
3913
4041
  padding: ${tokens.spacing.md} ${tokens.spacing.lg};
3914
4042
  font-size: ${tokens.typography.fontSize.sm};
@@ -4422,7 +4550,7 @@ function PaneMenus({
4422
4550
  /* @__PURE__ */ jsx(TabPanel, { state }, state.selectedItem?.key)
4423
4551
  ] });
4424
4552
  }
4425
- var Container10 = styled57.header`
4553
+ var Container10 = styled58.header`
4426
4554
  position: relative;
4427
4555
  width: 100%;
4428
4556
  height: 56px;
@@ -4485,7 +4613,7 @@ var Container10 = styled57.header`
4485
4613
  background-color: ${tokens.colors.backdrop};
4486
4614
  }
4487
4615
  `;
4488
- var BrandLogo = styled57.img`
4616
+ var BrandLogo = styled58.img`
4489
4617
  position: relative;
4490
4618
  z-index: 1;
4491
4619
  max-height: 28px;
@@ -4500,7 +4628,7 @@ var BrandLogo = styled57.img`
4500
4628
  max-height: 32px;
4501
4629
  }
4502
4630
  `;
4503
- var SettingsButton = styled57.button`
4631
+ var SettingsButton = styled58.button`
4504
4632
  position: absolute;
4505
4633
  top: 50%;
4506
4634
  right: ${tokens.spacing.md};
@@ -4554,7 +4682,7 @@ var SettingsButton = styled57.button`
4554
4682
  right: ${tokens.spacing.lg};
4555
4683
  }
4556
4684
  `;
4557
- var BackButton2 = styled57.button`
4685
+ var BackButton2 = styled58.button`
4558
4686
  position: absolute;
4559
4687
  top: 50%;
4560
4688
  left: ${tokens.spacing.md};
@@ -4661,7 +4789,7 @@ function PaneSectionHeader({
4661
4789
  ] });
4662
4790
  }
4663
4791
  PaneSectionHeader.displayName = "PaneSectionHeader";
4664
- var Container11 = styled57.button`
4792
+ var Container11 = styled58.button`
4665
4793
  /* Base button styling */
4666
4794
  width: 48px;
4667
4795
  height: 48px;
@@ -4710,7 +4838,7 @@ var Container11 = styled57.button`
4710
4838
  cursor: not-allowed;
4711
4839
  }
4712
4840
  `;
4713
- var LogoImage = styled57.img`
4841
+ var LogoImage = styled58.img`
4714
4842
  width: 100%;
4715
4843
  height: 100%;
4716
4844
  object-fit: contain;
@@ -4729,7 +4857,7 @@ function ServiceIcon({ brand, active = false, className, ...ariaProps }) {
4729
4857
  return /* @__PURE__ */ jsx(Container11, { ...buttonProps, ref, $active: active, className, children: /* @__PURE__ */ jsx(LogoImage, { src: `/assets/icons/Brand/${brand}.svg`, alt: brand }) });
4730
4858
  }
4731
4859
  ServiceIcon.displayName = "ServiceIcon";
4732
- var NotificationCardContainer = styled57.div`
4860
+ var NotificationCardContainer = styled58.div`
4733
4861
  display: flex;
4734
4862
  flex-direction: column;
4735
4863
  width: 100%;
@@ -4740,7 +4868,7 @@ var NotificationCardContainer = styled57.div`
4740
4868
  box-shadow: ${tokens.shadows.card};
4741
4869
  gap: ${tokens.spacing.md};
4742
4870
  `;
4743
- var SectionHeader = styled57.button`
4871
+ var SectionHeader = styled58.button`
4744
4872
  display: flex;
4745
4873
  align-items: center;
4746
4874
  justify-content: space-between;
@@ -4766,7 +4894,7 @@ var SectionHeader = styled57.button`
4766
4894
  border-radius: ${tokens.borderRadius.md};
4767
4895
  }
4768
4896
  `;
4769
- var ChevronIcon2 = styled57.span`
4897
+ var ChevronIcon2 = styled58.span`
4770
4898
  display: inline-flex;
4771
4899
  align-items: center;
4772
4900
  justify-content: center;
@@ -4784,14 +4912,14 @@ var ChevronIcon2 = styled57.span`
4784
4912
  height: 16px;
4785
4913
  }
4786
4914
  `;
4787
- var SectionContent = styled57.div`
4915
+ var SectionContent = styled58.div`
4788
4916
  display: flex;
4789
4917
  flex-direction: column;
4790
4918
  gap: ${tokens.spacing.sm};
4791
4919
  padding-left: 0;
4792
4920
  margin-top: ${tokens.spacing.xs};
4793
4921
  `;
4794
- var NotificationItemWrapper = styled57.button`
4922
+ var NotificationItemWrapper = styled58.button`
4795
4923
  display: flex;
4796
4924
  align-items: center;
4797
4925
  gap: ${tokens.spacing.md};
@@ -4828,7 +4956,7 @@ var NotificationItemWrapper = styled57.button`
4828
4956
  opacity: 0.5;
4829
4957
  }
4830
4958
  `;
4831
- var ItemIcon2 = styled57.span`
4959
+ var ItemIcon2 = styled58.span`
4832
4960
  display: inline-flex;
4833
4961
  align-items: center;
4834
4962
  justify-content: center;
@@ -4853,7 +4981,7 @@ var ItemIcon2 = styled57.span`
4853
4981
  padding: ${tokens.spacing.xs};
4854
4982
  `}
4855
4983
  `;
4856
- var ItemText = styled57.span`
4984
+ var ItemText = styled58.span`
4857
4985
  flex: 1;
4858
4986
  font-family: ${tokens.typography.fontFamily.primary};
4859
4987
  font-size: 15px;
@@ -4862,7 +4990,7 @@ var ItemText = styled57.span`
4862
4990
  line-height: ${tokens.typography.lineHeight.normal};
4863
4991
  word-wrap: break-word;
4864
4992
  `;
4865
- var MenuButton = styled57.button`
4993
+ var MenuButton = styled58.button`
4866
4994
  display: inline-flex;
4867
4995
  align-items: center;
4868
4996
  justify-content: center;
@@ -5072,7 +5200,7 @@ var NotificationItemComponent = ({
5072
5200
  );
5073
5201
  };
5074
5202
  NotificationCard.displayName = "NotificationCard";
5075
- var StyledUserMessage = styled57.button`
5203
+ var StyledUserMessage = styled58.button`
5076
5204
  /* Base styles */
5077
5205
  display: inline-flex;
5078
5206
  align-items: center;
@@ -5412,7 +5540,7 @@ var ConnectionStatusBadge = ({
5412
5540
  );
5413
5541
  };
5414
5542
  ConnectionStatusBadge.displayName = "ConnectionStatusBadge";
5415
- var Badge = styled57.span`
5543
+ var Badge = styled58.span`
5416
5544
  display: inline-flex;
5417
5545
  align-items: center;
5418
5546
  padding: ${({ $size }) => $size === "sm" ? `${tokens.spacing.xs} 6px` : `${tokens.spacing.xs} ${tokens.spacing.sm}`};
@@ -5435,7 +5563,7 @@ var IntegrationCard = ({
5435
5563
  return /* @__PURE__ */ jsxs(Card, { className, "data-testid": "integration-card", children: [
5436
5564
  status && /* @__PURE__ */ jsx(StatusRow, { children: status }),
5437
5565
  /* @__PURE__ */ jsxs(ContentHeader, { children: [
5438
- /* @__PURE__ */ jsx(IconWrapper3, { children: typeof icon === "string" ? /* @__PURE__ */ jsx(IconImage, { src: icon, alt: name }) : icon }),
5566
+ /* @__PURE__ */ jsx(IconWrapper4, { children: typeof icon === "string" ? /* @__PURE__ */ jsx(IconImage, { src: icon, alt: name }) : icon }),
5439
5567
  /* @__PURE__ */ jsxs(Info, { children: [
5440
5568
  /* @__PURE__ */ jsx(Name, { children: name }),
5441
5569
  description && /* @__PURE__ */ jsx(Description2, { children: description })
@@ -5448,7 +5576,7 @@ var IntegrationCard = ({
5448
5576
  ] });
5449
5577
  };
5450
5578
  IntegrationCard.displayName = "IntegrationCard";
5451
- var Card = styled57.div`
5579
+ var Card = styled58.div`
5452
5580
  display: flex;
5453
5581
  flex-direction: column;
5454
5582
  gap: ${tokens.spacing.sm};
@@ -5468,11 +5596,11 @@ var Card = styled57.div`
5468
5596
  border-color: ${tokens.colors.border.hover};
5469
5597
  }
5470
5598
  `;
5471
- var StatusRow = styled57.div`
5599
+ var StatusRow = styled58.div`
5472
5600
  display: flex;
5473
5601
  align-items: center;
5474
5602
  `;
5475
- var ContentHeader = styled57.div`
5603
+ var ContentHeader = styled58.div`
5476
5604
  display: flex;
5477
5605
  align-items: flex-start;
5478
5606
  gap: ${tokens.spacing.sm};
@@ -5481,7 +5609,7 @@ var ContentHeader = styled57.div`
5481
5609
  gap: ${tokens.spacing.xs};
5482
5610
  }
5483
5611
  `;
5484
- var IconWrapper3 = styled57.div`
5612
+ var IconWrapper4 = styled58.div`
5485
5613
  width: 40px;
5486
5614
  height: 40px;
5487
5615
  display: flex;
@@ -5491,32 +5619,32 @@ var IconWrapper3 = styled57.div`
5491
5619
  background: ${tokens.colors.background.light};
5492
5620
  flex-shrink: 0;
5493
5621
  `;
5494
- var IconImage = styled57.img`
5622
+ var IconImage = styled58.img`
5495
5623
  width: 24px;
5496
5624
  height: 24px;
5497
5625
  object-fit: contain;
5498
5626
  `;
5499
- var Info = styled57.div`
5627
+ var Info = styled58.div`
5500
5628
  display: flex;
5501
5629
  flex-direction: column;
5502
5630
  gap: 2px;
5503
5631
  min-width: 0;
5504
5632
  flex: 1;
5505
5633
  `;
5506
- var Name = styled57.h3`
5634
+ var Name = styled58.h3`
5507
5635
  margin: 0;
5508
5636
  font-size: ${tokens.typography.fontSize.sm};
5509
5637
  font-weight: ${tokens.typography.fontWeight.semibold};
5510
5638
  color: ${tokens.colors.text.primary};
5511
5639
  line-height: ${tokens.typography.lineHeight.tight};
5512
5640
  `;
5513
- var Description2 = styled57.p`
5641
+ var Description2 = styled58.p`
5514
5642
  margin: 0;
5515
5643
  font-size: ${tokens.typography.fontSize.xs};
5516
5644
  color: ${tokens.colors.text.tertiary};
5517
5645
  line-height: ${tokens.typography.lineHeight.normal};
5518
5646
  `;
5519
- var ActionsRow = styled57.div`
5647
+ var ActionsRow = styled58.div`
5520
5648
  display: flex;
5521
5649
  flex-direction: column;
5522
5650
  gap: ${tokens.spacing.sm};
@@ -5574,14 +5702,14 @@ var SecretInput = ({
5574
5702
  ] });
5575
5703
  };
5576
5704
  SecretInput.displayName = "SecretInput";
5577
- var Container12 = styled57.div`
5705
+ var Container12 = styled58.div`
5578
5706
  position: relative;
5579
5707
  display: flex;
5580
5708
  align-items: center;
5581
5709
  width: 100%;
5582
5710
  min-width: 0;
5583
5711
  `;
5584
- var Input = styled57.input`
5712
+ var Input = styled58.input`
5585
5713
  width: 100%;
5586
5714
  padding: ${tokens.spacing.sm} ${tokens.spacing.md};
5587
5715
  padding-right: 40px;
@@ -5607,7 +5735,7 @@ var Input = styled57.input`
5607
5735
  cursor: not-allowed;
5608
5736
  }
5609
5737
  `;
5610
- var VisibilityToggle = styled57.button`
5738
+ var VisibilityToggle = styled58.button`
5611
5739
  position: absolute;
5612
5740
  right: ${tokens.spacing.sm};
5613
5741
  top: 50%;
@@ -5743,7 +5871,7 @@ function parseInlineMarkdown(text, startKey) {
5743
5871
  }
5744
5872
  return { elements, nextKey: key };
5745
5873
  }
5746
- var Container13 = styled57.div`
5874
+ var Container13 = styled58.div`
5747
5875
  font-family: ${(props) => props.$variant === "code" ? tokens.typography.fontFamily.monospace : tokens.typography.fontFamily.primary};
5748
5876
  white-space: pre-wrap;
5749
5877
  word-break: break-word;
@@ -5808,7 +5936,7 @@ var Container13 = styled57.div`
5808
5936
  h3 { font-size: 1.05em; font-weight: ${tokens.typography.fontWeight.semibold}; }
5809
5937
  h4 { font-size: 1em; font-weight: ${tokens.typography.fontWeight.semibold}; }
5810
5938
  `;
5811
- var Cursor = styled57.span`
5939
+ var Cursor = styled58.span`
5812
5940
  display: inline-block;
5813
5941
  width: 2px;
5814
5942
  height: 1em;
@@ -5864,7 +5992,7 @@ var StreamingTextBase = ({
5864
5992
  };
5865
5993
  var StreamingText = memo(StreamingTextBase);
5866
5994
  StreamingText.displayName = "StreamingText";
5867
- var MessageContainer2 = styled57.div`
5995
+ var MessageContainer2 = styled58.div`
5868
5996
  display: flex;
5869
5997
  flex-direction: column;
5870
5998
  gap: ${tokens.spacing.xs};
@@ -5874,20 +6002,20 @@ var MessageContainer2 = styled57.div`
5874
6002
  will-change: contents;
5875
6003
  contain: content;
5876
6004
  `;
5877
- var AvatarContainer = styled57.div`
6005
+ var AvatarContainer = styled58.div`
5878
6006
  display: flex;
5879
6007
  align-items: center;
5880
6008
  gap: ${tokens.spacing.xs};
5881
6009
  flex-shrink: 0;
5882
6010
  `;
5883
- var Avatar2 = styled57.img`
6011
+ var Avatar2 = styled58.img`
5884
6012
  width: 20px;
5885
6013
  height: 20px;
5886
6014
  border-radius: ${tokens.borderRadius.full};
5887
6015
  object-fit: cover;
5888
6016
  background-color: transparent;
5889
6017
  `;
5890
- var AvatarInitials = styled57.div`
6018
+ var AvatarInitials = styled58.div`
5891
6019
  width: 20px;
5892
6020
  height: 20px;
5893
6021
  border-radius: ${tokens.borderRadius.full};
@@ -5905,16 +6033,16 @@ var AvatarInitials = styled57.div`
5905
6033
  object-fit: contain;
5906
6034
  }
5907
6035
  `;
5908
- var AvatarLabel = styled57.span`
6036
+ var AvatarLabel = styled58.span`
5909
6037
  font-size: ${tokens.typography.fontSize.xs};
5910
6038
  font-weight: ${tokens.typography.fontWeight.medium};
5911
6039
  color: ${tokens.colors.text.secondary};
5912
6040
  `;
5913
- var ContentContainer = styled57.div`
6041
+ var ContentContainer = styled58.div`
5914
6042
  width: 100%;
5915
6043
  min-width: 0;
5916
6044
  `;
5917
- var MessageContent = styled57.div`
6045
+ var MessageContent = styled58.div`
5918
6046
  /* Use solid color instead of backdrop-filter for performance during streaming */
5919
6047
  background-color: ${tokens.colors.surface.elevated};
5920
6048
  padding: ${tokens.spacing.sm};
@@ -5928,7 +6056,7 @@ var MessageContent = styled57.div`
5928
6056
  /* Optimize text rendering */
5929
6057
  text-rendering: optimizeSpeed;
5930
6058
  `;
5931
- var LoadingDots2 = styled57.div`
6059
+ var LoadingDots2 = styled58.div`
5932
6060
  display: flex;
5933
6061
  gap: ${tokens.spacing.xs};
5934
6062
  padding: ${tokens.spacing.sm};
@@ -5945,7 +6073,7 @@ var pulse2 = keyframes`
5945
6073
  opacity: 1;
5946
6074
  }
5947
6075
  `;
5948
- var LoadingDot = styled57.div`
6076
+ var LoadingDot = styled58.div`
5949
6077
  width: ${tokens.spacing.sm};
5950
6078
  height: ${tokens.spacing.sm};
5951
6079
  border-radius: ${tokens.borderRadius.full};
@@ -5954,7 +6082,7 @@ var LoadingDot = styled57.div`
5954
6082
  animation: ${pulse2} 1.4s ease-in-out infinite;
5955
6083
  animation-delay: ${(props) => props.delay}s;
5956
6084
  `;
5957
- var FileAttachmentContainer = styled57.div`
6085
+ var FileAttachmentContainer = styled58.div`
5958
6086
  display: flex;
5959
6087
  align-items: center;
5960
6088
  gap: ${tokens.spacing.sm};
@@ -5990,7 +6118,7 @@ var FileAttachmentContainer = styled57.div`
5990
6118
  }
5991
6119
  `}
5992
6120
  `;
5993
- var FileIconContainer = styled57.div`
6121
+ var FileIconContainer = styled58.div`
5994
6122
  flex-shrink: 0;
5995
6123
  width: ${tokens.spacing.xl};
5996
6124
  height: ${tokens.spacing.xl};
@@ -6000,14 +6128,14 @@ var FileIconContainer = styled57.div`
6000
6128
  font-size: ${tokens.typography.fontSize["2xl"]};
6001
6129
  line-height: 1;
6002
6130
  `;
6003
- var FileInfo = styled57.div`
6131
+ var FileInfo = styled58.div`
6004
6132
  flex: 1;
6005
6133
  min-width: 0;
6006
6134
  display: flex;
6007
6135
  flex-direction: column;
6008
6136
  gap: 2px;
6009
6137
  `;
6010
- var FileTitle = styled57.div`
6138
+ var FileTitle = styled58.div`
6011
6139
  font-size: ${tokens.typography.fontSize.sm};
6012
6140
  font-weight: ${tokens.typography.fontWeight.medium};
6013
6141
  color: ${tokens.colors.text.primary};
@@ -6017,7 +6145,7 @@ var FileTitle = styled57.div`
6017
6145
  text-overflow: ellipsis;
6018
6146
  white-space: nowrap;
6019
6147
  `;
6020
- var FileMetadata = styled57.div`
6148
+ var FileMetadata = styled58.div`
6021
6149
  display: flex;
6022
6150
  align-items: center;
6023
6151
  gap: ${tokens.spacing.xs};
@@ -6027,7 +6155,7 @@ var FileMetadata = styled57.div`
6027
6155
  line-height: ${tokens.typography.lineHeight.tight};
6028
6156
  overflow: hidden;
6029
6157
  `;
6030
- var FileSubtitle = styled57.span`
6158
+ var FileSubtitle = styled58.span`
6031
6159
  color: ${tokens.colors.text.tertiary};
6032
6160
  white-space: nowrap;
6033
6161
  overflow: hidden;
@@ -6083,13 +6211,13 @@ var FileAttachment = ({
6083
6211
  }
6084
6212
  );
6085
6213
  };
6086
- var AttachmentsContainer = styled57.div`
6214
+ var AttachmentsContainer = styled58.div`
6087
6215
  display: flex;
6088
6216
  flex-direction: column;
6089
6217
  gap: ${tokens.spacing.sm};
6090
6218
  margin-top: ${tokens.spacing.sm};
6091
6219
  `;
6092
- var ActionButton2 = styled57.button`
6220
+ var ActionButton3 = styled58.button`
6093
6221
  display: inline-flex;
6094
6222
  align-items: center;
6095
6223
  gap: ${tokens.spacing.xs};
@@ -6113,19 +6241,19 @@ var ActionButton2 = styled57.button`
6113
6241
  transform: scale(0.98);
6114
6242
  }
6115
6243
  `;
6116
- var ActionsContainer = styled57.div`
6244
+ var ActionsContainer = styled58.div`
6117
6245
  display: flex;
6118
6246
  gap: ${tokens.spacing.xs};
6119
6247
  flex-wrap: wrap;
6120
6248
  margin-top: ${tokens.spacing.sm};
6121
6249
  `;
6122
- var MessageTime = styled57.time`
6250
+ var MessageTime = styled58.time`
6123
6251
  font-size: ${tokens.typography.fontSize.xs};
6124
6252
  color: ${tokens.colors.text.tertiary};
6125
6253
  margin-top: ${tokens.spacing.xs};
6126
6254
  display: block;
6127
6255
  `;
6128
- var StreamingIndicator = styled57.span`
6256
+ var StreamingIndicator = styled58.span`
6129
6257
  display: inline-block;
6130
6258
  width: ${tokens.spacing.xs};
6131
6259
  height: ${tokens.spacing.xs};
@@ -6182,7 +6310,7 @@ var AssistantMessageBase = ({
6182
6310
  ] }),
6183
6311
  attachments.length > 0 && /* @__PURE__ */ jsx(AttachmentsContainer, { children: attachments.map((attachment, index) => /* @__PURE__ */ jsx(FileAttachment, { ...attachment }, `${attachment.title}-${index}`)) }),
6184
6312
  timestamp && /* @__PURE__ */ jsx(MessageTime, { children: timestamp }),
6185
- actions.length > 0 && /* @__PURE__ */ jsx(ActionsContainer, { children: actions.map((action, index) => /* @__PURE__ */ jsxs(ActionButton2, { onClick: action.onClick, children: [
6313
+ actions.length > 0 && /* @__PURE__ */ jsx(ActionsContainer, { children: actions.map((action, index) => /* @__PURE__ */ jsxs(ActionButton3, { onClick: action.onClick, children: [
6186
6314
  action.icon,
6187
6315
  action.label
6188
6316
  ] }, index)) })
@@ -6221,11 +6349,11 @@ function stripToolCallMarkers(content) {
6221
6349
  stripped = stripped.replace(/[",]*\s*"[a-z_]+":\s*"[^"]*"\s*\}["]?/gi, "");
6222
6350
  return stripped.trim();
6223
6351
  }
6224
- var GenerativeUIContainer = styled57.div`
6352
+ var GenerativeUIContainer = styled58.div`
6225
6353
  margin-top: ${tokens.spacing.sm};
6226
6354
  margin-bottom: ${tokens.spacing.sm};
6227
6355
  `;
6228
- styled57.div`
6356
+ styled58.div`
6229
6357
  display: flex;
6230
6358
  align-items: center;
6231
6359
  gap: ${tokens.spacing.sm};
@@ -6237,12 +6365,12 @@ styled57.div`
6237
6365
  font-size: ${tokens.typography.fontSize.xs};
6238
6366
  color: ${tokens.colors.text.secondary};
6239
6367
  `;
6240
- styled57.span`
6368
+ styled58.span`
6241
6369
  display: flex;
6242
6370
  align-items: center;
6243
6371
  color: ${tokens.colors.primary};
6244
6372
  `;
6245
- styled57.span`
6373
+ styled58.span`
6246
6374
  font-weight: ${tokens.typography.fontWeight.medium};
6247
6375
  color: ${tokens.colors.text.primary};
6248
6376
  `;
@@ -6383,7 +6511,7 @@ var sizeStyles = {
6383
6511
  height: 44px;
6384
6512
  `
6385
6513
  };
6386
- var StyledButton2 = styled57.button`
6514
+ var StyledButton2 = styled58.button`
6387
6515
  /* Base styles */
6388
6516
  display: inline-flex;
6389
6517
  align-items: center;
@@ -6466,7 +6594,7 @@ function Button2({
6466
6594
  );
6467
6595
  }
6468
6596
  Button2.displayName = "Button";
6469
- var ActionsContainer2 = styled57.div`
6597
+ var ActionsContainer2 = styled58.div`
6470
6598
  display: flex;
6471
6599
  gap: ${tokens.spacing.sm};
6472
6600
  align-items: center;
@@ -6526,7 +6654,7 @@ var blink = keyframes`
6526
6654
  opacity: 0;
6527
6655
  }
6528
6656
  `;
6529
- var ResponseContainer = styled57.div`
6657
+ var ResponseContainer = styled58.div`
6530
6658
  display: inline-flex;
6531
6659
  align-items: center;
6532
6660
  gap: ${tokens.spacing.sm};
@@ -6538,13 +6666,13 @@ var ResponseContainer = styled57.div`
6538
6666
  max-width: fit-content;
6539
6667
  margin: 0 auto;
6540
6668
  `;
6541
- var LoadingDots3 = styled57.div`
6669
+ var LoadingDots3 = styled58.div`
6542
6670
  display: flex;
6543
6671
  align-items: center;
6544
6672
  gap: ${tokens.spacing.xs};
6545
6673
  padding: 0 ${tokens.spacing.xs};
6546
6674
  `;
6547
- var Dot2 = styled57.span`
6675
+ var Dot2 = styled58.span`
6548
6676
  width: ${tokens.spacing.xs};
6549
6677
  height: ${tokens.spacing.xs};
6550
6678
  border-radius: ${tokens.borderRadius.full};
@@ -6552,7 +6680,7 @@ var Dot2 = styled57.span`
6552
6680
  animation: ${dotPulse2} 1.4s ease-in-out infinite;
6553
6681
  animation-delay: ${(props) => props.delay}s;
6554
6682
  `;
6555
- var TypingIndicator = styled57.div`
6683
+ var TypingIndicator = styled58.div`
6556
6684
  display: flex;
6557
6685
  align-items: center;
6558
6686
  gap: ${tokens.spacing.xs};
@@ -6565,14 +6693,14 @@ var TypingIndicator = styled57.div`
6565
6693
  animation: ${dotPulse2} 1.4s ease-in-out infinite;
6566
6694
  }
6567
6695
  `;
6568
- var Message4 = styled57.span`
6696
+ var Message5 = styled58.span`
6569
6697
  font-size: ${tokens.typography.fontSize.sm};
6570
6698
  color: ${tokens.colors.text.primary};
6571
6699
  font-weight: ${tokens.typography.fontWeight.regular};
6572
6700
  line-height: ${tokens.typography.lineHeight.normal};
6573
6701
  white-space: nowrap;
6574
6702
  `;
6575
- var StreamingText2 = styled57.div`
6703
+ var StreamingText2 = styled58.div`
6576
6704
  font-size: ${tokens.typography.fontSize.sm};
6577
6705
  line-height: ${tokens.typography.lineHeight.normal};
6578
6706
  color: ${tokens.colors.text.primary};
@@ -6605,7 +6733,7 @@ var Response = ({
6605
6733
  /* @__PURE__ */ jsx(Dot2, { delay: 0.15 }),
6606
6734
  /* @__PURE__ */ jsx(Dot2, { delay: 0.3 })
6607
6735
  ] }),
6608
- /* @__PURE__ */ jsx(Message4, { children: message })
6736
+ /* @__PURE__ */ jsx(Message5, { children: message })
6609
6737
  ] });
6610
6738
  }
6611
6739
  if (isTyping) {
@@ -6615,7 +6743,7 @@ var Response = ({
6615
6743
  /* @__PURE__ */ jsx(Dot2, { delay: 0.15 }),
6616
6744
  /* @__PURE__ */ jsx(Dot2, { delay: 0.3 })
6617
6745
  ] }),
6618
- /* @__PURE__ */ jsx(Message4, { children: message })
6746
+ /* @__PURE__ */ jsx(Message5, { children: message })
6619
6747
  ] });
6620
6748
  }
6621
6749
  if (isStreaming && streamingContent) {
@@ -6644,7 +6772,7 @@ var shake = keyframes`
6644
6772
  transform: translateX(5px);
6645
6773
  }
6646
6774
  `;
6647
- var AgentStateContainer = styled57.div`
6775
+ var AgentStateContainer = styled58.div`
6648
6776
  display: inline-flex;
6649
6777
  flex-direction: column;
6650
6778
  align-items: center;
@@ -6658,35 +6786,35 @@ var AgentStateContainer = styled57.div`
6658
6786
  max-width: fit-content;
6659
6787
  margin: 0 auto;
6660
6788
  `;
6661
- var StateContent = styled57.div`
6789
+ var StateContent = styled58.div`
6662
6790
  display: flex;
6663
6791
  flex-direction: column;
6664
6792
  gap: ${tokens.spacing.sm};
6665
6793
  align-items: center;
6666
6794
  width: 100%;
6667
6795
  `;
6668
- var IdleIndicator = styled57.div`
6796
+ var IdleIndicator = styled58.div`
6669
6797
  width: ${tokens.spacing.xs};
6670
6798
  height: ${tokens.spacing.xs};
6671
6799
  background-color: ${tokens.colors.status.idle};
6672
6800
  border-radius: ${tokens.borderRadius.full};
6673
6801
  animation: ${dotPulse3} 2s infinite ease-in-out;
6674
6802
  `;
6675
- var ErrorIndicator = styled57.div`
6803
+ var ErrorIndicator = styled58.div`
6676
6804
  width: ${tokens.spacing.xs};
6677
6805
  height: ${tokens.spacing.xs};
6678
6806
  background-color: ${tokens.colors.error};
6679
6807
  border-radius: ${tokens.borderRadius.full};
6680
6808
  animation: ${shake} 0.5s ease-in-out;
6681
6809
  `;
6682
- var StateLabel = styled57.span`
6810
+ var StateLabel = styled58.span`
6683
6811
  font-size: ${tokens.typography.fontSize.sm};
6684
6812
  font-weight: ${tokens.typography.fontWeight.regular};
6685
6813
  color: ${tokens.colors.text.primary};
6686
6814
  line-height: ${tokens.typography.lineHeight.normal};
6687
6815
  white-space: nowrap;
6688
6816
  `;
6689
- styled57.p`
6817
+ styled58.p`
6690
6818
  font-size: ${tokens.typography.fontSize.sm};
6691
6819
  color: ${tokens.colors.text.tertiary};
6692
6820
  line-height: ${tokens.typography.lineHeight.normal};
@@ -6694,7 +6822,7 @@ styled57.p`
6694
6822
  text-align: center;
6695
6823
  white-space: nowrap;
6696
6824
  `;
6697
- var ProgressBar = styled57.div`
6825
+ var ProgressBar = styled58.div`
6698
6826
  width: 100%;
6699
6827
  height: ${tokens.spacing.xs};
6700
6828
  background-color: ${tokens.colors.surface.elevated};
@@ -6702,7 +6830,7 @@ var ProgressBar = styled57.div`
6702
6830
  overflow: hidden;
6703
6831
  margin-top: ${tokens.spacing.xs};
6704
6832
  `;
6705
- var ProgressBarFill2 = styled57.div`
6833
+ var ProgressBarFill2 = styled58.div`
6706
6834
  height: 100%;
6707
6835
  width: ${(props) => Math.min(Math.max(props.progress, 0), 100)}%;
6708
6836
  background: linear-gradient(135deg, ${tokens.colors.accent} 0%, ${tokens.colors.primary} 100%);
@@ -6731,7 +6859,7 @@ var AgentState = ({ state, message, progress, className }) => {
6731
6859
  }
6732
6860
  return null;
6733
6861
  };
6734
- var FooterContainer = styled57.footer`
6862
+ var FooterContainer = styled58.footer`
6735
6863
  display: flex;
6736
6864
  align-items: center;
6737
6865
  justify-content: center;
@@ -6740,7 +6868,7 @@ var FooterContainer = styled57.footer`
6740
6868
  border-top: 1px solid ${tokens.colors.border.default};
6741
6869
  min-height: 44px;
6742
6870
  `;
6743
- var FooterContent = styled57.div`
6871
+ var FooterContent = styled58.div`
6744
6872
  display: flex;
6745
6873
  align-items: center;
6746
6874
  justify-content: space-between;
@@ -6753,13 +6881,13 @@ var FooterContent = styled57.div`
6753
6881
  font-family: ${tokens.typography.fontFamily.primary};
6754
6882
  line-height: ${tokens.typography.lineHeight.tight};
6755
6883
  `;
6756
- var FooterBranding = styled57.div`
6884
+ var FooterBranding = styled58.div`
6757
6885
  display: flex;
6758
6886
  align-items: center;
6759
6887
  gap: ${tokens.spacing.xs};
6760
6888
  flex-shrink: 0;
6761
6889
  `;
6762
- var FooterStatus = styled57.div`
6890
+ var FooterStatus = styled58.div`
6763
6891
  display: flex;
6764
6892
  align-items: center;
6765
6893
  gap: ${tokens.spacing.xs};
@@ -6769,7 +6897,7 @@ var FooterStatus = styled57.div`
6769
6897
  font-size: ${tokens.typography.fontSize.xs};
6770
6898
  opacity: 0.8;
6771
6899
  `;
6772
- var FooterLink = styled57.a`
6900
+ var FooterLink = styled58.a`
6773
6901
  color: ${tokens.colors.primary};
6774
6902
  text-decoration: none;
6775
6903
  transition: opacity ${tokens.transitions.fast};
@@ -6827,7 +6955,7 @@ var pulse3 = keyframes`
6827
6955
  transform: scale(1.1);
6828
6956
  }
6829
6957
  `;
6830
- var Container14 = styled57.div`
6958
+ var Container14 = styled58.div`
6831
6959
  display: inline-flex;
6832
6960
  align-items: center;
6833
6961
  gap: ${(props) => {
@@ -6843,7 +6971,7 @@ var Container14 = styled57.div`
6843
6971
  }};
6844
6972
  font-family: ${tokens.typography.fontFamily.primary};
6845
6973
  `;
6846
- var StatusDot = styled57.div`
6974
+ var StatusDot = styled58.div`
6847
6975
  width: ${(props) => {
6848
6976
  if (props.variant === "badge") {
6849
6977
  switch (props.size) {
@@ -6904,7 +7032,7 @@ var StatusDot = styled57.div`
6904
7032
  animation: ${(props) => props.status === "streaming" ? pulse3 : "none"} 2s ease-in-out infinite;
6905
7033
  flex-shrink: 0;
6906
7034
  `;
6907
- var Label = styled57.span`
7035
+ var Label = styled58.span`
6908
7036
  font-size: ${(props) => {
6909
7037
  if (props.variant === "badge") {
6910
7038
  switch (props.size) {
@@ -6931,7 +7059,7 @@ var Label = styled57.span`
6931
7059
  color: ${tokens.colors.text.secondary};
6932
7060
  line-height: ${tokens.typography.lineHeight.tight};
6933
7061
  `;
6934
- var BadgeContainer = styled57.div`
7062
+ var BadgeContainer = styled58.div`
6935
7063
  display: inline-flex;
6936
7064
  align-items: center;
6937
7065
  gap: ${(props) => {
@@ -7008,7 +7136,7 @@ var StreamStatusIndicator = ({
7008
7136
  return /* @__PURE__ */ jsx(Container14, { size, className, role: "status", "aria-label": getStatusLabel(status), children: content });
7009
7137
  };
7010
7138
  StreamStatusIndicator.displayName = "StreamStatusIndicator";
7011
- var HeaderContainer = styled57.header`
7139
+ var HeaderContainer = styled58.header`
7012
7140
  display: flex;
7013
7141
  align-items: center;
7014
7142
  justify-content: space-between;
@@ -7024,14 +7152,14 @@ var HeaderContainer = styled57.header`
7024
7152
  padding: ${tokens.spacing.sm} ${tokens.spacing.md};
7025
7153
  }
7026
7154
  `;
7027
- var HeaderContent = styled57.div`
7155
+ var HeaderContent = styled58.div`
7028
7156
  display: flex;
7029
7157
  flex-direction: column;
7030
7158
  gap: ${tokens.spacing.xs};
7031
7159
  flex: 1;
7032
7160
  min-width: 0;
7033
7161
  `;
7034
- var HeaderTitle = styled57.h1`
7162
+ var HeaderTitle = styled58.h1`
7035
7163
  margin: 0;
7036
7164
  font-size: ${tokens.typography.fontSize.base};
7037
7165
  font-weight: ${tokens.typography.fontWeight.semibold};
@@ -7042,7 +7170,7 @@ var HeaderTitle = styled57.h1`
7042
7170
  text-overflow: ellipsis;
7043
7171
  white-space: nowrap;
7044
7172
  `;
7045
- var HeaderSubtitle = styled57.p`
7173
+ var HeaderSubtitle = styled58.p`
7046
7174
  margin: 0;
7047
7175
  font-size: ${tokens.typography.fontSize.sm};
7048
7176
  color: ${tokens.colors.text.secondary};
@@ -7052,13 +7180,13 @@ var HeaderSubtitle = styled57.p`
7052
7180
  text-overflow: ellipsis;
7053
7181
  white-space: nowrap;
7054
7182
  `;
7055
- var HeaderActions = styled57.div`
7183
+ var HeaderActions = styled58.div`
7056
7184
  display: flex;
7057
7185
  align-items: center;
7058
7186
  gap: ${tokens.spacing.xs};
7059
7187
  margin-left: ${tokens.spacing.md};
7060
7188
  `;
7061
- var ActionButton3 = styled57.button`
7189
+ var ActionButton4 = styled58.button`
7062
7190
  display: inline-flex;
7063
7191
  align-items: center;
7064
7192
  justify-content: center;
@@ -7140,7 +7268,7 @@ var Header = ({
7140
7268
  subtitle && /* @__PURE__ */ jsx(HeaderSubtitle, { children: subtitle })
7141
7269
  ] }),
7142
7270
  /* @__PURE__ */ jsxs(HeaderActions, { children: [
7143
- onMinimize && /* @__PURE__ */ jsx(ActionButton3, { ref: minimizeRef, ...minimizeProps, "data-action": "minimize", children: /* @__PURE__ */ jsxs(
7271
+ onMinimize && /* @__PURE__ */ jsx(ActionButton4, { ref: minimizeRef, ...minimizeProps, "data-action": "minimize", children: /* @__PURE__ */ jsxs(
7144
7272
  "svg",
7145
7273
  {
7146
7274
  width: "16",
@@ -7155,7 +7283,7 @@ var Header = ({
7155
7283
  ]
7156
7284
  }
7157
7285
  ) }),
7158
- onClose && /* @__PURE__ */ jsx(ActionButton3, { ref: closeRef, ...closeProps, "data-action": "close", children: /* @__PURE__ */ jsxs(
7286
+ onClose && /* @__PURE__ */ jsx(ActionButton4, { ref: closeRef, ...closeProps, "data-action": "close", children: /* @__PURE__ */ jsxs(
7159
7287
  "svg",
7160
7288
  {
7161
7289
  width: "16",
@@ -7175,13 +7303,13 @@ var Header = ({
7175
7303
  ] });
7176
7304
  };
7177
7305
  Header.displayName = "Header";
7178
- var InputContainer = styled57.div`
7306
+ var InputContainer = styled58.div`
7179
7307
  display: flex;
7180
7308
  flex-direction: column;
7181
7309
  width: 100%;
7182
7310
  position: relative;
7183
7311
  `;
7184
- var InputWrapper3 = styled57.div`
7312
+ var InputWrapper3 = styled58.div`
7185
7313
  display: flex;
7186
7314
  align-items: flex-end;
7187
7315
  gap: ${tokens.spacing.sm};
@@ -7201,7 +7329,7 @@ var InputWrapper3 = styled57.div`
7201
7329
  border-color: ${tokens.colors.border.subtle};
7202
7330
  }
7203
7331
  `;
7204
- var TextArea = styled57.textarea`
7332
+ var TextArea = styled58.textarea`
7205
7333
  flex: 1;
7206
7334
  min-height: ${tokens.spacing.lg};
7207
7335
  max-height: ${(props) => `${(props.$maxRows || 5) * 24}px`};
@@ -7247,7 +7375,7 @@ var TextArea = styled57.textarea`
7247
7375
  background: ${tokens.colors.scrollbar.thumbHover};
7248
7376
  }
7249
7377
  `;
7250
- var SendButton = styled57.button`
7378
+ var SendButton = styled58.button`
7251
7379
  display: flex;
7252
7380
  align-items: center;
7253
7381
  justify-content: center;
@@ -7377,7 +7505,7 @@ var Input2 = ({
7377
7505
  )
7378
7506
  ] }) });
7379
7507
  };
7380
- var MessagesContainer = styled57.div`
7508
+ var MessagesContainer = styled58.div`
7381
7509
  display: flex;
7382
7510
  flex-direction: column;
7383
7511
  flex: 1;
@@ -7406,7 +7534,7 @@ var Messages = ({
7406
7534
  return /* @__PURE__ */ jsx(MessagesContainer, { className, role: "region", "aria-label": ariaLabel, children });
7407
7535
  };
7408
7536
  Messages.displayName = "Messages";
7409
- var MessagesListContainer = styled57.div`
7537
+ var MessagesListContainer = styled58.div`
7410
7538
  display: flex;
7411
7539
  flex-direction: column;
7412
7540
  width: 100%;
@@ -7446,7 +7574,7 @@ var MessagesListContainer = styled57.div`
7446
7574
  /* Ensure proper rendering on mobile */
7447
7575
  -webkit-overflow-scrolling: touch;
7448
7576
  `;
7449
- var MessagesListContent = styled57.div`
7577
+ var MessagesListContent = styled58.div`
7450
7578
  display: flex;
7451
7579
  flex-direction: column;
7452
7580
  gap: ${tokens.spacing.sm};
@@ -7562,7 +7690,7 @@ var MessagesList = ({
7562
7690
  }
7563
7691
  );
7564
7692
  };
7565
- var StyledUserMessage2 = styled57.div`
7693
+ var StyledUserMessage2 = styled58.div`
7566
7694
  display: flex;
7567
7695
  justify-content: flex-end;
7568
7696
  align-items: flex-start;
@@ -7570,7 +7698,7 @@ var StyledUserMessage2 = styled57.div`
7570
7698
  padding: 0;
7571
7699
  width: 100%;
7572
7700
  `;
7573
- var MessageBubble = styled57.div`
7701
+ var MessageBubble = styled58.div`
7574
7702
  display: flex;
7575
7703
  flex-direction: column;
7576
7704
  max-width: 85%;
@@ -7597,7 +7725,7 @@ var MessageBubble = styled57.div`
7597
7725
  opacity: 0.9;
7598
7726
  }
7599
7727
  `;
7600
- var MessageContent2 = styled57.p`
7728
+ var MessageContent2 = styled58.p`
7601
7729
  margin: 0;
7602
7730
  font-size: ${tokens.typography.fontSize.sm};
7603
7731
  line-height: ${tokens.typography.lineHeight.normal};
@@ -7606,13 +7734,13 @@ var MessageContent2 = styled57.p`
7606
7734
  word-break: break-word;
7607
7735
  white-space: pre-wrap;
7608
7736
  `;
7609
- var MessageTime2 = styled57.time`
7737
+ var MessageTime2 = styled58.time`
7610
7738
  font-size: ${tokens.typography.fontSize.xs};
7611
7739
  opacity: 0.7;
7612
7740
  margin-top: ${tokens.spacing.xs};
7613
7741
  text-align: right;
7614
7742
  `;
7615
- var ActionButton4 = styled57.button`
7743
+ var ActionButton5 = styled58.button`
7616
7744
  display: inline-flex;
7617
7745
  align-items: center;
7618
7746
  gap: ${tokens.spacing.xs};
@@ -7636,12 +7764,12 @@ var ActionButton4 = styled57.button`
7636
7764
  transform: scale(0.98);
7637
7765
  }
7638
7766
  `;
7639
- var ActionsContainer3 = styled57.div`
7767
+ var ActionsContainer3 = styled58.div`
7640
7768
  display: flex;
7641
7769
  gap: ${tokens.spacing.xs};
7642
7770
  flex-wrap: wrap;
7643
7771
  `;
7644
- var Avatar3 = styled57.img`
7772
+ var Avatar3 = styled58.img`
7645
7773
  width: ${tokens.spacing.xl};
7646
7774
  height: ${tokens.spacing.xl};
7647
7775
  border-radius: ${tokens.borderRadius.full};
@@ -7672,7 +7800,7 @@ var UserMessage2 = ({
7672
7800
  }
7673
7801
  ) }),
7674
7802
  timestamp && /* @__PURE__ */ jsx(MessageTime2, { children: timestamp }),
7675
- actions.length > 0 && /* @__PURE__ */ jsx(ActionsContainer3, { children: actions.map((action, index) => /* @__PURE__ */ jsxs(ActionButton4, { onClick: action.onClick, children: [
7803
+ actions.length > 0 && /* @__PURE__ */ jsx(ActionsContainer3, { children: actions.map((action, index) => /* @__PURE__ */ jsxs(ActionButton5, { onClick: action.onClick, children: [
7676
7804
  action.icon,
7677
7805
  action.label
7678
7806
  ] }, index)) })
@@ -7680,7 +7808,7 @@ var UserMessage2 = ({
7680
7808
  avatarUrl && /* @__PURE__ */ jsx(Avatar3, { src: avatarUrl, alt: username || "User" })
7681
7809
  ] });
7682
7810
  };
7683
- var ErrorContainer = styled57.div`
7811
+ var ErrorContainer = styled58.div`
7684
7812
  display: flex;
7685
7813
  align-items: flex-start;
7686
7814
  gap: ${tokens.spacing.sm};
@@ -7694,7 +7822,7 @@ var ErrorContainer = styled57.div`
7694
7822
  width: ${(props) => props.variant === "banner" ? "100%" : "auto"};
7695
7823
  max-width: ${(props) => props.variant === "banner" ? "100%" : "600px"};
7696
7824
  `;
7697
- var IconContainer = styled57.div`
7825
+ var IconContainer = styled58.div`
7698
7826
  flex-shrink: 0;
7699
7827
  width: 20px;
7700
7828
  height: 20px;
@@ -7711,29 +7839,29 @@ var ErrorIcon = () => /* @__PURE__ */ jsx(
7711
7839
  children: /* @__PURE__ */ jsx("path", { d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z" })
7712
7840
  }
7713
7841
  );
7714
- var Content2 = styled57.div`
7842
+ var Content2 = styled58.div`
7715
7843
  flex: 1;
7716
7844
  display: flex;
7717
7845
  flex-direction: column;
7718
7846
  gap: ${tokens.spacing.sm};
7719
7847
  `;
7720
- var ErrorMessage3 = styled57.div`
7848
+ var ErrorMessage3 = styled58.div`
7721
7849
  font-size: ${tokens.typography.fontSize.sm};
7722
7850
  line-height: ${tokens.typography.lineHeight.normal};
7723
7851
  color: ${tokens.colors.text.primary};
7724
7852
  `;
7725
- var ErrorDetails = styled57.div`
7853
+ var ErrorDetails = styled58.div`
7726
7854
  font-size: ${tokens.typography.fontSize.xs};
7727
7855
  line-height: 1.4;
7728
7856
  color: ${tokens.colors.text.secondary};
7729
7857
  margin-top: ${tokens.spacing.xs};
7730
7858
  `;
7731
- var Actions2 = styled57.div`
7859
+ var Actions2 = styled58.div`
7732
7860
  display: flex;
7733
7861
  gap: ${tokens.spacing.sm};
7734
7862
  margin-top: ${tokens.spacing.sm};
7735
7863
  `;
7736
- var Button3 = styled57.button`
7864
+ var Button3 = styled58.button`
7737
7865
  display: inline-flex;
7738
7866
  align-items: center;
7739
7867
  gap: ${tokens.spacing.xs};
@@ -7762,7 +7890,7 @@ var Button3 = styled57.button`
7762
7890
  cursor: not-allowed;
7763
7891
  }
7764
7892
  `;
7765
- var CloseButton = styled57.button`
7893
+ var CloseButton = styled58.button`
7766
7894
  flex-shrink: 0;
7767
7895
  width: 24px;
7768
7896
  height: 24px;
@@ -7821,7 +7949,7 @@ var StreamErrorMessage = ({
7821
7949
  ] });
7822
7950
  };
7823
7951
  StreamErrorMessage.displayName = "StreamErrorMessage";
7824
- var SuggestionsContainer = styled57.div`
7952
+ var SuggestionsContainer = styled58.div`
7825
7953
  display: flex;
7826
7954
  flex-wrap: nowrap; /* Single row */
7827
7955
  gap: ${tokens.spacing.sm};
@@ -7854,7 +7982,7 @@ var SuggestionsContainer = styled57.div`
7854
7982
  display: none; /* Chrome/Safari/Opera */
7855
7983
  }
7856
7984
  `;
7857
- var StyledSuggestion = styled57.button`
7985
+ var StyledSuggestion = styled58.button`
7858
7986
  /* Base styles */
7859
7987
  display: inline-flex;
7860
7988
  align-items: center;
@@ -7927,7 +8055,7 @@ function SuggestionChip({ suggestion, onSelect }) {
7927
8055
  return /* @__PURE__ */ jsx(StyledSuggestion, { ...buttonProps, ref, $isPressed: isPressed, role: "listitem", children: suggestion });
7928
8056
  }
7929
8057
  Suggestions.displayName = "Suggestions";
7930
- var WindowContainer = styled57.div`
8058
+ var WindowContainer = styled58.div`
7931
8059
  display: flex;
7932
8060
  flex-direction: column;
7933
8061
  /* Glassmorphism effect */
@@ -8106,7 +8234,7 @@ function FacebookIcon({
8106
8234
  ) });
8107
8235
  }
8108
8236
  FacebookIcon.displayName = "FacebookIcon";
8109
- var StyledIconWrapper = styled57.button`
8237
+ var StyledIconWrapper = styled58.button`
8110
8238
  display: inline-flex;
8111
8239
  align-items: center;
8112
8240
  justify-content: center;
@@ -8376,7 +8504,7 @@ function InstagramIcon({
8376
8504
  ] });
8377
8505
  }
8378
8506
  InstagramIcon.displayName = "InstagramIcon";
8379
- var StyledIconWrapper2 = styled57.button`
8507
+ var StyledIconWrapper2 = styled58.button`
8380
8508
  display: inline-flex;
8381
8509
  align-items: center;
8382
8510
  justify-content: center;
@@ -8512,7 +8640,7 @@ function LinkedInIcon({
8512
8640
  return /* @__PURE__ */ jsx("span", { className, style: { display: "inline-flex", width: size, height: size }, children: svgElement });
8513
8641
  }
8514
8642
  LinkedInIcon.displayName = "LinkedInIcon";
8515
- var StyledIconWrapper3 = styled57.button`
8643
+ var StyledIconWrapper3 = styled58.button`
8516
8644
  display: inline-flex;
8517
8645
  align-items: center;
8518
8646
  justify-content: center;
@@ -9149,7 +9277,7 @@ function WhatsAppIcon({
9149
9277
  );
9150
9278
  }
9151
9279
  WhatsAppIcon.displayName = "WhatsAppIcon";
9152
- var StyledXIcon = styled57.svg`
9280
+ var StyledXIcon = styled58.svg`
9153
9281
  display: inline-block;
9154
9282
  vertical-align: middle;
9155
9283
  flex-shrink: 0;
@@ -9537,9 +9665,9 @@ var PostApprovalControls = ({
9537
9665
  ) })
9538
9666
  ] }),
9539
9667
  /* @__PURE__ */ jsxs(Actions3, { children: [
9540
- /* @__PURE__ */ jsx(ActionButton5, { $variant: "cancel", onClick: handleCancelEdit, disabled: isProcessing, children: "Cancel" }),
9668
+ /* @__PURE__ */ jsx(ActionButton6, { $variant: "cancel", onClick: handleCancelEdit, disabled: isProcessing, children: "Cancel" }),
9541
9669
  onSave && /* @__PURE__ */ jsx(
9542
- ActionButton5,
9670
+ ActionButton6,
9543
9671
  {
9544
9672
  $variant: "save",
9545
9673
  onClick: handleSave,
@@ -9548,7 +9676,7 @@ var PostApprovalControls = ({
9548
9676
  }
9549
9677
  ),
9550
9678
  /* @__PURE__ */ jsx(
9551
- ActionButton5,
9679
+ ActionButton6,
9552
9680
  {
9553
9681
  $variant: "approve",
9554
9682
  onClick: handleApprove,
@@ -9558,14 +9686,14 @@ var PostApprovalControls = ({
9558
9686
  )
9559
9687
  ] })
9560
9688
  ] }) : /* @__PURE__ */ jsxs(Actions3, { children: [
9561
- /* @__PURE__ */ jsx(ActionButton5, { $variant: "reject", onClick: onReject, disabled: isProcessing, children: "Reject" }),
9562
- /* @__PURE__ */ jsx(ActionButton5, { $variant: "edit", onClick: handleStartEdit, disabled: isProcessing, children: "Edit" }),
9563
- /* @__PURE__ */ jsx(ActionButton5, { $variant: "approve", onClick: handleApprove, disabled: isProcessing, children: isProcessing ? "Processing..." : "Approve" })
9689
+ /* @__PURE__ */ jsx(ActionButton6, { $variant: "reject", onClick: onReject, disabled: isProcessing, children: "Reject" }),
9690
+ /* @__PURE__ */ jsx(ActionButton6, { $variant: "edit", onClick: handleStartEdit, disabled: isProcessing, children: "Edit" }),
9691
+ /* @__PURE__ */ jsx(ActionButton6, { $variant: "approve", onClick: handleApprove, disabled: isProcessing, children: isProcessing ? "Processing..." : "Approve" })
9564
9692
  ] }) })
9565
9693
  ] });
9566
9694
  };
9567
9695
  PostApprovalControls.displayName = "PostApprovalControls";
9568
- var Container15 = styled57.div`
9696
+ var Container15 = styled58.div`
9569
9697
  display: grid;
9570
9698
  gap: 0;
9571
9699
  background: ${tokens.colors.background.dark};
@@ -9575,7 +9703,7 @@ var Container15 = styled57.div`
9575
9703
  font-family: ${tokens.typography.fontFamily.primary};
9576
9704
  transition: border-color ${tokens.transitions.fast};
9577
9705
  `;
9578
- var Header2 = styled57.div`
9706
+ var Header2 = styled58.div`
9579
9707
  display: grid;
9580
9708
  grid-template-columns: auto 1fr auto;
9581
9709
  align-items: center;
@@ -9589,7 +9717,7 @@ var Header2 = styled57.div`
9589
9717
  background: ${tokens.colors.background.light};
9590
9718
  }
9591
9719
  `;
9592
- var StatusBadge = styled57.span`
9720
+ var StatusBadge = styled58.span`
9593
9721
  padding: ${tokens.spacing.xs} ${tokens.spacing.sm};
9594
9722
  border-radius: ${tokens.borderRadius.sm};
9595
9723
  font-size: ${tokens.typography.fontSize.xs};
@@ -9600,23 +9728,23 @@ var StatusBadge = styled57.span`
9600
9728
  color: ${({ $color }) => $color};
9601
9729
  white-space: nowrap;
9602
9730
  `;
9603
- var MetaInfo = styled57.div`
9731
+ var MetaInfo = styled58.div`
9604
9732
  display: flex;
9605
9733
  align-items: center;
9606
9734
  gap: ${tokens.spacing.sm};
9607
9735
  min-width: 0;
9608
9736
  `;
9609
- var PostId = styled57.span`
9737
+ var PostId = styled58.span`
9610
9738
  font-size: ${tokens.typography.fontSize.xs};
9611
9739
  color: ${tokens.colors.text.tertiary};
9612
9740
  font-family: ${tokens.typography.fontFamily.monospace};
9613
9741
  `;
9614
- var ErrorText = styled57.span`
9742
+ var ErrorText = styled58.span`
9615
9743
  font-size: ${tokens.typography.fontSize.xs};
9616
9744
  color: ${tokens.colors.error};
9617
9745
  line-height: ${tokens.typography.lineHeight.tight};
9618
9746
  `;
9619
- var CollapseIcon = styled57.span`
9747
+ var CollapseIcon = styled58.span`
9620
9748
  font-size: ${tokens.typography.fontSize.sm};
9621
9749
  color: ${tokens.colors.text.tertiary};
9622
9750
  font-weight: ${tokens.typography.fontWeight.medium};
@@ -9626,17 +9754,17 @@ var CollapseIcon = styled57.span`
9626
9754
  align-items: center;
9627
9755
  justify-content: center;
9628
9756
  `;
9629
- var Content3 = styled57.div`
9757
+ var Content3 = styled58.div`
9630
9758
  display: grid;
9631
9759
  gap: ${tokens.spacing.md};
9632
9760
  padding: ${tokens.spacing.md};
9633
9761
  border-top: 1px solid ${tokens.colors.border.default};
9634
9762
  `;
9635
- var EditSection = styled57.div`
9763
+ var EditSection = styled58.div`
9636
9764
  display: grid;
9637
9765
  gap: ${tokens.spacing.xs};
9638
9766
  `;
9639
- var EditLabel = styled57.label`
9767
+ var EditLabel = styled58.label`
9640
9768
  display: grid;
9641
9769
  grid-template-columns: 1fr auto;
9642
9770
  align-items: center;
@@ -9645,7 +9773,7 @@ var EditLabel = styled57.label`
9645
9773
  color: ${tokens.colors.text.secondary};
9646
9774
  line-height: ${tokens.typography.lineHeight.tight};
9647
9775
  `;
9648
- var CharCount = styled57.span`
9776
+ var CharCount = styled58.span`
9649
9777
  font-size: ${tokens.typography.fontSize.xs};
9650
9778
  font-weight: ${tokens.typography.fontWeight.semibold};
9651
9779
  font-family: ${tokens.typography.fontFamily.monospace};
@@ -9655,7 +9783,7 @@ var CharCount = styled57.span`
9655
9783
  return tokens.colors.success;
9656
9784
  }};
9657
9785
  `;
9658
- var EditTextarea = styled57.textarea`
9786
+ var EditTextarea = styled58.textarea`
9659
9787
  width: 100%;
9660
9788
  min-height: 100px;
9661
9789
  padding: ${tokens.spacing.sm};
@@ -9685,14 +9813,14 @@ var EditTextarea = styled57.textarea`
9685
9813
  color: ${tokens.colors.text.tertiary};
9686
9814
  }
9687
9815
  `;
9688
- var ProgressBar2 = styled57.div`
9816
+ var ProgressBar2 = styled58.div`
9689
9817
  width: 100%;
9690
9818
  height: 3px;
9691
9819
  background: ${tokens.colors.border.default};
9692
9820
  border-radius: ${tokens.borderRadius.sm};
9693
9821
  overflow: hidden;
9694
9822
  `;
9695
- var ProgressFill = styled57.div`
9823
+ var ProgressFill = styled58.div`
9696
9824
  width: ${({ $percentage }) => $percentage}%;
9697
9825
  height: 100%;
9698
9826
  border-radius: ${tokens.borderRadius.sm};
@@ -9703,12 +9831,12 @@ var ProgressFill = styled57.div`
9703
9831
  return tokens.colors.success;
9704
9832
  }};
9705
9833
  `;
9706
- var Actions3 = styled57.div`
9834
+ var Actions3 = styled58.div`
9707
9835
  display: flex;
9708
9836
  gap: ${tokens.spacing.sm};
9709
9837
  justify-content: flex-end;
9710
9838
  `;
9711
- var ActionButton5 = styled57.button`
9839
+ var ActionButton6 = styled58.button`
9712
9840
  padding: ${tokens.spacing.sm} ${tokens.spacing.md};
9713
9841
  border-radius: ${tokens.borderRadius.md};
9714
9842
  font-size: ${tokens.typography.fontSize.sm};
@@ -9942,7 +10070,7 @@ var fadeIn2 = keyframes`
9942
10070
  transform: translateY(0);
9943
10071
  }
9944
10072
  `;
9945
- var CardContainer = styled57.div`
10073
+ var CardContainer = styled58.div`
9946
10074
  background: ${tokens.colors.background.dark};
9947
10075
  border-radius: ${tokens.borderRadius.xl};
9948
10076
  padding: ${tokens.spacing.md};
@@ -9955,7 +10083,7 @@ var CardContainer = styled57.div`
9955
10083
  border-color: ${({ $platformColor }) => `${$platformColor}80`};
9956
10084
  }
9957
10085
  `;
9958
- var PlatformHeader = styled57.div`
10086
+ var PlatformHeader = styled58.div`
9959
10087
  display: flex;
9960
10088
  align-items: center;
9961
10089
  gap: 10px;
@@ -9963,7 +10091,7 @@ var PlatformHeader = styled57.div`
9963
10091
  padding-bottom: ${tokens.spacing.sm};
9964
10092
  border-bottom: 1px solid ${tokens.colors.border.default};
9965
10093
  `;
9966
- var PlatformIcon = styled57.span`
10094
+ var PlatformIcon = styled58.span`
9967
10095
  display: flex;
9968
10096
  align-items: center;
9969
10097
  justify-content: center;
@@ -9975,13 +10103,13 @@ var PlatformIcon = styled57.span`
9975
10103
  font-size: ${tokens.typography.fontSize.base};
9976
10104
  font-weight: ${tokens.typography.fontWeight.semibold};
9977
10105
  `;
9978
- var PlatformName = styled57.span`
10106
+ var PlatformName = styled58.span`
9979
10107
  flex: 1;
9980
10108
  font-size: ${tokens.typography.fontSize.sm};
9981
10109
  font-weight: ${tokens.typography.fontWeight.semibold};
9982
10110
  color: ${tokens.colors.text.primary};
9983
10111
  `;
9984
- var CharacterBadge = styled57.span`
10112
+ var CharacterBadge = styled58.span`
9985
10113
  padding: ${tokens.spacing.xs} ${tokens.spacing.sm};
9986
10114
  border-radius: ${tokens.borderRadius.lg};
9987
10115
  font-size: 11px;
@@ -9993,10 +10121,10 @@ var CharacterBadge = styled57.span`
9993
10121
  return tokens.colors.success;
9994
10122
  }};
9995
10123
  `;
9996
- var ContentSection = styled57.div`
10124
+ var ContentSection = styled58.div`
9997
10125
  margin-bottom: ${tokens.spacing.sm};
9998
10126
  `;
9999
- var PostContent = styled57.div`
10127
+ var PostContent = styled58.div`
10000
10128
  font-size: ${tokens.typography.fontSize.base};
10001
10129
  font-family: ${tokens.typography.fontFamily.primary};
10002
10130
  line-height: 1.6;
@@ -10008,7 +10136,7 @@ var PostContent = styled57.div`
10008
10136
  /* Smooth fade-in animation when content appears */
10009
10137
  animation: ${fadeIn2} 0.4s ease-out;
10010
10138
  `;
10011
- var PostContentEditable = styled57.textarea`
10139
+ var PostContentEditable = styled58.textarea`
10012
10140
  width: 100%;
10013
10141
  min-height: 180px;
10014
10142
  max-height: 300px;
@@ -10037,12 +10165,12 @@ var PostContentEditable = styled57.textarea`
10037
10165
  color: ${tokens.colors.text.tertiary};
10038
10166
  }
10039
10167
  `;
10040
- var HashtagsContainer = styled57.div`
10168
+ var HashtagsContainer = styled58.div`
10041
10169
  display: flex;
10042
10170
  flex-wrap: wrap;
10043
10171
  gap: 6px;
10044
10172
  `;
10045
- var HashtagPill = styled57.span`
10173
+ var HashtagPill = styled58.span`
10046
10174
  display: inline-block;
10047
10175
  padding: ${tokens.spacing.xs} 10px;
10048
10176
  border-radius: ${tokens.borderRadius.full};
@@ -10059,17 +10187,17 @@ var HashtagPill = styled57.span`
10059
10187
  color: ${tokens.colors.primary};
10060
10188
  }
10061
10189
  `;
10062
- var ProgressBarContainer2 = styled57.div`
10190
+ var ProgressBarContainer2 = styled58.div`
10063
10191
  margin-top: ${tokens.spacing.sm};
10064
10192
  `;
10065
- var ProgressBarTrack = styled57.div`
10193
+ var ProgressBarTrack = styled58.div`
10066
10194
  width: 100%;
10067
10195
  height: 4px;
10068
10196
  background: ${tokens.colors.border.default};
10069
10197
  border-radius: ${tokens.borderRadius.sm};
10070
10198
  overflow: hidden;
10071
10199
  `;
10072
- var ProgressBarFill3 = styled57.div`
10200
+ var ProgressBarFill3 = styled58.div`
10073
10201
  width: ${({ $percentage }) => $percentage}%;
10074
10202
  height: 100%;
10075
10203
  border-radius: ${tokens.borderRadius.sm};
@@ -10080,7 +10208,7 @@ var ProgressBarFill3 = styled57.div`
10080
10208
  return tokens.colors.success;
10081
10209
  }};
10082
10210
  `;
10083
- var ImageChangeButton = styled57.button`
10211
+ var ImageChangeButton = styled58.button`
10084
10212
  display: block;
10085
10213
  width: 100%;
10086
10214
  padding: 0;
@@ -10089,21 +10217,21 @@ var ImageChangeButton = styled57.button`
10089
10217
  cursor: pointer;
10090
10218
  -webkit-tap-highlight-color: transparent;
10091
10219
  `;
10092
- var ImagePreviewContainer = styled57.div`
10220
+ var ImagePreviewContainer = styled58.div`
10093
10221
  position: relative;
10094
10222
  margin-bottom: ${tokens.spacing.sm};
10095
10223
  border-radius: ${tokens.borderRadius.sm};
10096
10224
  overflow: hidden;
10097
10225
  border: 1px solid ${tokens.colors.border.default};
10098
10226
  `;
10099
- var ImagePreview = styled57.img`
10227
+ var ImagePreview = styled58.img`
10100
10228
  width: 100%;
10101
10229
  height: auto;
10102
10230
  max-height: 200px;
10103
10231
  object-fit: cover;
10104
10232
  display: block;
10105
10233
  `;
10106
- var ImageOverlay = styled57.div`
10234
+ var ImageOverlay = styled58.div`
10107
10235
  position: absolute;
10108
10236
  inset: 0;
10109
10237
  background: rgba(0, 0, 0, 0.5);
@@ -10122,12 +10250,12 @@ var ImageOverlay = styled57.div`
10122
10250
  opacity: 0.6;
10123
10251
  }
10124
10252
  `;
10125
- var OverlayText = styled57.span`
10253
+ var OverlayText = styled58.span`
10126
10254
  color: white;
10127
10255
  font-size: ${tokens.typography.fontSize.sm};
10128
10256
  font-weight: ${tokens.typography.fontWeight.semibold};
10129
10257
  `;
10130
- var ImagePlaceholder = styled57.div`
10258
+ var ImagePlaceholder = styled58.div`
10131
10259
  width: 100%;
10132
10260
  height: 200px;
10133
10261
  background: linear-gradient(
@@ -10157,7 +10285,7 @@ var ImagePlaceholder = styled57.div`
10157
10285
  }
10158
10286
  `}
10159
10287
  `;
10160
- var PlaceholderIcon = styled57.div`
10288
+ var PlaceholderIcon = styled58.div`
10161
10289
  width: 48px;
10162
10290
  height: 48px;
10163
10291
  border: 2px solid white;
@@ -10179,13 +10307,13 @@ var shimmer2 = keyframes`
10179
10307
  background-position: 200% 0;
10180
10308
  }
10181
10309
  `;
10182
- var SkeletonContent = styled57.div`
10310
+ var SkeletonContent = styled58.div`
10183
10311
  display: flex;
10184
10312
  flex-direction: column;
10185
10313
  gap: ${tokens.spacing.sm};
10186
10314
  padding: ${tokens.spacing.sm} 0;
10187
10315
  `;
10188
- var SkeletonLine = styled57.div`
10316
+ var SkeletonLine = styled58.div`
10189
10317
  height: 16px;
10190
10318
  width: ${({ $width }) => $width};
10191
10319
  background: linear-gradient(
@@ -10286,13 +10414,13 @@ var PlatformCarousel = ({
10286
10414
  ] });
10287
10415
  };
10288
10416
  PlatformCarousel.displayName = "PlatformCarousel";
10289
- var CarouselContainer = styled57.div`
10417
+ var CarouselContainer = styled58.div`
10290
10418
  display: flex;
10291
10419
  flex-direction: column;
10292
10420
  width: 100%;
10293
10421
  gap: ${tokens.spacing.md};
10294
10422
  `;
10295
- var TabsContainer = styled57.div`
10423
+ var TabsContainer = styled58.div`
10296
10424
  display: flex;
10297
10425
  gap: ${tokens.spacing.sm};
10298
10426
  padding: ${tokens.spacing.sm};
@@ -10306,7 +10434,7 @@ var TabsContainer = styled57.div`
10306
10434
  display: none;
10307
10435
  }
10308
10436
  `;
10309
- var PlatformTab = styled57.button`
10437
+ var PlatformTab = styled58.button`
10310
10438
  display: flex;
10311
10439
  align-items: center;
10312
10440
  gap: ${tokens.spacing.xs};
@@ -10332,17 +10460,17 @@ var PlatformTab = styled57.button`
10332
10460
  box-shadow: 0 0 0 2px ${({ $platformColor }) => $platformColor}40;
10333
10461
  }
10334
10462
  `;
10335
- var PlatformIcon2 = styled57.span`
10463
+ var PlatformIcon2 = styled58.span`
10336
10464
  font-size: ${tokens.typography.fontSize.base};
10337
10465
  color: ${({ $platformColor }) => $platformColor};
10338
10466
  transition: color ${tokens.transitions.fast};
10339
10467
  `;
10340
- var ContentContainer2 = styled57.div`
10468
+ var ContentContainer2 = styled58.div`
10341
10469
  position: relative;
10342
10470
  min-height: 200px;
10343
10471
  overflow: hidden;
10344
10472
  `;
10345
- var Slide = styled57.div`
10473
+ var Slide = styled58.div`
10346
10474
  position: ${({ $isActive }) => $isActive ? "relative" : "absolute"};
10347
10475
  top: 0;
10348
10476
  left: 0;
@@ -10355,13 +10483,13 @@ var Slide = styled57.div`
10355
10483
  transform ${tokens.animation.duration.short} ${tokens.animation.easing.smooth};
10356
10484
  pointer-events: ${({ $isActive }) => $isActive ? "auto" : "none"};
10357
10485
  `;
10358
- var NavigationDotsContainer = styled57.div`
10486
+ var NavigationDotsContainer = styled58.div`
10359
10487
  display: flex;
10360
10488
  justify-content: center;
10361
10489
  gap: ${tokens.spacing.xs};
10362
10490
  padding: ${tokens.spacing.sm};
10363
10491
  `;
10364
- var NavigationDot = styled57.button`
10492
+ var NavigationDot = styled58.button`
10365
10493
  width: ${tokens.spacing.sm};
10366
10494
  height: ${tokens.spacing.sm};
10367
10495
  border-radius: ${tokens.borderRadius.full};
@@ -10381,7 +10509,7 @@ var NavigationDot = styled57.button`
10381
10509
  box-shadow: 0 0 0 2px ${({ $platformColor }) => $platformColor}40;
10382
10510
  }
10383
10511
  `;
10384
- var EmptyState = styled57.div`
10512
+ var EmptyState = styled58.div`
10385
10513
  display: flex;
10386
10514
  align-items: center;
10387
10515
  justify-content: center;
@@ -10440,7 +10568,7 @@ var PlatformGrid = ({
10440
10568
  }) });
10441
10569
  };
10442
10570
  PlatformGrid.displayName = "PlatformGrid";
10443
- var Grid = styled57.div`
10571
+ var Grid = styled58.div`
10444
10572
  display: grid;
10445
10573
  gap: ${tokens.spacing.md};
10446
10574
  width: 100%;
@@ -10460,7 +10588,7 @@ var Grid = styled57.div`
10460
10588
  grid-template-columns: repeat(3, 1fr);
10461
10589
  }
10462
10590
  `;
10463
- var GridCell = styled57.div`
10591
+ var GridCell = styled58.div`
10464
10592
  min-width: 0; /* Prevent grid blowout with long content */
10465
10593
  cursor: pointer;
10466
10594
  border-radius: ${tokens.borderRadius.lg};
@@ -10470,7 +10598,7 @@ var GridCell = styled57.div`
10470
10598
  transform: translateY(-2px);
10471
10599
  }
10472
10600
  `;
10473
- var EmptyState2 = styled57.div`
10601
+ var EmptyState2 = styled58.div`
10474
10602
  display: flex;
10475
10603
  align-items: center;
10476
10604
  justify-content: center;
@@ -10479,12 +10607,12 @@ var EmptyState2 = styled57.div`
10479
10607
  border: 1px dashed ${tokens.colors.border.hover};
10480
10608
  border-radius: ${tokens.borderRadius.lg};
10481
10609
  `;
10482
- var EmptyStateText = styled57.p`
10610
+ var EmptyStateText = styled58.p`
10483
10611
  margin: 0;
10484
10612
  font-size: ${tokens.typography.fontSize.sm};
10485
10613
  color: ${tokens.colors.text.tertiary};
10486
10614
  `;
10487
- var Container16 = styled57.div`
10615
+ var Container16 = styled58.div`
10488
10616
  display: flex;
10489
10617
  flex-direction: column;
10490
10618
  height: 100%;
@@ -10498,7 +10626,7 @@ var Container16 = styled57.div`
10498
10626
  );
10499
10627
  overflow: auto;
10500
10628
  `;
10501
- var Header3 = styled57.div`
10629
+ var Header3 = styled58.div`
10502
10630
  display: flex;
10503
10631
  justify-content: space-between;
10504
10632
  align-items: center;
@@ -10524,7 +10652,7 @@ var Header3 = styled57.div`
10524
10652
  pointer-events: none;
10525
10653
  }
10526
10654
  `;
10527
- var Title = styled57.h2`
10655
+ var Title = styled58.h2`
10528
10656
  margin: 0;
10529
10657
  font-size: ${tokens.typography.fontSize.base};
10530
10658
  font-weight: ${tokens.typography.fontWeight.semibold};
@@ -10534,12 +10662,12 @@ var Title = styled57.h2`
10534
10662
  text-overflow: ellipsis;
10535
10663
  min-width: 0;
10536
10664
  `;
10537
- var ViewToggle = styled57.div`
10665
+ var ViewToggle = styled58.div`
10538
10666
  display: flex;
10539
10667
  gap: ${tokens.spacing.xs};
10540
10668
  flex-shrink: 0;
10541
10669
  `;
10542
- var ToggleButton2 = styled57.button`
10670
+ var ToggleButton2 = styled58.button`
10543
10671
  padding: ${tokens.spacing.xs};
10544
10672
  width: 32px;
10545
10673
  height: 32px;
@@ -10567,7 +10695,7 @@ var ToggleButton2 = styled57.button`
10567
10695
  background: ${({ $active }) => $active ? `${tokens.colors.primary}4D` : tokens.colors.surface.overlayHover};
10568
10696
  }
10569
10697
  `;
10570
- var Content4 = styled57.div`
10698
+ var Content4 = styled58.div`
10571
10699
  flex: 1;
10572
10700
  display: flex;
10573
10701
  flex-direction: column;
@@ -10576,7 +10704,7 @@ var Content4 = styled57.div`
10576
10704
  /* Extra top padding to account for header fade overlay */
10577
10705
  padding-top: ${tokens.spacing.md};
10578
10706
  `;
10579
- var EmptyState3 = styled57.div`
10707
+ var EmptyState3 = styled58.div`
10580
10708
  display: flex;
10581
10709
  flex-direction: column;
10582
10710
  align-items: center;
@@ -10604,7 +10732,7 @@ var EmptyState3 = styled57.div`
10604
10732
  font-size: ${tokens.typography.fontSize.sm};
10605
10733
  }
10606
10734
  `;
10607
- var PostCount = styled57.span`
10735
+ var PostCount = styled58.span`
10608
10736
  font-size: ${tokens.typography.fontSize.sm};
10609
10737
  color: ${tokens.colors.text.tertiary};
10610
10738
  font-weight: ${tokens.typography.fontWeight.regular};
@@ -10855,7 +10983,19 @@ var renderSimpleMarkdown = (text) => {
10855
10983
  }
10856
10984
  if (segment.startsWith("{{CODE:")) {
10857
10985
  const content = segment.slice(7, -2);
10858
- return /* @__PURE__ */ jsx("code", { style: { background: "rgba(255,255,255,0.1)", padding: "0 4px", borderRadius: "3px", fontFamily: "monospace" }, children: content }, i);
10986
+ return /* @__PURE__ */ jsx(
10987
+ "code",
10988
+ {
10989
+ style: {
10990
+ background: "rgba(255,255,255,0.1)",
10991
+ padding: "0 4px",
10992
+ borderRadius: "3px",
10993
+ fontFamily: "monospace"
10994
+ },
10995
+ children: content
10996
+ },
10997
+ i
10998
+ );
10859
10999
  }
10860
11000
  return segment;
10861
11001
  });
@@ -10968,16 +11108,21 @@ var RedditOpportunityCard = ({
10968
11108
  ] }),
10969
11109
  !condensed && opportunity.postContent && /* @__PURE__ */ jsx(PostContent2, { children: truncateText(opportunity.postContent, 300) }),
10970
11110
  /* @__PURE__ */ jsxs(PostAuthor, { children: [
10971
- "Posted by u/",
10972
- opportunity.postAuthor || "unknown",
10973
- opportunity.flair && /* @__PURE__ */ jsx(PostFlair, { children: opportunity.flair })
11111
+ /* @__PURE__ */ jsxs(PostAuthorLine, { children: [
11112
+ /* @__PURE__ */ jsx("span", { children: "Posted by" }),
11113
+ opportunity.flair && /* @__PURE__ */ jsx(PostFlair, { children: opportunity.flair })
11114
+ ] }),
11115
+ /* @__PURE__ */ jsxs(PostAuthorName, { children: [
11116
+ "u/",
11117
+ opportunity.postAuthor || "unknown"
11118
+ ] })
10974
11119
  ] })
10975
11120
  ] }),
10976
11121
  /* @__PURE__ */ jsx(Divider, {}),
10977
11122
  /* @__PURE__ */ jsxs(ReplySection, { children: [
10978
11123
  /* @__PURE__ */ jsxs(ReplySectionHeader, { children: [
10979
11124
  /* @__PURE__ */ jsx(ReplyLabel, { children: "Your Draft Reply" }),
10980
- /* @__PURE__ */ jsxs(ReplyMeta, { children: [
11125
+ /* @__PURE__ */ jsxs(ReplyMetaRow, { children: [
10981
11126
  /* @__PURE__ */ jsx(ToneBadge, { tone: opportunity.toneMatch }),
10982
11127
  /* @__PURE__ */ jsxs(CharacterCount, { $color: charLimitColor, children: [
10983
11128
  charCount,
@@ -11023,13 +11168,13 @@ var shimmer3 = keyframes`
11023
11168
  0% { background-position: -200% 0; }
11024
11169
  100% { background-position: 200% 0; }
11025
11170
  `;
11026
- var Icon2 = styled57.img`
11171
+ var Icon2 = styled58.img`
11027
11172
  width: 14px;
11028
11173
  height: 14px;
11029
11174
  vertical-align: middle;
11030
11175
  opacity: 0.8;
11031
11176
  `;
11032
- var CardContainer2 = styled57.div`
11177
+ var CardContainer2 = styled58.div`
11033
11178
  background: ${tokens.colors.background.dark};
11034
11179
  border-radius: ${tokens.borderRadius.xl};
11035
11180
  padding: ${tokens.spacing.lg};
@@ -11047,7 +11192,7 @@ var CardContainer2 = styled57.div`
11047
11192
  padding: ${tokens.spacing.md};
11048
11193
  }
11049
11194
  `;
11050
- var CardHeader = styled57.div`
11195
+ var CardHeader = styled58.div`
11051
11196
  display: flex;
11052
11197
  justify-content: space-between;
11053
11198
  align-items: center;
@@ -11060,12 +11205,12 @@ var CardHeader = styled57.div`
11060
11205
  align-items: flex-start;
11061
11206
  }
11062
11207
  `;
11063
- var HeaderLeft = styled57.div`
11208
+ var HeaderLeft = styled58.div`
11064
11209
  display: flex;
11065
11210
  align-items: center;
11066
11211
  gap: ${tokens.spacing.sm};
11067
11212
  `;
11068
- var SubredditBadgeContainer = styled57.span`
11213
+ var SubredditBadgeContainer = styled58.span`
11069
11214
  display: inline-flex;
11070
11215
  align-items: center;
11071
11216
  gap: ${tokens.spacing.xs};
@@ -11077,15 +11222,20 @@ var SubredditBadgeContainer = styled57.span`
11077
11222
  color: ${({ $color }) => $color};
11078
11223
  border: 1px solid ${({ $color }) => `${$color}40`};
11079
11224
  transition: all ${tokens.transitions.fast};
11225
+
11226
+ @media (max-width: 480px) {
11227
+ font-size: ${tokens.typography.fontSize.xs};
11228
+ padding: 2px ${tokens.spacing.xs};
11229
+ }
11080
11230
  `;
11081
- var SubredditLink = styled57.a`
11231
+ var SubredditLink = styled58.a`
11082
11232
  text-decoration: none;
11083
11233
 
11084
11234
  &:hover ${SubredditBadgeContainer} {
11085
11235
  background: ${tokens.colors.surface.overlayHover};
11086
11236
  }
11087
11237
  `;
11088
- var ScoreBadgeContainer = styled57.div`
11238
+ var ScoreBadgeContainer = styled58.div`
11089
11239
  display: flex;
11090
11240
  align-items: baseline;
11091
11241
  gap: ${tokens.spacing.xs};
@@ -11093,43 +11243,55 @@ var ScoreBadgeContainer = styled57.div`
11093
11243
  border-radius: ${tokens.borderRadius.md};
11094
11244
  background: ${({ $color }) => `${$color}20`};
11095
11245
  border: 1px solid ${({ $color }) => `${$color}40`};
11246
+
11247
+ @media (max-width: 480px) {
11248
+ padding: 2px ${tokens.spacing.xs};
11249
+ }
11096
11250
  `;
11097
- var ScoreValue = styled57.span`
11251
+ var ScoreValue = styled58.span`
11098
11252
  font-size: ${tokens.typography.fontSize.lg};
11099
11253
  font-weight: ${tokens.typography.fontWeight.bold};
11100
11254
  color: ${tokens.colors.text.primary};
11255
+
11256
+ @media (max-width: 480px) {
11257
+ font-size: ${tokens.typography.fontSize.sm};
11258
+ }
11101
11259
  `;
11102
- var ScoreMax = styled57.span`
11260
+ var ScoreMax = styled58.span`
11103
11261
  font-size: ${tokens.typography.fontSize.xs};
11104
11262
  color: ${tokens.colors.text.tertiary};
11105
11263
  `;
11106
- var ScoreLabel = styled57.span`
11264
+ var ScoreLabel = styled58.span`
11107
11265
  margin-left: ${tokens.spacing.xs};
11108
11266
  font-size: ${tokens.typography.fontSize.xs};
11109
11267
  font-weight: ${tokens.typography.fontWeight.medium};
11110
11268
  color: ${tokens.colors.text.secondary};
11111
11269
  `;
11112
- var StatsContainer = styled57.div`
11270
+ var StatsContainer = styled58.div`
11113
11271
  display: flex;
11114
11272
  align-items: center;
11115
11273
  gap: ${tokens.spacing.xs};
11116
11274
  `;
11117
- var StatItem = styled57.span`
11275
+ var StatItem = styled58.span`
11118
11276
  display: flex;
11119
11277
  align-items: center;
11120
11278
  gap: ${tokens.spacing.xs};
11121
11279
  `;
11122
- var StatValue = styled57.span`
11280
+ var StatValue = styled58.span`
11123
11281
  font-size: ${tokens.typography.fontSize.sm};
11124
11282
  color: ${tokens.colors.text.secondary};
11283
+
11284
+ @media (max-width: 480px) {
11285
+ font-size: ${tokens.typography.fontSize.xs};
11286
+ }
11125
11287
  `;
11126
- var StatDivider = styled57.span`
11288
+ var StatDivider = styled58.span`
11127
11289
  color: ${tokens.colors.text.tertiary};
11128
11290
  `;
11129
- var PostPreviewSection = styled57.div`
11291
+ var PostPreviewSection = styled58.div`
11130
11292
  margin-bottom: ${tokens.spacing.md};
11131
11293
  `;
11132
- var PostTitle = styled57.a`
11294
+ var PostTitle = styled58.a`
11133
11295
  display: flex;
11134
11296
  align-items: flex-start;
11135
11297
  gap: ${tokens.spacing.xs};
@@ -11139,63 +11301,117 @@ var PostTitle = styled57.a`
11139
11301
  text-decoration: none;
11140
11302
  line-height: ${tokens.typography.lineHeight.tight};
11141
11303
  margin-bottom: ${tokens.spacing.sm};
11304
+ word-break: break-word;
11305
+ overflow-wrap: break-word;
11142
11306
 
11143
11307
  &:hover {
11144
11308
  color: ${tokens.colors.primary};
11145
11309
  }
11310
+
11311
+ @media (max-width: 480px) {
11312
+ font-size: ${tokens.typography.fontSize.base};
11313
+ }
11146
11314
  `;
11147
- var ExternalLinkIcon = styled57.span`
11315
+ var ExternalLinkIcon = styled58.span`
11148
11316
  font-size: ${tokens.typography.fontSize.sm};
11149
11317
  color: ${tokens.colors.text.tertiary};
11150
11318
  flex-shrink: 0;
11151
11319
  `;
11152
- var PostContent2 = styled57.p`
11320
+ var PostContent2 = styled58.p`
11153
11321
  font-size: ${tokens.typography.fontSize.base};
11154
11322
  color: ${tokens.colors.text.secondary};
11155
11323
  line-height: ${tokens.typography.lineHeight.relaxed};
11156
11324
  margin-bottom: ${tokens.spacing.sm};
11157
11325
  white-space: pre-wrap;
11326
+ word-break: break-word;
11327
+ overflow-wrap: break-word;
11328
+
11329
+ @media (max-width: 480px) {
11330
+ font-size: ${tokens.typography.fontSize.sm};
11331
+ display: -webkit-box;
11332
+ -webkit-line-clamp: 4;
11333
+ -webkit-box-orient: vertical;
11334
+ overflow: hidden;
11335
+ white-space: normal;
11336
+ }
11158
11337
  `;
11159
- var PostAuthor = styled57.div`
11338
+ var PostAuthor = styled58.div`
11160
11339
  display: flex;
11161
- align-items: center;
11162
- gap: ${tokens.spacing.sm};
11340
+ flex-direction: column;
11341
+ gap: 2px;
11163
11342
  font-size: ${tokens.typography.fontSize.sm};
11164
11343
  color: ${tokens.colors.text.tertiary};
11344
+
11345
+ @media (max-width: 480px) {
11346
+ font-size: ${tokens.typography.fontSize.xs};
11347
+ }
11165
11348
  `;
11166
- var PostFlair = styled57.span`
11167
- padding: ${tokens.spacing.xs} ${tokens.spacing.sm};
11349
+ var PostAuthorLine = styled58.div`
11350
+ display: flex;
11351
+ align-items: center;
11352
+ justify-content: space-between;
11353
+ width: 100%;
11354
+ gap: ${tokens.spacing.sm};
11355
+
11356
+ @media (max-width: 480px) {
11357
+ gap: ${tokens.spacing.xs};
11358
+ }
11359
+ `;
11360
+ var PostAuthorName = styled58.span`
11361
+ color: ${tokens.colors.text.secondary};
11362
+ `;
11363
+ var PostFlair = styled58.span`
11364
+ padding: 2px ${tokens.spacing.xs};
11168
11365
  border-radius: ${tokens.borderRadius.sm};
11169
11366
  background: ${tokens.colors.surface.overlay};
11170
11367
  font-size: ${tokens.typography.fontSize.xs};
11171
11368
  color: ${tokens.colors.text.secondary};
11369
+ white-space: nowrap;
11172
11370
  `;
11173
- var Divider = styled57.hr`
11371
+ var Divider = styled58.hr`
11174
11372
  border: none;
11175
11373
  height: 1px;
11176
11374
  background: ${tokens.colors.border.default};
11177
11375
  margin: ${tokens.spacing.md} 0;
11376
+
11377
+ @media (max-width: 480px) {
11378
+ margin: ${tokens.spacing.sm} 0;
11379
+ }
11178
11380
  `;
11179
- var ReplySection = styled57.div``;
11180
- var ReplySectionHeader = styled57.div`
11381
+ var ReplySection = styled58.div``;
11382
+ var ReplySectionHeader = styled58.div`
11181
11383
  display: flex;
11182
- justify-content: space-between;
11183
- align-items: center;
11384
+ flex-direction: column;
11385
+ gap: ${tokens.spacing.xs};
11184
11386
  margin-bottom: ${tokens.spacing.sm};
11387
+
11388
+ @media (max-width: 480px) {
11389
+ margin-bottom: ${tokens.spacing.xs};
11390
+ }
11185
11391
  `;
11186
- var ReplyLabel = styled57.span`
11392
+ var ReplyMetaRow = styled58.div`
11393
+ display: flex;
11394
+ align-items: center;
11395
+ justify-content: space-between;
11396
+ gap: ${tokens.spacing.sm};
11397
+
11398
+ @media (max-width: 480px) {
11399
+ gap: ${tokens.spacing.xs};
11400
+ }
11401
+ `;
11402
+ var ReplyLabel = styled58.span`
11187
11403
  font-size: ${tokens.typography.fontSize.sm};
11188
11404
  font-weight: ${tokens.typography.fontWeight.semibold};
11189
11405
  color: ${tokens.colors.text.secondary};
11190
11406
  text-transform: uppercase;
11191
11407
  letter-spacing: 0.5px;
11408
+ white-space: nowrap;
11409
+
11410
+ @media (max-width: 480px) {
11411
+ font-size: ${tokens.typography.fontSize.xs};
11412
+ }
11192
11413
  `;
11193
- var ReplyMeta = styled57.div`
11194
- display: flex;
11195
- align-items: center;
11196
- gap: ${tokens.spacing.sm};
11197
- `;
11198
- var ToneBadgeContainer = styled57.span`
11414
+ var ToneBadgeContainer = styled58.span`
11199
11415
  display: inline-flex;
11200
11416
  align-items: center;
11201
11417
  gap: ${tokens.spacing.xs};
@@ -11205,21 +11421,23 @@ var ToneBadgeContainer = styled57.span`
11205
11421
  background: ${({ $color }) => `${$color}20`};
11206
11422
  color: ${({ $color }) => $color};
11207
11423
  `;
11208
- var ToneIcon = styled57.img`
11424
+ var ToneIcon = styled58.img`
11209
11425
  width: 12px;
11210
11426
  height: 12px;
11211
11427
  `;
11212
- var CharacterCount = styled57.span`
11428
+ var CharacterCount = styled58.span`
11213
11429
  font-size: ${tokens.typography.fontSize.xs};
11214
11430
  font-family: ${tokens.typography.fontFamily.monospace};
11215
11431
  font-weight: ${tokens.typography.fontWeight.medium};
11216
11432
  color: ${({ $color }) => $color};
11217
11433
  `;
11218
- var ReplyContent = styled57.div`
11434
+ var ReplyContent = styled58.div`
11219
11435
  font-size: ${tokens.typography.fontSize.base};
11220
11436
  line-height: ${tokens.typography.lineHeight.relaxed};
11221
11437
  color: ${tokens.colors.text.primary};
11222
11438
  white-space: pre-wrap;
11439
+ word-break: break-word;
11440
+ overflow-wrap: break-word;
11223
11441
  padding: ${tokens.spacing.md};
11224
11442
  background: ${tokens.colors.background.darker};
11225
11443
  border-radius: ${tokens.borderRadius.sm};
@@ -11227,8 +11445,14 @@ var ReplyContent = styled57.div`
11227
11445
  margin-bottom: ${tokens.spacing.sm};
11228
11446
  min-height: 100px;
11229
11447
  animation: ${fadeIn3} 0.3s ease-out;
11448
+
11449
+ @media (max-width: 480px) {
11450
+ font-size: ${tokens.typography.fontSize.sm};
11451
+ padding: ${tokens.spacing.sm};
11452
+ min-height: 60px;
11453
+ }
11230
11454
  `;
11231
- var ReplyTextarea = styled57.textarea`
11455
+ var ReplyTextarea = styled58.textarea`
11232
11456
  width: 100%;
11233
11457
  min-height: 150px;
11234
11458
  max-height: 400px;
@@ -11245,6 +11469,13 @@ var ReplyTextarea = styled57.textarea`
11245
11469
  box-sizing: border-box;
11246
11470
  transition: border-color ${tokens.transitions.fast}, box-shadow ${tokens.transitions.fast};
11247
11471
 
11472
+ @media (max-width: 480px) {
11473
+ min-height: 120px;
11474
+ max-height: 250px;
11475
+ font-size: ${tokens.typography.fontSize.sm};
11476
+ padding: ${tokens.spacing.sm};
11477
+ }
11478
+
11248
11479
  &:focus {
11249
11480
  outline: none;
11250
11481
  box-shadow: 0 0 0 3px ${tokens.colors.primary}30;
@@ -11254,7 +11485,7 @@ var ReplyTextarea = styled57.textarea`
11254
11485
  color: ${tokens.colors.text.tertiary};
11255
11486
  }
11256
11487
  `;
11257
- var StrategyHint = styled57.div`
11488
+ var StrategyHint = styled58.div`
11258
11489
  display: flex;
11259
11490
  align-items: flex-start;
11260
11491
  gap: ${tokens.spacing.xs};
@@ -11263,40 +11494,40 @@ var StrategyHint = styled57.div`
11263
11494
  border-radius: ${tokens.borderRadius.sm};
11264
11495
  margin-bottom: ${tokens.spacing.sm};
11265
11496
  `;
11266
- var StrategyIconImg = styled57.img`
11497
+ var StrategyIconImg = styled58.img`
11267
11498
  width: 16px;
11268
11499
  height: 16px;
11269
11500
  opacity: 0.8;
11270
11501
  `;
11271
- var StrategyText = styled57.span`
11502
+ var StrategyText = styled58.span`
11272
11503
  font-size: ${tokens.typography.fontSize.sm};
11273
11504
  color: ${tokens.colors.text.secondary};
11274
11505
  font-style: italic;
11275
11506
  `;
11276
- var ProgressBarContainer3 = styled57.div`
11507
+ var ProgressBarContainer3 = styled58.div`
11277
11508
  margin-top: ${tokens.spacing.xs};
11278
11509
  `;
11279
- var ProgressBarTrack2 = styled57.div`
11510
+ var ProgressBarTrack2 = styled58.div`
11280
11511
  width: 100%;
11281
11512
  height: 4px;
11282
11513
  background: ${tokens.colors.border.default};
11283
11514
  border-radius: ${tokens.borderRadius.sm};
11284
11515
  overflow: hidden;
11285
11516
  `;
11286
- var ProgressBarFill4 = styled57.div`
11517
+ var ProgressBarFill4 = styled58.div`
11287
11518
  width: ${({ $percentage }) => $percentage}%;
11288
11519
  height: 100%;
11289
11520
  border-radius: ${tokens.borderRadius.sm};
11290
11521
  transition: width 0.3s ease, background-color 0.3s ease;
11291
11522
  background: ${({ $color }) => $color};
11292
11523
  `;
11293
- var SkeletonContent2 = styled57.div`
11524
+ var SkeletonContent2 = styled58.div`
11294
11525
  display: flex;
11295
11526
  flex-direction: column;
11296
11527
  gap: ${tokens.spacing.sm};
11297
11528
  padding: ${tokens.spacing.md};
11298
11529
  `;
11299
- var SkeletonLine2 = styled57.div`
11530
+ var SkeletonLine2 = styled58.div`
11300
11531
  height: 16px;
11301
11532
  width: ${({ $width }) => $width};
11302
11533
  background: linear-gradient(
@@ -11359,9 +11590,9 @@ var RedditEngagementControls = ({
11359
11590
  " Editing Mode"
11360
11591
  ] }),
11361
11592
  /* @__PURE__ */ jsxs(EditModeActions, { children: [
11362
- /* @__PURE__ */ jsx(ActionButton6, { $variant: "cancel", onClick: onCancelEdit, disabled: isLoading, children: "Cancel" }),
11593
+ /* @__PURE__ */ jsx(ActionButton7, { $variant: "cancel", onClick: onCancelEdit, disabled: isLoading, children: "Cancel" }),
11363
11594
  /* @__PURE__ */ jsx(
11364
- ActionButton6,
11595
+ ActionButton7,
11365
11596
  {
11366
11597
  $variant: "save",
11367
11598
  onClick: () => onSaveEdit(currentReply),
@@ -11389,7 +11620,7 @@ var RedditEngagementControls = ({
11389
11620
  !isEditing && isPending && /* @__PURE__ */ jsxs(MainActions, { children: [
11390
11621
  /* @__PURE__ */ jsxs(SecondaryActions, { children: [
11391
11622
  /* @__PURE__ */ jsxs(
11392
- ActionButton6,
11623
+ ActionButton7,
11393
11624
  {
11394
11625
  $variant: "tertiary",
11395
11626
  onClick: handleRegenerate,
@@ -11402,7 +11633,7 @@ var RedditEngagementControls = ({
11402
11633
  }
11403
11634
  ),
11404
11635
  /* @__PURE__ */ jsxs(
11405
- ActionButton6,
11636
+ ActionButton7,
11406
11637
  {
11407
11638
  $variant: "edit",
11408
11639
  onClick: onToggleEdit,
@@ -11415,7 +11646,7 @@ var RedditEngagementControls = ({
11415
11646
  }
11416
11647
  ),
11417
11648
  /* @__PURE__ */ jsxs(
11418
- ActionButton6,
11649
+ ActionButton7,
11419
11650
  {
11420
11651
  $variant: "skip",
11421
11652
  onClick: handleSkip,
@@ -11430,7 +11661,7 @@ var RedditEngagementControls = ({
11430
11661
  ] }),
11431
11662
  /* @__PURE__ */ jsxs(PrimaryActions, { children: [
11432
11663
  /* @__PURE__ */ jsxs(
11433
- ActionButton6,
11664
+ ActionButton7,
11434
11665
  {
11435
11666
  $variant: isEngaged && !copiedFeedback ? "engaged" : "primary",
11436
11667
  onClick: handleCopyAndOpen,
@@ -11444,7 +11675,7 @@ var RedditEngagementControls = ({
11444
11675
  }
11445
11676
  ),
11446
11677
  /* @__PURE__ */ jsxs(
11447
- ActionButton6,
11678
+ ActionButton7,
11448
11679
  {
11449
11680
  $variant: "success",
11450
11681
  onClick: onMarkPosted,
@@ -11469,7 +11700,7 @@ var pulse4 = keyframes`
11469
11700
  box-shadow: 0 0 0 8px ${tokens.colors.primary}00;
11470
11701
  }
11471
11702
  `;
11472
- var ControlsContainer = styled57.div`
11703
+ var ControlsContainer = styled58.div`
11473
11704
  display: flex;
11474
11705
  flex-direction: column;
11475
11706
  gap: ${tokens.spacing.md};
@@ -11478,7 +11709,7 @@ var ControlsContainer = styled57.div`
11478
11709
  border-radius: ${tokens.borderRadius.lg};
11479
11710
  border: 1px solid ${tokens.colors.border.default};
11480
11711
  `;
11481
- var EditModeSection = styled57.div`
11712
+ var EditModeSection = styled58.div`
11482
11713
  display: flex;
11483
11714
  justify-content: space-between;
11484
11715
  align-items: center;
@@ -11487,25 +11718,25 @@ var EditModeSection = styled57.div`
11487
11718
  border: 1px solid ${tokens.colors.status.editing}40;
11488
11719
  border-radius: ${tokens.borderRadius.md};
11489
11720
  `;
11490
- var EditModeLabel = styled57.span`
11721
+ var EditModeLabel = styled58.span`
11491
11722
  font-size: ${tokens.typography.fontSize.sm};
11492
11723
  font-weight: ${tokens.typography.fontWeight.medium};
11493
11724
  color: ${tokens.colors.status.editing};
11494
11725
  `;
11495
- var EditModeActions = styled57.div`
11726
+ var EditModeActions = styled58.div`
11496
11727
  display: flex;
11497
11728
  gap: ${tokens.spacing.sm};
11498
11729
  `;
11499
- var InputSection = styled57.div`
11730
+ var InputSection = styled58.div`
11500
11731
  display: flex;
11501
11732
  flex-direction: column;
11502
11733
  gap: ${tokens.spacing.xs};
11503
11734
  `;
11504
- var InputLabel = styled57.label`
11735
+ var InputLabel = styled58.label`
11505
11736
  font-size: ${tokens.typography.fontSize.sm};
11506
11737
  color: ${tokens.colors.text.secondary};
11507
11738
  `;
11508
- var InputRow = styled57.div`
11739
+ var InputRow = styled58.div`
11509
11740
  display: flex;
11510
11741
  gap: ${tokens.spacing.xs};
11511
11742
  flex-wrap: wrap;
@@ -11514,7 +11745,7 @@ var InputRow = styled57.div`
11514
11745
  flex-direction: column;
11515
11746
  }
11516
11747
  `;
11517
- var TextInput = styled57.input`
11748
+ var TextInput = styled58.input`
11518
11749
  flex: 1;
11519
11750
  min-width: 0;
11520
11751
  padding: ${tokens.spacing.sm};
@@ -11538,7 +11769,7 @@ var TextInput = styled57.input`
11538
11769
  width: 100%;
11539
11770
  }
11540
11771
  `;
11541
- var SmallButton = styled57.button`
11772
+ var SmallButton = styled58.button`
11542
11773
  padding: ${tokens.spacing.sm};
11543
11774
  font-size: ${tokens.typography.fontSize.base};
11544
11775
  color: ${tokens.colors.text.tertiary};
@@ -11553,12 +11784,12 @@ var SmallButton = styled57.button`
11553
11784
  background: ${tokens.colors.surface.overlay};
11554
11785
  }
11555
11786
  `;
11556
- var MainActions = styled57.div`
11787
+ var MainActions = styled58.div`
11557
11788
  display: flex;
11558
11789
  flex-direction: column;
11559
11790
  gap: ${tokens.spacing.md};
11560
11791
  `;
11561
- var SecondaryActions = styled57.div`
11792
+ var SecondaryActions = styled58.div`
11562
11793
  display: flex;
11563
11794
  gap: ${tokens.spacing.sm};
11564
11795
  flex-wrap: wrap;
@@ -11569,7 +11800,7 @@ var SecondaryActions = styled57.div`
11569
11800
  }
11570
11801
  }
11571
11802
  `;
11572
- var PrimaryActions = styled57.div`
11803
+ var PrimaryActions = styled58.div`
11573
11804
  display: flex;
11574
11805
  gap: ${tokens.spacing.sm};
11575
11806
  flex-wrap: wrap;
@@ -11580,12 +11811,12 @@ var PrimaryActions = styled57.div`
11580
11811
  }
11581
11812
  }
11582
11813
  `;
11583
- var Icon3 = styled57.img`
11814
+ var Icon3 = styled58.img`
11584
11815
  width: 16px;
11585
11816
  height: 16px;
11586
11817
  vertical-align: middle;
11587
11818
  `;
11588
- var ActionButton6 = styled57.button`
11819
+ var ActionButton7 = styled58.button`
11589
11820
  display: flex;
11590
11821
  align-items: center;
11591
11822
  justify-content: center;
@@ -11812,7 +12043,7 @@ function TokenUsageCard({
11812
12043
  onViewAll && transactions.length > 0 && /* @__PURE__ */ jsx(ViewAllButton, { onClick: onViewAll, children: "View all activity" })
11813
12044
  ] });
11814
12045
  }
11815
- var Card2 = styled57.div`
12046
+ var Card2 = styled58.div`
11816
12047
  display: flex;
11817
12048
  flex-direction: column;
11818
12049
  background: ${tokens.colors.background.darker};
@@ -11821,7 +12052,7 @@ var Card2 = styled57.div`
11821
12052
  height: 100%;
11822
12053
  overflow: hidden;
11823
12054
  `;
11824
- var Header4 = styled57.div`
12055
+ var Header4 = styled58.div`
11825
12056
  display: flex;
11826
12057
  justify-content: space-between;
11827
12058
  align-items: center;
@@ -11831,65 +12062,65 @@ var Header4 = styled57.div`
11831
12062
  min-height: 48px;
11832
12063
  flex-shrink: 0;
11833
12064
  `;
11834
- var Title2 = styled57.h3`
12065
+ var Title2 = styled58.h3`
11835
12066
  margin: 0;
11836
12067
  font-size: ${tokens.typography.fontSize.lg};
11837
12068
  font-weight: ${tokens.typography.fontWeight.semibold};
11838
12069
  font-family: ${tokens.typography.fontFamily.primary};
11839
12070
  color: ${tokens.colors.text.primary};
11840
12071
  `;
11841
- var Period = styled57.span`
12072
+ var Period = styled58.span`
11842
12073
  font-size: ${tokens.typography.fontSize.sm};
11843
12074
  font-family: ${tokens.typography.fontFamily.primary};
11844
12075
  color: ${tokens.colors.text.secondary};
11845
12076
  `;
11846
- var UsageSection = styled57.div`
12077
+ var UsageSection = styled58.div`
11847
12078
  display: flex;
11848
12079
  flex-direction: column;
11849
12080
  gap: ${tokens.spacing.sm};
11850
12081
  padding: ${tokens.spacing.md};
11851
12082
  `;
11852
- var UsageStats = styled57.div`
12083
+ var UsageStats = styled58.div`
11853
12084
  display: flex;
11854
12085
  align-items: baseline;
11855
12086
  gap: ${tokens.spacing.xs};
11856
12087
  `;
11857
- var CurrentUsage = styled57.span`
12088
+ var CurrentUsage = styled58.span`
11858
12089
  font-size: ${tokens.typography.fontSize["2xl"]};
11859
12090
  font-weight: ${tokens.typography.fontWeight.bold};
11860
12091
  font-family: ${tokens.typography.fontFamily.primary};
11861
12092
  color: ${tokens.colors.text.primary};
11862
12093
  `;
11863
- var UsageSeparator = styled57.span`
12094
+ var UsageSeparator = styled58.span`
11864
12095
  font-size: ${tokens.typography.fontSize.lg};
11865
12096
  font-family: ${tokens.typography.fontFamily.primary};
11866
12097
  color: ${tokens.colors.text.tertiary};
11867
12098
  `;
11868
- var MaxUsage = styled57.span`
12099
+ var MaxUsage = styled58.span`
11869
12100
  font-size: ${tokens.typography.fontSize.lg};
11870
12101
  font-family: ${tokens.typography.fontFamily.primary};
11871
12102
  color: ${tokens.colors.text.secondary};
11872
12103
  `;
11873
- var ProgressContainer = styled57.div`
12104
+ var ProgressContainer = styled58.div`
11874
12105
  width: 100%;
11875
12106
  height: 8px;
11876
12107
  background: ${tokens.colors.background.light};
11877
12108
  border-radius: ${tokens.borderRadius.full};
11878
12109
  overflow: hidden;
11879
12110
  `;
11880
- var ProgressBar3 = styled57.div`
12111
+ var ProgressBar3 = styled58.div`
11881
12112
  height: 100%;
11882
12113
  width: ${({ $percentage }) => $percentage}%;
11883
12114
  background: ${({ $level }) => usageLevelColors[$level]};
11884
12115
  border-radius: ${tokens.borderRadius.full};
11885
12116
  transition: width ${tokens.transitions.normal}, background ${tokens.transitions.normal};
11886
12117
  `;
11887
- var PercentageLabel = styled57.span`
12118
+ var PercentageLabel = styled58.span`
11888
12119
  font-size: ${tokens.typography.fontSize.sm};
11889
12120
  font-family: ${tokens.typography.fontFamily.primary};
11890
12121
  color: ${({ $level }) => usageLevelColors[$level]};
11891
12122
  `;
11892
- var TransactionsSection = styled57.div`
12123
+ var TransactionsSection = styled58.div`
11893
12124
  display: flex;
11894
12125
  flex-direction: column;
11895
12126
  gap: ${tokens.spacing.sm};
@@ -11899,19 +12130,19 @@ var TransactionsSection = styled57.div`
11899
12130
  overflow-y: auto;
11900
12131
  min-height: 0;
11901
12132
  `;
11902
- var TransactionsHeader = styled57.h4`
12133
+ var TransactionsHeader = styled58.h4`
11903
12134
  margin: 0;
11904
12135
  font-size: ${tokens.typography.fontSize.sm};
11905
12136
  font-weight: ${tokens.typography.fontWeight.semibold};
11906
12137
  font-family: ${tokens.typography.fontFamily.primary};
11907
12138
  color: ${tokens.colors.text.secondary};
11908
12139
  `;
11909
- var TransactionsList = styled57.div`
12140
+ var TransactionsList = styled58.div`
11910
12141
  display: flex;
11911
12142
  flex-direction: column;
11912
12143
  gap: ${tokens.spacing.sm};
11913
12144
  `;
11914
- var TransactionItem = styled57.div`
12145
+ var TransactionItem = styled58.div`
11915
12146
  display: flex;
11916
12147
  align-items: center;
11917
12148
  gap: ${tokens.spacing.sm};
@@ -11928,7 +12159,7 @@ var TransactionItem = styled57.div`
11928
12159
  border-color: ${tokens.colors.border.hover};
11929
12160
  }
11930
12161
  `;
11931
- var TransactionIcon = styled57.span`
12162
+ var TransactionIcon = styled58.span`
11932
12163
  width: 24px;
11933
12164
  height: 24px;
11934
12165
  display: flex;
@@ -11950,12 +12181,12 @@ var TransactionIcon = styled57.span`
11950
12181
  }};
11951
12182
  }
11952
12183
  `;
11953
- var TransactionInfo = styled57.div`
12184
+ var TransactionInfo = styled58.div`
11954
12185
  flex: 1;
11955
12186
  min-width: 0;
11956
12187
  overflow: hidden;
11957
12188
  `;
11958
- var TransactionDescription = styled57.div`
12189
+ var TransactionDescription = styled58.div`
11959
12190
  font-size: ${tokens.typography.fontSize.sm};
11960
12191
  font-family: ${tokens.typography.fontFamily.primary};
11961
12192
  color: ${tokens.colors.text.primary};
@@ -11963,7 +12194,7 @@ var TransactionDescription = styled57.div`
11963
12194
  text-overflow: ellipsis;
11964
12195
  white-space: nowrap;
11965
12196
  `;
11966
- var TransactionMeta = styled57.div`
12197
+ var TransactionMeta = styled58.div`
11967
12198
  display: flex;
11968
12199
  gap: ${tokens.spacing.sm};
11969
12200
  font-size: ${tokens.typography.fontSize.xs};
@@ -11977,21 +12208,21 @@ var TransactionMeta = styled57.div`
11977
12208
  white-space: nowrap;
11978
12209
  }
11979
12210
  `;
11980
- var TransactionTokens = styled57.span`
12211
+ var TransactionTokens = styled58.span`
11981
12212
  font-size: ${tokens.typography.fontSize.sm};
11982
12213
  font-weight: ${tokens.typography.fontWeight.medium};
11983
12214
  font-family: ${tokens.typography.fontFamily.primary};
11984
12215
  color: ${({ $type }) => typeColors[$type]};
11985
12216
  flex-shrink: 0;
11986
12217
  `;
11987
- var EmptyState4 = styled57.div`
12218
+ var EmptyState4 = styled58.div`
11988
12219
  text-align: center;
11989
12220
  padding: ${tokens.spacing.lg} ${tokens.spacing.md};
11990
12221
  font-size: ${tokens.typography.fontSize.sm};
11991
12222
  font-family: ${tokens.typography.fontFamily.primary};
11992
12223
  color: ${tokens.colors.text.tertiary};
11993
12224
  `;
11994
- var ViewAllButton = styled57.button`
12225
+ var ViewAllButton = styled58.button`
11995
12226
  margin: 0 ${tokens.spacing.md} ${tokens.spacing.md};
11996
12227
  padding: ${tokens.spacing.sm} ${tokens.spacing.md};
11997
12228
  background: transparent;
@@ -12013,7 +12244,7 @@ var pulse5 = keyframes`
12013
12244
  0%, 100% { opacity: 1; }
12014
12245
  50% { opacity: 0.4; }
12015
12246
  `;
12016
- var SkeletonBlock = styled57.div`
12247
+ var SkeletonBlock = styled58.div`
12017
12248
  width: ${({ $width }) => $width};
12018
12249
  height: ${({ $height }) => $height};
12019
12250
  background: ${tokens.colors.background.light};
@@ -12101,7 +12332,7 @@ var WorkflowCard = ({
12101
12332
  );
12102
12333
  };
12103
12334
  WorkflowCard.displayName = "WorkflowCard";
12104
- var Card3 = styled57.button`
12335
+ var Card3 = styled58.button`
12105
12336
  display: grid;
12106
12337
  gap: ${tokens.spacing.sm};
12107
12338
  padding: ${tokens.spacing.md};
@@ -12132,7 +12363,7 @@ var Card3 = styled57.button`
12132
12363
  cursor: not-allowed;
12133
12364
  }
12134
12365
  `;
12135
- var WorkflowName2 = styled57.h3`
12366
+ var WorkflowName2 = styled58.h3`
12136
12367
  margin: 0;
12137
12368
  font-size: ${tokens.typography.fontSize.base};
12138
12369
  font-weight: ${tokens.typography.fontWeight.semibold};
@@ -12143,7 +12374,7 @@ var WorkflowName2 = styled57.h3`
12143
12374
  white-space: nowrap;
12144
12375
  min-width: 0;
12145
12376
  `;
12146
- var Description3 = styled57.p`
12377
+ var Description3 = styled58.p`
12147
12378
  margin: 0;
12148
12379
  font-size: ${tokens.typography.fontSize.sm};
12149
12380
  color: ${tokens.colors.text.tertiary};
@@ -12155,7 +12386,7 @@ var Description3 = styled57.p`
12155
12386
  word-break: break-word;
12156
12387
  min-width: 0;
12157
12388
  `;
12158
- var CardFooter = styled57.div`
12389
+ var CardFooter = styled58.div`
12159
12390
  display: flex;
12160
12391
  flex-wrap: wrap;
12161
12392
  align-items: center;
@@ -12164,13 +12395,13 @@ var CardFooter = styled57.div`
12164
12395
  border-top: 1px solid ${tokens.colors.border.subtle};
12165
12396
  width: 100%;
12166
12397
  `;
12167
- var IntegrationList = styled57.div`
12398
+ var IntegrationList = styled58.div`
12168
12399
  display: flex;
12169
12400
  align-items: center;
12170
12401
  gap: ${tokens.spacing.xs};
12171
12402
  flex-shrink: 0;
12172
12403
  `;
12173
- var IntegrationIconWrapper = styled57.span`
12404
+ var IntegrationIconWrapper = styled58.span`
12174
12405
  display: flex;
12175
12406
  align-items: center;
12176
12407
  justify-content: center;
@@ -12192,12 +12423,12 @@ var IntegrationIconWrapper = styled57.span`
12192
12423
  }
12193
12424
  `}
12194
12425
  `;
12195
- var IntegrationIcon = styled57.img`
12426
+ var IntegrationIcon = styled58.img`
12196
12427
  width: 16px;
12197
12428
  height: 16px;
12198
12429
  object-fit: contain;
12199
12430
  `;
12200
- var Indicators = styled57.div`
12431
+ var Indicators = styled58.div`
12201
12432
  display: flex;
12202
12433
  align-items: center;
12203
12434
  flex-wrap: wrap;
@@ -12205,7 +12436,7 @@ var Indicators = styled57.div`
12205
12436
  margin-left: auto;
12206
12437
  min-width: 0;
12207
12438
  `;
12208
- var IndicatorPill = styled57.span`
12439
+ var IndicatorPill = styled58.span`
12209
12440
  display: inline-flex;
12210
12441
  align-items: center;
12211
12442
  gap: ${tokens.spacing.xs};
@@ -12214,14 +12445,14 @@ var IndicatorPill = styled57.span`
12214
12445
  background: ${({ $variant }) => $variant === "warning" ? `${tokens.colors.warning}15` : `${tokens.colors.info}15`};
12215
12446
  border: 1px solid ${({ $variant }) => $variant === "warning" ? `${tokens.colors.warning}30` : `${tokens.colors.info}30`};
12216
12447
  `;
12217
- var IndicatorDot = styled57.span`
12448
+ var IndicatorDot = styled58.span`
12218
12449
  width: 6px;
12219
12450
  height: 6px;
12220
12451
  border-radius: ${tokens.borderRadius.full};
12221
12452
  background: ${({ $variant }) => $variant === "warning" ? tokens.colors.warning : tokens.colors.info};
12222
12453
  flex-shrink: 0;
12223
12454
  `;
12224
- var IndicatorText = styled57.span`
12455
+ var IndicatorText = styled58.span`
12225
12456
  font-size: ${tokens.typography.fontSize.xs};
12226
12457
  font-weight: ${tokens.typography.fontWeight.medium};
12227
12458
  color: ${tokens.colors.text.secondary};
@@ -12232,7 +12463,7 @@ var severityColors = {
12232
12463
  warning: tokens.colors.warning,
12233
12464
  info: tokens.colors.info
12234
12465
  };
12235
- var AlertContainer = styled57.div`
12466
+ var AlertContainer = styled58.div`
12236
12467
  display: flex;
12237
12468
  flex-direction: column;
12238
12469
  background-color: ${(props) => {
@@ -12250,7 +12481,7 @@ var AlertContainer = styled57.div`
12250
12481
  max-width: ${(props) => props.variant === "inline" ? "600px" : "100%"};
12251
12482
  font-family: ${tokens.typography.fontFamily.primary};
12252
12483
  `;
12253
- var ModalOverlay = styled57.div`
12484
+ var ModalOverlay = styled58.div`
12254
12485
  position: fixed;
12255
12486
  top: 0;
12256
12487
  left: 0;
@@ -12263,53 +12494,53 @@ var ModalOverlay = styled57.div`
12263
12494
  z-index: ${tokens.zIndex.modal};
12264
12495
  padding: ${tokens.spacing.lg};
12265
12496
  `;
12266
- var ModalContent = styled57.div`
12497
+ var ModalContent = styled58.div`
12267
12498
  background-color: ${tokens.colors.background.dark};
12268
12499
  border-radius: ${tokens.borderRadius.lg};
12269
12500
  max-width: 500px;
12270
12501
  width: 100%;
12271
12502
  box-shadow: ${tokens.shadows.xl};
12272
12503
  `;
12273
- var Header5 = styled57.div`
12504
+ var Header5 = styled58.div`
12274
12505
  display: flex;
12275
12506
  align-items: flex-start;
12276
12507
  gap: ${tokens.spacing.md};
12277
12508
  `;
12278
- var IconContainer2 = styled57.div`
12509
+ var IconContainer2 = styled58.div`
12279
12510
  flex-shrink: 0;
12280
12511
  width: 24px;
12281
12512
  height: 24px;
12282
12513
  color: ${(props) => severityColors[props.severity]};
12283
12514
  `;
12284
- var Content5 = styled57.div`
12515
+ var Content5 = styled58.div`
12285
12516
  flex: 1;
12286
12517
  display: flex;
12287
12518
  flex-direction: column;
12288
12519
  gap: ${tokens.spacing.sm};
12289
12520
  `;
12290
- var Title3 = styled57.div`
12521
+ var Title3 = styled58.div`
12291
12522
  font-size: ${tokens.typography.fontSize.base};
12292
12523
  font-weight: ${tokens.typography.fontWeight.semibold};
12293
12524
  color: ${tokens.colors.text.primary};
12294
12525
  line-height: ${tokens.typography.lineHeight.tight};
12295
12526
  `;
12296
- var ErrorMessage4 = styled57.div`
12527
+ var ErrorMessage4 = styled58.div`
12297
12528
  font-size: ${tokens.typography.fontSize.sm};
12298
12529
  line-height: ${tokens.typography.lineHeight.normal};
12299
12530
  color: ${tokens.colors.text.secondary};
12300
12531
  `;
12301
- var ErrorCode = styled57.div`
12532
+ var ErrorCode = styled58.div`
12302
12533
  font-size: ${tokens.typography.fontSize.xs};
12303
12534
  color: ${tokens.colors.text.secondary};
12304
12535
  font-family: ${tokens.typography.fontFamily.monospace};
12305
12536
  margin-top: ${tokens.spacing.xs};
12306
12537
  `;
12307
- var Timestamp = styled57.div`
12538
+ var Timestamp = styled58.div`
12308
12539
  font-size: ${tokens.typography.fontSize.xs};
12309
12540
  color: ${tokens.colors.text.tertiary};
12310
12541
  margin-top: ${tokens.spacing.xs};
12311
12542
  `;
12312
- var Details = styled57.details`
12543
+ var Details = styled58.details`
12313
12544
  margin-top: ${tokens.spacing.md};
12314
12545
  cursor: pointer;
12315
12546
 
@@ -12332,12 +12563,12 @@ var Details = styled57.details`
12332
12563
  }
12333
12564
  }
12334
12565
  `;
12335
- var DetailsIcon = styled57.span`
12566
+ var DetailsIcon = styled58.span`
12336
12567
  display: inline-block;
12337
12568
  transition: transform ${tokens.transitions.fast};
12338
12569
  transform: ${(props) => props.open ? "rotate(90deg)" : "rotate(0deg)"};
12339
12570
  `;
12340
- var StackTrace = styled57.pre`
12571
+ var StackTrace = styled58.pre`
12341
12572
  margin: ${tokens.spacing.sm} 0 0 0;
12342
12573
  padding: ${tokens.spacing.md};
12343
12574
  background-color: ${tokens.colors.surface.subtle};
@@ -12350,12 +12581,12 @@ var StackTrace = styled57.pre`
12350
12581
  word-break: break-word;
12351
12582
  overflow-x: auto;
12352
12583
  `;
12353
- var Actions4 = styled57.div`
12584
+ var Actions4 = styled58.div`
12354
12585
  display: flex;
12355
12586
  gap: ${tokens.spacing.sm};
12356
12587
  margin-top: ${tokens.spacing.md};
12357
12588
  `;
12358
- var Button4 = styled57.button`
12589
+ var Button4 = styled58.button`
12359
12590
  display: inline-flex;
12360
12591
  align-items: center;
12361
12592
  gap: ${tokens.spacing.xs};
@@ -12384,7 +12615,7 @@ var Button4 = styled57.button`
12384
12615
  cursor: not-allowed;
12385
12616
  }
12386
12617
  `;
12387
- var CloseButton2 = styled57.button`
12618
+ var CloseButton2 = styled58.button`
12388
12619
  position: absolute;
12389
12620
  top: ${tokens.spacing.md};
12390
12621
  right: ${tokens.spacing.md};
@@ -12568,14 +12799,14 @@ var statusColors2 = {
12568
12799
  failed: tokens.colors.status.failed,
12569
12800
  timeout: tokens.colors.status.timeout
12570
12801
  };
12571
- var Container17 = styled57.div`
12802
+ var Container17 = styled58.div`
12572
12803
  display: flex;
12573
12804
  flex-direction: column;
12574
12805
  gap: ${tokens.spacing.sm};
12575
12806
  width: 100%;
12576
12807
  font-family: ${tokens.typography.fontFamily.primary};
12577
12808
  `;
12578
- var ProgressMessage = styled57.div`
12809
+ var ProgressMessage = styled58.div`
12579
12810
  font-size: ${(props) => {
12580
12811
  switch (props.size) {
12581
12812
  case "sm":
@@ -12590,13 +12821,13 @@ var ProgressMessage = styled57.div`
12590
12821
  color: ${tokens.colors.text.secondary};
12591
12822
  line-height: ${tokens.typography.lineHeight.normal};
12592
12823
  `;
12593
- var ProgressInfo = styled57.div`
12824
+ var ProgressInfo = styled58.div`
12594
12825
  display: flex;
12595
12826
  justify-content: space-between;
12596
12827
  align-items: center;
12597
12828
  margin-bottom: ${tokens.spacing.xs};
12598
12829
  `;
12599
- var PercentageText = styled57.span`
12830
+ var PercentageText = styled58.span`
12600
12831
  font-size: ${(props) => {
12601
12832
  switch (props.size) {
12602
12833
  case "sm":
@@ -12611,7 +12842,7 @@ var PercentageText = styled57.span`
12611
12842
  font-weight: ${tokens.typography.fontWeight.medium};
12612
12843
  color: ${tokens.colors.text.primary};
12613
12844
  `;
12614
- var LinearTrack = styled57.div`
12845
+ var LinearTrack = styled58.div`
12615
12846
  position: relative;
12616
12847
  width: 100%;
12617
12848
  height: ${(props) => {
@@ -12629,7 +12860,7 @@ var LinearTrack = styled57.div`
12629
12860
  border-radius: ${tokens.borderRadius.full};
12630
12861
  overflow: hidden;
12631
12862
  `;
12632
- var LinearFill = styled57.div`
12863
+ var LinearFill = styled58.div`
12633
12864
  position: absolute;
12634
12865
  top: 0;
12635
12866
  left: 0;
@@ -12640,12 +12871,12 @@ var LinearFill = styled57.div`
12640
12871
  transition: ${(props) => props.animated && !props.indeterminate ? `width ${tokens.transitions.normal}` : "none"};
12641
12872
  animation: ${(props) => props.indeterminate ? indeterminate : "none"} 1.5s ease-in-out infinite;
12642
12873
  `;
12643
- var CircularContainer = styled57.div`
12874
+ var CircularContainer = styled58.div`
12644
12875
  display: flex;
12645
12876
  align-items: center;
12646
12877
  justify-content: center;
12647
12878
  `;
12648
- var CircularSvg = styled57.svg`
12879
+ var CircularSvg = styled58.svg`
12649
12880
  width: ${(props) => {
12650
12881
  switch (props.size) {
12651
12882
  case "sm":
@@ -12681,12 +12912,12 @@ var getCircularSize = (size) => {
12681
12912
  return { radius: 26, strokeWidth: 4 };
12682
12913
  }
12683
12914
  };
12684
- var CircularTrack = styled57.circle`
12915
+ var CircularTrack = styled58.circle`
12685
12916
  fill: none;
12686
12917
  stroke: ${tokens.colors.border.default};
12687
12918
  stroke-width: ${(props) => getCircularSize(props.size).strokeWidth};
12688
12919
  `;
12689
- var CircularFill = styled57.circle`
12920
+ var CircularFill = styled58.circle`
12690
12921
  fill: none;
12691
12922
  stroke: ${(props) => statusColors2[props.status]};
12692
12923
  stroke-width: ${(props) => getCircularSize(props.size).strokeWidth};
@@ -12704,7 +12935,7 @@ var CircularFill = styled57.circle`
12704
12935
  transition: ${(props) => props.animated && !props.indeterminate ? `stroke-dashoffset ${tokens.transitions.normal}` : "none"};
12705
12936
  animation: ${(props) => props.indeterminate ? rotate : "none"} 1.5s linear infinite;
12706
12937
  `;
12707
- var CircularPercentage = styled57.text`
12938
+ var CircularPercentage = styled58.text`
12708
12939
  fill: ${tokens.colors.text.primary};
12709
12940
  font-size: ${(props) => {
12710
12941
  switch (props.size) {
@@ -12805,7 +13036,7 @@ var WorkflowProgressBar = ({
12805
13036
  ] });
12806
13037
  };
12807
13038
  WorkflowProgressBar.displayName = "WorkflowProgressBar";
12808
- var Panel = styled57.div`
13039
+ var Panel = styled58.div`
12809
13040
  display: flex;
12810
13041
  flex-direction: column;
12811
13042
  background-color: ${tokens.colors.surface.overlay};
@@ -12814,7 +13045,7 @@ var Panel = styled57.div`
12814
13045
  overflow: hidden;
12815
13046
  font-family: ${tokens.typography.fontFamily.primary};
12816
13047
  `;
12817
- var Header6 = styled57.div`
13048
+ var Header6 = styled58.div`
12818
13049
  display: flex;
12819
13050
  justify-content: space-between;
12820
13051
  align-items: center;
@@ -12828,7 +13059,7 @@ var Header6 = styled57.div`
12828
13059
  background-color: ${(props) => props.collapsible ? tokens.colors.surface.overlay : tokens.colors.surface.subtle};
12829
13060
  }
12830
13061
  `;
12831
- var Title4 = styled57.div`
13062
+ var Title4 = styled58.div`
12832
13063
  font-size: ${tokens.typography.fontSize.sm};
12833
13064
  font-weight: ${tokens.typography.fontWeight.medium};
12834
13065
  color: ${tokens.colors.text.primary};
@@ -12836,11 +13067,11 @@ var Title4 = styled57.div`
12836
13067
  align-items: center;
12837
13068
  gap: ${tokens.spacing.sm};
12838
13069
  `;
12839
- var Actions5 = styled57.div`
13070
+ var Actions5 = styled58.div`
12840
13071
  display: flex;
12841
13072
  gap: ${tokens.spacing.sm};
12842
13073
  `;
12843
- var IconButton = styled57.button`
13074
+ var IconButton = styled58.button`
12844
13075
  display: flex;
12845
13076
  align-items: center;
12846
13077
  justify-content: center;
@@ -12869,7 +13100,7 @@ var IconButton = styled57.button`
12869
13100
  height: 16px;
12870
13101
  }
12871
13102
  `;
12872
- var CollapseIcon2 = styled57.div`
13103
+ var CollapseIcon2 = styled58.div`
12873
13104
  display: flex;
12874
13105
  align-items: center;
12875
13106
  justify-content: center;
@@ -12882,7 +13113,7 @@ var CollapseIcon2 = styled57.div`
12882
13113
  height: 16px;
12883
13114
  }
12884
13115
  `;
12885
- var Content6 = styled57.div`
13116
+ var Content6 = styled58.div`
12886
13117
  padding: ${tokens.spacing.md};
12887
13118
  max-height: ${(props) => {
12888
13119
  if (!props.expanded) return "0";
@@ -12910,7 +13141,7 @@ var Content6 = styled57.div`
12910
13141
  background: ${tokens.colors.scrollbar.thumbHover};
12911
13142
  }
12912
13143
  `;
12913
- var JsonView = styled57.pre`
13144
+ var JsonView = styled58.pre`
12914
13145
  margin: 0;
12915
13146
  font-family: ${tokens.typography.fontFamily.monospace};
12916
13147
  font-size: ${tokens.typography.fontSize.sm};
@@ -12919,12 +13150,12 @@ var JsonView = styled57.pre`
12919
13150
  white-space: pre-wrap;
12920
13151
  word-break: break-word;
12921
13152
  `;
12922
- var FormattedView = styled57.div`
13153
+ var FormattedView = styled58.div`
12923
13154
  font-size: ${tokens.typography.fontSize.sm};
12924
13155
  line-height: ${tokens.typography.lineHeight.normal};
12925
13156
  color: ${tokens.colors.text.secondary};
12926
13157
  `;
12927
- var TableView = styled57.table`
13158
+ var TableView = styled58.table`
12928
13159
  width: 100%;
12929
13160
  border-collapse: collapse;
12930
13161
  font-size: ${tokens.typography.fontSize.sm};
@@ -12948,7 +13179,7 @@ var TableView = styled57.table`
12948
13179
  border-bottom: none;
12949
13180
  }
12950
13181
  `;
12951
- var EmptyState5 = styled57.div`
13182
+ var EmptyState5 = styled58.div`
12952
13183
  padding: ${tokens.spacing.xl};
12953
13184
  text-align: center;
12954
13185
  color: ${tokens.colors.text.tertiary};
@@ -13053,7 +13284,7 @@ var statusColors3 = {
13053
13284
  failed: tokens.colors.status.failed,
13054
13285
  timeout: tokens.colors.status.timeout
13055
13286
  };
13056
- var BadgeContainer2 = styled57.div`
13287
+ var BadgeContainer2 = styled58.div`
13057
13288
  display: inline-flex;
13058
13289
  align-items: center;
13059
13290
  gap: ${(props) => {
@@ -13107,7 +13338,7 @@ var BadgeContainer2 = styled57.div`
13107
13338
  color: ${(props) => statusColors3[props.$status]};
13108
13339
  line-height: 1.4;
13109
13340
  `;
13110
- var IconContainer3 = styled57.div`
13341
+ var IconContainer3 = styled58.div`
13111
13342
  display: flex;
13112
13343
  align-items: center;
13113
13344
  justify-content: center;
@@ -13186,7 +13417,7 @@ var TimeoutIcon = () => /* @__PURE__ */ jsx(
13186
13417
  children: /* @__PURE__ */ jsx("path", { d: "M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z" })
13187
13418
  }
13188
13419
  );
13189
- var Label2 = styled57.span`
13420
+ var Label2 = styled58.span`
13190
13421
  white-space: nowrap;
13191
13422
  `;
13192
13423
  var getDefaultLabel = (status) => {
@@ -13462,6 +13693,6 @@ var isMobileDevice = () => {
13462
13693
  return hasTouch && isMobileUA || hasTouch && window.innerWidth <= 768;
13463
13694
  };
13464
13695
 
13465
- export { ActionButtons, Actions, AgentState, AssistantMessage, AssistantThinking, AuthButton, AuthInput, BillingToggle, Button2 as Button, CATEGORY_CONFIGS, CategoryNav, ChatInput, ConnectionStatusBadge, UserMessage2 as CopilotUserMessage, DarkNotificationCard, ErrorBanner, FacebookIcon, FileAttachment, Footer, GlobalStyle, GmailIcon, Header, Icon, IconNames, Input2 as Input, InstagramIcon, IntegrationCard, Layout, LinkedInIcon, Messages, MessagesList, MessagesListContainer, MessagesListContent, NavHorizontal, NavVertical, NotificationCard, PLATFORM_CONFIGS, PaneMenus, PaneSectionHeader, PasswordInput, PlatformCarousel, PlatformGrid, PostApprovalControls, PostPreviewCard, PostizIcon, RedditEngagementControls, RedditIcon, RedditOpportunityCard, Response, SecretInput, ServiceIcon, SlackIcon, SocialMediaCanvas, StreamErrorMessage, StreamStatusIndicator, StreamingText, SuccessToast, Suggestions, TagInput, TelegramIcon, TokenUsageCard, TrialPlanCard, UserMessage, WhatsAppIcon, Window, WorkflowCard, WorkflowErrorAlert, WorkflowLoadingSkeleton, WorkflowProgressBar, WorkflowResultPanel, WorkflowStatusBadge, WorkflowStatusCard, XIcon, YouTubeIcon, categorizeProgress, clearToolCalls, darkTheme, getCategoryColor, getCategoryIcon, getCharacterCount, getCharacterLimitColor, getCharacterLimitPercentage, isMobileDevice, isWithinCharLimit, lightTheme, normalizePlatform, registerToolCall, tokens, useIsLandscape, useKeyboardDetection, useLocalStorage, useNetworkStatus };
13696
+ export { ActionButtons, Actions, AgentState, AssistantMessage, AssistantThinking, AuthButton, AuthInput, BillingToggle, Button2 as Button, CATEGORY_CONFIGS, CategoryNav, ChatInput, ConnectionStatusBadge, UserMessage2 as CopilotUserMessage, DarkNotificationCard, ErrorBanner, ErrorToast, FacebookIcon, FileAttachment, Footer, GlobalStyle, GmailIcon, Header, Icon, IconNames, Input2 as Input, InstagramIcon, IntegrationCard, Layout, LinkedInIcon, Messages, MessagesList, MessagesListContainer, MessagesListContent, NavHorizontal, NavVertical, NotificationCard, PLATFORM_CONFIGS, PaneMenus, PaneSectionHeader, PasswordInput, PlatformCarousel, PlatformGrid, PostApprovalControls, PostPreviewCard, PostizIcon, RedditEngagementControls, RedditIcon, RedditOpportunityCard, Response, SecretInput, ServiceIcon, SlackIcon, SocialMediaCanvas, StreamErrorMessage, StreamStatusIndicator, StreamingText, SuccessToast, Suggestions, TagInput, TelegramIcon, TokenUsageCard, TrialPlanCard, UserMessage, WhatsAppIcon, Window, WorkflowCard, WorkflowErrorAlert, WorkflowLoadingSkeleton, WorkflowProgressBar, WorkflowResultPanel, WorkflowStatusBadge, WorkflowStatusCard, XIcon, YouTubeIcon, categorizeProgress, clearToolCalls, darkTheme, getCategoryColor, getCategoryIcon, getCharacterCount, getCharacterLimitColor, getCharacterLimitPercentage, isMobileDevice, isWithinCharLimit, lightTheme, normalizePlatform, registerToolCall, tokens, useIsLandscape, useKeyboardDetection, useLocalStorage, useNetworkStatus };
13466
13697
  //# sourceMappingURL=index.js.map
13467
13698
  //# sourceMappingURL=index.js.map