123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465 |
- /*! tailwindcss v4.1.0 | MIT License | https://tailwindcss.com */
- @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
- @layer base {
- *, ::before, ::after, ::backdrop {
- --tw-border-style: solid;
- --tw-leading: initial;
- --tw-font-weight: initial;
- }
- }
- }
- @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-indigo-500: oklch(58.5% 0.233 277.117);
- --color-indigo-600: oklch(51.1% 0.262 276.966);
- --color-gray-400: oklch(70.7% 0.022 261.325);
- --color-gray-700: oklch(37.3% 0.034 259.733);
- --color-gray-800: oklch(27.8% 0.033 256.848);
- --color-gray-900: oklch(21% 0.034 264.665);
- --color-white: #fff;
- --spacing: 0.25rem;
- --container-lg: 32rem;
- --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-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);
- --font-weight-medium: 500;
- --leading-relaxed: 1.625;
- --radius-sm: 0.25rem;
- --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: 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 {
- .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;
- }
- }
- .mx-auto {
- margin-inline: auto;
- }
- .mt-4 {
- margin-top: calc(var(--spacing) * 4);
- }
- .mr-5 {
- margin-right: calc(var(--spacing) * 5);
- }
- .mb-4 {
- margin-bottom: calc(var(--spacing) * 4);
- }
- .mb-8 {
- margin-bottom: calc(var(--spacing) * 8);
- }
- .mb-16 {
- margin-bottom: calc(var(--spacing) * 16);
- }
- .ml-1 {
- margin-left: calc(var(--spacing) * 1);
- }
- .ml-3 {
- margin-left: calc(var(--spacing) * 3);
- }
- .ml-4 {
- margin-left: calc(var(--spacing) * 4);
- }
- .flex {
- display: flex;
- }
- .hidden {
- display: none;
- }
- .inline-flex {
- display: inline-flex;
- }
- .h-4 {
- height: calc(var(--spacing) * 4);
- }
- .h-10 {
- height: calc(var(--spacing) * 10);
- }
- .w-4 {
- width: calc(var(--spacing) * 4);
- }
- .w-5\/6 {
- width: calc(5/6 * 100%);
- }
- .w-10 {
- width: calc(var(--spacing) * 10);
- }
- .flex-col {
- flex-direction: column;
- }
- .flex-wrap {
- flex-wrap: wrap;
- }
- .items-center {
- align-items: center;
- }
- .justify-center {
- justify-content: center;
- }
- .rounded-full {
- border-radius: calc(infinity * 1px);
- }
- .rounded-sm {
- border-radius: var(--radius-sm);
- }
- .border-0 {
- border-style: var(--tw-border-style);
- border-width: 0px;
- }
- .bg-gray-800 {
- background-color: var(--color-gray-800);
- }
- .bg-gray-900 {
- background-color: var(--color-gray-900);
- }
- .bg-indigo-500 {
- background-color: var(--color-indigo-500);
- }
- .object-cover {
- object-fit: cover;
- }
- .object-center {
- object-position: center;
- }
- .p-2 {
- padding: calc(var(--spacing) * 2);
- }
- .p-5 {
- padding: calc(var(--spacing) * 5);
- }
- .px-3 {
- padding-inline: calc(var(--spacing) * 3);
- }
- .px-5 {
- padding-inline: calc(var(--spacing) * 5);
- }
- .px-6 {
- padding-inline: calc(var(--spacing) * 6);
- }
- .py-1 {
- padding-block: calc(var(--spacing) * 1);
- }
- .py-2 {
- padding-block: calc(var(--spacing) * 2);
- }
- .py-24 {
- padding-block: calc(var(--spacing) * 24);
- }
- .text-center {
- text-align: center;
- }
- .text-3xl {
- font-size: var(--text-3xl);
- line-height: var(--tw-leading, var(--text-3xl--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-xl {
- font-size: var(--text-xl);
- line-height: var(--tw-leading, var(--text-xl--line-height));
- }
- .leading-relaxed {
- --tw-leading: var(--leading-relaxed);
- line-height: var(--leading-relaxed);
- }
- .font-medium {
- --tw-font-weight: var(--font-weight-medium);
- font-weight: var(--font-weight-medium);
- }
- .text-gray-400 {
- color: var(--color-gray-400);
- }
- .text-white {
- color: var(--color-white);
- }
- .hover\:bg-gray-700 {
- &:hover {
- @media (hover: hover) {
- background-color: var(--color-gray-700);
- }
- }
- }
- .hover\:bg-indigo-600 {
- &:hover {
- @media (hover: hover) {
- background-color: var(--color-indigo-600);
- }
- }
- }
- .hover\:text-white {
- &:hover {
- @media (hover: hover) {
- color: var(--color-white);
- }
- }
- }
- .focus\:outline-hidden {
- &:focus {
- --tw-outline-style: none;
- outline-style: none;
- @media (forced-colors: active) {
- outline: 2px solid transparent;
- outline-offset: 2px;
- }
- }
- }
- .sm\:text-4xl {
- @media (width >= 40rem) {
- font-size: var(--text-4xl);
- line-height: var(--tw-leading, var(--text-4xl--line-height));
- }
- }
- .md\:mt-0 {
- @media (width >= 48rem) {
- margin-top: calc(var(--spacing) * 0);
- }
- }
- .md\:mb-0 {
- @media (width >= 48rem) {
- margin-bottom: calc(var(--spacing) * 0);
- }
- }
- .md\:ml-auto {
- @media (width >= 48rem) {
- margin-left: auto;
- }
- }
- .md\:w-1\/2 {
- @media (width >= 48rem) {
- width: calc(1/2 * 100%);
- }
- }
- .md\:flex-row {
- @media (width >= 48rem) {
- flex-direction: row;
- }
- }
- .md\:items-start {
- @media (width >= 48rem) {
- align-items: flex-start;
- }
- }
- .md\:pr-16 {
- @media (width >= 48rem) {
- padding-right: calc(var(--spacing) * 16);
- }
- }
- .md\:text-left {
- @media (width >= 48rem) {
- text-align: left;
- }
- }
- .lg\:inline-block {
- @media (width >= 64rem) {
- display: inline-block;
- }
- }
- .lg\:w-full {
- @media (width >= 64rem) {
- width: 100%;
- }
- }
- .lg\:max-w-lg {
- @media (width >= 64rem) {
- max-width: var(--container-lg);
- }
- }
- .lg\:grow {
- @media (width >= 64rem) {
- flex-grow: 1;
- }
- }
- .lg\:pr-24 {
- @media (width >= 64rem) {
- padding-right: calc(var(--spacing) * 24);
- }
- }
- }
- @property --tw-border-style {
- syntax: "*";
- inherits: false;
- initial-value: solid;
- }
- @property --tw-leading {
- syntax: "*";
- inherits: false;
- }
- @property --tw-font-weight {
- syntax: "*";
- inherits: false;
- }
|