1689 lines
37 KiB
CSS
1689 lines
37 KiB
CSS
/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
|
|
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");
|
|
@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-500: oklch(62.3% 0.214 259.815);
|
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
--color-black: #000;
|
|
--spacing: 0.25rem;
|
|
--breakpoint-xl: 80rem;
|
|
--container-md: 28rem;
|
|
--container-4xl: 56rem;
|
|
--container-7xl: 80rem;
|
|
--text-xs: 0.75rem;
|
|
--text-xs--line-height: calc(1 / 0.75);
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: 1.25rem;
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-2xl: 1.5rem;
|
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
--text-3xl: 1.875rem;
|
|
--text-3xl--line-height: calc(2.25 / 1.875);
|
|
--text-4xl: 2.25rem;
|
|
--text-4xl--line-height: calc(2.5 / 2.25);
|
|
--text-6xl: 3.75rem;
|
|
--text-6xl--line-height: 1;
|
|
--text-9xl: 8rem;
|
|
--text-9xl--line-height: 1;
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--tracking-tight: -0.025em;
|
|
--leading-relaxed: 1.625;
|
|
--radius-sm: 0.25rem;
|
|
--radius-md: 0.375rem;
|
|
--radius-lg: 0.5rem;
|
|
--radius-xl: 0.75rem;
|
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--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;
|
|
}
|
|
::-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;
|
|
}
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
.sr-only {
|
|
position: absolute;
|
|
width: 1px;
|
|
height: 1px;
|
|
padding: 0;
|
|
margin: -1px;
|
|
overflow: hidden;
|
|
clip-path: inset(50%);
|
|
white-space: nowrap;
|
|
border-width: 0;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.static {
|
|
position: static;
|
|
}
|
|
.inset-y-0 {
|
|
inset-block: calc(var(--spacing) * 0);
|
|
}
|
|
.start-43 {
|
|
inset-inline-start: calc(var(--spacing) * 43);
|
|
}
|
|
.end-0 {
|
|
inset-inline-end: calc(var(--spacing) * 0);
|
|
}
|
|
.end-4 {
|
|
inset-inline-end: calc(var(--spacing) * 4);
|
|
}
|
|
.top-0 {
|
|
top: calc(var(--spacing) * 0);
|
|
}
|
|
.top-4 {
|
|
top: calc(var(--spacing) * 4);
|
|
}
|
|
.right-0 {
|
|
right: calc(var(--spacing) * 0);
|
|
}
|
|
.bottom-0 {
|
|
bottom: calc(var(--spacing) * 0);
|
|
}
|
|
.left-0 {
|
|
left: calc(var(--spacing) * 0);
|
|
}
|
|
.z-1 {
|
|
z-index: 1;
|
|
}
|
|
.z-10 {
|
|
z-index: 10;
|
|
}
|
|
.z-50 {
|
|
z-index: 50;
|
|
}
|
|
.m-auto {
|
|
margin: auto;
|
|
}
|
|
.mx-5 {
|
|
margin-inline: calc(var(--spacing) * 5);
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.ms-3 {
|
|
margin-inline-start: calc(var(--spacing) * 3);
|
|
}
|
|
.mt-0\.5 {
|
|
margin-top: calc(var(--spacing) * 0.5);
|
|
}
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
.mt-1\.5 {
|
|
margin-top: calc(var(--spacing) * 1.5);
|
|
}
|
|
.mt-2 {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
}
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.mt-5 {
|
|
margin-top: calc(var(--spacing) * 5);
|
|
}
|
|
.mt-6 {
|
|
margin-top: calc(var(--spacing) * 6);
|
|
}
|
|
.mt-7 {
|
|
margin-top: calc(var(--spacing) * 7);
|
|
}
|
|
.mt-8 {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
.mt-10 {
|
|
margin-top: calc(var(--spacing) * 10);
|
|
}
|
|
.mt-12 {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
.mt-20 {
|
|
margin-top: calc(var(--spacing) * 20);
|
|
}
|
|
.mt-24 {
|
|
margin-top: calc(var(--spacing) * 24);
|
|
}
|
|
.mt-25 {
|
|
margin-top: calc(var(--spacing) * 25);
|
|
}
|
|
.mr-5 {
|
|
margin-right: calc(var(--spacing) * 5);
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.mb-auto {
|
|
margin-bottom: auto;
|
|
}
|
|
.ml-0 {
|
|
margin-left: calc(var(--spacing) * 0);
|
|
}
|
|
.ml-10 {
|
|
margin-left: calc(var(--spacing) * 10);
|
|
}
|
|
.ml-auto {
|
|
margin-left: auto;
|
|
}
|
|
.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;
|
|
}
|
|
.aspect-2\/3 {
|
|
aspect-ratio: 2/3;
|
|
}
|
|
.size-5 {
|
|
width: calc(var(--spacing) * 5);
|
|
height: calc(var(--spacing) * 5);
|
|
}
|
|
.size-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
.h-16 {
|
|
height: calc(var(--spacing) * 16);
|
|
}
|
|
.h-20 {
|
|
height: calc(var(--spacing) * 20);
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.h-screen {
|
|
height: 100vh;
|
|
}
|
|
.min-h-100 {
|
|
min-height: calc(var(--spacing) * 100);
|
|
}
|
|
.w-20 {
|
|
width: calc(var(--spacing) * 20);
|
|
}
|
|
.w-26 {
|
|
width: calc(var(--spacing) * 26);
|
|
}
|
|
.w-36 {
|
|
width: calc(var(--spacing) * 36);
|
|
}
|
|
.w-40 {
|
|
width: calc(var(--spacing) * 40);
|
|
}
|
|
.w-50 {
|
|
width: calc(var(--spacing) * 50);
|
|
}
|
|
.w-60 {
|
|
width: calc(var(--spacing) * 60);
|
|
}
|
|
.w-82 {
|
|
width: calc(var(--spacing) * 82);
|
|
}
|
|
.w-\[90\%\] {
|
|
width: 90%;
|
|
}
|
|
.w-\[130px\] {
|
|
width: 130px;
|
|
}
|
|
.w-\[154px\] {
|
|
width: 154px;
|
|
}
|
|
.w-fit {
|
|
width: fit-content;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.max-w-4xl {
|
|
max-width: var(--container-4xl);
|
|
}
|
|
.max-w-7xl {
|
|
max-width: var(--container-7xl);
|
|
}
|
|
.max-w-100 {
|
|
max-width: calc(var(--spacing) * 100);
|
|
}
|
|
.max-w-150 {
|
|
max-width: calc(var(--spacing) * 150);
|
|
}
|
|
.max-w-200 {
|
|
max-width: calc(var(--spacing) * 200);
|
|
}
|
|
.max-w-md {
|
|
max-width: var(--container-md);
|
|
}
|
|
.max-w-screen-xl {
|
|
max-width: var(--breakpoint-xl);
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.translate-x-0 {
|
|
--tw-translate-x: calc(var(--spacing) * 0);
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.translate-x-\[100\%\] {
|
|
--tw-translate-x: 100%;
|
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
}
|
|
.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;
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.place-content-center {
|
|
place-content: center;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
.justify-around {
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
.gap-8 {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
.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-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)));
|
|
}
|
|
}
|
|
.gap-x-1 {
|
|
column-gap: calc(var(--spacing) * 1);
|
|
}
|
|
.gap-x-2 {
|
|
column-gap: calc(var(--spacing) * 2);
|
|
}
|
|
.space-x-2 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-inline-start: calc(calc(var(--spacing) * 2) * var(--tw-space-x-reverse));
|
|
margin-inline-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
}
|
|
.space-x-4 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-space-x-reverse: 0;
|
|
margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
|
|
margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
|
|
}
|
|
}
|
|
.gap-y-4 {
|
|
row-gap: calc(var(--spacing) * 4);
|
|
}
|
|
.divide-y {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-divide-y-reverse: 0;
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: calc(1px * var(--tw-divide-y-reverse));
|
|
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
|
|
}
|
|
}
|
|
.divide-surface2 {
|
|
:where(& > :not(:last-child)) {
|
|
border-color: var(--surface2);
|
|
}
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.overflow-x-hidden {
|
|
overflow-x: hidden;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-lg {
|
|
border-radius: var(--radius-lg);
|
|
}
|
|
.rounded-sm {
|
|
border-radius: var(--radius-sm);
|
|
}
|
|
.rounded-xl {
|
|
border-radius: var(--radius-xl);
|
|
}
|
|
.rounded-l-xl {
|
|
border-top-left-radius: var(--radius-xl);
|
|
border-bottom-left-radius: var(--radius-xl);
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-e {
|
|
border-inline-end-style: var(--tw-border-style);
|
|
border-inline-end-width: 1px;
|
|
}
|
|
.border-b {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
}
|
|
.border-gray-200 {
|
|
border-color: var(--color-gray-200);
|
|
}
|
|
.border-overlay0 {
|
|
border-color: var(--overlay0);
|
|
}
|
|
.border-surface1 {
|
|
border-color: var(--surface1);
|
|
}
|
|
.border-surface2 {
|
|
border-color: var(--surface2);
|
|
}
|
|
.border-transparent {
|
|
border-color: transparent;
|
|
}
|
|
.bg-base {
|
|
background-color: var(--base);
|
|
}
|
|
.bg-blue {
|
|
background-color: var(--blue);
|
|
}
|
|
.bg-crust {
|
|
background-color: var(--crust);
|
|
}
|
|
.bg-dark-red {
|
|
background-color: var(--dark-red);
|
|
}
|
|
.bg-green {
|
|
background-color: var(--green);
|
|
}
|
|
.bg-mantle {
|
|
background-color: var(--mantle);
|
|
}
|
|
.bg-mauve {
|
|
background-color: var(--mauve);
|
|
}
|
|
.bg-overlay0 {
|
|
background-color: var(--overlay0);
|
|
}
|
|
.bg-overlay0\/55 {
|
|
background-color: var(--overlay0);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--overlay0) 55%, transparent);
|
|
}
|
|
}
|
|
.bg-overlay2 {
|
|
background-color: var(--overlay2);
|
|
}
|
|
.bg-sapphire {
|
|
background-color: var(--sapphire);
|
|
}
|
|
.bg-surface0 {
|
|
background-color: var(--surface0);
|
|
}
|
|
.bg-surface2 {
|
|
background-color: var(--surface2);
|
|
}
|
|
.bg-teal {
|
|
background-color: var(--teal);
|
|
}
|
|
.object-cover {
|
|
object-fit: cover;
|
|
}
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.p-2\.5 {
|
|
padding: calc(var(--spacing) * 2.5);
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.p-5 {
|
|
padding: calc(var(--spacing) * 5);
|
|
}
|
|
.px-2 {
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.px-5 {
|
|
padding-inline: calc(var(--spacing) * 5);
|
|
}
|
|
.py-1 {
|
|
padding-block: calc(var(--spacing) * 1);
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.py-3 {
|
|
padding-block: calc(var(--spacing) * 3);
|
|
}
|
|
.py-6 {
|
|
padding-block: calc(var(--spacing) * 6);
|
|
}
|
|
.py-8 {
|
|
padding-block: calc(var(--spacing) * 8);
|
|
}
|
|
.pe-2 {
|
|
padding-inline-end: calc(var(--spacing) * 2);
|
|
}
|
|
.pe-3 {
|
|
padding-inline-end: calc(var(--spacing) * 3);
|
|
}
|
|
.pt-3 {
|
|
padding-top: calc(var(--spacing) * 3);
|
|
}
|
|
.pt-4 {
|
|
padding-top: calc(var(--spacing) * 4);
|
|
}
|
|
.pt-9 {
|
|
padding-top: calc(var(--spacing) * 9);
|
|
}
|
|
.pr-2 {
|
|
padding-right: calc(var(--spacing) * 2);
|
|
}
|
|
.pb-2 {
|
|
padding-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.pb-6 {
|
|
padding-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
.pl-5 {
|
|
padding-left: calc(var(--spacing) * 5);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-2xl {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
.text-3xl {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
.text-4xl {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
.text-9xl {
|
|
font-size: var(--text-9xl);
|
|
line-height: var(--tw-leading, var(--text-9xl--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));
|
|
}
|
|
.leading-relaxed {
|
|
--tw-leading: var(--leading-relaxed);
|
|
line-height: var(--leading-relaxed);
|
|
}
|
|
.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);
|
|
}
|
|
.text-blue {
|
|
color: var(--blue);
|
|
}
|
|
.text-crust {
|
|
color: var(--crust);
|
|
}
|
|
.text-mantle {
|
|
color: var(--mantle);
|
|
}
|
|
.text-overlay0 {
|
|
color: var(--overlay0);
|
|
}
|
|
.text-overlay2 {
|
|
color: var(--overlay2);
|
|
}
|
|
.text-red {
|
|
color: var(--red);
|
|
}
|
|
.text-subtext0 {
|
|
color: var(--subtext0);
|
|
}
|
|
.text-subtext1 {
|
|
color: var(--subtext1);
|
|
}
|
|
.text-text {
|
|
color: var(--text);
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
.underline {
|
|
text-decoration-line: underline;
|
|
}
|
|
.decoration-2 {
|
|
text-decoration-thickness: 2px;
|
|
}
|
|
.opacity-0 {
|
|
opacity: 0%;
|
|
}
|
|
.opacity-100 {
|
|
opacity: 100%;
|
|
}
|
|
.shadow-2xl {
|
|
--tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, rgb(0 0 0 / 0.25));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-lg {
|
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
.shadow-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);
|
|
}
|
|
.shadow-black {
|
|
--tw-shadow-color: #000;
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
--tw-shadow-color: color-mix(in oklab, var(--color-black) var(--tw-shadow-alpha), transparent);
|
|
}
|
|
}
|
|
.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));
|
|
}
|
|
.duration-200 {
|
|
--tw-duration: 200ms;
|
|
transition-duration: 200ms;
|
|
}
|
|
.duration-300 {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
.ease-in-out {
|
|
--tw-ease: var(--ease-in-out);
|
|
transition-timing-function: var(--ease-in-out);
|
|
}
|
|
.before\:me-6 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
margin-inline-end: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.before\:flex-1 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
flex: 1;
|
|
}
|
|
}
|
|
.before\:border-t {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
}
|
|
.before\:border-overlay1 {
|
|
&::before {
|
|
content: var(--tw-content);
|
|
border-color: var(--overlay1);
|
|
}
|
|
}
|
|
.after\:ms-6 {
|
|
&::after {
|
|
content: var(--tw-content);
|
|
margin-inline-start: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.after\:flex-1 {
|
|
&::after {
|
|
content: var(--tw-content);
|
|
flex: 1;
|
|
}
|
|
}
|
|
.after\:border-t {
|
|
&::after {
|
|
content: var(--tw-content);
|
|
border-top-style: var(--tw-border-style);
|
|
border-top-width: 1px;
|
|
}
|
|
}
|
|
.after\:border-overlay1 {
|
|
&::after {
|
|
content: var(--tw-content);
|
|
border-color: var(--overlay1);
|
|
}
|
|
}
|
|
.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\:cursor-pointer {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-blue\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--blue);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--blue) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-crust {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--crust);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-green\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--green);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--green) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-mantle {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--mantle);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-mauve\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--mauve);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--mauve) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-red\/25 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--red);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--red) 25%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-sapphire\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--sapphire);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--sapphire) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-surface1 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--surface1);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-surface2 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--surface2);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-teal\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--teal);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--teal) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-green {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--green);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-overlay2\/75 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--overlay2);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
color: color-mix(in oklab, var(--overlay2) 75%, transparent);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-subtext0 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--subtext0);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-subtext1 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--subtext1);
|
|
}
|
|
}
|
|
}
|
|
.hover\:underline {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
}
|
|
.hover\:shadow-xl {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
--tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
}
|
|
}
|
|
}
|
|
.hover\:outline {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
outline-style: var(--tw-outline-style);
|
|
outline-width: 1px;
|
|
}
|
|
}
|
|
}
|
|
.hover\:outline-green {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
outline-color: var(--green);
|
|
}
|
|
}
|
|
}
|
|
.focus\:border-blue {
|
|
&:focus {
|
|
border-color: var(--blue);
|
|
}
|
|
}
|
|
.focus\:underline {
|
|
&:focus {
|
|
text-decoration-line: underline;
|
|
}
|
|
}
|
|
.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-blue {
|
|
&:focus {
|
|
--tw-ring-color: var(--blue);
|
|
}
|
|
}
|
|
.focus\:ring-blue-500 {
|
|
&:focus {
|
|
--tw-ring-color: var(--color-blue-500);
|
|
}
|
|
}
|
|
.focus\:outline-none {
|
|
&:focus {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
}
|
|
.disabled\:pointer-events-none {
|
|
&:disabled {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.disabled\:cursor-default {
|
|
&:disabled {
|
|
cursor: default;
|
|
}
|
|
}
|
|
.disabled\:bg-blue\/60 {
|
|
&:disabled {
|
|
background-color: var(--blue);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--blue) 60%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.disabled\:bg-green\/60 {
|
|
&:disabled {
|
|
background-color: var(--green);
|
|
@supports (color: color-mix(in lab, red, red)) {
|
|
background-color: color-mix(in oklab, var(--green) 60%, transparent);
|
|
}
|
|
}
|
|
}
|
|
.disabled\:opacity-50 {
|
|
&:disabled {
|
|
opacity: 50%;
|
|
}
|
|
}
|
|
.sm\:start-68 {
|
|
@media (width >= 40rem) {
|
|
inset-inline-start: calc(var(--spacing) * 68);
|
|
}
|
|
}
|
|
.sm\:end-6 {
|
|
@media (width >= 40rem) {
|
|
inset-inline-end: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.sm\:mt-0 {
|
|
@media (width >= 40rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.sm\:ml-2 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
.sm\:ml-5 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.sm\:ml-25 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 25);
|
|
}
|
|
}
|
|
.sm\:ml-26 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 26);
|
|
}
|
|
}
|
|
.sm\:ml-43 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 43);
|
|
}
|
|
}
|
|
.sm\:ml-45 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 45);
|
|
}
|
|
}
|
|
.sm\:block {
|
|
@media (width >= 40rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.sm\:flex {
|
|
@media (width >= 40rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.sm\:hidden {
|
|
@media (width >= 40rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.sm\:inline {
|
|
@media (width >= 40rem) {
|
|
display: inline;
|
|
}
|
|
}
|
|
.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-2 {
|
|
@media (width >= 40rem) {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
.sm\:p-7 {
|
|
@media (width >= 40rem) {
|
|
padding: calc(var(--spacing) * 7);
|
|
}
|
|
}
|
|
.sm\:px-6 {
|
|
@media (width >= 40rem) {
|
|
padding-inline: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.sm\:pt-2 {
|
|
@media (width >= 40rem) {
|
|
padding-top: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
.sm\:text-4xl {
|
|
@media (width >= 40rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
.md\:mx-auto {
|
|
@media (width >= 48rem) {
|
|
margin-inline: auto;
|
|
}
|
|
}
|
|
.md\:mt-0 {
|
|
@media (width >= 48rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.md\:ml-\[200px\] {
|
|
@media (width >= 48rem) {
|
|
margin-left: 200px;
|
|
}
|
|
}
|
|
.md\:flex {
|
|
@media (width >= 48rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.md\:hidden {
|
|
@media (width >= 48rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.md\:h-30 {
|
|
@media (width >= 48rem) {
|
|
height: calc(var(--spacing) * 30);
|
|
}
|
|
}
|
|
.md\:w-30 {
|
|
@media (width >= 48rem) {
|
|
width: calc(var(--spacing) * 30);
|
|
}
|
|
}
|
|
.md\:w-\[180px\] {
|
|
@media (width >= 48rem) {
|
|
width: 180px;
|
|
}
|
|
}
|
|
.md\:w-\[300px\] {
|
|
@media (width >= 48rem) {
|
|
width: 300px;
|
|
}
|
|
}
|
|
.md\:gap-8 {
|
|
@media (width >= 48rem) {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.md\:rounded-lg {
|
|
@media (width >= 48rem) {
|
|
border-radius: var(--radius-lg);
|
|
}
|
|
}
|
|
.md\:rounded-md {
|
|
@media (width >= 48rem) {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
}
|
|
.md\:bg-surface0 {
|
|
@media (width >= 48rem) {
|
|
background-color: var(--surface0);
|
|
}
|
|
}
|
|
.md\:p-2 {
|
|
@media (width >= 48rem) {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
.md\:px-0 {
|
|
@media (width >= 48rem) {
|
|
padding-inline: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.md\:px-5 {
|
|
@media (width >= 48rem) {
|
|
padding-inline: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.md\:pt-5 {
|
|
@media (width >= 48rem) {
|
|
padding-top: calc(var(--spacing) * 5);
|
|
}
|
|
}
|
|
.md\:text-3xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-lg {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
.lg\:end-8 {
|
|
@media (width >= 64rem) {
|
|
inset-inline-end: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.lg\:mt-0 {
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.lg\:flex {
|
|
@media (width >= 64rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.lg\:inline {
|
|
@media (width >= 64rem) {
|
|
display: inline;
|
|
}
|
|
}
|
|
.lg\:items-end {
|
|
@media (width >= 64rem) {
|
|
align-items: flex-end;
|
|
}
|
|
}
|
|
.lg\:justify-between {
|
|
@media (width >= 64rem) {
|
|
justify-content: space-between;
|
|
}
|
|
}
|
|
.lg\:justify-end {
|
|
@media (width >= 64rem) {
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
.lg\:justify-start {
|
|
@media (width >= 64rem) {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
.lg\:gap-12 {
|
|
@media (width >= 64rem) {
|
|
gap: calc(var(--spacing) * 12);
|
|
}
|
|
}
|
|
.lg\:px-8 {
|
|
@media (width >= 64rem) {
|
|
padding-inline: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.lg\:text-6xl {
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
}
|
|
}
|
|
[x-cloak] {
|
|
display: none !important;
|
|
}
|
|
:root {
|
|
--rosewater: hsl(11, 59%, 67%);
|
|
--flamingo: hsl(0, 60%, 67%);
|
|
--pink: hsl(316, 73%, 69%);
|
|
--mauve: hsl(266, 85%, 58%);
|
|
--red: hsl(347, 87%, 44%);
|
|
--dark-red: hsl(343, 50%, 82%);
|
|
--maroon: hsl(355, 76%, 59%);
|
|
--peach: hsl(22, 99%, 52%);
|
|
--yellow: hsl(35, 77%, 49%);
|
|
--green: hsl(109, 58%, 40%);
|
|
--teal: hsl(183, 74%, 35%);
|
|
--sky: hsl(197, 97%, 46%);
|
|
--sapphire: hsl(189, 70%, 42%);
|
|
--blue: hsl(220, 91%, 54%);
|
|
--lavender: hsl(231, 97%, 72%);
|
|
--text: hsl(234, 16%, 35%);
|
|
--subtext1: hsl(233, 13%, 41%);
|
|
--subtext0: hsl(233, 10%, 47%);
|
|
--overlay2: hsl(232, 10%, 53%);
|
|
--overlay1: hsl(231, 10%, 59%);
|
|
--overlay0: hsl(228, 11%, 65%);
|
|
--surface2: hsl(227, 12%, 71%);
|
|
--surface1: hsl(225, 14%, 77%);
|
|
--surface0: hsl(223, 16%, 83%);
|
|
--base: hsl(220, 23%, 95%);
|
|
--mantle: hsl(220, 22%, 92%);
|
|
--crust: hsl(220, 21%, 89%);
|
|
}
|
|
.dark {
|
|
--rosewater: hsl(10, 56%, 91%);
|
|
--flamingo: hsl(0, 59%, 88%);
|
|
--pink: hsl(316, 72%, 86%);
|
|
--mauve: hsl(267, 84%, 81%);
|
|
--red: hsl(343, 81%, 75%);
|
|
--dark-red: hsl(316, 19%, 27%);
|
|
--maroon: hsl(350, 65%, 77%);
|
|
--peach: hsl(23, 92%, 75%);
|
|
--yellow: hsl(41, 86%, 83%);
|
|
--green: hsl(115, 54%, 76%);
|
|
--teal: hsl(170, 57%, 73%);
|
|
--sky: hsl(189, 71%, 73%);
|
|
--sapphire: hsl(199, 76%, 69%);
|
|
--blue: hsl(217, 92%, 76%);
|
|
--lavender: hsl(232, 97%, 85%);
|
|
--text: hsl(226, 64%, 88%);
|
|
--subtext1: hsl(227, 35%, 80%);
|
|
--subtext0: hsl(228, 24%, 72%);
|
|
--overlay2: hsl(228, 17%, 64%);
|
|
--overlay1: hsl(230, 13%, 55%);
|
|
--overlay0: hsl(231, 11%, 47%);
|
|
--surface2: hsl(233, 12%, 39%);
|
|
--surface1: hsl(234, 13%, 31%);
|
|
--surface0: hsl(237, 16%, 23%);
|
|
--base: hsl(240, 21%, 15%);
|
|
--mantle: hsl(240, 21%, 12%);
|
|
--crust: hsl(240, 23%, 9%);
|
|
}
|
|
.ubuntu-mono-regular {
|
|
font-family: "Ubuntu Mono", serif;
|
|
font-weight: 400;
|
|
font-style: normal;
|
|
}
|
|
.ubuntu-mono-bold {
|
|
font-family: "Ubuntu Mono", serif;
|
|
font-weight: 700;
|
|
font-style: normal;
|
|
}
|
|
.ubuntu-mono-regular-italic {
|
|
font-family: "Ubuntu Mono", serif;
|
|
font-weight: 400;
|
|
font-style: italic;
|
|
}
|
|
.ubuntu-mono-bold-italic {
|
|
font-family: "Ubuntu Mono", serif;
|
|
font-weight: 700;
|
|
font-style: italic;
|
|
}
|
|
@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-space-x-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-divide-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@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-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-ease {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@property --tw-content {
|
|
syntax: "*";
|
|
initial-value: "";
|
|
inherits: false;
|
|
}
|
|
@property --tw-scale-x {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-y {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-scale-z {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 1;
|
|
}
|
|
@property --tw-outline-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@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-space-x-reverse: 0;
|
|
--tw-divide-y-reverse: 0;
|
|
--tw-border-style: solid;
|
|
--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-duration: initial;
|
|
--tw-ease: initial;
|
|
--tw-content: "";
|
|
--tw-scale-x: 1;
|
|
--tw-scale-y: 1;
|
|
--tw-scale-z: 1;
|
|
--tw-outline-style: solid;
|
|
}
|
|
}
|
|
}
|