@primer/react-brand 0.74.0 → 0.75.0-rc.96de7cef

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 (456) hide show
  1. package/docs/components/RiverAccordion/index.md +49 -6
  2. package/docs/components/SubdomainNavBar/index.md +215 -86
  3. package/docs/index.md +2 -2
  4. package/esm/Hero/sub-components/HeroLabel.d.ts +1 -0
  5. package/esm/Hero/sub-components/HeroLabel.d.ts.map +1 -1
  6. package/esm/Hero/sub-components/HeroLabel.js +7 -6
  7. package/esm/Hero/sub-components/HeroLabel.js.map +1 -1
  8. package/esm/SubdomainNavBar/NavigationVisbilityObserver.d.ts +3 -1
  9. package/esm/SubdomainNavBar/NavigationVisbilityObserver.d.ts.map +1 -1
  10. package/esm/SubdomainNavBar/NavigationVisbilityObserver.js +115 -63
  11. package/esm/SubdomainNavBar/NavigationVisbilityObserver.js.map +1 -1
  12. package/esm/SubdomainNavBar/SubdomainNavBar.d.ts +155 -18
  13. package/esm/SubdomainNavBar/SubdomainNavBar.d.ts.map +1 -1
  14. package/esm/SubdomainNavBar/SubdomainNavBar.js +474 -298
  15. package/esm/SubdomainNavBar/SubdomainNavBar.js.map +1 -1
  16. package/esm/SubdomainNavBar/SubdomainNavBar.module-WIrpYyjV.css +1 -0
  17. package/esm/SubdomainNavBar/SubdomainNavBar.module.js +33 -9
  18. package/esm/SubdomainNavBar/SubdomainNavBar.module.js.map +1 -1
  19. package/esm/SubdomainNavBar/SubdomainNavBarLinkContext.d.ts +9 -0
  20. package/esm/SubdomainNavBar/SubdomainNavBarLinkContext.d.ts.map +1 -0
  21. package/esm/SubdomainNavBar/SubdomainNavBarLinkContext.js +10 -0
  22. package/esm/SubdomainNavBar/SubdomainNavBarLinkContext.js.map +1 -0
  23. package/esm/SubdomainNavBar/useSearchKeyboardShortcut.d.ts +8 -0
  24. package/esm/SubdomainNavBar/useSearchKeyboardShortcut.d.ts.map +1 -0
  25. package/esm/SubdomainNavBar/useSearchKeyboardShortcut.js +52 -0
  26. package/esm/SubdomainNavBar/useSearchKeyboardShortcut.js.map +1 -0
  27. package/esm/SubdomainNavBar/useSearchResults.d.ts +24 -0
  28. package/esm/SubdomainNavBar/useSearchResults.d.ts.map +1 -0
  29. package/esm/SubdomainNavBar/useSearchResults.js +57 -0
  30. package/esm/SubdomainNavBar/useSearchResults.js.map +1 -0
  31. package/esm/SubdomainNavBar/useVisibilityObserver.d.ts +1 -1
  32. package/esm/SubdomainNavBar/useVisibilityObserver.d.ts.map +1 -1
  33. package/esm/SubdomainNavBar/useVisibilityObserver.js +60 -23
  34. package/esm/SubdomainNavBar/useVisibilityObserver.js.map +1 -1
  35. package/esm/TextCursorAnimation/TextCursorAnimation.d.ts +8 -3
  36. package/esm/TextCursorAnimation/TextCursorAnimation.d.ts.map +1 -1
  37. package/esm/TextCursorAnimation/TextCursorAnimation.js +53 -27
  38. package/esm/TextCursorAnimation/TextCursorAnimation.js.map +1 -1
  39. package/esm/TextCursorAnimation/TextCursorAnimation.module-BS4hPR8H.css +1 -0
  40. package/esm/TextCursorAnimation/TextCursorAnimation.module.js +14 -4
  41. package/esm/TextCursorAnimation/TextCursorAnimation.module.js.map +1 -1
  42. package/esm/hooks/useCursorAnimation.d.ts +8 -31
  43. package/esm/hooks/useCursorAnimation.d.ts.map +1 -1
  44. package/esm/hooks/useCursorAnimation.js +84 -36
  45. package/esm/hooks/useCursorAnimation.js.map +1 -1
  46. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes-BGj0AiDW.css +1 -0
  47. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/base-DKbXhPKv.css +1 -0
  48. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes-BucKYl1n.css +1 -0
  49. package/esm/river/RiverAccordion/RiverAccordion.d.ts +13 -4
  50. package/esm/river/RiverAccordion/RiverAccordion.d.ts.map +1 -1
  51. package/esm/river/RiverAccordion/RiverAccordion.js +35 -24
  52. package/esm/river/RiverAccordion/RiverAccordion.js.map +1 -1
  53. package/esm/river/RiverAccordion/RiverAccordion.module-Cr6Q-qkm.css +1 -0
  54. package/esm/river/RiverAccordion/RiverAccordion.module.js +7 -3
  55. package/esm/river/RiverAccordion/RiverAccordion.module.js.map +1 -1
  56. package/lib/Hero/sub-components/HeroLabel.d.ts +1 -0
  57. package/lib/SubdomainNavBar/NavigationVisbilityObserver.d.ts +3 -1
  58. package/lib/SubdomainNavBar/SubdomainNavBar.d.ts +155 -18
  59. package/lib/SubdomainNavBar/SubdomainNavBarLinkContext.d.ts +8 -0
  60. package/lib/SubdomainNavBar/useSearchKeyboardShortcut.d.ts +7 -0
  61. package/lib/SubdomainNavBar/useSearchResults.d.ts +23 -0
  62. package/lib/SubdomainNavBar/useVisibilityObserver.d.ts +1 -1
  63. package/lib/TextCursorAnimation/TextCursorAnimation.d.ts +8 -3
  64. package/lib/css/main.css +1388 -302
  65. package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
  66. package/lib/design-tokens/css/tokens/base/colors/light.css +1 -1
  67. package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
  68. package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
  69. package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
  70. package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
  71. package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
  72. package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
  73. package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
  74. package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
  75. package/lib/design-tokens/css/tokens/functional/components/bento/base.css +1 -1
  76. package/lib/design-tokens/css/tokens/functional/components/blinking-cursor/colors-with-modes.css +1 -1
  77. package/lib/design-tokens/css/tokens/functional/components/breadcrumbs/colors-with-modes.css +1 -1
  78. package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
  79. package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
  80. package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
  81. package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
  82. package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
  83. package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
  84. package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
  85. package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
  86. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/colors-with-modes.css +1 -1
  87. package/lib/design-tokens/css/tokens/functional/components/eyebrow-banner/eyebrow-banner.css +1 -1
  88. package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
  89. package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
  90. package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
  91. package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
  92. package/lib/design-tokens/css/tokens/functional/components/footer/base.css +1 -1
  93. package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
  94. package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
  95. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/base.css +1 -1
  96. package/lib/design-tokens/css/tokens/functional/components/frosted-glass-vfx/colors-with-modes.css +1 -1
  97. package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
  98. package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
  99. package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
  100. package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
  101. package/lib/design-tokens/css/tokens/functional/components/icon/colors-with-modes.css +1 -1
  102. package/lib/design-tokens/css/tokens/functional/components/icon/colors.css +1 -1
  103. package/lib/design-tokens/css/tokens/functional/components/ide/base.css +1 -1
  104. package/lib/design-tokens/css/tokens/functional/components/ide/colors-with-modes.css +1 -1
  105. package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
  106. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors-with-modes.css +1 -1
  107. package/lib/design-tokens/css/tokens/functional/components/inline-code/colors.css +1 -1
  108. package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
  109. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
  110. package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
  111. package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
  112. package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
  113. package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
  114. package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
  115. package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
  116. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
  117. package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
  118. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors-with-modes.css +1 -1
  119. package/lib/design-tokens/css/tokens/functional/components/media-playlist/colors.css +1 -1
  120. package/lib/design-tokens/css/tokens/functional/components/nav-list/colors-with-modes.css +1 -1
  121. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors-with-modes.css +1 -1
  122. package/lib/design-tokens/css/tokens/functional/components/pricing-options/colors.css +1 -1
  123. package/lib/design-tokens/css/tokens/functional/components/pricing-options/pricing-options.css +1 -1
  124. package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
  125. package/lib/design-tokens/css/tokens/functional/components/prose/colors-with-modes.css +1 -1
  126. package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
  127. package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
  128. package/lib/design-tokens/css/tokens/functional/components/river-story-scroll/colors-with-modes.css +1 -1
  129. package/lib/design-tokens/css/tokens/functional/components/section/section.css +1 -1
  130. package/lib/design-tokens/css/tokens/functional/components/statistic/base.css +1 -1
  131. package/lib/design-tokens/css/tokens/functional/components/sub-nav/base.css +1 -1
  132. package/lib/design-tokens/css/tokens/functional/components/sub-nav/colors-with-modes.css +1 -1
  133. package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +7 -1
  134. package/lib/design-tokens/css/tokens/functional/components/tabs/base.css +1 -1
  135. package/lib/design-tokens/css/tokens/functional/components/tabs/colors-with-modes.css +1 -1
  136. package/lib/design-tokens/css/tokens/functional/components/tabs/colors.css +1 -1
  137. package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
  138. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors-with-modes.css +1 -1
  139. package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
  140. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/base.css +8 -0
  141. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes.css +7 -3
  142. package/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors.css +4 -2
  143. package/lib/design-tokens/css/tokens/functional/components/tiles/colors-with-modes.css +1 -1
  144. package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
  145. package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
  146. package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
  147. package/lib/design-tokens/css/tokens/functional/components/token/colors-with-modes.css +1 -1
  148. package/lib/design-tokens/css/tokens/functional/components/token/colors.css +1 -1
  149. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors-with-modes.css +1 -1
  150. package/lib/design-tokens/css/tokens/functional/components/tooltip/colors.css +1 -1
  151. package/lib/design-tokens/css/tokens/functional/components/video-player/base.css +1 -1
  152. package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +1 -1
  153. package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
  154. package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
  155. package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
  156. package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
  157. package/lib/design-tokens/css/tokens/functional/size/size.css +1 -1
  158. package/lib/design-tokens/css/tokens/functional/size/viewport.css +1 -1
  159. package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
  160. package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
  161. package/lib/design-tokens/js/module/tokens/base/colors/light.js +1 -1
  162. package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
  163. package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
  164. package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
  165. package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
  166. package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
  167. package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
  168. package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
  169. package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  170. package/lib/design-tokens/js/module/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  171. package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
  172. package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
  173. package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
  174. package/lib/design-tokens/js/module/tokens/functional/components/footer/base.js +1 -1
  175. package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
  176. package/lib/design-tokens/js/module/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  177. package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
  178. package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
  179. package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
  180. package/lib/design-tokens/js/module/tokens/functional/components/icon/colors.js +1 -1
  181. package/lib/design-tokens/js/module/tokens/functional/components/ide/base.js +1 -1
  182. package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
  183. package/lib/design-tokens/js/module/tokens/functional/components/inline-code/colors.js +1 -1
  184. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
  185. package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
  186. package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
  187. package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
  188. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
  189. package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
  190. package/lib/design-tokens/js/module/tokens/functional/components/media-playlist/colors.js +1 -1
  191. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/colors.js +1 -1
  192. package/lib/design-tokens/js/module/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  193. package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
  194. package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
  195. package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
  196. package/lib/design-tokens/js/module/tokens/functional/components/section/section.js +1 -1
  197. package/lib/design-tokens/js/module/tokens/functional/components/statistic/base.js +1 -1
  198. package/lib/design-tokens/js/module/tokens/functional/components/sub-nav/base.js +1 -1
  199. package/lib/design-tokens/js/module/tokens/functional/components/tabs/base.js +1 -1
  200. package/lib/design-tokens/js/module/tokens/functional/components/tabs/colors.js +1 -1
  201. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/base.js +1 -1
  202. package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
  203. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/base.js +14 -0
  204. package/lib/design-tokens/js/module/tokens/functional/components/text-cursor-animation/colors.js +10 -2
  205. package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
  206. package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
  207. package/lib/design-tokens/js/module/tokens/functional/components/token/colors.js +1 -1
  208. package/lib/design-tokens/js/module/tokens/functional/components/tooltip/colors.js +1 -1
  209. package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.js +1 -1
  210. package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
  211. package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
  212. package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
  213. package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
  214. package/lib/design-tokens/js/module/tokens/functional/size/size.js +1 -1
  215. package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
  216. package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +1 -1
  217. package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
  218. package/lib/design-tokens/js/tokens/base/colors/light.js +1 -1
  219. package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
  220. package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
  221. package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
  222. package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
  223. package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
  224. package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
  225. package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
  226. package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  227. package/lib/design-tokens/js/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  228. package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
  229. package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
  230. package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
  231. package/lib/design-tokens/js/tokens/functional/components/footer/base.js +1 -1
  232. package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
  233. package/lib/design-tokens/js/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  234. package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
  235. package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
  236. package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
  237. package/lib/design-tokens/js/tokens/functional/components/icon/colors.js +1 -1
  238. package/lib/design-tokens/js/tokens/functional/components/ide/base.js +1 -1
  239. package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
  240. package/lib/design-tokens/js/tokens/functional/components/inline-code/colors.js +1 -1
  241. package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
  242. package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
  243. package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
  244. package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
  245. package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
  246. package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
  247. package/lib/design-tokens/js/tokens/functional/components/media-playlist/colors.js +1 -1
  248. package/lib/design-tokens/js/tokens/functional/components/pricing-options/colors.js +1 -1
  249. package/lib/design-tokens/js/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  250. package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
  251. package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
  252. package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
  253. package/lib/design-tokens/js/tokens/functional/components/section/section.js +1 -1
  254. package/lib/design-tokens/js/tokens/functional/components/statistic/base.js +1 -1
  255. package/lib/design-tokens/js/tokens/functional/components/sub-nav/base.js +1 -1
  256. package/lib/design-tokens/js/tokens/functional/components/tabs/base.js +1 -1
  257. package/lib/design-tokens/js/tokens/functional/components/tabs/colors.js +1 -1
  258. package/lib/design-tokens/js/tokens/functional/components/testimonial/base.js +1 -1
  259. package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
  260. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/base.js +6 -0
  261. package/lib/design-tokens/js/tokens/functional/components/text-cursor-animation/colors.js +4 -2
  262. package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
  263. package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
  264. package/lib/design-tokens/js/tokens/functional/components/token/colors.js +1 -1
  265. package/lib/design-tokens/js/tokens/functional/components/tooltip/colors.js +1 -1
  266. package/lib/design-tokens/js/tokens/functional/components/video-player/base.js +1 -1
  267. package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
  268. package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
  269. package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
  270. package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
  271. package/lib/design-tokens/js/tokens/functional/size/size.js +1 -1
  272. package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
  273. package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
  274. package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
  275. package/lib/design-tokens/json/colors.json +6 -1
  276. package/lib/design-tokens/scss/tokens/base/colors/light.scss +1 -1
  277. package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
  278. package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
  279. package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
  280. package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
  281. package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
  282. package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
  283. package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
  284. package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
  285. package/lib/design-tokens/scss/tokens/functional/components/eyebrow-banner/eyebrow-banner.scss +1 -1
  286. package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
  287. package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
  288. package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
  289. package/lib/design-tokens/scss/tokens/functional/components/footer/base.scss +1 -1
  290. package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
  291. package/lib/design-tokens/scss/tokens/functional/components/frosted-glass-vfx/base.scss +1 -1
  292. package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
  293. package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
  294. package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
  295. package/lib/design-tokens/scss/tokens/functional/components/icon/colors.scss +1 -1
  296. package/lib/design-tokens/scss/tokens/functional/components/ide/base.scss +1 -1
  297. package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
  298. package/lib/design-tokens/scss/tokens/functional/components/inline-code/colors.scss +1 -1
  299. package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
  300. package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
  301. package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
  302. package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
  303. package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
  304. package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
  305. package/lib/design-tokens/scss/tokens/functional/components/media-playlist/colors.scss +1 -1
  306. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/colors.scss +1 -1
  307. package/lib/design-tokens/scss/tokens/functional/components/pricing-options/pricing-options.scss +1 -1
  308. package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
  309. package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
  310. package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
  311. package/lib/design-tokens/scss/tokens/functional/components/section/section.scss +1 -1
  312. package/lib/design-tokens/scss/tokens/functional/components/statistic/base.scss +1 -1
  313. package/lib/design-tokens/scss/tokens/functional/components/sub-nav/base.scss +1 -1
  314. package/lib/design-tokens/scss/tokens/functional/components/tabs/base.scss +1 -1
  315. package/lib/design-tokens/scss/tokens/functional/components/tabs/colors.scss +1 -1
  316. package/lib/design-tokens/scss/tokens/functional/components/testimonial/base.scss +1 -1
  317. package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
  318. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/base.scss +5 -0
  319. package/lib/design-tokens/scss/tokens/functional/components/text-cursor-animation/colors.scss +4 -2
  320. package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
  321. package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
  322. package/lib/design-tokens/scss/tokens/functional/components/token/colors.scss +1 -1
  323. package/lib/design-tokens/scss/tokens/functional/components/tooltip/colors.scss +1 -1
  324. package/lib/design-tokens/scss/tokens/functional/components/video-player/base.scss +1 -1
  325. package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
  326. package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
  327. package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
  328. package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
  329. package/lib/design-tokens/scss/tokens/functional/size/size.scss +1 -1
  330. package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
  331. package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
  332. package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
  333. package/lib/design-tokens/ts/tokens/base/colors/light.d.ts +1 -1
  334. package/lib/design-tokens/ts/tokens/base/colors/light.js +1 -1
  335. package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
  336. package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
  337. package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +1 -1
  338. package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
  339. package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
  340. package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
  341. package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
  342. package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
  343. package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
  344. package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
  345. package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
  346. package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
  347. package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
  348. package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
  349. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
  350. package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
  351. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.d.ts +1 -1
  352. package/lib/design-tokens/ts/tokens/functional/components/eyebrow-banner/eyebrow-banner.js +1 -1
  353. package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
  354. package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
  355. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
  356. package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
  357. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
  358. package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
  359. package/lib/design-tokens/ts/tokens/functional/components/footer/base.d.ts +1 -1
  360. package/lib/design-tokens/ts/tokens/functional/components/footer/base.js +1 -1
  361. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
  362. package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
  363. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.d.ts +1 -1
  364. package/lib/design-tokens/ts/tokens/functional/components/frosted-glass-vfx/base.js +1 -1
  365. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
  366. package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
  367. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
  368. package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
  369. package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
  370. package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
  371. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.d.ts +1 -1
  372. package/lib/design-tokens/ts/tokens/functional/components/icon/colors.js +1 -1
  373. package/lib/design-tokens/ts/tokens/functional/components/ide/base.d.ts +1 -1
  374. package/lib/design-tokens/ts/tokens/functional/components/ide/base.js +1 -1
  375. package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
  376. package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
  377. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.d.ts +1 -1
  378. package/lib/design-tokens/ts/tokens/functional/components/inline-code/colors.js +1 -1
  379. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
  380. package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
  381. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
  382. package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
  383. package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
  384. package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
  385. package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
  386. package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
  387. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
  388. package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
  389. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
  390. package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
  391. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.d.ts +1 -1
  392. package/lib/design-tokens/ts/tokens/functional/components/media-playlist/colors.js +1 -1
  393. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.d.ts +1 -1
  394. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/colors.js +1 -1
  395. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.d.ts +1 -1
  396. package/lib/design-tokens/ts/tokens/functional/components/pricing-options/pricing-options.js +1 -1
  397. package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
  398. package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
  399. package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
  400. package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
  401. package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
  402. package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
  403. package/lib/design-tokens/ts/tokens/functional/components/section/section.d.ts +1 -1
  404. package/lib/design-tokens/ts/tokens/functional/components/section/section.js +1 -1
  405. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.d.ts +1 -1
  406. package/lib/design-tokens/ts/tokens/functional/components/statistic/base.js +1 -1
  407. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.d.ts +1 -1
  408. package/lib/design-tokens/ts/tokens/functional/components/sub-nav/base.js +1 -1
  409. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.d.ts +1 -1
  410. package/lib/design-tokens/ts/tokens/functional/components/tabs/base.js +1 -1
  411. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.d.ts +1 -1
  412. package/lib/design-tokens/ts/tokens/functional/components/tabs/colors.js +1 -1
  413. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.d.ts +1 -1
  414. package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
  415. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
  416. package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.js +1 -1
  417. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/base.d.ts +17 -0
  418. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/base.js +14 -0
  419. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.d.ts +4 -2
  420. package/lib/design-tokens/ts/tokens/functional/components/text-cursor-animation/colors.js +4 -2
  421. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
  422. package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +1 -1
  423. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
  424. package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
  425. package/lib/design-tokens/ts/tokens/functional/components/token/colors.d.ts +1 -1
  426. package/lib/design-tokens/ts/tokens/functional/components/token/colors.js +1 -1
  427. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.d.ts +1 -1
  428. package/lib/design-tokens/ts/tokens/functional/components/tooltip/colors.js +1 -1
  429. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.d.ts +1 -1
  430. package/lib/design-tokens/ts/tokens/functional/components/video-player/base.js +1 -1
  431. package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
  432. package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
  433. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
  434. package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
  435. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
  436. package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
  437. package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
  438. package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
  439. package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +1 -1
  440. package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
  441. package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
  442. package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
  443. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +1 -1
  444. package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
  445. package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
  446. package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
  447. package/lib/hooks/useCursorAnimation.d.ts +8 -31
  448. package/lib/index.js +1 -1
  449. package/lib/river/RiverAccordion/RiverAccordion.d.ts +13 -4
  450. package/llms.txt +2 -2
  451. package/package.json +1 -1
  452. package/esm/SubdomainNavBar/SubdomainNavBar.module-Rf4qEDka.css +0 -1
  453. package/esm/TextCursorAnimation/TextCursorAnimation.module-BJLhwKrK.css +0 -1
  454. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes-ehJCoExh.css +0 -1
  455. package/esm/packages/design-tokens/lib/design-tokens/css/tokens/functional/components/text-cursor-animation/colors-with-modes-BODdIvrY.css +0 -1
  456. package/esm/river/RiverAccordion/RiverAccordion.module-BTU_metB.css +0 -1
package/lib/css/main.css CHANGED
@@ -74,7 +74,7 @@ select {
74
74
 
75
75
  /**
76
76
  * Do not edit directly
77
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
77
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
78
78
  */
79
79
 
80
80
  :root,
@@ -352,7 +352,7 @@ select {
352
352
 
353
353
  /**
354
354
  * Do not edit directly
355
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
355
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
356
356
  */
357
357
 
358
358
  :root {
@@ -381,7 +381,7 @@ select {
381
381
 
382
382
  /**
383
383
  * Do not edit directly
384
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
384
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
385
385
  */
386
386
 
387
387
  :root {
@@ -398,7 +398,7 @@ select {
398
398
 
399
399
  /**
400
400
  * Do not edit directly
401
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
401
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
402
402
  */
403
403
 
404
404
  :root {
@@ -432,7 +432,7 @@ select {
432
432
 
433
433
  /**
434
434
  * Do not edit directly
435
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
435
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
436
436
  */
437
437
 
438
438
  :root {
@@ -483,7 +483,7 @@ select {
483
483
 
484
484
  /**
485
485
  * Do not edit directly
486
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
486
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
487
487
  */
488
488
 
489
489
  :root {
@@ -641,7 +641,7 @@ select {
641
641
 
642
642
  /**
643
643
  * Do not edit directly
644
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
644
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
645
645
  */
646
646
 
647
647
  :root {
@@ -655,7 +655,7 @@ select {
655
655
 
656
656
  /**
657
657
  * Do not edit directly
658
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
658
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
659
659
  */
660
660
 
661
661
  :root {
@@ -674,7 +674,7 @@ select {
674
674
 
675
675
  /**
676
676
  * Do not edit directly
677
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
677
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
678
678
  */
679
679
 
680
680
  :root,
@@ -776,7 +776,7 @@ select {
776
776
 
777
777
  /**
778
778
  * Do not edit directly
779
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
779
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
780
780
  */
781
781
 
782
782
  :root {
@@ -803,7 +803,7 @@ select {
803
803
 
804
804
  /**
805
805
  * Do not edit directly
806
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
806
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
807
807
  */
808
808
 
809
809
  :root,
@@ -6119,16 +6119,29 @@ select {
6119
6119
 
6120
6120
  /**
6121
6121
  * Do not edit directly
6122
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
6122
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
6123
+ */
6124
+
6125
+ :root {
6126
+ --brand-TextCursorAnimation-cursor-animationDuration: 833ms;
6127
+ }
6128
+
6129
+ /**
6130
+ * Do not edit directly
6131
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
6123
6132
  */
6124
6133
 
6125
6134
  :root,
6126
6135
  [data-color-mode="light"] {
6127
- --brand-TextCursorAnimation-cursor-color: var(--base-color-scale-green-6);
6136
+ --brand-TextCursorAnimation-cursor-color: var(--base-color-scale-purple-5);
6137
+ --brand-TextCursorAnimation-cursor-deleteColor: var(--base-color-scale-blue-4);
6138
+ --brand-TextCursorAnimation-cursor-finalColor: var(--base-color-scale-green-6);
6128
6139
  }
6129
6140
 
6130
6141
  [data-color-mode="dark"] {
6131
- --brand-TextCursorAnimation-cursor-color: var(--brand-color-accent-primary);
6142
+ --brand-TextCursorAnimation-cursor-color: var(--base-color-scale-purple-3);
6143
+ --brand-TextCursorAnimation-cursor-deleteColor: var(--base-color-scale-blue-3);
6144
+ --brand-TextCursorAnimation-cursor-finalColor: var(--base-color-scale-green-2);
6132
6145
  }
6133
6146
 
6134
6147
  .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation___oT5SI {
@@ -6136,50 +6149,81 @@ select {
6136
6149
  align-items: center;
6137
6150
  }
6138
6151
 
6139
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-inner___df60H {
6152
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__inner___MKMEx {
6140
6153
  position: relative;
6141
6154
  display: inline-flex;
6142
6155
  align-items: center;
6143
6156
  }
6144
6157
 
6145
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-text___yWOoE {
6158
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__text___gB3n2 {
6146
6159
  font-weight: var(--brand-text-weight-500);
6147
- clip-path: inset(0 calc((1 - 1) * 100%) 0 0);
6148
- clip-path: inset(0 calc((1 - var(--brand-TextCursorAnimation-reveal-progress, 1)) * 100%) 0 0);
6149
6160
  white-space: pre;
6150
6161
  }
6151
6162
 
6152
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor___lnPed {
6163
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__sizingContainer___BLhzn {
6164
+ display: inline-grid;
6165
+ clip-path: inset(50%);
6166
+ }
6167
+
6168
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__sizingText___ipUBO {
6169
+ grid-area: 1 / 1;
6170
+ }
6171
+
6172
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__content___V_c3N {
6173
+ display: inline-flex;
6174
+ align-items: center;
6175
+ gap: calc(var(--base-size-8) + var(--base-size-2));
6176
+ }
6177
+
6178
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__content--animated___HgWNj {
6153
6179
  position: absolute;
6154
- left: calc((1 * 100%) + var(--base-size-6));
6155
- left: calc((var(--brand-TextCursorAnimation-reveal-progress, 1) * 100%) + var(--base-size-6));
6156
- top: calc((1lh - 0.3cap) / 2 - 0.5cap);
6157
- width: var(--base-size-8);
6158
- height: 1cap;
6159
- background-color: color-mix(
6160
- in srgb,
6161
- var(--brand-color-canvas-subtle) calc((1 - 0) * 100%),
6162
- var(--brand-TextCursorAnimation-cursor-color) calc(0 * 100%)
6163
- );
6180
+ inset-block-start: 0;
6181
+ inset-inline-start: 0;
6164
6182
  }
6165
6183
 
6166
- @supports (color: color-mix(in lch, red, blue)) {
6167
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor___lnPed {
6168
- background-color: color-mix(
6169
- in srgb,
6170
- var(--brand-color-canvas-subtle) calc((1 - var(--brand-TextCursorAnimation-cursor-progress, 0)) * 100%),
6171
- var(--brand-TextCursorAnimation-cursor-color) calc(var(--brand-TextCursorAnimation-cursor-progress, 0) * 100%)
6172
- );
6184
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor___fNada {
6185
+ width: calc(var(--base-size-8) + var(--base-size-2) / 2);
6186
+ height: calc(var(--base-size-12) + var(--base-size-2));
6187
+ flex: 0 0 calc(var(--base-size-8) + var(--base-size-2) / 2);
6173
6188
  }
6189
+
6190
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--initial___y1m0J {
6191
+ background-color: var(--brand-TextCursorAnimation-cursor-color);
6174
6192
  }
6175
6193
 
6176
- @media (prefers-reduced-motion: reduce) {
6177
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor___lnPed {
6178
- display: none;
6194
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--animated___NKuyb {
6195
+ animation: Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor-blink___B89IH var(--brand-TextCursorAnimation-cursor-animationDuration) steps(1, end)
6196
+ 250ms 3 forwards;
6197
+ }
6198
+
6199
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--correction___H0shI {
6200
+ background-color: var(--brand-TextCursorAnimation-cursor-deleteColor);
6201
+ }
6202
+
6203
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--final___HqWmn,
6204
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor--complete___eaBZl {
6205
+ background-color: var(--brand-TextCursorAnimation-cursor-finalColor);
6206
+ }
6207
+
6208
+ @keyframes Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-cursor-blink___B89IH {
6209
+ 0%,
6210
+ 79% {
6211
+ opacity: 1;
6179
6212
  }
6180
6213
 
6181
- .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation-text___yWOoE {
6182
- clip-path: none;
6214
+ 80%,
6215
+ 99% {
6216
+ opacity: 0;
6217
+ }
6218
+
6219
+ 100% {
6220
+ opacity: 1;
6221
+ }
6222
+ }
6223
+
6224
+ @media (prefers-reduced-motion: reduce) {
6225
+ .Primer_Brand__TextCursorAnimation-module__TextCursorAnimation__cursor___fNada {
6226
+ animation: none;
6183
6227
  }
6184
6228
  }
6185
6229
 
@@ -7028,7 +7072,7 @@ select {
7028
7072
 
7029
7073
  /**
7030
7074
  * Do not edit directly
7031
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
7075
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
7032
7076
  */
7033
7077
 
7034
7078
  :root,
@@ -7339,7 +7383,7 @@ select {
7339
7383
 
7340
7384
  /**
7341
7385
  * Do not edit directly
7342
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
7386
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
7343
7387
  */
7344
7388
 
7345
7389
  :root,
@@ -7726,7 +7770,7 @@ select {
7726
7770
 
7727
7771
  /**
7728
7772
  * Do not edit directly
7729
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
7773
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
7730
7774
  */
7731
7775
 
7732
7776
  :root {
@@ -7851,7 +7895,7 @@ select {
7851
7895
 
7852
7896
  /**
7853
7897
  * Do not edit directly
7854
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
7898
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
7855
7899
  */
7856
7900
 
7857
7901
  :root,
@@ -7867,7 +7911,7 @@ select {
7867
7911
 
7868
7912
  /**
7869
7913
  * Do not edit directly
7870
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
7914
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
7871
7915
  */
7872
7916
 
7873
7917
  :root {
@@ -7993,11 +8037,7 @@ select {
7993
8037
  }
7994
8038
  }
7995
8039
 
7996
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
7997
- border-radius: var(--brand-borderRadius-medium);
7998
- }
7999
-
8000
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
8040
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
8001
8041
  margin-inline: calc(-1 * var(--brand-RiverAccordion-variant-gridline-spacing-outerInline));
8002
8042
  margin-block-start: calc(-1 * var(--brand-RiverAccordion-variant-gridline-spacing-outerBlock));
8003
8043
  }
@@ -8013,7 +8053,7 @@ select {
8013
8053
  }
8014
8054
  }
8015
8055
 
8016
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) {
8056
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
8017
8057
  border-radius: 0;
8018
8058
  }
8019
8059
 
@@ -8028,7 +8068,7 @@ select {
8028
8068
  .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
8029
8069
  width: 100%;
8030
8070
  overflow: hidden;
8031
- border-radius: var(--brand-borderRadius-xlarge);
8071
+ border-radius: var(--base-size-6);
8032
8072
  display: grid;
8033
8073
  grid-template-columns: subgrid;
8034
8074
  grid-template-rows: subgrid;
@@ -8052,22 +8092,18 @@ select {
8052
8092
  width: 100%;
8053
8093
  height: auto;
8054
8094
  overflow: hidden;
8055
- border-radius: var(--brand-borderRadius-xlarge);
8095
+ border-radius: var(--base-size-6);
8056
8096
  -o-object-fit: contain;
8057
8097
  object-fit: contain;
8058
8098
  }
8059
8099
 
8060
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw > * {
8061
- border-radius: var(--brand-borderRadius-medium);
8062
- }
8063
-
8064
8100
  .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw img,
8065
8101
  .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw picture,
8066
8102
  .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw video {
8067
8103
  display: block;
8068
8104
  width: 100%;
8069
8105
  height: auto;
8070
- border-radius: inherit;
8106
+ border-radius: var(--base-size-6);
8071
8107
  -o-object-fit: contain;
8072
8108
  object-fit: contain;
8073
8109
  }
@@ -8076,8 +8112,8 @@ select {
8076
8112
  .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual___GxbPw > * video {
8077
8113
  display: block;
8078
8114
  width: 100%;
8079
- height: 100%;
8080
- border-radius: inherit;
8115
+ height: auto;
8116
+ border-radius: var(--base-size-6);
8081
8117
  -o-object-fit: cover;
8082
8118
  object-fit: cover;
8083
8119
  }
@@ -8096,26 +8132,26 @@ select {
8096
8132
  justify-content: center;
8097
8133
  max-width: 100%;
8098
8134
  height: auto;
8099
- border-radius: var(--brand-borderRadius-large);
8135
+ border-radius: var(--base-size-6);
8100
8136
  }
8101
8137
 
8102
8138
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp img,
8103
8139
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp picture,
8104
8140
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp video {
8105
8141
  max-width: 100%;
8106
- height: 100%;
8107
- border-radius: var(--brand-borderRadius-large);
8142
+ height: auto;
8143
+ border-radius: var(--base-size-6);
8108
8144
  }
8109
8145
 
8110
8146
  @media screen and (min-width: 63.25rem) {
8111
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) {
8147
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA {
8112
8148
  padding: 0;
8113
8149
  gap: 0;
8114
8150
  align-items: stretch;
8115
8151
  grid-template-columns: 1fr 1fr;
8116
8152
  }
8117
8153
 
8118
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8154
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8119
8155
  display: flex;
8120
8156
  flex-direction: column;
8121
8157
  justify-content: center;
@@ -8123,21 +8159,19 @@ select {
8123
8159
  var(--brand-RiverAccordion-variant-gridline-spacing-outerInline);
8124
8160
  }
8125
8161
 
8126
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet.Primer_Brand__RiverAccordion-module__RiverAccordion__align-start___RuTNC:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp)
8127
- .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8162
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__align-start___RuTNC.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8128
8163
  padding-inline-end: var(--brand-RiverAccordion-variant-gridline-spacing-contentGap);
8129
8164
  }
8130
8165
 
8131
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet.Primer_Brand__RiverAccordion-module__RiverAccordion__align-end___cYDE6:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp)
8132
- .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8166
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__align-end___cYDE6.Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__accordionContainer___fGxlS {
8133
8167
  padding-inline-start: var(--brand-RiverAccordion-variant-gridline-spacing-contentGap);
8134
8168
  }
8135
8169
 
8136
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
8170
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsContainer___evCWP {
8137
8171
  margin: 0;
8138
8172
  }
8139
8173
 
8140
- .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp) {
8174
+ .Primer_Brand__RiverAccordion-module__RiverAccordion--active-item-has-background___xYbsA .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf {
8141
8175
  height: 100%;
8142
8176
  }
8143
8177
 
@@ -8151,7 +8185,7 @@ select {
8151
8185
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp img,
8152
8186
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp picture,
8153
8187
  .Primer_Brand__RiverAccordion-module__RiverAccordion--variant-gridline___Xsbet .Primer_Brand__RiverAccordion-module__RiverAccordion__visualsWrapper___H5Ixf > .Primer_Brand__RiverAccordion-module__RiverAccordion__visual--has-background___kuInp video {
8154
- border-radius: var(--brand-borderRadius-large);
8188
+ border-radius: var(--base-size-6);
8155
8189
  }
8156
8190
  }
8157
8191
 
@@ -8218,6 +8252,30 @@ select {
8218
8252
  margin: calc(var(--base-size-4) * -1);
8219
8253
  }
8220
8254
 
8255
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__trigger--has-leading-visual___lyq8k {
8256
+ gap: var(--base-size-20);
8257
+ justify-content: flex-start;
8258
+ }
8259
+
8260
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz {
8261
+ align-items: center;
8262
+ display: flex;
8263
+ flex-shrink: 0;
8264
+ height: var(--base-size-20);
8265
+ justify-content: center;
8266
+ width: var(--base-size-20);
8267
+ }
8268
+
8269
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz > * {
8270
+ height: 100%;
8271
+ width: 100%;
8272
+ }
8273
+
8274
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__headingText___tOQEC {
8275
+ flex: 1;
8276
+ min-width: 0;
8277
+ }
8278
+
8221
8279
  .Primer_Brand__RiverAccordion-module__RiverAccordion__item--open___nnixq .Primer_Brand__RiverAccordion-module__RiverAccordion__trigger___x_yLq {
8222
8280
  cursor: auto;
8223
8281
  cursor: initial;
@@ -8255,6 +8313,10 @@ select {
8255
8313
  gap: var(--base-size-20);
8256
8314
  }
8257
8315
 
8316
+ .Primer_Brand__RiverAccordion-module__RiverAccordion__item___SQRnH:has(.Primer_Brand__RiverAccordion-module__RiverAccordion__leadingVisual___OseYz) .Primer_Brand__RiverAccordion-module__RiverAccordion__content___ECkev {
8317
+ padding-inline-start: calc(var(--base-size-20) + var(--base-size-20));
8318
+ }
8319
+
8258
8320
  .Primer_Brand__RiverAccordion-module__RiverAccordion__icon___gl6pH {
8259
8321
  flex-shrink: 0;
8260
8322
  display: flex;
@@ -8301,7 +8363,7 @@ select {
8301
8363
 
8302
8364
  /**
8303
8365
  * Do not edit directly
8304
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
8366
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
8305
8367
  */
8306
8368
 
8307
8369
  :root,
@@ -8568,7 +8630,7 @@ select {
8568
8630
 
8569
8631
  /**
8570
8632
  * Do not edit directly
8571
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
8633
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
8572
8634
  */
8573
8635
 
8574
8636
  :root {
@@ -8579,7 +8641,7 @@ select {
8579
8641
 
8580
8642
  /**
8581
8643
  * Do not edit directly
8582
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
8644
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
8583
8645
  */
8584
8646
 
8585
8647
  :root,
@@ -9378,7 +9440,7 @@ select {
9378
9440
 
9379
9441
  /**
9380
9442
  * Do not edit directly
9381
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
9443
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
9382
9444
  */
9383
9445
 
9384
9446
  :root,
@@ -10008,7 +10070,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10008
10070
 
10009
10071
  /**
10010
10072
  * Do not edit directly
10011
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
10073
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
10012
10074
  */
10013
10075
 
10014
10076
  :root {
@@ -10044,7 +10106,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10044
10106
 
10045
10107
  /**
10046
10108
  * Do not edit directly
10047
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
10109
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
10048
10110
  */
10049
10111
 
10050
10112
  :root,
@@ -10928,7 +10990,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
10928
10990
 
10929
10991
  /**
10930
10992
  * Do not edit directly
10931
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
10993
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
10932
10994
  */
10933
10995
 
10934
10996
  :root,
@@ -11025,7 +11087,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11025
11087
 
11026
11088
  /**
11027
11089
  * Do not edit directly
11028
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
11090
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
11029
11091
  */
11030
11092
 
11031
11093
  :root,
@@ -11414,7 +11476,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-to
11414
11476
 
11415
11477
  /**
11416
11478
  * Do not edit directly
11417
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
11479
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
11418
11480
  */
11419
11481
 
11420
11482
  :root,
@@ -12518,24 +12580,41 @@ Fixes safari bug where outline doesn't respect border-radius
12518
12580
  * Main styles for the subdomain navigation bar.
12519
12581
  */
12520
12582
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK {
12583
+ --SubdomainNavBar-height: var(--base-size-64);
12584
+
12521
12585
  position: relative;
12522
12586
  z-index: 90;
12523
12587
  font-weight: 550;
12524
- background: var(--brand-SubdomainNavBar-canvas-default);
12525
- backdrop-filter: blur(16px);
12526
- border-bottom: 1px solid rgba(0, 0, 0, 0.1);
12527
- transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default),
12528
- border-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
12529
- height: 75px;
12588
+ background: var(--brand-color-canvas-default);
12589
+ border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
12590
+ height: var(--SubdomainNavBar-height);
12591
+ }
12592
+
12593
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK::after {
12594
+ content: '';
12595
+ position: absolute;
12596
+ inset-inline: 0;
12597
+ inset-block-start: calc(100% + var(--brand-borderWidth-thin));
12598
+ height: var(--brand-borderWidth-thin);
12599
+ background-color: var(--brand-color-text-emphasized);
12600
+ pointer-events: none;
12530
12601
  }
12531
12602
 
12532
12603
  /*
12533
12604
  * Outer container
12534
12605
  */
12535
12606
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container___aE8uv {
12607
+ --SubdomainNavBar-height: var(--base-size-64);
12608
+
12536
12609
  z-index: 90;
12537
12610
  }
12538
12611
 
12612
+ @media screen and (max-width: 47.99rem) {
12613
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container___aE8uv {
12614
+ --SubdomainNavBar-height: calc(var(--base-size-64) - var(--base-size-8));
12615
+ }
12616
+ }
12617
+
12539
12618
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container___aE8uv:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container--fixed___ZhyZf) {
12540
12619
  position: relative;
12541
12620
  }
@@ -12591,18 +12670,24 @@ Fixes safari bug where outline doesn't respect border-radius
12591
12670
  }
12592
12671
  }
12593
12672
 
12594
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ {
12673
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_,
12674
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 {
12675
+ display: inline-flex;
12676
+ align-items: center;
12595
12677
  color: var(--brand-color-text-default);
12678
+ }
12679
+
12680
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ {
12596
12681
  position: relative;
12597
12682
  }
12598
12683
 
12599
12684
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-back-arrow___OOrj8 {
12600
12685
  position: absolute;
12601
- left: calc(-32px + 5px);
12686
+ inset-inline-start: calc(-1 * var(--base-size-24) + var(--base-size-4));
12687
+ color: var(--brand-color-text-muted);
12602
12688
  opacity: 0;
12689
+ transform: translateX(var(--base-size-4));
12603
12690
  transition: opacity var(--brand-animation-duration-fast), transform var(--brand-animation-duration-fast) ease;
12604
- transform: translateX(5px);
12605
- color: var(--brand-color-text-muted);
12606
12691
  }
12607
12692
 
12608
12693
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_:hover .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-back-arrow___OOrj8 {
@@ -12610,13 +12695,6 @@ Fixes safari bug where outline doesn't respect border-radius
12610
12695
  transform: translateX(0);
12611
12696
  }
12612
12697
 
12613
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-separator___djrH2 {
12614
- color: var(--brand-color-text-muted);
12615
- font-weight: var(--base-text-weight-normal);
12616
- font-size: var(--base-size-32);
12617
- line-height: 29px;
12618
- }
12619
-
12620
12698
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ svg {
12621
12699
  width: 32px;
12622
12700
  height: 32px;
@@ -12628,9 +12706,6 @@ Fixes safari bug where outline doesn't respect border-radius
12628
12706
  text-decoration: none;
12629
12707
  padding-right: var(--base-size-16);
12630
12708
  white-space: nowrap;
12631
- /* Optical alignment with logo */
12632
- position: relative;
12633
- top: 1px;
12634
12709
  }
12635
12710
 
12636
12711
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2:hover {
@@ -12638,6 +12713,29 @@ Fixes safari bug where outline doesn't respect border-radius
12638
12713
  text-decoration: none;
12639
12714
  }
12640
12715
 
12716
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-prefix___MCu96 {
12717
+ color: var(--brand-color-text-default);
12718
+ }
12719
+
12720
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-label___C3mii {
12721
+ color: var(--brand-color-text-muted);
12722
+ }
12723
+
12724
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA,
12725
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
12726
+ display: inline-flex;
12727
+ align-items: center;
12728
+ min-width: 0;
12729
+ }
12730
+
12731
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA {
12732
+ margin-inline-end: var(--base-size-16);
12733
+ }
12734
+
12735
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
12736
+ margin-inline-start: var(--base-size-16);
12737
+ }
12738
+
12641
12739
  /*
12642
12740
  * Primary navigation link area
12643
12741
  */
@@ -12645,6 +12743,8 @@ Fixes safari bug where outline doesn't respect border-radius
12645
12743
  display: inline-flex;
12646
12744
  list-style-type: none;
12647
12745
  align-items: center;
12746
+ flex: 1 1 0;
12747
+ min-width: 0;
12648
12748
  padding: 0;
12649
12749
  margin: 0;
12650
12750
  }
@@ -12668,20 +12768,37 @@ Fixes safari bug where outline doesn't respect border-radius
12668
12768
  padding: 0;
12669
12769
  }
12670
12770
 
12771
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA,
12772
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
12773
+ flex: none;
12774
+ width: 100%;
12775
+ box-sizing: border-box;
12776
+ padding-block: var(--base-size-16);
12777
+ padding-inline: var(--base-size-16);
12778
+ }
12779
+
12780
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA {
12781
+ margin-inline-end: 0;
12782
+ }
12783
+
12784
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
12785
+ margin-inline-start: 0;
12786
+ }
12787
+
12671
12788
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO {
12672
12789
  display: flex;
12673
12790
  flex-direction: column;
12674
- justify-content: space-between;
12791
+ justify-content: flex-start;
12675
12792
  overflow-y: auto;
12676
12793
  position: absolute;
12677
- top: 75px;
12794
+ top: var(--SubdomainNavBar-height);
12678
12795
  left: 0;
12679
12796
  right: 0;
12680
- bottom: 0;
12681
12797
  z-index: 2;
12682
12798
  background-color: var(--brand-color-canvas-default);
12683
- width: 100vw;
12684
- height: calc(100vh - 75px);
12799
+ width: 100%;
12800
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - 0px);
12801
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - var(--SubdomainNavBar-menu-offset-block-start, 0px));
12685
12802
  animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g 500ms;
12686
12803
  animation-timing-function: var(--brand-animation-easing-default);
12687
12804
  }
@@ -12689,50 +12806,40 @@ Fixes safari bug where outline doesn't respect border-radius
12689
12806
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper--close___NzelD {
12690
12807
  display: none;
12691
12808
  }
12692
- }
12693
12809
 
12694
- @media screen and (min-width: 48rem) {
12695
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12810
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper-footer___VLcHd {
12811
+ flex: none;
12696
12812
  display: flex;
12697
- align-items: center;
12813
+ flex-direction: column;
12698
12814
  width: 100%;
12699
- max-width: 150px;
12700
- padding: 0;
12701
- margin: 0 24px 0 0;
12702
- /* overflow: hidden; */
12703
- }
12704
- }
12705
-
12706
- @media screen and (min-width: 768px) {
12707
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12708
- max-width: 100px;
12709
- }
12710
- }
12711
-
12712
- @media screen and (min-width: 850px) {
12713
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12714
- max-width: 200px;
12715
12815
  }
12716
12816
  }
12717
12817
 
12718
- @media screen and (min-width: 1024px) {
12719
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12720
- max-width: 300px;
12818
+ @media screen and (min-width: 48rem) {
12819
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-overflow___OXKBt {
12820
+ display: flex;
12821
+ align-items: center;
12822
+ flex: 1 1 0;
12823
+ min-width: 0;
12824
+ margin: 0 var(--base-size-24) 0 0;
12721
12825
  }
12722
- }
12723
12826
 
12724
- @media screen and (min-width: 1280px) {
12725
12827
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12726
- max-width: 520px;
12727
- margin-right: 80px;
12728
- }
12729
-
12730
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-outer-container--has-actions___hG7AZ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
12731
- max-width: 465px;
12828
+ display: flex;
12829
+ align-items: center;
12830
+ flex: 1 1 auto;
12831
+ flex-wrap: nowrap;
12832
+ min-width: 0;
12833
+ block-size: var(--base-size-48);
12834
+ max-block-size: var(--base-size-48);
12835
+ overflow: hidden;
12836
+ padding: 0;
12837
+ margin: 0;
12732
12838
  }
12733
12839
  }
12734
12840
 
12735
12841
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9 {
12842
+ flex: 0 0 auto;
12736
12843
  white-space: nowrap;
12737
12844
  }
12738
12845
 
@@ -12747,22 +12854,25 @@ Fixes safari bug where outline doesn't respect border-radius
12747
12854
  }
12748
12855
 
12749
12856
  @media screen and (min-width: 48rem) {
12750
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--visible___oDmLP {
12751
- order: 0;
12752
- visibility: visible;
12753
- opacity: 1;
12857
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflowed___vVhQg {
12858
+ visibility: hidden;
12859
+ pointer-events: none;
12754
12860
  }
12755
12861
 
12756
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--invisible___NioAh {
12757
- order: 100;
12862
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflow___FXC7u {
12863
+ display: flex;
12864
+ align-items: center;
12865
+ flex: 0 0 auto;
12866
+ position: absolute;
12867
+ inset-inline-end: 0;
12758
12868
  visibility: hidden;
12759
12869
  pointer-events: none;
12760
12870
  }
12761
12871
 
12762
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflow___FXC7u {
12763
- order: 99;
12872
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-overflow--has-overflow___zoCZu .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item--overflow___FXC7u {
12764
12873
  position: relative;
12765
- right: 0;
12874
+ visibility: visible;
12875
+ pointer-events: auto;
12766
12876
  }
12767
12877
  }
12768
12878
 
@@ -12791,6 +12901,12 @@ Fixes safari bug where outline doesn't respect border-radius
12791
12901
  position: relative;
12792
12902
  }
12793
12903
 
12904
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
12905
+ display: inline-flex;
12906
+ align-items: center;
12907
+ gap: var(--base-size-8);
12908
+ }
12909
+
12794
12910
  @media screen and (max-width: 767px) {
12795
12911
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:first-of-type {
12796
12912
  padding-top: var(--base-size-24);
@@ -12887,8 +13003,8 @@ Fixes safari bug where outline doesn't respect border-radius
12887
13003
 
12888
13004
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu___RXj_t {
12889
13005
  position: absolute;
12890
- right: 0;
12891
- top: var(--base-size-48);
13006
+ z-index: 100;
13007
+ right: auto;
12892
13008
  background-color: var(--base-color-scale-white-0);
12893
13009
  border-radius: var(--brand-borderRadius-large);
12894
13010
  animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g 0.25s, Primer_Brand__SubdomainNavBar-module__enlarge-shadow___pfcD5 250ms forwards;
@@ -12913,16 +13029,30 @@ Fixes safari bug where outline doesn't respect border-radius
12913
13029
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz {
12914
13030
  display: flex;
12915
13031
  align-items: center;
12916
- margin-left: auto;
13032
+ flex: 0 1 auto;
12917
13033
  min-width: 0;
13034
+ margin-left: auto;
12918
13035
  }
12919
13036
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13037
+ box-sizing: border-box;
12920
13038
  display: flex;
12921
13039
  align-items: center;
13040
+ min-width: 0;
13041
+ }
13042
+
13043
+ @media screen and (min-width: 63.25rem) {
13044
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13045
+ --SubdomainNavBar-search-input-width: calc(var(--base-size-128) * 2 + var(--base-size-24));
13046
+
13047
+ flex: 0 9999 var(--SubdomainNavBar-search-input-width);
13048
+ width: var(--SubdomainNavBar-search-input-width);
13049
+ max-width: 100%;
13050
+ min-width: calc(var(--base-size-128) + var(--base-size-32));
13051
+ }
12922
13052
  }
12923
13053
 
12924
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R,
12925
13054
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J {
13055
+ position: relative;
12926
13056
  cursor: pointer;
12927
13057
  -webkit-appearance: none;
12928
13058
  -moz-appearance: none;
@@ -12938,42 +13068,155 @@ Fixes safari bug where outline doesn't respect border-radius
12938
13068
  transition: border 250ms var(--brand-animation-easing-default), box-shadow 250ms ease;
12939
13069
  border-radius: var(--brand-borderRadius-medium);
12940
13070
  box-shadow: 0 0 0 2px transparent;
13071
+ gap: 0;
12941
13072
  }
12942
13073
 
12943
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R svg,
12944
13074
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J svg {
12945
13075
  width: 24px;
12946
13076
  height: 24px;
12947
13077
  }
12948
13078
 
12949
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J {
12950
- display: inline-block;
12951
- align-self: center;
13079
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7 {
13080
+ cursor: pointer;
13081
+ -webkit-appearance: none;
13082
+ -moz-appearance: none;
13083
+ appearance: none;
13084
+ display: flex;
13085
+ align-items: center;
13086
+ justify-content: space-between;
13087
+ gap: var(--base-size-16);
13088
+ width: 100%;
13089
+ block-size: var(--base-size-32);
13090
+ min-block-size: var(--base-size-32);
13091
+ padding: var(--base-size-4) var(--base-size-4) var(--base-size-4) calc(var(--base-size-8) + var(--base-size-2));
13092
+ overflow: hidden;
13093
+ color: var(--brand-color-text-muted);
13094
+ background-color: var(--brand-color-canvas-subtle);
13095
+ border: 0;
13096
+ border-radius: var(--brand-borderRadius-medium);
13097
+ font-family: var(--brand-body-fontFamily);
13098
+ transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default),
13099
+ box-shadow var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
12952
13100
  }
12953
13101
 
12954
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
12955
- width: 22px;
12956
- height: 2px;
12957
- background-color: var(--brand-color-text-default);
12958
- margin: var(--base-size-4) auto;
12959
- border-radius: var(--brand-borderRadius-large);
12960
- display: block;
13102
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7:hover {
13103
+ box-shadow: inset 0 0 0 var(--brand-borderWidth-thin) var(--brand-color-border-muted);
12961
13104
  }
12962
13105
 
12963
- @media (prefers-reduced-motion: no-preference) {
12964
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
12965
- transition-timing-function: var(--brand-animation-easing-default);
12966
- transition-duration: 500ms;
12967
- transition-property: opacity, transform;
12968
- }
13106
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7:focus-visible {
13107
+ outline: var(--base-size-4) solid var(--brand-color-focus);
13108
+ outline-offset: var(--base-size-2);
12969
13109
  }
12970
13110
 
12971
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(1) {
12972
- transform-origin: bottom right;
13111
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7:active {
13112
+ box-shadow: inset 0 0 0 var(--brand-borderWidth-thin) var(--brand-color-border-default);
12973
13113
  }
12974
13114
 
12975
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(3) {
12976
- transform-origin: top right;
13115
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-placeholder___lFmsx {
13116
+ display: inline-flex;
13117
+ align-items: center;
13118
+ gap: var(--base-size-8);
13119
+ min-width: 0;
13120
+ overflow: hidden;
13121
+ color: var(--brand-color-text-muted);
13122
+ font-size: var(--brand-text-size-100);
13123
+ font-weight: var(--base-text-weight-normal);
13124
+ line-height: 1.2;
13125
+ white-space: nowrap;
13126
+ text-overflow: ellipsis;
13127
+ }
13128
+
13129
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-placeholder___lFmsx svg {
13130
+ flex: none;
13131
+ }
13132
+
13133
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-placeholder___lFmsx span {
13134
+ overflow: hidden;
13135
+ text-overflow: ellipsis;
13136
+ }
13137
+
13138
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-shortcut___M8tMd {
13139
+ flex: none;
13140
+ display: inline-flex;
13141
+ align-items: center;
13142
+ justify-content: center;
13143
+ align-self: stretch;
13144
+ min-width: var(--base-size-24);
13145
+ padding-inline: var(--base-size-8);
13146
+ color: var(--brand-color-text-default);
13147
+ background-color: var(--brand-color-canvas-default);
13148
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13149
+ border-radius: calc(var(--brand-borderRadius-medium) / 2);
13150
+ font-family: var(--brand-fontStack-monospace);
13151
+ font-size: var(--brand-text-size-100);
13152
+ font-weight: var(--base-text-weight-normal);
13153
+ line-height: 1.6;
13154
+ }
13155
+
13156
+ @media screen and (max-width: 47.99rem) {
13157
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13158
+ flex: 0 0 var(--base-size-48);
13159
+ justify-content: center;
13160
+ width: var(--base-size-48);
13161
+ }
13162
+
13163
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7 {
13164
+ justify-content: center;
13165
+ gap: 0;
13166
+ width: var(--base-size-32);
13167
+ padding: var(--base-size-8);
13168
+ background-color: transparent;
13169
+ }
13170
+
13171
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-placeholder___lFmsx {
13172
+ gap: 0;
13173
+ }
13174
+
13175
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-placeholder___lFmsx span,
13176
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button-shortcut___M8tMd {
13177
+ display: none;
13178
+ }
13179
+ }
13180
+
13181
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J {
13182
+ display: inline-flex;
13183
+ align-items: center;
13184
+ align-self: center;
13185
+ }
13186
+
13187
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-icon___dXvjL {
13188
+ display: inline-flex;
13189
+ flex-direction: column;
13190
+ gap: calc(var(--base-size-4) - var(--brand-borderWidth-thin));
13191
+ }
13192
+
13193
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-label___iD85T {
13194
+ display: none;
13195
+ }
13196
+
13197
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
13198
+ width: 22px;
13199
+ height: 2px;
13200
+ background-color: var(--brand-color-text-default);
13201
+ margin: var(--base-size-4) auto;
13202
+ border-radius: var(--brand-borderRadius-large);
13203
+ display: block;
13204
+ }
13205
+
13206
+ @media (prefers-reduced-motion: no-preference) {
13207
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
13208
+ transition-timing-function: var(--brand-animation-easing-default);
13209
+ transition-duration: 500ms;
13210
+ transition-property: opacity, transform;
13211
+ }
13212
+ }
13213
+
13214
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(1) {
13215
+ transform-origin: bottom right;
13216
+ }
13217
+
13218
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(3) {
13219
+ transform-origin: top right;
12977
13220
  }
12978
13221
 
12979
13222
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(1) {
@@ -12989,77 +13232,717 @@ Fixes safari bug where outline doesn't respect border-radius
12989
13232
  transform: rotate(45deg) translateY(3px);
12990
13233
  }
12991
13234
 
12992
- @media screen and (min-width: 48rem) {
12993
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R:hover,
13235
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT {
13236
+ position: relative;
13237
+ z-index: 3;
13238
+ background-color: var(--brand-color-canvas-muted);
13239
+ }
13240
+
13241
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT:focus-visible {
13242
+ outline: none;
13243
+ box-shadow: none;
13244
+ transition: none;
13245
+ }
13246
+
13247
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT:focus-visible::before {
13248
+ content: '';
13249
+ position: absolute;
13250
+ inset: 0;
13251
+ z-index: 2;
13252
+ pointer-events: none;
13253
+ border: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
13254
+ }
13255
+
13256
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT::after {
13257
+ content: '';
13258
+ position: absolute;
13259
+ z-index: 1;
13260
+ inset-inline: 0;
13261
+ inset-block-end: calc(var(--brand-borderWidth-thin) * -2);
13262
+ height: calc(var(--brand-borderWidth-thin) * 2);
13263
+ background-color: var(--brand-color-canvas-muted);
13264
+ }
13265
+
13266
+ @media screen and (min-width: 63.25rem) {
12994
13267
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J:hover {
13268
+ background-color: transparent;
12995
13269
  border: var(--brand-borderWidth-thick) solid var(--brand-SubdomainNavBar-border-button-hover);
12996
13270
  }
12997
13271
 
12998
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R:active,
12999
13272
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J:active {
13273
+ background-color: transparent;
13000
13274
  box-shadow: 0 0 0 1px var(--brand-SubdomainNavBar-border-button-hover);
13001
13275
  }
13002
13276
 
13003
13277
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW {
13004
13278
  display: none;
13005
13279
  }
13280
+ }
13281
+
13282
+ @media screen and (min-width: 48rem) and (max-width: 63.24rem) {
13283
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav___rZwCn {
13284
+ display: none;
13285
+ }
13286
+
13287
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz {
13288
+ position: relative;
13289
+ flex: 0 0 auto;
13290
+ align-self: stretch;
13291
+ }
13292
+
13293
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13294
+ --SubdomainNavBar-tablet-search-width: calc(var(--base-size-128) * 2 + var(--base-size-2));
13295
+
13296
+ flex: 0 0 var(--SubdomainNavBar-tablet-search-width);
13297
+ width: var(--SubdomainNavBar-tablet-search-width);
13298
+ padding-inline: var(--base-size-8);
13299
+ border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13300
+ }
13301
+
13302
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7 {
13303
+ width: 100%;
13304
+ }
13305
+
13306
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW {
13307
+ align-self: stretch;
13308
+ flex: none;
13309
+ flex-direction: row;
13310
+ align-items: center;
13311
+ justify-content: center;
13312
+ gap: var(--base-size-8);
13313
+ width: -moz-max-content;
13314
+ width: max-content;
13315
+ min-width: calc(var(--base-size-64) + var(--base-size-32));
13316
+ height: 100%;
13317
+ padding-inline: var(--base-size-16);
13318
+ color: var(--brand-color-text-default);
13319
+ border: 0;
13320
+ border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13321
+ border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13322
+ border-radius: 0;
13323
+ overflow: visible;
13324
+ font-family: var(--brand-body-fontFamily);
13325
+ font-size: var(--brand-text-size-100);
13326
+ line-height: var(--brand-text-lineHeight-100);
13327
+ }
13006
13328
 
13007
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R,
13008
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button___hMy4J {
13329
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-label___iD85T {
13009
13330
  display: inline-flex;
13010
- width: 48px;
13331
+ align-items: center;
13332
+ white-space: nowrap;
13333
+ }
13334
+
13335
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-icon___dXvjL {
13336
+ flex: none;
13337
+ align-items: stretch;
13338
+ justify-content: center;
13339
+ width: var(--base-size-16);
13340
+ height: var(--base-size-16);
13341
+ overflow: visible;
13342
+ }
13343
+
13344
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-icon___dXvjL .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
13345
+ width: var(--base-size-16);
13346
+ height: var(--base-size-2);
13347
+ margin: 0;
13348
+ transform-origin: center;
13349
+ }
13350
+
13351
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(1) {
13352
+ transform: translateY(calc(var(--base-size-6) - var(--brand-borderWidth-thin))) rotate(45deg);
13353
+ }
13354
+
13355
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(3) {
13356
+ transform: translateY(calc(var(--brand-borderWidth-thin) - var(--base-size-6))) rotate(-45deg);
13357
+ }
13358
+
13359
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO {
13360
+ display: flex;
13361
+ flex-direction: column;
13362
+ justify-content: flex-start;
13363
+ overflow-y: auto;
13364
+ position: absolute;
13365
+ inset-inline: 0;
13366
+ top: var(--SubdomainNavBar-height);
13367
+ z-index: 2;
13368
+ box-sizing: border-box;
13369
+ width: 100%;
13370
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - 0px);
13371
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - var(--SubdomainNavBar-menu-offset-block-start, 0px));
13372
+ background-color: var(--brand-color-canvas-default);
13373
+ border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13374
+ border-block-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13375
+ animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g var(--brand-animation-duration-default);
13376
+ animation-timing-function: var(--brand-animation-easing-default);
13377
+ }
13378
+
13379
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper--close___NzelD {
13380
+ display: none;
13381
+ }
13382
+
13383
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--visible___ZeoFv {
13384
+ display: grid;
13385
+ grid-gap: var(--brand-borderWidth-thin);
13386
+ gap: var(--brand-borderWidth-thin);
13387
+ margin: 0;
13388
+ padding: var(--base-size-8) var(--base-size-16);
13389
+ }
13390
+
13391
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper-footer___VLcHd {
13392
+ flex: none;
13393
+ display: flex;
13394
+ flex-direction: column;
13395
+ width: 100%;
13396
+ }
13397
+
13398
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
13399
+ box-sizing: border-box;
13400
+ width: 100%;
13401
+ min-height: var(--base-size-40);
13402
+ padding: var(--base-size-8) var(--base-size-12);
13403
+ color: var(--brand-color-text-muted);
13404
+ background-color: var(--brand-color-canvas-default);
13405
+ border-radius: var(--brand-borderRadius-medium);
13406
+ font-size: var(--brand-text-size-100);
13407
+ line-height: var(--brand-text-lineHeight-200);
13408
+ }
13409
+
13410
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13411
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13412
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx) {
13413
+ width: 100%;
13414
+ height: auto;
13415
+ }
13416
+
13417
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13418
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13419
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13420
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
13421
+ padding: var(--base-size-8) var(--base-size-12);
13422
+ }
13423
+
13424
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13425
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13426
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13427
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc
13428
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13429
+ width: 100%;
13430
+ padding: 0;
13431
+ background-color: transparent;
13432
+ border-radius: 0;
13433
+ }
13434
+
13435
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13436
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13437
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13438
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover
13439
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13440
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13441
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13442
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13443
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus
13444
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13445
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13446
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13447
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13448
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible
13449
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13450
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13451
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13452
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13453
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:active
13454
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13455
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13456
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13457
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13458
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc[aria-current]:not([aria-current='false'])
13459
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13460
+ background-color: transparent;
13461
+ outline: none;
13462
+ }
13463
+
13464
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13465
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13466
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13467
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover,
13468
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13469
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13470
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13471
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus,
13472
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13473
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13474
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13475
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible,
13476
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13477
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13478
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13479
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:active,
13480
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13481
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13482
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13483
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc[aria-current]:not([aria-current='false']) {
13484
+ color: var(--brand-color-text-default);
13485
+ background-color: var(--brand-color-canvas-subtle);
13486
+ }
13487
+
13488
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13489
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13490
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13491
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus,
13492
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13493
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13494
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13495
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible {
13496
+ box-shadow: inset 0 0 0 var(--brand-borderWidth-thick) var(--brand-color-focus);
13497
+ outline: none;
13498
+ }
13499
+
13500
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link--title___ApFQt {
13501
+ font-size: var(--brand-text-size-100);
13502
+ line-height: var(--brand-text-lineHeight-200);
13503
+ }
13504
+
13505
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA,
13506
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
13507
+ box-sizing: border-box;
13508
+ flex: none;
13509
+ width: 100%;
13510
+ height: auto;
13511
+ margin-inline: 0;
13512
+ padding: var(--base-size-16);
13513
+ }
13514
+
13515
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13516
+ display: flex;
13517
+ width: 100%;
13518
+ height: auto;
13519
+ padding: 0;
13520
+ }
13521
+
13522
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13523
+ box-sizing: border-box;
13524
+ flex-direction: column;
13525
+ width: 100%;
13526
+ margin-block: var(--base-size-24);
13527
+ padding-inline: var(--base-size-16);
13528
+ }
13529
+ }
13530
+
13531
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper-footer--has-leading-item___WS7Rf,
13532
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13533
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO
13534
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA
13535
+ + .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list--visible___ZeoFv,
13536
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13537
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper-footer___VLcHd
13538
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV
13539
+ + .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13540
+ border-block-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13541
+ }
13542
+
13543
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13544
+ display: inline-flex;
13545
+ gap: var(--base-size-16);
13546
+ align-items: center;
13547
+ min-width: 0;
13548
+ }
13549
+
13550
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13551
+ display: flex;
13552
+ gap: var(--base-size-8);
13553
+ min-width: 0;
13554
+ }
13555
+
13556
+ @media screen and (max-width: 48rem) {
13557
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13558
+ display: none;
13559
+ }
13560
+
13561
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf {
13562
+ display: flex;
13563
+ left: 0;
13564
+ z-index: 99;
13565
+ width: 100%;
13566
+ height: auto;
13567
+ animation-name: Primer_Brand__SubdomainNavBar-module__fade-in-down-staggered___zQfEQ;
13568
+ animation-duration: 500ms;
13569
+ animation-delay: calc(10 * 80ms);
13570
+ animation-fill-mode: both;
13571
+ animation-timing-function: var(--brand-animation-easing-default);
13572
+ }
13573
+
13574
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--search-open___nhMNU .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf {
13575
+ display: none;
13576
+ }
13577
+
13578
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13579
+ width: 100%;
13580
+ box-sizing: border-box;
13581
+ flex-direction: column;
13582
+ margin-block: var(--base-size-24);
13583
+ padding-inline: var(--base-size-24);
13584
+ min-width: 0;
13585
+ }
13586
+ }
13587
+
13588
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM {
13589
+ white-space: nowrap;
13590
+ }
13591
+
13592
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO {
13593
+ top: var(--SubdomainNavBar-height);
13594
+ height: auto;
13595
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - 0px);
13596
+ max-height: calc(100vh - var(--SubdomainNavBar-height) - var(--SubdomainNavBar-menu-offset-block-start, 0px));
13597
+ }
13598
+
13599
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-backdrop___sLFAC {
13600
+ position: fixed;
13601
+ inset-block-start: calc(var(--SubdomainNavBar-height) + 0px);
13602
+ inset-block-start: calc(var(--SubdomainNavBar-height) + var(--SubdomainNavBar-menu-offset-block-start, 0px));
13603
+ inset-block-end: 0;
13604
+ inset-inline: 0;
13605
+ z-index: 1;
13606
+ background-color: var(--brand-SubdomainNavBar-searchDialog-backdropColor);
13607
+ animation: Primer_Brand__SubdomainNavBar-module__fade-in___u4FB2 var(--brand-animation-duration-fast) var(--brand-animation-easing-glide);
13608
+ }
13609
+
13610
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--search-open___nhMNU {
13611
+ animation: none;
13612
+ }
13613
+
13614
+ @media screen and (max-width: 47.99rem) {
13615
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK {
13616
+ --SubdomainNavBar-height: calc(var(--base-size-64) - var(--base-size-8));
13617
+ --SubdomainNavBar-mobile-control-size: var(--base-size-48);
13618
+ }
13619
+
13620
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container___kdy5Y {
13621
+ height: 100%;
13622
+ padding: 0;
13623
+ }
13624
+
13625
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 {
13626
+ height: 100%;
13627
+ max-width: none;
13628
+ gap: 0;
13629
+ padding: 0;
13630
+ }
13631
+
13632
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 > li {
13633
+ display: flex;
13634
+ align-items: center;
13635
+ height: 100%;
13636
+ padding-inline: 0 var(--base-size-16);
13637
+ }
13638
+
13639
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 > li:first-child {
13640
+ justify-content: center;
13641
+ width: auto;
13642
+ padding-inline: var(--base-size-16) var(--base-size-8);
13643
+ }
13644
+
13645
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ {
13646
+ justify-content: center;
13647
+ }
13648
+
13649
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ svg {
13650
+ width: var(--base-size-24);
13651
+ height: var(--base-size-24);
13652
+ }
13653
+
13654
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 {
13655
+ padding-inline-end: 0;
13656
+ }
13657
+
13658
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 > * {
13659
+ font-size: var(--brand-text-size-100);
13660
+ line-height: var(--brand-text-lineHeight-100);
13661
+ }
13662
+
13663
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz {
13664
+ height: 100%;
13665
+ }
13666
+
13667
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13668
+ flex: 0 0 var(--SubdomainNavBar-mobile-control-size);
13669
+ justify-content: center;
13670
+ width: var(--SubdomainNavBar-mobile-control-size);
13671
+ height: 100%;
13672
+ padding-inline: 0;
13673
+ border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13674
+ }
13675
+
13676
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-button____QKi7,
13677
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW {
13678
+ box-sizing: border-box;
13679
+ display: inline-flex;
13680
+ flex: 0 0 var(--SubdomainNavBar-mobile-control-size);
13681
+ width: var(--SubdomainNavBar-mobile-control-size);
13682
+ flex-direction: column;
13683
+ height: 100%;
13684
+ padding-inline: var(--base-size-16);
13685
+ border-radius: 0;
13686
+ }
13687
+
13688
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-mobile-menu-button___CTbHW {
13689
+ gap: calc(var(--base-size-4) - var(--brand-borderWidth-thin));
13690
+ border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13691
+ }
13692
+
13693
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF {
13694
+ width: var(--base-size-16);
13695
+ height: var(--base-size-2);
13696
+ margin: 0 auto;
13697
+ transform-origin: center;
13698
+ }
13699
+
13700
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(1) {
13701
+ transform: translateY(calc(var(--base-size-6) - var(--brand-borderWidth-thin))) rotate(45deg);
13702
+ }
13703
+
13704
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button--close___I0UtT .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-button-bar___cUVZF:nth-of-type(3) {
13705
+ transform: translateY(calc(var(--brand-borderWidth-thin) - var(--base-size-6))) rotate(-45deg);
13706
+ }
13707
+
13708
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
13709
+ padding: var(--base-size-16);
13710
+ font-size: var(--brand-text-size-100);
13711
+ line-height: var(--brand-text-lineHeight-100);
13712
+ }
13713
+
13714
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link--title___ApFQt {
13715
+ font-size: var(--brand-text-size-100);
13716
+ line-height: var(--brand-text-lineHeight-100);
13717
+ }
13718
+
13719
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13720
+ padding-inline: var(--base-size-16);
13721
+ }
13722
+ }
13723
+
13724
+ @media screen and (min-width: 48rem) {
13725
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container___kdy5Y {
13726
+ height: 100%;
13727
+ max-width: none;
13728
+ padding: 0;
13729
+ }
13730
+
13731
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 {
13732
+ height: 100%;
13733
+ max-width: none;
13734
+ gap: 0;
13735
+ padding: 0;
13736
+ }
13737
+
13738
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 > li {
13739
+ display: flex;
13740
+ align-items: center;
13741
+ height: 100%;
13742
+ padding-inline: 0 var(--base-size-16);
13743
+ border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13744
+ }
13745
+
13746
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title-area___W8IC5 > li:first-child {
13747
+ justify-content: center;
13748
+ width: auto;
13749
+ padding-inline: var(--base-size-16) var(--base-size-8);
13750
+ border-inline-end: 0;
13751
+ }
13752
+
13753
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ {
13754
+ justify-content: center;
13755
+ }
13756
+
13757
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-logo-mark___pMn2_ svg {
13758
+ width: var(--base-size-24);
13759
+ height: var(--base-size-24);
13760
+ }
13761
+
13762
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 {
13763
+ padding-inline-end: 0;
13764
+ }
13765
+
13766
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-title___Zm_g2 > * {
13767
+ font-size: var(--base-size-16);
13768
+ line-height: var(--base-size-16);
13769
+ }
13770
+
13771
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav___rZwCn,
13772
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-overflow___OXKBt,
13773
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r,
13774
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-secondary-nav___WHTTz,
13775
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys,
13776
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA,
13777
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
13778
+ height: 100%;
13779
+ }
13780
+
13781
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA,
13782
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-trailing-component___zpwkV {
13783
+ padding-inline: var(--base-size-16);
13784
+ margin-inline: 0;
13785
+ }
13786
+
13787
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-leading-component___qa6xA {
13788
+ border-inline: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13789
+ }
13790
+
13791
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list___iQd2r {
13792
+ align-items: stretch;
13793
+ margin: 0;
13794
+ block-size: 100%;
13795
+ max-block-size: 100%;
13796
+ padding-inline-start: var(--base-size-16);
13797
+ }
13798
+
13799
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-overflow___OXKBt {
13800
+ margin: 0;
13801
+ }
13802
+
13803
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9 {
13804
+ display: flex;
13805
+ align-items: center;
13806
+ height: 100%;
13807
+ }
13808
+
13809
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
13810
+ align-items: center;
13811
+ height: 100%;
13812
+ padding: 0 var(--base-size-16);
13813
+ color: var(--brand-color-text-muted);
13814
+ font-size: var(--brand-text-size-100);
13815
+ line-height: var(--brand-text-lineHeight-200);
13816
+ }
13817
+
13818
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13819
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13820
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc,
13821
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2 {
13822
+ padding-inline: var(--base-size-4);
13823
+ }
13824
+
13825
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13826
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13827
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc
13828
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13829
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2 > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13830
+ gap: var(--base-size-4);
13831
+ padding: var(--base-size-4) var(--base-size-12);
13832
+ background-color: transparent;
13833
+ border-radius: var(--brand-borderRadius-full);
13834
+ }
13835
+
13836
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13837
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13838
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover
13839
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13840
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13841
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13842
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:active
13843
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13844
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13845
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13846
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc[aria-current]:not([aria-current='false'])
13847
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13848
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2:hover > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13849
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2:active > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13850
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2[aria-expanded='true'] > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13851
+ background-color: var(--brand-SubdomainNavBar-color-link-bgColor);
13852
+ }
13853
+
13854
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13855
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13856
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible,
13857
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2:focus-visible {
13858
+ outline: none;
13859
+ }
13860
+
13861
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13862
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13863
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible
13864
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13865
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2:focus-visible > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13866
+ outline: var(--brand-borderWidth-thick) solid var(--brand-color-focus);
13867
+ outline-offset: var(--base-size-2);
13868
+ }
13869
+
13870
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-text___a540y::after {
13871
+ display: none;
13872
+ }
13873
+
13874
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu___RXj_t {
13875
+ animation: Primer_Brand__SubdomainNavBar-module__fade-in-down-overflow____WJvz var(--brand-animation-duration-faster);
13876
+ animation-timing-function: var(--brand-animation-easing-default);
13877
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13878
+ border-start-start-radius: 0;
13879
+ border-start-end-radius: 0;
13880
+ border-end-start-radius: var(--brand-borderRadius-medium);
13881
+ border-end-end-radius: var(--brand-borderRadius-medium);
13882
+ box-shadow: none;
13883
+ min-width: calc(var(--base-size-128) + var(--base-size-32));
13884
+ transform: translateY(calc(0px - var(--base-size-4)));
13885
+ }
13886
+
13887
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-list___EbzqG {
13888
+ gap: var(--brand-borderWidth-thin);
13889
+ padding: var(--base-size-8);
13890
+ width: 100%;
13011
13891
  }
13012
13892
 
13013
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R {
13014
- margin: 0 var(--base-size-16) 0 auto;
13893
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc {
13894
+ width: 100%;
13895
+ min-height: var(--base-size-40);
13896
+ padding: var(--base-size-8) var(--base-size-12);
13897
+ color: var(--brand-color-text-muted);
13898
+ background-color: var(--brand-color-canvas-default);
13899
+ border-radius: var(--brand-borderRadius-medium);
13900
+ font-size: var(--brand-text-size-100);
13901
+ line-height: var(--brand-text-lineHeight-200);
13015
13902
  }
13016
- }
13017
13903
 
13018
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13019
- display: inline-flex;
13020
- gap: var(--base-size-16);
13021
- align-items: center;
13022
- min-width: 0;
13023
- }
13904
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:hover,
13905
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus,
13906
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc:focus-visible {
13907
+ color: var(--brand-color-text-default);
13908
+ background-color: var(--brand-color-canvas-subtle);
13909
+ }
13024
13910
 
13025
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13026
- display: flex;
13027
- gap: var(--base-size-8);
13028
- min-width: 0;
13029
- }
13911
+ @media (prefers-reduced-motion: no-preference) {
13912
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK
13913
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-primary-nav-list-item___sz8e9:not(.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-overflow-menu-item___sI1rx)
13914
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link___XmtPc
13915
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9,
13916
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-more-link___GR7D2 > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-link-content___JKou9 {
13917
+ transition: background-color var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
13918
+ }
13919
+ }
13030
13920
 
13031
- @media screen and (max-width: 48rem) {
13032
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13033
- display: none;
13921
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13922
+ height: 100%;
13923
+ padding-inline: var(--base-size-16);
13034
13924
  }
13035
13925
 
13036
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf {
13037
- display: flex;
13038
- left: 0;
13039
- z-index: 99;
13040
- width: 100%;
13041
- height: auto;
13042
- animation-name: Primer_Brand__SubdomainNavBar-module__fade-in-down-staggered___zQfEQ;
13043
- animation-duration: 500ms;
13044
- animation-delay: calc(10 * 80ms);
13045
- animation-fill-mode: both;
13046
- animation-timing-function: var(--brand-animation-easing-default);
13926
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger--has-trailing-item___sHQYt {
13927
+ border-inline-end: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13047
13928
  }
13048
13929
 
13049
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-inner-container--search-open___nhMNU .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf {
13050
- display: none;
13930
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area___MbQys {
13931
+ align-items: center;
13932
+ padding-inline: var(--base-size-16);
13051
13933
  }
13052
13934
 
13053
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
13054
- width: 100%;
13055
- flex-direction: column;
13056
- margin: 24px;
13057
- min-width: 0;
13935
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--has-leading-item___HsvBF {
13936
+ border-inline-start: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
13058
13937
  }
13059
13938
  }
13060
13939
 
13061
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM {
13062
- white-space: nowrap;
13940
+ @media screen and (min-width: 63.25rem) {
13941
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar___JNpcK .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
13942
+ --SubdomainNavBar-search-input-width: max(calc(var(--base-size-128) + var(--base-size-32)), min(28.5vw, calc(var(--base-size-128) * 3 + var(--base-size-36))));
13943
+
13944
+ align-self: stretch;
13945
+ }
13063
13946
  }
13064
13947
 
13065
13948
  @media screen and (min-width: 1024px) {
@@ -13076,62 +13959,62 @@ Fixes safari bug where outline doesn't respect border-radius
13076
13959
  width: 100%;
13077
13960
  }
13078
13961
 
13079
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 {
13080
- position: absolute;
13081
- z-index: 99;
13962
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-area___DttZX {
13963
+ display: flex;
13964
+ align-items: center;
13965
+ gap: var(--base-size-8);
13966
+ width: 100%;
13082
13967
  }
13083
13968
 
13084
- @media screen and (max-width: 767px) {
13085
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 {
13086
- top: 0;
13087
- left: 0;
13088
- right: 0;
13089
- background: var(--brand-SubdomainNavBar-canvas-search);
13090
- backdrop-filter: blur(100px);
13091
- height: 100vh;
13092
- width: 100vw;
13093
- animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g var(--brand-animation-duration-fast);
13094
- animation-timing-function: var(--brand-animation-easing-default);
13095
- }
13969
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-close-button___aVOiQ {
13970
+ cursor: pointer;
13971
+ -webkit-appearance: none;
13972
+ -moz-appearance: none;
13973
+ appearance: none;
13974
+ display: inline-flex;
13975
+ align-items: center;
13976
+ justify-content: center;
13977
+ flex: none;
13978
+ min-block-size: var(--base-size-32);
13979
+ padding: var(--base-size-8) var(--base-size-12);
13980
+ color: var(--brand-color-text-default);
13981
+ background-color: var(--brand-color-canvas-subtle);
13982
+ border: 0;
13983
+ border-radius: var(--brand-borderRadius-medium);
13984
+ font-family: var(--brand-body-fontFamily);
13985
+ font-size: var(--brand-text-size-100);
13986
+ font-weight: var(--base-text-weight-medium);
13987
+ line-height: var(--base-size-14);
13988
+ letter-spacing: var(--brand-text-letterSpacing-100);
13096
13989
  }
13097
13990
 
13098
- @media screen and (min-width: 48rem) {
13099
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 {
13100
- position: absolute;
13101
- top: 0;
13102
- bottom: 1px;
13103
- left: 0;
13104
- right: 0;
13105
- background-color: var(--brand-SubdomainNavBar-canvas-search);
13106
- }
13991
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-close-button___aVOiQ:hover {
13992
+ background-color: var(--brand-color-canvas-inset);
13107
13993
  }
13108
13994
 
13109
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-button___Nzz4R {
13110
- margin-right: 0;
13995
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-close-button___aVOiQ:focus-visible {
13996
+ outline: var(--base-size-4) solid var(--brand-color-focus);
13997
+ outline-offset: var(--base-size-2);
13111
13998
  }
13112
13999
 
13113
14000
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq {
13114
- height: 74px;
13115
- background: var(--brand-SubdomainNavBar-canvas-default);
13116
- backdrop-filter: blur(16px);
13117
- padding: var(--base-size-12) var(--base-size-28);
14001
+ height: var(--base-size-40);
14002
+ max-width: none;
14003
+ padding: 0;
14004
+ margin: 0;
13118
14005
  display: flex;
13119
14006
  align-items: center;
13120
- animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g 500ms;
13121
- gap: var(--base-size-4);
13122
- }
13123
-
13124
- @media screen and (min-width: 48rem) {
13125
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog-control-area___KlFbq {
13126
- max-width: 570px;
13127
- margin: 0 auto;
13128
- }
14007
+ background: transparent;
13129
14008
  }
13130
14009
 
13131
14010
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-text-input___kDY_0 {
13132
14011
  border-color: transparent;
13133
14012
  }
13134
14013
 
14014
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-area___y0BAA {
14015
+ width: 100%;
14016
+ }
14017
+
13135
14018
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-container___kow2P {
13136
14019
  animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g 500ms;
13137
14020
  padding: var(--base-size-24);
@@ -13163,6 +14046,27 @@ Fixes safari bug where outline doesn't respect border-radius
13163
14046
  color: var(--base-color-scale-black-0);
13164
14047
  }
13165
14048
 
14049
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group___HQ5ec,
14050
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group-list___vCi4S {
14051
+ list-style: none;
14052
+ padding: 0;
14053
+ margin: 0;
14054
+ }
14055
+
14056
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group___HQ5ec + .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group___HQ5ec {
14057
+ margin-block-start: var(--base-size-24);
14058
+ }
14059
+
14060
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group-heading___wULje {
14061
+ display: block;
14062
+ margin: 0 0 var(--base-size-20);
14063
+ padding: 0 var(--base-size-8);
14064
+ color: var(--brand-color-text-muted);
14065
+ font-weight: var(--brand-heading-weight-600);
14066
+ font-size: var(--brand-text-size-100);
14067
+ line-height: var(--brand-text-lineHeight-100);
14068
+ }
14069
+
13166
14070
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z {
13167
14071
  padding: var(--base-size-16) var(--base-size-8);
13168
14072
  border-bottom: solid 1px
@@ -13171,7 +14075,7 @@ Fixes safari bug where outline doesn't respect border-radius
13171
14075
  var(--brand-SubdomainNavBar-search-results-border-default, #b7bfc7);
13172
14076
  }
13173
14077
 
13174
- .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z[aria-selected='true'] a {
14078
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd a[aria-selected='true'] {
13175
14079
  outline: var(--brand-color-focus) auto var(--brand-borderWidth-thick);
13176
14080
  }
13177
14081
 
@@ -13192,6 +14096,10 @@ Fixes safari bug where outline doesn't respect border-radius
13192
14096
  line-height: var(--brand-text-lineHeight-400);
13193
14097
  }
13194
14098
 
14099
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd a svg {
14100
+ flex: none;
14101
+ }
14102
+
13195
14103
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd a:hover {
13196
14104
  -webkit-text-decoration: none;
13197
14105
  text-decoration: none;
@@ -13201,12 +14109,164 @@ Fixes safari bug where outline doesn't respect border-radius
13201
14109
  color: var(--base-color-scale-black-0);
13202
14110
  }
13203
14111
 
14112
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 {
14113
+ position: fixed;
14114
+ inset-block-start: calc(var(--base-size-64) + var(--base-size-8));
14115
+ inset-block-end: auto;
14116
+ inset-inline: calc(var(--base-size-64) + var(--base-size-8));
14117
+ z-index: 99;
14118
+ width: min(
14119
+ calc(100vw - ((var(--base-size-64) + var(--base-size-8)) * 2)),
14120
+ calc((var(--base-size-128) * 6) + var(--base-size-36))
14121
+ );
14122
+ max-height: calc(100vh - ((var(--base-size-64) + var(--base-size-8)) * 2));
14123
+ height: auto;
14124
+ margin-inline: auto;
14125
+ padding: var(--base-size-16);
14126
+ overflow: hidden;
14127
+ color: var(--brand-color-text-default);
14128
+ background-color: var(--brand-color-canvas-default);
14129
+ border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
14130
+ border-radius: var(--brand-borderRadius-large);
14131
+ box-shadow: 0 0 calc(var(--base-size-32) + var(--base-size-2)) var(--brand-SubdomainNavBar-searchDialog-shadowColor);
14132
+ }
14133
+
14134
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog--has-results___fcWO5 {
14135
+ padding-block-end: var(--base-size-32);
14136
+ }
14137
+
14138
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5::backdrop {
14139
+ background-color: var(--brand-SubdomainNavBar-searchDialog-backdropColor);
14140
+ backdrop-filter: blur(var(--base-size-24));
14141
+ }
14142
+
14143
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-input-area___DttZX {
14144
+ gap: var(--base-size-16);
14145
+ }
14146
+
14147
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-form___zoZB5 {
14148
+ min-width: 0;
14149
+ }
14150
+
14151
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-form___zoZB5 section > span:focus-within {
14152
+ border-color: transparent;
14153
+ box-shadow: none;
14154
+ }
14155
+
14156
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-text-input___kDY_0 {
14157
+ color: var(--brand-color-text-default);
14158
+ font-size: calc(var(--base-size-16) + var(--base-size-2));
14159
+ font-weight: var(--base-text-weight-medium);
14160
+ line-height: var(--brand-text-lineHeight-300);
14161
+ letter-spacing: var(--brand-text-letterSpacing-100);
14162
+ }
14163
+
14164
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-close-button___aVOiQ {
14165
+ background-color: var(--brand-color-border-muted);
14166
+ }
14167
+
14168
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-area--visible___lo6ji {
14169
+ margin-block-start: var(--base-size-24);
14170
+ padding-block-start: var(--base-size-24);
14171
+ border-block-start: var(--brand-borderWidth-thin) dashed var(--brand-color-border-muted);
14172
+ }
14173
+
14174
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-container___kow2P {
14175
+ width: 100%;
14176
+ height: auto;
14177
+ max-width: none;
14178
+ max-height: calc(100vh - (((var(--base-size-64) + var(--base-size-8)) * 2) + var(--base-size-128)));
14179
+ padding: 0;
14180
+ margin: 0;
14181
+ overflow-y: auto;
14182
+ background-color: transparent;
14183
+ border-radius: 0;
14184
+ box-shadow: none;
14185
+ animation: none;
14186
+ }
14187
+
14188
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results___haCH9 {
14189
+ height: auto;
14190
+ padding: 0;
14191
+ margin: 0;
14192
+ overflow: visible;
14193
+ }
14194
+
14195
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results-heading___FTzyR,
14196
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group-heading___wULje {
14197
+ margin-block-end: var(--base-size-20);
14198
+ padding: 0;
14199
+ color: var(--brand-color-text-muted);
14200
+ font-size: var(--brand-text-size-100);
14201
+ font-weight: var(--brand-heading-weight-600);
14202
+ line-height: var(--brand-text-lineHeight-100);
14203
+ }
14204
+
14205
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group___HQ5ec + .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group___HQ5ec {
14206
+ margin-block-start: var(--base-size-24);
14207
+ }
14208
+
14209
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z {
14210
+ padding: var(--base-size-16) var(--base-size-4);
14211
+ border-block-end: 0;
14212
+ border-block-start: var(--brand-borderWidth-thin) dashed var(--brand-color-border-muted);
14213
+ }
14214
+
14215
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5
14216
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-group-list___vCi4S
14217
+ > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z:first-child,
14218
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-results___haCH9 > .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item___YZV9z:first-child {
14219
+ padding-block-start: var(--base-size-12);
14220
+ border-block-start: 0;
14221
+ }
14222
+
14223
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd {
14224
+ font-size: var(--brand-text-size-300);
14225
+ letter-spacing: var(--brand-text-letterSpacing-100);
14226
+ }
14227
+
14228
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd a {
14229
+ display: flex;
14230
+ align-items: center;
14231
+ gap: calc(var(--base-size-8) + var(--base-size-2));
14232
+ width: 100%;
14233
+ margin: 0;
14234
+ color: var(--brand-color-text-default);
14235
+ font-size: var(--brand-text-size-300);
14236
+ font-weight: var(--brand-heading-weight-600);
14237
+ line-height: var(--brand-text-lineHeight-300);
14238
+ letter-spacing: var(--brand-text-letterSpacing-100);
14239
+ }
14240
+
14241
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-container___bEvSd a span {
14242
+ min-width: 0;
14243
+ overflow: hidden;
14244
+ text-overflow: ellipsis;
14245
+ white-space: nowrap;
14246
+ }
14247
+
14248
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-desc___Rb5Tm,
14249
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-result-item-meta___HjhRd {
14250
+ display: none;
14251
+ }
14252
+
14253
+ @media screen and (max-width: 47.99rem) {
14254
+ .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-dialog___yqQl5 {
14255
+ inset-block-start: var(--base-size-16);
14256
+ inset-block-end: auto;
14257
+ inset-inline: var(--base-size-16);
14258
+ width: calc(100vw - (var(--base-size-16) * 2));
14259
+ max-height: calc(100vh - (var(--base-size-16) * 2));
14260
+ height: auto;
14261
+ }
14262
+ }
14263
+
13204
14264
  .Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-skip-to-content___WMHSh {
13205
14265
  position: absolute;
13206
- top: 75px;
13207
- border-radius: 0px;
13208
- width: 100%;
14266
+ inset-block-start: calc(var(--SubdomainNavBar-height) / 2);
14267
+ inset-inline-start: var(--base-size-16);
13209
14268
  z-index: 100;
14269
+ transform: translateY(-50%);
13210
14270
  }
13211
14271
 
13212
14272
  /*
@@ -13223,6 +14283,26 @@ Fixes safari bug where outline doesn't respect border-radius
13223
14283
  }
13224
14284
  }
13225
14285
 
14286
+ @keyframes Primer_Brand__SubdomainNavBar-module__fade-in___u4FB2 {
14287
+ 0% {
14288
+ opacity: 0;
14289
+ }
14290
+ 100% {
14291
+ opacity: 1;
14292
+ }
14293
+ }
14294
+
14295
+ @keyframes Primer_Brand__SubdomainNavBar-module__fade-in-down-overflow____WJvz {
14296
+ 0% {
14297
+ opacity: 0;
14298
+ transform: translateY(calc(0px - var(--base-size-24)));
14299
+ }
14300
+ 100% {
14301
+ opacity: 1;
14302
+ transform: translateY(calc(0px - var(--base-size-4)));
14303
+ }
14304
+ }
14305
+
13226
14306
  @keyframes Primer_Brand__SubdomainNavBar-module__fade-out___fhdxi {
13227
14307
  0% {
13228
14308
  opacity: 1;
@@ -13268,7 +14348,7 @@ Fixes safari bug where outline doesn't respect border-radius
13268
14348
 
13269
14349
  /**
13270
14350
  * Do not edit directly
13271
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
14351
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
13272
14352
  */
13273
14353
 
13274
14354
  :root,
@@ -13278,6 +14358,9 @@ Fixes safari bug where outline doesn't respect border-radius
13278
14358
  --brand-SubdomainNavBar-canvas-overflow-default: var(--base-color-scale-white-0);
13279
14359
  --brand-SubdomainNavBar-canvas-overflow-hover: var(--base-color-scale-gray-0);
13280
14360
  --brand-SubdomainNavBar-fg-overflow-default: var(--brand-color-text-default);
14361
+ --brand-SubdomainNavBar-color-link-bgColor: var(--base-color-scale-gray-1);
14362
+ --brand-SubdomainNavBar-searchDialog-shadowColor: rgba(0, 0, 0, 0.1);
14363
+ --brand-SubdomainNavBar-searchDialog-backdropColor: rgba(0, 0, 0, 0.2);
13281
14364
  --brand-SubdomainNavBar-border-nav-default: var(--base-color-scale-gray-9);
13282
14365
  --brand-SubdomainNavBar-border-nav-pressed: var(--base-color-scale-black-0);
13283
14366
  --brand-SubdomainNavBar-border-button-hover: var(--base-color-scale-black-0);
@@ -13289,6 +14372,9 @@ Fixes safari bug where outline doesn't respect border-radius
13289
14372
  --brand-SubdomainNavBar-canvas-overflow-default: var(--base-color-scale-white-0);
13290
14373
  --brand-SubdomainNavBar-canvas-overflow-hover: var(--base-color-scale-gray-0);
13291
14374
  --brand-SubdomainNavBar-fg-overflow-default: var(--brand-color-text-onEmphasis);
14375
+ --brand-SubdomainNavBar-color-link-bgColor: var(--base-color-scale-gray-6);
14376
+ --brand-SubdomainNavBar-searchDialog-shadowColor: rgba(0, 0, 0, 0.1);
14377
+ --brand-SubdomainNavBar-searchDialog-backdropColor: rgba(0, 0, 0, 0.2);
13292
14378
  --brand-SubdomainNavBar-border-nav-default: var(--base-color-scale-gray-3);
13293
14379
  --brand-SubdomainNavBar-border-nav-pressed: var(--base-color-scale-white-0);
13294
14380
  --brand-SubdomainNavBar-border-button-hover: var(--base-color-scale-white-0);
@@ -13296,7 +14382,7 @@ Fixes safari bug where outline doesn't respect border-radius
13296
14382
 
13297
14383
  /**
13298
14384
  * Do not edit directly
13299
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
14385
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
13300
14386
  */
13301
14387
 
13302
14388
  :root,
@@ -13312,7 +14398,7 @@ Fixes safari bug where outline doesn't respect border-radius
13312
14398
 
13313
14399
  /**
13314
14400
  * Do not edit directly
13315
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
14401
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
13316
14402
  */
13317
14403
 
13318
14404
  :root {
@@ -13404,7 +14490,7 @@ Fixes safari bug where outline doesn't respect border-radius
13404
14490
 
13405
14491
  /**
13406
14492
  * Do not edit directly
13407
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
14493
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
13408
14494
  */
13409
14495
 
13410
14496
  :root,
@@ -13568,7 +14654,7 @@ Fixes safari bug where outline doesn't respect border-radius
13568
14654
 
13569
14655
  /**
13570
14656
  * Do not edit directly
13571
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
14657
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
13572
14658
  */
13573
14659
 
13574
14660
  :root {
@@ -13577,7 +14663,7 @@ Fixes safari bug where outline doesn't respect border-radius
13577
14663
 
13578
14664
  /**
13579
14665
  * Do not edit directly
13580
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
14666
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
13581
14667
  */
13582
14668
 
13583
14669
  :root,
@@ -13599,7 +14685,7 @@ Fixes safari bug where outline doesn't respect border-radius
13599
14685
 
13600
14686
  /**
13601
14687
  * Do not edit directly
13602
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
14688
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
13603
14689
  */
13604
14690
 
13605
14691
  :root {
@@ -14071,7 +15157,7 @@ Fixes safari bug where outline doesn't respect border-radius
14071
15157
 
14072
15158
  /**
14073
15159
  * Do not edit directly
14074
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
15160
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
14075
15161
  */
14076
15162
 
14077
15163
  :root {
@@ -14085,7 +15171,7 @@ Fixes safari bug where outline doesn't respect border-radius
14085
15171
 
14086
15172
  /**
14087
15173
  * Do not edit directly
14088
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
15174
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
14089
15175
  */
14090
15176
 
14091
15177
  :root,
@@ -14636,7 +15722,7 @@ Fixes safari bug where outline doesn't respect border-radius
14636
15722
 
14637
15723
  /**
14638
15724
  * Do not edit directly
14639
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
15725
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
14640
15726
  */
14641
15727
 
14642
15728
  :root,
@@ -14652,7 +15738,7 @@ Fixes safari bug where outline doesn't respect border-radius
14652
15738
 
14653
15739
  /**
14654
15740
  * Do not edit directly
14655
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
15741
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
14656
15742
  */
14657
15743
 
14658
15744
  :root {
@@ -15397,7 +16483,7 @@ Fixes safari bug where outline doesn't respect border-radius
15397
16483
 
15398
16484
  /**
15399
16485
  * Do not edit directly
15400
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
16486
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
15401
16487
  */
15402
16488
 
15403
16489
  :root,
@@ -15413,7 +16499,7 @@ Fixes safari bug where outline doesn't respect border-radius
15413
16499
 
15414
16500
  /**
15415
16501
  * Do not edit directly
15416
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
16502
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
15417
16503
  */
15418
16504
 
15419
16505
  :root,
@@ -15844,7 +16930,7 @@ Fixes safari bug where outline doesn't respect border-radius
15844
16930
 
15845
16931
  /**
15846
16932
  * Do not edit directly
15847
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
16933
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
15848
16934
  */
15849
16935
 
15850
16936
  :root,
@@ -15876,7 +16962,7 @@ Fixes safari bug where outline doesn't respect border-radius
15876
16962
 
15877
16963
  /**
15878
16964
  * Do not edit directly
15879
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
16965
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
15880
16966
  */
15881
16967
 
15882
16968
  :root {
@@ -16249,7 +17335,7 @@ Fixes safari bug where outline doesn't respect border-radius
16249
17335
 
16250
17336
  /**
16251
17337
  * Do not edit directly
16252
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
17338
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
16253
17339
  */
16254
17340
 
16255
17341
  :root {
@@ -16262,7 +17348,7 @@ Fixes safari bug where outline doesn't respect border-radius
16262
17348
 
16263
17349
  /**
16264
17350
  * Do not edit directly
16265
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
17351
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
16266
17352
  */
16267
17353
 
16268
17354
  :root,
@@ -17511,7 +18597,7 @@ Fixes safari bug where outline doesn't respect border-radius
17511
18597
 
17512
18598
  /**
17513
18599
  * Do not edit directly
17514
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
18600
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
17515
18601
  */
17516
18602
 
17517
18603
  :root {
@@ -17522,7 +18608,7 @@ Fixes safari bug where outline doesn't respect border-radius
17522
18608
 
17523
18609
  /**
17524
18610
  * Do not edit directly
17525
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
18611
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
17526
18612
  */
17527
18613
 
17528
18614
  :root,
@@ -18021,7 +19107,7 @@ Fixes safari bug where outline doesn't respect border-radius
18021
19107
 
18022
19108
  /**
18023
19109
  * Do not edit directly
18024
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
19110
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
18025
19111
  */
18026
19112
 
18027
19113
  :root {
@@ -18041,7 +19127,7 @@ Fixes safari bug where outline doesn't respect border-radius
18041
19127
 
18042
19128
  /**
18043
19129
  * Do not edit directly
18044
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
19130
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
18045
19131
  */
18046
19132
 
18047
19133
  :root,
@@ -18130,7 +19216,7 @@ Fixes safari bug where outline doesn't respect border-radius
18130
19216
 
18131
19217
  /**
18132
19218
  * Do not edit directly
18133
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
19219
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
18134
19220
  */
18135
19221
 
18136
19222
  :root,
@@ -18154,7 +19240,7 @@ Fixes safari bug where outline doesn't respect border-radius
18154
19240
 
18155
19241
  /**
18156
19242
  * Do not edit directly
18157
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
19243
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
18158
19244
  */
18159
19245
 
18160
19246
  :root {
@@ -18630,7 +19716,7 @@ Fixes safari bug where outline doesn't respect border-radius
18630
19716
 
18631
19717
  /**
18632
19718
  * Do not edit directly
18633
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
19719
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
18634
19720
  */
18635
19721
 
18636
19722
  :root,
@@ -18644,7 +19730,7 @@ Fixes safari bug where outline doesn't respect border-radius
18644
19730
 
18645
19731
  /**
18646
19732
  * Do not edit directly
18647
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
19733
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
18648
19734
  */
18649
19735
 
18650
19736
  :root {
@@ -18658,7 +19744,7 @@ Fixes safari bug where outline doesn't respect border-radius
18658
19744
 
18659
19745
  /**
18660
19746
  * Do not edit directly
18661
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
19747
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
18662
19748
  */
18663
19749
 
18664
19750
  :root {
@@ -20834,7 +21920,7 @@ Fixes safari bug where outline doesn't respect border-radius
20834
21920
 
20835
21921
  /**
20836
21922
  * Do not edit directly
20837
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
21923
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
20838
21924
  */
20839
21925
 
20840
21926
  :root {
@@ -20858,7 +21944,7 @@ Fixes safari bug where outline doesn't respect border-radius
20858
21944
 
20859
21945
  /**
20860
21946
  * Do not edit directly
20861
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
21947
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
20862
21948
  */
20863
21949
 
20864
21950
  :root,
@@ -21517,7 +22603,7 @@ Fixes safari bug where outline doesn't respect border-radius
21517
22603
 
21518
22604
  /**
21519
22605
  * Do not edit directly
21520
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
22606
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
21521
22607
  */
21522
22608
 
21523
22609
  :root,
@@ -21531,7 +22617,7 @@ Fixes safari bug where outline doesn't respect border-radius
21531
22617
 
21532
22618
  /**
21533
22619
  * Do not edit directly
21534
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
22620
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
21535
22621
  */
21536
22622
 
21537
22623
  :root {
@@ -21547,7 +22633,7 @@ Fixes safari bug where outline doesn't respect border-radius
21547
22633
 
21548
22634
  /**
21549
22635
  * Do not edit directly
21550
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
22636
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
21551
22637
  */
21552
22638
 
21553
22639
  :root,
@@ -22344,7 +23430,7 @@ Fixes safari bug where outline doesn't respect border-radius
22344
23430
 
22345
23431
  /**
22346
23432
  * Do not edit directly
22347
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
23433
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
22348
23434
  */
22349
23435
 
22350
23436
  :root {
@@ -22353,7 +23439,7 @@ Fixes safari bug where outline doesn't respect border-radius
22353
23439
 
22354
23440
  /**
22355
23441
  * Do not edit directly
22356
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
23442
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
22357
23443
  */
22358
23444
 
22359
23445
  :root,
@@ -23179,7 +24265,7 @@ Fixes safari bug where outline doesn't respect border-radius
23179
24265
 
23180
24266
  /**
23181
24267
  * Do not edit directly
23182
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
24268
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
23183
24269
  */
23184
24270
 
23185
24271
  :root,
@@ -23725,7 +24811,7 @@ Fixes safari bug where outline doesn't respect border-radius
23725
24811
 
23726
24812
  /**
23727
24813
  * Do not edit directly
23728
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
24814
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
23729
24815
  */
23730
24816
 
23731
24817
  :root {
@@ -23734,7 +24820,7 @@ Fixes safari bug where outline doesn't respect border-radius
23734
24820
 
23735
24821
  /**
23736
24822
  * Do not edit directly
23737
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
24823
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
23738
24824
  */
23739
24825
 
23740
24826
  :root,
@@ -24230,7 +25316,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24230
25316
 
24231
25317
  /**
24232
25318
  * Do not edit directly
24233
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
25319
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
24234
25320
  */
24235
25321
 
24236
25322
  :root,
@@ -24329,7 +25415,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24329
25415
 
24330
25416
  /**
24331
25417
  * Do not edit directly
24332
- * Generated on Wed, 26 Aug 2026 14:41:07 GMT
25418
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
24333
25419
  */
24334
25420
 
24335
25421
  :root {
@@ -24516,7 +25602,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24516
25602
 
24517
25603
  /**
24518
25604
  * Do not edit directly
24519
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
25605
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
24520
25606
  */
24521
25607
 
24522
25608
  :root {
@@ -24808,7 +25894,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24808
25894
 
24809
25895
  /**
24810
25896
  * Do not edit directly
24811
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
25897
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
24812
25898
  */
24813
25899
 
24814
25900
  :root {
@@ -24819,7 +25905,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
24819
25905
 
24820
25906
  /**
24821
25907
  * Do not edit directly
24822
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
25908
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
24823
25909
  */
24824
25910
 
24825
25911
  :root,
@@ -25080,7 +26166,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
25080
26166
 
25081
26167
  /**
25082
26168
  * Do not edit directly
25083
- * Generated on Wed, 26 Aug 2026 14:41:06 GMT
26169
+ * Generated on Wed, 02 Sep 2026 18:11:38 GMT
25084
26170
  */
25085
26171
 
25086
26172
  :root {
@@ -25089,7 +26175,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
25089
26175
 
25090
26176
  /**
25091
26177
  * Do not edit directly
25092
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
26178
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
25093
26179
  */
25094
26180
 
25095
26181
  :root,
@@ -25335,7 +26421,7 @@ pre.Primer_Brand__IDE-module__IDE__Chat-copilot-indicator___FhoZe {
25335
26421
 
25336
26422
  /**
25337
26423
  * Do not edit directly
25338
- * Generated on Wed, 26 Aug 2026 14:41:08 GMT
26424
+ * Generated on Wed, 02 Sep 2026 18:11:39 GMT
25339
26425
  */
25340
26426
 
25341
26427
  :root,