mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-15 05:01:39 +00:00
* fix autofocus on mobile search bar
* improve pattern documentation structure and titles
- inline-validation.md → active-validation.md
- bulk-update.md → bulk-actions.md
- delete-row.md → delete-in-place.md
- sortable.md → drag-to-reorder.md
- click-to-edit.md → edit-in-place.md
- value-select.md → linked-selects.md
- reset-user-input.md → reset-on-submit.md
- Merged tabs-hateoas.md and tabs-javascript.md into single tabs.md
- Removed obsolete files:
- file-upload-input.md (merged into file-upload.md)
- web-components.md (content moved to /docs - not a pattern)
- Refreshed titles and descriptions
- Updated icons for better visual consistency
- Disabled interactive demos:
- Commented out {{ demo_environment() }} and demo code blocks in: animations, click-to-load, infinite-scroll, file-upload, bulk-actions, drag-to-reorder, edit-in-place, active-search
- Minor formatting cleanup across multiple pattern files
* update /help page
3879 lines
111 KiB
CSS
3879 lines
111 KiB
CSS
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
@layer properties;
|
|
@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-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
"Courier New", monospace;
|
|
--color-red-300: oklch(80.8% 0.114 19.571);
|
|
--color-red-600: oklch(57.7% 0.245 27.325);
|
|
--color-yellow-300: oklch(90.5% 0.182 98.111);
|
|
--color-yellow-400: oklch(85.2% 0.199 91.936);
|
|
--color-yellow-600: oklch(68.1% 0.162 75.834);
|
|
--color-yellow-700: oklch(55.4% 0.135 66.442);
|
|
--color-green-50: oklch(98.2% 0.018 155.826);
|
|
--color-green-500: oklch(72.3% 0.219 149.579);
|
|
--color-green-600: oklch(62.7% 0.194 149.214);
|
|
--color-green-700: oklch(52.7% 0.154 150.069);
|
|
--color-blue-50: #f1f6fd;
|
|
--color-blue-400: #70abea;
|
|
--color-blue-500: #4f8ce2;
|
|
--color-blue-600: #3d72d7;
|
|
--color-blue-700: #315cc4;
|
|
--color-blue-800: #2d4ca0;
|
|
--color-blue-950: #1d2a4e;
|
|
--color-purple-600: oklch(55.8% 0.288 302.321);
|
|
--color-purple-700: oklch(49.6% 0.265 301.924);
|
|
--color-neutral-50: oklch(98.5% 0 0);
|
|
--color-neutral-100: oklch(97% 0 0);
|
|
--color-neutral-200: oklch(92.2% 0 0);
|
|
--color-neutral-300: oklch(87% 0 0);
|
|
--color-neutral-400: oklch(70.8% 0 0);
|
|
--color-neutral-500: oklch(55.6% 0 0);
|
|
--color-neutral-600: oklch(43.9% 0 0);
|
|
--color-neutral-700: oklch(37.1% 0 0);
|
|
--color-neutral-800: oklch(26.9% 0 0);
|
|
--color-neutral-900: oklch(20.5% 0 0);
|
|
--color-neutral-950: oklch(14.5% 0 0);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--container-md: 28rem;
|
|
--container-3xl: 48rem;
|
|
--container-5xl: 64rem;
|
|
--container-6xl: 72rem;
|
|
--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-4xl: 2.25rem;
|
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
--text-6xl: 3.75rem;
|
|
--text-6xl--line-height: 1;
|
|
--text-8xl: 6rem;
|
|
--text-8xl--line-height: 1;
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--tracking-tight: -0.025em;
|
|
--tracking-wide: 0.025em;
|
|
--tracking-wider: 0.05em;
|
|
--leading-tight: 1.25;
|
|
--leading-relaxed: 1.625;
|
|
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
--blur-sm: 8px;
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-mono-font-family: var(--font-mono);
|
|
--font-os9: 'ChicagoFLF', sans-serif;
|
|
--font-hyperlegible: 'Atkinson Hyperlegible', sans-serif;
|
|
}
|
|
}
|
|
@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;
|
|
}
|
|
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;
|
|
}
|
|
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;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup {
|
|
font-weight: bolder;
|
|
}
|
|
:where(select:is([multiple], [size])) optgroup option {
|
|
padding-inline-start: 20px;
|
|
}
|
|
::file-selector-button {
|
|
margin-inline-end: 4px;
|
|
}
|
|
::placeholder {
|
|
opacity: 1;
|
|
}
|
|
@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
|
|
::placeholder {
|
|
color: currentcolor;
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
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;
|
|
}
|
|
::-webkit-calendar-picker-indicator {
|
|
line-height: 1;
|
|
}
|
|
:-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;
|
|
}
|
|
}
|
|
@layer utilities {
|
|
.pointer-events-none {
|
|
pointer-events: none;
|
|
}
|
|
.invisible {
|
|
visibility: hidden;
|
|
}
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
.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-1\/2 {
|
|
top: calc(1/2 * 100%);
|
|
}
|
|
.top-48 {
|
|
top: calc(var(--spacing) * 48);
|
|
}
|
|
.top-\[66px\] {
|
|
top: 66px;
|
|
}
|
|
.top-\[98px\] {
|
|
top: 98px;
|
|
}
|
|
.top-full {
|
|
top: 100%;
|
|
}
|
|
.right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
.right-1\/2 {
|
|
right: calc(1/2 * 100%);
|
|
}
|
|
.right-4 {
|
|
right: calc(var(--spacing) * 4);
|
|
}
|
|
.-bottom-4 {
|
|
bottom: calc(var(--spacing) * -4);
|
|
}
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.bottom-8 {
|
|
bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
.left-1\/2 {
|
|
left: calc(1/2 * 100%);
|
|
}
|
|
.left-3\/4 {
|
|
left: calc(3/4 * 100%);
|
|
}
|
|
.left-4 {
|
|
left: calc(var(--spacing) * 4);
|
|
}
|
|
.isolate {
|
|
isolation: isolate;
|
|
}
|
|
.-z-10 {
|
|
z-index: calc(10 * -1);
|
|
}
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
.z-20 {
|
|
z-index: 20;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
@media (width >= 40rem) {
|
|
max-width: 40rem;
|
|
}
|
|
@media (width >= 48rem) {
|
|
max-width: 48rem;
|
|
}
|
|
@media (width >= 64rem) {
|
|
max-width: 64rem;
|
|
}
|
|
@media (width >= 80rem) {
|
|
max-width: 80rem;
|
|
}
|
|
@media (width >= 96rem) {
|
|
max-width: 96rem;
|
|
}
|
|
}
|
|
.\!m-0 {
|
|
margin: calc(var(--spacing) * 0) !important;
|
|
}
|
|
.mx-1 {
|
|
margin-inline: calc(var(--spacing) * 1);
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.my-8 {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
.my-12 {
|
|
margin-block: calc(var(--spacing) * 12);
|
|
}
|
|
.ms-4 {
|
|
margin-inline-start: calc(var(--spacing) * 4);
|
|
}
|
|
.me-2 {
|
|
margin-inline-end: calc(var(--spacing) * 2);
|
|
}
|
|
.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: underline;
|
|
font-weight: 500;
|
|
}
|
|
: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: 1px;
|
|
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: 500;
|
|
font-family: inherit;
|
|
color: var(--tw-prose-kbd);
|
|
box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
|
|
font-size: 0.875em;
|
|
border-radius: 0.3125rem;
|
|
padding-top: 0.1875em;
|
|
padding-inline-end: 0.375em;
|
|
padding-bottom: 0.1875em;
|
|
padding-inline-start: 0.375em;
|
|
}
|
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
color: var(--tw-prose-code);
|
|
font-weight: 600;
|
|
font-size: 0.875em;
|
|
}
|
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
|
|
content: "`";
|
|
}
|
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
|
|
content: "`";
|
|
}
|
|
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
color: inherit;
|
|
}
|
|
: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: oklch(37.3% 0.034 259.733);
|
|
--tw-prose-headings: oklch(21% 0.034 264.665);
|
|
--tw-prose-lead: oklch(44.6% 0.03 256.802);
|
|
--tw-prose-links: oklch(21% 0.034 264.665);
|
|
--tw-prose-bold: oklch(21% 0.034 264.665);
|
|
--tw-prose-counters: oklch(55.1% 0.027 264.364);
|
|
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
|
|
--tw-prose-hr: oklch(92.8% 0.006 264.531);
|
|
--tw-prose-quotes: oklch(21% 0.034 264.665);
|
|
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
|
|
--tw-prose-captions: oklch(55.1% 0.027 264.364);
|
|
--tw-prose-kbd: oklch(21% 0.034 264.665);
|
|
--tw-prose-kbd-shadows: color-mix(in oklab, oklch(21% 0.034 264.665) 10%, transparent);
|
|
--tw-prose-code: oklch(21% 0.034 264.665);
|
|
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
|
|
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
|
|
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
|
|
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
|
|
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
|
|
--tw-prose-invert-headings: #fff;
|
|
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
|
|
--tw-prose-invert-links: #fff;
|
|
--tw-prose-invert-bold: #fff;
|
|
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
|
|
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
|
|
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
|
|
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
|
|
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
|
|
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
|
|
--tw-prose-invert-kbd: #fff;
|
|
--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
|
|
--tw-prose-invert-code: #fff;
|
|
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
|
|
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
|
|
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
|
|
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
|
|
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;
|
|
}
|
|
}
|
|
.mt-0\.5 {
|
|
margin-top: calc(var(--spacing) * 0.5);
|
|
}
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.mt-6 {
|
|
margin-top: calc(var(--spacing) * 6);
|
|
}
|
|
.mt-8 {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
.mt-12 {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
.mt-16 {
|
|
margin-top: calc(var(--spacing) * 16);
|
|
}
|
|
.\!mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4) !important;
|
|
}
|
|
.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-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
.mb-6 {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
.mb-8 {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.mb-12 {
|
|
margin-bottom: calc(var(--spacing) * 12);
|
|
}
|
|
.-ml-\[50vw\] {
|
|
margin-left: calc(50vw * -1);
|
|
}
|
|
.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;
|
|
}
|
|
.table {
|
|
display: table;
|
|
}
|
|
.size-3 {
|
|
width: calc(var(--spacing) * 3);
|
|
height: calc(var(--spacing) * 3);
|
|
}
|
|
.size-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
.size-8 {
|
|
width: calc(var(--spacing) * 8);
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.size-10 {
|
|
width: calc(var(--spacing) * 10);
|
|
height: calc(var(--spacing) * 10);
|
|
}
|
|
.h-2 {
|
|
height: calc(var(--spacing) * 2);
|
|
}
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.h-32 {
|
|
height: calc(var(--spacing) * 32);
|
|
}
|
|
.h-\[34px\] {
|
|
height: 34px;
|
|
}
|
|
.h-\[50px\] {
|
|
height: 50px;
|
|
}
|
|
.h-\[70vh\] {
|
|
height: 70vh;
|
|
}
|
|
.h-\[80px\] {
|
|
height: 80px;
|
|
}
|
|
.h-\[120px\] {
|
|
height: 120px;
|
|
}
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.h-px {
|
|
height: 1px;
|
|
}
|
|
.max-h-\[33vh\] {
|
|
max-height: 33vh;
|
|
}
|
|
.max-h-\[calc\(100vh-16rem\)\] {
|
|
max-height: calc(100vh - 16rem);
|
|
}
|
|
.min-h-\[75px\] {
|
|
min-height: 75px;
|
|
}
|
|
.min-h-\[100px\] {
|
|
min-height: 100px;
|
|
}
|
|
.w-2 {
|
|
width: calc(var(--spacing) * 2);
|
|
}
|
|
.w-4\/5 {
|
|
width: calc(4/5 * 100%);
|
|
}
|
|
.w-12 {
|
|
width: calc(var(--spacing) * 12);
|
|
}
|
|
.w-32 {
|
|
width: calc(var(--spacing) * 32);
|
|
}
|
|
.w-64 {
|
|
width: calc(var(--spacing) * 64);
|
|
}
|
|
.w-auto {
|
|
width: auto;
|
|
}
|
|
.w-fit {
|
|
width: fit-content;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.w-screen {
|
|
width: 100vw;
|
|
}
|
|
.max-w-1\/3 {
|
|
max-width: calc(1/3 * 100%);
|
|
}
|
|
.max-w-3xl {
|
|
max-width: var(--container-3xl);
|
|
}
|
|
.max-w-5xl {
|
|
max-width: var(--container-5xl);
|
|
}
|
|
.max-w-6xl {
|
|
max-width: var(--container-6xl);
|
|
}
|
|
.max-w-\[60vw\] {
|
|
max-width: 60vw;
|
|
}
|
|
.max-w-\[1536px\] {
|
|
max-width: 1536px;
|
|
}
|
|
.max-w-\[1680px\] {
|
|
max-width: 1680px;
|
|
}
|
|
.max-w-full {
|
|
max-width: 100%;
|
|
}
|
|
.max-w-md {
|
|
max-width: var(--container-md);
|
|
}
|
|
.min-w-0 {
|
|
min-width: calc(var(--spacing) * 0);
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.-translate-x-1\/2 {
|
|
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-x-\[60\%\] {
|
|
--tw-translate-x: 60%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-1\/2 {
|
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-\[2px\] {
|
|
--tw-translate-y: calc(2px * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-\[75\%\] {
|
|
--tw-translate-y: calc(75% * -1);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-full {
|
|
--tw-translate-y: -100%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.-translate-y-px {
|
|
--tw-translate-y: -1px;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-y-0\.5 {
|
|
--tw-translate-y: calc(var(--spacing) * 0.5);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-y-\[calc\(100\%-2\.5rem\)\] {
|
|
--tw-translate-y: calc(100% - 2.5rem);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-y-px {
|
|
--tw-translate-y: 1px;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.scale-\[1\.2\] {
|
|
scale: 1.2;
|
|
}
|
|
.scale-\[80\%\] {
|
|
scale: 80%;
|
|
}
|
|
.transform {
|
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.cursor-text {
|
|
cursor: text;
|
|
}
|
|
.list-decimal {
|
|
list-style-type: decimal;
|
|
}
|
|
.grid-cols-1 {
|
|
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
}
|
|
.grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\] {
|
|
grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-col-reverse {
|
|
flex-direction: column-reverse;
|
|
}
|
|
.content-center {
|
|
align-content: center;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.items-stretch {
|
|
align-items: stretch;
|
|
}
|
|
.justify-around {
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.gap-1 {
|
|
gap: calc(var(--spacing) * 1);
|
|
}
|
|
.gap-1\.5 {
|
|
gap: calc(var(--spacing) * 1.5);
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-3 {
|
|
gap: calc(var(--spacing) * 3);
|
|
}
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
.gap-5 {
|
|
gap: calc(var(--spacing) * 5);
|
|
}
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
.gap-8 {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
.gap-\[3px\] {
|
|
gap: 3px;
|
|
}
|
|
.space-y-0\.5 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 0.5) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
}
|
|
.space-y-1 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
}
|
|
.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-4 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-y-reverse: 0;
|
|
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
|
|
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
|
|
}
|
|
}
|
|
.self-start {
|
|
align-self: flex-start;
|
|
}
|
|
.truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.overflow-auto {
|
|
overflow: auto;
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.overflow-x-auto {
|
|
overflow-x: auto;
|
|
}
|
|
.overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
.overflow-y-auto {
|
|
overflow-y: auto;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-\[2px\] {
|
|
border-radius: 2px;
|
|
}
|
|
.rounded-\[3px\] {
|
|
border-radius: 3px;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-t {
|
|
border-top-left-radius: 0.25rem;
|
|
border-top-right-radius: 0.25rem;
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-8 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 8px;
|
|
}
|
|
.border-y-4 {
|
|
border-block-style: var(--tw-border-style);
|
|
border-block-width: 4px;
|
|
}
|
|
.border-t {
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
.border-b-2 {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 2px;
|
|
}
|
|
.border-l {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 1px;
|
|
}
|
|
.border-\[\#5BD8E5\]\/25 {
|
|
border-color: color-mix(in oklab, #5BD8E5 25%, transparent);
|
|
}
|
|
.border-\[\#999\] {
|
|
border-color: #999;
|
|
}
|
|
.border-\[rgba\(0\,0\,0\,0\.1\)\] {
|
|
border-color: rgba(0,0,0,0.1);
|
|
}
|
|
.border-\[rgba\(0\,0\,0\,0\.2\)\] {
|
|
border-color: rgba(0,0,0,0.2);
|
|
}
|
|
.border-\[rgba\(0\,0\,0\,0\.4\)\] {
|
|
border-color: rgba(0,0,0,0.4);
|
|
}
|
|
.border-neutral-100 {
|
|
border-color: var(--color-neutral-100);
|
|
}
|
|
.border-neutral-200 {
|
|
border-color: var(--color-neutral-200);
|
|
}
|
|
.border-neutral-300 {
|
|
border-color: var(--color-neutral-300);
|
|
}
|
|
.border-neutral-400 {
|
|
border-color: var(--color-neutral-400);
|
|
}
|
|
.border-neutral-800 {
|
|
border-color: var(--color-neutral-800);
|
|
}
|
|
.border-red-300 {
|
|
border-color: var(--color-red-300);
|
|
}
|
|
.border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
.border-yellow-600\/50 {
|
|
border-color: color-mix(in srgb, oklch(68.1% 0.162 75.834) 50%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-yellow-600) 50%, transparent);
|
|
}
|
|
}
|
|
.\!bg-transparent {
|
|
background-color: transparent !important;
|
|
}
|
|
.bg-\[\#5BD8E5\]\/5 {
|
|
background-color: color-mix(in oklab, #5BD8E5 5%, transparent);
|
|
}
|
|
.bg-\[\#f8f8f8\] {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.bg-black {
|
|
background-color: var(--color-black);
|
|
}
|
|
.bg-blue-500\/0 {
|
|
background-color: color-mix(in srgb, #4f8ce2 0%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-blue-500) 0%, transparent);
|
|
}
|
|
}
|
|
.bg-blue-600 {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
.bg-green-50 {
|
|
background-color: var(--color-green-50);
|
|
}
|
|
.bg-green-500 {
|
|
background-color: var(--color-green-500);
|
|
}
|
|
.bg-green-600 {
|
|
background-color: var(--color-green-600);
|
|
}
|
|
.bg-neutral-50 {
|
|
background-color: var(--color-neutral-50);
|
|
}
|
|
.bg-neutral-200 {
|
|
background-color: var(--color-neutral-200);
|
|
}
|
|
.bg-neutral-500 {
|
|
background-color: var(--color-neutral-500);
|
|
}
|
|
.bg-neutral-900 {
|
|
background-color: var(--color-neutral-900);
|
|
}
|
|
.bg-neutral-950 {
|
|
background-color: var(--color-neutral-950);
|
|
}
|
|
.bg-purple-600 {
|
|
background-color: var(--color-purple-600);
|
|
}
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.bg-yellow-300 {
|
|
background-color: var(--color-yellow-300);
|
|
}
|
|
.bg-yellow-300\/5 {
|
|
background-color: color-mix(in srgb, oklch(90.5% 0.182 98.111) 5%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-yellow-300) 5%, 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-\[linear-gradient\(to_bottom\,\#fefefe_0\%\,\#ddd_50\%\,\#ccc_51\%\,\#bbb_100\%\)\] {
|
|
background-image: linear-gradient(to bottom,#fefefe 0%,#ddd 50%,#ccc 51%,#bbb 100%);
|
|
}
|
|
.from-\[\#e8e8e8\] {
|
|
--tw-gradient-from: #e8e8e8;
|
|
--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-blue-950\/5 {
|
|
--tw-gradient-from: color-mix(in srgb, #1d2a4e 5%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-gradient-from: color-mix(in oklab, var(--color-blue-950) 5%, 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));
|
|
}
|
|
.from-blue-950\/8 {
|
|
--tw-gradient-from: color-mix(in srgb, #1d2a4e 8%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-gradient-from: color-mix(in oklab, var(--color-blue-950) 8%, 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));
|
|
}
|
|
.from-transparent {
|
|
--tw-gradient-from: 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));
|
|
}
|
|
.via-blue-500\/20 {
|
|
--tw-gradient-via: color-mix(in srgb, #4f8ce2 20%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-gradient-via: color-mix(in oklab, var(--color-blue-500) 20%, transparent);
|
|
}
|
|
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
}
|
|
.via-transparent {
|
|
--tw-gradient-via: transparent;
|
|
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
}
|
|
.to-blue-950\/15 {
|
|
--tw-gradient-to: color-mix(in srgb, #1d2a4e 15%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-gradient-to: color-mix(in oklab, var(--color-blue-950) 15%, 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));
|
|
}
|
|
.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));
|
|
}
|
|
.mask-y-from-50\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-top: linear-gradient(to top, var(--tw-mask-top-from-color) var(--tw-mask-top-from-position), var(--tw-mask-top-to-color) var(--tw-mask-top-to-position));
|
|
--tw-mask-top-from-position: 50%;
|
|
--tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
|
|
--tw-mask-bottom-from-position: 50%;
|
|
}
|
|
.mask-y-from-80\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-top: linear-gradient(to top, var(--tw-mask-top-from-color) var(--tw-mask-top-from-position), var(--tw-mask-top-to-color) var(--tw-mask-top-to-position));
|
|
--tw-mask-top-from-position: 80%;
|
|
--tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
|
|
--tw-mask-bottom-from-position: 80%;
|
|
}
|
|
.mask-t-from-50\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-top: linear-gradient(to top, var(--tw-mask-top-from-color) var(--tw-mask-top-from-position), var(--tw-mask-top-to-color) var(--tw-mask-top-to-position));
|
|
--tw-mask-top-from-position: 50%;
|
|
}
|
|
.mask-y-to-100\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-top: linear-gradient(to top, var(--tw-mask-top-from-color) var(--tw-mask-top-from-position), var(--tw-mask-top-to-color) var(--tw-mask-top-to-position));
|
|
--tw-mask-top-to-position: 100%;
|
|
--tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
|
|
--tw-mask-bottom-to-position: 100%;
|
|
}
|
|
.mask-t-to-100\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-top: linear-gradient(to top, var(--tw-mask-top-from-color) var(--tw-mask-top-from-position), var(--tw-mask-top-to-color) var(--tw-mask-top-to-position));
|
|
--tw-mask-top-to-position: 100%;
|
|
}
|
|
.mask-b-from-90\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
|
|
--tw-mask-bottom-from-position: 90%;
|
|
}
|
|
.mask-b-to-100\% {
|
|
mask-image: var(--tw-mask-linear), var(--tw-mask-radial), var(--tw-mask-conic);
|
|
mask-composite: intersect;
|
|
--tw-mask-linear: var(--tw-mask-left), var(--tw-mask-right), var(--tw-mask-bottom), var(--tw-mask-top);
|
|
--tw-mask-bottom: linear-gradient(to bottom, var(--tw-mask-bottom-from-color) var(--tw-mask-bottom-from-position), var(--tw-mask-bottom-to-color) var(--tw-mask-bottom-to-position));
|
|
--tw-mask-bottom-to-position: 100%;
|
|
}
|
|
.scan-lines {
|
|
mask-size: 100% max(1.5px, 0.02em);
|
|
mask-image: linear-gradient(to bottom, transparent 0%, black 15%);
|
|
@media (prefers-color-scheme: dark) {
|
|
mask-image: linear-gradient(to bottom, transparent 0%, black 30%);
|
|
}
|
|
}
|
|
.object-contain {
|
|
object-fit: contain;
|
|
}
|
|
.object-cover {
|
|
object-fit: cover;
|
|
}
|
|
.object-left {
|
|
object-position: left;
|
|
}
|
|
.\!p-0 {
|
|
padding: calc(var(--spacing) * 0) !important;
|
|
}
|
|
.p-1\.5 {
|
|
padding: calc(var(--spacing) * 1.5);
|
|
}
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.p-2\.5 {
|
|
padding: calc(var(--spacing) * 2.5);
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-6 {
|
|
padding: calc(var(--spacing) * 6);
|
|
}
|
|
.p-8 {
|
|
padding: calc(var(--spacing) * 8);
|
|
}
|
|
.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);
|
|
}
|
|
.py-0 {
|
|
padding-block: calc(var(--spacing) * 0);
|
|
}
|
|
.py-0\.5 {
|
|
padding-block: calc(var(--spacing) * 0.5);
|
|
}
|
|
.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-12 {
|
|
padding-block: calc(var(--spacing) * 12);
|
|
}
|
|
.pt-6 {
|
|
padding-top: calc(var(--spacing) * 6);
|
|
}
|
|
.pt-8 {
|
|
padding-top: calc(var(--spacing) * 8);
|
|
}
|
|
.pr-3 {
|
|
padding-right: calc(var(--spacing) * 3);
|
|
}
|
|
.pb-12 {
|
|
padding-bottom: calc(var(--spacing) * 12);
|
|
}
|
|
.pl-6 {
|
|
padding-left: calc(var(--spacing) * 6);
|
|
}
|
|
.pl-9 {
|
|
padding-left: calc(var(--spacing) * 9);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.align-middle {
|
|
vertical-align: middle;
|
|
}
|
|
.font-\[\'Lucida_Grande\'\,Geneva\,Verdana\,sans-serif\] {
|
|
font-family: 'Lucida Grande',Geneva,Verdana,sans-serif;
|
|
}
|
|
.font-hyperlegible {
|
|
font-family: var(--font-hyperlegible);
|
|
}
|
|
.font-mono {
|
|
font-family: var(--font-mono);
|
|
}
|
|
.font-os9 {
|
|
font-family: var(--font-os9);
|
|
}
|
|
.font-sans {
|
|
font-family: var(--font-sans);
|
|
}
|
|
.\!text-xl {
|
|
font-size: var(--text-xl) !important;
|
|
line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
|
|
}
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
.text-6xl {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
.text-8xl {
|
|
font-size: var(--text-8xl);
|
|
line-height: var(--tw-leading, var(--text-8xl--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\.625rem\] {
|
|
font-size: 0.625rem;
|
|
}
|
|
.text-\[0\.675rem\] {
|
|
font-size: 0.675rem;
|
|
}
|
|
.text-\[1\.075rem\] {
|
|
font-size: 1.075rem;
|
|
}
|
|
.text-\[9px\] {
|
|
font-size: 9px;
|
|
}
|
|
.text-\[10px\] {
|
|
font-size: 10px;
|
|
}
|
|
.text-\[11px\] {
|
|
font-size: 11px;
|
|
}
|
|
.text-\[28px\] {
|
|
font-size: 28px;
|
|
}
|
|
.leading-none {
|
|
--tw-leading: 1;
|
|
line-height: 1;
|
|
}
|
|
.leading-relaxed {
|
|
--tw-leading: var(--leading-relaxed);
|
|
line-height: var(--leading-relaxed);
|
|
}
|
|
.leading-tight {
|
|
--tw-leading: var(--leading-tight);
|
|
line-height: var(--leading-tight);
|
|
}
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.font-medium {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
.font-semibold {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
.tracking-tight {
|
|
--tw-tracking: var(--tracking-tight);
|
|
letter-spacing: var(--tracking-tight);
|
|
}
|
|
.tracking-wide {
|
|
--tw-tracking: var(--tracking-wide);
|
|
letter-spacing: var(--tracking-wide);
|
|
}
|
|
.tracking-wider {
|
|
--tw-tracking: var(--tracking-wider);
|
|
letter-spacing: var(--tracking-wider);
|
|
}
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.text-\[\#333\] {
|
|
color: #333;
|
|
}
|
|
.text-\[\#555\] {
|
|
color: #555;
|
|
}
|
|
.text-\[\#666\] {
|
|
color: #666;
|
|
}
|
|
.text-\[\#888\] {
|
|
color: #888;
|
|
}
|
|
.text-blue-600 {
|
|
color: var(--color-blue-600);
|
|
}
|
|
.text-green-500 {
|
|
color: var(--color-green-500);
|
|
}
|
|
.text-green-600 {
|
|
color: var(--color-green-600);
|
|
}
|
|
.text-green-700 {
|
|
color: var(--color-green-700);
|
|
}
|
|
.text-neutral-500 {
|
|
color: var(--color-neutral-500);
|
|
}
|
|
.text-neutral-600 {
|
|
color: var(--color-neutral-600);
|
|
}
|
|
.text-neutral-700 {
|
|
color: var(--color-neutral-700);
|
|
}
|
|
.text-neutral-800 {
|
|
color: var(--color-neutral-800);
|
|
}
|
|
.text-neutral-900 {
|
|
color: var(--color-neutral-900);
|
|
}
|
|
.text-red-600 {
|
|
color: var(--color-red-600);
|
|
}
|
|
.text-white {
|
|
color: var(--color-white);
|
|
}
|
|
.text-yellow-700 {
|
|
color: var(--color-yellow-700);
|
|
}
|
|
.capitalize {
|
|
text-transform: capitalize;
|
|
}
|
|
.lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
.no-underline {
|
|
text-decoration-line: none;
|
|
}
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.opacity-30 {
|
|
opacity: 30%;
|
|
}
|
|
.opacity-50 {
|
|
opacity: 50%;
|
|
}
|
|
.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-\[inset_0_1px_0_rgba\(255\,255\,255\,0\.6\)\] {
|
|
--tw-shadow: inset 0 1px 0 var(--tw-shadow-color, rgba(255,255,255,0.6));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-\[inset_1px_1px_0_rgba\(0\,0\,0\,0\.1\)\] {
|
|
--tw-shadow: inset 1px 1px 0 var(--tw-shadow-color, rgba(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-\[inset_1px_1px_0_rgba\(255\,255\,255\,0\.9\)\,inset_-1px_-1px_0_rgba\(0\,0\,0\,0\.15\)\,0_-2px_8px_rgba\(0\,0\,0\,0\.15\)\] {
|
|
--tw-shadow: inset 1px 1px 0 var(--tw-shadow-color, rgba(255,255,255,0.9)), inset -1px -1px 0 var(--tw-shadow-color, rgba(0,0,0,0.15)), 0 -2px 8px var(--tw-shadow-color, rgba(0,0,0,0.15));
|
|
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);
|
|
}
|
|
.ring-4 {
|
|
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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);
|
|
}
|
|
.ring-neutral-200 {
|
|
--tw-ring-color: var(--color-neutral-200);
|
|
}
|
|
.outline {
|
|
outline-style: var(--tw-outline-style);
|
|
outline-width: 1px;
|
|
}
|
|
.blur-sm {
|
|
--tw-blur: blur(var(--blur-sm));
|
|
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,);
|
|
}
|
|
.brightness-125 {
|
|
--tw-brightness: brightness(125%);
|
|
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,);
|
|
}
|
|
.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, display, content-visibility, overlay, pointer-events;
|
|
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-colors {
|
|
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));
|
|
}
|
|
.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));
|
|
}
|
|
.delay-100 {
|
|
transition-delay: 100ms;
|
|
}
|
|
.delay-250 {
|
|
transition-delay: 250ms;
|
|
}
|
|
.duration-100 {
|
|
--tw-duration: 100ms;
|
|
transition-duration: 100ms;
|
|
}
|
|
.duration-200 {
|
|
--tw-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
}
|
|
.duration-300 {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
.duration-500 {
|
|
--tw-duration: 500ms;
|
|
transition-duration: 500ms;
|
|
}
|
|
.ease-in {
|
|
--tw-ease: var(--ease-in);
|
|
transition-timing-function: var(--ease-in);
|
|
}
|
|
.prose {
|
|
--tw-prose-body: var(--color-neutral-900);
|
|
--tw-prose-headings: var(--color-neutral-950);
|
|
--tw-prose-bold: var(--color-neutral-950);
|
|
--tw-prose-links: var(--color-blue-600);
|
|
--tw-prose-invert-body: var(--color-neutral-100);
|
|
--tw-prose-invert-headings: var(--color-neutral-50);
|
|
--tw-prose-invert-links: var(--color-blue-400);
|
|
}
|
|
.select-none {
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.\[border-image\:repeating-linear-gradient\(45deg\,\#000\,\#000_10px\,\#ffcc00_10px\,\#ffcc00_20px\)_4\] {
|
|
border-image: repeating-linear-gradient(45deg,#000,#000 10px,#ffcc00 10px,#ffcc00 20px) 4;
|
|
}
|
|
.\[border-image\:repeating-linear-gradient\(45deg\,\#000\,\#000_10px\,\#ffcc00_10px\,\#ffcc00_20px\)_8\] {
|
|
border-image: repeating-linear-gradient(45deg,#000,#000 10px,#ffcc00 10px,#ffcc00 20px) 8;
|
|
}
|
|
.\[text-shadow\:0_1px_0_rgba\(255\,255\,255\,0\.5\)\] {
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.5);
|
|
}
|
|
.\[text-shadow\:0_1px_0_rgba\(255\,255\,255\,0\.8\)\] {
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.8);
|
|
}
|
|
.\[text-shadow\:0_1px_0_rgba\(255\,255\,255\,0\.9\)\] {
|
|
text-shadow: 0 1px 0 rgba(255,255,255,0.9);
|
|
}
|
|
.not-dark\:invert {
|
|
@media not (prefers-color-scheme: dark) {
|
|
--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,);
|
|
}
|
|
}
|
|
.group-hover\:bg-blue-500\/10 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
background-color: color-mix(in srgb, #4f8ce2 10%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:text-blue-600 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-600);
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:text-neutral-800 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-neutral-800);
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:underline {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:ring-blue-500\/30 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
--tw-ring-color: color-mix(in srgb, #4f8ce2 30%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-ring-color: color-mix(in oklab, var(--color-blue-500) 30%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:brightness-125 {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
--tw-brightness: brightness(125%);
|
|
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,);
|
|
}
|
|
}
|
|
}
|
|
.group-has-focus\:opacity-0 {
|
|
&:is(:where(.group):has(*:focus) *) {
|
|
opacity: 0%;
|
|
}
|
|
}
|
|
.peer-checked\:block {
|
|
&:is(:where(.peer):checked ~ *) {
|
|
display: block;
|
|
}
|
|
}
|
|
.peer-placeholder-shown\:opacity-50 {
|
|
&:is(:where(.peer):placeholder-shown ~ *) {
|
|
opacity: 50%;
|
|
}
|
|
}
|
|
.peer-has-checked\/mobile-menu\:rotate-180 {
|
|
&:is(:where(.peer\/mobile-menu):has(*:checked) ~ *) {
|
|
rotate: 180deg;
|
|
}
|
|
}
|
|
.last\:mb-0 {
|
|
&:last-child {
|
|
margin-bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.hover\:-translate-y-1\.5 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-translate-y: calc(var(--spacing) * -1.5);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
}
|
|
.hover\:scale-\[1\.03\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
scale: 1.03;
|
|
}
|
|
}
|
|
}
|
|
.hover\:border-\[\#5BD8E5\]\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: color-mix(in oklab, #5BD8E5 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.hover\:border-blue-500\/40 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: color-mix(in srgb, #4f8ce2 40%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 40%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:border-neutral-400 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: var(--color-neutral-400);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-\[rgba\(0\,0\,0\,0\.05\)\] {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: rgba(0,0,0,0.05);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-blue-700 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-blue-700);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-green-700 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-green-700);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-neutral-50 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-neutral-50);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-purple-700 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-purple-700);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-yellow-300 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-yellow-300);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-blue-600 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-600);
|
|
}
|
|
}
|
|
}
|
|
.hover\:underline {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
}
|
|
.not-data-disabled\:hover\:bg-blue-600 {
|
|
&:not(*[data-disabled]) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.not-data-disabled\:hover\:text-white {
|
|
&:not(*[data-disabled]) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.active\:bg-neutral-100 {
|
|
&:active {
|
|
background-color: var(--color-neutral-100);
|
|
}
|
|
}
|
|
.has-checked\:translate-y-0 {
|
|
&:has(*:checked) {
|
|
--tw-translate-y: calc(var(--spacing) * 0);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.has-checked\:border-\[\#2d5f9f\] {
|
|
&:has(*:checked) {
|
|
border-color: #2d5f9f;
|
|
}
|
|
}
|
|
.has-checked\:bg-\[linear-gradient\(to_bottom\,\#5a9eea_0\%\,\#3d7fc9_100\%\)\] {
|
|
&:has(*:checked) {
|
|
background-image: linear-gradient(to bottom,#5a9eea 0%,#3d7fc9 100%);
|
|
}
|
|
}
|
|
.has-checked\:text-white {
|
|
&:has(*:checked) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
.has-checked\:opacity-100 {
|
|
&:has(*:checked) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
.has-checked\:shadow-\[inset_0_1px_1px_rgba\(0\,0\,0\,0\.3\)\] {
|
|
&:has(*:checked) {
|
|
--tw-shadow: inset 0 1px 1px var(--tw-shadow-color, rgba(0,0,0,0.3));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
}
|
|
.has-checked\:\[text-shadow\:0_-1px_0_rgba\(0\,0\,0\,0\.3\)\] {
|
|
&:has(*:checked) {
|
|
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
|
|
}
|
|
}
|
|
.has-\[\.events-active\]\:visible {
|
|
&:has(*:is(.events-active)) {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
.has-\[\.matrix-text\]\:visible {
|
|
&:has(*:is(.matrix-text)) {
|
|
visibility: visible;
|
|
}
|
|
}
|
|
.has-\[\[name\*\=toolbar-toggle\]\:checked\]\:translate-y-0 {
|
|
&:has(*:is([name*=toolbar-toggle]:checked)) {
|
|
--tw-translate-y: calc(var(--spacing) * 0);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.aria-selected\:border-blue-600 {
|
|
&[aria-selected="true"] {
|
|
border-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
.aria-selected\:text-blue-600 {
|
|
&[aria-selected="true"] {
|
|
color: var(--color-blue-600);
|
|
}
|
|
}
|
|
.data-active\:border-l-2 {
|
|
&[data-active] {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 2px;
|
|
}
|
|
}
|
|
.data-active\:border-blue-600 {
|
|
&[data-active] {
|
|
border-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
.data-active\:font-semibold {
|
|
&[data-active] {
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
}
|
|
}
|
|
.data-active\:text-blue-600 {
|
|
&[data-active] {
|
|
color: var(--color-blue-600);
|
|
}
|
|
}
|
|
.data-disabled\:pointer-events-none {
|
|
&[data-disabled] {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.data-disabled\:cursor-not-allowed {
|
|
&[data-disabled] {
|
|
cursor: not-allowed;
|
|
}
|
|
}
|
|
.data-disabled\:opacity-50 {
|
|
&[data-disabled] {
|
|
opacity: 50%;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'2\'\]\:border-\[\#81c784\] {
|
|
&[data-status^='2'] {
|
|
border-color: #81c784;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'2\'\]\:bg-\[\#c8e6c9\] {
|
|
&[data-status^='2'] {
|
|
background-color: #c8e6c9;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'2\'\]\:text-\[\#2e7d32\] {
|
|
&[data-status^='2'] {
|
|
color: #2e7d32;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'3\'\]\:border-\[\#fff59d\] {
|
|
&[data-status^='3'] {
|
|
border-color: #fff59d;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'3\'\]\:bg-\[\#fff9c4\] {
|
|
&[data-status^='3'] {
|
|
background-color: #fff9c4;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'3\'\]\:text-\[\#f57f17\] {
|
|
&[data-status^='3'] {
|
|
color: #f57f17;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'4\'\]\:border-\[\#ef9a9a\] {
|
|
&[data-status^='4'] {
|
|
border-color: #ef9a9a;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'4\'\]\:bg-\[\#ffcdd2\] {
|
|
&[data-status^='4'] {
|
|
background-color: #ffcdd2;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'4\'\]\:text-\[\#c62828\] {
|
|
&[data-status^='4'] {
|
|
color: #c62828;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'5\'\]\:border-\[\#ef9a9a\] {
|
|
&[data-status^='5'] {
|
|
border-color: #ef9a9a;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'5\'\]\:bg-\[\#ffcdd2\] {
|
|
&[data-status^='5'] {
|
|
background-color: #ffcdd2;
|
|
}
|
|
}
|
|
.data-\[status\^\=\'5\'\]\:text-\[\#c62828\] {
|
|
&[data-status^='5'] {
|
|
color: #c62828;
|
|
}
|
|
}
|
|
.max-sm\:hidden {
|
|
@media (width < 40rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.sm\:top-\[74px\] {
|
|
@media (width >= 40rem) {
|
|
top: 74px;
|
|
}
|
|
}
|
|
.sm\:top-\[106px\] {
|
|
@media (width >= 40rem) {
|
|
top: 106px;
|
|
}
|
|
}
|
|
.sm\:col-span-2 {
|
|
@media (width >= 40rem) {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
}
|
|
.sm\:prose-lg {
|
|
@media (width >= 40rem) {
|
|
font-size: 1.125rem;
|
|
line-height: 1.7777778;
|
|
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
margin-bottom: 1.3333333em;
|
|
}
|
|
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 1.2222222em;
|
|
line-height: 1.4545455;
|
|
margin-top: 1.0909091em;
|
|
margin-bottom: 1.0909091em;
|
|
}
|
|
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.6666667em;
|
|
margin-bottom: 1.6666667em;
|
|
padding-inline-start: 1em;
|
|
}
|
|
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 2.6666667em;
|
|
margin-top: 0;
|
|
margin-bottom: 0.8333333em;
|
|
line-height: 1;
|
|
}
|
|
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 1.6666667em;
|
|
margin-top: 1.8666667em;
|
|
margin-bottom: 1.0666667em;
|
|
line-height: 1.3333333;
|
|
}
|
|
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 1.3333333em;
|
|
margin-top: 1.6666667em;
|
|
margin-bottom: 0.6666667em;
|
|
line-height: 1.5;
|
|
}
|
|
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.7777778em;
|
|
margin-bottom: 0.4444444em;
|
|
line-height: 1.5555556;
|
|
}
|
|
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.7777778em;
|
|
margin-bottom: 1.7777778em;
|
|
}
|
|
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.7777778em;
|
|
margin-bottom: 1.7777778em;
|
|
}
|
|
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.7777778em;
|
|
margin-bottom: 1.7777778em;
|
|
}
|
|
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.8888889em;
|
|
border-radius: 0.3125rem;
|
|
padding-top: 0.2222222em;
|
|
padding-inline-end: 0.4444444em;
|
|
padding-bottom: 0.2222222em;
|
|
padding-inline-start: 0.4444444em;
|
|
}
|
|
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.8888889em;
|
|
}
|
|
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.8666667em;
|
|
}
|
|
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.875em;
|
|
}
|
|
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.8888889em;
|
|
line-height: 1.75;
|
|
margin-top: 2em;
|
|
margin-bottom: 2em;
|
|
border-radius: 0.375rem;
|
|
padding-top: 1em;
|
|
padding-inline-end: 1.5em;
|
|
padding-bottom: 1em;
|
|
padding-inline-start: 1.5em;
|
|
}
|
|
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
margin-bottom: 1.3333333em;
|
|
padding-inline-start: 1.5555556em;
|
|
}
|
|
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
margin-bottom: 1.3333333em;
|
|
padding-inline-start: 1.5555556em;
|
|
}
|
|
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0.6666667em;
|
|
margin-bottom: 0.6666667em;
|
|
}
|
|
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
padding-inline-start: 0.4444444em;
|
|
}
|
|
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
padding-inline-start: 0.4444444em;
|
|
}
|
|
:where(.sm\:prose-lg > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0.8888889em;
|
|
margin-bottom: 0.8888889em;
|
|
}
|
|
:where(.sm\:prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
}
|
|
:where(.sm\:prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-bottom: 1.3333333em;
|
|
}
|
|
:where(.sm\:prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
}
|
|
:where(.sm\:prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-bottom: 1.3333333em;
|
|
}
|
|
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0.8888889em;
|
|
margin-bottom: 0.8888889em;
|
|
}
|
|
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
margin-bottom: 1.3333333em;
|
|
}
|
|
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 1.3333333em;
|
|
}
|
|
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0.6666667em;
|
|
padding-inline-start: 1.5555556em;
|
|
}
|
|
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 3.1111111em;
|
|
margin-bottom: 3.1111111em;
|
|
}
|
|
: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(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
font-size: 0.8888889em;
|
|
line-height: 1.5;
|
|
}
|
|
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
padding-inline-end: 0.75em;
|
|
padding-bottom: 0.75em;
|
|
padding-inline-start: 0.75em;
|
|
}
|
|
: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.75em;
|
|
padding-inline-end: 0.75em;
|
|
padding-bottom: 0.75em;
|
|
padding-inline-start: 0.75em;
|
|
}
|
|
: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: 1.7777778em;
|
|
margin-bottom: 1.7777778em;
|
|
}
|
|
: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"] *)) {
|
|
font-size: 0.8888889em;
|
|
line-height: 1.5;
|
|
margin-top: 1em;
|
|
}
|
|
:where(.sm\:prose-lg > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-top: 0;
|
|
}
|
|
:where(.sm\:prose-lg > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
.sm\:mt-0 {
|
|
@media (width >= 40rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.sm\:mt-20 {
|
|
@media (width >= 40rem) {
|
|
margin-top: calc(var(--spacing) * 20);
|
|
}
|
|
}
|
|
.sm\:mt-24 {
|
|
@media (width >= 40rem) {
|
|
margin-top: calc(var(--spacing) * 24);
|
|
}
|
|
}
|
|
.sm\:mb-16 {
|
|
@media (width >= 40rem) {
|
|
margin-bottom: calc(var(--spacing) * 16);
|
|
}
|
|
}
|
|
.sm\:min-w-\[20ch\] {
|
|
@media (width >= 40rem) {
|
|
min-width: 20ch;
|
|
}
|
|
}
|
|
.sm\:translate-x-\[75\%\] {
|
|
@media (width >= 40rem) {
|
|
--tw-translate-x: 75%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.sm\:scale-\[100\%\] {
|
|
@media (width >= 40rem) {
|
|
scale: 100%;
|
|
}
|
|
}
|
|
.sm\:grid-cols-2 {
|
|
@media (width >= 40rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.sm\:flex-row {
|
|
@media (width >= 40rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
.sm\:items-center {
|
|
@media (width >= 40rem) {
|
|
align-items: center;
|
|
}
|
|
}
|
|
.sm\:justify-between {
|
|
@media (width >= 40rem) {
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.sm\:gap-5 {
|
|
@media (width >= 40rem) {
|
|
gap: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.sm\:gap-6 {
|
|
@media (width >= 40rem) {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.sm\:self-center {
|
|
@media (width >= 40rem) {
|
|
align-self: center;
|
|
}
|
|
}
|
|
.sm\:px-6 {
|
|
@media (width >= 40rem) {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.sm\:px-8 {
|
|
@media (width >= 40rem) {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.sm\:px-12 {
|
|
@media (width >= 40rem) {
|
|
padding-inline: calc(var(--spacing) * 12);
|
|
}
|
|
}
|
|
.sm\:py-4 {
|
|
@media (width >= 40rem) {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.sm\:py-16 {
|
|
@media (width >= 40rem) {
|
|
padding-block: calc(var(--spacing) * 16);
|
|
}
|
|
}
|
|
.sm\:pt-16 {
|
|
@media (width >= 40rem) {
|
|
padding-top: calc(var(--spacing) * 16);
|
|
}
|
|
}
|
|
.sm\:pb-24 {
|
|
@media (width >= 40rem) {
|
|
padding-bottom: calc(var(--spacing) * 24);
|
|
}
|
|
}
|
|
.sm\:text-sm {
|
|
@media (width >= 40rem) {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
.md\:md\:mx-auto {
|
|
@media (width >= 48rem) {
|
|
@media (width >= 48rem) {
|
|
margin-inline: auto;
|
|
}
|
|
}
|
|
}
|
|
.md\:mx-auto {
|
|
@media (width >= 48rem) {
|
|
margin-inline: auto;
|
|
}
|
|
}
|
|
.md\:translate-x-\[85\%\] {
|
|
@media (width >= 48rem) {
|
|
--tw-translate-x: 85%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.md\:grid-cols-2 {
|
|
@media (width >= 48rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.md\:gap-6 {
|
|
@media (width >= 48rem) {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.md\:object-center {
|
|
@media (width >= 48rem) {
|
|
object-position: center;
|
|
}
|
|
}
|
|
.lg\:col-span-1 {
|
|
@media (width >= 64rem) {
|
|
grid-column: span 1 / span 1;
|
|
}
|
|
}
|
|
.lg\:block {
|
|
@media (width >= 64rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.lg\:flex {
|
|
@media (width >= 64rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.lg\:hidden {
|
|
@media (width >= 64rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.lg\:flex-1 {
|
|
@media (width >= 64rem) {
|
|
flex: 1;
|
|
}
|
|
}
|
|
.lg\:translate-x-full {
|
|
@media (width >= 64rem) {
|
|
--tw-translate-x: 100%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.lg\:scale-\[85\%\] {
|
|
@media (width >= 64rem) {
|
|
scale: 85%;
|
|
}
|
|
}
|
|
.lg\:grid-cols-3 {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.lg\:grid-cols-4 {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.lg\:flex-row {
|
|
@media (width >= 64rem) {
|
|
flex-direction: row;
|
|
}
|
|
}
|
|
.lg\:justify-center {
|
|
@media (width >= 64rem) {
|
|
justify-content: center;
|
|
}
|
|
}
|
|
.lg\:gap-6 {
|
|
@media (width >= 64rem) {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.lg\:gap-12 {
|
|
@media (width >= 64rem) {
|
|
gap: calc(var(--spacing) * 12);
|
|
}
|
|
}
|
|
.lg\:px-6 {
|
|
@media (width >= 64rem) {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.lg\:px-8 {
|
|
@media (width >= 64rem) {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.lg\:px-24 {
|
|
@media (width >= 64rem) {
|
|
padding-inline: calc(var(--spacing) * 24);
|
|
}
|
|
}
|
|
.lg\:text-base {
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
}
|
|
.xl\:scale-\[100\%\] {
|
|
@media (width >= 80rem) {
|
|
scale: 100%;
|
|
}
|
|
}
|
|
.xl\:gap-4 {
|
|
@media (width >= 80rem) {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.xl\:gap-6 {
|
|
@media (width >= 80rem) {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.xl\:gap-8 {
|
|
@media (width >= 80rem) {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.xl\:px-8 {
|
|
@media (width >= 80rem) {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.xl\:text-lg {
|
|
@media (width >= 80rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
.xl\:text-sm {
|
|
@media (width >= 80rem) {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
}
|
|
.dark\:block {
|
|
@media (prefers-color-scheme: dark) {
|
|
display: block;
|
|
}
|
|
}
|
|
.dark\:hidden {
|
|
@media (prefers-color-scheme: dark) {
|
|
display: none;
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/10 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 10%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 10%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/12 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 12%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 12%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/15 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 15%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 15%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/18 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 18%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 18%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/20 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 20%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 20%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/22 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 22%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 22%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/24 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 24%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 24%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/26 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 26%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 26%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/28 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 28%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 28%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-blue-500\/30 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: color-mix(in srgb, #4f8ce2 30%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 30%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:border-neutral-600 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-neutral-600);
|
|
}
|
|
}
|
|
.dark\:border-neutral-700 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
.dark\:border-neutral-800 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-neutral-800);
|
|
}
|
|
}
|
|
.dark\:border-yellow-300 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-yellow-300);
|
|
}
|
|
}
|
|
.dark\:bg-neutral-900 {
|
|
@media (prefers-color-scheme: dark) {
|
|
background-color: var(--color-neutral-900);
|
|
}
|
|
}
|
|
.dark\:text-blue-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-blue-400);
|
|
}
|
|
}
|
|
.dark\:text-neutral-100 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-100);
|
|
}
|
|
}
|
|
.dark\:text-neutral-200 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-200);
|
|
}
|
|
}
|
|
.dark\:text-neutral-300 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-300);
|
|
}
|
|
}
|
|
.dark\:text-neutral-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-400);
|
|
}
|
|
}
|
|
.dark\:text-neutral-500 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-500);
|
|
}
|
|
}
|
|
.dark\:text-neutral-900 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-900);
|
|
}
|
|
}
|
|
.dark\:text-yellow-300 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-yellow-300);
|
|
}
|
|
}
|
|
.dark\:opacity-100 {
|
|
@media (prefers-color-scheme: dark) {
|
|
opacity: 100%;
|
|
}
|
|
}
|
|
.dark\:ring-neutral-800 {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-ring-color: var(--color-neutral-800);
|
|
}
|
|
}
|
|
.dark\:brightness-125 {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-brightness: brightness(125%);
|
|
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,);
|
|
}
|
|
}
|
|
.dark\:brightness-150 {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-brightness: brightness(150%);
|
|
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,);
|
|
}
|
|
}
|
|
.dark\:grayscale {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-grayscale: grayscale(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,);
|
|
}
|
|
}
|
|
.dark\:invert {
|
|
@media (prefers-color-scheme: dark) {
|
|
--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,);
|
|
}
|
|
}
|
|
.dark\:prose-invert {
|
|
@media (prefers-color-scheme: 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\:text-shadow-3d-blue-600 {
|
|
@media (prefers-color-scheme: dark) {
|
|
text-shadow: 0 0.0125em 0 color-mix(in srgb, #3d72d7 40%, transparent), 0 0.025em 0 color-mix(in srgb, #3d72d7 35%, transparent), 0 0.0375em 0 color-mix(in srgb, #3d72d7 30%, transparent), 0 0.05em 0 color-mix(in srgb, #3d72d7 25%, transparent), 0 0.0625em 0 color-mix(in srgb, #3d72d7 20%, transparent), 0 0.075em 0 color-mix(in srgb, #3d72d7 15%, transparent), 0 0.0875em 0 color-mix(in srgb, #3d72d7 12%, transparent), 0 0.1em 0 color-mix(in srgb, #3d72d7 10%, transparent), 0 0.125em 0 color-mix(in srgb, black 10%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
text-shadow: 0 0.0125em 0 color-mix(in srgb, var(--color-blue-600) 40%, transparent), 0 0.025em 0 color-mix(in srgb, var(--color-blue-600) 35%, transparent), 0 0.0375em 0 color-mix(in srgb, var(--color-blue-600) 30%, transparent), 0 0.05em 0 color-mix(in srgb, var(--color-blue-600) 25%, transparent), 0 0.0625em 0 color-mix(in srgb, var(--color-blue-600) 20%, transparent), 0 0.075em 0 color-mix(in srgb, var(--color-blue-600) 15%, transparent), 0 0.0875em 0 color-mix(in srgb, var(--color-blue-600) 12%, transparent), 0 0.1em 0 color-mix(in srgb, var(--color-blue-600) 10%, transparent), 0 0.125em 0 color-mix(in srgb, black 10%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.dark\:group-hover\:bg-blue-400\/5 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
background-color: color-mix(in srgb, #70abea 5%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--color-blue-400) 5%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:group-hover\:text-blue-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:group-hover\:text-neutral-100 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-neutral-100);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:border-\[\#5BD8E5\]\/40 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: color-mix(in oklab, #5BD8E5 40%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:border-blue-500\/50 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: color-mix(in srgb, #4f8ce2 50%, transparent);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
border-color: color-mix(in oklab, var(--color-blue-500) 50%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:border-neutral-700 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:bg-neutral-800 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-neutral-800);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:bg-yellow-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-yellow-400);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:text-blue-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:brightness-125 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-brightness: brightness(125%);
|
|
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,);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:hover\:brightness-175 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-brightness: brightness(175%);
|
|
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,);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:not-data-disabled\:hover\:bg-blue-600 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:not(*[data-disabled]) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.dark\:active\:bg-neutral-700 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:active {
|
|
background-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
}
|
|
.dark\:aria-selected\:border-blue-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&[aria-selected="true"] {
|
|
border-color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
.dark\:aria-selected\:text-blue-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&[aria-selected="true"] {
|
|
color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
.data-active\:dark\:border-blue-400 {
|
|
&[data-active] {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
.data-active\:dark\:text-blue-400 {
|
|
&[data-active] {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
.starting\:translate-y-4 {
|
|
@starting-style {
|
|
--tw-translate-y: calc(var(--spacing) * 4);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
}
|
|
.starting\:opacity-0 {
|
|
@starting-style {
|
|
opacity: 0%;
|
|
}
|
|
}
|
|
.prose-h1\:text-4xl {
|
|
& :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
.prose-a\:no-underline {
|
|
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
text-decoration-line: none;
|
|
}
|
|
}
|
|
.prose-a\:hover\:underline {
|
|
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.prose-code\:before\:content-none {
|
|
& :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
--tw-content: none;
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
.prose-code\:after\:content-none {
|
|
& :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
|
|
&::after {
|
|
content: var(--tw-content);
|
|
--tw-content: none;
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
.\[\&_\:is\(h1\,h2\,h3\,h4\,h5\,h6\)\]\:scroll-mt-28 {
|
|
& :is(h1,h2,h3,h4,h5,h6) {
|
|
scroll-margin-top: calc(var(--spacing) * 28);
|
|
}
|
|
}
|
|
.lg\:\[\&_\:is\(h1\,h2\,h3\,h4\,h5\,h6\)\]\:scroll-mt-36 {
|
|
@media (width >= 64rem) {
|
|
& :is(h1,h2,h3,h4,h5,h6) {
|
|
scroll-margin-top: calc(var(--spacing) * 36);
|
|
}
|
|
}
|
|
}
|
|
.\[\&\:\:-moz-progress-bar\]\:bg-blue-600 {
|
|
&::-moz-progress-bar {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
.\[\&\:\:-webkit-progress-bar\]\:bg-neutral-200 {
|
|
&::-webkit-progress-bar {
|
|
background-color: var(--color-neutral-200);
|
|
}
|
|
}
|
|
.\[\&\:\:-webkit-progress-value\]\:bg-blue-600 {
|
|
&::-webkit-progress-value {
|
|
background-color: var(--color-blue-600);
|
|
}
|
|
}
|
|
}
|
|
@font-face {
|
|
font-family: 'ChicagoFLF';
|
|
src: url('/fonts/ChicagoFLF.ttf') format('truetype');
|
|
}
|
|
@layer base {
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-family: var(--font-os9);
|
|
letter-spacing: var(--tracking-tight);
|
|
}
|
|
a, a * {
|
|
text-decoration-thickness: 0.125em;
|
|
text-underline-offset: 0.25em;
|
|
}
|
|
iconify-icon {
|
|
display: inline-block;
|
|
width: 1em;
|
|
height: 1em;
|
|
}
|
|
}
|
|
@layer components {
|
|
.os9-input {
|
|
border: 1px solid var(--color-neutral-400);
|
|
border-bottom-color: var(--color-neutral-300);
|
|
border-right-color: var(--color-neutral-300);
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 2px 2px 3px var(--color-neutral-200), inset -1px -1px 1px var(--color-neutral-100);
|
|
color: var(--color-neutral-950);
|
|
font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
|
|
padding: 0.5rem 1rem;
|
|
margin: 0;
|
|
height: auto;
|
|
min-height: auto;
|
|
line-height: 1.3;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-800);
|
|
border-color: var(--color-neutral-700);
|
|
border-bottom-color: var(--color-neutral-600);
|
|
border-right-color: var(--color-neutral-600);
|
|
color: var(--color-neutral-100);
|
|
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.4), inset -1px -1px 1px rgba(255, 255, 255, 0.05);
|
|
}
|
|
&:focus {
|
|
border-color: var(--color-blue-600);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 2px var(--color-blue-400);
|
|
outline: none;
|
|
}
|
|
&:disabled {
|
|
opacity: 0.5;
|
|
cursor: not-allowed;
|
|
color: var(--color-neutral-500);
|
|
}
|
|
&:is(textarea) {
|
|
resize: vertical;
|
|
min-height: 60px;
|
|
line-height: 1.4;
|
|
}
|
|
input {
|
|
outline: none;
|
|
}
|
|
}
|
|
.os9-select {
|
|
background: var(--color-neutral-50);
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-bottom-color: var(--color-neutral-500);
|
|
border-right-color: var(--color-neutral-500);
|
|
border-radius: 0.25rem;
|
|
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2), inset -1px -1px 1px rgba(0, 0, 0, 0.05);
|
|
color: var(--color-neutral-950);
|
|
font-family: "Lucida Grande", Geneva, Verdana, sans-serif;
|
|
padding: 0.5rem 1rem;
|
|
margin: 0;
|
|
height: auto;
|
|
min-height: auto;
|
|
line-height: 1.3;
|
|
appearance: none;
|
|
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23333" d="M1 1l5 5 5-5H1z"/></svg>');
|
|
background-repeat: no-repeat;
|
|
background-position: right 6px center;
|
|
padding-right: 24px;
|
|
cursor: pointer;
|
|
@media (prefers-color-scheme: dark) {
|
|
background-color: var(--color-neutral-800);
|
|
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%23d4d4d4" d="M1 1l5 5 5-5H1z"/></svg>');
|
|
border-color: var(--color-neutral-700);
|
|
border-bottom-color: var(--color-neutral-600);
|
|
border-right-color: var(--color-neutral-600);
|
|
color: var(--color-neutral-100);
|
|
box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.4), inset -1px -1px 1px rgba(255, 255, 255, 0.05);
|
|
}
|
|
&:focus {
|
|
border-color: var(--color-blue-600);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1), 0 0 0 2px var(--color-blue-400);
|
|
outline: none;
|
|
}
|
|
&:disabled {
|
|
opacity: 0.5;
|
|
cursor: not-allowed;
|
|
color: var(--color-neutral-500);
|
|
}
|
|
}
|
|
.os9-checkbox {
|
|
appearance: none;
|
|
width: 13px;
|
|
height: 13px;
|
|
background: white;
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 2px;
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-right: 6px;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-700);
|
|
border-color: var(--color-neutral-500);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
|
|
}
|
|
&:checked {
|
|
&::before {
|
|
content: "✓";
|
|
position: absolute;
|
|
top: -3px;
|
|
left: 1px;
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
color: var(--color-neutral-950);
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-50);
|
|
}
|
|
}
|
|
}
|
|
&:focus {
|
|
outline: 2px solid var(--color-blue-600);
|
|
outline-offset: 2px;
|
|
}
|
|
}
|
|
.os9-radio {
|
|
appearance: none;
|
|
width: 13px;
|
|
height: 13px;
|
|
background: white;
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 50%;
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15);
|
|
cursor: pointer;
|
|
position: relative;
|
|
margin-right: 6px;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-700);
|
|
border-color: var(--color-neutral-500);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
|
|
}
|
|
&:checked {
|
|
&::before {
|
|
content: "";
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 3px;
|
|
width: 5px;
|
|
height: 5px;
|
|
background: var(--color-neutral-950);
|
|
border-radius: 50%;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-50);
|
|
}
|
|
}
|
|
}
|
|
&:focus {
|
|
outline: 2px solid var(--color-blue-600);
|
|
outline-offset: 2px;
|
|
}
|
|
}
|
|
.os9-range {
|
|
appearance: none;
|
|
height: 16px;
|
|
background: transparent;
|
|
&::-webkit-slider-runnable-track, &::-moz-range-track {
|
|
height: 4px;
|
|
background: var(--color-neutral-300);
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 2px;
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-700);
|
|
border-color: var(--color-neutral-600);
|
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4);
|
|
}
|
|
}
|
|
&::-webkit-slider-thumb, &::-moz-range-thumb {
|
|
appearance: none;
|
|
width: 16px;
|
|
height: 16px;
|
|
background: linear-gradient(to bottom, #fefefe 0%, #ddd 50%, #ccc 51%, #bbb 100%);
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 2px;
|
|
box-shadow: inset 1px 1px 0 var(--color-neutral-50), 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
cursor: pointer;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: linear-gradient(to bottom, #6b6b6b 0%, #505050 50%, #454545 51%, #3a3a3a 100%);
|
|
border-color: var(--color-neutral-500);
|
|
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
}
|
|
}
|
|
.os9-progress {
|
|
appearance: none;
|
|
height: 16px;
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 3px;
|
|
background: white;
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.1);
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-800);
|
|
border-color: var(--color-neutral-600);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.4);
|
|
}
|
|
&::-webkit-progress-bar {
|
|
background: white;
|
|
border-radius: 3px;
|
|
@media (prefers-color-scheme: dark) {
|
|
background: var(--color-neutral-800);
|
|
}
|
|
}
|
|
&::-webkit-progress-value, &::-moz-progress-bar {
|
|
background: linear-gradient(to bottom, var(--color-blue-400) 0%, var(--color-blue-600) 50%, #0055c0 100%);
|
|
border-radius: 2px;
|
|
}
|
|
}
|
|
.os9-fieldset {
|
|
border: 1px solid var(--color-neutral-500);
|
|
border-radius: 4px;
|
|
padding: 12px;
|
|
background: rgba(255, 255, 255, 0.3);
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-neutral-600);
|
|
background: rgba(0, 0, 0, 0.2);
|
|
}
|
|
legend {
|
|
padding: 0 6px;
|
|
font-weight: bold;
|
|
color: var(--color-neutral-950);
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-50);
|
|
}
|
|
}
|
|
}
|
|
.os9-button {
|
|
background: linear-gradient(to bottom, #fefefe 0%, #ddd 50%, #ccc 51%, #bbb 100%);
|
|
border: 1px solid var(--color-neutral-600);
|
|
border-radius: 4px;
|
|
box-shadow: inset 1px 1px 0 var(--color-neutral-50), inset -1px -1px 0 var(--color-neutral-500), 0 1px 2px rgba(0, 0, 0, 0.2);
|
|
color: var(--color-neutral-950);
|
|
font-family: "ChicagoFLF", "Lucida Grande", Geneva, Verdana, sans-serif;
|
|
font-size: var(--text-xs);
|
|
padding: 0.5rem 1rem;
|
|
margin: 0;
|
|
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
|
|
cursor: pointer;
|
|
height: auto;
|
|
min-height: auto;
|
|
line-height: 1.3;
|
|
white-space: nowrap;
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-neutral-500);
|
|
box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.1), inset -1px -1px 0 rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.5);
|
|
}
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background: linear-gradient(to bottom, #fff 0%, #e5e5e5 50%, #d5d5d5 51%, #c5c5c5 100%);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
&:active {
|
|
background: linear-gradient(to bottom, #bbb 0%, #ccc 50%, #ddd 51%, #e0e0e0 100%);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2), inset -1px -1px 0 var(--color-neutral-50);
|
|
@media (prefers-color-scheme: dark) {
|
|
background: linear-gradient(to bottom, #3a3a3a 0%, #454545 50%, #505050 51%, #5a5a5a 100%);
|
|
box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5), inset -1px -1px 0 rgba(255, 255, 255, 0.05);
|
|
}
|
|
}
|
|
&:focus {
|
|
outline: 2px solid var(--color-blue-600);
|
|
outline-offset: 2px;
|
|
}
|
|
}
|
|
.migration-note {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
border-radius: 0.25rem;
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 4px;
|
|
border-color: var(--color-blue-400);
|
|
background-color: #e7f3ff;
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
.migration-note summary {
|
|
cursor: pointer;
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
padding-block: calc(var(--spacing) * 4);
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
color: var(--color-blue-800);
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.migration-note summary:hover {
|
|
background-color: #d6e9ff;
|
|
}
|
|
.migration-note[open] summary {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
border-color: var(--color-blue-400);
|
|
}
|
|
.migration-note > *:not(summary) {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
--tw-leading: var(--leading-relaxed);
|
|
line-height: var(--leading-relaxed);
|
|
color: #1a1a1a;
|
|
}
|
|
.migration-note > *:first-of-type:not(summary) {
|
|
padding-top: 1.25em;
|
|
}
|
|
.migration-note > *:last-child {
|
|
padding-bottom: 1.5em;
|
|
}
|
|
.migration-note p {
|
|
margin: 0.75em 0;
|
|
}
|
|
.migration-note ul, .migration-note ol {
|
|
margin-block: calc(var(--spacing) * 2);
|
|
padding-left: calc(var(--spacing) * 6);
|
|
}
|
|
.migration-note li {
|
|
margin: 0.25em 0;
|
|
}
|
|
.migration-note strong {
|
|
color: var(--color-blue-800);
|
|
}
|
|
.migration-note code {
|
|
border-radius: 0.25rem;
|
|
background-color: #d6e9ff;
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
padding-block: calc(var(--spacing) * 1);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.migration-note pre {
|
|
margin-block: calc(var(--spacing) * 3);
|
|
border-radius: 0.25rem;
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-color: var(--color-blue-400);
|
|
background-color: #d6e9ff;
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
.migration-note pre code {
|
|
background-color: transparent;
|
|
padding: calc(var(--spacing) * 0);
|
|
}
|
|
.zola-anchor {
|
|
color: var(--color-neutral-950);
|
|
text-decoration-line: none;
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-neutral-50);
|
|
}
|
|
}
|
|
.zola-anchor:hover::after {
|
|
content: " #";
|
|
}
|
|
.info-table {
|
|
overflow-x: auto;
|
|
max-width: 100%;
|
|
}
|
|
.info-table table {
|
|
width: 100%;
|
|
}
|
|
.info-table td:first-child, .info-table th:first-child {
|
|
white-space: nowrap;
|
|
width: 1%;
|
|
}
|
|
.info-table td:last-child, .info-table th:last-child {
|
|
width: 99%;
|
|
}
|
|
}
|
|
@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-rotate-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-rotate-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-skew-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-space-y-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: "<color>";
|
|
inherits: false;
|
|
initial-value: #0000;
|
|
}
|
|
@property --tw-gradient-via {
|
|
syntax: "<color>";
|
|
inherits: false;
|
|
initial-value: #0000;
|
|
}
|
|
@property --tw-gradient-to {
|
|
syntax: "<color>";
|
|
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: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 0%;
|
|
}
|
|
@property --tw-gradient-via-position {
|
|
syntax: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 50%;
|
|
}
|
|
@property --tw-gradient-to-position {
|
|
syntax: "<length-percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-mask-linear {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-radial {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-conic {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-left {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-right {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-bottom {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-top {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: linear-gradient(#fff, #fff);
|
|
}
|
|
@property --tw-mask-top-from-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0%;
|
|
}
|
|
@property --tw-mask-top-to-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-mask-top-from-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: black;
|
|
}
|
|
@property --tw-mask-top-to-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: transparent;
|
|
}
|
|
@property --tw-mask-bottom-from-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0%;
|
|
}
|
|
@property --tw-mask-bottom-to-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-mask-bottom-from-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: black;
|
|
}
|
|
@property --tw-mask-bottom-to-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: transparent;
|
|
}
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-tracking {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-inset-shadow {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0 0 #0000;
|
|
}
|
|
@property --tw-inset-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-inset-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@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: "<length>";
|
|
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-drop-shadow-color {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-drop-shadow-alpha {
|
|
syntax: "<percentage>";
|
|
inherits: false;
|
|
initial-value: 100%;
|
|
}
|
|
@property --tw-drop-shadow-size {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ease {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-content {
|
|
syntax: "*";
|
|
initial-value: "";
|
|
inherits: false;
|
|
}
|
|
@layer properties {
|
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
*, ::before, ::after, ::backdrop {
|
|
--tw-translate-x: 0;
|
|
--tw-translate-y: 0;
|
|
--tw-translate-z: 0;
|
|
--tw-rotate-x: initial;
|
|
--tw-rotate-y: initial;
|
|
--tw-rotate-z: initial;
|
|
--tw-skew-x: initial;
|
|
--tw-skew-y: initial;
|
|
--tw-space-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--tw-gradient-position: initial;
|
|
--tw-gradient-from: #0000;
|
|
--tw-gradient-via: #0000;
|
|
--tw-gradient-to: #0000;
|
|
--tw-gradient-stops: initial;
|
|
--tw-gradient-via-stops: initial;
|
|
--tw-gradient-from-position: 0%;
|
|
--tw-gradient-via-position: 50%;
|
|
--tw-gradient-to-position: 100%;
|
|
--tw-mask-linear: linear-gradient(#fff, #fff);
|
|
--tw-mask-radial: linear-gradient(#fff, #fff);
|
|
--tw-mask-conic: linear-gradient(#fff, #fff);
|
|
--tw-mask-left: linear-gradient(#fff, #fff);
|
|
--tw-mask-right: linear-gradient(#fff, #fff);
|
|
--tw-mask-bottom: linear-gradient(#fff, #fff);
|
|
--tw-mask-top: linear-gradient(#fff, #fff);
|
|
--tw-mask-top-from-position: 0%;
|
|
--tw-mask-top-to-position: 100%;
|
|
--tw-mask-top-from-color: black;
|
|
--tw-mask-top-to-color: transparent;
|
|
--tw-mask-bottom-from-position: 0%;
|
|
--tw-mask-bottom-to-position: 100%;
|
|
--tw-mask-bottom-from-color: black;
|
|
--tw-mask-bottom-to-color: transparent;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--tw-tracking: initial;
|
|
--tw-shadow: 0 0 #0000;
|
|
--tw-shadow-color: initial;
|
|
--tw-shadow-alpha: 100%;
|
|
--tw-inset-shadow: 0 0 #0000;
|
|
--tw-inset-shadow-color: initial;
|
|
--tw-inset-shadow-alpha: 100%;
|
|
--tw-ring-color: initial;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
--tw-inset-ring-color: initial;
|
|
--tw-inset-ring-shadow: 0 0 #0000;
|
|
--tw-ring-inset: initial;
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-outline-style: solid;
|
|
--tw-blur: initial;
|
|
--tw-brightness: initial;
|
|
--tw-contrast: initial;
|
|
--tw-grayscale: initial;
|
|
--tw-hue-rotate: initial;
|
|
--tw-invert: initial;
|
|
--tw-opacity: initial;
|
|
--tw-saturate: initial;
|
|
--tw-sepia: initial;
|
|
--tw-drop-shadow: initial;
|
|
--tw-drop-shadow-color: initial;
|
|
--tw-drop-shadow-alpha: 100%;
|
|
--tw-drop-shadow-size: initial;
|
|
--tw-duration: initial;
|
|
--tw-ease: initial;
|
|
--tw-content: "";
|
|
}
|
|
}
|
|
}
|