@opexa/portal-components 0.0.438 → 0.0.440

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 (256) hide show
  1. package/dist/client/hooks/useAccountQuery.js +6 -2
  2. package/dist/client/hooks/useApproveMemberVerification.d.ts +1 -3
  3. package/dist/client/hooks/useApproveMemberVerification.js +3 -6
  4. package/dist/client/hooks/useAvailablePromosQuery.js +6 -2
  5. package/dist/client/hooks/useAvailableQuestsCountQuery.js +6 -2
  6. package/dist/client/hooks/useAvailableQuestsQuery.js +5 -2
  7. package/dist/client/hooks/useBetRecordsQuery.js +6 -2
  8. package/dist/client/hooks/useBonusQuery.js +6 -2
  9. package/dist/client/hooks/useBonusesCountQuery.js +6 -2
  10. package/dist/client/hooks/useBonusesQuery.js +5 -2
  11. package/dist/client/hooks/useCashbackBonusQuery.js +6 -2
  12. package/dist/client/hooks/useCashbackBonusesCountQuery.js +6 -2
  13. package/dist/client/hooks/useCashbackBonusesQuery.js +5 -2
  14. package/dist/client/hooks/useControllableState.d.ts +8 -5
  15. package/dist/client/hooks/useControllableState.js +6 -27
  16. package/dist/client/hooks/useDepositQuery.js +6 -2
  17. package/dist/client/hooks/useDepositRecordsQuery.js +6 -2
  18. package/dist/client/hooks/useDepositsCountQuery.js +6 -2
  19. package/dist/client/hooks/useFavoriteGamesQuery.js +6 -2
  20. package/dist/client/hooks/useFileQuery.js +6 -2
  21. package/dist/client/hooks/useInstapayBankListQuery.js +6 -2
  22. package/dist/client/hooks/useIsMayaSessionValidQuery.js +6 -2
  23. package/dist/client/hooks/useMayaAuth.d.ts +6 -0
  24. package/dist/client/hooks/useMayaAuth.js +43 -0
  25. package/dist/client/hooks/useMemberVerificationQuery.js +6 -2
  26. package/dist/client/hooks/useMessagesQuery.js +6 -2
  27. package/dist/client/hooks/useOnboardingStatusQuery.js +6 -2
  28. package/dist/client/hooks/usePaymentSettingsQuery.js +6 -2
  29. package/dist/client/hooks/useProfileCompletionQuery.js +6 -2
  30. package/dist/client/hooks/useRecommendedGamesQuery.js +6 -2
  31. package/dist/client/hooks/useSessionHealthQuery.js +6 -2
  32. package/dist/client/hooks/useTransactionRecordsQuery.js +6 -2
  33. package/dist/client/hooks/useUnreadMessagesCountQuery.js +6 -2
  34. package/dist/client/hooks/useWalletQuery.js +6 -2
  35. package/dist/client/hooks/useWithdrawalRecordsQuery.js +6 -2
  36. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  37. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  38. package/dist/components/DigitainLauncher/Loading.js +1 -1
  39. package/dist/components/FavoriteGames/FavoriteGames.client.js +11 -1
  40. package/dist/components/GameLaunch/GameLaunchTrigger.js +10 -3
  41. package/dist/components/Games/Game.js +11 -1
  42. package/dist/components/Jackpots/Jackpots.module.css +184 -184
  43. package/dist/components/Jackpots/JackpotsCarousel/JackpotsCarouselItem.module.css +184 -184
  44. package/dist/components/Jackpots/JackpotsList/JackpotsListItem.module.css +184 -184
  45. package/dist/components/KYC/BasicInformation.js +1 -1
  46. package/dist/components/KYC/IdentityVerification.js +1 -1
  47. package/dist/components/KYC/KYC.lazy.js +1 -1
  48. package/dist/components/KYC/KYCDefault/PersonalInformation.js +1 -4
  49. package/dist/components/KYC/PersonalInformation.js +1 -1
  50. package/dist/components/Maya/Maya.d.ts +1 -0
  51. package/dist/components/Maya/Maya.js +90 -0
  52. package/dist/components/Maya/index.d.ts +1 -0
  53. package/dist/components/Maya/index.js +1 -0
  54. package/dist/components/Tournaments/TournamentsCarousel/TournamentsCarouselItem.module.css +184 -184
  55. package/dist/components/Tournaments/TournamentsList/TournamentItem.module.css +184 -184
  56. package/dist/constants/EnvVar.d.ts +1 -1
  57. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  58. package/dist/icons/LinkBrokenIcon.js +4 -0
  59. package/dist/services/queries.js +2687 -2687
  60. package/dist/styles/theme.css +719 -719
  61. package/dist/ui/AlertDialog/AlertDialog.d.ts +88 -88
  62. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +8 -8
  63. package/dist/ui/Badge/Badge.d.ts +12 -12
  64. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  65. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  66. package/dist/ui/Carousel/Carousel.d.ts +99 -99
  67. package/dist/ui/Carousel/carousel.recipe.d.ts +11 -11
  68. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  69. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  70. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  71. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  72. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  73. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  74. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  75. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  76. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  77. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  78. package/dist/ui/Field/Field.d.ts +21 -21
  79. package/dist/ui/Field/field.recipe.d.ts +3 -3
  80. package/dist/ui/Menu/Menu.d.ts +90 -90
  81. package/dist/ui/Menu/menu.recipe.d.ts +5 -5
  82. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  83. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  84. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  85. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  86. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  87. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  88. package/dist/ui/Popover/Popover.d.ts +55 -55
  89. package/dist/ui/Popover/popover.recipe.d.ts +5 -5
  90. package/dist/ui/Progress/Progress.d.ts +27 -27
  91. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  92. package/dist/ui/QrCode/QrCode.d.ts +25 -25
  93. package/dist/ui/QrCode/qrCode.recipe.d.ts +5 -5
  94. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  95. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  96. package/dist/ui/Select/Select.d.ts +45 -45
  97. package/dist/ui/Select/select.recipe.d.ts +3 -3
  98. package/dist/ui/Table/Table.d.ts +21 -21
  99. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  100. package/dist/ui/Table/table.recipe.d.ts +3 -3
  101. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  102. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  103. package/dist/utils/getQueryClient.js +2 -1
  104. package/package.json +162 -161
  105. package/dist/components/Disclaimer/ResponsibleGaming.d.ts +0 -10
  106. package/dist/components/Disclaimer/ResponsibleGaming.js +0 -13
  107. package/dist/components/Disclaimer/TermsOfUse.d.ts +0 -11
  108. package/dist/components/Disclaimer/TermsOfUse.js +0 -13
  109. package/dist/components/FeatureFlag/FeatureFlag.d.ts +0 -1
  110. package/dist/components/FeatureFlag/FeatureFlag.js +0 -29
  111. package/dist/components/FeatureFlag/index.d.ts +0 -1
  112. package/dist/components/FeatureFlag/index.js +0 -1
  113. package/dist/components/KYC/AutoOpen.d.ts +0 -1
  114. package/dist/components/KYC/AutoOpen.js +0 -40
  115. package/dist/components/KYC/CaptureIdDocument.d.ts +0 -1
  116. package/dist/components/KYC/CaptureIdDocument.js +0 -219
  117. package/dist/components/KYC/CaptureSelfie.d.ts +0 -1
  118. package/dist/components/KYC/CaptureSelfie.js +0 -285
  119. package/dist/components/KYC/DisplayImage.d.ts +0 -5
  120. package/dist/components/KYC/DisplayImage.js +0 -8
  121. package/dist/components/KYC/FileUpload.d.ts +0 -10
  122. package/dist/components/KYC/FileUpload.js +0 -72
  123. package/dist/components/KYC/NoCameraError.d.ts +0 -7
  124. package/dist/components/KYC/NoCameraError.js +0 -6
  125. package/dist/components/KYC/PersonOverlayDesktop.d.ts +0 -7
  126. package/dist/components/KYC/PersonOverlayDesktop.js +0 -9
  127. package/dist/components/KYC/backup/Header.d.ts +0 -1
  128. package/dist/components/KYC/backup/Header.js +0 -8
  129. package/dist/components/KYC/backup/Indicator.d.ts +0 -1
  130. package/dist/components/KYC/backup/Indicator.js +0 -9
  131. package/dist/components/KYC/backup/KYC.d.ts +0 -1
  132. package/dist/components/KYC/backup/KYC.js +0 -14
  133. package/dist/components/KYC/backup/KYC.lazy.d.ts +0 -1
  134. package/dist/components/KYC/backup/KYC.lazy.js +0 -26
  135. package/dist/components/KYC/backup/KYCContext.d.ts +0 -6
  136. package/dist/components/KYC/backup/KYCContext.js +0 -2
  137. package/dist/components/KYC/backup/Step1.d.ts +0 -1
  138. package/dist/components/KYC/backup/Step1.js +0 -13
  139. package/dist/components/KYC/backup/Step2.d.ts +0 -1
  140. package/dist/components/KYC/backup/Step2.js +0 -13
  141. package/dist/components/KYC/backup/Step3.d.ts +0 -1
  142. package/dist/components/KYC/backup/Step3.js +0 -13
  143. package/dist/components/KYC/backup/Step4.d.ts +0 -1
  144. package/dist/components/KYC/backup/Step4.js +0 -7
  145. package/dist/components/KYC/backup/useKYC.d.ts +0 -10
  146. package/dist/components/KYC/backup/useKYC.js +0 -8
  147. package/dist/components/KYC/loadModels.d.ts +0 -1
  148. package/dist/components/KYC/loadModels.js +0 -9
  149. package/dist/components/KYC/utils.d.ts +0 -9
  150. package/dist/components/KYC/utils.js +0 -79
  151. package/dist/components/Messages/Message.d.ts +0 -1
  152. package/dist/components/Messages/Message.js +0 -35
  153. package/dist/components/Messages/MessageContext.d.ts +0 -6
  154. package/dist/components/Messages/MessageContext.js +0 -2
  155. package/dist/components/Messages/MessagePopup.d.ts +0 -1
  156. package/dist/components/Messages/MessagePopup.js +0 -20
  157. package/dist/components/Messages/MessageTrigger.d.ts +0 -8
  158. package/dist/components/Messages/MessageTrigger.js +0 -19
  159. package/dist/components/Quests/CountdownTimer.d.ts +0 -15
  160. package/dist/components/Quests/CountdownTimer.js +0 -33
  161. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.d.ts +0 -4
  162. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuest.js +0 -78
  163. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.d.ts +0 -8
  164. package/dist/components/Quests/DailyCheckInQuest/DailyCheckInQuestModal.js +0 -9
  165. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.d.ts +0 -4
  166. package/dist/components/Quests/OnboardingQuest/OnboardingQuest.js +0 -4
  167. package/dist/components/Quests/WageringQuest/WageringQuest.d.ts +0 -4
  168. package/dist/components/Quests/WageringQuest/WageringQuest.js +0 -20
  169. package/dist/components/Quests/WageringQuest/WageringQuestModal.d.ts +0 -9
  170. package/dist/components/Quests/WageringQuest/WageringQuestModal.js +0 -9
  171. package/dist/components/SignIn/utils.d.ts +0 -8
  172. package/dist/components/SignIn/utils.js +0 -26
  173. package/dist/components/SignUp/SignUp.lazy.d.ts +0 -12
  174. package/dist/components/SignUp/SignUp.lazy.js +0 -18
  175. package/dist/components/SignUp/SignUpContext.d.ts +0 -6
  176. package/dist/components/SignUp/SignUpContext.js +0 -2
  177. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.d.ts +0 -17
  178. package/dist/components/SignUp/SignUpDefault/SignUp.lazy.js +0 -18
  179. package/dist/components/SignUp/SignUpDefault/SignUpContext.d.ts +0 -6
  180. package/dist/components/SignUp/SignUpDefault/SignUpContext.js +0 -2
  181. package/dist/components/SignUp/SignUpDefault/SignUpForm.d.ts +0 -1
  182. package/dist/components/SignUp/SignUpDefault/SignUpForm.js +0 -310
  183. package/dist/components/SignUp/SignUpForm.d.ts +0 -1
  184. package/dist/components/SignUp/SignUpForm.js +0 -284
  185. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.d.ts +0 -1
  186. package/dist/components/SignUp/SignUpKYC/CaptureIdDocument.js +0 -198
  187. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.d.ts +0 -1
  188. package/dist/components/SignUp/SignUpKYC/CaptureSelfie.js +0 -251
  189. package/dist/components/SignUp/SignUpKYC/ImageUploader.d.ts +0 -10
  190. package/dist/components/SignUp/SignUpKYC/ImageUploader.js +0 -42
  191. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.d.ts +0 -7
  192. package/dist/components/SignUp/SignUpKYC/PersonOverlayDesktop.js +0 -9
  193. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.d.ts +0 -1
  194. package/dist/components/SignUp/SignUpKYC/SignUpFormKYC.js +0 -464
  195. package/dist/components/SignUp/SignUpKYC/useImageUploader.d.ts +0 -11
  196. package/dist/components/SignUp/SignUpKYC/useImageUploader.js +0 -20
  197. package/dist/components/SignUp/SignUpKYC/utils.d.ts +0 -9
  198. package/dist/components/SignUp/SignUpKYC/utils.js +0 -79
  199. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.d.ts +0 -1
  200. package/dist/components/SignUp/SignUpPagcor/CaptureIdDocument.js +0 -198
  201. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.d.ts +0 -1
  202. package/dist/components/SignUp/SignUpPagcor/CaptureSelfie.js +0 -251
  203. package/dist/components/SignUp/SignUpPagcor/ImageUploader.d.ts +0 -10
  204. package/dist/components/SignUp/SignUpPagcor/ImageUploader.js +0 -41
  205. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.d.ts +0 -1
  206. package/dist/components/SignUp/SignUpPagcor/SignUpFormPagcor.js +0 -429
  207. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.d.ts +0 -13
  208. package/dist/components/SignUp/SignUpPagcor/SignUpPagcor.lazy.js +0 -26
  209. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.d.ts +0 -7
  210. package/dist/components/SignUp/SignUpPagcor/SignUpPagcorContext.js +0 -2
  211. package/dist/components/SignUp/SignUpPagcor/useImageUploader.d.ts +0 -11
  212. package/dist/components/SignUp/SignUpPagcor/useImageUploader.js +0 -20
  213. package/dist/components/shared/IdDocumentField.client.d.ts +0 -25
  214. package/dist/components/shared/IdDocumentField.client.js +0 -204
  215. package/dist/components/shared/IdDocumentField.d.ts +0 -2
  216. package/dist/components/shared/IdDocumentField.js +0 -11
  217. package/dist/components/shared/SelfieField.client.d.ts +0 -20
  218. package/dist/components/shared/SelfieField.client.js +0 -327
  219. package/dist/components/shared/SelfieField.d.ts +0 -2
  220. package/dist/components/shared/SelfieField.js +0 -11
  221. package/dist/constants/BranchCode.d.ts +0 -4
  222. package/dist/constants/BranchCode.js +0 -42
  223. package/dist/constants/Branches.d.ts +0 -2
  224. package/dist/constants/Branches.js +0 -42
  225. package/dist/handlers/postTransformIdFrontImage.d.ts +0 -3
  226. package/dist/handlers/postTransformIdFrontImage.js +0 -67
  227. package/dist/handlers/postTransformSelfieImage.d.ts +0 -3
  228. package/dist/handlers/postTransformSelfieImage.js +0 -71
  229. package/dist/handlers.d.ts +0 -43
  230. package/dist/handlers.js +0 -297
  231. package/dist/icons/BellRingIcon.d.ts +0 -2
  232. package/dist/icons/BellRingIcon.js +0 -4
  233. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  234. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  235. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  236. package/dist/third-parties/FacebookPixel/api.js +0 -1
  237. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  238. package/dist/third-parties/FacebookPixel/index.js +0 -1
  239. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  240. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  241. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  242. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  243. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  244. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  245. package/dist/third-parties/index.d.ts +0 -2
  246. package/dist/third-parties/index.js +0 -2
  247. package/dist/utils/dataUrlToBlob.d.ts +0 -1
  248. package/dist/utils/dataUrlToBlob.js +0 -11
  249. package/dist/utils/gamesAvailable3pmTo3am.d.ts +0 -1
  250. package/dist/utils/gamesAvailable3pmTo3am.js +0 -1
  251. package/dist/utils/getGameName.d.ts +0 -1
  252. package/dist/utils/getGameName.js +0 -6
  253. package/dist/utils/isBetween3amAnd3pm.d.ts +0 -1
  254. package/dist/utils/isBetween3amAnd3pm.js +0 -5
  255. package/dist/utils/resizeImageSize.d.ts +0 -2
  256. package/dist/utils/resizeImageSize.js +0 -11
@@ -1,719 +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
-
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"] *));
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"] *));