@opexa/portal-components 0.0.406 → 0.0.408

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 (194) hide show
  1. package/dist/components/Account/Account.lazy.js +13 -2
  2. package/dist/components/Bonuses/Bonuses.client.js +3 -3
  3. package/dist/components/DigitainLauncher/Loading.js +1 -1
  4. package/dist/components/Disclaimer/DisclaimerV2.js +1 -1
  5. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +10 -0
  6. package/dist/components/Disclaimer/ResponsibleGaming.js +13 -0
  7. package/dist/components/Disclaimer/TermsOfUse.d.ts +11 -0
  8. package/dist/components/Disclaimer/TermsOfUse.js +13 -0
  9. package/dist/components/FeatureFlag/FeatureFlag.d.ts +1 -0
  10. package/dist/components/FeatureFlag/FeatureFlag.js +29 -0
  11. package/dist/components/FeatureFlag/index.d.ts +1 -0
  12. package/dist/components/FeatureFlag/index.js +1 -0
  13. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  14. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  15. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  16. package/dist/components/KYC/AutoOpen.d.ts +1 -0
  17. package/dist/components/KYC/AutoOpen.js +40 -0
  18. package/dist/components/KYC/BasicInformation.js +1 -1
  19. package/dist/components/KYC/CaptureIdDocument.d.ts +1 -0
  20. package/dist/components/KYC/CaptureIdDocument.js +219 -0
  21. package/dist/components/KYC/CaptureSelfie.d.ts +1 -0
  22. package/dist/components/KYC/CaptureSelfie.js +285 -0
  23. package/dist/components/KYC/DisplayImage.d.ts +5 -0
  24. package/dist/components/KYC/DisplayImage.js +8 -0
  25. package/dist/components/KYC/FileUpload.d.ts +10 -0
  26. package/dist/components/KYC/FileUpload.js +72 -0
  27. package/dist/components/KYC/IdentityVerification.js +1 -1
  28. package/dist/components/KYC/KYC.lazy.js +1 -1
  29. package/dist/components/KYC/NoCameraError.d.ts +7 -0
  30. package/dist/components/KYC/NoCameraError.js +6 -0
  31. package/dist/components/KYC/PersonOverlayDesktop.d.ts +7 -0
  32. package/dist/components/KYC/PersonOverlayDesktop.js +9 -0
  33. package/dist/components/KYC/PersonalInformation.js +1 -1
  34. package/dist/components/KYC/backup/Header.d.ts +1 -0
  35. package/dist/components/KYC/backup/Header.js +8 -0
  36. package/dist/components/KYC/backup/Indicator.d.ts +1 -0
  37. package/dist/components/KYC/backup/Indicator.js +9 -0
  38. package/dist/components/KYC/backup/KYC.d.ts +1 -0
  39. package/dist/components/KYC/backup/KYC.js +14 -0
  40. package/dist/components/KYC/backup/KYC.lazy.d.ts +1 -0
  41. package/dist/components/KYC/backup/KYC.lazy.js +26 -0
  42. package/dist/components/KYC/backup/KYCContext.d.ts +6 -0
  43. package/dist/components/KYC/backup/KYCContext.js +2 -0
  44. package/dist/components/KYC/backup/Step1.d.ts +1 -0
  45. package/dist/components/KYC/backup/Step1.js +13 -0
  46. package/dist/components/KYC/backup/Step2.d.ts +1 -0
  47. package/dist/components/KYC/backup/Step2.js +13 -0
  48. package/dist/components/KYC/backup/Step3.d.ts +1 -0
  49. package/dist/components/KYC/backup/Step3.js +13 -0
  50. package/dist/components/KYC/backup/Step4.d.ts +1 -0
  51. package/dist/components/KYC/backup/Step4.js +7 -0
  52. package/dist/components/KYC/backup/useKYC.d.ts +10 -0
  53. package/dist/components/KYC/backup/useKYC.js +8 -0
  54. package/dist/components/KYC/loadModels.d.ts +1 -0
  55. package/dist/components/KYC/loadModels.js +9 -0
  56. package/dist/components/KYC/utils.d.ts +9 -0
  57. package/dist/components/KYC/utils.js +79 -0
  58. package/dist/components/Messages/Message.d.ts +1 -0
  59. package/dist/components/Messages/Message.js +35 -0
  60. package/dist/components/Messages/MessageContext.d.ts +6 -0
  61. package/dist/components/Messages/MessageContext.js +2 -0
  62. package/dist/components/Messages/MessagePopup.d.ts +1 -0
  63. package/dist/components/Messages/MessagePopup.js +20 -0
  64. package/dist/components/Messages/MessageTrigger.d.ts +8 -0
  65. package/dist/components/Messages/MessageTrigger.js +19 -0
  66. package/dist/components/PortalProvider/SetupCellxpertCxd.js +2 -1
  67. package/dist/components/Quests/CountdownTimer.d.ts +15 -0
  68. package/dist/components/Quests/CountdownTimer.js +33 -0
  69. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +4 -0
  70. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +78 -0
  71. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +8 -0
  72. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +9 -0
  73. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +4 -0
  74. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +4 -0
  75. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +4 -0
  76. package/dist/components/Quests/WageringQuest/WageringQuest.js +20 -0
  77. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +9 -0
  78. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +9 -0
  79. package/dist/components/Quests/WageringQuest.js +1 -1
  80. package/dist/components/SignIn/utils.d.ts +8 -0
  81. package/dist/components/SignIn/utils.js +26 -0
  82. package/dist/components/SignUp/SignUp.lazy.d.ts +12 -0
  83. package/dist/components/SignUp/SignUp.lazy.js +18 -0
  84. package/dist/components/SignUp/SignUpContext.d.ts +6 -0
  85. package/dist/components/SignUp/SignUpContext.js +2 -0
  86. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +17 -0
  87. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +18 -0
  88. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +6 -0
  89. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +2 -0
  90. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +1 -0
  91. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +310 -0
  92. package/dist/components/SignUp/SignUpForm.d.ts +1 -0
  93. package/dist/components/SignUp/SignUpForm.js +284 -0
  94. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +1 -0
  95. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +198 -0
  96. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +1 -0
  97. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +251 -0
  98. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +10 -0
  99. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +42 -0
  100. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +7 -0
  101. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +9 -0
  102. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +1 -0
  103. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +464 -0
  104. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +11 -0
  105. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +20 -0
  106. package/dist/components/SignUp/SignUpKYC/utils.d.ts +9 -0
  107. package/dist/components/SignUp/SignUpKYC/utils.js +79 -0
  108. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +1 -0
  109. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +198 -0
  110. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +1 -0
  111. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +251 -0
  112. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +10 -0
  113. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +41 -0
  114. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +1 -0
  115. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +429 -0
  116. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +13 -0
  117. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +26 -0
  118. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +7 -0
  119. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +2 -0
  120. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +11 -0
  121. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +20 -0
  122. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  123. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  124. package/dist/components/shared/IdDocumentField.client.d.ts +25 -0
  125. package/dist/components/shared/IdDocumentField.client.js +204 -0
  126. package/dist/components/shared/IdDocumentField.d.ts +2 -0
  127. package/dist/components/shared/IdDocumentField.js +11 -0
  128. package/dist/components/shared/SelfieField.client.d.ts +20 -0
  129. package/dist/components/shared/SelfieField.client.js +327 -0
  130. package/dist/components/shared/SelfieField.d.ts +2 -0
  131. package/dist/components/shared/SelfieField.js +11 -0
  132. package/dist/constants/BranchCode.d.ts +4 -0
  133. package/dist/constants/BranchCode.js +42 -0
  134. package/dist/constants/Branches.d.ts +2 -0
  135. package/dist/constants/Branches.js +42 -0
  136. package/dist/handlers/postTransformIdFrontImage.d.ts +3 -0
  137. package/dist/handlers/postTransformIdFrontImage.js +67 -0
  138. package/dist/handlers/postTransformSelfieImage.d.ts +3 -0
  139. package/dist/handlers/postTransformSelfieImage.js +71 -0
  140. package/dist/handlers.d.ts +43 -0
  141. package/dist/handlers.js +297 -0
  142. package/dist/icons/BellRingIcon.d.ts +2 -0
  143. package/dist/icons/BellRingIcon.js +4 -0
  144. package/dist/services/queries.js +2674 -2674
  145. package/dist/styles/theme.css +719 -716
  146. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +4 -0
  147. package/dist/third-parties/FacebookPixel/FacebookPixel.js +4 -0
  148. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  149. package/dist/third-parties/FacebookPixel/api.js +1 -0
  150. package/dist/third-parties/FacebookPixel/index.d.ts +1 -0
  151. package/dist/third-parties/FacebookPixel/index.js +1 -0
  152. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +4 -0
  153. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +4 -0
  154. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  155. package/dist/third-parties/GoogleRecaptcha/api.js +1 -0
  156. package/dist/third-parties/GoogleRecaptcha/index.d.ts +1 -0
  157. package/dist/third-parties/GoogleRecaptcha/index.js +1 -0
  158. package/dist/third-parties/index.d.ts +2 -0
  159. package/dist/third-parties/index.js +2 -0
  160. package/dist/ui/Carousel/Carousel.d.ts +45 -45
  161. package/dist/ui/Carousel/carousel.recipe.d.ts +5 -5
  162. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  163. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  164. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  165. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  166. package/dist/ui/Menu/Menu.d.ts +90 -90
  167. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  168. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  169. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  170. package/dist/ui/Progress/progress.recipe.js +1 -1
  171. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  172. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  173. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  174. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  175. package/dist/ui/Select/Select.d.ts +45 -45
  176. package/dist/ui/Select/select.recipe.d.ts +3 -3
  177. package/dist/ui/Table/Table.d.ts +21 -21
  178. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  179. package/dist/ui/Table/table.recipe.d.ts +3 -3
  180. package/dist/utils/dataUrlToBlob.d.ts +1 -0
  181. package/dist/utils/dataUrlToBlob.js +11 -0
  182. package/dist/utils/gamesAvailable3pmTo3am.d.ts +1 -0
  183. package/dist/utils/gamesAvailable3pmTo3am.js +1 -0
  184. package/dist/utils/getGameName.d.ts +1 -0
  185. package/dist/utils/getGameName.js +6 -0
  186. package/dist/utils/isBetween3amAnd3pm.d.ts +1 -0
  187. package/dist/utils/isBetween3amAnd3pm.js +5 -0
  188. package/dist/utils/resizeImageSize.d.ts +2 -0
  189. package/dist/utils/resizeImageSize.js +11 -0
  190. package/package.json +161 -161
  191. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +0 -7
  192. package/dist/components/AccountInfo/GoogleDisconnect.js +0 -11
  193. package/dist/icons/LinkBrokenIcon.d.ts +0 -2
  194. package/dist/icons/LinkBrokenIcon.js +0 -4
@@ -1,716 +1,719 @@
1
- @plugin '@tailwindcss/typography';
2
- @plugin 'tailwind-zag';
3
-
4
- @layer base {
5
- html {
6
- @apply scheme-light dark:scheme-dark scroll-smooth;
7
- }
8
-
9
- body {
10
- @apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
11
- }
12
-
13
- button {
14
- cursor: pointer;
15
- }
16
-
17
- button:disabled,
18
- button[data-disabled] {
19
- cursor: not-allowed;
20
- }
21
-
22
- input,
23
- input::-webkit-inner-spin-button,
24
- input::-webkit-outer-spin-button {
25
- appearance: none;
26
- -webkit-appearance: none;
27
- }
28
-
29
- input::-ms-reveal,
30
- input::-ms-clear,
31
- input::-webkit-credentials-auto-fill-button,
32
- input::-webkit-contacts-auto-fill-button,
33
- input::-webkit-clear-button,
34
- input::-webkit-search-clear-button,
35
- input::-webkit-search-cancel-button,
36
- input::-webkit-search-decoration,
37
- input::-webkit-search-results-button,
38
- input::-webkit-search-results-decoration {
39
- display: none;
40
- }
41
-
42
- .grecaptcha-badge {
43
- visibility: hidden !important;
44
- }
45
-
46
- @media screen and (min-width: 0px) and (orientation: portrait) {
47
- :root {
48
- --root-fs: 14px;
49
- }
50
- }
51
-
52
- @media screen and (min-width: 400px) and (orientation: portrait) {
53
- :root {
54
- --root-fs: 16px;
55
- }
56
- }
57
-
58
- @media screen and (min-width: 450px) and (orientation: portrait) {
59
- :root {
60
- --root-fs: 18px;
61
- }
62
- }
63
-
64
- @media screen and (min-width: 500px) and (orientation: portrait) {
65
- :root {
66
- --root-fs: 20px;
67
- }
68
- }
69
-
70
- @media screen and (min-width: 550px) and (orientation: portrait) {
71
- :root {
72
- --root-fs: 22px;
73
- }
74
- }
75
-
76
- @media screen and (min-width: 600px) and (orientation: portrait) {
77
- :root {
78
- --root-fs: 24px;
79
- }
80
- }
81
-
82
- @media screen and (min-width: 650px) and (orientation: portrait) {
83
- :root {
84
- --root-fs: 26px;
85
- }
86
- }
87
-
88
- @media screen and (min-width: 700px) and (orientation: portrait) {
89
- :root {
90
- --root-fs: 28px;
91
- }
92
- }
93
-
94
- @media screen and (min-width: 750px) and (orientation: portrait) {
95
- :root {
96
- --root-fs: 30px;
97
- }
98
- }
99
-
100
- @media screen and (min-width: 800px) and (orientation: portrait) {
101
- :root {
102
- --root-fs: 28px;
103
- }
104
- }
105
-
106
- @media screen and (min-width: 850px) and (orientation: portrait) {
107
- :root {
108
- --root-fs: 30px;
109
- }
110
- }
111
-
112
- @media screen and (min-width: 900px) and (orientation: portrait) {
113
- :root {
114
- --root-fs: 32px;
115
- }
116
- }
117
-
118
- @media screen and (min-width: 950px) and (orientation: portrait) {
119
- :root {
120
- --root-fs: 34px;
121
- }
122
- }
123
-
124
- @media screen and (min-width: 1000px) and (orientation: portrait) {
125
- :root {
126
- --root-fs: 36px;
127
- }
128
- }
129
-
130
- @media screen and (min-width: 1024px) and (orientation: portrait) {
131
- :root {
132
- --root-fs: 16px;
133
- }
134
- }
135
-
136
- html {
137
- font-size: var(--root-fs, 16px);
138
- }
139
- }
140
-
141
- @theme {
142
- --color-*: initial;
143
-
144
- --color-black: #000000;
145
- --color-white: #ffffff;
146
- --color-unset: unset;
147
- --color-inherit: inherit;
148
- --color-current: currentColor;
149
- --color-transparent: transparent;
150
-
151
- --color-utility-brand-50: #542c0d;
152
- --color-utility-brand-200: #854a0e;
153
- --color-utility-brand-500: #eaaa08;
154
- --color-utility-brand-600: #fac515;
155
- --color-utility-brand-700: #fde272;
156
- --color-utility-success-50: #053321;
157
- --color-utility-success-100: #074d31;
158
- --color-utility-success-200: #085d3a;
159
- --color-utility-success-500: #17b26a;
160
- --color-utility-success-700: #75e0a7;
161
- --color-utility-blue-50: #102a56;
162
- --color-utility-blue-200: #1849a9;
163
- --color-utility-blue-500: #2e90fa;
164
- --color-utility-blue-700: #84caff;
165
- --color-utility-error-50: #55160c;
166
- --color-utility-error-200: #912018;
167
- --color-utility-error-500: #f04438;
168
- --color-utility-error-700: #fda29b;
169
- --color-utility-warning-50: #4e1d09;
170
- --color-utility-warning-200: #93370d;
171
- --color-utility-warning-500: #f79009;
172
- --color-utility-warning-700: #fec84b;
173
- --color-utility-gray-50: #13161b;
174
- --color-utility-gray-100: #22262f;
175
- --color-utility-gray-200: #373a41;
176
- --color-utility-gray-700: #cecfd2;
177
-
178
- --color-brand-300: #fde272;
179
- --color-brand-400: #fac515;
180
- --color-brand-500: #eaaa08;
181
- --color-brand-700: #d5b86f;
182
- --color-brand-800: #22262f;
183
- --color-brand-950: #542c0d;
184
- --color-gray-300: #d0d5dd;
185
- --color-gray-800: #22262f;
186
- --color-error-200: #fecdca;
187
- --color-error-400: #f97066;
188
- --color-error-600: #d92d20;
189
- --color-error-700: #b42318;
190
- --color-yellow-400: #fac515;
191
- --color-yellow-700: #a15c07;
192
- --color-success-200: #abefc6;
193
- --color-success-400: #47cd89;
194
- --color-success-700: #067647;
195
- --color-success-800: #085d3a;
196
- --color-cyan-950: #0d2d3a;
197
- --color-blue-dark-700: #004eeb;
198
-
199
- --color-button-primary-bg: #fac515;
200
- --color-button-primary-fg: #542c0d;
201
- --color-button-primary-border: #fac515;
202
- --color-button-secondary-bg: #13161b;
203
- --color-button-secondary-fg: #fac515;
204
- --color-button-secondary-border: #fac515;
205
- --color-button-tertiary-fg: #fac515;
206
- --color-button-tertiary-error-fg: #fda29b;
207
-
208
- --color-bg-brand-dark-solid: #351e13;
209
- --color-bg-brand-solid: #ca8504;
210
- --color-bg-primary: #0c0e12;
211
- --color-bg-primary-900: #0c0e12;
212
- --color-bg-primary-hover: #22262f;
213
- --color-bg-primary-alt: #13161b;
214
- --color-bg-brand-secondary: #ca8504;
215
- --color-bg-brand-secondary-alt: #22262f;
216
- --color-bg-secondary: #13161b;
217
- --color-bg-secondary-alt: #0c0e12;
218
- --color-bg-tertiary: #22262f;
219
- --color-bg-quaternary: #373a41;
220
- --color-bg-active: #22262f;
221
- --color-bg-disabled: #1f242f;
222
- --color-bg-disabled-subtle: #13161b;
223
- --color-bg-success-secondary: #079455;
224
- --color-bg-overlay: #22262f;
225
- --color-bg-error-secondary: #d92d20;
226
- --color-bg-warning-secondary: #dc6803;
227
- --color-bg-dark: #202020;
228
-
229
-
230
- --color-jackpot-rays-primary: var(--color-bg-tertiary);
231
- --color-jackpot-rays-secondary: var(--color-bg-quaternary);
232
- --color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
233
- --color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
234
-
235
-
236
- --color-text-brand: #feee95;
237
- --color-text-brand-700: #a15c07;
238
- --color-text-brand-primary-600: #eaaa08;
239
- --color-text-primary-900: #f5f5f6;
240
- --color-text-primary-brand: #f5f5f6;
241
- --color-text-primary-success: #17b26a;
242
- --color-text-secondary-700: #cecfd2;
243
- --color-text-tertiary-600: #94969c;
244
- --color-text-tertiary-hover: #cecfd2;
245
- --color-text-quarterary-brand: #94969c;
246
- --color-text-quarterary-500: #94969c;
247
- --color-text-senary-300: #61646c;
248
- --color-text-quinary: #85888e;
249
- --color-text-disabled: #85888e;
250
- --color-text-disabled-subtle: #d0d5dd;
251
- --color-text-placeholder: #85888e;
252
- --color-text-placeholder-subtle: #373a41;
253
- --color-text-nav-item-button-icon: #94969c;
254
- --color-text-nav-item-button-icon-active: #ececed;
255
- --color-text-success-primary: #17b26a;
256
- --color-text-success-primary-600: #47cd89;
257
- --color-text-warning-primary: #f79009;
258
- --color-text-warning-primary-600: #fdb022;
259
- --color-text-error-primary: #f04438;
260
- --color-text-featured-icon-light-success: #abefc6;
261
- --color-text-featured-icon-light-error: #fecdca;
262
- --color-text-featured-icon-light-warning: #fedf89;
263
- --color-dark-text: #cccccc;
264
-
265
- --color-border-primary: #373a41;
266
- --color-border-secondary: #22262f;
267
- --color-border-disabled: #373a41;
268
- --color-border-disabled-subtle: #22262f;
269
- --color-border-brand: #fac515;
270
- --color-border-brand-dark: #6b4328;
271
- --color-border-brand-solid: #ca8504;
272
- --color-border-dark: #373A41;
273
-
274
- --color-border-checkbox-primary: #373a41;
275
-
276
- --font-sans: var(--font-sans);
277
- --font-mono: var(--font-mono);
278
-
279
- --text-2xs: 0.625rem;
280
- --text-2xs--line-height: 1.125rem;
281
- --text-3xs: 0.5rem;
282
- --text-3xs--line-height: 0.75rem;
283
-
284
- --spacing-4\.5: 1.125rem;
285
- --spacing-5\.5: 1.375rem;
286
- --spacing-6\.5: 1.625rem;
287
- --spacing-7\.5: 1.875rem;
288
- --spacing-8\.5: 2.25rem;
289
- --spacing-9\.5: 2.375rem;
290
- --spacing-13: 3.25rem;
291
- --spacing-18: 4.5rem;
292
- --spacing-xxs: 0.125rem;
293
- --spacing-xs: 0.25rem;
294
- --spacing-sm: 0.375rem;
295
- --spacing-md: 0.5rem;
296
- --spacing-lg: 0.75rem;
297
- --spacing-xl: 1rem;
298
- --spacing-2xl: 1.25rem;
299
- --spacing-3xl: 1.5rem;
300
- --spacing-4xl: 2rem;
301
- --spacing-5xl: 2.5rem;
302
- --spacing-6xl: 3rem;
303
- --spacing-7xl: 4rem;
304
- --spacing-8xl: 5rem;
305
-
306
- --radius-xs: 0.25rem;
307
- --radius-sm: 0.375rem;
308
- --radius-md: 0.5rem;
309
- --radius-lg: 0.625rem;
310
- --radius-xl: 0.75rem;
311
- --radius-2xl: 1rem;
312
-
313
- --shadow-*: initial;
314
- --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
315
- --shadow-sm:
316
- 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
317
- 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
318
- --shadow-md:
319
- 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
320
- 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
321
- --shadow-lg:
322
- 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
323
- 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
324
- --shadow-xl:
325
- 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
326
- 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
327
- --shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
328
- --shadow-brand-xs:
329
- 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
330
- 0px 0px 0px 4px rgba(250, 197, 21, 0.5);
331
- --shadow-none: 0 0 #0000;
332
-
333
- --z-dropdown: 1000;
334
- --z-sticky: 1100;
335
- --z-banner: 1200;
336
- --z-backdrop: 1300;
337
- --z-drawer: 1400;
338
- --z-dialog: 1500;
339
- --z-popover: 1600;
340
- --z-toast: 1700;
341
- --z-tooltip: 1800;
342
-
343
- --animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
344
- --animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
345
- --animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
346
- --animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
347
- --animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
348
- --animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
349
- --animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
350
- --animate-alertdialog-out: alertdialog-out 250ms
351
- cubic-bezier(0.3, 0, 0.8, 0.15);
352
- --animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
353
- --animate-drawer-out-left: drawer-out-left 250ms
354
- cubic-bezier(0.3, 0, 0.8, 0.15);
355
- --animate-drawer-in-right: drawer-in-right 400ms
356
- cubic-bezier(0.05, 0.7, 0.1, 1);
357
- --animate-drawer-out-right: drawer-out-right 250ms
358
- cubic-bezier(0.3, 0, 0.8, 0.15);
359
- --animate-popover-in-bottom: popover-in-bottom 400ms
360
- cubic-bezier(0.05, 0.7, 0.1, 1);
361
- --animate-popover-out-bottom: popover-out-bottom 250ms
362
- cubic-bezier(0.3, 0, 0.8, 0.15);
363
- --animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
364
- --animate-popover-out-top: popover-out-top 250ms
365
- cubic-bezier(0.3, 0, 0.8, 0.15);
366
- --animate-popover-in-left: popover-in-left 400ms
367
- cubic-bezier(0.05, 0.7, 0.1, 1);
368
- --animate-popover-out-left: popover-out-left 250ms
369
- cubic-bezier(0.3, 0, 0.8, 0.15);
370
- --animate-popover-in-right: popover-in-right 400ms
371
- cubic-bezier(0.05, 0.7, 0.1, 1);
372
- --animate-popover-out-right: popover-out-right 250ms
373
- cubic-bezier(0.3, 0, 0.8, 0.15);
374
- --animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
375
- --animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
376
- --animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
377
- --animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
378
- --animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
379
- --animate-slide-out-right: slide-out-right 250ms
380
- cubic-bezier(0.3, 0, 0.8, 0.15);
381
- --animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
382
- --animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
383
- --animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
384
- --animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
385
- --animate-marquee: marquee 10s linear infinite forwards;
386
-
387
- @keyframes fade-in {
388
- from {
389
- opacity: 0;
390
- }
391
- to {
392
- opacity: 1;
393
- }
394
- }
395
-
396
- @keyframes fade-out {
397
- from {
398
- opacity: 1;
399
- }
400
- to {
401
- opacity: 0;
402
- }
403
- }
404
-
405
- @keyframes dialog-in {
406
- from {
407
- opacity: 0;
408
- transform: scale(0.8);
409
- }
410
- to {
411
- opacity: 1;
412
- transform: scale(1);
413
- }
414
- }
415
-
416
- @keyframes dialog-out {
417
- from {
418
- opacity: 1;
419
- transform: scale(1);
420
- }
421
- to {
422
- opacity: 0;
423
- transform: scale(0.8);
424
- }
425
- }
426
-
427
- @keyframes alertdialog-in {
428
- from {
429
- opacity: 0;
430
- transform: translateY(4rem);
431
- }
432
- to {
433
- opacity: 1;
434
- transform: translateY(0);
435
- }
436
- }
437
-
438
- @keyframes alertdialog-out {
439
- from {
440
- opacity: 1;
441
- transform: translateY(0);
442
- }
443
- to {
444
- opacity: 0;
445
- transform: translateY(4rem);
446
- }
447
- }
448
-
449
- @keyframes drawer-in-left {
450
- from {
451
- transform: translateX(-100%);
452
- }
453
- to {
454
- transform: translateX(0);
455
- }
456
- }
457
-
458
- @keyframes drawer-out-left {
459
- from {
460
- transform: translateX(0);
461
- }
462
- to {
463
- transform: translateX(-100%);
464
- }
465
- }
466
-
467
- @keyframes drawer-in-right {
468
- from {
469
- transform: translateX(100%);
470
- }
471
- to {
472
- transform: translateX(0);
473
- }
474
- }
475
-
476
- @keyframes drawer-out-right {
477
- from {
478
- transform: translateX(0);
479
- }
480
- to {
481
- transform: translateX(100%);
482
- }
483
- }
484
-
485
- @keyframes popover-in-bottom {
486
- from {
487
- opacity: 0.25;
488
- transform: translateY(0.5rem);
489
- }
490
- to {
491
- opacity: 1;
492
- transform: translateY(0);
493
- }
494
- }
495
-
496
- @keyframes popover-out-bottom {
497
- from {
498
- opacity: 1;
499
- transform: translateY(0);
500
- }
501
- to {
502
- opacity: 0.25;
503
- transform: translateY(0.5rem);
504
- }
505
- }
506
-
507
- @keyframes popover-in-top {
508
- from {
509
- opacity: 0.25;
510
- transform: translateY(-0.5rem);
511
- }
512
- to {
513
- opacity: 1;
514
- transform: translateY(0);
515
- }
516
- }
517
-
518
- @keyframes popover-out-top {
519
- from {
520
- opacity: 1;
521
- transform: translateY(0);
522
- }
523
- to {
524
- opacity: 0.25;
525
- transform: translateY(-0.5rem);
526
- }
527
- }
528
-
529
- @keyframes popover-in-left {
530
- from {
531
- opacity: 0.25;
532
- transform: translateX(-0.5rem);
533
- }
534
- to {
535
- opacity: 1;
536
- transform: translateX(0);
537
- }
538
- }
539
-
540
- @keyframes popover-out-left {
541
- from {
542
- opacity: 1;
543
- transform: translateX(0);
544
- }
545
- to {
546
- opacity: 0.25;
547
- transform: translateX(-0.5rem);
548
- }
549
- }
550
-
551
- @keyframes popover-in-right {
552
- from {
553
- opacity: 0.25;
554
- transform: translateX(0.5rem);
555
- }
556
- to {
557
- opacity: 1;
558
- transform: translateX(0);
559
- }
560
- }
561
-
562
- @keyframes popover-out-right {
563
- from {
564
- opacity: 1;
565
- transform: translateX(0);
566
- }
567
- to {
568
- opacity: 0.25;
569
- transform: translateX(0.5rem);
570
- }
571
- }
572
-
573
- @keyframes collapse-in {
574
- from {
575
- height: 0;
576
- opacity: 5;
577
- }
578
- to {
579
- height: var(--height);
580
- opacity: 1;
581
- }
582
- }
583
-
584
- @keyframes collapse-out {
585
- from {
586
- height: var(--height);
587
- opacity: 1;
588
- }
589
- to {
590
- height: 0;
591
- opacity: 5;
592
- }
593
- }
594
-
595
- @keyframes slide-in-left {
596
- from {
597
- transform: translateX(-100%);
598
- }
599
- to {
600
- transform: translateX(0);
601
- }
602
- }
603
-
604
- @keyframes slide-out-left {
605
- from {
606
- transform: translateX(0);
607
- }
608
- to {
609
- transform: translateX(-100%);
610
- }
611
- }
612
-
613
- @keyframes slide-in-right {
614
- from {
615
- transform: translateX(100%);
616
- }
617
- to {
618
- transform: translateX(0);
619
- }
620
- }
621
-
622
- @keyframes slide-out-right {
623
- from {
624
- transform: translateX(0);
625
- }
626
- to {
627
- transform: translateX(100%);
628
- }
629
- }
630
-
631
- @keyframes slide-in-down {
632
- from {
633
- transform: translateY(-100%);
634
- }
635
- to {
636
- transform: translateY(0);
637
- }
638
- }
639
-
640
- @keyframes slide-out-down {
641
- from {
642
- transform: translateY(0);
643
- }
644
- to {
645
- transform: translateY(-100%);
646
- }
647
- }
648
-
649
- @keyframes scale-in {
650
- from {
651
- transform: scale(0.85);
652
- opacity: 0;
653
- }
654
- to {
655
- transform: scale(1);
656
- opacity: 1;
657
- }
658
- }
659
-
660
- @keyframes scale-out {
661
- from {
662
- transform: scale(1);
663
- opacity: 1;
664
- }
665
- to {
666
- transform: scale(0.85);
667
- opacity: 0;
668
- }
669
- }
670
-
671
- @keyframes marquee {
672
- to {
673
- transform: translateX(-100%);
674
- }
675
- }
676
- }
677
-
678
- @utility z-* {
679
- z-index: --value(--z-\*, integer);
680
- }
681
-
682
- @utility arrow-bg-* {
683
- --arrow-background: --value(--color-\*, [color]);
684
- }
685
-
686
- @utility arrow-size-* {
687
- --arrow-size: calc(var(--spacing) * --value(integer));
688
- --arrow-size: --value([\*]);
689
- }
690
-
691
- @utility bleed {
692
- position: relative;
693
- width: 100dvw;
694
- left: 50%;
695
- right: 50%;
696
- margin-left: -50dvw;
697
- margin-right: -50dvw;
698
- }
699
-
700
- @utility not-bleed {
701
- position: relative;
702
- width: auto;
703
- left: auto;
704
- right: auto;
705
- margin-left: 0;
706
- margin-right: 0;
707
- }
708
-
709
- @custom-variant icon (& svg);
710
- @custom-variant tr (& tr);
711
- @custom-variant td (& td);
712
- @custom-variant th (& th);
713
- @custom-variant scrollbar (&::-webkit-scrollbar);
714
- @custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
715
- @custom-variant scrollbar-track (&::-webkit-scrollbar-track);
716
- @custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));
1
+ @plugin '@tailwindcss/typography';
2
+ @plugin 'tailwind-zag';
3
+
4
+ @layer base {
5
+ html {
6
+ @apply scheme-light dark:scheme-dark scroll-smooth;
7
+ }
8
+
9
+ body {
10
+ @apply bg-bg-primary text-text-primary-900 min-h-screen overflow-x-hidden scroll-smooth font-sans;
11
+ }
12
+
13
+ button {
14
+ cursor: pointer;
15
+ }
16
+
17
+ button:disabled,
18
+ button[data-disabled] {
19
+ cursor: not-allowed;
20
+ }
21
+
22
+ input,
23
+ input::-webkit-inner-spin-button,
24
+ input::-webkit-outer-spin-button {
25
+ appearance: none;
26
+ -webkit-appearance: none;
27
+ }
28
+
29
+ input::-ms-reveal,
30
+ input::-ms-clear,
31
+ input::-webkit-credentials-auto-fill-button,
32
+ input::-webkit-contacts-auto-fill-button,
33
+ input::-webkit-clear-button,
34
+ input::-webkit-search-clear-button,
35
+ input::-webkit-search-cancel-button,
36
+ input::-webkit-search-decoration,
37
+ input::-webkit-search-results-button,
38
+ input::-webkit-search-results-decoration {
39
+ display: none;
40
+ }
41
+
42
+ .grecaptcha-badge {
43
+ visibility: hidden !important;
44
+ }
45
+
46
+ @media screen and (min-width: 0px) and (orientation: portrait) {
47
+ :root {
48
+ --root-fs: 14px;
49
+ }
50
+ }
51
+
52
+ @media screen and (min-width: 400px) and (orientation: portrait) {
53
+ :root {
54
+ --root-fs: 16px;
55
+ }
56
+ }
57
+
58
+ @media screen and (min-width: 450px) and (orientation: portrait) {
59
+ :root {
60
+ --root-fs: 18px;
61
+ }
62
+ }
63
+
64
+ @media screen and (min-width: 500px) and (orientation: portrait) {
65
+ :root {
66
+ --root-fs: 20px;
67
+ }
68
+ }
69
+
70
+ @media screen and (min-width: 550px) and (orientation: portrait) {
71
+ :root {
72
+ --root-fs: 22px;
73
+ }
74
+ }
75
+
76
+ @media screen and (min-width: 600px) and (orientation: portrait) {
77
+ :root {
78
+ --root-fs: 24px;
79
+ }
80
+ }
81
+
82
+ @media screen and (min-width: 650px) and (orientation: portrait) {
83
+ :root {
84
+ --root-fs: 26px;
85
+ }
86
+ }
87
+
88
+ @media screen and (min-width: 700px) and (orientation: portrait) {
89
+ :root {
90
+ --root-fs: 28px;
91
+ }
92
+ }
93
+
94
+ @media screen and (min-width: 750px) and (orientation: portrait) {
95
+ :root {
96
+ --root-fs: 30px;
97
+ }
98
+ }
99
+
100
+ @media screen and (min-width: 800px) and (orientation: portrait) {
101
+ :root {
102
+ --root-fs: 28px;
103
+ }
104
+ }
105
+
106
+ @media screen and (min-width: 850px) and (orientation: portrait) {
107
+ :root {
108
+ --root-fs: 30px;
109
+ }
110
+ }
111
+
112
+ @media screen and (min-width: 900px) and (orientation: portrait) {
113
+ :root {
114
+ --root-fs: 32px;
115
+ }
116
+ }
117
+
118
+ @media screen and (min-width: 950px) and (orientation: portrait) {
119
+ :root {
120
+ --root-fs: 34px;
121
+ }
122
+ }
123
+
124
+ @media screen and (min-width: 1000px) and (orientation: portrait) {
125
+ :root {
126
+ --root-fs: 36px;
127
+ }
128
+ }
129
+
130
+ @media screen and (min-width: 1024px) and (orientation: portrait) {
131
+ :root {
132
+ --root-fs: 16px;
133
+ }
134
+ }
135
+
136
+ html {
137
+ font-size: var(--root-fs, 16px);
138
+ }
139
+ }
140
+
141
+ @theme {
142
+ --color-*: initial;
143
+
144
+ --color-black: #000000;
145
+ --color-white: #ffffff;
146
+ --color-unset: unset;
147
+ --color-inherit: inherit;
148
+ --color-current: currentColor;
149
+ --color-transparent: transparent;
150
+
151
+ --color-utility-brand-50: #542c0d;
152
+ --color-utility-brand-200: #854a0e;
153
+ --color-utility-brand-500: #eaaa08;
154
+ --color-utility-brand-600: #fac515;
155
+ --color-utility-brand-700: #fde272;
156
+ --color-utility-success-50: #053321;
157
+ --color-utility-success-100: #074d31;
158
+ --color-utility-success-200: #085d3a;
159
+ --color-utility-success-500: #17b26a;
160
+ --color-utility-success-700: #75e0a7;
161
+ --color-utility-blue-50: #102a56;
162
+ --color-utility-blue-200: #1849a9;
163
+ --color-utility-blue-500: #2e90fa;
164
+ --color-utility-blue-700: #84caff;
165
+ --color-utility-error-50: #55160c;
166
+ --color-utility-error-200: #912018;
167
+ --color-utility-error-500: #f04438;
168
+ --color-utility-error-700: #fda29b;
169
+ --color-utility-warning-50: #4e1d09;
170
+ --color-utility-warning-200: #93370d;
171
+ --color-utility-warning-500: #f79009;
172
+ --color-utility-warning-700: #fec84b;
173
+ --color-utility-gray-50: #13161b;
174
+ --color-utility-gray-100: #22262f;
175
+ --color-utility-gray-200: #373a41;
176
+ --color-utility-gray-700: #cecfd2;
177
+
178
+ --color-brand-300: #fde272;
179
+ --color-brand-400: #fac515;
180
+ --color-brand-500: #eaaa08;
181
+ --color-brand-700: #d5b86f;
182
+ --color-brand-800: #22262f;
183
+ --color-brand-950: #542c0d;
184
+ --color-gray-300: #d0d5dd;
185
+ --color-gray-800: #22262f;
186
+ --color-error-200: #fecdca;
187
+ --color-error-400: #f97066;
188
+ --color-error-600: #d92d20;
189
+ --color-error-700: #b42318;
190
+ --color-yellow-400: #fac515;
191
+ --color-yellow-700: #a15c07;
192
+ --color-success-200: #abefc6;
193
+ --color-success-400: #47cd89;
194
+ --color-success-700: #067647;
195
+ --color-success-800: #085d3a;
196
+ --color-cyan-950: #0d2d3a;
197
+ --color-blue-dark-700: #004eeb;
198
+
199
+ --color-button-primary-bg: #fac515;
200
+ --color-button-primary-fg: #542c0d;
201
+ --color-button-primary-border: #fac515;
202
+ --color-button-secondary-bg: #13161b;
203
+ --color-button-secondary-fg: #fac515;
204
+ --color-button-secondary-border: #fac515;
205
+ --color-button-tertiary-fg: #fac515;
206
+ --color-button-tertiary-error-fg: #fda29b;
207
+
208
+ --color-bg-brand-dark-solid: #351e13;
209
+ --color-bg-brand-solid: #ca8504;
210
+ --color-bg-primary: #0c0e12;
211
+ --color-bg-primary-900: #0c0e12;
212
+ --color-bg-primary-hover: #22262f;
213
+ --color-bg-primary-alt: #13161b;
214
+ --color-bg-brand-secondary: #ca8504;
215
+ --color-bg-brand-secondary-alt: #22262f;
216
+ --color-bg-secondary: #13161b;
217
+ --color-bg-secondary-alt: #0c0e12;
218
+ --color-bg-tertiary: #22262f;
219
+ --color-bg-quaternary: #373a41;
220
+ --color-bg-active: #22262f;
221
+ --color-bg-disabled: #1f242f;
222
+ --color-bg-disabled-subtle: #13161b;
223
+ --color-bg-success-secondary: #079455;
224
+ --color-bg-overlay: #22262f;
225
+ --color-bg-error-secondary: #d92d20;
226
+ --color-bg-warning-secondary: #dc6803;
227
+ --color-bg-dark: #202020;
228
+
229
+
230
+ --color-jackpot-rays-primary: var(--color-bg-tertiary);
231
+ --color-jackpot-rays-secondary: var(--color-bg-quaternary);
232
+ --color-jackpot-table-scrollbar-track: var(--color-bg-primary-alt);
233
+ --color-jackpot-table-scrollbar-thumb: var(--color-bg-quaternary);
234
+
235
+
236
+ --color-text-brand: #feee95;
237
+ --color-text-brand-700: #a15c07;
238
+ --color-text-brand-primary-600: #eaaa08;
239
+ --color-text-primary-900: #f5f5f6;
240
+ --color-text-primary-brand: #f5f5f6;
241
+ --color-text-primary-success: #17b26a;
242
+ --color-text-secondary-700: #cecfd2;
243
+ --color-text-tertiary-600: #94969c;
244
+ --color-text-tertiary-hover: #cecfd2;
245
+ --color-text-quarterary-brand: #94969c;
246
+ --color-text-quarterary-500: #94969c;
247
+ --color-text-senary-300: #61646c;
248
+ --color-text-quinary: #85888e;
249
+ --color-text-disabled: #85888e;
250
+ --color-text-disabled-subtle: #d0d5dd;
251
+ --color-text-placeholder: #85888e;
252
+ --color-text-placeholder-subtle: #373a41;
253
+ --color-text-nav-item-button-icon: #94969c;
254
+ --color-text-nav-item-button-icon-active: #ececed;
255
+ --color-text-success-primary: #17b26a;
256
+ --color-text-success-primary-600: #47cd89;
257
+ --color-text-warning-primary: #f79009;
258
+ --color-text-warning-primary-600: #fdb022;
259
+ --color-text-error-primary: #f04438;
260
+ --color-text-featured-icon-light-success: #abefc6;
261
+ --color-text-featured-icon-light-error: #fecdca;
262
+ --color-text-featured-icon-light-warning: #fedf89;
263
+ --color-dark-text: #cccccc;
264
+
265
+ --color-border-primary: #373a41;
266
+ --color-border-secondary: #22262f;
267
+ --color-border-disabled: #373a41;
268
+ --color-border-disabled-subtle: #22262f;
269
+ --color-border-brand: #fac515;
270
+ --color-border-brand-dark: #6b4328;
271
+ --color-border-brand-solid: #ca8504;
272
+ --color-border-dark: #373A41;
273
+
274
+
275
+ --color-border-checkbox-primary: #373a41;
276
+ --color-bg-progress-bar-primary: var(--color-bg-primary);
277
+
278
+
279
+ --font-sans: var(--font-sans);
280
+ --font-mono: var(--font-mono);
281
+
282
+ --text-2xs: 0.625rem;
283
+ --text-2xs--line-height: 1.125rem;
284
+ --text-3xs: 0.5rem;
285
+ --text-3xs--line-height: 0.75rem;
286
+
287
+ --spacing-4\.5: 1.125rem;
288
+ --spacing-5\.5: 1.375rem;
289
+ --spacing-6\.5: 1.625rem;
290
+ --spacing-7\.5: 1.875rem;
291
+ --spacing-8\.5: 2.25rem;
292
+ --spacing-9\.5: 2.375rem;
293
+ --spacing-13: 3.25rem;
294
+ --spacing-18: 4.5rem;
295
+ --spacing-xxs: 0.125rem;
296
+ --spacing-xs: 0.25rem;
297
+ --spacing-sm: 0.375rem;
298
+ --spacing-md: 0.5rem;
299
+ --spacing-lg: 0.75rem;
300
+ --spacing-xl: 1rem;
301
+ --spacing-2xl: 1.25rem;
302
+ --spacing-3xl: 1.5rem;
303
+ --spacing-4xl: 2rem;
304
+ --spacing-5xl: 2.5rem;
305
+ --spacing-6xl: 3rem;
306
+ --spacing-7xl: 4rem;
307
+ --spacing-8xl: 5rem;
308
+
309
+ --radius-xs: 0.25rem;
310
+ --radius-sm: 0.375rem;
311
+ --radius-md: 0.5rem;
312
+ --radius-lg: 0.625rem;
313
+ --radius-xl: 0.75rem;
314
+ --radius-2xl: 1rem;
315
+
316
+ --shadow-*: initial;
317
+ --shadow-xs: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
318
+ --shadow-sm:
319
+ 0px 1px 2px 0px rgba(16, 24, 40, 0.06),
320
+ 0px 1px 3px 0px rgba(16, 24, 40, 0.1);
321
+ --shadow-md:
322
+ 0px 2px 4px -2px rgba(16, 24, 40, 0.06),
323
+ 0px 4px 8px -2px rgba(16, 24, 40, 0.1);
324
+ --shadow-lg:
325
+ 0px 12px 16px -4px rgba(16, 24, 40, 0.08),
326
+ 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
327
+ --shadow-xl:
328
+ 0px 20px 24px -4px rgba(16, 24, 40, 0.08),
329
+ 0px 8px 8px -4px rgba(16, 24, 40, 0.03);
330
+ --shadow-brand: 0px 0px 0px 4px rgba(250, 197, 21, 0.24);
331
+ --shadow-brand-xs:
332
+ 0px 1px 2px 0px rgba(16, 24, 40, 0.05),
333
+ 0px 0px 0px 4px rgba(250, 197, 21, 0.5);
334
+ --shadow-none: 0 0 #0000;
335
+
336
+ --z-dropdown: 1000;
337
+ --z-sticky: 1100;
338
+ --z-banner: 1200;
339
+ --z-backdrop: 1300;
340
+ --z-drawer: 1400;
341
+ --z-dialog: 1500;
342
+ --z-popover: 1600;
343
+ --z-toast: 1700;
344
+ --z-tooltip: 1800;
345
+
346
+ --animate-fade-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
347
+ --animate-fade-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
348
+ --animate-backdrop-in: fade-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
349
+ --animate-backdrop-out: fade-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
350
+ --animate-dialog-in: dialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
351
+ --animate-dialog-out: dialog-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
352
+ --animate-alertdialog-in: alertdialog-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
353
+ --animate-alertdialog-out: alertdialog-out 250ms
354
+ cubic-bezier(0.3, 0, 0.8, 0.15);
355
+ --animate-drawer-in-left: drawer-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
356
+ --animate-drawer-out-left: drawer-out-left 250ms
357
+ cubic-bezier(0.3, 0, 0.8, 0.15);
358
+ --animate-drawer-in-right: drawer-in-right 400ms
359
+ cubic-bezier(0.05, 0.7, 0.1, 1);
360
+ --animate-drawer-out-right: drawer-out-right 250ms
361
+ cubic-bezier(0.3, 0, 0.8, 0.15);
362
+ --animate-popover-in-bottom: popover-in-bottom 400ms
363
+ cubic-bezier(0.05, 0.7, 0.1, 1);
364
+ --animate-popover-out-bottom: popover-out-bottom 250ms
365
+ cubic-bezier(0.3, 0, 0.8, 0.15);
366
+ --animate-popover-in-top: popover-in-top 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
367
+ --animate-popover-out-top: popover-out-top 250ms
368
+ cubic-bezier(0.3, 0, 0.8, 0.15);
369
+ --animate-popover-in-left: popover-in-left 400ms
370
+ cubic-bezier(0.05, 0.7, 0.1, 1);
371
+ --animate-popover-out-left: popover-out-left 250ms
372
+ cubic-bezier(0.3, 0, 0.8, 0.15);
373
+ --animate-popover-in-right: popover-in-right 400ms
374
+ cubic-bezier(0.05, 0.7, 0.1, 1);
375
+ --animate-popover-out-right: popover-out-right 250ms
376
+ cubic-bezier(0.3, 0, 0.8, 0.15);
377
+ --animate-collapse-in: collapse-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
378
+ --animate-collapse-out: collapse-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
379
+ --animate-slide-in-left: slide-in-left 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
380
+ --animate-slide-out-left: slide-out-left 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
381
+ --animate-slide-in-right: slide-in-right 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
382
+ --animate-slide-out-right: slide-out-right 250ms
383
+ cubic-bezier(0.3, 0, 0.8, 0.15);
384
+ --animate-slide-in-down: slide-in-down 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
385
+ --animate-slide-out-down: slide-out-down 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
386
+ --animate-scale-in: scale-in 400ms cubic-bezier(0.05, 0.7, 0.1, 1);
387
+ --animate-scale-out: scale-out 250ms cubic-bezier(0.3, 0, 0.8, 0.15);
388
+ --animate-marquee: marquee 10s linear infinite forwards;
389
+
390
+ @keyframes fade-in {
391
+ from {
392
+ opacity: 0;
393
+ }
394
+ to {
395
+ opacity: 1;
396
+ }
397
+ }
398
+
399
+ @keyframes fade-out {
400
+ from {
401
+ opacity: 1;
402
+ }
403
+ to {
404
+ opacity: 0;
405
+ }
406
+ }
407
+
408
+ @keyframes dialog-in {
409
+ from {
410
+ opacity: 0;
411
+ transform: scale(0.8);
412
+ }
413
+ to {
414
+ opacity: 1;
415
+ transform: scale(1);
416
+ }
417
+ }
418
+
419
+ @keyframes dialog-out {
420
+ from {
421
+ opacity: 1;
422
+ transform: scale(1);
423
+ }
424
+ to {
425
+ opacity: 0;
426
+ transform: scale(0.8);
427
+ }
428
+ }
429
+
430
+ @keyframes alertdialog-in {
431
+ from {
432
+ opacity: 0;
433
+ transform: translateY(4rem);
434
+ }
435
+ to {
436
+ opacity: 1;
437
+ transform: translateY(0);
438
+ }
439
+ }
440
+
441
+ @keyframes alertdialog-out {
442
+ from {
443
+ opacity: 1;
444
+ transform: translateY(0);
445
+ }
446
+ to {
447
+ opacity: 0;
448
+ transform: translateY(4rem);
449
+ }
450
+ }
451
+
452
+ @keyframes drawer-in-left {
453
+ from {
454
+ transform: translateX(-100%);
455
+ }
456
+ to {
457
+ transform: translateX(0);
458
+ }
459
+ }
460
+
461
+ @keyframes drawer-out-left {
462
+ from {
463
+ transform: translateX(0);
464
+ }
465
+ to {
466
+ transform: translateX(-100%);
467
+ }
468
+ }
469
+
470
+ @keyframes drawer-in-right {
471
+ from {
472
+ transform: translateX(100%);
473
+ }
474
+ to {
475
+ transform: translateX(0);
476
+ }
477
+ }
478
+
479
+ @keyframes drawer-out-right {
480
+ from {
481
+ transform: translateX(0);
482
+ }
483
+ to {
484
+ transform: translateX(100%);
485
+ }
486
+ }
487
+
488
+ @keyframes popover-in-bottom {
489
+ from {
490
+ opacity: 0.25;
491
+ transform: translateY(0.5rem);
492
+ }
493
+ to {
494
+ opacity: 1;
495
+ transform: translateY(0);
496
+ }
497
+ }
498
+
499
+ @keyframes popover-out-bottom {
500
+ from {
501
+ opacity: 1;
502
+ transform: translateY(0);
503
+ }
504
+ to {
505
+ opacity: 0.25;
506
+ transform: translateY(0.5rem);
507
+ }
508
+ }
509
+
510
+ @keyframes popover-in-top {
511
+ from {
512
+ opacity: 0.25;
513
+ transform: translateY(-0.5rem);
514
+ }
515
+ to {
516
+ opacity: 1;
517
+ transform: translateY(0);
518
+ }
519
+ }
520
+
521
+ @keyframes popover-out-top {
522
+ from {
523
+ opacity: 1;
524
+ transform: translateY(0);
525
+ }
526
+ to {
527
+ opacity: 0.25;
528
+ transform: translateY(-0.5rem);
529
+ }
530
+ }
531
+
532
+ @keyframes popover-in-left {
533
+ from {
534
+ opacity: 0.25;
535
+ transform: translateX(-0.5rem);
536
+ }
537
+ to {
538
+ opacity: 1;
539
+ transform: translateX(0);
540
+ }
541
+ }
542
+
543
+ @keyframes popover-out-left {
544
+ from {
545
+ opacity: 1;
546
+ transform: translateX(0);
547
+ }
548
+ to {
549
+ opacity: 0.25;
550
+ transform: translateX(-0.5rem);
551
+ }
552
+ }
553
+
554
+ @keyframes popover-in-right {
555
+ from {
556
+ opacity: 0.25;
557
+ transform: translateX(0.5rem);
558
+ }
559
+ to {
560
+ opacity: 1;
561
+ transform: translateX(0);
562
+ }
563
+ }
564
+
565
+ @keyframes popover-out-right {
566
+ from {
567
+ opacity: 1;
568
+ transform: translateX(0);
569
+ }
570
+ to {
571
+ opacity: 0.25;
572
+ transform: translateX(0.5rem);
573
+ }
574
+ }
575
+
576
+ @keyframes collapse-in {
577
+ from {
578
+ height: 0;
579
+ opacity: 5;
580
+ }
581
+ to {
582
+ height: var(--height);
583
+ opacity: 1;
584
+ }
585
+ }
586
+
587
+ @keyframes collapse-out {
588
+ from {
589
+ height: var(--height);
590
+ opacity: 1;
591
+ }
592
+ to {
593
+ height: 0;
594
+ opacity: 5;
595
+ }
596
+ }
597
+
598
+ @keyframes slide-in-left {
599
+ from {
600
+ transform: translateX(-100%);
601
+ }
602
+ to {
603
+ transform: translateX(0);
604
+ }
605
+ }
606
+
607
+ @keyframes slide-out-left {
608
+ from {
609
+ transform: translateX(0);
610
+ }
611
+ to {
612
+ transform: translateX(-100%);
613
+ }
614
+ }
615
+
616
+ @keyframes slide-in-right {
617
+ from {
618
+ transform: translateX(100%);
619
+ }
620
+ to {
621
+ transform: translateX(0);
622
+ }
623
+ }
624
+
625
+ @keyframes slide-out-right {
626
+ from {
627
+ transform: translateX(0);
628
+ }
629
+ to {
630
+ transform: translateX(100%);
631
+ }
632
+ }
633
+
634
+ @keyframes slide-in-down {
635
+ from {
636
+ transform: translateY(-100%);
637
+ }
638
+ to {
639
+ transform: translateY(0);
640
+ }
641
+ }
642
+
643
+ @keyframes slide-out-down {
644
+ from {
645
+ transform: translateY(0);
646
+ }
647
+ to {
648
+ transform: translateY(-100%);
649
+ }
650
+ }
651
+
652
+ @keyframes scale-in {
653
+ from {
654
+ transform: scale(0.85);
655
+ opacity: 0;
656
+ }
657
+ to {
658
+ transform: scale(1);
659
+ opacity: 1;
660
+ }
661
+ }
662
+
663
+ @keyframes scale-out {
664
+ from {
665
+ transform: scale(1);
666
+ opacity: 1;
667
+ }
668
+ to {
669
+ transform: scale(0.85);
670
+ opacity: 0;
671
+ }
672
+ }
673
+
674
+ @keyframes marquee {
675
+ to {
676
+ transform: translateX(-100%);
677
+ }
678
+ }
679
+ }
680
+
681
+ @utility z-* {
682
+ z-index: --value(--z-\*, integer);
683
+ }
684
+
685
+ @utility arrow-bg-* {
686
+ --arrow-background: --value(--color-\*, [color]);
687
+ }
688
+
689
+ @utility arrow-size-* {
690
+ --arrow-size: calc(var(--spacing) * --value(integer));
691
+ --arrow-size: --value([\*]);
692
+ }
693
+
694
+ @utility bleed {
695
+ position: relative;
696
+ width: 100dvw;
697
+ left: 50%;
698
+ right: 50%;
699
+ margin-left: -50dvw;
700
+ margin-right: -50dvw;
701
+ }
702
+
703
+ @utility not-bleed {
704
+ position: relative;
705
+ width: auto;
706
+ left: auto;
707
+ right: auto;
708
+ margin-left: 0;
709
+ margin-right: 0;
710
+ }
711
+
712
+ @custom-variant icon (& svg);
713
+ @custom-variant tr (& tr);
714
+ @custom-variant td (& td);
715
+ @custom-variant th (& th);
716
+ @custom-variant scrollbar (&::-webkit-scrollbar);
717
+ @custom-variant scrollbar-thumb (&::-webkit-scrollbar-thumb);
718
+ @custom-variant scrollbar-track (&::-webkit-scrollbar-track);
719
+ @custom-variant dark (&:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *));