721 lines
16 KiB
CSS
721 lines
16 KiB
CSS
/*! tailwindcss v4.0.8 | MIT License | https://tailwindcss.com */
|
|
@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-500: oklch(0.637 0.237 25.331);
|
|
--color-red-600: oklch(0.577 0.245 27.325);
|
|
--color-orange-500: oklch(0.705 0.213 47.604);
|
|
--color-purple-600: oklch(0.558 0.288 302.321);
|
|
--color-neutral-100: oklch(0.97 0 0);
|
|
--color-neutral-200: oklch(0.922 0 0);
|
|
--color-neutral-300: oklch(0.87 0 0);
|
|
--color-neutral-400: oklch(0.708 0 0);
|
|
--color-neutral-500: oklch(0.556 0 0);
|
|
--color-neutral-700: oklch(0.371 0 0);
|
|
--color-neutral-800: oklch(0.269 0 0);
|
|
--color-neutral-900: oklch(0.205 0 0);
|
|
--color-black: #000;
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--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-bold: 700;
|
|
--radius-md: 0.375rem;
|
|
--default-transition-duration: 150ms;
|
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
--default-font-family: var(--font-sans);
|
|
--default-font-feature-settings: var(--font-sans--font-feature-settings);
|
|
--default-font-variation-settings: var(
|
|
--font-sans--font-variation-settings
|
|
);
|
|
--default-mono-font-family: var(--font-mono);
|
|
--default-mono-font-feature-settings: var(
|
|
--font-mono--font-feature-settings
|
|
);
|
|
--default-mono-font-variation-settings: var(
|
|
--font-mono--font-variation-settings
|
|
);
|
|
--color-accent: #0eaf23;
|
|
}
|
|
}
|
|
@layer base {
|
|
*, ::after, ::before, ::backdrop, ::file-selector-button {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 solid;
|
|
}
|
|
html, :host {
|
|
line-height: 1.5;
|
|
-webkit-text-size-adjust: 100%;
|
|
tab-size: 4;
|
|
font-family: var( --default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" );
|
|
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
font-variation-settings: var( --default-font-variation-settings, normal );
|
|
-webkit-tap-highlight-color: transparent;
|
|
}
|
|
body {
|
|
line-height: inherit;
|
|
}
|
|
hr {
|
|
height: 0;
|
|
color: inherit;
|
|
border-top-width: 1px;
|
|
}
|
|
abbr:where([title]) {
|
|
-webkit-text-decoration: underline dotted;
|
|
text-decoration: underline dotted;
|
|
}
|
|
h1, h2, h3, h4, h5, h6 {
|
|
font-size: inherit;
|
|
font-weight: inherit;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
-webkit-text-decoration: inherit;
|
|
text-decoration: inherit;
|
|
}
|
|
b, strong {
|
|
font-weight: bolder;
|
|
}
|
|
code, kbd, samp, pre {
|
|
font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace );
|
|
font-feature-settings: var( --default-mono-font-feature-settings, normal );
|
|
font-variation-settings: var( --default-mono-font-variation-settings, normal );
|
|
font-size: 1em;
|
|
}
|
|
small {
|
|
font-size: 80%;
|
|
}
|
|
sub, sup {
|
|
font-size: 75%;
|
|
line-height: 0;
|
|
position: relative;
|
|
vertical-align: baseline;
|
|
}
|
|
sub {
|
|
bottom: -0.25em;
|
|
}
|
|
sup {
|
|
top: -0.5em;
|
|
}
|
|
table {
|
|
text-indent: 0;
|
|
border-color: inherit;
|
|
border-collapse: collapse;
|
|
}
|
|
:-moz-focusring {
|
|
outline: auto;
|
|
}
|
|
progress {
|
|
vertical-align: baseline;
|
|
}
|
|
summary {
|
|
display: list-item;
|
|
}
|
|
ol, ul, menu {
|
|
list-style: none;
|
|
}
|
|
img, svg, video, canvas, audio, iframe, embed, object {
|
|
display: block;
|
|
vertical-align: middle;
|
|
}
|
|
img, video {
|
|
max-width: 100%;
|
|
height: auto;
|
|
}
|
|
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;
|
|
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 {
|
|
.static {
|
|
position: static;
|
|
}
|
|
.col-span-2 {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
.col-span-3 {
|
|
grid-column: span 3 / span 3;
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.-my-1 {
|
|
margin-block: calc(var(--spacing) * -1);
|
|
}
|
|
.mt-1 {
|
|
margin-top: calc(var(--spacing) * 1);
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
.table {
|
|
display: table;
|
|
}
|
|
.size-2 {
|
|
width: calc(var(--spacing) * 2);
|
|
height: calc(var(--spacing) * 2);
|
|
}
|
|
.size-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.h-4 {
|
|
height: calc(var(--spacing) * 4);
|
|
}
|
|
.h-8 {
|
|
height: calc(var(--spacing) * 8);
|
|
}
|
|
.h-\[100vh\] {
|
|
height: 100vh;
|
|
}
|
|
.h-full {
|
|
height: 100%;
|
|
}
|
|
.w-1\/3 {
|
|
width: calc(1/3 * 100%);
|
|
}
|
|
.w-2 {
|
|
width: calc(var(--spacing) * 2);
|
|
}
|
|
.w-4 {
|
|
width: calc(var(--spacing) * 4);
|
|
}
|
|
.w-9\/10 {
|
|
width: calc(9/10 * 100%);
|
|
}
|
|
.w-\[2px\] {
|
|
width: 2px;
|
|
}
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
.flex-grow {
|
|
flex-grow: 1;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.grow-1 {
|
|
flex-grow: 1;
|
|
}
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
.grid-cols-2 {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-row {
|
|
flex-direction: row;
|
|
}
|
|
.content-end {
|
|
align-content: flex-end;
|
|
}
|
|
.items-center {
|
|
align-items: center;
|
|
}
|
|
.justify-around {
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
.justify-center {
|
|
justify-content: center;
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
.divide-x-1 {
|
|
:where(& > :not(:last-child)) {
|
|
--tw-divide-x-reverse: 0;
|
|
border-inline-style: var(--tw-border-style);
|
|
border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
|
|
border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
|
|
}
|
|
}
|
|
.divide-y-1 {
|
|
: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)));
|
|
}
|
|
}
|
|
.justify-self-end {
|
|
justify-self: flex-end;
|
|
}
|
|
.truncate {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.overflow-hidden {
|
|
overflow: hidden;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-md {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-neutral-200 {
|
|
border-color: var(--color-neutral-200);
|
|
}
|
|
.border-neutral-300 {
|
|
border-color: var(--color-neutral-300);
|
|
}
|
|
.border-neutral-800 {
|
|
border-color: var(--color-neutral-800);
|
|
}
|
|
.border-neutral-900 {
|
|
border-color: var(--color-neutral-900);
|
|
}
|
|
.bg-accent {
|
|
background-color: var(--color-accent);
|
|
}
|
|
.bg-neutral-100 {
|
|
background-color: var(--color-neutral-100);
|
|
}
|
|
.bg-neutral-300 {
|
|
background-color: var(--color-neutral-300);
|
|
}
|
|
.bg-neutral-400 {
|
|
background-color: var(--color-neutral-400);
|
|
}
|
|
.bg-orange-500 {
|
|
background-color: var(--color-orange-500);
|
|
}
|
|
.bg-purple-600 {
|
|
background-color: var(--color-purple-600);
|
|
}
|
|
.bg-red-600 {
|
|
background-color: var(--color-red-600);
|
|
}
|
|
.p-1 {
|
|
padding: calc(var(--spacing) * 1);
|
|
}
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.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));
|
|
}
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.whitespace-nowrap {
|
|
white-space: nowrap;
|
|
}
|
|
.text-accent {
|
|
color: var(--color-accent);
|
|
}
|
|
.text-neutral-500 {
|
|
color: var(--color-neutral-500);
|
|
}
|
|
.text-neutral-700 {
|
|
color: var(--color-neutral-700);
|
|
}
|
|
.text-neutral-800 {
|
|
color: var(--color-neutral-800);
|
|
}
|
|
.text-red-500 {
|
|
color: var(--color-red-500);
|
|
}
|
|
.text-red-600 {
|
|
color: var(--color-red-600);
|
|
}
|
|
.uppercase {
|
|
text-transform: uppercase;
|
|
}
|
|
.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;
|
|
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));
|
|
}
|
|
.duration-300 {
|
|
--tw-duration: 300ms;
|
|
transition-duration: 300ms;
|
|
}
|
|
.group-hover\:text-black {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-black);
|
|
}
|
|
}
|
|
}
|
|
.group-hover\:text-white {
|
|
&:is(:where(.group):hover *) {
|
|
@media (hover: hover) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
}
|
|
.group-\[\.edit\]\:block {
|
|
&:is(:where(.group):is(.edit) *) {
|
|
display: block;
|
|
}
|
|
}
|
|
.group-\[\.edit\]\:flex {
|
|
&:is(:where(.group):is(.edit) *) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.group-\[\.edit\]\:hidden {
|
|
&:is(:where(.group):is(.edit) *) {
|
|
display: none;
|
|
}
|
|
}
|
|
.group-\[\.edit\]\:inline {
|
|
&:is(:where(.group):is(.edit) *) {
|
|
display: inline;
|
|
}
|
|
}
|
|
.placeholder\:text-neutral-400 {
|
|
&::placeholder {
|
|
color: var(--color-neutral-400);
|
|
}
|
|
}
|
|
.hover\:border-neutral-300 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: var(--color-neutral-300);
|
|
}
|
|
}
|
|
}
|
|
.hover\:border-neutral-500 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
border-color: var(--color-neutral-500);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-neutral-200 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-neutral-200);
|
|
}
|
|
}
|
|
}
|
|
.hover\:bg-neutral-700 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-accent {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-accent);
|
|
}
|
|
}
|
|
}
|
|
.hover\:text-white {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-white);
|
|
}
|
|
}
|
|
}
|
|
.focus\:border-neutral-400 {
|
|
&:focus {
|
|
border-color: var(--color-neutral-400);
|
|
}
|
|
}
|
|
.focus\:bg-neutral-700 {
|
|
&:focus {
|
|
background-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
.focus\:outline-none {
|
|
&:focus {
|
|
--tw-outline-style: none;
|
|
outline-style: none;
|
|
}
|
|
}
|
|
.active\:bg-neutral-700 {
|
|
&:active {
|
|
background-color: var(--color-neutral-700);
|
|
}
|
|
}
|
|
.disabled\:pointer-events-none {
|
|
&:disabled {
|
|
pointer-events: none;
|
|
}
|
|
}
|
|
.disabled\:opacity-50 {
|
|
&:disabled {
|
|
opacity: 50%;
|
|
}
|
|
}
|
|
.max-md\:flex {
|
|
@media (width < 48rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.max-md\:grid {
|
|
@media (width < 48rem) {
|
|
display: grid;
|
|
}
|
|
}
|
|
.max-md\:flex-col {
|
|
@media (width < 48rem) {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
.md\:col-span-1 {
|
|
@media (width >= 48rem) {
|
|
grid-column: span 1 / span 1;
|
|
}
|
|
}
|
|
.md\:col-span-3 {
|
|
@media (width >= 48rem) {
|
|
grid-column: span 3 / span 3;
|
|
}
|
|
}
|
|
.md\:col-span-4 {
|
|
@media (width >= 48rem) {
|
|
grid-column: span 4 / span 4;
|
|
}
|
|
}
|
|
.md\:mx-\[10\%\] {
|
|
@media (width >= 48rem) {
|
|
margin-inline: 10%;
|
|
}
|
|
}
|
|
.md\:block {
|
|
@media (width >= 48rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.md\:hidden {
|
|
@media (width >= 48rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.md\:inline {
|
|
@media (width >= 48rem) {
|
|
display: inline;
|
|
}
|
|
}
|
|
.md\:w-1\/2 {
|
|
@media (width >= 48rem) {
|
|
width: calc(1/2 * 100%);
|
|
}
|
|
}
|
|
.md\:px-4 {
|
|
@media (width >= 48rem) {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.md\:text-transparent {
|
|
@media (width >= 48rem) {
|
|
color: transparent;
|
|
}
|
|
}
|
|
.group-\[\.edit\]\:md\:block {
|
|
&:is(:where(.group):is(.edit) *) {
|
|
@media (width >= 48rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
.print\:hidden {
|
|
@media print {
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
@layer components {
|
|
.grid-main {
|
|
display: grid;
|
|
grid-template-columns: 2fr auto 1fr;
|
|
align-items: stretch;
|
|
}
|
|
.grid-sub {
|
|
display: grid;
|
|
grid-template-columns: subgrid;
|
|
grid-column: 1 / -1;
|
|
border-color: var(--color-neutral-400);
|
|
transition: background-color 0.2s ease-in-out;
|
|
}
|
|
.grid-sub:hover {
|
|
background-color: var(--color-neutral-200);
|
|
}
|
|
.grid-cell {
|
|
padding: calc(var(--spacing) * 2);
|
|
border-color: var(--color-neutral-400);
|
|
}
|
|
@media (width >=48rem) {
|
|
.grid-main {
|
|
grid-template-columns: repeat(5, 1fr);
|
|
margin: 0 10%;
|
|
}
|
|
}
|
|
}
|
|
@property --tw-divide-x-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-divide-y-reverse {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-font-weight {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@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-duration {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|