| /*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */ | /*! tailwindcss v4.0.10 | MIT License | https://tailwindcss.com */ | 
| @layer theme, base, components, utilities; | @layer theme, base, components, utilities; | 
| @layer theme { | @layer theme { | 
| :root, :host { | :root, :host { | 
| --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", | --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", | 
| "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | 
| --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", | --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", | 
| "Courier New", monospace; | "Courier New", monospace; | 
| --color-black: #000; | --color-black: #000; | 
| --spacing: 0.25rem; |  | 
| --default-font-family: var(--font-sans); | --default-font-family: var(--font-sans); | 
| --default-font-feature-settings: var(--font-sans--font-feature-settings); | --default-font-feature-settings: var(--font-sans--font-feature-settings); | 
| --default-font-variation-settings: var( | --default-font-variation-settings: var( | 
| --font-sans--font-variation-settings | --font-sans--font-variation-settings | 
| ); | ); | 
| --default-mono-font-family: var(--font-mono); | --default-mono-font-family: var(--font-mono); | 
| --default-mono-font-feature-settings: var( | --default-mono-font-feature-settings: var( | 
| --font-mono--font-feature-settings | --font-mono--font-feature-settings | 
| ); | ); | 
| --default-mono-font-variation-settings: var( | --default-mono-font-variation-settings: var( | 
| --font-mono--font-variation-settings | --font-mono--font-variation-settings | 
| ); | ); | 
| } | } | 
| } | } | 
| @layer base { | @layer base { | 
| *, ::after, ::before, ::backdrop, ::file-selector-button { | *, ::after, ::before, ::backdrop, ::file-selector-button { | 
| box-sizing: border-box; | box-sizing: border-box; | 
| margin: 0; | margin: 0; | 
| padding: 0; | padding: 0; | 
| border: 0 solid; | border: 0 solid; | 
| } | } | 
| html, :host { | html, :host { | 
| line-height: 1.5; | line-height: 1.5; | 
| -webkit-text-size-adjust: 100%; | -webkit-text-size-adjust: 100%; | 
| tab-size: 4; | 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-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-feature-settings: var(--default-font-feature-settings, normal); | 
| font-variation-settings: var( --default-font-variation-settings, normal ); | font-variation-settings: var( --default-font-variation-settings, normal ); | 
| -webkit-tap-highlight-color: transparent; | -webkit-tap-highlight-color: transparent; | 
| } | } | 
| body { | body { | 
| line-height: inherit; | line-height: inherit; | 
| } | } | 
| hr { | hr { | 
| height: 0; | height: 0; | 
| color: inherit; | color: inherit; | 
| border-top-width: 1px; | border-top-width: 1px; | 
| } | } | 
| abbr:where([title]) { | abbr:where([title]) { | 
| -webkit-text-decoration: underline dotted; | -webkit-text-decoration: underline dotted; | 
| text-decoration: underline dotted; | text-decoration: underline dotted; | 
| } | } | 
| h1, h2, h3, h4, h5, h6 { | h1, h2, h3, h4, h5, h6 { | 
| font-size: inherit; | font-size: inherit; | 
| font-weight: inherit; | font-weight: inherit; | 
| } | } | 
| a { | a { | 
| color: inherit; | color: inherit; | 
| -webkit-text-decoration: inherit; | -webkit-text-decoration: inherit; | 
| text-decoration: inherit; | text-decoration: inherit; | 
| } | } | 
| b, strong { | b, strong { | 
| font-weight: bolder; | font-weight: bolder; | 
| } | } | 
| code, kbd, samp, pre { | code, kbd, samp, pre { | 
| font-family: var( --default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ); | 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-feature-settings: var( --default-mono-font-feature-settings, normal ); | 
| font-variation-settings: var( --default-mono-font-variation-settings, normal ); | font-variation-settings: var( --default-mono-font-variation-settings, normal ); | 
| font-size: 1em; | font-size: 1em; | 
| } | } | 
| small { | small { | 
| font-size: 80%; | font-size: 80%; | 
| } | } | 
| sub, sup { | sub, sup { | 
| font-size: 75%; | font-size: 75%; | 
| line-height: 0; | line-height: 0; | 
| position: relative; | position: relative; | 
| vertical-align: baseline; | vertical-align: baseline; | 
| } | } | 
| sub { | sub { | 
| bottom: -0.25em; | bottom: -0.25em; | 
| } | } | 
| sup { | sup { | 
| top: -0.5em; | top: -0.5em; | 
| } | } | 
| table { | table { | 
| text-indent: 0; | text-indent: 0; | 
| border-color: inherit; | border-color: inherit; | 
| border-collapse: collapse; | border-collapse: collapse; | 
| } | } | 
| :-moz-focusring { | :-moz-focusring { | 
| outline: auto; | outline: auto; | 
| } | } | 
| progress { | progress { | 
| vertical-align: baseline; | vertical-align: baseline; | 
| } | } | 
| summary { | summary { | 
| display: list-item; | display: list-item; | 
| } | } | 
| ol, ul, menu { | ol, ul, menu { | 
| list-style: none; | list-style: none; | 
| } | } | 
| img, svg, video, canvas, audio, iframe, embed, object { | img, svg, video, canvas, audio, iframe, embed, object { | 
| display: block; | display: block; | 
| vertical-align: middle; | vertical-align: middle; | 
| } | } | 
| img, video { | img, video { | 
| max-width: 100%; | max-width: 100%; | 
| height: auto; | height: auto; | 
| } | } | 
| button, input, select, optgroup, textarea, ::file-selector-button { | button, input, select, optgroup, textarea, ::file-selector-button { | 
| font: inherit; | font: inherit; | 
| font-feature-settings: inherit; | font-feature-settings: inherit; | 
| font-variation-settings: inherit; | font-variation-settings: inherit; | 
| letter-spacing: inherit; | letter-spacing: inherit; | 
| color: inherit; | color: inherit; | 
| border-radius: 0; | border-radius: 0; | 
| background-color: transparent; | background-color: transparent; | 
| opacity: 1; | opacity: 1; | 
| } | } | 
| :where(select:is([multiple], [size])) optgroup { | :where(select:is([multiple], [size])) optgroup { | 
| font-weight: bolder; | font-weight: bolder; | 
| } | } | 
| :where(select:is([multiple], [size])) optgroup option { | :where(select:is([multiple], [size])) optgroup option { | 
| padding-inline-start: 20px; | padding-inline-start: 20px; | 
| } | } | 
| ::file-selector-button { | ::file-selector-button { | 
| margin-inline-end: 4px; | margin-inline-end: 4px; | 
| } | } | 
| ::placeholder { | ::placeholder { | 
| opacity: 1; | opacity: 1; | 
| color: color-mix(in oklab, currentColor 50%, transparent); | color: color-mix(in oklab, currentColor 50%, transparent); | 
| } | } | 
| textarea { | textarea { | 
| resize: vertical; | resize: vertical; | 
| } | } | 
| ::-webkit-search-decoration { | ::-webkit-search-decoration { | 
| -webkit-appearance: none; | -webkit-appearance: none; | 
| } | } | 
| ::-webkit-date-and-time-value { | ::-webkit-date-and-time-value { | 
| min-height: 1lh; | min-height: 1lh; | 
| text-align: inherit; | text-align: inherit; | 
| } | } | 
| ::-webkit-datetime-edit { | ::-webkit-datetime-edit { | 
| display: inline-flex; | display: inline-flex; | 
| } | } | 
| ::-webkit-datetime-edit-fields-wrapper { | ::-webkit-datetime-edit-fields-wrapper { | 
| padding: 0; | 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 { | ::-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; | padding-block: 0; | 
| } | } | 
| :-moz-ui-invalid { | :-moz-ui-invalid { | 
| box-shadow: none; | box-shadow: none; | 
| } | } | 
| button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { | button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button { | 
| appearance: button; | appearance: button; | 
| } | } | 
| ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { | ::-webkit-inner-spin-button, ::-webkit-outer-spin-button { | 
| height: auto; | height: auto; | 
| } | } | 
| [hidden]:where(:not([hidden="until-found"])) { | [hidden]:where(:not([hidden="until-found"])) { | 
| display: none !important; | display: none !important; | 
| } | } | 
| } | } | 
| @layer utilities { | @layer utilities { | 
| .px-8 { |  | 
| padding-inline: calc(var(--spacing) * 8); |  | 
| } |  | 
| .py-4 { |  | 
| padding-block: calc(var(--spacing) * 4); |  | 
| } |  | 
| .text-black { | .text-black { | 
| color: var(--color-black); | color: var(--color-black); | 
| } | } | 
| } | } | 
|  |  |