Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

1648 Zeilen
26KB

  1. /*
  2. ! tailwindcss v3.2.7 | 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. .container {
  404. width: 100%;
  405. }
  406. @media (min-width: 640px) {
  407. .container {
  408. max-width: 640px;
  409. }
  410. }
  411. @media (min-width: 768px) {
  412. .container {
  413. max-width: 768px;
  414. }
  415. }
  416. @media (min-width: 1024px) {
  417. .container {
  418. max-width: 1024px;
  419. }
  420. }
  421. @media (min-width: 1280px) {
  422. .container {
  423. max-width: 1280px;
  424. }
  425. }
  426. @media (min-width: 1536px) {
  427. .container {
  428. max-width: 1536px;
  429. }
  430. }
  431. .sr-only {
  432. position: absolute;
  433. width: 1px;
  434. height: 1px;
  435. padding: 0;
  436. margin: -1px;
  437. overflow: hidden;
  438. clip: rect(0, 0, 0, 0);
  439. white-space: nowrap;
  440. border-width: 0;
  441. }
  442. .pointer-events-none {
  443. pointer-events: none;
  444. }
  445. .static {
  446. position: static;
  447. }
  448. .fixed {
  449. position: fixed;
  450. }
  451. .absolute {
  452. position: absolute;
  453. }
  454. .sticky {
  455. position: sticky;
  456. }
  457. .left-0 {
  458. left: 0px;
  459. }
  460. .right-0 {
  461. right: 0px;
  462. }
  463. .right-10 {
  464. right: 2.5rem;
  465. }
  466. .top-0 {
  467. top: 0px;
  468. }
  469. .top-10 {
  470. top: 2.5rem;
  471. }
  472. .z-10 {
  473. z-index: 10;
  474. }
  475. .z-20 {
  476. z-index: 20;
  477. }
  478. .z-30 {
  479. z-index: 30;
  480. }
  481. .z-50 {
  482. z-index: 50;
  483. }
  484. .z-\[60\] {
  485. z-index: 60;
  486. }
  487. .row-start-1 {
  488. grid-row-start: 1;
  489. }
  490. .float-right {
  491. float: right;
  492. }
  493. .-m-4 {
  494. margin: -1rem;
  495. }
  496. .m-1 {
  497. margin: 0.25rem;
  498. }
  499. .mx-4 {
  500. margin-left: 1rem;
  501. margin-right: 1rem;
  502. }
  503. .my-4 {
  504. margin-top: 1rem;
  505. margin-bottom: 1rem;
  506. }
  507. .mb-2 {
  508. margin-bottom: 0.5rem;
  509. }
  510. .mb-3 {
  511. margin-bottom: 0.75rem;
  512. }
  513. .mb-4 {
  514. margin-bottom: 1rem;
  515. }
  516. .mb-8 {
  517. margin-bottom: 2rem;
  518. }
  519. .mb-\[1em\] {
  520. margin-bottom: 1em;
  521. }
  522. .ml-3 {
  523. margin-left: 0.75rem;
  524. }
  525. .ml-auto {
  526. margin-left: auto;
  527. }
  528. .mr-2 {
  529. margin-right: 0.5rem;
  530. }
  531. .mt-16 {
  532. margin-top: 4rem;
  533. }
  534. .mt-20 {
  535. margin-top: 5rem;
  536. }
  537. .mt-3 {
  538. margin-top: 0.75rem;
  539. }
  540. .mt-4 {
  541. margin-top: 1rem;
  542. }
  543. .block {
  544. display: block;
  545. }
  546. .inline-block {
  547. display: inline-block;
  548. }
  549. .flex {
  550. display: flex;
  551. }
  552. .grid {
  553. display: grid;
  554. }
  555. .hidden {
  556. display: none;
  557. }
  558. .h-10 {
  559. height: 2.5rem;
  560. }
  561. .h-14 {
  562. height: 3.5rem;
  563. }
  564. .h-5 {
  565. height: 1.25rem;
  566. }
  567. .h-fit {
  568. height: -moz-fit-content;
  569. height: fit-content;
  570. }
  571. .h-full {
  572. height: 100%;
  573. }
  574. .h-screen {
  575. height: 100vh;
  576. }
  577. .min-h-\[2rem\] {
  578. min-height: 2rem;
  579. }
  580. .w-10 {
  581. width: 2.5rem;
  582. }
  583. .w-14 {
  584. width: 3.5rem;
  585. }
  586. .w-48 {
  587. width: 12rem;
  588. }
  589. .w-5 {
  590. width: 1.25rem;
  591. }
  592. .w-\[12rem\] {
  593. width: 12rem;
  594. }
  595. .w-\[4\.5rem\] {
  596. width: 4.5rem;
  597. }
  598. .w-\[calc\(100\%-2rem\)\] {
  599. width: calc(100% - 2rem);
  600. }
  601. .w-fit {
  602. width: -moz-fit-content;
  603. width: fit-content;
  604. }
  605. .w-full {
  606. width: 100%;
  607. }
  608. .min-w-\[5rem\] {
  609. min-width: 5rem;
  610. }
  611. .max-w-\[30rem\] {
  612. max-width: 30rem;
  613. }
  614. .max-w-\[65ch\] {
  615. max-width: 65ch;
  616. }
  617. .shrink-0 {
  618. flex-shrink: 0;
  619. }
  620. .-rotate-12 {
  621. --tw-rotate: -12deg;
  622. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  623. }
  624. .rotate-\[15deg\] {
  625. --tw-rotate: 15deg;
  626. transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  627. }
  628. .cursor-pointer {
  629. cursor: pointer;
  630. }
  631. .grid-flow-col {
  632. grid-auto-flow: column;
  633. }
  634. .grid-rows-1 {
  635. grid-template-rows: repeat(1, minmax(0, 1fr));
  636. }
  637. .flex-col {
  638. flex-direction: column;
  639. }
  640. .content-start {
  641. align-content: flex-start;
  642. }
  643. .items-start {
  644. align-items: flex-start;
  645. }
  646. .items-center {
  647. align-items: center;
  648. }
  649. .items-stretch {
  650. align-items: stretch;
  651. }
  652. .justify-center {
  653. justify-content: center;
  654. }
  655. .justify-between {
  656. justify-content: space-between;
  657. }
  658. .gap-2 {
  659. gap: 0.5rem;
  660. }
  661. .gap-4 {
  662. gap: 1rem;
  663. }
  664. .gap-6 {
  665. gap: 1.5rem;
  666. }
  667. .gap-8 {
  668. gap: 2rem;
  669. }
  670. .overflow-hidden {
  671. overflow: hidden;
  672. }
  673. .overflow-x-auto {
  674. overflow-x: auto;
  675. }
  676. .overflow-y-auto {
  677. overflow-y: auto;
  678. }
  679. .overflow-y-scroll {
  680. overflow-y: scroll;
  681. }
  682. .overscroll-none {
  683. overscroll-behavior: none;
  684. }
  685. .truncate {
  686. overflow: hidden;
  687. text-overflow: ellipsis;
  688. white-space: nowrap;
  689. }
  690. .rounded-full {
  691. border-radius: 9999px;
  692. }
  693. .border-b-2 {
  694. border-bottom-width: 2px;
  695. }
  696. .border-b-\[2px\] {
  697. border-bottom-width: 2px;
  698. }
  699. .border-l-2 {
  700. border-left-width: 2px;
  701. }
  702. .border-black {
  703. --tw-border-opacity: 1;
  704. border-color: rgb(0 0 0 / var(--tw-border-opacity));
  705. }
  706. .bg-black {
  707. --tw-bg-opacity: 1;
  708. background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  709. }
  710. .bg-purple-700\/50 {
  711. background-color: rgb(126 34 206 / 0.5);
  712. }
  713. .bg-red-400 {
  714. --tw-bg-opacity: 1;
  715. background-color: rgb(248 113 113 / var(--tw-bg-opacity));
  716. }
  717. .bg-white {
  718. --tw-bg-opacity: 1;
  719. background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  720. }
  721. .object-contain {
  722. -o-object-fit: contain;
  723. object-fit: contain;
  724. }
  725. .p-3 {
  726. padding: 0.75rem;
  727. }
  728. .p-4 {
  729. padding: 1rem;
  730. }
  731. .px-2 {
  732. padding-left: 0.5rem;
  733. padding-right: 0.5rem;
  734. }
  735. .px-4 {
  736. padding-left: 1rem;
  737. padding-right: 1rem;
  738. }
  739. .px-8 {
  740. padding-left: 2rem;
  741. padding-right: 2rem;
  742. }
  743. .py-2 {
  744. padding-top: 0.5rem;
  745. padding-bottom: 0.5rem;
  746. }
  747. .py-3 {
  748. padding-top: 0.75rem;
  749. padding-bottom: 0.75rem;
  750. }
  751. .py-4 {
  752. padding-top: 1rem;
  753. padding-bottom: 1rem;
  754. }
  755. .py-6 {
  756. padding-top: 1.5rem;
  757. padding-bottom: 1.5rem;
  758. }
  759. .py-8 {
  760. padding-top: 2rem;
  761. padding-bottom: 2rem;
  762. }
  763. .pl-1 {
  764. padding-left: 0.25rem;
  765. }
  766. .pr-4 {
  767. padding-right: 1rem;
  768. }
  769. .pr-40 {
  770. padding-right: 10rem;
  771. }
  772. .pr-8 {
  773. padding-right: 2rem;
  774. }
  775. .text-center {
  776. text-align: center;
  777. }
  778. .text-base {
  779. font-size: 1.1rem;
  780. line-height: 1.22;
  781. }
  782. .text-lg {
  783. font-size: 1.24rem;
  784. line-height: 1.1;
  785. }
  786. .text-sm {
  787. font-size: 0.95rem;
  788. line-height: 1.35;
  789. }
  790. .text-xs {
  791. font-size: 0.75rem;
  792. line-height: 1rem;
  793. }
  794. .capitalize {
  795. text-transform: capitalize;
  796. }
  797. .italic {
  798. font-style: italic;
  799. }
  800. .text-\[\#f52d2d\] {
  801. --tw-text-opacity: 1;
  802. color: rgb(245 45 45 / var(--tw-text-opacity));
  803. }
  804. .text-white {
  805. --tw-text-opacity: 1;
  806. color: rgb(255 255 255 / var(--tw-text-opacity));
  807. }
  808. .opacity-30 {
  809. opacity: 0.3;
  810. }
  811. .opacity-40 {
  812. opacity: 0.4;
  813. }
  814. .opacity-50 {
  815. opacity: 0.5;
  816. }
  817. .opacity-70 {
  818. opacity: 0.7;
  819. }
  820. .grayscale {
  821. --tw-grayscale: grayscale(100%);
  822. 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);
  823. }
  824. .filter {
  825. 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);
  826. }
  827. .transition-opacity {
  828. transition-property: opacity;
  829. transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  830. transition-duration: 150ms;
  831. }
  832. @font-face {
  833. font-family: 'ag';
  834. src: url('ApfelGrotezk-Regular.woff') format("woff");
  835. }
  836. @font-face {
  837. font-family: 'ag-brukt';
  838. src: url('ApfelGrotezk-Brukt.woff') format("woff");
  839. }
  840. @font-face {
  841. font-family: 'ag-fett';
  842. src: url('ApfelGrotezk-Fett.woff') format("woff");
  843. }
  844. @font-face {
  845. font-family: 'dauphine';
  846. src: url('Dauphine-Regular.ttf') format("truetype");
  847. }
  848. @font-face {
  849. font-family: 'dauphine';
  850. src: url('Dauphine-Italic.ttf') format("truetype");
  851. font-style: italic;
  852. }
  853. @font-face {
  854. font-family: 'robo';
  855. src: url('roboto-regular.ttf') format("truetype");
  856. }
  857. @font-face {
  858. font-family: 'robo';
  859. src: url('roboto-italic.ttf') format("truetype");
  860. font-style: italic;
  861. }
  862. @font-face {
  863. font-family: 'cirrus';
  864. src: url('CirrusCumulus.woff') format("woff");
  865. }
  866. body {
  867. font-family: 'dauphine';
  868. }
  869. strong {
  870. font-family: 'ag-fett';
  871. }
  872. b,strong {
  873. font-weight: normal !important;
  874. }
  875. select {
  876. padding: 0.25rem;
  877. }
  878. .book {
  879. font-family: 'ag-fett', 'Arial Black';
  880. }
  881. .tool {
  882. font-family: 'robo';
  883. }
  884. .practice {
  885. font-family: 'cirrus';
  886. }
  887. .std-margin {
  888. padding: 0.5rem;
  889. }
  890. .cell {
  891. position: relative;
  892. max-height: 30vh;
  893. }
  894. @media (min-width: 1024px) {
  895. .cell {
  896. max-height: none;
  897. }
  898. }
  899. .cell {
  900. overflow: hidden;
  901. }
  902. /*
  903. .cell::after {
  904. content:'';
  905. @apply absolute w-full h-[3rem] left-0 bottom-0;
  906. background-color: red;
  907. } */
  908. .cell.size-1 {
  909. min-width: 30rem;
  910. }
  911. .related {
  912. width: 6rem;
  913. padding-left: 0.5rem;
  914. padding-right: 0.5rem;
  915. padding-top: 1rem;
  916. padding-bottom: 1rem;
  917. text-align: right;
  918. }
  919. @media (min-width: 1024px) {
  920. .related {
  921. width: 12rem;
  922. padding: 1.25rem;
  923. padding-left: 4rem;
  924. }
  925. }
  926. .cell-margin {
  927. padding: 1rem;
  928. }
  929. .block-margin {
  930. margin-bottom: 2rem;
  931. }
  932. .std-padding {
  933. padding: 0.5rem;
  934. }
  935. .std-padding-x {
  936. padding-left: 0.5rem;
  937. padding-right: 0.5rem;
  938. }
  939. .std-grid {
  940. display: grid;
  941. }
  942. @media (min-width: 768px) {
  943. .std-grid {
  944. grid-template-columns: repeat(2, minmax(0, 1fr));
  945. }
  946. }
  947. @media (min-width: 1024px) {
  948. .std-grid {
  949. grid-template-columns: repeat(3, minmax(0, 1fr));
  950. }
  951. }
  952. .cell {
  953. padding: 1rem;
  954. }
  955. .cell .lead-inner-link {
  956. position: relative;
  957. }
  958. .cell .lead-inner-link::after {
  959. content: '';
  960. position: absolute;
  961. bottom: 0px;
  962. left: 0px;
  963. height: 3rem;
  964. width: 100%;
  965. background-image: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
  966. }
  967. .cell::before {
  968. content: '';
  969. position: absolute;
  970. top: 10px;
  971. right: 0px;
  972. width: 2px;
  973. height: calc(100% - 20px);
  974. background-color: black;
  975. }
  976. .cell::after {
  977. content: '';
  978. position: absolute;
  979. bottom: 0px;
  980. left: 8px;
  981. width: calc(100% - 20px);
  982. height: 2px;
  983. background-color: black;
  984. }
  985. .slash {
  986. position: relative;
  987. }
  988. .slash::after {
  989. content: '';
  990. position: absolute;
  991. bottom: 0px;
  992. left: 8px;
  993. width: calc(100% - 20px);
  994. height: 3px;
  995. background-color: black;
  996. transform-origin: 100% 100%;
  997. transform: rotate(45deg);
  998. }
  999. /* .meta {
  1000. transform: rotate(-3.5deg);
  1001. } */
  1002. .facts {
  1003. display: grid;
  1004. gap: 1rem;
  1005. }
  1006. @media (min-width: 1024px) {
  1007. .facts {
  1008. grid-template-columns: repeat(2, minmax(0, 1fr));
  1009. }
  1010. }
  1011. .facts h3 {
  1012. }
  1013. @media (min-width: 1024px) {
  1014. .facts > * {
  1015. max-width: 65ch;
  1016. }
  1017. }
  1018. a:hover {
  1019. opacity: 0.9;
  1020. }
  1021. a.link:hover {
  1022. opacity: 1;
  1023. }
  1024. h2,h3 {
  1025. -webkit-hyphens: auto;
  1026. hyphens: auto;
  1027. }
  1028. h2 {
  1029. font-family: 'ag-fett';
  1030. font-size: 1.5rem;
  1031. line-height: 1.1;
  1032. }
  1033. h3 {
  1034. font-family: 'ag-fett';
  1035. }
  1036. .huge-title {
  1037. font-size: 1.85rem;
  1038. line-height: 1;
  1039. }
  1040. @media (min-width: 1024px) {
  1041. .huge-title {
  1042. font-size: 4.2rem;
  1043. line-height: 0.9;
  1044. }
  1045. }
  1046. .big-title {
  1047. font-size: 1.24rem;
  1048. line-height: 1.1;
  1049. }
  1050. @media (min-width: 1024px) {
  1051. .big-title {
  1052. font-size: 3rem;
  1053. line-height: 1;
  1054. }
  1055. }
  1056. .medium-title {
  1057. font-size: 1.5rem;
  1058. line-height: 1.1;
  1059. }
  1060. @media (min-width: 1024px) {
  1061. .medium-title {
  1062. font-size: 2rem;
  1063. line-height: 1;
  1064. }
  1065. }
  1066. .small-title {
  1067. font-size: 1.24rem;
  1068. line-height: 1.1;
  1069. }
  1070. @media (min-width: 1024px) {
  1071. .small-title {
  1072. font-size: 1.85rem;
  1073. line-height: 1;
  1074. }
  1075. }
  1076. .big-text {
  1077. font-size: 1.1rem;
  1078. line-height: 1.22;
  1079. }
  1080. @media (min-width: 1024px) {
  1081. .big-text {
  1082. font-size: 1.5rem;
  1083. line-height: 1.1;
  1084. }
  1085. }
  1086. .small-text {
  1087. font-size: 1.1rem;
  1088. line-height: 1.22;
  1089. }
  1090. .indent {
  1091. margin-left: 1rem;
  1092. margin-right: 1rem;
  1093. margin-top: 1rem;
  1094. margin-bottom: 1rem;
  1095. }
  1096. .text > h3 {
  1097. margin-left: 1.5rem;
  1098. margin-top: 2rem;
  1099. }
  1100. h2 + *,
  1101. h3 + * {
  1102. /* @apply ml-6 mt-1; */
  1103. }
  1104. p + p {
  1105. margin-top: 1em;
  1106. }
  1107. .loading {
  1108. }
  1109. /* .loading .bg-white {
  1110. @apply bg-white/90;
  1111. opacity: 0;
  1112. transform: opacity 0.2s;
  1113. }
  1114. .htmx-request .bg-white {
  1115. opacity: 1;
  1116. } */
  1117. .loading .bg {
  1118. opacity: 0;
  1119. background-image: linear-gradient(to top, rgb(103, 48, 255,0.8), rgb(255, 255, 255, 0),rgb(255, 255, 255, 0));
  1120. }
  1121. .htmx-request .loading .bg {
  1122. transition: opacity 4000ms ease;
  1123. /* transition: opacity 4000ms cubic-bezier(.16, .01, .31, .99); */
  1124. opacity: 1;
  1125. }
  1126. .loading .spinner .inner {
  1127. opacity:0;
  1128. transition: opacity 0.4s ease;
  1129. width:-moz-min-content;
  1130. width:min-content;
  1131. height:-moz-min-content;
  1132. height:min-content;
  1133. /* height:200px; */
  1134. }
  1135. .htmx-request .loading .spinner .inner {
  1136. opacity:1;
  1137. }
  1138. #modal-content main {
  1139. opacity: 1;
  1140. }
  1141. .htmx-request #modal-content main {
  1142. /* transition: opacity 0.2s ease; */
  1143. opacity: 0;
  1144. }
  1145. .htmx-request .loading {
  1146. opacity: 1;
  1147. }
  1148. #modal-content {
  1149. transition: box-shadow 0.3s ease;
  1150. box-shadow: 0 0 4rem rgba(103, 48, 255, 0.8)
  1151. }
  1152. .htmx-request #modal-content {
  1153. box-shadow: 0 0 4rem rgba(103, 48, 255, 0.0)
  1154. }
  1155. .active {
  1156. background-color: rgba(103, 48, 255,0.5);
  1157. --tw-text-opacity: 1;
  1158. color: rgb(255 255 255 / var(--tw-text-opacity));
  1159. /* background-image: linear-gradient(to top, purple, transparent) ; */
  1160. }
  1161. .link:hover path,
  1162. .active path {
  1163. stroke: white;
  1164. }
  1165. .link:hover rect,
  1166. .active rect {
  1167. fill: white;
  1168. }
  1169. .link:hover {
  1170. background-color: rgba(103, 48, 255,0.5);
  1171. --tw-text-opacity: 1;
  1172. color: rgb(255 255 255 / var(--tw-text-opacity));
  1173. }
  1174. details[open]::details-content {
  1175. display: contents;
  1176. }
  1177. .text a {
  1178. /* font-family: 'ag-fett'; */
  1179. text-decoration: underline;
  1180. }
  1181. #resources.expanded .filter-header::before {
  1182. content:'- ';
  1183. }
  1184. #resources .filter-header::before {
  1185. content:'+ ';
  1186. }
  1187. .fade-right {
  1188. position: relative;
  1189. }
  1190. .fade-right::after {
  1191. pointer-events: none;
  1192. position: absolute;
  1193. top: 0px;
  1194. right: 0px;
  1195. height: 100%;
  1196. width: 4rem;
  1197. }
  1198. @media (min-width: 1024px) {
  1199. .fade-right::after {
  1200. width: 10rem;
  1201. }
  1202. }
  1203. .fade-right::after {
  1204. content: '';
  1205. background-image: linear-gradient(to left,#fff 0%, #fff 5%, rgba(255,255,255,0) 100%);
  1206. }
  1207. .menuitem {
  1208. align-items: center;
  1209. padding-left: 1rem;
  1210. padding-right: 1rem;
  1211. padding-top: 0.5rem;
  1212. padding-bottom: 0.5rem;
  1213. }
  1214. a.menuitem:hover {
  1215. opacity: 1;
  1216. }
  1217. .menuitem:hover path {
  1218. stroke: white;
  1219. }
  1220. .menuitem:hover rect {
  1221. fill: white;
  1222. }
  1223. .menuitem:hover {
  1224. background-color: rgba(103, 48, 255,0.5);
  1225. --tw-text-opacity: 1;
  1226. color: rgb(255 255 255 / var(--tw-text-opacity));
  1227. }
  1228. /* The switch - the box around the slider */
  1229. .switch {
  1230. position: relative;
  1231. display: inline-block;
  1232. width: 60px;
  1233. height: 34px;
  1234. }
  1235. /* Hide default HTML checkbox */
  1236. .switch input {
  1237. opacity: 0;
  1238. width: 0;
  1239. height: 0;
  1240. }
  1241. /* The slider */
  1242. .slider {
  1243. position: absolute;
  1244. cursor: pointer;
  1245. top: 0;
  1246. left: 0;
  1247. right: 0;
  1248. bottom: 0;
  1249. background-color: #000000;
  1250. transition: .4s;
  1251. }
  1252. .slider:before {
  1253. position: absolute;
  1254. content: "";
  1255. height: 26px;
  1256. width: 26px;
  1257. left: 4px;
  1258. bottom: 4px;
  1259. background-color: white;
  1260. transition: .4s;
  1261. }
  1262. input:checked+.slider {
  1263. background-color: #000000;
  1264. }
  1265. input:focus+.slider {
  1266. box-shadow: 0 0 1px #000000;
  1267. }
  1268. input:checked+.slider:before {
  1269. transform: translateX(26px);
  1270. }
  1271. /* Rounded sliders */
  1272. .slider.round {
  1273. border-radius: 34px;
  1274. }
  1275. .slider.round:before {
  1276. border-radius: 50%;
  1277. }
  1278. hr {
  1279. border:0;
  1280. border-bottom: 2px solid;
  1281. width:50%;
  1282. margin:4ch;
  1283. margin-left:0;
  1284. }
  1285. .hover\:opacity-60:hover {
  1286. opacity: 0.6;
  1287. }
  1288. @media (min-width: 1024px) {
  1289. .lg\:static {
  1290. position: static;
  1291. }
  1292. .lg\:col-span-2 {
  1293. grid-column: span 2 / span 2;
  1294. }
  1295. .lg\:row-span-3 {
  1296. grid-row: span 3 / span 3;
  1297. }
  1298. .lg\:float-right {
  1299. float: right;
  1300. }
  1301. .lg\:m-0 {
  1302. margin: 0px;
  1303. }
  1304. .lg\:m-16 {
  1305. margin: 4rem;
  1306. }
  1307. .lg\:m-4 {
  1308. margin: 1rem;
  1309. }
  1310. .lg\:my-16 {
  1311. margin-top: 4rem;
  1312. margin-bottom: 4rem;
  1313. }
  1314. .lg\:my-8 {
  1315. margin-top: 2rem;
  1316. margin-bottom: 2rem;
  1317. }
  1318. .lg\:ml-\[13rem\] {
  1319. margin-left: 13rem;
  1320. }
  1321. .lg\:mt-0 {
  1322. margin-top: 0px;
  1323. }
  1324. .lg\:block {
  1325. display: block;
  1326. }
  1327. .lg\:flex {
  1328. display: flex;
  1329. }
  1330. .lg\:hidden {
  1331. display: none;
  1332. }
  1333. .lg\:h-20 {
  1334. height: 5rem;
  1335. }
  1336. .lg\:h-40 {
  1337. height: 10rem;
  1338. }
  1339. .lg\:w-20 {
  1340. width: 5rem;
  1341. }
  1342. .lg\:w-40 {
  1343. width: 10rem;
  1344. }
  1345. .lg\:w-\[12rem\] {
  1346. width: 12rem;
  1347. }
  1348. .lg\:w-\[25rem\] {
  1349. width: 25rem;
  1350. }
  1351. .lg\:w-\[30rem\] {
  1352. width: 30rem;
  1353. }
  1354. .lg\:w-\[32rem\] {
  1355. width: 32rem;
  1356. }
  1357. .lg\:w-\[35rem\] {
  1358. width: 35rem;
  1359. }
  1360. .lg\:max-w-\[30rem\] {
  1361. max-width: 30rem;
  1362. }
  1363. .lg\:grid-cols-2 {
  1364. grid-template-columns: repeat(2, minmax(0, 1fr));
  1365. }
  1366. .lg\:grid-cols-3 {
  1367. grid-template-columns: repeat(3, minmax(0, 1fr));
  1368. }
  1369. .lg\:grid-cols-\[2fr\2c 1fr\] {
  1370. grid-template-columns: 2fr 1fr;
  1371. }
  1372. .lg\:grid-cols-\[52rem\2c 30rem\] {
  1373. grid-template-columns: 52rem 30rem;
  1374. }
  1375. .lg\:grid-rows-1 {
  1376. grid-template-rows: repeat(1, minmax(0, 1fr));
  1377. }
  1378. .lg\:grid-rows-\[auto\2c auto\2c auto\] {
  1379. grid-template-rows: auto auto auto;
  1380. }
  1381. .lg\:flex-row {
  1382. flex-direction: row;
  1383. }
  1384. .lg\:flex-wrap {
  1385. flex-wrap: wrap;
  1386. }
  1387. .lg\:items-center {
  1388. align-items: center;
  1389. }
  1390. .lg\:gap-4 {
  1391. gap: 1rem;
  1392. }
  1393. .lg\:border-r-2 {
  1394. border-right-width: 2px;
  1395. }
  1396. .lg\:border-black {
  1397. --tw-border-opacity: 1;
  1398. border-color: rgb(0 0 0 / var(--tw-border-opacity));
  1399. }
  1400. .lg\:p-0 {
  1401. padding: 0px;
  1402. }
  1403. .lg\:pr-8 {
  1404. padding-right: 2rem;
  1405. }
  1406. .lg\:text-xl {
  1407. font-size: 1.5rem;
  1408. line-height: 1.1;
  1409. }
  1410. .lg\:opacity-100 {
  1411. opacity: 1;
  1412. }
  1413. }