1826 lines
44 KiB
CSS
1826 lines
44 KiB
CSS
/*! tailwindcss v4.1.10 | MIT License | https://tailwindcss.com */
|
|
@layer properties;
|
|
@layer theme, base, components, utilities;
|
|
@layer theme {
|
|
:root, :host {
|
|
--font-sans: "Baloo2", "Baloo2 Noto Fallback", "Baloo2 Fallback", "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: #f1f7fe;
|
|
--color-blue-100: #e1effd;
|
|
--color-blue-300: #82c3f7;
|
|
--color-blue-400: #42a6f0;
|
|
--color-blue-500: #1789e0;
|
|
--color-blue-700: #0a569a;
|
|
--color-blue-800: #0c4980;
|
|
--color-blue-900: #103e6a;
|
|
--color-blue-950: #0b2746;
|
|
--color-purple-700: #441E73;
|
|
--color-pink-50: #fff4fd;
|
|
--color-pink-200: #ffcff7;
|
|
--color-pink-600: #d722a9;
|
|
--color-pink-800: #92166e;
|
|
--color-pink-900: #771859;
|
|
--color-pink-950: #500238;
|
|
--color-slate-50: oklch(98.4% 0.003 247.858);
|
|
--color-slate-100: oklch(96.8% 0.007 247.896);
|
|
--color-slate-200: oklch(92.9% 0.013 255.508);
|
|
--color-slate-300: oklch(86.9% 0.022 252.894);
|
|
--color-slate-600: oklch(44.6% 0.043 257.281);
|
|
--color-slate-800: oklch(27.9% 0.041 260.031);
|
|
--color-slate-950: oklch(12.9% 0.042 264.695);
|
|
--color-white: #fff;
|
|
--spacing: 0.25rem;
|
|
--text-sm: 0.875rem;
|
|
--text-sm--line-height: calc(1.25 / 0.875);
|
|
--text-base: 1rem;
|
|
--text-base--line-height: calc(1.5 / 1);
|
|
--text-lg: 1.125rem;
|
|
--text-lg--line-height: calc(1.75 / 1.125);
|
|
--text-xl: 1.25rem;
|
|
--text-xl--line-height: calc(1.75 / 1.25);
|
|
--text-2xl: 1.5rem;
|
|
--text-2xl--line-height: calc(2 / 1.5);
|
|
--text-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-5xl: 3rem;
|
|
--text-5xl--line-height: 1;
|
|
--text-6xl: 3.75rem;
|
|
--text-6xl--line-height: 1;
|
|
--text-7xl: 4.5rem;
|
|
--text-7xl--line-height: 1;
|
|
--text-8xl: 6rem;
|
|
--text-8xl--line-height: 1;
|
|
--text-9xl: 8rem;
|
|
--text-9xl--line-height: 1;
|
|
--font-weight-medium: 500;
|
|
--font-weight-semibold: 600;
|
|
--font-weight-bold: 700;
|
|
--font-weight-extrabold: 800;
|
|
--leading-tight: 1.25;
|
|
--radius-xs: 0.125rem;
|
|
--radius-sm: 0.25rem;
|
|
--radius-md: 0.375rem;
|
|
--aspect-video: 16 / 9;
|
|
--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);
|
|
--text-readxl: 1.75rem;
|
|
--text-readxl--line-height: 2.25rem;
|
|
--text-readxl--letter-spacing: -0.015rem;
|
|
--text-readxl--font-weight: 400;
|
|
--spacing-note: 60rem;
|
|
--spacing-read: 64rem;
|
|
--spacing-image: min(70rem, 95vw);
|
|
--spacing-maxindex: 100rem;
|
|
}
|
|
}
|
|
@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 {
|
|
.visible {
|
|
visibility: visible;
|
|
}
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
.fixed {
|
|
position: fixed;
|
|
}
|
|
.relative {
|
|
position: relative;
|
|
}
|
|
.static {
|
|
position: static;
|
|
}
|
|
.sticky {
|
|
position: sticky;
|
|
}
|
|
.isolate {
|
|
isolation: isolate;
|
|
}
|
|
.col-span-2 {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
.row-span-3 {
|
|
grid-row: span 3 / span 3;
|
|
}
|
|
.float-start {
|
|
float: inline-start;
|
|
}
|
|
.clear-both {
|
|
clear: both;
|
|
}
|
|
.container {
|
|
width: 100%;
|
|
@media (width >= 40rem) {
|
|
max-width: 40rem;
|
|
}
|
|
@media (width >= 48rem) {
|
|
max-width: 48rem;
|
|
}
|
|
@media (width >= 64rem) {
|
|
max-width: 64rem;
|
|
}
|
|
@media (width >= 80rem) {
|
|
max-width: 80rem;
|
|
}
|
|
@media (width >= 96rem) {
|
|
max-width: 96rem;
|
|
}
|
|
}
|
|
.m-1 {
|
|
margin: calc(var(--spacing) * 1);
|
|
}
|
|
.m-4 {
|
|
margin: calc(var(--spacing) * 4);
|
|
}
|
|
.m-5 {
|
|
margin: calc(var(--spacing) * 5);
|
|
}
|
|
.m-6 {
|
|
margin: calc(var(--spacing) * 6);
|
|
}
|
|
.m-10 {
|
|
margin: calc(var(--spacing) * 10);
|
|
}
|
|
.mx-0\.5 {
|
|
margin-inline: calc(var(--spacing) * 0.5);
|
|
}
|
|
.mx-2 {
|
|
margin-inline: calc(var(--spacing) * 2);
|
|
}
|
|
.mx-3 {
|
|
margin-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.mx-4 {
|
|
margin-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.mx-5 {
|
|
margin-inline: calc(var(--spacing) * 5);
|
|
}
|
|
.mx-6 {
|
|
margin-inline: calc(var(--spacing) * 6);
|
|
}
|
|
.mx-auto {
|
|
margin-inline: auto;
|
|
}
|
|
.my-1 {
|
|
margin-block: calc(var(--spacing) * 1);
|
|
}
|
|
.my-2 {
|
|
margin-block: calc(var(--spacing) * 2);
|
|
}
|
|
.my-3 {
|
|
margin-block: calc(var(--spacing) * 3);
|
|
}
|
|
.my-4 {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
}
|
|
.my-5 {
|
|
margin-block: calc(var(--spacing) * 5);
|
|
}
|
|
.mt-3 {
|
|
margin-top: calc(var(--spacing) * 3);
|
|
}
|
|
.mt-4 {
|
|
margin-top: calc(var(--spacing) * 4);
|
|
}
|
|
.mt-8 {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
.mr-3 {
|
|
margin-right: calc(var(--spacing) * 3);
|
|
}
|
|
.mb-1 {
|
|
margin-bottom: calc(var(--spacing) * 1);
|
|
}
|
|
.mb-2 {
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
}
|
|
.mb-3 {
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
}
|
|
.mb-4 {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
.mb-5 {
|
|
margin-bottom: calc(var(--spacing) * 5);
|
|
}
|
|
.mb-6 {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
.block {
|
|
display: block;
|
|
}
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
.grid {
|
|
display: grid;
|
|
}
|
|
.hidden {
|
|
display: none;
|
|
}
|
|
.inline {
|
|
display: inline;
|
|
}
|
|
.inline-block {
|
|
display: inline-block;
|
|
}
|
|
.table {
|
|
display: table;
|
|
}
|
|
.h-6 {
|
|
height: calc(var(--spacing) * 6);
|
|
}
|
|
.h-7 {
|
|
height: calc(var(--spacing) * 7);
|
|
}
|
|
.h-12 {
|
|
height: calc(var(--spacing) * 12);
|
|
}
|
|
.h-\[240px\] {
|
|
height: 240px;
|
|
}
|
|
.h-\[320px\] {
|
|
height: 320px;
|
|
}
|
|
.h-auto {
|
|
height: auto;
|
|
}
|
|
.max-h-\[236px\] {
|
|
max-height: 236px;
|
|
}
|
|
.min-h-full {
|
|
min-height: 100%;
|
|
}
|
|
.w-0 {
|
|
width: calc(var(--spacing) * 0);
|
|
}
|
|
.w-6 {
|
|
width: calc(var(--spacing) * 6);
|
|
}
|
|
.w-7 {
|
|
width: calc(var(--spacing) * 7);
|
|
}
|
|
.w-12 {
|
|
width: calc(var(--spacing) * 12);
|
|
}
|
|
.w-\[180px\] {
|
|
width: 180px;
|
|
}
|
|
.w-\[320px\] {
|
|
width: 320px;
|
|
}
|
|
.max-w-\[24rem\] {
|
|
max-width: 24rem;
|
|
}
|
|
.max-w-\[32rem\] {
|
|
max-width: 32rem;
|
|
}
|
|
.max-w-\[392px\] {
|
|
max-width: 392px;
|
|
}
|
|
.max-w-maxindex {
|
|
max-width: var(--spacing-maxindex);
|
|
}
|
|
.max-w-read {
|
|
max-width: var(--spacing-read);
|
|
}
|
|
.flex-1 {
|
|
flex: 1;
|
|
}
|
|
.shrink-0 {
|
|
flex-shrink: 0;
|
|
}
|
|
.grow {
|
|
flex-grow: 1;
|
|
}
|
|
.-translate-y-1\.5 {
|
|
--tw-translate-y: calc(var(--spacing) * -1.5);
|
|
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,);
|
|
}
|
|
.break-inside-avoid {
|
|
break-inside: avoid;
|
|
}
|
|
.grid-flow-row {
|
|
grid-auto-flow: row;
|
|
}
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
.flex-row {
|
|
flex-direction: row;
|
|
}
|
|
.flex-wrap {
|
|
flex-wrap: wrap;
|
|
}
|
|
.place-content-center {
|
|
place-content: center;
|
|
}
|
|
.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;
|
|
}
|
|
.justify-end {
|
|
justify-content: flex-end;
|
|
}
|
|
.gap-2 {
|
|
gap: calc(var(--spacing) * 2);
|
|
}
|
|
.gap-4 {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
.gap-6 {
|
|
gap: calc(var(--spacing) * 6);
|
|
}
|
|
.self-center {
|
|
align-self: center;
|
|
}
|
|
.self-start {
|
|
align-self: flex-start;
|
|
}
|
|
.rounded {
|
|
border-radius: 0.25rem;
|
|
}
|
|
.rounded-full {
|
|
border-radius: calc(infinity * 1px);
|
|
}
|
|
.rounded-md {
|
|
border-radius: var(--radius-md);
|
|
}
|
|
.rounded-sm {
|
|
border-radius: var(--radius-sm);
|
|
}
|
|
.rounded-xs {
|
|
border-radius: var(--radius-xs);
|
|
}
|
|
.border {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
}
|
|
.border-2 {
|
|
border-style: var(--tw-border-style);
|
|
border-width: 2px;
|
|
}
|
|
.border-l {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 1px;
|
|
}
|
|
.border-blue-300 {
|
|
border-color: var(--color-blue-300);
|
|
}
|
|
.border-blue-500 {
|
|
border-color: var(--color-blue-500);
|
|
}
|
|
.border-blue-950 {
|
|
border-color: var(--color-blue-950);
|
|
}
|
|
.border-slate-200 {
|
|
border-color: var(--color-slate-200);
|
|
}
|
|
.border-slate-300 {
|
|
border-color: var(--color-slate-300);
|
|
}
|
|
.bg-blue-50 {
|
|
background-color: var(--color-blue-50);
|
|
}
|
|
.bg-blue-100 {
|
|
background-color: var(--color-blue-100);
|
|
}
|
|
.bg-pink-200 {
|
|
background-color: var(--color-pink-200);
|
|
}
|
|
.bg-white {
|
|
background-color: var(--color-white);
|
|
}
|
|
.fill-blue-900 {
|
|
fill: var(--color-blue-900);
|
|
}
|
|
.fill-blue-950 {
|
|
fill: var(--color-blue-950);
|
|
}
|
|
.object-cover {
|
|
object-fit: cover;
|
|
}
|
|
.p-0\.5 {
|
|
padding: calc(var(--spacing) * 0.5);
|
|
}
|
|
.p-2 {
|
|
padding: calc(var(--spacing) * 2);
|
|
}
|
|
.p-3 {
|
|
padding: calc(var(--spacing) * 3);
|
|
}
|
|
.p-4 {
|
|
padding: calc(var(--spacing) * 4);
|
|
}
|
|
.px-3 {
|
|
padding-inline: calc(var(--spacing) * 3);
|
|
}
|
|
.px-4 {
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
}
|
|
.py-2 {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
.pr-3 {
|
|
padding-right: calc(var(--spacing) * 3);
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-justify {
|
|
text-align: justify;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.font-mono {
|
|
font-family: var(--font-mono);
|
|
}
|
|
.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-8xl {
|
|
font-size: var(--text-8xl);
|
|
line-height: var(--tw-leading, var(--text-8xl--line-height));
|
|
}
|
|
.text-9xl {
|
|
font-size: var(--text-9xl);
|
|
line-height: var(--tw-leading, var(--text-9xl--line-height));
|
|
}
|
|
.text-base {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
.text-lg {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
.text-sm {
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
.text-xl {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
.leading-7 {
|
|
--tw-leading: calc(var(--spacing) * 7);
|
|
line-height: calc(var(--spacing) * 7);
|
|
}
|
|
.leading-tight {
|
|
--tw-leading: var(--leading-tight);
|
|
line-height: var(--leading-tight);
|
|
}
|
|
.font-bold {
|
|
--tw-font-weight: var(--font-weight-bold);
|
|
font-weight: var(--font-weight-bold);
|
|
}
|
|
.font-extrabold {
|
|
--tw-font-weight: var(--font-weight-extrabold);
|
|
font-weight: var(--font-weight-extrabold);
|
|
}
|
|
.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);
|
|
}
|
|
.text-blue-500 {
|
|
color: var(--color-blue-500);
|
|
}
|
|
.text-blue-700 {
|
|
color: var(--color-blue-700);
|
|
}
|
|
.text-blue-900 {
|
|
color: var(--color-blue-900);
|
|
}
|
|
.text-blue-950 {
|
|
color: var(--color-blue-950);
|
|
}
|
|
.text-pink-900 {
|
|
color: var(--color-pink-900);
|
|
}
|
|
.text-pink-950 {
|
|
color: var(--color-pink-950);
|
|
}
|
|
.text-slate-600 {
|
|
color: var(--color-slate-600);
|
|
}
|
|
.text-slate-800 {
|
|
color: var(--color-slate-800);
|
|
}
|
|
.lowercase {
|
|
text-transform: lowercase;
|
|
}
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
.no-underline {
|
|
text-decoration-line: none;
|
|
}
|
|
.blur {
|
|
--tw-blur: blur(8px);
|
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
}
|
|
.filter {
|
|
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
|
|
}
|
|
.transition {
|
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, 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-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));
|
|
}
|
|
.visited\:text-blue-950 {
|
|
&:visited {
|
|
color: var(--color-blue-950);
|
|
}
|
|
}
|
|
.visited\:text-purple-700 {
|
|
&:visited {
|
|
color: var(--color-purple-700);
|
|
}
|
|
}
|
|
.hover\:bg-pink-200 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
background-color: var(--color-pink-200);
|
|
}
|
|
}
|
|
}
|
|
.hover\:fill-blue-400 {
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
fill: var(--color-blue-400);
|
|
}
|
|
}
|
|
}
|
|
.sm\:float-none {
|
|
@media (width >= 40rem) {
|
|
float: none;
|
|
}
|
|
}
|
|
.sm\:clear-none {
|
|
@media (width >= 40rem) {
|
|
clear: none;
|
|
}
|
|
}
|
|
.sm\:my-4 {
|
|
@media (width >= 40rem) {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.sm\:mt-0 {
|
|
@media (width >= 40rem) {
|
|
margin-top: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.sm\:mb-0 {
|
|
@media (width >= 40rem) {
|
|
margin-bottom: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.sm\:ml-0 {
|
|
@media (width >= 40rem) {
|
|
margin-left: calc(var(--spacing) * 0);
|
|
}
|
|
}
|
|
.sm\:grid {
|
|
@media (width >= 40rem) {
|
|
display: grid;
|
|
}
|
|
}
|
|
.sm\:grid-flow-col {
|
|
@media (width >= 40rem) {
|
|
grid-auto-flow: column;
|
|
}
|
|
}
|
|
.sm\:grid-cols-\[max-content_1fr\] {
|
|
@media (width >= 40rem) {
|
|
grid-template-columns: max-content 1fr;
|
|
}
|
|
}
|
|
.sm\:grid-rows-\[max-content_1fr_max-content\] {
|
|
@media (width >= 40rem) {
|
|
grid-template-rows: max-content 1fr max-content;
|
|
}
|
|
}
|
|
.sm\:gap-4 {
|
|
@media (width >= 40rem) {
|
|
gap: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.sm\:py-4 {
|
|
@media (width >= 40rem) {
|
|
padding-block: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.md\:mx-6 {
|
|
@media (width >= 48rem) {
|
|
margin-inline: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.md\:my-8 {
|
|
@media (width >= 48rem) {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.md\:block {
|
|
@media (width >= 48rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.md\:grid {
|
|
@media (width >= 48rem) {
|
|
display: grid;
|
|
}
|
|
}
|
|
.md\:h-16 {
|
|
@media (width >= 48rem) {
|
|
height: calc(var(--spacing) * 16);
|
|
}
|
|
}
|
|
.md\:w-16 {
|
|
@media (width >= 48rem) {
|
|
width: calc(var(--spacing) * 16);
|
|
}
|
|
}
|
|
.md\:grid-cols-2 {
|
|
@media (width >= 48rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.md\:grid-cols-\[1fr_auto\] {
|
|
@media (width >= 48rem) {
|
|
grid-template-columns: 1fr auto;
|
|
}
|
|
}
|
|
.md\:grid-rows-\[masonry\] {
|
|
@media (width >= 48rem) {
|
|
grid-template-rows: masonry;
|
|
}
|
|
}
|
|
.md\:items-stretch {
|
|
@media (width >= 48rem) {
|
|
align-items: stretch;
|
|
}
|
|
}
|
|
.md\:justify-stretch {
|
|
@media (width >= 48rem) {
|
|
justify-content: stretch;
|
|
}
|
|
}
|
|
.md\:gap-x-8 {
|
|
@media (width >= 48rem) {
|
|
column-gap: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.md\:text-2xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-3xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-4xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-5xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-5xl);
|
|
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-6xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
}
|
|
.md\:text-base {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
}
|
|
.md\:text-lg {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
.md\:text-xl {
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
}
|
|
.md\:leading-tight {
|
|
@media (width >= 48rem) {
|
|
--tw-leading: var(--leading-tight);
|
|
line-height: var(--leading-tight);
|
|
}
|
|
}
|
|
.lg\:col-span-2 {
|
|
@media (width >= 64rem) {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
}
|
|
.lg\:row-span-2 {
|
|
@media (width >= 64rem) {
|
|
grid-row: span 2 / span 2;
|
|
}
|
|
}
|
|
.lg\:row-start-2 {
|
|
@media (width >= 64rem) {
|
|
grid-row-start: 2;
|
|
}
|
|
}
|
|
.lg\:mx-auto {
|
|
@media (width >= 64rem) {
|
|
margin-inline: auto;
|
|
}
|
|
}
|
|
.lg\:my-6 {
|
|
@media (width >= 64rem) {
|
|
margin-block: calc(var(--spacing) * 6);
|
|
}
|
|
}
|
|
.lg\:mt-10 {
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 10);
|
|
}
|
|
}
|
|
.lg\:mt-20 {
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 20);
|
|
}
|
|
}
|
|
.lg\:mb-10 {
|
|
@media (width >= 64rem) {
|
|
margin-bottom: calc(var(--spacing) * 10);
|
|
}
|
|
}
|
|
.lg\:block {
|
|
@media (width >= 64rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.lg\:grid {
|
|
@media (width >= 64rem) {
|
|
display: grid;
|
|
}
|
|
}
|
|
.lg\:hidden {
|
|
@media (width >= 64rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.lg\:grid-cols-2 {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.lg\:grid-cols-\[2fr_1fr\] {
|
|
@media (width >= 64rem) {
|
|
grid-template-columns: 2fr 1fr;
|
|
}
|
|
}
|
|
.lg\:grid-rows-\[min-content_1fr\] {
|
|
@media (width >= 64rem) {
|
|
grid-template-rows: min-content 1fr;
|
|
}
|
|
}
|
|
.lg\:gap-x-32 {
|
|
@media (width >= 64rem) {
|
|
column-gap: calc(var(--spacing) * 32);
|
|
}
|
|
}
|
|
.lg\:gap-y-8 {
|
|
@media (width >= 64rem) {
|
|
row-gap: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.lg\:text-4xl {
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
.lg\:text-6xl {
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-6xl);
|
|
line-height: var(--tw-leading, var(--text-6xl--line-height));
|
|
}
|
|
}
|
|
.lg\:text-lg {
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
.xl\:col-auto {
|
|
@media (width >= 80rem) {
|
|
grid-column: auto;
|
|
}
|
|
}
|
|
.xl\:col-span-2 {
|
|
@media (width >= 80rem) {
|
|
grid-column: span 2 / span 2;
|
|
}
|
|
}
|
|
.xl\:row-span-2 {
|
|
@media (width >= 80rem) {
|
|
grid-row: span 2 / span 2;
|
|
}
|
|
}
|
|
.xl\:row-start-auto {
|
|
@media (width >= 80rem) {
|
|
grid-row-start: auto;
|
|
}
|
|
}
|
|
.xl\:mt-10 {
|
|
@media (width >= 80rem) {
|
|
margin-top: calc(var(--spacing) * 10);
|
|
}
|
|
}
|
|
.xl\:mb-4 {
|
|
@media (width >= 80rem) {
|
|
margin-bottom: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
.xl\:block {
|
|
@media (width >= 80rem) {
|
|
display: block;
|
|
}
|
|
}
|
|
.xl\:flex {
|
|
@media (width >= 80rem) {
|
|
display: flex;
|
|
}
|
|
}
|
|
.xl\:grid {
|
|
@media (width >= 80rem) {
|
|
display: grid;
|
|
}
|
|
}
|
|
.xl\:hidden {
|
|
@media (width >= 80rem) {
|
|
display: none;
|
|
}
|
|
}
|
|
.xl\:grid-cols-3 {
|
|
@media (width >= 80rem) {
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
}
|
|
}
|
|
.xl\:grid-cols-\[1fr_2fr\] {
|
|
@media (width >= 80rem) {
|
|
grid-template-columns: 1fr 2fr;
|
|
}
|
|
}
|
|
.xl\:justify-start {
|
|
@media (width >= 80rem) {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
.xl\:gap-8 {
|
|
@media (width >= 80rem) {
|
|
gap: calc(var(--spacing) * 8);
|
|
}
|
|
}
|
|
.xl\:gap-10 {
|
|
@media (width >= 80rem) {
|
|
gap: calc(var(--spacing) * 10);
|
|
}
|
|
}
|
|
.xl\:gap-x-32 {
|
|
@media (width >= 80rem) {
|
|
column-gap: calc(var(--spacing) * 32);
|
|
}
|
|
}
|
|
.xl\:border-l {
|
|
@media (width >= 80rem) {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 1px;
|
|
}
|
|
}
|
|
.xl\:border-slate-300 {
|
|
@media (width >= 80rem) {
|
|
border-color: var(--color-slate-300);
|
|
}
|
|
}
|
|
.xl\:text-4xl {
|
|
@media (width >= 80rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
.xl\:text-7xl {
|
|
@media (width >= 80rem) {
|
|
font-size: var(--text-7xl);
|
|
line-height: var(--tw-leading, var(--text-7xl--line-height));
|
|
}
|
|
}
|
|
.xl\:font-medium {
|
|
@media (width >= 80rem) {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
}
|
|
.xl\:first\:border-l-0 {
|
|
@media (width >= 80rem) {
|
|
&:first-child {
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 0px;
|
|
}
|
|
}
|
|
}
|
|
.print\:hidden {
|
|
@media print {
|
|
display: none;
|
|
}
|
|
}
|
|
.print\:inline {
|
|
@media print {
|
|
display: inline;
|
|
}
|
|
}
|
|
}
|
|
@font-face {
|
|
font-family: 'Baloo2';
|
|
font-style: normal;
|
|
font-display: swap;
|
|
src: local('Baloo2'), url(/fonts/baloo2/Baloo2-Latin-Variable-wght.woff2) format('woff2');
|
|
}
|
|
@font-face {
|
|
font-family: 'Baloo 2';
|
|
font-style: normal;
|
|
font-weight: 400 800;
|
|
font-display: swap;
|
|
src: url(/fonts/baloo2/Baloo2-Latin-Variable-ext-wght.woff2) format('woff2');
|
|
unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
|
}
|
|
@font-face {
|
|
font-family: 'Baloo2 Fallback';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('BlinkMacSystemFont'), local('Segoe UI'), local('Helvetica Neue'), local('Arial');
|
|
ascent-override: 111.2%;
|
|
descent-override: 54.05%;
|
|
line-gap-override: 0%;
|
|
size-adjust: 96.95%;
|
|
}
|
|
@font-face {
|
|
font-family: 'Baloo2 Noto Fallback';
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
src: local('Noto Sans');
|
|
ascent-override: 88%;
|
|
descent-override: none;
|
|
line-gap-override: 0%;
|
|
size-adjust: 92%;
|
|
}
|
|
@layer base {
|
|
a {
|
|
color: var(--color-pink-800);
|
|
text-decoration-line: underline;
|
|
text-underline-offset: 2px;
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
color: var(--color-blue-500);
|
|
}
|
|
}
|
|
&:hover {
|
|
@media (hover: hover) {
|
|
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, visibility, 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));
|
|
}
|
|
}
|
|
}
|
|
strong {
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
}
|
|
}
|
|
.article-body {
|
|
h1 {
|
|
margin-inline: auto;
|
|
margin-top: calc(var(--spacing) * 4);
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
max-width: var(--spacing-read);
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
color: var(--color-blue-900);
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-5xl);
|
|
line-height: var(--tw-leading, var(--text-5xl--line-height));
|
|
}
|
|
}
|
|
h2 {
|
|
margin-inline: auto;
|
|
margin-top: calc(var(--spacing) * 4);
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
max-width: var(--spacing-read);
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
color: var(--color-blue-900);
|
|
@media (width >= 48rem) {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 48rem) {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-2xl);
|
|
line-height: var(--tw-leading, var(--text-2xl--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-4xl);
|
|
line-height: var(--tw-leading, var(--text-4xl--line-height));
|
|
}
|
|
}
|
|
h3 {
|
|
margin-inline: auto;
|
|
margin-top: calc(var(--spacing) * 4);
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
max-width: var(--spacing-read);
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
--tw-font-weight: var(--font-weight-semibold);
|
|
font-weight: var(--font-weight-semibold);
|
|
color: var(--color-blue-900);
|
|
@media (width >= 48rem) {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 48rem) {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
}
|
|
h4 {
|
|
margin-inline: auto;
|
|
margin-top: calc(var(--spacing) * 3);
|
|
margin-bottom: calc(var(--spacing) * 2);
|
|
max-width: var(--spacing-read);
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
--tw-font-weight: var(--font-weight-medium);
|
|
font-weight: var(--font-weight-medium);
|
|
color: var(--color-blue-900);
|
|
@media (width >= 48rem) {
|
|
margin-top: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 48rem) {
|
|
margin-bottom: calc(var(--spacing) * 6);
|
|
}
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-top: calc(var(--spacing) * 12);
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-bottom: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-3xl);
|
|
line-height: var(--tw-leading, var(--text-3xl--line-height));
|
|
}
|
|
}
|
|
p {
|
|
margin-inline: auto;
|
|
margin-block: calc(var(--spacing) * 2);
|
|
max-width: var(--spacing-read);
|
|
padding-inline: calc(var(--spacing) * 4);
|
|
text-align: justify;
|
|
color: var(--color-slate-950);
|
|
@media (width >= 48rem) {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-readxl);
|
|
line-height: var(--tw-leading, var(--text-readxl--line-height));
|
|
letter-spacing: var(--tw-tracking, var(--text-readxl--letter-spacing));
|
|
font-weight: var(--tw-font-weight, var(--text-readxl--font-weight));
|
|
}
|
|
}
|
|
pre {
|
|
margin-inline: auto;
|
|
margin-block: calc(var(--spacing) * 1);
|
|
max-width: var(--spacing-read);
|
|
overflow: auto;
|
|
padding: calc(var(--spacing) * 4);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
}
|
|
figure {
|
|
padding: calc(var(--spacing) * 4);
|
|
img {
|
|
margin-inline: auto;
|
|
border-radius: var(--radius-sm);
|
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
|
|
@media (width >= 64rem) {
|
|
max-width: var(--spacing-image);
|
|
}
|
|
}
|
|
}
|
|
figcaption {
|
|
margin-top: calc(var(--spacing) * 2);
|
|
text-align: center;
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
color: var(--color-blue-800);
|
|
font-style: italic;
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
table {
|
|
margin-inline: auto;
|
|
margin-block: calc(var(--spacing) * 4);
|
|
max-width: var(--spacing-image);
|
|
table-layout: auto;
|
|
border-collapse: collapse;
|
|
--tw-border-spacing-x: calc(var(--spacing) * 12);
|
|
--tw-border-spacing-y: calc(var(--spacing) * 12);
|
|
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
|
|
border-radius: var(--radius-sm);
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-color: var(--color-slate-200);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
}
|
|
thead {
|
|
background-color: var(--color-blue-100);
|
|
}
|
|
tbody {
|
|
background-color: var(--color-slate-50);
|
|
}
|
|
td, th {
|
|
border-bottom-style: var(--tw-border-style);
|
|
border-bottom-width: 1px;
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
padding-block: calc(var(--spacing) * 0.5);
|
|
@media (width >= 48rem) {
|
|
padding-inline: calc(var(--spacing) * 5);
|
|
}
|
|
@media (width >= 48rem) {
|
|
padding-block: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
tr {
|
|
&:nth-child(even) {
|
|
background-color: var(--color-slate-100);
|
|
}
|
|
}
|
|
blockquote {
|
|
margin-inline: calc(var(--spacing) * 6);
|
|
max-width: var(--spacing-note);
|
|
border-left-style: var(--tw-border-style);
|
|
border-left-width: 4px;
|
|
border-color: var(--color-pink-600);
|
|
background-color: var(--color-pink-50);
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
padding-block: calc(var(--spacing) * 1);
|
|
@media (width >= 64rem) {
|
|
margin-inline: auto;
|
|
}
|
|
p {
|
|
margin-block: calc(var(--spacing) * 2);
|
|
max-width: var(--spacing-note);
|
|
color: var(--color-slate-600);
|
|
@media (width >= 48rem) {
|
|
margin-block: calc(var(--spacing) * 4);
|
|
}
|
|
}
|
|
}
|
|
:not(pre) code {
|
|
border-radius: var(--radius-sm);
|
|
border-style: var(--tw-border-style);
|
|
border-width: 1px;
|
|
border-color: var(--color-blue-300);
|
|
background-color: var(--color-blue-100);
|
|
padding-inline: calc(var(--spacing) * 1);
|
|
padding-block: calc(var(--spacing) * 0.5);
|
|
font-size: var(--text-sm);
|
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
color: var(--color-pink-900);
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-base);
|
|
line-height: var(--tw-leading, var(--text-base--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-xl);
|
|
line-height: var(--tw-leading, var(--text-xl--line-height));
|
|
}
|
|
}
|
|
pre code pre {
|
|
margin-inline: calc(var(--spacing) * 2);
|
|
border-radius: var(--radius-sm);
|
|
--tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.05));
|
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@media (width >= 64rem) {
|
|
margin-inline: auto;
|
|
}
|
|
@media (width >= 64rem) {
|
|
max-width: var(--spacing-note);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
}
|
|
ul, ol {
|
|
margin-inline: auto;
|
|
margin-block: calc(var(--spacing) * 2);
|
|
max-width: var(--spacing-read);
|
|
padding-right: calc(var(--spacing) * 6);
|
|
padding-left: calc(var(--spacing) * 10);
|
|
color: var(--color-slate-950);
|
|
@media (width >= 48rem) {
|
|
margin-block: calc(var(--spacing) * 8);
|
|
}
|
|
@media (width >= 48rem) {
|
|
font-size: var(--text-lg);
|
|
line-height: var(--tw-leading, var(--text-lg--line-height));
|
|
}
|
|
@media (width >= 64rem) {
|
|
padding-left: calc(var(--spacing) * 14);
|
|
}
|
|
@media (width >= 64rem) {
|
|
font-size: var(--text-readxl);
|
|
line-height: var(--tw-leading, var(--text-readxl--line-height));
|
|
letter-spacing: var(--tw-tracking, var(--text-readxl--letter-spacing));
|
|
font-weight: var(--tw-font-weight, var(--text-readxl--font-weight));
|
|
}
|
|
& p {
|
|
padding-inline: calc(var(--spacing) * 2);
|
|
}
|
|
}
|
|
ul {
|
|
list-style-type: disc;
|
|
}
|
|
ol {
|
|
list-style-type: decimal;
|
|
}
|
|
iframe {
|
|
margin-inline: auto;
|
|
border-radius: var(--radius-sm);
|
|
--tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px 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);
|
|
@media (width >= 64rem) {
|
|
max-width: var(--spacing-image);
|
|
}
|
|
}
|
|
}
|
|
article a {
|
|
&:visited {
|
|
color: var(--color-purple-700);
|
|
}
|
|
}
|
|
.video-embed {
|
|
margin: calc(var(--spacing) * 4);
|
|
margin-inline: auto;
|
|
aspect-ratio: var(--aspect-video);
|
|
max-width: var(--spacing-image);
|
|
}
|
|
.social-card-twitch:hover {
|
|
transform: translate3d(0.6rem, -0.6rem, 0px);
|
|
box-shadow: -3px 3px 0px 3px #6441a5;
|
|
transition-delay: 75ms;
|
|
}
|
|
.social-card-youtube:hover {
|
|
border-radius: 0;
|
|
transform: scale(1.02);
|
|
transition-delay: 100ms;
|
|
}
|
|
.social-card-instagram:hover {
|
|
filter: brightness(84%);
|
|
transition-delay: 100ms;
|
|
}
|
|
.social-card-tiktok {
|
|
position: relative;
|
|
&:hover {
|
|
animation: tiktok-glitch 1.5s infinite;
|
|
animation-delay: 200ms;
|
|
}
|
|
}
|
|
@keyframes tiktok-glitch {
|
|
0% {
|
|
box-shadow: 0px 0px 0 rgba(0, 255, 255, 0), 0px 0px 0 rgba(255, 0, 255, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
10% {
|
|
box-shadow: -3px -3px 0 rgba(0, 255, 255, 0.8), 3px 3px 0 rgba(255, 0, 255, 0.8);
|
|
transform: translate(-1px, -1px);
|
|
}
|
|
15% {
|
|
box-shadow: 2px -2px 0 rgba(0, 255, 255, 0.6), -2px 2px 0 rgba(255, 0, 255, 0.6);
|
|
transform: translate(2px, -2px);
|
|
}
|
|
20% {
|
|
box-shadow: -1px 1px 0 rgba(0, 255, 255, 0.4), 1px -1px 0 rgba(255, 0, 255, 0.4);
|
|
transform: translate(1px, 1px);
|
|
}
|
|
25% {
|
|
box-shadow: -4px 4px 0 rgba(0, 255, 255, 1), 4px -4px 0 rgba(255, 0, 255, 1);
|
|
transform: translate(-2px, 2px);
|
|
}
|
|
30% {
|
|
box-shadow: 3px -3px 0 rgba(0, 255, 255, 0.5), -3px 3px 0 rgba(255, 0, 255, 0.5);
|
|
transform: translate(3px, -3px);
|
|
}
|
|
40% {
|
|
box-shadow: -2px 2px 0 rgba(0, 255, 255, 0.9), 2px -2px 0 rgba(255, 0, 255, 0.9);
|
|
transform: translate(-1px, 1px);
|
|
}
|
|
50% {
|
|
box-shadow: -1px -2px 0 rgba(0, 255, 255, 0.7), 2px -1px 0 rgba(255, 0, 255, 0.7);
|
|
transform: translate(1px, -1px);
|
|
}
|
|
60% {
|
|
box-shadow: 2px -2px 0 rgba(0, 255, 255, 0.3), -2px 2px 0 rgba(255, 0, 255, 0.3);
|
|
transform: translate(2px, -2px);
|
|
}
|
|
75% {
|
|
box-shadow: -3px 3px 0 rgba(0, 255, 255, 1), 3px -3px 0 rgba(255, 0, 255, 1);
|
|
transform: translate(-3px, 3px);
|
|
}
|
|
85% {
|
|
box-shadow: -2px -2px 0 rgba(0, 255, 255, 0.2), 2px 2px 0 rgba(255, 0, 255, 0.2);
|
|
transform: translate(-2px, -2px);
|
|
}
|
|
100% {
|
|
box-shadow: 0px 0px 0 rgba(0, 255, 255, 0), 0px 0px 0 rgba(255, 0, 255, 0);
|
|
transform: translate(0, 0);
|
|
}
|
|
}
|
|
@view-transition {
|
|
navigation: auto;
|
|
}
|
|
@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-border-style {
|
|
syntax: "*";
|
|
inherits: false;
|
|
initial-value: solid;
|
|
}
|
|
@property --tw-leading {
|
|
syntax: "*";
|
|
inherits: false;
|
|
}
|
|
@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-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-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-border-spacing-x {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@property --tw-border-spacing-y {
|
|
syntax: "<length>";
|
|
inherits: false;
|
|
initial-value: 0;
|
|
}
|
|
@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-border-style: solid;
|
|
--tw-leading: initial;
|
|
--tw-font-weight: initial;
|
|
--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-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-border-spacing-x: 0;
|
|
--tw-border-spacing-y: 0;
|
|
}
|
|
}
|
|
}
|