Spaces:
Running
Running
/*! tailwindcss v4.1.11 | 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-amber-200: oklch(92.4% 0.12 95.746); | |
--color-amber-300: oklch(87.9% 0.169 91.605); | |
--color-emerald-400: oklch(76.5% 0.177 163.223); | |
--color-emerald-500: oklch(69.6% 0.17 162.48); | |
--color-emerald-600: oklch(59.6% 0.145 163.225); | |
--color-zinc-100: oklch(96.7% 0.001 286.375); | |
--color-zinc-200: oklch(92% 0.004 286.32); | |
--color-zinc-300: oklch(87.1% 0.006 286.286); | |
--color-zinc-400: oklch(70.5% 0.015 286.067); | |
--color-zinc-500: oklch(55.2% 0.016 285.938); | |
--color-zinc-700: oklch(37% 0.013 285.805); | |
--color-zinc-800: oklch(27.4% 0.006 286.033); | |
--color-zinc-900: oklch(21% 0.006 285.885); | |
--color-zinc-950: oklch(14.1% 0.005 285.823); | |
--color-white: #fff; | |
--spacing: 0.25rem; | |
--container-3xl: 48rem; | |
--container-5xl: 64rem; | |
--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-xl: 1.25rem; | |
--text-xl--line-height: calc(1.75 / 1.25); | |
--font-weight-medium: 500; | |
--font-weight-semibold: 600; | |
--tracking-tight: -0.025em; | |
--leading-relaxed: 1.625; | |
--radius-md: 0.375rem; | |
--radius-xl: 0.75rem; | |
--radius-2xl: 1rem; | |
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; | |
--animate-bounce: bounce 1s infinite; | |
--blur-2xl: 40px; | |
--blur-3xl: 64px; | |
--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); | |
} | |
} | |
@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; | |
} | |
:-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 ; | |
} | |
} | |
@layer utilities { | |
.pointer-events-none { | |
pointer-events: none; | |
} | |
.sr-only { | |
position: absolute; | |
width: 1px; | |
height: 1px; | |
padding: 0; | |
margin: -1px; | |
overflow: hidden; | |
clip: rect(0, 0, 0, 0); | |
white-space: nowrap; | |
border-width: 0; | |
} | |
.absolute { | |
position: absolute; | |
} | |
.fixed { | |
position: fixed; | |
} | |
.relative { | |
position: relative; | |
} | |
.inset-x-0 { | |
inset-inline: calc(var(--spacing) * 0); | |
} | |
.-top-10 { | |
top: calc(var(--spacing) * -10); | |
} | |
.top-2 { | |
top: calc(var(--spacing) * 2); | |
} | |
.top-2\.5 { | |
top: calc(var(--spacing) * 2.5); | |
} | |
.right-2 { | |
right: calc(var(--spacing) * 2); | |
} | |
.right-6 { | |
right: calc(var(--spacing) * 6); | |
} | |
.bottom-0 { | |
bottom: calc(var(--spacing) * 0); | |
} | |
.left-6 { | |
left: calc(var(--spacing) * 6); | |
} | |
.z-10 { | |
z-index: 10; | |
} | |
.z-20 { | |
z-index: 20; | |
} | |
.z-30 { | |
z-index: 30; | |
} | |
.mx-1 { | |
margin-inline: calc(var(--spacing) * 1); | |
} | |
.mx-auto { | |
margin-inline: auto; | |
} | |
.mt-1 { | |
margin-top: calc(var(--spacing) * 1); | |
} | |
.mt-2 { | |
margin-top: calc(var(--spacing) * 2); | |
} | |
.mt-auto { | |
margin-top: auto; | |
} | |
.mb-2 { | |
margin-bottom: calc(var(--spacing) * 2); | |
} | |
.mb-6 { | |
margin-bottom: calc(var(--spacing) * 6); | |
} | |
.ml-auto { | |
margin-left: auto; | |
} | |
.line-clamp-2 { | |
overflow: hidden; | |
display: -webkit-box; | |
-webkit-box-orient: vertical; | |
-webkit-line-clamp: 2; | |
} | |
.flex { | |
display: flex; | |
} | |
.grid { | |
display: grid; | |
} | |
.hidden { | |
display: none; | |
} | |
.inline-flex { | |
display: inline-flex; | |
} | |
.table { | |
display: table; | |
} | |
.h-0 { | |
height: calc(var(--spacing) * 0); | |
} | |
.h-1 { | |
height: calc(var(--spacing) * 1); | |
} | |
.h-1\.5 { | |
height: calc(var(--spacing) * 1.5); | |
} | |
.h-2 { | |
height: calc(var(--spacing) * 2); | |
} | |
.h-2\.5 { | |
height: calc(var(--spacing) * 2.5); | |
} | |
.h-4 { | |
height: calc(var(--spacing) * 4); | |
} | |
.h-5 { | |
height: calc(var(--spacing) * 5); | |
} | |
.h-6 { | |
height: calc(var(--spacing) * 6); | |
} | |
.h-8 { | |
height: calc(var(--spacing) * 8); | |
} | |
.h-12 { | |
height: calc(var(--spacing) * 12); | |
} | |
.h-20 { | |
height: calc(var(--spacing) * 20); | |
} | |
.h-28 { | |
height: calc(var(--spacing) * 28); | |
} | |
.h-32 { | |
height: calc(var(--spacing) * 32); | |
} | |
.h-\[6px\] { | |
height: 6px; | |
} | |
.h-full { | |
height: 100%; | |
} | |
.h-screen { | |
height: 100vh; | |
} | |
.max-h-48 { | |
max-height: calc(var(--spacing) * 48); | |
} | |
.min-h-\[56px\] { | |
min-height: 56px; | |
} | |
.w-1 { | |
width: calc(var(--spacing) * 1); | |
} | |
.w-1\.5 { | |
width: calc(var(--spacing) * 1.5); | |
} | |
.w-2 { | |
width: calc(var(--spacing) * 2); | |
} | |
.w-2\.5 { | |
width: calc(var(--spacing) * 2.5); | |
} | |
.w-4 { | |
width: calc(var(--spacing) * 4); | |
} | |
.w-5 { | |
width: calc(var(--spacing) * 5); | |
} | |
.w-6 { | |
width: calc(var(--spacing) * 6); | |
} | |
.w-8 { | |
width: calc(var(--spacing) * 8); | |
} | |
.w-64 { | |
width: calc(var(--spacing) * 64); | |
} | |
.w-full { | |
width: 100%; | |
} | |
.w-screen { | |
width: 100vw; | |
} | |
.max-w-3xl { | |
max-width: var(--container-3xl); | |
} | |
.max-w-5xl { | |
max-width: var(--container-5xl); | |
} | |
.max-w-\[85\%\] { | |
max-width: 85%; | |
} | |
.flex-1 { | |
flex: 1; | |
} | |
.flex-shrink { | |
flex-shrink: 1; | |
} | |
.shrink-0 { | |
flex-shrink: 0; | |
} | |
.border-collapse { | |
border-collapse: collapse; | |
} | |
.transform { | |
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,); | |
} | |
.animate-bounce { | |
animation: var(--animate-bounce); | |
} | |
.animate-pulse { | |
animation: var(--animate-pulse); | |
} | |
.resize { | |
resize: both; | |
} | |
.resize-none { | |
resize: none; | |
} | |
.grid-cols-1 { | |
grid-template-columns: repeat(1, minmax(0, 1fr)); | |
} | |
.flex-col { | |
flex-direction: column; | |
} | |
.items-center { | |
align-items: center; | |
} | |
.items-end { | |
align-items: flex-end; | |
} | |
.items-start { | |
align-items: flex-start; | |
} | |
.justify-between { | |
justify-content: space-between; | |
} | |
.justify-center { | |
justify-content: center; | |
} | |
.justify-end { | |
justify-content: flex-end; | |
} | |
.justify-start { | |
justify-content: flex-start; | |
} | |
.gap-1 { | |
gap: calc(var(--spacing) * 1); | |
} | |
.gap-2 { | |
gap: calc(var(--spacing) * 2); | |
} | |
.gap-3 { | |
gap: calc(var(--spacing) * 3); | |
} | |
.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))); | |
} | |
} | |
.overflow-y-auto { | |
overflow-y: auto; | |
} | |
.rounded { | |
border-radius: 0.25rem; | |
} | |
.rounded-2xl { | |
border-radius: var(--radius-2xl); | |
} | |
.rounded-full { | |
border-radius: calc(infinity * 1px); | |
} | |
.rounded-md { | |
border-radius: var(--radius-md); | |
} | |
.rounded-xl { | |
border-radius: var(--radius-xl); | |
} | |
.border { | |
border-style: var(--tw-border-style); | |
border-width: 1px; | |
} | |
.border-t { | |
border-top-style: var(--tw-border-style); | |
border-top-width: 1px; | |
} | |
.border-r { | |
border-right-style: var(--tw-border-style); | |
border-right-width: 1px; | |
} | |
.border-b { | |
border-bottom-style: var(--tw-border-style); | |
border-bottom-width: 1px; | |
} | |
.border-zinc-700 { | |
border-color: var(--color-zinc-700); | |
} | |
.border-zinc-700\/60 { | |
border-color: color-mix(in srgb, oklch(37% 0.013 285.805) 60%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
border-color: color-mix(in oklab, var(--color-zinc-700) 60%, transparent); | |
} | |
} | |
.border-zinc-800 { | |
border-color: var(--color-zinc-800); | |
} | |
.border-zinc-800\/60 { | |
border-color: color-mix(in srgb, oklch(27.4% 0.006 286.033) 60%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
border-color: color-mix(in oklab, var(--color-zinc-800) 60%, transparent); | |
} | |
} | |
.bg-\[\#0b0b0f\] { | |
background-color: #0b0b0f; | |
} | |
.bg-amber-300 { | |
background-color: var(--color-amber-300); | |
} | |
.bg-amber-300\/30 { | |
background-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 30%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-amber-300) 30%, transparent); | |
} | |
} | |
.bg-amber-300\/40 { | |
background-color: color-mix(in srgb, oklch(87.9% 0.169 91.605) 40%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-amber-300) 40%, transparent); | |
} | |
} | |
.bg-emerald-500 { | |
background-color: var(--color-emerald-500); | |
} | |
.bg-emerald-600 { | |
background-color: var(--color-emerald-600); | |
} | |
.bg-emerald-600\/90 { | |
background-color: color-mix(in srgb, oklch(59.6% 0.145 163.225) 90%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-emerald-600) 90%, transparent); | |
} | |
} | |
.bg-zinc-300 { | |
background-color: var(--color-zinc-300); | |
} | |
.bg-zinc-800 { | |
background-color: var(--color-zinc-800); | |
} | |
.bg-zinc-800\/80 { | |
background-color: color-mix(in srgb, oklch(27.4% 0.006 286.033) 80%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-800) 80%, transparent); | |
} | |
} | |
.bg-zinc-900 { | |
background-color: var(--color-zinc-900); | |
} | |
.bg-zinc-900\/60 { | |
background-color: color-mix(in srgb, oklch(21% 0.006 285.885) 60%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-900) 60%, transparent); | |
} | |
} | |
.bg-zinc-900\/80 { | |
background-color: color-mix(in srgb, oklch(21% 0.006 285.885) 80%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-900) 80%, transparent); | |
} | |
} | |
.bg-zinc-950 { | |
background-color: var(--color-zinc-950); | |
} | |
.bg-zinc-950\/60 { | |
background-color: color-mix(in srgb, oklch(14.1% 0.005 285.823) 60%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-950) 60%, transparent); | |
} | |
} | |
.bg-zinc-950\/70 { | |
background-color: color-mix(in srgb, oklch(14.1% 0.005 285.823) 70%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-950) 70%, transparent); | |
} | |
} | |
.bg-zinc-950\/80 { | |
background-color: color-mix(in srgb, oklch(14.1% 0.005 285.823) 80%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-950) 80%, transparent); | |
} | |
} | |
.bg-gradient-to-t { | |
--tw-gradient-position: to top in oklab; | |
background-image: linear-gradient(var(--tw-gradient-stops)); | |
} | |
.from-amber-300 { | |
--tw-gradient-from: var(--color-amber-300); | |
--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-amber-300\/25 { | |
--tw-gradient-from: color-mix(in srgb, oklch(87.9% 0.169 91.605) 25%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
--tw-gradient-from: color-mix(in oklab, var(--color-amber-300) 25%, 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-amber-200 { | |
--tw-gradient-via: var(--color-amber-200); | |
--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-amber-200\/10 { | |
--tw-gradient-via: color-mix(in srgb, oklch(92.4% 0.12 95.746) 10%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
--tw-gradient-via: color-mix(in oklab, var(--color-amber-200) 10%, 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-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-image\:linear-gradient\(to_top\,black\,transparent\)\] { | |
mask-image: linear-gradient(to top,black,transparent); | |
} | |
.p-3 { | |
padding: calc(var(--spacing) * 3); | |
} | |
.p-4 { | |
padding: calc(var(--spacing) * 4); | |
} | |
.px-1 { | |
padding-inline: calc(var(--spacing) * 1); | |
} | |
.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-1 { | |
padding-block: calc(var(--spacing) * 1); | |
} | |
.py-1\.5 { | |
padding-block: calc(var(--spacing) * 1.5); | |
} | |
.py-2 { | |
padding-block: calc(var(--spacing) * 2); | |
} | |
.py-3 { | |
padding-block: calc(var(--spacing) * 3); | |
} | |
.py-4 { | |
padding-block: calc(var(--spacing) * 4); | |
} | |
.pr-8 { | |
padding-right: calc(var(--spacing) * 8); | |
} | |
.pl-1 { | |
padding-left: calc(var(--spacing) * 1); | |
} | |
.text-center { | |
text-align: center; | |
} | |
.text-left { | |
text-align: left; | |
} | |
.align-middle { | |
vertical-align: middle; | |
} | |
.font-mono { | |
font-family: var(--font-mono); | |
} | |
.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)); | |
} | |
.leading-relaxed { | |
--tw-leading: var(--leading-relaxed); | |
line-height: var(--leading-relaxed); | |
} | |
.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); | |
} | |
.whitespace-pre-wrap { | |
white-space: pre-wrap; | |
} | |
.text-white { | |
color: var(--color-white); | |
} | |
.text-zinc-100 { | |
color: var(--color-zinc-100); | |
} | |
.text-zinc-200 { | |
color: var(--color-zinc-200); | |
} | |
.text-zinc-300 { | |
color: var(--color-zinc-300); | |
} | |
.text-zinc-400 { | |
color: var(--color-zinc-400); | |
} | |
.text-zinc-500 { | |
color: var(--color-zinc-500); | |
} | |
.underline { | |
text-decoration-line: underline; | |
} | |
.placeholder-zinc-500 { | |
&::placeholder { | |
color: var(--color-zinc-500); | |
} | |
} | |
.opacity-0 { | |
opacity: 0%; | |
} | |
.opacity-15 { | |
opacity: 15%; | |
} | |
.opacity-20 { | |
opacity: 20%; | |
} | |
.opacity-\[0\.18\] { | |
opacity: 0.18; | |
} | |
.shadow-sm { | |
--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); | |
} | |
.outline { | |
outline-style: var(--tw-outline-style); | |
outline-width: 1px; | |
} | |
.blur-2xl { | |
--tw-blur: blur(var(--blur-2xl)); | |
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); | |
} | |
.blur-3xl { | |
--tw-blur: blur(var(--blur-3xl)); | |
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); | |
} | |
.filter { | |
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,); | |
} | |
.backdrop-blur { | |
--tw-backdrop-blur: blur(8px); | |
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); | |
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); | |
} | |
.backdrop-filter { | |
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); | |
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,); | |
} | |
.transition-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-opacity { | |
transition-property: opacity; | |
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)); | |
transition-duration: var(--tw-duration, var(--default-transition-duration)); | |
} | |
.outline-none { | |
--tw-outline-style: none; | |
outline-style: none; | |
} | |
.\[animation-delay\:-0\.2s\] { | |
animation-delay: -0.2s; | |
} | |
.\[animation-delay\:0\.2s\] { | |
animation-delay: 0.2s; | |
} | |
.group-hover\:text-emerald-400 { | |
&:is(:where(.group):hover *) { | |
@media (hover: hover) { | |
color: var(--color-emerald-400); | |
} | |
} | |
} | |
.group-hover\:opacity-100 { | |
&:is(:where(.group):hover *) { | |
@media (hover: hover) { | |
opacity: 100%; | |
} | |
} | |
} | |
.hover\:bg-emerald-500 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: var(--color-emerald-500); | |
} | |
} | |
} | |
.hover\:bg-zinc-700 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: var(--color-zinc-700); | |
} | |
} | |
} | |
.hover\:bg-zinc-800 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: var(--color-zinc-800); | |
} | |
} | |
} | |
.hover\:bg-zinc-800\/70 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: color-mix(in srgb, oklch(27.4% 0.006 286.033) 70%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-800) 70%, transparent); | |
} | |
} | |
} | |
} | |
.hover\:bg-zinc-900\/80 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: color-mix(in srgb, oklch(21% 0.006 285.885) 80%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-900) 80%, transparent); | |
} | |
} | |
} | |
} | |
.hover\:bg-zinc-900\/90 { | |
&:hover { | |
@media (hover: hover) { | |
background-color: color-mix(in srgb, oklch(21% 0.006 285.885) 90%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
background-color: color-mix(in oklab, var(--color-zinc-900) 90%, transparent); | |
} | |
} | |
} | |
} | |
.hover\:text-zinc-200 { | |
&:hover { | |
@media (hover: hover) { | |
color: var(--color-zinc-200); | |
} | |
} | |
} | |
.focus\:ring-2 { | |
&:focus { | |
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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); | |
} | |
} | |
.focus\:ring-emerald-500\/60 { | |
&:focus { | |
--tw-ring-color: color-mix(in srgb, oklch(69.6% 0.17 162.48) 60%, transparent); | |
@supports (color: color-mix(in lab, red, red)) { | |
--tw-ring-color: color-mix(in oklab, var(--color-emerald-500) 60%, transparent); | |
} | |
} | |
} | |
.focus\:outline-none { | |
&:focus { | |
--tw-outline-style: none; | |
outline-style: none; | |
} | |
} | |
.disabled\:cursor-not-allowed { | |
&:disabled { | |
cursor: not-allowed; | |
} | |
} | |
.disabled\:opacity-50 { | |
&:disabled { | |
opacity: 50%; | |
} | |
} | |
.sm\:grid-cols-2 { | |
@media (width >= 40rem) { | |
grid-template-columns: repeat(2, minmax(0, 1fr)); | |
} | |
} | |
.md\:flex { | |
@media (width >= 48rem) { | |
display: flex; | |
} | |
} | |
.md\:hidden { | |
@media (width >= 48rem) { | |
display: none; | |
} | |
} | |
.md\:max-w-\[75\%\] { | |
@media (width >= 48rem) { | |
max-width: 75%; | |
} | |
} | |
.md\:p-4 { | |
@media (width >= 48rem) { | |
padding: calc(var(--spacing) * 4); | |
} | |
} | |
.md\:px-6 { | |
@media (width >= 48rem) { | |
padding-inline: calc(var(--spacing) * 6); | |
} | |
} | |
} | |
@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-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-backdrop-blur { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-brightness { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-contrast { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-grayscale { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-hue-rotate { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-invert { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-opacity { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-saturate { | |
syntax: "*"; | |
inherits: false; | |
} | |
@property --tw-backdrop-sepia { | |
syntax: "*"; | |
inherits: false; | |
} | |
@keyframes pulse { | |
50% { | |
opacity: 0.5; | |
} | |
} | |
@keyframes bounce { | |
0%, 100% { | |
transform: translateY(-25%); | |
animation-timing-function: cubic-bezier(0.8, 0, 1, 1); | |
} | |
50% { | |
transform: none; | |
animation-timing-function: cubic-bezier(0, 0, 0.2, 1); | |
} | |
} | |
@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-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-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-backdrop-blur: initial; | |
--tw-backdrop-brightness: initial; | |
--tw-backdrop-contrast: initial; | |
--tw-backdrop-grayscale: initial; | |
--tw-backdrop-hue-rotate: initial; | |
--tw-backdrop-invert: initial; | |
--tw-backdrop-opacity: initial; | |
--tw-backdrop-saturate: initial; | |
--tw-backdrop-sepia: initial; | |
} | |
} | |
} | |