@shopify/cli-hydrogen 4.0.0-alpha.9 → 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (383) hide show
  1. package/dist/commands/hydrogen/build.d.ts +20 -0
  2. package/dist/commands/hydrogen/build.js +36 -33
  3. package/dist/commands/hydrogen/check.d.ts +18 -0
  4. package/dist/commands/hydrogen/check.js +35 -0
  5. package/dist/commands/hydrogen/dev.d.ts +14 -0
  6. package/dist/commands/hydrogen/dev.js +56 -60
  7. package/dist/commands/hydrogen/generate/route.d.ts +34 -0
  8. package/dist/commands/hydrogen/generate/route.js +165 -0
  9. package/dist/commands/hydrogen/generate/route.test.d.ts +1 -0
  10. package/dist/commands/hydrogen/generate/route.test.js +126 -0
  11. package/dist/commands/hydrogen/generate/routes.d.ts +16 -0
  12. package/dist/commands/hydrogen/generate/routes.js +22 -0
  13. package/dist/commands/hydrogen/init.d.ts +22 -0
  14. package/dist/commands/hydrogen/init.js +169 -25
  15. package/dist/commands/hydrogen/preview.d.ts +17 -0
  16. package/dist/commands/hydrogen/preview.js +2 -2
  17. package/dist/create-app.d.ts +1 -0
  18. package/dist/create-app.js +4 -0
  19. package/dist/{templates/demo-store/app/routes/($lang) → generator-templates/routes}/[robots.txt].tsx +2 -1
  20. package/dist/{templates/demo-store/app/routes/($lang) → generator-templates/routes}/[sitemap.xml].tsx +8 -6
  21. package/dist/generator-templates/routes/account/login.tsx +74 -0
  22. package/dist/generator-templates/routes/account/register.tsx +74 -0
  23. package/dist/generator-templates/routes/cart.tsx +43 -0
  24. package/dist/generator-templates/routes/collections/$collectionHandle.tsx +65 -0
  25. package/dist/{templates/demo-store/app → generator-templates}/routes/graphiql.tsx +0 -0
  26. package/dist/{templates/hello-world/app → generator-templates}/routes/index.tsx +0 -0
  27. package/dist/generator-templates/routes/pages/$pageHandle.tsx +74 -0
  28. package/dist/{templates/demo-store/app/routes/($lang) → generator-templates/routes}/policies/$policyHandle.tsx +9 -38
  29. package/dist/generator-templates/routes/policies/index.tsx +65 -0
  30. package/dist/generator-templates/routes/products/$productHandle.tsx +57 -0
  31. package/dist/hooks/init.d.ts +5 -0
  32. package/dist/utils/check-lockfile.d.ts +3 -0
  33. package/dist/utils/check-lockfile.js +78 -0
  34. package/dist/utils/check-version.d.ts +3 -0
  35. package/dist/utils/check-version.js +50 -0
  36. package/dist/utils/config.d.ts +18 -0
  37. package/dist/utils/config.js +116 -43
  38. package/dist/utils/flags.d.ts +10 -0
  39. package/dist/utils/flags.js +15 -3
  40. package/dist/utils/flags.test.d.ts +1 -0
  41. package/dist/utils/flags.test.js +18 -0
  42. package/dist/utils/log.d.ts +5 -0
  43. package/dist/utils/mini-oxygen.d.ts +11 -0
  44. package/dist/utils/mini-oxygen.js +7 -4
  45. package/dist/utils/missing-routes.d.ts +6 -0
  46. package/dist/utils/missing-routes.js +71 -0
  47. package/dist/utils/template-downloader.d.ts +11 -0
  48. package/dist/utils/template-downloader.js +66 -0
  49. package/dist/utils/transpile-ts.d.ts +16 -0
  50. package/dist/utils/transpile-ts.js +161 -0
  51. package/dist/utils/virtual-routes.d.ts +7 -0
  52. package/dist/utils/virtual-routes.js +47 -0
  53. package/dist/utils/virtual-routes.test.d.ts +1 -0
  54. package/dist/utils/virtual-routes.test.js +46 -0
  55. package/dist/virtual-routes/assets/dummy.d.ts +1 -0
  56. package/dist/virtual-routes/assets/dummy.js +1 -0
  57. package/dist/virtual-routes/assets/dummy.ts +1 -0
  58. package/dist/{templates/demo-store/dist/client → virtual-routes/assets}/favicon.svg +0 -0
  59. package/dist/virtual-routes/assets/styles.css +207 -0
  60. package/dist/virtual-routes/components/HydrogenLogoBaseBW.jsx +7 -0
  61. package/dist/virtual-routes/components/HydrogenLogoBaseColor.jsx +13 -0
  62. package/dist/virtual-routes/components/IconBanner.jsx +47 -0
  63. package/dist/virtual-routes/components/IconDiscord.jsx +4 -0
  64. package/dist/virtual-routes/components/IconError.jsx +20 -0
  65. package/dist/virtual-routes/components/IconGithub.jsx +4 -0
  66. package/dist/virtual-routes/components/IconTwitter.jsx +4 -0
  67. package/dist/virtual-routes/components/Layout.jsx +6 -0
  68. package/dist/virtual-routes/routes/graphiql.jsx +5 -0
  69. package/dist/virtual-routes/routes/index.jsx +140 -0
  70. package/dist/virtual-routes/virtual-root.jsx +38 -0
  71. package/oclif.manifest.json +1 -131
  72. package/package.json +36 -7
  73. package/dist/templates/demo-store/.cache/content-v2/sha512/02/76/13bbea15bb42b81a204b0dc5f14726e0bfa8d012a7b284f887cc2e3c92195d6b07a78f199f990b311ca5fafa9079563503cdd81808cd9b7e496d86c72732 +0 -1
  74. package/dist/templates/demo-store/.cache/content-v2/sha512/08/56/c9a478b8c5c2fbfb6eed219f0861db568eceecbb45155124491ca25125ca421aac7e1b10d29151e5294a776ae10e02e01dc2da3561da793d111c4f908502 +0 -1
  75. package/dist/templates/demo-store/.cache/content-v2/sha512/0f/d5/950a1e0708f440217f567601ee2bfed73c56ada7491058d1ebb769f9a348484d29d4c3897d848d5f9123b0cfb8be69de4ebddc9d964a368e779e2927be5b +0 -1
  76. package/dist/templates/demo-store/.cache/content-v2/sha512/10/31/47b4061a63eaedea6368416dff9248ab2e51a4bea4004882a27c1437490c8150a4709438d28bbd8fd71a7516c9af612204f6116b0604e18902b5c6f69453 +0 -1
  77. package/dist/templates/demo-store/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  78. package/dist/templates/demo-store/.cache/content-v2/sha512/28/7c/c71b0c6367bdf7307a8061fe1c4568c9f1e9603d835b6fc917fe8042535a867c37154e35376a01ad6bdb3c2d6f29b88b41902fd6f20b1227e02081682d01 +0 -1
  79. package/dist/templates/demo-store/.cache/content-v2/sha512/29/62/a788055902cff8e9403b901ebd715b56541b0ee4dc9f13cb739cd906ae89ae1fa7199831d613ab21c3ee5d84c5456608dc8707d9199ae3d8ba5e9fd7ce95 +0 -1
  80. package/dist/templates/demo-store/.cache/content-v2/sha512/2b/b2/d5a8e11c89553d08b26b4a7ba8b901de31c0b182f745f8c5d1c5aba44bf46d0d69e3d8042f5917728d0b69d5eba102e3de332f8141aef67a12d215a66843 +0 -1
  81. package/dist/templates/demo-store/.cache/content-v2/sha512/34/dd/ec66f7075936ba94dd741485089904914960fd50a4886c31783c27c27ca08852be43dea712e8aaea6f5197b83ccf1949c8a24c27ff61f5280377917d722e +0 -1
  82. package/dist/templates/demo-store/.cache/content-v2/sha512/46/04/af285aee74d96b28b24f75d7911de65e6c7bb26475ab5219fe5308028fda55060cf45650dfa09c0731ec73ece453c1e24e0c38715e8d4c5c80fd6365a1f4 +0 -1
  83. package/dist/templates/demo-store/.cache/content-v2/sha512/4e/ea/2fe739931285fa2839b54fe6c91470491475eac2d960e35ef0c6750313c08fbf2b2d784c0bb71c5fb2ef6c4a27f2202a4c29199b53bf7fd43c5721f90ecf +0 -1
  84. package/dist/templates/demo-store/.cache/content-v2/sha512/51/ab/e165384df6374c7b2d0ebebc8642ecb0e0c14f7c5b57970ec5d2e17f7d1643e0b01eda69e5ffbefde85ecba6d613bcc5175c5564e36bfb73d966c8ea4153 +0 -1
  85. package/dist/templates/demo-store/.cache/content-v2/sha512/54/b2/a99146d18769ec698b6c61e4c3e63689a24110cca7c671d926fc1320f5a2ac5cdbf143db9074dcfb383359307c50ccbe2512f2d9ee992eb53f2ed98997af +0 -1
  86. package/dist/templates/demo-store/.cache/content-v2/sha512/57/7e/37b69b357be4c488e5fca37c009c908201ac2107ddaa589143bcb108e9c5f7e4ca91a36f068b3f88bb0da655d7832bd040dcbef25d807faf0804a7f93c9a +0 -1
  87. package/dist/templates/demo-store/.cache/content-v2/sha512/6d/d8/5ad2b238dcc09122c8977b26e2a2eb94e12b1cda5181a020ec77d9364ea2efdc2ddddaf2ba766ced871d8cc33e5862fb4ae0c6591080b7523e5e779dceb5 +0 -1
  88. package/dist/templates/demo-store/.cache/content-v2/sha512/72/e4/3df1f2ae672aa3148b6afde9bd16b5371250464c301be7a4ca40e459768db712d39fb7039ce9710264f726b531b7dd346e43fe260b53789206a05f665393 +0 -1
  89. package/dist/templates/demo-store/.cache/content-v2/sha512/73/40/c822831f11f08a9ceea944d0145b072ba6164a3e2e75f98fda5437cda6dfddf9ca9450445c1f3236228d6259ac95e4cde9bb6e5996490ed00b7b13b06121 +0 -1
  90. package/dist/templates/demo-store/.cache/content-v2/sha512/73/ad/c5cb88faf344aa1be4c7f263610bbf4e5b4b4122a277e9f8adb20bdaabf46a65f647d902bf885172c5e17f16d63c69d9f0213938ad0648099d627bcdc7a3 +0 -1
  91. package/dist/templates/demo-store/.cache/content-v2/sha512/79/6a/c7905d20904ce592cd04dabc941dcfb9ae88a2936f564c6ca21dba66c7b89f44c697504d1fef3427d5121f3ce0abfc72225a25a5985cc2f823c50cb1a4e0 +0 -1
  92. package/dist/templates/demo-store/.cache/content-v2/sha512/7e/bd/739d3492efb96a9a5952538eee6f83dd7123c59a4b48538a5a554b8684ba84a1e65dd626b5aa9c6dc74c96734c46e3303ab93e6a5fcc56ecb4150c036aea +0 -1
  93. package/dist/templates/demo-store/.cache/content-v2/sha512/88/76/d18fdfbb05293909609d42368642fc6da4bd138c5864ec2f721212b52e595b84ae46f48021ed3e6240edf443f78bdea557d56d700e3da848459ea3077a80 +0 -1
  94. package/dist/templates/demo-store/.cache/content-v2/sha512/88/d0/847cc94057b70b5352a6f097d172883a789eedabfe597475672bec5495d323bc41e185cd5a6477aa691befeb69bd6f19f77b4735ebd8f230d39491bdabae +0 -1
  95. package/dist/templates/demo-store/.cache/content-v2/sha512/93/6b/e60098157f6bff8ba570cab2ffd97a14983109006f7fa87e4432728366f96dfb19e957d28754daa45f1b6cb2421d26ab59bbd5ce5a448d6102e8e662403d +0 -1
  96. package/dist/templates/demo-store/.cache/content-v2/sha512/bc/1c/74650cdfe58d3295c52501b3572b71ca4d0bcebe895291b39d63fc57d60b1924315d5b6292c825bec288196d39acf45d63688726fd77e85d99ce18e52f28 +0 -1
  97. package/dist/templates/demo-store/.cache/content-v2/sha512/bc/33/6e26ece5ac53d9eac9ac8a192ef39faf2a587a5808253c659fb1d371c477fc8074d428c8d1929b0d85dd1fec66fc79ea6b9fcb01507e2efec75fb7fbc2cc +0 -1
  98. package/dist/templates/demo-store/.cache/content-v2/sha512/cb/63/324e426b4c93a3fa8db83dab506b9abbe2d7628897dfd1369642f19d66f140c090e1c3834728d5082f8cffe846f7c54d112e11f5d934d629ed996d177a1f +0 -1
  99. package/dist/templates/demo-store/.cache/content-v2/sha512/d6/bd/656ddf1b02384b21b4fb55c615f28bba616f85c0992a8555bfbc3b0cf0692e2b3f20a534b4c3baef86e7c9ccf36b8d3a9239747b3d8422ff4dbe7dd2d0a6 +0 -1
  100. package/dist/templates/demo-store/.cache/content-v2/sha512/da/84/b6d27e02f9b109d7cff3095b08e2e2ed1802c8b6829c98f6e297d1c404059f8bacfdc278afd07e2f81cbc487318396a3775037b678ab6aff9a5231c94c0d +0 -1
  101. package/dist/templates/demo-store/.cache/content-v2/sha512/e8/ae/9b467e1d23913d4584d9417875b3cdc25f6dfed8b228f3a0c818129010b778aae1af1eb200b015ab428e79afe0ef1061262392fbdb96ed7da95efbe7f758 +0 -1
  102. package/dist/templates/demo-store/.cache/content-v2/sha512/f4/ba/e578b89fa1a4a0549fa2e68e0ba078fa8c9207c376189d1550a7ae0e54c4c0548d0a29a0cef532ca613e25832b9343e74f6a8bc7338fcc28d51e6e3d7898 +0 -1
  103. package/dist/templates/demo-store/.cache/content-v2/sha512/fb/75/9195d7f913bc6ae5a345003e0863e0c38c00e744334e2ae61feba1a3099be8207599085a8264590dbd0fd9e1fff1d58037183d106cdbc750c7ad6f979d88 +0 -1
  104. package/dist/templates/demo-store/.cache/content-v2/sha512/fd/ef/df6382410602f345da5bb420585629c22c350bc028c87eb6da71e611f381c5ccba09b435b9b5fb31d7c8beb5b8abfa87abdb874b189a3211efe61840fbac +0 -1
  105. package/dist/templates/demo-store/.cache/content-v2/sha512/fd/f3/986b7ee5ea5ad1d89af5c08de69d43c025b54381092e0a19fd7e7a1e0352552aa85c056315ce5e11a46ec75a252b1a44e2083abb73cd6df8407dfdb0ac48 +0 -1
  106. package/dist/templates/demo-store/.cache/index-v5/05/44/bebd201ef5e9e9a7c41bd789ff110691a32c7f7fbbbdd630f33d96667cd1 +0 -2
  107. package/dist/templates/demo-store/.cache/index-v5/26/b5/113aeb17f9f4ef406a1f8b143895199ca545fd0cc1e7972435a092910963 +0 -2
  108. package/dist/templates/demo-store/.cache/index-v5/2c/09/e60b5cd818510e0cbec908aae3b74175e35e446f4383e87c21489433a11e +0 -2
  109. package/dist/templates/demo-store/.cache/index-v5/38/21/c3fb7841590b85142018ba88a01045ef1249ac34211342579f0129eae294 +0 -2
  110. package/dist/templates/demo-store/.cache/index-v5/3a/98/8858fe7de4bf85d37c71adc322cc95335b498bef9a4ae41db324bf5696cc +0 -2
  111. package/dist/templates/demo-store/.cache/index-v5/3e/40/7021422a7cae2c05484b491fb5b85edd82b325e598ac9e5c6afb858049da +0 -2
  112. package/dist/templates/demo-store/.cache/index-v5/47/2f/8e9ec62247eca3464d07de774855bb30a56145adc6525b907490e0c1bda0 +0 -2
  113. package/dist/templates/demo-store/.cache/index-v5/5e/83/14bed234cd143eaf4043de721fcf4250a5adc7008e76d663365e8a322c88 +0 -2
  114. package/dist/templates/demo-store/.cache/index-v5/5f/87/f79366b4aab5423acdda7930c6c989c49dd1c6607885df3afaa5e6873c9f +0 -2
  115. package/dist/templates/demo-store/.cache/index-v5/6e/9e/dc622ea9b5c66089a08f3e8b7a0e62a29e85bab337da0a3b28d6126185ec +0 -2
  116. package/dist/templates/demo-store/.cache/index-v5/71/4c/401eb7f3b2db5e56857a3ddd90e61181e636a5d01cc569ff8671ddf7f14b +0 -2
  117. package/dist/templates/demo-store/.cache/index-v5/78/84/46021cf9ede94313b5bc2cbf2355909ae811d4879a7747f9e2341f6b5bfb +0 -2
  118. package/dist/templates/demo-store/.cache/index-v5/79/2e/b0dd8fcd37a11ecb71cfd33184651560cabda672e55e0b244fc6f825190c +0 -2
  119. package/dist/templates/demo-store/.cache/index-v5/7b/e1/807e64f6a84e568bf9163283e9d49b77b24ff24bd8eed751d9fd94ea404a +0 -2
  120. package/dist/templates/demo-store/.cache/index-v5/85/07/e0c4be5b8442583f11be2d0b6f09171d22721437456b745eb2c977294995 +0 -2
  121. package/dist/templates/demo-store/.cache/index-v5/87/4d/89bc172664efe0dc7f86d8e67559073b2900ae079bd42ae9e3c015d38ab0 +0 -2
  122. package/dist/templates/demo-store/.cache/index-v5/8c/0d/a633a8771437b330d83eef0fdd99a81c41356b2bdc81f80ec9277f92b060 +0 -2
  123. package/dist/templates/demo-store/.cache/index-v5/a3/fc/e2e503290d165b9b0e20c6880bc23ff8ec39a440482418b5103c36be66b9 +0 -2
  124. package/dist/templates/demo-store/.cache/index-v5/a5/bc/d87ab9468457cb872d6c360f8acecd05e0f88b7239b50754f120706fabd4 +0 -2
  125. package/dist/templates/demo-store/.cache/index-v5/a5/c0/8e6e4f498a17b6198e54f204247ba544e6404b282d4ce3065d85fa69a8a4 +0 -2
  126. package/dist/templates/demo-store/.cache/index-v5/af/65/89b0c9eb41779c1658ace443604fea125c524bc95cfc71c9b6300da2dc81 +0 -2
  127. package/dist/templates/demo-store/.cache/index-v5/b2/75/51549baf010c977c70017db497fd9bd20e1efa9b658a6d52761c559f9c0b +0 -2
  128. package/dist/templates/demo-store/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  129. package/dist/templates/demo-store/.cache/index-v5/bb/db/9dc2cbdcdc6ff352f9a34463a02e198aa2123a4c2e4ef37fea8b8ccae413 +0 -2
  130. package/dist/templates/demo-store/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  131. package/dist/templates/demo-store/.cache/index-v5/d3/ca/ff5860148f0bedafb91dab72b54462de81a32a21210324c45a051b197b48 +0 -2
  132. package/dist/templates/demo-store/.cache/index-v5/d4/55/296e80e87e2652f4cf1aebd5419fe73ef16c94ab20cd0400166d44ea1746 +0 -2
  133. package/dist/templates/demo-store/.cache/index-v5/da/7a/4b6977be684885e550a0d8fd21c955d0195371ffc3a9535a5a7b950a5ac9 +0 -2
  134. package/dist/templates/demo-store/.cache/index-v5/dd/aa/599a1cd855476ba058c63ae75a9c006ca11f7fbc2efc00b361d7f1b95cb4 +0 -2
  135. package/dist/templates/demo-store/.cache/index-v5/df/d2/bcfa3853e61309abab85dbd561dbc632ad0ea79b24f1b77c95f861eead5f +0 -2
  136. package/dist/templates/demo-store/.cache/index-v5/df/f5/cc3a1197c607eac768ab1b1cdb7b53a7f87b67c23c92da957d45a5bd0bda +0 -2
  137. package/dist/templates/demo-store/.cache/index-v5/e4/bd/743967c269ef70a14ba6b5dd223d26759eae9295d79f165c66f514b7d8d3 +0 -2
  138. package/dist/templates/demo-store/.cache/index-v5/e5/d3/0de6bfbb93ef9271b53f0ded9696291312b19ff087c2826d679ee2c74c01 +0 -2
  139. package/dist/templates/demo-store/.editorconfig +0 -8
  140. package/dist/templates/demo-store/.eslintignore +0 -4
  141. package/dist/templates/demo-store/.eslintrc.js +0 -16
  142. package/dist/templates/demo-store/.graphqlrc.yml +0 -1
  143. package/dist/templates/demo-store/.prettierignore +0 -2
  144. package/dist/templates/demo-store/_env +0 -6
  145. package/dist/templates/demo-store/_gitignore +0 -13
  146. package/dist/templates/demo-store/app/components/AccountAddressBook.tsx +0 -97
  147. package/dist/templates/demo-store/app/components/AccountDetails.tsx +0 -41
  148. package/dist/templates/demo-store/app/components/AddToCartButton.tsx +0 -42
  149. package/dist/templates/demo-store/app/components/Breadcrumbs.tsx +0 -36
  150. package/dist/templates/demo-store/app/components/Button.tsx +0 -56
  151. package/dist/templates/demo-store/app/components/Cart.tsx +0 -431
  152. package/dist/templates/demo-store/app/components/CartLoading.tsx +0 -50
  153. package/dist/templates/demo-store/app/components/CountrySelector.tsx +0 -180
  154. package/dist/templates/demo-store/app/components/Drawer.tsx +0 -115
  155. package/dist/templates/demo-store/app/components/FeaturedCollections.tsx +0 -54
  156. package/dist/templates/demo-store/app/components/FeaturedProducts.tsx +0 -116
  157. package/dist/templates/demo-store/app/components/FeaturedSection.tsx +0 -39
  158. package/dist/templates/demo-store/app/components/GenericError.tsx +0 -58
  159. package/dist/templates/demo-store/app/components/Grid.tsx +0 -44
  160. package/dist/templates/demo-store/app/components/Hero.tsx +0 -129
  161. package/dist/templates/demo-store/app/components/Icon.tsx +0 -253
  162. package/dist/templates/demo-store/app/components/Input.tsx +0 -24
  163. package/dist/templates/demo-store/app/components/Layout.tsx +0 -492
  164. package/dist/templates/demo-store/app/components/Link.tsx +0 -46
  165. package/dist/templates/demo-store/app/components/Modal.tsx +0 -46
  166. package/dist/templates/demo-store/app/components/NotFound.tsx +0 -22
  167. package/dist/templates/demo-store/app/components/OrderCard.tsx +0 -82
  168. package/dist/templates/demo-store/app/components/Pagination.tsx +0 -277
  169. package/dist/templates/demo-store/app/components/ProductCard.tsx +0 -140
  170. package/dist/templates/demo-store/app/components/ProductGallery.tsx +0 -114
  171. package/dist/templates/demo-store/app/components/ProductGrid.tsx +0 -93
  172. package/dist/templates/demo-store/app/components/ProductSwimlane.tsx +0 -30
  173. package/dist/templates/demo-store/app/components/Skeleton.tsx +0 -24
  174. package/dist/templates/demo-store/app/components/SortFilter.tsx +0 -414
  175. package/dist/templates/demo-store/app/components/Text.tsx +0 -192
  176. package/dist/templates/demo-store/app/components/index.ts +0 -28
  177. package/dist/templates/demo-store/app/data/countries.ts +0 -194
  178. package/dist/templates/demo-store/app/data/index.ts +0 -1027
  179. package/dist/templates/demo-store/app/entry.client.tsx +0 -4
  180. package/dist/templates/demo-store/app/entry.server.tsx +0 -26
  181. package/dist/templates/demo-store/app/hooks/useCartFetchers.tsx +0 -14
  182. package/dist/templates/demo-store/app/hooks/useIsHydrated.tsx +0 -12
  183. package/dist/templates/demo-store/app/lib/const.ts +0 -10
  184. package/dist/templates/demo-store/app/lib/placeholders.ts +0 -244
  185. package/dist/templates/demo-store/app/lib/seo/common.tsx +0 -367
  186. package/dist/templates/demo-store/app/lib/seo/debugger.tsx +0 -175
  187. package/dist/templates/demo-store/app/lib/seo/image.tsx +0 -32
  188. package/dist/templates/demo-store/app/lib/seo/index.ts +0 -4
  189. package/dist/templates/demo-store/app/lib/seo/seo.tsx +0 -24
  190. package/dist/templates/demo-store/app/lib/seo/types.ts +0 -84
  191. package/dist/templates/demo-store/app/lib/session.server.ts +0 -57
  192. package/dist/templates/demo-store/app/lib/type.ts +0 -21
  193. package/dist/templates/demo-store/app/lib/utils.ts +0 -310
  194. package/dist/templates/demo-store/app/root.tsx +0 -279
  195. package/dist/templates/demo-store/app/routes/($lang)/$.tsx +0 -7
  196. package/dist/templates/demo-store/app/routes/($lang)/account/__private/address/$id.tsx +0 -320
  197. package/dist/templates/demo-store/app/routes/($lang)/account/__private/edit.tsx +0 -273
  198. package/dist/templates/demo-store/app/routes/($lang)/account/__private/logout.ts +0 -25
  199. package/dist/templates/demo-store/app/routes/($lang)/account/__private/orders.$id.tsx +0 -322
  200. package/dist/templates/demo-store/app/routes/($lang)/account/__public/activate.$id.$activationToken.tsx +0 -218
  201. package/dist/templates/demo-store/app/routes/($lang)/account/__public/login.tsx +0 -197
  202. package/dist/templates/demo-store/app/routes/($lang)/account/__public/recover.tsx +0 -144
  203. package/dist/templates/demo-store/app/routes/($lang)/account/__public/register.tsx +0 -184
  204. package/dist/templates/demo-store/app/routes/($lang)/account/__public/reset.$id.$resetToken.tsx +0 -214
  205. package/dist/templates/demo-store/app/routes/($lang)/account.tsx +0 -188
  206. package/dist/templates/demo-store/app/routes/($lang)/api/countries.tsx +0 -22
  207. package/dist/templates/demo-store/app/routes/($lang)/api/products.tsx +0 -116
  208. package/dist/templates/demo-store/app/routes/($lang)/cart.tsx +0 -510
  209. package/dist/templates/demo-store/app/routes/($lang)/collections/$collectionHandle.tsx +0 -300
  210. package/dist/templates/demo-store/app/routes/($lang)/collections/all.tsx +0 -5
  211. package/dist/templates/demo-store/app/routes/($lang)/collections/index.tsx +0 -188
  212. package/dist/templates/demo-store/app/routes/($lang)/discounts.$code.tsx +0 -60
  213. package/dist/templates/demo-store/app/routes/($lang)/featured-products.tsx +0 -58
  214. package/dist/templates/demo-store/app/routes/($lang)/index.tsx +0 -241
  215. package/dist/templates/demo-store/app/routes/($lang)/journal/$journalHandle.tsx +0 -141
  216. package/dist/templates/demo-store/app/routes/($lang)/journal/index.tsx +0 -152
  217. package/dist/templates/demo-store/app/routes/($lang)/og-image.tsx +0 -19
  218. package/dist/templates/demo-store/app/routes/($lang)/pages/$pageHandle.tsx +0 -75
  219. package/dist/templates/demo-store/app/routes/($lang)/policies/index.tsx +0 -97
  220. package/dist/templates/demo-store/app/routes/($lang)/products/$productHandle.tsx +0 -551
  221. package/dist/templates/demo-store/app/routes/($lang)/products/index.tsx +0 -148
  222. package/dist/templates/demo-store/app/routes/($lang)/search.tsx +0 -198
  223. package/dist/templates/demo-store/app/styles/app.css +0 -4203
  224. package/dist/templates/demo-store/app/styles/custom-font.css +0 -13
  225. package/dist/templates/demo-store/app/styles/fonts/IBMPlexSerif-Text.woff2 +0 -0
  226. package/dist/templates/demo-store/app/styles/fonts/IBMPlexSerif-TextItalic.woff2 +0 -0
  227. package/dist/templates/demo-store/dist/client/build/_assets/IBMPlexSerif-Text-YFMZNZW6.woff2 +0 -0
  228. package/dist/templates/demo-store/dist/client/build/_assets/IBMPlexSerif-TextItalic-CS6L5H7S.woff2 +0 -0
  229. package/dist/templates/demo-store/dist/client/build/_assets/app-PPSD2NK6.css +0 -1
  230. package/dist/templates/demo-store/dist/client/build/_assets/custom-font-WVPOFKHF.css +0 -1
  231. package/dist/templates/demo-store/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  232. package/dist/templates/demo-store/dist/client/build/_shared/chunk-7CASD2US.js +0 -9
  233. package/dist/templates/demo-store/dist/client/build/_shared/chunk-7CASD2US.js.map +0 -7
  234. package/dist/templates/demo-store/dist/client/build/_shared/chunk-7CKXJRLM.js +0 -2
  235. package/dist/templates/demo-store/dist/client/build/_shared/chunk-7CKXJRLM.js.map +0 -7
  236. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js +0 -2
  237. package/dist/templates/demo-store/dist/client/build/_shared/chunk-AYHDHSL7.js.map +0 -7
  238. package/dist/templates/demo-store/dist/client/build/_shared/chunk-EW52HEI6.js +0 -133
  239. package/dist/templates/demo-store/dist/client/build/_shared/chunk-EW52HEI6.js.map +0 -7
  240. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MEPKJ2VW.js +0 -2
  241. package/dist/templates/demo-store/dist/client/build/_shared/chunk-MEPKJ2VW.js.map +0 -7
  242. package/dist/templates/demo-store/dist/client/build/_shared/chunk-NIVT6A2W.js +0 -2
  243. package/dist/templates/demo-store/dist/client/build/_shared/chunk-NIVT6A2W.js.map +0 -7
  244. package/dist/templates/demo-store/dist/client/build/_shared/chunk-SYP5DAMV.js +0 -2
  245. package/dist/templates/demo-store/dist/client/build/_shared/chunk-SYP5DAMV.js.map +0 -7
  246. package/dist/templates/demo-store/dist/client/build/_shared/chunk-SZCP6RSO.js +0 -7
  247. package/dist/templates/demo-store/dist/client/build/_shared/chunk-SZCP6RSO.js.map +0 -7
  248. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YCAWB56Y.js +0 -31
  249. package/dist/templates/demo-store/dist/client/build/_shared/chunk-YCAWB56Y.js.map +0 -7
  250. package/dist/templates/demo-store/dist/client/build/entry.client-3PUQSZFF.js +0 -2
  251. package/dist/templates/demo-store/dist/client/build/entry.client-3PUQSZFF.js.map +0 -7
  252. package/dist/templates/demo-store/dist/client/build/manifest-E4E22121.js +0 -1
  253. package/dist/templates/demo-store/dist/client/build/root-6BHVTOEY.js +0 -14
  254. package/dist/templates/demo-store/dist/client/build/root-6BHVTOEY.js.map +0 -7
  255. package/dist/templates/demo-store/dist/client/build/routes/($lang)/$-HDBACFGJ.js +0 -2
  256. package/dist/templates/demo-store/dist/client/build/routes/($lang)/$-HDBACFGJ.js.map +0 -7
  257. package/dist/templates/demo-store/dist/client/build/routes/($lang)/[robots.txt]-KDA3EX2G.js +0 -2
  258. package/dist/templates/demo-store/dist/client/build/routes/($lang)/[robots.txt]-KDA3EX2G.js.map +0 -7
  259. package/dist/templates/demo-store/dist/client/build/routes/($lang)/[sitemap.xml]-AAQRJL2R.js +0 -2
  260. package/dist/templates/demo-store/dist/client/build/routes/($lang)/[sitemap.xml]-AAQRJL2R.js.map +0 -7
  261. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/address/$id-3WQU2LQT.js +0 -2
  262. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/address/$id-3WQU2LQT.js.map +0 -7
  263. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/edit-3XQ4BLHS.js +0 -2
  264. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/edit-3XQ4BLHS.js.map +0 -7
  265. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/logout-7KXWFBCX.js +0 -2
  266. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/logout-7KXWFBCX.js.map +0 -7
  267. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/orders.$id-7VQDCWO5.js +0 -2
  268. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__private/orders.$id-7VQDCWO5.js.map +0 -7
  269. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/activate.$id.$activationToken-Z5BQE6J5.js +0 -2
  270. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/activate.$id.$activationToken-Z5BQE6J5.js.map +0 -7
  271. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/login-K6QUN2VF.js +0 -2
  272. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/login-K6QUN2VF.js.map +0 -7
  273. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/recover-UV5PLPS5.js +0 -2
  274. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/recover-UV5PLPS5.js.map +0 -7
  275. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/register-SZW3ORRR.js +0 -2
  276. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/register-SZW3ORRR.js.map +0 -7
  277. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/reset.$id.$resetToken-WOUXQWZU.js +0 -2
  278. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account/__public/reset.$id.$resetToken-WOUXQWZU.js.map +0 -7
  279. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account-PRE5HSJE.js +0 -25
  280. package/dist/templates/demo-store/dist/client/build/routes/($lang)/account-PRE5HSJE.js.map +0 -7
  281. package/dist/templates/demo-store/dist/client/build/routes/($lang)/api/countries-UD6BGYL2.js +0 -2
  282. package/dist/templates/demo-store/dist/client/build/routes/($lang)/api/countries-UD6BGYL2.js.map +0 -7
  283. package/dist/templates/demo-store/dist/client/build/routes/($lang)/api/products-KIFIWUFE.js +0 -2
  284. package/dist/templates/demo-store/dist/client/build/routes/($lang)/api/products-KIFIWUFE.js.map +0 -7
  285. package/dist/templates/demo-store/dist/client/build/routes/($lang)/cart-3AJ7UOZX.js +0 -55
  286. package/dist/templates/demo-store/dist/client/build/routes/($lang)/cart-3AJ7UOZX.js.map +0 -7
  287. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/$collectionHandle-ORDYEBM3.js +0 -83
  288. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/$collectionHandle-ORDYEBM3.js.map +0 -7
  289. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/all-IXDFOKCK.js +0 -2
  290. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/all-IXDFOKCK.js.map +0 -7
  291. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/index-3AJFWRDR.js +0 -2
  292. package/dist/templates/demo-store/dist/client/build/routes/($lang)/collections/index-3AJFWRDR.js.map +0 -7
  293. package/dist/templates/demo-store/dist/client/build/routes/($lang)/discounts.$code-GYKQBNLQ.js +0 -2
  294. package/dist/templates/demo-store/dist/client/build/routes/($lang)/discounts.$code-GYKQBNLQ.js.map +0 -7
  295. package/dist/templates/demo-store/dist/client/build/routes/($lang)/featured-products-KNUST6DD.js +0 -2
  296. package/dist/templates/demo-store/dist/client/build/routes/($lang)/featured-products-KNUST6DD.js.map +0 -7
  297. package/dist/templates/demo-store/dist/client/build/routes/($lang)/index-4US2D5XK.js +0 -32
  298. package/dist/templates/demo-store/dist/client/build/routes/($lang)/index-4US2D5XK.js.map +0 -7
  299. package/dist/templates/demo-store/dist/client/build/routes/($lang)/journal/$journalHandle-BCHHYOJX.js +0 -2
  300. package/dist/templates/demo-store/dist/client/build/routes/($lang)/journal/$journalHandle-BCHHYOJX.js.map +0 -7
  301. package/dist/templates/demo-store/dist/client/build/routes/($lang)/journal/index-LZR4YNUM.js +0 -2
  302. package/dist/templates/demo-store/dist/client/build/routes/($lang)/journal/index-LZR4YNUM.js.map +0 -7
  303. package/dist/templates/demo-store/dist/client/build/routes/($lang)/og-image-KUOACO4J.js +0 -2
  304. package/dist/templates/demo-store/dist/client/build/routes/($lang)/og-image-KUOACO4J.js.map +0 -7
  305. package/dist/templates/demo-store/dist/client/build/routes/($lang)/pages/$pageHandle-5WR6PFRU.js +0 -2
  306. package/dist/templates/demo-store/dist/client/build/routes/($lang)/pages/$pageHandle-5WR6PFRU.js.map +0 -7
  307. package/dist/templates/demo-store/dist/client/build/routes/($lang)/policies/$policyHandle-C5ATUMN6.js +0 -2
  308. package/dist/templates/demo-store/dist/client/build/routes/($lang)/policies/$policyHandle-C5ATUMN6.js.map +0 -7
  309. package/dist/templates/demo-store/dist/client/build/routes/($lang)/policies/index-MJDYZG5P.js +0 -2
  310. package/dist/templates/demo-store/dist/client/build/routes/($lang)/policies/index-MJDYZG5P.js.map +0 -7
  311. package/dist/templates/demo-store/dist/client/build/routes/($lang)/products/$productHandle-IB2WTXB6.js +0 -68
  312. package/dist/templates/demo-store/dist/client/build/routes/($lang)/products/$productHandle-IB2WTXB6.js.map +0 -7
  313. package/dist/templates/demo-store/dist/client/build/routes/($lang)/products/index-266HKDAN.js +0 -24
  314. package/dist/templates/demo-store/dist/client/build/routes/($lang)/products/index-266HKDAN.js.map +0 -7
  315. package/dist/templates/demo-store/dist/client/build/routes/($lang)/search-CH57YG7S.js +0 -54
  316. package/dist/templates/demo-store/dist/client/build/routes/($lang)/search-CH57YG7S.js.map +0 -7
  317. package/dist/templates/demo-store/dist/client/build/routes/graphiql-ZHVT5SA7.js +0 -2
  318. package/dist/templates/demo-store/dist/client/build/routes/graphiql-ZHVT5SA7.js.map +0 -7
  319. package/dist/templates/demo-store/dist/worker/_assets/IBMPlexSerif-Text-YFMZNZW6.woff2 +0 -0
  320. package/dist/templates/demo-store/dist/worker/_assets/IBMPlexSerif-TextItalic-CS6L5H7S.woff2 +0 -0
  321. package/dist/templates/demo-store/dist/worker/index.js +0 -1385
  322. package/dist/templates/demo-store/dist/worker/index.js.map +0 -7
  323. package/dist/templates/demo-store/package.json +0 -67
  324. package/dist/templates/demo-store/playwright.config.ts +0 -109
  325. package/dist/templates/demo-store/postcss.config.js +0 -10
  326. package/dist/templates/demo-store/public/favicon.svg +0 -28
  327. package/dist/templates/demo-store/remix.env.d.ts +0 -40
  328. package/dist/templates/demo-store/remix.init/index.js +0 -25
  329. package/dist/templates/demo-store/remix.init/package.json +0 -7
  330. package/dist/templates/demo-store/server.ts +0 -73
  331. package/dist/templates/demo-store/styles/app.css +0 -182
  332. package/dist/templates/demo-store/tailwind.config.js +0 -70
  333. package/dist/templates/demo-store/tests/cart.test.ts +0 -70
  334. package/dist/templates/demo-store/tests/seo.test.ts +0 -36
  335. package/dist/templates/demo-store/tests/utils.ts +0 -100
  336. package/dist/templates/demo-store/tsconfig.json +0 -25
  337. package/dist/templates/hello-world/.cache/content-v2/sha512/13/f6/b7f804d45a961ca1e392429e75ad80f23ba46cbba0e960c6a70f8de81f3f3763af59651474176798d1a1a4bd2a5109b1d441f6d1c8ba070b678b38378adf +0 -1
  338. package/dist/templates/hello-world/.cache/content-v2/sha512/4b/d3/aedf0c5a14c0f852936adb81a3bbd15ad1d5d9964ffe11a40d56bbdb2f2a4c7588ffa1d1ee657a3c3be4f6e6194465365f5d4213ef3b4e5086aa4bf0a5a4 +0 -1
  339. package/dist/templates/hello-world/.cache/content-v2/sha512/fa/dd/9bc10a1cb1f145eabd96bdba509178e20484197fefd8469ace9f53bf277e875751db3c4dddf229807c48cbe8db19494fe2a5aab7d2a4b7ae8bebbd67509c +0 -1
  340. package/dist/templates/hello-world/.cache/index-v5/09/f6/fe4b05c4157320b8b59b3f84116195be0437d87357d743d21acd638a4606 +0 -2
  341. package/dist/templates/hello-world/.cache/index-v5/b3/75/d3e7a4a5df68530007409daf1d2e66ab789c8b658d1819d7e5fd183f5f57 +0 -2
  342. package/dist/templates/hello-world/.cache/index-v5/d0/c4/d960260ece228d28f70e317741b3f3f3df05c53956d870235837ae2b73b4 +0 -2
  343. package/dist/templates/hello-world/.eslintignore +0 -4
  344. package/dist/templates/hello-world/.eslintrc.js +0 -6
  345. package/dist/templates/hello-world/.graphqlrc.yml +0 -1
  346. package/dist/templates/hello-world/README.md +0 -20
  347. package/dist/templates/hello-world/_env +0 -6
  348. package/dist/templates/hello-world/_gitignore +0 -8
  349. package/dist/templates/hello-world/app/components/Layout.tsx +0 -15
  350. package/dist/templates/hello-world/app/components/index.ts +0 -1
  351. package/dist/templates/hello-world/app/entry.client.tsx +0 -4
  352. package/dist/templates/hello-world/app/entry.server.tsx +0 -21
  353. package/dist/templates/hello-world/app/root.tsx +0 -212
  354. package/dist/templates/hello-world/app/routes/graphiql.tsx +0 -10
  355. package/dist/templates/hello-world/app/styles/app.css +0 -38
  356. package/dist/templates/hello-world/dist/client/build/_assets/app-NBPUE4H5.css +0 -1
  357. package/dist/templates/hello-world/dist/client/build/_assets/favicon-5FIZBM2K.svg +0 -28
  358. package/dist/templates/hello-world/dist/client/build/_shared/chunk-MEPKJ2VW.js +0 -2
  359. package/dist/templates/hello-world/dist/client/build/_shared/chunk-MEPKJ2VW.js.map +0 -7
  360. package/dist/templates/hello-world/dist/client/build/_shared/chunk-SYP5DAMV.js +0 -2
  361. package/dist/templates/hello-world/dist/client/build/_shared/chunk-SYP5DAMV.js.map +0 -7
  362. package/dist/templates/hello-world/dist/client/build/_shared/chunk-UWGFS4PS.js +0 -31
  363. package/dist/templates/hello-world/dist/client/build/_shared/chunk-UWGFS4PS.js.map +0 -7
  364. package/dist/templates/hello-world/dist/client/build/entry.client-YKLPLTIJ.js +0 -9
  365. package/dist/templates/hello-world/dist/client/build/entry.client-YKLPLTIJ.js.map +0 -7
  366. package/dist/templates/hello-world/dist/client/build/manifest-5BEA23FF.js +0 -1
  367. package/dist/templates/hello-world/dist/client/build/root-YMCCM3GG.js +0 -2
  368. package/dist/templates/hello-world/dist/client/build/root-YMCCM3GG.js.map +0 -7
  369. package/dist/templates/hello-world/dist/client/build/routes/graphiql-ZHVT5SA7.js +0 -2
  370. package/dist/templates/hello-world/dist/client/build/routes/graphiql-ZHVT5SA7.js.map +0 -7
  371. package/dist/templates/hello-world/dist/client/build/routes/index-TH4MKESG.js +0 -2
  372. package/dist/templates/hello-world/dist/client/build/routes/index-TH4MKESG.js.map +0 -7
  373. package/dist/templates/hello-world/dist/client/favicon.svg +0 -28
  374. package/dist/templates/hello-world/dist/worker/index.js +0 -172
  375. package/dist/templates/hello-world/dist/worker/index.js.map +0 -7
  376. package/dist/templates/hello-world/package.json +0 -41
  377. package/dist/templates/hello-world/public/favicon.svg +0 -28
  378. package/dist/templates/hello-world/remix.env.d.ts +0 -35
  379. package/dist/templates/hello-world/remix.init/index.js +0 -25
  380. package/dist/templates/hello-world/remix.init/package.json +0 -7
  381. package/dist/templates/hello-world/server.ts +0 -129
  382. package/dist/templates/hello-world/tsconfig.json +0 -25
  383. package/dist/tmp-create-app.js +0 -33
@@ -1,4203 +0,0 @@
1
- /*
2
- ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
3
- *//*
4
- 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
5
- 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
6
- */
7
-
8
- *,
9
- ::before,
10
- ::after {
11
- box-sizing: border-box; /* 1 */
12
- border-width: 0; /* 2 */
13
- border-style: solid; /* 2 */
14
- border-color: #e5e7eb; /* 2 */
15
- }
16
-
17
- ::before,
18
- ::after {
19
- --tw-content: '';
20
- }
21
-
22
- /*
23
- 1. Use a consistent sensible line-height in all browsers.
24
- 2. Prevent adjustments of font size after orientation changes in iOS.
25
- 3. Use a more readable tab size.
26
- 4. Use the user's configured `sans` font-family by default.
27
- */
28
-
29
- html {
30
- line-height: 1.5; /* 1 */
31
- -webkit-text-size-adjust: 100%; /* 2 */
32
- -moz-tab-size: 4; /* 3 */
33
- -o-tab-size: 4;
34
- tab-size: 4; /* 3 */
35
- font-family: Helvetica Neue, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; /* 4 */
36
- }
37
-
38
- /*
39
- 1. Remove the margin in all browsers.
40
- 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
41
- */
42
-
43
- body {
44
- margin: 0; /* 1 */
45
- line-height: inherit; /* 2 */
46
- }
47
-
48
- /*
49
- 1. Add the correct height in Firefox.
50
- 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
51
- 3. Ensure horizontal rules are visible by default.
52
- */
53
-
54
- hr {
55
- height: 0; /* 1 */
56
- color: inherit; /* 2 */
57
- border-top-width: 1px; /* 3 */
58
- }
59
-
60
- /*
61
- Add the correct text decoration in Chrome, Edge, and Safari.
62
- */
63
-
64
- abbr:where([title]) {
65
- text-decoration: underline;
66
- -webkit-text-decoration: underline dotted currentColor;
67
- text-decoration: underline dotted currentColor;
68
- }
69
-
70
- /*
71
- Remove the default font size and weight for headings.
72
- */
73
-
74
- h1,
75
- h2,
76
- h3,
77
- h4,
78
- h5,
79
- h6 {
80
- font-size: inherit;
81
- font-weight: inherit;
82
- }
83
-
84
- /*
85
- Reset links to optimize for opt-in styling instead of opt-out.
86
- */
87
-
88
- a {
89
- color: inherit;
90
- text-decoration: inherit;
91
- }
92
-
93
- /*
94
- Add the correct font weight in Edge and Safari.
95
- */
96
-
97
- b,
98
- strong {
99
- font-weight: bolder;
100
- }
101
-
102
- /*
103
- 1. Use the user's configured `mono` font family by default.
104
- 2. Correct the odd `em` font sizing in all browsers.
105
- */
106
-
107
- code,
108
- kbd,
109
- samp,
110
- pre {
111
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
112
- font-size: 1em; /* 2 */
113
- }
114
-
115
- /*
116
- Add the correct font size in all browsers.
117
- */
118
-
119
- small {
120
- font-size: 80%;
121
- }
122
-
123
- /*
124
- Prevent `sub` and `sup` elements from affecting the line height in all browsers.
125
- */
126
-
127
- sub,
128
- sup {
129
- font-size: 75%;
130
- line-height: 0;
131
- position: relative;
132
- vertical-align: baseline;
133
- }
134
-
135
- sub {
136
- bottom: -0.25em;
137
- }
138
-
139
- sup {
140
- top: -0.5em;
141
- }
142
-
143
- /*
144
- 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
145
- 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
146
- 3. Remove gaps between table borders by default.
147
- */
148
-
149
- table {
150
- text-indent: 0; /* 1 */
151
- border-color: inherit; /* 2 */
152
- border-collapse: collapse; /* 3 */
153
- }
154
-
155
- /*
156
- 1. Change the font styles in all browsers.
157
- 2. Remove the margin in Firefox and Safari.
158
- 3. Remove default padding in all browsers.
159
- */
160
-
161
- button,
162
- input,
163
- optgroup,
164
- select,
165
- textarea {
166
- font-family: inherit; /* 1 */
167
- font-size: 100%; /* 1 */
168
- font-weight: inherit; /* 1 */
169
- line-height: inherit; /* 1 */
170
- color: inherit; /* 1 */
171
- margin: 0; /* 2 */
172
- padding: 0; /* 3 */
173
- }
174
-
175
- /*
176
- Remove the inheritance of text transform in Edge and Firefox.
177
- */
178
-
179
- button,
180
- select {
181
- text-transform: none;
182
- }
183
-
184
- /*
185
- 1. Correct the inability to style clickable types in iOS and Safari.
186
- 2. Remove default button styles.
187
- */
188
-
189
- button,
190
- [type='button'],
191
- [type='reset'],
192
- [type='submit'] {
193
- -webkit-appearance: button; /* 1 */
194
- background-color: transparent; /* 2 */
195
- background-image: none; /* 2 */
196
- }
197
-
198
- /*
199
- Use the modern Firefox focus style for all focusable elements.
200
- */
201
-
202
- :-moz-focusring {
203
- outline: auto;
204
- }
205
-
206
- /*
207
- Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
208
- */
209
-
210
- :-moz-ui-invalid {
211
- box-shadow: none;
212
- }
213
-
214
- /*
215
- Add the correct vertical alignment in Chrome and Firefox.
216
- */
217
-
218
- progress {
219
- vertical-align: baseline;
220
- }
221
-
222
- /*
223
- Correct the cursor style of increment and decrement buttons in Safari.
224
- */
225
-
226
- ::-webkit-inner-spin-button,
227
- ::-webkit-outer-spin-button {
228
- height: auto;
229
- }
230
-
231
- /*
232
- 1. Correct the odd appearance in Chrome and Safari.
233
- 2. Correct the outline style in Safari.
234
- */
235
-
236
- [type='search'] {
237
- -webkit-appearance: textfield; /* 1 */
238
- outline-offset: -2px; /* 2 */
239
- }
240
-
241
- /*
242
- Remove the inner padding in Chrome and Safari on macOS.
243
- */
244
-
245
- ::-webkit-search-decoration {
246
- -webkit-appearance: none;
247
- }
248
-
249
- /*
250
- 1. Correct the inability to style clickable types in iOS and Safari.
251
- 2. Change font properties to `inherit` in Safari.
252
- */
253
-
254
- ::-webkit-file-upload-button {
255
- -webkit-appearance: button; /* 1 */
256
- font: inherit; /* 2 */
257
- }
258
-
259
- /*
260
- Add the correct display in Chrome and Safari.
261
- */
262
-
263
- summary {
264
- display: list-item;
265
- }
266
-
267
- /*
268
- Removes the default spacing and border for appropriate elements.
269
- */
270
-
271
- blockquote,
272
- dl,
273
- dd,
274
- h1,
275
- h2,
276
- h3,
277
- h4,
278
- h5,
279
- h6,
280
- hr,
281
- figure,
282
- p,
283
- pre {
284
- margin: 0;
285
- }
286
-
287
- fieldset {
288
- margin: 0;
289
- padding: 0;
290
- }
291
-
292
- legend {
293
- padding: 0;
294
- }
295
-
296
- ol,
297
- ul,
298
- menu {
299
- list-style: none;
300
- margin: 0;
301
- padding: 0;
302
- }
303
-
304
- /*
305
- Prevent resizing textareas horizontally by default.
306
- */
307
-
308
- textarea {
309
- resize: vertical;
310
- }
311
-
312
- /*
313
- 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
314
- 2. Set the default placeholder color to the user's configured gray 400 color.
315
- */
316
-
317
- input::-moz-placeholder, textarea::-moz-placeholder {
318
- opacity: 1; /* 1 */
319
- color: #9ca3af; /* 2 */
320
- }
321
-
322
- input::placeholder,
323
- textarea::placeholder {
324
- opacity: 1; /* 1 */
325
- color: #9ca3af; /* 2 */
326
- }
327
-
328
- /*
329
- Set the default cursor for buttons.
330
- */
331
-
332
- button,
333
- [role="button"] {
334
- cursor: pointer;
335
- }
336
-
337
- /*
338
- Make sure disabled buttons don't get the pointer cursor.
339
- */
340
- :disabled {
341
- cursor: default;
342
- }
343
-
344
- /*
345
- 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
346
- 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
347
- This can trigger a poorly considered lint error in some tools but is included by design.
348
- */
349
-
350
- img,
351
- svg,
352
- video,
353
- canvas,
354
- audio,
355
- iframe,
356
- embed,
357
- object {
358
- display: block; /* 1 */
359
- vertical-align: middle; /* 2 */
360
- }
361
-
362
- /*
363
- Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
364
- */
365
-
366
- img,
367
- video {
368
- max-width: 100%;
369
- height: auto;
370
- }
371
-
372
- [type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
373
- -webkit-appearance: none;
374
- -moz-appearance: none;
375
- appearance: none;
376
- background-color: #fff;
377
- border-color: #6b7280;
378
- border-width: 1px;
379
- border-radius: 0px;
380
- padding-top: 0.5rem;
381
- padding-right: 0.75rem;
382
- padding-bottom: 0.5rem;
383
- padding-left: 0.75rem;
384
- font-size: 1rem;
385
- line-height: 1.5rem;
386
- --tw-shadow: 0 0 rgba(0,0,0,0);
387
- }
388
-
389
- [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
390
- outline: 2px solid transparent;
391
- outline-offset: 2px;
392
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
393
- --tw-ring-offset-width: 0px;
394
- --tw-ring-offset-color: #fff;
395
- --tw-ring-color: #2563eb;
396
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
397
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
398
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
399
- border-color: #2563eb;
400
- }
401
-
402
- input::-moz-placeholder, textarea::-moz-placeholder{
403
- color: #6b7280;
404
- opacity: 1;
405
- }
406
-
407
- input::placeholder,textarea::placeholder{
408
- color: #6b7280;
409
- opacity: 1;
410
- }
411
-
412
- ::-webkit-datetime-edit-fields-wrapper{
413
- padding: 0;
414
- }
415
-
416
- ::-webkit-date-and-time-value{
417
- min-height: 1.5em;
418
- }
419
-
420
- ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
421
- padding-top: 0;
422
- padding-bottom: 0;
423
- }
424
-
425
- select{
426
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
427
- background-position: right 0.5rem center;
428
- background-repeat: no-repeat;
429
- background-size: 1.5em 1.5em;
430
- padding-right: 2.5rem;
431
- -webkit-print-color-adjust: exact;
432
- print-color-adjust: exact;
433
- }
434
-
435
- [multiple]{
436
- background-image: none;
437
- background-image: initial;
438
- background-position: 0 0;
439
- background-position: initial;
440
- background-repeat: repeat;
441
- background-repeat: initial;
442
- background-size: auto auto;
443
- background-size: initial;
444
- padding-right: 0.75rem;
445
- -webkit-print-color-adjust: inherit;
446
- print-color-adjust: inherit;
447
- }
448
-
449
- [type='checkbox'],[type='radio']{
450
- -webkit-appearance: none;
451
- -moz-appearance: none;
452
- appearance: none;
453
- padding: 0;
454
- -webkit-print-color-adjust: exact;
455
- print-color-adjust: exact;
456
- display: inline-block;
457
- vertical-align: middle;
458
- background-origin: border-box;
459
- -webkit-user-select: none;
460
- -moz-user-select: none;
461
- user-select: none;
462
- flex-shrink: 0;
463
- height: 1rem;
464
- width: 1rem;
465
- color: #2563eb;
466
- background-color: #fff;
467
- border-color: #6b7280;
468
- border-width: 1px;
469
- --tw-shadow: 0 0 rgba(0,0,0,0);
470
- }
471
-
472
- [type='checkbox']{
473
- border-radius: 0px;
474
- }
475
-
476
- [type='radio']{
477
- border-radius: 100%;
478
- }
479
-
480
- [type='checkbox']:focus,[type='radio']:focus{
481
- outline: 2px solid transparent;
482
- outline-offset: 2px;
483
- --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
484
- --tw-ring-offset-width: 2px;
485
- --tw-ring-offset-color: #fff;
486
- --tw-ring-color: #2563eb;
487
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
488
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
489
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
490
- }
491
-
492
- [type='checkbox']:checked,[type='radio']:checked{
493
- border-color: transparent;
494
- background-color: currentColor;
495
- background-size: 100% 100%;
496
- background-position: center;
497
- background-repeat: no-repeat;
498
- }
499
-
500
- [type='checkbox']:checked{
501
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
502
- }
503
-
504
- [type='radio']:checked{
505
- background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
506
- }
507
-
508
- [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
509
- border-color: transparent;
510
- background-color: currentColor;
511
- }
512
-
513
- [type='checkbox']:indeterminate{
514
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
515
- border-color: transparent;
516
- background-color: currentColor;
517
- background-size: 100% 100%;
518
- background-position: center;
519
- background-repeat: no-repeat;
520
- }
521
-
522
- [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
523
- border-color: transparent;
524
- background-color: currentColor;
525
- }
526
-
527
- [type='file']{
528
- background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
529
- background: initial;
530
- border-color: inherit;
531
- border-width: 0;
532
- border-radius: 0;
533
- padding: 0;
534
- font-size: inherit;
535
- line-height: inherit;
536
- }
537
-
538
- [type='file']:focus{
539
- outline: 1px solid ButtonText;
540
- outline: 1px auto -webkit-focus-ring-color;
541
- }
542
- * {
543
- font-feature-settings: none;
544
- font-variant-ligatures: none;
545
- }
546
-
547
- body{
548
- border-color: rgba(20, 20, 20, 0.1);
549
- border-color: rgb(var(--color-primary) / 0.1);
550
- --tw-bg-opacity: 1;
551
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
552
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
553
- color: rgba(20, 20, 20, 0.9);
554
- color: rgb(var(--color-primary) / 0.9);
555
- -webkit-font-smoothing: antialiased;
556
- -moz-osx-font-smoothing: grayscale;
557
- }
558
-
559
- html {
560
- scroll-padding-top: 10rem;
561
- }
562
-
563
- model-viewer::part(default-progress-mask) {
564
- display: none;
565
- }
566
-
567
- model-viewer::part(default-progress-bar) {
568
- display: none;
569
- }
570
-
571
- input[type='search']::-webkit-search-decoration,
572
- input[type='search']::-webkit-search-cancel-button,
573
- input[type='search']::-webkit-search-results-button,
574
- input[type='search']::-webkit-search-results-decoration {
575
- -webkit-appearance: none;
576
- }
577
-
578
- a.active{
579
- border-bottom-width: 1px;
580
- }
581
- .prose h1:first-child, .prose h2:first-child, .prose h3:first-child, .prose h4:first-child, .prose h5:first-child, .prose h6:first-child{
582
- margin-top: 0px;
583
- }
584
-
585
- *, ::before, ::after{
586
- --tw-border-spacing-x: 0;
587
- --tw-border-spacing-y: 0;
588
- --tw-translate-x: 0;
589
- --tw-translate-y: 0;
590
- --tw-rotate: 0;
591
- --tw-skew-x: 0;
592
- --tw-skew-y: 0;
593
- --tw-scale-x: 1;
594
- --tw-scale-y: 1;
595
- --tw-pan-x: ;
596
- --tw-pan-y: ;
597
- --tw-pinch-zoom: ;
598
- --tw-scroll-snap-strictness: proximity;
599
- --tw-ordinal: ;
600
- --tw-slashed-zero: ;
601
- --tw-numeric-figure: ;
602
- --tw-numeric-spacing: ;
603
- --tw-numeric-fraction: ;
604
- --tw-ring-inset: ;
605
- --tw-ring-offset-width: 0px;
606
- --tw-ring-offset-color: #fff;
607
- --tw-ring-color: rgba(59, 130, 246, 0.5);
608
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
609
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
610
- --tw-shadow: 0 0 rgba(0,0,0,0);
611
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
612
- --tw-blur: ;
613
- --tw-brightness: ;
614
- --tw-contrast: ;
615
- --tw-grayscale: ;
616
- --tw-hue-rotate: ;
617
- --tw-invert: ;
618
- --tw-saturate: ;
619
- --tw-sepia: ;
620
- --tw-drop-shadow: ;
621
- --tw-backdrop-blur: ;
622
- --tw-backdrop-brightness: ;
623
- --tw-backdrop-contrast: ;
624
- --tw-backdrop-grayscale: ;
625
- --tw-backdrop-hue-rotate: ;
626
- --tw-backdrop-invert: ;
627
- --tw-backdrop-opacity: ;
628
- --tw-backdrop-saturate: ;
629
- --tw-backdrop-sepia: ;
630
- }
631
-
632
- ::-webkit-backdrop{
633
- --tw-border-spacing-x: 0;
634
- --tw-border-spacing-y: 0;
635
- --tw-translate-x: 0;
636
- --tw-translate-y: 0;
637
- --tw-rotate: 0;
638
- --tw-skew-x: 0;
639
- --tw-skew-y: 0;
640
- --tw-scale-x: 1;
641
- --tw-scale-y: 1;
642
- --tw-pan-x: ;
643
- --tw-pan-y: ;
644
- --tw-pinch-zoom: ;
645
- --tw-scroll-snap-strictness: proximity;
646
- --tw-ordinal: ;
647
- --tw-slashed-zero: ;
648
- --tw-numeric-figure: ;
649
- --tw-numeric-spacing: ;
650
- --tw-numeric-fraction: ;
651
- --tw-ring-inset: ;
652
- --tw-ring-offset-width: 0px;
653
- --tw-ring-offset-color: #fff;
654
- --tw-ring-color: rgba(59, 130, 246, 0.5);
655
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
656
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
657
- --tw-shadow: 0 0 rgba(0,0,0,0);
658
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
659
- --tw-blur: ;
660
- --tw-brightness: ;
661
- --tw-contrast: ;
662
- --tw-grayscale: ;
663
- --tw-hue-rotate: ;
664
- --tw-invert: ;
665
- --tw-saturate: ;
666
- --tw-sepia: ;
667
- --tw-drop-shadow: ;
668
- --tw-backdrop-blur: ;
669
- --tw-backdrop-brightness: ;
670
- --tw-backdrop-contrast: ;
671
- --tw-backdrop-grayscale: ;
672
- --tw-backdrop-hue-rotate: ;
673
- --tw-backdrop-invert: ;
674
- --tw-backdrop-opacity: ;
675
- --tw-backdrop-saturate: ;
676
- --tw-backdrop-sepia: ;
677
- }
678
-
679
- ::backdrop{
680
- --tw-border-spacing-x: 0;
681
- --tw-border-spacing-y: 0;
682
- --tw-translate-x: 0;
683
- --tw-translate-y: 0;
684
- --tw-rotate: 0;
685
- --tw-skew-x: 0;
686
- --tw-skew-y: 0;
687
- --tw-scale-x: 1;
688
- --tw-scale-y: 1;
689
- --tw-pan-x: ;
690
- --tw-pan-y: ;
691
- --tw-pinch-zoom: ;
692
- --tw-scroll-snap-strictness: proximity;
693
- --tw-ordinal: ;
694
- --tw-slashed-zero: ;
695
- --tw-numeric-figure: ;
696
- --tw-numeric-spacing: ;
697
- --tw-numeric-fraction: ;
698
- --tw-ring-inset: ;
699
- --tw-ring-offset-width: 0px;
700
- --tw-ring-offset-color: #fff;
701
- --tw-ring-color: rgba(59, 130, 246, 0.5);
702
- --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
703
- --tw-ring-shadow: 0 0 rgba(0,0,0,0);
704
- --tw-shadow: 0 0 rgba(0,0,0,0);
705
- --tw-shadow-colored: 0 0 rgba(0,0,0,0);
706
- --tw-blur: ;
707
- --tw-brightness: ;
708
- --tw-contrast: ;
709
- --tw-grayscale: ;
710
- --tw-hue-rotate: ;
711
- --tw-invert: ;
712
- --tw-saturate: ;
713
- --tw-sepia: ;
714
- --tw-drop-shadow: ;
715
- --tw-backdrop-blur: ;
716
- --tw-backdrop-brightness: ;
717
- --tw-backdrop-contrast: ;
718
- --tw-backdrop-grayscale: ;
719
- --tw-backdrop-hue-rotate: ;
720
- --tw-backdrop-invert: ;
721
- --tw-backdrop-opacity: ;
722
- --tw-backdrop-saturate: ;
723
- --tw-backdrop-sepia: ;
724
- }
725
- .container{
726
- width: 100%;
727
- }
728
- @media (min-width: 32em){
729
-
730
- .container{
731
- max-width: 32em;
732
- }
733
- }
734
- @media (min-width: 48em){
735
-
736
- .container{
737
- max-width: 48em;
738
- }
739
- }
740
- @media (min-width: 64em){
741
-
742
- .container{
743
- max-width: 64em;
744
- }
745
- }
746
- @media (min-width: 80em){
747
-
748
- .container{
749
- max-width: 80em;
750
- }
751
- }
752
- @media (min-width: 96em){
753
-
754
- .container{
755
- max-width: 96em;
756
- }
757
- }
758
- .prose{
759
- color: var(--tw-prose-body);
760
- max-width: 65ch;
761
- }
762
- .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)){
763
- color: var(--tw-prose-lead);
764
- font-size: 1.25em;
765
- line-height: 1.6;
766
- margin-top: 1.2em;
767
- margin-bottom: 1.2em;
768
- }
769
- .prose :where(a):not(:where([class~="not-prose"] *)){
770
- color: var(--tw-prose-links);
771
- text-decoration: underline;
772
- font-weight: 500;
773
- }
774
- .prose :where(strong):not(:where([class~="not-prose"] *)){
775
- color: var(--tw-prose-bold);
776
- font-weight: 600;
777
- }
778
- .prose :where(a strong):not(:where([class~="not-prose"] *)){
779
- color: inherit;
780
- }
781
- .prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
782
- color: inherit;
783
- }
784
- .prose :where(thead th strong):not(:where([class~="not-prose"] *)){
785
- color: inherit;
786
- }
787
- .prose :where(ol):not(:where([class~="not-prose"] *)){
788
- list-style-type: decimal;
789
- margin-top: 1.25em;
790
- margin-bottom: 1.25em;
791
- padding-left: 1.625em;
792
- }
793
- .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
794
- list-style-type: upper-alpha;
795
- }
796
- .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
797
- list-style-type: lower-alpha;
798
- }
799
- .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
800
- list-style-type: upper-alpha;
801
- }
802
- .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
803
- list-style-type: lower-alpha;
804
- }
805
- .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
806
- list-style-type: upper-roman;
807
- }
808
- .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
809
- list-style-type: lower-roman;
810
- }
811
- .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
812
- list-style-type: upper-roman;
813
- }
814
- .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
815
- list-style-type: lower-roman;
816
- }
817
- .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
818
- list-style-type: decimal;
819
- }
820
- .prose :where(ul):not(:where([class~="not-prose"] *)){
821
- list-style-type: disc;
822
- margin-top: 1.25em;
823
- margin-bottom: 1.25em;
824
- padding-left: 1.625em;
825
- }
826
- .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
827
- font-weight: 400;
828
- color: var(--tw-prose-counters);
829
- }
830
- .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
831
- color: var(--tw-prose-bullets);
832
- }
833
- .prose :where(hr):not(:where([class~="not-prose"] *)){
834
- border-color: var(--tw-prose-hr);
835
- border-top-width: 1px;
836
- margin-top: 3em;
837
- margin-bottom: 3em;
838
- }
839
- .prose :where(blockquote):not(:where([class~="not-prose"] *)){
840
- font-weight: 500;
841
- font-style: italic;
842
- color: var(--tw-prose-quotes);
843
- border-left-width: 0.25rem;
844
- border-left-color: var(--tw-prose-quote-borders);
845
- quotes: "\201C""\201D""\2018""\2019";
846
- margin-top: 1.6em;
847
- margin-bottom: 1.6em;
848
- padding-left: 1em;
849
- }
850
- .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
851
- content: open-quote;
852
- }
853
- .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
854
- content: close-quote;
855
- }
856
- .prose :where(h1):not(:where([class~="not-prose"] *)){
857
- color: var(--tw-prose-headings);
858
- font-weight: 800;
859
- font-size: 2.25em;
860
- margin-top: 0;
861
- margin-bottom: 0.8888889em;
862
- line-height: 1.1111111;
863
- }
864
- .prose :where(h1 strong):not(:where([class~="not-prose"] *)){
865
- font-weight: 900;
866
- color: inherit;
867
- }
868
- .prose :where(h2):not(:where([class~="not-prose"] *)){
869
- color: var(--tw-prose-headings);
870
- font-weight: 700;
871
- font-size: 1.5em;
872
- margin-top: 2em;
873
- margin-bottom: 1em;
874
- line-height: 1.3333333;
875
- }
876
- .prose :where(h2 strong):not(:where([class~="not-prose"] *)){
877
- font-weight: 800;
878
- color: inherit;
879
- }
880
- .prose :where(h3):not(:where([class~="not-prose"] *)){
881
- color: var(--tw-prose-headings);
882
- font-weight: 600;
883
- font-size: 1.25em;
884
- margin-top: 1.6em;
885
- margin-bottom: 0.6em;
886
- line-height: 1.6;
887
- }
888
- .prose :where(h3 strong):not(:where([class~="not-prose"] *)){
889
- font-weight: 700;
890
- color: inherit;
891
- }
892
- .prose :where(h4):not(:where([class~="not-prose"] *)){
893
- color: var(--tw-prose-headings);
894
- font-weight: 600;
895
- margin-top: 1.5em;
896
- margin-bottom: 0.5em;
897
- line-height: 1.5;
898
- }
899
- .prose :where(h4 strong):not(:where([class~="not-prose"] *)){
900
- font-weight: 700;
901
- color: inherit;
902
- }
903
- .prose :where(img):not(:where([class~="not-prose"] *)){
904
- margin-top: 2em;
905
- margin-bottom: 2em;
906
- }
907
- .prose :where(figure > *):not(:where([class~="not-prose"] *)){
908
- margin-top: 0;
909
- margin-bottom: 0;
910
- }
911
- .prose :where(figcaption):not(:where([class~="not-prose"] *)){
912
- color: var(--tw-prose-captions);
913
- font-size: 0.875em;
914
- line-height: 1.4285714;
915
- margin-top: 0.8571429em;
916
- }
917
- .prose :where(code):not(:where([class~="not-prose"] *)){
918
- color: var(--tw-prose-code);
919
- font-weight: 600;
920
- font-size: 0.875em;
921
- }
922
- .prose :where(code):not(:where([class~="not-prose"] *))::before{
923
- content: "`";
924
- }
925
- .prose :where(code):not(:where([class~="not-prose"] *))::after{
926
- content: "`";
927
- }
928
- .prose :where(a code):not(:where([class~="not-prose"] *)){
929
- color: inherit;
930
- }
931
- .prose :where(h1 code):not(:where([class~="not-prose"] *)){
932
- color: inherit;
933
- }
934
- .prose :where(h2 code):not(:where([class~="not-prose"] *)){
935
- color: inherit;
936
- font-size: 0.875em;
937
- }
938
- .prose :where(h3 code):not(:where([class~="not-prose"] *)){
939
- color: inherit;
940
- font-size: 0.9em;
941
- }
942
- .prose :where(h4 code):not(:where([class~="not-prose"] *)){
943
- color: inherit;
944
- }
945
- .prose :where(blockquote code):not(:where([class~="not-prose"] *)){
946
- color: inherit;
947
- }
948
- .prose :where(thead th code):not(:where([class~="not-prose"] *)){
949
- color: inherit;
950
- }
951
- .prose :where(pre):not(:where([class~="not-prose"] *)){
952
- color: var(--tw-prose-pre-code);
953
- background-color: var(--tw-prose-pre-bg);
954
- overflow-x: auto;
955
- font-weight: 400;
956
- font-size: 0.875em;
957
- line-height: 1.7142857;
958
- margin-top: 1.7142857em;
959
- margin-bottom: 1.7142857em;
960
- border-radius: 0.375rem;
961
- padding-top: 0.8571429em;
962
- padding-right: 1.1428571em;
963
- padding-bottom: 0.8571429em;
964
- padding-left: 1.1428571em;
965
- }
966
- .prose :where(pre code):not(:where([class~="not-prose"] *)){
967
- background-color: transparent;
968
- border-width: 0;
969
- border-radius: 0;
970
- padding: 0;
971
- font-weight: inherit;
972
- color: inherit;
973
- font-size: inherit;
974
- font-family: inherit;
975
- line-height: inherit;
976
- }
977
- .prose :where(pre code):not(:where([class~="not-prose"] *))::before{
978
- content: none;
979
- }
980
- .prose :where(pre code):not(:where([class~="not-prose"] *))::after{
981
- content: none;
982
- }
983
- .prose :where(table):not(:where([class~="not-prose"] *)){
984
- width: 100%;
985
- table-layout: auto;
986
- text-align: left;
987
- margin-top: 2em;
988
- margin-bottom: 2em;
989
- font-size: 0.875em;
990
- line-height: 1.7142857;
991
- }
992
- .prose :where(thead):not(:where([class~="not-prose"] *)){
993
- border-bottom-width: 1px;
994
- border-bottom-color: var(--tw-prose-th-borders);
995
- }
996
- .prose :where(thead th):not(:where([class~="not-prose"] *)){
997
- color: var(--tw-prose-headings);
998
- font-weight: 600;
999
- vertical-align: bottom;
1000
- padding-right: 0.5714286em;
1001
- padding-bottom: 0.5714286em;
1002
- padding-left: 0.5714286em;
1003
- }
1004
- .prose :where(tbody tr):not(:where([class~="not-prose"] *)){
1005
- border-bottom-width: 1px;
1006
- border-bottom-color: var(--tw-prose-td-borders);
1007
- }
1008
- .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
1009
- border-bottom-width: 0;
1010
- }
1011
- .prose :where(tbody td):not(:where([class~="not-prose"] *)){
1012
- vertical-align: baseline;
1013
- }
1014
- .prose :where(tfoot):not(:where([class~="not-prose"] *)){
1015
- border-top-width: 1px;
1016
- border-top-color: var(--tw-prose-th-borders);
1017
- }
1018
- .prose :where(tfoot td):not(:where([class~="not-prose"] *)){
1019
- vertical-align: top;
1020
- }
1021
- .prose{
1022
- --tw-prose-body: #374151;
1023
- --tw-prose-headings: #111827;
1024
- --tw-prose-lead: #4b5563;
1025
- --tw-prose-links: #111827;
1026
- --tw-prose-bold: #111827;
1027
- --tw-prose-counters: #6b7280;
1028
- --tw-prose-bullets: #d1d5db;
1029
- --tw-prose-hr: #e5e7eb;
1030
- --tw-prose-quotes: #111827;
1031
- --tw-prose-quote-borders: #e5e7eb;
1032
- --tw-prose-captions: #6b7280;
1033
- --tw-prose-code: #111827;
1034
- --tw-prose-pre-code: #e5e7eb;
1035
- --tw-prose-pre-bg: #1f2937;
1036
- --tw-prose-th-borders: #d1d5db;
1037
- --tw-prose-td-borders: #e5e7eb;
1038
- --tw-prose-invert-body: #d1d5db;
1039
- --tw-prose-invert-headings: #fff;
1040
- --tw-prose-invert-lead: #9ca3af;
1041
- --tw-prose-invert-links: #fff;
1042
- --tw-prose-invert-bold: #fff;
1043
- --tw-prose-invert-counters: #9ca3af;
1044
- --tw-prose-invert-bullets: #4b5563;
1045
- --tw-prose-invert-hr: #374151;
1046
- --tw-prose-invert-quotes: #f3f4f6;
1047
- --tw-prose-invert-quote-borders: #374151;
1048
- --tw-prose-invert-captions: #9ca3af;
1049
- --tw-prose-invert-code: #fff;
1050
- --tw-prose-invert-pre-code: #d1d5db;
1051
- --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
1052
- --tw-prose-invert-th-borders: #4b5563;
1053
- --tw-prose-invert-td-borders: #374151;
1054
- font-size: 1rem;
1055
- line-height: 1.75;
1056
- }
1057
- .prose :where(p):not(:where([class~="not-prose"] *)){
1058
- margin-top: 1.25em;
1059
- margin-bottom: 1.25em;
1060
- }
1061
- .prose :where(video):not(:where([class~="not-prose"] *)){
1062
- margin-top: 2em;
1063
- margin-bottom: 2em;
1064
- }
1065
- .prose :where(figure):not(:where([class~="not-prose"] *)){
1066
- margin-top: 2em;
1067
- margin-bottom: 2em;
1068
- }
1069
- .prose :where(li):not(:where([class~="not-prose"] *)){
1070
- margin-top: 0.5em;
1071
- margin-bottom: 0.5em;
1072
- }
1073
- .prose :where(ol > li):not(:where([class~="not-prose"] *)){
1074
- padding-left: 0.375em;
1075
- }
1076
- .prose :where(ul > li):not(:where([class~="not-prose"] *)){
1077
- padding-left: 0.375em;
1078
- }
1079
- .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1080
- margin-top: 0.75em;
1081
- margin-bottom: 0.75em;
1082
- }
1083
- .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1084
- margin-top: 1.25em;
1085
- }
1086
- .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1087
- margin-bottom: 1.25em;
1088
- }
1089
- .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1090
- margin-top: 1.25em;
1091
- }
1092
- .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1093
- margin-bottom: 1.25em;
1094
- }
1095
- .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
1096
- margin-top: 0.75em;
1097
- margin-bottom: 0.75em;
1098
- }
1099
- .prose :where(hr + *):not(:where([class~="not-prose"] *)){
1100
- margin-top: 0;
1101
- }
1102
- .prose :where(h2 + *):not(:where([class~="not-prose"] *)){
1103
- margin-top: 0;
1104
- }
1105
- .prose :where(h3 + *):not(:where([class~="not-prose"] *)){
1106
- margin-top: 0;
1107
- }
1108
- .prose :where(h4 + *):not(:where([class~="not-prose"] *)){
1109
- margin-top: 0;
1110
- }
1111
- .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
1112
- padding-left: 0;
1113
- }
1114
- .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
1115
- padding-right: 0;
1116
- }
1117
- .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
1118
- padding-top: 0.5714286em;
1119
- padding-right: 0.5714286em;
1120
- padding-bottom: 0.5714286em;
1121
- padding-left: 0.5714286em;
1122
- }
1123
- .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
1124
- padding-left: 0;
1125
- }
1126
- .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
1127
- padding-right: 0;
1128
- }
1129
- .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1130
- margin-top: 0;
1131
- }
1132
- .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1133
- margin-bottom: 0;
1134
- }
1135
- .prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1136
- margin-top: 0.5714286em;
1137
- margin-bottom: 0.5714286em;
1138
- }
1139
- .prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1140
- margin-top: 1.1428571em;
1141
- }
1142
- .prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1143
- margin-bottom: 1.1428571em;
1144
- }
1145
- .prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1146
- margin-top: 1.1428571em;
1147
- }
1148
- .prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1149
- margin-bottom: 1.1428571em;
1150
- }
1151
- .prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1152
- margin-top: 0;
1153
- }
1154
- .prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1155
- margin-bottom: 0;
1156
- }
1157
- .prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1158
- margin-top: 0.75em;
1159
- margin-bottom: 0.75em;
1160
- }
1161
- .prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1162
- margin-top: 1.25em;
1163
- }
1164
- .prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1165
- margin-bottom: 1.25em;
1166
- }
1167
- .prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1168
- margin-top: 1.25em;
1169
- }
1170
- .prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1171
- margin-bottom: 1.25em;
1172
- }
1173
- .prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1174
- margin-top: 0;
1175
- }
1176
- .prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1177
- margin-bottom: 0;
1178
- }
1179
- .prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1180
- margin-top: 0.8888889em;
1181
- margin-bottom: 0.8888889em;
1182
- }
1183
- .prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1184
- margin-top: 1.3333333em;
1185
- }
1186
- .prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1187
- margin-bottom: 1.3333333em;
1188
- }
1189
- .prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1190
- margin-top: 1.3333333em;
1191
- }
1192
- .prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1193
- margin-bottom: 1.3333333em;
1194
- }
1195
- .prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1196
- margin-top: 0;
1197
- }
1198
- .prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1199
- margin-bottom: 0;
1200
- }
1201
- .prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1202
- margin-top: 0.8em;
1203
- margin-bottom: 0.8em;
1204
- }
1205
- .prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1206
- margin-top: 1.2em;
1207
- }
1208
- .prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1209
- margin-bottom: 1.2em;
1210
- }
1211
- .prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1212
- margin-top: 1.2em;
1213
- }
1214
- .prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1215
- margin-bottom: 1.2em;
1216
- }
1217
- .prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1218
- margin-top: 0;
1219
- }
1220
- .prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1221
- margin-bottom: 0;
1222
- }
1223
- .prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1224
- margin-top: 0.8333333em;
1225
- margin-bottom: 0.8333333em;
1226
- }
1227
- .prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1228
- margin-top: 1.3333333em;
1229
- }
1230
- .prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1231
- margin-bottom: 1.3333333em;
1232
- }
1233
- .prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1234
- margin-top: 1.3333333em;
1235
- }
1236
- .prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1237
- margin-bottom: 1.3333333em;
1238
- }
1239
- .prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1240
- margin-top: 0;
1241
- }
1242
- .prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1243
- margin-bottom: 0;
1244
- }
1245
- .article h2,
1246
- .article h3,
1247
- .article h4,
1248
- .article h5,
1249
- .article h6{
1250
- font-family: Helvetica Neue, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
1251
- --tw-text-opacity: 1;
1252
- color: rgba(20, 20, 20, var(--tw-text-opacity));
1253
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
1254
- }
1255
- .article h1:first-child, .article h2:first-child, .article h3:first-child, .article h4:first-child, .article h5:first-child, .article h6:first-child{
1256
- margin-top: 0px;
1257
- }
1258
- .article{
1259
- color: var(--tw-prose-body);
1260
- max-width: 65ch;
1261
- }
1262
- .article :where([class~="lead"]):not(:where([class~="not-prose"] *)){
1263
- color: var(--tw-prose-lead);
1264
- font-size: 1.25em;
1265
- line-height: 1.6;
1266
- margin-top: 1.2em;
1267
- margin-bottom: 1.2em;
1268
- }
1269
- .article :where(a):not(:where([class~="not-prose"] *)){
1270
- color: var(--tw-prose-links);
1271
- text-decoration: underline;
1272
- font-weight: 500;
1273
- }
1274
- .article :where(strong):not(:where([class~="not-prose"] *)){
1275
- color: var(--tw-prose-bold);
1276
- font-weight: 600;
1277
- }
1278
- .article :where(a strong):not(:where([class~="not-prose"] *)){
1279
- color: inherit;
1280
- }
1281
- .article :where(blockquote strong):not(:where([class~="not-prose"] *)){
1282
- color: inherit;
1283
- }
1284
- .article :where(thead th strong):not(:where([class~="not-prose"] *)){
1285
- color: inherit;
1286
- }
1287
- .article :where(ol):not(:where([class~="not-prose"] *)){
1288
- list-style-type: decimal;
1289
- margin-top: 1.25em;
1290
- margin-bottom: 1.25em;
1291
- padding-left: 1.625em;
1292
- }
1293
- .article :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
1294
- list-style-type: upper-alpha;
1295
- }
1296
- .article :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
1297
- list-style-type: lower-alpha;
1298
- }
1299
- .article :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
1300
- list-style-type: upper-alpha;
1301
- }
1302
- .article :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
1303
- list-style-type: lower-alpha;
1304
- }
1305
- .article :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
1306
- list-style-type: upper-roman;
1307
- }
1308
- .article :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
1309
- list-style-type: lower-roman;
1310
- }
1311
- .article :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
1312
- list-style-type: upper-roman;
1313
- }
1314
- .article :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
1315
- list-style-type: lower-roman;
1316
- }
1317
- .article :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
1318
- list-style-type: decimal;
1319
- }
1320
- .article :where(ul):not(:where([class~="not-prose"] *)){
1321
- list-style-type: disc;
1322
- margin-top: 1.25em;
1323
- margin-bottom: 1.25em;
1324
- padding-left: 1.625em;
1325
- }
1326
- .article :where(ol > li):not(:where([class~="not-prose"] *))::marker{
1327
- font-weight: 400;
1328
- color: var(--tw-prose-counters);
1329
- }
1330
- .article :where(ul > li):not(:where([class~="not-prose"] *))::marker{
1331
- color: var(--tw-prose-bullets);
1332
- }
1333
- .article :where(hr):not(:where([class~="not-prose"] *)){
1334
- border-color: var(--tw-prose-hr);
1335
- border-top-width: 1px;
1336
- margin-top: 3em;
1337
- margin-bottom: 3em;
1338
- }
1339
- .article :where(blockquote):not(:where([class~="not-prose"] *)){
1340
- font-weight: 500;
1341
- font-style: italic;
1342
- color: var(--tw-prose-quotes);
1343
- border-left-width: 0.25rem;
1344
- border-left-color: var(--tw-prose-quote-borders);
1345
- quotes: "\201C""\201D""\2018""\2019";
1346
- margin-top: 1.6em;
1347
- margin-bottom: 1.6em;
1348
- padding-left: 1em;
1349
- }
1350
- .article :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
1351
- content: open-quote;
1352
- }
1353
- .article :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
1354
- content: close-quote;
1355
- }
1356
- .article :where(h1):not(:where([class~="not-prose"] *)){
1357
- color: var(--tw-prose-headings);
1358
- font-weight: 800;
1359
- font-size: 2.25em;
1360
- margin-top: 0;
1361
- margin-bottom: 0.8888889em;
1362
- line-height: 1.1111111;
1363
- }
1364
- .article :where(h1 strong):not(:where([class~="not-prose"] *)){
1365
- font-weight: 900;
1366
- color: inherit;
1367
- }
1368
- .article :where(h2):not(:where([class~="not-prose"] *)){
1369
- color: var(--tw-prose-headings);
1370
- font-weight: 700;
1371
- font-size: 1.5em;
1372
- margin-top: 2em;
1373
- margin-bottom: 1em;
1374
- line-height: 1.3333333;
1375
- }
1376
- .article :where(h2 strong):not(:where([class~="not-prose"] *)){
1377
- font-weight: 800;
1378
- color: inherit;
1379
- }
1380
- .article :where(h3):not(:where([class~="not-prose"] *)){
1381
- color: var(--tw-prose-headings);
1382
- font-weight: 600;
1383
- font-size: 1.25em;
1384
- margin-top: 1.6em;
1385
- margin-bottom: 0.6em;
1386
- line-height: 1.6;
1387
- }
1388
- .article :where(h3 strong):not(:where([class~="not-prose"] *)){
1389
- font-weight: 700;
1390
- color: inherit;
1391
- }
1392
- .article :where(h4):not(:where([class~="not-prose"] *)){
1393
- color: var(--tw-prose-headings);
1394
- font-weight: 600;
1395
- margin-top: 1.5em;
1396
- margin-bottom: 0.5em;
1397
- line-height: 1.5;
1398
- }
1399
- .article :where(h4 strong):not(:where([class~="not-prose"] *)){
1400
- font-weight: 700;
1401
- color: inherit;
1402
- }
1403
- .article :where(img):not(:where([class~="not-prose"] *)){
1404
- margin-top: 2em;
1405
- margin-bottom: 2em;
1406
- }
1407
- .article :where(figure > *):not(:where([class~="not-prose"] *)){
1408
- margin-top: 0;
1409
- margin-bottom: 0;
1410
- }
1411
- .article :where(figcaption):not(:where([class~="not-prose"] *)){
1412
- color: var(--tw-prose-captions);
1413
- font-size: 0.875em;
1414
- line-height: 1.4285714;
1415
- margin-top: 0.8571429em;
1416
- }
1417
- .article :where(code):not(:where([class~="not-prose"] *)){
1418
- color: var(--tw-prose-code);
1419
- font-weight: 600;
1420
- font-size: 0.875em;
1421
- }
1422
- .article :where(code):not(:where([class~="not-prose"] *))::before{
1423
- content: "`";
1424
- }
1425
- .article :where(code):not(:where([class~="not-prose"] *))::after{
1426
- content: "`";
1427
- }
1428
- .article :where(a code):not(:where([class~="not-prose"] *)){
1429
- color: inherit;
1430
- }
1431
- .article :where(h1 code):not(:where([class~="not-prose"] *)){
1432
- color: inherit;
1433
- }
1434
- .article :where(h2 code):not(:where([class~="not-prose"] *)){
1435
- color: inherit;
1436
- font-size: 0.875em;
1437
- }
1438
- .article :where(h3 code):not(:where([class~="not-prose"] *)){
1439
- color: inherit;
1440
- font-size: 0.9em;
1441
- }
1442
- .article :where(h4 code):not(:where([class~="not-prose"] *)){
1443
- color: inherit;
1444
- }
1445
- .article :where(blockquote code):not(:where([class~="not-prose"] *)){
1446
- color: inherit;
1447
- }
1448
- .article :where(thead th code):not(:where([class~="not-prose"] *)){
1449
- color: inherit;
1450
- }
1451
- .article :where(pre):not(:where([class~="not-prose"] *)){
1452
- color: var(--tw-prose-pre-code);
1453
- background-color: var(--tw-prose-pre-bg);
1454
- overflow-x: auto;
1455
- font-weight: 400;
1456
- font-size: 0.875em;
1457
- line-height: 1.7142857;
1458
- margin-top: 1.7142857em;
1459
- margin-bottom: 1.7142857em;
1460
- border-radius: 0.375rem;
1461
- padding-top: 0.8571429em;
1462
- padding-right: 1.1428571em;
1463
- padding-bottom: 0.8571429em;
1464
- padding-left: 1.1428571em;
1465
- }
1466
- .article :where(pre code):not(:where([class~="not-prose"] *)){
1467
- background-color: transparent;
1468
- border-width: 0;
1469
- border-radius: 0;
1470
- padding: 0;
1471
- font-weight: inherit;
1472
- color: inherit;
1473
- font-size: inherit;
1474
- font-family: inherit;
1475
- line-height: inherit;
1476
- }
1477
- .article :where(pre code):not(:where([class~="not-prose"] *))::before{
1478
- content: none;
1479
- }
1480
- .article :where(pre code):not(:where([class~="not-prose"] *))::after{
1481
- content: none;
1482
- }
1483
- .article :where(table):not(:where([class~="not-prose"] *)){
1484
- width: 100%;
1485
- table-layout: auto;
1486
- text-align: left;
1487
- margin-top: 2em;
1488
- margin-bottom: 2em;
1489
- font-size: 0.875em;
1490
- line-height: 1.7142857;
1491
- }
1492
- .article :where(thead):not(:where([class~="not-prose"] *)){
1493
- border-bottom-width: 1px;
1494
- border-bottom-color: var(--tw-prose-th-borders);
1495
- }
1496
- .article :where(thead th):not(:where([class~="not-prose"] *)){
1497
- color: var(--tw-prose-headings);
1498
- font-weight: 600;
1499
- vertical-align: bottom;
1500
- padding-right: 0.5714286em;
1501
- padding-bottom: 0.5714286em;
1502
- padding-left: 0.5714286em;
1503
- }
1504
- .article :where(tbody tr):not(:where([class~="not-prose"] *)){
1505
- border-bottom-width: 1px;
1506
- border-bottom-color: var(--tw-prose-td-borders);
1507
- }
1508
- .article :where(tbody tr:last-child):not(:where([class~="not-prose"] *)){
1509
- border-bottom-width: 0;
1510
- }
1511
- .article :where(tbody td):not(:where([class~="not-prose"] *)){
1512
- vertical-align: baseline;
1513
- }
1514
- .article :where(tfoot):not(:where([class~="not-prose"] *)){
1515
- border-top-width: 1px;
1516
- border-top-color: var(--tw-prose-th-borders);
1517
- }
1518
- .article :where(tfoot td):not(:where([class~="not-prose"] *)){
1519
- vertical-align: top;
1520
- }
1521
- .article{
1522
- --tw-prose-body: #374151;
1523
- --tw-prose-headings: #111827;
1524
- --tw-prose-lead: #4b5563;
1525
- --tw-prose-links: #111827;
1526
- --tw-prose-bold: #111827;
1527
- --tw-prose-counters: #6b7280;
1528
- --tw-prose-bullets: #d1d5db;
1529
- --tw-prose-hr: #e5e7eb;
1530
- --tw-prose-quotes: #111827;
1531
- --tw-prose-quote-borders: #e5e7eb;
1532
- --tw-prose-captions: #6b7280;
1533
- --tw-prose-code: #111827;
1534
- --tw-prose-pre-code: #e5e7eb;
1535
- --tw-prose-pre-bg: #1f2937;
1536
- --tw-prose-th-borders: #d1d5db;
1537
- --tw-prose-td-borders: #e5e7eb;
1538
- --tw-prose-invert-body: #d1d5db;
1539
- --tw-prose-invert-headings: #fff;
1540
- --tw-prose-invert-lead: #9ca3af;
1541
- --tw-prose-invert-links: #fff;
1542
- --tw-prose-invert-bold: #fff;
1543
- --tw-prose-invert-counters: #9ca3af;
1544
- --tw-prose-invert-bullets: #4b5563;
1545
- --tw-prose-invert-hr: #374151;
1546
- --tw-prose-invert-quotes: #f3f4f6;
1547
- --tw-prose-invert-quote-borders: #374151;
1548
- --tw-prose-invert-captions: #9ca3af;
1549
- --tw-prose-invert-code: #fff;
1550
- --tw-prose-invert-pre-code: #d1d5db;
1551
- --tw-prose-invert-pre-bg: rgba(0, 0, 0, 0.5);
1552
- --tw-prose-invert-th-borders: #4b5563;
1553
- --tw-prose-invert-td-borders: #374151;
1554
- font-size: 1rem;
1555
- line-height: 1.75;
1556
- }
1557
- .article :where(p):not(:where([class~="not-prose"] *)){
1558
- margin-top: 1.25em;
1559
- margin-bottom: 1.25em;
1560
- }
1561
- .article :where(video):not(:where([class~="not-prose"] *)){
1562
- margin-top: 2em;
1563
- margin-bottom: 2em;
1564
- }
1565
- .article :where(figure):not(:where([class~="not-prose"] *)){
1566
- margin-top: 2em;
1567
- margin-bottom: 2em;
1568
- }
1569
- .article :where(li):not(:where([class~="not-prose"] *)){
1570
- margin-top: 0.5em;
1571
- margin-bottom: 0.5em;
1572
- }
1573
- .article :where(ol > li):not(:where([class~="not-prose"] *)){
1574
- padding-left: 0.375em;
1575
- }
1576
- .article :where(ul > li):not(:where([class~="not-prose"] *)){
1577
- padding-left: 0.375em;
1578
- }
1579
- .article :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1580
- margin-top: 0.75em;
1581
- margin-bottom: 0.75em;
1582
- }
1583
- .article :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1584
- margin-top: 1.25em;
1585
- }
1586
- .article :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1587
- margin-bottom: 1.25em;
1588
- }
1589
- .article :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1590
- margin-top: 1.25em;
1591
- }
1592
- .article :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1593
- margin-bottom: 1.25em;
1594
- }
1595
- .article :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
1596
- margin-top: 0.75em;
1597
- margin-bottom: 0.75em;
1598
- }
1599
- .article :where(hr + *):not(:where([class~="not-prose"] *)){
1600
- margin-top: 0;
1601
- }
1602
- .article :where(h2 + *):not(:where([class~="not-prose"] *)){
1603
- margin-top: 0;
1604
- }
1605
- .article :where(h3 + *):not(:where([class~="not-prose"] *)){
1606
- margin-top: 0;
1607
- }
1608
- .article :where(h4 + *):not(:where([class~="not-prose"] *)){
1609
- margin-top: 0;
1610
- }
1611
- .article :where(thead th:first-child):not(:where([class~="not-prose"] *)){
1612
- padding-left: 0;
1613
- }
1614
- .article :where(thead th:last-child):not(:where([class~="not-prose"] *)){
1615
- padding-right: 0;
1616
- }
1617
- .article :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
1618
- padding-top: 0.5714286em;
1619
- padding-right: 0.5714286em;
1620
- padding-bottom: 0.5714286em;
1621
- padding-left: 0.5714286em;
1622
- }
1623
- .article :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
1624
- padding-left: 0;
1625
- }
1626
- .article :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
1627
- padding-right: 0;
1628
- }
1629
- .article :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1630
- margin-top: 0;
1631
- }
1632
- .article :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1633
- margin-bottom: 0;
1634
- }
1635
- .article-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1636
- margin-top: 0.5714286em;
1637
- margin-bottom: 0.5714286em;
1638
- }
1639
- .article-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1640
- margin-top: 1.1428571em;
1641
- }
1642
- .article-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1643
- margin-bottom: 1.1428571em;
1644
- }
1645
- .article-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1646
- margin-top: 1.1428571em;
1647
- }
1648
- .article-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1649
- margin-bottom: 1.1428571em;
1650
- }
1651
- .article-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1652
- margin-top: 0;
1653
- }
1654
- .article-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1655
- margin-bottom: 0;
1656
- }
1657
- .article-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1658
- margin-top: 0.75em;
1659
- margin-bottom: 0.75em;
1660
- }
1661
- .article-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1662
- margin-top: 1.25em;
1663
- }
1664
- .article-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1665
- margin-bottom: 1.25em;
1666
- }
1667
- .article-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1668
- margin-top: 1.25em;
1669
- }
1670
- .article-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1671
- margin-bottom: 1.25em;
1672
- }
1673
- .article-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1674
- margin-top: 0;
1675
- }
1676
- .article-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1677
- margin-bottom: 0;
1678
- }
1679
- .article-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1680
- margin-top: 0.8888889em;
1681
- margin-bottom: 0.8888889em;
1682
- }
1683
- .article-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1684
- margin-top: 1.3333333em;
1685
- }
1686
- .article-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1687
- margin-bottom: 1.3333333em;
1688
- }
1689
- .article-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1690
- margin-top: 1.3333333em;
1691
- }
1692
- .article-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1693
- margin-bottom: 1.3333333em;
1694
- }
1695
- .article-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1696
- margin-top: 0;
1697
- }
1698
- .article-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1699
- margin-bottom: 0;
1700
- }
1701
- .article-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1702
- margin-top: 0.8em;
1703
- margin-bottom: 0.8em;
1704
- }
1705
- .article-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1706
- margin-top: 1.2em;
1707
- }
1708
- .article-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1709
- margin-bottom: 1.2em;
1710
- }
1711
- .article-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1712
- margin-top: 1.2em;
1713
- }
1714
- .article-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1715
- margin-bottom: 1.2em;
1716
- }
1717
- .article-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1718
- margin-top: 0;
1719
- }
1720
- .article-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1721
- margin-bottom: 0;
1722
- }
1723
- .article-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
1724
- margin-top: 0.8333333em;
1725
- margin-bottom: 0.8333333em;
1726
- }
1727
- .article-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
1728
- margin-top: 1.3333333em;
1729
- }
1730
- .article-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
1731
- margin-bottom: 1.3333333em;
1732
- }
1733
- .article-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
1734
- margin-top: 1.3333333em;
1735
- }
1736
- .article-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
1737
- margin-bottom: 1.3333333em;
1738
- }
1739
- .article-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
1740
- margin-top: 0;
1741
- }
1742
- .article-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
1743
- margin-bottom: 0;
1744
- }
1745
- .article{
1746
- margin-left: auto;
1747
- margin-right: auto;
1748
- margin-bottom: 3rem;
1749
- display: grid;
1750
- justify-content: center;
1751
- font-family: "IBMPlexSerif", Palatino, ui-serif;
1752
- --tw-text-opacity: 1;
1753
- color: rgba(20, 20, 20, var(--tw-text-opacity));
1754
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
1755
- }
1756
- .article p,
1757
- .article ul,
1758
- .article li{
1759
- margin-bottom: 1rem;
1760
- font-size: 1.125rem;
1761
- line-height: 1.75rem;
1762
- }
1763
- @media (min-width: 48em){
1764
-
1765
- .article img{
1766
- margin-left: -2rem;
1767
- margin-right: -2rem;
1768
- }
1769
- }
1770
- @media (min-width: 64em){
1771
-
1772
- .article img{
1773
- margin-left: -4rem;
1774
- margin-right: -4rem;
1775
- }
1776
- }
1777
- @media (min-width: 48em) {
1778
- .article img {
1779
- width: calc(100% + 4rem);
1780
- max-width: 100vw
1781
- }
1782
- }
1783
- @media (min-width: 64em) {
1784
- .article img {
1785
- width: calc(100% + 8rem)
1786
- }
1787
- }
1788
- .swimlane{
1789
- display: grid;
1790
- width: 100%;
1791
- scroll-snap-type: x var(--tw-scroll-snap-strictness);
1792
- --tw-scroll-snap-strictness: mandatory;
1793
- scroll-padding-left: 1.5rem;
1794
- scroll-padding-right: 1.5rem;
1795
- grid-auto-flow: column;
1796
- justify-content: flex-start;
1797
- grid-gap: 1rem;
1798
- gap: 1rem;
1799
- overflow-x: scroll;
1800
- padding-left: 1.5rem;
1801
- padding-right: 1.5rem;
1802
- padding-bottom: 1rem;
1803
- }
1804
- .sr-only{
1805
- position: absolute;
1806
- width: 1px;
1807
- height: 1px;
1808
- padding: 0;
1809
- margin: -1px;
1810
- overflow: hidden;
1811
- clip: rect(0, 0, 0, 0);
1812
- white-space: nowrap;
1813
- border-width: 0;
1814
- }
1815
- .pointer-events-none{
1816
- pointer-events: none;
1817
- }
1818
- .static{
1819
- position: static;
1820
- }
1821
- .fixed{
1822
- position: fixed;
1823
- }
1824
- .absolute{
1825
- position: absolute;
1826
- }
1827
- .relative{
1828
- position: relative;
1829
- }
1830
- .sticky{
1831
- position: sticky;
1832
- }
1833
- .inset-0{
1834
- top: 0px;
1835
- right: 0px;
1836
- bottom: 0px;
1837
- left: 0px;
1838
- }
1839
- .inset-y-0{
1840
- top: 0px;
1841
- bottom: 0px;
1842
- }
1843
- .top-nav{
1844
- top: 3rem;
1845
- top: var(--height-nav);
1846
- }
1847
- .left-0{
1848
- left: 0px;
1849
- }
1850
- .right-0{
1851
- right: 0px;
1852
- }
1853
- .top-0{
1854
- top: 0px;
1855
- }
1856
- .bottom-1{
1857
- bottom: 0.25rem;
1858
- }
1859
- .right-1{
1860
- right: 0.25rem;
1861
- }
1862
- .bottom-5{
1863
- bottom: 1.25rem;
1864
- }
1865
- .right-5{
1866
- right: 1.25rem;
1867
- }
1868
- .bottom-0{
1869
- bottom: 0px;
1870
- }
1871
- .top-5{
1872
- top: 1.25rem;
1873
- }
1874
- .top-0\.5{
1875
- top: 0.125rem;
1876
- }
1877
- .top-36{
1878
- top: 9rem;
1879
- }
1880
- .bottom-12{
1881
- bottom: 3rem;
1882
- }
1883
- .z-50{
1884
- z-index: 50;
1885
- }
1886
- .-z-10{
1887
- z-index: -10;
1888
- }
1889
- .z-40{
1890
- z-index: 40;
1891
- }
1892
- .z-30{
1893
- z-index: 30;
1894
- }
1895
- .-m-4{
1896
- margin: -1rem;
1897
- }
1898
- .m-4{
1899
- margin: 1rem;
1900
- }
1901
- .mx-1{
1902
- margin-left: 0.25rem;
1903
- margin-right: 0.25rem;
1904
- }
1905
- .mx-auto{
1906
- margin-left: auto;
1907
- margin-right: auto;
1908
- }
1909
- .my-8{
1910
- margin-top: 2rem;
1911
- margin-bottom: 2rem;
1912
- }
1913
- .my-24{
1914
- margin-top: 6rem;
1915
- margin-bottom: 6rem;
1916
- }
1917
- .mb-1{
1918
- margin-bottom: 0.25rem;
1919
- }
1920
- .mt-2{
1921
- margin-top: 0.5rem;
1922
- }
1923
- .mb-6{
1924
- margin-bottom: 1.5rem;
1925
- }
1926
- .mb-3{
1927
- margin-bottom: 0.75rem;
1928
- }
1929
- .mt-6{
1930
- margin-top: 1.5rem;
1931
- }
1932
- .ml-6{
1933
- margin-left: 1.5rem;
1934
- }
1935
- .mt-4{
1936
- margin-top: 1rem;
1937
- }
1938
- .mt-1{
1939
- margin-top: 0.25rem;
1940
- }
1941
- .ml-2{
1942
- margin-left: 0.5rem;
1943
- }
1944
- .-mt-nav{
1945
- margin-top: calc(3rem * -1);
1946
- margin-top: calc(var(--height-nav) * -1);
1947
- }
1948
- .-mb-px{
1949
- margin-bottom: -1px;
1950
- }
1951
- .ml-3{
1952
- margin-left: 0.75rem;
1953
- }
1954
- .mb-4{
1955
- margin-bottom: 1rem;
1956
- }
1957
- .mt-8{
1958
- margin-top: 2rem;
1959
- }
1960
- .mb-24{
1961
- margin-bottom: 6rem;
1962
- }
1963
- .mt-3{
1964
- margin-top: 0.75rem;
1965
- }
1966
- .mb-2{
1967
- margin-bottom: 0.5rem;
1968
- }
1969
- .block{
1970
- display: block;
1971
- }
1972
- .inline-block{
1973
- display: inline-block;
1974
- }
1975
- .inline{
1976
- display: inline;
1977
- }
1978
- .flex{
1979
- display: flex;
1980
- }
1981
- .table{
1982
- display: table;
1983
- }
1984
- .grid{
1985
- display: grid;
1986
- }
1987
- .hidden{
1988
- display: none;
1989
- }
1990
- .aspect-\[3\/2\]{
1991
- aspect-ratio: 3/2;
1992
- }
1993
- .aspect-\[3\/4\]{
1994
- aspect-ratio: 3/4;
1995
- }
1996
- .aspect-\[4\/5\]{
1997
- aspect-ratio: 4/5;
1998
- }
1999
- .aspect-square{
2000
- aspect-ratio: 1 / 1;
2001
- }
2002
- .h-screen-no-nav{
2003
- height: calc(100vh - 3rem);
2004
- height: calc(var(--screen-height, 100vh) - var(--height-nav));
2005
- }
2006
- .h-24{
2007
- height: 6rem;
2008
- }
2009
- .h-10{
2010
- height: 2.5rem;
2011
- }
2012
- .h-screen-dynamic{
2013
- height: 100vh;
2014
- height: var(--screen-height-dynamic, 100vh);
2015
- }
2016
- .h-nav{
2017
- height: 3rem;
2018
- height: var(--height-nav);
2019
- }
2020
- .h-4{
2021
- height: 1rem;
2022
- }
2023
- .h-screen{
2024
- height: 100vh;
2025
- height: var(--screen-height, 100vh);
2026
- }
2027
- .h-full{
2028
- height: 100%;
2029
- }
2030
- .h-5{
2031
- height: 1.25rem;
2032
- }
2033
- .h-8{
2034
- height: 2rem;
2035
- }
2036
- .h-3{
2037
- height: 0.75rem;
2038
- }
2039
- .h-fit{
2040
- height: -webkit-fit-content;
2041
- height: -moz-fit-content;
2042
- height: fit-content;
2043
- }
2044
- .h-32{
2045
- height: 8rem;
2046
- }
2047
- .h-48{
2048
- height: 12rem;
2049
- }
2050
- .max-h-36{
2051
- max-height: 9rem;
2052
- }
2053
- .max-h-48{
2054
- max-height: 12rem;
2055
- }
2056
- .max-h-0{
2057
- max-height: 0px;
2058
- }
2059
- .max-h-full{
2060
- max-height: 100%;
2061
- }
2062
- .min-h-screen{
2063
- min-height: 100vh;
2064
- }
2065
- .min-h-\[25rem\]{
2066
- min-height: 25rem;
2067
- }
2068
- .min-h-full{
2069
- min-height: 100%;
2070
- }
2071
- .w-full{
2072
- width: 100%;
2073
- }
2074
- .w-48{
2075
- width: 12rem;
2076
- }
2077
- .w-auto{
2078
- width: auto;
2079
- }
2080
- .w-\[150px\]{
2081
- width: 150px;
2082
- }
2083
- .w-24{
2084
- width: 6rem;
2085
- }
2086
- .w-10{
2087
- width: 2.5rem;
2088
- }
2089
- .w-screen{
2090
- width: 100vw;
2091
- }
2092
- .w-32{
2093
- width: 8rem;
2094
- }
2095
- .w-5{
2096
- width: 1.25rem;
2097
- }
2098
- .w-8{
2099
- width: 2rem;
2100
- }
2101
- .w-mobileGallery{
2102
- width: calc(100vw - 3rem);
2103
- }
2104
- .w-80{
2105
- width: 20rem;
2106
- }
2107
- .w-3{
2108
- width: 0.75rem;
2109
- }
2110
- .w-96{
2111
- width: 24rem;
2112
- }
2113
- .min-w-\[0\.75rem\]{
2114
- min-width: 0.75rem;
2115
- }
2116
- .min-w-full{
2117
- min-width: 100%;
2118
- }
2119
- .min-w-\[4rem\]{
2120
- min-width: 4rem;
2121
- }
2122
- .max-w-full{
2123
- max-width: 100%;
2124
- }
2125
- .max-w-lg{
2126
- max-width: 32rem;
2127
- }
2128
- .max-w-md{
2129
- max-width: 28rem;
2130
- }
2131
- .max-w-prose{
2132
- max-width: 65ch;
2133
- }
2134
- .max-w-prose-narrow{
2135
- max-width: 45ch;
2136
- }
2137
- .max-w-prose-wide{
2138
- max-width: 80ch;
2139
- }
2140
- .max-w-7xl{
2141
- max-width: 80rem;
2142
- }
2143
- .max-w-xl{
2144
- max-width: 36rem;
2145
- }
2146
- .max-w-0{
2147
- max-width: 0rem;
2148
- }
2149
- .flex-1{
2150
- flex: 1 1 0%;
2151
- }
2152
- .flex-shrink{
2153
- flex-shrink: 1;
2154
- }
2155
- .flex-grow{
2156
- flex-grow: 1;
2157
- }
2158
- .translate-x-full{
2159
- --tw-translate-x: 100%;
2160
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2161
- }
2162
- .-translate-x-full{
2163
- --tw-translate-x: -100%;
2164
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2165
- }
2166
- .translate-x-0{
2167
- --tw-translate-x: 0px;
2168
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2169
- }
2170
- .rotate-0{
2171
- --tw-rotate: 0deg;
2172
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2173
- }
2174
- .rotate-180{
2175
- --tw-rotate: 180deg;
2176
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2177
- }
2178
- .-rotate-90{
2179
- --tw-rotate: -90deg;
2180
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2181
- }
2182
- .rotate-90{
2183
- --tw-rotate: 90deg;
2184
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2185
- }
2186
- .rotate-\[45deg\]{
2187
- --tw-rotate: 45deg;
2188
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2189
- }
2190
- .transform{
2191
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2192
- }
2193
- .transform-gpu{
2194
- transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2195
- }
2196
- .cursor-default{
2197
- cursor: default;
2198
- }
2199
- .cursor-pointer{
2200
- cursor: pointer;
2201
- }
2202
- .snap-start{
2203
- scroll-snap-align: start;
2204
- }
2205
- .snap-center{
2206
- scroll-snap-align: center;
2207
- }
2208
- .appearance-none{
2209
- -webkit-appearance: none;
2210
- -moz-appearance: none;
2211
- appearance: none;
2212
- }
2213
- .auto-cols-auto{
2214
- grid-auto-columns: auto;
2215
- }
2216
- .auto-cols-fr{
2217
- grid-auto-columns: minmax(0, 1fr);
2218
- }
2219
- .grid-flow-row{
2220
- grid-auto-flow: row;
2221
- }
2222
- .grid-flow-col{
2223
- grid-auto-flow: column;
2224
- }
2225
- .grid-cols-1{
2226
- grid-template-columns: repeat(1, minmax(0, 1fr));
2227
- }
2228
- .grid-cols-2{
2229
- grid-template-columns: repeat(2, minmax(0, 1fr));
2230
- }
2231
- .grid-rows-\[1fr_auto\]{
2232
- grid-template-rows: 1fr auto;
2233
- }
2234
- .flex-row{
2235
- flex-direction: row;
2236
- }
2237
- .flex-col{
2238
- flex-direction: column;
2239
- }
2240
- .flex-wrap{
2241
- flex-wrap: wrap;
2242
- }
2243
- .content-start{
2244
- align-content: flex-start;
2245
- }
2246
- .items-start{
2247
- align-items: flex-start;
2248
- }
2249
- .items-end{
2250
- align-items: flex-end;
2251
- }
2252
- .items-center{
2253
- align-items: center;
2254
- }
2255
- .items-baseline{
2256
- align-items: baseline;
2257
- }
2258
- .items-stretch{
2259
- align-items: stretch;
2260
- }
2261
- .justify-start{
2262
- justify-content: flex-start;
2263
- }
2264
- .justify-end{
2265
- justify-content: flex-end;
2266
- }
2267
- .justify-center{
2268
- justify-content: center;
2269
- }
2270
- .justify-between{
2271
- justify-content: space-between;
2272
- }
2273
- .justify-items-start{
2274
- justify-items: start;
2275
- }
2276
- .gap-4{
2277
- gap: 1rem;
2278
- }
2279
- .gap-6{
2280
- gap: 1.5rem;
2281
- }
2282
- .gap-8{
2283
- gap: 2rem;
2284
- }
2285
- .gap-2{
2286
- gap: 0.5rem;
2287
- }
2288
- .gap-12{
2289
- gap: 3rem;
2290
- }
2291
- .gap-1{
2292
- gap: 0.25rem;
2293
- }
2294
- .gap-10{
2295
- gap: 2.5rem;
2296
- }
2297
- .gap-x-6{
2298
- -moz-column-gap: 1.5rem;
2299
- column-gap: 1.5rem;
2300
- }
2301
- .gap-y-8{
2302
- row-gap: 2rem;
2303
- }
2304
- .gap-y-6{
2305
- row-gap: 1.5rem;
2306
- }
2307
- .gap-y-2{
2308
- row-gap: 0.5rem;
2309
- }
2310
- .space-y-4 > :not([hidden]) ~ :not([hidden]){
2311
- --tw-space-y-reverse: 0;
2312
- margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
2313
- margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
2314
- margin-bottom: calc(1rem * var(--tw-space-y-reverse));
2315
- }
2316
- .space-y-3 > :not([hidden]) ~ :not([hidden]){
2317
- --tw-space-y-reverse: 0;
2318
- margin-top: calc(0.75rem * (1 - var(--tw-space-y-reverse)));
2319
- margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
2320
- margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
2321
- }
2322
- .divide-y > :not([hidden]) ~ :not([hidden]){
2323
- --tw-divide-y-reverse: 0;
2324
- border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
2325
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
2326
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
2327
- }
2328
- .divide-gray-300 > :not([hidden]) ~ :not([hidden]){
2329
- --tw-divide-opacity: 1;
2330
- border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
2331
- }
2332
- .divide-gray-200 > :not([hidden]) ~ :not([hidden]){
2333
- --tw-divide-opacity: 1;
2334
- border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
2335
- }
2336
- .self-end{
2337
- align-self: flex-end;
2338
- }
2339
- .self-stretch{
2340
- align-self: stretch;
2341
- }
2342
- .justify-self-start{
2343
- justify-self: start;
2344
- }
2345
- .overflow-auto{
2346
- overflow: auto;
2347
- }
2348
- .overflow-hidden{
2349
- overflow: hidden;
2350
- }
2351
- .overflow-clip{
2352
- overflow: clip;
2353
- }
2354
- .overflow-y-auto{
2355
- overflow-y: auto;
2356
- }
2357
- .overflow-x-scroll{
2358
- overflow-x: scroll;
2359
- }
2360
- .overflow-y-scroll{
2361
- overflow-y: scroll;
2362
- }
2363
- .truncate{
2364
- overflow: hidden;
2365
- text-overflow: ellipsis;
2366
- white-space: nowrap;
2367
- }
2368
- .text-ellipsis{
2369
- text-overflow: ellipsis;
2370
- }
2371
- .whitespace-normal{
2372
- white-space: normal;
2373
- }
2374
- .whitespace-nowrap{
2375
- white-space: nowrap;
2376
- }
2377
- .whitespace-pre{
2378
- white-space: pre;
2379
- }
2380
- .whitespace-pre-wrap{
2381
- white-space: pre-wrap;
2382
- }
2383
- .rounded{
2384
- border-radius: 0.25rem;
2385
- }
2386
- .rounded-full{
2387
- border-radius: 9999px;
2388
- }
2389
- .rounded-sm{
2390
- border-radius: 0.125rem;
2391
- }
2392
- .rounded-md{
2393
- border-radius: 0.375rem;
2394
- }
2395
- .rounded-b{
2396
- border-bottom-right-radius: 0.25rem;
2397
- border-bottom-left-radius: 0.25rem;
2398
- }
2399
- .rounded-t{
2400
- border-top-left-radius: 0.25rem;
2401
- border-top-right-radius: 0.25rem;
2402
- }
2403
- .border{
2404
- border-width: 1px;
2405
- }
2406
- .border-x-0{
2407
- border-left-width: 0px;
2408
- border-right-width: 0px;
2409
- }
2410
- .border-y{
2411
- border-top-width: 1px;
2412
- border-bottom-width: 1px;
2413
- }
2414
- .border-b{
2415
- border-bottom-width: 1px;
2416
- }
2417
- .border-t{
2418
- border-top-width: 1px;
2419
- }
2420
- .border-t-0{
2421
- border-top-width: 0px;
2422
- }
2423
- .border-b-2{
2424
- border-bottom-width: 2px;
2425
- }
2426
- .border-b-\[1\.5px\]{
2427
- border-bottom-width: 1.5px;
2428
- }
2429
- .border-none{
2430
- border-style: none;
2431
- }
2432
- .border-gray-200{
2433
- --tw-border-opacity: 1;
2434
- border-color: rgba(229, 231, 235, var(--tw-border-opacity));
2435
- }
2436
- .border-primary\/10{
2437
- border-color: rgba(20, 20, 20, 0.1);
2438
- border-color: rgb(var(--color-primary) / 0.1);
2439
- }
2440
- .border-contrast\/30{
2441
- border-color: rgba(250, 250, 249, 0.3);
2442
- border-color: rgb(var(--color-contrast) / 0.3);
2443
- }
2444
- .border-transparent{
2445
- border-color: transparent;
2446
- }
2447
- .border-red-500{
2448
- --tw-border-opacity: 1;
2449
- border-color: rgba(239, 68, 68, var(--tw-border-opacity));
2450
- }
2451
- .border-primary\/20{
2452
- border-color: rgba(20, 20, 20, 0.2);
2453
- border-color: rgb(var(--color-primary) / 0.2);
2454
- }
2455
- .border-primary{
2456
- --tw-border-opacity: 1;
2457
- border-color: rgba(20, 20, 20, var(--tw-border-opacity));
2458
- border-color: rgb(var(--color-primary) / var(--tw-border-opacity));
2459
- }
2460
- .border-primary\/50{
2461
- border-color: rgba(20, 20, 20, 0.5);
2462
- border-color: rgb(var(--color-primary) / 0.5);
2463
- }
2464
- .border-primary\/0{
2465
- border-color: rgba(20, 20, 20, 0);
2466
- border-color: rgb(var(--color-primary) / 0);
2467
- }
2468
- .border-primary\/30{
2469
- border-color: rgba(20, 20, 20, 0.3);
2470
- border-color: rgb(var(--color-primary) / 0.3);
2471
- }
2472
- .border-gray-300{
2473
- --tw-border-opacity: 1;
2474
- border-color: rgba(209, 213, 219, var(--tw-border-opacity));
2475
- }
2476
- .border-gray-500{
2477
- --tw-border-opacity: 1;
2478
- border-color: rgba(107, 114, 128, var(--tw-border-opacity));
2479
- }
2480
- .bg-primary\/20{
2481
- background-color: rgba(20, 20, 20, 0.2);
2482
- background-color: rgb(var(--color-primary) / 0.2);
2483
- }
2484
- .bg-primary{
2485
- --tw-bg-opacity: 1;
2486
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
2487
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
2488
- }
2489
- .bg-contrast{
2490
- --tw-bg-opacity: 1;
2491
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
2492
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
2493
- }
2494
- .bg-primary\/5{
2495
- background-color: rgba(20, 20, 20, 0.05);
2496
- background-color: rgb(var(--color-primary) / 0.05);
2497
- }
2498
- .bg-black{
2499
- --tw-bg-opacity: 1;
2500
- background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
2501
- }
2502
- .bg-transparent{
2503
- background-color: transparent;
2504
- }
2505
- .bg-primary\/80{
2506
- background-color: rgba(20, 20, 20, 0.8);
2507
- background-color: rgb(var(--color-primary) / 0.8);
2508
- }
2509
- .bg-contrast\/80{
2510
- background-color: rgba(250, 250, 249, 0.8);
2511
- background-color: rgb(var(--color-contrast) / 0.8);
2512
- }
2513
- .bg-primary\/40{
2514
- background-color: rgba(20, 20, 20, 0.4);
2515
- background-color: rgb(var(--color-primary) / 0.4);
2516
- }
2517
- .bg-green-100{
2518
- --tw-bg-opacity: 1;
2519
- background-color: rgba(220, 252, 231, var(--tw-bg-opacity));
2520
- }
2521
- .bg-white{
2522
- --tw-bg-opacity: 1;
2523
- background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
2524
- }
2525
- .bg-primary\/10{
2526
- background-color: rgba(20, 20, 20, 0.1);
2527
- background-color: rgb(var(--color-primary) / 0.1);
2528
- }
2529
- .bg-green-500{
2530
- --tw-bg-opacity: 1;
2531
- background-color: rgba(34, 197, 94, var(--tw-bg-opacity));
2532
- }
2533
- .bg-gray-100{
2534
- --tw-bg-opacity: 1;
2535
- background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
2536
- }
2537
- .bg-red-100{
2538
- --tw-bg-opacity: 1;
2539
- background-color: rgba(254, 226, 226, var(--tw-bg-opacity));
2540
- }
2541
- .bg-zinc-500{
2542
- --tw-bg-opacity: 1;
2543
- background-color: rgba(113, 113, 122, var(--tw-bg-opacity));
2544
- }
2545
- .bg-opacity-25{
2546
- --tw-bg-opacity: 0.25;
2547
- }
2548
- .bg-opacity-75{
2549
- --tw-bg-opacity: 0.75;
2550
- }
2551
- .bg-gradient-to-t{
2552
- background-image: linear-gradient(to top, var(--tw-gradient-stops));
2553
- }
2554
- .from-primary\/60{
2555
- --tw-gradient-from: rgb(var(--color-primary) / 0.6);
2556
- --tw-gradient-to: rgb(var(--color-primary) / 0);
2557
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
2558
- }
2559
- .object-cover{
2560
- -o-object-fit: cover;
2561
- object-fit: cover;
2562
- }
2563
- .object-center{
2564
- -o-object-position: center;
2565
- object-position: center;
2566
- }
2567
- .p-4{
2568
- padding: 1rem;
2569
- }
2570
- .p-6{
2571
- padding: 1.5rem;
2572
- }
2573
- .p-2{
2574
- padding: 0.5rem;
2575
- }
2576
- .py-6{
2577
- padding-top: 1.5rem;
2578
- padding-bottom: 1.5rem;
2579
- }
2580
- .px-3{
2581
- padding-left: 0.75rem;
2582
- padding-right: 0.75rem;
2583
- }
2584
- .py-1{
2585
- padding-top: 0.25rem;
2586
- padding-bottom: 0.25rem;
2587
- }
2588
- .px-2{
2589
- padding-left: 0.5rem;
2590
- padding-right: 0.5rem;
2591
- }
2592
- .py-3{
2593
- padding-top: 0.75rem;
2594
- padding-bottom: 0.75rem;
2595
- }
2596
- .px-6{
2597
- padding-left: 1.5rem;
2598
- padding-right: 1.5rem;
2599
- }
2600
- .px-4{
2601
- padding-left: 1rem;
2602
- padding-right: 1rem;
2603
- }
2604
- .py-2{
2605
- padding-top: 0.5rem;
2606
- padding-bottom: 0.5rem;
2607
- }
2608
- .py-8{
2609
- padding-top: 2rem;
2610
- padding-bottom: 2rem;
2611
- }
2612
- .px-0{
2613
- padding-left: 0px;
2614
- padding-right: 0px;
2615
- }
2616
- .px-12{
2617
- padding-left: 3rem;
2618
- padding-right: 3rem;
2619
- }
2620
- .px-\[0\.125rem\]{
2621
- padding-left: 0.125rem;
2622
- padding-right: 0.125rem;
2623
- }
2624
- .py-4{
2625
- padding-top: 1rem;
2626
- padding-bottom: 1rem;
2627
- }
2628
- .px-5{
2629
- padding-left: 1.25rem;
2630
- padding-right: 1.25rem;
2631
- }
2632
- .pb-1{
2633
- padding-bottom: 0.25rem;
2634
- }
2635
- .pb-12{
2636
- padding-bottom: 3rem;
2637
- }
2638
- .pb-6{
2639
- padding-bottom: 1.5rem;
2640
- }
2641
- .pb-2{
2642
- padding-bottom: 0.5rem;
2643
- }
2644
- .pb-8{
2645
- padding-bottom: 2rem;
2646
- }
2647
- .pt-4{
2648
- padding-top: 1rem;
2649
- }
2650
- .pb-px{
2651
- padding-bottom: 1px;
2652
- }
2653
- .pt-8{
2654
- padding-top: 2rem;
2655
- }
2656
- .pt-5{
2657
- padding-top: 1.25rem;
2658
- }
2659
- .pb-4{
2660
- padding-bottom: 1rem;
2661
- }
2662
- .pr-4{
2663
- padding-right: 1rem;
2664
- }
2665
- .pr-0{
2666
- padding-right: 0px;
2667
- }
2668
- .pl-8{
2669
- padding-left: 2rem;
2670
- }
2671
- .pt-2{
2672
- padding-top: 0.5rem;
2673
- }
2674
- .pl-0{
2675
- padding-left: 0px;
2676
- }
2677
- .pr-3{
2678
- padding-right: 0.75rem;
2679
- }
2680
- .pt-6{
2681
- padding-top: 1.5rem;
2682
- }
2683
- .pl-6{
2684
- padding-left: 1.5rem;
2685
- }
2686
- .pl-3{
2687
- padding-left: 0.75rem;
2688
- }
2689
- .text-left{
2690
- text-align: left;
2691
- }
2692
- .text-center{
2693
- text-align: center;
2694
- }
2695
- .text-right{
2696
- text-align: right;
2697
- }
2698
- .align-baseline{
2699
- vertical-align: baseline;
2700
- }
2701
- .align-top{
2702
- vertical-align: top;
2703
- }
2704
- .align-middle{
2705
- vertical-align: middle;
2706
- }
2707
- .font-mono{
2708
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
2709
- }
2710
- .text-lead{
2711
- font-size: 1.125rem;
2712
- font-size: var(--font-size-lead);
2713
- line-height: 1.333;
2714
- }
2715
- .text-sm{
2716
- font-size: 0.875rem;
2717
- line-height: 1.25rem;
2718
- }
2719
- .text-xs{
2720
- font-size: 0.75rem;
2721
- line-height: 1rem;
2722
- }
2723
- .text-base{
2724
- font-size: 1rem;
2725
- line-height: 1.5rem;
2726
- }
2727
- .text-copy{
2728
- font-size: 1rem;
2729
- font-size: var(--font-size-copy);
2730
- line-height: 1.5;
2731
- }
2732
- .text-heading{
2733
- font-size: 2rem;
2734
- font-size: var(--font-size-heading);
2735
- line-height: 1.25;
2736
- }
2737
- .text-\[0\.625rem\]{
2738
- font-size: 0.625rem;
2739
- }
2740
- .text-fine{
2741
- font-size: 0.75rem;
2742
- font-size: var(--font-size-fine);
2743
- line-height: 1.333;
2744
- }
2745
- .text-display{
2746
- font-size: 3rem;
2747
- font-size: var(--font-size-display);
2748
- line-height: 1.1;
2749
- }
2750
- .text-\[10px\]{
2751
- font-size: 10px;
2752
- }
2753
- .text-4xl{
2754
- font-size: 2.25rem;
2755
- line-height: 2.5rem;
2756
- }
2757
- .font-bold{
2758
- font-weight: 700;
2759
- }
2760
- .font-medium{
2761
- font-weight: 500;
2762
- }
2763
- .font-normal{
2764
- font-weight: 400;
2765
- }
2766
- .font-semibold{
2767
- font-weight: 600;
2768
- }
2769
- .leading-none{
2770
- line-height: 1;
2771
- }
2772
- .leading-\[3rem\]{
2773
- line-height: 3rem;
2774
- }
2775
- .leading-tight{
2776
- line-height: 1.25;
2777
- }
2778
- .text-primary\/50{
2779
- color: rgba(20, 20, 20, 0.5);
2780
- color: rgb(var(--color-primary) / 0.5);
2781
- }
2782
- .text-contrast{
2783
- --tw-text-opacity: 1;
2784
- color: rgba(250, 250, 249, var(--tw-text-opacity));
2785
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
2786
- }
2787
- .text-primary{
2788
- --tw-text-opacity: 1;
2789
- color: rgba(20, 20, 20, var(--tw-text-opacity));
2790
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
2791
- }
2792
- .text-green-800{
2793
- --tw-text-opacity: 1;
2794
- color: rgba(22, 101, 52, var(--tw-text-opacity));
2795
- }
2796
- .text-notice{
2797
- --tw-text-opacity: 1;
2798
- color: rgba(191, 72, 0, var(--tw-text-opacity));
2799
- color: rgb(var(--color-accent) / var(--tw-text-opacity));
2800
- }
2801
- .text-black{
2802
- --tw-text-opacity: 1;
2803
- color: rgba(0, 0, 0, var(--tw-text-opacity));
2804
- }
2805
- .text-primary\/90{
2806
- color: rgba(20, 20, 20, 0.9);
2807
- color: rgb(var(--color-primary) / 0.9);
2808
- }
2809
- .text-contrast\/90{
2810
- color: rgba(250, 250, 249, 0.9);
2811
- color: rgb(var(--color-contrast) / 0.9);
2812
- }
2813
- .text-gray-600{
2814
- --tw-text-opacity: 1;
2815
- color: rgba(75, 85, 99, var(--tw-text-opacity));
2816
- }
2817
- .text-blue-500{
2818
- --tw-text-opacity: 1;
2819
- color: rgba(59, 130, 246, var(--tw-text-opacity));
2820
- }
2821
- .text-red-500{
2822
- --tw-text-opacity: 1;
2823
- color: rgba(239, 68, 68, var(--tw-text-opacity));
2824
- }
2825
- .text-gray-900{
2826
- --tw-text-opacity: 1;
2827
- color: rgba(17, 24, 39, var(--tw-text-opacity));
2828
- }
2829
- .text-red-900{
2830
- --tw-text-opacity: 1;
2831
- color: rgba(127, 29, 29, var(--tw-text-opacity));
2832
- }
2833
- .text-green-700{
2834
- --tw-text-opacity: 1;
2835
- color: rgba(21, 128, 61, var(--tw-text-opacity));
2836
- }
2837
- .underline{
2838
- text-decoration-line: underline;
2839
- }
2840
- .subpixel-antialiased{
2841
- -webkit-font-smoothing: auto;
2842
- -moz-osx-font-smoothing: auto;
2843
- }
2844
- .opacity-0{
2845
- opacity: 0;
2846
- }
2847
- .opacity-100{
2848
- opacity: 1;
2849
- }
2850
- .opacity-50{
2851
- opacity: 0.5;
2852
- }
2853
- .shadow-xl{
2854
- --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
2855
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2856
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2857
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2858
- }
2859
- .shadow-darkHeader{
2860
- --tw-shadow: inset 0px -1px 0px 0px rgba(21, 21, 21, 0.4);
2861
- --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color);
2862
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2863
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2864
- }
2865
- .shadow-lightHeader{
2866
- --tw-shadow: inset 0px -1px 0px 0px rgba(21, 21, 21, 0.05);
2867
- --tw-shadow-colored: inset 0px -1px 0px 0px var(--tw-shadow-color);
2868
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2869
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2870
- }
2871
- .ring{
2872
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
2873
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
2874
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
2875
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
2876
- }
2877
- .ring-white{
2878
- --tw-ring-opacity: 1;
2879
- --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
2880
- }
2881
- .filter{
2882
- filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2883
- }
2884
- .backdrop-blur-lg{
2885
- --tw-backdrop-blur: blur(16px);
2886
- -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2887
- backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
2888
- }
2889
- .transition{
2890
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
2891
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
2892
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
2893
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2894
- transition-duration: 150ms;
2895
- }
2896
- .transition-all{
2897
- transition-property: all;
2898
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2899
- transition-duration: 150ms;
2900
- }
2901
- .transition-opacity{
2902
- transition-property: opacity;
2903
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2904
- transition-duration: 150ms;
2905
- }
2906
- .transition-\[max-height\]{
2907
- transition-property: max-height;
2908
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2909
- transition-duration: 150ms;
2910
- }
2911
- .transition-transform{
2912
- transition-property: transform;
2913
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2914
- transition-duration: 150ms;
2915
- }
2916
- .duration-300{
2917
- transition-duration: 300ms;
2918
- }
2919
- .duration-200{
2920
- transition-duration: 200ms;
2921
- }
2922
- .duration-150{
2923
- transition-duration: 150ms;
2924
- }
2925
- .ease-out{
2926
- transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2927
- }
2928
- .ease-in{
2929
- transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
2930
- }
2931
- .ease-in-out{
2932
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2933
- }
2934
- .fadeIn {
2935
- opacity: 0;
2936
- -webkit-animation: fadeInAnimation ease 500ms forwards;
2937
- animation: fadeInAnimation ease 500ms forwards;
2938
- }
2939
- .hiddenScroll {
2940
- scrollbar-width: none;
2941
- }
2942
- .hiddenScroll::-webkit-scrollbar {
2943
- display: none;
2944
- }
2945
- .strike {
2946
- position: relative;
2947
- }
2948
- .strike::before {
2949
- content: '';
2950
- display: block;
2951
- position: absolute;
2952
- width: 108%;
2953
- height: 1.5px;
2954
- left: -4%;
2955
- top: 50%;
2956
- transform: translateY(-50%);
2957
- background: rgb(20, 20, 20);
2958
- background: rgb(var(--color-primary));
2959
- box-shadow: 0.5px 0.5px 0px 0.5px rgb(250, 250, 249);
2960
- box-shadow: 0.5px 0.5px 0px 0.5px rgb(var(--color-contrast));
2961
- }
2962
- .card-image{
2963
- position: relative;
2964
- display: flex;
2965
- align-items: center;
2966
- justify-content: center;
2967
- overflow: clip;
2968
- border-radius: 0.25rem;
2969
- }
2970
- .card-image::before {
2971
- content: ' ';
2972
- position: absolute;
2973
- top: 0px;
2974
- left: 0px;
2975
- z-index: 10;
2976
- display: block;
2977
- height: 100%;
2978
- width: 100%;
2979
- border-radius: 0.25rem;
2980
- --tw-shadow: inset 0px 0px 0px 1px rgb(var(--color-primary) / 0.08);
2981
- --tw-shadow-colored: inset 0px 0px 0px 1px var(--tw-shadow-color);
2982
- box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow);
2983
- box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow);
2984
- }
2985
- .card-image img{
2986
- aspect-ratio: inherit;
2987
- width: 100%;
2988
- -o-object-fit: cover;
2989
- object-fit: cover;
2990
- }
2991
- /* Tokens */
2992
- :root {
2993
- --color-primary: 20 20 20; /* Text, buttons, etc. */
2994
- --color-contrast: 250 250 249; /* Backgrounds, borders, etc. */
2995
- --color-accent: 191 72 0; /* Labels like "On sale" */
2996
- --font-size-fine: 0.75rem; /* text-xs */
2997
- --font-size-copy: 1rem; /* text-base */
2998
- --font-size-lead: 1.125rem; /* text-lg */
2999
- --font-size-heading: 2rem; /* text-2xl */
3000
- --font-size-display: 3rem; /* text-4xl */
3001
- --color-shop-pay: #5a31f4;
3002
- --shop-pay-button--width: 100%; /* Sets the width for the shop-pay-button web component */
3003
- --height-nav: 3rem;
3004
- --screen-height: 100vh;
3005
- --screen-height-dynamic: 100vh;
3006
- }
3007
- @media (min-width: 32em) {
3008
- :root {
3009
- --height-nav: 4rem
3010
- }
3011
- }
3012
- @media (min-width: 48em) {
3013
- :root {
3014
- --height-nav: 6rem;
3015
- --font-size-heading: 2.25rem; /* text-4xl */
3016
- --font-size-display: 3.75rem /* text-6xl */
3017
- }
3018
- }
3019
- @supports (height: 100svh) {
3020
- :root {
3021
- --screen-height: 100svh
3022
- }
3023
- }
3024
- @supports (height: 100dvh) {
3025
- :root {
3026
- --screen-height-dynamic: 100dvh
3027
- }
3028
- }
3029
- @media (color-index: 48) {
3030
- :root {
3031
- --color-primary: 250 250 250;
3032
- --color-contrast: 32 33 36;
3033
- --color-accent: 235 86 40;
3034
- }
3035
- }
3036
- @media (color: 48842621) {
3037
- :root {
3038
- --color-primary: 250 250 250;
3039
- --color-contrast: 32 33 36;
3040
- --color-accent: 235 86 40;
3041
- }
3042
- }
3043
- @media (prefers-color-scheme: dark) {
3044
- :root {
3045
- --color-primary: 250 250 250;
3046
- --color-contrast: 32 33 36;
3047
- --color-accent: 235 86 40;
3048
- }
3049
- }
3050
- @-webkit-keyframes fadeInAnimation {
3051
- 0% {
3052
- opacity: 0;
3053
- }
3054
- 100% {
3055
- opacity: 1;
3056
- }
3057
- }
3058
- @keyframes fadeInAnimation {
3059
- 0% {
3060
- opacity: 0;
3061
- }
3062
- 100% {
3063
- opacity: 1;
3064
- }
3065
- }
3066
- shop-pay-button {
3067
- width: 100%;
3068
- height: 3rem;
3069
- display: table;
3070
- }
3071
- .placeholder\:text-inherit::-moz-placeholder{
3072
- color: inherit;
3073
- }
3074
- .placeholder\:text-inherit::placeholder{
3075
- color: inherit;
3076
- }
3077
- .placeholder\:text-primary\/50::-moz-placeholder{
3078
- color: rgba(20, 20, 20, 0.5);
3079
- color: rgb(var(--color-primary) / 0.5);
3080
- }
3081
- .placeholder\:text-primary\/50::placeholder{
3082
- color: rgba(20, 20, 20, 0.5);
3083
- color: rgb(var(--color-primary) / 0.5);
3084
- }
3085
- .placeholder\:opacity-20::-moz-placeholder{
3086
- opacity: 0.2;
3087
- }
3088
- .placeholder\:opacity-20::placeholder{
3089
- opacity: 0.2;
3090
- }
3091
- .last\:mb-0:last-child{
3092
- margin-bottom: 0px;
3093
- }
3094
- .hover\:text-primary:hover{
3095
- --tw-text-opacity: 1;
3096
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3097
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3098
- }
3099
- .hover\:text-primary\/50:hover{
3100
- color: rgba(20, 20, 20, 0.5);
3101
- color: rgb(var(--color-primary) / 0.5);
3102
- }
3103
- .hover\:underline:hover{
3104
- text-decoration-line: underline;
3105
- }
3106
- .focus\:border-primary\/90:focus{
3107
- border-color: rgba(20, 20, 20, 0.9);
3108
- border-color: rgb(var(--color-primary) / 0.9);
3109
- }
3110
- .focus\:border-contrast\/20:focus{
3111
- border-color: rgba(250, 250, 249, 0.2);
3112
- border-color: rgb(var(--color-contrast) / 0.2);
3113
- }
3114
- .focus\:border-primary\/20:focus{
3115
- border-color: rgba(20, 20, 20, 0.2);
3116
- border-color: rgb(var(--color-primary) / 0.2);
3117
- }
3118
- .focus\:border-primary\/50:focus{
3119
- border-color: rgba(20, 20, 20, 0.5);
3120
- border-color: rgb(var(--color-primary) / 0.5);
3121
- }
3122
- .focus\:underline:focus{
3123
- text-decoration-line: underline;
3124
- }
3125
- .focus\:ring-0:focus{
3126
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3127
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3128
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 rgba(0,0,0,0);
3129
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 rgba(0,0,0,0));
3130
- }
3131
- .focus\:ring-transparent:focus{
3132
- --tw-ring-color: transparent;
3133
- }
3134
- .focus\:ring-primary\/5:focus{
3135
- --tw-ring-color: rgb(var(--color-primary) / 0.05);
3136
- }
3137
- .disabled\:text-primary\/10:disabled{
3138
- color: rgba(20, 20, 20, 0.1);
3139
- color: rgb(var(--color-primary) / 0.1);
3140
- }
3141
- @media (color-index: 48){
3142
-
3143
- .dark\:prose-invert{
3144
- --tw-prose-body: var(--tw-prose-invert-body);
3145
- --tw-prose-headings: var(--tw-prose-invert-headings);
3146
- --tw-prose-lead: var(--tw-prose-invert-lead);
3147
- --tw-prose-links: var(--tw-prose-invert-links);
3148
- --tw-prose-bold: var(--tw-prose-invert-bold);
3149
- --tw-prose-counters: var(--tw-prose-invert-counters);
3150
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3151
- --tw-prose-hr: var(--tw-prose-invert-hr);
3152
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3153
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3154
- --tw-prose-captions: var(--tw-prose-invert-captions);
3155
- --tw-prose-code: var(--tw-prose-invert-code);
3156
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3157
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3158
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3159
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3160
- }
3161
-
3162
- .dark\:border-white{
3163
- --tw-border-opacity: 1;
3164
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3165
- }
3166
-
3167
- .dark\:bg-contrast{
3168
- --tw-bg-opacity: 1;
3169
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3170
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3171
- }
3172
-
3173
- .dark\:bg-contrast\/60{
3174
- background-color: rgba(250, 250, 249, 0.6);
3175
- background-color: rgb(var(--color-contrast) / 0.6);
3176
- }
3177
-
3178
- .dark\:bg-primary{
3179
- --tw-bg-opacity: 1;
3180
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3181
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3182
- }
3183
-
3184
- .dark\:bg-contrast\/10{
3185
- background-color: rgba(250, 250, 249, 0.1);
3186
- background-color: rgb(var(--color-contrast) / 0.1);
3187
- }
3188
-
3189
- .dark\:bg-transparent{
3190
- background-color: transparent;
3191
- }
3192
-
3193
- .dark\:from-contrast\/60{
3194
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3195
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3196
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3197
- }
3198
-
3199
- .dark\:text-primary{
3200
- --tw-text-opacity: 1;
3201
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3202
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3203
- }
3204
-
3205
- .dark\:text-contrast{
3206
- --tw-text-opacity: 1;
3207
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3208
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3209
- }
3210
-
3211
- .dark\:focus\:border-primary\/20:focus{
3212
- border-color: rgba(20, 20, 20, 0.2);
3213
- border-color: rgb(var(--color-primary) / 0.2);
3214
- }
3215
- }
3216
- @media (color: 48842621){
3217
-
3218
- .dark\:prose-invert{
3219
- --tw-prose-body: var(--tw-prose-invert-body);
3220
- --tw-prose-headings: var(--tw-prose-invert-headings);
3221
- --tw-prose-lead: var(--tw-prose-invert-lead);
3222
- --tw-prose-links: var(--tw-prose-invert-links);
3223
- --tw-prose-bold: var(--tw-prose-invert-bold);
3224
- --tw-prose-counters: var(--tw-prose-invert-counters);
3225
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3226
- --tw-prose-hr: var(--tw-prose-invert-hr);
3227
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3228
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3229
- --tw-prose-captions: var(--tw-prose-invert-captions);
3230
- --tw-prose-code: var(--tw-prose-invert-code);
3231
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3232
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3233
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3234
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3235
- }
3236
-
3237
- .dark\:border-white{
3238
- --tw-border-opacity: 1;
3239
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3240
- }
3241
-
3242
- .dark\:bg-contrast{
3243
- --tw-bg-opacity: 1;
3244
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3245
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3246
- }
3247
-
3248
- .dark\:bg-contrast\/60{
3249
- background-color: rgba(250, 250, 249, 0.6);
3250
- background-color: rgb(var(--color-contrast) / 0.6);
3251
- }
3252
-
3253
- .dark\:bg-primary{
3254
- --tw-bg-opacity: 1;
3255
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3256
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3257
- }
3258
-
3259
- .dark\:bg-contrast\/10{
3260
- background-color: rgba(250, 250, 249, 0.1);
3261
- background-color: rgb(var(--color-contrast) / 0.1);
3262
- }
3263
-
3264
- .dark\:bg-transparent{
3265
- background-color: transparent;
3266
- }
3267
-
3268
- .dark\:from-contrast\/60{
3269
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3270
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3271
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3272
- }
3273
-
3274
- .dark\:text-primary{
3275
- --tw-text-opacity: 1;
3276
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3277
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3278
- }
3279
-
3280
- .dark\:text-contrast{
3281
- --tw-text-opacity: 1;
3282
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3283
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3284
- }
3285
-
3286
- .dark\:focus\:border-primary\/20:focus{
3287
- border-color: rgba(20, 20, 20, 0.2);
3288
- border-color: rgb(var(--color-primary) / 0.2);
3289
- }
3290
- }
3291
- @media (color-index: 48){
3292
-
3293
- .dark\:prose-invert{
3294
- --tw-prose-body: var(--tw-prose-invert-body);
3295
- --tw-prose-headings: var(--tw-prose-invert-headings);
3296
- --tw-prose-lead: var(--tw-prose-invert-lead);
3297
- --tw-prose-links: var(--tw-prose-invert-links);
3298
- --tw-prose-bold: var(--tw-prose-invert-bold);
3299
- --tw-prose-counters: var(--tw-prose-invert-counters);
3300
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3301
- --tw-prose-hr: var(--tw-prose-invert-hr);
3302
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3303
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3304
- --tw-prose-captions: var(--tw-prose-invert-captions);
3305
- --tw-prose-code: var(--tw-prose-invert-code);
3306
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3307
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3308
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3309
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3310
- }
3311
-
3312
- .dark\:border-white{
3313
- --tw-border-opacity: 1;
3314
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3315
- }
3316
-
3317
- .dark\:bg-contrast{
3318
- --tw-bg-opacity: 1;
3319
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3320
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3321
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3322
- }
3323
-
3324
- .dark\:bg-contrast\/60{
3325
- background-color: rgba(250, 250, 249, 0.6);
3326
- background-color: rgba(250, 250, 249, 0.6);
3327
- background-color: rgb(var(--color-contrast) / 0.6);
3328
- }
3329
-
3330
- .dark\:bg-primary{
3331
- --tw-bg-opacity: 1;
3332
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3333
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3334
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3335
- }
3336
-
3337
- .dark\:bg-contrast\/10{
3338
- background-color: rgba(250, 250, 249, 0.1);
3339
- background-color: rgba(250, 250, 249, 0.1);
3340
- background-color: rgb(var(--color-contrast) / 0.1);
3341
- }
3342
-
3343
- .dark\:bg-transparent{
3344
- background-color: transparent;
3345
- }
3346
-
3347
- .dark\:from-contrast\/60{
3348
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3349
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3350
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3351
- }
3352
-
3353
- .dark\:text-primary{
3354
- --tw-text-opacity: 1;
3355
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3356
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3357
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3358
- }
3359
-
3360
- .dark\:text-contrast{
3361
- --tw-text-opacity: 1;
3362
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3363
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3364
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3365
- }
3366
-
3367
- .dark\:focus\:border-primary\/20:focus{
3368
- border-color: rgba(20, 20, 20, 0.2);
3369
- border-color: rgba(20, 20, 20, 0.2);
3370
- border-color: rgb(var(--color-primary) / 0.2);
3371
- }
3372
- }
3373
- @media (color: 48842621){
3374
-
3375
- .dark\:prose-invert{
3376
- --tw-prose-body: var(--tw-prose-invert-body);
3377
- --tw-prose-headings: var(--tw-prose-invert-headings);
3378
- --tw-prose-lead: var(--tw-prose-invert-lead);
3379
- --tw-prose-links: var(--tw-prose-invert-links);
3380
- --tw-prose-bold: var(--tw-prose-invert-bold);
3381
- --tw-prose-counters: var(--tw-prose-invert-counters);
3382
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3383
- --tw-prose-hr: var(--tw-prose-invert-hr);
3384
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3385
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3386
- --tw-prose-captions: var(--tw-prose-invert-captions);
3387
- --tw-prose-code: var(--tw-prose-invert-code);
3388
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3389
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3390
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3391
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3392
- }
3393
-
3394
- .dark\:border-white{
3395
- --tw-border-opacity: 1;
3396
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3397
- }
3398
-
3399
- .dark\:bg-contrast{
3400
- --tw-bg-opacity: 1;
3401
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3402
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3403
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3404
- }
3405
-
3406
- .dark\:bg-contrast\/60{
3407
- background-color: rgba(250, 250, 249, 0.6);
3408
- background-color: rgba(250, 250, 249, 0.6);
3409
- background-color: rgb(var(--color-contrast) / 0.6);
3410
- }
3411
-
3412
- .dark\:bg-primary{
3413
- --tw-bg-opacity: 1;
3414
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3415
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3416
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3417
- }
3418
-
3419
- .dark\:bg-contrast\/10{
3420
- background-color: rgba(250, 250, 249, 0.1);
3421
- background-color: rgba(250, 250, 249, 0.1);
3422
- background-color: rgb(var(--color-contrast) / 0.1);
3423
- }
3424
-
3425
- .dark\:bg-transparent{
3426
- background-color: transparent;
3427
- }
3428
-
3429
- .dark\:from-contrast\/60{
3430
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3431
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3432
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3433
- }
3434
-
3435
- .dark\:text-primary{
3436
- --tw-text-opacity: 1;
3437
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3438
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3439
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3440
- }
3441
-
3442
- .dark\:text-contrast{
3443
- --tw-text-opacity: 1;
3444
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3445
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3446
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3447
- }
3448
-
3449
- .dark\:focus\:border-primary\/20:focus{
3450
- border-color: rgba(20, 20, 20, 0.2);
3451
- border-color: rgba(20, 20, 20, 0.2);
3452
- border-color: rgb(var(--color-primary) / 0.2);
3453
- }
3454
- }
3455
- @media (color-index: 48){
3456
-
3457
- .dark\:prose-invert{
3458
- --tw-prose-body: var(--tw-prose-invert-body);
3459
- --tw-prose-headings: var(--tw-prose-invert-headings);
3460
- --tw-prose-lead: var(--tw-prose-invert-lead);
3461
- --tw-prose-links: var(--tw-prose-invert-links);
3462
- --tw-prose-bold: var(--tw-prose-invert-bold);
3463
- --tw-prose-counters: var(--tw-prose-invert-counters);
3464
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3465
- --tw-prose-hr: var(--tw-prose-invert-hr);
3466
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3467
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3468
- --tw-prose-captions: var(--tw-prose-invert-captions);
3469
- --tw-prose-code: var(--tw-prose-invert-code);
3470
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3471
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3472
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3473
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3474
- }
3475
-
3476
- .dark\:border-white{
3477
- --tw-border-opacity: 1;
3478
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3479
- }
3480
-
3481
- .dark\:bg-contrast{
3482
- --tw-bg-opacity: 1;
3483
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3484
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3485
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3486
- }
3487
-
3488
- .dark\:bg-contrast\/60{
3489
- background-color: rgba(250, 250, 249, 0.6);
3490
- background-color: rgba(250, 250, 249, 0.6);
3491
- background-color: rgb(var(--color-contrast) / 0.6);
3492
- }
3493
-
3494
- .dark\:bg-primary{
3495
- --tw-bg-opacity: 1;
3496
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3497
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3498
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3499
- }
3500
-
3501
- .dark\:bg-contrast\/10{
3502
- background-color: rgba(250, 250, 249, 0.1);
3503
- background-color: rgba(250, 250, 249, 0.1);
3504
- background-color: rgb(var(--color-contrast) / 0.1);
3505
- }
3506
-
3507
- .dark\:bg-transparent{
3508
- background-color: transparent;
3509
- }
3510
-
3511
- .dark\:from-contrast\/60{
3512
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3513
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3514
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3515
- }
3516
-
3517
- .dark\:text-primary{
3518
- --tw-text-opacity: 1;
3519
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3520
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3521
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3522
- }
3523
-
3524
- .dark\:text-contrast{
3525
- --tw-text-opacity: 1;
3526
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3527
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3528
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3529
- }
3530
-
3531
- .dark\:focus\:border-primary\/20:focus{
3532
- border-color: rgba(20, 20, 20, 0.2);
3533
- border-color: rgba(20, 20, 20, 0.2);
3534
- border-color: rgb(var(--color-primary) / 0.2);
3535
- }
3536
- }
3537
- @media (color: 48842621){
3538
-
3539
- .dark\:prose-invert{
3540
- --tw-prose-body: var(--tw-prose-invert-body);
3541
- --tw-prose-headings: var(--tw-prose-invert-headings);
3542
- --tw-prose-lead: var(--tw-prose-invert-lead);
3543
- --tw-prose-links: var(--tw-prose-invert-links);
3544
- --tw-prose-bold: var(--tw-prose-invert-bold);
3545
- --tw-prose-counters: var(--tw-prose-invert-counters);
3546
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3547
- --tw-prose-hr: var(--tw-prose-invert-hr);
3548
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3549
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3550
- --tw-prose-captions: var(--tw-prose-invert-captions);
3551
- --tw-prose-code: var(--tw-prose-invert-code);
3552
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3553
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3554
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3555
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3556
- }
3557
-
3558
- .dark\:border-white{
3559
- --tw-border-opacity: 1;
3560
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3561
- }
3562
-
3563
- .dark\:bg-contrast{
3564
- --tw-bg-opacity: 1;
3565
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3566
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3567
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3568
- }
3569
-
3570
- .dark\:bg-contrast\/60{
3571
- background-color: rgba(250, 250, 249, 0.6);
3572
- background-color: rgba(250, 250, 249, 0.6);
3573
- background-color: rgb(var(--color-contrast) / 0.6);
3574
- }
3575
-
3576
- .dark\:bg-primary{
3577
- --tw-bg-opacity: 1;
3578
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3579
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3580
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3581
- }
3582
-
3583
- .dark\:bg-contrast\/10{
3584
- background-color: rgba(250, 250, 249, 0.1);
3585
- background-color: rgba(250, 250, 249, 0.1);
3586
- background-color: rgb(var(--color-contrast) / 0.1);
3587
- }
3588
-
3589
- .dark\:bg-transparent{
3590
- background-color: transparent;
3591
- }
3592
-
3593
- .dark\:from-contrast\/60{
3594
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3595
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3596
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3597
- }
3598
-
3599
- .dark\:text-primary{
3600
- --tw-text-opacity: 1;
3601
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3602
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3603
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3604
- }
3605
-
3606
- .dark\:text-contrast{
3607
- --tw-text-opacity: 1;
3608
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3609
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3610
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3611
- }
3612
-
3613
- .dark\:focus\:border-primary\/20:focus{
3614
- border-color: rgba(20, 20, 20, 0.2);
3615
- border-color: rgba(20, 20, 20, 0.2);
3616
- border-color: rgb(var(--color-primary) / 0.2);
3617
- }
3618
- }
3619
- @media (prefers-color-scheme: dark){
3620
-
3621
- .dark\:prose-invert{
3622
- --tw-prose-body: var(--tw-prose-invert-body);
3623
- --tw-prose-headings: var(--tw-prose-invert-headings);
3624
- --tw-prose-lead: var(--tw-prose-invert-lead);
3625
- --tw-prose-links: var(--tw-prose-invert-links);
3626
- --tw-prose-bold: var(--tw-prose-invert-bold);
3627
- --tw-prose-counters: var(--tw-prose-invert-counters);
3628
- --tw-prose-bullets: var(--tw-prose-invert-bullets);
3629
- --tw-prose-hr: var(--tw-prose-invert-hr);
3630
- --tw-prose-quotes: var(--tw-prose-invert-quotes);
3631
- --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
3632
- --tw-prose-captions: var(--tw-prose-invert-captions);
3633
- --tw-prose-code: var(--tw-prose-invert-code);
3634
- --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
3635
- --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
3636
- --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
3637
- --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
3638
- }
3639
-
3640
- .dark\:border-white{
3641
- --tw-border-opacity: 1;
3642
- border-color: rgba(255, 255, 255, var(--tw-border-opacity));
3643
- }
3644
-
3645
- .dark\:bg-contrast{
3646
- --tw-bg-opacity: 1;
3647
- background-color: rgba(250, 250, 249, var(--tw-bg-opacity));
3648
- background-color: rgb(var(--color-contrast) / var(--tw-bg-opacity));
3649
- }
3650
-
3651
- .dark\:bg-contrast\/60{
3652
- background-color: rgba(250, 250, 249, 0.6);
3653
- background-color: rgb(var(--color-contrast) / 0.6);
3654
- }
3655
-
3656
- .dark\:bg-primary{
3657
- --tw-bg-opacity: 1;
3658
- background-color: rgba(20, 20, 20, var(--tw-bg-opacity));
3659
- background-color: rgb(var(--color-primary) / var(--tw-bg-opacity));
3660
- }
3661
-
3662
- .dark\:bg-contrast\/10{
3663
- background-color: rgba(250, 250, 249, 0.1);
3664
- background-color: rgb(var(--color-contrast) / 0.1);
3665
- }
3666
-
3667
- .dark\:bg-transparent{
3668
- background-color: transparent;
3669
- }
3670
-
3671
- .dark\:from-contrast\/60{
3672
- --tw-gradient-from: rgb(var(--color-contrast) / 0.6);
3673
- --tw-gradient-to: rgb(var(--color-contrast) / 0);
3674
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
3675
- }
3676
-
3677
- .dark\:text-primary{
3678
- --tw-text-opacity: 1;
3679
- color: rgba(20, 20, 20, var(--tw-text-opacity));
3680
- color: rgb(var(--color-primary) / var(--tw-text-opacity));
3681
- }
3682
-
3683
- .dark\:text-contrast{
3684
- --tw-text-opacity: 1;
3685
- color: rgba(250, 250, 249, var(--tw-text-opacity));
3686
- color: rgb(var(--color-contrast) / var(--tw-text-opacity));
3687
- }
3688
-
3689
- .dark\:focus\:border-primary\/20:focus{
3690
- border-color: rgba(20, 20, 20, 0.2);
3691
- border-color: rgb(var(--color-primary) / 0.2);
3692
- }
3693
- }
3694
- @media (min-width: 32em){
3695
-
3696
- .sm\:bottom-auto{
3697
- bottom: auto;
3698
- }
3699
-
3700
- .sm\:my-12{
3701
- margin-top: 3rem;
3702
- margin-bottom: 3rem;
3703
- }
3704
-
3705
- .sm\:block{
3706
- display: block;
3707
- }
3708
-
3709
- .sm\:flex{
3710
- display: flex;
3711
- }
3712
-
3713
- .sm\:table-cell{
3714
- display: table-cell;
3715
- }
3716
-
3717
- .sm\:hidden{
3718
- display: none;
3719
- }
3720
-
3721
- .sm\:aspect-square{
3722
- aspect-ratio: 1 / 1;
3723
- }
3724
-
3725
- .sm\:w-full{
3726
- width: 100%;
3727
- }
3728
-
3729
- .sm\:w-auto{
3730
- width: auto;
3731
- }
3732
-
3733
- .sm\:max-w-sm{
3734
- max-width: 24rem;
3735
- }
3736
-
3737
- .sm\:max-w-none{
3738
- max-width: none;
3739
- }
3740
-
3741
- .sm\:flex-none{
3742
- flex: none;
3743
- }
3744
-
3745
- .sm\:grid-cols-2{
3746
- grid-template-columns: repeat(2, minmax(0, 1fr));
3747
- }
3748
-
3749
- .sm\:grid-cols-3{
3750
- grid-template-columns: repeat(3, minmax(0, 1fr));
3751
- }
3752
-
3753
- .sm\:grid-cols-1{
3754
- grid-template-columns: repeat(1, minmax(0, 1fr));
3755
- }
3756
-
3757
- .sm\:gap-6{
3758
- gap: 1.5rem;
3759
- }
3760
-
3761
- .sm\:divide-y > :not([hidden]) ~ :not([hidden]){
3762
- --tw-divide-y-reverse: 0;
3763
- border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
3764
- border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
3765
- border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
3766
- }
3767
-
3768
- .sm\:divide-gray-200 > :not([hidden]) ~ :not([hidden]){
3769
- --tw-divide-opacity: 1;
3770
- border-color: rgba(229, 231, 235, var(--tw-divide-opacity));
3771
- }
3772
-
3773
- .sm\:p-0{
3774
- padding: 0px;
3775
- }
3776
-
3777
- .sm\:p-6{
3778
- padding: 1.5rem;
3779
- }
3780
-
3781
- .sm\:px-8{
3782
- padding-left: 2rem;
3783
- padding-right: 2rem;
3784
- }
3785
-
3786
- .sm\:px-12{
3787
- padding-left: 3rem;
3788
- padding-right: 3rem;
3789
- }
3790
-
3791
- .sm\:py-8{
3792
- padding-top: 2rem;
3793
- padding-bottom: 2rem;
3794
- }
3795
-
3796
- .sm\:align-middle{
3797
- vertical-align: middle;
3798
- }
3799
- }
3800
- @media (min-width: 48em){
3801
-
3802
- .md\:sticky{
3803
- position: sticky;
3804
- }
3805
-
3806
- .md\:top-nav{
3807
- top: 3rem;
3808
- top: var(--height-nav);
3809
- }
3810
-
3811
- .md\:col-span-2{
3812
- grid-column: span 2 / span 2;
3813
- }
3814
-
3815
- .md\:col-span-1{
3816
- grid-column: span 1 / span 1;
3817
- }
3818
-
3819
- .md\:col-span-3{
3820
- grid-column: span 3 / span 3;
3821
- }
3822
-
3823
- .md\:mx-auto{
3824
- margin-left: auto;
3825
- margin-right: auto;
3826
- }
3827
-
3828
- .md\:my-8{
3829
- margin-top: 2rem;
3830
- margin-bottom: 2rem;
3831
- }
3832
-
3833
- .md\:ml-auto{
3834
- margin-left: auto;
3835
- }
3836
-
3837
- .md\:mt-16{
3838
- margin-top: 4rem;
3839
- }
3840
-
3841
- .md\:-mb-nav{
3842
- margin-bottom: calc(3rem * -1);
3843
- margin-bottom: calc(var(--height-nav) * -1);
3844
- }
3845
-
3846
- .md\:block{
3847
- display: block;
3848
- }
3849
-
3850
- .md\:inline-block{
3851
- display: inline-block;
3852
- }
3853
-
3854
- .md\:table-cell{
3855
- display: table-cell;
3856
- }
3857
-
3858
- .md\:hidden{
3859
- display: none;
3860
- }
3861
-
3862
- .md\:aspect-\[5\/4\]{
3863
- aspect-ratio: 5/4;
3864
- }
3865
-
3866
- .md\:aspect-\[4\/5\]{
3867
- aspect-ratio: 4/5;
3868
- }
3869
-
3870
- .md\:h-28{
3871
- height: 7rem;
3872
- }
3873
-
3874
- .md\:h-screen{
3875
- height: 100vh;
3876
- height: var(--screen-height, 100vh);
3877
- }
3878
-
3879
- .md\:max-h-fit{
3880
- max-height: -webkit-fit-content;
3881
- max-height: -moz-fit-content;
3882
- max-height: fit-content;
3883
- }
3884
-
3885
- .md\:max-h-full{
3886
- max-height: 100%;
3887
- }
3888
-
3889
- .md\:w-28{
3890
- width: 7rem;
3891
- }
3892
-
3893
- .md\:w-full{
3894
- width: 100%;
3895
- }
3896
-
3897
- .md\:w-\[240px\]{
3898
- width: 240px;
3899
- }
3900
-
3901
- .md\:w-\[0px\]{
3902
- width: 0px;
3903
- }
3904
-
3905
- .md\:w-5\/12{
3906
- width: 41.666667%;
3907
- }
3908
-
3909
- .md\:w-7\/12{
3910
- width: 58.333333%;
3911
- }
3912
-
3913
- .md\:min-w-\[240px\]{
3914
- min-width: 240px;
3915
- }
3916
-
3917
- .md\:min-w-\[0px\]{
3918
- min-width: 0px;
3919
- }
3920
-
3921
- .md\:max-w-\[335px\]{
3922
- max-width: 335px;
3923
- }
3924
-
3925
- .md\:max-w-sm{
3926
- max-width: 24rem;
3927
- }
3928
-
3929
- .md\:translate-y-4{
3930
- --tw-translate-y: 1rem;
3931
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3932
- }
3933
-
3934
- .md\:-translate-y-nav{
3935
- --tw-translate-y: calc(var(--height-nav) * -1);
3936
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3937
- }
3938
-
3939
- .md\:cursor-default{
3940
- cursor: default;
3941
- }
3942
-
3943
- .md\:scroll-px-8{
3944
- scroll-padding-left: 2rem;
3945
- scroll-padding-right: 2rem;
3946
- }
3947
-
3948
- .md\:grid-flow-row{
3949
- grid-auto-flow: row;
3950
- }
3951
-
3952
- .md\:grid-cols-3{
3953
- grid-template-columns: repeat(3, minmax(0, 1fr));
3954
- }
3955
-
3956
- .md\:grid-cols-2{
3957
- grid-template-columns: repeat(2, minmax(0, 1fr));
3958
- }
3959
-
3960
- .md\:grid-cols-4{
3961
- grid-template-columns: repeat(4, minmax(0, 1fr));
3962
- }
3963
-
3964
- .md\:flex-row{
3965
- flex-direction: row;
3966
- }
3967
-
3968
- .md\:items-start{
3969
- align-items: flex-start;
3970
- }
3971
-
3972
- .md\:justify-items-center{
3973
- justify-items: center;
3974
- }
3975
-
3976
- .md\:gap-8{
3977
- gap: 2rem;
3978
- }
3979
-
3980
- .md\:gap-10{
3981
- gap: 2.5rem;
3982
- }
3983
-
3984
- .md\:gap-12{
3985
- gap: 3rem;
3986
- }
3987
-
3988
- .md\:gap-4{
3989
- gap: 1rem;
3990
- }
3991
-
3992
- .md\:gap-6{
3993
- gap: 1.5rem;
3994
- }
3995
-
3996
- .md\:gap-16{
3997
- gap: 4rem;
3998
- }
3999
-
4000
- .md\:overflow-x-auto{
4001
- overflow-x: auto;
4002
- }
4003
-
4004
- .md\:overflow-y-scroll{
4005
- overflow-y: scroll;
4006
- }
4007
-
4008
- .md\:rounded-t{
4009
- border-top-left-radius: 0.25rem;
4010
- border-top-right-radius: 0.25rem;
4011
- }
4012
-
4013
- .md\:rounded-b-none{
4014
- border-bottom-right-radius: 0px;
4015
- border-bottom-left-radius: 0px;
4016
- }
4017
-
4018
- .md\:rounded-b{
4019
- border-bottom-right-radius: 0.25rem;
4020
- border-bottom-left-radius: 0.25rem;
4021
- }
4022
-
4023
- .md\:rounded-t-none{
4024
- border-top-left-radius: 0px;
4025
- border-top-right-radius: 0px;
4026
- }
4027
-
4028
- .md\:border-t-0{
4029
- border-top-width: 0px;
4030
- }
4031
-
4032
- .md\:border-b{
4033
- border-bottom-width: 1px;
4034
- }
4035
-
4036
- .md\:p-8{
4037
- padding: 2rem;
4038
- }
4039
-
4040
- .md\:p-6{
4041
- padding: 1.5rem;
4042
- }
4043
-
4044
- .md\:p-0{
4045
- padding: 0px;
4046
- }
4047
-
4048
- .md\:px-12{
4049
- padding-left: 3rem;
4050
- padding-right: 3rem;
4051
- }
4052
-
4053
- .md\:px-6{
4054
- padding-left: 1.5rem;
4055
- padding-right: 1.5rem;
4056
- }
4057
-
4058
- .md\:px-8{
4059
- padding-left: 2rem;
4060
- padding-right: 2rem;
4061
- }
4062
-
4063
- .md\:py-8{
4064
- padding-top: 2rem;
4065
- padding-bottom: 2rem;
4066
- }
4067
-
4068
- .md\:px-0{
4069
- padding-left: 0px;
4070
- padding-right: 0px;
4071
- }
4072
-
4073
- .md\:pb-12{
4074
- padding-bottom: 3rem;
4075
- }
4076
-
4077
- .md\:pb-8{
4078
- padding-bottom: 2rem;
4079
- }
4080
-
4081
- .md\:pr-8{
4082
- padding-right: 2rem;
4083
- }
4084
-
4085
- .md\:pt-8{
4086
- padding-top: 2rem;
4087
- }
4088
-
4089
- .md\:pb-4{
4090
- padding-bottom: 1rem;
4091
- }
4092
-
4093
- .md\:pt-nav{
4094
- padding-top: 3rem;
4095
- padding-top: var(--height-nav);
4096
- }
4097
-
4098
- .md\:pl-0{
4099
- padding-left: 0px;
4100
- }
4101
-
4102
- .md\:pr-3{
4103
- padding-right: 0.75rem;
4104
- }
4105
-
4106
- .md\:text-center{
4107
- text-align: center;
4108
- }
4109
-
4110
- .md\:leading-\[4rem\]{
4111
- line-height: 4rem;
4112
- }
4113
- }
4114
- @media (min-width: 64em){
4115
-
4116
- .lg\:col-span-2{
4117
- grid-column: span 2 / span 2;
4118
- }
4119
-
4120
- .lg\:flex{
4121
- display: flex;
4122
- }
4123
-
4124
- .lg\:hidden{
4125
- display: none;
4126
- }
4127
-
4128
- .lg\:aspect-\[3\/2\]{
4129
- aspect-ratio: 3/2;
4130
- }
4131
-
4132
- .lg\:scroll-px-12{
4133
- scroll-padding-left: 3rem;
4134
- scroll-padding-right: 3rem;
4135
- }
4136
-
4137
- .lg\:grid-cols-4{
4138
- grid-template-columns: repeat(4, minmax(0, 1fr));
4139
- }
4140
-
4141
- .lg\:grid-cols-3{
4142
- grid-template-columns: repeat(3, minmax(0, 1fr));
4143
- }
4144
-
4145
- .lg\:gap-12{
4146
- gap: 3rem;
4147
- }
4148
-
4149
- .lg\:gap-6{
4150
- gap: 1.5rem;
4151
- }
4152
-
4153
- .lg\:gap-20{
4154
- gap: 5rem;
4155
- }
4156
-
4157
- .lg\:p-12{
4158
- padding: 3rem;
4159
- }
4160
-
4161
- .lg\:p-8{
4162
- padding: 2rem;
4163
- }
4164
-
4165
- .lg\:px-12{
4166
- padding-left: 3rem;
4167
- padding-right: 3rem;
4168
- }
4169
-
4170
- .lg\:py-12{
4171
- padding-top: 3rem;
4172
- padding-bottom: 3rem;
4173
- }
4174
-
4175
- .lg\:py-6{
4176
- padding-top: 1.5rem;
4177
- padding-bottom: 1.5rem;
4178
- }
4179
-
4180
- .lg\:pt-12{
4181
- padding-top: 3rem;
4182
- }
4183
-
4184
- .lg\:pb-8{
4185
- padding-bottom: 2rem;
4186
- }
4187
-
4188
- .lg\:text-right{
4189
- text-align: right;
4190
- }
4191
- }
4192
- @media (min-width: 80em){
4193
-
4194
- .xl\:aspect-\[2\/1\]{
4195
- aspect-ratio: 2/1;
4196
- }
4197
- }
4198
- @media (max-width: 48em){
4199
-
4200
- .sm-max\:pt-2{
4201
- padding-top: 0.5rem;
4202
- }
4203
- }