aafu_compiled.css 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419
  1. /*
  2. ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com
  3. *//*
  4. 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
  5. 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
  6. */
  7. *,
  8. ::before,
  9. ::after {
  10. box-sizing: border-box; /* 1 */
  11. border-width: 0; /* 2 */
  12. border-style: solid; /* 2 */
  13. border-color: #e5e7eb; /* 2 */
  14. }
  15. ::before,
  16. ::after {
  17. --tw-content: '';
  18. }
  19. /*
  20. 1. Use a consistent sensible line-height in all browsers.
  21. 2. Prevent adjustments of font size after orientation changes in iOS.
  22. 3. Use a more readable tab size.
  23. 4. Use the user's configured `sans` font-family by default.
  24. 5. Use the user's configured `sans` font-feature-settings by default.
  25. */
  26. html {
  27. line-height: 1.5; /* 1 */
  28. -webkit-text-size-adjust: 100%; /* 2 */
  29. -moz-tab-size: 4; /* 3 */
  30. -o-tab-size: 4;
  31. tab-size: 4; /* 3 */
  32. font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  33. font-feature-settings: normal; /* 5 */
  34. }
  35. /*
  36. 1. Remove the margin in all browsers.
  37. 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
  38. */
  39. body {
  40. margin: 0; /* 1 */
  41. line-height: inherit; /* 2 */
  42. }
  43. /*
  44. 1. Add the correct height in Firefox.
  45. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
  46. 3. Ensure horizontal rules are visible by default.
  47. */
  48. hr {
  49. height: 0; /* 1 */
  50. color: inherit; /* 2 */
  51. border-top-width: 1px; /* 3 */
  52. }
  53. /*
  54. Add the correct text decoration in Chrome, Edge, and Safari.
  55. */
  56. abbr:where([title]) {
  57. -webkit-text-decoration: underline dotted;
  58. text-decoration: underline dotted;
  59. }
  60. /*
  61. Remove the default font size and weight for headings.
  62. */
  63. h1,
  64. h2,
  65. h3,
  66. h4,
  67. h5,
  68. h6 {
  69. font-size: inherit;
  70. font-weight: inherit;
  71. }
  72. /*
  73. Reset links to optimize for opt-in styling instead of opt-out.
  74. */
  75. a {
  76. color: inherit;
  77. text-decoration: inherit;
  78. }
  79. /*
  80. Add the correct font weight in Edge and Safari.
  81. */
  82. b,
  83. strong {
  84. font-weight: bolder;
  85. }
  86. /*
  87. 1. Use the user's configured `mono` font family by default.
  88. 2. Correct the odd `em` font sizing in all browsers.
  89. */
  90. code,
  91. kbd,
  92. samp,
  93. pre {
  94. font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  95. font-size: 1em; /* 2 */
  96. }
  97. /*
  98. Add the correct font size in all browsers.
  99. */
  100. small {
  101. font-size: 80%;
  102. }
  103. /*
  104. Prevent `sub` and `sup` elements from affecting the line height in all browsers.
  105. */
  106. sub,
  107. sup {
  108. font-size: 75%;
  109. line-height: 0;
  110. position: relative;
  111. vertical-align: baseline;
  112. }
  113. sub {
  114. bottom: -0.25em;
  115. }
  116. sup {
  117. top: -0.5em;
  118. }
  119. /*
  120. 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
  121. 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
  122. 3. Remove gaps between table borders by default.
  123. */
  124. table {
  125. text-indent: 0; /* 1 */
  126. border-color: inherit; /* 2 */
  127. border-collapse: collapse; /* 3 */
  128. }
  129. /*
  130. 1. Change the font styles in all browsers.
  131. 2. Remove the margin in Firefox and Safari.
  132. 3. Remove default padding in all browsers.
  133. */
  134. button,
  135. input,
  136. optgroup,
  137. select,
  138. textarea {
  139. font-family: inherit; /* 1 */
  140. font-size: 100%; /* 1 */
  141. font-weight: inherit; /* 1 */
  142. line-height: inherit; /* 1 */
  143. color: inherit; /* 1 */
  144. margin: 0; /* 2 */
  145. padding: 0; /* 3 */
  146. }
  147. /*
  148. Remove the inheritance of text transform in Edge and Firefox.
  149. */
  150. button,
  151. select {
  152. text-transform: none;
  153. }
  154. /*
  155. 1. Correct the inability to style clickable types in iOS and Safari.
  156. 2. Remove default button styles.
  157. */
  158. button,
  159. [type='button'],
  160. [type='reset'],
  161. [type='submit'] {
  162. -webkit-appearance: button; /* 1 */
  163. background-color: transparent; /* 2 */
  164. background-image: none; /* 2 */
  165. }
  166. /*
  167. Use the modern Firefox focus style for all focusable elements.
  168. */
  169. :-moz-focusring {
  170. outline: auto;
  171. }
  172. /*
  173. Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
  174. */
  175. :-moz-ui-invalid {
  176. box-shadow: none;
  177. }
  178. /*
  179. Add the correct vertical alignment in Chrome and Firefox.
  180. */
  181. progress {
  182. vertical-align: baseline;
  183. }
  184. /*
  185. Correct the cursor style of increment and decrement buttons in Safari.
  186. */
  187. ::-webkit-inner-spin-button,
  188. ::-webkit-outer-spin-button {
  189. height: auto;
  190. }
  191. /*
  192. 1. Correct the odd appearance in Chrome and Safari.
  193. 2. Correct the outline style in Safari.
  194. */
  195. [type='search'] {
  196. -webkit-appearance: textfield; /* 1 */
  197. outline-offset: -2px; /* 2 */
  198. }
  199. /*
  200. Remove the inner padding in Chrome and Safari on macOS.
  201. */
  202. ::-webkit-search-decoration {
  203. -webkit-appearance: none;
  204. }
  205. /*
  206. 1. Correct the inability to style clickable types in iOS and Safari.
  207. 2. Change font properties to `inherit` in Safari.
  208. */
  209. ::-webkit-file-upload-button {
  210. -webkit-appearance: button; /* 1 */
  211. font: inherit; /* 2 */
  212. }
  213. /*
  214. Add the correct display in Chrome and Safari.
  215. */
  216. summary {
  217. display: list-item;
  218. }
  219. /*
  220. Removes the default spacing and border for appropriate elements.
  221. */
  222. blockquote,
  223. dl,
  224. dd,
  225. h1,
  226. h2,
  227. h3,
  228. h4,
  229. h5,
  230. h6,
  231. hr,
  232. figure,
  233. p,
  234. pre {
  235. margin: 0;
  236. }
  237. fieldset {
  238. margin: 0;
  239. padding: 0;
  240. }
  241. legend {
  242. padding: 0;
  243. }
  244. ol,
  245. ul,
  246. menu {
  247. list-style: none;
  248. margin: 0;
  249. padding: 0;
  250. }
  251. /*
  252. Prevent resizing textareas horizontally by default.
  253. */
  254. textarea {
  255. resize: vertical;
  256. }
  257. /*
  258. 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
  259. 2. Set the default placeholder color to the user's configured gray 400 color.
  260. */
  261. input::-moz-placeholder, textarea::-moz-placeholder {
  262. opacity: 1; /* 1 */
  263. color: #9ca3af; /* 2 */
  264. }
  265. input::placeholder,
  266. textarea::placeholder {
  267. opacity: 1; /* 1 */
  268. color: #9ca3af; /* 2 */
  269. }
  270. /*
  271. Set the default cursor for buttons.
  272. */
  273. button,
  274. [role="button"] {
  275. cursor: pointer;
  276. }
  277. /*
  278. Make sure disabled buttons don't get the pointer cursor.
  279. */
  280. :disabled {
  281. cursor: default;
  282. }
  283. /*
  284. 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
  285. 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
  286. This can trigger a poorly considered lint error in some tools but is included by design.
  287. */
  288. img,
  289. svg,
  290. video,
  291. canvas,
  292. audio,
  293. iframe,
  294. embed,
  295. object {
  296. display: block; /* 1 */
  297. vertical-align: middle; /* 2 */
  298. }
  299. /*
  300. Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
  301. */
  302. img,
  303. video {
  304. max-width: 100%;
  305. height: auto;
  306. }
  307. /* Make elements with the HTML hidden attribute stay hidden by default */
  308. [hidden] {
  309. display: none;
  310. }
  311. *, ::before, ::after {
  312. --tw-border-spacing-x: 0;
  313. --tw-border-spacing-y: 0;
  314. --tw-translate-x: 0;
  315. --tw-translate-y: 0;
  316. --tw-rotate: 0;
  317. --tw-skew-x: 0;
  318. --tw-skew-y: 0;
  319. --tw-scale-x: 1;
  320. --tw-scale-y: 1;
  321. --tw-pan-x: ;
  322. --tw-pan-y: ;
  323. --tw-pinch-zoom: ;
  324. --tw-scroll-snap-strictness: proximity;
  325. --tw-ordinal: ;
  326. --tw-slashed-zero: ;
  327. --tw-numeric-figure: ;
  328. --tw-numeric-spacing: ;
  329. --tw-numeric-fraction: ;
  330. --tw-ring-inset: ;
  331. --tw-ring-offset-width: 0px;
  332. --tw-ring-offset-color: #fff;
  333. --tw-ring-color: rgb(59 130 246 / 0.5);
  334. --tw-ring-offset-shadow: 0 0 #0000;
  335. --tw-ring-shadow: 0 0 #0000;
  336. --tw-shadow: 0 0 #0000;
  337. --tw-shadow-colored: 0 0 #0000;
  338. --tw-blur: ;
  339. --tw-brightness: ;
  340. --tw-contrast: ;
  341. --tw-grayscale: ;
  342. --tw-hue-rotate: ;
  343. --tw-invert: ;
  344. --tw-saturate: ;
  345. --tw-sepia: ;
  346. --tw-drop-shadow: ;
  347. --tw-backdrop-blur: ;
  348. --tw-backdrop-brightness: ;
  349. --tw-backdrop-contrast: ;
  350. --tw-backdrop-grayscale: ;
  351. --tw-backdrop-hue-rotate: ;
  352. --tw-backdrop-invert: ;
  353. --tw-backdrop-opacity: ;
  354. --tw-backdrop-saturate: ;
  355. --tw-backdrop-sepia: ;
  356. }
  357. ::backdrop {
  358. --tw-border-spacing-x: 0;
  359. --tw-border-spacing-y: 0;
  360. --tw-translate-x: 0;
  361. --tw-translate-y: 0;
  362. --tw-rotate: 0;
  363. --tw-skew-x: 0;
  364. --tw-skew-y: 0;
  365. --tw-scale-x: 1;
  366. --tw-scale-y: 1;
  367. --tw-pan-x: ;
  368. --tw-pan-y: ;
  369. --tw-pinch-zoom: ;
  370. --tw-scroll-snap-strictness: proximity;
  371. --tw-ordinal: ;
  372. --tw-slashed-zero: ;
  373. --tw-numeric-figure: ;
  374. --tw-numeric-spacing: ;
  375. --tw-numeric-fraction: ;
  376. --tw-ring-inset: ;
  377. --tw-ring-offset-width: 0px;
  378. --tw-ring-offset-color: #fff;
  379. --tw-ring-color: rgb(59 130 246 / 0.5);
  380. --tw-ring-offset-shadow: 0 0 #0000;
  381. --tw-ring-shadow: 0 0 #0000;
  382. --tw-shadow: 0 0 #0000;
  383. --tw-shadow-colored: 0 0 #0000;
  384. --tw-blur: ;
  385. --tw-brightness: ;
  386. --tw-contrast: ;
  387. --tw-grayscale: ;
  388. --tw-hue-rotate: ;
  389. --tw-invert: ;
  390. --tw-saturate: ;
  391. --tw-sepia: ;
  392. --tw-drop-shadow: ;
  393. --tw-backdrop-blur: ;
  394. --tw-backdrop-brightness: ;
  395. --tw-backdrop-contrast: ;
  396. --tw-backdrop-grayscale: ;
  397. --tw-backdrop-hue-rotate: ;
  398. --tw-backdrop-invert: ;
  399. --tw-backdrop-opacity: ;
  400. --tw-backdrop-saturate: ;
  401. --tw-backdrop-sepia: ;
  402. }
  403. .prose {
  404. color: var(--tw-prose-body);
  405. max-width: 65ch;
  406. }
  407. .prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  408. color: var(--tw-prose-lead);
  409. font-size: 1.25em;
  410. line-height: 1.6;
  411. margin-top: 1.2em;
  412. margin-bottom: 1.2em;
  413. }
  414. .prose :where(a):not(:where([class~="not-prose"] *)) {
  415. color: #2563eb;
  416. text-decoration: none;
  417. font-weight: 500;
  418. }
  419. .prose :where(a):not(:where([class~="not-prose"] *)):hover {
  420. color: #1e40af;
  421. text-decoration: underline;
  422. }
  423. .prose :where(strong):not(:where([class~="not-prose"] *)) {
  424. color: var(--tw-prose-bold);
  425. font-weight: 600;
  426. }
  427. .prose :where(a strong):not(:where([class~="not-prose"] *)) {
  428. color: inherit;
  429. }
  430. .prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  431. color: inherit;
  432. }
  433. .prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  434. color: inherit;
  435. }
  436. .prose :where(ol):not(:where([class~="not-prose"] *)) {
  437. list-style-type: decimal;
  438. margin-top: 1.25em;
  439. margin-bottom: 1.25em;
  440. padding-left: 1.625em;
  441. }
  442. .prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  443. list-style-type: upper-alpha;
  444. }
  445. .prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  446. list-style-type: lower-alpha;
  447. }
  448. .prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  449. list-style-type: upper-alpha;
  450. }
  451. .prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  452. list-style-type: lower-alpha;
  453. }
  454. .prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  455. list-style-type: upper-roman;
  456. }
  457. .prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  458. list-style-type: lower-roman;
  459. }
  460. .prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  461. list-style-type: upper-roman;
  462. }
  463. .prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  464. list-style-type: lower-roman;
  465. }
  466. .prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  467. list-style-type: decimal;
  468. }
  469. .prose :where(ul):not(:where([class~="not-prose"] *)) {
  470. list-style-type: disc;
  471. margin-top: 1.25em;
  472. margin-bottom: 1.25em;
  473. padding-left: 1.625em;
  474. }
  475. .prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  476. font-weight: 400;
  477. color: var(--tw-prose-counters);
  478. }
  479. .prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  480. color: var(--tw-prose-bullets);
  481. }
  482. .prose :where(hr):not(:where([class~="not-prose"] *)) {
  483. border-color: var(--tw-prose-hr);
  484. border-top-width: 1px;
  485. margin-top: 3em;
  486. margin-bottom: 3em;
  487. }
  488. .prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  489. font-weight: 500;
  490. font-style: italic;
  491. color: var(--tw-prose-quotes);
  492. border-left-width: 0.25rem;
  493. border-left-color: var(--tw-prose-quote-borders);
  494. quotes: "\201C""\201D""\2018""\2019";
  495. margin-top: 1.6em;
  496. margin-bottom: 1.6em;
  497. padding-left: 1em;
  498. }
  499. .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  500. content: open-quote;
  501. }
  502. .prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  503. content: close-quote;
  504. }
  505. .prose :where(h1):not(:where([class~="not-prose"] *)) {
  506. color: var(--tw-prose-headings);
  507. font-weight: 800;
  508. font-size: 2.25em;
  509. margin-top: 0;
  510. margin-bottom: 0.8888889em;
  511. line-height: 1.1111111;
  512. }
  513. .prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  514. font-weight: 900;
  515. color: inherit;
  516. }
  517. .prose :where(h2):not(:where([class~="not-prose"] *)) {
  518. color: var(--tw-prose-headings);
  519. font-weight: 700;
  520. font-size: 1.5em;
  521. margin-top: 2em;
  522. margin-bottom: 1em;
  523. line-height: 1.3333333;
  524. }
  525. .prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  526. font-weight: 800;
  527. color: inherit;
  528. }
  529. .prose :where(h3):not(:where([class~="not-prose"] *)) {
  530. color: var(--tw-prose-headings);
  531. font-weight: 600;
  532. font-size: 1.25em;
  533. margin-top: 1.6em;
  534. margin-bottom: 0.6em;
  535. line-height: 1.6;
  536. }
  537. .prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  538. font-weight: 700;
  539. color: inherit;
  540. }
  541. .prose :where(h4):not(:where([class~="not-prose"] *)) {
  542. color: var(--tw-prose-headings);
  543. font-weight: 600;
  544. margin-top: 1.5em;
  545. margin-bottom: 0.5em;
  546. line-height: 1.5;
  547. }
  548. .prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  549. font-weight: 700;
  550. color: inherit;
  551. }
  552. .prose :where(img):not(:where([class~="not-prose"] *)) {
  553. margin-top: 2em;
  554. margin-bottom: 2em;
  555. }
  556. .prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  557. margin-top: 0;
  558. margin-bottom: 0;
  559. }
  560. .prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  561. color: var(--tw-prose-captions);
  562. font-size: 0.875em;
  563. line-height: 1.4285714;
  564. margin-top: 0.8571429em;
  565. }
  566. .prose :where(code):not(:where([class~="not-prose"] *)) {
  567. color: #374151;
  568. font-weight: 600;
  569. font-size: 0.875em;
  570. }
  571. .prose :where(a code):not(:where([class~="not-prose"] *)) {
  572. color: inherit;
  573. }
  574. .prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  575. color: inherit;
  576. }
  577. .prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  578. color: inherit;
  579. font-size: 0.875em;
  580. }
  581. .prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  582. color: inherit;
  583. font-size: 0.9em;
  584. }
  585. .prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  586. color: inherit;
  587. }
  588. .prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  589. color: inherit;
  590. }
  591. .prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  592. color: inherit;
  593. }
  594. .prose :where(pre):not(:where([class~="not-prose"] *)) {
  595. color: #374151;
  596. background-color: #e7e5e4;
  597. overflow-x: auto;
  598. font-weight: 400;
  599. font-size: 0.875em;
  600. line-height: 1.7142857;
  601. margin-top: 1.7142857em;
  602. margin-bottom: 1.7142857em;
  603. border-radius: 0.375rem;
  604. padding-top: 0.8571429em;
  605. padding-right: 1.1428571em;
  606. padding-bottom: 0.8571429em;
  607. padding-left: 1.1428571em;
  608. }
  609. .prose :where(pre code):not(:where([class~="not-prose"] *)) {
  610. background-color: transparent;
  611. border-width: 0;
  612. border-radius: 0;
  613. padding: 0;
  614. font-weight: inherit;
  615. color: inherit;
  616. font-size: inherit;
  617. font-family: inherit;
  618. line-height: inherit;
  619. }
  620. .prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  621. content: none;
  622. }
  623. .prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  624. content: none;
  625. }
  626. .prose :where(table):not(:where([class~="not-prose"] *)) {
  627. width: 100%;
  628. table-layout: auto;
  629. text-align: left;
  630. margin-top: 2em;
  631. margin-bottom: 2em;
  632. font-size: 0.875em;
  633. line-height: 1.7142857;
  634. }
  635. .prose :where(thead):not(:where([class~="not-prose"] *)) {
  636. border-bottom-width: 1px;
  637. border-bottom-color: var(--tw-prose-th-borders);
  638. }
  639. .prose :where(thead th):not(:where([class~="not-prose"] *)) {
  640. color: var(--tw-prose-headings);
  641. font-weight: 600;
  642. vertical-align: bottom;
  643. padding-right: 0.5714286em;
  644. padding-bottom: 0.5714286em;
  645. padding-left: 0.5714286em;
  646. }
  647. .prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  648. border-bottom-width: 1px;
  649. border-bottom-color: var(--tw-prose-td-borders);
  650. }
  651. .prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  652. border-bottom-width: 0;
  653. }
  654. .prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  655. vertical-align: baseline;
  656. }
  657. .prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  658. border-top-width: 1px;
  659. border-top-color: var(--tw-prose-th-borders);
  660. }
  661. .prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  662. vertical-align: top;
  663. }
  664. .prose {
  665. --tw-prose-body: #374151;
  666. --tw-prose-headings: #111827;
  667. --tw-prose-lead: #4b5563;
  668. --tw-prose-links: #111827;
  669. --tw-prose-bold: #111827;
  670. --tw-prose-counters: #6b7280;
  671. --tw-prose-bullets: #d1d5db;
  672. --tw-prose-hr: #e5e7eb;
  673. --tw-prose-quotes: #111827;
  674. --tw-prose-quote-borders: #e5e7eb;
  675. --tw-prose-captions: #6b7280;
  676. --tw-prose-code: #111827;
  677. --tw-prose-pre-code: #e5e7eb;
  678. --tw-prose-pre-bg: #1f2937;
  679. --tw-prose-th-borders: #d1d5db;
  680. --tw-prose-td-borders: #e5e7eb;
  681. --tw-prose-invert-body: #d1d5db;
  682. --tw-prose-invert-headings: #fff;
  683. --tw-prose-invert-lead: #9ca3af;
  684. --tw-prose-invert-links: #fff;
  685. --tw-prose-invert-bold: #fff;
  686. --tw-prose-invert-counters: #9ca3af;
  687. --tw-prose-invert-bullets: #4b5563;
  688. --tw-prose-invert-hr: #374151;
  689. --tw-prose-invert-quotes: #f3f4f6;
  690. --tw-prose-invert-quote-borders: #374151;
  691. --tw-prose-invert-captions: #9ca3af;
  692. --tw-prose-invert-code: #fff;
  693. --tw-prose-invert-pre-code: #d1d5db;
  694. --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  695. --tw-prose-invert-th-borders: #4b5563;
  696. --tw-prose-invert-td-borders: #374151;
  697. font-size: 1rem;
  698. line-height: 1.75;
  699. }
  700. .prose :where(p):not(:where([class~="not-prose"] *)) {
  701. margin-top: 1.25em;
  702. margin-bottom: 1.25em;
  703. }
  704. .prose :where(video):not(:where([class~="not-prose"] *)) {
  705. margin-top: 2em;
  706. margin-bottom: 2em;
  707. }
  708. .prose :where(figure):not(:where([class~="not-prose"] *)) {
  709. margin-top: 2em;
  710. margin-bottom: 2em;
  711. }
  712. .prose :where(li):not(:where([class~="not-prose"] *)) {
  713. margin-top: 0.5em;
  714. margin-bottom: 0.5em;
  715. }
  716. .prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  717. padding-left: 0.375em;
  718. }
  719. .prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  720. padding-left: 0.375em;
  721. }
  722. .prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  723. margin-top: 0.75em;
  724. margin-bottom: 0.75em;
  725. }
  726. .prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  727. margin-top: 1.25em;
  728. }
  729. .prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  730. margin-bottom: 1.25em;
  731. }
  732. .prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  733. margin-top: 1.25em;
  734. }
  735. .prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  736. margin-bottom: 1.25em;
  737. }
  738. .prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  739. margin-top: 0.75em;
  740. margin-bottom: 0.75em;
  741. }
  742. .prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  743. margin-top: 0;
  744. }
  745. .prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  746. margin-top: 0;
  747. }
  748. .prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  749. margin-top: 0;
  750. }
  751. .prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  752. margin-top: 0;
  753. }
  754. .prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  755. padding-left: 0;
  756. }
  757. .prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  758. padding-right: 0;
  759. }
  760. .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  761. padding-top: 0.5714286em;
  762. padding-right: 0.5714286em;
  763. padding-bottom: 0.5714286em;
  764. padding-left: 0.5714286em;
  765. }
  766. .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  767. padding-left: 0;
  768. }
  769. .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  770. padding-right: 0;
  771. }
  772. .prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  773. margin-top: 0;
  774. }
  775. .prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  776. margin-bottom: 0;
  777. }
  778. .prose-stone {
  779. --tw-prose-body: #44403c;
  780. --tw-prose-headings: #1c1917;
  781. --tw-prose-lead: #57534e;
  782. --tw-prose-links: #1c1917;
  783. --tw-prose-bold: #1c1917;
  784. --tw-prose-counters: #78716c;
  785. --tw-prose-bullets: #d6d3d1;
  786. --tw-prose-hr: #e7e5e4;
  787. --tw-prose-quotes: #1c1917;
  788. --tw-prose-quote-borders: #e7e5e4;
  789. --tw-prose-captions: #78716c;
  790. --tw-prose-code: #1c1917;
  791. --tw-prose-pre-code: #e7e5e4;
  792. --tw-prose-pre-bg: #292524;
  793. --tw-prose-th-borders: #d6d3d1;
  794. --tw-prose-td-borders: #e7e5e4;
  795. --tw-prose-invert-body: #d6d3d1;
  796. --tw-prose-invert-headings: #fff;
  797. --tw-prose-invert-lead: #a8a29e;
  798. --tw-prose-invert-links: #fff;
  799. --tw-prose-invert-bold: #fff;
  800. --tw-prose-invert-counters: #a8a29e;
  801. --tw-prose-invert-bullets: #57534e;
  802. --tw-prose-invert-hr: #44403c;
  803. --tw-prose-invert-quotes: #f5f5f4;
  804. --tw-prose-invert-quote-borders: #44403c;
  805. --tw-prose-invert-captions: #a8a29e;
  806. --tw-prose-invert-code: #fff;
  807. --tw-prose-invert-pre-code: #d6d3d1;
  808. --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  809. --tw-prose-invert-th-borders: #57534e;
  810. --tw-prose-invert-td-borders: #44403c;
  811. }
  812. .nav {
  813. font-size: 1.125rem;
  814. line-height: 1.75rem;
  815. font-weight: 600;
  816. --tw-text-opacity: 1;
  817. color: rgb(59 130 246 / var(--tw-text-opacity));
  818. }
  819. .dark .nav {
  820. --tw-text-opacity: 1;
  821. color: rgb(209 213 219 / var(--tw-text-opacity));
  822. }
  823. .nav > a:hover {
  824. --tw-text-opacity: 1;
  825. color: rgb(29 78 216 / var(--tw-text-opacity));
  826. }
  827. .panel {
  828. max-height: 0;
  829. transition: 0.3s ease-out;
  830. }
  831. h2.accordion {
  832. --tw-text-opacity: 1;
  833. color: rgb(37 99 235 / var(--tw-text-opacity));
  834. }
  835. .dark h2.accordion {
  836. --tw-text-opacity: 1;
  837. color: rgb(234 179 8 / var(--tw-text-opacity));
  838. }
  839. a {
  840. --tw-text-opacity: 1;
  841. color: rgb(59 130 246 / var(--tw-text-opacity));
  842. }
  843. a:hover {
  844. --tw-text-opacity: 1;
  845. color: rgb(29 78 216 / var(--tw-text-opacity));
  846. text-decoration-line: underline;
  847. }
  848. .dark a {
  849. --tw-text-opacity: 1;
  850. color: rgb(253 224 71 / var(--tw-text-opacity));
  851. }
  852. .dark a:hover {
  853. --tw-text-opacity: 1;
  854. color: rgb(234 179 8 / var(--tw-text-opacity));
  855. }
  856. .active {
  857. overflow: visible;
  858. }
  859. h1 {
  860. margin-bottom: 1.25rem;
  861. margin-top: 0.25rem;
  862. font-size: 2.25rem;
  863. line-height: 2.5rem;
  864. }
  865. h2 {
  866. margin-bottom: 1rem;
  867. margin-top: 0.25rem;
  868. font-size: 1.875rem;
  869. line-height: 2.25rem;
  870. }
  871. h3 {
  872. margin-bottom: 0.75rem;
  873. margin-top: 0.25rem;
  874. font-size: 1.5rem;
  875. line-height: 2rem;
  876. }
  877. h4 {
  878. margin-bottom: 0.5rem;
  879. margin-top: 0.25rem;
  880. font-size: 1.25rem;
  881. line-height: 1.75rem;
  882. }
  883. h5 {
  884. margin-bottom: 0.5rem;
  885. margin-top: 0.25rem;
  886. font-size: 1.125rem;
  887. line-height: 1.75rem;
  888. }
  889. body {
  890. --tw-bg-opacity: 1;
  891. background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  892. font-size: 1rem;
  893. line-height: 1.5rem;
  894. }
  895. .dark body {
  896. --tw-bg-opacity: 1;
  897. background-color: rgb(28 25 23 / var(--tw-bg-opacity));
  898. --tw-text-opacity: 1;
  899. color: rgb(250 250 249 / var(--tw-text-opacity));
  900. }
  901. html {
  902. touch-action: manipulation;
  903. scroll-behavior: smooth;
  904. }
  905. p {
  906. margin-top: 0.5rem;
  907. margin-bottom: 0.5rem;
  908. }
  909. summary {
  910. display: block;
  911. font-size: 0.875rem;
  912. line-height: 1.25rem;
  913. }
  914. blockquote {
  915. --tw-bg-opacity: 1;
  916. background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  917. }
  918. .dark blockquote {
  919. --tw-bg-opacity: 1;
  920. background-color: rgb(68 64 60 / var(--tw-bg-opacity));
  921. }
  922. .tags,
  923. .categories {
  924. margin-right: 0.5rem;
  925. margin-bottom: 0.5rem;
  926. border-radius: 0.25rem;
  927. padding: 0.25rem;
  928. font-size: 0.875rem;
  929. line-height: 1.25rem;
  930. }
  931. .tags:hover,
  932. .categories:hover {
  933. --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  934. --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  935. box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  936. }
  937. .categories {
  938. border-width: 1px !important;
  939. --tw-border-opacity: 1 !important;
  940. border-color: rgb(22 163 74 / var(--tw-border-opacity)) !important;
  941. --tw-bg-opacity: 1 !important;
  942. background-color: rgb(220 252 231 / var(--tw-bg-opacity)) !important;
  943. --tw-text-opacity: 1 !important;
  944. color: rgb(22 101 52 / var(--tw-text-opacity)) !important;
  945. }
  946. .categories:hover {
  947. --tw-bg-opacity: 1 !important;
  948. background-color: rgb(187 247 208 / var(--tw-bg-opacity)) !important;
  949. }
  950. .dark .categories {
  951. --tw-border-opacity: 1 !important;
  952. border-color: rgb(220 252 231 / var(--tw-border-opacity)) !important;
  953. }
  954. .tags {
  955. border-width: 1px !important;
  956. --tw-border-opacity: 1 !important;
  957. border-color: rgb(75 85 99 / var(--tw-border-opacity)) !important;
  958. --tw-bg-opacity: 1 !important;
  959. background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  960. --tw-text-opacity: 1 !important;
  961. color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
  962. }
  963. .tags:hover {
  964. --tw-bg-opacity: 1 !important;
  965. background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  966. }
  967. .dark .tags {
  968. --tw-border-opacity: 1 !important;
  969. border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
  970. }
  971. .page-item.active > .page-link {
  972. pointer-events: none;
  973. --tw-bg-opacity: 1;
  974. background-color: rgb(209 213 219 / var(--tw-bg-opacity));
  975. --tw-text-opacity: 1;
  976. color: rgb(31 41 55 / var(--tw-text-opacity));
  977. }
  978. .relative {
  979. position: relative !important;
  980. }
  981. .col-span-2 {
  982. grid-column: span 2 / span 2 !important;
  983. }
  984. .col-span-3 {
  985. grid-column: span 3 / span 3 !important;
  986. }
  987. .m-0 {
  988. margin: 0px !important;
  989. }
  990. .m-auto {
  991. margin: auto !important;
  992. }
  993. .my-0 {
  994. margin-top: 0px !important;
  995. margin-bottom: 0px !important;
  996. }
  997. .my-2 {
  998. margin-top: 0.5rem !important;
  999. margin-bottom: 0.5rem !important;
  1000. }
  1001. .mx-2 {
  1002. margin-left: 0.5rem !important;
  1003. margin-right: 0.5rem !important;
  1004. }
  1005. .ml-2 {
  1006. margin-left: 0.5rem !important;
  1007. }
  1008. .mb-6 {
  1009. margin-bottom: 1.5rem !important;
  1010. }
  1011. .mr-4 {
  1012. margin-right: 1rem !important;
  1013. }
  1014. .mr-9 {
  1015. margin-right: 2.25rem !important;
  1016. }
  1017. .mt-0 {
  1018. margin-top: 0px !important;
  1019. }
  1020. .mb-0 {
  1021. margin-bottom: 0px !important;
  1022. }
  1023. .mt-1 {
  1024. margin-top: 0.25rem !important;
  1025. }
  1026. .mb-1 {
  1027. margin-bottom: 0.25rem !important;
  1028. }
  1029. .ml-4 {
  1030. margin-left: 1rem !important;
  1031. }
  1032. .mb-4 {
  1033. margin-bottom: 1rem !important;
  1034. }
  1035. .mt-4 {
  1036. margin-top: 1rem !important;
  1037. }
  1038. .mb-3 {
  1039. margin-bottom: 0.75rem !important;
  1040. }
  1041. .mb-2 {
  1042. margin-bottom: 0.5rem !important;
  1043. }
  1044. .block {
  1045. display: block !important;
  1046. }
  1047. .flex {
  1048. display: flex !important;
  1049. }
  1050. .grid {
  1051. display: grid !important;
  1052. }
  1053. .h-screen {
  1054. height: 100vh !important;
  1055. }
  1056. .h-full {
  1057. height: 100% !important;
  1058. }
  1059. .w-full {
  1060. width: 100% !important;
  1061. }
  1062. .max-w-4xl {
  1063. max-width: 56rem !important;
  1064. }
  1065. .max-w-none {
  1066. max-width: none !important;
  1067. }
  1068. .grow {
  1069. flex-grow: 1 !important;
  1070. }
  1071. .cursor-pointer {
  1072. cursor: pointer !important;
  1073. }
  1074. .grid-cols-1 {
  1075. grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  1076. }
  1077. .flex-row {
  1078. flex-direction: row !important;
  1079. }
  1080. .flex-col {
  1081. flex-direction: column !important;
  1082. }
  1083. .flex-wrap {
  1084. flex-wrap: wrap !important;
  1085. }
  1086. .items-center {
  1087. align-items: center !important;
  1088. }
  1089. .justify-start {
  1090. justify-content: flex-start !important;
  1091. }
  1092. .justify-center {
  1093. justify-content: center !important;
  1094. }
  1095. .justify-between {
  1096. justify-content: space-between !important;
  1097. }
  1098. .justify-around {
  1099. justify-content: space-around !important;
  1100. }
  1101. .gap-2 {
  1102. gap: 0.5rem !important;
  1103. }
  1104. .overflow-hidden {
  1105. overflow: hidden !important;
  1106. }
  1107. .rounded {
  1108. border-radius: 0.25rem !important;
  1109. }
  1110. .rounded-full {
  1111. border-radius: 9999px !important;
  1112. }
  1113. .border {
  1114. border-width: 1px !important;
  1115. }
  1116. .border-t {
  1117. border-top-width: 1px !important;
  1118. }
  1119. .border-b {
  1120. border-bottom-width: 1px !important;
  1121. }
  1122. .border-gray-300 {
  1123. --tw-border-opacity: 1 !important;
  1124. border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  1125. }
  1126. .border-black {
  1127. --tw-border-opacity: 1 !important;
  1128. border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
  1129. }
  1130. .bg-gray-300 {
  1131. --tw-bg-opacity: 1 !important;
  1132. background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  1133. }
  1134. .bg-gray-200 {
  1135. --tw-bg-opacity: 1 !important;
  1136. background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  1137. }
  1138. .bg-blue-500 {
  1139. --tw-bg-opacity: 1 !important;
  1140. background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
  1141. }
  1142. .p-2 {
  1143. padding: 0.5rem !important;
  1144. }
  1145. .p-4 {
  1146. padding: 1rem !important;
  1147. }
  1148. .py-2 {
  1149. padding-top: 0.5rem !important;
  1150. padding-bottom: 0.5rem !important;
  1151. }
  1152. .px-2 {
  1153. padding-left: 0.5rem !important;
  1154. padding-right: 0.5rem !important;
  1155. }
  1156. .py-6 {
  1157. padding-top: 1.5rem !important;
  1158. padding-bottom: 1.5rem !important;
  1159. }
  1160. .pt-2 {
  1161. padding-top: 0.5rem !important;
  1162. }
  1163. .pl-0 {
  1164. padding-left: 0px !important;
  1165. }
  1166. .text-left {
  1167. text-align: left !important;
  1168. }
  1169. .text-center {
  1170. text-align: center !important;
  1171. }
  1172. .indent-8 {
  1173. text-indent: 2rem !important;
  1174. }
  1175. .-indent-8 {
  1176. text-indent: -2rem !important;
  1177. }
  1178. .text-sm {
  1179. font-size: 0.875rem !important;
  1180. line-height: 1.25rem !important;
  1181. }
  1182. .text-lg {
  1183. font-size: 1.125rem !important;
  1184. line-height: 1.75rem !important;
  1185. }
  1186. .text-2xl {
  1187. font-size: 1.5rem !important;
  1188. line-height: 2rem !important;
  1189. }
  1190. .text-blue-500 {
  1191. --tw-text-opacity: 1 !important;
  1192. color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
  1193. }
  1194. .text-gray-300 {
  1195. --tw-text-opacity: 1 !important;
  1196. color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
  1197. }
  1198. .underline {
  1199. text-decoration-line: underline !important;
  1200. }
  1201. .no-underline {
  1202. text-decoration-line: none !important;
  1203. }
  1204. .drop-shadow-md {
  1205. --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06)) !important;
  1206. filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
  1207. }
  1208. .transition {
  1209. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  1210. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  1211. transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  1212. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  1213. transition-duration: 150ms !important;
  1214. }
  1215. .hover\:bg-gray-300:hover {
  1216. --tw-bg-opacity: 1 !important;
  1217. background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
  1218. }
  1219. .hover\:bg-gray-200:hover {
  1220. --tw-bg-opacity: 1 !important;
  1221. background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
  1222. }
  1223. .hover\:bg-gray-400:hover {
  1224. --tw-bg-opacity: 1 !important;
  1225. background-color: rgb(156 163 175 / var(--tw-bg-opacity)) !important;
  1226. }
  1227. .hover\:text-blue-700:hover {
  1228. --tw-text-opacity: 1 !important;
  1229. color: rgb(29 78 216 / var(--tw-text-opacity)) !important;
  1230. }
  1231. .hover\:no-underline:hover {
  1232. text-decoration-line: none !important;
  1233. }
  1234. .dark .dark\:border-gray-700 {
  1235. --tw-border-opacity: 1 !important;
  1236. border-color: rgb(55 65 81 / var(--tw-border-opacity)) !important;
  1237. }
  1238. .dark .dark\:border-gray-300 {
  1239. --tw-border-opacity: 1 !important;
  1240. border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
  1241. }
  1242. .dark .dark\:bg-darker {
  1243. --tw-bg-opacity: 1 !important;
  1244. background-color: rgb(41 37 36 / var(--tw-bg-opacity)) !important;
  1245. }
  1246. .dark .dark\:bg-dark {
  1247. --tw-bg-opacity: 1 !important;
  1248. background-color: rgb(68 64 60 / var(--tw-bg-opacity)) !important;
  1249. }
  1250. .dark .dark\:bg-yellow-700 {
  1251. --tw-bg-opacity: 1 !important;
  1252. background-color: rgb(161 98 7 / var(--tw-bg-opacity)) !important;
  1253. }
  1254. .dark .dark\:prose-invert {
  1255. --tw-prose-body: var(--tw-prose-invert-body);
  1256. --tw-prose-headings: var(--tw-prose-invert-headings);
  1257. --tw-prose-lead: var(--tw-prose-invert-lead);
  1258. --tw-prose-links: var(--tw-prose-invert-links);
  1259. --tw-prose-bold: var(--tw-prose-invert-bold);
  1260. --tw-prose-counters: var(--tw-prose-invert-counters);
  1261. --tw-prose-bullets: var(--tw-prose-invert-bullets);
  1262. --tw-prose-hr: var(--tw-prose-invert-hr);
  1263. --tw-prose-quotes: var(--tw-prose-invert-quotes);
  1264. --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);
  1265. --tw-prose-captions: var(--tw-prose-invert-captions);
  1266. --tw-prose-code: var(--tw-prose-invert-code);
  1267. --tw-prose-pre-code: var(--tw-prose-invert-pre-code);
  1268. --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);
  1269. --tw-prose-th-borders: var(--tw-prose-invert-th-borders);
  1270. --tw-prose-td-borders: var(--tw-prose-invert-td-borders);
  1271. color: #e5e7eb;
  1272. }
  1273. .dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)) {
  1274. color: #fde047;
  1275. }
  1276. .dark .dark\:prose-invert :where(a):not(:where([class~="not-prose"] *)):hover {
  1277. color: #eab308;
  1278. }
  1279. .dark .dark\:prose-invert :where(h1):not(:where([class~="not-prose"] *)) {
  1280. color: #e5e7eb;
  1281. }
  1282. .dark .dark\:prose-invert :where(h2):not(:where([class~="not-prose"] *)) {
  1283. color: #e5e7eb;
  1284. }
  1285. .dark .dark\:prose-invert :where(h3):not(:where([class~="not-prose"] *)) {
  1286. color: #e5e7eb;
  1287. }
  1288. .dark .dark\:prose-invert :where(h4):not(:where([class~="not-prose"] *)) {
  1289. color: #e5e7eb;
  1290. }
  1291. .dark .dark\:prose-invert :where(h5):not(:where([class~="not-prose"] *)) {
  1292. color: #e5e7eb;
  1293. }
  1294. .dark .dark\:prose-invert :where(h6):not(:where([class~="not-prose"] *)) {
  1295. color: #e5e7eb;
  1296. }
  1297. .dark .dark\:prose-invert :where(strong):not(:where([class~="not-prose"] *)) {
  1298. color: #e5e7eb;
  1299. }
  1300. .dark .dark\:prose-invert :where(td):not(:where([class~="not-prose"] *)) {
  1301. color: #e5e7eb;
  1302. }
  1303. .dark .dark\:prose-invert :where(blockquote):not(:where([class~="not-prose"] *)) {
  1304. color: #e5e7eb;
  1305. }
  1306. .dark .dark\:prose-invert :where(pre):not(:where([class~="not-prose"] *)) {
  1307. background-color: #44403c;
  1308. }
  1309. .dark .dark\:prose-invert :where(code):not(:where([class~="not-prose"] *)) {
  1310. color: #e5e7eb;
  1311. }
  1312. .dark .dark\:text-yellow-300 {
  1313. --tw-text-opacity: 1 !important;
  1314. color: rgb(253 224 71 / var(--tw-text-opacity)) !important;
  1315. }
  1316. .dark .dark\:text-gray-600 {
  1317. --tw-text-opacity: 1 !important;
  1318. color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
  1319. }
  1320. .dark .dark\:text-gray-400 {
  1321. --tw-text-opacity: 1 !important;
  1322. color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  1323. }
  1324. .dark .dark\:hover\:bg-darker:hover {
  1325. --tw-bg-opacity: 1 !important;
  1326. background-color: rgb(41 37 36 / var(--tw-bg-opacity)) !important;
  1327. }
  1328. .dark .dark\:hover\:bg-gray-800:hover {
  1329. --tw-bg-opacity: 1 !important;
  1330. background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
  1331. }
  1332. .dark .dark\:hover\:bg-gray-700:hover {
  1333. --tw-bg-opacity: 1 !important;
  1334. background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
  1335. }
  1336. .dark .dark\:hover\:text-yellow-500:hover {
  1337. --tw-text-opacity: 1 !important;
  1338. color: rgb(234 179 8 / var(--tw-text-opacity)) !important;
  1339. }
  1340. @media (min-width: 640px) {
  1341. .sm\:mr-0 {
  1342. margin-right: 0px !important;
  1343. }
  1344. }
  1345. @media (min-width: 768px) {
  1346. .md\:grid-cols-5 {
  1347. grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  1348. }
  1349. }