twntyx-css 1.0.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 (228) hide show
  1. package/README.md +105 -0
  2. package/llm/CHANGELOG.md +7 -0
  3. package/llm/components/ai-background.json +90 -0
  4. package/llm/components/ai-orb.json +91 -0
  5. package/llm/components/ai-perl.json +91 -0
  6. package/llm/components/all-components.json +104 -0
  7. package/llm/components/animation-references.json +84 -0
  8. package/llm/components/avatar.json +149 -0
  9. package/llm/components/badge.json +263 -0
  10. package/llm/components/banner-marketplace.json +81 -0
  11. package/llm/components/banner.json +120 -0
  12. package/llm/components/breadcrumb.json +169 -0
  13. package/llm/components/button-container.json +150 -0
  14. package/llm/components/button-feedback.json +155 -0
  15. package/llm/components/button.json +290 -0
  16. package/llm/components/card-assessment.json +93 -0
  17. package/llm/components/card-test.json +83 -0
  18. package/llm/components/card.json +94 -0
  19. package/llm/components/chat.json +155 -0
  20. package/llm/components/checkbox.json +186 -0
  21. package/llm/components/checkmark.json +175 -0
  22. package/llm/components/collapsible.json +100 -0
  23. package/llm/components/color-palette.json +79 -0
  24. package/llm/components/color-usage.json +83 -0
  25. package/llm/components/combobox.json +143 -0
  26. package/llm/components/command-palette.json +159 -0
  27. package/llm/components/countdown.json +113 -0
  28. package/llm/components/datepicker.json +151 -0
  29. package/llm/components/divider.json +104 -0
  30. package/llm/components/empty-state.json +80 -0
  31. package/llm/components/field.json +123 -0
  32. package/llm/components/fieldset.json +78 -0
  33. package/llm/components/file-upload.json +163 -0
  34. package/llm/components/form-example.json +82 -0
  35. package/llm/components/getting-started.json +70 -0
  36. package/llm/components/icons-reference.json +78 -0
  37. package/llm/components/illustrations-library.json +78 -0
  38. package/llm/components/input-group.json +94 -0
  39. package/llm/components/introduction.json +71 -0
  40. package/llm/components/join.json +105 -0
  41. package/llm/components/kbd.json +139 -0
  42. package/llm/components/key-value.json +86 -0
  43. package/llm/components/link.json +120 -0
  44. package/llm/components/loader.json +117 -0
  45. package/llm/components/logotype.json +75 -0
  46. package/llm/components/menu.json +192 -0
  47. package/llm/components/modal.json +167 -0
  48. package/llm/components/navbar.json +158 -0
  49. package/llm/components/pagination.json +122 -0
  50. package/llm/components/pie-chart.json +94 -0
  51. package/llm/components/popover.json +174 -0
  52. package/llm/components/progress-bullet.json +203 -0
  53. package/llm/components/progress-linear.json +129 -0
  54. package/llm/components/progress-radial.json +125 -0
  55. package/llm/components/radio.json +162 -0
  56. package/llm/components/range-slider.json +125 -0
  57. package/llm/components/scrollbar.json +96 -0
  58. package/llm/components/select-input.json +224 -0
  59. package/llm/components/shadows.json +107 -0
  60. package/llm/components/skeleton.json +84 -0
  61. package/llm/components/stacked-chart.json +100 -0
  62. package/llm/components/state.json +138 -0
  63. package/llm/components/stepper.json +95 -0
  64. package/llm/components/steps.json +177 -0
  65. package/llm/components/surface.json +181 -0
  66. package/llm/components/table.json +223 -0
  67. package/llm/components/tabs.json +147 -0
  68. package/llm/components/template-ai.json +80 -0
  69. package/llm/components/template-login.json +88 -0
  70. package/llm/components/template-stats.json +76 -0
  71. package/llm/components/text-input.json +275 -0
  72. package/llm/components/textarea.json +183 -0
  73. package/llm/components/timeline.json +142 -0
  74. package/llm/components/toast.json +164 -0
  75. package/llm/components/toggle.json +158 -0
  76. package/llm/components/tool-svg-to-base64.json +78 -0
  77. package/llm/components/tool-svg-to-icon-data.json +81 -0
  78. package/llm/components/tooltip.json +90 -0
  79. package/llm/examples/ai-background.html +1 -0
  80. package/llm/examples/ai-orb.html +1 -0
  81. package/llm/examples/ai-perl.html +1 -0
  82. package/llm/examples/all-components.html +1 -0
  83. package/llm/examples/animation-references.html +1 -0
  84. package/llm/examples/avatar.html +1 -0
  85. package/llm/examples/badge.html +1 -0
  86. package/llm/examples/banner-marketplace.html +1 -0
  87. package/llm/examples/banner.html +1 -0
  88. package/llm/examples/breadcrumb.html +1 -0
  89. package/llm/examples/button-container.html +1 -0
  90. package/llm/examples/button-feedback.html +1 -0
  91. package/llm/examples/button.html +3 -0
  92. package/llm/examples/card-assessment.html +1 -0
  93. package/llm/examples/card-test.html +1 -0
  94. package/llm/examples/card.html +1 -0
  95. package/llm/examples/chat.html +1 -0
  96. package/llm/examples/checkbox.html +1 -0
  97. package/llm/examples/checkmark.html +1 -0
  98. package/llm/examples/collapsible.html +1 -0
  99. package/llm/examples/color-palette.html +1 -0
  100. package/llm/examples/color-usage.html +1 -0
  101. package/llm/examples/combobox.html +1 -0
  102. package/llm/examples/command-palette.html +1 -0
  103. package/llm/examples/countdown.html +1 -0
  104. package/llm/examples/datepicker.html +1 -0
  105. package/llm/examples/divider.html +1 -0
  106. package/llm/examples/empty-state.html +1 -0
  107. package/llm/examples/field.html +1 -0
  108. package/llm/examples/fieldset.html +1 -0
  109. package/llm/examples/file-upload.html +1 -0
  110. package/llm/examples/form-example.html +1 -0
  111. package/llm/examples/getting-started.html +1 -0
  112. package/llm/examples/icons-reference.html +1 -0
  113. package/llm/examples/illustrations-library.html +1 -0
  114. package/llm/examples/input-group.html +1 -0
  115. package/llm/examples/introduction.html +1 -0
  116. package/llm/examples/join.html +1 -0
  117. package/llm/examples/kbd.html +1 -0
  118. package/llm/examples/key-value.html +1 -0
  119. package/llm/examples/link.html +1 -0
  120. package/llm/examples/loader.html +1 -0
  121. package/llm/examples/logotype.html +1 -0
  122. package/llm/examples/menu.html +1 -0
  123. package/llm/examples/modal.html +16 -0
  124. package/llm/examples/navbar.html +1 -0
  125. package/llm/examples/pagination.html +1 -0
  126. package/llm/examples/pie-chart.html +1 -0
  127. package/llm/examples/popover.html +1 -0
  128. package/llm/examples/progress-bullet.html +1 -0
  129. package/llm/examples/progress-linear.html +1 -0
  130. package/llm/examples/progress-radial.html +1 -0
  131. package/llm/examples/radio.html +1 -0
  132. package/llm/examples/range-slider.html +1 -0
  133. package/llm/examples/scrollbar.html +1 -0
  134. package/llm/examples/select-input.html +1 -0
  135. package/llm/examples/shadows.html +1 -0
  136. package/llm/examples/skeleton.html +1 -0
  137. package/llm/examples/stacked-chart.html +1 -0
  138. package/llm/examples/state.html +1 -0
  139. package/llm/examples/stepper.html +1 -0
  140. package/llm/examples/steps.html +1 -0
  141. package/llm/examples/surface.html +1 -0
  142. package/llm/examples/table.html +16 -0
  143. package/llm/examples/tabs.html +1 -0
  144. package/llm/examples/template-ai.html +1 -0
  145. package/llm/examples/template-login.html +1 -0
  146. package/llm/examples/template-stats.html +1 -0
  147. package/llm/examples/text-input.html +10 -0
  148. package/llm/examples/textarea.html +1 -0
  149. package/llm/examples/timeline.html +1 -0
  150. package/llm/examples/toast.html +5 -0
  151. package/llm/examples/toggle.html +1 -0
  152. package/llm/examples/tool-svg-to-base64.html +1 -0
  153. package/llm/examples/tool-svg-to-icon-data.html +1 -0
  154. package/llm/examples/tooltip.html +1 -0
  155. package/llm/index.json +1615 -0
  156. package/llm/llms.txt +18 -0
  157. package/llm/patterns.json +111 -0
  158. package/llm/rules.json +47 -0
  159. package/llm/schema.json +804 -0
  160. package/llm/tokens.json +3629 -0
  161. package/package.json +30 -0
  162. package/styles/ai.css +114 -0
  163. package/styles/animation.css +2493 -0
  164. package/styles/avatar.css +101 -0
  165. package/styles/background-ai.css +118 -0
  166. package/styles/badge.css +274 -0
  167. package/styles/banner.css +98 -0
  168. package/styles/breadcrumb.css +72 -0
  169. package/styles/button.css +621 -0
  170. package/styles/card.css +27 -0
  171. package/styles/chart-pie.css +39 -0
  172. package/styles/chart-stacked.css +91 -0
  173. package/styles/chat.css +506 -0
  174. package/styles/checkmark.css +105 -0
  175. package/styles/code.css +264 -0
  176. package/styles/collapsible.css +93 -0
  177. package/styles/colors.css +536 -0
  178. package/styles/combobox.css +66 -0
  179. package/styles/command.css +81 -0
  180. package/styles/contest.css +227 -0
  181. package/styles/countdown.css +65 -0
  182. package/styles/datepicker.css +124 -0
  183. package/styles/divider.css +72 -0
  184. package/styles/drawer.css +142 -0
  185. package/styles/dropdown.css +22 -0
  186. package/styles/empty-state.css +48 -0
  187. package/styles/field.css +47 -0
  188. package/styles/fieldset.css +24 -0
  189. package/styles/form-checkbox-radio-toggle.css +233 -0
  190. package/styles/form-fileupload.css +146 -0
  191. package/styles/form-rangeslider.css +106 -0
  192. package/styles/form-shared.css +41 -0
  193. package/styles/form-text-select.css +411 -0
  194. package/styles/form.css +86 -0
  195. package/styles/globals.css +66 -0
  196. package/styles/input-group.css +63 -0
  197. package/styles/join.css +141 -0
  198. package/styles/kbd.css +55 -0
  199. package/styles/key-value.css +44 -0
  200. package/styles/link.css +48 -0
  201. package/styles/loader.css +183 -0
  202. package/styles/logotype.css +13 -0
  203. package/styles/menu.css +317 -0
  204. package/styles/modal.css +172 -0
  205. package/styles/navbar.css +48 -0
  206. package/styles/package-quill.css +1001 -0
  207. package/styles/pagination.css +147 -0
  208. package/styles/panel.css +113 -0
  209. package/styles/popover.css +303 -0
  210. package/styles/prism.css +60 -0
  211. package/styles/progress.css +209 -0
  212. package/styles/scrollbar.css +17 -0
  213. package/styles/shadow.css +25 -0
  214. package/styles/shared.css +226 -0
  215. package/styles/skeleton.css +34 -0
  216. package/styles/state.css +150 -0
  217. package/styles/stepper.css +72 -0
  218. package/styles/steps.css +98 -0
  219. package/styles/surface.css +252 -0
  220. package/styles/tab.css +286 -0
  221. package/styles/table.css +243 -0
  222. package/styles/theme.css +126 -0
  223. package/styles/timeline.css +193 -0
  224. package/styles/toast.css +150 -0
  225. package/styles/tooltip.css +8 -0
  226. package/styles/typography.css +160 -0
  227. package/styles/utility.css +20 -0
  228. package/tailwind.config.cjs +9 -0
@@ -0,0 +1,141 @@
1
+ /*----------------------------*/
2
+ /* JOIN */
3
+ /*----------------------------*/
4
+
5
+ .join {
6
+ &:not([class*="rounded"]) {
7
+ @apply rounded-3xl;
8
+ }
9
+
10
+ &:not(.join-vertical) {
11
+ & > :where(*:not(:first-child)) {
12
+ @apply my-0;
13
+ &:is(.button) {
14
+ @apply -ml-px;
15
+ }
16
+ }
17
+ }
18
+ &.join-vertical {
19
+ & > :where(*:not(:first-child)) {
20
+ @apply my-0;
21
+ &:is(.button) {
22
+ @apply -mt-px;
23
+ }
24
+ }
25
+ }
26
+ }
27
+
28
+ .join-item:focus {
29
+ @apply isolate;
30
+ }
31
+
32
+ .join-item:hover {
33
+ @apply z-10;
34
+ }
35
+
36
+ .join {
37
+ @apply inline-flex items-stretch;
38
+ & :where(.join-item) {
39
+ border-start-end-radius: 0;
40
+ border-end-end-radius: 0;
41
+ border-end-start-radius: 0;
42
+ border-start-start-radius: 0;
43
+ }
44
+ & .join-item:not(:first-child):not(:last-child),
45
+ & *:not(:first-child):not(:last-child) .join-item {
46
+ border-start-end-radius: 0;
47
+ border-end-end-radius: 0;
48
+ border-end-start-radius: 0;
49
+ border-start-start-radius: 0;
50
+ }
51
+
52
+ & .join-item:first-child:not(:last-child),
53
+ & *:first-child:not(:last-child) .join-item {
54
+ border-start-end-radius: 0;
55
+ border-end-end-radius: 0;
56
+ }
57
+
58
+ & .dropdown .join-item:first-child:not(:last-child),
59
+ & *:first-child:not(:last-child) .dropdown .join-item {
60
+ border-start-end-radius: inherit;
61
+ border-end-end-radius: inherit;
62
+ }
63
+
64
+ & :where(.join-item:first-child:not(:last-child)),
65
+ & :where(*:first-child:not(:last-child) .join-item) {
66
+ border-end-start-radius: inherit;
67
+ border-start-start-radius: inherit;
68
+ }
69
+
70
+ & .join-item:last-child:not(:first-child),
71
+ & *:last-child:not(:first-child) .join-item {
72
+ border-end-start-radius: 0;
73
+ border-start-start-radius: 0;
74
+ }
75
+
76
+ & :where(.join-item:last-child:not(:first-child)),
77
+ & :where(*:last-child:not(:first-child) .join-item) {
78
+ border-start-end-radius: inherit;
79
+ border-end-end-radius: inherit;
80
+ }
81
+
82
+ &.join-vertical {
83
+ @apply flex-col;
84
+ & .join-item:first-child:not(:last-child),
85
+ & *:first-child:not(:last-child) .join-item {
86
+ border-end-start-radius: 0;
87
+ border-end-end-radius: 0;
88
+ }
89
+ & .join-item:first-child:not(:last-child),
90
+ & *:first-child:not(:last-child) .join-item {
91
+ border-start-start-radius: inherit;
92
+ border-start-end-radius: inherit;
93
+ }
94
+ & .join-item:last-child:not(:first-child),
95
+ & *:last-child:not(:first-child) .join-item {
96
+ border-start-start-radius: 0;
97
+ border-start-end-radius: 0;
98
+ }
99
+ & .join-item:last-child:not(:first-child),
100
+ & *:last-child:not(:first-child) .join-item {
101
+ border-end-start-radius: inherit;
102
+ border-end-end-radius: inherit;
103
+ }
104
+ }
105
+
106
+ &.join-horizontal {
107
+ @apply flex-row;
108
+ & .join-item:first-child:not(:last-child),
109
+ & *:first-child:not(:last-child) .join-item {
110
+ border-end-end-radius: 0;
111
+ border-start-end-radius: 0;
112
+ }
113
+ & .join-item:first-child:not(:last-child),
114
+ & *:first-child:not(:last-child) .join-item {
115
+ border-end-start-radius: inherit;
116
+ border-start-start-radius: inherit;
117
+ }
118
+ & .join-item:last-child:not(:first-child),
119
+ & *:last-child:not(:first-child) .join-item {
120
+ border-end-start-radius: 0;
121
+ border-start-start-radius: 0;
122
+ }
123
+ & .join-item:last-child:not(:first-child),
124
+ & *:last-child:not(:first-child) .join-item {
125
+ border-end-end-radius: inherit;
126
+ border-start-end-radius: inherit;
127
+ }
128
+ }
129
+ }
130
+
131
+ @supports not selector(:has(*)) {
132
+ :where(.join *) {
133
+ @apply rounded-[inherit];
134
+ }
135
+ }
136
+
137
+ @supports selector(:has(*)) {
138
+ :where(.join *:has(.join-item)) {
139
+ @apply rounded-[inherit];
140
+ }
141
+ }
package/styles/kbd.css ADDED
@@ -0,0 +1,55 @@
1
+ /*----------------------------*/
2
+ /* KBD */
3
+ /*----------------------------*/
4
+
5
+ @utility kbd {
6
+ @apply inline-flex
7
+ justify-center
8
+ items-center
9
+ px-1.5
10
+ min-w-6
11
+ h-6
12
+ text-sm
13
+ font-medium
14
+ rounded
15
+ border
16
+ border-line-default
17
+ bg-background-surface
18
+ text-text-secondary
19
+ shadow-[inset_0_-2px_var(--color-line-default)]
20
+ ;
21
+
22
+ &.kbd-ghost {
23
+ @apply
24
+ bg-transparent
25
+ border-transparent
26
+ text-text-tertiary
27
+ shadow-none
28
+ dark:shadow-none
29
+ ;
30
+ }
31
+
32
+ /* Size variants */
33
+ &.kbd-sm {
34
+ @apply px-1 h-5 text-sm min-w-5;
35
+ }
36
+
37
+ &.kbd-lg {
38
+ @apply px-2 h-9 text-base min-w-9;
39
+ }
40
+
41
+ /* Multiple keys */
42
+ &.kbd-combo {
43
+ @apply gap-1;
44
+ }
45
+
46
+ /* Disabled state */
47
+ &.kbd-disabled {
48
+ @apply opacity-50 cursor-not-allowed;
49
+ }
50
+ }
51
+
52
+
53
+ kbd {
54
+ @apply kbd;
55
+ }
@@ -0,0 +1,44 @@
1
+ /*----------------------------*/
2
+ /* KEY VALUE */
3
+ /*----------------------------*/
4
+
5
+ @utility key-value {
6
+ @apply p-3 divide-y divide-line-default;
7
+
8
+ > :where(div, .key-value-item) {
9
+ @apply grid grid-cols-[minmax(0,1fr)_minmax(0,2fr)] gap-3 py-2;
10
+
11
+ > :where(dt, .key-value-key) {
12
+ @apply text-sm text-text-tertiary;
13
+ }
14
+
15
+ > :where(dd, .key-value-value) {
16
+ @apply text-sm text-text-default text-right font-semibold;
17
+ }
18
+ }
19
+
20
+ &.key-value-compact {
21
+ > :where(div, .key-value-item) {
22
+ @apply py-1.5;
23
+ }
24
+ }
25
+ }
26
+
27
+ /* Compatibility aliases */
28
+ @utility key-value-item {
29
+ @apply grid grid-cols-[minmax(0,1fr)_minmax(0,2fr)] gap-3 py-2;
30
+ }
31
+
32
+ @utility key-value-key {
33
+ @apply text-sm text-text-tertiary;
34
+ }
35
+
36
+ @utility key-value-value {
37
+ @apply text-sm text-text-default text-right;
38
+ }
39
+
40
+ @utility key-value-compact {
41
+ .key-value-item {
42
+ @apply py-1.5;
43
+ }
44
+ }
@@ -0,0 +1,48 @@
1
+ /*----------------------------*/
2
+ /* LINK */
3
+ /*----------------------------*/
4
+
5
+ .link {
6
+ @apply inline-flex gap-2 items-center rounded include-interactive;
7
+ &.link-base {
8
+ @apply mx-0.5 underline cursor-pointer text-text-brand hover:text-text-brand-hover active:text-text-brand-active active:no-underline;
9
+ }
10
+
11
+ &.link-underline {
12
+ @apply underline active:no-underline hover:text-text-brand-hover;
13
+ }
14
+
15
+ &.link-main {
16
+ @apply text-brand-default;
17
+ }
18
+
19
+ &.link-subtle {
20
+ @apply include-interactive
21
+ relative
22
+ text-text-tertiary
23
+ *:relative
24
+ *:z-10
25
+ hover:text-brand-default
26
+ after:content-['']
27
+ after:absolute
28
+ after:-inset-1
29
+ after:rounded-lg
30
+ after:bg-blend-screen
31
+ after:transition
32
+ after:duration-100
33
+ after:ease-out-quint
34
+ after:scale-y-50
35
+ after:opacity-0
36
+ after:bg-background-surface-elevated
37
+ after:mix-blend-darken
38
+ dark:after:mix-blend-lighten
39
+ hover:after:scale-y-100
40
+ hover:after:opacity-100
41
+ active:after:duration-0
42
+ active:after:opacity-50;
43
+ }
44
+
45
+ svg {
46
+ @apply fill-current;
47
+ }
48
+ }
@@ -0,0 +1,183 @@
1
+ /*----------------------------*/
2
+ /* LOADER */
3
+ /*----------------------------*/
4
+
5
+ @utility loader-base {
6
+ @apply block relative mx-auto w-16 h-16 mask bg-current;
7
+ /* mask-mode: alpha; */
8
+ mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22g%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cdefs%3E%3Cstyle%3E%20*%2C%20g%2C%20circle%2C%20path%20%7B%20transform-origin%3A%20center%3B%20transform-box%3A%20fill-box%3B%20stroke-linejoin%3A%20round%3B%20--duration%3A%203s%3B%20%7D%20.cls-1%20%7B%20stroke%3A%20%23000%3B%20%7D%20.cls-1%2C%20.cls-2%20%7B%20fill%3A%20none%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%2053.9px%3B%20%7D%20.cls-2%20%7B%20stroke%3A%20rgba(0%2C%200%2C%200%2C%200.25)%3B%20%7D%20.rotate%20%7B%20animation%3A%20rotate%20calc(var(--duration)%20%2F%204)%20linear%20infinite%3B%20%7D%20%40keyframes%20rotate%20%7B%200%25%20%7B%20transform%3A%20rotate(0deg)%3B%20%7D%20100%25%20%7B%20transform%3A%20rotate(360deg)%3B%20%7D%20%7D%20%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22base%22%20class%3D%22rotate%22%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M241.73%2C241.73c142.64-142.64%2C373.9-142.64%2C516.53%2C0%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
9
+ }
10
+
11
+ @utility loader {
12
+ @apply loader-base;
13
+ }
14
+
15
+ @utility loader-xl {
16
+ @apply size-24;
17
+ }
18
+
19
+ @utility loader-lg {
20
+ @apply size-16;
21
+ }
22
+
23
+ @utility loader-md {
24
+ @apply size-12;
25
+ }
26
+
27
+ @utility loader-sm {
28
+ @apply size-8;
29
+ }
30
+
31
+ @utility loader-xs {
32
+ @apply size-5;
33
+ }
34
+
35
+ /* twntyX loaders */
36
+
37
+ .loader-cube {
38
+ @apply block relative mx-auto mask bg-current;
39
+ mask-mode: alpha;
40
+ mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22g%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cdefs%3E%3Cstyle%3E%20*%2C%20g%20%7B%20transform-origin%3A%20center%3B%20transform-box%3A%20fill-box%3B%20stroke-linejoin%3A%20round%3B%20--duration%3A%203s%3B%20%7D%20.cls-1%20%7B%20mask%3A%20url(%23mask)%3B%20%7D%20.cls-2%20%7B%20filter%3A%20url(%23luminosity-invert)%3B%20%7D%20.cls-3%20%7B%20stroke%3A%20%23fff%3B%20%7D%20.cls-3%2C%20.cls-4%20%7B%20fill%3A%20none%3B%20stroke-miterlimit%3A%2010%3B%20stroke-width%3A%2053.9px%3B%20%7D%20.cls-4%20%7B%20stroke%3Argb(100%2C%20100%2C%20100)%20%7D%20.rotate%20%7B%20animation%3A%20rotate%20calc(var(--duration)%20%2F%204)%20linear%20infinite%3B%20%7D%20%40keyframes%20rotate%20%7B%200%25%20%7B%20transform%3A%20rotate(0deg)%3B%20%7D%20100%25%20%7B%20transform%3A%20rotate(360deg)%3B%20%7D%20%7D%20.rotate-invert%20%7B%20animation%3A%20rotate-invert%20calc(var(--duration)%20*%203)%20linear%20infinite%3B%20%7D%20%40keyframes%20rotate-invert%20%7B%200%25%20%7B%20transform%3A%20rotate(0deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%208.333%25%2C%2016.666%25%20%7B%20transform%3A%20rotate(60deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2025%25%2C%2033.333%25%20%7B%20transform%3A%20rotate(120deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2041.666%25%2C%2050%25%20%7B%20transform%3A%20rotate(180deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2058.333%25%2C%2066.666%25%20%7B%20transform%3A%20rotate(240deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2075%25%2C%2083.333%25%20%7B%20transform%3A%20rotate(300deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2091.666%25%2C%20100%25%20%7B%20transform%3A%20rotate(360deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%20%7D%20%3C%2Fstyle%3E%3Cfilter%20id%3D%22luminosity-invert%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeColorMatrix%20result%3D%22cm%22%20values%3D%22-1%200%200%200%201%200%20-1%200%200%201%200%200%20-1%200%201%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22mask%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20class%3D%22cls-2%22%3E%3Cg%3E%3Cg%20id%3D%22mask-2%22%20data-name%3D%22mask%22%3E%3Cpath%20id%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22rotate%22%3E%3Ccircle%20class%3D%22cls-4%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M241.73%2C241.73c142.64-142.64%2C373.9-142.64%2C516.53%2C0%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-1%20rotate-invert%22%3E%3Cpath%20id%3D%22shape-2%22%20data-name%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
41
+ }
42
+
43
+ .loader-wheel {
44
+ @apply block relative mx-auto mask bg-current;
45
+ mask-mode: alpha;
46
+ mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22g%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cdefs%3E%3Cstyle%3E%20*%2C%20g%20%7B%20transform-origin%3A%20center%3B%20transform-box%3A%20fill-box%3B%20stroke-linejoin%3A%20round%3B%20--duration%3A%203s%3B%20%7D%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20none%3B%20%7D%20.cls-4%20%7B%20mask%3A%20url(%23mask)%3B%20%7D%20.cls-5%20%7B%20filter%3A%20url(%23luminosity-invert)%3B%20%7D%20.cls-2%20%7B%20stroke%3A%20%23fff%3B%20stroke-width%3A%2053.9px%3B%20%7D%20.cls-2%2C%20.cls-3%20%7B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-3%20%7B%20stroke%3A%20%23000%3B%20stroke-width%3A%20107.8px%3B%20%7D%20.rotate%20%7B%20animation%3A%20rotate%20var(--duration)%20linear%20infinite%3B%20%7D%20.rotate-2%20%7B%20animation-delay%3A%20calc(var(--duration)%20%2F%2070)%3B%20%7D%20%40keyframes%20rotate%20%7B%200%25%20%7B%20transform%3A%20rotate(0turn)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%20%7D%2050%25%2C%20100%25%20%7B%20transform%3A%20rotate(0.5turn)%3B%20%7D%20%7D%20.rotate-full%20%7B%20animation%3A%20rotate-full%20calc(var(--duration)%20*%205)%20linear%20infinite%3B%20%7D%20%40keyframes%20rotate-full%20%7B%200%25%20%7B%20transform%3A%20rotate(0turn)%3B%20%7D%20100%25%20%7B%20transform%3A%20rotate(1turn)%3B%20%7D%20%7D%20.rotate-invert%20%7B%20animation%3A%20rotate-invert%20calc(var(--duration)%20*%206)%20linear%20infinite%3B%20%7D%20%40keyframes%20rotate-invert%20%7B%200%25%20%7B%20transform%3A%20rotate(0deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%208.333%25%2C%2016.666%25%20%7B%20transform%3A%20rotate(-60deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2025%25%2C%2033.333%25%20%7B%20transform%3A%20rotate(-120deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2041.666%25%2C%2050%25%20%7B%20transform%3A%20rotate(-180deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2058.333%25%2C%2066.666%25%20%7B%20transform%3A%20rotate(-240deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2075%25%2C%2083.333%25%20%7B%20transform%3A%20rotate(-300deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%2091.666%25%2C%20100%25%20%7B%20transform%3A%20rotate(-360deg)%3B%20animation-timing-function%3A%20cubic-bezier(0.78%2C%200%2C%200.22%2C%201)%3B%20%7D%20%7D%20%3C%2Fstyle%3E%3Cfilter%20id%3D%22luminosity-invert%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeColorMatrix%20result%3D%22cm%22%20values%3D%22-1%200%200%200%201%200%20-1%200%200%201%200%200%20-1%200%201%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22mask%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20class%3D%22cls-5%22%3E%3Cg%3E%3Cg%20id%3D%22mask-2%22%20data-name%3D%22mask%22%3E%3Cpath%20id%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22rotate-full%22%3E%3Cg%20id%3D%22L-0%22%20class%3D%22rotate%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M755.5%2C609.75c59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-141.11-60.61-304.65-224.14-365.26-365.26-59.81-139.26%2C6.49-205.56%2C145.75-145.75%2C141.11%2C60.61%2C304.65%2C224.14%2C365.26%2C365.26Z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22R-1%22%20class%3D%22rotate%20rotate-2%22%3E%3Ccircle%20id%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M609.75%2C244.49c139.26-59.81%2C205.56%2C6.49%2C145.75%2C145.75-60.61%2C141.11-224.14%2C304.65-365.26%2C365.26-139.26%2C59.81-205.56-6.49-145.75-145.75%2C60.61-141.11%2C224.14-304.65%2C365.26-365.26Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M609.75%2C244.49c139.26-59.81%2C205.56%2C6.49%2C145.75%2C145.75-60.61%2C141.11-224.14%2C304.65-365.26%2C365.26-139.26%2C59.81-205.56-6.49-145.75-145.75%2C60.61-141.11%2C224.14-304.65%2C365.26-365.26Z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-1%22%20class%3D%22rotate%22%3E%3Cg%20id%3D%22L-3%22%3E%3Ccircle%20id%3D%22center-2%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M398.57%2C604.69c-66.81-66.47-123.52-143.31-154.07-214.44-60.61-141.11%2C4.65-206.37%2C145.75-145.75%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-2%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M441.45%2C644.7c-84.95-74.26-160.04-168.52-196.96-254.46-59.81-139.26%2C6.49-205.56%2C145.75-145.75%2C5.54%2C2.38%2C11.12%2C4.92%2C16.72%2C7.61%22%2F%3E%3Ccircle%20id%3D%22center-3%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-1-2%22%20data-name%3D%22L-1%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M558.54%2C355.29c84.95%2C74.26%2C160.04%2C168.52%2C196.96%2C254.46%2C59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-5.56-2.39-11.16-4.94-16.79-7.64%22%2F%3E%3Ccircle%20id%3D%22center-4%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-0-2%22%20data-name%3D%22L-0%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M558.54%2C355.29c84.95%2C74.26%2C160.04%2C168.52%2C196.96%2C254.46%2C59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-5.56-2.39-11.16-4.94-16.79-7.64%22%2F%3E%3Ccircle%20id%3D%22center-5%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-4%20rotate-invert%22%3E%3Cpath%20id%3D%22shape-2%22%20data-name%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
47
+ }
48
+
49
+ .loader-static {
50
+ @apply block relative mx-auto mask bg-current;
51
+ mask-mode: alpha;
52
+ mask-image: url("data:image/svg+xml,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22g%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%201000%201000%22%3E%3Cdefs%3E%3Cstyle%3E%20*%2C%20g%20%7B%20stroke-linejoin%3A%20round%3B%20%7D%20.cls-1%2C%20.cls-2%2C%20.cls-3%20%7B%20fill%3A%20none%3B%20%7D%20.cls-4%20%7B%20mask%3A%20url(%23mask)%3B%20%7D%20.cls-5%20%7B%20filter%3A%20url(%23luminosity-invert)%3B%20%7D%20.cls-2%20%7B%20stroke%3A%20%23fff%3B%20stroke-width%3A%2053.9px%3B%20%7D%20.cls-2%2C%20.cls-3%20%7B%20stroke-miterlimit%3A%2010%3B%20%7D%20.cls-3%20%7B%20stroke%3A%20%23000%3B%20stroke-width%3A%20107.8px%3B%20%7D%20%3C%2Fstyle%3E%3Cfilter%20id%3D%22luminosity-invert%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20color-interpolation-filters%3D%22sRGB%22%20filterUnits%3D%22userSpaceOnUse%22%3E%3CfeColorMatrix%20result%3D%22cm%22%20values%3D%22-1%200%200%200%201%200%20-1%200%200%201%200%200%20-1%200%201%200%200%200%201%200%22%2F%3E%3C%2Ffilter%3E%3Cmask%20id%3D%22mask%22%20x%3D%2224.98%22%20y%3D%22.57%22%20width%3D%22949.83%22%20height%3D%22999.18%22%20maskUnits%3D%22userSpaceOnUse%22%3E%3Cg%20class%3D%22cls-5%22%3E%3Cg%3E%3Cg%20id%3D%22mask-2%22%20data-name%3D%22mask%22%3E%3Cpath%20id%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3Cg%20class%3D%22rotate-full%22%3E%3Cg%20id%3D%22L-0%22%20class%3D%22rotate%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M755.5%2C609.75c59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-141.11-60.61-304.65-224.14-365.26-365.26-59.81-139.26%2C6.49-205.56%2C145.75-145.75%2C141.11%2C60.61%2C304.65%2C224.14%2C365.26%2C365.26Z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22R-1%22%20class%3D%22rotate%20rotate-2%22%3E%3Ccircle%20id%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M609.75%2C244.49c139.26-59.81%2C205.56%2C6.49%2C145.75%2C145.75-60.61%2C141.11-224.14%2C304.65-365.26%2C365.26-139.26%2C59.81-205.56-6.49-145.75-145.75%2C60.61-141.11%2C224.14-304.65%2C365.26-365.26Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M609.75%2C244.49c139.26-59.81%2C205.56%2C6.49%2C145.75%2C145.75-60.61%2C141.11-224.14%2C304.65-365.26%2C365.26-139.26%2C59.81-205.56-6.49-145.75-145.75%2C60.61-141.11%2C224.14-304.65%2C365.26-365.26Z%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-1%22%20class%3D%22rotate%22%3E%3Cg%20id%3D%22L-3%22%3E%3Ccircle%20id%3D%22center-2%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M398.57%2C604.69c-66.81-66.47-123.52-143.31-154.07-214.44-60.61-141.11%2C4.65-206.37%2C145.75-145.75%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-2%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M441.45%2C644.7c-84.95-74.26-160.04-168.52-196.96-254.46-59.81-139.26%2C6.49-205.56%2C145.75-145.75%2C5.54%2C2.38%2C11.12%2C4.92%2C16.72%2C7.61%22%2F%3E%3Ccircle%20id%3D%22center-3%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-1-2%22%20data-name%3D%22L-1%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22M558.54%2C355.29c84.95%2C74.26%2C160.04%2C168.52%2C196.96%2C254.46%2C59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-5.56-2.39-11.16-4.94-16.79-7.64%22%2F%3E%3Ccircle%20id%3D%22center-4%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3Cg%20id%3D%22L-0-2%22%20data-name%3D%22L-0%22%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M558.54%2C355.29c84.95%2C74.26%2C160.04%2C168.52%2C196.96%2C254.46%2C59.81%2C139.26-6.49%2C205.56-145.75%2C145.75-5.56-2.39-11.16-4.94-16.79-7.64%22%2F%3E%3Ccircle%20id%3D%22center-5%22%20data-name%3D%22center%22%20class%3D%22cls-1%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3Ccircle%20class%3D%22cls-2%22%20cx%3D%22500%22%20cy%3D%22500%22%20r%3D%22365.24%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fmask%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-4%20rotate-invert%22%3E%3Cpath%20id%3D%22shape-2%22%20data-name%3D%22shape%22%20d%3D%22M817.1%2C134.91l-159.48-92.08c-97.6-56.35-217.84-56.35-315.44%2C0l-159.48%2C92.08C85.11%2C191.26%2C24.98%2C295.39%2C24.98%2C408.08v184.15c0%2C112.7%2C60.12%2C216.83%2C157.72%2C273.18l159.48%2C92.08c97.6%2C56.35%2C217.84%2C56.35%2C315.44%2C0l159.48-92.08c97.6-56.35%2C157.72-160.48%2C157.72-273.18v-184.15c0-112.69-60.12-216.83-157.72-273.18Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
53
+ }
54
+
55
+ [data-loader] {
56
+ &::before {
57
+ @apply content-[attr(data-loader)]
58
+ animate-loading-text-gradient;
59
+ }
60
+ }
61
+
62
+ .loader-text {
63
+ @apply animate-loading-text-gradient;
64
+ }
65
+
66
+ /* sizes */
67
+
68
+ .loader,
69
+ .loader-wheel,
70
+ .loader-cube {
71
+
72
+ &:not([class*='size-']) {
73
+ @apply size-16;
74
+
75
+ &.loader-xl {
76
+ @apply size-32;
77
+ }
78
+ &.loader-lg {
79
+ @apply size-24;
80
+ }
81
+ &.loader-md {
82
+ @apply size-16;
83
+ }
84
+ &.loader-sm {
85
+ @apply size-10;
86
+ }
87
+ &.loader-xs {
88
+ @apply size-6;
89
+ }
90
+ }
91
+ }
92
+
93
+ /* loader-message */
94
+
95
+ .loader-message {
96
+ @apply relative mx-auto -translate-y-9 text-line-strong;
97
+
98
+ &,
99
+ &::before,
100
+ &::after {
101
+ @apply content-[""]
102
+ rounded-full
103
+ size-4
104
+ animate-[loader-message_1.8s_ease-in-out_both_infinite];
105
+ }
106
+
107
+ &::before,
108
+ &::after {
109
+ @apply absolute top-0;
110
+ }
111
+
112
+ &::before {
113
+ @apply -left-[120%];
114
+ animation-delay: 0s;
115
+ }
116
+ &::after {
117
+ @apply left-[120%];
118
+ animation-delay: 0.32s;
119
+ }
120
+ animation-delay: 0.16s;
121
+ &.loader-xl {
122
+ &,
123
+ &::before,
124
+ &::after {
125
+ @apply size-6;
126
+ }
127
+ }
128
+ &.loader-lg {
129
+ &,
130
+ &::before,
131
+ &::after {
132
+ @apply size-5;
133
+ }
134
+ }
135
+ &.loader-md {
136
+ &,
137
+ &::before,
138
+ &::after {
139
+ @apply size-4;
140
+ }
141
+ }
142
+ &.loader-sm {
143
+ &,
144
+ &::before,
145
+ &::after {
146
+ @apply size-3;
147
+ }
148
+ }
149
+ &.loader-xs {
150
+ &,
151
+ &::before,
152
+ &::after {
153
+ @apply size-2;
154
+ }
155
+ }
156
+ }
157
+
158
+ @-webkit-keyframes loader-message {
159
+ 0%,
160
+ 80%,
161
+ 100% {
162
+ box-shadow: 0 2.25em 0 -1.3em;
163
+ }
164
+ 40% {
165
+ box-shadow: 0 2.25em 0 0;
166
+ }
167
+ }
168
+ @keyframes loader-message {
169
+ 0%,
170
+ 80%,
171
+ 100% {
172
+ box-shadow: 0 2.25em 0 -1.3em;
173
+ }
174
+ 40% {
175
+ box-shadow: 0 2.25em 0 0;
176
+ }
177
+ }
178
+
179
+ /* Text Gradient */
180
+
181
+ .animate-loading-text-gradient {
182
+ @apply from-core-ui-700 to-core-black/10 dark:from-core-ui-200 dark:to-core-white/10;
183
+ }
@@ -0,0 +1,13 @@
1
+ /*----------------------------*/
2
+ /* LOGOTYPE */
3
+ /*----------------------------*/
4
+
5
+ .logotype {
6
+ @apply block relative aspect-1229/371 w-auto min-h-8 mask bg-current;
7
+ mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%221229%22%20height%3D%22371%22%20viewBox%3D%220%200%201229%20371%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1216.03%20130.76C1214.25%20130.76%201212.57%20130.425%201211.01%20129.753C1209.44%20129.081%201208.06%20128.149%201206.87%20126.957C1205.68%20125.765%201204.74%20124.387%201204.07%20122.822C1203.39%20121.257%201203.06%20119.578%201203.07%20117.784C1203.08%20115.99%201203.42%20114.31%201204.09%20112.745C1204.77%20111.181%201205.7%20109.802%201206.89%20108.61C1208.07%20107.418%201209.45%20106.486%201211.01%20105.814C1212.58%20105.143%201214.25%20104.807%201216.03%20104.807C1217.83%20104.807%201219.51%20105.143%201221.07%20105.814C1222.64%20106.486%201224.02%20107.418%201225.2%20108.61C1226.38%20109.802%201227.31%20111.181%201227.98%20112.745C1228.65%20114.31%201228.99%20115.99%201229%20117.784C1229.01%20119.578%201228.68%20121.257%201228%20122.822C1227.33%20124.387%201226.4%20125.765%201225.22%20126.957C1224.03%20128.149%201222.65%20129.081%201221.08%20129.753C1219.51%20130.425%201217.83%20130.76%201216.03%20130.76ZM1216.03%20127.91C1217.43%20127.91%201218.75%20127.648%201219.98%20127.123C1221.2%20126.599%201222.28%20125.874%201223.2%20124.948C1224.13%20124.022%201224.85%20122.947%201225.38%20121.722C1225.9%20120.497%201226.16%20119.189%201226.15%20117.796C1226.14%20116.395%201225.88%20115.08%201225.35%20113.852C1224.83%20112.622%201224.1%20111.545%201223.18%20110.619C1222.26%20109.694%201221.18%20108.969%201219.96%20108.444C1218.74%20107.92%201217.43%20107.658%201216.03%20107.658C1214.64%20107.658%201213.34%20107.92%201212.12%20108.444C1210.9%20108.969%201209.82%20109.696%201208.9%20110.625C1207.97%20111.555%201207.25%20112.633%201206.72%20113.857C1206.19%20115.082%201205.92%20116.395%201205.92%20117.796C1205.91%20119.18%201206.17%20120.485%201206.69%20121.71C1207.21%20122.935%201207.94%20124.01%201208.87%20124.936C1209.8%20125.861%201210.87%20126.588%201212.1%20127.117C1213.32%20127.646%201214.63%20127.91%201216.03%20127.91ZM1208.86%20117.784C1208.86%20116.44%201209.19%20115.215%201209.85%20114.11C1210.5%20113.003%201211.38%20112.123%201212.49%20111.467C1213.59%20110.812%201214.81%20110.484%201216.16%20110.484C1217.32%20110.484%201218.39%20110.734%201219.38%20111.234C1220.37%20111.733%201221.18%20112.415%201221.83%20113.28C1222.48%20114.144%201222.88%20115.121%201223.03%20116.211H1220.06C1219.9%20115.367%201219.44%20114.676%201218.7%20114.14C1217.95%20113.603%201217.11%20113.335%201216.16%20113.335C1215.34%20113.335%201214.59%20113.536%201213.92%20113.938C1213.25%20114.338%201212.71%20114.876%201212.31%20115.547C1211.91%20116.218%201211.71%20116.964%201211.71%20117.784C1211.71%20118.603%201211.91%20119.348%201212.31%20120.02C1212.71%20120.692%201213.25%20121.228%201213.92%20121.63C1214.59%20122.032%201215.34%20122.232%201216.16%20122.232C1217.11%20122.232%201217.91%20121.964%201218.57%20121.427C1219.23%20120.89%201219.64%20120.2%201219.81%20119.356H1222.79C1222.63%20120.446%201222.25%20121.423%201221.64%20122.288C1221.04%20123.152%201220.26%20123.834%201219.32%20124.333C1218.37%20124.833%201217.32%20125.083%201216.16%20125.083C1214.81%20125.083%201213.59%20124.755%201212.49%20124.1C1211.38%20123.445%201210.5%20122.564%201209.85%20121.458C1209.19%20120.352%201208.86%20119.127%201208.86%20117.784Z%22%20fill%3D%22%23FDFCF5%22%2F%3E%3Cpath%20d%3D%22M293.868%2049.8799L234.702%2015.6917C198.494%20-5.23057%20153.885%20-5.23057%20117.678%2015.6917L58.5123%2049.8799C22.3047%2070.8017%200%20109.467%200%20151.312V219.688C0%20261.533%2022.3047%20300.198%2058.5123%20321.12L117.678%20355.308C153.885%20376.231%20198.494%20376.231%20234.702%20355.308L293.868%20321.12C330.075%20300.198%20352.38%20261.533%20352.38%20219.688V151.312C352.38%20109.467%20330.075%2070.8017%20293.868%2049.8799ZM279.073%20288.47C251.588%20315.978%20215.053%20331.125%20176.193%20331.125C137.324%20331.125%20100.788%20315.978%2073.3029%20288.47C45.8181%20260.967%2030.6844%20224.395%2030.6844%20185.497C30.6844%20146.6%2045.8181%20110.033%2073.3029%2082.53C100.788%2055.0219%20137.324%2039.8754%20176.193%2039.8754C215.053%2039.8754%20251.588%2055.0219%20279.073%2082.53C306.558%20110.033%20321.692%20146.6%20321.692%20185.497C321.692%20224.395%20306.558%20260.967%20279.073%20288.47ZM266.895%20173.946C272.181%20165.475%20276.633%20156.949%20280.176%20148.674C283.621%20140.646%20285.893%20133.513%20287.338%20127.112C296.699%20144.907%20301.696%20164.812%20301.696%20185.497C301.696%20206.175%20296.704%20226.071%20287.353%20243.861C285.893%20237.47%20283.594%20230.337%20280.176%20222.323C265.741%20188.576%20235.953%20151.504%20202.321%20122.622C201.442%20122.558%20200.82%20122.512%20199.939%20122.448C195.427%20125.319%20190.915%20128.449%20186.403%20131.838C186.373%20133.126%20186.36%20133.683%20186.33%20134.971C193.552%20141.017%20200.597%20147.48%20207.391%20154.278C230.987%20177.895%20250.983%20205.11%20261.782%20230.229C270.518%20250.564%20271.785%20266.703%20265.299%20273.915C265.17%20274.044%20265.062%20274.188%20264.933%20274.317C264.806%20274.444%20264.667%20274.55%20264.54%20274.674C257.334%20281.167%20241.212%20279.9%20220.889%20271.154C215.176%20268.717%20209.378%20265.754%20203.49%20262.348C202.661%20262.414%20202.05%20262.463%20201.22%20262.529C196.692%20266.236%20192.163%20269.749%20187.634%20273.02C187.678%20274.447%20187.693%20274.92%20187.737%20276.346C196.203%20281.561%20204.721%20286.018%20212.99%20289.567C220.999%20292.987%20228.126%20295.291%20234.512%20296.747C216.732%20306.111%20196.853%20311.112%20176.193%20311.112C155.533%20311.112%20135.649%20306.113%20117.872%20296.752C124.26%20295.291%20131.39%20292.989%20139.404%20289.567C173.122%20275.117%20210.164%20245.305%20239.118%20211.738C239.185%20210.86%20239.231%20210.241%20239.297%20209.362C236.43%20204.837%20233.303%20200.25%20229.916%20195.655C228.616%20195.62%20228.059%20195.604%20226.759%20195.568C199.648%20228.009%20163.849%20257.226%20131.507%20271.154C111.115%20279.929%2094.8465%20281.185%2087.7702%20274.618C87.6653%20274.511%2087.5456%20274.423%2087.4407%20274.317C87.3455%20274.222%2087.2649%20274.115%2087.1697%20274.019C80.5866%20266.854%2081.8363%20250.654%2090.6139%20230.229C93.0475%20224.513%2096.0074%20218.623%2099.4095%20212.723C99.3392%20211.888%2099.2884%20211.279%2099.2186%20210.445C95.5206%20205.988%2092.0203%20201.474%2088.8154%20196.949C87.4002%20196.992%2086.9159%20197.006%2085.5011%20197.048C80.2156%20205.52%2075.7623%20214.045%2072.2167%20222.323C68.7676%20230.363%2066.4927%20237.504%2065.0477%20243.912C55.6794%20226.11%2050.6804%20206.194%2050.6804%20185.497C50.6804%20164.803%2055.6794%20144.89%2065.0501%20127.088C66.4927%20133.493%2068.7676%20140.634%2072.2167%20148.674C73.7178%20152.077%2075.3166%20155.478%2077.018%20158.981C80.0154%20164.786%2083.4156%20170.688%2087.1136%20176.593C89.6131%20180.494%2092.2127%20184.298%2094.8123%20188.199C96.3134%20190.203%2097.8122%20192.203%2099.3133%20194.304C102.211%20198.206%20105.311%20202.11%20108.411%20205.911C115.609%20214.618%20123.408%20223.222%20131.607%20231.328C137.551%20237.277%20143.765%20242.96%20149.991%20248.377C150.864%20248.448%20151.48%20248.499%20152.354%20248.571C156.879%20245.756%20161.467%20242.566%20166.062%20239.156C166.094%20237.86%20166.107%20237.31%20166.139%20236.014C159.113%20230.169%20152.19%20223.912%20145.603%20217.32C142.403%20214.117%20139.306%20210.914%20136.306%20207.714C134.306%20205.51%20132.205%20203.209%20130.206%20200.908C128.106%20198.606%20126.107%20196.205%20124.308%20193.904C124.108%20193.803%20124.008%20193.603%20124.008%20193.503C121.308%20190.403%20118.809%20187.2%20116.61%20184.097C114.11%20180.895%20111.708%20177.694%20109.609%20174.492C105.01%20167.888%20100.912%20161.282%2097.4119%20154.779C96.0132%20152.177%2094.6121%20149.576%2093.4136%20146.974C92.4128%20144.87%2091.5146%20142.769%2090.6139%20140.769C81.8461%20120.362%2080.5915%20104.177%2087.1527%2097.0023C87.2552%2096.8997%2087.3406%2096.7849%2087.4431%2096.6823C87.5871%2096.5382%2087.7458%2096.4185%2087.8898%2096.2768C89.3202%2094.9844%2091.0288%2093.973%2093.1134%2093.3378C101.613%2090.6359%20115.309%2092.8395%20131.507%2099.8411C137.223%20102.283%20143.029%20105.247%20148.921%20108.578C149.736%20108.512%20150.343%20108.463%20151.159%20108.398C155.689%20104.76%20160.219%20101.254%20164.748%2097.9849C164.701%2096.5548%20164.686%2096.0838%20164.639%2094.6536C156.113%2089.4379%20147.676%2084.9799%20139.404%2081.4307C131.377%2077.9812%20124.247%2075.7068%20117.85%2074.2605C135.632%2064.8916%20155.523%2059.8884%20176.193%2059.8884C196.86%2059.8884%20216.749%2064.8916%20234.534%2074.263C228.138%2075.7092%20221.011%2077.9836%20212.99%2081.4307C200.993%2086.5341%20188.495%2093.6383%20176.198%20102.245C170.498%20106.146%20164.799%20110.351%20159.302%20114.851C144.403%20126.76%20130.106%20140.268%20117.308%20154.779C115.96%20156.287%20114.675%20157.796%20113.352%20159.255C113.268%20160.158%20113.21%20160.778%20113.127%20161.681C115.994%20166.19%20119.124%20170.706%20122.572%20175.279C123.864%20175.304%20124.424%20175.314%20125.715%20175.339C127.811%20172.821%20129.958%20170.354%20132.105%20167.888C136.306%20163.283%20140.604%20158.681%20145.003%20154.278C154.9%20144.372%20165.499%20135.064%20176.198%20126.861C181.797%20122.556%20187.495%20118.554%20193.094%20114.851C202.392%20108.848%20211.792%20103.745%20220.889%2099.8411C232.586%2094.7401%20242.984%2092.2385%20251.083%2092.2385C256.89%2092.2385%20261.472%2093.6408%20264.489%2096.2768C264.633%2096.4209%20264.794%2096.5382%20264.935%2096.6823C265.062%2096.8118%20265.172%2096.9535%20265.299%2097.083C271.785%20104.292%20270.518%20120.431%20261.782%20140.769C259.347%20146.48%20256.392%20152.365%20252.991%20158.262C253.066%20159.104%20253.12%20159.715%20253.195%20160.556C256.949%20165.007%20260.394%20169.519%20263.578%20174.039C264.995%20174%20265.477%20173.986%20266.895%20173.946Z%22%20fill%3D%22%23FDFCF5%22%2F%3E%3Cpath%20d%3D%22M498.545%20235.889C493.925%20242.714%20487.327%20246.016%20478.309%20246.016C461.592%20246.016%20455.212%20237.43%20455.212%20220.039V125.377H442.675C441.135%20125.377%20440.475%20124.277%20440.475%20122.075C440.475%20119.873%20441.135%20118.773%20442.675%20118.773H448.174C458.512%20118.773%20466.651%20108.646%20468.629%2095.2178C469.071%2093.6768%20469.949%2093.0162%20471.49%2093.0162C473.029%2093.0162%20473.909%2093.8966%20473.909%2095.6575V118.773H498.104C499.424%20118.773%20500.084%20119.873%20500.084%20122.075C500.084%20124.277%20499.424%20125.377%20498.104%20125.377H473.909V220.92C473.909%20232.148%20476.549%20237.651%20483.808%20237.871C488.865%20238.311%20493.925%20233.688%20494.585%20233.688C496.565%20231.707%20498.104%20231.046%20498.764%20231.487C499.863%20232.148%20499.644%20233.688%20498.545%20235.889ZM698.045%20145.63L659.773%20243.594C659.332%20244.916%20658.674%20245.576%20657.572%20245.576L655.153%20245.355L654.934%20245.576H646.135C645.036%20245.576%20644.155%20244.916%20643.716%20243.594L612.042%20160.38L579.267%20244.696C578.607%20246.016%20577.947%20246.677%20577.069%20246.677L574.649%20246.457L574.429%20246.677H565.411C564.311%20246.677%20563.651%20246.016%20563.21%20244.696L522.74%20137.925C519.219%20128.9%20517.68%20126.698%20514.161%20124.716C511.96%20123.396%20510.64%20122.515%20510.64%20121.415C510.64%20120.314%20511.742%20119.654%20514.161%20119.873C515.921%20119.873%20523.4%20120.093%20528.457%20120.093C532.857%20120.093%20540.115%20119.873%20541.214%20119.873C543.634%20119.654%20544.954%20120.314%20544.954%20121.415C544.954%20122.736%20543.415%20123.396%20541.656%20124.716C539.896%20126.038%20539.676%20128.679%20540.996%20132.422L542.755%20137.045C542.976%20137.485%20542.976%20137.705%20542.976%20137.925L576.848%20233.468L607.863%20149.373L603.243%20137.045C600.824%20130.22%20597.965%20125.597%20594.665%20123.616C592.245%20122.075%20591.146%20121.195%20591.146%20120.534C591.146%20119.434%20592.245%20118.773%20594.665%20118.773C596.205%20118.773%20603.903%20118.993%20608.963%20118.993C615.782%20118.993%20619.961%20118.993%20621.72%20118.773C624.139%20118.773%20625.459%20119.434%20625.459%20120.534C625.459%20121.855%20623.919%20122.515%20622.159%20123.836C620.4%20125.157%20620.179%20127.799%20621.499%20131.541L623.479%20137.045L657.133%20232.367L686.168%20154.216C689.906%20143.87%20690.126%20139.027%20687.486%20133.082C686.387%20130.22%20685.508%20128.019%20685.287%20126.698C683.749%20118.993%20687.486%20112.609%20694.305%20113.489C706.844%20115.47%20703.325%20132.202%20698.045%20145.63ZM847.615%20242.494C847.615%20243.594%20846.295%20244.255%20843.875%20244.255C842.336%20244.035%20837.937%20244.035%20831.118%20244.035C824.08%20244.035%20819.681%20244.035%20818.14%20244.255C815.721%20244.255%20814.401%20243.594%20814.401%20242.494C814.401%20240.733%20816.162%20241.173%20817.921%20239.412C820.341%20237.871%20821.44%20233.248%20821.44%20225.983V168.966C821.44%20139.907%20810.442%20125.377%20788.226%20125.377C776.129%20125.377%20767.111%20129.78%20760.731%20138.366C754.354%20146.952%20751.274%20156.857%20751.274%20167.645V225.983C751.274%20233.248%20752.592%20237.871%20755.012%20239.412C757.433%20240.953%20758.533%20242.053%20758.533%20242.494C758.533%20243.594%20757.213%20244.255%20754.793%20244.255C753.253%20244.035%20748.855%20244.035%20742.036%20244.035C734.996%20244.035%20730.597%20244.035%20729.058%20244.255C726.639%20244.255%20725.319%20243.594%20725.319%20242.494C725.319%20240.733%20727.078%20241.173%20728.837%20239.412C731.257%20237.871%20732.577%20233.248%20732.577%20225.983V146.291C732.577%20139.027%20731.257%20134.403%20728.837%20132.862C726.418%20131.321%20725.319%20130.22%20725.319%20129.34C725.319%20128.239%20725.979%20127.579%20727.299%20127.138C734.336%20125.157%20741.155%20122.515%20747.535%20118.773C749.074%20117.672%20750.173%20118.113%20750.394%20120.093L751.054%20138.366L751.274%20142.109V145.63C757.433%20129.559%20770.63%20115.911%20794.385%20115.911C826.279%20115.911%20840.356%20132.202%20840.356%20168.966V225.983C840.356%20233.248%20841.676%20237.871%20844.096%20239.412C846.515%20240.953%20847.615%20242.053%20847.615%20242.494ZM923.277%20235.889C918.657%20242.714%20912.059%20246.016%20903.041%20246.016C886.324%20246.016%20879.944%20237.43%20879.944%20220.039V125.377H867.408C865.867%20125.377%20865.207%20124.277%20865.207%20122.075C865.207%20119.873%20865.867%20118.773%20867.408%20118.773H872.907C883.244%20118.773%20891.383%20108.646%20893.361%2095.2178C893.803%2093.6768%20894.682%2093.0162%20896.222%2093.0162C897.761%2093.0162%20898.642%2093.8966%20898.642%2095.6575V118.773H922.836C924.156%20118.773%20924.816%20119.873%20924.816%20122.075C924.816%20124.277%20924.156%20125.377%20922.836%20125.377H898.642V220.92C898.642%20232.148%20901.282%20237.651%20908.54%20237.871C913.598%20238.311%20918.657%20233.688%20919.317%20233.688C921.297%20231.707%20922.836%20231.046%20923.496%20231.487C924.596%20232.148%20924.377%20233.688%20923.277%20235.889ZM1058.55%20120.534C1058.55%20121.195%201057.45%20122.075%201055.25%20123.616C1051.51%20125.157%201047.99%20130.22%201044.69%20138.806L1004%20240.073C991.684%20270.673%20980.904%20285.642%20961.328%20286.303C946.812%20287.183%20942.193%20275.955%20948.352%20271.773C953.631%20267.59%20957.809%20270.892%20964.628%20271.553C977.827%20272.653%20985.964%20262.967%20993.664%20245.355L947.692%20137.045C943.513%20127.359%20942.633%20125.597%20939.333%20123.616C936.913%20122.075%20935.814%20121.195%20935.814%20120.534C935.814%20119.434%20936.913%20118.773%20939.333%20118.773C941.313%20118.993%20946.152%20118.993%20953.41%20118.993C960.45%20118.993%20964.849%20118.993%20966.827%20118.773C969.249%20118.773%20970.567%20119.434%20970.567%20120.534C970.567%20122.295%20968.807%20121.855%20967.048%20123.616C963.75%20126.257%20964.189%20127.579%20967.928%20137.045L1002.24%20224.222L1036.33%20138.806C1039.85%20130.22%201040.95%20125.377%201036.11%20123.616C1033.69%20122.295%201032.6%20121.195%201032.6%20120.534C1032.6%20119.434%201033.92%20118.773%201036.33%20118.773C1038.09%20118.993%201041.39%20118.993%201046.01%20118.993C1048.43%20118.993%201053.27%20118.773%201055.03%20118.773C1057.45%20118.773%201058.55%20119.434%201058.55%20120.534ZM1210.76%20244.255C1209%20244.035%201202.4%20244.035%201190.74%20244.035C1182.38%20244.035%201177.32%20244.035%201175.78%20244.255C1173.36%20244.255%201172.27%20243.594%201172.27%20242.494C1172.27%20241.393%201173.36%20240.512%201175.78%20239.412C1179.08%20237.651%201178.42%20233.248%201173.81%20225.983L1133.99%20171.168L1100.78%20218.278C1094.4%20227.304%201091.98%20235.669%201095.28%20238.532C1096.6%20240.512%201099.24%20240.953%201099.24%20242.494C1099.24%20243.594%201098.14%20244.255%201095.72%20244.255H1089.34C1086.04%20244.035%201083.62%20244.035%201082.08%20244.035L1070.87%20244.255C1064.71%20244.255%201065.15%20241.173%201069.32%20239.412C1076.36%20236.77%201081.86%20231.927%201091.54%20218.498L1130.03%20165.664L1084.5%20102.922C1079.22%2095.4377%201074.38%2091.0344%201069.77%2089.4934C1065.37%2087.7325%201065.37%2084.6504%201069.98%2084.6504C1071.74%2084.8703%201078.34%2084.8703%201090%2084.8703C1098.36%2084.8703%201103.42%2084.8703%201104.96%2084.6504C1107.38%2084.6504%201108.48%2085.311%201108.48%2086.4113C1108.48%2087.0719%201107.38%2087.9523%201104.96%2089.4934C1101.22%2091.4751%201101.88%2095.8774%201106.94%20102.922L1144.77%20155.316L1176.23%20110.627C1182.38%20101.602%201184.8%2093.236%201181.5%2090.3738C1180.84%2089.4934%201177.76%2087.5126%201177.76%2086.4113C1177.55%2085.311%201178.64%2084.6504%201181.28%2084.6504C1182.16%2084.6504%201184.14%2084.6504%201187.44%2084.8703H1194.92L1205.92%2084.6504C1209%2084.6504%201210.54%2085.311%201210.54%2086.4113C1210.76%2087.5126%201209.88%2088.6129%201207.46%2089.4934C1200.42%2091.9149%201195.14%2096.538%201185.24%20110.407L1148.95%20160.6L1196.02%20225.983C1201.52%20233.688%201206.36%20238.091%201210.76%20239.412C1215.16%20241.173%201215.16%20244.255%201210.76%20244.255Z%22%20fill%3D%22%23FDFCF5%22%2F%3E%3C%2Fsvg%3E");
8
+ }
9
+
10
+ .logotype-symbol {
11
+ @apply block relative aspect-352/371 w-auto min-h-8 mask bg-current;
12
+ mask-image: url("data:image/svg+xml,%3Csvg%20width%3D%22353%22%20height%3D%22371%22%20viewBox%3D%220%200%20353%20371%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M293.868%2049.8799L234.702%2015.6917C198.494%20-5.23057%20153.885%20-5.23057%20117.678%2015.6917L58.5123%2049.8799C22.3047%2070.8017%200%20109.467%200%20151.312V219.688C0%20261.533%2022.3047%20300.198%2058.5123%20321.12L117.678%20355.308C153.885%20376.231%20198.494%20376.231%20234.702%20355.308L293.868%20321.12C330.075%20300.198%20352.38%20261.533%20352.38%20219.688V151.312C352.38%20109.467%20330.075%2070.8017%20293.868%2049.8799ZM279.073%20288.47C251.588%20315.978%20215.053%20331.125%20176.193%20331.125C137.324%20331.125%20100.788%20315.978%2073.3029%20288.47C45.8181%20260.967%2030.6844%20224.395%2030.6844%20185.497C30.6844%20146.6%2045.8181%20110.033%2073.3029%2082.53C100.788%2055.0219%20137.324%2039.8754%20176.193%2039.8754C215.053%2039.8754%20251.588%2055.0219%20279.073%2082.53C306.558%20110.033%20321.692%20146.6%20321.692%20185.497C321.692%20224.395%20306.558%20260.967%20279.073%20288.47ZM266.895%20173.946C272.181%20165.475%20276.633%20156.949%20280.176%20148.674C283.621%20140.646%20285.893%20133.513%20287.338%20127.112C296.699%20144.907%20301.696%20164.812%20301.696%20185.497C301.696%20206.175%20296.704%20226.071%20287.353%20243.861C285.893%20237.47%20283.594%20230.337%20280.176%20222.323C265.741%20188.576%20235.953%20151.504%20202.321%20122.622C201.442%20122.558%20200.82%20122.512%20199.939%20122.448C195.427%20125.319%20190.915%20128.449%20186.403%20131.838C186.373%20133.126%20186.36%20133.683%20186.33%20134.971C193.552%20141.017%20200.597%20147.48%20207.391%20154.278C230.987%20177.895%20250.983%20205.11%20261.782%20230.229C270.518%20250.564%20271.785%20266.703%20265.299%20273.915C265.17%20274.044%20265.062%20274.188%20264.933%20274.317C264.806%20274.444%20264.667%20274.55%20264.54%20274.674C257.334%20281.167%20241.212%20279.9%20220.889%20271.154C215.176%20268.717%20209.378%20265.754%20203.49%20262.348C202.661%20262.414%20202.05%20262.463%20201.22%20262.529C196.692%20266.236%20192.163%20269.749%20187.634%20273.02C187.678%20274.447%20187.693%20274.92%20187.737%20276.346C196.203%20281.561%20204.721%20286.018%20212.99%20289.567C220.999%20292.987%20228.126%20295.291%20234.512%20296.747C216.732%20306.111%20196.853%20311.112%20176.193%20311.112C155.533%20311.112%20135.649%20306.113%20117.872%20296.752C124.26%20295.291%20131.39%20292.989%20139.404%20289.567C173.122%20275.117%20210.164%20245.305%20239.118%20211.738C239.185%20210.86%20239.231%20210.241%20239.297%20209.362C236.43%20204.837%20233.303%20200.25%20229.916%20195.655C228.616%20195.62%20228.059%20195.604%20226.759%20195.568C199.648%20228.009%20163.849%20257.226%20131.507%20271.154C111.115%20279.929%2094.8465%20281.185%2087.7702%20274.618C87.6653%20274.511%2087.5456%20274.423%2087.4407%20274.317C87.3455%20274.222%2087.2649%20274.115%2087.1697%20274.019C80.5866%20266.854%2081.8363%20250.654%2090.6139%20230.229C93.0475%20224.513%2096.0074%20218.623%2099.4095%20212.723C99.3392%20211.888%2099.2884%20211.279%2099.2186%20210.445C95.5206%20205.988%2092.0203%20201.474%2088.8154%20196.949C87.4002%20196.992%2086.9159%20197.006%2085.5011%20197.048C80.2156%20205.52%2075.7623%20214.045%2072.2167%20222.323C68.7676%20230.363%2066.4927%20237.504%2065.0477%20243.912C55.6794%20226.11%2050.6804%20206.194%2050.6804%20185.497C50.6804%20164.803%2055.6794%20144.89%2065.0501%20127.088C66.4927%20133.493%2068.7676%20140.634%2072.2167%20148.674C73.7178%20152.077%2075.3166%20155.478%2077.018%20158.981C80.0154%20164.786%2083.4156%20170.688%2087.1136%20176.593C89.6131%20180.494%2092.2127%20184.298%2094.8123%20188.199C96.3134%20190.203%2097.8122%20192.203%2099.3133%20194.304C102.211%20198.206%20105.311%20202.11%20108.411%20205.911C115.609%20214.618%20123.408%20223.222%20131.607%20231.328C137.551%20237.277%20143.765%20242.96%20149.991%20248.377C150.864%20248.448%20151.48%20248.499%20152.354%20248.571C156.879%20245.756%20161.467%20242.566%20166.062%20239.156C166.094%20237.86%20166.107%20237.31%20166.139%20236.014C159.113%20230.169%20152.19%20223.912%20145.603%20217.32C142.403%20214.117%20139.306%20210.914%20136.306%20207.714C134.306%20205.51%20132.205%20203.209%20130.206%20200.908C128.106%20198.606%20126.107%20196.205%20124.308%20193.904C124.108%20193.803%20124.008%20193.603%20124.008%20193.503C121.308%20190.403%20118.809%20187.2%20116.61%20184.097C114.11%20180.895%20111.708%20177.694%20109.609%20174.492C105.01%20167.888%20100.912%20161.282%2097.4119%20154.779C96.0132%20152.177%2094.6121%20149.576%2093.4136%20146.974C92.4128%20144.87%2091.5146%20142.769%2090.6139%20140.769C81.8461%20120.362%2080.5915%20104.177%2087.1527%2097.0023C87.2552%2096.8997%2087.3406%2096.7849%2087.4431%2096.6823C87.5871%2096.5382%2087.7458%2096.4185%2087.8898%2096.2768C89.3202%2094.9844%2091.0288%2093.973%2093.1134%2093.3378C101.613%2090.6359%20115.309%2092.8395%20131.507%2099.8411C137.223%20102.283%20143.029%20105.247%20148.921%20108.578C149.736%20108.512%20150.343%20108.463%20151.159%20108.398C155.689%20104.76%20160.219%20101.254%20164.748%2097.9849C164.701%2096.5548%20164.686%2096.0838%20164.639%2094.6536C156.113%2089.4379%20147.676%2084.9799%20139.404%2081.4307C131.377%2077.9812%20124.247%2075.7068%20117.85%2074.2605C135.632%2064.8916%20155.523%2059.8884%20176.193%2059.8884C196.86%2059.8884%20216.749%2064.8916%20234.534%2074.263C228.138%2075.7092%20221.011%2077.9836%20212.99%2081.4307C200.993%2086.5341%20188.495%2093.6383%20176.198%20102.245C170.498%20106.146%20164.799%20110.351%20159.302%20114.851C144.403%20126.76%20130.106%20140.268%20117.308%20154.779C115.96%20156.287%20114.675%20157.796%20113.352%20159.255C113.268%20160.158%20113.21%20160.778%20113.127%20161.681C115.994%20166.19%20119.124%20170.706%20122.572%20175.279C123.864%20175.304%20124.424%20175.314%20125.715%20175.339C127.811%20172.821%20129.958%20170.354%20132.105%20167.888C136.306%20163.283%20140.604%20158.681%20145.003%20154.278C154.9%20144.372%20165.499%20135.064%20176.198%20126.861C181.797%20122.556%20187.495%20118.554%20193.094%20114.851C202.392%20108.848%20211.792%20103.745%20220.889%2099.8411C232.586%2094.7401%20242.984%2092.2385%20251.083%2092.2385C256.89%2092.2385%20261.472%2093.6408%20264.489%2096.2768C264.633%2096.4209%20264.794%2096.5382%20264.935%2096.6823C265.062%2096.8118%20265.172%2096.9535%20265.299%2097.083C271.785%20104.292%20270.518%20120.431%20261.782%20140.769C259.347%20146.48%20256.392%20152.365%20252.991%20158.262C253.066%20159.104%20253.12%20159.715%20253.195%20160.556C256.949%20165.007%20260.394%20169.519%20263.578%20174.039C264.995%20174%20265.477%20173.986%20266.895%20173.946Z%22%20fill%3D%22%23FDFCF5%22%2F%3E%3C%2Fsvg%3E");
13
+ }