diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index aa5dac5f4..404e68314 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -1,3914 +1,3767 @@ +/*! tailwindcss v4.0.7 | MIT License | https://tailwindcss.com */ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ - #zen-mode-button { - cursor:pointer + cursor: pointer; } - .zen-mode { position: relative; } - body.zen-mode-enable { #bmc-wbtn, .author { - display:none !important; - } -} - -*, ::before, ::after { - --tw-border-spacing-x:0; - --tw-border-spacing-y:0; - --tw-translate-x:0; - --tw-translate-y:0; - --tw-rotate:0; - --tw-skew-x:0; - --tw-skew-y:0; - --tw-scale-x:1; - --tw-scale-y:1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness:proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width:0px; - --tw-ring-offset-color:#fff; - --tw-ring-color:rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow:0 0 #0000; - --tw-ring-shadow:0 0 #0000; - --tw-shadow:0 0 #0000; - --tw-shadow-colored:0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: -} - -::backdrop { - --tw-border-spacing-x:0; - --tw-border-spacing-y:0; - --tw-translate-x:0; - --tw-translate-y:0; - --tw-rotate:0; - --tw-skew-x:0; - --tw-skew-y:0; - --tw-scale-x:1; - --tw-scale-y:1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness:proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width:0px; - --tw-ring-offset-color:#fff; - --tw-ring-color:rgb(59 130 246 / 0.5); - --tw-ring-offset-shadow:0 0 #0000; - --tw-ring-shadow:0 0 #0000; - --tw-shadow:0 0 #0000; - --tw-shadow-colored:0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: -} - -/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */ - -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ - -*, -::before, -::after { - box-sizing: border-box; - /* 1 */ - border-width: 0; - /* 2 */ - border-style: solid; - /* 2 */ - border-color: currentColor; - /* 2 */ -} - -::before, -::after { - --tw-content: ''; -} - -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ - -html, -:host { - line-height: 1.5; - /* 1 */ - -webkit-text-size-adjust: 100%; - /* 2 */ - -moz-tab-size: 4; - /* 3 */ - -o-tab-size: 4; - tab-size: 4; - /* 3 */ - font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - /* 4 */ - font-feature-settings: normal; - /* 5 */ - font-variation-settings: normal; - /* 6 */ - -webkit-tap-highlight-color: transparent; - /* 7 */ -} - -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ - -body { - margin: 0; - /* 1 */ - line-height: inherit; - /* 2 */ -} - -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ - -hr { - height: 0; - /* 1 */ - color: inherit; - /* 2 */ - border-top-width: 1px; - /* 3 */ -} - -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ - -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} - -/* -Remove the default font size and weight for headings. -*/ - -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} - -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ - -a { - color: inherit; - text-decoration: inherit; -} - -/* -Add the correct font weight in Edge and Safari. -*/ - -b, -strong { - font-weight: bolder; -} - -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ - -code, -kbd, -samp, -pre { - font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - /* 1 */ - font-feature-settings: normal; - /* 2 */ - font-variation-settings: normal; - /* 3 */ - font-size: 1em; - /* 4 */ -} - -/* -Add the correct font size in all browsers. -*/ - -small { - font-size: 80%; -} - -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ - -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} - -sub { - bottom: -0.25em; -} - -sup { - top: -0.5em; -} - -/* -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) -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) -3. Remove gaps between table borders by default. -*/ - -table { - text-indent: 0; - /* 1 */ - border-color: inherit; - /* 2 */ - border-collapse: collapse; - /* 3 */ -} - -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ - -button, -input, -optgroup, -select, -textarea { - font-family: inherit; - /* 1 */ - font-feature-settings: inherit; - /* 1 */ - font-variation-settings: inherit; - /* 1 */ - font-size: 100%; - /* 1 */ - font-weight: inherit; - /* 1 */ - line-height: inherit; - /* 1 */ - letter-spacing: inherit; - /* 1 */ - color: inherit; - /* 1 */ - margin: 0; - /* 2 */ - padding: 0; - /* 3 */ -} - -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ - -button, -select { - text-transform: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ - -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; - /* 1 */ - background-color: transparent; - /* 2 */ - background-image: none; - /* 2 */ -} - -/* -Use the modern Firefox focus style for all focusable elements. -*/ - -:-moz-focusring { - outline: auto; -} - -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ - -:-moz-ui-invalid { - box-shadow: none; -} - -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ - -progress { - vertical-align: baseline; -} - -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ - -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} - -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ - -[type='search'] { - -webkit-appearance: textfield; - /* 1 */ - outline-offset: -2px; - /* 2 */ -} - -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ - -::-webkit-search-decoration { - -webkit-appearance: none; -} - -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ - -::-webkit-file-upload-button { - -webkit-appearance: button; - /* 1 */ - font: inherit; - /* 2 */ -} - -/* -Add the correct display in Chrome and Safari. -*/ - -summary { - display: list-item; -} - -/* -Removes the default spacing and border for appropriate elements. -*/ - -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} - -fieldset { - margin: 0; - padding: 0; -} - -legend { - padding: 0; -} - -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} - -/* -Reset default styling for dialogs. -*/ - -dialog { - padding: 0; -} - -/* -Prevent resizing textareas horizontally by default. -*/ - -textarea { - resize: vertical; -} - -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ - -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -input::placeholder, -textarea::placeholder { - opacity: 1; - /* 1 */ - color: #9ca3af; - /* 2 */ -} - -/* -Set the default cursor for buttons. -*/ - -button, -[role="button"] { - cursor: pointer; -} - -/* -Make sure disabled buttons don't get the pointer cursor. -*/ - -:disabled { - cursor: default; -} - -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ - -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; - /* 1 */ - vertical-align: middle; - /* 2 */ -} - -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ - -img, -video { - max-width: 100%; - height: auto; -} - -/* Make elements with the HTML hidden attribute stay hidden by default */ - -[hidden]:where(:not([hidden="until-found"])) { - display: none; -} - -[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select { - -webkit-appearance:none; - -moz-appearance:none; - appearance:none; - background-color:#fff; - border-color:#6b7280; - border-width:1px; - border-radius:0px; - padding-top:0.5rem; - padding-right:0.75rem; - padding-bottom:0.5rem; - padding-left:0.75rem; - font-size:1rem; - line-height:1.5rem; - --tw-shadow:0 0 #0000; -} - -[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus { - outline:2px solid transparent; - outline-offset:2px; - --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width:0px; - --tw-ring-offset-color:#fff; - --tw-ring-color:#2563eb; - --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); - border-color:#2563eb -} - -input::-moz-placeholder, textarea::-moz-placeholder { - color:#6b7280; - opacity:1 -} - -input::placeholder,textarea::placeholder { - color:#6b7280; - opacity:1 -} - -::-webkit-datetime-edit-fields-wrapper { - padding:0 -} - -::-webkit-date-and-time-value { - min-height:1.5em; - text-align:inherit -} - -::-webkit-datetime-edit { - display:inline-flex -} - -::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field { - padding-top:0; - padding-bottom:0 -} - -select { - background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); - background-position:right 0.5rem center; - background-repeat:no-repeat; - background-size:1.5em 1.5em; - padding-right:2.5rem; - -webkit-print-color-adjust:exact; - print-color-adjust:exact -} - -[multiple],[size]:where(select:not([size="1"])) { - background-image:initial; - background-position:initial; - background-repeat:unset; - background-size:initial; - padding-right:0.75rem; - -webkit-print-color-adjust:unset; - print-color-adjust:unset -} - -[type='checkbox'],[type='radio'] { - -webkit-appearance:none; - -moz-appearance:none; - appearance:none; - padding:0; - -webkit-print-color-adjust:exact; - print-color-adjust:exact; - display:inline-block; - vertical-align:middle; - background-origin:border-box; - -webkit-user-select:none; - -moz-user-select:none; - user-select:none; - flex-shrink:0; - height:1rem; - width:1rem; - color:#2563eb; - background-color:#fff; - border-color:#6b7280; - border-width:1px; - --tw-shadow:0 0 #0000 -} - -[type='checkbox'] { - border-radius:0px -} - -[type='radio'] { - border-radius:100% -} - -[type='checkbox']:focus,[type='radio']:focus { - outline:2px solid transparent; - outline-offset:2px; - --tw-ring-inset:var(--tw-empty,/*!*/ /*!*/); - --tw-ring-offset-width:2px; - --tw-ring-offset-color:#fff; - --tw-ring-color:#2563eb; - --tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); - --tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); - box-shadow:var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) -} - -[type='checkbox']:checked,[type='radio']:checked { - border-color:transparent; - background-color:currentColor; - background-size:100% 100%; - background-position:center; - background-repeat:no-repeat -} - -[type='checkbox']:checked { - background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); -} - -@media (forced-colors: active) { - [type='checkbox']:checked { - -webkit-appearance:auto; - -moz-appearance:auto; - appearance:auto + display: none !important; + } +} +@layer theme, base, components, utilities; +@layer theme { + :root, :host { + --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", + "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-serif: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif; + --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", + "Courier New", monospace; + --spacing: 0.25rem; + --container-3xs: 16rem; + --container-2xs: 18rem; + --container-xs: 20rem; + --container-sm: 24rem; + --container-md: 28rem; + --container-lg: 32rem; + --container-xl: 36rem; + --container-2xl: 42rem; + --container-3xl: 48rem; + --container-4xl: 56rem; + --container-5xl: 64rem; + --container-6xl: 72rem; + --container-7xl: 80rem; + --text-xs: 0.75rem; + --text-xs--line-height: calc(1 / 0.75); + --text-sm: 0.875rem; + --text-sm--line-height: calc(1.25 / 0.875); + --text-base: 1rem; + --text-base--line-height: calc(1.5 / 1); + --text-lg: 1.125rem; + --text-lg--line-height: calc(1.75 / 1.125); + --text-xl: 1.25rem; + --text-xl--line-height: calc(1.75 / 1.25); + --text-2xl: 1.5rem; + --text-2xl--line-height: calc(2 / 1.5); + --text-3xl: 1.875rem; + --text-3xl--line-height: calc(2.25 / 1.875); + --text-4xl: 2.25rem; + --text-4xl--line-height: calc(2.5 / 2.25); + --text-5xl: 3rem; + --text-5xl--line-height: 1; + --text-6xl: 3.75rem; + --text-6xl--line-height: 1; + --text-7xl: 4.5rem; + --text-7xl--line-height: 1; + --text-8xl: 6rem; + --text-8xl--line-height: 1; + --text-9xl: 8rem; + --text-9xl--line-height: 1; + --font-weight-thin: 100; + --font-weight-extralight: 200; + --font-weight-light: 300; + --font-weight-normal: 400; + --font-weight-medium: 500; + --font-weight-semibold: 600; + --font-weight-bold: 700; + --font-weight-extrabold: 800; + --font-weight-black: 900; + --tracking-tighter: -0.05em; + --tracking-tight: -0.025em; + --tracking-normal: 0em; + --tracking-wide: 0.025em; + --tracking-wider: 0.05em; + --tracking-widest: 0.1em; + --leading-tight: 1.25; + --leading-snug: 1.375; + --leading-normal: 1.5; + --leading-relaxed: 1.625; + --leading-loose: 2; + --radius-xs: 0.125rem; + --radius-sm: 0.25rem; + --radius-md: 0.375rem; + --radius-lg: 0.5rem; + --radius-xl: 0.75rem; + --radius-2xl: 1rem; + --radius-3xl: 1.5rem; + --radius-4xl: 2rem; + --shadow-2xs: 0 1px rgb(0 0 0 / 0.05); + --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05); + --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); + --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25); + --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05); + --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05); + --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05); + --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05); + --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15); + --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12); + --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15); + --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1); + --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15); + --ease-in: cubic-bezier(0.4, 0, 1, 1); + --ease-out: cubic-bezier(0, 0, 0.2, 1); + --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1); + --animate-spin: spin 1s linear infinite; + --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite; + --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; + --animate-bounce: bounce 1s infinite; + --blur-xs: 4px; + --blur-sm: 8px; + --blur-md: 12px; + --blur-lg: 16px; + --blur-xl: 24px; + --blur-2xl: 40px; + --blur-3xl: 64px; + --perspective-dramatic: 100px; + --perspective-near: 300px; + --perspective-normal: 500px; + --perspective-midrange: 800px; + --perspective-distant: 1200px; + --aspect-video: 16 / 9; + --default-transition-duration: 150ms; + --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + --default-font-family: var(--font-sans); + --default-font-feature-settings: var(--font-sans--font-feature-settings); + --default-font-variation-settings: var( + --font-sans--font-variation-settings + ); + --default-mono-font-family: var(--font-mono); + --default-mono-font-feature-settings: var( + --font-mono--font-feature-settings + ); + --default-mono-font-variation-settings: var( + --font-mono--font-variation-settings + ); + } +} +@layer base { + *, ::after, ::before, ::backdrop, ::file-selector-button { + box-sizing: border-box; + margin: 0; + padding: 0; + border: 0 solid; + } + html, :host { + line-height: 1.5; + -webkit-text-size-adjust: 100%; + tab-size: 4; + font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" ); + font-feature-settings: var(--default-font-feature-settings, normal); + font-variation-settings: var( --default-font-variation-settings, normal ); + -webkit-tap-highlight-color: transparent; + } + body { + line-height: inherit; + } + hr { + height: 0; + color: inherit; + border-top-width: 1px; + } + abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; + } + h1, h2, h3, h4, h5, h6 { + font-size: inherit; + font-weight: inherit; + } + a { + color: inherit; + -webkit-text-decoration: inherit; + text-decoration: inherit; + } + b, strong { + font-weight: bolder; + } + code, kbd, samp, pre { + font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ); + font-feature-settings: var( --default-mono-font-feature-settings, normal ); + font-variation-settings: var( --default-mono-font-variation-settings, normal ); + font-size: 1em; + } + small { + font-size: 80%; + } + sub, sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; + } + sub { + bottom: -0.25em; + } + sup { + top: -0.5em; + } + table { + text-indent: 0; + border-color: inherit; + border-collapse: collapse; + } + :-moz-focusring { + outline: auto; + } + progress { + vertical-align: baseline; + } + summary { + display: list-item; + } + ol, ul, menu { + list-style: none; + } + img, svg, video, canvas, audio, iframe, embed, object { + display: block; + vertical-align: middle; + } + img, video { + max-width: 100%; + height: auto; } -} - -[type='radio']:checked { - background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); -} - -@media (forced-colors: active) { - [type='radio']:checked { - -webkit-appearance:auto; - -moz-appearance:auto; - appearance:auto - } -} - -[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus { - border-color:transparent; - background-color:currentColor -} - -[type='checkbox']:indeterminate { - background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); - border-color:transparent; - background-color:currentColor; - background-size:100% 100%; - background-position:center; - background-repeat:no-repeat; -} - -@media (forced-colors: active) { - [type='checkbox']:indeterminate { - -webkit-appearance:auto; - -moz-appearance:auto; - appearance:auto - } -} - -[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus { - border-color:transparent; - background-color:currentColor -} - -[type='file'] { - background:unset; - border-color:inherit; - border-width:0; - border-radius:0; - padding:0; - font-size:unset; - line-height:inherit -} - -[type='file']:focus { - outline:1px solid ButtonText; - outline:1px auto -webkit-focus-ring-color -} - -@supports (-moz-appearance:none) { - * { - scrollbar-color:initial; - scrollbar-width:initial + button, input, select, optgroup, textarea, ::file-selector-button { + font: inherit; + font-feature-settings: inherit; + font-variation-settings: inherit; + letter-spacing: inherit; + color: inherit; + border-radius: 0; + background-color: transparent; + opacity: 1; } -} - -.container { - width:100% -} - -@media (min-width: 640px) { - .container { - max-width:640px + :where(select:is([multiple], [size])) optgroup { + font-weight: bolder; } -} - -@media (min-width: 853px) { - .container { - max-width:853px + :where(select:is([multiple], [size])) optgroup option { + padding-inline-start: 20px; } -} - -@media (min-width: 1024px) { - .container { - max-width:1024px + ::file-selector-button { + margin-inline-end: 4px; } -} - -@media (min-width: 1280px) { - .container { - max-width:1280px + ::placeholder { + opacity: 1; + color: color-mix(in oklab, currentColor 50%, transparent); + } + textarea { + resize: vertical; + } + ::-webkit-search-decoration { + -webkit-appearance: none; + } + ::-webkit-date-and-time-value { + min-height: 1lh; + text-align: inherit; + } + ::-webkit-datetime-edit { + display: inline-flex; + } + ::-webkit-datetime-edit-fields-wrapper { + padding: 0; + } + ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field { + padding-block: 0; + } + :-moz-ui-invalid { + box-shadow: none; + } + button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { + appearance: button; + } + ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { + height: auto; + } + [hidden]:where(:not([hidden="until-found"])) { + display: none !important; } } - -@media (min-width: 1536px) { +@layer utilities { + .pointer-events-auto { + pointer-events: auto; + } + .pointer-events-none { + pointer-events: none; + } + .\!visible { + visibility: visible !important; + } + .collapse { + visibility: collapse; + } + .invisible { + visibility: hidden; + } + .visible { + visibility: visible; + } + .sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; + } + .\!absolute { + position: absolute !important; + } + .absolute { + position: absolute; + } + .fixed { + position: fixed; + } + .relative { + position: relative; + } + .static { + position: static; + } + .sticky { + position: sticky; + } + .inset-0 { + inset: calc(var(--spacing) * 0); + } + .inset-x-0 { + inset-inline: calc(var(--spacing) * 0); + } + .top-0 { + top: calc(var(--spacing) * 0); + } + .top-14 { + top: calc(var(--spacing) * 14); + } + .top-20 { + top: calc(var(--spacing) * 20); + } + .top-\[110vh\] { + top: 110vh; + } + .top-\[calc\(100vh-5\.5rem\)\] { + top: calc(100vh - 5.5rem); + } + .right-0 { + right: calc(var(--spacing) * 0); + } + .right-2 { + right: calc(var(--spacing) * 2); + } + .bottom-0 { + bottom: calc(var(--spacing) * 0); + } + .bottom-2 { + bottom: calc(var(--spacing) * 2); + } + .left-0 { + left: calc(var(--spacing) * 0); + } + .z-1 { + z-index: 1; + } + .z-2 { + z-index: 2; + } + .z-3 { + z-index: 3; + } + .z-10 { + z-index: 10; + } + .z-30 { + z-index: 30; + } + .z-\[1\] { + z-index: 1; + } + .z-\[2\] { + z-index: 2; + } + .z-\[999\] { + z-index: 999; + } + .z-\[1040\] { + z-index: 1040; + } + .z-\[1070\] { + z-index: 1070; + } + .z-\[1080\] { + z-index: 1080; + } + .order-first { + order: -9999; + } + .float-left { + float: left; + } .container { - max-width:1536px - } -} - -.prose { - color:var(--tw-prose-body); - max-width:65ch; -} - -.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:1.25em; - margin-bottom:1.25em -} - -.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-lead); - font-size:1.25em; - line-height:1.6; - margin-top:1.2em; - margin-bottom:1.2em -} - -.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-links); - text-decoration:none; - font-weight:500; - text-decoration-color:rgba(var(--color-primary-300), 1); -} - -.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover { - color:rgba(var(--color-primary-600), 1); - text-decoration:none; - border-radius:0.09rem -} - -.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-bold); - font-weight:600 -} - -.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:decimal; - margin-top:1.25em; - margin-bottom:1.25em; - padding-inline-start:1.625em -} - -.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:upper-alpha -} - -.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:lower-alpha -} - -.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:upper-alpha -} - -.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:lower-alpha -} - -.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:upper-roman -} - -.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:lower-roman -} - -.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:upper-roman -} - -.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:lower-roman -} - -.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:decimal -} - -.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - list-style-type:disc; - margin-top:1.25em; - margin-bottom:1.25em; - padding-inline-start:1.625em -} - -.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { - font-weight:400; - color:var(--tw-prose-counters) -} - -.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { - color:var(--tw-prose-bullets) -} - -.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:600; - margin-top:1.25em -} - -.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - border-color:var(--tw-prose-hr); - border-top-width:1px; - margin-top:3em; - margin-bottom:3em -} - -.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:500; - font-style:italic; - color:var(--tw-prose-quotes); - border-inline-start-width:0.25rem; - border-inline-start-color:var(--tw-prose-quote-borders); - quotes:"\201C""\201D""\2018""\2019"; - margin-top:1.6em; - margin-bottom:1.6em; - padding-inline-start:1em -} - -.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { - content:open-quote -} - -.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { - content:close-quote -} - -.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:800; - font-size:2.25em; - margin-top:0; - margin-bottom:0.8888889em; - line-height:1.1111111 -} - -.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:900; - color:inherit -} - -.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:700; - font-size:1.5em; - margin-top:2em; - margin-bottom:1em; - line-height:1.3333333 -} - -.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:800; - color:inherit -} - -.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:600; - font-size:1.25em; - margin-top:1.6em; - margin-bottom:0.6em; - line-height:1.6 -} - -.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:700; - color:inherit -} - -.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:600; - margin-top:1.5em; - margin-bottom:0.5em; - line-height:1.5 -} - -.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:700; - color:inherit -} - -.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:2em; - margin-bottom:2em -} - -.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - display:block; - margin-top:2em; - margin-bottom:2em -} - -.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:2em; - margin-bottom:2em -} - -.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - font-weight:600; - font-family:inherit; - color:var(--tw-prose-kbd); - box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%); - font-size:0.9rem; - border-radius:0.25rem; - padding-top:0.1875em; - padding-inline-end:0.375em; - padding-bottom:0.1875em; - padding-inline-start:0.375em; - background-color:rgba(var(--color-neutral-200), 1); - padding:0.1rem 0.4rem -} - -.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-code); - font-weight:600; - font-size:0.875em; - background-color:rgba(var(--color-neutral-50), 1); - padding-top:3px; - padding-bottom:3px; - padding-left:5px; - padding-right:5px; - border-radius:0.25rem -} - -.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { - content:"`"; - display:none -} - -.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { - content:"`"; - display:none -} - -.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-code) -} - -.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit; - font-size:0.875em -} - -.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit; - font-size:0.9em -} - -.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:inherit -} - -.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-pre-code); - background-color:var(--tw-prose-pre-bg); - overflow-x:auto; - font-weight:400; - font-size:0.875em; - line-height:1.7142857; - margin-top:1.7142857em; - margin-bottom:1.7142857em; - border-radius:0.375rem; - padding-top:0.8571429em; - padding-inline-end:1.1428571em; - padding-bottom:0.8571429em; - padding-inline-start:1.1428571em -} - -.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - background-color:transparent; - border-width:0; - border-radius:0; - padding:0; - font-weight:inherit; - color:inherit; - font-size:inherit; - font-family:inherit; - line-height:inherit -} - -.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { - content:none -} - -.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { - content:none -} - -.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - width:100%; - table-layout:auto; - margin-top:2em; - margin-bottom:2em; - font-size:0.875em; - line-height:1.7142857 -} - -.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - border-bottom-width:1px; - border-bottom-color:var(--tw-prose-th-borders) -} - -.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-headings); - font-weight:600; - vertical-align:bottom; - padding-inline-end:0.5714286em; - padding-bottom:0.5714286em; - padding-inline-start:0.5714286em -} - -.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - border-bottom-width:1px; - border-bottom-color:var(--tw-prose-td-borders) -} - -.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - border-bottom-width:0 -} - -.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - vertical-align:baseline -} - -.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - border-top-width:1px; - border-top-color:var(--tw-prose-th-borders) -} - -.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - vertical-align:top -} - -.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-align:start -} - -.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0; - margin-bottom:0 -} - -.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:var(--tw-prose-captions); - font-size:0.875em; - line-height:1.4285714; - margin-top:0.8571429em -} - -.prose { - --tw-prose-body:rgba(var(--color-neutral-700), 1); - --tw-prose-headings:rgba(var(--color-neutral-800), 1); - --tw-prose-lead:rgba(var(--color-neutral-500), 1); - --tw-prose-links:rgba(var(--color-primary-600), 1); - --tw-prose-bold:rgba(var(--color-neutral-900), 1); - --tw-prose-counters:rgba(var(--color-neutral-800), 1); - --tw-prose-bullets:rgba(var(--color-neutral-500), 1); - --tw-prose-hr:rgba(var(--color-neutral-200), 1); - --tw-prose-quotes:rgba(var(--color-neutral-700), 1); - --tw-prose-quote-borders:rgba(var(--color-primary-200), 1); - --tw-prose-captions:rgba(var(--color-neutral-500), 1); - --tw-prose-kbd:#111827; - --tw-prose-kbd-shadows:17 24 39; - --tw-prose-code:rgba(var(--color-secondary-700), 1); - --tw-prose-pre-code:rgba(var(--color-neutral-700), 1); - --tw-prose-pre-bg:rgba(var(--color-neutral-50), 1); - --tw-prose-th-borders:rgba(var(--color-neutral-500), 1); - --tw-prose-td-borders:rgba(var(--color-neutral-300), 1); - --tw-prose-invert-body:rgba(var(--color-neutral-300), 1); - --tw-prose-invert-headings:rgba(var(--color-neutral-50), 1); - --tw-prose-invert-lead:rgba(var(--color-neutral-500), 1); - --tw-prose-invert-links:rgba(var(--color-primary-400), 1); - --tw-prose-invert-bold:rgba(var(--color-neutral), 1); - --tw-prose-invert-counters:rgba(var(--color-neutral-400), 1); - --tw-prose-invert-bullets:rgba(var(--color-neutral-600), 1); - --tw-prose-invert-hr:rgba(var(--color-neutral-500), 1); - --tw-prose-invert-quotes:rgba(var(--color-neutral-200), 1); - --tw-prose-invert-quote-borders:rgba(var(--color-primary-900), 1); - --tw-prose-invert-captions:rgba(var(--color-neutral-400), 1); - --tw-prose-invert-kbd:#fff; - --tw-prose-invert-kbd-shadows:255 255 255; - --tw-prose-invert-code:rgba(var(--color-secondary-400), 1); - --tw-prose-invert-pre-code:rgba(var(--color-neutral-200), 1); - --tw-prose-invert-pre-bg:rgba(var(--color-neutral-700), 1); - --tw-prose-invert-th-borders:rgba(var(--color-neutral-500), 1); - --tw-prose-invert-td-borders:rgba(var(--color-neutral-700), 1); - font-size:1rem; - line-height:1.75 -} - -.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0; - margin-bottom:0 -} - -.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0.5em; - margin-bottom:0.5em -} - -.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start:0.375em -} - -.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start:0.375em -} - -.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0.75em; - margin-bottom:0.75em -} - -.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:1.25em -} - -.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom:1.25em -} - -.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:1.25em -} - -.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom:1.25em -} - -.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0.75em; - margin-bottom:0.75em -} - -.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:1.25em; - margin-bottom:1.25em -} - -.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0.5em; - padding-inline-start:1.625em -} - -.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0 -} - -.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0 -} - -.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0 -} - -.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0 -} - -.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start:0 -} - -.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-end:0 -} - -.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-top:0.5714286em; - padding-inline-end:0.5714286em; - padding-bottom:0.5714286em; - padding-inline-start:0.5714286em -} - -.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start:0 -} - -.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-end:0 -} - -.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:2em; - margin-bottom:2em -} - -.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-top:0 -} - -.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - margin-bottom:0 -} - -.prose :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:rgba(var(--color-neutral-800), 1); - background-color:rgba(var(--color-primary-600), 1); - padding:0.1rem 0.2rem; - border-radius:0.25rem -} - -.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { - display:none -} - -.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { - display:none -} - -.prose :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-600), 1) -} - -.prose :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-600), 1) -} - -.prose-invert { - --tw-prose-body:var(--tw-prose-invert-body); - --tw-prose-headings:var(--tw-prose-invert-headings); - --tw-prose-lead:var(--tw-prose-invert-lead); - --tw-prose-links:var(--tw-prose-invert-links); - --tw-prose-bold:var(--tw-prose-invert-bold); - --tw-prose-counters:var(--tw-prose-invert-counters); - --tw-prose-bullets:var(--tw-prose-invert-bullets); - --tw-prose-hr:var(--tw-prose-invert-hr); - --tw-prose-quotes:var(--tw-prose-invert-quotes); - --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders); - --tw-prose-captions:var(--tw-prose-invert-captions); - --tw-prose-kbd:var(--tw-prose-invert-kbd); - --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows); - --tw-prose-code:var(--tw-prose-invert-code); - --tw-prose-pre-code:var(--tw-prose-invert-pre-code); - --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg); - --tw-prose-th-borders:var(--tw-prose-invert-th-borders); - --tw-prose-td-borders:var(--tw-prose-invert-td-borders); -} - -.prose-invert :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-neutral-600), 1); -} - -.prose-invert :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover { - color:rgba(var(--color-primary-400), 1) -} - -.prose-invert :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:rgba(var(--color-neutral-200), 1); - background-color:rgba(var(--color-neutral-700), 1) -} - -.prose-invert :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - background-color:rgba(var(--color-primary-400), 1) -} - -.prose-invert :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - background-color:rgba(var(--color-neutral-700), 1) -} - -.prose-invert :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-400), 1) -} - -.prose-invert :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-400), 1) -} - -.sr-only { - position:absolute; - width:1px; - height:1px; - padding:0; - margin:-1px; - overflow:hidden; - clip:rect(0, 0, 0, 0); - white-space:nowrap; - border-width:0 -} - -.pointer-events-none { - pointer-events:none -} - -.pointer-events-auto { - pointer-events:auto -} - -.\!visible { - visibility:visible !important -} - -.visible { - visibility:visible -} - -.invisible { - visibility:hidden -} - -.collapse { - visibility:collapse -} - -.static { - position:static -} - -.fixed { - position:fixed -} - -.\!absolute { - position:absolute !important -} - -.absolute { - position:absolute -} - -.relative { - position:relative -} - -.sticky { - position:sticky -} - -.inset-0 { - inset:0px -} - -.inset-x-0 { - left:0px; - right:0px -} - -.bottom-0 { - bottom:0px -} - -.left-0 { - left:0px -} - -.right-0 { - right:0px -} - -.top-0 { - top:0px -} - -.top-20 { - top:5rem -} - -.top-\[110vh\] { - top:110vh -} - -.top-\[calc\(100vh-5\.5rem\)\] { - top:calc(100vh - 5.5rem) -} - -.z-10 { - z-index:10 -} - -.z-30 { - z-index:30 -} - -.z-\[1040\] { - z-index:1040 -} - -.z-\[1070\] { - z-index:1070 -} - -.z-\[1080\] { - z-index:1080 -} - -.z-\[1\] { - z-index:1 -} - -.z-\[2\] { - z-index:2 -} - -.z-\[999\] { - z-index:999 -} - -.order-first { - order:-9999 -} - -.float-left { - float:left -} - -.\!-m-px { - margin:-1px !important -} - -.m-0 { - margin:0px -} - -.m-1 { - margin:0.25rem -} - -.m-2 { - margin:0.5rem -} - -.m-auto { - margin:auto -} - -.-mx-2 { - margin-left:-0.5rem; - margin-right:-0.5rem -} - -.-my-2 { - margin-top:-0.5rem; - margin-bottom:-0.5rem -} - -.mx-1 { - margin-left:0.25rem; - margin-right:0.25rem -} - -.mx-\[15\%\] { - margin-left:15%; - margin-right:15% -} - -.mx-\[3px\] { - margin-left:3px; - margin-right:3px -} - -.mx-auto { - margin-left:auto; - margin-right:auto -} - -.my-0 { - margin-top:0px; - margin-bottom:0px -} - -.my-3 { - margin-top:0.75rem; - margin-bottom:0.75rem -} - -.\!mb-0 { - margin-bottom:0px !important -} - -.\!mb-9 { - margin-bottom:2.25rem !important -} - -.\!mt-0 { - margin-top:0px !important -} - -.-mb-1 { - margin-bottom:-0.25rem -} - -.-ml-12 { - margin-left:-3rem -} - -.-mr-48 { - margin-right:-12rem -} - -.-mr-\[100\%\] { - margin-right:-100% -} - -.mb-0 { - margin-bottom:0px -} - -.mb-1 { - margin-bottom:0.25rem -} - -.mb-10 { - margin-bottom:2.5rem -} - -.mb-12 { - margin-bottom:3rem -} - -.mb-16 { - margin-bottom:4rem -} - -.mb-2 { - margin-bottom:0.5rem -} - -.mb-20 { - margin-bottom:5rem -} - -.mb-3 { - margin-bottom:0.75rem -} - -.mb-5 { - margin-bottom:1.25rem -} - -.mb-6 { - margin-bottom:1.5rem -} - -.mb-\[2px\] { - margin-bottom:2px -} - -.ml-2 { - margin-left:0.5rem -} - -.ml-3 { - margin-left:0.75rem -} - -.ml-6 { - margin-left:1.5rem -} - -.ml-auto { - margin-left:auto -} - -.mr-1 { - margin-right:0.25rem -} - -.mr-2 { - margin-right:0.5rem -} - -.mr-3 { - margin-right:0.75rem -} - -.mr-5 { - margin-right:1.25rem -} - -.mr-auto { - margin-right:auto -} - -.mt-0 { - margin-top:0px -} - -.mt-1 { - margin-top:0.25rem -} - -.mt-10 { - margin-top:2.5rem -} - -.mt-12 { - margin-top:3rem -} - -.mt-2 { - margin-top:0.5rem -} - -.mt-20 { - margin-top:5rem -} - -.mt-3 { - margin-top:0.75rem -} - -.mt-4 { - margin-top:1rem -} - -.mt-5 { - margin-top:1.25rem -} - -.mt-6 { - margin-top:1.5rem -} - -.mt-8 { - margin-top:2rem -} - -.mt-\[-2px\] { - margin-top:-2px -} - -.mt-\[0\.1rem\] { - margin-top:0.1rem -} - -.box-border { - box-sizing:border-box -} - -.box-content { - box-sizing:content-box -} - -.\!block { - display:block !important -} - -.block { - display:block -} - -.inline-block { - display:inline-block -} - -.inline { - display:inline -} - -.flex { - display:flex -} - -.table { - display:table -} - -.grid { - display:grid -} - -.hidden { - display:none -} - -.\!h-px { - height:1px !important -} - -.h-0 { - height:0px -} - -.h-1\/2 { - height:50% -} - -.h-12 { - height:3rem -} - -.h-24 { - height:6rem -} - -.h-3 { - height:0.75rem -} - -.h-36 { - height:9rem -} - -.h-48 { - height:12rem -} - -.h-6 { - height:1.5rem -} - -.h-8 { - height:2rem -} - -.h-\[1000px\] { - height:1000px -} - -.h-\[150px\] { - height:150px -} - -.h-\[3px\] { - height:3px -} - -.h-\[800px\] { - height:800px -} - -.h-auto { - height:auto -} - -.h-full { - height:100% -} - -.h-screen { - height:100vh -} - -.max-h-3 { - max-height:0.75rem -} - -.max-h-\[5rem\] { - max-height:5rem -} - -.min-h-0 { - min-height:0px -} - -.min-h-\[130px\] { - min-height:130px -} - -.min-h-\[148px\] { - min-height:148px -} - -.min-h-full { - min-height:100% -} - -.\!w-px { - width:1px !important -} - -.w-0 { - width:0px -} - -.w-12 { - width:3rem -} - -.w-2 { - width:0.5rem -} - -.w-24 { - width:6rem + width: 100%; + @media (width >= 640px) { + max-width: 640px; + } + @media (width >= 853px) { + max-width: 853px; + } + @media (width >= 1024px) { + max-width: 1024px; + } + @media (width >= 1280px) { + max-width: 1280px; + } + @media (width >= 1536px) { + max-width: 1536px; + } + } + .\!-m-px { + margin: -1px !important; + } + .m-0 { + margin: calc(var(--spacing) * 0); + } + .m-1 { + margin: calc(var(--spacing) * 1); + } + .m-2 { + margin: calc(var(--spacing) * 2); + } + .m-3 { + margin: calc(var(--spacing) * 3); + } + .m-4 { + margin: calc(var(--spacing) * 4); + } + .m-8 { + margin: calc(var(--spacing) * 8); + } + .m-14 { + margin: calc(var(--spacing) * 14); + } + .m-16 { + margin: calc(var(--spacing) * 16); + } + .m-50 { + margin: calc(var(--spacing) * 50); + } + .m-300 { + margin: calc(var(--spacing) * 300); + } + .m-auto { + margin: auto; + } + .-mx-2 { + margin-inline: calc(var(--spacing) * -2); + } + .mx-1 { + margin-inline: calc(var(--spacing) * 1); + } + .mx-\[3px\] { + margin-inline: 3px; + } + .mx-\[15\%\] { + margin-inline: 15%; + } + .mx-auto { + margin-inline: auto; + } + .-my-2 { + margin-block: calc(var(--spacing) * -2); + } + .my-0 { + margin-block: calc(var(--spacing) * 0); + } + .my-3 { + margin-block: calc(var(--spacing) * 3); + } + .prose { + color: var(--tw-prose-body); + max-width: 65ch; + :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 1.25em; + margin-bottom: 1.25em; + } + :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-lead); + font-size: 1.25em; + line-height: 1.6; + margin-top: 1.2em; + margin-bottom: 1.2em; + } + :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-links); + text-decoration: none; + font-weight: 500; + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-300), 1) 100%, transparent); + &:hover { + color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent); + text-decoration: none; + border-radius: 0.09rem; + } + } + :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-bold); + font-weight: 600; + } + :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: decimal; + margin-top: 1.25em; + margin-bottom: 1.25em; + padding-inline-start: 1.625em; + } + :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: upper-alpha; + } + :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: lower-alpha; + } + :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: upper-alpha; + } + :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: lower-alpha; + } + :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: upper-roman; + } + :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: lower-roman; + } + :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: upper-roman; + } + :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: lower-roman; + } + :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: decimal; + } + :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + list-style-type: disc; + margin-top: 1.25em; + margin-bottom: 1.25em; + padding-inline-start: 1.625em; + } + :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { + font-weight: 400; + color: var(--tw-prose-counters); + } + :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { + color: var(--tw-prose-bullets); + } + :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 600; + margin-top: 1.25em; + } + :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + border-color: var(--tw-prose-hr); + border-top-width: 1; + margin-top: 3em; + margin-bottom: 3em; + } + :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 500; + font-style: italic; + color: var(--tw-prose-quotes); + border-inline-start-width: 0.25rem; + border-inline-start-color: var(--tw-prose-quote-borders); + quotes: "\201C""\201D""\2018""\2019"; + margin-top: 1.6em; + margin-bottom: 1.6em; + padding-inline-start: 1em; + } + :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { + content: open-quote; + } + :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { + content: close-quote; + } + :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 800; + font-size: 2.25em; + margin-top: 0; + margin-bottom: 0.8888889em; + line-height: 1.1111111; + } + :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 900; + color: inherit; + } + :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 700; + font-size: 1.5em; + margin-top: 2em; + margin-bottom: 1em; + line-height: 1.3333333; + } + :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 800; + color: inherit; + } + :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 600; + font-size: 1.25em; + margin-top: 1.6em; + margin-bottom: 0.6em; + line-height: 1.6; + } + :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 700; + color: inherit; + } + :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 600; + margin-top: 1.5em; + margin-bottom: 0.5em; + line-height: 1.5; + } + :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 700; + color: inherit; + } + :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 2em; + margin-bottom: 2em; + } + :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + display: block; + margin-top: 2em; + margin-bottom: 2em; + } + :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 2em; + margin-bottom: 2em; + } + :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + font-weight: 600; + font-family: inherit; + color: var(--tw-prose-kbd); + box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%); + font-size: 0.9rem; + border-radius: 0.25rem; + padding-top: 0.1875em; + padding-inline-end: 0.375em; + padding-bottom: 0.1875em; + padding-inline-start: 0.375em; + background-color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + padding: 0.1rem 0.4rem; + } + :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-code); + font-weight: 600; + font-size: 0.875em; + background-color: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent); + padding-top: 3px; + padding-bottom: 3px; + padding-left: 5px; + padding-right: 5px; + border-radius: 0.25rem; + } + :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { + content: "`"; + display: none; + } + :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { + content: "`"; + display: none; + } + :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-code); + } + :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + font-size: 0.875em; + } + :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + font-size: 0.9em; + } + :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: inherit; + } + :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-pre-code); + background-color: var(--tw-prose-pre-bg); + overflow-x: auto; + font-weight: 400; + font-size: 0.875em; + line-height: 1.7142857; + margin-top: 1.7142857em; + margin-bottom: 1.7142857em; + border-radius: 0.375rem; + padding-top: 0.8571429em; + padding-inline-end: 1.1428571em; + padding-bottom: 0.8571429em; + padding-inline-start: 1.1428571em; + } + :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + background-color: transparent; + border-width: 0; + border-radius: 0; + padding: 0; + font-weight: inherit; + color: inherit; + font-size: inherit; + font-family: inherit; + line-height: inherit; + } + :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { + content: none; + } + :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { + content: none; + } + :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + width: 100%; + table-layout: auto; + margin-top: 2em; + margin-bottom: 2em; + font-size: 0.875em; + line-height: 1.7142857; + } + :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + border-bottom-width: 1px; + border-bottom-color: var(--tw-prose-th-borders); + } + :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-headings); + font-weight: 600; + vertical-align: bottom; + padding-inline-end: 0.5714286em; + padding-bottom: 0.5714286em; + padding-inline-start: 0.5714286em; + } + :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + border-bottom-width: 1px; + border-bottom-color: var(--tw-prose-td-borders); + } + :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + border-bottom-width: 0; + } + :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + vertical-align: baseline; + } + :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + border-top-width: 1px; + border-top-color: var(--tw-prose-th-borders); + } + :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + vertical-align: top; + } + :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-align: start; + } + :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + margin-bottom: 0; + } + :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: var(--tw-prose-captions); + font-size: 0.875em; + line-height: 1.4285714; + margin-top: 0.8571429em; + } + --tw-prose-body: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + --tw-prose-headings: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent); + --tw-prose-lead: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-links: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent); + --tw-prose-bold: color-mix(in oklab, rgba(var(--color-neutral-900), 1) 100%, transparent); + --tw-prose-counters: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent); + --tw-prose-bullets: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-hr: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + --tw-prose-quotes: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + --tw-prose-quote-borders: color-mix(in oklab, rgba(var(--color-primary-200), 1) 100%, transparent); + --tw-prose-captions: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-kbd: oklch(0.21 0.034 264.665); + --tw-prose-kbd-shadows: NaN NaN NaN; + --tw-prose-code: color-mix(in oklab, rgba(var(--color-secondary-700), 1) 100%, transparent); + --tw-prose-pre-code: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + --tw-prose-pre-bg: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent); + --tw-prose-th-borders: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-td-borders: color-mix(in oklab, rgba(var(--color-neutral-300), 1) 100%, transparent); + --tw-prose-invert-body: color-mix(in oklab, rgba(var(--color-neutral-300), 1) 100%, transparent); + --tw-prose-invert-headings: color-mix(in oklab, rgba(var(--color-neutral-50), 1) 100%, transparent); + --tw-prose-invert-lead: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-invert-links: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + --tw-prose-invert-bold: color-mix(in oklab, rgba(var(--color-neutral), 1) 100%, transparent); + --tw-prose-invert-counters: color-mix(in oklab, rgba(var(--color-neutral-400), 1) 100%, transparent); + --tw-prose-invert-bullets: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent); + --tw-prose-invert-hr: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-invert-quotes: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + --tw-prose-invert-quote-borders: color-mix(in oklab, rgba(var(--color-primary-900), 1) 100%, transparent); + --tw-prose-invert-captions: color-mix(in oklab, rgba(var(--color-neutral-400), 1) 100%, transparent); + --tw-prose-invert-kbd: #fff; + --tw-prose-invert-kbd-shadows: 255 255 255; + --tw-prose-invert-code: color-mix(in oklab, rgba(var(--color-secondary-400), 1) 100%, transparent); + --tw-prose-invert-pre-code: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + --tw-prose-invert-pre-bg: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + --tw-prose-invert-th-borders: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 100%, transparent); + --tw-prose-invert-td-borders: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + font-size: 1rem; + line-height: 1.75; + :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + margin-bottom: 0; + } + :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0.5em; + margin-bottom: 0.5em; + } + :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-start: 0.375em; + } + :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-start: 0.375em; + } + :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0.75em; + margin-bottom: 0.75em; + } + :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 1.25em; + } + :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-bottom: 1.25em; + } + :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 1.25em; + } + :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-bottom: 1.25em; + } + :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0.75em; + margin-bottom: 0.75em; + } + :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 1.25em; + margin-bottom: 1.25em; + } + :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0.5em; + padding-inline-start: 1.625em; + } + :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + } + :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + } + :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + } + :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + } + :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-start: 0; + } + :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-end: 0; + } + :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-top: 0.5714286em; + padding-inline-end: 0.5714286em; + padding-bottom: 0.5714286em; + padding-inline-start: 0.5714286em; + } + :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-start: 0; + } + :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + padding-inline-end: 0; + } + :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 2em; + margin-bottom: 2em; + } + :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-top: 0; + } + :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + margin-bottom: 0; + } + :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 100%, transparent); + background-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent); + padding: 0.1rem 0.2rem; + border-radius: 0.25rem; + } + :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { + display: none; + } + :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))::after { + display: none; + } + :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent); + } + :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-600), 1) 100%, transparent); + } + } + .\!mt-0 { + margin-top: calc(var(--spacing) * 0) !important; + } + .mt-0 { + margin-top: calc(var(--spacing) * 0); + } + .mt-1 { + margin-top: calc(var(--spacing) * 1); + } + .mt-2 { + margin-top: calc(var(--spacing) * 2); + } + .mt-3 { + margin-top: calc(var(--spacing) * 3); + } + .mt-4 { + margin-top: calc(var(--spacing) * 4); + } + .mt-5 { + margin-top: calc(var(--spacing) * 5); + } + .mt-6 { + margin-top: calc(var(--spacing) * 6); + } + .mt-8 { + margin-top: calc(var(--spacing) * 8); + } + .mt-10 { + margin-top: calc(var(--spacing) * 10); + } + .mt-12 { + margin-top: calc(var(--spacing) * 12); + } + .mt-20 { + margin-top: calc(var(--spacing) * 20); + } + .mt-\[-2px\] { + margin-top: -2px; + } + .mt-\[0\.1rem\] { + margin-top: 0.1rem; + } + .-mr-48 { + margin-right: calc(var(--spacing) * -48); + } + .-mr-\[100\%\] { + margin-right: calc(100% * -1); + } + .mr-1 { + margin-right: calc(var(--spacing) * 1); + } + .mr-2 { + margin-right: calc(var(--spacing) * 2); + } + .mr-3 { + margin-right: calc(var(--spacing) * 3); + } + .mr-5 { + margin-right: calc(var(--spacing) * 5); + } + .mr-auto { + margin-right: auto; + } + .\!mb-0 { + margin-bottom: calc(var(--spacing) * 0) !important; + } + .\!mb-9 { + margin-bottom: calc(var(--spacing) * 9) !important; + } + .-mb-1 { + margin-bottom: calc(var(--spacing) * -1); + } + .mb-0 { + margin-bottom: calc(var(--spacing) * 0); + } + .mb-1 { + margin-bottom: calc(var(--spacing) * 1); + } + .mb-2 { + margin-bottom: calc(var(--spacing) * 2); + } + .mb-3 { + margin-bottom: calc(var(--spacing) * 3); + } + .mb-5 { + margin-bottom: calc(var(--spacing) * 5); + } + .mb-6 { + margin-bottom: calc(var(--spacing) * 6); + } + .mb-8 { + margin-bottom: calc(var(--spacing) * 8); + } + .mb-10 { + margin-bottom: calc(var(--spacing) * 10); + } + .mb-12 { + margin-bottom: calc(var(--spacing) * 12); + } + .mb-16 { + margin-bottom: calc(var(--spacing) * 16); + } + .mb-20 { + margin-bottom: calc(var(--spacing) * 20); + } + .mb-\[2px\] { + margin-bottom: 2px; + } + .-ml-12 { + margin-left: calc(var(--spacing) * -12); + } + .ml-2 { + margin-left: calc(var(--spacing) * 2); + } + .ml-3 { + margin-left: calc(var(--spacing) * 3); + } + .ml-6 { + margin-left: calc(var(--spacing) * 6); + } + .ml-auto { + margin-left: auto; + } + .box-border { + box-sizing: border-box; + } + .box-content { + box-sizing: content-box; + } + .scrollbar-thin { + &::-webkit-scrollbar-track { + background-color: var(--scrollbar-track); + border-radius: var(--scrollbar-track-radius); + } + &::-webkit-scrollbar-thumb { + background-color: var(--scrollbar-thumb); + border-radius: var(--scrollbar-thumb-radius); + } + &::-webkit-scrollbar-corner { + background-color: var(--scrollbar-corner); + border-radius: var(--scrollbar-corner-radius); + } + @supports (-moz-appearance:none) { + scrollbar-width: thin; + scrollbar-color: var(--scrollbar-thumb, initial) var(--scrollbar-track, initial); + } + &::-webkit-scrollbar { + display: block; + width: 8px; + height: 8px; + } + } + .\!block { + display: block !important; + } + .block { + display: block; + } + .contents { + display: contents; + } + .flex { + display: flex; + } + .grid { + display: grid; + } + .hidden { + display: none; + } + .inline { + display: inline; + } + .inline-block { + display: inline-block; + } + .inline-flex { + display: inline-flex; + } + .list-item { + display: list-item; + } + .table { + display: table; + } + .table-cell { + display: table-cell; + } + .size-1 { + width: calc(var(--spacing) * 1); + height: calc(var(--spacing) * 1); + } + .\!h-px { + height: 1px !important; + } + .h-0 { + height: calc(var(--spacing) * 0); + } + .h-1 { + height: calc(var(--spacing) * 1); + } + .h-1\/2 { + height: calc(1/2 * 100%); + } + .h-2 { + height: calc(var(--spacing) * 2); + } + .h-3 { + height: calc(var(--spacing) * 3); + } + .h-6 { + height: calc(var(--spacing) * 6); + } + .h-8 { + height: calc(var(--spacing) * 8); + } + .h-12 { + height: calc(var(--spacing) * 12); + } + .h-24 { + height: calc(var(--spacing) * 24); + } + .h-36 { + height: calc(var(--spacing) * 36); + } + .h-40 { + height: calc(var(--spacing) * 40); + } + .h-48 { + height: calc(var(--spacing) * 48); + } + .h-80 { + height: calc(var(--spacing) * 80); + } + .h-84 { + height: calc(var(--spacing) * 84); + } + .h-\[3px\] { + height: 3px; + } + .h-\[150px\] { + height: 150px; + } + .h-\[800px\] { + height: 800px; + } + .h-\[1000px\] { + height: 1000px; + } + .h-auto { + height: auto; + } + .h-full { + height: 100%; + } + .h-screen { + height: 100vh; + } + .max-h-3 { + max-height: calc(var(--spacing) * 3); + } + .max-h-\[5rem\] { + max-height: 5rem; + } + .min-h-0 { + min-height: calc(var(--spacing) * 0); + } + .min-h-\[130px\] { + min-height: 130px; + } + .min-h-\[148px\] { + min-height: 148px; + } + .min-h-full { + min-height: 100%; + } + .\!w-px { + width: 1px !important; + } + .w-0 { + width: calc(var(--spacing) * 0); + } + .w-1 { + width: calc(var(--spacing) * 1); + } + .w-2 { + width: calc(var(--spacing) * 2); + } + .w-3 { + width: calc(var(--spacing) * 3); + } + .w-6 { + width: calc(var(--spacing) * 6); + } + .w-8 { + width: calc(var(--spacing) * 8); + } + .w-12 { + width: calc(var(--spacing) * 12); + } + .w-24 { + width: calc(var(--spacing) * 24); + } + .w-36 { + width: calc(var(--spacing) * 36); + } + .w-\[15\%\] { + width: 15%; + } + .w-\[30px\] { + width: 30px; + } + .w-auto { + width: auto; + } + .w-full { + width: 100%; + } + .w-screen { + width: 100vw; + } + .max-w-3xl { + max-width: var(--container-3xl); + } + .max-w-7xl { + max-width: var(--container-7xl); + } + .max-w-\[5rem\] { + max-width: 5rem; + } + .max-w-\[64rem\] { + max-width: 64rem; + } + .max-w-\[200px\] { + max-width: 200px; + } + .max-w-\[267px\] { + max-width: 267px; + } + .max-w-\[1600px\] { + max-width: 1600px; + } + .max-w-\[calc\(100\%-1rem\)\] { + max-width: calc(100% - 1rem); + } + .max-w-fit { + max-width: fit-content; + } + .max-w-full { + max-width: 100%; + } + .max-w-prose { + max-width: 65ch; + } + .max-w-xl { + max-width: var(--container-xl); + } + .min-w-0 { + min-width: calc(var(--spacing) * 0); + } + .min-w-\[1\.8rem\] { + min-width: 1.8rem; + } + .min-w-\[30px\] { + min-width: 30px; + } + .min-w-\[220px\] { + min-width: 220px; + } + .min-w-full { + min-width: 100%; + } + .flex-1 { + flex: 1; + } + .flex-auto { + flex: auto; + } + .flex-initial { + flex: 0 auto; + } + .flex-none { + flex: none; + } + .flex-shrink { + flex-shrink: 1; + } + .shrink { + flex-shrink: 1; + } + .shrink-0 { + flex-shrink: 0; + } + .grow { + flex-grow: 1; + } + .grow-0 { + flex-grow: 0; + } + .basis-auto { + flex-basis: auto; + } + .border-collapse { + border-collapse: collapse; + } + .-translate-x-full { + --tw-translate-x: -100%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .-translate-y-8 { + --tw-translate-y: calc(var(--spacing) * -8); + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .translate-x-full { + --tw-translate-x: 100%; + translate: var(--tw-translate-x) var(--tw-translate-y); + } + .scale-0 { + --tw-scale-x: 0%; + --tw-scale-y: 0%; + --tw-scale-z: 0%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .scale-100 { + --tw-scale-x: 100%; + --tw-scale-y: 100%; + --tw-scale-z: 100%; + scale: var(--tw-scale-x) var(--tw-scale-y); + } + .scale-\[1\.02\] { + scale: 1.02; + } + .transform { + transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y); + } + .transform\! { + transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y) !important; + } + .transform-none { + transform: none; + } + .animate-pulse { + animation: var(--animate-pulse); + } + .cursor-default { + cursor: default; + } + .cursor-pointer { + cursor: pointer; + } + .touch-pan-y { + --tw-pan-y: pan-y; + touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,); + } + .touch-none { + touch-action: none; + } + .resize { + resize: both; + } + .list-none { + list-style-type: none; + } + .appearance-none { + appearance: none; + } + .flex-col { + flex-direction: column; + } + .flex-row { + flex-direction: row; + } + .flex-wrap { + flex-wrap: wrap; + } + .items-center { + align-items: center; + } + .items-end { + align-items: flex-end; + } + .justify-between { + justify-content: space-between; + } + .justify-center { + justify-content: center; + } + .gap-4 { + gap: calc(var(--spacing) * 4); + } + .gap-x-3 { + column-gap: calc(var(--spacing) * 3); + } + .gap-x-5 { + column-gap: calc(var(--spacing) * 5); + } + .space-y-2 { + :where(& > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse))); + } + } + .space-y-3 { + :where(& > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse))); + } + } + .space-y-10 { + :where(& > :not(:last-child)) { + --tw-space-y-reverse: 0; + margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse)); + margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse))); + } + } + .space-x-2 { + :where(& > :not(:last-child)) { + --tw-space-x-reverse: 0; + margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse)); + margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse))); + } + } + .space-x-3 { + :where(& > :not(:last-child)) { + --tw-space-x-reverse: 0; + margin-inline-start: calc(calc(var(--spacing) * 3) * var(--tw-space-x-reverse)); + margin-inline-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-x-reverse))); + } + } + .space-x-5 { + :where(& > :not(:last-child)) { + --tw-space-x-reverse: 0; + margin-inline-start: calc(calc(var(--spacing) * 5) * var(--tw-space-x-reverse)); + margin-inline-end: calc(calc(var(--spacing) * 5) * calc(1 - var(--tw-space-x-reverse))); + } + } + .place-self-center { + place-self: center; + } + .self-center { + align-self: center; + } + .\!overflow-hidden { + overflow: hidden !important; + } + .overflow-auto { + overflow: auto; + } + .overflow-hidden { + overflow: hidden; + } + .overflow-visible { + overflow: visible; + } + .overflow-y-scroll { + overflow-y: scroll; + } + .overscroll-contain { + overscroll-behavior: contain; + } + .scroll-smooth { + scroll-behavior: smooth; + } + .\!rounded-md { + border-radius: var(--radius-md) !important; + } + .rounded { + border-radius: 0.25rem; + } + .rounded-2xl { + border-radius: var(--radius-2xl); + } + .rounded-\[50\%\] { + border-radius: 50%; + } + .rounded-full { + border-radius: calc(infinity * 1px); + } + .rounded-lg { + border-radius: var(--radius-lg); + } + .rounded-md { + border-radius: var(--radius-md); + } + .rounded-xl { + border-radius: var(--radius-xl); + } + .rounded-s-\[0\.25rem\] { + border-start-start-radius: 0.25rem; + border-end-start-radius: 0.25rem; + } + .rounded-e-\[0\.25rem\] { + border-start-end-radius: 0.25rem; + border-end-end-radius: 0.25rem; + } + .rounded-t-lg { + border-top-left-radius: var(--radius-lg); + border-top-right-radius: var(--radius-lg); + } + .rounded-b-lg { + border-bottom-right-radius: var(--radius-lg); + border-bottom-left-radius: var(--radius-lg); + } + .\!border-0 { + border-style: var(--tw-border-style) !important; + border-width: 0px !important; + } + .border { + border-style: var(--tw-border-style); + border-width: 1px; + } + .border-0 { + border-style: var(--tw-border-style); + border-width: 0px; + } + .border-2 { + border-style: var(--tw-border-style); + border-width: 2px; + } + .border-y-\[10px\] { + border-block-style: var(--tw-border-style); + border-block-width: 10px; + } + .border-s-0 { + border-inline-start-style: var(--tw-border-style); + border-inline-start-width: 0px; + } + .border-s-\[0\.125rem\] { + border-inline-start-style: var(--tw-border-style); + border-inline-start-width: 0.125rem; + } + .border-e-0 { + border-inline-end-style: var(--tw-border-style); + border-inline-end-width: 0px; + } + .border-t { + border-top-style: var(--tw-border-style); + border-top-width: 1px; + } + .border-b-2 { + border-bottom-style: var(--tw-border-style); + border-bottom-width: 2px; + } + .border-l-2 { + border-left-style: var(--tw-border-style); + border-left-width: 2px; + } + .border-dotted { + --tw-border-style: dotted; + border-style: dotted; + } + .border-solid { + --tw-border-style: solid; + border-style: solid; + } + .border-neutral-100 { + border-color: rgba(var(--color-neutral-100), 1); + } + .border-neutral-200 { + border-color: rgba(var(--color-neutral-200), 1); + } + .border-neutral-300 { + border-color: rgba(var(--color-neutral-300), 1); + } + .border-primary-400 { + border-color: rgba(var(--color-primary-400), 1); + } + .border-primary-500 { + border-color: rgba(var(--color-primary-500), 1); + } + .border-secondary-500 { + border-color: rgba(var(--color-secondary-500), 1); + } + .border-transparent { + border-color: transparent; + } + .prose-invert { + --tw-prose-body: var(--tw-prose-invert-body); + --tw-prose-headings: var(--tw-prose-invert-headings); + --tw-prose-lead: var(--tw-prose-invert-lead); + --tw-prose-links: var(--tw-prose-invert-links); + --tw-prose-bold: var(--tw-prose-invert-bold); + --tw-prose-counters: var(--tw-prose-invert-counters); + --tw-prose-bullets: var(--tw-prose-invert-bullets); + --tw-prose-hr: var(--tw-prose-invert-hr); + --tw-prose-quotes: var(--tw-prose-invert-quotes); + --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders); + --tw-prose-captions: var(--tw-prose-invert-captions); + --tw-prose-kbd: var(--tw-prose-invert-kbd); + --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows); + --tw-prose-code: var(--tw-prose-invert-code); + --tw-prose-pre-code: var(--tw-prose-invert-pre-code); + --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg); + --tw-prose-th-borders: var(--tw-prose-invert-th-borders); + --tw-prose-td-borders: var(--tw-prose-invert-td-borders); + :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent); + &:hover { + color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + } + :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + } + :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + background-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + } + :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + } + .bg-\[\#6d6d6d\] { + background-color: #6d6d6d; + } + .bg-neutral { + background-color: rgba(var(--color-neutral), 1); + } + .bg-neutral-100 { + background-color: rgba(var(--color-neutral-100), 1); + } + .bg-neutral-100\/50 { + background-color: color-mix(in oklab, rgba(var(--color-neutral-100), 1) 50%, transparent); + } + .bg-neutral-300 { + background-color: rgba(var(--color-neutral-300), 1); + } + .bg-neutral-500\/50 { + background-color: color-mix(in oklab, rgba(var(--color-neutral-500), 1) 50%, transparent); + } + .bg-neutral\/50 { + background-color: color-mix(in oklab, rgba(var(--color-neutral), 1) 50%, transparent); + } + .bg-primary-100 { + background-color: rgba(var(--color-primary-100), 1); + } + .bg-primary-200 { + background-color: rgba(var(--color-primary-200), 1); + } + .bg-primary-500 { + background-color: rgba(var(--color-primary-500), 1); + } + .bg-primary-600 { + background-color: rgba(var(--color-primary-600), 1); + } + .bg-transparent { + background-color: transparent; + } + .bg-gradient-to-b { + --tw-gradient-position: to bottom in oklab; + background-image: linear-gradient(var(--tw-gradient-stops)); + } + .bg-gradient-to-r { + --tw-gradient-position: to right in oklab; + background-image: linear-gradient(var(--tw-gradient-stops)); + } + .bg-gradient-to-t { + --tw-gradient-position: to top in oklab; + background-image: linear-gradient(var(--tw-gradient-stops)); + } + .bg-none { + background-image: none; + } + .from-neutral { + --tw-gradient-from: rgba(var(--color-neutral), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .from-primary-500 { + --tw-gradient-from: rgba(var(--color-primary-500), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .from-60\% { + --tw-gradient-from-position: 60%; + } + .to-neutral { + --tw-gradient-to: rgba(var(--color-neutral), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .to-neutral-100 { + --tw-gradient-to: rgba(var(--color-neutral-100), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .to-secondary-600 { + --tw-gradient-to: rgba(var(--color-secondary-600), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .to-transparent { + --tw-gradient-to: transparent; + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + .bg-clip-padding { + background-clip: padding-box; + } + .object-cover { + object-fit: cover; + } + .object-scale-down { + object-fit: scale-down; + } + .object-left { + object-position: left; + } + .\!p-0 { + padding: calc(var(--spacing) * 0) !important; + } + .p-0 { + padding: calc(var(--spacing) * 0); + } + .p-1 { + padding: calc(var(--spacing) * 1); + } + .p-1\.5 { + padding: calc(var(--spacing) * 1.5); + } + .p-4 { + padding: calc(var(--spacing) * 4); + } + .p-5 { + padding: calc(var(--spacing) * 5); + } + .p-6 { + padding: calc(var(--spacing) * 6); + } + .px-0 { + padding-inline: calc(var(--spacing) * 0); + } + .px-1 { + padding-inline: calc(var(--spacing) * 1); + } + .px-1\.5 { + padding-inline: calc(var(--spacing) * 1.5); + } + .px-2 { + padding-inline: calc(var(--spacing) * 2); + } + .px-3 { + padding-inline: calc(var(--spacing) * 3); + } + .px-4 { + padding-inline: calc(var(--spacing) * 4); + } + .px-6 { + padding-inline: calc(var(--spacing) * 6); + } + .px-\[0\.4rem\] { + padding-inline: 0.4rem; + } + .px-\[30px\] { + padding-inline: 30px; + } + .py-1 { + padding-block: calc(var(--spacing) * 1); + } + .py-1\.5 { + padding-block: calc(var(--spacing) * 1.5); + } + .py-2 { + padding-block: calc(var(--spacing) * 2); + } + .py-3 { + padding-block: calc(var(--spacing) * 3); + } + .py-4 { + padding-block: calc(var(--spacing) * 4); + } + .py-6 { + padding-block: calc(var(--spacing) * 6); + } + .py-8 { + padding-block: calc(var(--spacing) * 8); + } + .py-10 { + padding-block: calc(var(--spacing) * 10); + } + .py-16 { + padding-block: calc(var(--spacing) * 16); + } + .py-\[0\.4rem\] { + padding-block: 0.4rem; + } + .py-\[1px\] { + padding-block: 1px; + } + .pt-2 { + padding-top: calc(var(--spacing) * 2); + } + .pt-3 { + padding-top: calc(var(--spacing) * 3); + } + .pt-4 { + padding-top: calc(var(--spacing) * 4); + } + .pt-8 { + padding-top: calc(var(--spacing) * 8); + } + .pt-16 { + padding-top: calc(var(--spacing) * 16); + } + .pr-\[24px\] { + padding-right: 24px; + } + .pb-2 { + padding-bottom: calc(var(--spacing) * 2); + } + .pb-3 { + padding-bottom: calc(var(--spacing) * 3); + } + .pb-4 { + padding-bottom: calc(var(--spacing) * 4); + } + .pb-6 { + padding-bottom: calc(var(--spacing) * 6); + } + .pb-32 { + padding-bottom: calc(var(--spacing) * 32); + } + .pl-2 { + padding-left: calc(var(--spacing) * 2); + } + .pl-\[24px\] { + padding-left: 24px; + } + .text-center { + text-align: center; + } + .text-left { + text-align: left; + } + .text-right { + text-align: right; + } + .-indent-\[999px\] { + text-indent: calc(999px * -1); + } + .align-bottom { + vertical-align: bottom; + } + .align-middle { + vertical-align: middle; + } + .align-text-bottom { + vertical-align: text-bottom; + } + .align-top { + vertical-align: top; + } + .text-2xl { + font-size: var(--text-2xl); + line-height: var(--tw-leading, var(--text-2xl--line-height)); + } + .text-3xl { + font-size: var(--text-3xl); + line-height: var(--tw-leading, var(--text-3xl--line-height)); + } + .text-4xl { + font-size: var(--text-4xl); + line-height: var(--tw-leading, var(--text-4xl--line-height)); + } + .text-base { + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); + } + .text-lg { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + .text-sm { + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + } + .text-xl { + font-size: var(--text-xl); + line-height: var(--tw-leading, var(--text-xl--line-height)); + } + .text-xs { + font-size: var(--text-xs); + line-height: var(--tw-leading, var(--text-xs--line-height)); + } + .text-\[0\.6rem\] { + font-size: 0.6rem; + } + .leading-3 { + --tw-leading: calc(var(--spacing) * 3); + line-height: calc(var(--spacing) * 3); + } + .leading-6 { + --tw-leading: calc(var(--spacing) * 6); + line-height: calc(var(--spacing) * 6); + } + .leading-7 { + --tw-leading: calc(var(--spacing) * 7); + line-height: calc(var(--spacing) * 7); + } + .leading-\[1\.6\] { + --tw-leading: 1.6; + line-height: 1.6; + } + .font-bold { + --tw-font-weight: var(--font-weight-bold); + font-weight: var(--font-weight-bold); + } + .font-extrabold { + --tw-font-weight: var(--font-weight-extrabold); + font-weight: var(--font-weight-extrabold); + } + .font-light { + --tw-font-weight: var(--font-weight-light); + font-weight: var(--font-weight-light); + } + .font-medium { + --tw-font-weight: var(--font-weight-medium); + font-weight: var(--font-weight-medium); + } + .font-normal { + --tw-font-weight: var(--font-weight-normal); + font-weight: var(--font-weight-normal); + } + .font-semibold { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + } + .tracking-normal { + --tw-tracking: var(--tracking-normal); + letter-spacing: var(--tracking-normal); + } + .text-wrap { + text-wrap: wrap; + } + .break-normal { + overflow-wrap: normal; + word-break: normal; + } + .break-words { + overflow-wrap: break-word; + } + .\!whitespace-nowrap { + white-space: nowrap !important; + } + .whitespace-normal { + white-space: normal; + } + .\!text-neutral { + color: rgba(var(--color-neutral), 1) !important; + } + .text-neutral-50 { + color: rgba(var(--color-neutral-50), 1); + } + .text-neutral-200 { + color: rgba(var(--color-neutral-200), 1); + } + .text-neutral-300 { + color: rgba(var(--color-neutral-300), 1); + } + .text-neutral-400 { + color: rgba(var(--color-neutral-400), 1); + } + .text-neutral-500 { + color: rgba(var(--color-neutral-500), 1); + } + .text-neutral-700 { + color: rgba(var(--color-neutral-700), 1); + } + .text-neutral-800 { + color: rgba(var(--color-neutral-800), 1); + } + .text-neutral-900 { + color: rgba(var(--color-neutral-900), 1); + } + .text-primary-100 { + color: rgba(var(--color-primary-100), 1); + } + .text-primary-300 { + color: rgba(var(--color-primary-300), 1); + } + .text-primary-400 { + color: rgba(var(--color-primary-400), 1); + } + .text-primary-500 { + color: rgba(var(--color-primary-500), 1); + } + .text-primary-600 { + color: rgba(var(--color-primary-600), 1); + } + .text-primary-700 { + color: rgba(var(--color-primary-700), 1); + } + .text-primary-800 { + color: rgba(var(--color-primary-800), 1); + } + .text-transparent { + color: transparent; + } + .capitalize { + text-transform: capitalize; + } + .lowercase { + text-transform: lowercase; + } + .normal-case { + text-transform: none; + } + .uppercase { + text-transform: uppercase; + } + .italic { + font-style: italic; + } + .not-italic { + font-style: normal; + } + .ordinal { + --tw-ordinal: ordinal; + font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,); + } + .\!no-underline { + text-decoration-line: none !important; + } + .line-through { + text-decoration-line: line-through; + } + .no-underline { + text-decoration-line: none; + } + .overline { + text-decoration-line: overline; + } + .underline { + text-decoration-line: underline; + } + .decoration-neutral-300 { + text-decoration-color: rgba(var(--color-neutral-300), 1); + } + .decoration-primary-500 { + text-decoration-color: rgba(var(--color-primary-500), 1); + } + .underline-offset-auto { + text-underline-offset: auto; + } + .antialiased { + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + } + .\!opacity-0 { + opacity: 0% !important; + } + .\!opacity-100 { + opacity: 100% !important; + } + .opacity-0 { + opacity: 0%; + } + .opacity-30 { + opacity: 30%; + } + .opacity-50 { + opacity: 50%; + } + .opacity-60 { + opacity: 60%; + } + .opacity-65 { + opacity: 65%; + } + .opacity-100 { + opacity: 100%; + } + .mix-blend-multiply { + mix-blend-mode: multiply; + } + .mix-blend-normal { + mix-blend-mode: normal; + } + .ring { + --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow { + --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-2xl { + --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-lg { + --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .shadow-xl { + --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1)); + box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + .outline { + outline-style: var(--tw-outline-style); + outline-width: 1px; + } + .blur { + --tw-blur: blur(8px); + 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,); + } + .blur\! { + --tw-blur: blur(8px) !important; + 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; + } + .drop-shadow { + --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow( 0 1px 1px rgb(0 0 0 / 0.06)); + 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,); + } + .invert { + --tw-invert: invert(100%); + 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,); + } + .filter { + 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,); + } + .filter\! { + 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; + } + .backdrop-blur { + --tw-backdrop-blur: blur(8px); + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .backdrop-blur-2xl { + --tw-backdrop-blur: blur(var(--blur-2xl)); + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .backdrop-blur-sm { + --tw-backdrop-blur: blur(var(--blur-sm)); + -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); + } + .transition { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-\[height\] { + transition-property: height; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-\[transform\,_opacity\] { + transition-property: transform, opacity; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-\[width\] { + transition-property: width; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-all { + transition-property: all; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-opacity { + transition-property: opacity; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .transition-transform { + transition-property: transform, translate, scale, rotate; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); + } + .duration-150 { + --tw-duration: 150ms; + transition-duration: 150ms; + } + .duration-200 { + --tw-duration: 200ms; + transition-duration: 200ms; + } + .duration-300 { + --tw-duration: 300ms; + transition-duration: 300ms; + } + .duration-\[350ms\] { + --tw-duration: 350ms; + transition-duration: 350ms; + } + .duration-\[600ms\] { + --tw-duration: 600ms; + transition-duration: 600ms; + } + .ease-\[cubic-bezier\(0\,0\,0\.15\,1\)\,_cubic-bezier\(0\,0\,0\.15\,1\)\] { + --tw-ease: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1); + transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1); + } + .ease-\[cubic-bezier\(0\.25\,0\.1\,0\.25\,1\.0\)\] { + --tw-ease: cubic-bezier(0.25,0.1,0.25,1.0); + transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0); + } + .ease-in { + --tw-ease: var(--ease-in); + transition-timing-function: var(--ease-in); + } + .ease-in-out { + --tw-ease: var(--ease-in-out); + transition-timing-function: var(--ease-in-out); + } + .ease-linear { + --tw-ease: linear; + transition-timing-function: linear; + } + .ease-out { + --tw-ease: var(--ease-out); + transition-timing-function: var(--ease-out); + } + .\!\[clip\:rect\(0\,0\,0\,0\)\] { + clip: rect(0,0,0,0) !important; + } + .\[a-zA-Z\:_\] { + a-zA-Z: ; + } + .scrollbar-thumb-neutral-400 { + --scrollbar-thumb: oklch(0.708 0 0); + } + .scrollbar-track-neutral-200 { + --scrollbar-track: oklch(0.922 0 0); + } + .group-hover\:text-primary-300 { + &:is(:where(.group):hover *) { + @media (hover: hover) { + color: rgba(var(--color-primary-300), 1); + } + } + } + .group-hover\:text-primary-600 { + &:is(:where(.group):hover *) { + @media (hover: hover) { + color: rgba(var(--color-primary-600), 1); + } + } + } + .group-hover\:underline { + &:is(:where(.group):hover *) { + @media (hover: hover) { + text-decoration-line: underline; + } + } + } + .group-hover\:decoration-primary-500 { + &:is(:where(.group):hover *) { + @media (hover: hover) { + text-decoration-color: rgba(var(--color-primary-500), 1); + } + } + } + .group-hover\:opacity-100 { + &:is(:where(.group):hover *) { + @media (hover: hover) { + opacity: 100%; + } + } + } + .group-data-\[twe-input-focused\]\:border-x-0 { + &:is(:where(.group)[data-twe-input-focused] *) { + border-inline-style: var(--tw-border-style); + border-inline-width: 0px; + } + } + .group-data-\[twe-input-focused\]\:border-s-0 { + &:is(:where(.group)[data-twe-input-focused] *) { + border-inline-start-style: var(--tw-border-style); + border-inline-start-width: 0px; + } + } + .group-data-\[twe-input-focused\]\:border-e-0 { + &:is(:where(.group)[data-twe-input-focused] *) { + border-inline-end-style: var(--tw-border-style); + border-inline-end-width: 0px; + } + } + .group-data-\[twe-input-focused\]\:border-t { + &:is(:where(.group)[data-twe-input-focused] *) { + border-top-style: var(--tw-border-style); + border-top-width: 1px; + } + } + .group-data-\[twe-input-focused\]\:border-solid { + &:is(:where(.group)[data-twe-input-focused] *) { + --tw-border-style: solid; + border-style: solid; + } + } + .group-data-\[twe-input-focused\]\:border-t-transparent { + &:is(:where(.group)[data-twe-input-focused] *) { + border-top-color: transparent; + } + } + .group-data-\[twe-input-state-active\]\:border-x-0 { + &:is(:where(.group)[data-twe-input-state-active] *) { + border-inline-style: var(--tw-border-style); + border-inline-width: 0px; + } + } + .group-data-\[twe-input-state-active\]\:border-s-0 { + &:is(:where(.group)[data-twe-input-state-active] *) { + border-inline-start-style: var(--tw-border-style); + border-inline-start-width: 0px; + } + } + .group-data-\[twe-input-state-active\]\:border-e-0 { + &:is(:where(.group)[data-twe-input-state-active] *) { + border-inline-end-style: var(--tw-border-style); + border-inline-end-width: 0px; + } + } + .group-data-\[twe-input-state-active\]\:border-t { + &:is(:where(.group)[data-twe-input-state-active] *) { + border-top-style: var(--tw-border-style); + border-top-width: 1px; + } + } + .group-data-\[twe-input-state-active\]\:border-solid { + &:is(:where(.group)[data-twe-input-state-active] *) { + --tw-border-style: solid; + border-style: solid; + } + } + .group-data-\[twe-input-state-active\]\:border-t-transparent { + &:is(:where(.group)[data-twe-input-state-active] *) { + border-top-color: transparent; + } + } + .after\:clear-both { + &::after { + content: var(--tw-content); + clear: both; + } + } + .after\:block { + &::after { + content: var(--tw-content); + display: block; + } + } + .after\:content-\[\'\'\] { + &::after { + content: var(--tw-content); + --tw-content: ''; + content: var(--tw-content); + } + } + .first\:mt-8 { + &:first-child { + margin-top: calc(var(--spacing) * 8); + } + } + .empty\:hidden { + &:empty { + display: none; + } + } + .hover\:border-transparent { + &:hover { + @media (hover: hover) { + border-color: transparent; + } + } + } + .hover\:\!bg-primary-500 { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-500), 1) !important; + } + } + } + .hover\:bg-primary-100 { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-100), 1); + } + } + } + .hover\:bg-primary-500 { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-500), 1); + } + } + } + .hover\:bg-primary-600 { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-600), 1); + } + } + } + .hover\:text-neutral { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-neutral), 1); + } + } + } + .hover\:text-primary-400 { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-primary-400), 1); + } + } + } + .hover\:text-primary-500 { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-primary-500), 1); + } + } + } + .hover\:text-primary-600 { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-primary-600), 1); + } + } + } + .hover\:text-primary-700 { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-primary-700), 1); + } + } + } + .hover\:no-underline { + &:hover { + @media (hover: hover) { + text-decoration-line: none; + } + } + } + .hover\:underline { + &:hover { + @media (hover: hover) { + text-decoration-line: underline; + } + } + } + .hover\:decoration-neutral-300 { + &:hover { + @media (hover: hover) { + text-decoration-color: rgba(var(--color-neutral-300), 1); + } + } + } + .hover\:decoration-primary-400 { + &:hover { + @media (hover: hover) { + text-decoration-color: rgba(var(--color-primary-400), 1); + } + } + } + .hover\:decoration-primary-500 { + &:hover { + @media (hover: hover) { + text-decoration-color: rgba(var(--color-primary-500), 1); + } + } + } + .hover\:decoration-2 { + &:hover { + @media (hover: hover) { + text-decoration-thickness: 2px; + } + } + } + .hover\:underline-offset-2 { + &:hover { + @media (hover: hover) { + text-underline-offset: 2px; + } + } + } + .hover\:opacity-90 { + &:hover { + @media (hover: hover) { + opacity: 90%; + } + } + } + .hover\:outline-none { + &:hover { + @media (hover: hover) { + --tw-outline-style: none; + outline-style: none; + } + } + } + .focus\:translate-y-0 { + &:focus { + --tw-translate-y: calc(var(--spacing) * 0); + translate: var(--tw-translate-x) var(--tw-translate-y); + } + } + .focus\:bg-primary-100 { + &:focus { + background-color: rgba(var(--color-primary-100), 1); + } + } + .focus\:no-underline { + &:focus { + text-decoration-line: none; + } + } + .focus\:opacity-90 { + &:focus { + opacity: 90%; + } + } + .focus\:outline-2 { + &:focus { + outline-style: var(--tw-outline-style); + outline-width: 2px; + } + } + .focus\:outline-transparent { + &:focus { + outline-color: transparent; + } + } + .focus\:outline-dotted { + &:focus { + --tw-outline-style: dotted; + outline-style: dotted; + } + } + .focus\:outline-none { + &:focus { + --tw-outline-style: none; + outline-style: none; + } + } + .data-\[popper-reference-hidden\]\:hidden { + &[data-popper-reference-hidden] { + display: none; + } + } + .data-\[twe-carousel-fade\]\:z-0 { + &[data-twe-carousel-fade] { + z-index: 0; + } + } + .data-\[twe-carousel-fade\]\:z-\[1\] { + &[data-twe-carousel-fade] { + z-index: 1; + } + } + .data-\[twe-carousel-fade\]\:opacity-0 { + &[data-twe-carousel-fade] { + opacity: 0%; + } + } + .data-\[twe-carousel-fade\]\:opacity-100 { + &[data-twe-carousel-fade] { + opacity: 100%; + } + } + .data-\[twe-carousel-fade\]\:delay-600 { + &[data-twe-carousel-fade] { + transition-delay: 600ms; + } + } + .data-\[twe-carousel-fade\]\:duration-\[600ms\] { + &[data-twe-carousel-fade] { + --tw-duration: 600ms; + transition-duration: 600ms; + } + } + .motion-reduce\:transition-none { + @media (prefers-reduced-motion: reduce) { + transition-property: none; + } + } + .sm\:mt-16 { + @media (width >= 640px) { + margin-top: calc(var(--spacing) * 16); + } + } + .sm\:mb-0 { + @media (width >= 640px) { + margin-bottom: calc(var(--spacing) * 0); + } + } + .sm\:w-1\/2 { + @media (width >= 640px) { + width: calc(1/2 * 100%); + } + } + .sm\:grid-cols-2 { + @media (width >= 640px) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + .sm\:flex-row { + @media (width >= 640px) { + flex-direction: row; + } + } + .sm\:overflow-hidden { + @media (width >= 640px) { + overflow: hidden; + } + } + .sm\:p-6 { + @media (width >= 640px) { + padding: calc(var(--spacing) * 6); + } + } + .sm\:px-6 { + @media (width >= 640px) { + padding-inline: calc(var(--spacing) * 6); + } + } + .sm\:px-14 { + @media (width >= 640px) { + padding-inline: calc(var(--spacing) * 14); + } + } + .sm\:py-24 { + @media (width >= 640px) { + padding-block: calc(var(--spacing) * 24); + } + } + .sm\:text-lg { + @media (width >= 640px) { + font-size: var(--text-lg); + line-height: var(--tw-leading, var(--text-lg--line-height)); + } + } + .md\:mt-0 { + @media (width >= 853px) { + margin-top: calc(var(--spacing) * 0); + } + } + .md\:-mr-16 { + @media (width >= 853px) { + margin-right: calc(var(--spacing) * -16); + } + } + .md\:mr-7 { + @media (width >= 853px) { + margin-right: calc(var(--spacing) * 7); + } + } + .md\:ml-12 { + @media (width >= 853px) { + margin-left: calc(var(--spacing) * 12); + } + } + .md\:flex { + @media (width >= 853px) { + display: flex; + } + } + .md\:hidden { + @media (width >= 853px) { + display: none; + } + } + .md\:h-56 { + @media (width >= 853px) { + height: calc(var(--spacing) * 56); + } + } + .md\:h-\[200px\] { + @media (width >= 853px) { + height: 200px; + } + } + .md\:w-1\/3 { + @media (width >= 853px) { + width: calc(1/3 * 100%); + } + } + .md\:w-auto { + @media (width >= 853px) { + width: auto; + } + } + .md\:grid-cols-3 { + @media (width >= 853px) { + grid-template-columns: repeat(3, minmax(0, 1fr)); + } + } + .md\:justify-start { + @media (width >= 853px) { + justify-content: flex-start; + } + } + .md\:p-\[10vh\] { + @media (width >= 853px) { + padding: 10vh; + } + } + .md\:px-24 { + @media (width >= 853px) { + padding-inline: calc(var(--spacing) * 24); + } + } + .lg\:absolute { + @media (width >= 1024px) { + position: absolute; + } + } + .lg\:relative { + @media (width >= 1024px) { + position: relative; + } + } + .lg\:sticky { + @media (width >= 1024px) { + position: sticky; + } + } + .lg\:top-10 { + @media (width >= 1024px) { + top: calc(var(--spacing) * 10); + } + } + .lg\:top-\[140px\] { + @media (width >= 1024px) { + top: 140px; + } + } + .lg\:left-0 { + @media (width >= 1024px) { + left: calc(var(--spacing) * 0); + } + } + .lg\:order-last { + @media (width >= 1024px) { + order: 9999; + } + } + .lg\:m-0 { + @media (width >= 1024px) { + margin: calc(var(--spacing) * 0); + } + } + .lg\:mx-0 { + @media (width >= 1024px) { + margin-inline: calc(var(--spacing) * 0); + } + } + .lg\:mx-auto { + @media (width >= 1024px) { + margin-inline: auto; + } + } + .lg\:mt-0 { + @media (width >= 1024px) { + margin-top: calc(var(--spacing) * 0); + } + } + .lg\:ml-auto { + @media (width >= 1024px) { + margin-left: auto; + } + } + .lg\:block { + @media (width >= 1024px) { + display: block; + } + } + .lg\:grid { + @media (width >= 1024px) { + display: grid; + } + } + .lg\:hidden { + @media (width >= 1024px) { + display: none; + } + } + .lg\:h-72 { + @media (width >= 1024px) { + height: calc(var(--spacing) * 72); + } + } + .lg\:h-full { + @media (width >= 1024px) { + height: 100%; + } + } + .lg\:w-1\/4 { + @media (width >= 1024px) { + width: calc(1/4 * 100%); + } + } + .lg\:w-auto { + @media (width >= 1024px) { + width: auto; + } + } + .lg\:max-w-7xl { + @media (width >= 1024px) { + max-width: var(--container-7xl); + } + } + .lg\:max-w-none { + @media (width >= 1024px) { + max-width: none; + } + } + .lg\:max-w-xs { + @media (width >= 1024px) { + max-width: var(--container-xs); + } + } + .lg\:grid-flow-col-dense { + @media (width >= 1024px) { + grid-auto-flow: column dense; + } + } + .lg\:grid-cols-2 { + @media (width >= 1024px) { + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + } + .lg\:flex-row { + @media (width >= 1024px) { + flex-direction: row; + } + } + .lg\:gap-24 { + @media (width >= 1024px) { + gap: calc(var(--spacing) * 24); + } + } + .lg\:p-\[12vh\] { + @media (width >= 1024px) { + padding: 12vh; + } + } + .lg\:px-0 { + @media (width >= 1024px) { + padding-inline: calc(var(--spacing) * 0); + } + } + .lg\:px-8 { + @media (width >= 1024px) { + padding-inline: calc(var(--spacing) * 8); + } + } + .lg\:px-32 { + @media (width >= 1024px) { + padding-inline: calc(var(--spacing) * 32); + } + } + .lg\:py-16 { + @media (width >= 1024px) { + padding-block: calc(var(--spacing) * 16); + } + } + .lg\:py-32 { + @media (width >= 1024px) { + padding-block: calc(var(--spacing) * 32); + } + } + .xl\:w-1\/4 { + @media (width >= 1280px) { + width: calc(1/4 * 100%); + } + } + .xl\:grid-cols-4 { + @media (width >= 1280px) { + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + } + .\32 xl\:grid-cols-5 { + @media (width >= 1536px) { + grid-template-columns: repeat(5, minmax(0, 1fr)); + } + } + .ltr\:right-0 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + right: calc(var(--spacing) * 0); + } + } + .ltr\:-left-6 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + left: calc(var(--spacing) * -6); + } + } + .ltr\:mr-1 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + margin-right: calc(var(--spacing) * 1); + } + } + .ltr\:mr-4 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + margin-right: calc(var(--spacing) * 4); + } + } + .ltr\:-ml-5 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + margin-left: calc(var(--spacing) * -5); + } + } + .ltr\:ml-2 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + margin-left: calc(var(--spacing) * 2); + } + } + .ltr\:block { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + display: block; + } + } + .ltr\:hidden { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + display: none; + } + } + .ltr\:inline { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + display: inline; + } + } + .ltr\:border-l { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + border-left-style: var(--tw-border-style); + border-left-width: 1px; + } + } + .ltr\:pr-2 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + padding-right: calc(var(--spacing) * 2); + } + } + .ltr\:pr-3 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + padding-right: calc(var(--spacing) * 3); + } + } + .ltr\:pl-5 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + padding-left: calc(var(--spacing) * 5); + } + } + .ltr\:text-right { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + text-align: right; + } + } + .ltr\:sm\:mr-7 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + @media (width >= 640px) { + margin-right: calc(var(--spacing) * 7); + } + } + } + .ltr\:sm\:last\:mr-0 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + @media (width >= 640px) { + &:last-child { + margin-right: calc(var(--spacing) * 0); + } + } + } + } + .ltr\:lg\:pl-8 { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + @media (width >= 1024px) { + padding-left: calc(var(--spacing) * 8); + } + } + } + .rtl\:-right-6 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + right: calc(var(--spacing) * -6); + } + } + .rtl\:left-0 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + left: calc(var(--spacing) * 0); + } + } + .rtl\:-mr-5 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-right: calc(var(--spacing) * -5); + } + } + .rtl\:mr-2 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-right: calc(var(--spacing) * 2); + } + } + .rtl\:ml-1 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-left: calc(var(--spacing) * 1); + } + } + .rtl\:ml-4 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-left: calc(var(--spacing) * 4); + } + } + .rtl\:block { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + display: block; + } + } + .rtl\:hidden { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + display: none; + } + } + .rtl\:inline { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + display: inline; + } + } + .rtl\:border-r { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + border-right-style: var(--tw-border-style); + border-right-width: 1px; + } + } + .rtl\:pr-5 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-right: calc(var(--spacing) * 5); + } + } + .rtl\:pl-2 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-left: calc(var(--spacing) * 2); + } + } + .rtl\:pl-3 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-left: calc(var(--spacing) * 3); + } + } + .rtl\:text-left { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + text-align: left; + } + } + .rtl\:sm\:ml-7 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + @media (width >= 640px) { + margin-left: calc(var(--spacing) * 7); + } + } + } + .rtl\:sm\:last\:ml-0 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + @media (width >= 640px) { + &:last-child { + margin-left: calc(var(--spacing) * 0); + } + } + } + } + .rtl\:lg\:pr-8 { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + @media (width >= 1024px) { + padding-right: calc(var(--spacing) * 8); + } + } + } + .dark\:flex { + &:is(.dark *) { + display: flex; + } + } + .dark\:hidden { + &:is(.dark *) { + display: none; + } + } + .dark\:border-neutral-400 { + &:is(.dark *) { + border-color: rgba(var(--color-neutral-400), 1); + } + } + .dark\:border-neutral-600 { + &:is(.dark *) { + border-color: rgba(var(--color-neutral-600), 1); + } + } + .dark\:border-neutral-700 { + &:is(.dark *) { + border-color: rgba(var(--color-neutral-700), 1); + } + } + .dark\:border-primary-300 { + &:is(.dark *) { + border-color: rgba(var(--color-primary-300), 1); + } + } + .dark\:border-primary-600 { + &:is(.dark *) { + border-color: rgba(var(--color-primary-600), 1); + } + } + .dark\:prose-invert { + &:is(.dark *) { + --tw-prose-body: var(--tw-prose-invert-body); + --tw-prose-headings: var(--tw-prose-invert-headings); + --tw-prose-lead: var(--tw-prose-invert-lead); + --tw-prose-links: var(--tw-prose-invert-links); + --tw-prose-bold: var(--tw-prose-invert-bold); + --tw-prose-counters: var(--tw-prose-invert-counters); + --tw-prose-bullets: var(--tw-prose-invert-bullets); + --tw-prose-hr: var(--tw-prose-invert-hr); + --tw-prose-quotes: var(--tw-prose-invert-quotes); + --tw-prose-quote-borders: var(--tw-prose-invert-quote-borders); + --tw-prose-captions: var(--tw-prose-invert-captions); + --tw-prose-kbd: var(--tw-prose-invert-kbd); + --tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows); + --tw-prose-code: var(--tw-prose-invert-code); + --tw-prose-pre-code: var(--tw-prose-invert-pre-code); + --tw-prose-pre-bg: var(--tw-prose-invert-pre-bg); + --tw-prose-th-borders: var(--tw-prose-invert-th-borders); + --tw-prose-td-borders: var(--tw-prose-invert-td-borders); + :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-neutral-600), 1) 100%, transparent); + &:hover { + color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + } + :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + color: color-mix(in oklab, rgba(var(--color-neutral-200), 1) 100%, transparent); + background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + } + :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + background-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + background-color: color-mix(in oklab, rgba(var(--color-neutral-700), 1) 100%, transparent); + } + :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { + text-decoration-color: color-mix(in oklab, rgba(var(--color-primary-400), 1) 100%, transparent); + } + } + } + .dark\:bg-neutral-400 { + &:is(.dark *) { + background-color: rgba(var(--color-neutral-400), 1); + } + } + .dark\:bg-neutral-600 { + &:is(.dark *) { + background-color: rgba(var(--color-neutral-600), 1); + } + } + .dark\:bg-neutral-700 { + &:is(.dark *) { + background-color: rgba(var(--color-neutral-700), 1); + } + } + .dark\:bg-neutral-800 { + &:is(.dark *) { + background-color: rgba(var(--color-neutral-800), 1); + } + } + .dark\:bg-neutral-800\/50 { + &:is(.dark *) { + background-color: color-mix(in oklab, rgba(var(--color-neutral-800), 1) 50%, transparent); + } + } + .dark\:bg-neutral-900\/50 { + &:is(.dark *) { + background-color: color-mix(in oklab, rgba(var(--color-neutral-900), 1) 50%, transparent); + } + } + .dark\:bg-primary-300 { + &:is(.dark *) { + background-color: rgba(var(--color-primary-300), 1); + } + } + .dark\:bg-primary-400 { + &:is(.dark *) { + background-color: rgba(var(--color-primary-400), 1); + } + } + .dark\:bg-primary-800 { + &:is(.dark *) { + background-color: rgba(var(--color-primary-800), 1); + } + } + .dark\:bg-primary-900 { + &:is(.dark *) { + background-color: rgba(var(--color-primary-900), 1); + } + } + .dark\:from-neutral-800 { + &:is(.dark *) { + --tw-gradient-from: rgba(var(--color-neutral-800), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + } + .dark\:from-primary-600 { + &:is(.dark *) { + --tw-gradient-from: rgba(var(--color-primary-600), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + } + .dark\:to-neutral-800 { + &:is(.dark *) { + --tw-gradient-to: rgba(var(--color-neutral-800), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + } + .dark\:to-secondary-800 { + &:is(.dark *) { + --tw-gradient-to: rgba(var(--color-secondary-800), 1); + --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position)); + } + } + .dark\:text-neutral { + &:is(.dark *) { + color: rgba(var(--color-neutral), 1); + } + } + .dark\:text-neutral-100 { + &:is(.dark *) { + color: rgba(var(--color-neutral-100), 1); + } + } + .dark\:text-neutral-200 { + &:is(.dark *) { + color: rgba(var(--color-neutral-200), 1); + } + } + .dark\:text-neutral-300 { + &:is(.dark *) { + color: rgba(var(--color-neutral-300), 1); + } + } + .dark\:text-neutral-400 { + &:is(.dark *) { + color: rgba(var(--color-neutral-400), 1); + } + } + .dark\:text-neutral-500 { + &:is(.dark *) { + color: rgba(var(--color-neutral-500), 1); + } + } + .dark\:text-neutral-700 { + &:is(.dark *) { + color: rgba(var(--color-neutral-700), 1); + } + } + .dark\:text-neutral-800 { + &:is(.dark *) { + color: rgba(var(--color-neutral-800), 1); + } + } + .dark\:text-primary-200 { + &:is(.dark *) { + color: rgba(var(--color-primary-200), 1); + } + } + .dark\:text-primary-400 { + &:is(.dark *) { + color: rgba(var(--color-primary-400), 1); + } + } + .dark\:opacity-60 { + &:is(.dark *) { + opacity: 60%; + } + } + .dark\:scrollbar-thumb-neutral-600 { + &:is(.dark *) { + --scrollbar-thumb: oklch(0.439 0 0); + } + } + .dark\:scrollbar-track-neutral-800 { + &:is(.dark *) { + --scrollbar-track: oklch(0.269 0 0); + } + } + .dark\:group-hover\:text-neutral-700 { + &:is(.dark *) { + &:is(:where(.group):hover *) { + @media (hover: hover) { + color: rgba(var(--color-neutral-700), 1); + } + } + } + } + .dark\:group-hover\:text-primary-400 { + &:is(.dark *) { + &:is(:where(.group):hover *) { + @media (hover: hover) { + color: rgba(var(--color-primary-400), 1); + } + } + } + } + .dark\:hover\:\!bg-primary-700 { + &:is(.dark *) { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-700), 1) !important; + } + } + } + } + .dark\:hover\:bg-primary-400 { + &:is(.dark *) { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-400), 1); + } + } + } + } + .dark\:hover\:bg-primary-900 { + &:is(.dark *) { + &:hover { + @media (hover: hover) { + background-color: rgba(var(--color-primary-900), 1); + } + } + } + } + .dark\:hover\:text-neutral-800 { + &:is(.dark *) { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-neutral-800), 1); + } + } + } + } + .dark\:hover\:text-primary-400 { + &:is(.dark *) { + &:hover { + @media (hover: hover) { + color: rgba(var(--color-primary-400), 1); + } + } + } + } + .dark\:focus\:bg-primary-900 { + &:is(.dark *) { + &:focus { + background-color: rgba(var(--color-primary-900), 1); + } + } + } + .print\:hidden { + @media print { + display: none; + } + } } - -.w-3 { - width:0.75rem +body a, body button { + transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to; + transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); + transition-duration: var(--tw-duration, var(--default-transition-duration)); } - -.w-36 { - width:9rem +.icon svg { + height: 1em; + width: 1em; } - -.w-6 { - width:1.5rem +.logo svg { + height: 5rem; + width: 5rem; } - -.w-8 { - width:2rem +#search-query::-webkit-search-cancel-button, #search-query::-webkit-search-decoration, #search-query::-webkit-search-results-button, #search-query::-webkit-search-results-decoration { + display: none; } - -.w-\[15\%\] { - width:15% +.prose blockquote { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + border-right-style: var(--tw-border-style); + border-right-width: 4px; + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + border-left-style: var(--tw-border-style); + border-left-width: 0px; + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-right: calc(var(--spacing) * 4); + } } - -.w-\[30px\] { - width:30px +.prose ul>li, .prose ol>li { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-right: calc(var(--spacing) * 7); + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-right: calc(var(--spacing) * 2); + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-left: calc(var(--spacing) * 0); + } } - -.w-auto { - width:auto +.prose ol>li:before, .prose ul>li:before { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + right: calc(var(--spacing) * 1); + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + left: auto; + } } - -.w-full { - width:100% +.prose thead td:first-child, .prose thead th:first-child { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-right: calc(var(--spacing) * 0); + } } - -.w-screen { - width:100vw +.prose thead td:last-child, .prose thead th:last-child { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-left: calc(var(--spacing) * 0); + } } - -.min-w-0 { - min-width:0px +.prose div.min-w-0.max-w-prose>*:first-child { + margin-top: calc(var(--spacing) * 3); } - -.min-w-\[1\.8rem\] { - min-width:1.8rem +.toc ul, .toc li { + list-style-type: none; + padding-inline: calc(var(--spacing) * 0); + --tw-leading: var(--leading-snug); + line-height: var(--leading-snug); } - -.min-w-\[220px\] { - min-width:220px +.toc ul ul { + &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) { + padding-left: calc(var(--spacing) * 4); + } + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + padding-right: calc(var(--spacing) * 4); + } } - -.min-w-\[30px\] { - min-width:30px +.toc a { + --tw-font-weight: var(--font-weight-normal); + font-weight: var(--font-weight-normal); + color: rgba(var(--color-neutral-700), 1); + &:is(.dark *) { + color: rgba(var(--color-neutral-400), 1); + } } - -.min-w-full { - min-width:100% -} - -.max-w-3xl { - max-width:48rem -} - -.max-w-7xl { - max-width:80rem -} - -.max-w-\[1600px\] { - max-width:1600px -} - -.max-w-\[200px\] { - max-width:200px -} - -.max-w-\[267px\] { - max-width:267px -} - -.max-w-\[5rem\] { - max-width:5rem -} - -.max-w-\[64rem\] { - max-width:64rem -} - -.max-w-\[calc\(100\%-1rem\)\] { - max-width:calc(100% - 1rem) -} - -.max-w-fit { - max-width:-moz-fit-content; - max-width:fit-content -} - -.max-w-full { - max-width:100% -} - -.max-w-prose { - max-width:65ch -} - -.max-w-xl { - max-width:36rem -} - -.flex-1 { - flex:1 1 0% -} - -.flex-auto { - flex:1 1 auto -} - -.flex-initial { - flex:0 1 auto -} - -.flex-none { - flex:none -} - -.shrink-0 { - flex-shrink:0 -} - -.grow { - flex-grow:1 -} - -.grow-0 { - flex-grow:0 -} - -.basis-auto { - flex-basis:auto -} - -.-translate-x-full { - --tw-translate-x:-100%; - 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)) -} - -.-translate-y-8 { - --tw-translate-y:-2rem; - 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)) -} - -.translate-x-full { - --tw-translate-x:100%; - 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)) -} - -.scale-0 { - --tw-scale-x:0; - --tw-scale-y:0; - 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)) -} - -.scale-100 { - --tw-scale-x:1; - --tw-scale-y:1; - 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)) -} - -.scale-\[1\.02\] { - --tw-scale-x:1.02; - --tw-scale-y:1.02; - 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)) -} - -.transform { - 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)) -} - -.transform-none { - transform:none -} - -@keyframes pulse { - 50% { - opacity:.5 - } -} - -.animate-pulse { - animation:pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite -} - -.cursor-default { - cursor:default -} - -.cursor-pointer { - cursor:pointer -} - -.touch-none { - touch-action:none -} - -.touch-pan-y { - --tw-pan-y:pan-y; - touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom) -} - -.resize { - resize:both -} - -.list-none { - list-style-type:none -} - -.appearance-none { - -webkit-appearance:none; - -moz-appearance:none; - appearance:none -} - -.flex-row { - flex-direction:row -} - -.flex-col { - flex-direction:column -} - -.flex-wrap { - flex-wrap:wrap -} - -.items-end { - align-items:flex-end -} - -.items-center { - align-items:center -} - -.justify-center { - justify-content:center -} - -.justify-between { - justify-content:space-between -} - -.gap-4 { - gap:1rem -} - -.gap-x-3 { - -moz-column-gap:0.75rem; - column-gap:0.75rem -} - -.gap-x-5 { - -moz-column-gap:1.25rem; - column-gap:1.25rem -} - -.space-x-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse:0; - margin-right:calc(0.5rem * var(--tw-space-x-reverse)); - margin-left:calc(0.5rem * calc(1 - var(--tw-space-x-reverse))) -} - -.space-x-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse:0; - margin-right:calc(0.75rem * var(--tw-space-x-reverse)); - margin-left:calc(0.75rem * calc(1 - var(--tw-space-x-reverse))) -} - -.space-x-5 > :not([hidden]) ~ :not([hidden]) { - --tw-space-x-reverse:0; - margin-right:calc(1.25rem * var(--tw-space-x-reverse)); - margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse))) -} - -.space-y-10 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse:0; - margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom:calc(2.5rem * var(--tw-space-y-reverse)) -} - -.space-y-2 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse:0; - margin-top:calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom:calc(0.5rem * var(--tw-space-y-reverse)) -} - -.space-y-3 > :not([hidden]) ~ :not([hidden]) { - --tw-space-y-reverse:0; - margin-top:calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); - margin-bottom:calc(0.75rem * var(--tw-space-y-reverse)) -} - -.place-self-center { - place-self:center -} - -.self-center { - align-self:center -} - -.overflow-auto { - overflow:auto -} - -.\!overflow-hidden { - overflow:hidden !important -} - -.overflow-hidden { - overflow:hidden -} - -.overflow-visible { - overflow:visible -} - -.overflow-y-scroll { - overflow-y:scroll -} - -.overscroll-contain { - overscroll-behavior:contain -} - -.scroll-smooth { - scroll-behavior:smooth -} - -.whitespace-normal { - white-space:normal -} - -.\!whitespace-nowrap { - white-space:nowrap !important -} - -.break-normal { - overflow-wrap:normal; - word-break:normal -} - -.break-words { - overflow-wrap:break-word -} - -.\!rounded-md { - border-radius:0.375rem !important -} - -.rounded { - border-radius:0.25rem -} - -.rounded-2xl { - border-radius:1rem -} - -.rounded-\[50\%\] { - border-radius:50% -} - -.rounded-full { - border-radius:9999px -} - -.rounded-lg { - border-radius:0.5rem -} - -.rounded-md { - border-radius:0.375rem -} - -.rounded-xl { - border-radius:0.75rem -} - -.rounded-b-lg { - border-bottom-right-radius:0.5rem; - border-bottom-left-radius:0.5rem -} - -.rounded-e-\[0\.25rem\] { - border-start-end-radius:0.25rem; - border-end-end-radius:0.25rem -} - -.rounded-s-\[0\.25rem\] { - border-start-start-radius:0.25rem; - border-end-start-radius:0.25rem -} - -.rounded-t-lg { - border-top-left-radius:0.5rem; - border-top-right-radius:0.5rem -} - -.\!border-0 { - border-width:0px !important -} - -.border { - border-width:1px -} - -.border-0 { - border-width:0px -} - -.border-2 { - border-width:2px -} - -.border-y-\[10px\] { - border-top-width:10px; - border-bottom-width:10px -} - -.border-b-2 { - border-bottom-width:2px -} - -.border-e-0 { - border-inline-end-width:0px -} - -.border-l-2 { - border-left-width:2px -} - -.border-s-0 { - border-inline-start-width:0px -} - -.border-s-\[0\.125rem\] { - border-inline-start-width:0.125rem -} - -.border-t { - border-top-width:1px -} - -.border-solid { - border-style:solid -} - -.border-dotted { - border-style:dotted -} - -.border-neutral-100 { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-100), var(--tw-border-opacity, 1)) -} - -.border-neutral-200 { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-200), var(--tw-border-opacity, 1)) -} - -.border-neutral-300 { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-300), var(--tw-border-opacity, 1)) -} - -.border-primary-400 { - --tw-border-opacity:1; - border-color:rgba(var(--color-primary-400), var(--tw-border-opacity, 1)) -} - -.border-primary-500 { - --tw-border-opacity:1; - border-color:rgba(var(--color-primary-500), var(--tw-border-opacity, 1)) -} - -.border-secondary-500 { - --tw-border-opacity:1; - border-color:rgba(var(--color-secondary-500), var(--tw-border-opacity, 1)) -} - -.border-transparent { - border-color:transparent -} - -.border-t-transparent { - border-top-color:transparent -} - -.bg-\[\#6d6d6d\] { - --tw-bg-opacity:1; - background-color:rgb(109 109 109 / var(--tw-bg-opacity, 1)) -} - -.bg-neutral { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral), var(--tw-bg-opacity, 1)) -} - -.bg-neutral-100 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-100), var(--tw-bg-opacity, 1)) -} - -.bg-neutral-100\/50 { - background-color:rgba(var(--color-neutral-100), 0.5) -} - -.bg-neutral-300 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-300), var(--tw-bg-opacity, 1)) -} - -.bg-neutral-500\/50 { - background-color:rgba(var(--color-neutral-500), 0.5) -} - -.bg-neutral\/50 { - background-color:rgba(var(--color-neutral), 0.5) -} - -.bg-primary-100 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-100), var(--tw-bg-opacity, 1)) -} - -.bg-primary-200 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-200), var(--tw-bg-opacity, 1)) -} - -.bg-primary-500 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-500), var(--tw-bg-opacity, 1)) -} - -.bg-primary-600 { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-600), var(--tw-bg-opacity, 1)) -} - -.bg-transparent { - background-color:transparent -} - -.bg-gradient-to-b { - background-image:linear-gradient(to bottom, var(--tw-gradient-stops)) -} - -.bg-gradient-to-r { - background-image:linear-gradient(to right, var(--tw-gradient-stops)) -} - -.bg-gradient-to-t { - background-image:linear-gradient(to top, var(--tw-gradient-stops)) -} - -.bg-none { - background-image:none -} - -.from-neutral { - --tw-gradient-from:rgba(var(--color-neutral), 1) var(--tw-gradient-from-position); - --tw-gradient-to:rgba(var(--color-neutral), 0) var(--tw-gradient-to-position); - --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) -} - -.from-primary-500 { - --tw-gradient-from:rgba(var(--color-primary-500), 1) var(--tw-gradient-from-position); - --tw-gradient-to:rgba(var(--color-primary-500), 0) var(--tw-gradient-to-position); - --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) -} - -.from-60\% { - --tw-gradient-from-position:60% -} - -.to-neutral { - --tw-gradient-to:rgba(var(--color-neutral), 1) var(--tw-gradient-to-position) -} - -.to-neutral-100 { - --tw-gradient-to:rgba(var(--color-neutral-100), 1) var(--tw-gradient-to-position) -} - -.to-secondary-600 { - --tw-gradient-to:rgba(var(--color-secondary-600), 1) var(--tw-gradient-to-position) -} - -.to-transparent { - --tw-gradient-to:transparent var(--tw-gradient-to-position) -} - -.bg-clip-padding { - background-clip:padding-box -} - -.object-cover { - -o-object-fit:cover; - object-fit:cover -} - -.object-scale-down { - -o-object-fit:scale-down; - object-fit:scale-down -} - -.object-left { - -o-object-position:left; - object-position:left -} - -.\!p-0 { - padding:0px !important -} - -.p-0 { - padding:0px -} - -.p-1\.5 { - padding:0.375rem -} - -.p-4 { - padding:1rem -} - -.p-5 { - padding:1.25rem -} - -.p-6 { - padding:1.5rem -} - -.px-0 { - padding-left:0px; - padding-right:0px -} - -.px-1 { - padding-left:0.25rem; - padding-right:0.25rem -} - -.px-1\.5 { - padding-left:0.375rem; - padding-right:0.375rem -} - -.px-2 { - padding-left:0.5rem; - padding-right:0.5rem -} - -.px-3 { - padding-left:0.75rem; - padding-right:0.75rem -} - -.px-4 { - padding-left:1rem; - padding-right:1rem -} - -.px-6 { - padding-left:1.5rem; - padding-right:1.5rem -} - -.px-\[0\.4rem\] { - padding-left:0.4rem; - padding-right:0.4rem -} - -.px-\[30px\] { - padding-left:30px; - padding-right:30px -} - -.py-1 { - padding-top:0.25rem; - padding-bottom:0.25rem -} - -.py-1\.5 { - padding-top:0.375rem; - padding-bottom:0.375rem -} - -.py-10 { - padding-top:2.5rem; - padding-bottom:2.5rem -} - -.py-16 { - padding-top:4rem; - padding-bottom:4rem -} - -.py-2 { - padding-top:0.5rem; - padding-bottom:0.5rem -} - -.py-3 { - padding-top:0.75rem; - padding-bottom:0.75rem -} - -.py-4 { - padding-top:1rem; - padding-bottom:1rem -} - -.py-6 { - padding-top:1.5rem; - padding-bottom:1.5rem -} - -.py-8 { - padding-top:2rem; - padding-bottom:2rem -} - -.py-\[0\.4rem\] { - padding-top:0.4rem; - padding-bottom:0.4rem -} - -.py-\[1px\] { - padding-top:1px; - padding-bottom:1px -} - -.pb-2 { - padding-bottom:0.5rem -} - -.pb-3 { - padding-bottom:0.75rem -} - -.pb-32 { - padding-bottom:8rem -} - -.pb-4 { - padding-bottom:1rem -} - -.pl-2 { - padding-left:0.5rem -} - -.pl-\[24px\] { - padding-left:24px -} - -.pr-\[24px\] { - padding-right:24px -} - -.pt-16 { - padding-top:4rem -} - -.pt-2 { - padding-top:0.5rem -} - -.pt-3 { - padding-top:0.75rem -} - -.pt-4 { - padding-top:1rem -} - -.pt-8 { - padding-top:2rem -} - -.text-left { - text-align:left -} - -.text-center { - text-align:center -} - -.text-right { - text-align:right -} - -.-indent-\[999px\] { - text-indent:-999px -} - -.align-top { - vertical-align:top -} - -.align-middle { - vertical-align:middle -} - -.align-bottom { - vertical-align:bottom -} - -.align-text-bottom { - vertical-align:text-bottom -} - -.text-2xl { - font-size:1.5rem; - line-height:2rem -} - -.text-4xl { - font-size:2.25rem; - line-height:2.5rem -} - -.text-\[0\.6rem\] { - font-size:0.6rem -} - -.text-base { - font-size:1rem; - line-height:1.5rem -} - -.text-lg { - font-size:1.125rem; - line-height:1.75rem -} - -.text-sm { - font-size:0.875rem; - line-height:1.25rem -} - -.text-xl { - font-size:1.25rem; - line-height:1.75rem -} - -.text-xs { - font-size:0.75rem; - line-height:1rem -} - -.font-bold { - font-weight:700 -} - -.font-extrabold { - font-weight:800 -} - -.font-light { - font-weight:300 -} - -.font-medium { - font-weight:500 -} - -.font-normal { - font-weight:400 -} - -.font-semibold { - font-weight:600 -} - -.uppercase { - text-transform:uppercase -} - -.normal-case { - text-transform:none -} - -.italic { - font-style:italic -} - -.not-italic { - font-style:normal -} - -.leading-3 { - line-height:.75rem -} - -.leading-6 { - line-height:1.5rem -} - -.leading-7 { - line-height:1.75rem -} - -.leading-\[1\.6\] { - line-height:1.6 -} - -.tracking-normal { - letter-spacing:0em -} - -.\!text-neutral { - --tw-text-opacity:1 !important; - color:rgba(var(--color-neutral), var(--tw-text-opacity, 1)) !important -} - -.text-neutral-200 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-200), var(--tw-text-opacity, 1)) -} - -.text-neutral-300 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-300), var(--tw-text-opacity, 1)) -} - -.text-neutral-400 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-400), var(--tw-text-opacity, 1)) -} - -.text-neutral-50 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-50), var(--tw-text-opacity, 1)) -} - -.text-neutral-500 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) -} - -.text-neutral-700 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)) -} - -.text-neutral-800 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-800), var(--tw-text-opacity, 1)) -} - -.text-neutral-900 { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-900), var(--tw-text-opacity, 1)) -} - -.text-primary-100 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-100), var(--tw-text-opacity, 1)) -} - -.text-primary-300 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-300), var(--tw-text-opacity, 1)) -} - -.text-primary-400 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.text-primary-500 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-500), var(--tw-text-opacity, 1)) -} - -.text-primary-600 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity, 1)) -} - -.text-primary-700 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-700), var(--tw-text-opacity, 1)) -} - -.text-primary-800 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-800), var(--tw-text-opacity, 1)) -} - -.text-transparent { - color:transparent -} - -.\!no-underline { - text-decoration-line:none !important -} - -.no-underline { - text-decoration-line:none -} - -.decoration-neutral-300 { - text-decoration-color:rgba(var(--color-neutral-300), 1) -} - -.decoration-primary-500 { - text-decoration-color:rgba(var(--color-primary-500), 1) -} - -.underline-offset-auto { - text-underline-offset:auto -} - -.\!opacity-0 { - opacity:0 !important -} - -.\!opacity-100 { - opacity:1 !important -} - -.opacity-0 { - opacity:0 -} - -.opacity-100 { - opacity:1 -} - -.opacity-30 { - opacity:0.3 -} - -.opacity-50 { - opacity:0.5 -} - -.opacity-60 { - opacity:0.6 -} - -.opacity-65 { - opacity:0.65 -} - -.mix-blend-normal { - mix-blend-mode:normal -} - -.mix-blend-multiply { - mix-blend-mode:multiply -} - -.shadow { - --tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); - --tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); - box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) -} - -.shadow-2xl { - --tw-shadow:0 25px 50px -12px rgb(0 0 0 / 0.25); - --tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color); - box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) -} - -.shadow-lg { - --tw-shadow:0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); - --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); - box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) -} - -.shadow-xl { - --tw-shadow:0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1); - --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color); - box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) -} - -.blur { - --tw-blur:blur(8px); - 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) -} - -.filter { - 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) -} - -.backdrop-blur { - --tw-backdrop-blur:blur(8px); - -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); - backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) -} - -.backdrop-blur-2xl { - --tw-backdrop-blur:blur(40px); - -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); - backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) -} - -.backdrop-blur-sm { - --tw-backdrop-blur:blur(4px); - -webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); - backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia) -} - -.transition-\[height\] { - transition-property:height; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.transition-\[transform\2c _opacity\] { - transition-property:transform, opacity; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.transition-\[width\] { - transition-property:width; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.transition-all { - transition-property:all; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.transition-opacity { - transition-property:opacity; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.transition-transform { - transition-property:transform; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -.duration-150 { - transition-duration:150ms -} - -.duration-200 { - transition-duration:200ms -} - -.duration-300 { - transition-duration:300ms -} - -.duration-\[350ms\] { - transition-duration:350ms -} - -.duration-\[600ms\] { - transition-duration:600ms -} - -.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] { - transition-timing-function:cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1) -} - -.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] { - transition-timing-function:cubic-bezier(0.25,0.1,0.25,1.0) -} - -.ease-in-out { - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1) -} - -.ease-linear { - transition-timing-function:linear -} - -.scrollbar-thin::-webkit-scrollbar-track { - background-color:var(--scrollbar-track); - border-radius:var(--scrollbar-track-radius) -} - -.scrollbar-thin::-webkit-scrollbar-track:hover { - background-color:var(--scrollbar-track-hover, var(--scrollbar-track)) -} - -.scrollbar-thin::-webkit-scrollbar-track:active { - background-color:var(--scrollbar-track-active, var(--scrollbar-track-hover, var(--scrollbar-track))) -} - -.scrollbar-thin::-webkit-scrollbar-thumb { - background-color:var(--scrollbar-thumb); - border-radius:var(--scrollbar-thumb-radius) -} - -.scrollbar-thin::-webkit-scrollbar-thumb:hover { - background-color:var(--scrollbar-thumb-hover, var(--scrollbar-thumb)) -} - -.scrollbar-thin::-webkit-scrollbar-thumb:active { - background-color:var(--scrollbar-thumb-active, var(--scrollbar-thumb-hover, var(--scrollbar-thumb))) -} - -.scrollbar-thin::-webkit-scrollbar-corner { - background-color:var(--scrollbar-corner); - border-radius:var(--scrollbar-corner-radius) -} - -.scrollbar-thin::-webkit-scrollbar-corner:hover { - background-color:var(--scrollbar-corner-hover, var(--scrollbar-corner)) -} - -.scrollbar-thin::-webkit-scrollbar-corner:active { - background-color:var(--scrollbar-corner-active, var(--scrollbar-corner-hover, var(--scrollbar-corner))) -} - -@supports (-moz-appearance:none) { - .scrollbar-thin { - scrollbar-width:thin; - scrollbar-color:var(--scrollbar-thumb, initial) var(--scrollbar-track, initial) - } -} - -.scrollbar-thin::-webkit-scrollbar { - display:block; - width:8px; - height:8px -} - -.scrollbar-track-neutral-200 { - --scrollbar-track:rgba(var(--color-neutral-200), 1) !important -} - -.scrollbar-thumb-neutral-400 { - --scrollbar-thumb:rgba(var(--color-neutral-400), 1) !important -} - -.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\] { - clip:rect(0,0,0,0) !important -} - -body a, -body button { - transition-property:color, background-color, border-color, text-decoration-color, fill, stroke; - transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1); - transition-duration:150ms -} - -/* Scale SVG icons to text size */ - -.icon svg { - height:1em; - width:1em +.toc ul>li { + &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) { + margin-right: calc(var(--spacing) * 0); + } } - -/* Scale SVG logos to appropriate size */ - -.logo svg { - height:5rem; - width:5rem -} - -/* Search */ - -#search-query::-webkit-search-cancel-button, -#search-query::-webkit-search-decoration, -#search-query::-webkit-search-results-button, -#search-query::-webkit-search-results-decoration { - display:none -} - -/* RTL support */ - -.prose blockquote:where([dir="rtl"], [dir="rtl"] *) { - border-left-width:0px; - border-right-width:4px; - padding-right:1rem -} - -.prose ul>li:where([dir="rtl"], [dir="rtl"] *), -.prose ol>li:where([dir="rtl"], [dir="rtl"] *) { - margin-right:1.75rem; - padding-left:0px; - padding-right:0.5rem -} - -.prose ol>li:where([dir="rtl"], [dir="rtl"] *):before, -.prose ul>li:where([dir="rtl"], [dir="rtl"] *):before { - left:auto; - right:0.25rem -} - -.prose thead td:first-child:where([dir="rtl"], [dir="rtl"] *), -.prose thead th:first-child:where([dir="rtl"], [dir="rtl"] *) { - padding-right:0px -} - -.prose thead td:last-child:where([dir="rtl"], [dir="rtl"] *), -.prose thead th:last-child:where([dir="rtl"], [dir="rtl"] *) { - padding-left:0px -} - -/* Adjust first child within prose */ - -.prose div.min-w-0.max-w-prose>*:first-child { - margin-top:0.75rem -} - -/* Table of Contents */ - -.toc ul, -.toc li { - list-style-type:none; - padding-left:0px; - padding-right:0px; - line-height:1.375 -} - -.toc ul ul:where([dir="ltr"], [dir="ltr"] *) { - padding-left:1rem -} - -.toc ul ul:where([dir="rtl"], [dir="rtl"] *) { - padding-right:1rem -} - -.toc a { - font-weight:400; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)) -} - -.toc a:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-400), var(--tw-text-opacity, 1)) -} - -.toc ul>li:where([dir="rtl"], [dir="rtl"] *) { - margin-right:0px -} - -/* Code Copy */ - .highlight-wrapper { - display:block + display: block; } - .highlight { - position:relative; - z-index:0 + position: relative; + z-index: 0; } - .highlight:hover>.copy-button { - visibility:visible + visibility: visible; } - .copy-button { - visibility:hidden; - position:absolute; - top:0px; - right:0px; - z-index:10; - width:5rem; - cursor:pointer; - white-space:nowrap; - border-bottom-left-radius:0.375rem; - border-top-right-radius:0.375rem; - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-200), var(--tw-bg-opacity, 1)); - padding-top:0.25rem; - padding-bottom:0.25rem; - font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; - font-size:0.875rem; - line-height:1.25rem; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)); - opacity:0.9 -} - -.copy-button:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-600), var(--tw-bg-opacity, 1)); - --tw-text-opacity:1; - color:rgba(var(--color-neutral-200), var(--tw-text-opacity, 1)) -} - -.copy-button:hover, -.copy-button:focus, -.copy-button:active, -.copy-button:active:hover { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-100), var(--tw-bg-opacity, 1)) -} - -.copy-button:hover:is(.dark *), -.copy-button:focus:is(.dark *), -.copy-button:active:is(.dark *), -.copy-button:active:hover:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-600), var(--tw-bg-opacity, 1)) -} - + visibility: hidden; + position: absolute; + top: calc(var(--spacing) * 0); + right: calc(var(--spacing) * 0); + z-index: 10; + width: calc(var(--spacing) * 20); + cursor: pointer; + border-top-right-radius: var(--radius-md); + border-bottom-left-radius: var(--radius-md); + background-color: rgba(var(--color-neutral-200), 1); + padding-block: calc(var(--spacing) * 1); + font-family: var(--font-mono); + font-size: var(--text-sm); + line-height: var(--tw-leading, var(--text-sm--line-height)); + white-space: nowrap; + color: rgba(var(--color-neutral-700), 1); + opacity: 90%; + &:is(.dark *) { + background-color: rgba(var(--color-neutral-600), 1); + } + &:is(.dark *) { + color: rgba(var(--color-neutral-200), 1); + } +} +.copy-button:hover, .copy-button:focus, .copy-button:active, .copy-button:active:hover { + background-color: rgba(var(--color-primary-100), 1); + &:is(.dark *) { + background-color: rgba(var(--color-primary-600), 1); + } +} .copy-textarea { - position:absolute; - z-index:-10; - opacity:0.05 + position: absolute; + z-index: calc(10 * -1); + opacity: 5%; } - -/* Fix long KaTeX equations on mobile (see https://katex.org/docs/issues.html#css-customization) */ - .katex-display { - overflow: auto hidden + overflow: auto hidden; } - -/* Fix long tables breaking out of article on mobile */ - table { display: block; overflow: auto; } - -/* Fix long inline code sections breaking out of article on mobile */ - code { word-wrap: break-word; - /* All browsers since IE 5.5+ */ overflow-wrap: break-word; - /* Renamed property in CSS3 draft spec */ } - -/* Fix long URLs breaking out of article bounds on mobile */ - a { word-break: break-word; word-wrap: break-word; overflow-wrap: break-word; } - -/* -- Chroma Highlight -- */ - -/* Background */ - .prose .chroma { - position:static; - border-radius:0.375rem; - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-50), var(--tw-bg-opacity, 1)); - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)) -} - -.prose .chroma:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-700), var(--tw-bg-opacity, 1)); - --tw-text-opacity:1; - color:rgba(var(--color-neutral-200), var(--tw-text-opacity, 1)) -} - -/* LineTableTD */ - -.chroma .lntd, -.chroma .lntd pre { - margin:0px; - border-style:none; - padding:0px; - vertical-align:top -} - -/* LineTable */ - + position: static; + border-radius: var(--radius-md); + background-color: rgba(var(--color-neutral-50), 1); + color: rgba(var(--color-neutral-700), 1); + &:is(.dark *) { + background-color: rgba(var(--color-neutral-700), 1); + } + &:is(.dark *) { + color: rgba(var(--color-neutral-200), 1); + } +} +.chroma .lntd, .chroma .lntd pre { + margin: calc(var(--spacing) * 0); + --tw-border-style: none; + border-style: none; + padding: calc(var(--spacing) * 0); + vertical-align: top; +} .chroma .lntable { - display:block; - width:auto; - overflow:hidden; - padding-left:1rem; - padding-right:1rem; - padding-top:0.75rem; - padding-bottom:0.75rem; - font-size:1rem; - line-height:1.5rem; - border-spacing: 0 -} - -/* LineHighlight */ - + display: block; + width: auto; + overflow: hidden; + padding-inline: calc(var(--spacing) * 4); + padding-block: calc(var(--spacing) * 3); + font-size: var(--text-base); + line-height: var(--tw-leading, var(--text-base--line-height)); + border-spacing: 0; +} .chroma .hl { - margin-left:-1rem; - margin-right:-1rem; - display:block; - width:auto; - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-100), var(--tw-bg-opacity, 1)); - padding-left:1rem; - padding-right:1rem -} - -.chroma .hl:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-900), var(--tw-bg-opacity, 1)) -} - + margin-inline: calc(var(--spacing) * -4); + display: block; + width: auto; + background-color: rgba(var(--color-primary-100), 1); + padding-inline: calc(var(--spacing) * 4); + &:is(.dark *) { + background-color: rgba(var(--color-primary-900), 1); + } +} .chroma .lntd .hl { - margin:0px; - padding:0px -} - -/* LineNumbersTable */ - -/* LineNumbers */ - -.chroma .lnt, -.chroma .ln { - margin-right:0.4em; - padding-left:0.4em; - padding-right:0.4em; - padding-top:0px; - padding-bottom:0px; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-600), var(--tw-text-opacity, 1)) -} - -.chroma .lnt:is(.dark *), -.chroma .ln:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-300), var(--tw-text-opacity, 1)) -} - -/* Keyword */ - -/* KeywordDeclaration */ - -/* KeywordNamespace */ - -/* KeywordPseudo */ - -/* KeywordReserved */ - -/* NameClass */ - -/* NameFunctionMagic */ - -/* NameNamespace */ - -/* NameVariableClass */ - -/* Operator */ - -.chroma .k, -.chroma .kd, -.chroma .kn, -.chroma .kp, -.chroma .kr, -.chroma .nc, -.chroma .fm, -.chroma .nn, -.chroma .vc, -.chroma .o { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity, 1)) -} - -.chroma .k:is(.dark *), -.chroma .kd:is(.dark *), -.chroma .kn:is(.dark *), -.chroma .kp:is(.dark *), -.chroma .kr:is(.dark *), -.chroma .nc:is(.dark *), -.chroma .fm:is(.dark *), -.chroma .nn:is(.dark *), -.chroma .vc:is(.dark *), -.chroma .o:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-300), var(--tw-text-opacity, 1)) -} - -/* KeywordConstant */ - + margin: calc(var(--spacing) * 0); + padding: calc(var(--spacing) * 0); +} +.chroma .lnt, .chroma .ln { + margin-right: 0.4em; + padding-inline: 0.4em; + padding-block: calc(var(--spacing) * 0); + color: rgba(var(--color-neutral-600), 1); + &:is(.dark *) { + color: rgba(var(--color-neutral-300), 1); + } +} +.chroma .k, .chroma .kd, .chroma .kn, .chroma .kp, .chroma .kr, .chroma .nc, .chroma .fm, .chroma .nn, .chroma .vc, .chroma .o { + color: rgba(var(--color-primary-600), 1); + &:is(.dark *) { + color: rgba(var(--color-primary-300), 1); + } +} .chroma .kc { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-secondary-400), var(--tw-text-opacity, 1)) -} - -.chroma .kc:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-500), var(--tw-text-opacity, 1)) -} - -/* KeywordType */ - -/* NameVariable */ - -/* NameVariableInstance */ - -/* NameVariableMagic */ - -/* LiteralNumber */ - -/* LiteralNumberBin */ - -/* LiteralNumberFloat */ - -/* LiteralNumberHex */ - -/* LiteralNumberInteger */ - -/* LiteralNumberIntegerLong */ - -/* LiteralNumberOct */ - -.chroma .kt, -.chroma .nv, -.chroma .vi, -.chroma .vm, -.chroma .m, -.chroma .mb, -.chroma .mf, -.chroma .mh, -.chroma .mi, -.chroma .il, -.chroma .mo { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-400), var(--tw-text-opacity, 1)) -} - -.chroma .kt:is(.dark *), -.chroma .nv:is(.dark *), -.chroma .vi:is(.dark *), -.chroma .vm:is(.dark *), -.chroma .m:is(.dark *), -.chroma .mb:is(.dark *), -.chroma .mf:is(.dark *), -.chroma .mh:is(.dark *), -.chroma .mi:is(.dark *), -.chroma .il:is(.dark *), -.chroma .mo:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-600), var(--tw-text-opacity, 1)) -} - -/* Name */ - -/* NameDecorator */ - -/* NameEntity */ - -/* NameLabel */ - -.chroma .n, -.chroma .nd, -.chroma .ni, -.chroma .nl { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-900), var(--tw-text-opacity, 1)) -} - -.chroma .n:is(.dark *), -.chroma .nd:is(.dark *), -.chroma .ni:is(.dark *), -.chroma .nl:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-200), var(--tw-text-opacity, 1)) -} - -/* NameAttribute */ - -/* NameBuiltin */ - -/* NameBuiltinPseudo */ - -/* NameOther */ - -/* NameProperty */ - -/* NameTag */ - -.chroma .na, -.chroma .nb, -.chroma .bp, -.chroma .nx, -.chroma .py, -.chroma .nt { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-800), var(--tw-text-opacity, 1)) -} - -.chroma .na:is(.dark *), -.chroma .nb:is(.dark *), -.chroma .bp:is(.dark *), -.chroma .nx:is(.dark *), -.chroma .py:is(.dark *), -.chroma .nt:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-300), var(--tw-text-opacity, 1)) -} - -/* NameConstant */ - -/* NameException */ - -/* NameVariableGlobal */ - -.chroma .no, -.chroma .ne, -.chroma .vg { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-secondary-400), var(--tw-text-opacity, 1)) -} - -.chroma .no:is(.dark *), -.chroma .ne:is(.dark *), -.chroma .vg:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-500), var(--tw-text-opacity, 1)) -} - -/* NameFunction */ - + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-secondary-400), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-500), 1); + } +} +.chroma .kt, .chroma .nv, .chroma .vi, .chroma .vm, .chroma .m, .chroma .mb, .chroma .mf, .chroma .mh, .chroma .mi, .chroma .il, .chroma .mo { + color: rgba(var(--color-secondary-400), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-600), 1); + } +} +.chroma .n, .chroma .nd, .chroma .ni, .chroma .nl { + color: rgba(var(--color-secondary-900), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-200), 1); + } +} +.chroma .na, .chroma .nb, .chroma .bp, .chroma .nx, .chroma .py, .chroma .nt { + color: rgba(var(--color-secondary-800), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-300), 1); + } +} +.chroma .no, .chroma .ne, .chroma .vg { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-secondary-400), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-500), 1); + } +} .chroma .nf { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-600), var(--tw-text-opacity, 1)) -} - -.chroma .nf:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-500), var(--tw-text-opacity, 1)) -} - -/* Literal */ - -/* LiteralDate */ - -/* LiteralString */ - -/* LiteralStringAffix */ - -/* LiteralStringBacktick */ - -/* LiteralStringChar */ - -/* LiteralStringDelimiter */ - -/* LiteralStringDoc */ - -/* LiteralStringDouble */ - -/* LiteralStringHeredoc */ - -/* LiteralStringInterpol */ - -/* LiteralStringOther */ - -/* LiteralStringSingle */ - -/* GenericInserted */ - -/* GenericOutput */ - -/* GenericPrompt */ - -.chroma .l, -.chroma .ld, -.chroma .s, -.chroma .sa, -.chroma .sb, -.chroma .sc, -.chroma .dl, -.chroma .sd, -.chroma .s2, -.chroma .sh, -.chroma .si, -.chroma .sx, -.chroma .s1, -.chroma .gi, -.chroma .go, -.chroma .gp { - --tw-text-opacity:1; - color:rgba(var(--color-primary-800), var(--tw-text-opacity, 1)) -} - -.chroma .l:is(.dark *), -.chroma .ld:is(.dark *), -.chroma .s:is(.dark *), -.chroma .sa:is(.dark *), -.chroma .sb:is(.dark *), -.chroma .sc:is(.dark *), -.chroma .dl:is(.dark *), -.chroma .sd:is(.dark *), -.chroma .s2:is(.dark *), -.chroma .sh:is(.dark *), -.chroma .si:is(.dark *), -.chroma .sx:is(.dark *), -.chroma .s1:is(.dark *), -.chroma .gi:is(.dark *), -.chroma .go:is(.dark *), -.chroma .gp:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -/* LiteralStringEscape */ - + color: rgba(var(--color-secondary-600), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-500), 1); + } +} +.chroma .l, .chroma .ld, .chroma .s, .chroma .sa, .chroma .sb, .chroma .sc, .chroma .dl, .chroma .sd, .chroma .s2, .chroma .sh, .chroma .si, .chroma .sx, .chroma .s1, .chroma .gi, .chroma .go, .chroma .gp { + color: rgba(var(--color-primary-800), 1); + &:is(.dark *) { + color: rgba(var(--color-primary-400), 1); + } +} .chroma .se { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-secondary-400), var(--tw-text-opacity, 1)) -} - -.chroma .se:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-secondary-500), var(--tw-text-opacity, 1)) -} - -/* LiteralStringRegex */ - -/* LiteralStringSymbol */ - -.chroma .sr, -.chroma .ss { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-primary-800), var(--tw-text-opacity, 1)) -} - -.chroma .sr:is(.dark *), -.chroma .ss:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -/* OperatorWord */ - + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-secondary-400), 1); + &:is(.dark *) { + color: rgba(var(--color-secondary-500), 1); + } +} +.chroma .sr, .chroma .ss { + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-primary-800), 1); + &:is(.dark *) { + color: rgba(var(--color-primary-400), 1); + } +} .chroma .ow { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.chroma .ow:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity, 1)) -} - -/* Comment */ - -/* CommentMultiline */ - -/* CommentSingle */ - -/* CommentSpecial */ - -/* CommentPreproc */ - -/* CommentPreprocFile */ - -.chroma .c, -.chroma .cm, -.chroma .c1, -.chroma .cs, -.chroma .cp, -.chroma .cpf { - font-style:italic; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) -} - -.chroma .c:is(.dark *), -.chroma .cm:is(.dark *), -.chroma .c1:is(.dark *), -.chroma .cs:is(.dark *), -.chroma .cp:is(.dark *), -.chroma .cpf:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-400), var(--tw-text-opacity, 1)) -} - -/* CommentHashbang */ - + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-primary-400), 1); + &:is(.dark *) { + color: rgba(var(--color-primary-600), 1); + } +} +.chroma .c, .chroma .cm, .chroma .c1, .chroma .cs, .chroma .cp, .chroma .cpf { + color: rgba(var(--color-neutral-500), 1); + font-style: italic; + &:is(.dark *) { + color: rgba(var(--color-neutral-400), 1); + } +} .chroma .ch { - font-weight:600; - font-style:italic; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) -} - -.chroma .ch:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-400), var(--tw-text-opacity, 1)) -} - -/* GenericEmph */ - + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-neutral-500), 1); + font-style: italic; + &:is(.dark *) { + color: rgba(var(--color-neutral-400), 1); + } +} .chroma .ge { - font-style:italic + font-style: italic; } - -/* GenericHeading */ - .chroma .gh { - font-weight:600; - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); + color: rgba(var(--color-neutral-500), 1); } - -/* GenericStrong */ - .chroma .gs { - font-weight:600 -} - -/* GenericSubheading */ - -/* GenericTraceback */ - -.chroma .gu, -.chroma .gt { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) -} - -/* GenericUnderline */ - + --tw-font-weight: var(--font-weight-semibold); + font-weight: var(--font-weight-semibold); +} +.chroma .gu, .chroma .gt { + color: rgba(var(--color-neutral-500), 1); +} .chroma .gl { - text-decoration-line:underline + text-decoration-line: underline; } - -/* Custom */ - pre { text-align: left; } - .thumbnail { min-width: 300px; height: 180px; - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; } - .thumbnail_card { height: 200px; - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; } - .thumbnail_card_related { height: 150px; - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; } - .thumbnail_card_term { height: 150px; - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; } - .single_hero_basic { - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; } - .single_hero_round { max-height: 50vh; - -o-object-fit: cover; - object-fit: cover; + object-fit: cover; } - .single_hero_background { - background-repeat:no-repeat; - background-size:cover; - background-position:center; + background-repeat: no-repeat; + background-size: cover; + background-position: center; width: calc(100% + 40px); z-index: -10; margin-left: -20px; } - .hero_gradient { width: 100%; height: 100%; } - .thumbnailshadow { box-shadow: 5px 5px 20px 1px rgba(0, 0, 0, 0.3); } - .anchor { display: block; position: relative; @@ -3916,1720 +3769,1112 @@ pre { height: 0px; visibility: hidden; } - -@media (min-width: 640px) { +@screen sm { .thumbnail { min-width: 100%; height: 180px; } - .article { flex-wrap: wrap; } } - -@media (min-width: 853px) { +@screen md { .thumbnail { min-width: 300px; min-height: 180px; height: auto; } - .article { flex-wrap: nowrap; } } - .medium-zoom-image--opened { z-index: 100; } - .nested-menu:hover + .menuhide { visibility: visible; opacity: 1; - transition: visibility 0.3s, opacity 0.3s ease-in-out ; + transition: visibility 0.3s, opacity 0.3s ease-in-out; } - .menuhide:hover { visibility: visible; opacity: 1; - transition: visibility 0.3s, opacity 0.3s ease-in-out ; + transition: visibility 0.3s, opacity 0.3s ease-in-out; } - .menuhide { visibility: hidden; opacity: 0; - transition: visibility 0.3s, opacity 0.3s ease-in-out ; + transition: visibility 0.3s, opacity 0.3s ease-in-out; z-index: 1000; } - .active { text-decoration-line: underline; text-decoration-thickness: 3px; text-underline-offset: 4px; } - -/* Gallery Specific Styles */ - .grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .grid-w100 { width: calc(100% - 5px); margin: 0px !important; } - -@media (min-width: 640px) { +@screen sm { .sm\:grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .sm\:grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .sm\:grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .sm\:grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .sm\:grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .sm\:grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .sm\:grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .sm\:grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .sm\:grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .sm\:grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .sm\:grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .sm\:grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .sm\:grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .sm\:grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .sm\:grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .sm\:grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .sm\:grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .sm\:grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .sm\:grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .sm\:grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .sm\:grid-w100 { width: calc(100% - 5px); margin: 0px !important; } } - -@media (min-width: 853px) { +@screen md { .md\:grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .md\:grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .md\:grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .md\:grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .md\:grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .md\:grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .md\:grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .md\:grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .md\:grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .md\:grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .md\:grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .md\:grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .md\:grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .md\:grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .md\:grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .md\:grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .md\:grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .md\:grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .md\:grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .md\:grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .md\:grid-w100 { width: calc(100% - 5px); margin: 0px !important; } } - -@media (min-width: 1024px) { +@screen lg { .lg\:grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .lg\:grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .lg\:grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .lg\:grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .lg\:grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .lg\:grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .lg\:grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .lg\:grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .lg\:grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .lg\:grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .lg\:grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .lg\:grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .lg\:grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .lg\:grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .lg\:grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .lg\:grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .lg\:grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .lg\:grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .lg\:grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .lg\:grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .lg\:grid-w100 { width: calc(100% - 5px); margin: 0px !important; } } - -@media (min-width: 1280px) { +@screen xl { .xl\:grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .xl\:grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .xl\:grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .xl\:grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .xl\:grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .xl\:grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .xl\:grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .xl\:grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .xl\:grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .xl\:grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .xl\:grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .xl\:grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .xl\:grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .xl\:grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .xl\:grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .xl\:grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .xl\:grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .xl\:grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .xl\:grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .xl\:grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .xl\:grid-w100 { width: calc(100% - 5px); margin: 0px !important; } } - -@media (min-width: 1536px) { +@screen 2xl { .2xl\:grid-w10 { width: calc(10% - 5px); margin: 0px !important; } - .2xl\:grid-w15 { width: calc(15% - 5px); margin: 0px !important; } - .2xl\:grid-w20 { width: calc(20% - 5px); margin: 0px !important; } - .2xl\:grid-w25 { width: calc(25% - 5px); margin: 0px !important; } - .2xl\:grid-w30 { width: calc(30% - 5px); margin: 0px !important; } - .2xl\:grid-w33 { width: calc(33% - 5px); margin: 0px !important; } - .2xl\:grid-w35 { width: calc(35% - 5px); margin: 0px !important; } - .2xl\:grid-w40 { width: calc(40% - 5px); margin: 0px !important; } - .2xl\:grid-w45 { width: calc(45% - 5px); margin: 0px !important; } - .2xl\:grid-w50 { width: calc(50% - 5px); margin: 0px !important; } - .2xl\:grid-w55 { width: calc(55% - 5px); margin: 0px !important; } - .2xl\:grid-w60 { width: calc(60% - 5px); margin: 0px !important; } - .2xl\:grid-w65 { width: calc(65% - 5px); margin: 0px !important; } - .2xl\:grid-w66 { width: calc(66% - 5px); margin: 0px !important; } - .2xl\:grid-w70 { width: calc(70% - 5px); margin: 0px !important; } - .2xl\:grid-w75 { width: calc(75% - 5px); margin: 0px !important; } - .2xl\:grid-w80 { width: calc(80% - 5px); margin: 0px !important; } - .2xl\:grid-w85 { width: calc(85% - 5px); margin: 0px !important; } - .2xl\:grid-w90 { width: calc(90% - 5px); margin: 0px !important; } - .2xl\:grid-w95 { width: calc(95% - 5px); margin: 0px !important; } - .2xl\:grid-w100 { width: calc(100% - 5px); margin: 0px !important; } } - -/* Carousel Specific Styles */ - .ratio-16-9 { padding-top: 56.25%; } - -/* 16:9 Aspect Ratio */ - .ratio-21-9 { padding-top: 42.85%; } - -/* 21:9 Aspect Ratio */ - .ratio-32-9 { padding-top: 28.125%; } - -/* 32:9 Aspect Ratio */ - -@media (min-width: 640px) { +@screen sm { .sm\:ratio-16-9 { padding-top: 56.25%; } - - /* 16:9 Aspect Ratio */ - .sm\:ratio-21-9 { padding-top: 42.85%; } - - /* 21:9 Aspect Ratio */ - .sm\:ratio-32-9 { padding-top: 28.125%; } - - /* 32:9 Aspect Ratio */ } - -@media (min-width: 853px) { +@screen md { .md\:ratio-16-9 { padding-top: 56.25%; } - - /* 16:9 Aspect Ratio */ - .md\:ratio-21-9 { padding-top: 42.85%; } - - /* 21:9 Aspect Ratio */ - .md\:ratio-32-9 { padding-top: 28.125%; } - - /* 32:9 Aspect Ratio */ } - -@media (min-width: 1024px) { +@screen lg { .lg\:ratio-16-9 { padding-top: 56.25%; } - - /* 16:9 Aspect Ratio */ - .lg\:ratio-21-9 { padding-top: 42.85%; } - - /* 21:9 Aspect Ratio */ - .lg\:ratio-32-9 { padding-top: 28.125%; } - - /* 32:9 Aspect Ratio */ } - -@media (min-width: 1280px) { +@screen xl { .xl\:ratio-16-9 { padding-top: 56.25%; } - - /* 16:9 Aspect Ratio */ - .xl\:ratio-21-9 { padding-top: 42.85%; } - - /* 21:9 Aspect Ratio */ - .xl\:ratio-32-9 { padding-top: 28.125%; } - - /* 32:9 Aspect Ratio */ } - -@media (min-width: 1536px) { +@screen 2xl { .2xl\:ratio-16-9 { padding-top: 56.25%; } - - /* 16:9 Aspect Ratio */ - .2xl\:ratio-21-9 { padding-top: 42.85%; } - - /* 21:9 Aspect Ratio */ - .2xl\:ratio-32-9 { padding-top: 28.125%; } - - /* 32:9 Aspect Ratio */ -} - -.dark\:prose-invert:is(.dark *) { - --tw-prose-body:var(--tw-prose-invert-body); - --tw-prose-headings:var(--tw-prose-invert-headings); - --tw-prose-lead:var(--tw-prose-invert-lead); - --tw-prose-links:var(--tw-prose-invert-links); - --tw-prose-bold:var(--tw-prose-invert-bold); - --tw-prose-counters:var(--tw-prose-invert-counters); - --tw-prose-bullets:var(--tw-prose-invert-bullets); - --tw-prose-hr:var(--tw-prose-invert-hr); - --tw-prose-quotes:var(--tw-prose-invert-quotes); - --tw-prose-quote-borders:var(--tw-prose-invert-quote-borders); - --tw-prose-captions:var(--tw-prose-invert-captions); - --tw-prose-kbd:var(--tw-prose-invert-kbd); - --tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows); - --tw-prose-code:var(--tw-prose-invert-code); - --tw-prose-pre-code:var(--tw-prose-invert-pre-code); - --tw-prose-pre-bg:var(--tw-prose-invert-pre-bg); - --tw-prose-th-borders:var(--tw-prose-invert-th-borders); - --tw-prose-td-borders:var(--tw-prose-invert-td-borders); -} - -.dark\:prose-invert:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-neutral-600), 1); -} - -.dark\:prose-invert:is(.dark *) :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover { - color:rgba(var(--color-primary-400), 1) -} - -.dark\:prose-invert:is(.dark *) :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - color:rgba(var(--color-neutral-200), 1); - background-color:rgba(var(--color-neutral-700), 1) -} - -.dark\:prose-invert:is(.dark *) :where(mark):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - background-color:rgba(var(--color-primary-400), 1) -} - -.dark\:prose-invert:is(.dark *) :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - background-color:rgba(var(--color-neutral-700), 1) -} - -.dark\:prose-invert:is(.dark *) :where(a.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-400), 1) -} - -.dark\:prose-invert:is(.dark *) :where(p.active):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - text-decoration-color:rgba(var(--color-primary-400), 1) -} - -.after\:clear-both::after { - content:var(--tw-content); - clear:both -} - -.after\:block::after { - content:var(--tw-content); - display:block -} - -.after\:content-\[\'\'\]::after { - --tw-content:''; - content:var(--tw-content) -} - -.first\:mt-8:first-child { - margin-top:2rem -} - -.empty\:hidden:empty { - display:none -} - -.group:hover .group-hover\:text-primary-300 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-300), var(--tw-text-opacity, 1)) -} - -.group:hover .group-hover\:text-primary-600 { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity, 1)) -} - -.group:hover .group-hover\:underline { - text-decoration-line:underline -} - -.group:hover .group-hover\:decoration-primary-500 { - text-decoration-color:rgba(var(--color-primary-500), 1) -} - -.group:hover .group-hover\:opacity-100 { - opacity:1 -} - -.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] { - z-index:0 -} - -.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] { - z-index:1 -} - -.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] { - display:none -} - -.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] { - opacity:0 -} - -.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] { - opacity:1 -} - -.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] { - transition-duration:600ms -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0 { - border-left-width:0px; - border-right-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 { - border-left-width:0px; - border-right-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0 { - border-inline-end-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0 { - border-inline-start-width:0px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t { - border-top-width:1px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0 { - border-inline-end-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0 { - border-inline-start-width:0px -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t { - border-top-width:1px -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid { - border-style:solid -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid { - border-style:solid -} - -.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent { - border-top-color:transparent -} - -.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent { - border-top-color:transparent -} - -.hover\:border-transparent:hover { - border-color:transparent -} - -.hover\:\!bg-primary-500:hover { - --tw-bg-opacity:1 !important; - background-color:rgba(var(--color-primary-500), var(--tw-bg-opacity, 1)) !important -} - -.hover\:bg-primary-100:hover { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-100), var(--tw-bg-opacity, 1)) -} - -.hover\:bg-primary-500:hover { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-500), var(--tw-bg-opacity, 1)) -} - -.hover\:bg-primary-600:hover { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-600), var(--tw-bg-opacity, 1)) -} - -.hover\:text-neutral:hover { - --tw-text-opacity:1; - color:rgba(var(--color-neutral), var(--tw-text-opacity, 1)) -} - -.hover\:text-primary-400:hover { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.hover\:text-primary-500:hover { - --tw-text-opacity:1; - color:rgba(var(--color-primary-500), var(--tw-text-opacity, 1)) -} - -.hover\:text-primary-600:hover { - --tw-text-opacity:1; - color:rgba(var(--color-primary-600), var(--tw-text-opacity, 1)) -} - -.hover\:text-primary-700:hover { - --tw-text-opacity:1; - color:rgba(var(--color-primary-700), var(--tw-text-opacity, 1)) -} - -.hover\:underline:hover { - text-decoration-line:underline -} - -.hover\:no-underline:hover { - text-decoration-line:none -} - -.hover\:decoration-primary-400:hover { - text-decoration-color:rgba(var(--color-primary-400), 1) -} - -.hover\:decoration-2:hover { - text-decoration-thickness:2px -} - -.hover\:underline-offset-2:hover { - text-underline-offset:2px -} - -.hover\:opacity-90:hover { - opacity:0.9 -} - -.hover\:outline-none:hover { - outline:2px solid transparent; - outline-offset:2px -} - -.focus\:translate-y-0:focus { - --tw-translate-y:0px; - 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)) -} - -.focus\:bg-primary-100:focus { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-100), var(--tw-bg-opacity, 1)) -} - -.focus\:no-underline:focus { - text-decoration-line:none -} - -.focus\:opacity-90:focus { - opacity:0.9 -} - -.focus\:outline-none:focus { - outline:2px solid transparent; - outline-offset:2px -} - -.focus\:outline-dotted:focus { - outline-style:dotted -} - -.focus\:outline-2:focus { - outline-width:2px -} - -.focus\:outline-transparent:focus { - outline-color:transparent -} - -@media (prefers-reduced-motion: reduce) { - .motion-reduce\:transition-none { - transition-property:none - } -} - -.dark\:flex:is(.dark *) { - display:flex -} - -.dark\:hidden:is(.dark *) { - display:none -} - -.dark\:border-neutral-400:is(.dark *) { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-400), var(--tw-border-opacity, 1)) -} - -.dark\:border-neutral-600:is(.dark *) { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-600), var(--tw-border-opacity, 1)) -} - -.dark\:border-neutral-700:is(.dark *) { - --tw-border-opacity:1; - border-color:rgba(var(--color-neutral-700), var(--tw-border-opacity, 1)) -} - -.dark\:border-primary-300:is(.dark *) { - --tw-border-opacity:1; - border-color:rgba(var(--color-primary-300), var(--tw-border-opacity, 1)) -} - -.dark\:border-primary-600:is(.dark *) { - --tw-border-opacity:1; - border-color:rgba(var(--color-primary-600), var(--tw-border-opacity, 1)) -} - -.dark\:bg-neutral-400:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-400), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-neutral-600:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-600), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-neutral-700:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-700), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-neutral-800:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-neutral-800), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-neutral-800\/50:is(.dark *) { - background-color:rgba(var(--color-neutral-800), 0.5) -} - -.dark\:bg-neutral-900\/50:is(.dark *) { - background-color:rgba(var(--color-neutral-900), 0.5) -} - -.dark\:bg-primary-300:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-300), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-primary-400:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-400), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-primary-800:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-800), var(--tw-bg-opacity, 1)) -} - -.dark\:bg-primary-900:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-900), var(--tw-bg-opacity, 1)) -} - -.dark\:from-neutral-800:is(.dark *) { - --tw-gradient-from:rgba(var(--color-neutral-800), 1) var(--tw-gradient-from-position); - --tw-gradient-to:rgba(var(--color-neutral-800), 0) var(--tw-gradient-to-position); - --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) -} - -.dark\:from-primary-600:is(.dark *) { - --tw-gradient-from:rgba(var(--color-primary-600), 1) var(--tw-gradient-from-position); - --tw-gradient-to:rgba(var(--color-primary-600), 0) var(--tw-gradient-to-position); - --tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to) -} - -.dark\:to-neutral-800:is(.dark *) { - --tw-gradient-to:rgba(var(--color-neutral-800), 1) var(--tw-gradient-to-position) -} - -.dark\:to-secondary-800:is(.dark *) { - --tw-gradient-to:rgba(var(--color-secondary-800), 1) var(--tw-gradient-to-position) -} - -.dark\:text-neutral:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-100:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-100), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-200:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-200), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-300:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-300), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-400:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-400), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-500:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-500), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-700:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)) -} - -.dark\:text-neutral-800:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-800), var(--tw-text-opacity, 1)) -} - -.dark\:text-primary-200:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-200), var(--tw-text-opacity, 1)) -} - -.dark\:text-primary-400:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.dark\:opacity-60:is(.dark *) { - opacity:0.6 -} - -.dark\:scrollbar-track-neutral-800:is(.dark *) { - --scrollbar-track:rgba(var(--color-neutral-800), 1) !important -} - -.dark\:scrollbar-thumb-neutral-600:is(.dark *) { - --scrollbar-thumb:rgba(var(--color-neutral-600), 1) !important -} - -.group:hover .dark\:group-hover\:text-neutral-700:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-700), var(--tw-text-opacity, 1)) -} - -.group:hover .dark\:group-hover\:text-primary-400:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.dark\:hover\:\!bg-primary-700:hover:is(.dark *) { - --tw-bg-opacity:1 !important; - background-color:rgba(var(--color-primary-700), var(--tw-bg-opacity, 1)) !important -} - -.dark\:hover\:bg-primary-400:hover:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-400), var(--tw-bg-opacity, 1)) -} - -.dark\:hover\:bg-primary-900:hover:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-900), var(--tw-bg-opacity, 1)) -} - -.dark\:hover\:text-neutral-800:hover:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-neutral-800), var(--tw-text-opacity, 1)) -} - -.dark\:hover\:text-primary-400:hover:is(.dark *) { - --tw-text-opacity:1; - color:rgba(var(--color-primary-400), var(--tw-text-opacity, 1)) -} - -.dark\:focus\:bg-primary-900:focus:is(.dark *) { - --tw-bg-opacity:1; - background-color:rgba(var(--color-primary-900), var(--tw-bg-opacity, 1)) -} - -@media (min-width: 640px) { - .sm\:mb-0 { - margin-bottom:0px - } - - .sm\:mt-16 { - margin-top:4rem - } - - .sm\:w-1\/2 { - width:50% - } - - .sm\:grid-cols-2 { - grid-template-columns:repeat(2, minmax(0, 1fr)) - } - - .sm\:flex-row { - flex-direction:row - } - - .sm\:overflow-hidden { - overflow:hidden - } - - .sm\:p-6 { - padding:1.5rem - } - - .sm\:px-14 { - padding-left:3.5rem; - padding-right:3.5rem - } - - .sm\:px-6 { - padding-left:1.5rem; - padding-right:1.5rem - } - - .sm\:py-24 { - padding-top:6rem; - padding-bottom:6rem - } - - .sm\:text-lg { - font-size:1.125rem; - line-height:1.75rem - } -} - -@media (min-width: 853px) { - .md\:-mr-16 { - margin-right:-4rem - } - - .md\:ml-12 { - margin-left:3rem - } - - .md\:mr-7 { - margin-right:1.75rem - } - - .md\:mt-0 { - margin-top:0px - } - - .md\:flex { - display:flex - } - - .md\:hidden { - display:none - } - - .md\:h-56 { - height:14rem - } - - .md\:h-\[200px\] { - height:200px - } - - .md\:w-1\/3 { - width:33.333333% - } - - .md\:w-auto { - width:auto - } - - .md\:grid-cols-3 { - grid-template-columns:repeat(3, minmax(0, 1fr)) - } - - .md\:justify-start { - justify-content:flex-start - } - - .md\:p-\[10vh\] { - padding:10vh - } - - .md\:px-24 { - padding-left:6rem; - padding-right:6rem - } } - -@media (min-width: 1024px) { - .lg\:absolute { - position:absolute - } - - .lg\:relative { - position:relative - } - - .lg\:sticky { - position:sticky - } - - .lg\:left-0 { - left:0px - } - - .lg\:top-10 { - top:2.5rem - } - - .lg\:top-\[140px\] { - top:140px - } - - .lg\:order-last { - order:9999 - } - - .lg\:m-0 { - margin:0px - } - - .lg\:mx-0 { - margin-left:0px; - margin-right:0px - } - - .lg\:mx-auto { - margin-left:auto; - margin-right:auto - } - - .lg\:ml-auto { - margin-left:auto - } - - .lg\:mt-0 { - margin-top:0px - } - - .lg\:block { - display:block - } - - .lg\:grid { - display:grid - } - - .lg\:hidden { - display:none - } - - .lg\:h-72 { - height:18rem - } - - .lg\:h-full { - height:100% - } - - .lg\:w-1\/4 { - width:25% - } - - .lg\:w-auto { - width:auto - } - - .lg\:max-w-7xl { - max-width:80rem - } - - .lg\:max-w-none { - max-width:none - } - - .lg\:max-w-xs { - max-width:20rem - } - - .lg\:grid-flow-col-dense { - grid-auto-flow:column dense - } - - .lg\:grid-cols-2 { - grid-template-columns:repeat(2, minmax(0, 1fr)) - } - - .lg\:flex-row { - flex-direction:row - } - - .lg\:gap-24 { - gap:6rem - } - - .lg\:p-\[12vh\] { - padding:12vh - } - - .lg\:px-0 { - padding-left:0px; - padding-right:0px +@layer base { + [type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select { + appearance: none; + background-color: #fff; + border-color: oklch(0.551 0.027 264.364); + border-width: 1px; + border-radius: 0px; + padding-top: 0.5rem; + padding-right: 0.75rem; + padding-bottom: 0.5rem; + padding-left: 0.75rem; + font-size: 1rem; + line-height: 1.5rem; + --tw-shadow: 0 0 #0000; + &:focus { + outline: 2px solid transparent; + outline-offset: 2px; + --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: oklch(0.546 0.245 262.881); + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + border-color: oklch(0.546 0.245 262.881); + } + } + input::placeholder,textarea::placeholder { + color: oklch(0.551 0.027 264.364); + opacity: 1; + } + ::-webkit-datetime-edit-fields-wrapper { + padding: 0; + } + ::-webkit-date-and-time-value { + min-height: 1.5em; + } + ::-webkit-date-and-time-value { + text-align: inherit; + } + ::-webkit-datetime-edit { + display: inline-flex; + } + ::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field { + padding-top: 0; + padding-bottom: 0; + } + select { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='oklch(0.551 0.027 264.364)' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); + background-position: right 0.5rem center; + background-repeat: no-repeat; + background-size: 1.5em 1.5em; + padding-right: 2.5rem; + print-color-adjust: exact; + } + [multiple],[size]:where(select:not([size="1"])) { + background-image: initial; + background-position: initial; + background-repeat: unset; + background-size: initial; + padding-right: 0.75rem; + print-color-adjust: unset; + } + [type='checkbox'],[type='radio'] { + appearance: none; + padding: 0; + print-color-adjust: exact; + display: inline-block; + vertical-align: middle; + background-origin: border-box; + user-select: none; + flex-shrink: 0; + height: 1rem; + width: 1rem; + color: oklch(0.546 0.245 262.881); + background-color: #fff; + border-color: oklch(0.551 0.027 264.364); + border-width: 1px; + --tw-shadow: 0 0 #0000; + } + [type='checkbox'] { + border-radius: 0px; + } + [type='radio'] { + border-radius: 100%; + } + [type='checkbox']:focus,[type='radio']:focus { + outline: 2px solid transparent; + outline-offset: 2px; + --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); + --tw-ring-offset-width: 2px; + --tw-ring-offset-color: #fff; + --tw-ring-color: oklch(0.546 0.245 262.881); + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow); + } + [type='checkbox']:checked,[type='radio']:checked { + border-color: transparent; + background-color: currentColor; + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; } - - .lg\:px-32 { - padding-left:8rem; - padding-right:8rem + [type='checkbox']:checked { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); + @media (forced-colors: active) { + appearance: auto; + } } - - .lg\:px-8 { - padding-left:2rem; - padding-right:2rem + [type='radio']:checked { + background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); + @media (forced-colors: active) { + appearance: auto; + } } - - .lg\:py-16 { - padding-top:4rem; - padding-bottom:4rem + [type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus { + border-color: transparent; + background-color: currentColor; } - - .lg\:py-32 { - padding-top:8rem; - padding-bottom:8rem + [type='checkbox']:indeterminate { + background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); + border-color: transparent; + background-color: currentColor; + background-size: 100% 100%; + background-position: center; + background-repeat: no-repeat; + @media (forced-colors: active) { + appearance: auto; + } + } + [type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus { + border-color: transparent; + background-color: currentColor; + } + [type='file'] { + background: unset; + border-color: inherit; + border-width: 0; + border-radius: 0; + padding: 0; + font-size: unset; + line-height: inherit; + } + [type='file']:focus { + outline: 1px solid ButtonText; + outline: 1px auto -webkit-focus-ring-color; + } +} +@layer base { + * { + @supports (-moz-appearance:none) { + scrollbar-color: initial; + scrollbar-width: initial; + } } } - -@media (min-width: 1280px) { - .xl\:w-1\/4 { - width:25% - } - - .xl\:grid-cols-4 { - grid-template-columns:repeat(4, minmax(0, 1fr)) +@keyframes spin { + to { + transform: rotate(360deg); } } - -@media (min-width: 1536px) { - .\32xl\:grid-cols-5 { - grid-template-columns:repeat(5, minmax(0, 1fr)) +@keyframes ping { + 75%, 100% { + transform: scale(2); + opacity: 0; } } - -.ltr\:-left-6:where([dir="ltr"], [dir="ltr"] *) { - left:-1.5rem -} - -.ltr\:right-0:where([dir="ltr"], [dir="ltr"] *) { - right:0px -} - -.ltr\:-ml-5:where([dir="ltr"], [dir="ltr"] *) { - margin-left:-1.25rem -} - -.ltr\:ml-2:where([dir="ltr"], [dir="ltr"] *) { - margin-left:0.5rem -} - -.ltr\:mr-1:where([dir="ltr"], [dir="ltr"] *) { - margin-right:0.25rem -} - -.ltr\:mr-4:where([dir="ltr"], [dir="ltr"] *) { - margin-right:1rem -} - -.ltr\:block:where([dir="ltr"], [dir="ltr"] *) { - display:block -} - -.ltr\:inline:where([dir="ltr"], [dir="ltr"] *) { - display:inline -} - -.ltr\:hidden:where([dir="ltr"], [dir="ltr"] *) { - display:none -} - -.ltr\:border-l:where([dir="ltr"], [dir="ltr"] *) { - border-left-width:1px -} - -.ltr\:pl-5:where([dir="ltr"], [dir="ltr"] *) { - padding-left:1.25rem -} - -.ltr\:pr-2:where([dir="ltr"], [dir="ltr"] *) { - padding-right:0.5rem -} - -.ltr\:pr-3:where([dir="ltr"], [dir="ltr"] *) { - padding-right:0.75rem -} - -.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *) { - text-align:right -} - -@media (min-width: 640px) { - .ltr\:sm\:mr-7:where([dir="ltr"], [dir="ltr"] *) { - margin-right:1.75rem - } - - .ltr\:sm\:last\:mr-0:last-child:where([dir="ltr"], [dir="ltr"] *) { - margin-right:0px +@keyframes pulse { + 50% { + opacity: 0.5; } } - -@media (min-width: 1024px) { - .ltr\:lg\:pl-8:where([dir="ltr"], [dir="ltr"] *) { - padding-left:2rem +@keyframes bounce { + 0%, 100% { + transform: translateY(-25%); + animation-timing-function: cubic-bezier(0.8, 0, 1, 1); } + 50% { + transform: none; + animation-timing-function: cubic-bezier(0, 0, 0.2, 1); + } +} +@property --tw-translate-x { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-y { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-translate-z { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-scale-x { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-y { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-scale-z { + syntax: "*"; + inherits: false; + initial-value: 1; +} +@property --tw-rotate-x { + syntax: "*"; + inherits: false; + initial-value: rotateX(0); +} +@property --tw-rotate-y { + syntax: "*"; + inherits: false; + initial-value: rotateY(0); +} +@property --tw-rotate-z { + syntax: "*"; + inherits: false; + initial-value: rotateZ(0); +} +@property --tw-skew-x { + syntax: "*"; + inherits: false; + initial-value: skewX(0); +} +@property --tw-skew-y { + syntax: "*"; + inherits: false; + initial-value: skewY(0); +} +@property --tw-pan-x { + syntax: "*"; + inherits: false; +} +@property --tw-pan-y { + syntax: "*"; + inherits: false; +} +@property --tw-pinch-zoom { + syntax: "*"; + inherits: false; +} +@property --tw-space-y-reverse { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-space-x-reverse { + syntax: "*"; + inherits: false; + initial-value: 0; +} +@property --tw-border-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-gradient-position { + syntax: "*"; + inherits: false; +} +@property --tw-gradient-from { + syntax: ""; + inherits: false; + initial-value: #0000; +} +@property --tw-gradient-via { + syntax: ""; + inherits: false; + initial-value: #0000; +} +@property --tw-gradient-to { + syntax: ""; + inherits: false; + initial-value: #0000; +} +@property --tw-gradient-stops { + syntax: "*"; + inherits: false; +} +@property --tw-gradient-via-stops { + syntax: "*"; + inherits: false; +} +@property --tw-gradient-from-position { + syntax: ""; + inherits: false; + initial-value: 0%; +} +@property --tw-gradient-via-position { + syntax: ""; + inherits: false; + initial-value: 50%; +} +@property --tw-gradient-to-position { + syntax: ""; + inherits: false; + initial-value: 100%; +} +@property --tw-leading { + syntax: "*"; + inherits: false; +} +@property --tw-font-weight { + syntax: "*"; + inherits: false; +} +@property --tw-tracking { + syntax: "*"; + inherits: false; +} +@property --tw-ordinal { + syntax: "*"; + inherits: false; +} +@property --tw-slashed-zero { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-figure { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-spacing { + syntax: "*"; + inherits: false; +} +@property --tw-numeric-fraction { + syntax: "*"; + inherits: false; +} +@property --tw-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-shadow-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-inset-ring-color { + syntax: "*"; + inherits: false; +} +@property --tw-inset-ring-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-ring-inset { + syntax: "*"; + inherits: false; +} +@property --tw-ring-offset-width { + syntax: ""; + inherits: false; + initial-value: 0px; +} +@property --tw-ring-offset-color { + syntax: "*"; + inherits: false; + initial-value: #fff; +} +@property --tw-ring-offset-shadow { + syntax: "*"; + inherits: false; + initial-value: 0 0 #0000; +} +@property --tw-outline-style { + syntax: "*"; + inherits: false; + initial-value: solid; +} +@property --tw-blur { + syntax: "*"; + inherits: false; +} +@property --tw-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-invert { + syntax: "*"; + inherits: false; +} +@property --tw-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-sepia { + syntax: "*"; + inherits: false; +} +@property --tw-drop-shadow { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-blur { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-brightness { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-contrast { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-grayscale { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-hue-rotate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-invert { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-opacity { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-saturate { + syntax: "*"; + inherits: false; +} +@property --tw-backdrop-sepia { + syntax: "*"; + inherits: false; } - -.rtl\:-right-6:where([dir="rtl"], [dir="rtl"] *) { - right:-1.5rem -} - -.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *) { - left:0px -} - -.rtl\:-mr-5:where([dir="rtl"], [dir="rtl"] *) { - margin-right:-1.25rem -} - -.rtl\:ml-1:where([dir="rtl"], [dir="rtl"] *) { - margin-left:0.25rem -} - -.rtl\:ml-4:where([dir="rtl"], [dir="rtl"] *) { - margin-left:1rem -} - -.rtl\:mr-2:where([dir="rtl"], [dir="rtl"] *) { - margin-right:0.5rem -} - -.rtl\:block:where([dir="rtl"], [dir="rtl"] *) { - display:block -} - -.rtl\:inline:where([dir="rtl"], [dir="rtl"] *) { - display:inline -} - -.rtl\:hidden:where([dir="rtl"], [dir="rtl"] *) { - display:none -} - -.rtl\:border-r:where([dir="rtl"], [dir="rtl"] *) { - border-right-width:1px -} - -.rtl\:pl-2:where([dir="rtl"], [dir="rtl"] *) { - padding-left:0.5rem -} - -.rtl\:pl-3:where([dir="rtl"], [dir="rtl"] *) { - padding-left:0.75rem -} - -.rtl\:pr-5:where([dir="rtl"], [dir="rtl"] *) { - padding-right:1.25rem -} - -.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *) { - text-align:left +@property --tw-duration { + syntax: "*"; + inherits: false; } - -@media (min-width: 640px) { - .rtl\:sm\:ml-7:where([dir="rtl"], [dir="rtl"] *) { - margin-left:1.75rem - } - - .rtl\:sm\:last\:ml-0:last-child:where([dir="rtl"], [dir="rtl"] *) { - margin-left:0px - } +@property --tw-ease { + syntax: "*"; + inherits: false; } - -@media (min-width: 1024px) { - .rtl\:lg\:pr-8:where([dir="rtl"], [dir="rtl"] *) { - padding-right:2rem - } +@property --tw-content { + syntax: "*"; + initial-value: ""; + inherits: false; } - -@media print { - .print\:hidden { - display:none - } -} \ No newline at end of file diff --git a/assets/css/main.css b/assets/css/main.css index 0dd36a133..d03c00159 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1,10 +1,9 @@ /*! Blowfish | MIT License | https://github.com/nunocoracao/blowfish */ -@import 'components/zen-mode.css'; +@import './components/zen-mode.css'; -@tailwind base; -@tailwind components; -@tailwind utilities; +@import "tailwindcss"; +@config "../../tailwind.config.js"; body a, body button { diff --git a/package-lock.json b/package-lock.json index cef147301..97ade7036 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,6 +17,7 @@ "commander": "^13.1.0" }, "devDependencies": { + "@tailwindcss/cli": "^4.0.6", "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.4.7", "fuse.js": "^7.1.0", @@ -287,6 +288,315 @@ "langium": "3.0.0" } }, + "node_modules/@parcel/watcher": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.1.tgz", + "integrity": "sha512-dfUnCxiN9H4ap84DvD2ubjw+3vUNpstxa0TneY/Paat8a3R4uQZDLSvWjmznAY/DoahqTHl9V46HF/Zs3F29pg==", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.1", + "@parcel/watcher-darwin-arm64": "2.5.1", + "@parcel/watcher-darwin-x64": "2.5.1", + "@parcel/watcher-freebsd-x64": "2.5.1", + "@parcel/watcher-linux-arm-glibc": "2.5.1", + "@parcel/watcher-linux-arm-musl": "2.5.1", + "@parcel/watcher-linux-arm64-glibc": "2.5.1", + "@parcel/watcher-linux-arm64-musl": "2.5.1", + "@parcel/watcher-linux-x64-glibc": "2.5.1", + "@parcel/watcher-linux-x64-musl": "2.5.1", + "@parcel/watcher-win32-arm64": "2.5.1", + "@parcel/watcher-win32-ia32": "2.5.1", + "@parcel/watcher-win32-x64": "2.5.1" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.1.tgz", + "integrity": "sha512-KF8+j9nNbUN8vzOFDpRMsaKBHZ/mcjEjMToVMJOhTozkDonQFFrRcfdLWn6yWKCmJKmdVxSgHiYvTCef4/qcBA==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.1.tgz", + "integrity": "sha512-eAzPv5osDmZyBhou8PoF4i6RQXAfeKL9tjb3QzYuccXFMQU0ruIc/POh30ePnaOyD1UXdlKguHBmsTs53tVoPw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.1.tgz", + "integrity": "sha512-1ZXDthrnNmwv10A0/3AJNZ9JGlzrF82i3gNQcWOzd7nJ8aj+ILyW1MTxVk35Db0u91oD5Nlk9MBiujMlwmeXZg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.1.tgz", + "integrity": "sha512-SI4eljM7Flp9yPuKi8W0ird8TI/JK6CSxju3NojVI6BjHsTyK7zxA9urjVjEKJ5MBYC+bLmMcbAWlZ+rFkLpJQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.1.tgz", + "integrity": "sha512-RCdZlEyTs8geyBkkcnPWvtXLY44BCeZKmGYRtSgtwwnHR4dxfHRG3gR99XdMEdQ7KeiDdasJwwvNSF5jKtDwdA==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.1.tgz", + "integrity": "sha512-6E+m/Mm1t1yhB8X412stiKFG3XykmgdIOqhjWj+VL8oHkKABfu/gjFj8DvLrYVHSBNC+/u5PeNrujiSQ1zwd1Q==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.1.tgz", + "integrity": "sha512-LrGp+f02yU3BN9A+DGuY3v3bmnFUggAITBGriZHUREfNEzZh/GO06FF5u2kx8x+GBEUYfyTGamol4j3m9ANe8w==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.1.tgz", + "integrity": "sha512-cFOjABi92pMYRXS7AcQv9/M1YuKRw8SZniCDw0ssQb/noPkRzA+HBDkwmyOJYp5wXcsTrhxO0zq1U11cK9jsFg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.1.tgz", + "integrity": "sha512-GcESn8NZySmfwlTsIur+49yDqSny2IhPeZfXunQi48DMugKeZ7uy1FX83pO0X22sHntJ4Ub+9k34XQCX+oHt2A==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.1.tgz", + "integrity": "sha512-n0E2EQbatQ3bXhcH2D1XIAANAcTZkQICBPVaxMeaCVBtOpBZpWJuf7LwyWPSBDITb7In8mqQgJ7gH8CILCURXg==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.1.tgz", + "integrity": "sha512-RFzklRvmc3PkjKjry3hLF9wD7ppR4AKcWNzH7kXR7GUe0Igb3Nz8fyPwtZCSquGrhU5HhUNDr/mKBqj7tqA2Vw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.1.tgz", + "integrity": "sha512-c2KkcVN+NJmuA7CGlaGD1qJh1cLfDnQsHjE89E60vUEMlqduHGCdCLJCID5geFVM0dOtA3ZiIO8BoEQmzQVfpQ==", + "cpu": [ + "ia32" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.1.tgz", + "integrity": "sha512-9lHBdJITeNR++EvSQVUcaZoWupyHfXe1jZvGZ06O/5MflPcuPLtEphScIBL+AiCWBO46tDSHzWyD0uDmmZqsgA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -404,6 +714,26 @@ "tslib": "^2.4.0" } }, + "node_modules/@tailwindcss/cli": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/cli/-/cli-4.0.7.tgz", + "integrity": "sha512-CX+cUk3SF0HfYnttiGJUAejFJZWvhsujVchflsrvJ5yzfp033mnbvvMus8llKpX2pWdeXCLZiQEGAMvA4bsBCg==", + "dev": true, + "license": "MIT", + "dependencies": { + "@parcel/watcher": "^2.5.1", + "@tailwindcss/node": "4.0.7", + "@tailwindcss/oxide": "4.0.7", + "enhanced-resolve": "^5.18.1", + "lightningcss": "^1.29.1", + "mri": "^1.2.0", + "picocolors": "^1.1.1", + "tailwindcss": "4.0.7" + }, + "bin": { + "tailwindcss": "dist/index.mjs" + } + }, "node_modules/@tailwindcss/forms": { "version": "0.5.10", "resolved": "https://registry.npmjs.org/@tailwindcss/forms/-/forms-0.5.10.tgz", @@ -415,6 +745,228 @@ "tailwindcss": ">=3.0.0 || >= 3.0.0-alpha.1 || >= 4.0.0-alpha.20 || >= 4.0.0-beta.1" } }, + "node_modules/@tailwindcss/node": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/node/-/node-4.0.7.tgz", + "integrity": "sha512-dkFXufkbRB2mu3FPsW5xLAUWJyexpJA+/VtQj18k3SUiJVLdpgzBd1v1gRRcIpEJj7K5KpxBKfOXlZxT3ZZRuA==", + "dev": true, + "license": "MIT", + "dependencies": { + "enhanced-resolve": "^5.18.1", + "jiti": "^2.4.2", + "tailwindcss": "4.0.7" + } + }, + "node_modules/@tailwindcss/oxide": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide/-/oxide-4.0.7.tgz", + "integrity": "sha512-yr6w5YMgjy+B+zkJiJtIYGXW+HNYOPfRPtSs+aqLnKwdEzNrGv4ZuJh9hYJ3mcA+HMq/K1rtFV+KsEr65S558g==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 10" + }, + "optionalDependencies": { + "@tailwindcss/oxide-android-arm64": "4.0.7", + "@tailwindcss/oxide-darwin-arm64": "4.0.7", + "@tailwindcss/oxide-darwin-x64": "4.0.7", + "@tailwindcss/oxide-freebsd-x64": "4.0.7", + "@tailwindcss/oxide-linux-arm-gnueabihf": "4.0.7", + "@tailwindcss/oxide-linux-arm64-gnu": "4.0.7", + "@tailwindcss/oxide-linux-arm64-musl": "4.0.7", + "@tailwindcss/oxide-linux-x64-gnu": "4.0.7", + "@tailwindcss/oxide-linux-x64-musl": "4.0.7", + "@tailwindcss/oxide-win32-arm64-msvc": "4.0.7", + "@tailwindcss/oxide-win32-x64-msvc": "4.0.7" + } + }, + "node_modules/@tailwindcss/oxide-android-arm64": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-android-arm64/-/oxide-android-arm64-4.0.7.tgz", + "integrity": "sha512-5iQXXcAeOHBZy8ASfHFm1k0O/9wR2E3tKh6+P+ilZZbQiMgu+qrnfpBWYPc3FPuQdWiWb73069WT5D+CAfx/tg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-arm64": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-arm64/-/oxide-darwin-arm64-4.0.7.tgz", + "integrity": "sha512-7yGZtEc5IgVYylqK/2B0yVqoofk4UAbkn1ygNpIJZyrOhbymsfr8uUFCueTu2fUxmAYIfMZ8waWo2dLg/NgLgg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-darwin-x64": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-darwin-x64/-/oxide-darwin-x64-4.0.7.tgz", + "integrity": "sha512-tPQDV20fBjb26yWbPqT1ZSoDChomMCiXTKn4jupMSoMCFyU7+OJvIY1ryjqBuY622dEBJ8LnCDDWsnj1lX9nNQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-freebsd-x64": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-freebsd-x64/-/oxide-freebsd-x64-4.0.7.tgz", + "integrity": "sha512-sZqJpTyTZiknU9LLHuByg5GKTW+u3FqM7q7myequAXxKOpAFiOfXpY710FuMY+gjzSapyRbDXJlsTQtCyiTo5w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm-gnueabihf": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm-gnueabihf/-/oxide-linux-arm-gnueabihf-4.0.7.tgz", + "integrity": "sha512-PBgvULgeSswjd8cbZ91gdIcIDMdc3TUHV5XemEpxlqt9M8KoydJzkuB/Dt910jYdofOIaTWRL6adG9nJICvU4A==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-gnu": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-gnu/-/oxide-linux-arm64-gnu-4.0.7.tgz", + "integrity": "sha512-By/a2yeh+e9b+C67F88ndSwVJl2A3tcUDb29FbedDi+DZ4Mr07Oqw9Y1DrDrtHIDhIZ3bmmiL1dkH2YxrtV+zw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-arm64-musl": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-arm64-musl/-/oxide-linux-arm64-musl-4.0.7.tgz", + "integrity": "sha512-WHYs3cpPEJb/ccyT20NOzopYQkl7JKncNBUbb77YFlwlXMVJLLV3nrXQKhr7DmZxz2ZXqjyUwsj2rdzd9stYdw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-gnu": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-gnu/-/oxide-linux-x64-gnu-4.0.7.tgz", + "integrity": "sha512-7bP1UyuX9kFxbOwkeIJhBZNevKYPXB6xZI37v09fqi6rqRJR8elybwjMUHm54GVP+UTtJ14ueB1K54Dy1tIO6w==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-linux-x64-musl": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-linux-x64-musl/-/oxide-linux-x64-musl-4.0.7.tgz", + "integrity": "sha512-gBQIV8nL/LuhARNGeroqzXymMzzW5wQzqlteVqOVoqwEfpHOP3GMird5pGFbnpY+NP0fOlsZGrxxOPQ4W/84bQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-arm64-msvc": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-arm64-msvc/-/oxide-win32-arm64-msvc-4.0.7.tgz", + "integrity": "sha512-aH530NFfx0kpQpvYMfWoeG03zGnRCMVlQG8do/5XeahYydz+6SIBxA1tl/cyITSJyWZHyVt6GVNkXeAD30v0Xg==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@tailwindcss/oxide-win32-x64-msvc": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/@tailwindcss/oxide-win32-x64-msvc/-/oxide-win32-x64-msvc-4.0.7.tgz", + "integrity": "sha512-8Cva6bbJN7ZJx320k7vxGGdU0ewmpfS5A4PudyzUuofdi8MgeINuiiWiPQ0VZCda/GX88K6qp+6UpDZNVr8HMQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, "node_modules/@tailwindcss/typography": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.16.tgz", @@ -930,6 +1482,19 @@ "balanced-match": "^1.0.0" } }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "dev": true, + "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/buffer-crc32": { "version": "0.2.13", "resolved": "https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.2.13.tgz", @@ -1810,6 +2375,19 @@ "integrity": "sha512-+1q0nXhdzg1IpIJdMKalUwvvskeKnYyEe3shPRwedNcWtnhEKT3ZxvFjzywHDeGcKViIxTCAoOYQWP1qD7VNyg==", "dev": true }, + "node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, "node_modules/devtools-protocol": { "version": "0.0.1402036", "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1402036.tgz", @@ -1849,6 +2427,20 @@ "once": "^1.4.0" } }, + "node_modules/enhanced-resolve": { + "version": "5.18.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.18.1.tgz", + "integrity": "sha512-ZSW3ma5GkcQBIpwZTSRAI8N71Uuwgs93IezB7mf7R60tC8ZbJideoDNKjHn2O9KIlx6rkGTTEk1xUCK2E1Y2Yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, "node_modules/env-paths": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", @@ -1986,6 +2578,19 @@ "pend": "~1.2.0" } }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "dev": true, + "license": "MIT", + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/fizzy-ui-utils": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/fizzy-ui-utils/-/fizzy-ui-utils-2.0.7.tgz", @@ -2091,6 +2696,13 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true, + "license": "ISC" + }, "node_modules/hachure-fill": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/hachure-fill/-/hachure-fill-0.5.2.tgz", @@ -2191,6 +2803,16 @@ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", @@ -2200,6 +2822,29 @@ "node": ">=8" } }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", @@ -2224,6 +2869,16 @@ "@pkgjs/parseargs": "^0.11.0" } }, + "node_modules/jiti": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-2.4.2.tgz", + "integrity": "sha512-rg9zJN+G4n2nfJl5MW3BMygZX56zKPNVEYYqq7adpmMh4Jn2QNEwhvQlFy6jPVdcod7txZtKHWnyZiA3a0zP7A==", + "dev": true, + "license": "MIT", + "bin": { + "jiti": "lib/jiti-cli.mjs" + } + }, "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", @@ -2320,6 +2975,245 @@ "integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==", "dev": true }, + "node_modules/lightningcss": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss/-/lightningcss-1.29.1.tgz", + "integrity": "sha512-FmGoeD4S05ewj+AkhTY+D+myDvXI6eL27FjHIjoyUkO/uw7WZD1fBVs0QxeYWa7E17CUHJaYX/RUGISCtcrG4Q==", + "dev": true, + "license": "MPL-2.0", + "dependencies": { + "detect-libc": "^1.0.3" + }, + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "lightningcss-darwin-arm64": "1.29.1", + "lightningcss-darwin-x64": "1.29.1", + "lightningcss-freebsd-x64": "1.29.1", + "lightningcss-linux-arm-gnueabihf": "1.29.1", + "lightningcss-linux-arm64-gnu": "1.29.1", + "lightningcss-linux-arm64-musl": "1.29.1", + "lightningcss-linux-x64-gnu": "1.29.1", + "lightningcss-linux-x64-musl": "1.29.1", + "lightningcss-win32-arm64-msvc": "1.29.1", + "lightningcss-win32-x64-msvc": "1.29.1" + } + }, + "node_modules/lightningcss-darwin-arm64": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-arm64/-/lightningcss-darwin-arm64-1.29.1.tgz", + "integrity": "sha512-HtR5XJ5A0lvCqYAoSv2QdZZyoHNttBpa5EP9aNuzBQeKGfbyH5+UipLWvVzpP4Uml5ej4BYs5I9Lco9u1fECqw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-darwin-x64": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-darwin-x64/-/lightningcss-darwin-x64-1.29.1.tgz", + "integrity": "sha512-k33G9IzKUpHy/J/3+9MCO4e+PzaFblsgBjSGlpAaFikeBFm8B/CkO3cKU9oI4g+fjS2KlkLM/Bza9K/aw8wsNA==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-freebsd-x64": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-freebsd-x64/-/lightningcss-freebsd-x64-1.29.1.tgz", + "integrity": "sha512-0SUW22fv/8kln2LnIdOCmSuXnxgxVC276W5KLTwoehiO0hxkacBxjHOL5EtHD8BAXg2BvuhsJPmVMasvby3LiQ==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm-gnueabihf": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm-gnueabihf/-/lightningcss-linux-arm-gnueabihf-1.29.1.tgz", + "integrity": "sha512-sD32pFvlR0kDlqsOZmYqH/68SqUMPNj+0pucGxToXZi4XZgZmqeX/NkxNKCPsswAXU3UeYgDSpGhu05eAufjDg==", + "cpu": [ + "arm" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-gnu": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-gnu/-/lightningcss-linux-arm64-gnu-1.29.1.tgz", + "integrity": "sha512-0+vClRIZ6mmJl/dxGuRsE197o1HDEeeRk6nzycSy2GofC2JsY4ifCRnvUWf/CUBQmlrvMzt6SMQNMSEu22csWQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-arm64-musl": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-arm64-musl/-/lightningcss-linux-arm64-musl-1.29.1.tgz", + "integrity": "sha512-UKMFrG4rL/uHNgelBsDwJcBqVpzNJbzsKkbI3Ja5fg00sgQnHw/VrzUTEc4jhZ+AN2BvQYz/tkHu4vt1kLuJyw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-gnu": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-gnu/-/lightningcss-linux-x64-gnu-1.29.1.tgz", + "integrity": "sha512-u1S+xdODy/eEtjADqirA774y3jLcm8RPtYztwReEXoZKdzgsHYPl0s5V52Tst+GKzqjebkULT86XMSxejzfISw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-linux-x64-musl": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-linux-x64-musl/-/lightningcss-linux-x64-musl-1.29.1.tgz", + "integrity": "sha512-L0Tx0DtaNUTzXv0lbGCLB/c/qEADanHbu4QdcNOXLIe1i8i22rZRpbT3gpWYsCh9aSL9zFujY/WmEXIatWvXbw==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-arm64-msvc": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-arm64-msvc/-/lightningcss-win32-arm64-msvc-1.29.1.tgz", + "integrity": "sha512-QoOVnkIEFfbW4xPi+dpdft/zAKmgLgsRHfJalEPYuJDOWf7cLQzYg0DEh8/sn737FaeMJxHZRc1oBreiwZCjog==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/lightningcss-win32-x64-msvc": { + "version": "1.29.1", + "resolved": "https://registry.npmjs.org/lightningcss-win32-x64-msvc/-/lightningcss-win32-x64-msvc-1.29.1.tgz", + "integrity": "sha512-NygcbThNBe4JElP+olyTI/doBNGJvLs3bFCRPdvuCcxZCcCZ71B858IHpdm7L1btZex0FvCmM17FK98Y9MRy1Q==", + "cpu": [ + "x64" + ], + "dev": true, + "license": "MPL-2.0", + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 12.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", @@ -2434,6 +3328,20 @@ "uuid": "^9.0.1" } }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, "node_modules/mini-svg-data-uri": { "version": "1.4.4", "resolved": "https://registry.npmjs.org/mini-svg-data-uri/-/mini-svg-data-uri-1.4.4.tgz", @@ -2485,6 +3393,16 @@ "ufo": "^1.5.3" } }, + "node_modules/mri": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/mri/-/mri-1.2.0.tgz", + "integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/ms": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", @@ -2510,6 +3428,13 @@ "node": ">= 0.4.0" } }, + "node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "dev": true, + "license": "MIT" + }, "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", @@ -2661,6 +3586,26 @@ "dev": true, "license": "MIT" }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true, + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, "node_modules/pkg-types": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.2.0.tgz", @@ -3280,11 +4225,21 @@ } }, "node_modules/tailwindcss": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.6.tgz", - "integrity": "sha512-mysewHYJKaXgNOW6pp5xon/emCsfAMnO8WMaGKZZ35fomnR/T5gYnRg2/yRTTrtXiEl1tiVkeRt0eMO6HxEZqw==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.7.tgz", + "integrity": "sha512-yH5bPPyapavo7L+547h3c4jcBXcrKwybQRjwdEIVAd9iXRvy/3T1CC6XSQEgZtRySjKfqvo3Cc0ZF1DTheuIdA==", "license": "MIT" }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, "node_modules/tar-fs": { "version": "3.0.8", "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-3.0.8.tgz", @@ -3328,6 +4283,19 @@ "integrity": "sha512-tVGE0mVJPGb0chKhqmsoosjsS+qUnJVGJpZgsHYQcGoPlG3B51R3PouqTgEGH2Dc9jjFyOqOpix6ZHNMXp1FZg==", "dev": true }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, "node_modules/ts-dedent": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/ts-dedent/-/ts-dedent-2.2.0.tgz", diff --git a/package.json b/package.json index 1349a3241..af5ab7277 100644 --- a/package.json +++ b/package.json @@ -5,10 +5,10 @@ "scripts": { "postinstall": "vendor-copy", "assets": "rimraf assets/vendor && vendor-copy", - "dev": "NODE_ENV=development ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", - "build": "NODE_ENV=production ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", - "dev-windows": "set NODE_ENV=development&&node ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", - "build-windows": "set NODE_ENV=production&&node ./node_modules/tailwindcss/lib/cli.js -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", + "dev": "NODE_ENV=development npx @tailwindcss/cli -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", + "build": "NODE_ENV=production npx @tailwindcss/cli -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", + "dev-windows": "set NODE_ENV=development&& npx @tailwindcss/cli -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit -w", + "build-windows": "set NODE_ENV=production&& npx @tailwindcss/cli -i ./assets/css/main.css -o ./assets/css/compiled/main.css --jit", "build-hugo": "hugo --minify -s exampleSite --themesDir ../.. -d ../docs --baseURL https://nunocoracao.github.io/blowfish/", "example": "hugo server -E -F --minify --source exampleSite --themesDir ../.. --buildDrafts -b http://localhost/ -p 1313", "lighthouse": "lhci autorun" @@ -34,6 +34,7 @@ }, "homepage": "https://github.com/nunocoracao/blowfish#readme", "devDependencies": { + "@tailwindcss/cli": "^4.0.7", "@tailwindcss/typography": "^0.5.16", "chart.js": "^4.4.7", "fuse.js": "^7.1.0", @@ -48,7 +49,7 @@ "puppeteer": "^24.2.0", "rimraf": "^6.0.1", "tailwind-scrollbar": "^4.0.0", - "tailwindcss": "^4.0.6", + "tailwindcss": "^4.0.7", "tw-elements": "2.0.0", "typeit": "^8.8.7", "vendor-copy": "^3.0.1"