@prokodo/ui 0.1.4 → 0.1.6

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.
Files changed (129) hide show
  1. package/dist/components/accordion/Accordion.css +286 -0
  2. package/dist/components/accordion/Accordion.module.css +286 -0
  3. package/dist/components/accordion/Accordion.view.js +110 -114
  4. package/dist/components/animated/Animated.css +158 -0
  5. package/dist/components/animated/Animated.module.css +158 -0
  6. package/dist/components/avatar/Avatar.css +190 -0
  7. package/dist/components/avatar/Avatar.module.css +190 -0
  8. package/dist/components/button/Button.css +319 -0
  9. package/dist/components/button/Button.module.css +319 -0
  10. package/dist/components/card/Card.css +264 -0
  11. package/dist/components/card/Card.module.css +264 -0
  12. package/dist/components/card/{Card.base.module.scss.js → Card.module.scss.js} +7 -0
  13. package/dist/components/card/Card.view.js +1 -11
  14. package/dist/components/carousel/Carousel.css +236 -0
  15. package/dist/components/carousel/Carousel.module.css +236 -0
  16. package/dist/components/chip/Chip.css +264 -0
  17. package/dist/components/chip/Chip.module.css +264 -0
  18. package/dist/components/dialog/Dialog.css +314 -0
  19. package/dist/components/dialog/Dialog.module.css +314 -0
  20. package/dist/components/drawer/Drawer.css +240 -0
  21. package/dist/components/drawer/Drawer.module.css +240 -0
  22. package/dist/components/drawer/Drawer.view.js +1 -1
  23. package/dist/components/dynamic-list/DynamicList.css +199 -0
  24. package/dist/components/dynamic-list/DynamicList.module.css +199 -0
  25. package/dist/components/form/Form.css +154 -0
  26. package/dist/components/form/Form.module.css +154 -0
  27. package/dist/components/form/Form.module.scss.js +2 -1
  28. package/dist/components/form/FormField.client.js +1 -1
  29. package/dist/components/form/FormField.server.js +1 -1
  30. package/dist/components/form/FormResponse.css +168 -0
  31. package/dist/components/form/FormResponse.module.css +168 -0
  32. package/dist/components/grid/Grid.css +333 -0
  33. package/dist/components/grid/Grid.module.css +333 -0
  34. package/dist/components/grid/Grid.module.scss.js +65 -1
  35. package/dist/components/grid/GridRow.js +1 -1
  36. package/dist/components/headline/Headline.css +322 -0
  37. package/dist/components/headline/Headline.js +19 -26
  38. package/dist/components/headline/Headline.module.css +322 -0
  39. package/dist/components/headline/{Headline.base.module.scss.js → Headline.module.scss.js} +7 -0
  40. package/dist/components/icon/Icon.css +181 -0
  41. package/dist/components/icon/Icon.module.css +181 -0
  42. package/dist/components/image/Image.css +167 -0
  43. package/dist/components/image/Image.module.css +167 -0
  44. package/dist/components/image-text/ImageText.css +194 -0
  45. package/dist/components/image-text/ImageText.module.css +194 -0
  46. package/dist/components/input/Input.css +396 -0
  47. package/dist/components/input/Input.module.css +396 -0
  48. package/dist/components/input/Input.view.js +1 -1
  49. package/dist/components/inputOTP/InputOTP.css +155 -0
  50. package/dist/components/inputOTP/InputOTP.module.css +155 -0
  51. package/dist/components/label/Label.css +174 -0
  52. package/dist/components/label/Label.module.css +174 -0
  53. package/dist/components/link/Link.css +192 -0
  54. package/dist/components/link/Link.module.css +192 -0
  55. package/dist/components/list/List.css +361 -0
  56. package/dist/components/list/List.module.css +361 -0
  57. package/dist/components/lottie/Lottie.css +129 -0
  58. package/dist/components/lottie/Lottie.js +0 -1
  59. package/dist/components/lottie/Lottie.module.css +129 -0
  60. package/dist/components/post-item/PostItem.css +289 -0
  61. package/dist/components/post-item/PostItem.module.css +289 -0
  62. package/dist/components/post-item/PostItemAuthor.css +156 -0
  63. package/dist/components/post-item/PostItemAuthor.module.css +156 -0
  64. package/dist/components/post-teaser/PostTeaser.css +257 -0
  65. package/dist/components/post-teaser/PostTeaser.module.css +257 -0
  66. package/dist/components/post-widget/PostWidget.css +214 -0
  67. package/dist/components/post-widget/PostWidget.module.css +214 -0
  68. package/dist/components/post-widget-carousel/PostWidgetCarousel.css +181 -0
  69. package/dist/components/post-widget-carousel/PostWidgetCarousel.module.css +181 -0
  70. package/dist/components/progressBar/ProgressBar.css +205 -0
  71. package/dist/components/progressBar/ProgressBar.module.css +205 -0
  72. package/dist/components/quote/Quote.css +202 -0
  73. package/dist/components/quote/Quote.module.css +202 -0
  74. package/dist/components/rating/Rating.css +247 -0
  75. package/dist/components/rating/Rating.module.css +247 -0
  76. package/dist/components/rich-text/RichText.client.js +4 -4
  77. package/dist/components/rich-text/RichText.css +288 -0
  78. package/dist/components/rich-text/RichText.module.css +288 -0
  79. package/dist/components/select/Select.css +442 -0
  80. package/dist/components/select/Select.module.css +442 -0
  81. package/dist/components/sidenav/SideNav.css +290 -0
  82. package/dist/components/sidenav/SideNav.module.css +290 -0
  83. package/dist/components/skeleton/Skeleton.css +192 -0
  84. package/dist/components/skeleton/Skeleton.js +17 -21
  85. package/dist/components/skeleton/Skeleton.module.css +192 -0
  86. package/dist/components/slider/Slider.css +305 -0
  87. package/dist/components/slider/Slider.module.css +305 -0
  88. package/dist/components/snackbar/Snackbar.css +214 -0
  89. package/dist/components/snackbar/Snackbar.module.css +214 -0
  90. package/dist/components/stepper/Stepper.css +347 -0
  91. package/dist/components/stepper/Stepper.module.css +347 -0
  92. package/dist/components/switch/Switch.css +256 -0
  93. package/dist/components/switch/Switch.module.css +256 -0
  94. package/dist/components/table/Table.css +250 -0
  95. package/dist/components/table/Table.module.css +250 -0
  96. package/dist/components/table/Table.module.scss.js +4 -1
  97. package/dist/components/table/TableCell.js +1 -1
  98. package/dist/components/teaser/Teaser.css +201 -0
  99. package/dist/components/teaser/Teaser.module.css +201 -0
  100. package/dist/constants/project.js +1 -1
  101. package/dist/hooks/useGoogleMaps.js +15 -12
  102. package/dist/node_modules/.pnpm/marked@17.0.1/node_modules/marked/lib/marked.esm.js +1150 -0
  103. package/dist/theme.css +5064 -0
  104. package/dist/tsconfig.build.tsbuildinfo +1 -1
  105. package/dist/types/components/image/Image.d.ts +1 -0
  106. package/dist/types/components/image/Image.lazy.d.ts +1 -0
  107. package/dist/types/components/lottie/Lottie.model.d.ts +2 -2
  108. package/package.json +57 -14
  109. package/dist/components/accordion/Accordion.effects.client.js +0 -16
  110. package/dist/components/accordion/Accordion.effects.module.scss.js +0 -8
  111. package/dist/components/card/Card.effects.client.js +0 -20
  112. package/dist/components/card/Card.effects.module.scss.js +0 -14
  113. package/dist/components/form/FormField.module.scss.js +0 -6
  114. package/dist/components/grid/GridRow.module.scss.js +0 -69
  115. package/dist/components/headline/Headline.effects.client.js +0 -14
  116. package/dist/components/headline/Headline.effects.module.scss.js +0 -13
  117. package/dist/components/skeleton/Skeleton.effects.client.js +0 -18
  118. package/dist/components/skeleton/Skeleton.effects.module.scss.js +0 -7
  119. package/dist/components/table/TableCell.module.scss.js +0 -8
  120. package/dist/node_modules/.pnpm/marked@15.0.12/node_modules/marked/lib/marked.esm.js +0 -2169
  121. package/dist/types/components/accordion/Accordion.effects.client.d.ts +0 -5
  122. package/dist/types/components/card/Card.effects.client.d.ts +0 -7
  123. package/dist/types/components/headline/Headline.effects.client.d.ts +0 -1
  124. package/dist/types/components/skeleton/Skeleton.effects.client.d.ts +0 -5
  125. package/dist/ui.css +0 -10776
  126. /package/dist/components/accordion/{Accordion.base.module.scss.js → Accordion.module.scss.js} +0 -0
  127. /package/dist/components/drawer/{Drawer.base.module.scss.js → Drawer.module.scss.js} +0 -0
  128. /package/dist/components/skeleton/{Skeleton.base.module.scss.js → Skeleton.module.scss.js} +0 -0
  129. /package/dist/node_modules/.pnpm/{marked-highlight@2.2.2_marked@15.0.12 → marked-highlight@2.2.3_marked@17.0.1}/node_modules/marked-highlight/src/index.js +0 -0
package/dist/theme.css ADDED
@@ -0,0 +1,5064 @@
1
+ @charset "UTF-8";
2
+ /* stylelint-disable */
3
+ /**
4
+ * Calculates a rem-based value by a given pixel size.
5
+ */
6
+ /* stylelint-disable */
7
+ /**
8
+ * Applies flex-column and gap.
9
+ */
10
+ /*
11
+ As example (light, primary)
12
+ See defined modes in designsystem/config/gradients
13
+ */
14
+ /**
15
+ * Mixin that renders a media query that target screens that are larger than the
16
+ * given size.
17
+ */
18
+ /**
19
+ * Mixin that renders a media query that target screens that are smaller than the
20
+ * given size.
21
+ */
22
+ /**
23
+ * Mixin that renders a media query that target screens in between the given range.
24
+ */
25
+ /**
26
+ * Mixin that renders a media query that target screens that have height larger than the
27
+ * given size.
28
+ */
29
+ /**
30
+ * Mixin that renders a media query that target screens that have height smaller than the
31
+ * given size.
32
+ */
33
+ /* stylelint-disable */
34
+ /* M3/Elevation Light/1 */
35
+ /* M3/Elevation Light/2 */
36
+ /* M3/Elevation/5 */
37
+ /* M3/Elevation/1 Text */
38
+ /* Inner elevations */
39
+ /* stylelint-disable */
40
+ /**
41
+ * Visually hides an element but not removes them for screen readers.
42
+ */
43
+ /**
44
+ * The inverse of the `hidden` helper to reset a previously hidden element to be
45
+ * visible for users.
46
+ */
47
+ /**
48
+ * Creates a selector for :hover effects depending on the current user input
49
+ * device. If the input device is a mouse, this hover effect will appear.
50
+ * Keyboard and touch inputs are ignored.
51
+ *
52
+ * Example usage:
53
+ * .link {
54
+ * color: blue;
55
+ *
56
+ * @include when-hovered() {
57
+ * color: green;
58
+ * }
59
+ * }
60
+ */
61
+ /**
62
+ * Creates a selector for :active effects depending on the current user input
63
+ * device. The state applies when the input device is a mouse or keyboard. Touch
64
+ * devices will not show a pressed state.
65
+ *
66
+ * Example usage:
67
+ * .link {
68
+ * box-shadow: none;
69
+ *
70
+ * @include when-pressed() {
71
+ * box-shadow: inset 0 2px 4px grey;
72
+ * }
73
+ * }
74
+ */
75
+ /**
76
+ * Creates a selector for :focus effects depending on the current user input
77
+ * device. When the user navigates using a keyboard, the focus effect defined in
78
+ * here is applied. For other input devices they don't show up.
79
+ *
80
+ * Example usage:
81
+ * .link {
82
+ * text-decoration: none;
83
+ *
84
+ * @include when-focused() {
85
+ * text-decoration: underline;
86
+ * }
87
+ * }
88
+ */
89
+ /**
90
+ * Creates a selector for :focus-within effects depending on the current user
91
+ * input device. When the user navigates using a keyboard, the focus effect
92
+ * defined in here is applied. For other input devices they don't show up.
93
+ *
94
+ * Example usage:
95
+ * .link {
96
+ * img {
97
+ * opacity: 0.75;
98
+ *
99
+ * @include when-focused-within() {
100
+ * opacity: 1;
101
+ * }
102
+ * }
103
+ * }
104
+ */
105
+ /**
106
+ * Wrapper for media query "prefers-reduced-motion".
107
+ */
108
+ /**
109
+ * This helper hides the outline but still makes it visible for
110
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
111
+ */
112
+ /**
113
+ * This helper hides the outline but still makes it visible for
114
+ * Windows high-contrast users. Use this instead of `outline: 0;`.
115
+ */
116
+ /**
117
+ * Renders an alternative, but application consistent focus-ring.
118
+ */
119
+ /**
120
+ * Specifies the outer layout for all contents across breakpoints. Apply this
121
+ * mixin to the container element, to center the contents on the screen within
122
+ * the layout offsets.
123
+ */
124
+ /**
125
+ * This mixin specifies basic text-styles for components that render a richtext
126
+ * content.
127
+ */
128
+ :root {
129
+ --color-white: #FFFFFF;
130
+ --color-black: #000000;
131
+ --color-grey-50: #F5F5F5;
132
+ --color-grey-100: #BCBCBC;
133
+ --color-grey-200: #9C9C9C;
134
+ --color-grey-300: #7D7D7D;
135
+ --color-grey-400: #606060;
136
+ --color-grey-500: #4D4D4D;
137
+ --color-grey-600: #393939;
138
+ --color-grey-700: #2F2F2F;
139
+ --color-grey-800: #242424;
140
+ --color-grey-900: #121212;
141
+ --color-primary-50: #E5EBFF;
142
+ --color-primary-100: #C9D8FF;
143
+ --color-primary-200: #ACC5FF;
144
+ --color-primary-300: #8CB3FF;
145
+ --color-primary-400: #64A1FF;
146
+ --color-primary-500: #1E90FF;
147
+ --color-primary-600: #2676d0;
148
+ --color-primary-700: #275ea2;
149
+ --color-primary-800: #244677;
150
+ --color-primary-900: #1e304f;
151
+ --color-secondary-50: #E6FBFF;
152
+ --color-secondary-100: #CCF7FF;
153
+ --color-secondary-200: #AFF3FF;
154
+ --color-secondary-300: #8EEFFF;
155
+ --color-secondary-400: #64EBFF;
156
+ --color-secondary-500: #00E6FF;
157
+ --color-secondary-600: #1dbcd0;
158
+ --color-secondary-700: #2393a2;
159
+ --color-secondary-800: #236c77;
160
+ --color-secondary-900: #1e484e;
161
+ --color-success: #2e7d32;
162
+ --color-warning: #f7b529;
163
+ --color-error: #f0453a;
164
+ --elevation-1: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
165
+ --elevation-1--inset: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3), inset 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
166
+ --elevation-1--text: 0px 1px 2px rgba(0, 0, 0, 0.15), 0px 1px 3px rgba(0, 0, 0, 0.15);
167
+ --elevation-2: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
168
+ --elevation-3: 0px 6px 10px -3px rgba(0, 0, 0, 0.25);
169
+ --elevation-5: 0px -20px 30px -25px rgba(0, 0, 0, 0.15);
170
+ --inner-elevation-1: 0px 2px 4px 1px rgba(0, 0, 0, 0.25) inset;
171
+ --inner-elevation-2: 0px -20px 30px -25px rgba(0, 0, 0, 0.15) inset;
172
+ --inner-elevation-3: -4px 0px 6px 0px rgba(0, 0, 0, 0.15) inset;
173
+ --gradient-background-primary-secondary: linear-gradient(112.34deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
174
+ --gradient-background-primary-grey-secondary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-primary-800) 50%, var(--color-secondary-500) 100%);
175
+ --gradient-background-grey-1: linear-gradient(180deg, var(--color-white) -9.57%, var(--color-grey-50) 102.02%);
176
+ --gradient-background-grey-2: linear-gradient(180deg, var(--color-grey-50) -9.57%, var(--color-white) 102.02%);
177
+ --gradient-background-radial-grey-1: radial-gradient(55.8% 55.8% at 50% 46.23%, #F0F0F0 0%, var(--color-white) 100%);
178
+ --gradient-background-inherit: linear-gradient(112deg, var(--color-grey-50) 0%, var(--color-grey-100) 100%);
179
+ --gradient-background-primary: linear-gradient(112deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
180
+ --gradient-background-secondary: linear-gradient(112deg, var(--color-secondary-500) 0%, var(--color-primary-500) 100%);
181
+ --gradient-background-info: linear-gradient(112deg, var(--color-grey-100) 0%, var(--color-grey-200) 50%, var(--color-grey-300) 100%);
182
+ --gradient-background-success: linear-gradient(112deg, #20E381 0%, #20E381 50%, #10CCB8 100%);
183
+ --gradient-background-warning: linear-gradient(112deg, #FFCC00 0%, #CCA300 100%);
184
+ --gradient-background-error: linear-gradient(112deg, #EB5550 0%, #DB4A46 50%, #FF4444 100%);
185
+ --gradient-border-1: linear-gradient(180deg, var(--color-secondary-500) 0%, var(--color-primary-500) 100%);
186
+ --gradient-border-2: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
187
+ --gradient-border-3: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
188
+ --gradient-border-4: linear-gradient(112.34deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
189
+ --gradient-border-5: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
190
+ --gradient-border-6: linear-gradient(90deg, var(--color-secondary-500) 4.63%, var(--color-primary-500) 100%);
191
+ --gradient-border-7: linear-gradient(90deg, var(--color-primary-500), var(--color-secondary-500), var(--color-primary-500));
192
+ --gradient-border-8: linear-gradient(90deg, var(--color-grey-100) 4.63%, var(--color-grey-300) 100%);
193
+ --gradient-text-primary-secondary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-primary-800) 50%, var(--color-secondary-500) 100%);
194
+ --gradient-text-primary-secondary-primary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 50%, var(--color-primary-500) 100%);
195
+ --gradient-text-primary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-grey-400) 100%);
196
+ --gradient-text-grey: linear-gradient(90deg, var(--color-grey-300) 0%, var(--color-grey-600) 100%);
197
+ --gradient-text-success: linear-gradient(#20E381, #20E381, #10CCB8);
198
+ --gradient-text-warning: linear-gradient(#FFCC00, #CCA300);
199
+ --gradient-text-error: linear-gradient(#6c4d4c, #984b47, #c52a2a);
200
+ }
201
+
202
+ :root[data-theme=dark] {
203
+ --color-white: $black;
204
+ --color-black: #F5F5F5;
205
+ --color-grey-50: #121212;
206
+ --color-grey-100: #242424;
207
+ --color-grey-200: #2F2F2F;
208
+ --color-grey-300: #393939;
209
+ --color-grey-400: #4D4D4D;
210
+ --color-grey-500: #606060;
211
+ --color-grey-600: #7D7D7D;
212
+ --color-grey-700: #9C9C9C;
213
+ --color-grey-800: #BCBCBC;
214
+ --color-grey-900: #F5F5F5;
215
+ --color-primary-50: #1e304f;
216
+ --color-primary-100: #244677;
217
+ --color-primary-200: #275ea2;
218
+ --color-primary-300: #2676d0;
219
+ --color-primary-400: #64A1FF;
220
+ --color-primary-500: #1E90FF;
221
+ --color-primary-600: #8CB3FF;
222
+ --color-primary-700: #ACC5FF;
223
+ --color-primary-800: #C9D8FF;
224
+ --color-primary-900: #E5EBFF;
225
+ --color-secondary-50: #1e484e;
226
+ --color-secondary-100: #236c77;
227
+ --color-secondary-200: #2393a2;
228
+ --color-secondary-300: #1dbcd0;
229
+ --color-secondary-400: #64EBFF;
230
+ --color-secondary-500: #00E6FF;
231
+ --color-secondary-600: #8EEFFF;
232
+ --color-secondary-700: #AFF3FF;
233
+ --color-secondary-800: #CCF7FF;
234
+ --color-secondary-900: #E6FBFF;
235
+ --color-success: #2e7d32;
236
+ --color-warning: #f7b529;
237
+ --color-error: #f0453a;
238
+ --elevation-1: 0 4px 6px rgba(255, 255, 255, 0.1), 0 1px 3px rgba(255, 255, 255, 0.08);
239
+ --elevation-1--inset: inset 0px 1px 2px 0px rgba(255, 255, 255, 0.3), inset 0px 1px 3px 1px rgba(255, 255, 255, 0.15);
240
+ --elevation-1--text: 0px 1px 2px rgba(255, 255, 255, 0.15), 0px 1px 3px rgba(255, 255, 255, 0.15);
241
+ --elevation-2: 0px 1px 2px 0px rgba(255, 255, 255, 0.3), 0px 2px 6px 2px rgba(255, 255, 255, 0.15);
242
+ --elevation-3: 0px 6px 10px -3px rgba(255, 255, 255, 0.25);
243
+ --elevation-5: 0px -20px 30px -25px rgba(255, 255, 255, 0.15);
244
+ --inner-elevation-1: 0px 2px 4px 1px rgba(255, 255, 255, 0.25) inset;
245
+ --inner-elevation-2: 0px -20px 30px -25px rgba(255, 255, 255, 0.15) inset;
246
+ --inner-elevation-3: -4px 0px 6px 0px rgba(255, 255, 255, 0.15) inset;
247
+ --gradient-background-primary-secondary: linear-gradient(112.34deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
248
+ --gradient-background-primary-grey-secondary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-primary-600) 50%, var(--color-secondary-500) 100%);
249
+ --gradient-background-grey-1: linear-gradient(180deg, var(--color-white) -9.57%, var(--color-grey-50) 102.02%);
250
+ --gradient-background-grey-2: linear-gradient(180deg, var(--color-grey-50) -9.57%, var(--color-white) 102.02%);
251
+ --gradient-background-radial-grey-1: radial-gradient(55.8% 55.8% at 50% 46.23%, var(--color-grey-100) 0%, #1e1e1e 100%);
252
+ --gradient-background-inherit: linear-gradient(112deg, var(--color-grey-50) 0%, var(--color-grey-100) 100%);
253
+ --gradient-background-primary: linear-gradient(112deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
254
+ --gradient-background-secondary: linear-gradient(112deg, var(--color-secondary-500) 0%, var(--color-primary-500) 100%);
255
+ --gradient-background-info: linear-gradient(var(--color-grey-100), var(--color-grey-200), var(--color-grey-300));
256
+ --gradient-background-success: linear-gradient(#20E381, #20E381, #10CCB8);
257
+ --gradient-background-warning: linear-gradient(#FFCC00, #CCA300);
258
+ --gradient-background-error: linear-gradient(#EB5550, #DB4A46, #FF4444);
259
+ --gradient-border-1: linear-gradient(180deg, var(--color-secondary-500) 0%, var(--color-primary-500) 100%);
260
+ --gradient-border-2: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
261
+ --gradient-border-3: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
262
+ --gradient-border-4: linear-gradient(112.34deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
263
+ --gradient-border-5: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-secondary-500) 100%);
264
+ --gradient-border-7: linear-gradient(180deg, var(--color-grey-400) 0%, var(--color-grey-600) 100%);
265
+ --gradient-text-primary-secondary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-primary-800) 50%, var(--color-secondary-500) 100%);
266
+ --gradient-text-primary: linear-gradient(90deg, var(--color-primary-500) 0%, var(--color-grey-700) 100%);
267
+ --gradient-text-grey: linear-gradient(90deg, var(--color-grey-700) 0%, var(--color-grey-900) 100%);
268
+ --gradient-text-success: linear-gradient(#20E381, #20E381, #10CCB8);
269
+ --gradient-text-warning: linear-gradient(#FFCC00, #CCA300);
270
+ --gradient-text-error: linear-gradient(#6c4d4c, #984b47, #c52a2a);
271
+ }
272
+
273
+ /* Keep this out of the critical/render-blocking bundle. */
274
+ @keyframes accordionBorderShift {
275
+ from {
276
+ background-position: 0 0, 0% 0;
277
+ }
278
+ to {
279
+ background-position: 0 0, 200% 0;
280
+ }
281
+ }
282
+ .prokodo-Accordion {
283
+ display: flex;
284
+ flex-direction: column;
285
+ }
286
+ .prokodo-Accordion__item {
287
+ border: 1px solid var(--color-grey-200);
288
+ border-radius: 0.75rem;
289
+ margin-bottom: 8px;
290
+ overflow: hidden;
291
+ transition: border 0.3s ease;
292
+ box-shadow: var(--elevation-3);
293
+ }
294
+ .prokodo-Accordion__item--is-expanded {
295
+ border-color: var(--color-primary-500);
296
+ }
297
+ .prokodo-Accordion__header {
298
+ display: flex;
299
+ align-items: center;
300
+ justify-content: space-between;
301
+ padding: 1rem;
302
+ cursor: pointer;
303
+ }
304
+ .prokodo-Accordion__header__toggle {
305
+ flex: 1 1;
306
+ display: flex;
307
+ align-items: center;
308
+ justify-content: space-between;
309
+ padding: 1rem;
310
+ cursor: pointer;
311
+ gap: 0.75rem;
312
+ }
313
+ .prokodo-Accordion__header__actions {
314
+ display: flex;
315
+ gap: 0.5rem;
316
+ }
317
+ .prokodo-Accordion__header__actions__wrapper {
318
+ display: flex;
319
+ }
320
+ .prokodo-Accordion__header__icons {
321
+ display: flex;
322
+ align-items: center;
323
+ padding-left: 1rem;
324
+ }
325
+ .prokodo-Accordion__header__wrapper {
326
+ display: flex;
327
+ align-items: center;
328
+ justify-content: space-between;
329
+ /* reserve space for a “border” without layout jump */
330
+ border: 2px solid transparent;
331
+ border-radius: 12px;
332
+ /* two-background trick: inner fill + border gradient */
333
+ background: linear-gradient(var(--header-bg, var(--color-white)), var(--header-bg, var(--color-white))) padding-box, linear-gradient(90deg, var(--color-primary-500), var(--color-secondary-500), var(--color-primary-500)) border-box;
334
+ /* hide the border layer initially */
335
+ background-size: 100% 100%, 0% 100%;
336
+ background-position: 0 0, 0 0;
337
+ background-repeat: no-repeat;
338
+ transition: color 0.3s ease, background-size 0.35s ease;
339
+ }
340
+ .prokodo-Accordion__header__wrapper:hover, .prokodo-Accordion__header__wrapper:focus-visible {
341
+ /* reveal the border layer */
342
+ background-size: 100% 100%, 200% 100%;
343
+ /* animation name is defined in the EFFECTS sheet */
344
+ animation: accordionBorderShift 2s linear;
345
+ outline: none;
346
+ }
347
+ .prokodo-Accordion__header__wrapper--is-expanded {
348
+ position: relative;
349
+ z-index: 2;
350
+ /* keep border visible and settled */
351
+ background-size: 100% 100%, 100% 100%;
352
+ background-position: 0 0, 100% 0;
353
+ border-radius: 12px 12px 0 0;
354
+ animation: none !important;
355
+ box-shadow: var(--elevation-1);
356
+ }
357
+ .prokodo-Accordion__title {
358
+ width: calc(100% - 20px);
359
+ margin: 0;
360
+ font-weight: 500 !important;
361
+ font-size: 1.125rem !important;
362
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
363
+ font-style: normal !important;
364
+ line-height: 1.55 !important;
365
+ letter-spacing: 0.03em !important;
366
+ text-transform: none !important;
367
+ text-align: left !important;
368
+ text-decoration: none !important;
369
+ }
370
+ @media screen and (min-width: 480px) {
371
+ .prokodo-Accordion__title {
372
+ font-size: 1.125rem !important;
373
+ line-height: 1.5 !important;
374
+ }
375
+ }
376
+ @media screen and (min-width: 960px) {
377
+ .prokodo-Accordion__title {
378
+ font-size: 1.125rem !important;
379
+ line-height: 1.5 !important;
380
+ }
381
+ }
382
+ .prokodo-Accordion__title {
383
+ font-weight: 500;
384
+ }
385
+ .prokodo-Accordion__icon {
386
+ padding-left: 1rem;
387
+ transition: transform 0.3s ease;
388
+ }
389
+ .prokodo-Accordion__icon--is-hidden {
390
+ display: none !important;
391
+ }
392
+ .prokodo-Accordion__content {
393
+ padding: 16px;
394
+ background-color: var(--color-white);
395
+ transition: max-height 0.3s ease, opacity 0.3s ease;
396
+ font-weight: 400;
397
+ font-size: 1.125rem;
398
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
399
+ font-style: normal;
400
+ line-height: 1.55;
401
+ letter-spacing: 0.03em;
402
+ text-transform: none;
403
+ text-align: left;
404
+ text-decoration: none;
405
+ }
406
+ @media screen and (min-width: 480px) {
407
+ .prokodo-Accordion__content {
408
+ font-size: 1rem;
409
+ }
410
+ }
411
+ @media screen and (min-width: 960px) {
412
+ .prokodo-Accordion__content {
413
+ font-size: 1rem;
414
+ }
415
+ }
416
+ .prokodo-Accordion__content[hidden] {
417
+ max-height: 0;
418
+ opacity: 0;
419
+ pointer-events: none;
420
+ }
421
+ .prokodo-Accordion__content--is-expanded {
422
+ opacity: 1;
423
+ pointer-events: auto;
424
+ }
425
+ .prokodo-Accordion__actions {
426
+ display: flex;
427
+ gap: 8px;
428
+ padding: 8px 16px;
429
+ background-color: var(--color-grey-100);
430
+ border-top: 1px solid var(--color-grey-200);
431
+ }
432
+
433
+ .prokodo-Animated {
434
+ opacity: 0;
435
+ visibility: hidden;
436
+ transition: opacity 300ms ease-out, transform 300ms ease-out, visibility 300ms ease-out;
437
+ will-change: opacity, transform, visibility;
438
+ }
439
+ .prokodo-Animated--animate-bottom-top {
440
+ transform: translate(0, 20vh);
441
+ }
442
+ .prokodo-Animated--animate-top-bottom {
443
+ transform: translate(0, -20vh);
444
+ }
445
+ .prokodo-Animated--animate-left-right {
446
+ transform: translate(-20vh, 0);
447
+ }
448
+ .prokodo-Animated--animate-right-left {
449
+ transform: translate(20vh, 0);
450
+ }
451
+ .prokodo-Animated--is-visible {
452
+ opacity: 1;
453
+ transform: none;
454
+ visibility: visible;
455
+ }
456
+ .prokodo-Animated--is-disabled {
457
+ transform: none;
458
+ }
459
+ .prokodo-Animated--has-fast-speed {
460
+ transition: opacity 500ms ease-out, transform 500ms ease-out, visibility 500ms ease-out;
461
+ }
462
+ .prokodo-Animated--has-slow-speed {
463
+ transition: opacity 1500ms ease-out, transform 500ms ease-out, visibility 1500ms ease-out;
464
+ }
465
+
466
+ .prokodo-Avatar {
467
+ position: relative;
468
+ display: flex;
469
+ justify-content: center;
470
+ align-items: center;
471
+ border-radius: 200px;
472
+ overflow: hidden;
473
+ background-color: var(--color-grey-100);
474
+ }
475
+ .prokodo-Avatar--primary {
476
+ background-color: var(--color-primary-500);
477
+ }
478
+ .prokodo-Avatar--secondary {
479
+ background-color: var(--color-secondary-500);
480
+ }
481
+ .prokodo-Avatar--info {
482
+ background-color: var(--color-grey-300);
483
+ }
484
+ .prokodo-Avatar--success {
485
+ background-color: var(--color-success);
486
+ }
487
+ .prokodo-Avatar--warning {
488
+ background-color: var(--color-warning);
489
+ }
490
+ .prokodo-Avatar--error {
491
+ background-color: var(--color-error);
492
+ }
493
+ .prokodo-Avatar--white {
494
+ background-color: var(--color-white);
495
+ }
496
+ .prokodo-Avatar--has-size-xs {
497
+ width: 30px;
498
+ height: 30px;
499
+ }
500
+ .prokodo-Avatar--has-size-sm {
501
+ width: 40px;
502
+ height: 40px;
503
+ }
504
+ .prokodo-Avatar--has-size-md {
505
+ width: 60px;
506
+ height: 60px;
507
+ }
508
+ .prokodo-Avatar--has-size-lg {
509
+ width: 80px;
510
+ height: 80px;
511
+ }
512
+ .prokodo-Avatar--has-size-xl {
513
+ width: 100px;
514
+ height: 100px;
515
+ }
516
+ .prokodo-Avatar__image {
517
+ width: 100%;
518
+ height: 100%;
519
+ display: block;
520
+ -o-object-fit: cover;
521
+ object-fit: cover;
522
+ -o-object-position: center;
523
+ object-position: center;
524
+ border-radius: 100%;
525
+ }
526
+ .prokodo-Avatar__link {
527
+ box-shadow: var(--elevation-1);
528
+ border-radius: 200px;
529
+ }
530
+
531
+ .prokodo-Button {
532
+ display: inline-block;
533
+ border-radius: 1.5rem;
534
+ border-width: 0;
535
+ padding: 0.875rem 1.5rem;
536
+ background-color: var(--color-grey-50);
537
+ box-shadow: var(--elevation-1);
538
+ cursor: pointer;
539
+ background: var(--gradient-background-inherit);
540
+ font-weight: 400 !important;
541
+ font-size: 1rem !important;
542
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
543
+ font-style: normal !important;
544
+ line-height: 1.4 !important;
545
+ letter-spacing: 0.03em !important;
546
+ text-transform: none !important;
547
+ text-align: left !important;
548
+ text-decoration: none !important;
549
+ }
550
+ html[data-theme=dark] .prokodo-Button {
551
+ background-color: var(--color-grey-100);
552
+ }
553
+ .prokodo-Button:hover {
554
+ box-shadow: none;
555
+ }
556
+ .prokodo-Button:focus-within {
557
+ outline: 3px solid #1E90FF;
558
+ outline-offset: 4px;
559
+ border-radius: 1.5rem;
560
+ border-radius: 1.5rem;
561
+ }
562
+ .prokodo-Button--has-bg-primary, .prokodo-Button--has-bg-secondary, .prokodo-Button--has-bg-info, .prokodo-Button--has-bg-error {
563
+ color: #FFFFFF !important;
564
+ }
565
+ .prokodo-Button--has-bg-success, .prokodo-Button--has-bg-warning {
566
+ color: var(--color-black);
567
+ }
568
+ .prokodo-Button--has-bg-primary {
569
+ background: var(--gradient-background-primary);
570
+ }
571
+ .prokodo-Button--has-bg-secondary {
572
+ background: var(--gradient-background-secondary);
573
+ }
574
+ .prokodo-Button--is-disabled, .prokodo-Button--has-bg-info {
575
+ background: var(--gradient-background-info);
576
+ }
577
+ .prokodo-Button--has-bg-success {
578
+ background: var(--gradient-background-success);
579
+ }
580
+ .prokodo-Button--has-bg-warning {
581
+ background: var(--gradient-background-warning);
582
+ }
583
+ .prokodo-Button--has-bg-error {
584
+ background: var(--gradient-background-error);
585
+ }
586
+ .prokodo-Button--has-text-inherit, .prokodo-Button--has-text-primary, .prokodo-Button--has-text-secondary, .prokodo-Button--has-text-info, .prokodo-Button--has-text-success, .prokodo-Button--has-text-warning, .prokodo-Button--has-text-error {
587
+ background: none;
588
+ background-color: var(--color-grey-50);
589
+ padding: 0.75rem 1rem;
590
+ transition: background-color 0.3s ease-in-out;
591
+ }
592
+ .prokodo-Button--has-text-inherit:hover, .prokodo-Button--has-text-primary:hover, .prokodo-Button--has-text-secondary:hover, .prokodo-Button--has-text-info:hover, .prokodo-Button--has-text-success:hover, .prokodo-Button--has-text-warning:hover, .prokodo-Button--has-text-error:hover {
593
+ color: #FFFFFF;
594
+ }
595
+ .prokodo-Button--has-text-inherit {
596
+ color: var(--color-black);
597
+ }
598
+ .prokodo-Button--has-text-inherit:hover {
599
+ background-color: var(--color-grey-500);
600
+ }
601
+ .prokodo-Button--has-text-primary {
602
+ color: var(--color-primary-500);
603
+ }
604
+ .prokodo-Button--has-text-primary:hover {
605
+ background-color: var(--color-primary-500);
606
+ }
607
+ .prokodo-Button--has-text-secondary {
608
+ color: var(--color-secondary-500);
609
+ }
610
+ .prokodo-Button--has-text-secondary:hover {
611
+ background-color: var(--color-secondary-500);
612
+ }
613
+ .prokodo-Button--is-disabled, .prokodo-Button--has-text-info {
614
+ color: var(--color-grey-700);
615
+ }
616
+ .prokodo-Button--is-disabled:hover, .prokodo-Button--has-text-info:hover {
617
+ background-color: var(--color-grey-100);
618
+ }
619
+ .prokodo-Button--has-text-success {
620
+ color: var(--color-success);
621
+ }
622
+ .prokodo-Button--has-text-success:hover {
623
+ background-color: var(--color-success);
624
+ }
625
+ .prokodo-Button--has-text-warning {
626
+ color: var(--color-warning);
627
+ }
628
+ .prokodo-Button--has-text-warning:hover {
629
+ background-color: var(--color-warning);
630
+ }
631
+ .prokodo-Button--has-text-error {
632
+ color: var(--color-error);
633
+ }
634
+ .prokodo-Button--has-text-error:hover {
635
+ background-color: var(--color-error);
636
+ }
637
+ .prokodo-Button--has-variant-outlined {
638
+ position: relative;
639
+ background: none;
640
+ color: var(--color-black) !important;
641
+ }
642
+ .prokodo-Button--has-variant-outlined::before {
643
+ content: "";
644
+ position: absolute;
645
+ top: 0;
646
+ left: 0;
647
+ right: 0;
648
+ bottom: 0;
649
+ border-radius: inherit;
650
+ padding: 2px;
651
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
652
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
653
+ -webkit-mask-composite: xor;
654
+ mask-composite: exclude;
655
+ z-index: 0;
656
+ background: var(--gradient-border-4);
657
+ }
658
+ html[data-theme=dark] .prokodo-Button--has-variant-outlined {
659
+ background: none;
660
+ }
661
+ .prokodo-Button--has-icon {
662
+ align-items: center;
663
+ }
664
+ .prokodo-Button--icon-only {
665
+ display: flex;
666
+ justify-content: center;
667
+ align-items: center;
668
+ border-radius: 10000px;
669
+ padding: 0.75rem;
670
+ }
671
+ html[data-theme=dark] .prokodo-Button--icon-only {
672
+ background: none;
673
+ }
674
+ .prokodo-Button--has-fullWidth {
675
+ display: flex;
676
+ justify-content: center;
677
+ width: 100%;
678
+ }
679
+ .prokodo-Button--is-disabled {
680
+ cursor: default;
681
+ }
682
+ .prokodo-Button__title {
683
+ display: flex;
684
+ flex-direction: row;
685
+ align-items: center;
686
+ }
687
+ .prokodo-Button__icon {
688
+ margin-right: 5px;
689
+ }
690
+ .prokodo-Button__icon--icon-only {
691
+ margin-right: 0;
692
+ }
693
+ .prokodo-Button__link {
694
+ display: table;
695
+ width: 100%;
696
+ color: inherit;
697
+ font-weight: 400;
698
+ font-size: 1rem;
699
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
700
+ font-style: normal;
701
+ line-height: 1.4;
702
+ letter-spacing: 0.03em;
703
+ text-transform: none;
704
+ text-align: left;
705
+ text-decoration: none;
706
+ }
707
+ .prokodo-Button__link--icon-only {
708
+ display: contents;
709
+ }
710
+ .prokodo-Button__link:hover {
711
+ text-decoration: none;
712
+ }
713
+ .prokodo-Button__content {
714
+ display: flex;
715
+ justify-content: center;
716
+ align-items: center;
717
+ border-radius: 2rem;
718
+ width: 100%;
719
+ }
720
+ .prokodo-Button__content--icon-only {
721
+ padding: 0.5rem;
722
+ border-radius: 2000rem;
723
+ }
724
+
725
+ /**
726
+ * Fade in
727
+ */
728
+ @keyframes Card_fadeInAnimation {
729
+ 0% {
730
+ opacity: 0;
731
+ }
732
+ 100% {
733
+ opacity: 1;
734
+ }
735
+ }
736
+ @keyframes Card_fadeInMask {
737
+ to {
738
+ opacity: 1;
739
+ }
740
+ }
741
+ .prokodo-Card {
742
+ position: relative;
743
+ color: var(--color-white);
744
+ background-color: var(--color-white);
745
+ border-radius: 2rem;
746
+ /* keep the gradient *class hooks*, but DO NOT include animated keyframes here */
747
+ /* Reveal animation (what used to be &--has-animation + fadeInAnimation) */
748
+ }
749
+ .prokodo-Card--inherit {
750
+ background-color: var(--color-grey-100);
751
+ }
752
+ .prokodo-Card--white {
753
+ background-color: var(--color-white);
754
+ }
755
+ html[data-theme=dark] .prokodo-Card--white {
756
+ background-color: transparent;
757
+ }
758
+ .prokodo-Card__skeleton {
759
+ position: absolute;
760
+ z-index: 3;
761
+ width: 100%;
762
+ height: 100% !important;
763
+ border-radius: 2rem;
764
+ }
765
+ .prokodo-Card__background {
766
+ position: absolute;
767
+ top: 0;
768
+ left: 0;
769
+ z-index: 1;
770
+ width: 100%;
771
+ height: 100%;
772
+ background-repeat: no-repeat;
773
+ background-position: center;
774
+ background-size: cover;
775
+ }
776
+ html[data-theme=dark] .prokodo-Card__background {
777
+ opacity: 0.7;
778
+ }
779
+ .prokodo-Card__link {
780
+ align-items: center;
781
+ }
782
+ .prokodo-Card__link:hover {
783
+ text-decoration: none;
784
+ }
785
+ .prokodo-Card__content {
786
+ position: relative;
787
+ z-index: 2;
788
+ padding: 1.5rem;
789
+ color: var(--color-grey-500);
790
+ }
791
+ .prokodo-Card__content--has-link {
792
+ cursor: pointer;
793
+ }
794
+ .prokodo-Card__content--has-link:focus-within {
795
+ outline: 3px solid #1E90FF;
796
+ outline-offset: 4px;
797
+ border-radius: 1.5rem;
798
+ }
799
+ .prokodo-Card__gradiant {
800
+ position: absolute;
801
+ width: 100%;
802
+ height: 100%;
803
+ top: 0;
804
+ border-radius: 2rem;
805
+ }
806
+ .prokodo-Card__gradiant--primary {
807
+ background: var(--gradient-background-primary);
808
+ }
809
+ .prokodo-Card__gradiant--secondary {
810
+ background: var(--gradient-background-secondary);
811
+ }
812
+ .prokodo-Card__gradiant--info {
813
+ background: var(--gradient-background-info);
814
+ }
815
+ .prokodo-Card__gradiant--success {
816
+ background: var(--gradient-background-success);
817
+ }
818
+ .prokodo-Card__gradiant--warning {
819
+ background: var(--gradient-background-warning);
820
+ }
821
+ .prokodo-Card--has-highlight {
822
+ position: relative;
823
+ /* Highlight border fade-in that previously defined @keyframes inline */
824
+ }
825
+ .prokodo-Card--has-highlight::before {
826
+ content: "";
827
+ position: absolute;
828
+ inset: 0;
829
+ border-radius: inherit;
830
+ padding: 2px;
831
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
832
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
833
+ -webkit-mask-composite: xor;
834
+ mask-composite: exclude;
835
+ opacity: 0;
836
+ /* If gradientBorderVar injects animated gradient, it's fine here */
837
+ background: var(--gradient-border-4);
838
+ animation: Card_fadeInMask 0.5s ease forwards;
839
+ }
840
+ .prokodo-Card--has-gradiant {
841
+ position: relative;
842
+ }
843
+ .prokodo-Card--has-gradiant, .prokodo-Card--has-background {
844
+ color: var(--color-white);
845
+ }
846
+ .prokodo-Card--has-shadow {
847
+ box-shadow: var(--elevation-1);
848
+ }
849
+ .prokodo-Card--has-animation {
850
+ animation: Card_fadeInAnimation 0.5s;
851
+ }
852
+ .prokodo-Card--is-clickable {
853
+ cursor: pointer;
854
+ }
855
+ .prokodo-Card--is-clickable:hover {
856
+ box-shadow: none;
857
+ }
858
+ .prokodo-Card--is-clickable:focus {
859
+ outline: 3px solid #1E90FF;
860
+ outline-offset: 4px;
861
+ border-radius: 1.5rem;
862
+ }
863
+
864
+ .prokodo-Carousel {
865
+ position: relative;
866
+ width: 100%;
867
+ overflow: hidden;
868
+ }
869
+ .prokodo-Carousel--is-active {
870
+ -webkit-user-select: none;
871
+ -moz-user-select: none;
872
+ user-select: none;
873
+ }
874
+ .prokodo-Carousel__wrapper {
875
+ display: flex;
876
+ transition: transform 0.5s ease-in-out;
877
+ }
878
+ .prokodo-Carousel__item {
879
+ flex: 1 0 auto;
880
+ }
881
+ .prokodo-Carousel__mobile__tutorial {
882
+ position: absolute;
883
+ display: flex;
884
+ justify-content: center;
885
+ align-items: center;
886
+ width: 100%;
887
+ height: 100%;
888
+ top: 0;
889
+ left: 0;
890
+ opacity: 1;
891
+ visibility: visible;
892
+ background-color: rgba(36, 36, 36, 0.7);
893
+ transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
894
+ z-index: 10;
895
+ }
896
+ .prokodo-Carousel__mobile__tutorial__animation {
897
+ min-height: 100px;
898
+ width: 100%;
899
+ }
900
+ .prokodo-Carousel__mobile__tutorial--is-hidden {
901
+ opacity: 0;
902
+ visibility: hidden;
903
+ }
904
+ @media screen and (min-width: 480px) {
905
+ .prokodo-Carousel__mobile__tutorial {
906
+ position: absolute;
907
+ top: auto;
908
+ left: -99999px;
909
+ width: 0;
910
+ height: 0;
911
+ text-indent: -99999px;
912
+ }
913
+ }
914
+ .prokodo-Carousel__controls {
915
+ display: flex;
916
+ width: 100%;
917
+ align-items: center;
918
+ justify-content: space-between;
919
+ opacity: 0;
920
+ }
921
+ @media screen and (min-width: 480px) {
922
+ .prokodo-Carousel__controls {
923
+ opacity: 1;
924
+ }
925
+ }
926
+ .prokodo-Carousel__button {
927
+ padding: 0.25rem;
928
+ }
929
+ .prokodo-Carousel__dots {
930
+ display: flex;
931
+ margin: 2rem auto 0 auto;
932
+ text-align: center;
933
+ }
934
+ .prokodo-Carousel__dots__dot {
935
+ position: relative;
936
+ display: inline-block;
937
+ width: 12px;
938
+ height: 12px;
939
+ border-radius: 50%;
940
+ margin: 0 5px;
941
+ border: none;
942
+ background: none;
943
+ cursor: pointer;
944
+ }
945
+ .prokodo-Carousel__dots__dot::before {
946
+ content: "";
947
+ position: absolute;
948
+ top: 0;
949
+ left: 0;
950
+ right: 0;
951
+ bottom: 0;
952
+ border-radius: inherit;
953
+ padding: 2px;
954
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
955
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
956
+ -webkit-mask-composite: xor;
957
+ mask-composite: exclude;
958
+ z-index: 0;
959
+ background: var(--gradient-border-4);
960
+ }
961
+ .prokodo-Carousel__dots__dot--is-active {
962
+ background-color: #FFFFFF;
963
+ }
964
+ @media screen and (max-width: 1280px) {
965
+ .prokodo-Carousel__dots__dot {
966
+ position: absolute;
967
+ top: auto;
968
+ left: -99999px;
969
+ width: 0;
970
+ height: 0;
971
+ text-indent: -99999px;
972
+ }
973
+ }
974
+
975
+ .prokodo-Chip {
976
+ display: inline-flex;
977
+ align-items: center;
978
+ border-radius: 25px;
979
+ padding: 0.25rem 0.75rem;
980
+ -webkit-user-select: none;
981
+ -moz-user-select: none;
982
+ user-select: none;
983
+ transition: background-color 0.3s ease, color 0.3s ease;
984
+ border-color: var(--color-grey-500);
985
+ color: var(--color-black);
986
+ font-weight: 500;
987
+ font-size: 1.125rem;
988
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
989
+ font-style: normal;
990
+ line-height: 1.55;
991
+ letter-spacing: 0.03em;
992
+ text-transform: none;
993
+ text-align: left;
994
+ text-decoration: none;
995
+ }
996
+ @media screen and (min-width: 480px) {
997
+ .prokodo-Chip {
998
+ font-size: 1.125rem;
999
+ line-height: 1.5;
1000
+ }
1001
+ }
1002
+ @media screen and (min-width: 960px) {
1003
+ .prokodo-Chip {
1004
+ font-size: 1.125rem;
1005
+ line-height: 1.5;
1006
+ }
1007
+ }
1008
+ .prokodo-Chip--is-clickable {
1009
+ cursor: pointer;
1010
+ }
1011
+ .prokodo-Chip--has-icon {
1012
+ padding-right: 0.5rem;
1013
+ }
1014
+ .prokodo-Chip--filled {
1015
+ background-color: inherit;
1016
+ color: inherit;
1017
+ }
1018
+ .prokodo-Chip--filled--primary {
1019
+ background-color: var(--color-primary-500);
1020
+ color: var(--color-white);
1021
+ }
1022
+ .prokodo-Chip--filled--secondary {
1023
+ background-color: var(--color-secondary-500);
1024
+ color: var(--color-white);
1025
+ }
1026
+ .prokodo-Chip--filled--info {
1027
+ background-color: var(--color-grey-300);
1028
+ color: var(--color-white);
1029
+ }
1030
+ .prokodo-Chip--filled--success {
1031
+ background-color: var(--color-success);
1032
+ color: var(--color-white);
1033
+ }
1034
+ .prokodo-Chip--filled--error {
1035
+ background-color: var(--color-error);
1036
+ color: var(--color-white);
1037
+ }
1038
+ .prokodo-Chip--filled--warning {
1039
+ background-color: var(--color-warning);
1040
+ color: var(--color-black);
1041
+ }
1042
+ .prokodo-Chip--filled--white {
1043
+ background-color: var(--color-white);
1044
+ color: var(--color-black);
1045
+ }
1046
+ .prokodo-Chip--outlined {
1047
+ border: 1px solid;
1048
+ background-color: transparent;
1049
+ color: var(--color-black);
1050
+ }
1051
+ .prokodo-Chip--outlined--primary {
1052
+ border-color: var(--color-primary-300);
1053
+ color: var(--color-primary-500);
1054
+ }
1055
+ .prokodo-Chip--outlined--secondary {
1056
+ border-color: var(--color-secondary-300);
1057
+ color: var(--color-secondary-500);
1058
+ }
1059
+ .prokodo-Chip--outlined--info {
1060
+ border-color: var(--color-grey-300);
1061
+ color: var(--color-grey-500);
1062
+ }
1063
+ .prokodo-Chip--outlined--success {
1064
+ border-color: var(--color-success);
1065
+ color: var(--color-success);
1066
+ }
1067
+ .prokodo-Chip--outlined--error {
1068
+ border-color: var(--color-error);
1069
+ color: var(--color-error);
1070
+ }
1071
+ .prokodo-Chip--outlined--warning {
1072
+ border-color: var(--color-warning);
1073
+ color: var(--color-warning);
1074
+ }
1075
+ .prokodo-Chip--outlined--white {
1076
+ border-color: var(--color-white);
1077
+ color: var(--color-white);
1078
+ }
1079
+ .prokodo-Chip__delete {
1080
+ display: flex;
1081
+ align-items: center;
1082
+ justify-content: center;
1083
+ width: 24px;
1084
+ height: 24px;
1085
+ border: none;
1086
+ border-radius: 100px;
1087
+ color: inherit;
1088
+ cursor: pointer;
1089
+ padding: 0;
1090
+ line-height: 1;
1091
+ margin-left: 8px;
1092
+ transition: color 0.3s ease;
1093
+ background-color: var(--color-grey-50);
1094
+ }
1095
+ .prokodo-Chip__delete--primary {
1096
+ color: var(--color-primary-500);
1097
+ }
1098
+ .prokodo-Chip__delete--secondary {
1099
+ color: var(--color-secondary-500);
1100
+ }
1101
+ .prokodo-Chip__delete--info {
1102
+ color: var(--color-grey-500);
1103
+ }
1104
+ .prokodo-Chip__delete--success {
1105
+ color: var(--color-success);
1106
+ }
1107
+ .prokodo-Chip__delete--error {
1108
+ color: var(--color-error);
1109
+ }
1110
+ .prokodo-Chip__delete--white, .prokodo-Chip__delete--warning {
1111
+ color: var(--color-black);
1112
+ }
1113
+
1114
+ .prokodo-Dialog {
1115
+ position: fixed;
1116
+ top: 50%;
1117
+ left: 50%;
1118
+ transform: translate(-50%, -50%) scale(1);
1119
+ z-index: 1300;
1120
+ background-color: var(--color-white);
1121
+ box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
1122
+ border-radius: 0.75rem;
1123
+ padding: 1.5rem 1rem;
1124
+ max-width: 600px;
1125
+ width: auto;
1126
+ opacity: 0;
1127
+ visibility: hidden;
1128
+ pointer-events: none;
1129
+ transition: opacity 0.3s ease, transform 0.3s ease;
1130
+ left: -99999px;
1131
+ /* Full width modifier */
1132
+ }
1133
+ .prokodo-Dialog {
1134
+ position: fixed;
1135
+ }
1136
+ @media (prefers-reduced-motion: reduce) {
1137
+ .prokodo-Dialog {
1138
+ transition: none;
1139
+ }
1140
+ }
1141
+ .prokodo-Dialog--is-visible {
1142
+ opacity: 1;
1143
+ left: 50%;
1144
+ visibility: visible;
1145
+ pointer-events: auto;
1146
+ transform: translate(-50%, -50%) scale(1);
1147
+ transition-delay: 0s;
1148
+ }
1149
+ .prokodo-Dialog__container {
1150
+ position: relative;
1151
+ padding: 0.75rem;
1152
+ max-width: 90rem;
1153
+ margin: 0 auto;
1154
+ /* @each $breakpoint in $screen-breakpoints {
1155
+ $offset: nth($screen-offsets, $index);
1156
+
1157
+ @if ($index == 0) {
1158
+ padding-right: $offset;
1159
+ padding-left: $offset;
1160
+ }
1161
+ @else {
1162
+ @include screenLargerThan($breakpoint) {
1163
+ padding-right: $offset;
1164
+ padding-left: $offset;
1165
+ }
1166
+ }
1167
+
1168
+ $index: $index + 1;
1169
+ } */
1170
+ /* Scroll behavior styles */
1171
+ }
1172
+ .prokodo-Dialog__container:focus-visible {
1173
+ outline: 0;
1174
+ }
1175
+ .prokodo-Dialog__container--scroll-paper {
1176
+ height: 100%;
1177
+ max-height: calc(100vh - 3rem);
1178
+ overflow-y: auto;
1179
+ }
1180
+ .prokodo-Dialog__container--scroll-body {
1181
+ max-height: none;
1182
+ overflow: visible;
1183
+ }
1184
+ .prokodo-Dialog__header {
1185
+ display: flex;
1186
+ align-items: center;
1187
+ justify-content: space-between;
1188
+ padding-bottom: 1rem;
1189
+ }
1190
+ .prokodo-Dialog__header__button {
1191
+ display: flex;
1192
+ align-items: center;
1193
+ border: none;
1194
+ background: none;
1195
+ color: var(--color-grey-900);
1196
+ cursor: pointer;
1197
+ font-weight: 400;
1198
+ font-size: 1rem;
1199
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1200
+ font-style: normal;
1201
+ line-height: 1.45;
1202
+ letter-spacing: 0.03em;
1203
+ text-transform: none;
1204
+ text-align: left;
1205
+ text-decoration: none;
1206
+ }
1207
+ @media screen and (min-width: 480px) {
1208
+ .prokodo-Dialog__header__button {
1209
+ font-size: 0.875rem;
1210
+ line-height: 1.4;
1211
+ }
1212
+ }
1213
+ @media screen and (min-width: 960px) {
1214
+ .prokodo-Dialog__header__button {
1215
+ font-size: 0.875rem;
1216
+ line-height: 1.4;
1217
+ }
1218
+ }
1219
+ .prokodo-Dialog__header__button__icon {
1220
+ margin-right: 0.25rem;
1221
+ }
1222
+ .prokodo-Dialog__header__button:focus {
1223
+ outline: 3px solid #1E90FF;
1224
+ outline-offset: 4px;
1225
+ border-radius: 1.5rem;
1226
+ }
1227
+ .prokodo-Dialog__close {
1228
+ display: flex;
1229
+ align-items: center;
1230
+ cursor: pointer;
1231
+ }
1232
+ .prokodo-Dialog__close__label {
1233
+ display: inline-block;
1234
+ padding-right: 1rem;
1235
+ color: var(--color-grey-500);
1236
+ text-shadow: var(--elevation--text-1);
1237
+ font-weight: 400;
1238
+ font-size: 1rem;
1239
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1240
+ font-style: normal;
1241
+ line-height: 1.4;
1242
+ letter-spacing: 0.03em;
1243
+ text-transform: none;
1244
+ text-align: left;
1245
+ text-decoration: none;
1246
+ }
1247
+ .prokodo-Dialog__close:focus {
1248
+ outline: 3px solid #1E90FF;
1249
+ outline-offset: 4px;
1250
+ border-radius: 1.5rem;
1251
+ }
1252
+ .prokodo-Dialog__title--is-hidden {
1253
+ position: absolute;
1254
+ top: auto;
1255
+ left: -99999px;
1256
+ width: 0;
1257
+ height: 0;
1258
+ text-indent: -99999px;
1259
+ }
1260
+ .prokodo-Dialog__content {
1261
+ padding: 0 !important;
1262
+ scrollbar-width: none;
1263
+ }
1264
+ .prokodo-Dialog__content--scroll-body {
1265
+ height: calc(100vh - 50px);
1266
+ overflow-y: scroll;
1267
+ }
1268
+ .prokodo-Dialog__actions {
1269
+ display: flex;
1270
+ justify-content: flex-end;
1271
+ padding-top: 1rem;
1272
+ gap: 0.75rem;
1273
+ }
1274
+ .prokodo-Dialog__backdrop {
1275
+ position: fixed;
1276
+ inset: 0;
1277
+ background: rgba(0, 0, 0, 0.5);
1278
+ opacity: 0;
1279
+ pointer-events: none;
1280
+ transition: opacity 0.3s ease;
1281
+ z-index: 1299;
1282
+ left: -99999px;
1283
+ }
1284
+ .prokodo-Dialog__backdrop--is-visible {
1285
+ opacity: 1;
1286
+ pointer-events: auto;
1287
+ left: 0;
1288
+ }
1289
+ .prokodo-Dialog__backdrop--is-visible {
1290
+ position: fixed;
1291
+ }
1292
+ @media (prefers-reduced-motion: reduce) {
1293
+ .prokodo-Dialog__backdrop {
1294
+ transition: none;
1295
+ }
1296
+ }
1297
+ .prokodo-Dialog--fullScreen {
1298
+ max-width: none;
1299
+ width: 100%;
1300
+ height: 100%;
1301
+ }
1302
+
1303
+ .prokodo-Drawer {
1304
+ /* Backdrop (unchanged, fades in) */
1305
+ /* Container (slide + fade via transitions) */
1306
+ /* Header */
1307
+ /* Content */
1308
+ }
1309
+ .prokodo-Drawer__backdrop {
1310
+ position: fixed;
1311
+ inset: 0;
1312
+ background-color: rgba(0, 0, 0, 0.5);
1313
+ opacity: 0;
1314
+ pointer-events: none;
1315
+ transition: opacity 0.3s ease;
1316
+ z-index: 1301;
1317
+ }
1318
+ .prokodo-Drawer__backdrop--open {
1319
+ opacity: 1;
1320
+ pointer-events: auto;
1321
+ }
1322
+ @media (prefers-reduced-motion: reduce) {
1323
+ .prokodo-Drawer__backdrop {
1324
+ transition: none !important;
1325
+ }
1326
+ }
1327
+ .prokodo-Drawer__container {
1328
+ position: fixed;
1329
+ background-color: var(--color-white);
1330
+ box-shadow: var(--elevation-1);
1331
+ z-index: 1302;
1332
+ pointer-events: none;
1333
+ width: 300px;
1334
+ height: 100%;
1335
+ overscroll-behavior: contain;
1336
+ /* The important part: animate transform/opacity */
1337
+ opacity: 0;
1338
+ will-change: transform, opacity;
1339
+ transition: transform 0.3s ease, opacity 0.3s ease;
1340
+ /* Anchor: left */
1341
+ /* Anchor: right */
1342
+ /* Anchor: top */
1343
+ /* Anchor: bottom */
1344
+ }
1345
+ .prokodo-Drawer__container--open {
1346
+ pointer-events: auto;
1347
+ opacity: 1;
1348
+ }
1349
+ .prokodo-Drawer__container--fullscreen {
1350
+ width: 100vw !important;
1351
+ height: 100vh !important;
1352
+ top: 0 !important;
1353
+ left: 0 !important;
1354
+ bottom: 0 !important;
1355
+ right: 0 !important;
1356
+ }
1357
+ .prokodo-Drawer__container--anchor-left {
1358
+ top: 0;
1359
+ left: 0;
1360
+ width: 80vw;
1361
+ height: 100vh;
1362
+ transform: translateX(-100%);
1363
+ }
1364
+ .prokodo-Drawer__container--anchor-left--open {
1365
+ transform: translateX(0);
1366
+ }
1367
+ .prokodo-Drawer__container--anchor-right {
1368
+ top: 0;
1369
+ right: 0;
1370
+ width: 80vw;
1371
+ height: 100vh;
1372
+ transform: translateX(100%);
1373
+ }
1374
+ .prokodo-Drawer__container--anchor-right--open {
1375
+ transform: translateX(0);
1376
+ }
1377
+ .prokodo-Drawer__container--anchor-top {
1378
+ top: 0;
1379
+ left: 0;
1380
+ width: 100vw;
1381
+ height: 50vh;
1382
+ transform: translateY(-100%);
1383
+ }
1384
+ .prokodo-Drawer__container--anchor-top--open {
1385
+ transform: translateY(0);
1386
+ }
1387
+ .prokodo-Drawer__container--anchor-bottom {
1388
+ bottom: 0;
1389
+ left: 0;
1390
+ width: 100vw;
1391
+ height: 50vh;
1392
+ transform: translateY(100%);
1393
+ }
1394
+ .prokodo-Drawer__container--anchor-bottom--open {
1395
+ transform: translateY(0);
1396
+ }
1397
+ @media (prefers-reduced-motion: reduce) {
1398
+ .prokodo-Drawer__container {
1399
+ transition: none !important;
1400
+ transform: translateX(0) translateY(0) !important;
1401
+ opacity: 1 !important;
1402
+ }
1403
+ }
1404
+ .prokodo-Drawer__header {
1405
+ display: flex;
1406
+ align-items: center;
1407
+ justify-content: space-between;
1408
+ padding: 1rem;
1409
+ border-bottom: 1px solid var(--color-grey-200);
1410
+ }
1411
+ .prokodo-Drawer__content {
1412
+ padding: 1rem;
1413
+ max-height: calc(100% - 7rem);
1414
+ overflow-y: auto;
1415
+ -webkit-overflow-scrolling: touch;
1416
+ }
1417
+
1418
+ .prokodo-DynamicList {
1419
+ border: none;
1420
+ padding: 0;
1421
+ /* ───────────────── helper / error text */
1422
+ }
1423
+ .prokodo-DynamicList__label {
1424
+ margin-bottom: 0.75rem;
1425
+ }
1426
+ .prokodo-DynamicList__list {
1427
+ display: flex;
1428
+ align-items: baseline;
1429
+ justify-content: space-between;
1430
+ gap: 1rem;
1431
+ list-style-type: none;
1432
+ padding: 0;
1433
+ margin-top: 0;
1434
+ }
1435
+ .prokodo-DynamicList__list__item {
1436
+ display: flex;
1437
+ align-items: center;
1438
+ flex-direction: column;
1439
+ width: 100%;
1440
+ }
1441
+ .prokodo-DynamicList__list__item--is-multi {
1442
+ align-items: flex-start;
1443
+ }
1444
+ .prokodo-DynamicList__field--is-multi {
1445
+ margin-bottom: 1rem;
1446
+ }
1447
+ .prokodo-DynamicList__field--is-multi:last-of-type {
1448
+ margin-bottom: 0;
1449
+ }
1450
+ .prokodo-DynamicList__delete__button--is-multi {
1451
+ margin-top: 0.5rem;
1452
+ }
1453
+ .prokodo-DynamicList__helperText {
1454
+ padding-left: 1.5rem;
1455
+ padding-top: 0.75rem;
1456
+ display: flex;
1457
+ color: var(--color-grey-300);
1458
+ width: 80%;
1459
+ font-weight: 400;
1460
+ font-size: 1rem;
1461
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1462
+ font-style: normal;
1463
+ line-height: 1.45;
1464
+ letter-spacing: 0.03em;
1465
+ text-transform: none;
1466
+ text-align: left;
1467
+ text-decoration: none;
1468
+ }
1469
+ @media screen and (min-width: 480px) {
1470
+ .prokodo-DynamicList__helperText {
1471
+ font-size: 0.875rem;
1472
+ line-height: 1.4;
1473
+ }
1474
+ }
1475
+ @media screen and (min-width: 960px) {
1476
+ .prokodo-DynamicList__helperText {
1477
+ font-size: 0.875rem;
1478
+ line-height: 1.4;
1479
+ }
1480
+ }
1481
+ html[data-theme=dark] .prokodo-DynamicList__helperText {
1482
+ color: var(--color-grey-700);
1483
+ }
1484
+ .prokodo-DynamicList__helperText__content {
1485
+ width: 100%;
1486
+ }
1487
+ .prokodo-DynamicList__helperText__content--is-error {
1488
+ color: var(--color-error);
1489
+ }
1490
+
1491
+ .prokodo-Form__label {
1492
+ padding-bottom: 1.5rem;
1493
+ }
1494
+ .prokodo-Form__label--is-hidden {
1495
+ position: absolute;
1496
+ top: auto;
1497
+ left: -99999px;
1498
+ width: 0;
1499
+ height: 0;
1500
+ text-indent: -99999px;
1501
+ }
1502
+ .prokodo-Form__grid {
1503
+ padding: 0 !important;
1504
+ }
1505
+ .prokodo-Form__hp {
1506
+ display: none !important;
1507
+ }
1508
+ .prokodo-Form__footer {
1509
+ display: flex;
1510
+ flex-direction: column;
1511
+ }
1512
+ .prokodo-Form__footer__submit {
1513
+ text-align: center !important;
1514
+ }
1515
+
1516
+ .prokodo-FormField {
1517
+ padding-bottom: 1rem;
1518
+ }
1519
+
1520
+ .prokodo-FormResponse {
1521
+ padding: 0 1rem;
1522
+ }
1523
+ .prokodo-FormResponse__success {
1524
+ color: var(--color-success);
1525
+ font-weight: 700;
1526
+ }
1527
+ .prokodo-FormResponse__errors {
1528
+ display: block;
1529
+ margin-bottom: 0.75rem;
1530
+ color: var(--color-grey-300);
1531
+ }
1532
+ .prokodo-FormResponse__errors__item {
1533
+ display: block;
1534
+ padding-bottom: 1rem;
1535
+ font-weight: 500;
1536
+ font-size: 1.125rem;
1537
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1538
+ font-style: normal;
1539
+ line-height: 1.55;
1540
+ letter-spacing: 0.03em;
1541
+ text-transform: none;
1542
+ text-align: left;
1543
+ text-decoration: none;
1544
+ }
1545
+ @media screen and (min-width: 480px) {
1546
+ .prokodo-FormResponse__errors__item {
1547
+ font-size: 1.125rem;
1548
+ line-height: 1.5;
1549
+ }
1550
+ }
1551
+ @media screen and (min-width: 960px) {
1552
+ .prokodo-FormResponse__errors__item {
1553
+ font-size: 1.125rem;
1554
+ line-height: 1.5;
1555
+ }
1556
+ }
1557
+ .prokodo-FormResponse__errors__desc {
1558
+ display: block;
1559
+ padding: 0;
1560
+ color: var(--color-error);
1561
+ }
1562
+
1563
+ .prokodo-Grid {
1564
+ display: grid;
1565
+ grid-template-columns: repeat(12, 1fr);
1566
+ padding: 1rem;
1567
+ }
1568
+
1569
+ .prokodo-GridRow {
1570
+ /* Grid alignment classes */
1571
+ /* Define grid-column spans for different screen sizes */
1572
+ }
1573
+ .prokodo-GridRow--align-left {
1574
+ justify-items: start;
1575
+ }
1576
+ .prokodo-GridRow--align-center {
1577
+ justify-items: center;
1578
+ }
1579
+ .prokodo-GridRow--align-right {
1580
+ justify-items: end;
1581
+ }
1582
+ .prokodo-GridRow--xs-1 {
1583
+ grid-column: span 1;
1584
+ }
1585
+ .prokodo-GridRow--xs-2 {
1586
+ grid-column: span 2;
1587
+ }
1588
+ .prokodo-GridRow--xs-3 {
1589
+ grid-column: span 3;
1590
+ }
1591
+ .prokodo-GridRow--xs-4 {
1592
+ grid-column: span 4;
1593
+ }
1594
+ .prokodo-GridRow--xs-5 {
1595
+ grid-column: span 5;
1596
+ }
1597
+ .prokodo-GridRow--xs-6 {
1598
+ grid-column: span 6;
1599
+ }
1600
+ .prokodo-GridRow--xs-7 {
1601
+ grid-column: span 7;
1602
+ }
1603
+ .prokodo-GridRow--xs-8 {
1604
+ grid-column: span 8;
1605
+ }
1606
+ .prokodo-GridRow--xs-9 {
1607
+ grid-column: span 9;
1608
+ }
1609
+ .prokodo-GridRow--xs-10 {
1610
+ grid-column: span 10;
1611
+ }
1612
+ .prokodo-GridRow--xs-11 {
1613
+ grid-column: span 11;
1614
+ }
1615
+ .prokodo-GridRow--xs-12 {
1616
+ grid-column: span 12;
1617
+ }
1618
+ @media screen and (min-width: 375px) {
1619
+ .prokodo-GridRow--sm-1 {
1620
+ grid-column: span 1;
1621
+ }
1622
+ .prokodo-GridRow--sm-2 {
1623
+ grid-column: span 2;
1624
+ }
1625
+ .prokodo-GridRow--sm-3 {
1626
+ grid-column: span 3;
1627
+ }
1628
+ .prokodo-GridRow--sm-4 {
1629
+ grid-column: span 4;
1630
+ }
1631
+ .prokodo-GridRow--sm-5 {
1632
+ grid-column: span 5;
1633
+ }
1634
+ .prokodo-GridRow--sm-6 {
1635
+ grid-column: span 6;
1636
+ }
1637
+ .prokodo-GridRow--sm-7 {
1638
+ grid-column: span 7;
1639
+ }
1640
+ .prokodo-GridRow--sm-8 {
1641
+ grid-column: span 8;
1642
+ }
1643
+ .prokodo-GridRow--sm-9 {
1644
+ grid-column: span 9;
1645
+ }
1646
+ .prokodo-GridRow--sm-10 {
1647
+ grid-column: span 10;
1648
+ }
1649
+ .prokodo-GridRow--sm-11 {
1650
+ grid-column: span 11;
1651
+ }
1652
+ .prokodo-GridRow--sm-12 {
1653
+ grid-column: span 12;
1654
+ }
1655
+ }
1656
+ @media screen and (min-width: 480px) {
1657
+ .prokodo-GridRow--md-1 {
1658
+ grid-column: span 1;
1659
+ }
1660
+ .prokodo-GridRow--md-2 {
1661
+ grid-column: span 2;
1662
+ }
1663
+ .prokodo-GridRow--md-3 {
1664
+ grid-column: span 3;
1665
+ }
1666
+ .prokodo-GridRow--md-4 {
1667
+ grid-column: span 4;
1668
+ }
1669
+ .prokodo-GridRow--md-5 {
1670
+ grid-column: span 5;
1671
+ }
1672
+ .prokodo-GridRow--md-6 {
1673
+ grid-column: span 6;
1674
+ }
1675
+ .prokodo-GridRow--md-7 {
1676
+ grid-column: span 7;
1677
+ }
1678
+ .prokodo-GridRow--md-8 {
1679
+ grid-column: span 8;
1680
+ }
1681
+ .prokodo-GridRow--md-9 {
1682
+ grid-column: span 9;
1683
+ }
1684
+ .prokodo-GridRow--md-10 {
1685
+ grid-column: span 10;
1686
+ }
1687
+ .prokodo-GridRow--md-11 {
1688
+ grid-column: span 11;
1689
+ }
1690
+ .prokodo-GridRow--md-12 {
1691
+ grid-column: span 12;
1692
+ }
1693
+ }
1694
+ @media screen and (min-width: 960px) {
1695
+ .prokodo-GridRow--lg-1 {
1696
+ grid-column: span 1;
1697
+ }
1698
+ .prokodo-GridRow--lg-2 {
1699
+ grid-column: span 2;
1700
+ }
1701
+ .prokodo-GridRow--lg-3 {
1702
+ grid-column: span 3;
1703
+ }
1704
+ .prokodo-GridRow--lg-4 {
1705
+ grid-column: span 4;
1706
+ }
1707
+ .prokodo-GridRow--lg-5 {
1708
+ grid-column: span 5;
1709
+ }
1710
+ .prokodo-GridRow--lg-6 {
1711
+ grid-column: span 6;
1712
+ }
1713
+ .prokodo-GridRow--lg-7 {
1714
+ grid-column: span 7;
1715
+ }
1716
+ .prokodo-GridRow--lg-8 {
1717
+ grid-column: span 8;
1718
+ }
1719
+ .prokodo-GridRow--lg-9 {
1720
+ grid-column: span 9;
1721
+ }
1722
+ .prokodo-GridRow--lg-10 {
1723
+ grid-column: span 10;
1724
+ }
1725
+ .prokodo-GridRow--lg-11 {
1726
+ grid-column: span 11;
1727
+ }
1728
+ .prokodo-GridRow--lg-12 {
1729
+ grid-column: span 12;
1730
+ }
1731
+ }
1732
+ @media screen and (min-width: 1280px) {
1733
+ .prokodo-GridRow--xl-1 {
1734
+ grid-column: span 1;
1735
+ }
1736
+ .prokodo-GridRow--xl-2 {
1737
+ grid-column: span 2;
1738
+ }
1739
+ .prokodo-GridRow--xl-3 {
1740
+ grid-column: span 3;
1741
+ }
1742
+ .prokodo-GridRow--xl-4 {
1743
+ grid-column: span 4;
1744
+ }
1745
+ .prokodo-GridRow--xl-5 {
1746
+ grid-column: span 5;
1747
+ }
1748
+ .prokodo-GridRow--xl-6 {
1749
+ grid-column: span 6;
1750
+ }
1751
+ .prokodo-GridRow--xl-7 {
1752
+ grid-column: span 7;
1753
+ }
1754
+ .prokodo-GridRow--xl-8 {
1755
+ grid-column: span 8;
1756
+ }
1757
+ .prokodo-GridRow--xl-9 {
1758
+ grid-column: span 9;
1759
+ }
1760
+ .prokodo-GridRow--xl-10 {
1761
+ grid-column: span 10;
1762
+ }
1763
+ .prokodo-GridRow--xl-11 {
1764
+ grid-column: span 11;
1765
+ }
1766
+ .prokodo-GridRow--xl-12 {
1767
+ grid-column: span 12;
1768
+ }
1769
+ }
1770
+
1771
+ .prokodo-Headline {
1772
+ margin: 0;
1773
+ /* Basale Farb-Varianten (ohne Gradients) */
1774
+ /* Highlight-Grundlage */
1775
+ /* Varianten mit Highlight (mit Gradients/Shadow) */
1776
+ /* Größen */
1777
+ /* Alignment */
1778
+ }
1779
+ .prokodo-Headline--inherit {
1780
+ color: var(--color-grey-700);
1781
+ }
1782
+ .prokodo-Headline--primary {
1783
+ color: var(--color-primary-500);
1784
+ }
1785
+ .prokodo-Headline--secondary {
1786
+ color: var(--color-secondary-500);
1787
+ }
1788
+ .prokodo-Headline--success {
1789
+ color: var(--color-success);
1790
+ }
1791
+ .prokodo-Headline--info {
1792
+ color: var(--color-grey-300);
1793
+ }
1794
+ .prokodo-Headline--warning {
1795
+ color: var(--color-warning);
1796
+ }
1797
+ .prokodo-Headline--error {
1798
+ color: var(--color-error);
1799
+ }
1800
+ .prokodo-Headline--white {
1801
+ color: #fff;
1802
+ }
1803
+ .prokodo-Headline--black {
1804
+ color: var(--color-black);
1805
+ }
1806
+ .prokodo-Headline--is-highlighted {
1807
+ background-clip: text;
1808
+ -webkit-background-clip: text;
1809
+ -webkit-text-fill-color: transparent;
1810
+ }
1811
+ .prokodo-Headline--inherit--highlighted {
1812
+ background-image: var(--gradient-text-grey);
1813
+ -webkit-background-clip: text;
1814
+ background-clip: text;
1815
+ -webkit-text-fill-color: transparent;
1816
+ }
1817
+ .prokodo-Headline--primary--highlighted {
1818
+ background-image: var(--gradient-text-primary-secondary);
1819
+ -webkit-background-clip: text;
1820
+ background-clip: text;
1821
+ -webkit-text-fill-color: transparent;
1822
+ filter: drop-shadow(var(--elevation-1--text));
1823
+ }
1824
+ .prokodo-Headline--secondary--highlighted {
1825
+ background-image: var(--gradient-text-primary);
1826
+ -webkit-background-clip: text;
1827
+ background-clip: text;
1828
+ -webkit-text-fill-color: transparent;
1829
+ filter: drop-shadow(var(--elevation-1--text));
1830
+ }
1831
+ .prokodo-Headline--success--highlighted {
1832
+ background-image: var(--gradient-text-success);
1833
+ -webkit-background-clip: text;
1834
+ background-clip: text;
1835
+ -webkit-text-fill-color: transparent;
1836
+ filter: drop-shadow(var(--elevation-1--text));
1837
+ }
1838
+ .prokodo-Headline--warning--highlighted {
1839
+ background-image: var(--gradient-text-warning);
1840
+ -webkit-background-clip: text;
1841
+ background-clip: text;
1842
+ -webkit-text-fill-color: transparent;
1843
+ filter: drop-shadow(var(--elevation-1--text));
1844
+ }
1845
+ .prokodo-Headline--error--highlighted {
1846
+ background-image: var(--gradient-text-error);
1847
+ -webkit-background-clip: text;
1848
+ background-clip: text;
1849
+ -webkit-text-fill-color: transparent;
1850
+ filter: drop-shadow(var(--elevation-1--text));
1851
+ }
1852
+ .prokodo-Headline--xs {
1853
+ font-weight: 400;
1854
+ font-size: 1rem;
1855
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1856
+ font-style: normal;
1857
+ line-height: 1.4;
1858
+ letter-spacing: 0.03em;
1859
+ text-transform: none;
1860
+ text-align: left;
1861
+ text-decoration: none;
1862
+ }
1863
+ .prokodo-Headline--sm {
1864
+ font-weight: 400;
1865
+ font-size: 1.125rem;
1866
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1867
+ font-style: normal;
1868
+ line-height: 1.45;
1869
+ letter-spacing: 0.03em;
1870
+ text-transform: none;
1871
+ text-align: left;
1872
+ text-decoration: none;
1873
+ }
1874
+ .prokodo-Headline--md {
1875
+ font-weight: 400;
1876
+ font-size: 1.125rem;
1877
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1878
+ font-style: normal;
1879
+ line-height: 1.5;
1880
+ letter-spacing: 0.03em;
1881
+ text-transform: none;
1882
+ text-align: left;
1883
+ text-decoration: none;
1884
+ }
1885
+ @media screen and (min-width: 480px) {
1886
+ .prokodo-Headline--md {
1887
+ font-size: 1.5rem;
1888
+ }
1889
+ }
1890
+ @media screen and (min-width: 960px) {
1891
+ .prokodo-Headline--md {
1892
+ font-size: 1.5rem;
1893
+ }
1894
+ }
1895
+ .prokodo-Headline--lg {
1896
+ font-weight: 500;
1897
+ font-size: 1.5rem;
1898
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1899
+ font-style: normal;
1900
+ line-height: 1.5;
1901
+ letter-spacing: 0.03em;
1902
+ text-transform: none;
1903
+ text-align: left;
1904
+ text-decoration: none;
1905
+ }
1906
+ @media screen and (min-width: 480px) {
1907
+ .prokodo-Headline--lg {
1908
+ font-size: 1.5rem;
1909
+ }
1910
+ }
1911
+ @media screen and (min-width: 960px) {
1912
+ .prokodo-Headline--lg {
1913
+ font-size: 1.75rem;
1914
+ }
1915
+ }
1916
+ .prokodo-Headline--xl {
1917
+ font-weight: 700;
1918
+ font-size: 1.5rem;
1919
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1920
+ font-style: normal;
1921
+ line-height: 1.55;
1922
+ letter-spacing: 0.03em;
1923
+ text-transform: none;
1924
+ text-align: left;
1925
+ text-decoration: none;
1926
+ }
1927
+ @media screen and (min-width: 480px) {
1928
+ .prokodo-Headline--xl {
1929
+ font-size: 1.75rem;
1930
+ }
1931
+ }
1932
+ @media screen and (min-width: 960px) {
1933
+ .prokodo-Headline--xl {
1934
+ font-size: 2.25rem;
1935
+ }
1936
+ }
1937
+ .prokodo-Headline--xxl {
1938
+ font-weight: 900;
1939
+ font-size: 1.75rem;
1940
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
1941
+ font-style: normal;
1942
+ line-height: 1.6;
1943
+ letter-spacing: 0.03em;
1944
+ text-transform: none;
1945
+ text-align: left;
1946
+ text-decoration: none;
1947
+ }
1948
+ @media screen and (min-width: 480px) {
1949
+ .prokodo-Headline--xxl {
1950
+ font-size: 2.25rem;
1951
+ }
1952
+ }
1953
+ @media screen and (min-width: 960px) {
1954
+ .prokodo-Headline--xxl {
1955
+ font-size: 2.75rem;
1956
+ }
1957
+ }
1958
+ .prokodo-Headline--center {
1959
+ text-align: center;
1960
+ justify-content: center;
1961
+ }
1962
+ .prokodo-Headline--right {
1963
+ text-align: right;
1964
+ justify-content: flex-end;
1965
+ }
1966
+
1967
+ .prokodo-Icon {
1968
+ display: inline-block;
1969
+ background-color: currentColor;
1970
+ -webkit-mask-size: contain;
1971
+ mask-size: contain;
1972
+ -webkit-mask-repeat: no-repeat;
1973
+ mask-repeat: no-repeat;
1974
+ -webkit-mask-position: center;
1975
+ mask-position: center;
1976
+ --webkit-mask-size: contain;
1977
+ --webkit-mask-repeat: no-repeat;
1978
+ --webkit-mask-position: center;
1979
+ }
1980
+ .prokodo-Icon--primary {
1981
+ color: var(--color-primary-500);
1982
+ }
1983
+ .prokodo-Icon--primary:hover {
1984
+ color: var(--color-primary-500);
1985
+ }
1986
+ .prokodo-Icon--secondary {
1987
+ color: var(--color-secondary-500);
1988
+ }
1989
+ .prokodo-Icon--secondary:hover {
1990
+ color: var(--color-secondary-500);
1991
+ }
1992
+ .prokodo-Icon--info {
1993
+ color: var(--color-grey-300);
1994
+ }
1995
+ .prokodo-Icon--info:hover {
1996
+ color: var(--color-grey-300);
1997
+ }
1998
+ .prokodo-Icon--success {
1999
+ color: var(--color-success);
2000
+ }
2001
+ .prokodo-Icon--success:hover {
2002
+ color: var(--color-success);
2003
+ }
2004
+ .prokodo-Icon--warning {
2005
+ color: var(--color-warning);
2006
+ }
2007
+ .prokodo-Icon--warning:hover {
2008
+ color: var(--color-warning);
2009
+ }
2010
+ .prokodo-Icon--error {
2011
+ color: var(--color-error);
2012
+ }
2013
+ .prokodo-Icon--error:hover {
2014
+ color: var(--color-error);
2015
+ }
2016
+ .prokodo-Icon--white {
2017
+ color: #FFFFFF;
2018
+ }
2019
+ .prokodo-Icon--white:hover {
2020
+ color: #FFFFFF;
2021
+ }
2022
+
2023
+ .prokodo-Image {
2024
+ position: relative;
2025
+ display: flex;
2026
+ justify-content: center;
2027
+ align-items: center;
2028
+ width: 100%;
2029
+ height: 100%;
2030
+ margin: 0;
2031
+ padding-bottom: 1rem;
2032
+ }
2033
+ .prokodo-Image__caption {
2034
+ position: absolute;
2035
+ width: 100%;
2036
+ bottom: -1rem;
2037
+ left: 0;
2038
+ opacity: 0.5;
2039
+ font-weight: 400;
2040
+ font-size: 1rem;
2041
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2042
+ font-style: normal;
2043
+ line-height: 1.45;
2044
+ letter-spacing: 0.03em;
2045
+ text-transform: none;
2046
+ text-align: left;
2047
+ text-decoration: none;
2048
+ }
2049
+ @media screen and (min-width: 480px) {
2050
+ .prokodo-Image__caption {
2051
+ font-size: 0.875rem;
2052
+ line-height: 1.4;
2053
+ }
2054
+ }
2055
+ @media screen and (min-width: 960px) {
2056
+ .prokodo-Image__caption {
2057
+ font-size: 0.875rem;
2058
+ line-height: 1.4;
2059
+ }
2060
+ }
2061
+ .prokodo-Image__caption {
2062
+ text-align: center;
2063
+ }
2064
+
2065
+ .prokodo-ImageText__grid {
2066
+ position: relative;
2067
+ flex-direction: column-reverse !important;
2068
+ }
2069
+ @media screen and (min-width: 960px) {
2070
+ .prokodo-ImageText__grid {
2071
+ flex-direction: row !important;
2072
+ }
2073
+ }
2074
+ .prokodo-ImageText__grid--is-reverse {
2075
+ flex-direction: column-reverse !important;
2076
+ }
2077
+ @media screen and (min-width: 960px) {
2078
+ .prokodo-ImageText__grid--is-reverse {
2079
+ flex-direction: row-reverse !important;
2080
+ }
2081
+ }
2082
+ .prokodo-ImageText__sub__headline {
2083
+ text-transform: uppercase;
2084
+ }
2085
+ .prokodo-ImageText__content {
2086
+ display: flex;
2087
+ align-items: center;
2088
+ align-self: end;
2089
+ font-weight: 400;
2090
+ font-size: 1.125rem;
2091
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2092
+ font-style: normal;
2093
+ line-height: 1.55;
2094
+ letter-spacing: 0.03em;
2095
+ text-transform: none;
2096
+ text-align: left;
2097
+ text-decoration: none;
2098
+ }
2099
+ @media screen and (min-width: 480px) {
2100
+ .prokodo-ImageText__content {
2101
+ font-size: 1rem;
2102
+ }
2103
+ }
2104
+ @media screen and (min-width: 960px) {
2105
+ .prokodo-ImageText__content {
2106
+ font-size: 1rem;
2107
+ }
2108
+ }
2109
+ @media screen and (min-width: 1280px) {
2110
+ .prokodo-ImageText__content {
2111
+ align-self: center;
2112
+ }
2113
+ }
2114
+ .prokodo-ImageText__content__paragraph {
2115
+ color: var(--color-grey-300);
2116
+ }
2117
+ .prokodo-ImageText__animated__container {
2118
+ width: 100%;
2119
+ }
2120
+ .prokodo-ImageText__animation {
2121
+ width: 100%;
2122
+ height: 100%;
2123
+ }
2124
+ .prokodo-ImageText__image {
2125
+ display: flex;
2126
+ justify-content: center;
2127
+ align-items: center;
2128
+ align-self: end;
2129
+ }
2130
+ .prokodo-ImageText__image__src {
2131
+ width: 100%;
2132
+ }
2133
+
2134
+ .prokodo-Input {
2135
+ position: relative;
2136
+ display: flex;
2137
+ flex-direction: column;
2138
+ justify-content: space-around;
2139
+ height: 100%;
2140
+ width: 100%;
2141
+ }
2142
+ .prokodo-Input__label {
2143
+ transform-origin: top left;
2144
+ transition: transform 0.2s ease, color 0.2s ease, background-color 0.2s ease;
2145
+ padding-bottom: 0.5rem;
2146
+ color: var(--color-grey-600);
2147
+ z-index: 1;
2148
+ pointer-events: none;
2149
+ }
2150
+ @media screen and (min-width: 960px) {
2151
+ .prokodo-Input__label {
2152
+ position: absolute;
2153
+ left: 1.5rem;
2154
+ font-size: 1.125rem;
2155
+ top: 1.75rem;
2156
+ /* start centered vertically, at full size */
2157
+ transform: translateY(-50%) scale(1);
2158
+ padding: 0;
2159
+ }
2160
+ }
2161
+ @media screen and (min-width: 960px) {
2162
+ .prokodo-Input__label--is-focused {
2163
+ /* lift up and shrink */
2164
+ transform: translateY(-150%) scale(0.75);
2165
+ color: var(--color-primary-500);
2166
+ /* white background behind text so it “floats” */
2167
+ background-color: var(--color-white);
2168
+ padding: 0 0.25rem;
2169
+ }
2170
+ }
2171
+ .prokodo-Input__inner {
2172
+ position: relative;
2173
+ }
2174
+ .prokodo-Input__field {
2175
+ position: relative;
2176
+ box-shadow: var(--elevation-1);
2177
+ border-radius: 1.5rem;
2178
+ }
2179
+ .prokodo-Input__input {
2180
+ width: calc(100% - 0.25rem + 4px);
2181
+ padding: 0;
2182
+ text-align: left;
2183
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
2184
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
2185
+ -webkit-mask-composite: source-over;
2186
+ mask-composite: add;
2187
+ border: none;
2188
+ color: var(--color-grey-900);
2189
+ border-radius: 1.5rem;
2190
+ background: var(--gradient-border-7);
2191
+ /* Standard :autofill selector (supported in modern browsers) */
2192
+ /* Chrome / Edge / Opera / Safari (WebKit/Blink) */
2193
+ /* Firefox (legacy) */
2194
+ /* Optional: border style when autofilled */
2195
+ /* Optional: gleiche Styles für Textareas, falls autocomplete genutzt wird */
2196
+ }
2197
+ .prokodo-Input__input input:-webkit-autofill, .prokodo-Input__input textarea:-webkit-autofill {
2198
+ background-color: var(--color-white);
2199
+ color: var(--color-grey-900);
2200
+ }
2201
+ .prokodo-Input__input input:autofill,
2202
+ .prokodo-Input__input textarea:autofill {
2203
+ background-color: var(--color-white);
2204
+ color: var(--color-grey-900);
2205
+ }
2206
+ .prokodo-Input__input input:-webkit-autofill,
2207
+ .prokodo-Input__input input:-webkit-autofill:hover,
2208
+ .prokodo-Input__input input:-webkit-autofill:focus,
2209
+ .prokodo-Input__input textarea:-webkit-autofill,
2210
+ .prokodo-Input__input textarea:-webkit-autofill:hover,
2211
+ .prokodo-Input__input textarea:-webkit-autofill:focus {
2212
+ /* Paint over the browser’s autofill background */
2213
+ box-shadow: 0 0 0 1000px var(--color-white) inset;
2214
+ /* Text color inside autofilled field */
2215
+ -webkit-text-fill-color: var(--color-grey-900);
2216
+ /* Long transition hack so the yellow flash is not visible */
2217
+ -webkit-transition: background-color 9999s ease-out, color 9999s ease-out;
2218
+ transition: background-color 9999s ease-out, color 9999s ease-out;
2219
+ }
2220
+ .prokodo-Input__input input:-moz-autofill,
2221
+ .prokodo-Input__input textarea:-moz-autofill {
2222
+ box-shadow: 0 0 0 1000px var(--color-white) inset;
2223
+ background-color: var(--color-white);
2224
+ color: var(--color-grey-900);
2225
+ }
2226
+ .prokodo-Input__input input:is(:-webkit-autofill, :-webkit-autofill), .prokodo-Input__input textarea:is(:-webkit-autofill, :-webkit-autofill) {
2227
+ border-color: none; /* adjust as needed */
2228
+ }
2229
+ .prokodo-Input__input input:is(:autofill, :-webkit-autofill),
2230
+ .prokodo-Input__input textarea:is(:autofill, :-webkit-autofill) {
2231
+ border-color: none; /* adjust as needed */
2232
+ }
2233
+ .prokodo-Input__input textarea:-webkit-autofill,
2234
+ .prokodo-Input__input textarea:-moz-autofill {
2235
+ box-shadow: 0 0 0 1000px #ffffff inset;
2236
+ -webkit-text-fill-color: #000000;
2237
+ color: #000000 !important;
2238
+ }
2239
+ .prokodo-Input__input--is-focused {
2240
+ background: var(--gradient-border-4);
2241
+ }
2242
+ .prokodo-Input__input:hover {
2243
+ background: var(--gradient-border-4);
2244
+ }
2245
+ .prokodo-Input__input--multiline {
2246
+ display: flex;
2247
+ flex-direction: column;
2248
+ height: 100%;
2249
+ }
2250
+ .prokodo-Input__input--focused {
2251
+ background: var(--gradient-border-4);
2252
+ }
2253
+ .prokodo-Input__input--disabled {
2254
+ background: var(--gradient-border-8);
2255
+ }
2256
+ .prokodo-Input__input--disabled:hover {
2257
+ background: var(--gradient-border-8);
2258
+ }
2259
+ .prokodo-Input__input__node {
2260
+ width: calc(100% - 1.5rem - 1.5rem - 0.25rem);
2261
+ padding: 0.875rem 1.5rem;
2262
+ margin: 2px;
2263
+ border: none;
2264
+ outline: none;
2265
+ border-radius: 1.5rem;
2266
+ color: var(--color-grey-900);
2267
+ background-color: var(--color-white);
2268
+ font-weight: 400;
2269
+ font-size: 1.125rem;
2270
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2271
+ font-style: normal;
2272
+ line-height: 1.55;
2273
+ letter-spacing: 0.03em;
2274
+ text-transform: none;
2275
+ text-align: left;
2276
+ text-decoration: none;
2277
+ }
2278
+ @media screen and (min-width: 480px) {
2279
+ .prokodo-Input__input__node {
2280
+ font-size: 1rem;
2281
+ }
2282
+ }
2283
+ @media screen and (min-width: 960px) {
2284
+ .prokodo-Input__input__node {
2285
+ font-size: 1rem;
2286
+ }
2287
+ }
2288
+ .prokodo-Input__input__node {
2289
+ font-size: 1rem;
2290
+ }
2291
+ .prokodo-Input__input__node--multiline {
2292
+ /* allow it to grow to fill the wrapper */
2293
+ flex: 1 1;
2294
+ /* remove inline-table & min-height */
2295
+ display: block;
2296
+ height: 100%;
2297
+ resize: vertical;
2298
+ overflow: auto;
2299
+ position: relative;
2300
+ }
2301
+ .prokodo-Input__input__node--multiline::-webkit-resizer {
2302
+ display: none;
2303
+ }
2304
+ .prokodo-Input__input__node--multiline::after {
2305
+ content: "";
2306
+ position: absolute;
2307
+ right: 5px;
2308
+ bottom: 5px;
2309
+ width: 16px;
2310
+ height: 16px;
2311
+ background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23000" d="M2 14h12v1H2zM0 12h16v1H0zM4 10h8v1H4z"/></svg>') no-repeat center center;
2312
+ opacity: 0.5;
2313
+ pointer-events: none;
2314
+ }
2315
+ .prokodo-Input__input__node:disabled {
2316
+ color: var(--color-grey-300);
2317
+ background: var(--color-white);
2318
+ }
2319
+ .prokodo-Input__input:focus {
2320
+ border-color: var(--color-primary-500);
2321
+ box-shadow: 0 0 5px var(--color-primary-500);
2322
+ }
2323
+ .prokodo-Input__input[aria-invalid=true] {
2324
+ border-color: var(--color-error);
2325
+ }
2326
+ .prokodo-Input__footer {
2327
+ display: flex;
2328
+ justify-content: space-between;
2329
+ }
2330
+ .prokodo-Input__footer--counter-only {
2331
+ justify-content: flex-end;
2332
+ }
2333
+ .prokodo-Input__helperText__wrapper {
2334
+ padding-top: 0.25rem;
2335
+ margin-bottom: 0 !important;
2336
+ }
2337
+ .prokodo-Input__helperText {
2338
+ padding-left: 1.5rem;
2339
+ padding-top: 0.75rem;
2340
+ display: flex;
2341
+ color: var(--color-grey-300);
2342
+ width: 80%;
2343
+ font-weight: 400;
2344
+ font-size: 1rem;
2345
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2346
+ font-style: normal;
2347
+ line-height: 1.45;
2348
+ letter-spacing: 0.03em;
2349
+ text-transform: none;
2350
+ text-align: left;
2351
+ text-decoration: none;
2352
+ }
2353
+ @media screen and (min-width: 480px) {
2354
+ .prokodo-Input__helperText {
2355
+ font-size: 0.875rem;
2356
+ line-height: 1.4;
2357
+ }
2358
+ }
2359
+ @media screen and (min-width: 960px) {
2360
+ .prokodo-Input__helperText {
2361
+ font-size: 0.875rem;
2362
+ line-height: 1.4;
2363
+ }
2364
+ }
2365
+ html[data-theme=dark] .prokodo-Input__helperText {
2366
+ color: var(--color-grey-700);
2367
+ }
2368
+ .prokodo-Input__helperText__content {
2369
+ width: 100%;
2370
+ }
2371
+ .prokodo-Input__helperText__content--is-error {
2372
+ color: var(--color-error);
2373
+ }
2374
+ .prokodo-Input__helperText__legend {
2375
+ width: 25%;
2376
+ text-align: right;
2377
+ }
2378
+ .prokodo-Input__counter {
2379
+ padding-top: 0.75rem;
2380
+ color: var(--color-grey-600);
2381
+ font-weight: 400;
2382
+ font-size: 1rem;
2383
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2384
+ font-style: normal;
2385
+ line-height: 1.45;
2386
+ letter-spacing: 0.03em;
2387
+ text-transform: none;
2388
+ text-align: left;
2389
+ text-decoration: none;
2390
+ }
2391
+ @media screen and (min-width: 480px) {
2392
+ .prokodo-Input__counter {
2393
+ font-size: 0.875rem;
2394
+ line-height: 1.4;
2395
+ }
2396
+ }
2397
+ @media screen and (min-width: 960px) {
2398
+ .prokodo-Input__counter {
2399
+ font-size: 0.875rem;
2400
+ line-height: 1.4;
2401
+ }
2402
+ }
2403
+ .prokodo-InputOTP {
2404
+ display: flex;
2405
+ justify-content: space-between;
2406
+ }
2407
+ .prokodo-InputOTP__label, .prokodo-InputOTP__instruction {
2408
+ position: absolute;
2409
+ top: auto;
2410
+ left: -99999px;
2411
+ width: 0;
2412
+ height: 0;
2413
+ text-indent: -99999px;
2414
+ }
2415
+ .prokodo-InputOTP__field {
2416
+ width: 42px;
2417
+ height: 42px;
2418
+ }
2419
+ .prokodo-InputOTP__input {
2420
+ width: 42px;
2421
+ height: 42px;
2422
+ }
2423
+ .prokodo-InputOTP__input__container {
2424
+ width: 100%;
2425
+ height: 100%;
2426
+ border-radius: 80px;
2427
+ }
2428
+ .prokodo-InputOTP__input__node {
2429
+ width: 100%;
2430
+ padding: 0.5rem 1rem;
2431
+ }
2432
+
2433
+ .prokodo-Label {
2434
+ font-weight: 400;
2435
+ display: block;
2436
+ font-weight: 500;
2437
+ font-size: 1.125rem;
2438
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2439
+ font-style: normal;
2440
+ line-height: 1.55;
2441
+ letter-spacing: 0.03em;
2442
+ text-transform: none;
2443
+ text-align: left;
2444
+ text-decoration: none;
2445
+ }
2446
+ @media screen and (min-width: 480px) {
2447
+ .prokodo-Label {
2448
+ font-size: 1.125rem;
2449
+ line-height: 1.5;
2450
+ }
2451
+ }
2452
+ @media screen and (min-width: 960px) {
2453
+ .prokodo-Label {
2454
+ font-size: 1.125rem;
2455
+ line-height: 1.5;
2456
+ }
2457
+ }
2458
+ .prokodo-Label {
2459
+ font-size: 1rem;
2460
+ }
2461
+ .prokodo-Label {
2462
+ filter: drop-shadow(var(--elevation-1--text));
2463
+ }
2464
+ .prokodo-Label__highlighted {
2465
+ font-style: normal;
2466
+ background-image: var(--gradient-text-primary);
2467
+ -webkit-background-clip: text;
2468
+ background-clip: text;
2469
+ -webkit-text-fill-color: transparent;
2470
+ }
2471
+ .prokodo-Label__highlighted--error {
2472
+ background-image: var(--gradient-text-error);
2473
+ }
2474
+ .prokodo-Label__text {
2475
+ color: var(--color-grey-500);
2476
+ font-style: normal;
2477
+ }
2478
+ html[data-theme=dark] .prokodo-Label__text {
2479
+ color: var(--color-grey-700);
2480
+ }
2481
+
2482
+ .prokodo-Link {
2483
+ text-decoration: none;
2484
+ cursor: pointer;
2485
+ color: var(--color-grey-500);
2486
+ font-weight: 500;
2487
+ font-size: 1.125rem;
2488
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2489
+ font-style: normal;
2490
+ line-height: 1.55;
2491
+ letter-spacing: 0.03em;
2492
+ text-transform: none;
2493
+ text-align: left;
2494
+ text-decoration: none;
2495
+ }
2496
+ @media screen and (min-width: 480px) {
2497
+ .prokodo-Link {
2498
+ font-size: 1rem;
2499
+ line-height: 1.5;
2500
+ }
2501
+ }
2502
+ @media screen and (min-width: 960px) {
2503
+ .prokodo-Link {
2504
+ font-size: 1rem;
2505
+ line-height: 1.5;
2506
+ }
2507
+ }
2508
+ .prokodo-Link:hover {
2509
+ text-decoration: underline;
2510
+ }
2511
+ .prokodo-Link--has-no-background:hover {
2512
+ text-decoration: underline;
2513
+ color: var(--color-primary-500);
2514
+ }
2515
+ .prokodo-Link--has-no-background:focus {
2516
+ color: var(--color-primary-500);
2517
+ }
2518
+ .prokodo-Link--has-no-background--primary {
2519
+ color: var(--color-primary-500);
2520
+ }
2521
+ .prokodo-Link--has-no-background--secondary {
2522
+ color: var(--color-secondary-500);
2523
+ }
2524
+ .prokodo-Link--has-no-background--info {
2525
+ color: var(--color-grey-300);
2526
+ }
2527
+ .prokodo-Link--has-no-background--success {
2528
+ color: var(--color-success);
2529
+ }
2530
+ .prokodo-Link--has-no-background--warning {
2531
+ color: var(--color-warning);
2532
+ }
2533
+ .prokodo-Link--has-no-background--error {
2534
+ color: var(--color-error);
2535
+ }
2536
+ .prokodo-Link--has-no-background--white {
2537
+ color: var(--color-white);
2538
+ }
2539
+ .prokodo-Link--has-no-background--white:hover {
2540
+ color: var(--color-white);
2541
+ }
2542
+ .prokodo-Link--has-no-background--primary:hover, .prokodo-Link--has-no-background--secondary:hover, .prokodo-Link--has-no-background--success:hover, .prokodo-Link--has-no-background--error:hover, .prokodo-Link--has-no-background--info:hover, .prokodo-Link--has-no-background--warning:hover {
2543
+ color: var(--color-grey-500);
2544
+ }
2545
+ .prokodo-Link--has-no-background--primary:focus, .prokodo-Link--has-no-background--secondary:focus, .prokodo-Link--has-no-background--success:focus, .prokodo-Link--has-no-background--error:focus, .prokodo-Link--has-no-background--info:focus, .prokodo-Link--has-no-background--warning:focus {
2546
+ color: var(--color-grey-500);
2547
+ }
2548
+
2549
+ .prokodo-List {
2550
+ padding: 0;
2551
+ }
2552
+ .prokodo-List__item {
2553
+ display: flex;
2554
+ flex-wrap: wrap;
2555
+ align-items: center;
2556
+ width: 100%;
2557
+ margin: 0.25rem 0;
2558
+ color: var(--color-grey-500);
2559
+ font-weight: 500;
2560
+ font-size: 1.125rem;
2561
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2562
+ font-style: normal;
2563
+ line-height: 1.55;
2564
+ letter-spacing: 0.03em;
2565
+ text-transform: none;
2566
+ text-align: left;
2567
+ text-decoration: none;
2568
+ }
2569
+ @media screen and (min-width: 480px) {
2570
+ .prokodo-List__item {
2571
+ font-size: 1.125rem;
2572
+ line-height: 1.5;
2573
+ }
2574
+ }
2575
+ @media screen and (min-width: 960px) {
2576
+ .prokodo-List__item {
2577
+ font-size: 1.125rem;
2578
+ line-height: 1.5;
2579
+ }
2580
+ }
2581
+ .prokodo-List__item {
2582
+ font-weight: 500;
2583
+ }
2584
+ .prokodo-List__item--has-icon {
2585
+ flex-wrap: nowrap;
2586
+ }
2587
+ .prokodo-List__item__card {
2588
+ margin: 0.75rem 0;
2589
+ }
2590
+ .prokodo-List__item__card__content {
2591
+ display: flex;
2592
+ align-items: center;
2593
+ padding: 0.75rem;
2594
+ }
2595
+ .prokodo-List__item__inner {
2596
+ width: 100%;
2597
+ display: flex;
2598
+ }
2599
+ .prokodo-List__item__link {
2600
+ font-weight: 400;
2601
+ font-size: 1.125rem;
2602
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2603
+ font-style: normal;
2604
+ line-height: 1.55;
2605
+ letter-spacing: 0.03em;
2606
+ text-transform: none;
2607
+ text-align: left;
2608
+ text-decoration: none;
2609
+ }
2610
+ @media screen and (min-width: 480px) {
2611
+ .prokodo-List__item__link {
2612
+ font-size: 1rem;
2613
+ }
2614
+ }
2615
+ @media screen and (min-width: 960px) {
2616
+ .prokodo-List__item__link {
2617
+ font-size: 1rem;
2618
+ }
2619
+ }
2620
+ .prokodo-List__item__link__header {
2621
+ display: flex;
2622
+ align-items: center;
2623
+ }
2624
+ .prokodo-List__item__icon {
2625
+ display: flex;
2626
+ align-items: center;
2627
+ justify-content: center;
2628
+ align-self: flex-start;
2629
+ min-width: 2.5rem;
2630
+ height: 2.5rem;
2631
+ margin-top: 0.25rem;
2632
+ margin-right: 0.25rem;
2633
+ border-radius: 1000rem;
2634
+ background-color: var(--color-grey-50);
2635
+ }
2636
+ html[data-theme=dark] .prokodo-List__item__icon {
2637
+ background-color: var(--color-grey-400);
2638
+ }
2639
+ .prokodo-List__item__icon__wrapper {
2640
+ display: flex;
2641
+ align-items: center;
2642
+ padding-right: 0.5rem;
2643
+ }
2644
+ .prokodo-List__item__title--card {
2645
+ display: block;
2646
+ padding: 0.75rem 0 0.25rem 0.5rem;
2647
+ font-weight: 500;
2648
+ font-size: 1.125rem;
2649
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2650
+ font-style: normal;
2651
+ line-height: 1.55;
2652
+ letter-spacing: 0.03em;
2653
+ text-transform: none;
2654
+ text-align: left;
2655
+ text-decoration: none;
2656
+ }
2657
+ @media screen and (min-width: 480px) {
2658
+ .prokodo-List__item__title--card {
2659
+ font-size: 1.125rem;
2660
+ line-height: 1.5;
2661
+ }
2662
+ }
2663
+ @media screen and (min-width: 960px) {
2664
+ .prokodo-List__item__title--card {
2665
+ font-size: 1.125rem;
2666
+ line-height: 1.5;
2667
+ }
2668
+ }
2669
+ .prokodo-List__item__title--card {
2670
+ font-weight: 500;
2671
+ }
2672
+ .prokodo-List__item__content {
2673
+ width: calc(100% - 2rem);
2674
+ }
2675
+ .prokodo-List__item__desc {
2676
+ color: var(--color-grey-600);
2677
+ margin: 0;
2678
+ padding: 0.25rem 0;
2679
+ display: block;
2680
+ width: 100%;
2681
+ -webkit-box-orient: vertical;
2682
+ line-clamp: 3;
2683
+ -webkit-line-clamp: 3; /* Limits the content to 3 lines */
2684
+ overflow: hidden;
2685
+ text-overflow: ellipsis; /* Adds the ellipsis at the end */
2686
+ word-wrap: break-word;
2687
+ font-weight: 400;
2688
+ font-size: 1.125rem;
2689
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2690
+ font-style: normal;
2691
+ line-height: 1.55;
2692
+ letter-spacing: 0.03em;
2693
+ text-transform: none;
2694
+ text-align: left;
2695
+ text-decoration: none;
2696
+ }
2697
+ @media screen and (min-width: 480px) {
2698
+ .prokodo-List__item__desc {
2699
+ font-size: 1rem;
2700
+ }
2701
+ }
2702
+ @media screen and (min-width: 960px) {
2703
+ .prokodo-List__item__desc {
2704
+ font-size: 1rem;
2705
+ }
2706
+ }
2707
+ .prokodo-List__item__desc--card {
2708
+ padding-top: 0;
2709
+ padding-left: 0.5rem;
2710
+ }
2711
+ .prokodo-List__item--is-clickable {
2712
+ cursor: pointer;
2713
+ color: var(--color-grey-500);
2714
+ }
2715
+ .prokodo-List__item--is-clickable a {
2716
+ font-weight: 500;
2717
+ font-size: 1.125rem;
2718
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2719
+ font-style: normal;
2720
+ line-height: 1.55;
2721
+ letter-spacing: 0.03em;
2722
+ text-transform: none;
2723
+ text-align: left;
2724
+ text-decoration: none;
2725
+ }
2726
+ @media screen and (min-width: 480px) {
2727
+ .prokodo-List__item--is-clickable a {
2728
+ font-size: 1.125rem;
2729
+ line-height: 1.5;
2730
+ }
2731
+ }
2732
+ @media screen and (min-width: 960px) {
2733
+ .prokodo-List__item--is-clickable a {
2734
+ font-size: 1.125rem;
2735
+ line-height: 1.5;
2736
+ }
2737
+ }
2738
+ .prokodo-List__item--is-clickable a {
2739
+ font-weight: 500;
2740
+ }
2741
+ .prokodo-List__item--is-clickable:hover span[role=presentation] {
2742
+ color: var(--color-primary-500);
2743
+ }
2744
+ .prokodo-List__item--is-clickable:hover .list-title {
2745
+ background-image: var(--gradient-text-primary);
2746
+ -webkit-background-clip: text;
2747
+ background-clip: text;
2748
+ -webkit-text-fill-color: transparent;
2749
+ }
2750
+ .prokodo-List__item--is-clickable--inherit:hover {
2751
+ color: var(--color-primary-500);
2752
+ }
2753
+ .prokodo-List__item--is-clickable--primary {
2754
+ color: var(--color-primary-500);
2755
+ }
2756
+ .prokodo-List__item--is-clickable--secondary {
2757
+ color: var(--color-secondary-500);
2758
+ }
2759
+ .prokodo-List__item--is-clickable--info {
2760
+ color: var(--color-grey-300);
2761
+ }
2762
+ .prokodo-List__item--is-clickable--success {
2763
+ color: var(--color-success);
2764
+ }
2765
+ .prokodo-List__item--is-clickable--warning {
2766
+ color: var(--color-warning);
2767
+ }
2768
+ .prokodo-List__item--is-clickable--error {
2769
+ color: var(--color-error);
2770
+ }
2771
+ .prokodo-List__item--is-clickable--white {
2772
+ color: var(--color-white);
2773
+ }
2774
+ .prokodo-List__item--is-clickable--white:hover {
2775
+ color: var(--color-white);
2776
+ }
2777
+ .prokodo-List__item--is-clickable--primary:hover, .prokodo-List__item--is-clickable--secondary:hover, .prokodo-List__item--is-clickable--success:hover, .prokodo-List__item--is-clickable--error:hover, .prokodo-List__item--is-clickable--info:hover, .prokodo-List__item--is-clickable--warning:hover {
2778
+ color: var(--color-grey-500);
2779
+ }
2780
+ .prokodo-List__item--card {
2781
+ display: block;
2782
+ text-decoration: none;
2783
+ }
2784
+
2785
+ .prokodo-Lottie__container {
2786
+ position: relative;
2787
+ }
2788
+
2789
+ .prokodo-PostItem__grid {
2790
+ /* Mobile: stacked, image on top via order */
2791
+ display: flex;
2792
+ flex-direction: column-reverse;
2793
+ gap: 1rem;
2794
+ align-items: stretch;
2795
+ }
2796
+ @media screen and (min-width: 960px) {
2797
+ .prokodo-PostItem__grid {
2798
+ flex-direction: row;
2799
+ align-items: flex-start;
2800
+ gap: 1.5rem;
2801
+ }
2802
+ }
2803
+ .prokodo-PostItem__media {
2804
+ order: 1;
2805
+ width: 100%;
2806
+ min-width: 0;
2807
+ }
2808
+ @media screen and (min-width: 960px) {
2809
+ .prokodo-PostItem__media {
2810
+ order: 0;
2811
+ flex: 0 1 33.3333%;
2812
+ max-width: 33.333%;
2813
+ min-width: 0; /* prevent overflow pushing layout */
2814
+ }
2815
+ }
2816
+ .prokodo-PostItem__main {
2817
+ order: 0;
2818
+ width: 100%;
2819
+ min-width: 0;
2820
+ }
2821
+ @media screen and (min-width: 960px) {
2822
+ .prokodo-PostItem__main {
2823
+ order: 1;
2824
+ flex: 0 1 66.666%;
2825
+ max-width: 66.666%;
2826
+ min-width: 0;
2827
+ }
2828
+ }
2829
+ .prokodo-PostItem__animation {
2830
+ transform: none;
2831
+ }
2832
+ .prokodo-PostItem__headline {
2833
+ display: -webkit-box;
2834
+ -webkit-line-clamp: 2;
2835
+ -webkit-box-orient: vertical;
2836
+ overflow: hidden;
2837
+ }
2838
+ .prokodo-PostItem__info {
2839
+ display: flex;
2840
+ align-items: center;
2841
+ }
2842
+ .prokodo-PostItem__date {
2843
+ color: var(--color-grey-300);
2844
+ font-weight: 400;
2845
+ font-size: 1.125rem;
2846
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2847
+ font-style: normal;
2848
+ line-height: 1.55;
2849
+ letter-spacing: 0.03em;
2850
+ text-transform: none;
2851
+ text-align: left;
2852
+ text-decoration: none;
2853
+ }
2854
+ @media screen and (min-width: 480px) {
2855
+ .prokodo-PostItem__date {
2856
+ font-size: 1rem;
2857
+ }
2858
+ }
2859
+ @media screen and (min-width: 960px) {
2860
+ .prokodo-PostItem__date {
2861
+ font-size: 1rem;
2862
+ }
2863
+ }
2864
+ .prokodo-PostItem__read__count {
2865
+ padding-left: 0.75rem;
2866
+ color: var(--color-grey-300);
2867
+ font-weight: 400;
2868
+ font-size: 1.125rem;
2869
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2870
+ font-style: normal;
2871
+ line-height: 1.55;
2872
+ letter-spacing: 0.03em;
2873
+ text-transform: none;
2874
+ text-align: left;
2875
+ text-decoration: none;
2876
+ }
2877
+ @media screen and (min-width: 480px) {
2878
+ .prokodo-PostItem__read__count {
2879
+ font-size: 1rem;
2880
+ }
2881
+ }
2882
+ @media screen and (min-width: 960px) {
2883
+ .prokodo-PostItem__read__count {
2884
+ font-size: 1rem;
2885
+ }
2886
+ }
2887
+ .prokodo-PostItem__content {
2888
+ display: flex;
2889
+ align-items: center;
2890
+ min-width: 0; /* ← prevent long lines from forcing column wider */
2891
+ overflow-wrap: anywhere; /* ← allow breaking long words/URLs */
2892
+ font-weight: 400;
2893
+ font-size: 1.125rem;
2894
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2895
+ font-style: normal;
2896
+ line-height: 1.55;
2897
+ letter-spacing: 0.03em;
2898
+ text-transform: none;
2899
+ text-align: left;
2900
+ text-decoration: none;
2901
+ }
2902
+ @media screen and (min-width: 480px) {
2903
+ .prokodo-PostItem__content {
2904
+ font-size: 1rem;
2905
+ }
2906
+ }
2907
+ @media screen and (min-width: 960px) {
2908
+ .prokodo-PostItem__content {
2909
+ font-size: 1rem;
2910
+ }
2911
+ }
2912
+ .prokodo-PostItem__content__paragraph {
2913
+ color: var(--color-grey-500);
2914
+ display: -webkit-box;
2915
+ -webkit-line-clamp: 3;
2916
+ -webkit-box-orient: vertical;
2917
+ overflow: hidden;
2918
+ }
2919
+ .prokodo-PostItem__content__paragraph > p {
2920
+ margin: 0.5rem 0.25rem;
2921
+ }
2922
+ .prokodo-PostItem__image {
2923
+ min-height: 300px;
2924
+ min-height: 300px;
2925
+ -o-object-fit: cover;
2926
+ object-fit: cover;
2927
+ }
2928
+ .prokodo-PostItem__image__content__wrapper {
2929
+ padding: 0;
2930
+ }
2931
+ .prokodo-PostItem__image__wrapper {
2932
+ width: 100%;
2933
+ min-width: 300px;
2934
+ min-height: 300px;
2935
+ border-radius: 25px;
2936
+ overflow: hidden;
2937
+ transform: none; /* prevent overlay */
2938
+ }
2939
+ .prokodo-PostItem__button {
2940
+ width: 100%;
2941
+ margin-top: 1rem;
2942
+ }
2943
+ .prokodo-PostItem__button__content {
2944
+ justify-content: flex-start;
2945
+ }
2946
+ @media screen and (min-width: 375px) {
2947
+ .prokodo-PostItem__button {
2948
+ width: auto;
2949
+ }
2950
+ }
2951
+
2952
+ .prokodo-PostItemAuthor {
2953
+ display: flex;
2954
+ align-items: center;
2955
+ padding-right: 1.5rem;
2956
+ }
2957
+ .prokodo-PostItemAuthor__name {
2958
+ padding-left: 0.75rem;
2959
+ color: var(--color-grey-500);
2960
+ font-weight: 500;
2961
+ font-size: 1.125rem;
2962
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
2963
+ font-style: normal;
2964
+ line-height: 1.55;
2965
+ letter-spacing: 0.03em;
2966
+ text-transform: none;
2967
+ text-align: left;
2968
+ text-decoration: none;
2969
+ }
2970
+ @media screen and (min-width: 480px) {
2971
+ .prokodo-PostItemAuthor__name {
2972
+ font-size: 1.125rem;
2973
+ line-height: 1.5;
2974
+ }
2975
+ }
2976
+ @media screen and (min-width: 960px) {
2977
+ .prokodo-PostItemAuthor__name {
2978
+ font-size: 1.125rem;
2979
+ line-height: 1.5;
2980
+ }
2981
+ }
2982
+ .prokodo-PostTeaser__card {
2983
+ display: flex;
2984
+ height: 100%;
2985
+ flex-direction: column;
2986
+ padding: 0 !important;
2987
+ }
2988
+ .prokodo-PostTeaser__card__container {
2989
+ height: 100%;
2990
+ overflow: hidden;
2991
+ }
2992
+ .prokodo-PostTeaser__card__content {
2993
+ padding: 0 1rem 0;
2994
+ }
2995
+ .prokodo-PostTeaser__card__footer {
2996
+ display: flex;
2997
+ align-items: center;
2998
+ justify-content: space-between;
2999
+ margin-top: auto;
3000
+ padding: 1rem;
3001
+ }
3002
+ .prokodo-PostTeaser__meta {
3003
+ position: absolute;
3004
+ top: 1rem;
3005
+ left: 1rem;
3006
+ width: calc(100% - 2rem);
3007
+ display: flex;
3008
+ align-items: center;
3009
+ justify-content: space-between;
3010
+ z-index: 2;
3011
+ }
3012
+ .prokodo-PostTeaser__meta__category {
3013
+ display: inline-block;
3014
+ max-width: 50%;
3015
+ display: -webkit-box;
3016
+ -webkit-line-clamp: 1;
3017
+ -webkit-box-orient: vertical;
3018
+ overflow: hidden;
3019
+ }
3020
+ .prokodo-PostTeaser__meta__readcount {
3021
+ margin: 0;
3022
+ }
3023
+ .prokodo-PostTeaser__meta__readcount__wrapper {
3024
+ display: flex;
3025
+ gap: 0.5rem;
3026
+ }
3027
+ .prokodo-PostTeaser__image {
3028
+ display: block;
3029
+ width: 100%;
3030
+ height: 100%;
3031
+ -o-object-fit: cover;
3032
+ object-fit: cover;
3033
+ }
3034
+ .prokodo-PostTeaser__image__wrapper {
3035
+ position: relative;
3036
+ width: 100%;
3037
+ height: 230px;
3038
+ overflow: hidden;
3039
+ }
3040
+ .prokodo-PostTeaser__image__container {
3041
+ position: absolute;
3042
+ inset: 0;
3043
+ width: 100%;
3044
+ height: 100%;
3045
+ }
3046
+ .prokodo-PostTeaser__image__caption {
3047
+ bottom: 0.5rem;
3048
+ text-align: right;
3049
+ padding-right: 0.5rem;
3050
+ width: calc(100% - 0.5rem);
3051
+ }
3052
+ .prokodo-PostTeaser__date {
3053
+ padding: 0;
3054
+ color: var(--color-grey-300);
3055
+ font-weight: 400;
3056
+ font-size: 1rem;
3057
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3058
+ font-style: normal;
3059
+ line-height: 1.4;
3060
+ letter-spacing: 0.03em;
3061
+ text-transform: none;
3062
+ text-align: left;
3063
+ text-decoration: none;
3064
+ }
3065
+ .prokodo-PostTeaser__animation {
3066
+ width: 100%;
3067
+ height: 230px;
3068
+ }
3069
+ .prokodo-PostTeaser__headline {
3070
+ padding: 1rem 1rem 0;
3071
+ display: -webkit-box;
3072
+ -webkit-line-clamp: 1;
3073
+ -webkit-box-orient: vertical;
3074
+ overflow: hidden;
3075
+ }
3076
+ .prokodo-PostTeaser__content {
3077
+ font-weight: 400;
3078
+ font-size: 1.125rem;
3079
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3080
+ font-style: normal;
3081
+ line-height: 1.55;
3082
+ letter-spacing: 0.03em;
3083
+ text-transform: none;
3084
+ text-align: left;
3085
+ text-decoration: none;
3086
+ }
3087
+ @media screen and (min-width: 480px) {
3088
+ .prokodo-PostTeaser__content {
3089
+ font-size: 1rem;
3090
+ }
3091
+ }
3092
+ @media screen and (min-width: 960px) {
3093
+ .prokodo-PostTeaser__content {
3094
+ font-size: 1rem;
3095
+ }
3096
+ }
3097
+ .prokodo-PostTeaser__content {
3098
+ display: -webkit-box;
3099
+ -webkit-line-clamp: 3;
3100
+ -webkit-box-orient: vertical;
3101
+ overflow: hidden;
3102
+ }
3103
+ .prokodo-PostTeaser__link {
3104
+ display: flex;
3105
+ align-items: center;
3106
+ }
3107
+ .prokodo-PostTeaser__link__icon {
3108
+ margin-right: 0.25rem;
3109
+ }
3110
+ .prokodo-PostTeaser__link--is-hovered {
3111
+ color: var(--color-primary-500) !important;
3112
+ }
3113
+
3114
+ .prokodo-PostWidget__list {
3115
+ list-style-type: none;
3116
+ margin: 0;
3117
+ padding: 0;
3118
+ }
3119
+ .prokodo-PostWidget__list--has-fullWidth {
3120
+ display: flex;
3121
+ flex-wrap: wrap;
3122
+ gap: 1rem;
3123
+ }
3124
+ .prokodo-PostWidget__list__item {
3125
+ display: block;
3126
+ margin-top: 1rem;
3127
+ }
3128
+ .prokodo-PostWidget__list__item--has-fullWidth {
3129
+ width: 100%;
3130
+ }
3131
+ @media screen and (min-width: 480px) {
3132
+ .prokodo-PostWidget__list__item--has-fullWidth {
3133
+ width: calc(50% - 0.5rem);
3134
+ }
3135
+ }
3136
+ .prokodo-PostWidget__list__item__content {
3137
+ display: flex;
3138
+ justify-content: flex-start;
3139
+ }
3140
+ .prokodo-PostWidget__image {
3141
+ width: 100%;
3142
+ height: 100%;
3143
+ -o-object-fit: cover;
3144
+ object-fit: cover;
3145
+ /* This is the Image component’s container to force fill */
3146
+ }
3147
+ .prokodo-PostWidget__image__link {
3148
+ position: relative;
3149
+ display: block;
3150
+ width: 80px;
3151
+ height: 80px;
3152
+ margin-right: 1rem;
3153
+ line-height: 0;
3154
+ border-radius: 13px;
3155
+ overflow: hidden;
3156
+ }
3157
+ .prokodo-PostWidget__image__container {
3158
+ position: absolute;
3159
+ inset: 0;
3160
+ width: 100%;
3161
+ height: 100%;
3162
+ }
3163
+ .prokodo-PostWidget__content {
3164
+ display: flex;
3165
+ flex-direction: column;
3166
+ justify-content: space-between;
3167
+ min-width: 0;
3168
+ }
3169
+ .prokodo-PostWidget__headline {
3170
+ display: -webkit-box;
3171
+ -webkit-line-clamp: 3;
3172
+ -webkit-box-orient: vertical;
3173
+ overflow: hidden;
3174
+ }
3175
+ .prokodo-PostWidget__date {
3176
+ display: block;
3177
+ margin: 0;
3178
+ color: var(--color-grey-300);
3179
+ font-weight: 400;
3180
+ font-size: 1rem;
3181
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3182
+ font-style: normal;
3183
+ line-height: 1.45;
3184
+ letter-spacing: 0.03em;
3185
+ text-transform: none;
3186
+ text-align: left;
3187
+ text-decoration: none;
3188
+ }
3189
+ @media screen and (min-width: 480px) {
3190
+ .prokodo-PostWidget__date {
3191
+ font-size: 0.875rem;
3192
+ line-height: 1.4;
3193
+ }
3194
+ }
3195
+ @media screen and (min-width: 960px) {
3196
+ .prokodo-PostWidget__date {
3197
+ font-size: 0.875rem;
3198
+ line-height: 1.4;
3199
+ }
3200
+ }
3201
+ .prokodo-PostWidgetCarousel__card {
3202
+ padding-bottom: 0;
3203
+ }
3204
+ .prokodo-PostWidgetCarousel__carousel {
3205
+ position: relative;
3206
+ margin-top: 1.5rem;
3207
+ }
3208
+ .prokodo-PostWidgetCarousel__carousel__wrapper {
3209
+ padding-bottom: 1rem;
3210
+ }
3211
+ .prokodo-PostWidgetCarousel__carousel__item__image__link {
3212
+ position: relative;
3213
+ width: 100%;
3214
+ height: clamp(180px, 30vw, 420px);
3215
+ display: block;
3216
+ line-height: 0;
3217
+ border-radius: 13px;
3218
+ overflow: hidden;
3219
+ }
3220
+ .prokodo-PostWidgetCarousel__carousel__item__image {
3221
+ width: 100%;
3222
+ height: 100%;
3223
+ -o-object-fit: cover;
3224
+ object-fit: cover;
3225
+ }
3226
+ .prokodo-PostWidgetCarousel__carousel__item__image__container {
3227
+ position: absolute;
3228
+ inset: 0;
3229
+ width: 100%;
3230
+ height: 100%;
3231
+ }
3232
+ .prokodo-PostWidgetCarousel__carousel__item__link {
3233
+ position: relative;
3234
+ display: block;
3235
+ }
3236
+ .prokodo-PostWidgetCarousel__carousel__dots {
3237
+ margin-top: 0;
3238
+ }
3239
+ .prokodo-PostWidgetCarousel__carousel__buttons {
3240
+ position: absolute;
3241
+ bottom: 0.75rem;
3242
+ right: 0.5rem;
3243
+ display: flex;
3244
+ flex-direction: row;
3245
+ max-width: 100px;
3246
+ gap: 0.5rem;
3247
+ z-index: 2;
3248
+ }
3249
+ .prokodo-PostWidgetCarousel__headline {
3250
+ margin-top: 0.75rem !important;
3251
+ display: -webkit-box;
3252
+ -webkit-line-clamp: 2;
3253
+ -webkit-box-orient: vertical;
3254
+ overflow: hidden;
3255
+ }
3256
+
3257
+ @keyframes gradientShift {
3258
+ 0% {
3259
+ background-position: 0 0;
3260
+ }
3261
+ 100% {
3262
+ background-position: -200% 0;
3263
+ }
3264
+ }
3265
+ @keyframes indeterminateMove {
3266
+ 0% {
3267
+ transform: translateX(-100%);
3268
+ }
3269
+ 100% {
3270
+ transform: translateX(400%);
3271
+ }
3272
+ }
3273
+ .prokodo-ProgressBar {
3274
+ width: 100%;
3275
+ display: flex;
3276
+ flex-direction: column;
3277
+ }
3278
+ .prokodo-ProgressBar__track {
3279
+ width: 100%;
3280
+ height: 1rem;
3281
+ border-radius: 0.75rem;
3282
+ background-color: var(--color-grey-100);
3283
+ overflow: hidden;
3284
+ box-shadow: var(--elevation-2);
3285
+ }
3286
+ .prokodo-ProgressBar__bar {
3287
+ height: 100%;
3288
+ width: 0%;
3289
+ background-image: inherit;
3290
+ background-size: 200% 100%;
3291
+ animation: gradientShift 2s linear;
3292
+ transition: width 0.4s ease-out;
3293
+ }
3294
+ .prokodo-ProgressBar__bar--primary {
3295
+ background-image: var(--gradient-background-primary-secondary);
3296
+ }
3297
+ .prokodo-ProgressBar__bar--secondary {
3298
+ background-image: var(--gradient-background-secondary);
3299
+ }
3300
+ .prokodo-ProgressBar__bar--info {
3301
+ background-image: var(--gradient-background-info);
3302
+ }
3303
+ .prokodo-ProgressBar__bar--success {
3304
+ background-image: var(--gradient-background-success);
3305
+ }
3306
+ .prokodo-ProgressBar__bar--warning {
3307
+ background-image: var(--gradient-background-warning);
3308
+ }
3309
+ .prokodo-ProgressBar__bar--error {
3310
+ background-image: var(--gradient-background-error);
3311
+ }
3312
+ .prokodo-ProgressBar__bar--infinity {
3313
+ animation: gradientShift 2s linear infinite;
3314
+ }
3315
+ .prokodo-ProgressBar__bar--indeterminate {
3316
+ width: 25%;
3317
+ animation: gradientShift 2s linear, indeterminateMove 2s ease-in-out;
3318
+ }
3319
+ .prokodo-ProgressBar__bar--indeterminate--infinity {
3320
+ animation: gradientShift 2s linear infinite, indeterminateMove 2s ease-in-out infinite;
3321
+ }
3322
+ .prokodo-ProgressBar__label {
3323
+ margin-top: 0.25rem;
3324
+ font-size: 0.875rem;
3325
+ text-align: center;
3326
+ -webkit-user-select: none;
3327
+ -moz-user-select: none;
3328
+ user-select: none;
3329
+ }
3330
+ .prokodo-ProgressBar--animated .ProgressBar__bar:not(.ProgressBar__bar--indeterminate) {
3331
+ animation: gradientShift 2s linear infinite;
3332
+ }
3333
+ .prokodo-ProgressBar--animated .ProgressBar__bar--indeterminate {
3334
+ animation: gradientShift 2s linear infinite, indeterminateMove 2s ease-in-out infinite;
3335
+ }
3336
+
3337
+ .prokodo-Quote {
3338
+ margin: 0;
3339
+ }
3340
+ .prokodo-Quote__headline {
3341
+ padding-bottom: 1rem;
3342
+ }
3343
+ .prokodo-Quote__quote {
3344
+ margin: 0;
3345
+ }
3346
+ .prokodo-Quote__quote__content {
3347
+ margin: 0 0 1rem 0;
3348
+ font-weight: 400;
3349
+ font-size: 1rem;
3350
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3351
+ font-style: italic;
3352
+ line-height: 1.45;
3353
+ letter-spacing: 0.03em;
3354
+ text-transform: none;
3355
+ text-align: left;
3356
+ text-decoration: none;
3357
+ }
3358
+ @media screen and (min-width: 480px) {
3359
+ .prokodo-Quote__quote__content {
3360
+ font-size: 0.875rem;
3361
+ }
3362
+ }
3363
+ @media screen and (min-width: 960px) {
3364
+ .prokodo-Quote__quote__content {
3365
+ font-size: 0.875rem;
3366
+ }
3367
+ }
3368
+ .prokodo-Quote__caption {
3369
+ display: flex;
3370
+ }
3371
+ .prokodo-Quote__caption__avatar {
3372
+ margin-right: 1rem;
3373
+ }
3374
+ .prokodo-Quote__caption__author {
3375
+ display: flex;
3376
+ flex-direction: column;
3377
+ }
3378
+ .prokodo-Quote__caption__author__name {
3379
+ color: var(--color-grey-900);
3380
+ font-weight: 400;
3381
+ font-size: 1rem;
3382
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3383
+ font-style: normal;
3384
+ line-height: 1.4;
3385
+ letter-spacing: 0.03em;
3386
+ text-transform: none;
3387
+ text-align: left;
3388
+ text-decoration: none;
3389
+ }
3390
+ .prokodo-Quote__caption__author__position {
3391
+ padding-top: 0.25rem;
3392
+ color: var(--color-grey-500);
3393
+ font-weight: 400;
3394
+ font-size: 1.125rem;
3395
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3396
+ font-style: normal;
3397
+ line-height: 1.55;
3398
+ letter-spacing: 0.03em;
3399
+ text-transform: none;
3400
+ text-align: left;
3401
+ text-decoration: none;
3402
+ }
3403
+ @media screen and (min-width: 480px) {
3404
+ .prokodo-Quote__caption__author__position {
3405
+ font-size: 1rem;
3406
+ }
3407
+ }
3408
+ @media screen and (min-width: 960px) {
3409
+ .prokodo-Quote__caption__author__position {
3410
+ font-size: 1rem;
3411
+ }
3412
+ }
3413
+ .prokodo-Rating {
3414
+ position: relative;
3415
+ display: flex;
3416
+ flex-direction: column;
3417
+ width: 100%;
3418
+ }
3419
+ .prokodo-Rating--full-width {
3420
+ width: 100%;
3421
+ }
3422
+ .prokodo-Rating__inner {
3423
+ position: relative;
3424
+ }
3425
+ .prokodo-Rating__label {
3426
+ padding-bottom: 0.5rem;
3427
+ color: var(--color-grey-600);
3428
+ z-index: 1;
3429
+ pointer-events: none;
3430
+ }
3431
+ @media screen and (min-width: 960px) {
3432
+ .prokodo-Rating__label {
3433
+ font-size: 1.125rem;
3434
+ padding: 0;
3435
+ }
3436
+ }
3437
+ .prokodo-Rating__field {
3438
+ position: relative;
3439
+ }
3440
+ .prokodo-Rating__group {
3441
+ display: flex;
3442
+ align-items: center;
3443
+ gap: 1rem;
3444
+ padding: 0.75rem 0;
3445
+ }
3446
+ .prokodo-Rating__icon {
3447
+ border: none;
3448
+ background: transparent;
3449
+ padding: 0;
3450
+ margin: 0;
3451
+ cursor: pointer;
3452
+ font-size: 1.5rem;
3453
+ line-height: 1;
3454
+ display: inline-flex;
3455
+ align-items: center;
3456
+ justify-content: center;
3457
+ color: var(--color-grey-300);
3458
+ transition: transform 0.1s ease, color 0.15s ease;
3459
+ }
3460
+ .prokodo-Rating__icon__symbol {
3461
+ display: inline-block;
3462
+ }
3463
+ .prokodo-Rating__icon__sr-only {
3464
+ position: absolute;
3465
+ top: auto;
3466
+ left: -99999px;
3467
+ width: 0;
3468
+ height: 0;
3469
+ text-indent: -99999px;
3470
+ }
3471
+ .prokodo-Rating__icon--filled {
3472
+ color: var(--color-primary-500);
3473
+ }
3474
+ .prokodo-Rating__icon--selected {
3475
+ transform: scale(1.05);
3476
+ }
3477
+ .prokodo-Rating__icon--disabled {
3478
+ cursor: not-allowed;
3479
+ color: var(--color-grey-200);
3480
+ }
3481
+ .prokodo-Rating__icon--readonly {
3482
+ cursor: default;
3483
+ }
3484
+ .prokodo-Rating__icon:hover {
3485
+ transform: scale(1.05);
3486
+ }
3487
+ .prokodo-Rating__icon:focus-visible {
3488
+ outline: 2px solid var(--color-primary-500);
3489
+ outline-offset: 2px;
3490
+ border-radius: 999px;
3491
+ }
3492
+ .prokodo-Rating__footer {
3493
+ width: 100%;
3494
+ display: flex;
3495
+ justify-content: flex-start;
3496
+ padding-top: 0.5rem;
3497
+ }
3498
+ .prokodo-Rating__helperText {
3499
+ width: 100%;
3500
+ padding-top: 0.75rem;
3501
+ display: flex;
3502
+ color: var(--color-grey-300);
3503
+ font-weight: 400;
3504
+ font-size: 1rem;
3505
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3506
+ font-style: normal;
3507
+ line-height: 1.45;
3508
+ letter-spacing: 0.03em;
3509
+ text-transform: none;
3510
+ text-align: left;
3511
+ text-decoration: none;
3512
+ }
3513
+ @media screen and (min-width: 480px) {
3514
+ .prokodo-Rating__helperText {
3515
+ font-size: 0.875rem;
3516
+ line-height: 1.4;
3517
+ }
3518
+ }
3519
+ @media screen and (min-width: 960px) {
3520
+ .prokodo-Rating__helperText {
3521
+ font-size: 0.875rem;
3522
+ line-height: 1.4;
3523
+ }
3524
+ }
3525
+ html[data-theme=dark] .prokodo-Rating__helperText {
3526
+ color: var(--color-grey-700);
3527
+ }
3528
+ .prokodo-Rating__helperText__content {
3529
+ width: 100%;
3530
+ }
3531
+ .prokodo-Rating__helperText__content--is-error {
3532
+ color: var(--color-error);
3533
+ }
3534
+
3535
+ .prokodo-RichText__a {
3536
+ color: var(--color-primary-500);
3537
+ }
3538
+ .prokodo-RichText__p {
3539
+ color: var(--color-grey-500);
3540
+ font-weight: 400;
3541
+ font-size: 1.125rem;
3542
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3543
+ font-style: normal;
3544
+ line-height: 1.55;
3545
+ letter-spacing: 0.03em;
3546
+ text-transform: none;
3547
+ text-align: left;
3548
+ text-decoration: none;
3549
+ }
3550
+ @media screen and (min-width: 480px) {
3551
+ .prokodo-RichText__p {
3552
+ font-size: 1rem;
3553
+ }
3554
+ }
3555
+ @media screen and (min-width: 960px) {
3556
+ .prokodo-RichText__p {
3557
+ font-size: 1rem;
3558
+ }
3559
+ }
3560
+ .prokodo-RichText__p {
3561
+ text-align: inherit;
3562
+ }
3563
+ html[data-theme=dark] .prokodo-RichText__p {
3564
+ color: var(--color-grey-700);
3565
+ }
3566
+ .prokodo-RichText__pre {
3567
+ color: var(--color-grey-500);
3568
+ padding: 0;
3569
+ border: 1px solid var(--color-grey-200);
3570
+ border-radius: 5px;
3571
+ background-color: var(--color-grey-50);
3572
+ overflow-x: auto;
3573
+ overflow-wrap: break-word;
3574
+ font-weight: 400;
3575
+ font-size: 1rem;
3576
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3577
+ font-style: normal;
3578
+ line-height: 1.45;
3579
+ letter-spacing: 0.03em;
3580
+ text-transform: none;
3581
+ text-align: left;
3582
+ text-decoration: none;
3583
+ }
3584
+ @media screen and (min-width: 480px) {
3585
+ .prokodo-RichText__pre {
3586
+ font-size: 0.875rem;
3587
+ line-height: 1.4;
3588
+ }
3589
+ }
3590
+ @media screen and (min-width: 960px) {
3591
+ .prokodo-RichText__pre {
3592
+ font-size: 0.875rem;
3593
+ line-height: 1.4;
3594
+ }
3595
+ }
3596
+ .prokodo-RichText__pre {
3597
+ text-align: inherit;
3598
+ }
3599
+ html[data-theme=dark] .prokodo-RichText__pre {
3600
+ color: var(--color-grey-300);
3601
+ background-color: var(--color-grey-50);
3602
+ }
3603
+ .prokodo-RichText__blockquote {
3604
+ background-color: var(--color-grey-50);
3605
+ border-left: 3px solid var(--color-grey-100);
3606
+ padding: 1px 1rem;
3607
+ margin: 0;
3608
+ }
3609
+ .prokodo-RichText__ul, .prokodo-RichText__ol {
3610
+ padding: 0;
3611
+ list-style-type: none;
3612
+ color: var(--color-grey-500);
3613
+ }
3614
+ .prokodo-RichText__li {
3615
+ display: flex;
3616
+ align-items: flex-start;
3617
+ padding-bottom: 0.25rem;
3618
+ margin-top: 2px;
3619
+ }
3620
+ .prokodo-RichText__li__icon {
3621
+ flex: 0 0 20px;
3622
+ width: 20px;
3623
+ height: 20px;
3624
+ margin-right: 0.5rem;
3625
+ padding-top: 2px;
3626
+ line-height: 1;
3627
+ }
3628
+ .prokodo-RichText__li__content {
3629
+ flex: 1 1 auto;
3630
+ min-width: 0;
3631
+ overflow-wrap: anywhere;
3632
+ display: inline;
3633
+ }
3634
+ .prokodo-RichText__ol__decimal {
3635
+ display: flex;
3636
+ justify-content: center;
3637
+ align-items: center;
3638
+ width: 19px;
3639
+ height: 19px;
3640
+ background-color: var(--color-primary-500);
3641
+ color: var(--color-white);
3642
+ border: 1px solid var(--color-primary-500);
3643
+ border-radius: 200px;
3644
+ margin-right: 0.5rem;
3645
+ font-weight: 400;
3646
+ font-size: 1rem;
3647
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3648
+ font-style: normal;
3649
+ line-height: 1.45;
3650
+ letter-spacing: 0.03em;
3651
+ text-transform: none;
3652
+ text-align: left;
3653
+ text-decoration: none;
3654
+ }
3655
+ @media screen and (min-width: 480px) {
3656
+ .prokodo-RichText__ol__decimal {
3657
+ font-size: 0.875rem;
3658
+ line-height: 1.4;
3659
+ }
3660
+ }
3661
+ @media screen and (min-width: 960px) {
3662
+ .prokodo-RichText__ol__decimal {
3663
+ font-size: 0.875rem;
3664
+ line-height: 1.4;
3665
+ }
3666
+ }
3667
+ .prokodo-RichText__ol__decimal {
3668
+ text-align: inherit;
3669
+ }
3670
+ .prokodo-RichText__ol > li {
3671
+ display: -webkit-box;
3672
+ }
3673
+ .prokodo-RichText__ol > li icon--inherit {
3674
+ color: var(--color-grey-900);
3675
+ }
3676
+ .prokodo-RichText__ol > li icon--primary {
3677
+ color: var(--color-primary-500);
3678
+ }
3679
+ .prokodo-RichText__ol > li icon--secondary {
3680
+ color: var(--color-secondary-500);
3681
+ }
3682
+ .prokodo-RichText__ol > li icon--info {
3683
+ color: var(--color-grey-500);
3684
+ }
3685
+ .prokodo-RichText__ol > li icon--success {
3686
+ color: var(--color-success);
3687
+ }
3688
+ .prokodo-RichText__ol > li icon--error {
3689
+ color: var(--color-error);
3690
+ }
3691
+ .prokodo-RichText__ol > li icon--warning {
3692
+ color: var(--color-warning);
3693
+ }
3694
+ .prokodo-RichText__ol > li icon--white {
3695
+ color: var(--color-white);
3696
+ }
3697
+
3698
+ /* fade-in / out for the popup ------------------------------------------------ */
3699
+ @keyframes fade-in {
3700
+ 0% {
3701
+ opacity: 0;
3702
+ transform: scale(0.95, 0.8);
3703
+ }
3704
+ 100% {
3705
+ opacity: 1;
3706
+ }
3707
+ }
3708
+ @keyframes fade-out {
3709
+ 0% {
3710
+ opacity: 1;
3711
+ transform: scale(1, 1);
3712
+ }
3713
+ 100% {
3714
+ opacity: 0;
3715
+ transform: scale(0.95, 0.8);
3716
+ }
3717
+ }
3718
+ .prokodo-Select {
3719
+ position: relative;
3720
+ /* ───────────────── field (container for button + listbox) */
3721
+ /* ───────────────── toggle button */
3722
+ /* ───────────────── listbox (popup) */
3723
+ /* ───────────────── option item */
3724
+ /* ───────────────── checkbox for multi-select */
3725
+ /* ───────────────── helper / error text */
3726
+ }
3727
+ .prokodo-Select--fullWidth {
3728
+ width: 100%;
3729
+ }
3730
+ .prokodo-Select__label {
3731
+ position: relative;
3732
+ transform-origin: top left;
3733
+ padding-bottom: 0.5rem;
3734
+ font-size: 1rem;
3735
+ color: var(--color-primary-500);
3736
+ z-index: 1;
3737
+ pointer-events: none;
3738
+ }
3739
+ @media screen and (min-width: 960px) {
3740
+ .prokodo-Select__label {
3741
+ position: absolute;
3742
+ left: 1.5rem;
3743
+ top: 1.75rem;
3744
+ padding: 0 0.25rem;
3745
+ /* start centered vertically, at full size */
3746
+ transform: translateY(-150%) scale(0.75);
3747
+ background-color: var(--color-white);
3748
+ display: -webkit-box;
3749
+ -webkit-line-clamp: 1;
3750
+ -webkit-box-orient: vertical;
3751
+ overflow: hidden;
3752
+ }
3753
+ }
3754
+ .prokodo-Select__field {
3755
+ position: relative;
3756
+ box-shadow: var(--elevation-1);
3757
+ border-radius: 1.5rem;
3758
+ /* ‘expanded’ state is now driven by a class your JS toggles */
3759
+ }
3760
+ .prokodo-Select__field--expanded {
3761
+ box-shadow: none;
3762
+ }
3763
+ .prokodo-Select__button {
3764
+ box-sizing: border-box;
3765
+ width: calc(100% - 0.25rem + 4px);
3766
+ padding: 0;
3767
+ text-align: left;
3768
+ cursor: pointer;
3769
+ border: none;
3770
+ color: var(--color-grey-900);
3771
+ border-radius: 1.5rem;
3772
+ position: relative;
3773
+ background: var(--gradient-border-7);
3774
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
3775
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
3776
+ -webkit-mask-composite: source-over;
3777
+ mask-composite: add;
3778
+ /* hover / focus */
3779
+ /* open state — JS toggles .Select__button--expanded **and**
3780
+ .Select__field--expanded plus aria-expanded="true" */
3781
+ /* caret / icon (if you still have one) */
3782
+ /* inner text */
3783
+ }
3784
+ .prokodo-Select__button:hover {
3785
+ background: var(--gradient-border-4);
3786
+ }
3787
+ .prokodo-Select__button:focus {
3788
+ outline: 0;
3789
+ background: var(--gradient-border-4);
3790
+ }
3791
+ .prokodo-Select__button:disabled {
3792
+ color: var(--color-grey-300);
3793
+ cursor: default;
3794
+ background: var(--gradient-border-8);
3795
+ }
3796
+ .prokodo-Select__button:disabled:hover {
3797
+ background: var(--gradient-border-8);
3798
+ }
3799
+ .prokodo-Select__button--expanded {
3800
+ border-top-left-radius: 1.6875rem;
3801
+ border-top-right-radius: 1.6875rem;
3802
+ border-bottom-left-radius: 0;
3803
+ border-bottom-right-radius: 0;
3804
+ background: var(--gradient-border-4);
3805
+ }
3806
+ .prokodo-Select__button--expanded > .Select__button__inner {
3807
+ border-top-left-radius: 1.5625rem;
3808
+ border-top-right-radius: 1.5625rem;
3809
+ border-bottom-left-radius: 0;
3810
+ border-bottom-right-radius: 0;
3811
+ }
3812
+ .prokodo-Select__button > svg {
3813
+ position: absolute;
3814
+ top: 0;
3815
+ right: 10px;
3816
+ font-size: 1rem;
3817
+ height: 100%;
3818
+ }
3819
+ .prokodo-Select__button__inner {
3820
+ display: flex;
3821
+ align-items: center;
3822
+ padding: 0.875rem 1rem;
3823
+ margin: 2px;
3824
+ background: var(--color-white);
3825
+ border-radius: 1.5rem;
3826
+ background-color: var(--color-white);
3827
+ font-weight: 400;
3828
+ font-size: 1.125rem;
3829
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3830
+ font-style: normal;
3831
+ line-height: 1.55;
3832
+ letter-spacing: 0.03em;
3833
+ text-transform: none;
3834
+ text-align: left;
3835
+ text-decoration: none;
3836
+ }
3837
+ @media screen and (min-width: 480px) {
3838
+ .prokodo-Select__button__inner {
3839
+ font-size: 1rem;
3840
+ }
3841
+ }
3842
+ @media screen and (min-width: 960px) {
3843
+ .prokodo-Select__button__inner {
3844
+ font-size: 1rem;
3845
+ }
3846
+ }
3847
+ .prokodo-Select__button__inner {
3848
+ font-size: 1rem;
3849
+ }
3850
+ .prokodo-Select__button__inner--expanded {
3851
+ border-top-left-radius: 1.5625rem;
3852
+ border-top-right-radius: 1.5625rem;
3853
+ border-bottom-left-radius: 0;
3854
+ border-bottom-right-radius: 0;
3855
+ }
3856
+ .prokodo-Select__button__inner--is-placeholder {
3857
+ color: var(--color-grey-500);
3858
+ }
3859
+ .prokodo-Select__button__inner--is-placeholder--disabled {
3860
+ color: var(--color-grey-300);
3861
+ }
3862
+ .prokodo-Select__listbox {
3863
+ position: absolute;
3864
+ box-sizing: border-box;
3865
+ padding: 2px;
3866
+ margin: -2px 0 0 0;
3867
+ overflow: auto;
3868
+ outline: 0;
3869
+ max-height: 225px;
3870
+ width: 100%;
3871
+ color: var(--color-grey-900);
3872
+ border-bottom-left-radius: 1.5625rem;
3873
+ border-bottom-right-radius: 1.5625rem;
3874
+ background: var(--gradient-border-4);
3875
+ box-shadow: var(--elevation-3);
3876
+ scrollbar-width: none;
3877
+ z-index: 10;
3878
+ /* animation – your JS toggles .is-open / .is-closed */
3879
+ }
3880
+ .prokodo-Select__listbox--is-open {
3881
+ animation: fade-in 200ms ease-out forwards;
3882
+ }
3883
+ .prokodo-Select__listbox--is-closed {
3884
+ animation: fade-out 200ms ease-in forwards;
3885
+ }
3886
+ .prokodo-Select__item {
3887
+ list-style: none;
3888
+ display: flex;
3889
+ align-items: center;
3890
+ padding: 0.75rem 1rem;
3891
+ cursor: pointer;
3892
+ background: var(--color-white);
3893
+ position: relative;
3894
+ backface-visibility: hidden;
3895
+ margin-top: -2px;
3896
+ perspective: 1000px;
3897
+ font-weight: 400;
3898
+ font-size: 1.125rem;
3899
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3900
+ font-style: normal;
3901
+ line-height: 1.55;
3902
+ letter-spacing: 0.03em;
3903
+ text-transform: none;
3904
+ text-align: left;
3905
+ text-decoration: none;
3906
+ /* hover / focus */
3907
+ /* selected */
3908
+ /* disabled (if you add aria-disabled) */
3909
+ }
3910
+ @media screen and (min-width: 480px) {
3911
+ .prokodo-Select__item {
3912
+ font-size: 1rem;
3913
+ }
3914
+ }
3915
+ @media screen and (min-width: 960px) {
3916
+ .prokodo-Select__item {
3917
+ font-size: 1rem;
3918
+ }
3919
+ }
3920
+ .prokodo-Select__item {
3921
+ font-size: 1rem;
3922
+ }
3923
+ .prokodo-Select__item:last-child {
3924
+ border-bottom-left-radius: 1.5625rem;
3925
+ border-bottom-right-radius: 1.5625rem;
3926
+ }
3927
+ .prokodo-Select__item:hover {
3928
+ background-color: var(--color-grey-50);
3929
+ }
3930
+ .prokodo-Select__item:focus-visible {
3931
+ outline: 0;
3932
+ background: var(--color-primary-100);
3933
+ }
3934
+ .prokodo-Select__item--selected {
3935
+ background-color: var(--color-primary-50);
3936
+ }
3937
+ .prokodo-Select__item[aria-disabled=true] {
3938
+ color: var(--color-grey-400);
3939
+ cursor: not-allowed;
3940
+ }
3941
+ .prokodo-Select__checkbox {
3942
+ position: relative;
3943
+ min-width: 18px;
3944
+ min-height: 18px;
3945
+ margin-right: 0.75rem;
3946
+ transform: scale(1.2);
3947
+ cursor: pointer;
3948
+ border: none;
3949
+ border-radius: 5px;
3950
+ -webkit-appearance: none;
3951
+ -moz-appearance: none;
3952
+ appearance: none;
3953
+ -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
3954
+ mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
3955
+ -webkit-mask-composite: source-over;
3956
+ mask-composite: add;
3957
+ background: var(--gradient-border-7);
3958
+ }
3959
+ .prokodo-Select__checkbox:before { /* white inner square */
3960
+ content: "";
3961
+ position: absolute;
3962
+ inset: 2px;
3963
+ background: var(--color-white);
3964
+ }
3965
+ .prokodo-Select__checkbox--checked { /* gradient + tick mark */
3966
+ background: var(--gradient-border-4);
3967
+ }
3968
+ .prokodo-Select__checkbox--checked::after {
3969
+ content: "";
3970
+ position: absolute;
3971
+ inset: 0;
3972
+ background: var(--gradient-background-primary-grey-secondary);
3973
+ -webkit-mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7" stroke="black"/></svg>') no-repeat center/contain;
3974
+ mask: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="1.5" fill="none" stroke-linecap="round" stroke-linejoin="round"><path d="M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7" stroke="black"/></svg>') no-repeat center/contain;
3975
+ }
3976
+ .prokodo-Select__helperText {
3977
+ padding-left: 1.5rem;
3978
+ padding-top: 0.75rem;
3979
+ display: flex;
3980
+ color: var(--color-grey-300);
3981
+ width: 80%;
3982
+ font-weight: 400;
3983
+ font-size: 1rem;
3984
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
3985
+ font-style: normal;
3986
+ line-height: 1.45;
3987
+ letter-spacing: 0.03em;
3988
+ text-transform: none;
3989
+ text-align: left;
3990
+ text-decoration: none;
3991
+ }
3992
+ @media screen and (min-width: 480px) {
3993
+ .prokodo-Select__helperText {
3994
+ font-size: 0.875rem;
3995
+ line-height: 1.4;
3996
+ }
3997
+ }
3998
+ @media screen and (min-width: 960px) {
3999
+ .prokodo-Select__helperText {
4000
+ font-size: 0.875rem;
4001
+ line-height: 1.4;
4002
+ }
4003
+ }
4004
+ html[data-theme=dark] .prokodo-Select__helperText {
4005
+ color: var(--color-grey-700);
4006
+ }
4007
+ .prokodo-Select__helperText__content {
4008
+ width: 100%;
4009
+ }
4010
+ .prokodo-Select__helperText__content--is-error {
4011
+ color: var(--color-error);
4012
+ }
4013
+
4014
+ /* src/components/side-nav/SideNav.module.scss */
4015
+ @keyframes label-in {
4016
+ from {
4017
+ opacity: 0;
4018
+ }
4019
+ to {
4020
+ opacity: 1;
4021
+ }
4022
+ }
4023
+ @keyframes label-out {
4024
+ from {
4025
+ opacity: 1;
4026
+ }
4027
+ to {
4028
+ opacity: 0;
4029
+ }
4030
+ }
4031
+ .prokodo-SideNav {
4032
+ --bg: var(--color-white);
4033
+ --shadow: var(--elevation-2);
4034
+ --t: 280ms;
4035
+ top: 0;
4036
+ left: 0;
4037
+ height: 100dvh;
4038
+ display: flex;
4039
+ flex-direction: column;
4040
+ width: 240px;
4041
+ background: var(--bg);
4042
+ box-shadow: var(--shadow);
4043
+ /* ───── collapsed → slide to the right leaving only the toggle visible */
4044
+ /* toggle button (always visible!) ------------------------------------- */
4045
+ /* list / items -------------------------------------------------------- */
4046
+ }
4047
+ .prokodo-SideNav--collapsed {
4048
+ width: 56px;
4049
+ }
4050
+ .prokodo-SideNav__collape__label {
4051
+ font-weight: 400;
4052
+ font-size: 1rem;
4053
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4054
+ font-style: normal;
4055
+ line-height: 1.45;
4056
+ letter-spacing: 0.03em;
4057
+ text-transform: none;
4058
+ text-align: left;
4059
+ text-decoration: none;
4060
+ }
4061
+ @media screen and (min-width: 480px) {
4062
+ .prokodo-SideNav__collape__label {
4063
+ font-size: 0.875rem;
4064
+ line-height: 1.4;
4065
+ }
4066
+ }
4067
+ @media screen and (min-width: 960px) {
4068
+ .prokodo-SideNav__collape__label {
4069
+ font-size: 0.875rem;
4070
+ line-height: 1.4;
4071
+ }
4072
+ }
4073
+ .prokodo-SideNav__collape__label--is-hidden {
4074
+ position: absolute;
4075
+ top: auto;
4076
+ left: -99999px;
4077
+ width: 0;
4078
+ height: 0;
4079
+ text-indent: -99999px;
4080
+ }
4081
+ .prokodo-SideNav__toggle {
4082
+ position: relative;
4083
+ display: flex;
4084
+ align-items: center;
4085
+ justify-content: flex-start;
4086
+ background: var(--bg);
4087
+ transition: background-color 120ms;
4088
+ padding: 0.75rem 1rem 0.75rem 0.75rem;
4089
+ border: none;
4090
+ cursor: pointer;
4091
+ }
4092
+ .prokodo-SideNav__toggle:after {
4093
+ content: "";
4094
+ position: absolute;
4095
+ bottom: 0;
4096
+ left: 0;
4097
+ height: 1px;
4098
+ width: 100%;
4099
+ background: var(--gradient-background-primary-secondary);
4100
+ }
4101
+ .prokodo-SideNav__toggle:hover {
4102
+ background: var(--color-grey-50);
4103
+ }
4104
+ .prokodo-SideNav__list {
4105
+ margin: 0;
4106
+ padding: 0;
4107
+ list-style: none;
4108
+ display: flex;
4109
+ flex-direction: column;
4110
+ gap: 0.25rem;
4111
+ flex: 1 0 auto;
4112
+ }
4113
+ .prokodo-SideNav__link {
4114
+ position: relative;
4115
+ display: flex;
4116
+ align-items: center;
4117
+ gap: 0.75rem;
4118
+ padding: 0.5rem 1rem 0.5rem 0.75rem;
4119
+ text-decoration: none;
4120
+ border-radius: 0.25rem;
4121
+ transition: background-color 120ms;
4122
+ }
4123
+ .prokodo-SideNav__link--is-active, .prokodo-SideNav__link:hover {
4124
+ text-decoration: none;
4125
+ background: var(--color-grey-50);
4126
+ }
4127
+ .prokodo-SideNav__link--is-active > div:first-of-type, .prokodo-SideNav__link:hover > div:first-of-type {
4128
+ position: relative;
4129
+ }
4130
+ .prokodo-SideNav__link--is-active > div:first-of-type:before, .prokodo-SideNav__link:hover > div:first-of-type:before {
4131
+ content: "";
4132
+ position: absolute;
4133
+ left: 0;
4134
+ top: 0;
4135
+ width: 100%;
4136
+ height: 100%;
4137
+ background: var(--gradient-background-primary);
4138
+ border-radius: 13px;
4139
+ opacity: 0.5;
4140
+ }
4141
+ .prokodo-SideNav__link[aria-current=page] {
4142
+ background: var(--color-primary-50);
4143
+ }
4144
+ .prokodo-SideNav__icon__wrapper {
4145
+ display: flex;
4146
+ align-items: center;
4147
+ justify-content: center;
4148
+ padding: 0.25rem;
4149
+ background: var(--color-grey-50);
4150
+ border-radius: 13px;
4151
+ }
4152
+ .prokodo-SideNav__label {
4153
+ animation: label-in 150ms ease forwards;
4154
+ font-weight: 400;
4155
+ font-size: 1.125rem;
4156
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4157
+ font-style: normal;
4158
+ line-height: 1.55;
4159
+ letter-spacing: 0.03em;
4160
+ text-transform: none;
4161
+ text-align: left;
4162
+ text-decoration: none;
4163
+ }
4164
+ @media screen and (min-width: 480px) {
4165
+ .prokodo-SideNav__label {
4166
+ font-size: 1rem;
4167
+ }
4168
+ }
4169
+ @media screen and (min-width: 960px) {
4170
+ .prokodo-SideNav__label {
4171
+ font-size: 1rem;
4172
+ }
4173
+ }
4174
+ .prokodo-SideNav__label--collapsed .prokodo-SideNav__label {
4175
+ animation: label-out 150ms ease forwards;
4176
+ }
4177
+
4178
+ /* Pulse opacity */
4179
+ @keyframes skeleton-pulse {
4180
+ 0% {
4181
+ opacity: 1;
4182
+ }
4183
+ 50% {
4184
+ opacity: 0.4;
4185
+ }
4186
+ 100% {
4187
+ opacity: 1;
4188
+ }
4189
+ }
4190
+ /* Shimmer sweep */
4191
+ @keyframes skeleton-wave {
4192
+ 0% {
4193
+ left: -100%;
4194
+ }
4195
+ 50% {
4196
+ left: 100%;
4197
+ }
4198
+ 100% {
4199
+ left: 100%;
4200
+ }
4201
+ }
4202
+ .prokodo-Skeleton {
4203
+ display: inline-block;
4204
+ background-color: rgba(var(--color-black), 0.11);
4205
+ border-radius: 4px;
4206
+ position: relative;
4207
+ overflow: hidden;
4208
+ /* shimmer carrier (animation is attached in modifier) */
4209
+ /* variants */
4210
+ /* animation hooks (keyframes live in effects sheet) */
4211
+ }
4212
+ .prokodo-Skeleton::after {
4213
+ content: "";
4214
+ display: block;
4215
+ position: absolute;
4216
+ inset: 0;
4217
+ left: -100%;
4218
+ background: linear-gradient(90deg, transparent, rgba(var(--color-white), 0.6), transparent);
4219
+ }
4220
+ .prokodo-Skeleton--text {
4221
+ height: 1em;
4222
+ border-radius: 4px;
4223
+ }
4224
+ .prokodo-Skeleton--rectangular {
4225
+ border-radius: 4px;
4226
+ }
4227
+ .prokodo-Skeleton--circular {
4228
+ border-radius: 50%;
4229
+ }
4230
+ .prokodo-Skeleton--pulse {
4231
+ animation: skeleton-pulse 1.5s ease-in-out infinite;
4232
+ }
4233
+ .prokodo-Skeleton--wave::after {
4234
+ animation: skeleton-wave 1.6s linear infinite;
4235
+ }
4236
+ .prokodo-Skeleton--none::after {
4237
+ display: none;
4238
+ }
4239
+ @media (prefers-reduced-motion: reduce) {
4240
+ .prokodo-Skeleton--pulse, .prokodo-Skeleton--wave::after {
4241
+ animation: none !important;
4242
+ }
4243
+ }
4244
+
4245
+ .prokodo-Slider {
4246
+ padding-bottom: 1.5rem;
4247
+ }
4248
+ .prokodo-Slider__label {
4249
+ padding-bottom: 2rem;
4250
+ }
4251
+ .prokodo-Slider__label--is-hidden {
4252
+ position: absolute;
4253
+ top: auto;
4254
+ left: -99999px;
4255
+ width: 0;
4256
+ height: 0;
4257
+ text-indent: -99999px;
4258
+ }
4259
+ .prokodo-Slider__root {
4260
+ position: relative;
4261
+ width: 100%;
4262
+ height: 30px;
4263
+ display: inline-flex;
4264
+ align-items: center;
4265
+ cursor: pointer;
4266
+ touch-action: none;
4267
+ -webkit-tap-highlight-color: transparent;
4268
+ }
4269
+ .prokodo-Slider__root--disabled {
4270
+ cursor: default;
4271
+ pointer-events: none;
4272
+ opacity: 0.4;
4273
+ }
4274
+ .prokodo-Slider__rail {
4275
+ position: absolute;
4276
+ width: 100%;
4277
+ height: 4px;
4278
+ top: 50%;
4279
+ transform: translateY(-50%);
4280
+ border-radius: 6px;
4281
+ opacity: 0.3;
4282
+ z-index: 1;
4283
+ background: var(--gradient-background-primary-grey-secondary);
4284
+ }
4285
+ .prokodo-Slider__track {
4286
+ position: absolute;
4287
+ height: 4px;
4288
+ top: 50%;
4289
+ transform: translateY(-50%);
4290
+ border-radius: 6px;
4291
+ z-index: 2;
4292
+ background: var(--gradient-background-primary-secondary);
4293
+ }
4294
+ .prokodo-Slider__mark {
4295
+ position: absolute;
4296
+ width: 20px;
4297
+ height: 20px;
4298
+ background-color: #dedede;
4299
+ border-radius: 50%;
4300
+ top: 50%;
4301
+ text-align: center;
4302
+ transform: translateX(-50%) translateY(-50%);
4303
+ z-index: 3;
4304
+ }
4305
+ .prokodo-Slider__mark__label {
4306
+ position: relative;
4307
+ display: inline-block;
4308
+ bottom: 0;
4309
+ left: 50%;
4310
+ padding-top: 1.5rem;
4311
+ transform: translateX(-50%);
4312
+ color: var(--color-grey-300);
4313
+ font-weight: 400;
4314
+ font-size: 1.125rem;
4315
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4316
+ font-style: normal;
4317
+ line-height: 1.55;
4318
+ letter-spacing: 0.03em;
4319
+ text-transform: none;
4320
+ text-align: left;
4321
+ text-decoration: none;
4322
+ }
4323
+ @media screen and (min-width: 480px) {
4324
+ .prokodo-Slider__mark__label {
4325
+ font-size: 1rem;
4326
+ }
4327
+ }
4328
+ @media screen and (min-width: 960px) {
4329
+ .prokodo-Slider__mark__label {
4330
+ font-size: 1rem;
4331
+ }
4332
+ }
4333
+ .prokodo-Slider__mark__label {
4334
+ text-align: center;
4335
+ font-size: 0.8rem;
4336
+ }
4337
+ @media screen and (min-width: 480px) {
4338
+ .prokodo-Slider__mark__label {
4339
+ position: static;
4340
+ width: auto;
4341
+ height: auto;
4342
+ left: auto;
4343
+ text-indent: inherit;
4344
+ margin-left: 50%;
4345
+ min-width: 100px;
4346
+ font-size: 1rem;
4347
+ }
4348
+ }
4349
+ .prokodo-Slider__input {
4350
+ /* Native Slider-Optik verbergen, aber Funktion erhalten */
4351
+ -moz-appearance: none;
4352
+ appearance: none;
4353
+ -webkit-appearance: none;
4354
+ width: 100%;
4355
+ height: 100%;
4356
+ background: transparent;
4357
+ position: relative;
4358
+ z-index: 4;
4359
+ margin: 0;
4360
+ padding: 0;
4361
+ cursor: inherit;
4362
+ }
4363
+ .prokodo-Slider__input:focus {
4364
+ outline: none;
4365
+ }
4366
+ .prokodo-Slider__input::-webkit-slider-thumb {
4367
+ -webkit-appearance: none;
4368
+ width: 0;
4369
+ height: 0;
4370
+ }
4371
+ .prokodo-Slider__input::-webkit-slider-runnable-track {
4372
+ -webkit-appearance: none;
4373
+ background: transparent;
4374
+ border: none;
4375
+ }
4376
+ .prokodo-Slider__input::-moz-range-thumb {
4377
+ width: 0;
4378
+ height: 0;
4379
+ background: transparent;
4380
+ border: none;
4381
+ }
4382
+ .prokodo-Slider__input::-moz-range-track {
4383
+ background: transparent;
4384
+ border: none;
4385
+ }
4386
+ .prokodo-Slider__thumb {
4387
+ position: absolute;
4388
+ top: 50%;
4389
+ width: 30px;
4390
+ height: 30px;
4391
+ border-radius: 50%;
4392
+ background-color: var(--color-primary-500);
4393
+ transform: translateX(-50%) translateY(-50%);
4394
+ transition: box-shadow 120ms ease, transform 120ms ease;
4395
+ z-index: 3;
4396
+ background: var(--gradient-background-primary-secondary);
4397
+ }
4398
+ .prokodo-Slider__thumb:hover {
4399
+ box-shadow: 0 0 0 6px rgba(var(--color-primary-500-rgb), 0.3);
4400
+ }
4401
+ .prokodo-Slider__thumb--focused {
4402
+ box-shadow: 0 0 0 6px rgba(var(--color-primary-700-rgb), 0.3);
4403
+ outline: none;
4404
+ outline: 3px solid #1E90FF;
4405
+ outline-offset: 4px;
4406
+ border-radius: 100%;
4407
+ }
4408
+ .prokodo-Slider__valueText {
4409
+ position: absolute;
4410
+ top: -1.7em;
4411
+ white-space: nowrap;
4412
+ transform: translateX(-50%);
4413
+ z-index: 4;
4414
+ font-weight: 400;
4415
+ font-size: 1rem;
4416
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4417
+ font-style: normal;
4418
+ line-height: 1.4;
4419
+ letter-spacing: 0.03em;
4420
+ text-transform: none;
4421
+ text-align: left;
4422
+ text-decoration: none;
4423
+ }
4424
+ .prokodo-Snackbar {
4425
+ position: relative;
4426
+ display: flex;
4427
+ align-items: center;
4428
+ gap: 0.75rem;
4429
+ min-width: 288px;
4430
+ max-width: 430px;
4431
+ padding: 1rem 1.5rem;
4432
+ border-radius: 8px;
4433
+ box-shadow: var(--elevation-2);
4434
+ background-color: var(--color-grey-900);
4435
+ color: var(--color-white);
4436
+ }
4437
+ .prokodo-Snackbar--success {
4438
+ background-color: var(--color-success);
4439
+ }
4440
+ .prokodo-Snackbar--error {
4441
+ background-color: var(--color-error);
4442
+ }
4443
+ .prokodo-Snackbar--warning {
4444
+ background-color: var(--color-warning);
4445
+ color: var(--color-black);
4446
+ }
4447
+ .prokodo-Snackbar--info {
4448
+ background-color: var(--color-info);
4449
+ }
4450
+ .prokodo-Snackbar__message {
4451
+ flex: 1 1;
4452
+ }
4453
+ .prokodo-Snackbar__action {
4454
+ margin-left: auto;
4455
+ }
4456
+ .prokodo-Snackbar__close {
4457
+ display: inline-flex;
4458
+ align-items: center;
4459
+ justify-content: center;
4460
+ width: 20px;
4461
+ height: 20px;
4462
+ padding: 0;
4463
+ border: none;
4464
+ background: transparent;
4465
+ color: inherit;
4466
+ cursor: pointer;
4467
+ }
4468
+ .prokodo-Snackbar__close:focus-visible {
4469
+ outline: 2px solid var(--color-primary-500);
4470
+ outline-offset: 2px;
4471
+ }
4472
+ .prokodo-Snackbar__close:hover {
4473
+ opacity: 0.8;
4474
+ }
4475
+ .prokodo-Snackbar--readonly {
4476
+ pointer-events: none;
4477
+ }
4478
+
4479
+ .prokodo-SnackbarProvider {
4480
+ position: absolute;
4481
+ display: flex;
4482
+ flex-direction: column;
4483
+ gap: 8;
4484
+ z-index: 9000;
4485
+ pointer-events: none;
4486
+ }
4487
+ .prokodo-SnackbarProvider--is-top {
4488
+ top: 0;
4489
+ }
4490
+ .prokodo-SnackbarProvider--is-bottom {
4491
+ bottom: 0;
4492
+ }
4493
+ .prokodo-SnackbarProvider--is-center {
4494
+ left: 50%;
4495
+ transform: translateX(-50%);
4496
+ }
4497
+ .prokodo-SnackbarProvider--is-left {
4498
+ left: 1rem;
4499
+ }
4500
+ .prokodo-SnackbarProvider--is-right {
4501
+ right: 1rem;
4502
+ }
4503
+ .prokodo-SnackbarProvider__snackbar {
4504
+ pointer-events: auto;
4505
+ }
4506
+ .prokodo-SnackbarProvider__snackbar--is-top {
4507
+ margin-top: 1rem;
4508
+ }
4509
+ .prokodo-SnackbarProvider__snackbar--is-bottom {
4510
+ margin-bottom: 1rem;
4511
+ }
4512
+
4513
+ .prokodo-Stepper {
4514
+ display: flex;
4515
+ justify-content: space-between;
4516
+ flex-direction: column;
4517
+ padding: 0;
4518
+ height: 100%;
4519
+ }
4520
+ @media screen and (min-width: 480px) {
4521
+ .prokodo-Stepper {
4522
+ width: 100%;
4523
+ flex-direction: row;
4524
+ }
4525
+ }
4526
+ .prokodo-Stepper__step {
4527
+ position: relative;
4528
+ height: 100%;
4529
+ list-style-type: none;
4530
+ cursor: pointer;
4531
+ }
4532
+ .prokodo-Stepper__step::after {
4533
+ content: "";
4534
+ position: relative;
4535
+ display: block;
4536
+ margin: -10rem 0 1.25rem 1.25rem;
4537
+ height: calc(100% - 150px);
4538
+ width: 3px;
4539
+ background: var(--gradient-border-7);
4540
+ transform: translateY(-50%);
4541
+ opacity: 0.5;
4542
+ }
4543
+ @media screen and (min-width: 480px) {
4544
+ .prokodo-Stepper__step {
4545
+ width: 100%;
4546
+ }
4547
+ .prokodo-Stepper__step::after {
4548
+ position: absolute;
4549
+ top: 1.25rem;
4550
+ margin: 0;
4551
+ left: auto;
4552
+ height: 3px;
4553
+ width: calc(100% - 80px);
4554
+ transform: translateX(-50%);
4555
+ }
4556
+ }
4557
+ .prokodo-Stepper__step:first-child::after {
4558
+ display: none;
4559
+ }
4560
+ .prokodo-Stepper__step--is-active::after {
4561
+ background: var(--gradient-border-5);
4562
+ }
4563
+ .prokodo-Stepper__icon {
4564
+ display: block !important;
4565
+ width: 2.5rem;
4566
+ height: 2.5rem;
4567
+ }
4568
+ .prokodo-Stepper__icon__sr__only {
4569
+ position: absolute;
4570
+ top: auto;
4571
+ left: -99999px;
4572
+ width: 0;
4573
+ height: 0;
4574
+ text-indent: -99999px;
4575
+ }
4576
+ .prokodo-Stepper__icon__container {
4577
+ position: relative;
4578
+ display: flex;
4579
+ align-items: center;
4580
+ justify-content: center;
4581
+ width: 2.5rem;
4582
+ height: 2.5rem;
4583
+ border-radius: 9999px;
4584
+ margin-bottom: 0.75rem;
4585
+ }
4586
+ .prokodo-Stepper__icon__container::before {
4587
+ content: "";
4588
+ position: absolute;
4589
+ top: 0;
4590
+ left: 0;
4591
+ right: 0;
4592
+ bottom: 0;
4593
+ border-radius: inherit;
4594
+ padding: 3px;
4595
+ background: var(--gradient-border-7);
4596
+ -webkit-mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
4597
+ mask: linear-gradient(var(--color-white) 0 0) content-box, linear-gradient(var(--color-white) 0 0);
4598
+ -webkit-mask-composite: xor;
4599
+ mask-composite: exclude;
4600
+ }
4601
+ .prokodo-Stepper__icon__container--is-active {
4602
+ box-shadow: var(--elevation-1);
4603
+ }
4604
+ .prokodo-Stepper__icon__container--is-active::before {
4605
+ background: var(--gradient-border-1);
4606
+ padding: 4px;
4607
+ }
4608
+ .prokodo-Stepper__icon__container--is-active::after {
4609
+ content: "";
4610
+ position: absolute;
4611
+ top: 4px;
4612
+ left: 4px;
4613
+ right: 4px;
4614
+ bottom: 4px;
4615
+ border-radius: inherit;
4616
+ box-shadow: var(--elevation-1--inset);
4617
+ }
4618
+ .prokodo-Stepper__icon__container:focus {
4619
+ border-radius: 9999px;
4620
+ outline: 3px solid #1E90FF;
4621
+ outline-offset: 4px;
4622
+ border-radius: 1.5rem;
4623
+ }
4624
+ .prokodo-Stepper__icon__label {
4625
+ display: flex;
4626
+ justify-content: center;
4627
+ align-items: center;
4628
+ color: var(--color-grey-700);
4629
+ font-weight: 400;
4630
+ font-size: 1rem;
4631
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4632
+ font-style: normal;
4633
+ line-height: 1.4;
4634
+ letter-spacing: 0.03em;
4635
+ text-transform: none;
4636
+ text-align: left;
4637
+ text-decoration: none;
4638
+ }
4639
+ .prokodo-Stepper__icon__label--is-active {
4640
+ color: var(--color-grey-900);
4641
+ }
4642
+ .prokodo-Stepper__icon__completed {
4643
+ visibility: hidden;
4644
+ }
4645
+ .prokodo-Stepper__icon__completed__container {
4646
+ position: relative;
4647
+ display: inline-block;
4648
+ width: 20px;
4649
+ height: 20px;
4650
+ }
4651
+ .prokodo-Stepper__icon__completed__container::before {
4652
+ content: "";
4653
+ position: absolute;
4654
+ top: 0;
4655
+ left: 0;
4656
+ right: 0;
4657
+ bottom: 0;
4658
+ -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7" stroke="black"></path></svg>') no-repeat center;
4659
+ mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M5 14.5C5 14.5 6.5 14.5 8.5 18C8.5 18 14.0588 8.83333 19 7" stroke="black"></path></svg>') no-repeat center;
4660
+ -webkit-mask-size: contain;
4661
+ mask-size: contain;
4662
+ background: var(--gradient-background-primary-grey-secondary);
4663
+ }
4664
+ .prokodo-Stepper__label {
4665
+ text-align: center;
4666
+ align-items: flex-start;
4667
+ display: flex !important;
4668
+ flex-direction: column;
4669
+ justify-content: center;
4670
+ font-family: !important;
4671
+ font-size: 1rem !important;
4672
+ line-height: 1.45 !important;
4673
+ color: var(--color-grey-600) !important;
4674
+ font-weight: 400;
4675
+ font-size: 1rem;
4676
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4677
+ font-style: normal;
4678
+ line-height: 1.45;
4679
+ letter-spacing: 0.03em;
4680
+ text-transform: none;
4681
+ text-align: left;
4682
+ text-decoration: none;
4683
+ }
4684
+ @media screen and (min-width: 480px) {
4685
+ .prokodo-Stepper__label {
4686
+ font-size: 0.875rem;
4687
+ line-height: 1.4;
4688
+ }
4689
+ }
4690
+ @media screen and (min-width: 960px) {
4691
+ .prokodo-Stepper__label {
4692
+ font-size: 0.875rem;
4693
+ line-height: 1.4;
4694
+ }
4695
+ }
4696
+ .prokodo-Stepper__label--is-active {
4697
+ color: var(--color-grey-800) !important;
4698
+ }
4699
+ .prokodo-Stepper__label__text {
4700
+ color: var(--color-grey-700) !important;
4701
+ position: absolute;
4702
+ top: auto;
4703
+ left: -99999px;
4704
+ width: 0;
4705
+ height: 0;
4706
+ text-indent: -99999px;
4707
+ }
4708
+ .prokodo-Stepper__label__text--is-active {
4709
+ color: var(--color-grey-900) !important;
4710
+ }
4711
+ @media screen and (min-width: 375px) {
4712
+ .prokodo-Stepper__label__text {
4713
+ position: static;
4714
+ width: auto;
4715
+ height: auto;
4716
+ left: auto;
4717
+ text-indent: inherit;
4718
+ }
4719
+ }
4720
+ @media screen and (min-width: 480px) {
4721
+ .prokodo-Stepper__label {
4722
+ align-items: center;
4723
+ font-weight: 400;
4724
+ font-size: 1rem;
4725
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4726
+ font-style: normal;
4727
+ line-height: 1.4;
4728
+ letter-spacing: 0.03em;
4729
+ text-transform: none;
4730
+ text-align: left;
4731
+ text-decoration: none;
4732
+ }
4733
+ }
4734
+ .prokodo-Switch {
4735
+ position: relative;
4736
+ display: flex;
4737
+ align-items: center;
4738
+ }
4739
+ .prokodo-Switch__label {
4740
+ width: 100%;
4741
+ display: grid;
4742
+ font-size: 1rem;
4743
+ grid-template-columns: 100%;
4744
+ grid-gap: 16px;
4745
+ gap: 16px;
4746
+ padding-bottom: 0;
4747
+ }
4748
+ @media screen and (min-width: 480px) {
4749
+ .prokodo-Switch__label {
4750
+ grid-template-columns: 80% 20%;
4751
+ }
4752
+ }
4753
+ @media screen and (min-width: 960px) {
4754
+ .prokodo-Switch__label {
4755
+ grid-template-columns: 90% 10%;
4756
+ }
4757
+ }
4758
+ .prokodo-Switch__label__content {
4759
+ padding-right: 1rem;
4760
+ }
4761
+ .prokodo-Switch__control {
4762
+ position: relative;
4763
+ width: 42px;
4764
+ height: 26px;
4765
+ min-width: 42px;
4766
+ background-color: var(--color-grey-500);
4767
+ border-radius: 13px;
4768
+ transition: background-color 0.3s ease;
4769
+ }
4770
+ .prokodo-Switch__control:focus-within {
4771
+ outline: 3px solid #1E90FF;
4772
+ outline-offset: 4px;
4773
+ border-radius: 1.5rem;
4774
+ border-radius: 13px;
4775
+ }
4776
+ .prokodo-Switch__control--checked {
4777
+ background: var(--gradient-border-4);
4778
+ }
4779
+ .prokodo-Switch__control--disabled {
4780
+ background-color: var(--color-grey-300);
4781
+ cursor: not-allowed;
4782
+ }
4783
+ .prokodo-Switch__input {
4784
+ position: absolute;
4785
+ top: 0;
4786
+ left: 0;
4787
+ width: 100%;
4788
+ height: 100%;
4789
+ opacity: 0;
4790
+ margin: 0;
4791
+ padding: 0;
4792
+ cursor: pointer;
4793
+ z-index: 2; /* over track but under thumb */
4794
+ }
4795
+ .prokodo-Switch__thumb {
4796
+ position: absolute;
4797
+ top: 50%;
4798
+ left: 2px; /* default (unchecked) */
4799
+ width: 22px;
4800
+ height: 22px;
4801
+ background-color: #FFFFFF;
4802
+ border-radius: 50%;
4803
+ transform: translateY(-50%);
4804
+ transition: transform 0.3s ease, background-color 0.3s ease;
4805
+ z-index: 3; /* always on top */
4806
+ /* If checked, shift thumb to the right */
4807
+ }
4808
+ .prokodo-Switch__thumb--checked {
4809
+ transform: translateY(-50%) translateX(13px);
4810
+ left: 5px;
4811
+ }
4812
+ .prokodo-Switch__thumb--disabled {
4813
+ background-color: var(--color-grey-200);
4814
+ }
4815
+ .prokodo-Switch__thumb {
4816
+ /* Center child icon */
4817
+ display: flex;
4818
+ align-items: center;
4819
+ justify-content: center;
4820
+ pointer-events: none;
4821
+ }
4822
+ .prokodo-Switch__icon__wrapper {
4823
+ display: flex;
4824
+ align-items: center;
4825
+ justify-content: center;
4826
+ width: 100%;
4827
+ height: 100%;
4828
+ }
4829
+ .prokodo-Switch__icon--primary {
4830
+ color: var(--color-primary-500);
4831
+ }
4832
+ .prokodo-Switch__icon--secondary {
4833
+ color: var(--color-secondary-500);
4834
+ }
4835
+ .prokodo-Switch__icon--success {
4836
+ color: var(--color-success);
4837
+ }
4838
+ .prokodo-Switch__icon--error {
4839
+ color: var(--color-error);
4840
+ }
4841
+ .prokodo-Switch__icon--info {
4842
+ color: var(--color-grey-300);
4843
+ }
4844
+ .prokodo-Switch__icon--warning {
4845
+ color: var(--color-warning);
4846
+ }
4847
+ .prokodo-Switch__track {
4848
+ position: absolute;
4849
+ top: 0;
4850
+ left: 0;
4851
+ width: 100%;
4852
+ height: 100%;
4853
+ background-color: var(--color-grey-300);
4854
+ border-radius: 13px;
4855
+ transition: background-color 0.3s ease;
4856
+ z-index: 1;
4857
+ }
4858
+ .prokodo-Switch__track--checked {
4859
+ background-color: var(--color-primary-500);
4860
+ }
4861
+ .prokodo-Switch__track--disabled {
4862
+ background-color: var(--color-grey-200);
4863
+ }
4864
+
4865
+ .prokodo-Table {
4866
+ padding-bottom: 1.5rem;
4867
+ padding-left: 1.25rem;
4868
+ }
4869
+ @media screen and (min-width: 480px) {
4870
+ .prokodo-Table {
4871
+ padding-left: 0;
4872
+ }
4873
+ }
4874
+ .prokodo-Table__container {
4875
+ overflow: visible;
4876
+ }
4877
+ .prokodo-Table__headline {
4878
+ margin-left: -40px;
4879
+ }
4880
+ .prokodo-Table__content {
4881
+ padding-left: 1.5rem;
4882
+ }
4883
+ .prokodo-Table__table {
4884
+ table-layout: auto;
4885
+ border-collapse: collapse;
4886
+ }
4887
+ .prokodo-Table__table__wrapper {
4888
+ position: relative;
4889
+ overflow-x: auto;
4890
+ overflow-y: hidden;
4891
+ }
4892
+ .prokodo-Table__head__row {
4893
+ border-bottom: 1px solid var(--color-grey-200);
4894
+ }
4895
+ .prokodo-Table__head__cell {
4896
+ padding: 1.5rem 0.5rem;
4897
+ font-weight: 500;
4898
+ font-weight: 400;
4899
+ font-size: 1.125rem;
4900
+ font-family: var(--font-primary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4901
+ font-style: normal;
4902
+ line-height: 1.45;
4903
+ letter-spacing: 0.03em;
4904
+ text-transform: none;
4905
+ text-align: left;
4906
+ text-decoration: none;
4907
+ }
4908
+ .prokodo-Table__head__cell {
4909
+ text-align: center;
4910
+ }
4911
+ .prokodo-Table__head__cell:first-child {
4912
+ color: var(--color-primary-500);
4913
+ text-align: left;
4914
+ }
4915
+ .prokodo-Table__body__row {
4916
+ border-bottom: 1px solid var(--color-grey-200);
4917
+ }
4918
+ .prokodo-Table__body__row--has-link:hover {
4919
+ background: var(--color-grey-50);
4920
+ }
4921
+ .prokodo-Table__body__row--has-link:focus {
4922
+ background: var(--color-grey-50);
4923
+ }
4924
+ .prokodo-Table__caption {
4925
+ color: var(--color-grey-300);
4926
+ text-align: right;
4927
+ opacity: 0;
4928
+ font-weight: 400;
4929
+ font-size: 1rem;
4930
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4931
+ font-style: normal;
4932
+ line-height: 1.45;
4933
+ letter-spacing: 0.03em;
4934
+ text-transform: none;
4935
+ text-align: left;
4936
+ text-decoration: none;
4937
+ }
4938
+ @media screen and (min-width: 480px) {
4939
+ .prokodo-Table__caption {
4940
+ font-size: 0.875rem;
4941
+ line-height: 1.4;
4942
+ }
4943
+ }
4944
+ @media screen and (min-width: 960px) {
4945
+ .prokodo-Table__caption {
4946
+ font-size: 0.875rem;
4947
+ line-height: 1.4;
4948
+ }
4949
+ }
4950
+ .prokodo-TableCell {
4951
+ text-align: center;
4952
+ }
4953
+ .prokodo-TableCell__inner {
4954
+ display: inline-flex;
4955
+ height: 100%;
4956
+ width: 100%;
4957
+ flex-direction: column;
4958
+ justify-content: center;
4959
+ align-items: center;
4960
+ padding: 1.5rem 0.5rem;
4961
+ font-weight: 400;
4962
+ font-size: 1.125rem;
4963
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
4964
+ font-style: normal;
4965
+ line-height: 1.55;
4966
+ letter-spacing: 0.03em;
4967
+ text-transform: none;
4968
+ text-align: left;
4969
+ text-decoration: none;
4970
+ }
4971
+ @media screen and (min-width: 480px) {
4972
+ .prokodo-TableCell__inner {
4973
+ font-size: 1rem;
4974
+ }
4975
+ }
4976
+ @media screen and (min-width: 960px) {
4977
+ .prokodo-TableCell__inner {
4978
+ font-size: 1rem;
4979
+ }
4980
+ }
4981
+ .prokodo-TableCell:first-child > span {
4982
+ font-weight: 500;
4983
+ text-align: left;
4984
+ align-items: baseline;
4985
+ }
4986
+ .prokodo-TableCell__icon {
4987
+ padding-bottom: 1rem;
4988
+ }
4989
+
4990
+ .prokodo-Teaser {
4991
+ overflow: hidden;
4992
+ }
4993
+ .prokodo-Teaser__card {
4994
+ padding: 0;
4995
+ }
4996
+ .prokodo-Teaser__card__content {
4997
+ padding: 1rem;
4998
+ }
4999
+ .prokodo-Teaser__image {
5000
+ -o-object-fit: cover;
5001
+ object-fit: cover;
5002
+ }
5003
+ .prokodo-Teaser__image__wrapper {
5004
+ position: relative;
5005
+ width: 100%;
5006
+ height: 230px;
5007
+ }
5008
+ .prokodo-Teaser__image__caption {
5009
+ bottom: 0.5rem;
5010
+ text-align: right;
5011
+ padding-right: 0.5rem;
5012
+ width: calc(100% - 0.5rem);
5013
+ }
5014
+ .prokodo-Teaser__animation {
5015
+ width: 100%;
5016
+ height: 230px;
5017
+ }
5018
+ .prokodo-Teaser__headline--has-lineClamp {
5019
+ display: -webkit-box;
5020
+ -webkit-line-clamp: 1;
5021
+ -webkit-box-orient: vertical;
5022
+ overflow: hidden;
5023
+ }
5024
+ .prokodo-Teaser__content {
5025
+ text-align: center;
5026
+ font-weight: 400;
5027
+ font-size: 1.125rem;
5028
+ font-family: var(--font-secondary), -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
5029
+ font-style: normal;
5030
+ line-height: 1.55;
5031
+ letter-spacing: 0.03em;
5032
+ text-transform: none;
5033
+ text-align: left;
5034
+ text-decoration: none;
5035
+ }
5036
+ @media screen and (min-width: 480px) {
5037
+ .prokodo-Teaser__content {
5038
+ font-size: 1rem;
5039
+ }
5040
+ }
5041
+ @media screen and (min-width: 960px) {
5042
+ .prokodo-Teaser__content {
5043
+ font-size: 1rem;
5044
+ }
5045
+ }
5046
+ .prokodo-Teaser__content--has-lineClamp {
5047
+ display: -webkit-box;
5048
+ -webkit-line-clamp: 3;
5049
+ -webkit-box-orient: vertical;
5050
+ overflow: hidden;
5051
+ }
5052
+ .prokodo-Teaser__content--align-left {
5053
+ text-align: left;
5054
+ }
5055
+ .prokodo-Teaser__content--align-right {
5056
+ text-align: right;
5057
+ }
5058
+ .prokodo-Teaser__link {
5059
+ display: flex;
5060
+ align-items: center;
5061
+ }
5062
+ .prokodo-Teaser__link__icon {
5063
+ margin-right: 0.25rem;
5064
+ }