@useupup/svelte 3.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +60 -0
  3. package/dist/UpupUploader.svelte +96 -0
  4. package/dist/UpupUploader.svelte.d.ts +5 -0
  5. package/dist/UpupUploader.svelte.d.ts.map +1 -0
  6. package/dist/assets/logos.d.ts +5 -0
  7. package/dist/assets/logos.d.ts.map +1 -0
  8. package/dist/assets/logos.js +4 -0
  9. package/dist/components/AudioUploader.svelte +220 -0
  10. package/dist/components/AudioUploader.svelte.d.ts +4 -0
  11. package/dist/components/AudioUploader.svelte.d.ts.map +1 -0
  12. package/dist/components/AudioWaveform.svelte +72 -0
  13. package/dist/components/AudioWaveform.svelte.d.ts +7 -0
  14. package/dist/components/AudioWaveform.svelte.d.ts.map +1 -0
  15. package/dist/components/BoxUploader.svelte +17 -0
  16. package/dist/components/BoxUploader.svelte.d.ts +19 -0
  17. package/dist/components/BoxUploader.svelte.d.ts.map +1 -0
  18. package/dist/components/CameraUploader.svelte +140 -0
  19. package/dist/components/CameraUploader.svelte.d.ts +4 -0
  20. package/dist/components/CameraUploader.svelte.d.ts.map +1 -0
  21. package/dist/components/ClientBoxUploader.svelte +60 -0
  22. package/dist/components/ClientBoxUploader.svelte.d.ts +19 -0
  23. package/dist/components/ClientBoxUploader.svelte.d.ts.map +1 -0
  24. package/dist/components/ClientDropboxUploader.svelte +60 -0
  25. package/dist/components/ClientDropboxUploader.svelte.d.ts +19 -0
  26. package/dist/components/ClientDropboxUploader.svelte.d.ts.map +1 -0
  27. package/dist/components/ClientGoogleDriveUploader.svelte +57 -0
  28. package/dist/components/ClientGoogleDriveUploader.svelte.d.ts +19 -0
  29. package/dist/components/ClientGoogleDriveUploader.svelte.d.ts.map +1 -0
  30. package/dist/components/ClientOneDriveUploader.svelte +60 -0
  31. package/dist/components/ClientOneDriveUploader.svelte.d.ts +19 -0
  32. package/dist/components/ClientOneDriveUploader.svelte.d.ts.map +1 -0
  33. package/dist/components/DefaultAddMoreIcon.svelte +11 -0
  34. package/dist/components/DefaultAddMoreIcon.svelte.d.ts +8 -0
  35. package/dist/components/DefaultAddMoreIcon.svelte.d.ts.map +1 -0
  36. package/dist/components/DefaultLoaderIcon.svelte +5 -0
  37. package/dist/components/DefaultLoaderIcon.svelte.d.ts +19 -0
  38. package/dist/components/DefaultLoaderIcon.svelte.d.ts.map +1 -0
  39. package/dist/components/DropboxUploader.svelte +17 -0
  40. package/dist/components/DropboxUploader.svelte.d.ts +19 -0
  41. package/dist/components/DropboxUploader.svelte.d.ts.map +1 -0
  42. package/dist/components/EmptyIcon.svelte +3 -0
  43. package/dist/components/EmptyIcon.svelte.d.ts +19 -0
  44. package/dist/components/EmptyIcon.svelte.d.ts.map +1 -0
  45. package/dist/components/FileHero.svelte +152 -0
  46. package/dist/components/FileHero.svelte.d.ts +8 -0
  47. package/dist/components/FileHero.svelte.d.ts.map +1 -0
  48. package/dist/components/FileIcon.svelte +23 -0
  49. package/dist/components/FileIcon.svelte.d.ts +8 -0
  50. package/dist/components/FileIcon.svelte.d.ts.map +1 -0
  51. package/dist/components/FileItem.svelte +95 -0
  52. package/dist/components/FileItem.svelte.d.ts +12 -0
  53. package/dist/components/FileItem.svelte.d.ts.map +1 -0
  54. package/dist/components/FileList.svelte +442 -0
  55. package/dist/components/FileList.svelte.d.ts +4 -0
  56. package/dist/components/FileList.svelte.d.ts.map +1 -0
  57. package/dist/components/FilePreview.svelte +218 -0
  58. package/dist/components/FilePreview.svelte.d.ts +17 -0
  59. package/dist/components/FilePreview.svelte.d.ts.map +1 -0
  60. package/dist/components/FilePreviewPortal.svelte +189 -0
  61. package/dist/components/FilePreviewPortal.svelte.d.ts +12 -0
  62. package/dist/components/FilePreviewPortal.svelte.d.ts.map +1 -0
  63. package/dist/components/FilePreviewThumbnail.svelte +87 -0
  64. package/dist/components/FilePreviewThumbnail.svelte.d.ts +17 -0
  65. package/dist/components/FilePreviewThumbnail.svelte.d.ts.map +1 -0
  66. package/dist/components/FileRow.svelte +192 -0
  67. package/dist/components/FileRow.svelte.d.ts +10 -0
  68. package/dist/components/FileRow.svelte.d.ts.map +1 -0
  69. package/dist/components/GoogleDriveUploader.svelte +17 -0
  70. package/dist/components/GoogleDriveUploader.svelte.d.ts +19 -0
  71. package/dist/components/GoogleDriveUploader.svelte.d.ts.map +1 -0
  72. package/dist/components/Icon.svelte +24 -0
  73. package/dist/components/Icon.svelte.d.ts +10 -0
  74. package/dist/components/Icon.svelte.d.ts.map +1 -0
  75. package/dist/components/Icons.d.ts +10 -0
  76. package/dist/components/Icons.d.ts.map +1 -0
  77. package/dist/components/Icons.js +9 -0
  78. package/dist/components/ImageEditorStub.svelte +3 -0
  79. package/dist/components/ImageEditorStub.svelte.d.ts +19 -0
  80. package/dist/components/ImageEditorStub.svelte.d.ts.map +1 -0
  81. package/dist/components/OneDriveUploader.svelte +17 -0
  82. package/dist/components/OneDriveUploader.svelte.d.ts +19 -0
  83. package/dist/components/OneDriveUploader.svelte.d.ts.map +1 -0
  84. package/dist/components/ScreenCaptureUploader.svelte +254 -0
  85. package/dist/components/ScreenCaptureUploader.svelte.d.ts +4 -0
  86. package/dist/components/ScreenCaptureUploader.svelte.d.ts.map +1 -0
  87. package/dist/components/ServerModeDriveUploader.svelte +250 -0
  88. package/dist/components/ServerModeDriveUploader.svelte.d.ts +10 -0
  89. package/dist/components/ServerModeDriveUploader.svelte.d.ts.map +1 -0
  90. package/dist/components/SourceSelector.svelte +292 -0
  91. package/dist/components/SourceSelector.svelte.d.ts +19 -0
  92. package/dist/components/SourceSelector.svelte.d.ts.map +1 -0
  93. package/dist/components/SourceView.svelte +100 -0
  94. package/dist/components/SourceView.svelte.d.ts +4 -0
  95. package/dist/components/SourceView.svelte.d.ts.map +1 -0
  96. package/dist/components/TrashIcon.svelte +11 -0
  97. package/dist/components/TrashIcon.svelte.d.ts +8 -0
  98. package/dist/components/TrashIcon.svelte.d.ts.map +1 -0
  99. package/dist/components/UploaderPanel.svelte +363 -0
  100. package/dist/components/UploaderPanel.svelte.d.ts +4 -0
  101. package/dist/components/UploaderPanel.svelte.d.ts.map +1 -0
  102. package/dist/components/UrlUploader.svelte +71 -0
  103. package/dist/components/UrlUploader.svelte.d.ts +4 -0
  104. package/dist/components/UrlUploader.svelte.d.ts.map +1 -0
  105. package/dist/components/icons/AudioIcon.svelte +5 -0
  106. package/dist/components/icons/AudioIcon.svelte.d.ts +7 -0
  107. package/dist/components/icons/AudioIcon.svelte.d.ts.map +1 -0
  108. package/dist/components/icons/BoxIcon.svelte +5 -0
  109. package/dist/components/icons/BoxIcon.svelte.d.ts +7 -0
  110. package/dist/components/icons/BoxIcon.svelte.d.ts.map +1 -0
  111. package/dist/components/icons/CameraIcon.svelte +5 -0
  112. package/dist/components/icons/CameraIcon.svelte.d.ts +7 -0
  113. package/dist/components/icons/CameraIcon.svelte.d.ts.map +1 -0
  114. package/dist/components/icons/DropboxIcon.svelte +5 -0
  115. package/dist/components/icons/DropboxIcon.svelte.d.ts +7 -0
  116. package/dist/components/icons/DropboxIcon.svelte.d.ts.map +1 -0
  117. package/dist/components/icons/GoogleDriveIcon.svelte +5 -0
  118. package/dist/components/icons/GoogleDriveIcon.svelte.d.ts +7 -0
  119. package/dist/components/icons/GoogleDriveIcon.svelte.d.ts.map +1 -0
  120. package/dist/components/icons/LinkIcon.svelte +5 -0
  121. package/dist/components/icons/LinkIcon.svelte.d.ts +7 -0
  122. package/dist/components/icons/LinkIcon.svelte.d.ts.map +1 -0
  123. package/dist/components/icons/MyDeviceIcon.svelte +5 -0
  124. package/dist/components/icons/MyDeviceIcon.svelte.d.ts +7 -0
  125. package/dist/components/icons/MyDeviceIcon.svelte.d.ts.map +1 -0
  126. package/dist/components/icons/OneDriveIcon.svelte +5 -0
  127. package/dist/components/icons/OneDriveIcon.svelte.d.ts +7 -0
  128. package/dist/components/icons/OneDriveIcon.svelte.d.ts.map +1 -0
  129. package/dist/components/icons/ScreenCaptureIcon.svelte +5 -0
  130. package/dist/components/icons/ScreenCaptureIcon.svelte.d.ts +7 -0
  131. package/dist/components/icons/ScreenCaptureIcon.svelte.d.ts.map +1 -0
  132. package/dist/components/shared/DriveAuthFallback.svelte +60 -0
  133. package/dist/components/shared/DriveAuthFallback.svelte.d.ts +12 -0
  134. package/dist/components/shared/DriveAuthFallback.svelte.d.ts.map +1 -0
  135. package/dist/components/shared/DriveBrowser.svelte +209 -0
  136. package/dist/components/shared/DriveBrowser.svelte.d.ts +25 -0
  137. package/dist/components/shared/DriveBrowser.svelte.d.ts.map +1 -0
  138. package/dist/components/shared/DriveBrowserHeader.svelte +191 -0
  139. package/dist/components/shared/DriveBrowserHeader.svelte.d.ts +14 -0
  140. package/dist/components/shared/DriveBrowserHeader.svelte.d.ts.map +1 -0
  141. package/dist/components/shared/DriveBrowserIcon.svelte +39 -0
  142. package/dist/components/shared/DriveBrowserIcon.svelte.d.ts +8 -0
  143. package/dist/components/shared/DriveBrowserIcon.svelte.d.ts.map +1 -0
  144. package/dist/components/shared/DriveBrowserItem.svelte +63 -0
  145. package/dist/components/shared/DriveBrowserItem.svelte.d.ts +10 -0
  146. package/dist/components/shared/DriveBrowserItem.svelte.d.ts.map +1 -0
  147. package/dist/components/shared/FileSuccessCheck.svelte +47 -0
  148. package/dist/components/shared/FileSuccessCheck.svelte.d.ts +10 -0
  149. package/dist/components/shared/FileSuccessCheck.svelte.d.ts.map +1 -0
  150. package/dist/components/shared/ProgressBar.svelte +81 -0
  151. package/dist/components/shared/ProgressBar.svelte.d.ts +10 -0
  152. package/dist/components/shared/ProgressBar.svelte.d.ts.map +1 -0
  153. package/dist/components/shared/SourceViewContainer.svelte +27 -0
  154. package/dist/components/shared/SourceViewContainer.svelte.d.ts +10 -0
  155. package/dist/components/shared/SourceViewContainer.svelte.d.ts.map +1 -0
  156. package/dist/components/shared/UploaderHeader.svelte +156 -0
  157. package/dist/components/shared/UploaderHeader.svelte.d.ts +13 -0
  158. package/dist/components/shared/UploaderHeader.svelte.d.ts.map +1 -0
  159. package/dist/composables/use-tiles-per-row.d.ts +19 -0
  160. package/dist/composables/use-tiles-per-row.d.ts.map +1 -0
  161. package/dist/composables/use-tiles-per-row.js +30 -0
  162. package/dist/composables/useBox.d.ts +28 -0
  163. package/dist/composables/useBox.d.ts.map +1 -0
  164. package/dist/composables/useBox.js +61 -0
  165. package/dist/composables/useCameraUploader.d.ts +23 -0
  166. package/dist/composables/useCameraUploader.d.ts.map +1 -0
  167. package/dist/composables/useCameraUploader.js +114 -0
  168. package/dist/composables/useDropbox.d.ts +28 -0
  169. package/dist/composables/useDropbox.d.ts.map +1 -0
  170. package/dist/composables/useDropbox.js +61 -0
  171. package/dist/composables/useFetchFileByUrl.d.ts +9 -0
  172. package/dist/composables/useFetchFileByUrl.d.ts.map +1 -0
  173. package/dist/composables/useFetchFileByUrl.js +33 -0
  174. package/dist/composables/useGoogleDrive.d.ts +28 -0
  175. package/dist/composables/useGoogleDrive.d.ts.map +1 -0
  176. package/dist/composables/useGoogleDrive.js +65 -0
  177. package/dist/composables/useOneDrive.d.ts +29 -0
  178. package/dist/composables/useOneDrive.d.ts.map +1 -0
  179. package/dist/composables/useOneDrive.js +64 -0
  180. package/dist/composables/useSSEProcessing.d.ts +20 -0
  181. package/dist/composables/useSSEProcessing.d.ts.map +1 -0
  182. package/dist/composables/useSSEProcessing.js +17 -0
  183. package/dist/composables/useServerModeDrive.d.ts +17 -0
  184. package/dist/composables/useServerModeDrive.d.ts.map +1 -0
  185. package/dist/composables/useServerModeDrive.js +33 -0
  186. package/dist/composables/useSourceSelector.d.ts +13 -0
  187. package/dist/composables/useSourceSelector.d.ts.map +1 -0
  188. package/dist/composables/useSourceSelector.js +36 -0
  189. package/dist/composables/useUploaderPanel.d.ts +12 -0
  190. package/dist/composables/useUploaderPanel.d.ts.map +1 -0
  191. package/dist/composables/useUploaderPanel.js +43 -0
  192. package/dist/context/create-uploader-context.d.ts +4 -0
  193. package/dist/context/create-uploader-context.d.ts.map +1 -0
  194. package/dist/context/create-uploader-context.js +324 -0
  195. package/dist/context/source-view-header-extra.d.ts +14 -0
  196. package/dist/context/source-view-header-extra.d.ts.map +1 -0
  197. package/dist/context/source-view-header-extra.js +41 -0
  198. package/dist/context/uploader-context.d.ts +109 -0
  199. package/dist/context/uploader-context.d.ts.map +1 -0
  200. package/dist/context/uploader-context.js +96 -0
  201. package/dist/index.d.ts +10 -0
  202. package/dist/index.d.ts.map +1 -0
  203. package/dist/index.js +5 -0
  204. package/dist/lib/constants.d.ts +13 -0
  205. package/dist/lib/constants.d.ts.map +1 -0
  206. package/dist/lib/constants.js +67 -0
  207. package/dist/lib/to-readable.d.ts +14 -0
  208. package/dist/lib/to-readable.d.ts.map +1 -0
  209. package/dist/lib/to-readable.js +15 -0
  210. package/dist/lib/view-mode.d.ts +24 -0
  211. package/dist/lib/view-mode.d.ts.map +1 -0
  212. package/dist/lib/view-mode.js +31 -0
  213. package/dist/shared/types.d.ts +15 -0
  214. package/dist/shared/types.d.ts.map +1 -0
  215. package/dist/shared/types.js +1 -0
  216. package/dist/styles.d.ts +4 -0
  217. package/dist/tailwind-prefixed.css +2479 -0
  218. package/dist/tailwind.css +74 -0
  219. package/dist/use-upup-upload.d.ts +38 -0
  220. package/dist/use-upup-upload.d.ts.map +1 -0
  221. package/dist/use-upup-upload.js +81 -0
  222. package/package.json +101 -0
@@ -0,0 +1,2479 @@
1
+ .upup-scope *, .upup-scope ::before, .upup-scope ::after {
2
+ --tw-border-spacing-x: 0;
3
+ --tw-border-spacing-y: 0;
4
+ --tw-translate-x: 0;
5
+ --tw-translate-y: 0;
6
+ --tw-rotate: 0;
7
+ --tw-skew-x: 0;
8
+ --tw-skew-y: 0;
9
+ --tw-scale-x: 1;
10
+ --tw-scale-y: 1;
11
+ --tw-pan-x: ;
12
+ --tw-pan-y: ;
13
+ --tw-pinch-zoom: ;
14
+ --tw-scroll-snap-strictness: proximity;
15
+ --tw-gradient-from-position: ;
16
+ --tw-gradient-via-position: ;
17
+ --tw-gradient-to-position: ;
18
+ --tw-ordinal: ;
19
+ --tw-slashed-zero: ;
20
+ --tw-numeric-figure: ;
21
+ --tw-numeric-spacing: ;
22
+ --tw-numeric-fraction: ;
23
+ --tw-ring-inset: ;
24
+ --tw-ring-offset-width: 0px;
25
+ --tw-ring-offset-color: #fff;
26
+ --tw-ring-color: rgb(59 130 246 / 0.5);
27
+ --tw-ring-offset-shadow: 0 0 #0000;
28
+ --tw-ring-shadow: 0 0 #0000;
29
+ --tw-shadow: 0 0 #0000;
30
+ --tw-shadow-colored: 0 0 #0000;
31
+ --tw-blur: ;
32
+ --tw-brightness: ;
33
+ --tw-contrast: ;
34
+ --tw-grayscale: ;
35
+ --tw-hue-rotate: ;
36
+ --tw-invert: ;
37
+ --tw-saturate: ;
38
+ --tw-sepia: ;
39
+ --tw-drop-shadow: ;
40
+ --tw-backdrop-blur: ;
41
+ --tw-backdrop-brightness: ;
42
+ --tw-backdrop-contrast: ;
43
+ --tw-backdrop-grayscale: ;
44
+ --tw-backdrop-hue-rotate: ;
45
+ --tw-backdrop-invert: ;
46
+ --tw-backdrop-opacity: ;
47
+ --tw-backdrop-saturate: ;
48
+ --tw-backdrop-sepia: ;
49
+ --tw-contain-size: ;
50
+ --tw-contain-layout: ;
51
+ --tw-contain-paint: ;
52
+ --tw-contain-style: ;
53
+ }
54
+
55
+ .upup-scope ::backdrop {
56
+ --tw-border-spacing-x: 0;
57
+ --tw-border-spacing-y: 0;
58
+ --tw-translate-x: 0;
59
+ --tw-translate-y: 0;
60
+ --tw-rotate: 0;
61
+ --tw-skew-x: 0;
62
+ --tw-skew-y: 0;
63
+ --tw-scale-x: 1;
64
+ --tw-scale-y: 1;
65
+ --tw-pan-x: ;
66
+ --tw-pan-y: ;
67
+ --tw-pinch-zoom: ;
68
+ --tw-scroll-snap-strictness: proximity;
69
+ --tw-gradient-from-position: ;
70
+ --tw-gradient-via-position: ;
71
+ --tw-gradient-to-position: ;
72
+ --tw-ordinal: ;
73
+ --tw-slashed-zero: ;
74
+ --tw-numeric-figure: ;
75
+ --tw-numeric-spacing: ;
76
+ --tw-numeric-fraction: ;
77
+ --tw-ring-inset: ;
78
+ --tw-ring-offset-width: 0px;
79
+ --tw-ring-offset-color: #fff;
80
+ --tw-ring-color: rgb(59 130 246 / 0.5);
81
+ --tw-ring-offset-shadow: 0 0 #0000;
82
+ --tw-ring-shadow: 0 0 #0000;
83
+ --tw-shadow: 0 0 #0000;
84
+ --tw-shadow-colored: 0 0 #0000;
85
+ --tw-blur: ;
86
+ --tw-brightness: ;
87
+ --tw-contrast: ;
88
+ --tw-grayscale: ;
89
+ --tw-hue-rotate: ;
90
+ --tw-invert: ;
91
+ --tw-saturate: ;
92
+ --tw-sepia: ;
93
+ --tw-drop-shadow: ;
94
+ --tw-backdrop-blur: ;
95
+ --tw-backdrop-brightness: ;
96
+ --tw-backdrop-contrast: ;
97
+ --tw-backdrop-grayscale: ;
98
+ --tw-backdrop-hue-rotate: ;
99
+ --tw-backdrop-invert: ;
100
+ --tw-backdrop-opacity: ;
101
+ --tw-backdrop-saturate: ;
102
+ --tw-backdrop-sepia: ;
103
+ --tw-contain-size: ;
104
+ --tw-contain-layout: ;
105
+ --tw-contain-paint: ;
106
+ --tw-contain-style: ;
107
+ }/*
108
+ ! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
109
+ *//*
110
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
111
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
112
+ */
113
+
114
+ .upup-scope *,
115
+ .upup-scope ::before,
116
+ .upup-scope ::after {
117
+ box-sizing: border-box; /* 1 */
118
+ border-width: 0; /* 2 */
119
+ border-style: solid; /* 2 */
120
+ border-color: #e5e7eb; /* 2 */
121
+ }
122
+
123
+ .upup-scope ::before,
124
+ .upup-scope ::after {
125
+ --tw-content: '';
126
+ }
127
+
128
+ /*
129
+ 1. Use a consistent sensible line-height in all browsers.
130
+ 2. Prevent adjustments of font size after orientation changes in iOS.
131
+ 3. Use a more readable tab size.
132
+ 4. Use the user's configured `sans` font-family by default.
133
+ 5. Use the user's configured `sans` font-feature-settings by default.
134
+ 6. Use the user's configured `sans` font-variation-settings by default.
135
+ 7. Disable tap highlights on iOS
136
+ */
137
+
138
+ .upup-scope html,
139
+ .upup-scope :host {
140
+ line-height: 1.5; /* 1 */
141
+ -webkit-text-size-adjust: 100%; /* 2 */
142
+ -moz-tab-size: 4; /* 3 */
143
+ -o-tab-size: 4;
144
+ tab-size: 4; /* 3 */
145
+ font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
146
+ font-feature-settings: normal; /* 5 */
147
+ font-variation-settings: normal; /* 6 */
148
+ -webkit-tap-highlight-color: transparent; /* 7 */
149
+ }
150
+
151
+ /*
152
+ 1. Remove the margin in all browsers.
153
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
154
+ */
155
+
156
+ .upup-scope body {
157
+ margin: 0; /* 1 */
158
+ line-height: inherit; /* 2 */
159
+ }
160
+
161
+ /*
162
+ 1. Add the correct height in Firefox.
163
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
164
+ 3. Ensure horizontal rules are visible by default.
165
+ */
166
+
167
+ .upup-scope hr {
168
+ height: 0; /* 1 */
169
+ color: inherit; /* 2 */
170
+ border-top-width: 1px; /* 3 */
171
+ }
172
+
173
+ /*
174
+ Add the correct text decoration in Chrome, Edge, and Safari.
175
+ */
176
+
177
+ .upup-scope abbr:where([title]) {
178
+ -webkit-text-decoration: underline dotted;
179
+ text-decoration: underline dotted;
180
+ }
181
+
182
+ /*
183
+ Remove the default font size and weight for headings.
184
+ */
185
+
186
+ .upup-scope h1,
187
+ .upup-scope h2,
188
+ .upup-scope h3,
189
+ .upup-scope h4,
190
+ .upup-scope h5,
191
+ .upup-scope h6 {
192
+ font-size: inherit;
193
+ font-weight: inherit;
194
+ }
195
+
196
+ /*
197
+ Reset links to optimize for opt-in styling instead of opt-out.
198
+ */
199
+
200
+ .upup-scope a {
201
+ color: inherit;
202
+ text-decoration: inherit;
203
+ }
204
+
205
+ /*
206
+ Add the correct font weight in Edge and Safari.
207
+ */
208
+
209
+ .upup-scope b,
210
+ .upup-scope strong {
211
+ font-weight: bolder;
212
+ }
213
+
214
+ /*
215
+ 1. Use the user's configured `mono` font-family by default.
216
+ 2. Use the user's configured `mono` font-feature-settings by default.
217
+ 3. Use the user's configured `mono` font-variation-settings by default.
218
+ 4. Correct the odd `em` font sizing in all browsers.
219
+ */
220
+
221
+ .upup-scope code,
222
+ .upup-scope kbd,
223
+ .upup-scope samp,
224
+ .upup-scope pre {
225
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
226
+ font-feature-settings: normal; /* 2 */
227
+ font-variation-settings: normal; /* 3 */
228
+ font-size: 1em; /* 4 */
229
+ }
230
+
231
+ /*
232
+ Add the correct font size in all browsers.
233
+ */
234
+
235
+ .upup-scope small {
236
+ font-size: 80%;
237
+ }
238
+
239
+ /*
240
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
241
+ */
242
+
243
+ .upup-scope sub,
244
+ .upup-scope sup {
245
+ font-size: 75%;
246
+ line-height: 0;
247
+ position: relative;
248
+ vertical-align: baseline;
249
+ }
250
+
251
+ .upup-scope sub {
252
+ bottom: -0.25em;
253
+ }
254
+
255
+ .upup-scope sup {
256
+ top: -0.5em;
257
+ }
258
+
259
+ /*
260
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
261
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
262
+ 3. Remove gaps between table borders by default.
263
+ */
264
+
265
+ .upup-scope table {
266
+ text-indent: 0; /* 1 */
267
+ border-color: inherit; /* 2 */
268
+ border-collapse: collapse; /* 3 */
269
+ }
270
+
271
+ /*
272
+ 1. Change the font styles in all browsers.
273
+ 2. Remove the margin in Firefox and Safari.
274
+ 3. Remove default padding in all browsers.
275
+ */
276
+
277
+ .upup-scope button,
278
+ .upup-scope input,
279
+ .upup-scope optgroup,
280
+ .upup-scope select,
281
+ .upup-scope textarea {
282
+ font-family: inherit; /* 1 */
283
+ font-feature-settings: inherit; /* 1 */
284
+ font-variation-settings: inherit; /* 1 */
285
+ font-size: 100%; /* 1 */
286
+ font-weight: inherit; /* 1 */
287
+ line-height: inherit; /* 1 */
288
+ letter-spacing: inherit; /* 1 */
289
+ color: inherit; /* 1 */
290
+ margin: 0; /* 2 */
291
+ padding: 0; /* 3 */
292
+ }
293
+
294
+ /*
295
+ Remove the inheritance of text transform in Edge and Firefox.
296
+ */
297
+
298
+ .upup-scope button,
299
+ .upup-scope select {
300
+ text-transform: none;
301
+ }
302
+
303
+ /*
304
+ 1. Correct the inability to style clickable types in iOS and Safari.
305
+ 2. Remove default button styles.
306
+ */
307
+
308
+ .upup-scope button,
309
+ .upup-scope input:where([type='button']),
310
+ .upup-scope input:where([type='reset']),
311
+ .upup-scope input:where([type='submit']) {
312
+ -webkit-appearance: button; /* 1 */
313
+ background-color: transparent; /* 2 */
314
+ background-image: none; /* 2 */
315
+ }
316
+
317
+ /*
318
+ Use the modern Firefox focus style for all focusable elements.
319
+ */
320
+
321
+ .upup-scope :-moz-focusring {
322
+ outline: auto;
323
+ }
324
+
325
+ /*
326
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
327
+ */
328
+
329
+ .upup-scope :-moz-ui-invalid {
330
+ box-shadow: none;
331
+ }
332
+
333
+ /*
334
+ Add the correct vertical alignment in Chrome and Firefox.
335
+ */
336
+
337
+ .upup-scope progress {
338
+ vertical-align: baseline;
339
+ }
340
+
341
+ /*
342
+ Correct the cursor style of increment and decrement buttons in Safari.
343
+ */
344
+
345
+ .upup-scope ::-webkit-inner-spin-button,
346
+ .upup-scope ::-webkit-outer-spin-button {
347
+ height: auto;
348
+ }
349
+
350
+ /*
351
+ 1. Correct the odd appearance in Chrome and Safari.
352
+ 2. Correct the outline style in Safari.
353
+ */
354
+
355
+ .upup-scope [type='search'] {
356
+ -webkit-appearance: textfield; /* 1 */
357
+ outline-offset: -2px; /* 2 */
358
+ }
359
+
360
+ /*
361
+ Remove the inner padding in Chrome and Safari on macOS.
362
+ */
363
+
364
+ .upup-scope ::-webkit-search-decoration {
365
+ -webkit-appearance: none;
366
+ }
367
+
368
+ /*
369
+ 1. Correct the inability to style clickable types in iOS and Safari.
370
+ 2. Change font properties to `inherit` in Safari.
371
+ */
372
+
373
+ .upup-scope ::-webkit-file-upload-button {
374
+ -webkit-appearance: button; /* 1 */
375
+ font: inherit; /* 2 */
376
+ }
377
+
378
+ /*
379
+ Add the correct display in Chrome and Safari.
380
+ */
381
+
382
+ .upup-scope summary {
383
+ display: list-item;
384
+ }
385
+
386
+ /*
387
+ Removes the default spacing and border for appropriate elements.
388
+ */
389
+
390
+ .upup-scope blockquote,
391
+ .upup-scope dl,
392
+ .upup-scope dd,
393
+ .upup-scope h1,
394
+ .upup-scope h2,
395
+ .upup-scope h3,
396
+ .upup-scope h4,
397
+ .upup-scope h5,
398
+ .upup-scope h6,
399
+ .upup-scope hr,
400
+ .upup-scope figure,
401
+ .upup-scope p,
402
+ .upup-scope pre {
403
+ margin: 0;
404
+ }
405
+
406
+ .upup-scope fieldset {
407
+ margin: 0;
408
+ padding: 0;
409
+ }
410
+
411
+ .upup-scope legend {
412
+ padding: 0;
413
+ }
414
+
415
+ .upup-scope ol,
416
+ .upup-scope ul,
417
+ .upup-scope menu {
418
+ list-style: none;
419
+ margin: 0;
420
+ padding: 0;
421
+ }
422
+
423
+ /*
424
+ Reset default styling for dialogs.
425
+ */
426
+ .upup-scope dialog {
427
+ padding: 0;
428
+ }
429
+
430
+ /*
431
+ Prevent resizing textareas horizontally by default.
432
+ */
433
+
434
+ .upup-scope textarea {
435
+ resize: vertical;
436
+ }
437
+
438
+ /*
439
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
440
+ 2. Set the default placeholder color to the user's configured gray 400 color.
441
+ */
442
+
443
+ .upup-scope input::-moz-placeholder, .upup-scope textarea::-moz-placeholder {
444
+ opacity: 1; /* 1 */
445
+ color: #9ca3af; /* 2 */
446
+ }
447
+
448
+ .upup-scope input::placeholder,
449
+ .upup-scope textarea::placeholder {
450
+ opacity: 1; /* 1 */
451
+ color: #9ca3af; /* 2 */
452
+ }
453
+
454
+ /*
455
+ Set the default cursor for buttons.
456
+ */
457
+
458
+ .upup-scope button,
459
+ .upup-scope [role="button"] {
460
+ cursor: pointer;
461
+ }
462
+
463
+ /*
464
+ Make sure disabled buttons don't get the pointer cursor.
465
+ */
466
+ .upup-scope :disabled {
467
+ cursor: default;
468
+ }
469
+
470
+ /*
471
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
472
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
473
+ This can trigger a poorly considered lint error in some tools but is included by design.
474
+ */
475
+
476
+ .upup-scope img,
477
+ .upup-scope svg,
478
+ .upup-scope video,
479
+ .upup-scope canvas,
480
+ .upup-scope audio,
481
+ .upup-scope iframe,
482
+ .upup-scope embed,
483
+ .upup-scope object {
484
+ display: block; /* 1 */
485
+ vertical-align: middle; /* 2 */
486
+ }
487
+
488
+ /*
489
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
490
+ */
491
+
492
+ .upup-scope img,
493
+ .upup-scope video {
494
+ max-width: 100%;
495
+ height: auto;
496
+ }
497
+
498
+ /* Make elements with the HTML hidden attribute stay hidden by default */
499
+ .upup-scope [hidden]:where(:not([hidden="until-found"])) {
500
+ display: none;
501
+ }
502
+ .upup-scope .upup-container {
503
+ width: 100%;
504
+ }
505
+ @media (min-width: 640px) {
506
+
507
+ .upup-scope .upup-container {
508
+ max-width: 640px;
509
+ }
510
+ }
511
+ @media (min-width: 768px) {
512
+
513
+ .upup-scope .upup-container {
514
+ max-width: 768px;
515
+ }
516
+ }
517
+ @media (min-width: 1024px) {
518
+
519
+ .upup-scope .upup-container {
520
+ max-width: 1024px;
521
+ }
522
+ }
523
+ @media (min-width: 1280px) {
524
+
525
+ .upup-scope .upup-container {
526
+ max-width: 1280px;
527
+ }
528
+ }
529
+ @media (min-width: 1536px) {
530
+
531
+ .upup-scope .upup-container {
532
+ max-width: 1536px;
533
+ }
534
+ }
535
+ .upup-scope {
536
+ --upup-fx-fast: 150ms;
537
+ --upup-fx-base: 200ms;
538
+ --upup-fx-overlay: 350ms;
539
+ --upup-fx-ease: cubic-bezier(0.22, 1, 0.36, 1);
540
+ }
541
+ .upup-scope .upup-fx-hover-lift {
542
+ transition: transform var(--upup-fx-fast) var(--upup-fx-ease), box-shadow var(--upup-fx-fast) var(--upup-fx-ease), background-color var(--upup-fx-fast) var(--upup-fx-ease);
543
+ }
544
+ .upup-scope .upup-fx-hover-lift:hover {
545
+ transform: translateY(-2px);
546
+ box-shadow: 0 4px 16px rgba(14, 165, 233, 0.15);
547
+ }
548
+ .upup-scope .upup-fx-press:active {
549
+ transform: scale(0.97);
550
+ }
551
+ .upup-scope .upup-fx-icon-nudge svg {
552
+ transition: transform var(--upup-fx-fast) var(--upup-fx-ease);
553
+ }
554
+ .upup-scope .upup-fx-icon-nudge:hover svg {
555
+ transform: translateY(-2px) scale(1.08);
556
+ }
557
+ .upup-scope .upup-fx-sheen-sweep {
558
+ position: relative;
559
+ overflow: hidden;
560
+ }
561
+ .upup-scope .upup-fx-sheen-sweep::after {
562
+ content: '';
563
+ position: absolute;
564
+ inset: 0;
565
+ width: 40%;
566
+ transform: translateX(-120%);
567
+ background: linear-gradient(105deg, transparent, rgba(255,255,255,0.18), transparent);
568
+ transition: transform 600ms var(--upup-fx-ease);
569
+ pointer-events: none;
570
+ }
571
+ .upup-scope .upup-fx-sheen-sweep:hover::after {
572
+ transform: translateX(300%);
573
+ }
574
+ .upup-scope .upup-fx-remove {
575
+ transition: color var(--upup-fx-fast) var(--upup-fx-ease), transform var(--upup-fx-fast) var(--upup-fx-ease);
576
+ }
577
+ .upup-scope .upup-fx-remove:hover {
578
+ color: #f87171;
579
+ transform: rotate(90deg);
580
+ }
581
+ .upup-scope .upup-fx-progress-fill {
582
+ transition: width var(--upup-fx-base) var(--upup-fx-ease);
583
+ }
584
+ .upup-scope .upup-fx-overlay-slide {
585
+ animation: fx-overlay-slide var(--upup-fx-overlay) var(--upup-fx-ease) both;
586
+ }
587
+ @keyframes fx-overlay-slide {
588
+
589
+ 0% {
590
+ opacity: 0;
591
+ transform: translateY(100%);
592
+ }
593
+
594
+ 100% {
595
+ opacity: 1;
596
+ transform: translateY(0);
597
+ }
598
+ }
599
+ .upup-scope .upup-fx-overlay-close-slide {
600
+ animation: fx-overlay-close-slide var(--upup-fx-overlay) var(--upup-fx-ease) both;
601
+ }
602
+ @keyframes fx-overlay-close-slide {
603
+
604
+ 0% {
605
+ opacity: 1;
606
+ transform: translateY(0);
607
+ }
608
+
609
+ 100% {
610
+ opacity: 0;
611
+ transform: translateY(100%);
612
+ }
613
+ }
614
+ .upup-scope .upup-fx-search-expand {
615
+ transform-origin: right center;
616
+ animation: fx-search-expand var(--upup-fx-base) var(--upup-fx-ease) both;
617
+ }
618
+ @keyframes fx-search-expand {
619
+
620
+ 0% {
621
+ opacity: 0;
622
+ transform: scaleX(0.6);
623
+ }
624
+
625
+ 100% {
626
+ opacity: 1;
627
+ transform: scaleX(1);
628
+ }
629
+ }
630
+ .upup-scope [data-motion='off'] :is([class*='upup-fx-'], [class*='upup-animate-fx-']):not(.upup-fx-essential) {
631
+ animation: none !important;
632
+ transition: none !important;
633
+ }
634
+ .upup-scope [data-motion='off'] :is([class*='upup-fx-'], [class*='upup-animate-fx-']):not(.upup-fx-essential)::after {
635
+ animation: none !important;
636
+ transition: none !important;
637
+ }
638
+ @media (prefers-reduced-motion: reduce) {
639
+
640
+ .upup-scope :is([class*='upup-fx-'], [class*='upup-animate-fx-']):not(.upup-fx-essential) {
641
+ animation: none !important;
642
+ transition: none !important;
643
+ }
644
+ }
645
+ /* Top "lit-from-above" sheen for the gradient panel chrome. Drawn on a
646
+ ::before so no per-framework DOM node is added. The dark tint is keyed on
647
+ an explicit modifier class (upup-panel-sheen-dark) applied in JS from the
648
+ resolved theme mode, because the product toggles theme via data-theme (not
649
+ a .dark ancestor) and the .upup-scope prefix would break an ancestor
650
+ selector anyway. */
651
+ .upup-scope .upup-panel-sheen {
652
+ position: relative;
653
+ }
654
+ .upup-scope .upup-panel-sheen::before {
655
+ content: '';
656
+ position: absolute;
657
+ inset-inline: 0;
658
+ top: 0;
659
+ height: 6rem;
660
+ pointer-events: none;
661
+ border-radius: inherit;
662
+ background: linear-gradient(
663
+ to bottom,
664
+ rgba(255, 255, 255, 0.5),
665
+ transparent
666
+ );
667
+ }
668
+ .upup-scope .upup-panel-sheen-dark::before {
669
+ background: linear-gradient(
670
+ to bottom,
671
+ rgba(255, 255, 255, 0.08),
672
+ transparent
673
+ );
674
+ }
675
+
676
+ .upup-scope .upup-preview-scroll {
677
+ /* width */
678
+ .upup-scope &::-webkit-scrollbar {
679
+ width: 6px;
680
+ }
681
+
682
+ /* Track */
683
+ .upup-scope &::-webkit-scrollbar-track {
684
+ background: #eaeaea;
685
+ border-radius: 10px;
686
+ }
687
+
688
+ /* Handle */
689
+ .upup-scope &::-webkit-scrollbar-thumb {
690
+ background: #c5cafb;
691
+ border-radius: 10px;
692
+ }
693
+
694
+ /* Handle on hover */
695
+ .upup-scope &::-webkit-scrollbar-thumb:hover {
696
+ background: #c5cafb;
697
+ }
698
+ }
699
+ .upup-scope .upup-sr-only {
700
+ position: absolute;
701
+ width: 1px;
702
+ height: 1px;
703
+ padding: 0;
704
+ margin: -1px;
705
+ overflow: hidden;
706
+ clip: rect(0, 0, 0, 0);
707
+ white-space: nowrap;
708
+ border-width: 0;
709
+ }
710
+ .upup-scope .upup-pointer-events-none {
711
+ pointer-events: none;
712
+ }
713
+ .upup-scope .upup-fixed {
714
+ position: fixed;
715
+ }
716
+ .upup-scope .upup-absolute {
717
+ position: absolute;
718
+ }
719
+ .upup-scope .upup-relative {
720
+ position: relative;
721
+ }
722
+ .upup-scope .upup-inset-0 {
723
+ inset: 0px;
724
+ }
725
+ .upup-scope .upup-inset-1 {
726
+ inset: 0.25rem;
727
+ }
728
+ .upup-scope .upup-inset-x-0 {
729
+ left: 0px;
730
+ right: 0px;
731
+ }
732
+ .upup-scope .upup-inset-x-3 {
733
+ left: 0.75rem;
734
+ right: 0.75rem;
735
+ }
736
+ .upup-scope .upup-inset-x-4 {
737
+ left: 1rem;
738
+ right: 1rem;
739
+ }
740
+ .upup-scope .upup-inset-y-0 {
741
+ top: 0px;
742
+ bottom: 0px;
743
+ }
744
+ .upup-scope .upup--right-2 {
745
+ right: -0.5rem;
746
+ }
747
+ .upup-scope .upup--top-2 {
748
+ top: -0.5rem;
749
+ }
750
+ .upup-scope .upup-bottom-0 {
751
+ bottom: 0px;
752
+ }
753
+ .upup-scope .upup-bottom-3 {
754
+ bottom: 0.75rem;
755
+ }
756
+ .upup-scope .upup-left-0 {
757
+ left: 0px;
758
+ }
759
+ .upup-scope .upup-left-1\.5 {
760
+ left: 0.375rem;
761
+ }
762
+ .upup-scope .upup-left-1\/2 {
763
+ left: 50%;
764
+ }
765
+ .upup-scope .upup-left-2\.5 {
766
+ left: 0.625rem;
767
+ }
768
+ .upup-scope .upup-left-3 {
769
+ left: 0.75rem;
770
+ }
771
+ .upup-scope .upup-right-0 {
772
+ right: 0px;
773
+ }
774
+ .upup-scope .upup-right-1\.5 {
775
+ right: 0.375rem;
776
+ }
777
+ .upup-scope .upup-right-3 {
778
+ right: 0.75rem;
779
+ }
780
+ .upup-scope .upup-top-0 {
781
+ top: 0px;
782
+ }
783
+ .upup-scope .upup-top-1\.5 {
784
+ top: 0.375rem;
785
+ }
786
+ .upup-scope .upup-top-1\/2 {
787
+ top: 50%;
788
+ }
789
+ .upup-scope .upup-top-11 {
790
+ top: 2.75rem;
791
+ }
792
+ .upup-scope .upup-top-2\.5 {
793
+ top: 0.625rem;
794
+ }
795
+ .upup-scope .upup-top-3 {
796
+ top: 0.75rem;
797
+ }
798
+ .upup-scope .upup-top-4 {
799
+ top: 1rem;
800
+ }
801
+ .upup-scope .upup-z-0 {
802
+ z-index: 0;
803
+ }
804
+ .upup-scope .upup-z-10 {
805
+ z-index: 10;
806
+ }
807
+ .upup-scope .upup-z-20 {
808
+ z-index: 20;
809
+ }
810
+ .upup-scope .upup-z-30 {
811
+ z-index: 30;
812
+ }
813
+ .upup-scope .upup-z-\[2147483647\] {
814
+ z-index: 2147483647;
815
+ }
816
+ .upup-scope .upup-col-span-4 {
817
+ grid-column: span 4 / span 4;
818
+ }
819
+ .upup-scope .upup-col-start-1 {
820
+ grid-column-start: 1;
821
+ }
822
+ .upup-scope .upup-col-start-3 {
823
+ grid-column-start: 3;
824
+ }
825
+ .upup-scope .upup-col-end-3 {
826
+ grid-column-end: 3;
827
+ }
828
+ .upup-scope .upup-col-end-5 {
829
+ grid-column-end: 5;
830
+ }
831
+ .upup-scope .upup-row-start-2 {
832
+ grid-row-start: 2;
833
+ }
834
+ .upup-scope .upup-m-4 {
835
+ margin: 1rem;
836
+ }
837
+ .upup-scope .upup-mx-auto {
838
+ margin-left: auto;
839
+ margin-right: auto;
840
+ }
841
+ .upup-scope .upup-my-2 {
842
+ margin-top: 0.5rem;
843
+ margin-bottom: 0.5rem;
844
+ }
845
+ .upup-scope .upup-mb-1\.5 {
846
+ margin-bottom: 0.375rem;
847
+ }
848
+ .upup-scope .upup-ml-auto {
849
+ margin-left: auto;
850
+ }
851
+ .upup-scope .upup-mr-0\.5 {
852
+ margin-right: 0.125rem;
853
+ }
854
+ .upup-scope .upup-mr-auto {
855
+ margin-right: auto;
856
+ }
857
+ .upup-scope .upup-mt-0\.5 {
858
+ margin-top: 0.125rem;
859
+ }
860
+ .upup-scope .upup-mt-1 {
861
+ margin-top: 0.25rem;
862
+ }
863
+ .upup-scope .upup-mt-2 {
864
+ margin-top: 0.5rem;
865
+ }
866
+ .upup-scope .upup-mt-2\.5 {
867
+ margin-top: 0.625rem;
868
+ }
869
+ .upup-scope .upup-mt-4 {
870
+ margin-top: 1rem;
871
+ }
872
+ .upup-scope .upup-block {
873
+ display: block;
874
+ }
875
+ .upup-scope .upup-flex {
876
+ display: flex;
877
+ }
878
+ .upup-scope .upup-inline-flex {
879
+ display: inline-flex;
880
+ }
881
+ .upup-scope .upup-grid {
882
+ display: grid;
883
+ }
884
+ .upup-scope .upup-hidden {
885
+ display: none;
886
+ }
887
+ .upup-scope .upup-aspect-video {
888
+ aspect-ratio: 16 / 9;
889
+ }
890
+ .upup-scope .upup-size-8 {
891
+ width: 2rem;
892
+ height: 2rem;
893
+ }
894
+ .upup-scope .upup-h-1 {
895
+ height: 0.25rem;
896
+ }
897
+ .upup-scope .upup-h-10 {
898
+ height: 2.5rem;
899
+ }
900
+ .upup-scope .upup-h-11 {
901
+ height: 2.75rem;
902
+ }
903
+ .upup-scope .upup-h-16 {
904
+ height: 4rem;
905
+ }
906
+ .upup-scope .upup-h-2 {
907
+ height: 0.5rem;
908
+ }
909
+ .upup-scope .upup-h-20 {
910
+ height: 5rem;
911
+ }
912
+ .upup-scope .upup-h-24 {
913
+ height: 6rem;
914
+ }
915
+ .upup-scope .upup-h-4 {
916
+ height: 1rem;
917
+ }
918
+ .upup-scope .upup-h-5 {
919
+ height: 1.25rem;
920
+ }
921
+ .upup-scope .upup-h-6 {
922
+ height: 1.5rem;
923
+ }
924
+ .upup-scope .upup-h-7 {
925
+ height: 1.75rem;
926
+ }
927
+ .upup-scope .upup-h-8 {
928
+ height: 2rem;
929
+ }
930
+ .upup-scope .upup-h-\[160px\] {
931
+ height: 160px;
932
+ }
933
+ .upup-scope .upup-h-\[30px\] {
934
+ height: 30px;
935
+ }
936
+ .upup-scope .upup-h-\[34px\] {
937
+ height: 34px;
938
+ }
939
+ .upup-scope .upup-h-\[42px\] {
940
+ height: 42px;
941
+ }
942
+ .upup-scope .upup-h-\[480px\] {
943
+ height: 480px;
944
+ }
945
+ .upup-scope .upup-h-\[52px\] {
946
+ height: 52px;
947
+ }
948
+ .upup-scope .upup-h-\[6px\] {
949
+ height: 6px;
950
+ }
951
+ .upup-scope .upup-h-\[90vh\] {
952
+ height: 90vh;
953
+ }
954
+ .upup-scope .upup-h-\[calc\(100\%-0\.5rem\)\] {
955
+ height: calc(100% - 0.5rem);
956
+ }
957
+ .upup-scope .upup-h-auto {
958
+ height: auto;
959
+ }
960
+ .upup-scope .upup-h-full {
961
+ height: 100%;
962
+ }
963
+ .upup-scope .upup-max-h-full {
964
+ max-height: 100%;
965
+ }
966
+ .upup-scope .upup-min-h-0 {
967
+ min-height: 0px;
968
+ }
969
+ .upup-scope .upup-w-1\/3 {
970
+ width: 33.333333%;
971
+ }
972
+ .upup-scope .upup-w-10 {
973
+ width: 2.5rem;
974
+ }
975
+ .upup-scope .upup-w-16 {
976
+ width: 4rem;
977
+ }
978
+ .upup-scope .upup-w-2 {
979
+ width: 0.5rem;
980
+ }
981
+ .upup-scope .upup-w-2\/5 {
982
+ width: 40%;
983
+ }
984
+ .upup-scope .upup-w-20 {
985
+ width: 5rem;
986
+ }
987
+ .upup-scope .upup-w-24 {
988
+ width: 6rem;
989
+ }
990
+ .upup-scope .upup-w-4 {
991
+ width: 1rem;
992
+ }
993
+ .upup-scope .upup-w-5 {
994
+ width: 1.25rem;
995
+ }
996
+ .upup-scope .upup-w-6 {
997
+ width: 1.5rem;
998
+ }
999
+ .upup-scope .upup-w-7 {
1000
+ width: 1.75rem;
1001
+ }
1002
+ .upup-scope .upup-w-8 {
1003
+ width: 2rem;
1004
+ }
1005
+ .upup-scope .upup-w-\[30px\] {
1006
+ width: 30px;
1007
+ }
1008
+ .upup-scope .upup-w-\[34px\] {
1009
+ width: 34px;
1010
+ }
1011
+ .upup-scope .upup-w-\[3px\] {
1012
+ width: 3px;
1013
+ }
1014
+ .upup-scope .upup-w-\[42px\] {
1015
+ width: 42px;
1016
+ }
1017
+ .upup-scope .upup-w-\[52px\] {
1018
+ width: 52px;
1019
+ }
1020
+ .upup-scope .upup-w-\[62px\] {
1021
+ width: 62px;
1022
+ }
1023
+ .upup-scope .upup-w-\[66px\] {
1024
+ width: 66px;
1025
+ }
1026
+ .upup-scope .upup-w-\[90vw\] {
1027
+ width: 90vw;
1028
+ }
1029
+ .upup-scope .upup-w-\[calc\(100\%-0\.5rem\)\] {
1030
+ width: calc(100% - 0.5rem);
1031
+ }
1032
+ .upup-scope .upup-w-full {
1033
+ width: 100%;
1034
+ }
1035
+ .upup-scope .upup-w-px {
1036
+ width: 1px;
1037
+ }
1038
+ .upup-scope .upup-min-w-0 {
1039
+ min-width: 0px;
1040
+ }
1041
+ .upup-scope .upup-max-w-\[280px\] {
1042
+ max-width: 280px;
1043
+ }
1044
+ .upup-scope .upup-max-w-\[420px\] {
1045
+ max-width: 420px;
1046
+ }
1047
+ .upup-scope .upup-max-w-\[600px\] {
1048
+ max-width: 600px;
1049
+ }
1050
+ .upup-scope .upup-max-w-full {
1051
+ max-width: 100%;
1052
+ }
1053
+ .upup-scope .upup-max-w-md {
1054
+ max-width: 28rem;
1055
+ }
1056
+ .upup-scope .upup-max-w-xs {
1057
+ max-width: 20rem;
1058
+ }
1059
+ .upup-scope .upup-flex-1 {
1060
+ flex: 1 1 0%;
1061
+ }
1062
+ .upup-scope .upup-flex-none {
1063
+ flex: none;
1064
+ }
1065
+ .upup-scope .upup-shrink-0 {
1066
+ flex-shrink: 0;
1067
+ }
1068
+ .upup-scope .upup-flex-grow {
1069
+ flex-grow: 1;
1070
+ }
1071
+ .upup-scope .upup-origin-bottom {
1072
+ transform-origin: bottom;
1073
+ }
1074
+ .upup-scope .upup--translate-x-1\/2 {
1075
+ --tw-translate-x: -50%;
1076
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1077
+ }
1078
+ .upup-scope .upup--translate-y-1\/2 {
1079
+ --tw-translate-y: -50%;
1080
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1081
+ }
1082
+ @keyframes upup-fx-dash-march {
1083
+
1084
+ 0% {
1085
+ stroke-dashoffset: 0;
1086
+ }
1087
+
1088
+ 100% {
1089
+ stroke-dashoffset: -24;
1090
+ }
1091
+ }
1092
+ .upup-scope .upup-animate-fx-dash-march {
1093
+ animation: upup-fx-dash-march 8s linear infinite;
1094
+ }
1095
+ @keyframes upup-fx-draw {
1096
+
1097
+ 0% {
1098
+ stroke-dashoffset: 24;
1099
+ }
1100
+
1101
+ 100% {
1102
+ stroke-dashoffset: 0;
1103
+ }
1104
+ }
1105
+ .upup-scope .upup-animate-fx-draw {
1106
+ animation: upup-fx-draw 400ms var(--upup-fx-ease) both;
1107
+ }
1108
+ @keyframes upup-fx-enter {
1109
+
1110
+ 0% {
1111
+ opacity: 0;
1112
+ transform: translateY(6px) scale(0.98);
1113
+ }
1114
+
1115
+ 100% {
1116
+ opacity: 1;
1117
+ transform: translateY(0) scale(1);
1118
+ }
1119
+ }
1120
+ .upup-scope .upup-animate-fx-enter {
1121
+ animation: upup-fx-enter var(--upup-fx-base) var(--upup-fx-ease) both;
1122
+ }
1123
+ @keyframes upup-fx-exit {
1124
+
1125
+ 0% {
1126
+ opacity: 1;
1127
+ max-height: 96px;
1128
+ }
1129
+
1130
+ 100% {
1131
+ opacity: 0;
1132
+ max-height: 0;
1133
+ margin-top: 0;
1134
+ margin-bottom: 0;
1135
+ padding-top: 0;
1136
+ padding-bottom: 0;
1137
+ }
1138
+ }
1139
+ .upup-scope .upup-animate-fx-exit {
1140
+ animation: upup-fx-exit var(--upup-fx-base) var(--upup-fx-ease) both;
1141
+ }
1142
+ @keyframes upup-fx-pop {
1143
+
1144
+ 0% {
1145
+ transform: scale(0.6);
1146
+ }
1147
+
1148
+ 60% {
1149
+ transform: scale(1.12);
1150
+ }
1151
+
1152
+ 100% {
1153
+ transform: scale(1);
1154
+ }
1155
+ }
1156
+ .upup-scope .upup-animate-fx-pop {
1157
+ animation: upup-fx-pop var(--upup-fx-base) var(--upup-fx-ease) both;
1158
+ }
1159
+ @keyframes upup-fx-rec-pulse {
1160
+
1161
+ 0%, 100% {
1162
+ opacity: 1;
1163
+ transform: scale(1);
1164
+ }
1165
+
1166
+ 50% {
1167
+ opacity: 0.55;
1168
+ transform: scale(0.82);
1169
+ }
1170
+ }
1171
+ .upup-scope .upup-animate-fx-rec-pulse {
1172
+ animation: upup-fx-rec-pulse 1.4s ease-in-out infinite;
1173
+ }
1174
+ @keyframes upup-fx-sheen {
1175
+
1176
+ 0% {
1177
+ transform: translateX(-100%);
1178
+ }
1179
+
1180
+ 100% {
1181
+ transform: translateX(300%);
1182
+ }
1183
+ }
1184
+ .upup-scope .upup-animate-fx-sheen {
1185
+ animation: upup-fx-sheen 1.6s linear infinite;
1186
+ }
1187
+ @keyframes upup-fx-view {
1188
+
1189
+ 0% {
1190
+ opacity: 0;
1191
+ transform: translateY(12px);
1192
+ }
1193
+
1194
+ 100% {
1195
+ opacity: 1;
1196
+ transform: translateY(0);
1197
+ }
1198
+ }
1199
+ .upup-scope .upup-animate-fx-view {
1200
+ animation: upup-fx-view var(--upup-fx-base) var(--upup-fx-ease) both;
1201
+ }
1202
+ @keyframes upup-informer-in {
1203
+
1204
+ 0% {
1205
+ opacity: 0;
1206
+ transform: translateY(8px);
1207
+ }
1208
+
1209
+ 100% {
1210
+ opacity: 1;
1211
+ transform: translateY(0);
1212
+ }
1213
+ }
1214
+ .upup-scope .upup-animate-informer-in {
1215
+ animation: upup-informer-in 0.2s ease-out both;
1216
+ }
1217
+ @keyframes upup-pulse {
1218
+
1219
+ 50% {
1220
+ opacity: .5;
1221
+ }
1222
+ }
1223
+ .upup-scope .upup-animate-pulse {
1224
+ animation: upup-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
1225
+ }
1226
+ @keyframes upup-spin {
1227
+
1228
+ to {
1229
+ transform: rotate(360deg);
1230
+ }
1231
+ }
1232
+ .upup-scope .upup-animate-spin {
1233
+ animation: upup-spin 1s linear infinite;
1234
+ }
1235
+ .upup-scope .upup-cursor-grab {
1236
+ cursor: grab;
1237
+ }
1238
+ .upup-scope .upup-cursor-pointer {
1239
+ cursor: pointer;
1240
+ }
1241
+ .upup-scope .upup-touch-none {
1242
+ touch-action: none;
1243
+ }
1244
+ .upup-scope .upup-select-none {
1245
+ -webkit-user-select: none;
1246
+ -moz-user-select: none;
1247
+ user-select: none;
1248
+ }
1249
+ .upup-scope .upup-grid-cols-4 {
1250
+ grid-template-columns: repeat(4, minmax(0, 1fr));
1251
+ }
1252
+ .upup-scope .upup-grid-rows-2 {
1253
+ grid-template-rows: repeat(2, minmax(0, 1fr));
1254
+ }
1255
+ .upup-scope .upup-grid-rows-\[auto\,1fr\,auto\] {
1256
+ grid-template-rows: auto 1fr auto;
1257
+ }
1258
+ .upup-scope .upup-grid-rows-\[auto\,1fr\] {
1259
+ grid-template-rows: auto 1fr;
1260
+ }
1261
+ .upup-scope .upup-flex-row {
1262
+ flex-direction: row;
1263
+ }
1264
+ .upup-scope .upup-flex-col {
1265
+ flex-direction: column;
1266
+ }
1267
+ .upup-scope .upup-flex-wrap {
1268
+ flex-wrap: wrap;
1269
+ }
1270
+ .upup-scope .upup-items-start {
1271
+ align-items: flex-start;
1272
+ }
1273
+ .upup-scope .upup-items-center {
1274
+ align-items: center;
1275
+ }
1276
+ .upup-scope .upup-justify-start {
1277
+ justify-content: flex-start;
1278
+ }
1279
+ .upup-scope .upup-justify-end {
1280
+ justify-content: flex-end;
1281
+ }
1282
+ .upup-scope .upup-justify-center {
1283
+ justify-content: center;
1284
+ }
1285
+ .upup-scope .upup-justify-between {
1286
+ justify-content: space-between;
1287
+ }
1288
+ .upup-scope .upup-gap-0\.5 {
1289
+ gap: 0.125rem;
1290
+ }
1291
+ .upup-scope .upup-gap-1 {
1292
+ gap: 0.25rem;
1293
+ }
1294
+ .upup-scope .upup-gap-1\.5 {
1295
+ gap: 0.375rem;
1296
+ }
1297
+ .upup-scope .upup-gap-2 {
1298
+ gap: 0.5rem;
1299
+ }
1300
+ .upup-scope .upup-gap-2\.5 {
1301
+ gap: 0.625rem;
1302
+ }
1303
+ .upup-scope .upup-gap-3 {
1304
+ gap: 0.75rem;
1305
+ }
1306
+ .upup-scope .upup-gap-4 {
1307
+ gap: 1rem;
1308
+ }
1309
+ .upup-scope .upup-gap-6 {
1310
+ gap: 1.5rem;
1311
+ }
1312
+ .upup-scope .upup-gap-\[3px\] {
1313
+ gap: 3px;
1314
+ }
1315
+ .upup-scope .upup-gap-\[5px\] {
1316
+ gap: 5px;
1317
+ }
1318
+ .upup-scope .upup-gap-\[7px\] {
1319
+ gap: 7px;
1320
+ }
1321
+ .upup-scope .upup-gap-\[9px\] {
1322
+ gap: 9px;
1323
+ }
1324
+ .upup-scope .upup-gap-x-1\.5 {
1325
+ -moz-column-gap: 0.375rem;
1326
+ column-gap: 0.375rem;
1327
+ }
1328
+ .upup-scope .upup-gap-x-2\.5 {
1329
+ -moz-column-gap: 0.625rem;
1330
+ column-gap: 0.625rem;
1331
+ }
1332
+ .upup-scope .upup-gap-x-3 {
1333
+ -moz-column-gap: 0.75rem;
1334
+ column-gap: 0.75rem;
1335
+ }
1336
+ .upup-scope .upup-gap-x-6 {
1337
+ -moz-column-gap: 1.5rem;
1338
+ column-gap: 1.5rem;
1339
+ }
1340
+ .upup-scope .upup-gap-y-1 {
1341
+ row-gap: 0.25rem;
1342
+ }
1343
+ .upup-scope .upup-gap-y-4 {
1344
+ row-gap: 1rem;
1345
+ }
1346
+ .upup-scope .upup-gap-y-5 {
1347
+ row-gap: 1.25rem;
1348
+ }
1349
+ .upup-scope .upup-overflow-auto {
1350
+ overflow: auto;
1351
+ }
1352
+ .upup-scope .upup-overflow-hidden {
1353
+ overflow: hidden;
1354
+ }
1355
+ .upup-scope .upup-overflow-y-auto {
1356
+ overflow-y: auto;
1357
+ }
1358
+ .upup-scope .upup-truncate {
1359
+ overflow: hidden;
1360
+ text-overflow: ellipsis;
1361
+ white-space: nowrap;
1362
+ }
1363
+ .upup-scope .upup-whitespace-nowrap {
1364
+ white-space: nowrap;
1365
+ }
1366
+ .upup-scope .upup-whitespace-pre-wrap {
1367
+ white-space: pre-wrap;
1368
+ }
1369
+ .upup-scope .upup-text-wrap {
1370
+ text-wrap: wrap;
1371
+ }
1372
+ .upup-scope .upup-break-all {
1373
+ word-break: break-all;
1374
+ }
1375
+ .upup-scope .upup-rounded {
1376
+ border-radius: 0.25rem;
1377
+ }
1378
+ .upup-scope .upup-rounded-2xl {
1379
+ border-radius: 1rem;
1380
+ }
1381
+ .upup-scope .upup-rounded-\[11px\] {
1382
+ border-radius: 11px;
1383
+ }
1384
+ .upup-scope .upup-rounded-\[12px\] {
1385
+ border-radius: 12px;
1386
+ }
1387
+ .upup-scope .upup-rounded-\[14px\] {
1388
+ border-radius: 14px;
1389
+ }
1390
+ .upup-scope .upup-rounded-\[4px\] {
1391
+ border-radius: 4px;
1392
+ }
1393
+ .upup-scope .upup-rounded-\[8px\] {
1394
+ border-radius: 8px;
1395
+ }
1396
+ .upup-scope .upup-rounded-\[9px\] {
1397
+ border-radius: 9px;
1398
+ }
1399
+ .upup-scope .upup-rounded-full {
1400
+ border-radius: 9999px;
1401
+ }
1402
+ .upup-scope .upup-rounded-lg {
1403
+ border-radius: 0.5rem;
1404
+ }
1405
+ .upup-scope .upup-rounded-md {
1406
+ border-radius: 0.375rem;
1407
+ }
1408
+ .upup-scope .upup-rounded-xl {
1409
+ border-radius: 0.75rem;
1410
+ }
1411
+ .upup-scope .upup-rounded-b-lg {
1412
+ border-bottom-right-radius: 0.5rem;
1413
+ border-bottom-left-radius: 0.5rem;
1414
+ }
1415
+ .upup-scope .upup-rounded-b-md {
1416
+ border-bottom-right-radius: 0.375rem;
1417
+ border-bottom-left-radius: 0.375rem;
1418
+ }
1419
+ .upup-scope .upup-rounded-t-lg {
1420
+ border-top-left-radius: 0.5rem;
1421
+ border-top-right-radius: 0.5rem;
1422
+ }
1423
+ .upup-scope .upup-rounded-t-none {
1424
+ border-top-left-radius: 0px;
1425
+ border-top-right-radius: 0px;
1426
+ }
1427
+ .upup-scope .upup-border {
1428
+ border-width: 1px;
1429
+ }
1430
+ .upup-scope .upup-border-2 {
1431
+ border-width: 2px;
1432
+ }
1433
+ .upup-scope .upup-border-\[1\.5px\] {
1434
+ border-width: 1.5px;
1435
+ }
1436
+ .upup-scope .upup-border-b {
1437
+ border-bottom-width: 1px;
1438
+ }
1439
+ .upup-scope .upup-border-t {
1440
+ border-top-width: 1px;
1441
+ }
1442
+ .upup-scope .upup-border-dashed {
1443
+ border-style: dashed;
1444
+ }
1445
+ .upup-scope .upup-border-\[\#0ea5e9\] {
1446
+ --tw-border-opacity: 1;
1447
+ border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
1448
+ }
1449
+ .upup-scope .upup-border-\[\#38bdf8\] {
1450
+ --tw-border-opacity: 1;
1451
+ border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
1452
+ }
1453
+ .upup-scope .upup-border-\[\#38bdf8\]\/50 {
1454
+ border-color: rgb(56 189 248 / 0.5);
1455
+ }
1456
+ .upup-scope .upup-border-\[\#6D6D6D\] {
1457
+ --tw-border-opacity: 1;
1458
+ border-color: rgb(109 109 109 / var(--tw-border-opacity, 1));
1459
+ }
1460
+ .upup-scope .upup-border-\[\#e0e0e0\] {
1461
+ --tw-border-opacity: 1;
1462
+ border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
1463
+ }
1464
+ .upup-scope .upup-border-black\/\[0\.06\] {
1465
+ border-color: rgb(0 0 0 / 0.06);
1466
+ }
1467
+ .upup-scope .upup-border-black\/\[0\.16\] {
1468
+ border-color: rgb(0 0 0 / 0.16);
1469
+ }
1470
+ .upup-scope .upup-border-gray-300 {
1471
+ --tw-border-opacity: 1;
1472
+ border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
1473
+ }
1474
+ .upup-scope .upup-border-gray-700 {
1475
+ --tw-border-opacity: 1;
1476
+ border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
1477
+ }
1478
+ .upup-scope .upup-border-white\/\[0\.06\] {
1479
+ border-color: rgb(255 255 255 / 0.06);
1480
+ }
1481
+ .upup-scope .upup-border-white\/\[0\.08\] {
1482
+ border-color: rgb(255 255 255 / 0.08);
1483
+ }
1484
+ .upup-scope .upup-border-white\/\[0\.16\] {
1485
+ border-color: rgb(255 255 255 / 0.16);
1486
+ }
1487
+ .upup-scope .upup-border-yellow-500\/30 {
1488
+ border-color: rgb(234 179 8 / 0.3);
1489
+ }
1490
+ .upup-scope .upup-bg-\[\#0284c7\]\/10 {
1491
+ background-color: rgb(2 132 199 / 0.1);
1492
+ }
1493
+ .upup-scope .upup-bg-\[\#04080f\]\/40 {
1494
+ background-color: rgb(4 8 15 / 0.4);
1495
+ }
1496
+ .upup-scope .upup-bg-\[\#04080f\]\/60 {
1497
+ background-color: rgb(4 8 15 / 0.6);
1498
+ }
1499
+ .upup-scope .upup-bg-\[\#0b1220\]\/70 {
1500
+ background-color: rgb(11 18 32 / 0.7);
1501
+ }
1502
+ .upup-scope .upup-bg-\[\#0b1220\]\/\[0\.85\] {
1503
+ background-color: rgb(11 18 32 / 0.85);
1504
+ }
1505
+ .upup-scope .upup-bg-\[\#0b2a3a\] {
1506
+ --tw-bg-opacity: 1;
1507
+ background-color: rgb(11 42 58 / var(--tw-bg-opacity, 1));
1508
+ }
1509
+ .upup-scope .upup-bg-\[\#0ea5e9\] {
1510
+ --tw-bg-opacity: 1;
1511
+ background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
1512
+ }
1513
+ .upup-scope .upup-bg-\[\#0ea5e9\]\/10 {
1514
+ background-color: rgb(14 165 233 / 0.1);
1515
+ }
1516
+ .upup-scope .upup-bg-\[\#0ea5e9\]\/20 {
1517
+ background-color: rgb(14 165 233 / 0.2);
1518
+ }
1519
+ .upup-scope .upup-bg-\[\#232323\] {
1520
+ --tw-bg-opacity: 1;
1521
+ background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
1522
+ }
1523
+ .upup-scope .upup-bg-\[\#272727\] {
1524
+ --tw-bg-opacity: 1;
1525
+ background-color: rgb(39 39 39 / var(--tw-bg-opacity, 1));
1526
+ }
1527
+ .upup-scope .upup-bg-\[\#38bdf8\] {
1528
+ --tw-bg-opacity: 1;
1529
+ background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
1530
+ }
1531
+ .upup-scope .upup-bg-\[\#38bdf8\]\/15 {
1532
+ background-color: rgb(56 189 248 / 0.15);
1533
+ }
1534
+ .upup-scope .upup-bg-\[\#F5F5F5\] {
1535
+ --tw-bg-opacity: 1;
1536
+ background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
1537
+ }
1538
+ .upup-scope .upup-bg-\[\#e0f2fe\] {
1539
+ --tw-bg-opacity: 1;
1540
+ background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
1541
+ }
1542
+ .upup-scope .upup-bg-black\/15 {
1543
+ background-color: rgb(0 0 0 / 0.15);
1544
+ }
1545
+ .upup-scope .upup-bg-black\/20 {
1546
+ background-color: rgb(0 0 0 / 0.2);
1547
+ }
1548
+ .upup-scope .upup-bg-black\/40 {
1549
+ background-color: rgb(0 0 0 / 0.4);
1550
+ }
1551
+ .upup-scope .upup-bg-black\/70 {
1552
+ background-color: rgb(0 0 0 / 0.7);
1553
+ }
1554
+ .upup-scope .upup-bg-black\/\[0\.025\] {
1555
+ background-color: rgb(0 0 0 / 0.025);
1556
+ }
1557
+ .upup-scope .upup-bg-black\/\[0\.03\] {
1558
+ background-color: rgb(0 0 0 / 0.03);
1559
+ }
1560
+ .upup-scope .upup-bg-black\/\[0\.04\] {
1561
+ background-color: rgb(0 0 0 / 0.04);
1562
+ }
1563
+ .upup-scope .upup-bg-black\/\[0\.05\] {
1564
+ background-color: rgb(0 0 0 / 0.05);
1565
+ }
1566
+ .upup-scope .upup-bg-black\/\[0\.075\] {
1567
+ background-color: rgb(0 0 0 / 0.075);
1568
+ }
1569
+ .upup-scope .upup-bg-gray-500 {
1570
+ --tw-bg-opacity: 1;
1571
+ background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
1572
+ }
1573
+ .upup-scope .upup-bg-gray-800 {
1574
+ --tw-bg-opacity: 1;
1575
+ background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
1576
+ }
1577
+ .upup-scope .upup-bg-red-100 {
1578
+ --tw-bg-opacity: 1;
1579
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
1580
+ }
1581
+ .upup-scope .upup-bg-red-500 {
1582
+ --tw-bg-opacity: 1;
1583
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
1584
+ }
1585
+ .upup-scope .upup-bg-red-500\/20 {
1586
+ background-color: rgb(239 68 68 / 0.2);
1587
+ }
1588
+ .upup-scope .upup-bg-red-500\/30 {
1589
+ background-color: rgb(239 68 68 / 0.3);
1590
+ }
1591
+ .upup-scope .upup-bg-red-600 {
1592
+ --tw-bg-opacity: 1;
1593
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
1594
+ }
1595
+ .upup-scope .upup-bg-rose-50 {
1596
+ --tw-bg-opacity: 1;
1597
+ background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
1598
+ }
1599
+ .upup-scope .upup-bg-rose-500\/\[0\.14\] {
1600
+ background-color: rgb(244 63 94 / 0.14);
1601
+ }
1602
+ .upup-scope .upup-bg-transparent {
1603
+ background-color: transparent;
1604
+ }
1605
+ .upup-scope .upup-bg-white {
1606
+ --tw-bg-opacity: 1;
1607
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1608
+ }
1609
+ .upup-scope .upup-bg-white\/15 {
1610
+ background-color: rgb(255 255 255 / 0.15);
1611
+ }
1612
+ .upup-scope .upup-bg-white\/20 {
1613
+ background-color: rgb(255 255 255 / 0.2);
1614
+ }
1615
+ .upup-scope .upup-bg-white\/5 {
1616
+ background-color: rgb(255 255 255 / 0.05);
1617
+ }
1618
+ .upup-scope .upup-bg-white\/50 {
1619
+ background-color: rgb(255 255 255 / 0.5);
1620
+ }
1621
+ .upup-scope .upup-bg-white\/70 {
1622
+ background-color: rgb(255 255 255 / 0.7);
1623
+ }
1624
+ .upup-scope .upup-bg-white\/\[0\.03\] {
1625
+ background-color: rgb(255 255 255 / 0.03);
1626
+ }
1627
+ .upup-scope .upup-bg-white\/\[0\.04\] {
1628
+ background-color: rgb(255 255 255 / 0.04);
1629
+ }
1630
+ .upup-scope .upup-bg-white\/\[0\.055\] {
1631
+ background-color: rgb(255 255 255 / 0.055);
1632
+ }
1633
+ .upup-scope .upup-bg-white\/\[0\.05\] {
1634
+ background-color: rgb(255 255 255 / 0.05);
1635
+ }
1636
+ .upup-scope .upup-bg-white\/\[0\.06\] {
1637
+ background-color: rgb(255 255 255 / 0.06);
1638
+ }
1639
+ .upup-scope .upup-bg-white\/\[0\.12\] {
1640
+ background-color: rgb(255 255 255 / 0.12);
1641
+ }
1642
+ .upup-scope .upup-bg-white\/\[0\.85\] {
1643
+ background-color: rgb(255 255 255 / 0.85);
1644
+ }
1645
+ .upup-scope .upup-bg-yellow-500 {
1646
+ --tw-bg-opacity: 1;
1647
+ background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
1648
+ }
1649
+ .upup-scope .upup-bg-yellow-500\/10 {
1650
+ background-color: rgb(234 179 8 / 0.1);
1651
+ }
1652
+ .upup-scope .upup-bg-yellow-600 {
1653
+ --tw-bg-opacity: 1;
1654
+ background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
1655
+ }
1656
+ .upup-scope .upup-bg-gradient-to-b {
1657
+ background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
1658
+ }
1659
+ .upup-scope .upup-bg-gradient-to-br {
1660
+ background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
1661
+ }
1662
+ .upup-scope .upup-bg-gradient-to-t {
1663
+ background-image: linear-gradient(to top, var(--tw-gradient-stops));
1664
+ }
1665
+ .upup-scope .upup-from-\[\#04080f\]\/\[0\.86\] {
1666
+ --tw-gradient-from: rgb(4 8 15 / 0.86) var(--tw-gradient-from-position);
1667
+ --tw-gradient-to: rgb(4 8 15 / 0) var(--tw-gradient-to-position);
1668
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1669
+ }
1670
+ .upup-scope .upup-from-\[\#0ea5e9\]\/10 {
1671
+ --tw-gradient-from: rgb(14 165 233 / 0.1) var(--tw-gradient-from-position);
1672
+ --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
1673
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1674
+ }
1675
+ .upup-scope .upup-from-\[\#141b2e\] {
1676
+ --tw-gradient-from: #141b2e var(--tw-gradient-from-position);
1677
+ --tw-gradient-to: rgb(20 27 46 / 0) var(--tw-gradient-to-position);
1678
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1679
+ }
1680
+ .upup-scope .upup-from-white {
1681
+ --tw-gradient-from: #fff var(--tw-gradient-from-position);
1682
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
1683
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1684
+ }
1685
+ .upup-scope .upup-from-white\/\[0\.92\] {
1686
+ --tw-gradient-from: rgb(255 255 255 / 0.92) var(--tw-gradient-from-position);
1687
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
1688
+ --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
1689
+ }
1690
+ .upup-scope .upup-via-\[\#04080f\]\/50 {
1691
+ --tw-gradient-to: rgb(4 8 15 / 0) var(--tw-gradient-to-position);
1692
+ --tw-gradient-stops: var(--tw-gradient-from), rgb(4 8 15 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
1693
+ }
1694
+ .upup-scope .upup-via-white\/60 {
1695
+ --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
1696
+ --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
1697
+ }
1698
+ .upup-scope .upup-to-\[\#0a0e1a\] {
1699
+ --tw-gradient-to: #0a0e1a var(--tw-gradient-to-position);
1700
+ }
1701
+ .upup-scope .upup-to-\[\#7c3aed\]\/10 {
1702
+ --tw-gradient-to: rgb(124 58 237 / 0.1) var(--tw-gradient-to-position);
1703
+ }
1704
+ .upup-scope .upup-to-\[\#dde6f0\] {
1705
+ --tw-gradient-to: #dde6f0 var(--tw-gradient-to-position);
1706
+ }
1707
+ .upup-scope .upup-to-transparent {
1708
+ --tw-gradient-to: transparent var(--tw-gradient-to-position);
1709
+ }
1710
+ .upup-scope .upup-bg-contain {
1711
+ background-size: contain;
1712
+ }
1713
+ .upup-scope .upup-bg-cover {
1714
+ background-size: cover;
1715
+ }
1716
+ .upup-scope .upup-bg-center {
1717
+ background-position: center;
1718
+ }
1719
+ .upup-scope .upup-bg-no-repeat {
1720
+ background-repeat: no-repeat;
1721
+ }
1722
+ .upup-scope .upup-object-contain {
1723
+ -o-object-fit: contain;
1724
+ object-fit: contain;
1725
+ }
1726
+ .upup-scope .upup-object-cover {
1727
+ -o-object-fit: cover;
1728
+ object-fit: cover;
1729
+ }
1730
+ .upup-scope .upup-p-0\.5 {
1731
+ padding: 0.125rem;
1732
+ }
1733
+ .upup-scope .upup-p-1 {
1734
+ padding: 0.25rem;
1735
+ }
1736
+ .upup-scope .upup-p-2 {
1737
+ padding: 0.5rem;
1738
+ }
1739
+ .upup-scope .upup-p-3 {
1740
+ padding: 0.75rem;
1741
+ }
1742
+ .upup-scope .upup-p-4 {
1743
+ padding: 1rem;
1744
+ }
1745
+ .upup-scope .upup-p-6 {
1746
+ padding: 1.5rem;
1747
+ }
1748
+ .upup-scope .upup-px-0\.5 {
1749
+ padding-left: 0.125rem;
1750
+ padding-right: 0.125rem;
1751
+ }
1752
+ .upup-scope .upup-px-1\.5 {
1753
+ padding-left: 0.375rem;
1754
+ padding-right: 0.375rem;
1755
+ }
1756
+ .upup-scope .upup-px-2 {
1757
+ padding-left: 0.5rem;
1758
+ padding-right: 0.5rem;
1759
+ }
1760
+ .upup-scope .upup-px-3 {
1761
+ padding-left: 0.75rem;
1762
+ padding-right: 0.75rem;
1763
+ }
1764
+ .upup-scope .upup-px-3\.5 {
1765
+ padding-left: 0.875rem;
1766
+ padding-right: 0.875rem;
1767
+ }
1768
+ .upup-scope .upup-px-4 {
1769
+ padding-left: 1rem;
1770
+ padding-right: 1rem;
1771
+ }
1772
+ .upup-scope .upup-px-5 {
1773
+ padding-left: 1.25rem;
1774
+ padding-right: 1.25rem;
1775
+ }
1776
+ .upup-scope .upup-px-6 {
1777
+ padding-left: 1.5rem;
1778
+ padding-right: 1.5rem;
1779
+ }
1780
+ .upup-scope .upup-px-\[18px\] {
1781
+ padding-left: 18px;
1782
+ padding-right: 18px;
1783
+ }
1784
+ .upup-scope .upup-py-1 {
1785
+ padding-top: 0.25rem;
1786
+ padding-bottom: 0.25rem;
1787
+ }
1788
+ .upup-scope .upup-py-1\.5 {
1789
+ padding-top: 0.375rem;
1790
+ padding-bottom: 0.375rem;
1791
+ }
1792
+ .upup-scope .upup-py-2 {
1793
+ padding-top: 0.5rem;
1794
+ padding-bottom: 0.5rem;
1795
+ }
1796
+ .upup-scope .upup-py-2\.5 {
1797
+ padding-top: 0.625rem;
1798
+ padding-bottom: 0.625rem;
1799
+ }
1800
+ .upup-scope .upup-py-4 {
1801
+ padding-top: 1rem;
1802
+ padding-bottom: 1rem;
1803
+ }
1804
+ .upup-scope .upup-py-6 {
1805
+ padding-top: 1.5rem;
1806
+ padding-bottom: 1.5rem;
1807
+ }
1808
+ .upup-scope .upup-pb-3\.5 {
1809
+ padding-bottom: 0.875rem;
1810
+ }
1811
+ .upup-scope .upup-pb-5 {
1812
+ padding-bottom: 1.25rem;
1813
+ }
1814
+ .upup-scope .upup-pl-8 {
1815
+ padding-left: 2rem;
1816
+ }
1817
+ .upup-scope .upup-pt-1\.5 {
1818
+ padding-top: 0.375rem;
1819
+ }
1820
+ .upup-scope .upup-pt-2 {
1821
+ padding-top: 0.5rem;
1822
+ }
1823
+ .upup-scope .upup-pt-4 {
1824
+ padding-top: 1rem;
1825
+ }
1826
+ .upup-scope .upup-text-left {
1827
+ text-align: left;
1828
+ }
1829
+ .upup-scope .upup-text-center {
1830
+ text-align: center;
1831
+ }
1832
+ .upup-scope .upup-font-\[Arial\,Helvetica\,sans-serif\] {
1833
+ font-family: Arial,Helvetica,sans-serif;
1834
+ }
1835
+ .upup-scope .upup-font-mono {
1836
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
1837
+ }
1838
+ .upup-scope .upup-text-2xl {
1839
+ font-size: 1.5rem;
1840
+ line-height: 2rem;
1841
+ }
1842
+ .upup-scope .upup-text-3xl {
1843
+ font-size: 1.875rem;
1844
+ line-height: 2.25rem;
1845
+ }
1846
+ .upup-scope .upup-text-5xl {
1847
+ font-size: 3rem;
1848
+ line-height: 1;
1849
+ }
1850
+ .upup-scope .upup-text-\[11px\] {
1851
+ font-size: 11px;
1852
+ }
1853
+ .upup-scope .upup-text-\[12px\] {
1854
+ font-size: 12px;
1855
+ }
1856
+ .upup-scope .upup-text-\[13px\] {
1857
+ font-size: 13px;
1858
+ }
1859
+ .upup-scope .upup-text-\[15px\] {
1860
+ font-size: 15px;
1861
+ }
1862
+ .upup-scope .upup-text-base {
1863
+ font-size: 1rem;
1864
+ line-height: 1.5rem;
1865
+ }
1866
+ .upup-scope .upup-text-lg {
1867
+ font-size: 1.125rem;
1868
+ line-height: 1.75rem;
1869
+ }
1870
+ .upup-scope .upup-text-sm {
1871
+ font-size: 0.875rem;
1872
+ line-height: 1.25rem;
1873
+ }
1874
+ .upup-scope .upup-text-xl {
1875
+ font-size: 1.25rem;
1876
+ line-height: 1.75rem;
1877
+ }
1878
+ .upup-scope .upup-text-xs {
1879
+ font-size: 0.75rem;
1880
+ line-height: 1rem;
1881
+ }
1882
+ .upup-scope .upup-font-medium {
1883
+ font-weight: 500;
1884
+ }
1885
+ .upup-scope .upup-font-normal {
1886
+ font-weight: 400;
1887
+ }
1888
+ .upup-scope .upup-font-semibold {
1889
+ font-weight: 600;
1890
+ }
1891
+ .upup-scope .upup-tabular-nums {
1892
+ --tw-numeric-spacing: tabular-nums;
1893
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
1894
+ }
1895
+ .upup-scope .upup-leading-5 {
1896
+ line-height: 1.25rem;
1897
+ }
1898
+ .upup-scope .upup-leading-none {
1899
+ line-height: 1;
1900
+ }
1901
+ .upup-scope .upup-leading-snug {
1902
+ line-height: 1.375;
1903
+ }
1904
+ .upup-scope .upup-leading-tight {
1905
+ line-height: 1.25;
1906
+ }
1907
+ .upup-scope .upup-text-\[\#0061d5\] {
1908
+ --tw-text-opacity: 1;
1909
+ color: rgb(0 97 213 / var(--tw-text-opacity, 1));
1910
+ }
1911
+ .upup-scope .upup-text-\[\#0061fe\] {
1912
+ --tw-text-opacity: 1;
1913
+ color: rgb(0 97 254 / var(--tw-text-opacity, 1));
1914
+ }
1915
+ .upup-scope .upup-text-\[\#0284c7\] {
1916
+ --tw-text-opacity: 1;
1917
+ color: rgb(2 132 199 / var(--tw-text-opacity, 1));
1918
+ }
1919
+ .upup-scope .upup-text-\[\#0B0B0B\] {
1920
+ --tw-text-opacity: 1;
1921
+ color: rgb(11 11 11 / var(--tw-text-opacity, 1));
1922
+ }
1923
+ .upup-scope .upup-text-\[\#0ea5e9\] {
1924
+ --tw-text-opacity: 1;
1925
+ color: rgb(14 165 233 / var(--tw-text-opacity, 1));
1926
+ }
1927
+ .upup-scope .upup-text-\[\#0f172a\] {
1928
+ --tw-text-opacity: 1;
1929
+ color: rgb(15 23 42 / var(--tw-text-opacity, 1));
1930
+ }
1931
+ .upup-scope .upup-text-\[\#1b1b1b\] {
1932
+ --tw-text-opacity: 1;
1933
+ color: rgb(27 27 27 / var(--tw-text-opacity, 1));
1934
+ }
1935
+ .upup-scope .upup-text-\[\#1e293b\] {
1936
+ --tw-text-opacity: 1;
1937
+ color: rgb(30 41 59 / var(--tw-text-opacity, 1));
1938
+ }
1939
+ .upup-scope .upup-text-\[\#242634\] {
1940
+ --tw-text-opacity: 1;
1941
+ color: rgb(36 38 52 / var(--tw-text-opacity, 1));
1942
+ }
1943
+ .upup-scope .upup-text-\[\#2c3e50\] {
1944
+ --tw-text-opacity: 1;
1945
+ color: rgb(44 62 80 / var(--tw-text-opacity, 1));
1946
+ }
1947
+ .upup-scope .upup-text-\[\#333\] {
1948
+ --tw-text-opacity: 1;
1949
+ color: rgb(51 51 51 / var(--tw-text-opacity, 1));
1950
+ }
1951
+ .upup-scope .upup-text-\[\#334155\] {
1952
+ --tw-text-opacity: 1;
1953
+ color: rgb(51 65 85 / var(--tw-text-opacity, 1));
1954
+ }
1955
+ .upup-scope .upup-text-\[\#38bdf8\] {
1956
+ --tw-text-opacity: 1;
1957
+ color: rgb(56 189 248 / var(--tw-text-opacity, 1));
1958
+ }
1959
+ .upup-scope .upup-text-\[\#64748b\] {
1960
+ --tw-text-opacity: 1;
1961
+ color: rgb(100 116 139 / var(--tw-text-opacity, 1));
1962
+ }
1963
+ .upup-scope .upup-text-\[\#6D6D6D\] {
1964
+ --tw-text-opacity: 1;
1965
+ color: rgb(109 109 109 / var(--tw-text-opacity, 1));
1966
+ }
1967
+ .upup-scope .upup-text-\[\#8030a3\] {
1968
+ --tw-text-opacity: 1;
1969
+ color: rgb(128 48 163 / var(--tw-text-opacity, 1));
1970
+ }
1971
+ .upup-scope .upup-text-\[\#939393\] {
1972
+ --tw-text-opacity: 1;
1973
+ color: rgb(147 147 147 / var(--tw-text-opacity, 1));
1974
+ }
1975
+ .upup-scope .upup-text-\[\#94a3b8\] {
1976
+ --tw-text-opacity: 1;
1977
+ color: rgb(148 163 184 / var(--tw-text-opacity, 1));
1978
+ }
1979
+ .upup-scope .upup-text-\[\#FAFAFA\] {
1980
+ --tw-text-opacity: 1;
1981
+ color: rgb(250 250 250 / var(--tw-text-opacity, 1));
1982
+ }
1983
+ .upup-scope .upup-text-\[\#e0e0e0\] {
1984
+ --tw-text-opacity: 1;
1985
+ color: rgb(224 224 224 / var(--tw-text-opacity, 1));
1986
+ }
1987
+ .upup-scope .upup-text-\[\#e2e8f0\] {
1988
+ --tw-text-opacity: 1;
1989
+ color: rgb(226 232 240 / var(--tw-text-opacity, 1));
1990
+ }
1991
+ .upup-scope .upup-text-\[\#f5f5f5\] {
1992
+ --tw-text-opacity: 1;
1993
+ color: rgb(245 245 245 / var(--tw-text-opacity, 1));
1994
+ }
1995
+ .upup-scope .upup-text-\[\#fafafa\] {
1996
+ --tw-text-opacity: 1;
1997
+ color: rgb(250 250 250 / var(--tw-text-opacity, 1));
1998
+ }
1999
+ .upup-scope .upup-text-\[\#fbbf24\] {
2000
+ --tw-text-opacity: 1;
2001
+ color: rgb(251 191 36 / var(--tw-text-opacity, 1));
2002
+ }
2003
+ .upup-scope .upup-text-\[\#fecdd3\] {
2004
+ --tw-text-opacity: 1;
2005
+ color: rgb(254 205 211 / var(--tw-text-opacity, 1));
2006
+ }
2007
+ .upup-scope .upup-text-gray-100 {
2008
+ --tw-text-opacity: 1;
2009
+ color: rgb(243 244 246 / var(--tw-text-opacity, 1));
2010
+ }
2011
+ .upup-scope .upup-text-gray-300 {
2012
+ --tw-text-opacity: 1;
2013
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1));
2014
+ }
2015
+ .upup-scope .upup-text-gray-400 {
2016
+ --tw-text-opacity: 1;
2017
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
2018
+ }
2019
+ .upup-scope .upup-text-gray-500 {
2020
+ --tw-text-opacity: 1;
2021
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
2022
+ }
2023
+ .upup-scope .upup-text-gray-800 {
2024
+ --tw-text-opacity: 1;
2025
+ color: rgb(31 41 55 / var(--tw-text-opacity, 1));
2026
+ }
2027
+ .upup-scope .upup-text-gray-900 {
2028
+ --tw-text-opacity: 1;
2029
+ color: rgb(17 24 39 / var(--tw-text-opacity, 1));
2030
+ }
2031
+ .upup-scope .upup-text-red-100 {
2032
+ --tw-text-opacity: 1;
2033
+ color: rgb(254 226 226 / var(--tw-text-opacity, 1));
2034
+ }
2035
+ .upup-scope .upup-text-red-400 {
2036
+ --tw-text-opacity: 1;
2037
+ color: rgb(248 113 113 / var(--tw-text-opacity, 1));
2038
+ }
2039
+ .upup-scope .upup-text-red-500 {
2040
+ --tw-text-opacity: 1;
2041
+ color: rgb(239 68 68 / var(--tw-text-opacity, 1));
2042
+ }
2043
+ .upup-scope .upup-text-red-600 {
2044
+ --tw-text-opacity: 1;
2045
+ color: rgb(220 38 38 / var(--tw-text-opacity, 1));
2046
+ }
2047
+ .upup-scope .upup-text-red-700 {
2048
+ --tw-text-opacity: 1;
2049
+ color: rgb(185 28 28 / var(--tw-text-opacity, 1));
2050
+ }
2051
+ .upup-scope .upup-text-rose-200 {
2052
+ --tw-text-opacity: 1;
2053
+ color: rgb(254 205 211 / var(--tw-text-opacity, 1));
2054
+ }
2055
+ .upup-scope .upup-text-rose-700 {
2056
+ --tw-text-opacity: 1;
2057
+ color: rgb(190 18 60 / var(--tw-text-opacity, 1));
2058
+ }
2059
+ .upup-scope .upup-text-white {
2060
+ --tw-text-opacity: 1;
2061
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2062
+ }
2063
+ .upup-scope .upup-text-yellow-400 {
2064
+ --tw-text-opacity: 1;
2065
+ color: rgb(250 204 21 / var(--tw-text-opacity, 1));
2066
+ }
2067
+ .upup-scope .upup-opacity-50 {
2068
+ opacity: 0.5;
2069
+ }
2070
+ .upup-scope .upup-opacity-60 {
2071
+ opacity: 0.6;
2072
+ }
2073
+ .upup-scope .upup-opacity-70 {
2074
+ opacity: 0.7;
2075
+ }
2076
+ .upup-scope .upup-opacity-75 {
2077
+ opacity: 0.75;
2078
+ }
2079
+ .upup-scope .upup-shadow {
2080
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
2081
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
2082
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2083
+ }
2084
+ .upup-scope .upup-shadow-\[0_-18px_40px_-18px_rgba\(0\,0\,0\,0\.65\)\] {
2085
+ --tw-shadow: 0 -18px 40px -18px rgba(0,0,0,0.65);
2086
+ --tw-shadow-colored: 0 -18px 40px -18px var(--tw-shadow-color);
2087
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2088
+ }
2089
+ .upup-scope .upup-shadow-\[0_-18px_40px_-18px_rgba\(15\,23\,42\,0\.25\)\] {
2090
+ --tw-shadow: 0 -18px 40px -18px rgba(15,23,42,0.25);
2091
+ --tw-shadow-colored: 0 -18px 40px -18px var(--tw-shadow-color);
2092
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2093
+ }
2094
+ .upup-scope .upup-shadow-\[0_24px_70px_-24px_rgba\(2\,6\,23\,0\.85\)\] {
2095
+ --tw-shadow: 0 24px 70px -24px rgba(2,6,23,0.85);
2096
+ --tw-shadow-colored: 0 24px 70px -24px var(--tw-shadow-color);
2097
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2098
+ }
2099
+ .upup-scope .upup-shadow-sm {
2100
+ --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
2101
+ --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
2102
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2103
+ }
2104
+ .upup-scope .upup-shadow-xl {
2105
+ --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2106
+ --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2107
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2108
+ }
2109
+ .upup-scope .upup-outline-none {
2110
+ outline: 2px solid transparent;
2111
+ outline-offset: 2px;
2112
+ }
2113
+ .upup-scope .upup-ring-1 {
2114
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2115
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2116
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2117
+ }
2118
+ .upup-scope .upup-ring-inset {
2119
+ --tw-ring-inset: inset;
2120
+ }
2121
+ .upup-scope .upup-ring-\[\#0ea5e9\]\/40 {
2122
+ --tw-ring-color: rgb(14 165 233 / 0.4);
2123
+ }
2124
+ .upup-scope .upup-ring-\[\#38bdf8\]\/35 {
2125
+ --tw-ring-color: rgb(56 189 248 / 0.35);
2126
+ }
2127
+ .upup-scope .upup-ring-black\/\[0\.06\] {
2128
+ --tw-ring-color: rgb(0 0 0 / 0.06);
2129
+ }
2130
+ .upup-scope .upup-ring-black\/\[0\.07\] {
2131
+ --tw-ring-color: rgb(0 0 0 / 0.07);
2132
+ }
2133
+ .upup-scope .upup-ring-black\/\[0\.08\] {
2134
+ --tw-ring-color: rgb(0 0 0 / 0.08);
2135
+ }
2136
+ .upup-scope .upup-ring-rose-300\/60 {
2137
+ --tw-ring-color: rgb(253 164 175 / 0.6);
2138
+ }
2139
+ .upup-scope .upup-ring-rose-400\/30 {
2140
+ --tw-ring-color: rgb(251 113 133 / 0.3);
2141
+ }
2142
+ .upup-scope .upup-ring-slate-200 {
2143
+ --tw-ring-opacity: 1;
2144
+ --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
2145
+ }
2146
+ .upup-scope .upup-ring-white\/10 {
2147
+ --tw-ring-color: rgb(255 255 255 / 0.1);
2148
+ }
2149
+ .upup-scope .upup-ring-white\/\[0\.06\] {
2150
+ --tw-ring-color: rgb(255 255 255 / 0.06);
2151
+ }
2152
+ .upup-scope .upup-ring-white\/\[0\.07\] {
2153
+ --tw-ring-color: rgb(255 255 255 / 0.07);
2154
+ }
2155
+ .upup-scope .upup-ring-white\/\[0\.08\] {
2156
+ --tw-ring-color: rgb(255 255 255 / 0.08);
2157
+ }
2158
+ .upup-scope .upup-ring-white\/\[0\.1\] {
2159
+ --tw-ring-color: rgb(255 255 255 / 0.1);
2160
+ }
2161
+ .upup-scope .upup-blur-\[2px\] {
2162
+ --tw-blur: blur(2px);
2163
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2164
+ }
2165
+ .upup-scope .upup-backdrop-blur-\[1px\] {
2166
+ --tw-backdrop-blur: blur(1px);
2167
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2168
+ }
2169
+ .upup-scope .upup-backdrop-blur-md {
2170
+ --tw-backdrop-blur: blur(12px);
2171
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2172
+ }
2173
+ .upup-scope .upup-backdrop-blur-sm {
2174
+ --tw-backdrop-blur: blur(4px);
2175
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2176
+ }
2177
+ .upup-scope .upup-transition-all {
2178
+ transition-property: all;
2179
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2180
+ transition-duration: 150ms;
2181
+ }
2182
+ .upup-scope .upup-transition-colors {
2183
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
2184
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2185
+ transition-duration: 150ms;
2186
+ }
2187
+ .upup-scope .upup-transition-shadow {
2188
+ transition-property: box-shadow;
2189
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2190
+ transition-duration: 150ms;
2191
+ }
2192
+ .upup-scope .upup-duration-300 {
2193
+ transition-duration: 300ms;
2194
+ }
2195
+ .upup-scope .upup-shadow-top {
2196
+ box-shadow: 0 -1px 0 0 rgba(128, 128, 128, 0.35);
2197
+ }
2198
+ .upup-scope .upup-shadow-right {
2199
+ box-shadow: 1px 0 0 0 rgba(128, 128, 128, 0.35);
2200
+ }
2201
+ .upup-scope .upup-shadow-bottom {
2202
+ box-shadow: 0 1px 0 0 rgba(128, 128, 128, 0.35);
2203
+ }
2204
+ .upup-scope .upup-shadow-left {
2205
+ box-shadow: -1px 0 0 0 rgba(128, 128, 128, 0.35);
2206
+ }
2207
+ .upup-scope .placeholder\:upup-text-\[\#64748b\]::-moz-placeholder {
2208
+ --tw-text-opacity: 1;
2209
+ color: rgb(100 116 139 / var(--tw-text-opacity, 1));
2210
+ }
2211
+ .upup-scope .placeholder\:upup-text-\[\#64748b\]::placeholder {
2212
+ --tw-text-opacity: 1;
2213
+ color: rgb(100 116 139 / var(--tw-text-opacity, 1));
2214
+ }
2215
+ .upup-scope .placeholder\:upup-text-\[\#94a3b8\]::-moz-placeholder {
2216
+ --tw-text-opacity: 1;
2217
+ color: rgb(148 163 184 / var(--tw-text-opacity, 1));
2218
+ }
2219
+ .upup-scope .placeholder\:upup-text-\[\#94a3b8\]::placeholder {
2220
+ --tw-text-opacity: 1;
2221
+ color: rgb(148 163 184 / var(--tw-text-opacity, 1));
2222
+ }
2223
+ .upup-scope .empty\:upup-hidden:empty {
2224
+ display: none;
2225
+ }
2226
+ .upup-scope .hover\:upup-bg-\[\#0284c7\]:hover {
2227
+ --tw-bg-opacity: 1;
2228
+ background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
2229
+ }
2230
+ .upup-scope .hover\:upup-bg-\[\#04080f\]\/65:hover {
2231
+ background-color: rgb(4 8 15 / 0.65);
2232
+ }
2233
+ .upup-scope .hover\:upup-bg-\[\#0ea5e9\]:hover {
2234
+ --tw-bg-opacity: 1;
2235
+ background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
2236
+ }
2237
+ .upup-scope .hover\:upup-bg-black:hover {
2238
+ --tw-bg-opacity: 1;
2239
+ background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
2240
+ }
2241
+ .upup-scope .hover\:upup-bg-black\/10:hover {
2242
+ background-color: rgb(0 0 0 / 0.1);
2243
+ }
2244
+ .upup-scope .hover\:upup-bg-black\/\[0\.05\]:hover {
2245
+ background-color: rgb(0 0 0 / 0.05);
2246
+ }
2247
+ .upup-scope .hover\:upup-bg-black\/\[0\.06\]:hover {
2248
+ background-color: rgb(0 0 0 / 0.06);
2249
+ }
2250
+ .upup-scope .hover\:upup-bg-gray-600:hover {
2251
+ --tw-bg-opacity: 1;
2252
+ background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
2253
+ }
2254
+ .upup-scope .hover\:upup-bg-red-200:hover {
2255
+ --tw-bg-opacity: 1;
2256
+ background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
2257
+ }
2258
+ .upup-scope .hover\:upup-bg-red-500\/30:hover {
2259
+ background-color: rgb(239 68 68 / 0.3);
2260
+ }
2261
+ .upup-scope .hover\:upup-bg-red-600:hover {
2262
+ --tw-bg-opacity: 1;
2263
+ background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
2264
+ }
2265
+ .upup-scope .hover\:upup-bg-white\/10:hover {
2266
+ background-color: rgb(255 255 255 / 0.1);
2267
+ }
2268
+ .upup-scope .hover\:upup-bg-white\/\[0\.06\]:hover {
2269
+ background-color: rgb(255 255 255 / 0.06);
2270
+ }
2271
+ .upup-scope .hover\:upup-bg-white\/\[0\.07\]:hover {
2272
+ background-color: rgb(255 255 255 / 0.07);
2273
+ }
2274
+ .upup-scope .hover\:upup-bg-white\/\[0\.08\]:hover {
2275
+ background-color: rgb(255 255 255 / 0.08);
2276
+ }
2277
+ .upup-scope .hover\:upup-text-\[\#0284c7\]:hover {
2278
+ --tw-text-opacity: 1;
2279
+ color: rgb(2 132 199 / var(--tw-text-opacity, 1));
2280
+ }
2281
+ .upup-scope .hover\:upup-text-\[\#7dd3fc\]:hover {
2282
+ --tw-text-opacity: 1;
2283
+ color: rgb(125 211 252 / var(--tw-text-opacity, 1));
2284
+ }
2285
+ .upup-scope .hover\:upup-underline:hover {
2286
+ text-decoration-line: underline;
2287
+ }
2288
+ .upup-scope .hover\:upup-opacity-100:hover {
2289
+ opacity: 1;
2290
+ }
2291
+ .upup-scope .hover\:upup-shadow-none:hover {
2292
+ --tw-shadow: 0 0 #0000;
2293
+ --tw-shadow-colored: 0 0 #0000;
2294
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2295
+ }
2296
+ .upup-scope .focus\:upup-outline-none:focus {
2297
+ outline: 2px solid transparent;
2298
+ outline-offset: 2px;
2299
+ }
2300
+ .upup-scope .focus\:upup-ring-2:focus {
2301
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2302
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2303
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2304
+ }
2305
+ .upup-scope .focus\:upup-ring-\[\#38bdf8\]:focus {
2306
+ --tw-ring-opacity: 1;
2307
+ --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
2308
+ }
2309
+ .upup-scope .focus\:upup-ring-white:focus {
2310
+ --tw-ring-opacity: 1;
2311
+ --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
2312
+ }
2313
+ .upup-scope .focus-visible\:upup-outline-none:focus-visible {
2314
+ outline: 2px solid transparent;
2315
+ outline-offset: 2px;
2316
+ }
2317
+ .upup-scope .focus-visible\:upup-ring-2:focus-visible {
2318
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2319
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2320
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
2321
+ }
2322
+ .upup-scope .focus-visible\:upup-ring-\[\#38bdf8\]:focus-visible {
2323
+ --tw-ring-opacity: 1;
2324
+ --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
2325
+ }
2326
+ .upup-scope .disabled\:upup-cursor-not-allowed:disabled {
2327
+ cursor: not-allowed;
2328
+ }
2329
+ .upup-scope .disabled\:upup-opacity-50:disabled {
2330
+ opacity: 0.5;
2331
+ }
2332
+ .upup-scope .upup-group:hover .group-hover\:upup-bg-slate-50 {
2333
+ --tw-bg-opacity: 1;
2334
+ background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
2335
+ }
2336
+ .upup-scope .upup-group:hover .group-hover\:upup-bg-white\/\[0\.09\] {
2337
+ background-color: rgb(255 255 255 / 0.09);
2338
+ }
2339
+ .upup-scope .dark\:upup-border-\[\#38bdf8\]:is(.upup-dark *) {
2340
+ --tw-border-opacity: 1;
2341
+ border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
2342
+ }
2343
+ .upup-scope .dark\:upup-border-\[\#6D6D6D\]:is(.upup-dark *) {
2344
+ --tw-border-opacity: 1;
2345
+ border-color: rgb(109 109 109 / var(--tw-border-opacity, 1));
2346
+ }
2347
+ .upup-scope .dark\:upup-bg-\[\#0b2a3a\]:is(.upup-dark *) {
2348
+ --tw-bg-opacity: 1;
2349
+ background-color: rgb(11 42 58 / var(--tw-bg-opacity, 1));
2350
+ }
2351
+ .upup-scope .dark\:upup-bg-\[\#232323\]:is(.upup-dark *) {
2352
+ --tw-bg-opacity: 1;
2353
+ background-color: rgb(35 35 35 / var(--tw-bg-opacity, 1));
2354
+ }
2355
+ .upup-scope .dark\:upup-bg-\[\#38bdf8\]:is(.upup-dark *) {
2356
+ --tw-bg-opacity: 1;
2357
+ background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
2358
+ }
2359
+ .upup-scope .dark\:upup-bg-red-500:is(.upup-dark *) {
2360
+ --tw-bg-opacity: 1;
2361
+ background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
2362
+ }
2363
+ .upup-scope .dark\:upup-bg-white\/5:is(.upup-dark *) {
2364
+ background-color: rgb(255 255 255 / 0.05);
2365
+ }
2366
+ .upup-scope .dark\:upup-bg-white\/\[0\.055\]:is(.upup-dark *) {
2367
+ background-color: rgb(255 255 255 / 0.055);
2368
+ }
2369
+ .upup-scope .dark\:upup-text-\[\#38bdf8\]:is(.upup-dark *) {
2370
+ --tw-text-opacity: 1;
2371
+ color: rgb(56 189 248 / var(--tw-text-opacity, 1));
2372
+ }
2373
+ .upup-scope .dark\:upup-text-\[\#6D6D6D\]:is(.upup-dark *) {
2374
+ --tw-text-opacity: 1;
2375
+ color: rgb(109 109 109 / var(--tw-text-opacity, 1));
2376
+ }
2377
+ .upup-scope .dark\:upup-text-\[\#94a3b8\]:is(.upup-dark *) {
2378
+ --tw-text-opacity: 1;
2379
+ color: rgb(148 163 184 / var(--tw-text-opacity, 1));
2380
+ }
2381
+ .upup-scope .dark\:upup-text-\[\#FAFAFA\]:is(.upup-dark *) {
2382
+ --tw-text-opacity: 1;
2383
+ color: rgb(250 250 250 / var(--tw-text-opacity, 1));
2384
+ }
2385
+ .upup-scope .dark\:upup-text-\[\#e0e0e0\]:is(.upup-dark *) {
2386
+ --tw-text-opacity: 1;
2387
+ color: rgb(224 224 224 / var(--tw-text-opacity, 1));
2388
+ }
2389
+ .upup-scope .dark\:upup-text-\[\#e2e8f0\]:is(.upup-dark *) {
2390
+ --tw-text-opacity: 1;
2391
+ color: rgb(226 232 240 / var(--tw-text-opacity, 1));
2392
+ }
2393
+ .upup-scope .dark\:upup-text-\[\#fafafa\]:is(.upup-dark *) {
2394
+ --tw-text-opacity: 1;
2395
+ color: rgb(250 250 250 / var(--tw-text-opacity, 1));
2396
+ }
2397
+ .upup-scope .dark\:upup-text-gray-300:is(.upup-dark *) {
2398
+ --tw-text-opacity: 1;
2399
+ color: rgb(209 213 219 / var(--tw-text-opacity, 1));
2400
+ }
2401
+ .upup-scope .dark\:upup-text-gray-400:is(.upup-dark *) {
2402
+ --tw-text-opacity: 1;
2403
+ color: rgb(156 163 175 / var(--tw-text-opacity, 1));
2404
+ }
2405
+ .upup-scope .dark\:upup-text-gray-500:is(.upup-dark *) {
2406
+ --tw-text-opacity: 1;
2407
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
2408
+ }
2409
+ .upup-scope .dark\:upup-text-red-400:is(.upup-dark *) {
2410
+ --tw-text-opacity: 1;
2411
+ color: rgb(248 113 113 / var(--tw-text-opacity, 1));
2412
+ }
2413
+ .upup-scope .dark\:upup-text-white:is(.upup-dark *) {
2414
+ --tw-text-opacity: 1;
2415
+ color: rgb(255 255 255 / var(--tw-text-opacity, 1));
2416
+ }
2417
+ .upup-scope .dark\:upup-ring-white\/\[0\.06\]:is(.upup-dark *) {
2418
+ --tw-ring-color: rgb(255 255 255 / 0.06);
2419
+ }
2420
+ .upup-scope .dark\:hover\:upup-bg-\[\#0ea5e9\]:hover:is(.upup-dark *) {
2421
+ --tw-bg-opacity: 1;
2422
+ background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
2423
+ }
2424
+ @media (min-width: 768px) {
2425
+
2426
+ .upup-scope .md\:upup-col-span-2 {
2427
+ grid-column: span 2 / span 2;
2428
+ }
2429
+
2430
+ .upup-scope .md\:upup-col-start-4 {
2431
+ grid-column-start: 4;
2432
+ }
2433
+
2434
+ .upup-scope .md\:upup-col-end-2 {
2435
+ grid-column-end: 2;
2436
+ }
2437
+
2438
+ .upup-scope .md\:upup-row-start-1 {
2439
+ grid-row-start: 1;
2440
+ }
2441
+
2442
+ .upup-scope .md\:upup-block {
2443
+ display: block;
2444
+ }
2445
+
2446
+ .upup-scope .md\:upup-inline {
2447
+ display: inline;
2448
+ }
2449
+
2450
+ .upup-scope .md\:upup-hidden {
2451
+ display: none;
2452
+ }
2453
+
2454
+ .upup-scope .md\:upup-h-20 {
2455
+ height: 5rem;
2456
+ }
2457
+
2458
+ .upup-scope .md\:upup-w-20 {
2459
+ width: 5rem;
2460
+ }
2461
+
2462
+ .upup-scope .md\:upup-grid-rows-1 {
2463
+ grid-template-rows: repeat(1, minmax(0, 1fr));
2464
+ }
2465
+
2466
+ .upup-scope .md\:upup-flex-row {
2467
+ flex-direction: row;
2468
+ }
2469
+
2470
+ .upup-scope .md\:upup-text-lg {
2471
+ font-size: 1.125rem;
2472
+ line-height: 1.75rem;
2473
+ }
2474
+
2475
+ .upup-scope .md\:upup-text-sm {
2476
+ font-size: 0.875rem;
2477
+ line-height: 1.25rem;
2478
+ }
2479
+ }