539 lines
14 KiB
CSS
539 lines
14 KiB
CSS
/*! tailwindcss v4.1.4 | 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-blue-50: oklch(97% 0.014 254.604);
|
|
--color-purple-200: oklch(90.2% 0.063 306.703);
|
|
--color-purple-300: oklch(82.7% 0.119 306.383);
|
|
--color-purple-400: oklch(71.4% 0.203 305.504);
|
|
--color-purple-500: oklch(62.7% 0.265 303.9);
|
|
--color-purple-800: oklch(43.8% 0.218 303.724);
|
|
--color-purple-900: oklch(38.1% 0.176 304.987);
|
|
--color-slate-200: oklch(92.9% 0.013 255.508);
|
|
--color-slate-700: oklch(37.2% 0.044 257.287);
|
|
--color-slate-900: oklch(20.8% 0.042 265.755);
|
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
--color-gray-600: oklch(44.6% 0.03 256.802);
|
|
--color-gray-700: oklch(37.3% 0.034 259.733);
|
|
--color-gray-800: oklch(27.8% 0.033 256.848);
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--container-lg: 32rem;
|
|
--container-xl: 36rem;
|
|
--container-4xl: 56rem;
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--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);
|
|
--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 !important;
|
|
}
|
|
}
|
|
@layer utilities {
|
|
.m-2 {
|
|
margin: calc(var(--spacing) * 2);
|
|
}
|
|
.m-auto {
|
|
margin: auto;
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.mb-8 {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
.mb-16 {
|
|
margin-bottom: calc(var(--spacing) * 16);
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
.h-7 {
|
|
height: calc(var(--spacing) * 7);
|
|
}
|
|
.h-32 {
|
|
height: calc(var(--spacing) * 32);
|
|
}
|
|
.h-56 {
|
|
height: calc(var(--spacing) * 56);
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.min-h-12 {
|
|
min-height: calc(var(--spacing) * 12);
|
|
}
|
|
.min-h-screen {
|
|
min-height: 100vh;
|
|
}
|
|
.w-36 {
|
|
width: calc(var(--spacing) * 36);
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.max-w-4xl {
|
|
max-width: var(--container-4xl);
|
|
}
|
|
.max-w-lg {
|
|
max-width: var(--container-lg);
|
|
}
|
|
.max-w-xl {
|
|
max-width: var(--container-xl);
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.space-x-6 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-inline-start: calc(calc(var(--spacing) * 6) * var(--tw-space-x-reverse));
|
|
margin-inline-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.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;
|
|
}
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.bg-gradient-to-t {
|
|
--tw-gradient-position: to top in oklab;
|
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
}
|
|
.from-purple-200 {
|
|
--tw-gradient-from: var(--color-purple-200);
|
|
--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-blue-50 {
|
|
--tw-gradient-to: var(--color-blue-50);
|
|
--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));
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-8 {
|
|
padding: calc(var(--spacing) * 8);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.px-8 {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
.py-4 {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
.pr-2 {
|
|
padding-right: calc(var(--spacing) * 2);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--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-gray-700 {
|
|
color: var(--color-gray-700);
|
|
}
|
|
.text-purple-500 {
|
|
color: var(--color-purple-500);
|
|
}
|
|
.text-slate-700 {
|
|
color: var(--color-slate-700);
|
|
}
|
|
.no-underline {
|
|
text-decoration-line: none;
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.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));
|
|
}
|
|
.hover\:scale-105 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-scale-x: 105%;
|
|
--tw-scale-y: 105%;
|
|
--tw-scale-z: 105%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
}
|
|
}
|
|
.hover\:scale-110 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-scale-x: 110%;
|
|
--tw-scale-y: 110%;
|
|
--tw-scale-z: 110%;
|
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-purple-800 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-purple-800);
|
|
}
|
|
}
|
|
}
|
|
.md\:h-12 {
|
|
@media (width >= 48rem) {
|
|
height: calc(var(--spacing) * 12);
|
|
}
|
|
}
|
|
.md\:flex-grow {
|
|
@media (width >= 48rem) {
|
|
flex-grow: 1;
|
|
}
|
|
}
|
|
.md\:grid-cols-3 {
|
|
@media (width >= 48rem) {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.md\:grid-rows-3 {
|
|
@media (width >= 48rem) {
|
|
grid-template-rows: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.md\:py-0 {
|
|
@media (width >= 48rem) {
|
|
padding-block: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.dark\:border-gray-600 {
|
|
@media (prefers-color-scheme: dark) {
|
|
border-color: var(--color-gray-600);
|
|
}
|
|
}
|
|
.dark\:bg-gray-800 {
|
|
@media (prefers-color-scheme: dark) {
|
|
background-color: var(--color-gray-800);
|
|
}
|
|
}
|
|
.dark\:from-purple-900 {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-gradient-from: var(--color-purple-900);
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
}
|
|
.dark\:to-slate-900 {
|
|
@media (prefers-color-scheme: dark) {
|
|
--tw-gradient-to: var(--color-slate-900);
|
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
}
|
|
}
|
|
.dark\:text-gray-200 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-gray-200);
|
|
}
|
|
}
|
|
.dark\:text-purple-300 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-purple-300);
|
|
}
|
|
}
|
|
.dark\:text-slate-200 {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-slate-200);
|
|
}
|
|
}
|
|
.dark\:text-white {
|
|
@media (prefers-color-scheme: dark) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
.dark\:hover\:text-purple-400 {
|
|
@media (prefers-color-scheme: dark) {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-purple-400);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@property --tw-space-x-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-gradient-position {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-gradient-from {
|
|
syntax: "<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-scale-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@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-space-x-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-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-scale-z: 1;
|
|
}
|
|
}
|
|
}
|