/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@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-red-500: oklch(63.7% 0.237 25.331);
    --color-blue-500: oklch(62.3% 0.214 259.815);
    --color-gray-50: oklch(98.5% 0.002 247.839);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-900: oklch(21% 0.034 264.665);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-lg: 32rem;
    --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-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-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --tracking-tight: -0.025em;
    --tracking-wide: 0.025em;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --animate-spin: spin 1s linear infinite;
    --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    --animate-bounce: bounce 1s infinite;
    --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;
  }
  :-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;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-12 {
    top: calc(var(--spacing) * 12);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-3 {
    right: calc(var(--spacing) * 3);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .z-50 {
    z-index: 50;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .row-1 {
    grid-row: 1;
  }
  .row-2 {
    grid-row: 2;
  }
  .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-0 {
    margin: calc(var(--spacing) * 0);
  }
  .mx-4 {
    margin-inline: calc(var(--spacing) * 4);
  }
  .mx-12 {
    margin-inline: calc(var(--spacing) * 12);
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .ml-1 {
    margin-left: calc(var(--spacing) * 1);
  }
  .ml-12 {
    margin-left: calc(var(--spacing) * 12);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .h-1\/2 {
    height: calc(1/2 * 100%);
  }
  .h-3 {
    height: calc(var(--spacing) * 3);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-24 {
    height: calc(var(--spacing) * 24);
  }
  .h-32 {
    height: calc(var(--spacing) * 32);
  }
  .h-64 {
    height: calc(var(--spacing) * 64);
  }
  .h-96 {
    height: calc(var(--spacing) * 96);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .min-h-\[150px\] {
    min-height: 150px;
  }
  .min-h-fit {
    min-height: fit-content;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-3 {
    width: calc(var(--spacing) * 3);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-24 {
    width: calc(var(--spacing) * 24);
  }
  .w-32 {
    width: calc(var(--spacing) * 32);
  }
  .w-48 {
    width: calc(var(--spacing) * 48);
  }
  .w-56 {
    width: calc(var(--spacing) * 56);
  }
  .w-64 {
    width: calc(var(--spacing) * 64);
  }
  .w-80 {
    width: calc(var(--spacing) * 80);
  }
  .w-96 {
    width: calc(var(--spacing) * 96);
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-lg {
    max-width: var(--container-lg);
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .min-w-\[100px\] {
    min-width: 100px;
  }
  .min-w-full {
    min-width: 100%;
  }
  .min-w-max {
    min-width: max-content;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[0_0_3\.5rem\] {
    flex: 0 0 3.5rem;
  }
  .flex-none {
    flex: none;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    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,);
  }
  .animate-bounce {
    animation: var(--animate-bounce);
  }
  .animate-pulse {
    animation: var(--animate-pulse);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    appearance: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .space-y-2 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .self-center {
    align-self: center;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-t-lg {
    border-top-left-radius: var(--radius-lg);
    border-top-right-radius: var(--radius-lg);
  }
  .rounded-t-xl {
    border-top-left-radius: var(--radius-xl);
    border-top-right-radius: var(--radius-xl);
  }
  .rounded-b-lg {
    border-bottom-right-radius: var(--radius-lg);
    border-bottom-left-radius: var(--radius-lg);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-l-4 {
    border-left-style: var(--tw-border-style);
    border-left-width: 4px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-none {
    --tw-border-style: none;
    border-style: none;
  }
  .border-accent {
    border-color: var(--color-accent);
  }
  .border-current {
    border-color: currentcolor;
  }
  .border-error {
    border-color: var(--color-error);
  }
  .border-surface-container-high {
    border-color: var(--color-surface-container-high);
  }
  .border-t-transparent {
    border-top-color: transparent;
  }
  .bg-base-100 {
    background-color: var(--color-base-100);
  }
  .bg-base-200 {
    background-color: var(--color-base-200);
  }
  .bg-base-300 {
    background-color: var(--color-base-300);
  }
  .bg-error {
    background-color: var(--color-error);
  }
  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }
  .bg-gray-900 {
    background-color: var(--color-gray-900);
  }
  .bg-info {
    background-color: var(--color-info);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-success {
    background-color: var(--color-success);
  }
  .bg-surface-container {
    background-color: var(--color-surface-container);
  }
  .bg-surface-container-low {
    background-color: var(--color-surface-container-low);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .bg-warning {
    background-color: var(--color-warning);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--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));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .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-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .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);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-blue-500 {
    color: var(--color-blue-500);
  }
  .text-error {
    color: var(--color-error);
  }
  .text-error-content {
    color: var(--color-error-content);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-info {
    color: var(--color-info);
  }
  .text-info-content {
    color: var(--color-info-content);
  }
  .text-inherit {
    color: inherit;
  }
  .text-on-surface {
    color: var(--color-on-surface);
  }
  .text-on-surface-variant {
    color: var(--color-on-surface-variant);
  }
  .text-primary {
    color: var(--color-primary);
  }
  .text-red-500 {
    color: var(--color-red-500);
  }
  .text-secondary {
    color: var(--color-secondary);
  }
  .text-success {
    color: var(--color-success);
  }
  .text-success-content {
    color: var(--color-success-content);
  }
  .text-tertiary {
    color: var(--color-tertiary);
  }
  .text-warning {
    color: var(--color-warning);
  }
  .text-warning-content {
    color: var(--color-warning-content);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .no-underline {
    text-decoration-line: none;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .shadow {
    --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-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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .ring-primary {
    --tw-ring-color: var(--color-primary);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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-all {
    transition-property: all;
    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));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .peer-checked\:flex {
    &:is(:where(.peer):checked ~ *) {
      display: flex;
    }
  }
  .hover\:border-on-surface {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-on-surface);
      }
    }
  }
  .hover\:opacity-50 {
    &:hover {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .focus\:border-primary {
    &:focus {
      border-color: var(--color-primary);
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:inline-flex {
    @media (width >= 48rem) {
      display: inline-flex;
    }
  }
  .md\:table-header-group {
    @media (width >= 48rem) {
      display: table-header-group;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:inline-flex {
    @media (width >= 64rem) {
      display: inline-flex;
    }
  }
}
[data-theme="sunshine"] {
  color-scheme: light;
  --theme-name: "sunshine";
  --theme-mode: "light";
  --theme-family: "duskmoon";
  --theme-pair: "moonlight";
  --theme-description: "Warm amber/coral";
  --color-primary: oklch(72% 0.17 75);
  --color-primary-content: oklch(100% 0 0);
  --color-primary-container: oklch(95% 0.035 95.91);
  --color-on-primary-container: oklch(25% 0.03 95.91);
  --color-secondary: oklch(62% 0.19 20);
  --color-secondary-content: oklch(100% 0 0);
  --color-secondary-container: oklch(94% 0.05 87.01);
  --color-on-secondary-container: oklch(25% 0.05 87.01);
  --color-tertiary: oklch(80% 0.085 235);
  --color-tertiary-content: oklch(18% 0.010 235);
  --color-tertiary-container: oklch(95% 0.035 235);
  --color-on-tertiary-container: oklch(22% 0.012 235);
  --color-accent: oklch(85.23% 0.14 327);
  --color-accent-content: oklch(41% 0.112 45.904);
  --color-neutral: oklch(0% 0 0);
  --color-neutral-content: oklch(80% 0.015 50);
  --color-neutral-variant: oklch(50% 0.02 260);
  --color-surface: oklch(100% 0 0);
  --color-surface-dim: oklch(96% 0.01 85);
  --color-surface-bright: oklch(100% 0 0);
  --color-surface-container-lowest: oklch(100% 0 0);
  --color-surface-container-low: oklch(99% 0.01 85);
  --color-surface-container: oklch(97% 0.01 85);
  --color-surface-container-high: oklch(96% 0.01 85);
  --color-surface-container-highest: oklch(94% 0.01 85);
  --color-surface-variant: oklch(94% 0.02 85);
  --color-on-surface: oklch(27% 0.02 260);
  --color-on-surface-variant: oklch(50% 0.02 260);
  --color-base-100: oklch(100% 0.005 255);
  --color-base-200: oklch(95% 0.008 255);
  --color-base-300: oklch(90% 0.01 255);
  --color-base-400: oklch(55% 0.06 255);
  --color-base-500: oklch(45% 0.05 255);
  --color-base-600: oklch(35% 0.04 255);
  --color-base-700: oklch(25% 0.03 255);
  --color-base-800: oklch(18% 0.02 255);
  --color-base-900: oklch(12% 0.01 255);
  --color-base-content: oklch(10% 0 255);
  --color-outline: oklch(75% 0.01 260);
  --color-outline-variant: oklch(85% 0.01 260);
  --color-inverse-surface: oklch(25% 0.02 260);
  --color-inverse-on-surface: oklch(95% 0.01 260);
  --color-inverse-primary: oklch(80% 0.14 55);
  --color-shadow: oklch(0% 0 0);
  --color-scrim: oklch(0% 0 0 / 50%);
  --color-info: oklch(41.94% 0.114 254.39);
  --color-info-content: oklch(91.94% 0.114 254.39);
  --color-info-container: oklch(95% 0.03 235);
  --color-on-info-container: oklch(35% 0.08 235);
  --color-success: oklch(67.21% 0.19 133.55);
  --color-success-content: oklch(27.21% 0.19 133.55);
  --color-success-container: oklch(93% 0.04 150);
  --color-on-success-container: oklch(30% 0.08 150);
  --color-warning: oklch(68.19% 0.203 42.44);
  --color-warning-content: oklch(18.19% 0.6 42);
  --color-warning-container: oklch(93% 0.05 80);
  --color-on-warning-container: oklch(38% 0.10 80);
  --color-error: oklch(61.17% 0.237 28.15);
  --color-error-content: oklch(90.01% 0.153 84.78);
  --color-error-container: oklch(93% 0.04 25);
  --color-on-error-container: oklch(32% 0.10 25);
  --radius-selector: 0.25rem;
  --radius-field: 0.625rem;
  --radius-box: 2rem;
  --size-selector: 0.1875rem;
  --size-field: 0.1875rem;
  --border: 0.5px;
  --depth: 1;
  --noise: 1;
}
[data-theme="moonlight"] {
  color-scheme: dark;
  --theme-name: "moonlight";
  --theme-mode: "dark";
  --theme-family: "duskmoon";
  --theme-pair: "sunshine";
  --theme-description: "Neutral white/gold";
  --color-primary: oklch(85.45% 0 0);
  --color-primary-content: oklch(14.94% 0.031 39.947);
  --color-primary-container: oklch(25% 0.01 0);
  --color-on-primary-container: oklch(85% 0.01 0);
  --color-secondary: oklch(83.33% 0.0981 73.78);
  --color-secondary-content: oklch(14.507% 0.035 2.72);
  --color-secondary-container: oklch(28% 0.03 73.78);
  --color-on-secondary-container: oklch(88% 0.03 73.78);
  --color-tertiary: oklch(72% 0.090 255);
  --color-tertiary-content: oklch(14% 0.012 255);
  --color-tertiary-container: oklch(28% 0.030 255);
  --color-on-tertiary-container: oklch(88% 0.010 255);
  --color-accent: oklch(75.65% 0.1303 335.51);
  --color-accent-content: oklch(14.258% 0.033 299.844);
  --color-neutral: oklch(23% 0 0);
  --color-neutral-content: oklch(52.43% 0 0);
  --color-neutral-variant: oklch(55% 0.01 260);
  --color-surface: oklch(20% 0.02 260);
  --color-surface-dim: oklch(17% 0.02 260);
  --color-surface-bright: oklch(28% 0.02 260);
  --color-surface-container-lowest: oklch(14% 0.02 260);
  --color-surface-container-low: oklch(20% 0.02 260);
  --color-surface-container: oklch(22% 0.02 260);
  --color-surface-container-high: oklch(25% 0.02 260);
  --color-surface-container-highest: oklch(28% 0.01 260);
  --color-surface-variant: oklch(30% 0.02 260);
  --color-on-surface: oklch(95% 0.01 260);
  --color-on-surface-variant: oklch(75% 0.01 260);
  --color-base-100: oklch(22% 0.019 237.69);
  --color-base-200: oklch(20% 0.019 237.69);
  --color-base-300: oklch(18% 0.019 237.69);
  --color-base-400: oklch(26% 0.019 237.69);
  --color-base-500: oklch(32% 0.019 237.69);
  --color-base-600: oklch(40% 0.018 237.69);
  --color-base-700: oklch(55% 0.017 237.69);
  --color-base-800: oklch(70% 0.016 237.69);
  --color-base-900: oklch(85% 0.015 237.69);
  --color-base-content: oklch(77.383% 0.043 245.096);
  --color-outline: oklch(44% 0.01 260);
  --color-outline-variant: oklch(35% 0.01 260);
  --color-inverse-surface: oklch(95% 0.01 260);
  --color-inverse-on-surface: oklch(25% 0.02 260);
  --color-inverse-primary: oklch(55% 0.16 255);
  --color-shadow: oklch(0% 0 0);
  --color-scrim: oklch(0% 0 0 / 60%);
  --color-info: oklch(82.42% 0.09757279812867503 240.7677443360475);
  --color-info-content: oklch(17.111% 0.017 206.015);
  --color-info-container: oklch(32% 0.06 235);
  --color-on-info-container: oklch(88% 0.06 235);
  --color-success: oklch(82.19% 0.0621 133.3);
  --color-success-content: oklch(17.112% 0.017 144.778);
  --color-success-container: oklch(30% 0.05 150);
  --color-on-success-container: oklch(85% 0.06 150);
  --color-warning: oklch(76.36% 0.1752731353930708 61.96388739129725);
  --color-warning-content: oklch(17.113% 0.016 74.427);
  --color-warning-container: oklch(35% 0.06 80);
  --color-on-warning-container: oklch(90% 0.06 80);
  --color-error: oklch(46.38% 0.1898 29.17);
  --color-error-content: oklch(86.38% 0.298 39.17);
  --color-error-container: oklch(30% 0.08 25);
  --color-on-error-container: oklch(88% 0.06 25);
  --radius-selector: 0.125rem;
  --radius-field: 0.375rem;
  --radius-box: 1rem;
  --size-selector: 0.125rem;
  --size-field: 0.125rem;
  --border: 1px;
  --depth: 0.8;
  --noise: 0.6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
@layer components {
  .btn {
    --btn-p: 1.25rem;
    --btn-py: 0.625rem;
    --btn-text-color: var(--color-on-surface);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding-inline: var(--btn-p);
    padding-block: var(--btn-py);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    transition: all 150ms ease-in-out;
    background-color: var(--color-surface-container);
    color: var(--btn-text-color);
  }
  .btn:hover {
    filter: brightness(0.95);
  }
  .btn:active {
    transform: scale(0.98);
  }
  .btn:focus {
    outline: none;
  }
  .btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
  }
  .btn-primary {
    --btn-text-color: var(--color-primary-content);
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .btn-primary:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary), black 10%);
    }
    border-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-primary), black 10%);
    }
    filter: none;
  }
  .btn-secondary {
    --btn-text-color: var(--color-secondary-content);
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
  .btn-secondary:hover {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary), black 10%);
    }
    border-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-secondary), black 10%);
    }
    filter: none;
  }
  .btn-tertiary {
    --btn-text-color: var(--color-tertiary-content);
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
  }
  .btn-tertiary:hover {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary), black 10%);
    }
    border-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-tertiary), black 10%);
    }
    filter: none;
  }
  .btn-outline, .btn-outlined {
    --btn-text-color: var(--color-on-surface);
    background-color: transparent;
    border-color: var(--color-outline);
  }
  .btn-outline:hover, .btn-outlined:hover {
    background-color: var(--color-surface-container);
    filter: none;
  }
  .btn-outline.btn-primary, .btn-outlined.btn-primary {
    --btn-text-color: var(--color-primary);
    border-color: currentColor;
  }
  .btn-outline.btn-primary:hover, .btn-outlined.btn-primary:hover {
    --btn-text-color: var(--color-primary-content);
    background-color: var(--color-primary);
  }
  .btn-outline.btn-secondary, .btn-outlined.btn-secondary {
    --btn-text-color: var(--color-secondary);
    border-color: currentColor;
  }
  .btn-outline.btn-secondary:hover, .btn-outlined.btn-secondary:hover {
    --btn-text-color: var(--color-secondary-content);
    background-color: var(--color-secondary);
  }
  .btn-outline.btn-tertiary, .btn-outlined.btn-tertiary {
    --btn-text-color: var(--color-tertiary);
    border-color: currentColor;
  }
  .btn-outline.btn-tertiary:hover, .btn-outlined.btn-tertiary:hover {
    --btn-text-color: var(--color-tertiary-content);
    background-color: var(--color-tertiary);
  }
  .btn-outline.btn-info, .btn-outlined.btn-info {
    --btn-text-color: var(--color-info);
    border-color: currentColor;
  }
  .btn-outline.btn-info:hover, .btn-outlined.btn-info:hover {
    --btn-text-color: var(--color-info-content);
    background-color: var(--color-info);
  }
  .btn-outline.btn-success, .btn-outlined.btn-success {
    --btn-text-color: var(--color-success);
    border-color: currentColor;
  }
  .btn-outline.btn-success:hover, .btn-outlined.btn-success:hover {
    --btn-text-color: var(--color-success-content);
    background-color: var(--color-success);
  }
  .btn-outline.btn-warning, .btn-outlined.btn-warning {
    --btn-text-color: var(--color-warning);
    border-color: currentColor;
  }
  .btn-outline.btn-warning:hover, .btn-outlined.btn-warning:hover {
    --btn-text-color: var(--color-warning-content);
    background-color: var(--color-warning);
  }
  .btn-outline.btn-error, .btn-outlined.btn-error {
    --btn-text-color: var(--color-error);
    border-color: currentColor;
  }
  .btn-outline.btn-error:hover, .btn-outlined.btn-error:hover {
    --btn-text-color: var(--color-error-content);
    background-color: var(--color-error);
  }
  .btn-ghost {
    --btn-text-color: var(--color-on-surface);
    background-color: transparent;
    border-color: transparent;
  }
  .btn-ghost:hover {
    background-color: var(--color-surface-container);
    filter: none;
  }
  .btn-ghost.btn-primary {
    --btn-text-color: var(--color-primary);
  }
  .btn-ghost.btn-primary:hover {
    --btn-text-color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
  }
  .btn-ghost.btn-secondary {
    --btn-text-color: var(--color-secondary);
  }
  .btn-ghost.btn-secondary:hover {
    --btn-text-color: var(--color-on-secondary-container);
    background-color: var(--color-secondary-container);
  }
  .btn-ghost.btn-tertiary {
    --btn-text-color: var(--color-tertiary);
  }
  .btn-ghost.btn-tertiary:hover {
    --btn-text-color: var(--color-on-tertiary-container);
    background-color: var(--color-tertiary-container);
  }
  .btn-ghost.btn-info {
    --btn-text-color: var(--color-info);
  }
  .btn-ghost.btn-success {
    --btn-text-color: var(--color-success);
  }
  .btn-ghost.btn-warning {
    --btn-text-color: var(--color-warning);
  }
  .btn-ghost.btn-error {
    --btn-text-color: var(--color-error);
  }
  .btn-ghost.btn-info:hover {
    --btn-text-color: var(--color-on-info-container);
    background-color: var(--color-info-container);
  }
  .btn-ghost.btn-success:hover {
    --btn-text-color: var(--color-on-success-container);
    background-color: var(--color-success-container);
  }
  .btn-ghost.btn-warning:hover {
    --btn-text-color: var(--color-on-warning-container);
    background-color: var(--color-warning-container);
  }
  .btn-ghost.btn-error:hover {
    --btn-text-color: var(--color-on-error-container);
    background-color: var(--color-error-container);
  }
  .btn-text {
    --btn-text-color: var(--color-on-surface);
    background-color: transparent;
    border-color: transparent;
  }
  .btn-text:hover {
    background-color: var(--color-surface-container);
    filter: none;
  }
  .btn-text.btn-primary {
    --btn-text-color: var(--color-primary);
  }
  .btn-text.btn-primary:hover {
    --btn-text-color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
  }
  .btn-text.btn-secondary {
    --btn-text-color: var(--color-secondary);
  }
  .btn-text.btn-secondary:hover {
    --btn-text-color: var(--color-on-secondary-container);
    background-color: var(--color-secondary-container);
  }
  .btn-text.btn-tertiary {
    --btn-text-color: var(--color-tertiary);
  }
  .btn-text.btn-tertiary:hover {
    --btn-text-color: var(--color-on-tertiary-container);
    background-color: var(--color-tertiary-container);
  }
  .btn-text.btn-info {
    --btn-text-color: var(--color-info);
  }
  .btn-text.btn-success {
    --btn-text-color: var(--color-success);
  }
  .btn-text.btn-warning {
    --btn-text-color: var(--color-warning);
  }
  .btn-text.btn-error {
    --btn-text-color: var(--color-error);
  }
  .btn-text.btn-info:hover {
    --btn-text-color: var(--color-on-info-container);
    background-color: var(--color-info-container);
  }
  .btn-text.btn-success:hover {
    --btn-text-color: var(--color-on-success-container);
    background-color: var(--color-success-container);
  }
  .btn-text.btn-warning:hover {
    --btn-text-color: var(--color-on-warning-container);
    background-color: var(--color-warning-container);
  }
  .btn-text.btn-error:hover {
    --btn-text-color: var(--color-on-error-container);
    background-color: var(--color-error-container);
  }
  .btn-tonal {
    --btn-text-color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
    border-color: transparent;
  }
  .btn-tonal:hover {
    filter: brightness(0.95);
  }
  .btn-tonal.btn-primary {
    --btn-text-color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
  }
  .btn-tonal.btn-secondary {
    --btn-text-color: var(--color-on-secondary-container);
    background-color: var(--color-secondary-container);
  }
  .btn-tonal.btn-tertiary {
    --btn-text-color: var(--color-on-tertiary-container);
    background-color: var(--color-tertiary-container);
  }
  .btn-tonal.btn-info {
    --btn-text-color: var(--color-on-info-container);
    background-color: var(--color-info-container);
  }
  .btn-tonal.btn-success {
    --btn-text-color: var(--color-on-success-container);
    background-color: var(--color-success-container);
  }
  .btn-tonal.btn-warning {
    --btn-text-color: var(--color-on-warning-container);
    background-color: var(--color-warning-container);
  }
  .btn-tonal.btn-error {
    --btn-text-color: var(--color-on-error-container);
    background-color: var(--color-error-container);
  }
  .btn-info {
    --btn-text-color: var(--color-info-content);
    background-color: var(--color-info);
    border-color: var(--color-info);
  }
  .btn-info:hover {
    background-color: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-info), black 10%);
    }
    border-color: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-info), black 10%);
    }
    filter: none;
  }
  .btn-success {
    --btn-text-color: var(--color-success-content);
    background-color: var(--color-success);
    border-color: var(--color-success);
  }
  .btn-success:hover {
    background-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-success), black 10%);
    }
    border-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-success), black 10%);
    }
    filter: none;
  }
  .btn-warning {
    --btn-text-color: var(--color-warning-content);
    background-color: var(--color-warning);
    border-color: var(--color-warning);
  }
  .btn-warning:hover {
    background-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-warning), black 10%);
    }
    border-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-warning), black 10%);
    }
    filter: none;
  }
  .btn-error {
    --btn-text-color: var(--color-error-content);
    background-color: var(--color-error);
    border-color: var(--color-error);
  }
  .btn-error:hover {
    background-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-error), black 10%);
    }
    border-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-error), black 10%);
    }
    filter: none;
  }
  .btn-xs {
    --btn-p: 0.5rem;
    --btn-py: 0.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: var(--radius-xs);
  }
  .btn-sm {
    --btn-p: 0.75rem;
    --btn-py: 0.375rem;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    border-radius: var(--radius-xs);
  }
  .btn-md {
    --btn-p: 1.25rem;
    --btn-py: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: var(--radius-sm);
  }
  .btn-lg {
    --btn-p: 1.75rem;
    --btn-py: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: var(--radius-sm);
  }
  .btn-block {
    display: flex;
    width: 100%;
  }
  .btn-group {
    display: inline-flex;
  }
  .btn-group .btn {
    border-radius: 0;
  }
  .btn-group .btn:first-child {
    border-top-left-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .btn-group .btn:last-child {
    border-top-right-radius: var(--radius-sm);
    border-bottom-right-radius: var(--radius-sm);
  }
  .btn-group .btn:not(:first-child) {
    margin-inline-start: -1px;
  }
  .btn-loading {
    pointer-events: none;
    position: relative;
    color: transparent !important;
  }
  .btn-loading::after {
    content: '';
    position: absolute;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--btn-text-color);
    border-right-color: transparent;
    border-radius: var(--radius-full);
    animation: btn-spin 0.6s linear infinite;
  }
  @keyframes btn-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .btn-circle {
    --btn-p: 0.625rem;
    --btn-py: 0.625rem;
    border-radius: var(--radius-full);
    aspect-ratio: 1;
  }
  .btn-square {
    --btn-p: 0.625rem;
    --btn-py: 0.625rem;
    aspect-ratio: 1;
  }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none;
    }
    .btn-loading::after {
      animation: none;
    }
  }
}
@layer components {
  .card {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-lg);
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    box-shadow: var(--shadow-sm);
    transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
  }
  .card:hover {
    box-shadow: var(--shadow-md);
  }
  .card figure, .card-image {
    overflow: hidden;
  }
  .card figure img, .card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .card-body {
    --card-p: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: var(--card-p);
    flex: 1;
  }
  .card-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: var(--card-p, 1.5rem);
    padding-block: calc(var(--card-p, 1.5rem) * 0.5);
    border-block-end: 1px solid var(--color-outline-variant);
  }
  .card-footer {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-inline: var(--card-p, 1.5rem);
    padding-block: calc(var(--card-p, 1.5rem) * 0.5);
    border-block-start: 1px solid var(--color-outline-variant);
    margin-block-start: auto;
  }
  .card-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    color: var(--color-on-surface);
  }
  .card-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-block-start: auto;
    padding-block-start: 0.5rem;
  }
  .card-actions.justify-end {
    justify-content: flex-end;
  }
  .card-actions.justify-start {
    justify-content: flex-start;
  }
  .card-actions.justify-center {
    justify-content: center;
  }
  .card-bordered {
    border: 1px solid var(--color-outline);
    box-shadow: none;
  }
  .card-bordered:hover {
    box-shadow: none;
    border-color: var(--color-outline-variant);
  }
  .card-compact .card-header, .card-compact .card-body, .card-compact .card-footer {
    --card-p: 1rem;
  }
  .card-compact .card-title {
    font-size: 1rem;
  }
  .card-side {
    flex-direction: row;
  }
  .card-side figure, .card-side .card-image {
    width: 40%;
    flex-shrink: 0;
  }
  .card-side figure img, .card-side .card-image img {
    height: 100%;
    object-fit: cover;
  }
  .card-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .card-primary .card-title {
    color: var(--color-on-primary-container);
  }
  .card-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .card-secondary .card-title {
    color: var(--color-on-secondary-container);
  }
  .card-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .card-tertiary .card-title {
    color: var(--color-on-tertiary-container);
  }
  .card-info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .card-info .card-title {
    color: var(--color-on-info-container);
  }
  .card-success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .card-success .card-title {
    color: var(--color-on-success-container);
  }
  .card-warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .card-warning .card-title {
    color: var(--color-on-warning-container);
  }
  .card-error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .card-error .card-title {
    color: var(--color-on-error-container);
  }
  .card-glass {
    background-color: rgb(255 255 255 / 0.1);
    backdrop-filter: blur(12px);
    border: 1px solid rgb(255 255 255 / 0.2);
  }
  .card-elevated {
    box-shadow: var(--shadow-lg);
  }
  .card-elevated:hover {
    box-shadow: var(--shadow-xl);
    transform: translateY(-2px);
  }
  .card-interactive {
    cursor: pointer;
  }
  .card-interactive:active {
    transform: scale(0.99);
  }
  .card-interactive:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .card-full-image {
    position: relative;
  }
  .card-full-image figure, .card-full-image .card-image {
    position: absolute;
    inset: 0;
    z-index: 0;
  }
  .card-full-image .card-body {
    position: relative;
    z-index: 1;
    background: linear-gradient(to top, var(--color-shadow), transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background: linear-gradient(to top, color-mix(in srgb, var(--color-shadow) 70%, transparent), transparent);
    }
    color: white;
    margin-top: auto;
    min-height: 50%;
  }
  .card-full-image .card-title {
    color: white;
  }
  @media (prefers-reduced-motion: reduce) {
    .card {
      transition: none;
    }
  }
}
@layer components {
  .input {
    display: flex;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .input::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .input:focus {
    outline: none;
  }
  .input:focus-visible {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
    outline: none;
  }
  .input:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .input-bordered {
    border-color: var(--color-outline);
    background-color: var(--color-surface);
  }
  .input-bordered:hover:not(:disabled):not(:focus) {
    border-color: var(--color-outline-variant);
  }
  .input-primary {
    color: var(--color-primary);
  }
  .input-secondary {
    color: var(--color-secondary);
  }
  .input-tertiary {
    color: var(--color-tertiary);
  }
  .input-info {
    color: var(--color-info);
  }
  .input-success {
    color: var(--color-success);
  }
  .input-warning {
    color: var(--color-warning);
  }
  .input-error {
    color: var(--color-error);
  }
  .input-xs {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: var(--radius-xs);
    height: 1.75rem;
  }
  .input-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: var(--radius-xs);
    height: 2.25rem;
  }
  .input-lg {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: var(--radius-sm);
    height: 3.5rem;
  }
  .input-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .input-ghost:focus-visible {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .input-filled {
    background-color: var(--color-surface-container);
    border-color: transparent;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .input-filled:focus-visible {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .input-filled.input-primary:focus-visible {
    border-bottom-color: var(--color-primary);
  }
  .input-filled.input-secondary:focus-visible {
    border-bottom-color: var(--color-secondary);
  }
  .input-filled.input-tertiary:focus-visible {
    border-bottom-color: var(--color-tertiary);
  }
  .input-filled.input-info:focus-visible {
    border-bottom-color: var(--color-info);
  }
  .input-filled.input-success:focus-visible {
    border-bottom-color: var(--color-success);
  }
  .input-filled.input-warning:focus-visible {
    border-bottom-color: var(--color-warning);
  }
  .input-filled.input-error:focus-visible {
    border-bottom-color: var(--color-error);
  }
  .input-group {
    display: flex;
    align-items: stretch;
  }
  .input-group > .input {
    flex: 1;
    border-radius: 0;
  }
  .input-group > .input:first-child {
    border-top-left-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
  }
  .input-group > .input:last-child {
    border-top-right-radius: var(--radius-sm);
    border-bottom-right-radius: var(--radius-sm);
  }
  .input-group-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    background-color: var(--color-surface-container);
    color: var(--color-on-surface-variant);
    border: 1px solid var(--color-outline);
  }
  .input-group-text:first-child {
    border-top-left-radius: var(--radius-sm);
    border-bottom-left-radius: var(--radius-sm);
    border-right: none;
  }
  .input-group-text:last-child {
    border-top-right-radius: var(--radius-sm);
    border-bottom-right-radius: var(--radius-sm);
    border-left: none;
  }
  .file-input {
    display: flex;
    width: 100%;
    padding: 0;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    overflow: hidden;
    cursor: pointer;
  }
  .file-input::file-selector-button {
    padding: 0.75rem 1rem;
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
    border: none;
    border-right: 1px solid var(--color-outline);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .file-input::file-selector-button:hover {
    background-color: var(--color-surface-container-high);
  }
  .file-input:focus-visible {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
    outline: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .input, .input-filled, .file-input {
      transition: none;
    }
  }
}
@layer components {
  .form-control {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
    margin-bottom: 1rem;
    color: var(--color-on-surface);
  }
  .label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
  }
  .label-text {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    padding-bottom: 0.25rem;
  }
  .label-text-alt {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .checkbox {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--color-outline);
    border-radius: var(--radius-xs);
    background-color: transparent;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    position: relative;
  }
  .checkbox:hover {
    border-color: var(--color-primary);
  }
  .checkbox:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .checkbox:checked::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 0.0625rem;
    width: 0.375rem;
    height: 0.625rem;
    border: solid var(--color-primary-content);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .checkbox:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .checkbox-primary:checked {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .checkbox-secondary:checked {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
  .checkbox-success:checked {
    background-color: var(--color-success);
    border-color: var(--color-success);
  }
  .checkbox-tertiary:checked {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
  }
  .checkbox-info:checked {
    background-color: var(--color-info);
    border-color: var(--color-info);
  }
  .checkbox-warning:checked {
    background-color: var(--color-warning);
    border-color: var(--color-warning);
  }
  .checkbox-error:checked {
    background-color: var(--color-error);
    border-color: var(--color-error);
  }
  .checkbox-xs {
    width: 0.875rem;
    height: 0.875rem;
  }
  .checkbox-sm {
    width: 1rem;
    height: 1rem;
  }
  .checkbox-lg {
    width: 1.5rem;
    height: 1.5rem;
  }
  .radio {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid var(--color-outline);
    border-radius: var(--radius-full);
    background-color: transparent;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    position: relative;
  }
  .radio:hover {
    border-color: var(--color-primary);
  }
  .radio:checked {
    border-color: var(--color-primary);
  }
  .radio:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
    transform: translate(-50%, -50%);
  }
  .radio:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .radio:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .radio-primary:checked {
    border-color: var(--color-primary);
  }
  .radio-primary:checked::after {
    background-color: var(--color-primary);
  }
  .radio-secondary:checked {
    border-color: var(--color-secondary);
  }
  .radio-secondary:checked::after {
    background-color: var(--color-secondary);
  }
  .radio-tertiary:checked {
    border-color: var(--color-tertiary);
  }
  .radio-tertiary:checked::after {
    background-color: var(--color-tertiary);
  }
  .radio-info:checked {
    border-color: var(--color-info);
  }
  .radio-info:checked::after {
    background-color: var(--color-info);
  }
  .radio-success:checked {
    border-color: var(--color-success);
  }
  .radio-success:checked::after {
    background-color: var(--color-success);
  }
  .radio-warning:checked {
    border-color: var(--color-warning);
  }
  .radio-warning:checked::after {
    background-color: var(--color-warning);
  }
  .radio-error:checked {
    border-color: var(--color-error);
  }
  .radio-error:checked::after {
    background-color: var(--color-error);
  }
  .toggle {
    appearance: none;
    width: 3rem;
    height: 1.5rem;
    border-radius: var(--radius-lg);
    background-color: var(--color-surface-container-highest);
    cursor: pointer;
    transition: all 150ms ease-in-out;
    position: relative;
  }
  .toggle::after {
    content: '';
    position: absolute;
    left: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-color: var(--color-on-surface-variant);
    border-radius: var(--radius-full);
    transition: all 150ms ease-in-out;
  }
  .toggle:checked {
    background-color: var(--color-primary);
  }
  .toggle:checked::after {
    left: calc(100% - 1.25rem);
    background-color: var(--color-primary-content);
  }
  .toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .toggle:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .toggle-xs {
    width: 2rem;
    height: 1rem;
  }
  .toggle-xs::after {
    width: 0.625rem;
    height: 0.625rem;
    left: 0.1875rem;
  }
  .toggle-xs:checked::after {
    left: calc(100% - 0.8125rem);
  }
  .toggle-sm {
    width: 2.5rem;
    height: 1.25rem;
  }
  .toggle-sm::after {
    width: 0.75rem;
    height: 0.75rem;
  }
  .toggle-lg {
    width: 4rem;
    height: 2rem;
  }
  .toggle-lg::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .select {
    appearance: none;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: border-color 150ms ease-in-out;
  }
  .select:focus {
    outline: none;
  }
  .select:focus-visible {
    border-color: var(--color-primary);
    outline: none;
  }
  .select:disabled {
    cursor: not-allowed;
    opacity: 0.5;
  }
  .select-bordered {
    border-color: var(--color-outline);
  }
  .select-primary:focus-visible {
    border-color: var(--color-primary);
  }
  .select-secondary:focus-visible {
    border-color: var(--color-secondary);
  }
  .select-xs {
    padding: 0.375rem 2rem 0.375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .select-sm {
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .select-lg {
    padding: 1rem 3rem 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .textarea {
    width: 100%;
    min-height: 6rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    resize: vertical;
    transition: border-color 150ms ease-in-out;
  }
  .textarea::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .textarea:focus {
    outline: none;
  }
  .textarea:focus-visible {
    border-color: var(--color-primary);
  }
  .textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    resize: none;
  }
  .textarea-bordered {
    border-color: var(--color-outline);
  }
  .form-control.error .input, .form-control.error .select, .form-control.error .textarea, .input-error, .select-error, .textarea-error {
    border-color: var(--color-error);
  }
  .form-control.error .input:focus-visible, .form-control.error .select:focus-visible, .form-control.error .textarea:focus-visible {
    border-color: var(--color-error);
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .form-control.error .label-text {
    color: var(--color-error);
  }
  .form-control.success .input, .form-control.success .select, .form-control.success .textarea, .input-success, .select-success, .textarea-success {
    border-color: var(--color-success);
  }
  .form-control.success .input:focus-visible, .form-control.success .select:focus-visible, .form-control.success .textarea:focus-visible {
    border-color: var(--color-success);
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .form-control.success .label-text {
    color: var(--color-success);
  }
  .form-control.warning .input, .form-control.warning .select, .form-control.warning .textarea, .input-warning, .select-warning, .textarea-warning {
    border-color: var(--color-warning);
  }
  .form-control.warning .input:focus-visible, .form-control.warning .select:focus-visible, .form-control.warning .textarea:focus-visible {
    border-color: var(--color-warning);
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .form-control.warning .label-text {
    color: var(--color-warning);
  }
  .form-control.info .input, .form-control.info .select, .form-control.info .textarea, .input-info, .select-info, .textarea-info {
    border-color: var(--color-info);
  }
  .form-control.info .input:focus-visible, .form-control.info .select:focus-visible, .form-control.info .textarea:focus-visible {
    border-color: var(--color-info);
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .form-control.info .label-text {
    color: var(--color-info);
  }
  .helper-text {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.25rem;
  }
  .helper-text.error {
    color: var(--color-error);
  }
  .helper-text.success {
    color: var(--color-success);
  }
  .helper-text.warning {
    color: var(--color-warning);
  }
  .helper-text.info {
    color: var(--color-info);
  }
  .label-text.required::after {
    content: ' *';
    color: var(--color-error);
  }
  .range {
    appearance: none;
    width: 100%;
    height: 0.5rem;
    background-color: var(--color-surface-container-highest);
    border-radius: var(--radius-xs);
    cursor: pointer;
  }
  .range::-webkit-slider-thumb {
    appearance: none;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: transform 150ms ease-in-out;
  }
  .range::-webkit-slider-thumb:hover {
    transform: scale(1.1);
  }
  .range::-moz-range-thumb {
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--color-primary);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
  }
  .range:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .input, .select, .textarea, .range, .label-float .form-control ~ label {
      transition: none;
    }
  }
}
@layer components {
  .navbar {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 4rem;
    padding: 0.5rem 1rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
  }
  .navbar-start {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-start;
    gap: 0.5rem;
  }
  .navbar-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0.5rem;
  }
  .navbar-end {
    display: flex;
    align-items: center;
    flex: 1;
    justify-content: flex-end;
    gap: 0.5rem;
  }
  .menu {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    gap: 0.25rem;
  }
  .menu li {
    display: flex;
    flex-shrink: 0;
  }
  .menu li > a, .menu li > button, .menu-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    text-decoration: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    white-space: nowrap;
  }
  .menu li > a:hover, .menu li > button:hover, .menu-item:hover {
    background-color: var(--color-surface-container);
  }
  .menu li > a:focus-visible, .menu li > button:focus-visible, .menu-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .menu li > a.active, .menu li > button.active, .menu-item.active, .menu li > a[aria-current="page"], .menu li > button[aria-current="page"] {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .menu li.disabled > a, .menu li.disabled > button, .menu-item:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .menu-horizontal {
    flex-direction: row;
  }
  .menu-vertical {
    flex-direction: column;
  }
  .menu-vertical li {
    width: 100%;
  }
  .menu-vertical li > a, .menu-vertical li > button, .menu-vertical .menu-item {
    width: 100%;
  }
  .menu-compact li > a, .menu-compact li > button, .menu-compact .menu-item {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
  }
  .menu-title {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-on-surface-variant);
  }
  .breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.5rem 0;
    list-style: none;
    margin: 0;
    font-size: 0.875rem;
  }
  .breadcrumbs li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .breadcrumbs li::after {
    content: '/';
    color: var(--color-on-surface-variant);
    opacity: 0.5;
  }
  .breadcrumbs li:last-child::after {
    display: none;
  }
  .breadcrumbs li > a {
    color: var(--color-primary);
    text-decoration: none;
    transition: color 150ms ease-in-out;
  }
  .breadcrumbs li > a:hover {
    text-decoration: underline;
  }
  .breadcrumbs li:last-child {
    color: var(--color-on-surface-variant);
  }
  .breadcrumb-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--color-on-surface-variant);
    text-decoration: none;
    transition: color 150ms ease-in-out;
  }
  .breadcrumb-item:hover {
    color: var(--color-on-surface);
  }
  .breadcrumb-item-active {
    color: var(--color-on-surface);
    font-weight: 500;
    pointer-events: none;
  }
  .breadcrumb-link {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    color: var(--color-on-surface-variant);
    text-decoration: none;
    transition: color 150ms ease-in-out;
    cursor: pointer;
  }
  .breadcrumb-link:hover {
    color: var(--color-primary);
    text-decoration: underline;
  }
  .breadcrumb-link:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
    border-radius: var(--radius-xs);
  }
  .breadcrumb-separator {
    display: inline-flex;
    align-items: center;
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
    user-select: none;
    opacity: 0.6;
  }
  .breadcrumb-separator::before {
    content: "/";
  }
  .breadcrumbs-slash .breadcrumb-separator::before {
    content: "/";
  }
  .breadcrumbs-chevron .breadcrumb-separator::before {
    content: "›";
    font-size: 1.125rem;
  }
  .breadcrumbs-dot .breadcrumb-separator::before {
    content: "•";
  }
  .breadcrumbs-arrow .breadcrumb-separator::before {
    content: "→";
  }
  .breadcrumbs-pipe .breadcrumb-separator::before {
    content: "|";
  }
  .breadcrumb-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    flex-shrink: 0;
  }
  .breadcrumb-icon svg {
    width: 100%;
    height: 100%;
  }
  .breadcrumb-home {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-on-surface-variant);
    text-decoration: none;
    transition: color 150ms ease-in-out;
  }
  .breadcrumb-home:hover {
    color: var(--color-primary);
  }
  .breadcrumb-home-icon {
    width: 1.125rem;
    height: 1.125rem;
  }
  .breadcrumb-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .breadcrumb-ellipsis::before {
    content: "...";
  }
  .breadcrumb-ellipsis:hover {
    background-color: var(--color-on-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-on-surface) 8%, transparent);
    }
  }
  .breadcrumbs-primary .breadcrumb-link:hover, .breadcrumbs-primary .breadcrumb-item-active {
    color: var(--color-primary);
  }
  .breadcrumbs-secondary .breadcrumb-link:hover, .breadcrumbs-secondary .breadcrumb-item-active {
    color: var(--color-secondary);
  }
  .breadcrumbs-tertiary .breadcrumb-link:hover, .breadcrumbs-tertiary .breadcrumb-item-active {
    color: var(--color-tertiary);
  }
  .breadcrumbs-sm {
    font-size: 0.75rem;
    gap: 0.375rem;
  }
  .breadcrumbs-sm .breadcrumb-icon, .breadcrumbs-sm .breadcrumb-home-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .breadcrumbs-lg {
    font-size: 1rem;
    gap: 0.625rem;
  }
  .breadcrumbs-lg .breadcrumb-icon, .breadcrumbs-lg .breadcrumb-home-icon {
    width: 1.25rem;
    height: 1.25rem;
  }
  .breadcrumbs-contained {
    padding: 0.75rem 1rem;
    background-color: var(--color-surface-container);
    border-radius: var(--radius-sm);
  }
  .breadcrumbs-nowrap {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .breadcrumb-item-disabled {
    opacity: 0.38;
    pointer-events: none;
    cursor: not-allowed;
  }
  .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    border-bottom: 1px solid var(--color-outline);
  }
  .tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all 150ms ease-in-out;
    position: relative;
    margin-bottom: -1px;
  }
  .tab:hover {
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
  }
  .tab:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .tab.tab-active, .tab[aria-selected="true"] {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
  }
  .tab:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .tabs-boxed {
    background-color: var(--color-surface-container);
    border-radius: var(--radius-sm);
    padding: 0.25rem;
    border: none;
  }
  .tabs-boxed .tab {
    border-radius: var(--radius-xs);
    border-bottom: none;
    margin-bottom: 0;
  }
  .tabs-boxed .tab.tab-active, .tabs-boxed .tab[aria-selected="true"] {
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    box-shadow: var(--shadow-xs);
  }
  .tabs-lifted {
    border: none;
  }
  .tabs-lifted .tab {
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    margin-bottom: -1px;
  }
  .tabs-lifted .tab.tab-active, .tabs-lifted .tab[aria-selected="true"] {
    background-color: var(--color-surface);
    border-color: var(--color-outline);
    border-bottom-color: var(--color-surface);
  }
  .tab-xs {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
  .tab-sm {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
  }
  .tab-lg {
    padding: 1rem 1.5rem;
    font-size: 1rem;
  }
  .dropdown {
    position: relative;
    display: inline-block;
  }
  .dropdown-content {
    position: absolute;
    z-index: 50;
    min-width: 12rem;
    padding: 0.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: all 150ms ease-in-out;
  }
  .dropdown:hover .dropdown-content, .dropdown:focus-within .dropdown-content, .dropdown.dropdown-open .dropdown-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .dropdown-end .dropdown-content {
    right: 0;
  }
  .dropdown-top .dropdown-content {
    bottom: 100%;
    top: auto;
    margin-bottom: 0.25rem;
  }
  .dropdown-left .dropdown-content {
    right: 100%;
    left: auto;
    top: 0;
    margin-right: 0.25rem;
  }
  .dropdown-right .dropdown-content {
    left: 100%;
    right: auto;
    top: 0;
    margin-left: 0.25rem;
  }
  .pagination {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pagination-item, .pagination-prev, .pagination-next, .pagination li > a, .pagination li > button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 150ms ease-in-out;
    white-space: nowrap;
  }
  .pagination-item:hover, .pagination-prev:hover, .pagination-next:hover, .pagination li > a:hover, .pagination li > button:hover {
    background-color: var(--color-surface-container);
  }
  .pagination-item-active, .pagination-item-active-primary, .pagination li > a.active, .pagination li > button.active, .pagination li > a[aria-current="page"], .pagination li > button[aria-current="page"] {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-color: var(--color-primary);
  }
  .pagination-item-active-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
    border-color: var(--color-secondary);
  }
  .pagination-item-active-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
    border-color: var(--color-tertiary);
  }
  .pagination-item:focus-visible, .pagination-prev:focus-visible, .pagination-next:focus-visible, .pagination li > a:focus-visible, .pagination li > button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .pagination-item:disabled, .pagination-item-disabled, .pagination-prev:disabled, .pagination-next:disabled, .pagination li > a:disabled, .pagination li > button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
  }
  .pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface-variant);
  }
  .pagination-ellipsis::before {
    content: '…';
  }
  .pagination-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
  }
  .pagination-info-text {
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
  }
  .pagination-input {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
  }
  .pagination-input input {
    width: 3.5rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-xs);
  }
  .pagination-input input:focus {
    outline: none;
    border-color: var(--color-primary);
  }
  .pagination-outlined .pagination-item, .pagination-outlined .pagination-prev, .pagination-outlined .pagination-next {
    border: 1px solid var(--color-outline);
  }
  .pagination-tonal .pagination-item-active, .pagination-tonal .pagination-item-active-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-color: var(--color-primary-container);
  }
  .pagination-sm .pagination-item, .pagination-sm .pagination-prev, .pagination-sm .pagination-next {
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
  }
  .pagination-lg .pagination-item, .pagination-lg .pagination-prev, .pagination-lg .pagination-next {
    min-width: 3rem;
    height: 3rem;
    padding: 0 1rem;
    font-size: 1rem;
  }
  .pagination-compact {
    gap: 0;
  }
  .pagination-compact .pagination-item, .pagination-compact .pagination-prev, .pagination-compact .pagination-next {
    border-radius: 0;
  }
  .pagination-compact .pagination-item:first-child, .pagination-compact .pagination-prev {
    border-radius: var(--radius-sm) 0 0 var(--radius-sm);
  }
  .pagination-compact .pagination-item:last-child, .pagination-compact .pagination-next {
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  }
  .pagination-responsive {
    flex-wrap: wrap;
    justify-content: center;
  }
  @media (prefers-reduced-motion: reduce) {
    .pagination-item, .pagination-prev, .pagination-next {
      transition: none;
    }
  }
}
@layer components {
  .modal {
    position: fixed;
    inset: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    visibility: hidden;
    opacity: 0;
    transition: visibility 200ms ease-out, opacity 200ms ease-out;
  }
  .modal.modal-open, .modal:target {
    visibility: visible;
    opacity: 1;
  }
  .modal-box {
    position: relative;
    z-index: 1;
    max-width: 32rem;
    max-height: calc(100vh - 5rem);
    padding: 1.5rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-2xl);
    overflow-y: auto;
    transform: scale(0.95);
    transition: transform 200ms ease-out;
  }
  .modal.modal-open .modal-box, .modal:target .modal-box {
    transform: scale(1);
  }
  .modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 50%, transparent);
    }
    cursor: pointer;
  }
  .modal-backdrop::before {
    content: '';
    position: absolute;
    inset: 0;
  }
  .modal-action {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
    padding-top: 1rem;
  }
  .modal-toggle {
    position: fixed;
    width: 0;
    height: 0;
    appearance: none;
    opacity: 0;
  }
  .modal-toggle:checked + .modal {
    visibility: visible;
    opacity: 1;
  }
  .modal-toggle:checked + .modal .modal-box {
    transform: scale(1);
  }
  .modal-sm .modal-box {
    max-width: 20rem;
  }
  .modal-lg .modal-box {
    max-width: 48rem;
  }
  .modal-full .modal-box {
    max-width: calc(100vw - 2rem);
    max-height: calc(100vh - 2rem);
    width: 100%;
    height: 100%;
  }
  .modal-top {
    align-items: flex-start;
    padding-top: 2rem;
  }
  .modal-bottom {
    align-items: flex-end;
    padding-bottom: 2rem;
  }
  .modal-middle {
    align-items: center;
  }
  .modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .modal-close:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .modal-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .modal-header {
    margin-bottom: 1rem;
    padding-right: 2rem;
  }
  .modal-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--color-on-surface);
    margin: 0;
  }
  .modal-body {
    color: var(--color-on-surface-variant);
    line-height: 1.5;
  }
  @media (max-width: 640px) {
    .modal-box {
      max-width: calc(100vw - 2rem);
      margin: 1rem;
    }
    .modal-responsive {
      align-items: flex-end;
      padding: 0;
    }
    .modal-responsive .modal-box {
      max-width: 100%;
      max-height: 90vh;
      margin: 0;
      border-radius: var(--radius-lg) var(--radius-lg) 0 0;
    }
  }
  .drawer-modal {
    align-items: stretch;
    justify-content: flex-end;
    padding: 0;
  }
  .drawer-modal .modal-box {
    max-width: 20rem;
    max-height: 100vh;
    height: 100%;
    margin: 0;
    border-radius: 0;
    transform: translateX(100%);
  }
  .drawer-modal.modal-open .modal-box, .drawer-modal:target .modal-box {
    transform: translateX(0);
  }
  .drawer-modal-left {
    justify-content: flex-start;
  }
  .drawer-modal-left .modal-box {
    transform: translateX(-100%);
  }
  .drawer-modal-left.modal-open .modal-box, .drawer-modal-left:target .modal-box {
    transform: translateX(0);
  }
  .alert-dialog {
    text-align: center;
  }
  .alert-dialog .modal-box {
    max-width: 24rem;
  }
  .alert-dialog .modal-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-full);
    font-size: 2rem;
  }
  .alert-dialog .modal-icon.info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .alert-dialog .modal-icon.success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .alert-dialog .modal-icon.warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .alert-dialog .modal-icon.error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .alert-dialog .modal-action {
    justify-content: center;
  }
  @media (prefers-reduced-motion: reduce) {
    .modal {
      transition: visibility 0ms, opacity 0ms;
    }
    .modal-box {
      transition: transform 0ms;
    }
  }
  .modal-focus-trap {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}
@layer components {
  .avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-full);
    overflow: hidden;
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
    font-weight: 500;
    flex-shrink: 0;
  }
  .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .avatar-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.25rem;
    text-transform: uppercase;
  }
  .avatar-xs {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.625rem;
  }
  .avatar-sm {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
  .avatar-md {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .avatar-lg {
    width: 4rem;
    height: 4rem;
    font-size: 1.5rem;
  }
  .avatar-xl {
    width: 6rem;
    height: 6rem;
    font-size: 2rem;
  }
  .avatar-rounded {
    border-radius: var(--radius-sm);
  }
  .avatar-square {
    border-radius: 0;
  }
  .avatar-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .avatar-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .avatar-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .avatar-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .avatar-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .avatar-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .avatar-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .avatar-ring {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .avatar-ring-primary {
    outline-color: var(--color-primary);
  }
  .avatar-ring-secondary {
    outline-color: var(--color-secondary);
  }
  .avatar-ring-tertiary {
    outline-color: var(--color-tertiary);
  }
  .avatar-online::after, .avatar-offline::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25%;
    height: 25%;
    min-width: 0.5rem;
    min-height: 0.5rem;
    border-radius: var(--radius-full);
    border: 2px solid var(--color-surface);
  }
  .avatar-online::after {
    background-color: var(--color-success);
  }
  .avatar-offline::after {
    background-color: var(--color-outline);
  }
  .avatar-group {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .avatar-group .avatar {
    border: 2px solid var(--color-surface);
    margin-left: -0.75rem;
  }
  .avatar-group .avatar:last-child {
    margin-left: 0;
  }
  .avatar-group-sm .avatar {
    margin-left: -0.5rem;
  }
  .avatar-group-lg .avatar {
    margin-left: -1rem;
  }
  .avatar:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
}
@layer components {
  .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    white-space: nowrap;
    border-radius: var(--radius-full);
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .badge-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .badge-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .badge-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .badge-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .badge-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .badge-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .badge-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .badge-outline {
    background-color: transparent;
    border: 1px solid currentColor;
  }
  .badge-outline.badge-primary {
    color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .badge-outline.badge-secondary {
    color: var(--color-secondary);
    border-color: var(--color-secondary);
  }
  .badge-outline.badge-tertiary {
    color: var(--color-tertiary);
    border-color: var(--color-tertiary);
  }
  .badge-outline.badge-info {
    color: var(--color-info);
    border-color: var(--color-info);
  }
  .badge-outline.badge-success {
    color: var(--color-success);
    border-color: var(--color-success);
  }
  .badge-outline.badge-warning {
    color: var(--color-warning);
    border-color: var(--color-warning);
  }
  .badge-outline.badge-error {
    color: var(--color-error);
    border-color: var(--color-error);
  }
  .badge-soft {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .badge-soft.badge-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .badge-soft.badge-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .badge-soft.badge-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .badge-soft.badge-info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .badge-soft.badge-success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .badge-soft.badge-warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .badge-soft.badge-error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .badge-sm {
    padding: 0 0.375rem;
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
  .badge-lg {
    padding: 0.25rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .badge-indicator {
    position: relative;
    padding-left: 1rem;
  }
  .badge-indicator::before {
    content: '';
    position: absolute;
    left: 0.375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.375rem;
    height: 0.375rem;
    border-radius: var(--radius-full);
    background-color: currentColor;
  }
  .badge-dot {
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border-radius: var(--radius-full);
  }
}
@layer components {
  .chat {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 0.75rem;
    align-items: end;
    padding: 0.25rem 0;
  }
  .chat-start {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .chat-end {
    grid-template-columns: minmax(0, 1fr) auto;
  }
  .chat-avatar {
    grid-row: 1 / span 999;
    grid-column: 1;
    align-self: start;
    justify-self: start;
  }
  .chat-end .chat-avatar {
    grid-column: 2;
    justify-self: end;
  }
  .chat > :not(.chat-avatar) {
    grid-column: 2;
    justify-self: start;
    max-width: 100%;
    margin-bottom: 0.25rem;
  }
  .chat-end > :not(.chat-avatar) {
    grid-column: 1;
    justify-self: end;
  }
  .chat-header, .chat-footer {
    color: var(--color-on-surface-variant);
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .chat-header {
    margin-bottom: 0.125rem;
  }
  .chat-footer {
    margin-top: 0.125rem;
    margin-bottom: 0;
  }
  .chat-bubble {
    --chat-bubble-bg: var(--color-surface-container-highest);
    --chat-bubble-fg: var(--color-on-surface);
    position: relative;
    max-width: min(80ch, 100%);
    padding: 0.625rem 0.875rem;
    border-radius: 1rem;
    background-color: var(--chat-bubble-bg);
    color: var(--chat-bubble-fg);
    box-shadow: inset 0 0 0 1px var(--color-outline-variant);
    font-size: 0.875rem;
    line-height: 1.45;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .chat-start .chat-bubble::before, .chat-end .chat-bubble::before, .chat-start .chat-bubble::after, .chat-end .chat-bubble::after {
    content: "";
    position: absolute;
    top: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
  }
  .chat-start .chat-bubble::before {
    left: -0.625rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--color-outline-variant);
  }
  .chat-start .chat-bubble::after {
    left: -0.5rem;
    width: calc(1rem - 2px);
    height: calc(1rem - 2px);
    top: 1px;
    background-color: var(--chat-bubble-bg);
  }
  .chat-start .chat-bubble {
    border-top-left-radius: 0;
  }
  .chat-end .chat-bubble::before {
    right: -0.625rem;
    width: 1rem;
    height: 1rem;
    background-color: var(--color-outline-variant);
    transform: scaleX(-1);
  }
  .chat-end .chat-bubble::after {
    right: -0.5rem;
    width: calc(1rem - 2px);
    height: calc(1rem - 2px);
    top: 1px;
    background-color: var(--chat-bubble-bg);
    transform: scaleX(-1);
  }
  .chat-end .chat-bubble {
    border-top-right-radius: 0;
  }
  .chat-bubble-primary {
    --chat-bubble-bg: var(--color-primary-container);
    --chat-bubble-fg: var(--color-on-primary-container);
  }
  .chat-bubble-secondary {
    --chat-bubble-bg: var(--color-secondary-container);
    --chat-bubble-fg: var(--color-on-secondary-container);
  }
  .chat-bubble-tertiary {
    --chat-bubble-bg: var(--color-tertiary-container);
    --chat-bubble-fg: var(--color-on-tertiary-container);
  }
  .chat-bubble-info {
    --chat-bubble-bg: var(--color-info-container);
    --chat-bubble-fg: var(--color-on-info-container);
  }
  .chat-bubble-success {
    --chat-bubble-bg: var(--color-success-container);
    --chat-bubble-fg: var(--color-on-success-container);
  }
  .chat-bubble-warning {
    --chat-bubble-bg: var(--color-warning-container);
    --chat-bubble-fg: var(--color-on-warning-container);
  }
  .chat-bubble-error {
    --chat-bubble-bg: var(--color-error-container);
    --chat-bubble-fg: var(--color-on-error-container);
  }
  .chat-bubble-filled.chat-bubble-primary {
    --chat-bubble-bg: var(--color-primary);
    --chat-bubble-fg: var(--color-primary-content);
  }
  .chat-bubble-filled.chat-bubble-secondary {
    --chat-bubble-bg: var(--color-secondary);
    --chat-bubble-fg: var(--color-secondary-content);
  }
  .chat-bubble-filled.chat-bubble-tertiary {
    --chat-bubble-bg: var(--color-tertiary);
    --chat-bubble-fg: var(--color-tertiary-content);
  }
  .chat-bubble-filled.chat-bubble-info {
    --chat-bubble-bg: var(--color-info);
    --chat-bubble-fg: var(--color-info-content);
  }
  .chat-bubble-filled.chat-bubble-success {
    --chat-bubble-bg: var(--color-success);
    --chat-bubble-fg: var(--color-success-content);
  }
  .chat-bubble-filled.chat-bubble-warning {
    --chat-bubble-bg: var(--color-warning);
    --chat-bubble-fg: var(--color-warning-content);
  }
  .chat-bubble-filled.chat-bubble-error {
    --chat-bubble-bg: var(--color-error);
    --chat-bubble-fg: var(--color-error-content);
  }
  .chat-bubble-xs {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
  }
  .chat-bubble-sm {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }
  .chat-bubble-md {
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
  }
  .chat-bubble-lg {
    padding: 0.875rem 1.125rem;
    font-size: 1rem;
  }
  .chat-reasoning, .chat-tool {
    width: min(80ch, 100%);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-container-low);
    color: var(--color-on-surface);
    font-size: 0.8125rem;
    line-height: 1.45;
    overflow: hidden;
  }
  .chat-reasoning > summary, .chat-tool > summary {
    cursor: pointer;
    list-style-position: inside;
  }
  .chat-reasoning > summary {
    padding: 0.5rem 0.75rem;
    color: var(--color-on-surface-variant);
    font-weight: 500;
  }
  .chat-reasoning > :not(summary) {
    padding: 0 0.75rem 0.75rem;
    color: var(--color-on-surface-variant);
    font-style: italic;
  }
  .chat-tool-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    color: var(--color-on-surface);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.75rem;
    font-weight: 600;
  }
  .chat-tool-status {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding: 0.125rem 0.5rem;
    border-radius: 999px;
    margin-left: auto;
    font-family: inherit;
    font-size: 0.6875rem;
    font-weight: 600;
    line-height: 1;
  }
  .chat-tool-call, .chat-tool-result {
    padding: 0.75rem;
    border-top: 1px solid var(--color-outline);
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 0.75rem;
    overflow-x: auto;
  }
  .chat-tool-result {
    background-color: var(--color-surface-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-surface-container) 65%, transparent);
    }
  }
  .chat-tool-pending .chat-tool-status {
    border: 1px solid var(--color-outline);
    color: var(--color-on-surface-variant);
  }
  .chat-tool-running .chat-tool-status {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .chat-tool-running .chat-tool-header::before {
    content: "";
    width: 0.875rem;
    height: 0.875rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 999px;
    animation: chat-tool-spin 800ms linear infinite;
  }
  .chat-tool-success .chat-tool-status {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .chat-tool-error .chat-tool-status {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .chat-typing {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 2.25rem;
  }
  .chat-typing::before, .chat-typing::after, .chat-typing span {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 999px;
    background-color: currentColor;
    opacity: 0.55;
    animation: chat-typing-dot 1.4s ease-in-out infinite;
  }
  .chat-typing span {
    animation-delay: 150ms;
  }
  .chat-typing::after {
    animation-delay: 300ms;
  }
  .chat-bubble-streaming::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    margin-left: 0.25rem;
    background-color: currentColor;
    vertical-align: -0.125em;
    animation: chat-stream-caret 1s step-end infinite;
  }
  .chat-reasoning > summary:focus-visible, .chat-tool > summary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  @keyframes chat-typing-dot {
    0%, 80%, 100% {
      opacity: 0.45;
      transform: translateY(0);
    }
    40% {
      opacity: 1;
      transform: translateY(-0.1875rem);
    }
  }
  @keyframes chat-stream-caret {
    0%, 49% {
      opacity: 1;
    }
    50%, 100% {
      opacity: 0;
    }
  }
  @keyframes chat-tool-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .chat-typing::before, .chat-typing::after, .chat-typing span, .chat-bubble-streaming::after, .chat-tool-running .chat-tool-header::before {
      animation: none;
    }
    .chat-bubble-streaming::after {
      opacity: 1;
    }
  }
}
@layer components {
  .chip {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
    border: 1px solid currentColor;
    cursor: default;
    transition: all 150ms ease-in-out;
  }
  .chip-clickable {
    cursor: pointer;
  }
  .chip-clickable:hover {
    background-color: var(--color-surface-container-high);
  }
  .chip-clickable:active {
    transform: scale(0.98);
  }
  .chip:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .chip-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-color: var(--color-primary);
  }
  .chip-primary:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary), black 10%);
    }
  }
  .chip-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
    border-color: var(--color-secondary);
  }
  .chip-secondary:hover {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary), black 10%);
    }
  }
  .chip-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
    border-color: var(--color-tertiary);
  }
  .chip-tertiary:hover {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary), black 10%);
    }
  }
  .chip-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
    border-color: var(--color-info);
  }
  .chip-info:hover {
    background-color: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-info), black 10%);
    }
  }
  .chip-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
    border-color: var(--color-success);
  }
  .chip-success:hover {
    background-color: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-success), black 10%);
    }
  }
  .chip-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
    border-color: var(--color-warning);
  }
  .chip-warning:hover {
    background-color: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-warning), black 10%);
    }
  }
  .chip-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
    border-color: var(--color-error);
  }
  .chip-error:hover {
    background-color: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-error), black 10%);
    }
  }
  .chip-outlined {
    background-color: transparent;
    border-color: var(--color-outline);
  }
  .chip-outlined:hover {
    background-color: var(--color-surface-container);
  }
  .chip-outlined.chip-primary {
    color: var(--color-primary);
  }
  .chip-outlined.chip-primary:hover {
    background-color: var(--color-primary-container);
  }
  .chip-outlined.chip-secondary {
    color: var(--color-secondary);
  }
  .chip-outlined.chip-secondary:hover {
    background-color: var(--color-secondary-container);
  }
  .chip-outlined.chip-tertiary {
    color: var(--color-tertiary);
  }
  .chip-outlined.chip-tertiary:hover {
    background-color: var(--color-tertiary-container);
  }
  .chip-outlined.chip-info {
    color: var(--color-info);
  }
  .chip-outlined.chip-info:hover {
    background-color: var(--color-info-container);
  }
  .chip-outlined.chip-success {
    color: var(--color-success);
  }
  .chip-outlined.chip-success:hover {
    background-color: var(--color-success-container);
  }
  .chip-outlined.chip-warning {
    color: var(--color-warning);
  }
  .chip-outlined.chip-warning:hover {
    background-color: var(--color-warning-container);
  }
  .chip-outlined.chip-error {
    color: var(--color-error);
  }
  .chip-outlined.chip-error:hover {
    background-color: var(--color-error-container);
  }
  .chip-tonal {
    background-color: var(--color-surface-container-high);
    border-color: transparent;
  }
  .chip-tonal.chip-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .chip-tonal.chip-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .chip-tonal.chip-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .chip-tonal.chip-info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .chip-tonal.chip-success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .chip-tonal.chip-warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .chip-tonal.chip-error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .chip-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .chip-ghost:hover {
    background-color: var(--color-surface-container);
  }
  .chip-ghost.chip-primary {
    background-color: transparent;
    color: var(--color-primary);
  }
  .chip-ghost.chip-secondary {
    background-color: transparent;
    color: var(--color-secondary);
  }
  .chip-ghost.chip-tertiary {
    background-color: transparent;
    color: var(--color-tertiary);
  }
  .chip-ghost.chip-info {
    background-color: transparent;
    color: var(--color-info);
  }
  .chip-ghost.chip-success {
    background-color: transparent;
    color: var(--color-success);
  }
  .chip-ghost.chip-warning {
    background-color: transparent;
    color: var(--color-warning);
  }
  .chip-ghost.chip-error {
    background-color: transparent;
    color: var(--color-error);
  }
  .chip-ghost.chip-primary:hover {
    background-color: var(--color-primary-container);
  }
  .chip-ghost.chip-secondary:hover {
    background-color: var(--color-secondary-container);
  }
  .chip-ghost.chip-tertiary:hover {
    background-color: var(--color-tertiary-container);
  }
  .chip-ghost.chip-info:hover {
    background-color: var(--color-info-container);
  }
  .chip-ghost.chip-success:hover {
    background-color: var(--color-success-container);
  }
  .chip-ghost.chip-warning:hover {
    background-color: var(--color-warning-container);
  }
  .chip-ghost.chip-error:hover {
    background-color: var(--color-error-container);
  }
  .chip-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1rem;
    gap: 0.25rem;
  }
  .chip-lg {
    padding: 0.5rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    gap: 0.5rem;
  }
  .chip-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    font-size: 1rem;
  }
  .chip-label {
    display: inline-flex;
  }
  .chip-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 0.125rem;
    font-size: 1rem;
    color: currentColor;
    opacity: 0.7;
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: opacity 150ms ease-in-out;
  }
  .chip-close:hover {
    opacity: 1;
  }
  .chip-selected {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-color: var(--color-primary);
  }
  .chip-selected.chip-outlined {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .chip:disabled, .chip-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
  .chip-group {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .chip, .chip-delete {
      transition: none;
    }
  }
}
@layer components {
  .list {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0.5rem 0;
    list-style: none;
  }
  .list-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.75rem 1rem;
    color: var(--color-on-surface);
    text-decoration: none;
    transition: background-color 150ms ease-in-out;
  }
  a.list-item, button.list-item, .list-item-clickable {
    cursor: pointer;
  }
  a.list-item:hover, button.list-item:hover, .list-item-clickable:hover, .list-hoverable .list-item:hover {
    background-color: var(--color-surface-container);
  }
  .list-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
    background-color: var(--color-surface-container);
  }
  .list-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
  }
  .list-item-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  .list-item-title {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: var(--color-on-surface);
  }
  .list-item-subtitle {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-on-surface-variant);
  }
  .list-item-action {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    color: var(--color-on-surface-variant);
  }
  .list-bordered {
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    padding: 0;
  }
  .list-bordered .list-item {
    border-bottom: 1px solid var(--color-outline);
  }
  .list-bordered .list-item:last-child {
    border-bottom: none;
  }
  .list-compact .list-item {
    padding: 0.5rem 1rem;
  }
  .list-compact .list-item-title {
    font-size: 0.875rem;
  }
  .list-compact .list-item-subtitle {
    font-size: 0.75rem;
  }
  .list-divider {
    height: 1px;
    margin: 0.5rem 0;
    background-color: var(--color-outline-variant);
  }
  .list-divider-inset {
    margin-left: 3.5rem;
  }
  .list-subheader {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-on-surface-variant);
  }
  .list-item-active, .list-item.active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .list-item-active .list-item-icon, .list-item.active .list-item-icon {
    color: var(--color-on-primary-container);
  }
  .list-item:disabled, .list-item-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
  }
  .list-dense .list-item {
    padding: 0.375rem 1rem;
  }
  .list-dense .list-item-icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
  }
  .list-two-line .list-item {
    padding: 0.5rem 1rem;
  }
  .list-three-line .list-item {
    align-items: flex-start;
    padding: 0.75rem 1rem;
  }
  .list-three-line .list-item-content {
    gap: 0.25rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .list-item {
      transition: none;
    }
  }
}
@layer components {
  .table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.875rem;
    color: var(--color-on-surface);
  }
  .table thead, .table-header {
    background-color: var(--color-surface-container);
  }
  .table th, .table-header-cell {
    padding: 0.75rem 1rem;
    font-weight: 600;
    text-align: left;
    color: var(--color-on-surface);
    border-bottom: 2px solid var(--color-outline);
  }
  .table tbody, .table-body {
    background-color: var(--color-surface);
  }
  .table td, .table-cell {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--color-outline-variant);
    vertical-align: middle;
  }
  .table tr:last-child td, .table-row:last-child .table-cell {
    border-bottom: none;
  }
  .table tfoot, .table-footer {
    background-color: var(--color-surface-container);
    font-weight: 500;
  }
  .table tfoot td {
    border-top: 2px solid var(--color-outline);
    border-bottom: none;
  }
  .table-zebra tbody tr:nth-child(even), .table-zebra .table-row:nth-child(even) {
    background-color: var(--color-surface-container-low);
  }
  .table-hover tbody tr:hover, .table-hover .table-row:hover {
    background-color: var(--color-surface-container);
  }
  .table-bordered {
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    overflow: hidden;
  }
  .table-bordered th, .table-bordered td {
    border: 1px solid var(--color-outline-variant);
  }
  .table-compact th, .table-compact td {
    padding: 0.5rem 0.75rem;
    font-size: 0.8125rem;
  }
  .table-comfortable th, .table-comfortable td {
    padding: 1rem 1.25rem;
  }
  .table-fixed {
    table-layout: fixed;
  }
  .table-sortable th {
    cursor: pointer;
    user-select: none;
  }
  .table-sortable th:hover {
    background-color: var(--color-surface-container-high);
  }
  .table-sort-asc::after {
    content: ' ↑';
    opacity: 0.7;
  }
  .table-sort-desc::after {
    content: ' ↓';
    opacity: 0.7;
  }
  .table-row-selected, .table tr.selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .table-row-clickable, .table tbody tr[data-href] {
    cursor: pointer;
  }
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive .table {
    min-width: 100%;
  }
  .table caption, .table-caption {
    padding: 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
    text-align: left;
    caption-side: bottom;
  }
  .table-empty {
    text-align: center;
    padding: 2rem;
    color: var(--color-on-surface-variant);
  }
  .table-loading {
    position: relative;
  }
  .table-loading::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--color-surface);
    opacity: 0.7;
  }
  .table-pin-left {
    position: sticky;
    left: 0;
    background-color: inherit;
    z-index: 1;
  }
  .table-pin-right {
    position: sticky;
    right: 0;
    background-color: inherit;
    z-index: 1;
  }
  .table tr:focus-visible, .table-row:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
}
@layer components {
  .autocomplete {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .autocomplete-input {
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .autocomplete-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .autocomplete-input:disabled {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface-variant);
    cursor: not-allowed;
    opacity: 0.6;
  }
  .autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    max-height: 15rem;
    margin-top: 0.25rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-lg);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 150ms ease-out, visibility 150ms ease-out, transform 150ms ease-out;
  }
  .autocomplete.autocomplete-open .autocomplete-dropdown, .autocomplete-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .autocomplete-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .autocomplete-option:hover, .autocomplete-option:focus, .autocomplete-option.highlighted {
    background-color: var(--color-surface-container);
  }
  .autocomplete-option.selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .autocomplete-option:disabled, .autocomplete-option.disabled {
    color: var(--color-on-surface-variant);
    cursor: not-allowed;
    opacity: 0.6;
  }
  .autocomplete-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
  }
  .autocomplete-option-content {
    flex: 1;
    min-width: 0;
  }
  .autocomplete-option-label {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .autocomplete-option-description {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .autocomplete-highlight {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    font-weight: 600;
    border-radius: var(--radius-xs);
  }
  .autocomplete-group-header {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-on-surface-variant);
    background-color: var(--color-surface-container);
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .autocomplete-no-results {
    padding: 1rem;
    text-align: center;
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
  }
  .autocomplete-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    color: var(--color-on-surface-variant);
  }
  .autocomplete-clear {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .autocomplete-clear:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .autocomplete-clearable .autocomplete-input {
    padding-right: 2.5rem;
  }
  .autocomplete-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    padding: 0.375rem;
    padding-right: 2.5rem;
    min-height: 2.75rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
  }
  .autocomplete-tags:focus-within {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary-container);
  }
  .autocomplete-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-radius: var(--radius-xs);
  }
  .autocomplete-tag-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    font-size: 0.75rem;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: var(--radius-full);
    transition: background-color 150ms ease-in-out;
  }
  .autocomplete-tag-remove:hover {
    background-color: var(--color-on-primary-container);
    color: var(--color-primary-container);
  }
  .autocomplete-tags-input {
    flex: 1;
    min-width: 5rem;
    padding: 0.25rem;
    font-size: 0.875rem;
    background-color: transparent;
    border: none;
    outline: none;
  }
  .autocomplete-primary .autocomplete-input {
    color: var(--color-primary);
  }
  .autocomplete-primary .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .autocomplete-secondary .autocomplete-input {
    color: var(--color-secondary);
  }
  .autocomplete-secondary .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .autocomplete-tertiary .autocomplete-input {
    color: var(--color-tertiary);
  }
  .autocomplete-tertiary .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .autocomplete-info .autocomplete-input {
    color: var(--color-info);
  }
  .autocomplete-info .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .autocomplete-success .autocomplete-input {
    color: var(--color-success);
  }
  .autocomplete-success .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .autocomplete-warning .autocomplete-input {
    color: var(--color-warning);
  }
  .autocomplete-warning .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .autocomplete-error .autocomplete-input {
    color: var(--color-error);
  }
  .autocomplete-error .autocomplete-input:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .autocomplete-ghost .autocomplete-input {
    background-color: transparent;
    border-color: transparent;
  }
  .autocomplete-ghost .autocomplete-input:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .autocomplete-sm .autocomplete-input {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
  .autocomplete-lg .autocomplete-input {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .autocomplete-dropdown {
      transition: none;
    }
  }
}
@layer components {
  .cascader {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
  }
  .cascader-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .cascader-trigger:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .cascader-trigger:focus {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .cascader-trigger:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .cascader-value {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-on-surface);
  }
  .cascader-placeholder {
    color: var(--color-on-surface-variant);
  }
  .cascader-path {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cascader-path-separator {
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
  }
  .cascader-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
    transition: transform 150ms ease-in-out;
  }
  .cascader-open .cascader-arrow {
    transform: rotate(180deg);
  }
  .cascader-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 150ms ease-in-out;
  }
  .cascader-clear:hover {
    background-color: var(--color-surface-container-high);
  }
  .cascader-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    margin-top: 0.25rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    overflow: hidden;
  }
  .cascader-open .cascader-dropdown {
    display: flex;
  }
  .cascader-dropdown[popover] {
    inset: unset;
    margin: 0;
    border: 1px solid var(--color-outline-variant);
  }
  .cascader-dropdown[popover]:popover-open {
    display: flex;
  }
  @supports (anchor-name: --anchor) {
    .cascader-trigger {
      anchor-name: --cascader-anchor;
    }
    .cascader-dropdown[popover] {
      position-anchor: --cascader-anchor;
      top: anchor(bottom);
      left: anchor(left);
      margin-top: 0.25rem;
      position-try-fallbacks: flip-block;
    }
  }
  @supports not (anchor-name: --anchor) {
    .cascader {
      position: relative;
    }
    .cascader-dropdown[popover]:popover-open {
      position: absolute;
      top: 100%;
      left: 0;
      margin-top: 0.25rem;
    }
  }
  .cascader-panels {
    display: flex;
    max-height: 16rem;
  }
  .cascader-panel {
    display: flex;
    flex-direction: column;
    min-width: 10rem;
    max-width: 14rem;
    overflow-y: auto;
    border-right: 1px solid var(--color-outline-variant);
  }
  .cascader-panel:last-child {
    border-right: none;
  }
  .cascader-panel-header {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-on-surface-variant);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background-color: var(--color-surface-container);
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .cascader-options {
    display: flex;
    flex-direction: column;
    padding: 0.25rem;
    flex: 1;
    overflow-y: auto;
  }
  .cascader-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    text-align: left;
    width: 100%;
    transition: background-color 150ms ease-in-out;
  }
  .cascader-option:hover {
    background-color: var(--color-surface-container);
  }
  .cascader-option-active {
    background-color: var(--color-surface-container-high);
  }
  .cascader-option-selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .cascader-option-selected:hover {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), black 5%);
    }
  }
  .cascader-option-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .cascader-option-disabled:hover {
    background-color: transparent;
  }
  .cascader-option-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .cascader-option-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
  }
  .cascader-option-selected .cascader-option-arrow {
    color: var(--color-on-primary-container);
  }
  .cascader-search {
    display: flex;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .cascader-search-input {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: none;
    border-radius: var(--radius-xs);
    outline: none;
  }
  .cascader-search-input:focus {
    background-color: var(--color-surface-container-high);
  }
  .cascader-search-input::placeholder {
    color: var(--color-on-surface-variant);
  }
  .cascader-empty {
    padding: 1.5rem;
    text-align: center;
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
  }
  .cascader-sm .cascader-trigger {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border-radius: var(--radius-xs);
  }
  .cascader-sm .cascader-panel {
    min-width: 8rem;
    max-width: 12rem;
  }
  .cascader-sm .cascader-option {
    padding: 0.375rem 0.5rem;
    font-size: 0.8125rem;
  }
  .cascader-lg .cascader-trigger {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    border-radius: var(--radius-sm);
  }
  .cascader-lg .cascader-panel {
    min-width: 12rem;
    max-width: 16rem;
  }
  .cascader-lg .cascader-option {
    padding: 0.625rem 1rem;
    font-size: 1rem;
  }
  .cascader-outlined .cascader-trigger {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
  }
  .cascader-filled .cascader-trigger {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .cascader-filled .cascader-trigger:focus {
    border-bottom-color: currentColor;
    box-shadow: none;
  }
  .cascader-primary .cascader-trigger {
    color: var(--color-primary);
  }
  .cascader-primary .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .cascader-secondary .cascader-trigger {
    color: var(--color-secondary);
  }
  .cascader-secondary .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .cascader-tertiary .cascader-trigger {
    color: var(--color-tertiary);
  }
  .cascader-tertiary .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .cascader-info .cascader-trigger {
    color: var(--color-info);
  }
  .cascader-info .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .cascader-success .cascader-trigger {
    color: var(--color-success);
  }
  .cascader-success .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .cascader-warning .cascader-trigger {
    color: var(--color-warning);
  }
  .cascader-warning .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .cascader-error .cascader-trigger {
    color: var(--color-error);
  }
  .cascader-error .cascader-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .cascader-ghost .cascader-trigger {
    background-color: transparent;
    border-color: transparent;
  }
  .cascader-ghost .cascader-trigger:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .cascader-disabled .cascader-trigger {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .cascader-loading .cascader-trigger {
    cursor: wait;
  }
  .cascader-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--color-outline);
    border-top-color: var(--color-primary);
    border-radius: var(--radius-full);
    animation: cascader-spin 0.8s linear infinite;
  }
  @keyframes cascader-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .cascader-trigger, .cascader-arrow, .cascader-option, .cascader-clear {
      transition: none;
    }
    .cascader-spinner {
      animation: none;
    }
  }
}
@layer components {
  .checkbox {
    --checkbox-size: 1.25rem;
    --checkbox-color: var(--color-primary);
    --checkbox-border-color: var(--color-on-surface-variant);
    color: var(--color-on-surface);
    position: relative;
    display: inline-grid;
    place-content: center;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    margin: 0;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border: 2px solid var(--checkbox-border-color);
    border-radius: var(--radius-xs);
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  }
  .checkbox::before {
    content: "";
    width: 0.65em;
    height: 0.35em;
    transform: scale(0) rotate(-45deg);
    transform-origin: center;
    border-bottom: 2px solid var(--color-primary-content);
    border-left: 2px solid var(--color-primary-content);
    transition: transform 150ms ease-in-out;
  }
  .checkbox:checked {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
  }
  .checkbox:checked::before {
    transform: scale(1) rotate(-45deg);
  }
  .checkbox:indeterminate {
    background-color: var(--checkbox-color);
    border-color: var(--checkbox-color);
  }
  .checkbox:indeterminate::before {
    width: 0.5em;
    height: 0;
    border-bottom: 2px solid var(--color-primary-content);
    border-left: 0;
    transform: scale(1) rotate(0deg);
  }
  .checkbox:hover:not(:disabled):not(:checked) {
    border-color: var(--color-on-surface);
  }
  .checkbox:checked:hover:not(:disabled), .checkbox:indeterminate:hover:not(:disabled) {
    background-color: var(--checkbox-color);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--checkbox-color), black 10%);
    }
    border-color: var(--checkbox-color);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--checkbox-color), black 10%);
    }
  }
  .checkbox:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--checkbox-color);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--checkbox-color) 20%, transparent);
    }
  }
  .checkbox:disabled {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .checkbox-xs {
    --checkbox-size: 0.875rem;
  }
  .checkbox-sm {
    --checkbox-size: 1rem;
  }
  .checkbox-md {
    --checkbox-size: 1.25rem;
  }
  .checkbox-lg {
    --checkbox-size: 1.5rem;
  }
  .checkbox-xl {
    --checkbox-size: 1.75rem;
  }
  .checkbox-primary {
    --checkbox-color: var(--color-primary);
  }
  .checkbox-primary:checked::before, .checkbox-primary:indeterminate::before {
    border-color: var(--color-primary-content);
  }
  .checkbox-secondary {
    --checkbox-color: var(--color-secondary);
  }
  .checkbox-secondary:checked::before, .checkbox-secondary:indeterminate::before {
    border-color: var(--color-secondary-content);
  }
  .checkbox-tertiary {
    --checkbox-color: var(--color-tertiary);
  }
  .checkbox-tertiary:checked::before, .checkbox-tertiary:indeterminate::before {
    border-color: var(--color-tertiary-content);
  }
  .checkbox-success {
    --checkbox-color: var(--color-success);
  }
  .checkbox-success:checked::before, .checkbox-success:indeterminate::before {
    border-color: var(--color-success-content);
  }
  .checkbox-warning {
    --checkbox-color: var(--color-warning);
  }
  .checkbox-warning:checked::before, .checkbox-warning:indeterminate::before {
    border-color: var(--color-warning-content);
  }
  .checkbox-error {
    --checkbox-color: var(--color-error);
  }
  .checkbox-error:checked::before, .checkbox-error:indeterminate::before {
    border-color: var(--color-error-content);
  }
  .checkbox-info {
    --checkbox-color: var(--color-info);
  }
  .checkbox-info:checked::before, .checkbox-info:indeterminate::before {
    border-color: var(--color-info-content);
  }
  .checkbox-ghost {
    --checkbox-border-color: transparent;
  }
  .checkbox-ghost:hover:not(:disabled):not(:checked) {
    border-color: transparent;
  }
  .checkbox-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
    font-size: 0.875rem;
    color: var(--color-on-surface);
  }
  .checkbox-label:has(.checkbox:disabled) {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .checkbox-group-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .checkbox-group-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    margin-bottom: 0.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .checkbox, .checkbox::before {
      transition: none;
    }
  }
}
@layer components {
  .datepicker {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .datepicker-input {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .datepicker-input-container .datepicker-input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
  }
  .datepicker-input-container .datepicker-input[type="date"]::-webkit-inner-spin-button, .datepicker-input-container .datepicker-input[type="date"]::-webkit-clear-button {
    display: none;
    -webkit-appearance: none;
  }
  .datepicker-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .datepicker-input:disabled {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface-variant);
    cursor: not-allowed;
    opacity: 0.6;
  }
  .datepicker-icon {
    position: absolute;
    right: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
    pointer-events: none;
  }
  .datepicker-input-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
  }
  .datepicker-input-container .datepicker-input {
    padding-right: 2.5rem;
  }
  .datepicker-trigger {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    color: var(--color-on-surface-variant);
    transition: background-color 150ms ease-in-out;
  }
  .datepicker-trigger:hover {
    background-color: var(--color-surface-container);
  }
  .datepicker-trigger .datepicker-icon {
    position: static;
    transform: none;
  }
  .datepicker-dropdown:not([popover]) {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    margin-top: 0.25rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.5rem);
    transition: opacity 150ms ease-out, visibility 150ms ease-out, transform 150ms ease-out;
  }
  .datepicker.datepicker-open .datepicker-dropdown:not([popover]), .datepicker-dropdown:not([popover]).show, .datepicker-dropdown-open:not([popover]) {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .datepicker-dropdown[popover] {
    inset: unset;
    margin: 0;
    padding: 0;
    min-width: 18rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
  }
  .datepicker-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .datepicker-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .datepicker-nav {
    display: flex;
    gap: 0.25rem;
  }
  .datepicker-nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .datepicker-nav-btn:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .datepicker-nav-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .datepicker-calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.125rem;
    padding: 0.5rem;
  }
  .datepicker-weekdays {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.125rem;
    margin-bottom: 0.25rem;
  }
  .datepicker-weekday {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 0.125rem;
  }
  .datepicker-day {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .datepicker-day:hover:not(:disabled):not(.datepicker-day-selected) {
    background-color: var(--color-surface-container);
  }
  .datepicker-day:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .datepicker-day-other-month {
    color: var(--color-on-surface-variant);
    opacity: 0.5;
  }
  .datepicker-day-today {
    border: 1px solid var(--color-primary);
  }
  .datepicker-day-selected {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .datepicker-day-selected:hover {
    background-color: var(--color-primary);
    opacity: 0.9;
  }
  .datepicker-day:disabled {
    color: var(--color-on-surface-variant);
    opacity: 0.4;
    cursor: not-allowed;
  }
  .datepicker-day-in-range {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-radius: 0;
  }
  .datepicker-day-range-start {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-radius: var(--radius-full) 0 0 var(--radius-full);
  }
  .datepicker-day-range-end {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-radius: 0 var(--radius-full) var(--radius-full) 0;
  }
  .datepicker-months, .datepicker-years {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.5rem;
    min-width: 16rem;
  }
  .datepicker-month, .datepicker-year {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .datepicker-month:hover, .datepicker-year:hover {
    background-color: var(--color-surface-container);
  }
  .datepicker-month.selected, .datepicker-month-selected, .datepicker-year.selected, .datepicker-year-selected {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .datepicker-day-disabled {
    color: var(--color-on-surface-variant);
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
  }
  .datepicker-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 0.75rem;
    border-top: 1px solid var(--color-outline-variant);
  }
  .datepicker-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.75rem;
    border-top: 1px solid var(--color-outline-variant);
  }
  .datepicker-time-input {
    width: 3rem;
    padding: 0.5rem;
    font-size: 1rem;
    text-align: center;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-xs);
  }
  .datepicker-time-input:focus {
    outline: none;
    border-color: var(--color-primary);
  }
  .datepicker-time-separator {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .datepicker-time-period {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    margin-left: 0.5rem;
  }
  .datepicker-time-period-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: 1px solid var(--color-outline);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .datepicker-time-period-btn:first-child {
    border-radius: var(--radius-xs) var(--radius-xs) 0 0;
  }
  .datepicker-time-period-btn:last-child {
    border-radius: 0 0 var(--radius-xs) var(--radius-xs);
    border-top: none;
  }
  .datepicker-time-period-btn.active {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
    border-color: var(--color-primary);
  }
  .datepicker-sm .datepicker-input {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
  .datepicker-lg .datepicker-input {
    padding: 1rem 3rem 1rem 1.25rem;
    font-size: 1rem;
  }
  .datepicker-range {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .datepicker-range-separator {
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
  }
  .datepicker-range-input {
    flex: 1;
  }
  .datepicker-dual-calendar {
    display: flex;
    gap: 1rem;
    padding: 0.5rem;
  }
  .datepicker-dual-calendar .datepicker-calendar {
    flex: 1;
  }
  .datepicker-presets {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 0.5rem;
    border-right: 1px solid var(--color-outline-variant);
    min-width: 8rem;
  }
  .datepicker-preset {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    text-align: left;
    transition: background-color 150ms ease-in-out;
  }
  .datepicker-preset:hover {
    background-color: var(--color-surface-container);
  }
  .datepicker-preset-active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .datepicker-range-display {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: var(--color-surface-container-lowest);
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .datepicker-range-date {
    flex: 1;
    text-align: center;
  }
  .datepicker-range-date-label {
    font-size: 0.625rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    text-transform: uppercase;
    margin-bottom: 0.25rem;
  }
  .datepicker-range-date-value {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .datepicker-range-arrow {
    color: var(--color-on-surface-variant);
  }
  .datetime-picker {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .datetime-picker-input {
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .datetime-picker-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .datetime-picker-dropdown {
    display: flex;
    flex-direction: column;
  }
  .datetime-picker-body {
    display: flex;
  }
  .datetime-picker-calendar {
    flex: 1;
  }
  .datetime-picker-time-panel {
    display: flex;
    flex-direction: column;
    min-width: 5rem;
    border-left: 1px solid var(--color-outline-variant);
  }
  .datetime-picker-time-header {
    padding: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    text-align: center;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .datetime-picker-time-columns {
    display: flex;
    flex: 1;
    max-height: 16rem;
  }
  .datetime-picker-time-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    border-right: 1px solid var(--color-outline-variant);
  }
  .datetime-picker-time-column:last-child {
    border-right: none;
  }
  .datetime-picker-time-option {
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    text-align: center;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .datetime-picker-time-option:hover {
    background-color: var(--color-surface-container);
  }
  .datetime-picker-time-option-selected {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .datetime-picker-time-option:disabled {
    opacity: 0.4;
    cursor: not-allowed;
  }
  .datetime-range-picker {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  .datetime-range-picker-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .datetime-range-picker-input {
    flex: 1;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    transition: border-color 150ms ease-in-out;
  }
  .datetime-range-picker-input:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .datetime-range-picker-dropdown {
    min-width: 40rem;
  }
  .datetime-range-picker-body {
    display: flex;
  }
  .datetime-range-picker-panel {
    flex: 1;
    border-right: 1px solid var(--color-outline-variant);
  }
  .datetime-range-picker-panel:last-child {
    border-right: none;
  }
  .datetime-range-picker-panel-header {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    text-align: center;
    background-color: var(--color-surface-container-lowest);
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .datepicker-inline {
    position: static;
  }
  .datepicker-inline .datepicker-dropdown, .datepicker-dropdown.datepicker-inline {
    position: static;
    display: block;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 0;
    box-shadow: none;
  }
  .datepicker-primary .datepicker-input {
    color: var(--color-primary);
  }
  .datepicker-primary .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .datepicker-secondary .datepicker-input {
    color: var(--color-secondary);
  }
  .datepicker-secondary .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .datepicker-tertiary .datepicker-input {
    color: var(--color-tertiary);
  }
  .datepicker-tertiary .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .datepicker-info .datepicker-input {
    color: var(--color-info);
  }
  .datepicker-info .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .datepicker-info .datepicker-day-selected, .datepicker-info .datepicker-day-range-start, .datepicker-info .datepicker-day-range-end {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .datepicker-success .datepicker-input {
    color: var(--color-success);
  }
  .datepicker-success .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .datepicker-success .datepicker-day-selected, .datepicker-success .datepicker-day-range-start, .datepicker-success .datepicker-day-range-end {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .datepicker-warning .datepicker-input {
    color: var(--color-warning);
  }
  .datepicker-warning .datepicker-input:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .datepicker-warning .datepicker-day-selected, .datepicker-warning .datepicker-day-range-start, .datepicker-warning .datepicker-day-range-end {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .datepicker-primary .datepicker-day-selected, .datepicker-primary .datepicker-day-range-start, .datepicker-primary .datepicker-day-range-end {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .datepicker-secondary .datepicker-day-selected, .datepicker-secondary .datepicker-day-range-start, .datepicker-secondary .datepicker-day-range-end {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .datepicker-tertiary .datepicker-day-selected, .datepicker-tertiary .datepicker-day-range-start, .datepicker-tertiary .datepicker-day-range-end {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .datepicker-error .datepicker-input, .datetime-picker-error .datetime-picker-input {
    color: var(--color-error);
  }
  .datepicker-error .datepicker-input:focus, .datetime-picker-error .datetime-picker-input:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .datepicker-ghost .datepicker-input {
    background-color: transparent;
    border-color: transparent;
  }
  .datepicker-ghost .datepicker-input:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .datepicker-dropdown, .datepicker-nav-btn, .datepicker-day, .datepicker-month, .datepicker-year, .datepicker-preset, .datetime-picker-time-option {
      transition: none;
    }
  }
}
@layer components {
  .file-upload {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .file-upload-dropzone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 10rem;
    padding: 2rem;
    background-color: var(--color-surface);
    border: 2px dashed currentColor;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: border-color 150ms ease-in-out, background-color 150ms ease-in-out;
  }
  .file-upload-dropzone:hover {
    border-color: currentColor;
    background-color: var(--color-surface-container);
  }
  .file-upload-dropzone:focus-within {
    border-color: currentColor;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .file-upload-dropzone.dragging {
    border-color: currentColor;
    background-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, currentColor 10%, var(--color-surface));
    }
  }
  .file-upload-dropzone.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
  .file-upload-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .file-upload-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
  }
  .file-upload-text {
    text-align: center;
  }
  .file-upload-title {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    margin-bottom: 0.25rem;
  }
  .file-upload-subtitle {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .file-upload-browse {
    color: currentColor;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
  }
  .file-upload-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .file-upload-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: var(--color-surface-container);
    border-radius: var(--radius-sm);
  }
  .file-upload-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-radius: var(--radius-sm);
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .file-upload-item-info {
    flex: 1;
    min-width: 0;
  }
  .file-upload-item-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .file-upload-item-size {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .file-upload-item-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    flex-shrink: 0;
  }
  .file-upload-item-remove:hover {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .file-upload-progress {
    position: relative;
    height: 0.25rem;
    margin-top: 0.5rem;
    background-color: var(--color-surface-container-highest);
    border-radius: var(--radius-full);
    overflow: hidden;
  }
  .file-upload-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
    transition: width 150ms ease-in-out;
  }
  .file-upload-item.uploading .file-upload-item-icon {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .file-upload-item.success .file-upload-item-icon {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .file-upload-item.error .file-upload-item-icon {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .file-upload-item.error .file-upload-progress-bar {
    background-color: var(--color-error);
  }
  .file-upload-error {
    font-size: 0.75rem;
    color: var(--color-error);
  }
  .file-upload-preview {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
    gap: 0.75rem;
  }
  .file-upload-preview-item {
    position: relative;
    aspect-ratio: 1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background-color: var(--color-surface-container);
  }
  .file-upload-preview-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .file-upload-preview-remove {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    background-color: var(--color-on-surface);
    color: var(--color-surface);
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
  }
  .file-upload-preview-item:hover .file-upload-preview-remove {
    opacity: 1;
  }
  .file-upload-compact .file-upload-dropzone {
    flex-direction: row;
    min-height: auto;
    padding: 1rem;
    gap: 1rem;
  }
  .file-upload-compact .file-upload-icon {
    width: 2rem;
    height: 2rem;
    font-size: 1.5rem;
  }
  .file-upload-compact .file-upload-text {
    text-align: left;
  }
  .file-upload-button {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary-content);
    background-color: var(--color-primary);
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .file-upload-button:hover {
    box-shadow: var(--shadow-md);
  }
  .file-upload-button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .file-upload-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .file-upload-primary .file-upload-dropzone {
    color: var(--color-primary);
  }
  .file-upload-primary .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .file-upload-secondary .file-upload-dropzone {
    color: var(--color-secondary);
  }
  .file-upload-secondary .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .file-upload-tertiary .file-upload-dropzone {
    color: var(--color-tertiary);
  }
  .file-upload-tertiary .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .file-upload-info .file-upload-dropzone {
    color: var(--color-info);
  }
  .file-upload-info .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .file-upload-success .file-upload-dropzone {
    color: var(--color-success);
  }
  .file-upload-success .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .file-upload-warning .file-upload-dropzone {
    color: var(--color-warning);
  }
  .file-upload-warning .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .file-upload-error .file-upload-dropzone {
    color: var(--color-error);
  }
  .file-upload-error .file-upload-dropzone:focus-within {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .file-upload-ghost .file-upload-dropzone {
    background-color: transparent;
    border-color: transparent;
  }
  .file-upload-ghost .file-upload-dropzone:focus-within {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .file-upload-sm .file-upload-dropzone {
    min-height: 6rem;
    padding: 1rem;
  }
  .file-upload-lg .file-upload-dropzone {
    min-height: 14rem;
    padding: 3rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .file-upload-dropzone, .file-upload-progress-bar, .file-upload-preview-remove {
      transition: none;
    }
  }
}
@layer components {
  .form-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }
  .form-group-horizontal {
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  .form-group-horizontal .form-label {
    min-width: 8rem;
    padding-top: 0.75rem;
  }
  .form-group-horizontal .form-control {
    flex: 1;
  }
  .form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface);
    margin-bottom: 0.25rem;
  }
  .form-label-required::after {
    content: ' *';
    color: var(--color-error);
  }
  .form-label-optional::after {
    content: ' (optional)';
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-on-surface-variant);
  }
  .form-label-sm {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .form-label-lg {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .form-control {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .helper-text {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.25rem;
  }
  .helper-text-error {
    color: var(--color-error);
  }
  .helper-text-success {
    color: var(--color-success);
  }
  .helper-text-warning {
    color: var(--color-warning);
  }
  .helper-text-info {
    color: var(--color-info);
  }
  .helper-text-icon {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
  }
  .helper-text-icon svg, .helper-text-icon .icon {
    width: 0.875rem;
    height: 0.875rem;
  }
  .form-hint {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-on-surface-variant);
    margin-bottom: 0.25rem;
  }
  .fieldset {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    margin: 0;
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    background-color: transparent;
  }
  .fieldset-legend {
    padding: 0 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--color-on-surface);
  }
  .fieldset-filled {
    background-color: var(--color-surface-container-lowest);
    border-color: transparent;
  }
  .fieldset-borderless {
    border: none;
    padding: 0;
  }
  .fieldset-card {
    background-color: var(--color-surface);
    border-color: transparent;
    box-shadow: var(--shadow-xs);
    padding: 1.5rem;
  }
  .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .form-row > .form-group {
    flex: 1;
    min-width: 200px;
  }
  .form-grid {
    display: grid;
    gap: 1rem;
  }
  .form-grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .form-grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .form-grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  @media (max-width: 640px) {
    .form-grid-2, .form-grid-3, .form-grid-4 {
      grid-template-columns: 1fr;
    }
  }
  .form-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1rem;
  }
  .form-actions-right {
    justify-content: flex-end;
  }
  .form-actions-center {
    justify-content: center;
  }
  .form-actions-between {
    justify-content: space-between;
  }
  .form-divider {
    height: 1px;
    background-color: var(--color-outline-variant);
    margin: 1rem 0;
  }
  .form-divider-text {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--color-on-surface-variant);
    font-size: 0.75rem;
    text-transform: uppercase;
  }
  .form-divider-text::before, .form-divider-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--color-outline-variant);
  }
  .form-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .form-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: var(--color-on-surface);
    margin-bottom: 0.5rem;
  }
  .form-section-description {
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
    margin-bottom: 1rem;
  }
  .form-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.75rem;
  }
  .form-inline .form-group {
    flex: none;
    width: auto;
  }
  .form-counter {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    text-align: right;
    margin-top: 0.25rem;
  }
  .form-counter-error {
    color: var(--color-error);
  }
  .form-group-error .form-label {
    color: var(--color-error);
  }
  .form-group-error .input, .form-group-error .select, .form-group-error .textarea {
    border-color: var(--color-error);
  }
  .form-group-error .input:focus-visible, .form-group-error .select:focus-visible, .form-group-error .textarea:focus-visible {
    border-color: var(--color-error);
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .form-group-success .form-label {
    color: var(--color-success);
  }
  .form-group-success .input, .form-group-success .select, .form-group-success .textarea {
    border-color: var(--color-success);
  }
  .form-group-success .input:focus-visible, .form-group-success .select:focus-visible, .form-group-success .textarea:focus-visible {
    border-color: var(--color-success);
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .form-group-warning .form-label {
    color: var(--color-warning);
  }
  .form-group-warning .input, .form-group-warning .select, .form-group-warning .textarea {
    border-color: var(--color-warning);
  }
  .form-group-warning .input:focus-visible, .form-group-warning .select:focus-visible, .form-group-warning .textarea:focus-visible {
    border-color: var(--color-warning);
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .form-group-info .form-label {
    color: var(--color-info);
  }
  .form-group-info .input, .form-group-info .select, .form-group-info .textarea {
    border-color: var(--color-info);
  }
  .form-group-info .input:focus-visible, .form-group-info .select:focus-visible, .form-group-info .textarea:focus-visible {
    border-color: var(--color-info);
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .form-group-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .input[aria-invalid="true"], .select[aria-invalid="true"], .textarea[aria-invalid="true"] {
    border-color: var(--color-error);
    color: var(--color-error);
  }
  .input[aria-invalid="true"]:focus-visible, .select[aria-invalid="true"]:focus-visible, .textarea[aria-invalid="true"]:focus-visible {
    border-color: var(--color-error);
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .checkbox[aria-invalid="true"], .radio[aria-invalid="true"], .file-input[aria-invalid="true"] {
    border-color: var(--color-error);
  }
  .checkbox[aria-invalid="true"]:focus-visible, .radio[aria-invalid="true"]:focus-visible, .file-input[aria-invalid="true"]:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .switch[aria-invalid="true"] {
    border-color: var(--color-error);
  }
  .switch[aria-invalid="true"]:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .form-label[aria-required="true"]::after, label[aria-required="true"]::after {
    content: ' *';
    color: var(--color-error);
  }
  .validate .input:invalid, .validate .select:invalid, .validate .textarea:invalid {
    border-color: var(--color-error);
  }
  .validate .input:valid, .validate .select:valid, .validate .textarea:valid {
    border-color: var(--color-success);
  }
  .input:user-invalid, .select:user-invalid, .textarea:user-invalid {
    border-color: var(--color-error);
  }
  .input:user-invalid:focus-visible, .select:user-invalid:focus-visible, .textarea:user-invalid:focus-visible {
    border-color: var(--color-error);
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .input:user-valid, .select:user-valid, .textarea:user-valid {
    border-color: var(--color-success);
  }
  .input:user-valid:focus-visible, .select:user-valid:focus-visible, .textarea:user-valid:focus-visible {
    border-color: var(--color-success);
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .checkbox:user-invalid, .radio:user-invalid {
    border-color: var(--color-error);
  }
  .checkbox:user-invalid:focus-visible, .radio:user-invalid:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .checkbox:user-valid:checked, .radio:user-valid:checked {
    border-color: var(--color-success);
    background-color: var(--color-success);
  }
  .switch:user-invalid {
    border-color: var(--color-error);
  }
  .switch:user-invalid:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .switch:user-valid:checked {
    background-color: var(--color-success);
    border-color: var(--color-success);
  }
  .file-input:user-invalid {
    border-color: var(--color-error);
  }
  .file-input:user-invalid:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .input-filled:user-invalid {
    border-bottom-color: var(--color-error);
  }
  .input-filled:user-invalid:focus-visible {
    border-bottom-color: var(--color-error);
    box-shadow: none;
  }
  .input-filled:user-valid {
    border-bottom-color: var(--color-success);
  }
  .input-filled:user-valid:focus-visible {
    border-bottom-color: var(--color-success);
    box-shadow: none;
  }
}
@layer components {
  .multi-select {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
  }
  .multi-select-trigger {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.75rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .multi-select-trigger:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .multi-select-trigger:focus-within {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .multi-select-placeholder {
    flex: 1;
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .multi-select-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }
  .multi-select-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    max-width: 100%;
    padding: 0.125rem 0.375rem 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    background-color: var(--color-surface-container-high);
    color: var(--color-on-surface);
    border-radius: var(--radius-lg);
  }
  .multi-select-tag-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .multi-select-tag-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    padding: 0;
    font-size: 0.875rem;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 150ms ease-in-out, background-color 150ms ease-in-out;
  }
  .multi-select-tag-remove:hover {
    opacity: 1;
    background-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, currentColor 15%, transparent);
    }
  }
  .multi-select-tag-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .multi-select-tag-outlined {
    background-color: transparent;
    border: 1px solid var(--color-outline);
    color: var(--color-on-surface);
  }
  .multi-select-tag-overflow {
    display: inline-flex;
    align-items: center;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
    background-color: var(--color-surface-container);
    color: var(--color-on-surface-variant);
    border-radius: var(--radius-lg);
  }
  .multi-select-input {
    flex: 1;
    min-width: 4rem;
    padding: 0.125rem 0;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    outline: none;
  }
  .multi-select-input::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .multi-select-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
    transition: transform 150ms ease-in-out;
  }
  .multi-select-open .multi-select-arrow {
    transform: rotate(180deg);
  }
  .multi-select-clear-all {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 150ms ease-in-out;
  }
  .multi-select-clear-all:hover {
    background-color: var(--color-surface-container-high);
  }
  .multi-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    display: none;
    max-height: 16rem;
    margin-top: 0.25rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    overflow: hidden;
  }
  .multi-select-open .multi-select-dropdown {
    display: flex;
    flex-direction: column;
  }
  .multi-select-dropdown[popover] {
    inset: unset;
    margin: 0;
    padding: 0;
    border: 1px solid var(--color-outline-variant);
  }
  .multi-select-dropdown[popover]:popover-open {
    display: flex;
    flex-direction: column;
  }
  .multi-select-search {
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .multi-select-search-input {
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: none;
    border-radius: var(--radius-xs);
    outline: none;
  }
  .multi-select-search-input:focus {
    background-color: var(--color-surface-container-high);
  }
  .multi-select-search-input::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .multi-select-options {
    flex: 1;
    overflow-y: auto;
    padding: 0.25rem;
  }
  .multi-select-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    text-align: left;
    transition: background-color 150ms ease-in-out;
  }
  .multi-select-option:hover {
    background-color: var(--color-surface-container);
  }
  .multi-select-option-selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .multi-select-option-selected:hover {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), black 5%);
    }
  }
  .multi-select-option-disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .multi-select-option-disabled:hover {
    background-color: transparent;
  }
  .multi-select-option-focused {
    background-color: var(--color-surface-container-high);
  }
  .multi-select-option-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border: 2px solid var(--color-on-surface-variant);
    border-radius: var(--radius-xs);
    flex-shrink: 0;
  }
  .multi-select-option-selected .multi-select-option-checkbox {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .multi-select-option-selected .multi-select-option-checkbox svg {
    color: var(--color-primary-content);
  }
  .multi-select-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
  }
  .multi-select-option-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .multi-select-option-description {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .multi-select-group {
    padding: 0.25rem 0;
  }
  .multi-select-group-header {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-on-surface-variant);
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .multi-select-empty {
    padding: 1.5rem;
    text-align: center;
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
  }
  .multi-select-actions {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .multi-select-action {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-primary);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .multi-select-action:hover {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .multi-select-counter {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 0.375rem;
    font-size: 0.625rem;
    font-weight: 600;
    color: var(--color-primary-content);
    background-color: var(--color-primary);
    border-radius: var(--radius-sm);
  }
  .multi-select-sm .multi-select-trigger {
    min-height: 2.25rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    border-radius: var(--radius-xs);
  }
  .multi-select-sm .multi-select-tag {
    font-size: 0.625rem;
    padding: 0 0.25rem 0 0.375rem;
  }
  .multi-select-lg .multi-select-trigger {
    min-height: 3.25rem;
    padding: 0.625rem 1rem;
    font-size: 1.125rem;
    border-radius: var(--radius-sm);
  }
  .multi-select-outlined .multi-select-trigger {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
  }
  .multi-select-filled .multi-select-trigger {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .multi-select-filled .multi-select-trigger:focus-within {
    border-bottom-color: currentColor;
    box-shadow: none;
  }
  .multi-select-primary .multi-select-trigger {
    color: var(--color-primary);
  }
  .multi-select-primary .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .multi-select-secondary .multi-select-trigger {
    color: var(--color-secondary);
  }
  .multi-select-secondary .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .multi-select-tertiary .multi-select-trigger {
    color: var(--color-tertiary);
  }
  .multi-select-tertiary .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .multi-select-info .multi-select-trigger {
    color: var(--color-info);
  }
  .multi-select-info .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .multi-select-success .multi-select-trigger {
    color: var(--color-success);
  }
  .multi-select-success .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .multi-select-warning .multi-select-trigger {
    color: var(--color-warning);
  }
  .multi-select-warning .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .multi-select-error .multi-select-trigger {
    color: var(--color-error);
  }
  .multi-select-error .multi-select-trigger:focus-within {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .multi-select-ghost .multi-select-trigger {
    background-color: transparent;
    border-color: transparent;
  }
  .multi-select-ghost .multi-select-trigger:focus-within {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .multi-select-disabled .multi-select-trigger {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .multi-select-disabled .multi-select-tag-remove {
    pointer-events: none;
  }
  .multi-select-loading .multi-select-trigger {
    cursor: wait;
  }
  .multi-select-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--color-outline);
    border-top-color: var(--color-primary);
    border-radius: var(--radius-full);
    animation: multi-select-spin 0.8s linear infinite;
  }
  @keyframes multi-select-spin {
    to {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .multi-select-trigger, .multi-select-arrow, .multi-select-tag-remove, .multi-select-clear-all, .multi-select-option {
      transition: none;
    }
    .multi-select-spinner {
      animation: none;
    }
  }
}
@layer components {
  .otp-input {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .otp-input-field {
    width: 3rem;
    height: 3.5rem;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 2px solid currentColor;
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
    caret-color: var(--color-primary);
  }
  .otp-input-field::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.5;
  }
  .otp-input-field:hover:not(:disabled):not(:focus) {
    background-color: var(--color-surface-container);
  }
  .otp-input-field:focus {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .otp-input-field:disabled {
    opacity: 0.38;
    cursor: not-allowed;
    background-color: var(--color-surface-container);
  }
  .otp-input-field-filled {
    background-color: var(--color-surface-container);
    border-color: var(--color-primary);
  }
  .otp-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 0.25rem;
    background-color: var(--color-outline);
    border-radius: var(--radius-xs);
  }
  .otp-input-sm .otp-input-field {
    width: 2.5rem;
    height: 3rem;
    font-size: 1.25rem;
    border-radius: var(--radius-xs);
  }
  .otp-input-lg .otp-input-field {
    width: 3.5rem;
    height: 4rem;
    font-size: 1.75rem;
    border-radius: var(--radius-sm);
  }
  .otp-input-compact {
    gap: 0.25rem;
  }
  .otp-input-wide {
    gap: 1rem;
  }
  .otp-input-filled .otp-input-field {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .otp-input-filled .otp-input-field:focus {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .otp-input-outlined .otp-input-field {
    background-color: transparent;
  }
  .otp-input-underline .otp-input-field {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: 0;
  }
  .otp-input-underline .otp-input-field:focus {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .otp-input-primary .otp-input-field {
    color: var(--color-primary);
  }
  .otp-input-primary .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .otp-input-secondary .otp-input-field {
    color: var(--color-secondary);
  }
  .otp-input-secondary .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .otp-input-tertiary .otp-input-field {
    color: var(--color-tertiary);
  }
  .otp-input-tertiary .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .otp-input-info .otp-input-field {
    color: var(--color-info);
  }
  .otp-input-info .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .otp-input-success .otp-input-field {
    color: var(--color-success);
  }
  .otp-input-success .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .otp-input-warning .otp-input-field {
    color: var(--color-warning);
  }
  .otp-input-warning .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .otp-input-error .otp-input-field {
    color: var(--color-error);
  }
  .otp-input-error .otp-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .otp-input-ghost .otp-input-field {
    background-color: transparent;
    border-color: transparent;
  }
  .otp-input-ghost .otp-input-field:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .otp-input-masked .otp-input-field {
    -webkit-text-security: disc;
    font-family: text-security-disc;
  }
  .otp-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .otp-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .otp-helper {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .otp-error-message {
    font-size: 0.75rem;
    color: var(--color-error);
  }
  @media (prefers-reduced-motion: reduce) {
    .otp-input-field {
      transition: none;
    }
  }
}
@layer components {
  .pin-input {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }
  .pin-input-field {
    width: 3rem;
    height: 3.5rem;
    padding: 0;
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 2px solid currentColor;
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
    caret-color: var(--color-primary);
    -webkit-text-security: disc;
  }
  .pin-input-field::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.3;
  }
  .pin-input-field:hover:not(:disabled):not(:focus) {
    background-color: var(--color-surface-container);
  }
  .pin-input-field:focus {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .pin-input-field:disabled {
    opacity: 0.38;
    cursor: not-allowed;
    background-color: var(--color-surface-container);
  }
  .pin-input-visible .pin-input-field {
    -webkit-text-security: none;
  }
  .pin-input-sm .pin-input-field {
    width: 2.5rem;
    height: 3rem;
    font-size: 1.25rem;
    border-radius: var(--radius-xs);
  }
  .pin-input-lg .pin-input-field {
    width: 3.5rem;
    height: 4rem;
    font-size: 1.75rem;
    border-radius: var(--radius-sm);
  }
  .pin-input-compact {
    gap: 0.25rem;
  }
  .pin-input-filled .pin-input-field {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .pin-input-filled .pin-input-field:focus {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .pin-input-circle .pin-input-field {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-full);
  }
  .pin-input-circle.pin-input-sm .pin-input-field {
    width: 2.5rem;
    height: 2.5rem;
  }
  .pin-input-circle.pin-input-lg .pin-input-field {
    width: 3.5rem;
    height: 3.5rem;
  }
  .pin-input-dots .pin-input-field {
    font-size: 2rem;
    letter-spacing: -0.25rem;
  }
  .pin-input-primary .pin-input-field {
    color: var(--color-primary);
  }
  .pin-input-primary .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .pin-input-secondary .pin-input-field {
    color: var(--color-secondary);
  }
  .pin-input-secondary .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .pin-input-tertiary .pin-input-field {
    color: var(--color-tertiary);
  }
  .pin-input-tertiary .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .pin-input-info .pin-input-field {
    color: var(--color-info);
  }
  .pin-input-info .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .pin-input-success .pin-input-field {
    color: var(--color-success);
  }
  .pin-input-success .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .pin-input-warning .pin-input-field {
    color: var(--color-warning);
  }
  .pin-input-warning .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .pin-input-error .pin-input-field {
    color: var(--color-error);
    animation: pin-shake 300ms ease-in-out;
  }
  .pin-input-error .pin-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  @keyframes pin-shake {
    0%, 100% {
      transform: translateX(0);
    }
    20%, 60% {
      transform: translateX(-4px);
    }
    40%, 80% {
      transform: translateX(4px);
    }
  }
  .pin-input-ghost .pin-input-field {
    background-color: transparent;
    border-color: transparent;
  }
  .pin-input-ghost .pin-input-field:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .pin-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .pin-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .pin-helper {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .pin-error-message {
    font-size: 0.75rem;
    color: var(--color-error);
  }
  @media (prefers-reduced-motion: reduce) {
    .pin-input-field {
      transition: none;
    }
    .pin-input-error .pin-input-field {
      animation: none;
    }
  }
}
@layer components {
  .radio {
    --radio-size: 1.25rem;
    --radio-color: var(--color-primary);
    --radio-border-color: var(--color-on-surface-variant);
    color: var(--color-on-surface);
    position: relative;
    display: inline-grid;
    place-content: center;
    width: var(--radio-size);
    height: var(--radio-size);
    margin: 0;
    cursor: pointer;
    appearance: none;
    background-color: transparent;
    border: 2px solid var(--radio-border-color);
    border-radius: var(--radius-full);
    transition: border-color 150ms ease-in-out;
  }
  .radio::before {
    content: "";
    width: 0.5em;
    height: 0.5em;
    border-radius: var(--radius-full);
    background-color: var(--radio-color);
    transform: scale(0);
    transition: transform 150ms ease-in-out;
  }
  .radio:checked {
    border-color: var(--radio-color);
  }
  .radio:checked::before {
    transform: scale(1);
  }
  .radio:hover:not(:disabled):not(:checked) {
    border-color: var(--color-on-surface);
  }
  .radio:checked:hover:not(:disabled) {
    border-color: var(--radio-color);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--radio-color), black 10%);
    }
  }
  .radio:checked:hover:not(:disabled)::before {
    background-color: var(--radio-color);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--radio-color), black 10%);
    }
  }
  .radio:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--radio-color);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--radio-color) 20%, transparent);
    }
  }
  .radio:disabled {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .radio-xs {
    --radio-size: 0.875rem;
  }
  .radio-sm {
    --radio-size: 1rem;
  }
  .radio-md {
    --radio-size: 1.25rem;
  }
  .radio-lg {
    --radio-size: 1.5rem;
  }
  .radio-xl {
    --radio-size: 1.75rem;
  }
  .radio-primary {
    --radio-color: var(--color-primary);
  }
  .radio-secondary {
    --radio-color: var(--color-secondary);
  }
  .radio-tertiary {
    --radio-color: var(--color-tertiary);
  }
  .radio-success {
    --radio-color: var(--color-success);
  }
  .radio-warning {
    --radio-color: var(--color-warning);
  }
  .radio-error {
    --radio-color: var(--color-error);
  }
  .radio-info {
    --radio-color: var(--color-info);
  }
  .radio-ghost {
    --radio-border-color: transparent;
  }
  .radio-ghost:hover:not(:disabled):not(:checked) {
    border-color: transparent;
  }
  .radio-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    user-select: none;
    font-size: 0.875rem;
    color: var(--color-on-surface);
  }
  .radio-label:has(.radio:disabled) {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .radio-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .radio-group-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  .radio-group-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    margin-bottom: 0.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .radio, .radio::before {
      transition: none;
    }
  }
}
@layer components {
  .rating {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    color: var(--color-on-surface);
  }
  .rating-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-outline);
    cursor: pointer;
    transition: color 150ms ease-in-out, transform 150ms ease-in-out;
  }
  .rating-item:hover {
    transform: scale(1.1);
  }
  .rating-item.active {
    color: var(--color-warning-container);
  }
  .rating-item.filled {
    color: var(--color-warning);
  }
  .rating-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .rating-icon {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    line-height: 1;
  }
  .rating-half {
    position: relative;
    overflow: hidden;
  }
  .rating-half .rating-icon-empty {
    color: var(--color-outline);
  }
  .rating-half .rating-icon-filled {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: var(--color-warning);
  }
  .rating-xs .rating-icon {
    width: 0.875rem;
    height: 0.875rem;
    font-size: 0.875rem;
  }
  .rating-sm .rating-icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.25rem;
  }
  .rating-lg .rating-icon {
    width: 2rem;
    height: 2rem;
    font-size: 2rem;
  }
  .rating-xl .rating-icon {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
  }
  .rating-primary .rating-item.filled {
    color: var(--color-primary);
  }
  .rating-secondary .rating-item.filled {
    color: var(--color-secondary);
  }
  .rating-error .rating-item.filled {
    color: var(--color-error);
  }
  .rating-success .rating-item.filled {
    color: var(--color-success);
  }
  .rating-tertiary .rating-item.filled {
    color: var(--color-tertiary);
  }
  .rating-info .rating-item.filled {
    color: var(--color-info);
  }
  .rating-warning .rating-item.filled {
    color: var(--color-warning);
  }
  .rating-readonly .rating-item {
    cursor: default;
  }
  .rating-readonly .rating-item:hover {
    transform: none;
  }
  .rating-disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .rating-labeled {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .rating-label {
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
  }
  .rating-count {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    margin-left: 0.25rem;
  }
  .rating:not(.rating-readonly) .rating-item:hover ~ .rating-item {
    color: var(--color-outline);
  }
  .rating:not(.rating-readonly):hover .rating-item {
    color: var(--color-warning);
  }
  .rating-primary:not(.rating-readonly):hover .rating-item {
    color: var(--color-primary);
  }
  .rating-secondary:not(.rating-readonly):hover .rating-item {
    color: var(--color-secondary);
  }
  .rating-tertiary:not(.rating-readonly):hover .rating-item {
    color: var(--color-tertiary);
  }
  .rating-info:not(.rating-readonly):hover .rating-item {
    color: var(--color-info);
  }
  .rating-success:not(.rating-readonly):hover .rating-item {
    color: var(--color-success);
  }
  .rating-error:not(.rating-readonly):hover .rating-item {
    color: var(--color-error);
  }
  .rating-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 20%, transparent);
    }
    border-radius: var(--radius-xs);
  }
  .rating-primary .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 20%, transparent);
    }
  }
  .rating-secondary .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 20%, transparent);
    }
  }
  .rating-tertiary .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 20%, transparent);
    }
  }
  .rating-info .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 20%, transparent);
    }
  }
  .rating-success .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 20%, transparent);
    }
  }
  .rating-error .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 20%, transparent);
    }
  }
  .rating-warning .rating-item:focus-visible {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 20%, transparent);
    }
  }
  .rating-display {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
  }
  .rating-display-value {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .rating-display-stars {
    display: flex;
    gap: 0.0625rem;
    color: var(--color-warning);
  }
  .rating-display-max {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .rating-compact {
    gap: 0;
  }
  .rating-compact .rating-item {
    padding: 0.125rem;
  }
  .rating-animated .rating-item {
    transition: color 150ms ease-in-out, transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .rating-animated .rating-item.filled {
    animation: rating-pop 300ms ease-out;
  }
  @keyframes rating-pop {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.3);
    }
    100% {
      transform: scale(1);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .rating-item, .rating-animated .rating-item {
      transition: color 0ms;
    }
    .rating-animated .rating-item.filled {
      animation: none;
    }
  }
}
@layer components {
  .segment-control {
    display: inline-flex;
    align-items: stretch;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-xl);
    padding: 0.25rem;
    gap: 0.25rem;
  }
  .segment-item {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-lg);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    user-select: none;
    white-space: nowrap;
  }
  .segment-item:hover:not(:disabled):not(.segment-item-active) {
    background-color: var(--color-surface-container-high);
  }
  .segment-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .segment-item:disabled {
    opacity: 0.38;
    cursor: not-allowed;
  }
  .segment-item-active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .segment-item-active:hover:not(:disabled) {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), black 5%);
    }
  }
  .segment-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
  }
  .segment-control-sm {
    padding: 0.125rem;
    gap: 0.125rem;
    border-radius: var(--radius-lg);
  }
  .segment-control-sm .segment-item {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: var(--radius-md);
  }
  .segment-control-lg {
    padding: 0.375rem;
    gap: 0.375rem;
    border-radius: var(--radius-2xl);
  }
  .segment-control-lg .segment-item {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: var(--radius-xl);
  }
  .segment-control-primary .segment-item-active {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .segment-control-secondary .segment-item-active {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .segment-control-tertiary .segment-item-active {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .segment-control-info .segment-item-active {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .segment-control-success .segment-item-active {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .segment-control-warning .segment-item-active {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .segment-control-error .segment-item-active {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .segment-control-full {
    display: flex;
    width: 100%;
  }
  .segment-control-full .segment-item {
    flex: 1;
  }
  .segment-control-outlined {
    background-color: transparent;
    padding: 0;
    gap: 0;
  }
  .segment-control-outlined .segment-item {
    border: 1px solid var(--color-outline);
    border-radius: 0;
    margin-left: -1px;
  }
  .segment-control-outlined .segment-item:first-child {
    margin-left: 0;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
  }
  .segment-control-outlined .segment-item:last-child {
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
  }
  .segment-control-outlined .segment-item-active {
    background-color: var(--color-primary-container);
    border-color: var(--color-primary);
    z-index: 1;
  }
  .segment-control-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .segment-control-icon-only .segment-item {
    padding: 0.625rem;
  }
  .segment-control-icon-only.segment-control-sm .segment-item {
    padding: 0.5rem;
  }
  .segment-control-icon-only.segment-control-lg .segment-item {
    padding: 0.75rem;
  }
  .segment-control-multi .segment-item-active {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  @media (prefers-reduced-motion: reduce) {
    .segment-item {
      transition: none;
    }
  }
}
@layer components {
  .select {
    display: block;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    outline: none;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    background-size: 1.25rem 1.25rem;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .select:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .select:focus {
    outline: none;
  }
  .select:focus-visible {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .select:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .select-filled {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .select-filled:hover:not(:disabled) {
    background-color: var(--color-surface-container-high);
    border-bottom-color: var(--color-on-surface);
  }
  .select-filled:focus-visible {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .select-filled.select-primary:focus-visible {
    border-bottom-color: var(--color-primary);
  }
  .select-filled.select-secondary:focus-visible {
    border-bottom-color: var(--color-secondary);
  }
  .select-filled.select-tertiary:focus-visible {
    border-bottom-color: var(--color-tertiary);
  }
  .select-filled.select-info:focus-visible {
    border-bottom-color: var(--color-info);
  }
  .select-filled.select-success:focus-visible {
    border-bottom-color: var(--color-success);
  }
  .select-filled.select-warning:focus-visible {
    border-bottom-color: var(--color-warning);
  }
  .select-filled.select-error:focus-visible {
    border-bottom-color: var(--color-error);
  }
  .select-outlined {
    background-color: transparent;
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
  }
  .select-primary {
    color: var(--color-primary);
  }
  .select-secondary {
    color: var(--color-secondary);
  }
  .select-tertiary {
    color: var(--color-tertiary);
  }
  .select-info {
    color: var(--color-info);
  }
  .select-success {
    color: var(--color-success);
  }
  .select-warning {
    color: var(--color-warning);
  }
  .select-error {
    color: var(--color-error);
  }
  .select-xs {
    padding: 0.375rem 2rem 0.375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: var(--radius-xs);
    background-size: 1rem 1rem;
  }
  .select-sm {
    padding: 0.5rem 2.25rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: var(--radius-xs);
    background-size: 1.125rem 1.125rem;
  }
  .select-lg {
    padding: 1rem 3rem 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: var(--radius-sm);
    background-size: 1.5rem 1.5rem;
    background-position: right 1rem center;
  }
  .select-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }
  .select-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .select-helper {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .select-container-error .select-helper {
    color: var(--color-error);
  }
  .select-group {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .select-multiple {
    padding: 0.5rem;
    height: auto;
    min-height: 6rem;
    background-image: none;
  }
  .select-multiple option {
    padding: 0.5rem 0.75rem;
    border-radius: var(--radius-xs);
  }
  .select-multiple option:checked {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .select-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .select-ghost:hover:not(:disabled) {
    background-color: var(--color-surface-container);
    border-color: transparent;
  }
  .select-ghost:focus-visible {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .select {
      transition: none;
    }
  }
}
@layer components {
  .slider {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 2.5rem;
    touch-action: none;
    user-select: none;
    color: var(--color-on-surface);
  }
  .slider-track {
    position: relative;
    width: 100%;
    height: 0.25rem;
    background-color: var(--color-surface-container-highest);
    border-radius: var(--radius-full);
  }
  .slider-track-filled {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
  }
  .slider-thumb {
    position: absolute;
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background-color: var(--color-primary);
    border: none;
    border-radius: var(--radius-full);
    box-shadow: 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
    transform: translate(-50%, -50%);
    cursor: grab;
    transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
  }
  .slider-thumb:hover {
    box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-thumb:focus-visible {
    outline: none;
    box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-thumb:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.1);
  }
  .slider-thumb-label {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-primary-content);
    background-color: var(--color-primary);
    border-radius: var(--radius-xs);
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
  }
  .slider-thumb-label::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 0.25rem solid transparent;
    border-top-color: var(--color-primary);
  }
  .slider-thumb:hover .slider-thumb-label, .slider-thumb:focus-visible .slider-thumb-label, .slider-thumb:active .slider-thumb-label {
    opacity: 1;
    visibility: visible;
  }
  .slider-labels-always .slider-thumb-label {
    opacity: 1;
    visibility: visible;
  }
  .slider-marks {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .slider-mark {
    position: relative;
    width: 0.125rem;
    height: 0.5rem;
    background-color: var(--color-outline);
    border-radius: var(--radius-full);
  }
  .slider-mark-active {
    background-color: var(--color-primary-content);
  }
  .slider-mark-label {
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    white-space: nowrap;
  }
  .slider-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
  }
  .slider-sm {
    height: 2rem;
  }
  .slider-sm .slider-track {
    height: 0.125rem;
  }
  .slider-sm .slider-thumb {
    width: 1rem;
    height: 1rem;
  }
  .slider-lg {
    height: 3rem;
  }
  .slider-lg .slider-track {
    height: 0.375rem;
  }
  .slider-lg .slider-thumb {
    width: 1.5rem;
    height: 1.5rem;
  }
  .slider-primary .slider-track-filled, .slider-primary .slider-thumb {
    background-color: var(--color-primary);
  }
  .slider-primary .slider-mark-active {
    background-color: var(--color-primary-content);
  }
  .slider-primary .slider-thumb:hover, .slider-primary .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-primary-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-primary .slider-thumb-label {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .slider-primary .slider-thumb-label::after {
    border-top-color: var(--color-primary);
  }
  .slider-secondary .slider-track-filled, .slider-secondary .slider-thumb {
    background-color: var(--color-secondary);
  }
  .slider-secondary .slider-thumb:hover, .slider-secondary .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-secondary-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-secondary-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-secondary .slider-mark-active {
    background-color: var(--color-secondary-content);
  }
  .slider-secondary .slider-thumb-label {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .slider-secondary .slider-thumb-label::after {
    border-top-color: var(--color-secondary);
  }
  .slider-tertiary .slider-track-filled, .slider-tertiary .slider-thumb {
    background-color: var(--color-tertiary);
  }
  .slider-tertiary .slider-thumb:hover, .slider-tertiary .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-tertiary-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-tertiary-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-tertiary .slider-mark-active {
    background-color: var(--color-tertiary-content);
  }
  .slider-tertiary .slider-thumb-label {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .slider-tertiary .slider-thumb-label::after {
    border-top-color: var(--color-tertiary);
  }
  .slider-info .slider-track-filled, .slider-info .slider-thumb {
    background-color: var(--color-info);
  }
  .slider-info .slider-thumb:hover, .slider-info .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-info-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-info-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-info .slider-mark-active {
    background-color: var(--color-info-content);
  }
  .slider-info .slider-thumb-label {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .slider-info .slider-thumb-label::after {
    border-top-color: var(--color-info);
  }
  .slider-success .slider-track-filled, .slider-success .slider-thumb {
    background-color: var(--color-success);
  }
  .slider-success .slider-thumb:hover, .slider-success .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-success-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-success-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-success .slider-mark-active {
    background-color: var(--color-success-content);
  }
  .slider-success .slider-thumb-label {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .slider-success .slider-thumb-label::after {
    border-top-color: var(--color-success);
  }
  .slider-warning .slider-track-filled, .slider-warning .slider-thumb {
    background-color: var(--color-warning);
  }
  .slider-warning .slider-thumb:hover, .slider-warning .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-warning-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-warning-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-warning .slider-mark-active {
    background-color: var(--color-warning-content);
  }
  .slider-warning .slider-thumb-label {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .slider-warning .slider-thumb-label::after {
    border-top-color: var(--color-warning);
  }
  .slider-error .slider-track-filled, .slider-error .slider-thumb {
    background-color: var(--color-error);
  }
  .slider-error .slider-thumb:hover, .slider-error .slider-thumb:focus-visible {
    box-shadow: 0 0 0 8px var(--color-error-container), 0 2px 4px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 8px var(--color-error-container), 0 2px 4px color-mix(in srgb, var(--color-shadow) 20%, transparent);
    }
  }
  .slider-error .slider-mark-active {
    background-color: var(--color-error-content);
  }
  .slider-error .slider-thumb-label {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .slider-error .slider-thumb-label::after {
    border-top-color: var(--color-error);
  }
  .slider-disabled {
    opacity: 0.6;
    pointer-events: none;
  }
  .slider-disabled .slider-thumb {
    cursor: not-allowed;
  }
  .slider-range .slider-track-filled {
    left: var(--slider-start, 0%);
    width: var(--slider-range, 100%);
  }
  .slider-vertical {
    flex-direction: column;
    width: 2.5rem;
    height: 12rem;
  }
  .slider-vertical .slider-track {
    width: 0.25rem;
    height: 100%;
  }
  .slider-vertical .slider-track-filled {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
  }
  .slider-vertical .slider-thumb {
    left: 50%;
    top: auto;
    transform: translate(-50%, 50%);
  }
  .slider-vertical .slider-thumb-label {
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
  .slider-vertical .slider-thumb-label::after {
    top: 50%;
    left: auto;
    right: 100%;
    transform: translateY(-50%);
    border-top-color: transparent;
    border-right-color: var(--color-primary);
  }
  .slider-secondary.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-secondary);
  }
  .slider-tertiary.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-tertiary);
  }
  .slider-info.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-info);
  }
  .slider-success.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-success);
  }
  .slider-warning.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-warning);
  }
  .slider-error.slider-vertical .slider-thumb-label::after {
    border-right-color: var(--color-error);
  }
  .slider-vertical .slider-marks {
    flex-direction: column;
    top: 0;
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .slider-vertical .slider-mark-label {
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
  }
  .slider-with-input {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .slider-with-input .slider {
    flex: 1;
  }
  .slider-input {
    width: 4rem;
    padding: 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-xs);
  }
  .slider-input:focus {
    outline: none;
    border-color: currentColor;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .slider-thumb, .slider-thumb-label {
      transition: none;
    }
  }
}
@layer components {
  .switch {
    --switch-width: 3.25rem;
    --switch-height: 2rem;
    color: var(--color-on-surface);
    --switch-thumb-size: 1rem;
    --switch-color: var(--color-primary);
    --switch-content-color: var(--color-primary-content);
    --switch-container-color: var(--color-primary-container);
    --switch-track-color: var(--color-surface-container-highest);
    --switch-border-color: var(--color-outline);
    --switch-thumb-color: var(--color-outline);
    position: relative;
    display: inline-grid;
    grid-template-columns: 0fr 1fr 1fr;
    align-items: center;
    width: var(--switch-width);
    height: var(--switch-height);
    margin: 0;
    padding: 0.25rem;
    cursor: pointer;
    appearance: none;
    background-color: var(--switch-track-color);
    border: 2px solid var(--switch-border-color);
    border-radius: var(--switch-height);
    transition: background-color 200ms ease-in-out !important;
  }
  .switch::before {
    content: "";
    grid-column: 2;
    width: var(--switch-thumb-size);
    height: var(--switch-thumb-size);
    background-color: var(--switch-thumb-color);
    border-radius: var(--radius-full);
    transition: background-color 200ms ease-in-out !important;
  }
  .switch:checked {
    grid-template-columns: 1fr 1fr 0fr;
    background-color: var(--switch-color);
    border-color: var(--switch-color);
  }
  .switch:checked::before {
    background-color: var(--switch-content-color);
  }
  .switch:hover:not(:disabled):not(:checked) {
    background-color: var(--color-surface-container-high);
  }
  .switch:hover:not(:disabled):not(:checked)::before {
    background-color: var(--color-on-surface-variant);
  }
  .switch:checked:hover:not(:disabled) {
    background-color: var(--switch-color);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--switch-color), black 10%);
    }
    border-color: var(--switch-color);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--switch-color), black 10%);
    }
  }
  .switch:checked:hover:not(:disabled)::before {
    background-color: var(--switch-container-color);
  }
  .switch:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--switch-color);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--switch-color) 20%, transparent);
    }
  }
  .switch:active:not(:disabled)::before {
    width: calc(var(--switch-thumb-size) + 0.25rem);
  }
  .switch:checked:active:not(:disabled)::before {
    margin-left: -0.25rem;
  }
  .switch:disabled {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .switch:disabled:not(:checked) {
    background-color: var(--color-surface-container-highest);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-surface-container-highest) 12%, transparent);
    }
    border-color: var(--color-on-surface);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklch, var(--color-on-surface) 12%, transparent);
    }
  }
  .switch:disabled:not(:checked)::before {
    background-color: var(--color-on-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-on-surface) 38%, transparent);
    }
  }
  .switch:disabled:checked {
    background-color: var(--color-on-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-on-surface) 12%, transparent);
    }
    border-color: transparent;
  }
  .switch:disabled:checked::before {
    background-color: var(--color-surface);
  }
  .switch-xs {
    --switch-width: 2rem;
    --switch-height: 1.25rem;
    --switch-thumb-size: 0.5rem;
  }
  .switch-sm {
    --switch-width: 2.5rem;
    --switch-height: 1.5rem;
    --switch-thumb-size: 0.75rem;
  }
  .switch-md {
    --switch-width: 3.25rem;
    --switch-height: 2rem;
    --switch-thumb-size: 1rem;
  }
  .switch-lg {
    --switch-width: 4rem;
    --switch-height: 2.5rem;
    --switch-thumb-size: 1.25rem;
  }
  .switch-xl {
    --switch-width: 4.75rem;
    --switch-height: 3rem;
    --switch-thumb-size: 1.5rem;
  }
  .switch-primary {
    --switch-color: var(--color-primary);
    --switch-content-color: var(--color-primary-content);
    --switch-container-color: var(--color-primary-container);
  }
  .switch-secondary {
    --switch-color: var(--color-secondary);
    --switch-content-color: var(--color-secondary-content);
    --switch-container-color: var(--color-secondary-container);
  }
  .switch-tertiary {
    --switch-color: var(--color-tertiary);
    --switch-content-color: var(--color-tertiary-content);
    --switch-container-color: var(--color-tertiary-container);
  }
  .switch-success {
    --switch-color: var(--color-success);
    --switch-content-color: var(--color-success-content);
    --switch-container-color: var(--color-success-container);
  }
  .switch-warning {
    --switch-color: var(--color-warning);
    --switch-content-color: var(--color-warning-content);
    --switch-container-color: var(--color-warning-container);
  }
  .switch-error {
    --switch-color: var(--color-error);
    --switch-content-color: var(--color-error-content);
    --switch-container-color: var(--color-error-container);
  }
  .switch-info {
    --switch-color: var(--color-info);
    --switch-content-color: var(--color-info-content);
    --switch-container-color: var(--color-info-container);
  }
  .switch-ghost {
    --switch-border-color: transparent;
    --switch-track-color: transparent;
  }
  .switch-label {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    user-select: none;
    font-size: 0.875rem;
    color: var(--color-on-surface);
  }
  .switch-label:has(.switch:disabled) {
    cursor: not-allowed;
    opacity: 0.38;
  }
  .switch-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .switch-group-horizontal {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .switch, .switch::before {
      transition: none !important;
    }
  }
}
@layer components {
  .textarea-container {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 100%;
  }
  .textarea-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface);
    margin-bottom: 0.25rem;
  }
  .textarea-label-floating {
    position: absolute;
    top: 0.75rem;
    left: 1rem;
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-on-surface-variant);
    pointer-events: none;
    transition: all 150ms ease-in-out;
    transform-origin: left top;
    z-index: 1;
  }
  .textarea:focus ~ .textarea-label-floating, .textarea:not(:placeholder-shown) ~ .textarea-label-floating {
    top: -0.5rem;
    left: 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-primary);
    background-color: var(--color-surface);
    padding: 0 0.25rem;
  }
  .textarea-filled ~ .textarea-label-floating {
    background-color: transparent;
  }
  .textarea-filled:focus ~ .textarea-label-floating, .textarea-filled:not(:placeholder-shown) ~ .textarea-label-floating {
    top: 0.25rem;
    left: 0.75rem;
    background-color: transparent;
  }
  .textarea-helper {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.25rem;
  }
  .textarea {
    display: block;
    width: 100%;
    min-height: 6rem;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: inherit;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    outline: none;
    resize: vertical;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .textarea::placeholder {
    color: var(--color-on-surface-variant);
    opacity: 0.7;
  }
  .textarea:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .textarea:focus {
    outline: none;
  }
  .textarea:focus-visible {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .textarea:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
    resize: none;
  }
  .textarea[readonly] {
    background-color: var(--color-surface-container);
    cursor: default;
  }
  .textarea-full {
    width: 100%;
  }
  .textarea-filled {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .textarea-filled:hover:not(:disabled) {
    background-color: var(--color-surface-container-high);
    border-bottom-color: var(--color-on-surface);
  }
  .textarea-filled:focus-visible {
    border-bottom-color: var(--color-primary);
    box-shadow: none;
  }
  .textarea-filled.textarea-primary:focus-visible {
    border-bottom-color: var(--color-primary);
  }
  .textarea-filled.textarea-secondary:focus-visible {
    border-bottom-color: var(--color-secondary);
  }
  .textarea-filled.textarea-tertiary:focus-visible {
    border-bottom-color: var(--color-tertiary);
  }
  .textarea-filled.textarea-info:focus-visible {
    border-bottom-color: var(--color-info);
  }
  .textarea-filled.textarea-success:focus-visible {
    border-bottom-color: var(--color-success);
  }
  .textarea-filled.textarea-warning:focus-visible {
    border-bottom-color: var(--color-warning);
  }
  .textarea-filled.textarea-error:focus-visible {
    border-bottom-color: var(--color-error);
  }
  .textarea-outlined {
    background-color: transparent;
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
  }
  .textarea-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .textarea-ghost:hover:not(:disabled) {
    background-color: var(--color-surface-container);
    border-color: transparent;
  }
  .textarea-ghost:focus-visible {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .textarea-primary {
    color: var(--color-primary);
  }
  .textarea-secondary {
    color: var(--color-secondary);
  }
  .textarea-tertiary {
    color: var(--color-tertiary);
  }
  .textarea-info {
    color: var(--color-info);
  }
  .textarea-success {
    color: var(--color-success);
  }
  .textarea-warning {
    color: var(--color-warning);
  }
  .textarea-error {
    color: var(--color-error);
  }
  .textarea-sm {
    min-height: 4rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-radius: var(--radius-xs);
  }
  .textarea-lg {
    min-height: 8rem;
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    border-radius: var(--radius-sm);
  }
  .textarea-resize-none {
    resize: none;
  }
  .textarea-resize-vertical {
    resize: vertical;
  }
  .textarea-resize-horizontal {
    resize: horizontal;
  }
  .textarea-resize-both {
    resize: both;
  }
  .textarea-auto-resize, .textarea-autosize {
    resize: none;
    overflow: hidden;
    min-height: 3rem;
    field-sizing: content;
  }
  .textarea-counter {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--color-on-surface-variant);
    text-align: right;
  }
  .textarea-counter-error, .textarea-counter-exceeded {
    color: var(--color-error);
  }
  .textarea-container-error .textarea-label {
    color: var(--color-error);
  }
  .textarea-container-error .textarea-helper {
    color: var(--color-error);
  }
  .textarea-container-error .textarea-label-floating {
    color: var(--color-error);
  }
  .textarea-container-error .textarea:focus ~ .textarea-label-floating {
    color: var(--color-error);
  }
  .textarea-container-success .textarea-label {
    color: var(--color-success);
  }
  .textarea-container-success .textarea-helper {
    color: var(--color-success);
  }
  .textarea-container-success .textarea-label-floating {
    color: var(--color-success);
  }
  .textarea-container-success .textarea:focus ~ .textarea-label-floating {
    color: var(--color-success);
  }
  @media (prefers-reduced-motion: reduce) {
    .textarea, .textarea-label-floating {
      transition: none;
    }
  }
}
@layer components {
  .theme-controller-item {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .theme-controller-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border-radius: calc(var(--radius-box, 1.5rem) - 0.25rem);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out, box-shadow 150ms ease-in-out;
    user-select: none;
    white-space: nowrap;
  }
  .theme-controller-label:hover {
    background-color: var(--color-surface-container-high);
  }
  .theme-controller-item:focus-visible + .theme-controller-label {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .theme-controller-item:checked + .theme-controller-label {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    box-shadow: var(--shadow-xs);
  }
  .theme-controller-item:checked + .theme-controller-label:hover {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), black 5%);
    }
  }
  .theme-controller {
    display: inline-flex;
    align-items: stretch;
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-box, 1.5rem);
    padding: 0.25rem;
    gap: 0.125rem;
  }
  .theme-controller-sm {
    padding: 0.125rem;
    border-radius: calc(var(--radius-box, 1.5rem) * 0.75);
  }
  .theme-controller-sm .theme-controller-label {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
    border-radius: calc(var(--radius-box, 1.5rem) * 0.75 - 0.125rem);
  }
  .theme-controller-lg {
    padding: 0.375rem;
    gap: 0.25rem;
    border-radius: calc(var(--radius-box, 1.5rem) * 1.25);
  }
  .theme-controller-lg .theme-controller-label {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
    border-radius: calc(var(--radius-box, 1.5rem) * 1.25 - 0.375rem);
  }
  .theme-controller-icon .theme-controller-label {
    padding: 0.5rem;
  }
  .theme-controller-icon.theme-controller-sm .theme-controller-label {
    padding: 0.375rem;
  }
  .theme-controller-icon.theme-controller-lg .theme-controller-label {
    padding: 0.75rem;
  }
  .theme-controller-dropdown {
    position: relative;
    display: inline-block;
  }
  .theme-controller-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-field, 0.5rem);
    cursor: pointer;
    user-select: none;
    transition: background-color 150ms ease-in-out;
    list-style: none;
  }
  .theme-controller-trigger::-webkit-details-marker {
    display: none;
  }
  .theme-controller-trigger:hover {
    background-color: var(--color-surface-container-high);
  }
  .theme-controller-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .theme-controller-trigger::after {
    content: '';
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    margin-top: -0.125rem;
    transition: transform 150ms ease-in-out;
  }
  .theme-controller-dropdown[open] .theme-controller-trigger::after {
    transform: rotate(-135deg);
    margin-top: 0.125rem;
  }
  .theme-controller-menu {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    z-index: 50;
    min-width: 100%;
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-field, 0.5rem);
    padding: 0.25rem;
    box-shadow: var(--shadow-md);
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }
  .theme-controller-menu .theme-controller-label {
    width: 100%;
    justify-content: flex-start;
    border-radius: calc(var(--radius-field, 0.5rem) - 0.25rem);
  }
  .theme-controller-dropdown-sm .theme-controller-trigger {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .theme-controller-dropdown-sm .theme-controller-menu {
    padding: 0.125rem;
  }
  .theme-controller-dropdown-sm .theme-controller-menu .theme-controller-label {
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .theme-controller-dropdown-lg .theme-controller-trigger {
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .theme-controller-dropdown-lg .theme-controller-menu {
    padding: 0.375rem;
  }
  .theme-controller-dropdown-lg .theme-controller-menu .theme-controller-label {
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .theme-controller-dropdown-icon .theme-controller-trigger {
    padding: 0.5rem;
  }
  .theme-controller-dropdown-icon .theme-controller-trigger::after {
    display: none;
  }
  .theme-controller-dropdown-icon.theme-controller-dropdown-sm .theme-controller-trigger {
    padding: 0.375rem;
  }
  .theme-controller-dropdown-icon.theme-controller-dropdown-lg .theme-controller-trigger {
    padding: 0.75rem;
  }
  .theme-controller-dropdown-end .theme-controller-menu {
    left: auto;
    right: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .theme-controller-label, .theme-controller-trigger, .theme-controller-trigger::after {
      transition: none;
    }
  }
}
@layer components {
  .toggle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    user-select: none;
  }
  .toggle-btn:hover:not(:disabled) {
    background-color: var(--color-surface-variant);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-surface-variant) 50%, transparent);
    }
  }
  .toggle-btn-active, .toggle-btn.active {
    color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
    border-color: var(--color-primary);
  }
  .toggle-btn-active:hover:not(:disabled), .toggle-btn.active:hover:not(:disabled) {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container) 90%, transparent);
    }
  }
  .toggle-btn-primary.toggle-btn-active, .toggle-btn-primary.active {
    color: var(--color-on-primary-container);
    background-color: var(--color-primary-container);
    border-color: var(--color-primary);
  }
  .toggle-btn-secondary.toggle-btn-active, .toggle-btn-secondary.active {
    color: var(--color-on-secondary-container);
    background-color: var(--color-secondary-container);
    border-color: var(--color-secondary);
  }
  .toggle-btn-tertiary.toggle-btn-active, .toggle-btn-tertiary.active {
    color: var(--color-on-tertiary-container);
    background-color: var(--color-tertiary-container);
    border-color: var(--color-tertiary);
  }
  .toggle-btn-info.toggle-btn-active, .toggle-btn-info.active {
    color: var(--color-on-info-container);
    background-color: var(--color-info-container);
    border-color: var(--color-info);
  }
  .toggle-btn-success.toggle-btn-active, .toggle-btn-success.active {
    color: var(--color-on-success-container);
    background-color: var(--color-success-container);
    border-color: var(--color-success);
  }
  .toggle-btn-warning.toggle-btn-active, .toggle-btn-warning.active {
    color: var(--color-on-warning-container);
    background-color: var(--color-warning-container);
    border-color: var(--color-warning);
  }
  .toggle-btn-error.toggle-btn-active, .toggle-btn-error.active {
    color: var(--color-on-error-container);
    background-color: var(--color-error-container);
    border-color: var(--color-error);
  }
  .toggle-btn-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .toggle-btn-ghost:hover:not(:disabled) {
    background-color: var(--color-surface-container);
    border-color: transparent;
  }
  .toggle-btn-ghost.toggle-btn-primary {
    color: var(--color-primary);
  }
  .toggle-btn-ghost.toggle-btn-secondary {
    color: var(--color-secondary);
  }
  .toggle-btn-ghost.toggle-btn-tertiary {
    color: var(--color-tertiary);
  }
  .toggle-btn-ghost.toggle-btn-info {
    color: var(--color-info);
  }
  .toggle-btn-ghost.toggle-btn-success {
    color: var(--color-success);
  }
  .toggle-btn-ghost.toggle-btn-warning {
    color: var(--color-warning);
  }
  .toggle-btn-ghost.toggle-btn-error {
    color: var(--color-error);
  }
  .toggle-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .toggle-btn:disabled, .toggle-btn-disabled {
    opacity: 0.38;
    cursor: not-allowed;
    pointer-events: none;
  }
  .toggle-btn-sm {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
    gap: 0.375rem;
  }
  .toggle-btn-lg {
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    gap: 0.625rem;
  }
  .toggle-group {
    display: inline-flex;
    align-items: center;
    gap: 0;
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    padding: 0.25rem;
    background-color: var(--color-surface-variant);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-surface-variant) 30%, transparent);
    }
  }
  .toggle-group .toggle-btn {
    border: none;
    border-radius: var(--radius-xs);
    margin: 0;
  }
  .toggle-group .toggle-btn:not(:last-child) {
    margin-right: 0.125rem;
  }
  .toggle-group-vertical {
    flex-direction: column;
  }
  .toggle-group-vertical .toggle-btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0.125rem;
  }
  .toggle-group-exclusive .toggle-btn {
    flex: 1;
  }
  .toggle-btn-icon-only {
    padding: 0.625rem;
    aspect-ratio: 1;
  }
  .toggle-btn-icon-only.toggle-btn-sm {
    padding: 0.5rem;
  }
  .toggle-btn-icon-only.toggle-btn-lg {
    padding: 0.875rem;
  }
  .toggle-icon {
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
  }
  .toggle-segmented {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    padding: 0.25rem;
  }
  .toggle-segmented .toggle-btn {
    border: none;
    background-color: transparent;
    border-radius: var(--radius-xs);
  }
  .toggle-segmented .toggle-btn.toggle-btn-active, .toggle-segmented .toggle-btn.active {
    background-color: var(--color-surface-variant);
    border-color: transparent;
    box-shadow: var(--shadow-sm);
  }
  .toggle-chip {
    border-radius: var(--radius-lg);
    padding: 0.5rem 1rem;
  }
  .toggle-chip.toggle-btn-active, .toggle-chip.active {
    background-color: var(--color-primary-container);
    border-color: var(--color-primary-container);
  }
  .toggle-outlined {
    background-color: transparent;
  }
  .toggle-outlined.toggle-btn-active, .toggle-outlined.active {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .toggle-filled {
    background-color: var(--color-surface-variant);
    border: none;
  }
  .toggle-filled.toggle-btn-active, .toggle-filled.active {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .toggle-badge {
    position: relative;
  }
  .toggle-badge::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: var(--color-error);
    border-radius: var(--radius-full);
    border: 2px solid var(--color-surface);
  }
  .toggle-full {
    width: 100%;
  }
  .toggle-group-full {
    width: 100%;
  }
  .toggle-group-full .toggle-btn {
    flex: 1;
  }
  .toggle-loading {
    position: relative;
    pointer-events: none;
  }
  .toggle-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: var(--radius-full);
    animation: toggle-spin 0.6s linear infinite;
  }
  @keyframes toggle-spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .toggle-btn {
      transition: none;
    }
    .toggle-loading::after {
      animation: none;
    }
  }
}
@layer components {
  .time-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
  }
  .time-input-field {
    display: flex;
    width: 100%;
    padding: 0.75rem 2.5rem 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    outline: none;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .time-input-field:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .time-input-field:focus {
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .time-input-field:disabled {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .time-input-icon {
    position: absolute;
    right: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
    pointer-events: none;
  }
  .time-input-segments {
    display: inline-flex;
    align-items: center;
    gap: 0.125rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
  }
  .time-input-segment {
    width: 2rem;
    padding: 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    outline: none;
    transition: background-color 150ms ease-in-out;
  }
  .time-input-segment:focus {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .time-input-separator {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
  }
  .time-input-period {
    display: inline-flex;
    margin-left: 0.5rem;
    background-color: var(--color-surface-container);
    border-radius: var(--radius-xs);
    padding: 0.125rem;
  }
  .time-input-period-btn {
    padding: 0.375rem 0.625rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .time-input-period-btn:hover {
    background-color: var(--color-surface-container-high);
  }
  .time-input-period-btn-active {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .time-input-sm .time-input-field {
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    font-size: 0.875rem;
    border-radius: var(--radius-xs);
  }
  .time-input-sm .time-input-segment {
    width: 1.75rem;
    font-size: 0.875rem;
  }
  .time-input-lg .time-input-field {
    padding: 1rem 3rem 1rem 1.25rem;
    font-size: 1.125rem;
    border-radius: var(--radius-sm);
  }
  .time-input-lg .time-input-segment {
    width: 2.5rem;
    font-size: 1.125rem;
  }
  .time-input-filled .time-input-field, .time-input-filled .time-input-segments {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .time-input-filled .time-input-field:focus, .time-input-filled .time-input-segments:focus-within {
    border-bottom-color: currentColor;
    box-shadow: none;
  }
  .time-input-primary .time-input-field, .time-input-primary .time-input-segments {
    color: var(--color-primary);
  }
  .time-input-primary .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .time-input-secondary .time-input-field, .time-input-secondary .time-input-segments {
    color: var(--color-secondary);
  }
  .time-input-secondary .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .time-input-tertiary .time-input-field, .time-input-tertiary .time-input-segments {
    color: var(--color-tertiary);
  }
  .time-input-tertiary .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .time-input-info .time-input-field, .time-input-info .time-input-segments {
    color: var(--color-info);
  }
  .time-input-info .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .time-input-success .time-input-field, .time-input-success .time-input-segments {
    color: var(--color-success);
  }
  .time-input-success .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .time-input-warning .time-input-field, .time-input-warning .time-input-segments {
    color: var(--color-warning);
  }
  .time-input-warning .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .time-input-error .time-input-field, .time-input-error .time-input-segments {
    color: var(--color-error);
  }
  .time-input-error .time-input-field:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .time-input-ghost .time-input-field, .time-input-ghost .time-input-segments {
    background-color: transparent;
    border-color: transparent;
  }
  .time-input-ghost .time-input-field:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .time-picker-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    display: none;
    min-width: 12rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
  }
  .time-picker-dropdown-open {
    display: block;
  }
  .time-picker-columns {
    display: flex;
    gap: 0.5rem;
    max-height: 12rem;
  }
  .time-picker-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    overflow-y: auto;
  }
  .time-picker-option {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .time-picker-option:hover {
    background-color: var(--color-surface-container);
  }
  .time-picker-option-selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  @media (prefers-reduced-motion: reduce) {
    .time-input-field, .time-input-segment, .time-input-period-btn, .time-picker-option {
      transition: none;
    }
  }
}
@layer components {
  .tree-select {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
  }
  .tree-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    line-height: 1.5rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface);
    border: 1px solid currentColor;
    border-radius: var(--radius-sm);
    cursor: pointer;
    transition: border-color 150ms ease-in-out, box-shadow 150ms ease-in-out;
  }
  .tree-select-trigger:hover:not(:disabled) {
    background-color: var(--color-surface-container);
  }
  .tree-select-trigger:focus {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .tree-select-trigger:disabled, .tree-select-trigger[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  div.tree-select-trigger {
    user-select: none;
  }
  div.tree-select-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .tree-select-value {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--color-on-surface-variant);
  }
  .tree-select-value-selected {
    color: var(--color-on-surface);
  }
  .tree-select-path {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tree-select-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
    transition: transform 150ms ease-in-out;
  }
  .tree-select-open .tree-select-arrow {
    transform: rotate(180deg);
  }
  .tree-select-clear {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    flex-shrink: 0;
    transition: background-color 150ms ease-in-out;
  }
  .tree-select-clear:hover {
    background-color: var(--color-surface-container-high);
  }
  .tree-select-clear svg {
    width: 1rem;
    height: 1rem;
  }
  .tree-select-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 50;
    display: none;
    max-height: 20rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    overflow-y: auto;
  }
  .tree-select-open .tree-select-dropdown {
    display: block;
  }
  .tree-select-dropdown[popover] {
    position: absolute;
    inset: unset;
    margin: 0;
    border: 1px solid var(--color-outline-variant);
  }
  .tree-select-dropdown[popover]:popover-open {
    display: block;
  }
  @supports (anchor-name: --tree-select) {
    .tree-select {
      anchor-name: --tree-select;
    }
    .tree-select-dropdown[popover] {
      position-anchor: --tree-select;
      top: anchor(bottom);
      left: anchor(left);
      right: anchor(right);
      position-try-fallbacks: flip-block;
    }
  }
  .tree-select-search {
    display: flex;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .tree-select-search-input {
    flex: 1;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: none;
    border-radius: var(--radius-xs);
    outline: none;
  }
  .tree-select-search-input:focus {
    background-color: var(--color-surface-container-high);
  }
  .tree-select-options {
    display: flex;
    flex-direction: column;
  }
  .tree-select-node {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .tree-select-node:hover {
    background-color: var(--color-surface-container);
  }
  .tree-select-node-selected {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .tree-select-node-selected:hover {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), black 5%);
    }
  }
  .tree-select-node-leaf {
    padding-left: 2rem;
  }
  .tree-select-node-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    padding: 0;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    flex-shrink: 0;
    transition: transform 150ms ease-in-out;
  }
  .tree-select-node-toggle:hover {
    background-color: var(--color-surface-container-high);
  }
  .tree-select-node-expanded .tree-select-node-toggle, .tree-select-node-expanded > .tree-select-node-toggle {
    transform: rotate(90deg);
  }
  .tree-select-node-icon {
    width: 1rem;
    height: 1rem;
  }
  .tree-select-node-label {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .tree-select-node-custom-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
  }
  .tree-select-children {
    display: none;
    padding-left: 1.5rem;
  }
  .tree-select-node-expanded + .tree-select-children {
    display: block;
  }
  .tree-select-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .tree-select-checkbox-input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .tree-select-checkbox-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1rem;
    height: 1rem;
    background-color: transparent;
    border: 2px solid var(--color-on-surface-variant);
    border-radius: var(--radius-xs);
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out;
  }
  .tree-select-checkbox-input:checked + .tree-select-checkbox-box {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
  .tree-select-checkbox-input:checked + .tree-select-checkbox-box::after {
    content: '';
    display: block;
    width: 0.375rem;
    height: 0.625rem;
    border: 2px solid var(--color-primary-content);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translateY(-1px);
  }
  .tree-select-empty {
    padding: 1rem;
    text-align: center;
    color: var(--color-on-surface-variant);
    font-size: 0.875rem;
  }
  .tree-select-sm .tree-select-trigger {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    border-radius: var(--radius-xs);
  }
  .tree-select-lg .tree-select-trigger {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
    border-radius: var(--radius-sm);
  }
  .tree-select-outlined .tree-select-trigger {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline);
  }
  .tree-select-filled .tree-select-trigger {
    background-color: var(--color-surface-container);
    border: none;
    border-bottom: 2px solid var(--color-outline);
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
  }
  .tree-select-filled .tree-select-trigger:focus {
    border-bottom-color: currentColor;
    box-shadow: none;
  }
  .tree-select-multiple .tree-select-value {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .tree-select-primary .tree-select-trigger {
    color: var(--color-primary);
  }
  .tree-select-primary .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-primary) 10%, transparent);
    }
  }
  .tree-select-secondary .tree-select-trigger {
    color: var(--color-secondary);
  }
  .tree-select-secondary .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-secondary) 10%, transparent);
    }
  }
  .tree-select-tertiary .tree-select-trigger {
    color: var(--color-tertiary);
  }
  .tree-select-tertiary .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-tertiary) 10%, transparent);
    }
  }
  .tree-select-info .tree-select-trigger {
    color: var(--color-info);
  }
  .tree-select-info .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-info) 10%, transparent);
    }
  }
  .tree-select-success .tree-select-trigger {
    color: var(--color-success);
  }
  .tree-select-success .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-success) 10%, transparent);
    }
  }
  .tree-select-warning .tree-select-trigger {
    color: var(--color-warning);
  }
  .tree-select-warning .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-warning) 10%, transparent);
    }
  }
  .tree-select-error .tree-select-trigger {
    color: var(--color-error);
  }
  .tree-select-error .tree-select-trigger:focus {
    box-shadow: 0 0 0 3px var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, var(--color-error) 10%, transparent);
    }
  }
  .tree-select-ghost .tree-select-trigger {
    background-color: transparent;
    border-color: transparent;
  }
  .tree-select-ghost .tree-select-trigger:focus {
    background-color: var(--color-surface-container);
    border-color: transparent;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .tree-select-disabled .tree-select-trigger {
    cursor: not-allowed;
    opacity: 0.5;
    background-color: var(--color-surface-container);
  }
  .tree-select-loading .tree-select-trigger {
    cursor: wait;
  }
  .tree-select-spinner {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid var(--color-outline);
    border-top-color: var(--color-primary);
    border-radius: var(--radius-full);
    animation: tree-select-spin 0.8s linear infinite;
  }
  @keyframes tree-select-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .tree-select-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
    flex: 1;
  }
  .tree-select-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-radius: var(--radius-lg);
  }
  .tree-select-tag-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.875rem;
    height: 0.875rem;
    padding: 0;
    color: inherit;
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    opacity: 0.7;
  }
  .tree-select-tag-remove:hover {
    opacity: 1;
    background-color: currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, currentColor 10%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .tree-select-trigger, .tree-select-arrow, .tree-select-node-toggle, .tree-select-node, .tree-select-checkbox-box {
      transition: none;
    }
    .tree-select-spinner {
      animation: none;
    }
  }
}
@layer components {
  .alert {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    border-radius: var(--radius-sm);
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
    border: 1px solid var(--color-outline);
  }
  .alert-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .alert-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }
  .alert-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
  }
  .alert-description {
    font-size: 0.875rem;
    line-height: 1.25rem;
    opacity: 0.9;
  }
  .alert-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    color: currentColor;
    opacity: 0.7;
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: opacity 150ms ease-in-out;
    flex-shrink: 0;
    margin-left: auto;
  }
  .alert-close:hover {
    opacity: 1;
  }
  .alert-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .alert-info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
    border-color: transparent;
  }
  .alert-success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
    border-color: transparent;
  }
  .alert-warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
    border-color: transparent;
  }
  .alert-error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
    border-color: transparent;
  }
  .alert-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
    border-color: transparent;
  }
  .alert-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
    border-color: transparent;
  }
  .alert-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
    border-color: transparent;
  }
  .alert-filled.alert-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .alert-filled.alert-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .alert-filled.alert-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .alert-filled.alert-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .alert-filled.alert-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .alert-filled.alert-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .alert-filled.alert-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .alert-outlined {
    background-color: transparent;
  }
  .alert-outlined.alert-info {
    border-color: var(--color-info);
    color: var(--color-info);
  }
  .alert-outlined.alert-success {
    border-color: var(--color-success);
    color: var(--color-success);
  }
  .alert-outlined.alert-warning {
    border-color: var(--color-warning);
    color: var(--color-warning);
  }
  .alert-outlined.alert-error {
    border-color: var(--color-error);
    color: var(--color-error);
  }
  .alert-outlined.alert-primary {
    border-color: var(--color-primary);
    color: var(--color-primary);
  }
  .alert-outlined.alert-secondary {
    border-color: var(--color-secondary);
    color: var(--color-secondary);
  }
  .alert-outlined.alert-tertiary {
    border-color: var(--color-tertiary);
    color: var(--color-tertiary);
  }
  .alert-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .alert-ghost.alert-primary {
    color: var(--color-primary);
  }
  .alert-ghost.alert-secondary {
    color: var(--color-secondary);
  }
  .alert-ghost.alert-tertiary {
    color: var(--color-tertiary);
  }
  .alert-ghost.alert-info {
    color: var(--color-info);
  }
  .alert-ghost.alert-success {
    color: var(--color-success);
  }
  .alert-ghost.alert-warning {
    color: var(--color-warning);
  }
  .alert-ghost.alert-error {
    color: var(--color-error);
  }
  .alert-dismissible {
    padding-right: 2.5rem;
    position: relative;
  }
  .alert-dismissible .alert-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
  }
  .alert-compact {
    padding: 0.625rem 0.875rem;
    gap: 0.5rem;
  }
  .alert-compact .alert-icon {
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
  }
  .alert-compact .alert-title, .alert-compact .alert-description {
    font-size: 0.8125rem;
  }
  .alert-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .alert-banner {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .alert-close {
      transition: none;
    }
  }
}
@layer components {
  dialog.dialog {
    position: fixed;
    margin: auto;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 28rem;
    max-height: calc(100vh - 4rem);
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border-radius: var(--radius-2xl);
    box-shadow: var(--shadow-2xl);
    overflow: hidden;
  }
  dialog.dialog::backdrop {
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 50%, transparent);
    }
  }
  .dialog-box {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 4rem);
    overflow: hidden;
  }
  .dialog-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 1.5rem 0;
  }
  .dialog-title {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    margin: 0;
    color: var(--color-on-surface);
  }
  .dialog-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    font-size: 1.25rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    flex-shrink: 0;
  }
  .dialog-close:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .dialog-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .dialog-body {
    padding: 1rem 1.5rem;
    overflow-y: auto;
    color: var(--color-on-surface-variant);
    line-height: 1.5;
  }
  .dialog-footer {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    padding: 1rem 1.5rem 1.5rem;
  }
  .dialog-footer-start {
    justify-content: flex-start;
  }
  .dialog-footer-center {
    justify-content: center;
  }
  .dialog-footer-between {
    justify-content: space-between;
  }
  dialog.dialog.dialog-sm {
    max-width: 20rem;
  }
  dialog.dialog.dialog-lg {
    max-width: 40rem;
  }
  dialog.dialog.dialog-xl {
    max-width: 56rem;
  }
  dialog.dialog.dialog-fullscreen {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin: 0;
  }
  dialog.dialog.dialog-fullscreen .dialog-box {
    max-height: 100%;
  }
  dialog.dialog.dialog-top {
    margin-top: 2rem;
    margin-bottom: auto;
  }
  dialog.dialog.dialog-bottom {
    margin-top: auto;
    margin-bottom: 2rem;
  }
  .dialog-scrollable .dialog-body {
    max-height: 50vh;
    overflow-y: auto;
  }
  .dialog-divider .dialog-header {
    border-bottom: 1px solid var(--color-outline-variant);
    padding-bottom: 1rem;
  }
  .dialog-divider .dialog-footer {
    border-top: 1px solid var(--color-outline-variant);
    padding-top: 1rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .dialog {
      transition: visibility 0ms, opacity 0ms;
    }
    .dialog-box {
      transition: transform 0ms;
    }
  }
}
@layer components {
  .progress {
    position: relative;
    width: 100%;
    height: 0.5rem;
    background-color: var(--color-surface-container-highest);
    border-radius: var(--radius-full);
    overflow: hidden;
  }
  .progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-color: var(--color-primary);
    border-radius: var(--radius-full);
    transition: width 300ms ease-in-out;
  }
  .progress-primary .progress-bar {
    background-color: var(--color-primary);
  }
  .progress-secondary .progress-bar {
    background-color: var(--color-secondary);
  }
  .progress-tertiary .progress-bar {
    background-color: var(--color-tertiary);
  }
  .progress-info .progress-bar {
    background-color: var(--color-info);
  }
  .progress-success .progress-bar {
    background-color: var(--color-success);
  }
  .progress-warning .progress-bar {
    background-color: var(--color-warning);
  }
  .progress-error .progress-bar {
    background-color: var(--color-error);
  }
  .progress-xs {
    height: 0.25rem;
  }
  .progress-sm {
    height: 0.375rem;
  }
  .progress-lg {
    height: 0.75rem;
  }
  .progress-xl {
    height: 1rem;
  }
  .progress-indeterminate .progress-bar {
    width: 30%;
    animation: progress-indeterminate 1.5s infinite ease-in-out;
  }
  @keyframes progress-indeterminate {
    0% {
      left: -30%;
    }
    100% {
      left: 100%;
    }
  }
  .progress-labeled {
    position: relative;
  }
  .progress-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.625rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .progress-striped .progress-bar {
    background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent );
    background-size: 1rem 1rem;
  }
  .progress-striped.progress-animated .progress-bar {
    animation: progress-striped 1s linear infinite;
  }
  @keyframes progress-striped {
    from {
      background-position: 1rem 0;
    }
    to {
      background-position: 0 0;
    }
  }
  .progress-circular {
    position: relative;
    width: 3rem;
    height: 3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .progress-circular svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
  }
  .progress-circular-track {
    fill: none;
    stroke: var(--color-surface-container-highest);
    stroke-width: 4;
  }
  .progress-circular-bar {
    fill: none;
    stroke: var(--color-primary);
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 300ms ease-in-out;
  }
  .progress-circular-label {
    position: absolute;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .progress-circular-sm {
    width: 2rem;
    height: 2rem;
  }
  .progress-circular-sm .progress-circular-label {
    font-size: 0.5rem;
  }
  .progress-circular-lg {
    width: 4rem;
    height: 4rem;
  }
  .progress-circular-lg .progress-circular-label {
    font-size: 1rem;
  }
  .progress-circular-xl {
    width: 6rem;
    height: 6rem;
  }
  .progress-circular-xl .progress-circular-label {
    font-size: 1.25rem;
  }
  .progress-circular-indeterminate svg {
    animation: progress-circular-rotate 2s linear infinite;
  }
  .progress-circular-indeterminate .progress-circular-bar {
    stroke-dasharray: 80, 200;
    stroke-dashoffset: 0;
    animation: progress-circular-dash 1.5s ease-in-out infinite;
  }
  @keyframes progress-circular-rotate {
    100% {
      transform: rotate(270deg);
    }
  }
  @keyframes progress-circular-dash {
    0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
    }
    50% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -15;
    }
    100% {
      stroke-dasharray: 100, 200;
      stroke-dashoffset: -125;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .progress-indeterminate .progress-bar, .progress-striped.progress-animated .progress-bar, .progress-circular-indeterminate svg, .progress-circular-indeterminate .progress-circular-bar {
      animation: none;
    }
  }
}
@layer components {
  .skeleton {
    background-color: var(--color-surface-container-high);
    border-radius: var(--radius-xs);
    animation: skeleton-pulse 2s ease-in-out infinite;
  }
  .skeleton-text {
    height: 1rem;
    width: 100%;
    border-radius: var(--radius-xs);
  }
  .skeleton-circle {
    border-radius: var(--radius-full);
    aspect-ratio: 1;
  }
  .skeleton-rect {
    border-radius: var(--radius-sm);
  }
  .skeleton-rounded {
    border-radius: var(--radius-sm);
  }
  .skeleton-xs {
    height: 0.5rem;
  }
  .skeleton-sm {
    height: 0.75rem;
  }
  .skeleton-md {
    height: 1rem;
  }
  .skeleton-lg {
    height: 1.5rem;
  }
  .skeleton-xl {
    height: 2rem;
  }
  .skeleton-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: var(--radius-full);
  }
  .skeleton-avatar-sm {
    width: 2rem;
    height: 2rem;
  }
  .skeleton-avatar-lg {
    width: 4rem;
    height: 4rem;
  }
  .skeleton-button {
    height: 2.5rem;
    width: 6rem;
    border-radius: var(--radius-sm);
  }
  .skeleton-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: var(--radius-sm);
  }
  .skeleton-card {
    width: 100%;
    border-radius: var(--radius-lg);
    padding: 1rem;
  }
  .skeleton-line {
    height: 0.875rem;
    width: 100%;
    margin-bottom: 0.5rem;
    border-radius: var(--radius-xs);
  }
  .skeleton-line:last-child {
    width: 75%;
    margin-bottom: 0;
  }
  .skeleton-line-short {
    width: 40%;
  }
  .skeleton-line-medium {
    width: 70%;
  }
  @keyframes skeleton-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.4;
    }
  }
  .skeleton-wave {
    position: relative;
    overflow: hidden;
    animation: none;
  }
  .skeleton-wave::after {
    content: '';
    position: absolute;
    inset: 0;
    transform: translateX(-100%);
    background: linear-gradient( 90deg, transparent, rgba(255, 255, 255, 0.3), transparent );
    animation: skeleton-wave 1.5s infinite;
  }
  @keyframes skeleton-wave {
    100% {
      transform: translateX(100%);
    }
  }
  .skeleton-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .skeleton-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  .skeleton-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
  }
  .skeleton-card-body {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .skeleton-table {
    width: 100%;
  }
  .skeleton-table-row {
    display: flex;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .skeleton-table-cell {
    flex: 1;
    height: 1rem;
    border-radius: var(--radius-xs);
  }
  .skeleton-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .skeleton-list-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .skeleton {
      animation: none;
    }
    .skeleton-wave::after {
      animation: none;
    }
  }
}
@layer components {
  .snackbar-container {
    position: fixed;
    z-index: 1100;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    pointer-events: none;
  }
  .snackbar-container-bottom {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .snackbar-container-bottom-left {
    bottom: 0;
    left: 0;
    align-items: flex-start;
  }
  .snackbar-container-bottom-right {
    bottom: 0;
    right: 0;
    align-items: flex-end;
  }
  .snackbar-container-top {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .snackbar-container-top-left {
    top: 0;
    left: 0;
    align-items: flex-start;
  }
  .snackbar-container-top-right {
    top: 0;
    right: 0;
    align-items: flex-end;
  }
  .snackbar {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 20rem;
    max-width: 40rem;
    padding: 0.875rem 1rem;
    background-color: var(--color-surface-container-highest);
    color: var(--color-on-surface);
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow-md);
    pointer-events: auto;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity 200ms ease-out, transform 200ms ease-out;
  }
  .snackbar-container-top .snackbar, .snackbar-container-top-left .snackbar, .snackbar-container-top-right .snackbar {
    transform: translateY(-100%);
  }
  .snackbar.snackbar-open, .snackbar.snackbar-show, .snackbar.show {
    opacity: 1;
    transform: translateY(0);
  }
  .snackbar.snackbar-bottom {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    z-index: 1100;
  }
  .snackbar.snackbar-bottom.snackbar-show {
    transform: translateX(-50%) translateY(0);
  }
  .snackbar.snackbar-bottom-left {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    z-index: 1100;
  }
  .snackbar.snackbar-bottom-right {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 1100;
  }
  .snackbar.snackbar-top {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    z-index: 1100;
  }
  .snackbar.snackbar-top.snackbar-show {
    transform: translateX(-50%) translateY(0);
  }
  .snackbar.snackbar-top-left {
    position: fixed;
    top: 1rem;
    left: 1rem;
    transform: translateY(-100%);
    z-index: 1100;
  }
  .snackbar.snackbar-top-left.snackbar-show {
    transform: translateY(0);
  }
  .snackbar.snackbar-top-right {
    position: fixed;
    top: 1rem;
    right: 1rem;
    transform: translateY(-100%);
    z-index: 1100;
  }
  .snackbar.snackbar-top-right.snackbar-show {
    transform: translateY(0);
  }
  .snackbar.snackbar-bottom-left.snackbar-show, .snackbar.snackbar-bottom-right.snackbar-show {
    transform: translateY(0);
  }
  .snackbar-message {
    flex: 1;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .snackbar-action {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .snackbar-action:hover {
    background-color: var(--color-primary-container);
  }
  .snackbar-action:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .snackbar-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    flex-shrink: 0;
  }
  .snackbar-close:hover {
    background-color: var(--color-surface-container);
  }
  .snackbar-info {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .snackbar-success {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .snackbar-warning {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .snackbar-error {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .snackbar-primary {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .snackbar-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .snackbar-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .snackbar-dark {
    background-color: var(--color-on-surface);
    color: var(--color-surface);
  }
  .snackbar-dark .snackbar-action {
    color: var(--color-primary-container);
  }
  .snackbar-dark .snackbar-close {
    color: var(--color-surface);
  }
  .snackbar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.25rem;
  }
  .snackbar-multiline {
    flex-wrap: wrap;
    min-height: 4rem;
  }
  .snackbar-multiline .snackbar-message {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .snackbar-multiline .snackbar-action {
    margin-left: auto;
  }
  @media (max-width: 640px) {
    .snackbar {
      min-width: calc(100vw - 2rem);
      max-width: calc(100vw - 2rem);
    }
    .snackbar-container {
      left: 0;
      right: 0;
      transform: none;
    }
    .snackbar-container-bottom, .snackbar-container-top {
      align-items: stretch;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .snackbar {
      transition: opacity 0ms, transform 0ms;
    }
  }
}
@layer components {
  .toast-container {
    position: fixed;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 1rem;
    pointer-events: none;
  }
  .toast-container-top-right {
    top: 0;
    right: 0;
    align-items: flex-end;
  }
  .toast-container-top-left {
    top: 0;
    left: 0;
    align-items: flex-start;
  }
  .toast-container-top-center {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .toast-container-bottom-right {
    bottom: 0;
    right: 0;
    align-items: flex-end;
  }
  .toast-container-bottom-left {
    bottom: 0;
    left: 0;
    align-items: flex-start;
  }
  .toast-container-bottom-center {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .toast {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    width: 22rem;
    max-width: calc(100vw - 2rem);
    padding: 1rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    pointer-events: auto;
    opacity: 0;
    transform: translateX(100%);
    transition: opacity 300ms ease-out, transform 300ms ease-out;
  }
  .toast-container-top-left .toast, .toast-container-bottom-left .toast {
    transform: translateX(-100%);
  }
  .toast-container-top-center .toast, .toast-container-bottom-center .toast {
    transform: translateY(-20px);
  }
  .toast.toast-open, .toast.show, .toast-show {
    opacity: 1;
    transform: translateX(0) translateY(0);
  }
  .toast-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .toast-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
    min-width: 0;
  }
  .toast-title {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--color-on-surface);
  }
  .toast-message {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--color-on-surface-variant);
  }
  .toast-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    flex-shrink: 0;
    margin-left: auto;
  }
  .toast-close:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .toast-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .toast-actions {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
  }
  .toast-info {
    border-color: var(--color-info);
  }
  .toast-info .toast-icon {
    color: var(--color-info);
  }
  .toast-success {
    border-color: var(--color-success);
  }
  .toast-success .toast-icon {
    color: var(--color-success);
  }
  .toast-warning {
    border-color: var(--color-warning);
  }
  .toast-warning .toast-icon {
    color: var(--color-warning);
  }
  .toast-error {
    border-color: var(--color-error);
  }
  .toast-error .toast-icon {
    color: var(--color-error);
  }
  .toast-primary {
    border-color: var(--color-primary);
  }
  .toast-primary .toast-icon {
    color: var(--color-primary);
  }
  .toast-secondary {
    border-color: var(--color-secondary);
  }
  .toast-secondary .toast-icon {
    color: var(--color-secondary);
  }
  .toast-tertiary {
    border-color: var(--color-tertiary);
  }
  .toast-tertiary .toast-icon {
    color: var(--color-tertiary);
  }
  .toast-filled.toast-info {
    background-color: var(--color-info-container);
    border-color: transparent;
    color: var(--color-on-info-container);
  }
  .toast-filled.toast-success {
    background-color: var(--color-success-container);
    border-color: transparent;
    color: var(--color-on-success-container);
  }
  .toast-filled.toast-warning {
    background-color: var(--color-warning-container);
    border-color: transparent;
    color: var(--color-on-warning-container);
  }
  .toast-filled.toast-error {
    background-color: var(--color-error-container);
    border-color: transparent;
    color: var(--color-on-error-container);
  }
  .toast-filled.toast-primary {
    background-color: var(--color-primary-container);
    border-color: transparent;
    color: var(--color-on-primary-container);
  }
  .toast-filled.toast-secondary {
    background-color: var(--color-secondary-container);
    border-color: transparent;
    color: var(--color-on-secondary-container);
  }
  .toast-filled.toast-tertiary {
    background-color: var(--color-tertiary-container);
    border-color: transparent;
    color: var(--color-on-tertiary-container);
  }
  .toast-filled .toast-title, .toast-filled .toast-message {
    color: inherit;
  }
  .toast-ghost {
    background-color: transparent;
    border-color: transparent;
  }
  .toast-ghost.toast-primary {
    color: var(--color-primary);
  }
  .toast-ghost.toast-secondary {
    color: var(--color-secondary);
  }
  .toast-ghost.toast-tertiary {
    color: var(--color-tertiary);
  }
  .toast-ghost.toast-info {
    color: var(--color-info);
  }
  .toast-ghost.toast-success {
    color: var(--color-success);
  }
  .toast-ghost.toast-warning {
    color: var(--color-warning);
  }
  .toast-ghost.toast-error {
    color: var(--color-error);
  }
  .toast-ghost .toast-title, .toast-ghost .toast-message {
    color: inherit;
  }
  .toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background-color: currentColor;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    animation: toast-progress linear forwards;
  }
  @keyframes toast-progress {
    from {
      width: 100%;
    }
    to {
      width: 0%;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .toast {
      transition: opacity 0ms;
      transform: none;
    }
    .toast-progress {
      animation: none;
    }
  }
}
@layer components {
  .tooltip {
    position: relative;
    display: inline-block;
  }
  .tooltip-content {
    position: absolute;
    z-index: 1000;
    padding: 0.375rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    white-space: nowrap;
    background-color: var(--color-on-surface);
    color: var(--color-surface);
    border-radius: var(--radius-xs);
    box-shadow: var(--shadow-md);
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
    pointer-events: none;
  }
  .tooltip-content::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 0.375rem solid transparent;
  }
  .tooltip:hover .tooltip-content, .tooltip:focus-within .tooltip-content, .tooltip-open .tooltip-content {
    opacity: 1;
    visibility: visible;
  }
  .tooltip .tooltip-content {
    bottom: 100%;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-bottom: 0.5rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tooltip .tooltip-content::before {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-top-color: var(--color-on-surface);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .tooltip.tooltip-bottom .tooltip-content {
    top: 100%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-top: 0.5rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .tooltip.tooltip-bottom .tooltip-content::before {
    bottom: 100%;
    top: auto;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-bottom-color: var(--color-on-surface);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
  }
  .tooltip.tooltip-left .tooltip-content {
    right: 100%;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin-right: 0.5rem;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip.tooltip-left .tooltip-content::before {
    left: 100%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-left-color: var(--color-on-surface);
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .tooltip.tooltip-right .tooltip-content {
    left: 100%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    margin-left: 0.5rem;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .tooltip.tooltip-right .tooltip-content::before {
    right: 100%;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-right-color: var(--color-on-surface);
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
  }
  .tooltip.tooltip-light .tooltip-content {
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    border: 1px solid var(--color-outline);
    box-shadow: var(--shadow-md);
  }
  .tooltip.tooltip-light .tooltip-content::before {
    border-top-color: var(--color-surface);
  }
  .tooltip.tooltip-light.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-surface);
  }
  .tooltip.tooltip-light.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-surface);
  }
  .tooltip.tooltip-light.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-surface);
  }
  .tooltip.tooltip-primary .tooltip-content {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .tooltip.tooltip-primary .tooltip-content::before {
    border-top-color: var(--color-primary);
  }
  .tooltip.tooltip-primary.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-primary);
  }
  .tooltip.tooltip-primary.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-primary);
  }
  .tooltip.tooltip-primary.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-primary);
  }
  .tooltip.tooltip-secondary .tooltip-content {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .tooltip.tooltip-secondary .tooltip-content::before {
    border-top-color: var(--color-secondary);
  }
  .tooltip.tooltip-secondary.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-secondary);
  }
  .tooltip.tooltip-secondary.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-secondary);
  }
  .tooltip.tooltip-secondary.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-secondary);
  }
  .tooltip.tooltip-error .tooltip-content {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .tooltip.tooltip-error .tooltip-content::before {
    border-top-color: var(--color-error);
  }
  .tooltip.tooltip-error.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-error);
  }
  .tooltip.tooltip-error.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-error);
  }
  .tooltip.tooltip-error.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-error);
  }
  .tooltip.tooltip-tertiary .tooltip-content {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .tooltip.tooltip-tertiary .tooltip-content::before {
    border-top-color: var(--color-tertiary);
  }
  .tooltip.tooltip-tertiary.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-tertiary);
  }
  .tooltip.tooltip-tertiary.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-tertiary);
  }
  .tooltip.tooltip-tertiary.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-tertiary);
  }
  .tooltip.tooltip-info .tooltip-content {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .tooltip.tooltip-info .tooltip-content::before {
    border-top-color: var(--color-info);
  }
  .tooltip.tooltip-info.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-info);
  }
  .tooltip.tooltip-info.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-info);
  }
  .tooltip.tooltip-info.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-info);
  }
  .tooltip.tooltip-success .tooltip-content {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .tooltip.tooltip-success .tooltip-content::before {
    border-top-color: var(--color-success);
  }
  .tooltip.tooltip-success.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-success);
  }
  .tooltip.tooltip-success.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-success);
  }
  .tooltip.tooltip-success.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-success);
  }
  .tooltip.tooltip-warning .tooltip-content {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .tooltip.tooltip-warning .tooltip-content::before {
    border-top-color: var(--color-warning);
  }
  .tooltip.tooltip-warning.tooltip-bottom .tooltip-content::before {
    border-bottom-color: var(--color-warning);
  }
  .tooltip.tooltip-warning.tooltip-left .tooltip-content::before {
    border-left-color: var(--color-warning);
  }
  .tooltip.tooltip-warning.tooltip-right .tooltip-content::before {
    border-right-color: var(--color-warning);
  }
  .tooltip-multiline .tooltip-content {
    white-space: normal;
    max-width: 16rem;
    text-align: center;
  }
  .tooltip-rich .tooltip-content {
    padding: 0.75rem 1rem;
    max-width: 20rem;
    white-space: normal;
    text-align: left;
  }
  .tooltip-rich-title {
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
  }
  .tooltip-rich-description {
    font-size: 0.75rem;
    font-weight: 400;
    opacity: 0.9;
  }
  .tooltip-delay .tooltip-content {
    transition-delay: 300ms;
  }
  .tooltip-delay-long .tooltip-content {
    transition-delay: 500ms;
  }
  .tooltip-interactive .tooltip-content {
    pointer-events: auto;
  }
  @media (prefers-reduced-motion: reduce) {
    .tooltip-content {
      transition: none;
    }
  }
}
@layer components {
  .appbar {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    min-height: 4rem;
    padding: 0 1rem;
    background-color: var(--color-surface);
    color: var(--color-on-surface);
    box-shadow: var(--shadow-sm);
  }
  .appbar-static {
    position: static;
  }
  .appbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .appbar-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
  }
  .appbar-top {
    top: 0;
  }
  .appbar-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    z-index: 1000;
  }
  .appbar-elevated {
    box-shadow: var(--shadow-sm);
  }
  .appbar-flat {
    box-shadow: none;
  }
  .appbar-bordered {
    border-bottom: 1px solid var(--color-outline-variant);
    box-shadow: none;
  }
  .appbar-transparent {
    background-color: transparent;
    box-shadow: none;
  }
  .appbar-blur {
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }
  .appbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    flex-shrink: 0;
  }
  .appbar-nav:hover {
    background-color: var(--color-surface-container);
  }
  .appbar-nav:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .appbar-title {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .appbar-subtitle {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .appbar-title-group {
    flex: 1;
    min-width: 0;
  }
  .appbar-title-group .appbar-title {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .appbar-actions {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
  }
  .appbar-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .appbar-action:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .appbar-action:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .appbar-brand {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-shrink: 0;
  }
  .appbar-logo {
    height: 2rem;
    width: auto;
  }
  .appbar-sm {
    min-height: 3rem;
    padding: 0 0.75rem;
  }
  .appbar-sm .appbar-title {
    font-size: 1rem;
  }
  .appbar-lg {
    min-height: 5rem;
    padding: 0 1.5rem;
  }
  .appbar-lg .appbar-title {
    font-size: 1.5rem;
  }
  .appbar-compact {
    min-height: 3rem;
    padding: 0 0.75rem;
  }
  .appbar-compact .appbar-title, .appbar-compact .appbar-heading {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .appbar-compact .appbar-nav, .appbar-compact .appbar-action, .appbar-compact .appbar-back {
    width: 2rem;
    height: 2rem;
  }
  .appbar-comfortable {
    min-height: 5rem;
    padding: 0 1.5rem;
  }
  .appbar-comfortable .appbar-title, .appbar-comfortable .appbar-heading {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .appbar-leading {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
  }
  .appbar-trailing {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-grow: 1;
    justify-content: flex-end;
    margin-left: auto;
  }
  .appbar-heading {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .appbar-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    flex-shrink: 0;
  }
  .appbar-back:hover {
    background-color: var(--color-surface-container);
  }
  .appbar-back:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .appbar .appbar-search, input.appbar-search {
    flex: 1;
    max-width: 32rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: none;
    border-radius: var(--radius-full);
    transition: background-color 150ms ease-in-out;
  }
  .appbar .appbar-search:focus, input.appbar-search:focus {
    outline: none;
    background-color: var(--color-surface-container-high);
  }
  .appbar .appbar-search::placeholder, input.appbar-search::placeholder {
    color: var(--color-on-surface-variant);
  }
  .appbar-primary {
    background-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .appbar-primary .appbar-nav, .appbar-primary .appbar-action, .appbar-primary .appbar-back {
    color: var(--color-primary-content);
  }
  .appbar-primary .appbar-nav:hover, .appbar-primary .appbar-action:hover, .appbar-primary .appbar-back:hover {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .appbar-primary .appbar-subtitle {
    color: var(--color-primary-content);
    opacity: 0.8;
  }
  .appbar-secondary {
    background-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .appbar-secondary .appbar-nav, .appbar-secondary .appbar-action, .appbar-secondary .appbar-back {
    color: var(--color-secondary-content);
  }
  .appbar-secondary .appbar-nav:hover, .appbar-secondary .appbar-action:hover, .appbar-secondary .appbar-back:hover {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .appbar-secondary .appbar-subtitle {
    color: var(--color-secondary-content);
    opacity: 0.8;
  }
  .appbar-tertiary {
    background-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .appbar-tertiary .appbar-nav, .appbar-tertiary .appbar-action, .appbar-tertiary .appbar-back {
    color: var(--color-tertiary-content);
  }
  .appbar-tertiary .appbar-nav:hover, .appbar-tertiary .appbar-action:hover, .appbar-tertiary .appbar-back:hover {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .appbar-tertiary .appbar-subtitle {
    color: var(--color-tertiary-content);
    opacity: 0.8;
  }
  .appbar-info {
    background-color: var(--color-info);
    color: var(--color-info-content);
  }
  .appbar-info .appbar-nav, .appbar-info .appbar-action, .appbar-info .appbar-back {
    color: var(--color-info-content);
  }
  .appbar-info .appbar-nav:hover, .appbar-info .appbar-action:hover, .appbar-info .appbar-back:hover {
    background-color: var(--color-info-container);
    color: var(--color-on-info-container);
  }
  .appbar-info .appbar-subtitle {
    color: var(--color-info-content);
    opacity: 0.8;
  }
  .appbar-success {
    background-color: var(--color-success);
    color: var(--color-success-content);
  }
  .appbar-success .appbar-nav, .appbar-success .appbar-action, .appbar-success .appbar-back {
    color: var(--color-success-content);
  }
  .appbar-success .appbar-nav:hover, .appbar-success .appbar-action:hover, .appbar-success .appbar-back:hover {
    background-color: var(--color-success-container);
    color: var(--color-on-success-container);
  }
  .appbar-success .appbar-subtitle {
    color: var(--color-success-content);
    opacity: 0.8;
  }
  .appbar-warning {
    background-color: var(--color-warning);
    color: var(--color-warning-content);
  }
  .appbar-warning .appbar-nav, .appbar-warning .appbar-action, .appbar-warning .appbar-back {
    color: var(--color-warning-content);
  }
  .appbar-warning .appbar-nav:hover, .appbar-warning .appbar-action:hover, .appbar-warning .appbar-back:hover {
    background-color: var(--color-warning-container);
    color: var(--color-on-warning-container);
  }
  .appbar-warning .appbar-subtitle {
    color: var(--color-warning-content);
    opacity: 0.8;
  }
  .appbar-error {
    background-color: var(--color-error);
    color: var(--color-error-content);
  }
  .appbar-error .appbar-nav, .appbar-error .appbar-action, .appbar-error .appbar-back {
    color: var(--color-error-content);
  }
  .appbar-error .appbar-nav:hover, .appbar-error .appbar-action:hover, .appbar-error .appbar-back:hover {
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
  }
  .appbar-error .appbar-subtitle {
    color: var(--color-error-content);
    opacity: 0.8;
  }
  .appbar-surface {
    background-color: var(--color-surface);
  }
  .appbar-surface-container {
    background-color: var(--color-surface-container);
  }
  .appbar-surface-container-low {
    background-color: var(--color-surface-container-low);
  }
  .appbar-surface-container-high {
    background-color: var(--color-surface-container-high);
  }
  .appbar-surface-container-highest {
    background-color: var(--color-surface-container-highest);
  }
  .appbar-center {
    justify-content: space-between;
  }
  .appbar-center .appbar-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: none;
  }
  .appbar-dense {
    min-height: 3rem;
    padding: 0 0.5rem;
  }
  .appbar-dense .appbar-nav, .appbar-dense .appbar-action {
    width: 2rem;
    height: 2rem;
  }
  .appbar-prominent {
    flex-direction: column;
    align-items: flex-start;
    min-height: 8rem;
    padding: 1rem;
  }
  .appbar-prominent .appbar-row {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.5rem;
  }
  .appbar-prominent .appbar-title {
    font-size: 2rem;
    font-weight: 400;
    margin-top: auto;
    padding-bottom: 0.5rem;
  }
  .appbar-search {
    flex: 1;
    max-width: 32rem;
    margin: 0 1rem;
  }
  .appbar-search-input {
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: var(--color-surface-container);
    border: none;
    border-radius: var(--radius-full);
    transition: background-color 150ms ease-in-out;
  }
  .appbar-search-input:focus {
    outline: none;
    background-color: var(--color-surface-container-high);
  }
  .appbar-search-input::placeholder {
    color: var(--color-on-surface-variant);
  }
  @media (max-width: 640px) {
    .appbar {
      padding: 0 0.5rem;
    }
    .appbar-title {
      font-size: 1rem;
    }
    .appbar-search {
      margin: 0 0.5rem;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .appbar-nav, .appbar-action, .appbar-search-input {
      transition: none;
    }
  }
}
@layer components {
  .divider {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 1rem 0;
    white-space: nowrap;
  }
  .divider:not(:empty) {
    gap: 1rem;
  }
  .divider::before, .divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--color-outline-variant);
  }
  .divider-vertical {
    flex-direction: column;
    width: auto;
    margin: 0 1rem;
    align-self: stretch;
  }
  .divider-vertical::before, .divider-vertical::after {
    width: 1px;
    height: unset;
  }
  .divider-thin::before, .divider-thin::after {
    height: 1px;
  }
  .divider-thin.divider-vertical::before, .divider-thin.divider-vertical::after {
    width: 1px;
    height: unset;
  }
  .divider-medium::before, .divider-medium::after {
    height: 2px;
  }
  .divider-medium.divider-vertical::before, .divider-medium.divider-vertical::after {
    width: 2px;
    height: unset;
  }
  .divider-thick::before, .divider-thick::after {
    height: 4px;
  }
  .divider-thick.divider-vertical::before, .divider-thick.divider-vertical::after {
    width: 4px;
    height: unset;
  }
  .divider-dashed::before, .divider-dashed::after {
    background-color: transparent;
    background-image: linear-gradient( to right, var(--color-outline-variant) 50%, transparent 50% );
    background-size: 8px 1px;
    background-repeat: repeat-x;
  }
  .divider-dashed.divider-vertical::before, .divider-dashed.divider-vertical::after {
    background-image: linear-gradient( to bottom, var(--color-outline-variant) 50%, transparent 50% );
    background-size: 1px 8px;
    background-repeat: repeat-y;
  }
  .divider-dotted::before, .divider-dotted::after {
    background-color: transparent;
    background-image: linear-gradient( to right, var(--color-outline-variant) 25%, transparent 25% );
    background-size: 4px 1px;
    background-repeat: repeat-x;
  }
  .divider-dotted.divider-vertical::before, .divider-dotted.divider-vertical::after {
    background-image: linear-gradient( to bottom, var(--color-outline-variant) 25%, transparent 25% );
    background-size: 1px 4px;
    background-repeat: repeat-y;
  }
  .divider-primary::before, .divider-primary::after {
    background-color: var(--color-primary);
  }
  .divider-primary.divider-dashed::before, .divider-primary.divider-dashed::after {
    background-image: linear-gradient( to right, var(--color-primary) 50%, transparent 50% );
  }
  .divider-primary.divider-dashed.divider-vertical::before, .divider-primary.divider-dashed.divider-vertical::after {
    background-image: linear-gradient( to bottom, var(--color-primary) 50%, transparent 50% );
  }
  .divider-secondary::before, .divider-secondary::after {
    background-color: var(--color-secondary);
  }
  .divider-tertiary::before, .divider-tertiary::after {
    background-color: var(--color-tertiary);
  }
  .divider-info::before, .divider-info::after {
    background-color: var(--color-info);
  }
  .divider-success::before, .divider-success::after {
    background-color: var(--color-success);
  }
  .divider-warning::before, .divider-warning::after {
    background-color: var(--color-warning);
  }
  .divider-error::before, .divider-error::after {
    background-color: var(--color-error);
  }
  .divider-gradient::before, .divider-gradient::after {
    background: linear-gradient( to right, transparent, var(--color-outline-variant) 20%, var(--color-outline-variant) 80%, transparent );
  }
  .divider-gradient.divider-vertical::before, .divider-gradient.divider-vertical::after {
    background: linear-gradient( to bottom, transparent, var(--color-outline-variant) 20%, var(--color-outline-variant) 80%, transparent );
  }
  .divider-start::before {
    flex: 0 0 2rem;
  }
  .divider-end::after {
    flex: 0 0 2rem;
  }
  .divider-vertical.divider-start::before {
    flex: 0 0 2rem;
  }
  .divider-vertical.divider-end::after {
    flex: 0 0 2rem;
  }
  .divider-compact {
    margin: 0.25rem 0;
  }
  .divider-compact:not(:empty) {
    gap: 0.5rem;
  }
  .divider-compact.divider-vertical {
    margin: 0 0.25rem;
  }
  .divider-comfortable {
    margin: 1.5rem 0;
  }
  .divider-comfortable.divider-vertical {
    margin: 0 1.5rem;
  }
  .divider-spacious {
    margin: 2rem 0;
  }
  .divider-spacious:not(:empty) {
    gap: 1.5rem;
  }
  .divider-spacious.divider-vertical {
    margin: 0 2rem;
  }
  .divider-none {
    margin: 0;
  }
  .divider-xs {
    margin: 0.25rem 0;
  }
  .divider-xs.divider-vertical {
    margin: 0 0.25rem;
  }
  .divider-sm {
    margin: 0.5rem 0;
  }
  .divider-sm.divider-vertical {
    margin: 0 0.5rem;
  }
  .divider-lg {
    margin: 1.5rem 0;
  }
  .divider-lg.divider-vertical {
    margin: 0 1.5rem;
  }
  .divider-xl {
    margin: 2rem 0;
  }
  .divider-xl.divider-vertical {
    margin: 0 2rem;
  }
  .divider-inset {
    padding-left: 4rem;
  }
  .divider-inset-right {
    padding-right: 4rem;
  }
  .divider-inset-both {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .divider-list {
    margin: 0;
    padding-left: 1rem;
  }
  .divider-card {
    margin: 0;
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .divider-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    width: 100%;
    margin: 1rem 0;
    white-space: nowrap;
  }
  .divider-text:not(:empty) {
    gap: 1rem;
  }
  .divider-text::before, .divider-text::after {
    content: '';
    flex: 1;
    height: 1px;
    background-color: var(--color-outline-variant);
  }
  .divider-text-left::before, .divider-text-left.divider-text::before {
    flex: 0 0 2rem;
  }
  .divider-text-right::after, .divider-text-right.divider-text::after {
    flex: 0 0 2rem;
  }
}
@layer components {
  .bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    min-height: 5rem;
    padding-bottom: env(safe-area-inset-bottom, 0);
    background-color: var(--color-surface);
    box-shadow: 0 -1px 3px 0 var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 -1px 3px 0 color-mix(in srgb, var(--color-shadow) 10%, transparent);
    }
  }
  .bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 4rem;
    max-width: 10rem;
    padding: 0.75rem 0.25rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: color 150ms ease-in-out;
    text-decoration: none;
    gap: 0.25rem;
  }
  .bottom-nav-item:hover {
    color: var(--color-on-surface);
  }
  .bottom-nav-item:focus-visible {
    outline: none;
  }
  .bottom-nav-item:focus-visible .bottom-nav-indicator {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .bottom-nav-item.active {
    color: var(--color-on-surface);
  }
  .bottom-nav-indicator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 2rem;
    border-radius: var(--radius-lg);
    transition: background-color 150ms ease-in-out;
  }
  .bottom-nav-item:hover .bottom-nav-indicator {
    background-color: var(--color-surface-container);
  }
  .bottom-nav-item.active .bottom-nav-indicator {
    background-color: var(--color-secondary-container);
  }
  .bottom-nav-icon {
    font-size: 1.5rem;
    line-height: 1;
    transition: font-size 150ms ease-in-out;
  }
  .bottom-nav-label {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
  }
  .bottom-nav-item.active .bottom-nav-label {
    font-weight: 600;
  }
  .bottom-nav-badge {
    position: absolute;
    top: 0;
    right: 0.5rem;
    min-width: 1rem;
    height: 1rem;
    padding: 0 0.25rem;
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1rem;
    color: var(--color-error-content);
    background-color: var(--color-error);
    border-radius: var(--radius-full);
    text-align: center;
  }
  .bottom-nav-badge-dot {
    min-width: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    top: 0.125rem;
    right: 0.75rem;
  }
  .bottom-nav-elevated {
    box-shadow: 0 -4px 6px -1px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 -4px 6px -1px color-mix(in srgb, var(--color-shadow) 10%, transparent);
    }
  }
  .bottom-nav-bordered {
    box-shadow: none;
    border-top: 1px solid var(--color-outline-variant);
  }
  .bottom-nav-filled {
    background-color: var(--color-surface-container);
  }
  .bottom-nav-primary .bottom-nav-item.active .bottom-nav-indicator {
    background-color: var(--color-primary-container);
  }
  .bottom-nav-primary .bottom-nav-item.active {
    color: var(--color-on-primary-container);
  }
  .bottom-nav-icons-only .bottom-nav-label {
    display: none;
  }
  .bottom-nav-icons-only .bottom-nav-item {
    padding: 1rem 0.25rem;
  }
  .bottom-nav-labels-active .bottom-nav-label {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 150ms ease-in-out, max-height 150ms ease-in-out;
  }
  .bottom-nav-labels-active .bottom-nav-item.active .bottom-nav-label {
    opacity: 1;
    max-height: 1rem;
  }
  .bottom-nav-shifting .bottom-nav-item {
    flex: 0 1 4rem;
    transition: flex 200ms ease-in-out;
  }
  .bottom-nav-shifting .bottom-nav-item.active {
    flex: 1 1 6rem;
  }
  .bottom-nav-shifting .bottom-nav-label {
    opacity: 0;
    transform: translateY(0.5rem);
    transition: opacity 150ms ease-in-out, transform 150ms ease-in-out;
  }
  .bottom-nav-shifting .bottom-nav-item.active .bottom-nav-label {
    opacity: 1;
    transform: translateY(0);
  }
  .nav-rail {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 5rem;
    padding: 1rem 0;
    background-color: var(--color-surface);
    border-right: 1px solid var(--color-outline-variant);
  }
  .nav-rail .bottom-nav-item {
    width: 100%;
    padding: 0.5rem;
    margin: 0.25rem 0;
  }
  .nav-rail .bottom-nav-indicator {
    width: 3.5rem;
    height: 2rem;
  }
  @media (min-width: 768px) {
    .bottom-nav-responsive {
      position: relative;
      bottom: auto;
      justify-content: flex-start;
      gap: 0.5rem;
      min-height: 3rem;
      padding: 0 1rem;
      box-shadow: none;
      border-bottom: 1px solid var(--color-outline-variant);
    }
    .bottom-nav-responsive .bottom-nav-item {
      flex: 0 0 auto;
      flex-direction: row;
      gap: 0.5rem;
      padding: 0.75rem 1rem;
    }
    .bottom-nav-responsive .bottom-nav-indicator {
      width: auto;
      height: auto;
      background-color: transparent !important;
    }
    .bottom-nav-responsive .bottom-nav-item.active {
      border-bottom: 2px solid var(--color-primary);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .bottom-nav-item, .bottom-nav-indicator, .bottom-nav-icon, .bottom-nav-label, .bottom-nav-shifting .bottom-nav-item {
      transition: none;
    }
  }
}
@layer components {
  .circle-menu {
    --circle-menu-size: 3rem;
    --circle-menu-item-size: 3rem;
    --circle-menu-radius: 5.5rem;
    --circle-menu-icon-size: 1.25rem;
    --circle-menu-bar-width: 1.125rem;
    --circle-menu-bar-height: 0.1875rem;
    --circle-menu-bar-gap: 0.375rem;
    --circle-menu-btn-bg: var(--color-primary-container);
    --circle-menu-bar-color: var(--color-on-primary-container);
    --circle-menu-item-bg: var(--color-primary-container);
    --circle-menu-item-color: var(--color-on-primary-container);
    --circle-menu-item-ring: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-primary) 30%, transparent);
    }
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--circle-menu-size);
    height: var(--circle-menu-size);
  }
  .circle-menu-toggler {
    position: absolute;
    inset: 0;
    margin: auto;
    width: var(--circle-menu-size);
    height: var(--circle-menu-size);
    z-index: 10;
    opacity: 0;
    cursor: pointer;
  }
  .circle-menu-label {
    position: absolute;
    inset: 0;
    margin: auto;
    display: block;
    width: var(--circle-menu-size);
    height: var(--circle-menu-size);
    border-radius: var(--radius-full);
    background-color: var(--circle-menu-btn-bg);
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
  .circle-menu-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--circle-menu-bar-width);
    height: var(--circle-menu-bar-height);
    border-radius: var(--radius-full);
    background-color: var(--circle-menu-bar-color);
    box-shadow: 0 var(--circle-menu-bar-gap) 0 var(--circle-menu-bar-color), 0 calc(-1 * var(--circle-menu-bar-gap)) 0 var(--circle-menu-bar-color);
    transform: translate(-50%, -50%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .circle-menu-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--circle-menu-bar-width);
    height: var(--circle-menu-bar-height);
    border-radius: var(--radius-full);
    background-color: var(--circle-menu-bar-color);
    transform: translate(-50%, -50%) rotate(-45deg);
    opacity: 0;
    transition: opacity 0.25s ease;
  }
  .circle-menu-toggler:hover + .circle-menu-label {
    background-color: var(--circle-menu-btn-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--circle-menu-btn-bg) 80%, var(--circle-menu-bar-color));
    }
  }
  .circle-menu-toggler:focus-visible + .circle-menu-label {
    outline: none;
    box-shadow: 0 0 0 3px var(--circle-menu-item-ring);
  }
  .circle-menu-toggler:checked + .circle-menu-label::before {
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .circle-menu-toggler:checked + .circle-menu-label::after {
    opacity: 1;
  }
  .circle-menu-list {
    position: absolute;
    inset: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    pointer-events: none;
  }
  .circle-menu-item {
    position: absolute;
    inset: 0;
    margin: auto;
    width: var(--circle-menu-item-size);
    height: var(--circle-menu-item-size);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  }
  .circle-menu-item a, .circle-menu-item button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: var(--radius-full);
    text-decoration: none;
    font-size: var(--circle-menu-icon-size);
    color: var(--circle-menu-item-color);
    background-color: var(--circle-menu-item-bg);
    border: none;
    cursor: pointer;
    pointer-events: none;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
  }
  .circle-menu-item a:hover, .circle-menu-item button:hover {
    background-color: var(--circle-menu-item-bg);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--circle-menu-item-bg) 80%, var(--circle-menu-item-color));
    }
    box-shadow: 0 0 0 3px var(--circle-menu-item-ring);
  }
  .circle-menu-item a:focus-visible, .circle-menu-item button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--circle-menu-item-ring);
  }
  .circle-menu-item:nth-child(1) a, .circle-menu-item:nth-child(1) button {
    transform: rotate(0deg);
  }
  .circle-menu-item:nth-child(2) a, .circle-menu-item:nth-child(2) button {
    transform: rotate(-60deg);
  }
  .circle-menu-item:nth-child(3) a, .circle-menu-item:nth-child(3) button {
    transform: rotate(-120deg);
  }
  .circle-menu-item:nth-child(4) a, .circle-menu-item:nth-child(4) button {
    transform: rotate(-180deg);
  }
  .circle-menu-item:nth-child(5) a, .circle-menu-item:nth-child(5) button {
    transform: rotate(-240deg);
  }
  .circle-menu-item:nth-child(6) a, .circle-menu-item:nth-child(6) button {
    transform: rotate(-300deg);
  }
  .circle-menu-toggler:checked ~ .circle-menu-list {
    pointer-events: auto;
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item {
    opacity: 1;
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item a, .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item button {
    pointer-events: auto;
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(1) {
    transform: rotate(0deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(2) {
    transform: rotate(60deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(3) {
    transform: rotate(120deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(4) {
    transform: rotate(180deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(5) {
    transform: rotate(240deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-toggler:checked ~ .circle-menu-list .circle-menu-item:nth-child(6) {
    transform: rotate(300deg) translateX(calc(-1 * var(--circle-menu-radius)));
  }
  .circle-menu-sm {
    --circle-menu-size: 2.5rem;
    --circle-menu-item-size: 2.5rem;
    --circle-menu-radius: 4.5rem;
    --circle-menu-icon-size: 1rem;
    --circle-menu-bar-width: 0.9375rem;
    --circle-menu-bar-gap: 0.3125rem;
  }
  .circle-menu-lg {
    --circle-menu-size: 3.5rem;
    --circle-menu-item-size: 3.5rem;
    --circle-menu-radius: 6.5rem;
    --circle-menu-icon-size: 1.5rem;
    --circle-menu-bar-width: 1.3125rem;
    --circle-menu-bar-gap: 0.4375rem;
  }
  .circle-menu-primary {
    --circle-menu-btn-bg: var(--color-primary);
    --circle-menu-bar-color: var(--color-primary-content);
    --circle-menu-item-bg: var(--color-primary);
    --circle-menu-item-color: var(--color-primary-content);
    --circle-menu-item-ring: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-primary) 40%, transparent);
    }
  }
  .circle-menu-secondary {
    --circle-menu-btn-bg: var(--color-secondary);
    --circle-menu-bar-color: var(--color-secondary-content);
    --circle-menu-item-bg: var(--color-secondary);
    --circle-menu-item-color: var(--color-secondary-content);
    --circle-menu-item-ring: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-secondary) 40%, transparent);
    }
  }
  .circle-menu-tertiary {
    --circle-menu-btn-bg: var(--color-tertiary);
    --circle-menu-bar-color: var(--color-tertiary-content);
    --circle-menu-item-bg: var(--color-tertiary);
    --circle-menu-item-color: var(--color-tertiary-content);
    --circle-menu-item-ring: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-tertiary) 40%, transparent);
    }
  }
  .circle-menu-info {
    --circle-menu-btn-bg: var(--color-info);
    --circle-menu-bar-color: var(--color-info-content);
    --circle-menu-item-bg: var(--color-info);
    --circle-menu-item-color: var(--color-info-content);
    --circle-menu-item-ring: var(--color-info);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-info) 40%, transparent);
    }
  }
  .circle-menu-success {
    --circle-menu-btn-bg: var(--color-success);
    --circle-menu-bar-color: var(--color-success-content);
    --circle-menu-item-bg: var(--color-success);
    --circle-menu-item-color: var(--color-success-content);
    --circle-menu-item-ring: var(--color-success);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-success) 40%, transparent);
    }
  }
  .circle-menu-warning {
    --circle-menu-btn-bg: var(--color-warning);
    --circle-menu-bar-color: var(--color-warning-content);
    --circle-menu-item-bg: var(--color-warning);
    --circle-menu-item-color: var(--color-warning-content);
    --circle-menu-item-ring: var(--color-warning);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-warning) 40%, transparent);
    }
  }
  .circle-menu-error {
    --circle-menu-btn-bg: var(--color-error);
    --circle-menu-bar-color: var(--color-error-content);
    --circle-menu-item-bg: var(--color-error);
    --circle-menu-item-color: var(--color-error-content);
    --circle-menu-item-ring: var(--color-error);
    @supports (color: color-mix(in lab, red, red)) {
      --circle-menu-item-ring: color-mix(in oklch, var(--color-error) 40%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .circle-menu-label {
      transition: none;
    }
    .circle-menu-label::before, .circle-menu-label::after {
      transition: none;
    }
    .circle-menu-item {
      transition: none;
    }
    .circle-menu-item a, .circle-menu-item button {
      transition: none;
    }
  }
}
@layer components {
  .drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 50%, transparent);
    }
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-out, visibility 300ms ease-out;
  }
  .drawer-backdrop-show {
    opacity: 1;
    visibility: visible;
  }
  .drawer {
    position: fixed;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    background-color: var(--color-surface-container-low);
    box-shadow: var(--shadow-2xl);
    transition: transform 300ms ease-out;
  }
  .drawer-surface {
    background-color: var(--color-surface);
  }
  .drawer-surface-container {
    background-color: var(--color-surface-container);
  }
  .drawer-surface-container-low {
    background-color: var(--color-surface-container-low);
  }
  .drawer-surface-container-high {
    background-color: var(--color-surface-container-high);
  }
  .drawer-left {
    top: 0;
    left: 0;
    bottom: 0;
    width: 20rem;
    max-width: calc(100vw - 3.5rem);
    transform: translateX(-100%);
    border-radius: 0 var(--radius-lg) var(--radius-lg) 0;
  }
  .drawer-left.drawer-open {
    transform: translateX(0);
  }
  .drawer-right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 20rem;
    max-width: calc(100vw - 3.5rem);
    transform: translateX(100%);
    border-radius: var(--radius-lg) 0 0 var(--radius-lg);
  }
  .drawer-right.drawer-open {
    transform: translateX(0);
  }
  .drawer-top {
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 80vh;
    transform: translateY(-100%);
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }
  .drawer-top.drawer-open {
    transform: translateY(0);
  }
  .drawer-bottom {
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    max-height: 80vh;
    transform: translateY(100%);
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }
  .drawer-bottom.drawer-open {
    transform: translateY(0);
  }
  .drawer-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--color-outline-variant);
    flex-shrink: 0;
  }
  .drawer-title {
    flex: 1;
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .drawer-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .drawer-close:hover {
    background-color: var(--color-surface-container);
  }
  .drawer-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .drawer-body {
    flex: 1;
    overflow-y: auto;
    padding: 0.5rem 0.75rem;
  }
  .drawer-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-top: 1px solid var(--color-outline-variant);
    flex-shrink: 0;
  }
  .drawer-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-2xl);
    cursor: pointer;
    text-decoration: none;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    width: 100%;
  }
  .drawer-item:hover {
    background-color: var(--color-surface-container);
    color: var(--color-on-surface);
  }
  .drawer-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .drawer-item-active, .drawer-item-active-primary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .drawer-item-active-secondary {
    background-color: var(--color-secondary-container);
    color: var(--color-on-secondary-container);
  }
  .drawer-item-active-tertiary {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
  }
  .drawer-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .drawer-item-badge {
    padding: 0.125rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    background-color: var(--color-error-container);
    color: var(--color-on-error-container);
    border-radius: var(--radius-full);
    margin-left: auto;
  }
  .drawer-item-nested {
    padding-left: 3rem;
  }
  .drawer-item-nested-2 {
    padding-left: 4.5rem;
  }
  .drawer-label {
    padding: 0.75rem 1rem 0.5rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-on-surface-variant);
  }
  .drawer-divider {
    height: 1px;
    margin: 0.5rem 1rem;
    background-color: var(--color-outline-variant);
  }
  .drawer-profile {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .drawer-profile-avatar {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: var(--radius-full);
    background-color: var(--color-primary-container);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--color-on-primary-container);
    flex-shrink: 0;
  }
  .drawer-profile-info {
    flex: 1;
    min-width: 0;
  }
  .drawer-profile-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .drawer-profile-email {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .drawer-permanent {
    position: relative;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    border-right: 1px solid var(--color-outline-variant);
  }
  .drawer-permanent.drawer-right {
    border-right: none;
    border-left: 1px solid var(--color-outline-variant);
  }
  .drawer-rail {
    width: 5rem;
    overflow: hidden;
    transition: width 300ms ease-out;
  }
  .drawer-rail:hover, .drawer-rail.expanded {
    width: 20rem;
  }
  .drawer-rail .drawer-item span:not(.drawer-item-icon) {
    opacity: 0;
    transition: opacity 150ms ease-out;
  }
  .drawer-rail:hover .drawer-item span:not(.drawer-item-icon), .drawer-rail.expanded .drawer-item span:not(.drawer-item-icon) {
    opacity: 1;
  }
  .drawer-sm {
    width: 12rem;
  }
  .drawer-md {
    width: 16rem;
  }
  .drawer-lg {
    width: 20rem;
  }
  .drawer-xl {
    width: 24rem;
  }
  .drawer-full {
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .drawer, .drawer-backdrop, .drawer-close, .drawer-item, .drawer-rail {
      transition: none;
    }
  }
}
@layer components {
  .nested-menu {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0.5rem;
    gap: 0.125rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
  }
  .nested-menu-title {
    padding: 0.75rem 0.75rem 0.25rem;
    font-size: 0.6875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-on-surface-variant);
    user-select: none;
  }
  .nested-menu li > a, .nested-menu li > button {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: inherit;
    color: var(--color-on-surface);
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: var(--radius-field, 0.375rem);
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .nested-menu li > a:hover, .nested-menu li > button:hover {
    background-color: var(--color-surface-container);
  }
  .nested-menu li > a:focus-visible, .nested-menu li > button:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .nested-menu li > a.active, .nested-menu li > button.active, .nested-menu li > a[aria-current="page"], .nested-menu li > button[aria-current="page"] {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .nested-menu li > a.active:hover, .nested-menu li > button.active:hover, .nested-menu li > a[aria-current="page"]:hover, .nested-menu li > button[aria-current="page"]:hover {
    background-color: var(--color-primary-container);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary-container), var(--color-on-primary-container) 8%);
    }
  }
  .nested-menu li.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .nested-menu details {
    width: 100%;
  }
  .nested-menu summary {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: inherit;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-field, 0.375rem);
    cursor: pointer;
    list-style: none;
    transition: background-color 150ms ease-in-out;
  }
  .nested-menu summary::-webkit-details-marker {
    display: none;
  }
  .nested-menu summary::marker {
    display: none;
    content: "";
  }
  .nested-menu summary:hover {
    background-color: var(--color-surface-container);
  }
  .nested-menu summary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .nested-menu summary::after {
    content: "";
    display: inline-block;
    margin-left: auto;
    width: 0.375rem;
    height: 0.375rem;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 200ms ease-in-out;
    flex-shrink: 0;
    opacity: 0.6;
  }
  .nested-menu details[open] > summary::after {
    transform: rotate(45deg);
  }
  .nested-menu details > ul {
    list-style: none;
    margin: 0;
    padding: 0.125rem 0 0.125rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
  }
  .nested-menu-xs {
    font-size: 0.75rem;
    padding: 0.25rem;
  }
  .nested-menu-xs li > a, .nested-menu-xs li > button, .nested-menu-xs summary {
    padding: 0.25rem 0.5rem;
    gap: 0.375rem;
  }
  .nested-menu-xs .nested-menu-title {
    padding: 0.5rem 0.5rem 0.125rem;
    font-size: 0.625rem;
  }
  .nested-menu-sm {
    font-size: 0.8125rem;
    padding: 0.375rem;
  }
  .nested-menu-sm li > a, .nested-menu-sm li > button, .nested-menu-sm summary {
    padding: 0.375rem 0.625rem;
    gap: 0.375rem;
  }
  .nested-menu-sm .nested-menu-title {
    padding: 0.625rem 0.625rem 0.1875rem;
    font-size: 0.625rem;
  }
  .nested-menu-lg {
    font-size: 1rem;
    padding: 0.625rem;
  }
  .nested-menu-lg li > a, .nested-menu-lg li > button, .nested-menu-lg summary {
    padding: 0.625rem 1rem;
    gap: 0.625rem;
  }
  .nested-menu-lg .nested-menu-title {
    padding: 0.875rem 1rem 0.375rem;
    font-size: 0.75rem;
  }
  .nested-menu-bordered {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-card, 0.75rem);
    box-shadow: var(--shadow-sm);
  }
  .nested-menu-compact {
    padding: 0.25rem;
    gap: 0;
  }
  .nested-menu-compact li > a, .nested-menu-compact li > button, .nested-menu-compact summary {
    padding: 0.3125rem 0.625rem;
  }
  .nested-menu-compact .nested-menu-title {
    padding: 0.5rem 0.625rem 0.125rem;
  }
  .nested-menu-compact details > ul {
    padding: 0 0 0 0.75rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .nested-menu li > a, .nested-menu li > button, .nested-menu summary, .nested-menu summary::after {
      transition: none;
    }
  }
}
@layer components {
  .stepper {
    display: flex;
    align-items: flex-start;
    gap: 0;
  }
  .stepper-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
  }
  .stepper-step-connector {
    position: absolute;
    top: 1.25rem;
    left: calc(50% + 1.25rem);
    width: calc(100% - 2.5rem);
    height: 2px;
    background-color: var(--color-outline-variant);
  }
  .stepper-step:last-child .stepper-step-connector {
    display: none;
  }
  .stepper-step-completed .stepper-step-connector {
    background-color: var(--color-primary);
  }
  .stepper-step-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    z-index: 1;
    background: none;
    border: none;
    padding: 0;
  }
  .stepper-step-button:focus-visible {
    outline: none;
  }
  .stepper-step-button:focus-visible .stepper-step-icon {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .stepper-step-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface-variant);
    background-color: var(--color-surface);
    border: 2px solid var(--color-outline-variant);
    border-radius: var(--radius-full);
    transition: background-color 150ms ease-in-out, border-color 150ms ease-in-out, color 150ms ease-in-out;
  }
  .stepper-step-active .stepper-step-icon {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .stepper-step-completed .stepper-step-icon {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-primary-content);
  }
  .stepper-step-error .stepper-step-icon {
    background-color: var(--color-error);
    border-color: var(--color-error);
    color: var(--color-error-content);
  }
  .stepper-step-disabled .stepper-step-icon {
    opacity: 0.6;
    cursor: not-allowed;
  }
  .stepper-step-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    text-align: center;
  }
  .stepper-step-active .stepper-step-label {
    color: var(--color-primary);
  }
  .stepper-step-error .stepper-step-label {
    color: var(--color-error);
  }
  .stepper-step-description {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.125rem;
    text-align: center;
  }
  .stepper-step-content {
    margin-top: 1.5rem;
    padding: 0 1rem;
    width: 100%;
  }
  .stepper-step-optional::after {
    content: '(Optional)';
    display: block;
    font-size: 0.6875rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.125rem;
  }
  .stepper-vertical {
    flex-direction: column;
    align-items: flex-start;
  }
  .stepper-vertical .stepper-step {
    flex-direction: row;
    align-items: flex-start;
    width: 100%;
  }
  .stepper-vertical .stepper-step-connector {
    top: 2.5rem;
    left: 1.25rem;
    width: 2px;
    height: calc(100% - 2.5rem);
    transform: translateX(-50%);
  }
  .stepper-vertical .stepper-step-button {
    flex-direction: row;
    align-items: center;
  }
  .stepper-vertical .stepper-step-label, .stepper-vertical .stepper-step-description {
    text-align: left;
    margin-left: 1rem;
  }
  .stepper-vertical .stepper-step-content {
    margin-top: 0;
    margin-left: 3.5rem;
    padding: 1rem 0 1.5rem;
  }
  .stepper-secondary .stepper-step-active .stepper-step-icon, .stepper-secondary .stepper-step-completed .stepper-step-icon {
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-secondary-content);
  }
  .stepper-secondary .stepper-step-completed .stepper-step-connector {
    background-color: var(--color-secondary);
  }
  .stepper-secondary .stepper-step-active .stepper-step-label {
    color: var(--color-secondary);
  }
  .stepper-tertiary .stepper-step-active .stepper-step-icon, .stepper-tertiary .stepper-step-completed .stepper-step-icon {
    background-color: var(--color-tertiary);
    border-color: var(--color-tertiary);
    color: var(--color-tertiary-content);
  }
  .stepper-tertiary .stepper-step-completed .stepper-step-connector {
    background-color: var(--color-tertiary);
  }
  .stepper-tertiary .stepper-step-active .stepper-step-label {
    color: var(--color-tertiary);
  }
  .stepper-sm .stepper-step-icon {
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
  }
  .stepper-sm .stepper-step-connector {
    top: 1rem;
    left: calc(50% + 1rem);
    width: calc(100% - 2rem);
  }
  .stepper-sm .stepper-step-label {
    font-size: 0.75rem;
  }
  .stepper-sm .stepper-step-description {
    font-size: 0.625rem;
  }
  .stepper-lg .stepper-step-icon {
    width: 3rem;
    height: 3rem;
    font-size: 1rem;
  }
  .stepper-lg .stepper-step-connector {
    top: 1.5rem;
    left: calc(50% + 1.5rem);
    width: calc(100% - 3rem);
  }
  .stepper-alt-labels .stepper-step-connector {
    top: 1.25rem;
    left: calc(50% + 2rem);
    width: calc(100% - 4rem);
  }
  .stepper-dots {
    gap: 0.5rem;
  }
  .stepper-dots .stepper-step-icon {
    width: 0.75rem;
    height: 0.75rem;
    font-size: 0;
    border-width: 0;
    background-color: var(--color-outline-variant);
  }
  .stepper-dots .stepper-step-active .stepper-step-icon {
    width: 1.5rem;
    border-radius: var(--radius-full);
    background-color: var(--color-primary);
  }
  .stepper-dots .stepper-step-completed .stepper-step-icon {
    background-color: var(--color-primary);
  }
  .stepper-dots .stepper-step-connector {
    display: none;
  }
  .stepper-dots .stepper-step-label, .stepper-dots .stepper-step-description {
    display: none;
  }
  .stepper-clickable .stepper-step-button {
    cursor: pointer;
  }
  .stepper-clickable .stepper-step-button:hover .stepper-step-icon {
    border-color: var(--color-primary);
  }
  .stepper-clickable .stepper-step-completed .stepper-step-button:hover .stepper-step-icon {
    background-color: var(--color-primary-container);
  }
  .stepper-step-disabled .stepper-step-button {
    cursor: not-allowed;
    opacity: 0.6;
  }
  .stepper-icons .stepper-step-icon {
    font-size: 1.25rem;
  }
  @media (prefers-reduced-motion: reduce) {
    .stepper-step-icon, .stepper-dots .stepper-step-icon {
      transition: none;
    }
  }
}
@layer components {
  .accordion {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-md);
    overflow: hidden;
  }
  .accordion-item {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    margin-top: -1px;
  }
  .accordion-item:first-child {
    margin-top: 0;
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .accordion-item:last-child {
    border-bottom-left-radius: var(--radius-md);
    border-bottom-right-radius: var(--radius-md);
  }
  .accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 150ms ease-in-out;
  }
  .accordion-header:hover {
    background-color: var(--color-surface-container);
  }
  .accordion-header:focus-visible {
    outline: none;
    background-color: var(--color-surface-container);
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .accordion-item.open .accordion-header {
    background-color: var(--color-surface-container);
  }
  .accordion-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    color: var(--color-on-surface-variant);
    flex-shrink: 0;
  }
  .accordion-title {
    flex: 1;
  }
  .accordion-subtitle {
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--color-on-surface-variant);
    margin-top: 0.125rem;
  }
  .accordion-expand {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: auto;
    color: var(--color-on-surface-variant);
    transition: transform 200ms ease-in-out;
    flex-shrink: 0;
  }
  .accordion-item.open .accordion-expand {
    transform: rotate(180deg);
  }
  .accordion-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 200ms ease-in-out;
  }
  .accordion-item.open .accordion-content {
    grid-template-rows: 1fr;
  }
  .accordion-body {
    overflow: hidden;
  }
  .accordion-body-inner {
    padding: 0 1rem 1rem;
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
    line-height: 1.5;
  }
  .accordion-borderless .accordion-item {
    border: none;
    border-bottom: 1px solid var(--color-outline-variant);
    border-radius: 0;
  }
  .accordion-borderless .accordion-item:last-child {
    border-bottom: none;
  }
  .accordion-separated .accordion-item {
    margin-top: 0.5rem;
    border-radius: var(--radius-md);
  }
  .accordion-separated .accordion-item:first-child {
    margin-top: 0;
  }
  .accordion-filled .accordion-item {
    background-color: var(--color-surface-container);
    border: none;
  }
  .accordion-filled .accordion-header:hover, .accordion-filled .accordion-item.open .accordion-header {
    background-color: var(--color-surface-container-high);
  }
  .accordion-compact .accordion-header {
    padding: 0.75rem;
  }
  .accordion-compact .accordion-body-inner {
    padding: 0 0.75rem 0.75rem;
  }
  .accordion-lg .accordion-header {
    padding: 1.25rem;
    font-size: 1rem;
  }
  .accordion-lg .accordion-body-inner {
    padding: 0 1.25rem 1.25rem;
    font-size: 1rem;
  }
  .accordion-item.disabled .accordion-header {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: transparent;
  }
  .accordion-item.disabled .accordion-header:hover {
    background-color: transparent;
  }
  .accordion-flush {
    border-radius: 0;
  }
  .accordion-flush .accordion-item:first-child, .accordion-flush .accordion-item:last-child {
    border-radius: 0;
  }
  .accordion-multiple .accordion-item.open + .accordion-item.open {
    border-top-color: transparent;
  }
  .accordion-actions {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background-color: var(--color-surface-container);
    border-top: 1px solid var(--color-outline-variant);
  }
  .accordion-nested {
    margin: 0 -1rem;
    border-radius: 0;
  }
  .accordion-nested .accordion-item {
    border-left: none;
    border-right: none;
    border-radius: 0;
  }
  .accordion-primary .accordion-item.open .accordion-header {
    background-color: var(--color-primary-container);
    color: var(--color-on-primary-container);
  }
  .accordion-primary .accordion-item.open .accordion-expand {
    color: var(--color-on-primary-container);
  }
  @media (prefers-reduced-motion: reduce) {
    .accordion-content, .accordion-expand, .accordion-header {
      transition: none;
    }
  }
}
@layer components {
  .bottomsheet-backdrop {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 50%, transparent);
    }
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease-out, visibility 300ms ease-out;
  }
  .bottomsheet-backdrop.show {
    opacity: 1;
    visibility: visible;
  }
  .bottomsheet {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1200;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
    background-color: var(--color-surface);
    border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
    box-shadow: 0 -25px 50px -12px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 -25px 50px -12px color-mix(in srgb, var(--color-shadow) 25%, transparent);
    }
    transform: translateY(100%);
    transition: transform 300ms ease-out;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
  .bottomsheet.show {
    transform: translateY(0);
  }
  .bottomsheet-handle {
    display: flex;
    justify-content: center;
    padding: 1rem;
    cursor: grab;
    touch-action: none;
  }
  .bottomsheet-handle::before {
    content: '';
    width: 2rem;
    height: 0.25rem;
    background-color: var(--color-outline-variant);
    border-radius: var(--radius-full);
  }
  .bottomsheet-handle:active {
    cursor: grabbing;
  }
  .bottomsheet-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0 1.5rem 1rem;
    flex-shrink: 0;
  }
  .bottomsheet-title {
    flex: 1;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-on-surface);
  }
  .bottomsheet-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-full);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .bottomsheet-close:hover {
    background-color: var(--color-surface-container);
  }
  .bottomsheet-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .bottomsheet-content {
    flex: 1;
    overflow-y: auto;
    padding: 0 1.5rem;
    overscroll-behavior: contain;
  }
  .bottomsheet-footer {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-top: 1px solid var(--color-outline-variant);
    flex-shrink: 0;
  }
  .bottomsheet-list {
    display: flex;
    flex-direction: column;
    margin: 0 -1.5rem;
  }
  .bottomsheet-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    text-decoration: none;
    transition: background-color 150ms ease-in-out;
  }
  .bottomsheet-item:hover {
    background-color: var(--color-surface-container);
  }
  .bottomsheet-item:focus-visible {
    outline: none;
    background-color: var(--color-surface-container);
    box-shadow: inset 0 0 0 2px var(--color-primary);
  }
  .bottomsheet-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-on-surface-variant);
    font-size: 1.25rem;
    flex-shrink: 0;
  }
  .bottomsheet-item-content {
    flex: 1;
    min-width: 0;
  }
  .bottomsheet-item-label {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bottomsheet-item-description {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    margin-top: 0.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bottomsheet-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.5rem;
    padding: 0.5rem 0;
  }
  .bottomsheet-grid-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 0.5rem;
    font-size: 0.75rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .bottomsheet-grid-item:hover {
    background-color: var(--color-surface-container);
  }
  .bottomsheet-grid-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    font-size: 1.5rem;
    background-color: var(--color-surface-container-high);
    border-radius: var(--radius-full);
    color: var(--color-on-surface-variant);
  }
  .bottomsheet-sm {
    max-height: 50vh;
  }
  .bottomsheet-lg {
    max-height: 95vh;
  }
  .bottomsheet-full {
    max-height: 100vh;
    height: 100vh;
    border-radius: 0;
  }
  .bottomsheet-persistent {
    position: absolute;
    box-shadow: 0 -4px 6px -1px var(--color-shadow);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 -4px 6px -1px color-mix(in srgb, var(--color-shadow) 10%, transparent);
    }
  }
  .bottomsheet-peek {
    max-height: 30vh;
  }
  .bottomsheet-half {
    max-height: 50vh;
  }
  .bottomsheet-expanded {
    max-height: 90vh;
  }
  .bottomsheet-detents {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
  }
  .bottomsheet-detent {
    width: 0.25rem;
    height: 1rem;
    background-color: var(--color-outline-variant);
    border-radius: var(--radius-full);
    cursor: pointer;
  }
  .bottomsheet-detent.active {
    background-color: var(--color-primary);
  }
  .bottomsheet-divider {
    height: 1px;
    margin: 0.5rem 0;
    background-color: var(--color-outline-variant);
  }
  .bottomsheet-section-title {
    padding: 0.75rem 0;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-on-surface-variant);
  }
  @media (min-width: 768px) {
    .bottomsheet-responsive {
      left: auto;
      right: 0;
      top: 0;
      bottom: 0;
      width: 24rem;
      max-width: calc(100vw - 3.5rem);
      max-height: 100vh;
      border-radius: var(--radius-lg) 0 0 var(--radius-lg);
      transform: translateX(100%);
    }
    .bottomsheet-responsive.show {
      transform: translateX(0);
    }
    .bottomsheet-responsive .bottomsheet-handle {
      display: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .bottomsheet, .bottomsheet-backdrop, .bottomsheet-close, .bottomsheet-item, .bottomsheet-grid-item {
      transition: none;
    }
  }
}
@layer components {
  .collapse {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius-sm);
    background-color: var(--color-surface);
    visibility: visible !important;
  }
  .collapse-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    text-align: left;
  }
  .collapse-trigger:hover {
    background-color: var(--color-surface-container);
  }
  .collapse-trigger:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .collapse-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    transition: transform 300ms ease-in-out;
    flex-shrink: 0;
  }
  .collapse-content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 300ms ease-in-out;
    overflow: hidden;
  }
  .collapse-content > * {
    overflow: hidden;
    padding: 0 1rem;
  }
  .collapse-open .collapse-content {
    grid-template-rows: 1fr;
  }
  .collapse-open .collapse-content > * {
    padding: 0 1rem 1rem;
  }
  .collapse-open .collapse-icon {
    transform: rotate(180deg);
  }
  .collapse-closed .collapse-content {
    grid-template-rows: 0fr;
  }
  .collapse.show .collapse-content {
    grid-template-rows: 1fr;
  }
  .collapse.show .collapse-content > * {
    padding: 0 1rem 1rem;
  }
  .collapse.show .collapse-icon {
    transform: rotate(180deg);
  }
  .collapse-fade {
    opacity: 0;
    transition: grid-template-rows 300ms ease-in-out, opacity 200ms ease-in-out;
  }
  .collapse-fade.show {
    opacity: 1;
    transition: grid-template-rows 300ms ease-in-out, opacity 300ms ease-in-out 100ms;
  }
  .collapse-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--color-primary);
    background-color: transparent;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
    border-radius: var(--radius-sm);
  }
  .collapse-toggle:hover {
    background-color: var(--color-primary-container);
  }
  .collapse-toggle:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .collapse-toggle-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    transition: transform 200ms ease-in-out;
  }
  .collapse-toggle[aria-expanded="true"] .collapse-toggle-icon {
    transform: rotate(180deg);
  }
  .collapse-card {
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
  }
  .collapse-card .collapse-toggle, .collapse-card .collapse-trigger {
    width: 100%;
    justify-content: space-between;
    padding: 1rem;
    border-radius: 0;
    color: var(--color-on-surface);
  }
  .collapse-card .collapse-toggle:hover, .collapse-card .collapse-trigger:hover {
    background-color: var(--color-surface-container);
  }
  .collapse-card .collapse-inner, .collapse-card .collapse-content > * {
    padding: 0 1rem 1rem;
    color: var(--color-on-surface-variant);
  }
  .collapse-bordered {
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-sm);
  }
  .collapse-ghost {
    background-color: transparent;
  }
  .collapse-ghost .collapse-trigger:hover {
    background-color: var(--color-on-surface);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-on-surface) 5%, transparent);
    }
  }
  .collapse-primary .collapse-trigger {
    color: var(--color-primary);
  }
  .collapse-primary .collapse-trigger:hover {
    background-color: var(--color-primary-container);
  }
  .collapse-secondary .collapse-trigger {
    color: var(--color-secondary);
  }
  .collapse-secondary .collapse-trigger:hover {
    background-color: var(--color-secondary-container);
  }
  .collapse-tertiary .collapse-trigger {
    color: var(--color-tertiary);
  }
  .collapse-tertiary .collapse-trigger:hover {
    background-color: var(--color-tertiary-container);
  }
  .collapse-info .collapse-trigger {
    color: var(--color-info);
  }
  .collapse-info .collapse-trigger:hover {
    background-color: var(--color-info-container);
  }
  .collapse-success .collapse-trigger {
    color: var(--color-success);
  }
  .collapse-success .collapse-trigger:hover {
    background-color: var(--color-success-container);
  }
  .collapse-warning .collapse-trigger {
    color: var(--color-warning);
  }
  .collapse-warning .collapse-trigger:hover {
    background-color: var(--color-warning-container);
  }
  .collapse-error .collapse-trigger {
    color: var(--color-error);
  }
  .collapse-error .collapse-trigger:hover {
    background-color: var(--color-error-container);
  }
  .collapse-sm .collapse-trigger {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
  }
  .collapse-sm .collapse-content > * {
    padding: 0 0.75rem;
  }
  .collapse-sm.collapse-open .collapse-content > * {
    padding: 0 0.75rem 0.75rem;
  }
  .collapse-lg .collapse-trigger {
    padding: 1rem 1.25rem;
    font-size: 1.125rem;
  }
  .collapse-lg .collapse-content > * {
    padding: 0 1.25rem;
  }
  .collapse-lg.collapse-open .collapse-content > * {
    padding: 0 1.25rem 1.25rem;
  }
  .collapse-divider .collapse-trigger {
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .collapse-divider.collapse-open .collapse-trigger {
    border-bottom-color: var(--color-outline-variant);
  }
  .collapse-disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .collapse-disabled .collapse-trigger {
    cursor: not-allowed;
  }
  .collapse-loading .collapse-trigger::after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    border: 2px solid var(--color-outline);
    border-top-color: var(--color-primary);
    border-radius: var(--radius-full);
    animation: collapse-spin 0.8s linear infinite;
  }
  @keyframes collapse-spin {
    to {
      transform: rotate(360deg);
    }
  }
  .collapse-slide .collapse-content > * {
    transform: translateY(-0.5rem);
    opacity: 0;
    transition: transform 300ms ease-in-out, opacity 200ms ease-in-out;
  }
  .collapse-slide.collapse-open .collapse-content > * {
    transform: translateY(0);
    opacity: 1;
  }
  .collapse-horizontal {
    display: grid;
    grid-template-columns: 0fr;
    transition: grid-template-columns 300ms ease-in-out;
  }
  .collapse-horizontal.show {
    grid-template-columns: 1fr;
  }
  .collapse-horizontal .collapse-content {
    overflow: hidden;
    white-space: nowrap;
  }
  .collapse-horizontal-fixed {
    display: block;
    width: 0;
    overflow: hidden;
    transition: width 300ms ease-in-out;
  }
  .collapse-horizontal-fixed.show {
    width: var(--collapse-width, 20rem);
  }
  .collapse-nested {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 2px solid var(--color-outline-variant);
  }
  .collapse-showmore {
    position: relative;
  }
  .collapse-showmore:not(.show)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3rem;
    background: linear-gradient(to bottom, transparent, var(--color-surface));
    pointer-events: none;
  }
  .collapse-showmore-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: var(--color-primary);
    background-color: transparent;
    border: none;
    cursor: pointer;
  }
  .collapse-showmore-toggle:hover {
    text-decoration: underline;
  }
  .collapse-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  .collapse-fast {
    transition-duration: 150ms;
  }
  .collapse-slow {
    transition-duration: 500ms;
  }
  .collapse-ease-in {
    transition-timing-function: ease-in;
  }
  .collapse-ease-out {
    transition-timing-function: ease-out;
  }
  .collapse-ease-in-out {
    transition-timing-function: ease-in-out;
  }
  .collapse-spring {
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
  }
  .collapse-hidden {
    display: none;
  }
  .collapse-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
  .collapse-maxheight {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
  }
  .collapse-maxheight.show {
    max-height: var(--collapse-max-height, 100rem);
  }
  .collapse-animating {
    overflow: hidden;
    transition: height 300ms ease-in-out;
  }
  @media (prefers-reduced-motion: reduce) {
    .collapse, .collapse-content, .collapse-icon, .collapse-fade, .collapse-horizontal, .collapse-horizontal-fixed, .collapse-toggle-icon, .collapse-maxheight, .collapse-animating, .collapse-slide .collapse-content > * {
      transition: none;
    }
    .collapse-loading .collapse-trigger::after {
      animation: none;
    }
  }
}
@layer components {
  .popover:not([popover]) {
    position: relative;
    display: inline-block;
  }
  .popover-content {
    position: absolute;
    z-index: 1050;
    min-width: 12rem;
    max-width: 20rem;
    padding: 1rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.95);
    transform-origin: center;
    transition: opacity 150ms ease-out, visibility 150ms ease-out, transform 150ms ease-out;
  }
  .popover.show .popover-content, .popover-content.show {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  .popover.popover-show, .popover.show {
    opacity: 1;
    visibility: visible;
  }
  .popover:not([popover])[class*="popover-top"], .popover:not([popover])[class*="popover-bottom"], .popover:not([popover])[class*="popover-left"], .popover:not([popover])[class*="popover-right"] {
    position: absolute;
    z-index: 1050;
    min-width: 12rem;
    max-width: 20rem;
    padding: 1rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    visibility: hidden;
    transition: opacity 150ms ease-out, visibility 150ms ease-out;
  }
  .popover[class*="popover-top"].popover-show, .popover[class*="popover-bottom"].popover-show, .popover[class*="popover-left"].popover-show, .popover[class*="popover-right"].popover-show {
    opacity: 1;
    visibility: visible;
  }
  .popover.popover-top:not(:has(.popover-content)) {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0.75rem;
  }
  .popover.popover-bottom:not(:has(.popover-content)) {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0.75rem;
  }
  .popover.popover-left:not(:has(.popover-content)) {
    right: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0.75rem;
  }
  .popover.popover-right:not(:has(.popover-content)) {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 0.75rem;
  }
  .popover-arrow {
    position: absolute;
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    transform: rotate(45deg);
  }
  .popover-top .popover-content, .popover .popover-content {
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    margin-bottom: 0.75rem;
  }
  .popover-top.show .popover-content, .popover.show .popover-content {
    transform: translateX(-50%) scale(1);
  }
  .popover-top .popover-arrow, .popover .popover-arrow {
    bottom: -0.375rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-top: none;
    border-left: none;
  }
  .popover-bottom .popover-content {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    margin-top: 0.75rem;
  }
  .popover-bottom.show .popover-content {
    transform: translateX(-50%) scale(1);
  }
  .popover-bottom .popover-arrow {
    top: -0.375rem;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    border-bottom: none;
    border-right: none;
  }
  .popover-left .popover-content {
    right: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0.95);
    margin-right: 0.75rem;
  }
  .popover-left.show .popover-content {
    transform: translateY(-50%) scale(1);
  }
  .popover-left .popover-arrow {
    right: -0.375rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-left: none;
    border-bottom: none;
  }
  .popover-right .popover-content {
    left: 100%;
    top: 50%;
    transform: translateY(-50%) scale(0.95);
    margin-left: 0.75rem;
  }
  .popover-right.show .popover-content {
    transform: translateY(-50%) scale(1);
  }
  .popover-right .popover-arrow {
    left: -0.375rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-right: none;
    border-top: none;
  }
  .popover-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .popover-title {
    flex: 1;
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-on-surface);
  }
  .popover-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    color: var(--color-on-surface-variant);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-xs);
    cursor: pointer;
    transition: background-color 150ms ease-in-out;
  }
  .popover-close:hover {
    background-color: var(--color-surface-container);
  }
  .popover-close:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .popover-body {
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
    line-height: 1.5;
  }
  .popover-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.5rem;
    padding-top: 0.75rem;
    margin-top: 0.75rem;
    border-top: 1px solid var(--color-outline-variant);
  }
  .popover-no-arrow .popover-arrow {
    display: none;
  }
  .popover-sm .popover-content {
    min-width: 8rem;
    max-width: 14rem;
    padding: 0.75rem;
  }
  .popover-lg .popover-content {
    min-width: 16rem;
    max-width: 28rem;
    padding: 1.25rem;
  }
  .popover-full .popover-content {
    min-width: 0;
    max-width: none;
    width: max-content;
  }
  .popover {
    --popover-color-intensity: 30%;
  }
  .popover-dark .popover-content {
    background-color: var(--color-on-surface);
    color: var(--color-surface);
    border-color: transparent;
  }
  .popover-dark[class*="popover-top"], .popover-dark[class*="popover-bottom"], .popover-dark[class*="popover-left"], .popover-dark[class*="popover-right"] {
    background-color: var(--color-on-surface);
    color: var(--color-surface);
    border-color: transparent;
  }
  .popover-dark .popover-arrow {
    background-color: var(--color-on-surface);
    border-color: transparent;
  }
  .popover-dark .popover-title {
    color: var(--color-surface);
  }
  .popover-dark .popover-body {
    color: var(--color-surface);
    opacity: 0.9;
  }
  .popover-primary .popover-content {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-primary);
  }
  .popover-primary[class*="popover-top"], .popover-primary[class*="popover-bottom"], .popover-primary[class*="popover-left"], .popover-primary[class*="popover-right"] {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-primary);
  }
  .popover-primary .popover-arrow {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-primary);
  }
  .popover-primary .popover-body {
    color: var(--color-on-surface);
  }
  .popover-primary .popover-title {
    color: var(--color-on-surface);
  }
  .popover-secondary .popover-content {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-secondary);
  }
  .popover-secondary[class*="popover-top"], .popover-secondary[class*="popover-bottom"], .popover-secondary[class*="popover-left"], .popover-secondary[class*="popover-right"] {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-secondary);
  }
  .popover-secondary .popover-arrow {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-secondary);
  }
  .popover-secondary .popover-body {
    color: var(--color-on-surface);
  }
  .popover-secondary .popover-title {
    color: var(--color-on-surface);
  }
  .popover-tertiary .popover-content {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-tertiary);
  }
  .popover-tertiary[class*="popover-top"], .popover-tertiary[class*="popover-bottom"], .popover-tertiary[class*="popover-left"], .popover-tertiary[class*="popover-right"] {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-tertiary);
  }
  .popover-tertiary .popover-arrow {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-tertiary);
  }
  .popover-tertiary .popover-body {
    color: var(--color-on-surface);
  }
  .popover-tertiary .popover-title {
    color: var(--color-on-surface);
  }
  .popover-surface-highest .popover-content {
    background-color: var(--color-surface-container-highest);
    border-color: var(--color-outline-variant);
  }
  .popover-surface-highest[class*="popover-top"], .popover-surface-highest[class*="popover-bottom"], .popover-surface-highest[class*="popover-left"], .popover-surface-highest[class*="popover-right"] {
    background-color: var(--color-surface-container-highest);
    border-color: var(--color-outline-variant);
  }
  .popover-surface-highest .popover-arrow {
    background-color: var(--color-surface-container-highest);
    border-color: var(--color-outline-variant);
  }
  .popover-hover:hover .popover-content, .popover-hover:focus-within .popover-content {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scale(1);
  }
  .popover-hover.popover-bottom:hover .popover-content, .popover-hover.popover-bottom:focus-within .popover-content {
    transform: translateX(-50%) scale(1);
  }
  .popover-hover.popover-left:hover .popover-content, .popover-hover.popover-left:focus-within .popover-content, .popover-hover.popover-right:hover .popover-content, .popover-hover.popover-right:focus-within .popover-content {
    transform: translateY(-50%) scale(1);
  }
  .popover-menu .popover-content {
    padding: 0.5rem;
  }
  .popover-menu-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
    color: var(--color-on-surface);
    background-color: transparent;
    border: none;
    border-radius: var(--radius-sm);
    cursor: pointer;
    text-align: left;
    transition: background-color 150ms ease-in-out;
  }
  .popover-menu-item:hover {
    background-color: var(--color-surface-container);
  }
  .popover-menu-item:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .popover-menu-item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    color: var(--color-on-surface-variant);
  }
  .popover-menu-divider {
    height: 1px;
    margin: 0.5rem 0;
    background-color: var(--color-outline-variant);
  }
  .popover-confirm .popover-content {
    text-align: center;
  }
  .popover-confirm .popover-footer {
    justify-content: center;
  }
  .popover[popover] {
    position: fixed;
    inset: unset;
    z-index: 1050;
    min-width: 12rem;
    max-width: 20rem;
    padding: 1rem;
    margin: 0;
    background-color: var(--color-surface);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 150ms ease-out, transform 150ms ease-out, overlay 150ms ease-out allow-discrete, display 150ms ease-out allow-discrete;
  }
  .popover[popover]:popover-open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
  }
  @starting-style {
    .popover[popover]:popover-open {
      opacity: 0;
      transform: scale(0.95);
    }
  }
  .popover[popover]::backdrop {
    background-color: transparent;
    transition: background-color 150ms ease-out, overlay 150ms ease-out allow-discrete, display 150ms ease-out allow-discrete;
  }
  .popover[popover]:popover-open::backdrop {
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 10%, transparent);
    }
  }
  @starting-style {
    .popover[popover]:popover-open::backdrop {
      background-color: transparent;
    }
  }
  .popover-modal[popover]::backdrop {
    background-color: transparent;
    transition: background-color 150ms ease-out, overlay 150ms ease-out allow-discrete, display 150ms ease-out allow-discrete;
  }
  .popover-modal[popover]:popover-open::backdrop {
    background-color: var(--color-scrim);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in srgb, var(--color-scrim) 30%, transparent);
    }
  }
  @starting-style {
    .popover-modal[popover]:popover-open::backdrop {
      background-color: transparent;
    }
  }
  .popover-primary[popover] {
    background-color: var(--color-primary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-primary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-primary);
  }
  .popover-primary[popover] .popover-body {
    color: var(--color-on-surface);
  }
  .popover-primary[popover] .popover-title {
    color: var(--color-on-surface);
  }
  .popover-secondary[popover] {
    background-color: var(--color-secondary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-secondary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-secondary);
  }
  .popover-secondary[popover] .popover-body {
    color: var(--color-on-surface);
  }
  .popover-secondary[popover] .popover-title {
    color: var(--color-on-surface);
  }
  .popover-tertiary[popover] {
    background-color: var(--color-tertiary);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklch, var(--color-tertiary) var(--popover-color-intensity), var(--color-surface));
    }
    border-color: var(--color-tertiary);
  }
  .popover-tertiary[popover] .popover-body {
    color: var(--color-on-surface);
  }
  .popover-tertiary[popover] .popover-title {
    color: var(--color-on-surface);
  }
  .popover-dark[popover] {
    background-color: var(--color-on-surface);
    border-color: transparent;
  }
  .popover-dark[popover] .popover-body {
    color: var(--color-surface);
    opacity: 0.9;
  }
  .popover-dark[popover] .popover-title {
    color: var(--color-surface);
  }
  .popover-surface-highest[popover] {
    background-color: var(--color-surface-container-highest);
    border-color: var(--color-outline-variant);
  }
  .popover-sm[popover] {
    min-width: 8rem;
    max-width: 14rem;
    padding: 0.75rem;
  }
  .popover-lg[popover] {
    min-width: 16rem;
    max-width: 28rem;
    padding: 1.25rem;
  }
  .popover-full[popover] {
    min-width: 0;
    max-width: none;
    width: max-content;
  }
  .popover[popover][style*="position-anchor"] {
    inset: unset;
    top: anchor(bottom);
    justify-self: anchor-center;
    margin-top: 0.5rem;
  }
  .popover-top[popover][style*="position-anchor"] {
    top: unset;
    bottom: anchor(top);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  .popover-bottom[popover][style*="position-anchor"] {
    top: anchor(bottom);
    margin-top: 0.5rem;
    margin-bottom: 0;
  }
  .popover-left[popover][style*="position-anchor"] {
    top: anchor(center);
    right: anchor(left);
    justify-self: unset;
    translate: 0 -50%;
    margin-top: 0;
    margin-right: 0.5rem;
  }
  .popover-right[popover][style*="position-anchor"] {
    top: anchor(center);
    left: anchor(right);
    justify-self: unset;
    translate: 0 -50%;
    margin-top: 0;
    margin-left: 0.5rem;
  }
  .popover-start[popover][style*="position-anchor"] {
    justify-self: start;
  }
  .popover-end[popover][style*="position-anchor"] {
    justify-self: end;
  }
  .popover-top.popover-start[popover][style*="position-anchor"] {
    justify-self: start;
  }
  .popover-top.popover-end[popover][style*="position-anchor"] {
    justify-self: end;
  }
  @media (prefers-reduced-motion: reduce) {
    .popover-content, .popover-close, .popover-menu-item, .popover[popover], .popover[popover]::backdrop {
      transition: none;
    }
  }
}
@layer components {
  .timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.25rem;
    width: 2px;
    height: 100%;
    background-color: var(--color-outline-variant);
  }
  .timeline-item {
    position: relative;
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
  }
  .timeline-item:last-child {
    padding-bottom: 0;
  }
  .timeline-marker {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--color-surface);
    border: 2px solid var(--color-outline-variant);
    border-radius: var(--radius-full);
    flex-shrink: 0;
    z-index: 1;
  }
  .timeline-marker-icon {
    font-size: 1rem;
    color: var(--color-on-surface-variant);
  }
  .timeline-marker-dot {
    width: 0.75rem;
    height: 0.75rem;
    background-color: var(--color-outline-variant);
    border-radius: var(--radius-full);
  }
  .timeline-content {
    flex: 1;
    padding-top: 0.375rem;
    min-width: 0;
  }
  .timeline-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-on-surface);
    margin-bottom: 0.25rem;
  }
  .timeline-time {
    font-size: 0.75rem;
    color: var(--color-on-surface-variant);
    margin-bottom: 0.5rem;
  }
  .timeline-description {
    font-size: 0.875rem;
    color: var(--color-on-surface-variant);
    line-height: 1.5;
  }
  .timeline-card {
    padding: 1rem;
    background-color: var(--color-surface-container);
    border-radius: var(--radius-md);
    margin-top: 0.5rem;
  }
  .timeline-item-primary .timeline-marker {
    border-color: var(--color-primary);
    background-color: var(--color-primary-container);
  }
  .timeline-item-primary .timeline-marker-icon, .timeline-item-primary .timeline-marker-dot {
    color: var(--color-on-primary-container);
    background-color: var(--color-primary);
  }
  .timeline-item-secondary .timeline-marker {
    border-color: var(--color-secondary);
    background-color: var(--color-secondary-container);
  }
  .timeline-item-success .timeline-marker {
    border-color: var(--color-success);
    background-color: var(--color-success-container);
  }
  .timeline-item-success .timeline-marker-dot {
    background-color: var(--color-success);
  }
  .timeline-item-warning .timeline-marker {
    border-color: var(--color-warning);
    background-color: var(--color-warning-container);
  }
  .timeline-item-warning .timeline-marker-dot {
    background-color: var(--color-warning);
  }
  .timeline-item-error .timeline-marker {
    border-color: var(--color-error);
    background-color: var(--color-error-container);
  }
  .timeline-item-error .timeline-marker-dot {
    background-color: var(--color-error);
  }
  .timeline-item.completed .timeline-marker {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
  }
  .timeline-item.completed .timeline-marker-icon {
    color: var(--color-primary-content);
  }
  .timeline-item.active .timeline-marker {
    border-color: var(--color-primary);
    background-color: var(--color-primary);
    box-shadow: 0 0 0 4px var(--color-primary-container);
  }
  .timeline-item.active .timeline-marker-icon, .timeline-item.active .timeline-marker-dot {
    color: var(--color-primary-content);
    background-color: var(--color-primary-content);
  }
  .timeline-sm::before {
    left: 0.75rem;
  }
  .timeline-sm .timeline-marker {
    width: 1.5rem;
    height: 1.5rem;
  }
  .timeline-sm .timeline-marker-icon {
    font-size: 0.75rem;
  }
  .timeline-sm .timeline-marker-dot {
    width: 0.5rem;
    height: 0.5rem;
  }
  .timeline-lg::before {
    left: 1.5rem;
  }
  .timeline-lg .timeline-marker {
    width: 3rem;
    height: 3rem;
  }
  .timeline-lg .timeline-marker-icon {
    font-size: 1.25rem;
  }
  .timeline-alternate {
    padding-left: 0;
  }
  .timeline-alternate::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .timeline-alternate .timeline-item {
    width: 50%;
    padding-right: 2rem;
  }
  .timeline-alternate .timeline-item:nth-child(even) {
    margin-left: 50%;
    padding-right: 0;
    padding-left: 2rem;
    flex-direction: row-reverse;
  }
  .timeline-alternate .timeline-item:nth-child(even) .timeline-content {
    text-align: right;
  }
  .timeline-alternate .timeline-marker {
    position: absolute;
    left: 100%;
    transform: translateX(-50%);
  }
  .timeline-alternate .timeline-item:nth-child(even) .timeline-marker {
    left: 0;
    transform: translateX(-50%);
  }
  .timeline-right {
    align-items: flex-end;
  }
  .timeline-right::before {
    left: auto;
    right: 1.25rem;
  }
  .timeline-right .timeline-item {
    flex-direction: row-reverse;
  }
  .timeline-right .timeline-content {
    text-align: right;
  }
  .timeline-horizontal {
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: 1rem;
  }
  .timeline-horizontal::before {
    top: 1.25rem;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .timeline-horizontal .timeline-item {
    flex-direction: column;
    padding-bottom: 0;
    padding-right: 2rem;
    min-width: 10rem;
  }
  .timeline-horizontal .timeline-item:last-child {
    padding-right: 0;
  }
  .timeline-horizontal .timeline-content {
    padding-top: 1rem;
    text-align: center;
  }
  .timeline-collapsible .timeline-item {
    cursor: pointer;
  }
  .timeline-collapsible .timeline-description {
    display: none;
  }
  .timeline-collapsible .timeline-item.expanded .timeline-description {
    display: block;
  }
  .timeline-item.loading .timeline-marker {
    animation: timeline-pulse 1.5s ease-in-out infinite;
  }
  @keyframes timeline-pulse {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.5;
    }
  }
  .timeline-progress::before {
    background: linear-gradient( to bottom, var(--color-primary) var(--timeline-progress, 0%), var(--color-outline-variant) var(--timeline-progress, 0%) );
  }
  @media (max-width: 640px) {
    .timeline-alternate::before {
      left: 1.25rem;
      transform: none;
    }
    .timeline-alternate .timeline-item, .timeline-alternate .timeline-item:nth-child(even) {
      width: 100%;
      margin-left: 0;
      padding-left: 0;
      padding-right: 0;
      flex-direction: row;
    }
    .timeline-alternate .timeline-item:nth-child(even) .timeline-content {
      text-align: left;
    }
    .timeline-alternate .timeline-marker, .timeline-alternate .timeline-item:nth-child(even) .timeline-marker {
      position: relative;
      left: 0;
      transform: none;
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .timeline-item.loading .timeline-marker {
      animation: none;
    }
  }
}
@layer components {
  .code-block {
    border: 1px solid var(--color-outline);
    border-radius: var(--radius-sm);
    overflow: hidden;
  }
  .code-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: var(--color-surface-container-highest);
    border-bottom: 1px solid var(--color-outline);
    font-size: 0.75rem;
  }
  .code-title {
    color: var(--color-on-surface);
    font-weight: 600;
    margin-right: auto;
  }
  .code-language {
    color: var(--color-on-surface-variant);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .code-language:first-child {
    margin-right: auto;
  }
  .code-block .copy-button {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.25rem 0.5rem;
    border: none;
    border-radius: var(--radius-xs);
    background: transparent;
    color: var(--color-on-surface-variant);
    font-size: 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
  }
  .code-block .copy-button:hover {
    background-color: var(--color-outline-variant);
    color: var(--color-on-surface);
  }
  .code-block .copy-icon {
    flex-shrink: 0;
  }
  .code-content {
    background-color: var(--color-surface-container);
    overflow-x: auto;
  }
  .code-content pre {
    margin: 0;
    padding: 1rem;
    background: transparent;
    border-radius: 0;
    overflow-x: auto;
  }
  .code-content code {
    background: transparent;
    padding: 0;
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .code-block-compact .code-header {
    padding: 0.375rem 0.75rem;
  }
  .code-block-compact .code-content pre {
    padding: 0.75rem;
  }
  .code-block-borderless {
    border: none;
  }
  .code-block-borderless .code-header {
    border-bottom: none;
  }
  @media (prefers-reduced-motion: reduce) {
    .code-block .copy-button {
      transition: none;
    }
  }
}
@layer components {
  .markdown-body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
    color: var(--color-on-surface);
  }
  .markdown-body h1, .markdown-body h2, .markdown-body h3, .markdown-body h4, .markdown-body h5, .markdown-body h6 {
    margin-block-start: 1.5rem;
    margin-block-end: 1rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .markdown-body h1 {
    font-size: 2em;
    padding-block-end: 0.3em;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .markdown-body h2 {
    font-size: 1.5em;
    padding-block-end: 0.3em;
    border-bottom: 1px solid var(--color-outline-variant);
  }
  .markdown-body h3 {
    font-size: 1.25em;
  }
  .markdown-body h4 {
    font-size: 1em;
  }
  .markdown-body h5 {
    font-size: 0.875em;
  }
  .markdown-body h6 {
    font-size: 0.85em;
    color: var(--color-on-surface-variant);
  }
  .markdown-body p {
    margin-block-end: 1rem;
  }
  .markdown-body a {
    color: var(--color-primary);
    text-decoration: none;
  }
  .markdown-body a:hover {
    text-decoration: underline;
  }
  .markdown-body a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px currentColor;
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 3px color-mix(in oklch, currentColor 20%, transparent);
    }
  }
  .markdown-body strong, .markdown-body b {
    font-weight: 600;
  }
  .markdown-body em, .markdown-body i {
    font-style: italic;
  }
  .markdown-body ul, .markdown-body ol {
    margin-block-end: 1rem;
    padding-inline-start: 2em;
  }
  .markdown-body ul {
    list-style-type: disc;
  }
  .markdown-body ol {
    list-style-type: decimal;
  }
  .markdown-body li {
    margin-block-end: 0.25rem;
  }
  .markdown-body li > ul, .markdown-body li > ol {
    margin-block-start: 0.25rem;
    margin-block-end: 0;
  }
  .markdown-body ul ul {
    list-style-type: circle;
  }
  .markdown-body ul ul ul {
    list-style-type: square;
  }
  .markdown-body ol ol {
    list-style-type: lower-alpha;
  }
  .markdown-body ol ol ol {
    list-style-type: lower-roman;
  }
  .markdown-body small {
    font-size: 0.875em;
  }
  .markdown-body sub, .markdown-body sup {
    font-size: 0.75em;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  .markdown-body sub {
    bottom: -0.25em;
  }
  .markdown-body sup {
    top: -0.5em;
  }
  .markdown-body del, .markdown-body s {
    text-decoration: line-through;
    color: var(--color-on-surface-variant);
  }
  .markdown-body code {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.85em;
    padding-block: 0.2em;
    padding-inline: 0.4em;
    background-color: var(--color-surface-container-high);
    border-radius: var(--radius-xs);
  }
  .markdown-body pre {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.85em;
    line-height: 1.45;
    padding: 1rem;
    margin-block-end: 1rem;
    overflow-x: auto;
    background-color: var(--color-surface-container);
    border-radius: var(--radius-xs);
  }
  .markdown-body pre > code {
    font-size: inherit;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
  }
  .markdown-body kbd {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.85em;
    padding-block: 0.2em;
    padding-inline: 0.4em;
    background-color: var(--color-surface-container);
    border: 1px solid var(--color-outline-variant);
    border-radius: var(--radius-xs);
    box-shadow: inset 0 -1px 0 var(--color-outline-variant);
  }
  .markdown-body samp {
    font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
    font-size: 0.85em;
  }
  .markdown-body table {
    width: 100%;
    border-collapse: collapse;
    margin-block-end: 1rem;
    overflow-x: auto;
    display: block;
  }
  .markdown-body th {
    font-weight: 600;
    background-color: var(--color-surface-container);
  }
  .markdown-body th, .markdown-body td {
    padding-block: 0.5rem;
    padding-inline: 0.75rem;
    border: 1px solid var(--color-outline-variant);
    text-align: start;
  }
  .markdown-body tr:nth-child(2n) {
    background-color: var(--color-surface-container);
  }
  .markdown-body blockquote {
    margin-block-end: 1rem;
    margin-inline: 0;
    padding-inline-start: 1em;
    border-inline-start: 0.25em solid var(--color-outline-variant);
    color: var(--color-on-surface-variant);
  }
  .markdown-body blockquote > :first-child {
    margin-block-start: 0;
  }
  .markdown-body blockquote > :last-child {
    margin-block-end: 0;
  }
  .markdown-body blockquote blockquote {
    margin-block-start: 1rem;
  }
  .markdown-body img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
  }
  .markdown-body figure {
    margin-block-end: 1rem;
    margin-inline: 0;
  }
  .markdown-body figcaption {
    font-size: 0.875em;
    color: var(--color-on-surface-variant);
    margin-block-start: 0.5rem;
    text-align: center;
  }
  .markdown-body img[align="left"] {
    margin-inline-end: 1rem;
    margin-block-end: 0.5rem;
  }
  .markdown-body img[align="right"] {
    margin-inline-start: 1rem;
    margin-block-end: 0.5rem;
  }
  .markdown-body .task-list-item {
    list-style-type: none;
  }
  .markdown-body .task-list-item input[type="checkbox"] {
    margin-inline-start: -1.5em;
    margin-inline-end: 0.5em;
    vertical-align: middle;
  }
  .markdown-body hr {
    height: 0.25em;
    margin-block: 1.5rem;
    padding: 0;
    background-color: var(--color-outline-variant);
    border: 0;
  }
  .markdown-body dl {
    margin-block-end: 1rem;
  }
  .markdown-body dt {
    font-weight: 600;
    margin-block-start: 1rem;
  }
  .markdown-body dt:first-child {
    margin-block-start: 0;
  }
  .markdown-body dd {
    margin-block-start: 0.25rem;
    margin-inline-start: 0;
    padding-inline-start: 1rem;
  }
  .markdown-body abbr[title] {
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: none;
  }
  .markdown-body mark {
    background-color: var(--color-tertiary-container);
    color: var(--color-on-tertiary-container);
    padding-block: 0.1em;
    padding-inline: 0.2em;
    border-radius: var(--radius-xs);
  }
  .markdown-body details {
    margin-block-end: 1rem;
  }
  .markdown-body summary {
    font-weight: 600;
    cursor: pointer;
  }
  .markdown-body details[open] > summary {
    margin-block-end: 0.5rem;
  }
  .markdown-body > :first-child {
    margin-block-start: 0;
  }
  .markdown-body > :last-child {
    margin-block-end: 0;
  }
  @media (prefers-reduced-motion: reduce) {
    .markdown-body * {
      transition: none;
    }
  }
}
el-dm-accordion, el-dm-alert, el-dm-art-atom, el-dm-art-cat-stargazer, el-dm-art-circular-gallery, el-dm-art-color-spin, el-dm-art-csswitch, el-dm-art-eclipse, el-dm-art-flower-animation, el-dm-art-gemini-input, el-dm-art-moon, el-dm-art-mountain, el-dm-art-plasma-ball, el-dm-art-snow, el-dm-art-snowball-preloader, el-dm-art-sun, el-dm-art-synthwave-starfield, el-dm-autocomplete, el-dm-badge, el-dm-bottom-navigation, el-dm-bottom-sheet, el-dm-breadcrumbs, el-dm-button, el-dm-card, el-dm-cascader, el-dm-chip, el-dm-circle-menu, el-dm-code-block, el-dm-code-engine, el-dm-datepicker, el-dm-dialog, el-dm-drawer, el-dm-file-upload, el-dm-form, el-dm-form-group, el-dm-input, el-dm-markdown, el-dm-markdown-input, el-dm-menu, el-dm-navbar, el-dm-navigation, el-dm-nested-menu, el-dm-otp-input, el-dm-pagination, el-dm-pin-input, el-dm-popover, el-dm-pro-data-grid, el-dm-progress, el-dm-segment-control, el-dm-select, el-dm-slider, el-dm-stepper, el-dm-switch, el-dm-table, el-dm-tabs, el-dm-theme-controller, el-dm-time-input, el-dm-tooltip {
  --color-primary: inherit;
  --color-primary-content: inherit;
  --color-on-primary: inherit;
  --color-primary-container: inherit;
  --color-on-primary-container: inherit;
  --color-secondary: inherit;
  --color-secondary-content: inherit;
  --color-on-secondary: inherit;
  --color-secondary-container: inherit;
  --color-on-secondary-container: inherit;
  --color-tertiary: inherit;
  --color-tertiary-content: inherit;
  --color-on-tertiary: inherit;
  --color-tertiary-container: inherit;
  --color-on-tertiary-container: inherit;
  --color-surface: inherit;
  --color-surface-dim: inherit;
  --color-surface-bright: inherit;
  --color-surface-variant: inherit;
  --color-surface-container-lowest: inherit;
  --color-surface-container-low: inherit;
  --color-surface-container: inherit;
  --color-surface-container-high: inherit;
  --color-surface-container-highest: inherit;
  --color-on-surface: inherit;
  --color-on-surface-variant: inherit;
  --color-inverse-surface: inherit;
  --color-inverse-on-surface: inherit;
  --color-inverse-primary: inherit;
  --color-info: inherit;
  --color-info-content: inherit;
  --color-on-info: inherit;
  --color-info-container: inherit;
  --color-on-info-container: inherit;
  --color-success: inherit;
  --color-success-content: inherit;
  --color-on-success: inherit;
  --color-success-container: inherit;
  --color-on-success-container: inherit;
  --color-warning: inherit;
  --color-warning-content: inherit;
  --color-on-warning: inherit;
  --color-warning-container: inherit;
  --color-on-warning-container: inherit;
  --color-error: inherit;
  --color-error-content: inherit;
  --color-on-error: inherit;
  --color-error-container: inherit;
  --color-on-error-container: inherit;
  --color-accent: inherit;
  --color-accent-content: inherit;
  --color-neutral: inherit;
  --color-neutral-content: inherit;
  --color-outline: inherit;
  --color-outline-variant: inherit;
  --color-shadow: inherit;
  --color-scrim: inherit;
  --font-family: inherit;
  --font-size-xs: inherit;
  --font-size-sm: inherit;
  --font-size-md: inherit;
  --font-size-lg: inherit;
  --font-size-xl: inherit;
  --font-weight-normal: inherit;
  --font-weight-medium: inherit;
  --font-weight-semibold: inherit;
  --font-weight-bold: inherit;
  --radius-sm: inherit;
  --radius-md: inherit;
  --radius-lg: inherit;
  --radius-xl: inherit;
  --radius-full: inherit;
  --shadow-sm: inherit;
  --shadow-md: inherit;
  --shadow-lg: inherit;
  --spacing-xs: inherit;
  --spacing-sm: inherit;
  --spacing-md: inherit;
  --spacing-lg: inherit;
  --spacing-xl: inherit;
  --transition-fast: inherit;
  --transition-normal: inherit;
  --transition-slow: inherit;
  --focus-ring: inherit;
  --focus-ring-offset: inherit;
}
el-dm-table {
  --dm-color-primary: var(--color-primary);
  --dm-color-primary-container: var(--color-primary-container);
  --dm-color-surface: var(--color-surface);
  --dm-color-surface-container: var(--color-surface-container);
  --dm-color-surface-variant: var(--color-surface-variant);
  --dm-color-on-surface: var(--color-on-surface);
  --dm-color-on-surface-variant: var(--color-on-surface-variant);
  --dm-color-outline: var(--color-outline);
  --dm-color-outline-variant: var(--color-outline-variant);
  --dm-radius-sm: var(--radius-sm);
  --dm-radius-md: var(--radius-md);
}
el-dm-pagination {
  --color-border: var(--color-outline-variant);
  --color-border-hover: var(--color-outline);
  --color-surface-hover: var(--color-surface-container);
  --color-text: var(--color-on-surface);
  --color-text-muted: var(--color-on-surface-variant);
  --color-primary-contrast: var(--color-on-primary);
  --color-secondary-contrast: var(--color-on-secondary);
  --color-neutral-contrast: var(--color-neutral-content);
}
el-dm-bottom-navigation {
  --color-border: var(--color-outline-variant);
  --color-text-secondary: var(--color-on-surface-variant);
}
el-dm-popover[placement^="left"]::part(arrow) {
  border-top: 1px solid var(--color-outline) !important;
  border-right: 1px solid var(--color-outline) !important;
  border-bottom: none !important;
  border-left: none !important;
}
el-dm-popover[placement^="right"]::part(arrow) {
  border-bottom: 1px solid var(--color-outline) !important;
  border-left: 1px solid var(--color-outline) !important;
  border-top: none !important;
  border-right: none !important;
}
@layer css-art {
  .art-atom {
    --art-atom-size: 360px;
    --art-atom-color: #00d8ff;
    --art-atom-nucleus-size: calc(var(--art-atom-size) / 5);
    --art-atom-electron-color: #99f8ff;
    --art-atom-electron-size: calc(var(--art-atom-size) / 25);
    --art-atom-orbit-size: calc(var(--art-atom-size) / 2.5);
    --art-atom-speed: 1.2s;
    --art-atom-speed-alpha: 1s;
    --art-atom-speed-omega: .8s;
    position: relative;
    width: var(--art-atom-size);
    height: var(--art-atom-size);
    animation: 8s art-atom-rotate infinite cubic-bezier(1, .25, 0, .75);
    box-sizing: border-box;
    overflow: hidden;
    *, *:before, *::after {
      box-sizing: border-box;
    }
    &::before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: var(--art-atom-nucleus-size);
      height: var(--art-atom-nucleus-size);
      margin-top: calc(var(--art-atom-nucleus-size) / -2);
      margin-left: calc(var(--art-atom-nucleus-size) / -2);
      background: var(--art-atom-color);
      @supports (color: color-mix(in lab, red, red)) {
        background: color-mix(in srgb, var(--art-atom-color) 70%, transparent);
      }
      border-radius: 100%;
      box-shadow: 0 0 3px 0 var(--art-atom-color);
      @supports (color: color-mix(in lab, red, red)) {
        box-shadow: 0 0 3px 0 color-mix(in srgb, var(--art-atom-color) 70%, transparent);
      }
      animation: 2s art-atom-nucleus infinite cubic-bezier(.65, 0, .35, 1);
    }
    & > [class^="electron"] {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 2px;
      }
      border-radius: 100%;
      width: 100%;
      height: var(--art-atom-orbit-size);
      position: absolute;
      top: 50%;
      margin-top: calc(var(--art-atom-orbit-size) / -2);
      animation: var(--art-atom-speed) art-atom-electron-orbit infinite linear;
    }
    & > .electron-alpha {
      transform: rotate(60deg);
      animation: var(--art-atom-speed-alpha) art-atom-electron-orbit infinite linear;
    }
    & > .electron-omega {
      transform: rotate(-60deg);
      animation: var(--art-atom-speed-omega) art-atom-electron-orbit infinite linear;
    }
    [class^="electron"]::after {
      content: '';
      display: block;
      width: var(--art-atom-electron-size);
      height: var(--art-atom-electron-size);
      background: var(--art-atom-electron-color);
      border-radius: 50%;
      margin-top: calc(var(--art-atom-electron-size) / -2);
      position: absolute;
      top: 50%;
      left: calc(var(--art-atom-electron-size) / -1);
      transform: scale(1);
      animation: calc(var(--art-atom-speed) * 2) art-atom-electron infinite ease-in-out;
    }
    .electron-alpha::after {
      animation: calc(var(--art-atom-speed-alpha) * 2) art-atom-electron infinite ease-in-out;
    }
    .electron-omega::after {
      animation: calc(var(--art-atom-speed-omega) * 2) art-atom-electron infinite ease-in-out;
    }
  }
  .art-atom-sm {
    --art-atom-size: 180px;
  }
  .art-atom-lg {
    --art-atom-size: 480px;
  }
  @keyframes art-atom-electron-orbit {
    0% {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 2px;
      }
    }
    25% {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 2px;
      }
    }
    50% {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 2px;
      }
    }
    75% {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 2px;
      }
    }
    100% {
      border-top: solid var(--art-atom-color) 1px;
      @supports (color: color-mix(in lab, red, red)) {
        border-top: solid color-mix(in srgb, var(--art-atom-color) 50%, transparent) 1px;
      }
      border-right: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-right: solid color-mix(in srgb, var(--art-atom-color) 35%, transparent) 2px;
      }
      border-bottom: solid var(--art-atom-color) 4px;
      @supports (color: color-mix(in lab, red, red)) {
        border-bottom: solid color-mix(in srgb, var(--art-atom-color) 20%, transparent) 4px;
      }
      border-left: solid var(--art-atom-color) 2px;
      @supports (color: color-mix(in lab, red, red)) {
        border-left: solid color-mix(in srgb, var(--art-atom-color) 0%, transparent) 2px;
      }
    }
  }
  @keyframes art-atom-rotate {
    0% {
      transform: rotate(0deg) scale(1);
    }
    12.5% {
      transform: rotate(-45deg) scale(.9);
    }
    25% {
      transform: rotate(-90deg) scale(1);
    }
    37.5% {
      transform: rotate(-135deg) scale(.9);
    }
    50% {
      transform: rotate(-180deg) scale(1);
    }
    62.5% {
      transform: rotate(-225deg) scale(.9);
    }
    75% {
      transform: rotate(-270deg) scale(1);
    }
    87.5% {
      transform: rotate(-315deg) scale(.9);
    }
    100% {
      transform: rotate(-360deg) scale(1);
    }
  }
  @keyframes art-atom-nucleus {
    0% {
      transform: scale(1);
    }
    25% {
      transform: scale(.9);
    }
    50% {
      transform: scale(1);
    }
    75% {
      transform: scale(.85);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes art-atom-electron {
    0% {
      left: calc(var(--art-atom-electron-size) / -1);
      transform: scale(1);
    }
    12.5% {
      top: 100%;
      transform: scale(1.5);
    }
    25% {
      left: 100%;
      transform: scale(1);
    }
    37.5% {
      top: 0%;
      transform: scale(.25);
    }
    50% {
      left: calc(var(--art-atom-electron-size) / -1);
      transform: scale(1);
    }
    62.5% {
      top: 100%;
      transform: scale(1.5);
    }
    75% {
      left: 100%;
      transform: scale(1);
    }
    87.5% {
      top: 0%;
      transform: scale(.25);
    }
    100% {
      left: calc(var(--art-atom-electron-size) / -1);
      transform: scale(1);
    }
  }
}
@layer css-art {
  @keyframes art-cat-stargazer-blink {
    0%, 25%, 28%, 100% {
      height: 0;
    }
    26.5% {
      height: 100%;
    }
  }
  .art-cat-stargazer {
    --art-cat-stargazer-size: 500px;
    position: relative;
    font-size: calc(var(--art-cat-stargazer-size) / 90);
    width: var(--art-cat-stargazer-size);
    aspect-ratio: 1;
    overflow: hidden;
    background: radial-gradient(circle at 20% 20%, #ffc8 0.20em, #0000 0), radial-gradient(circle at 70% 50%, #ffc8 0.25em, #0000 0), radial-gradient(circle at 10% 80%, #ffc8 0.20em, #0000 0), radial-gradient(circle at 80% 30%, #ffc8 0.30em, #0000 0), radial-gradient(circle at 80% 80%, #ffc8 0.23em, #0000 0), radial-gradient(circle at 50% 10%, #ff8b 0.3em, #0000 0), radial-gradient(circle at 40% 60%, #ffc8 0.20em, #0000 0), radial-gradient(circle at 30% 30%, #ffc8 0.20em, #0000 0) 0 0 / 70% 70%, radial-gradient(circle at 30% 30%, #ffc8 0.20em, #0000 0) 40% 30% / 50% 70%, linear-gradient(#0002, #0000), radial-gradient(at 50% 80%, #fcc2, #fff0), #023;
    *, *::before, *::after {
      position: absolute;
      box-sizing: border-box;
    }
    .moon {
      width: 120%;
      height: 40%;
      left: 50%;
      bottom: 0;
      translate: -50% 60%;
      border-radius: 50% / 100% 100% 0 0;
      box-shadow: 0 0 3em #ffc, 0 0 9em #ffc8;
      background: radial-gradient(at 38% 20%, #0001 2%, #0000 0), radial-gradient(13% 8% at 50% 0, #0001 99%, #0000), #ffc;
      &::before {
        content: "";
        width: 18%;
        height: 15%;
        background: #0001;
        border-radius: 50%;
        box-shadow: inset 0 1em #0002;
        rotate: -15deg;
        top: 15%;
        left: 20%;
        scale: 0.8;
      }
      &::after {
        content: "";
        width: 4%;
        height: 5%;
        background: #0001;
        border-radius: 50%;
        box-shadow: -7em 3em 0 2em #0001;
        rotate: 30deg;
        top: 25%;
        left: 80%;
        scale: 0.8;
      }
    }
    .cat {
      --fur: #111;
      --fur-dark: #000;
      --skin: pink;
      --suit: #fff;
      --suit-dark: #ddd;
      font-size: 0.4em;
      width: 80em;
      aspect-ratio: 1;
      bottom: 15%;
      left: 50%;
      translate: -50%;
      .bubble {
        width: 119%;
        height: 103%;
        border-radius: 50%;
        bottom: 25%;
        left: 49%;
        translate: -50%;
        background: radial-gradient(circle at 25% 25%, #fff3, #fff0 25%), radial-gradient(circle at 15% 45%, #fff1, #fff0 15%), radial-gradient(circle at 75% 35%, #fff1, #fff0 50%), #fff1;
        box-shadow: inset 0 0 1em 1em #acf, inset 0 0 5em #fff;
      }
      .backpack {
        width: 40%;
        left: 50%;
        height: 30%;
        background: #bcd;
        bottom: 0;
        translate: -50%;
        border-radius: 3em;
      }
      .tail {
        width: 50%;
        height: 50%;
        border-radius: 50%;
        border: 7em solid #0000;
        border-top-color: var(--suit-dark);
        border-left-color: var(--suit-dark);
        clip-path: polygon(100% 0, 100% 100%, 0 30%, 0 0);
        top: 75%;
        left: 52%;
        &::before {
          content: "";
          width: 7em;
          aspect-ratio: 1;
          background: var(--suit-dark);
          border-radius: 50%;
          left: 81%;
          top: -9%;
        }
      }
      .body {
        left: 50%;
        translate: -50%;
        bottom: 0;
        width: 35%;
        height: 40%;
        background: radial-gradient(circle at 17% 55%, #36c 2em, #0000 0), radial-gradient(100% 70% at 50% 0, var(--fur-dark) 50%, #0000 0), radial-gradient(150% 70% at 49% 0, var(--fur) 50%, #d99 0 59%, #0000 calc(59% + 1px)), var(--suit);
        border-radius: 100% / 200% 200% 20% 20%;
        .leg {
          width: 165%;
          height: 38%;
          bottom: 0;
          left: 50%;
          translate: -50%;
          border-radius: 8em 8em 100% 100% / 10em 10em 16em 16em;
          scale: 1 -1;
          background: radial-gradient(20% 200% at 2% 10%, var(--suit-dark) 20%, #0000 0), radial-gradient(20% 200% at 98% 10%, var(--suit-dark) 20%, #0000 0), var(--suit);
        }
        .paw {
          width: 35%;
          height: 49%;
          border: 0.75em solid #777;
          border-top: 0;
          border-radius: 0 0 5em 5em;
          top: 51%;
          rotate: -10deg;
          left: 10%;
          clip-path: polygon(0 20%, 100% 30%, 100% 100%, 0 100%);
          & + & {
            right: 7%;
            height: 50%;
            left: auto;
            rotate: 13deg;
            scale: -1 1;
            clip-path: polygon(0 25%, 100% 15%, 100% 100%, 0 100%);
          }
        }
      }
      .ear {
        width: 40%;
        aspect-ratio: 1;
        border: 4em solid var(--fur);
        border-radius: 5% 90% 10% 80%;
        background: var(--skin);
        top: 5%;
        left: 10%;
        & + & {
          scale: -1 1;
          left: auto;
          right: 10%;
        }
      }
      .head {
        width: 80%;
        aspect-ratio: 1.1;
        background: linear-gradient(#0003, #0000 50%), var(--fur);
        left: 50%;
        translate: -50%;
        border-radius: 100% / 125% 125% 80% 75%;
        .whisker {
          width: 30%;
          height: 30%;
          border-radius: 50%;
          border: 2em solid #0000;
          border-top-color: var(--fur);
          border-left-color: var(--fur);
          clip-path: polygon(100% 0, 100% 100%, 0 30%, 0 0);
          &:nth-child(1) {
            top: 45%;
            translate: -65%;
          }
          &:nth-child(2) {
            top: 55%;
            translate: -40%;
            rotate: -20deg;
          }
          &:nth-child(3) {
            right: 0%;
            top: 45%;
            translate: 65%;
            rotate: 10deg;
          }
          &:nth-child(4) {
            right: -2%;
            top: 55%;
            translate: 40%;
            rotate: 24deg;
          }
        }
        .nose {
          width: 10%;
          height: 7%;
          background: var(--skin);
          border-radius: 50%;
          left: 50%;
          translate: -50% -50%;
          top: 55%;
        }
        .eye {
          --pos: 25%;
          --x1: 50%;
          --x2: 42%;
          width: 35%;
          aspect-ratio: 1;
          border-radius: 50%;
          background: radial-gradient(50% 50% at var(--x1) 32%, #fff 25%, #0000 calc(25% + 1px)), radial-gradient(50% 50% at var(--x2) 51%, #fff 12%, #0000 calc(12% + 1px)), radial-gradient(circle at 60% 40%, #000 35%, #0000 calc(35% + 1px)), white;
          left: var(--pos);
          translate: -50% -50%;
          top: 43%;
          overflow: hidden;
          & + & {
            --x1: 70%;
            --x2: 78%;
            left: calc(100% - var(--pos));
            scale: -1 1;
          }
          &::before {
            content: "";
            top: -30%;
            left: 50%;
            translate: -50%;
            width: 150%;
            height: 0%;
            background: var(--fur);
            rotate: -10deg;
            animation: art-cat-stargazer-blink 10s linear infinite;
          }
          &::after {
            content: "";
            bottom: -10%;
            left: 50%;
            translate: -50%;
            width: 150%;
            height: 0%;
            background: var(--fur);
            rotate: -10deg;
            animation: art-cat-stargazer-blink 10s linear infinite;
          }
        }
      }
    }
  }
  .art-cat-stargazer-sm {
    --art-cat-stargazer-size: 300px;
  }
  .art-cat-stargazer-lg {
    --art-cat-stargazer-size: 700px;
  }
}
@property --art-circular-gallery-rotation {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
@layer css-art {
  .art-circular-gallery {
    --art-circular-gallery-size: 600px;
    --art-circular-gallery-radius: calc(var(--art-circular-gallery-size) * 0.42);
    --art-circular-gallery-card-width: calc(var(--art-circular-gallery-size) * 0.09);
    --art-circular-gallery-card-border-radius: calc(var(--art-circular-gallery-size) * 0.012);
    --art-circular-gallery-arc-size: 0.95;
    --art-circular-gallery-arc-center: 0.275;
    --art-circular-gallery-arc-start: calc(
      var(--art-circular-gallery-arc-center) - var(--art-circular-gallery-arc-size) / 2
    );
    --art-circular-gallery-arc-shift-delta: 0.0075;
    --art-circular-gallery-card-trans-duration: 1000ms;
    --art-circular-gallery-card-trans-easing: linear(
      0,
      0.01 0.8%,
      0.038 1.6%,
      0.154 3.4%,
      0.781 9.7%,
      1.01 12.5%,
      1.089 13.8%,
      1.153 15.2%,
      1.195 16.6%,
      1.219 18%,
      1.224 19.7%,
      1.208 21.6%,
      1.172 23.6%,
      1.057 28.6%,
      1.007 31.2%,
      0.969 34.1%,
      0.951 37.1%,
      0.953 40.9%,
      0.998 50.4%,
      1.011 56%,
      0.998 74.7%,
      1
    );
    anchor-name: --art-circular-gallery-center;
    transform: rotate(var(--art-circular-gallery-rotation));
    transition: transform 700ms linear;
    position: relative;
    width: var(--art-circular-gallery-size);
    height: var(--art-circular-gallery-size);
    aspect-ratio: 1;
    display: grid;
    place-content: center;
    font-family: sans-serif;
    h1 {
      margin: 0;
      text-align: center;
      font-size: clamp(1rem, calc(var(--art-circular-gallery-size) * 0.035), 2.5rem);
      font-weight: 300;
      letter-spacing: 0.05em;
      transform: rotate(calc(var(--art-circular-gallery-rotation) * -1));
    }
    div {
      --arc-step: calc(var(--art-circular-gallery-arc-size) / 19);
      --arc-shift: calc(var(--art-circular-gallery-arc-shift-delta) * var(--d, 1));
      --card-offset-distance: calc(
        (
            var(--art-circular-gallery-arc-start) + (var(--i) - 1) * var(--arc-step) +
              var(--arc-shift)
          ) * 100%
      );
      &:has(a:hover), &:target {
        --title-opacity: 1;
      }
      &:target {
        --zindex: 2;
        --center-opacity: 1;
        --center-scale: 1;
        --image-outline-color: rgba(255 255 255 / 0.5);
      }
      &::before {
        content: "";
        position: fixed;
        position-anchor: --art-circular-gallery-center;
        position-area: span-all;
        transform: rotate(calc(var(--art-circular-gallery-rotation) * -1));
        width: calc(var(--art-circular-gallery-size) * 0.4);
        aspect-ratio: 1;
        border-radius: 9in;
        background: var(--bg-img);
        box-sizing: border-box;
        outline: 10px solid rgba(255 255 255 / 0.3);
        outline-offset: -10px;
        background-size: cover;
        background-repeat: no-repeat;
        opacity: var(--center-opacity, 0);
        scale: var(--center-scale, 0);
        pointer-events: none;
        transition-property: scale, opacity;
        transition-duration: 300ms, 150ms;
      }
      &::after {
        content: attr(data-title);
        position: fixed;
        position-anchor: --art-circular-gallery-card;
        position-area: center span-all;
        z-index: 2;
        pointer-events: none;
        opacity: var(--title-opacity, 0);
        transition-property: opacity, transform;
        transition-duration: 150ms;
        border: 1px solid rgb(255 255 255 / 0.75);
        background: rgb(0 0 0 / 0.25);
        backdrop-filter: blur(3px);
        padding: 0.25em 1em;
        border-radius: 5px;
        font-size: clamp(0.55rem, calc(var(--art-circular-gallery-size) * 0.012), 0.85rem);
        white-space: nowrap;
        @starting-style {
          opacity: 0;
        }
      }
      a {
        position: absolute;
        display: block;
        width: var(--art-circular-gallery-card-width);
        aspect-ratio: 4 / 6;
        border-radius: var(--art-circular-gallery-card-border-radius);
        border: 2px solid rgba(255 255 255 / 0.6);
        offset-path: circle(var(--art-circular-gallery-radius) at 50% 50%);
        offset-distance: var(--card-offset-distance);
        offset-rotate: auto;
        offset-anchor: 50% 0%;
        transition: offset var(--art-circular-gallery-card-trans-duration) var(--art-circular-gallery-card-trans-easing), scale 200ms ease;
        z-index: var(--zindex, 1);
        anchor-name: --art-circular-gallery-card;
        &:hover {
          scale: 2.5;
          z-index: 3;
        }
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block;
          border-radius: inherit;
          outline: 5px solid var(--image-outline-color, transparent);
          outline-offset: -5px;
          transition: outline 300ms ease-in-out;
        }
      }
    }
  }
  .art-circular-gallery:has(> *:hover) > *:hover + *, .art-circular-gallery:has(> :last-child:hover) > :nth-child(1) {
    --d: 3;
  }
  .art-circular-gallery:has(> *:hover) > *:hover + * + *, .art-circular-gallery:has(> :last-child:hover) > :nth-child(2), .art-circular-gallery:has(> :nth-last-child(2):hover) > :nth-child(1) {
    --d: 2;
  }
  .art-circular-gallery:has(> *:hover) > *:hover + * + * + *, .art-circular-gallery:has(> :last-child:hover) > :nth-child(3), .art-circular-gallery:has(> :nth-last-child(2):hover) > :nth-child(2), .art-circular-gallery:has(> :nth-last-child(3):hover) > :nth-child(1) {
    --d: 1;
  }
  .art-circular-gallery:has(> *:hover) > *:hover + * + * + * + *, .art-circular-gallery:has(> :last-child:hover) > :nth-child(4), .art-circular-gallery:has(> :nth-last-child(2):hover) > :nth-child(3), .art-circular-gallery:has(> :nth-last-child(3):hover) > :nth-child(2), .art-circular-gallery:has(> :nth-last-child(4):hover) > :nth-child(1) {
    --d: 0.5;
  }
  .art-circular-gallery *:has(+ *:hover), .art-circular-gallery:has(> :nth-child(1):hover) :nth-last-child(1) {
    --d: -3;
  }
  .art-circular-gallery *:has(+ * + *:hover), .art-circular-gallery:has(> :nth-child(1):hover) :nth-last-child(2), .art-circular-gallery:has(> :nth-child(2):hover) :nth-last-child(1) {
    --d: -2;
  }
  .art-circular-gallery *:has(+ * + * + *:hover), .art-circular-gallery:has(> :nth-child(1):hover) :nth-last-child(3), .art-circular-gallery:has(> :nth-child(2):hover) :nth-last-child(2), .art-circular-gallery:has(> :nth-child(3):hover) :nth-last-child(1) {
    --d: -1;
  }
  .art-circular-gallery *:has(+ * + * + * + *:hover), .art-circular-gallery:has(> :nth-child(1):hover) :nth-last-child(4), .art-circular-gallery:has(> :nth-child(2):hover) :nth-last-child(3), .art-circular-gallery:has(> :nth-child(3):hover) :nth-last-child(2), .art-circular-gallery:has(> :nth-child(4):hover) :nth-last-child(1) {
    --d: -0.5;
  }
  .art-circular-gallery-sm {
    --art-circular-gallery-size: 400px;
  }
  .art-circular-gallery-lg {
    --art-circular-gallery-size: 800px;
  }
}
@layer css-art {
  @keyframes art-color-spin-spin {
    0%, 1% {
      transform: translateX(-50%) translateY(calc(var(--art-color-spin-size) * 0.026)) rotateY(0deg) scale(1.05);
    }
    99%, 100% {
      transform: translateX(-50%) translateY(calc(var(--art-color-spin-size) * 0.026)) rotateY(360deg) scale(1.05);
    }
  }
  .art-color-spin {
    --art-color-spin-size: 770px;
    --art-color-spin-color1: #ffd700;
    --art-color-spin-color2: #20a7db;
    --art-color-spin-color3: #8fce00;
    --art-color-spin-color4: #ff0000;
    position: relative;
    width: var(--art-color-spin-size);
    height: calc(var(--art-color-spin-size) * 0.26);
    background: repeating-linear-gradient( -45deg, #000, #000 5px, #111 5px, #111 10px );
    perspective: calc(var(--art-color-spin-size) * 1.039);
    font-family: "Google Sans", sans-serif;
    font-weight: 440;
    overflow: visible;
  }
  .art-color-spin * {
    box-sizing: border-box;
  }
  .art-color-spin::before {
    content: "c";
    font-size: calc(var(--art-color-spin-size) * 0.461);
    color: #eee;
    position: absolute;
    top: calc(var(--art-color-spin-size) * -0.169);
    left: 0;
    text-indent: calc(var(--art-color-spin-size) * -0.026);
    line-height: calc(var(--art-color-spin-size) * 0.519);
    z-index: 2;
    -webkit-box-reflect: below calc(var(--art-color-spin-size) * -0.169) linear-gradient(transparent, rgb(255 255 255 / 0.06));
  }
  .art-color-spin::after {
    content: "r";
    font-size: calc(var(--art-color-spin-size) * 0.461);
    color: #eee;
    position: absolute;
    top: calc(var(--art-color-spin-size) * -0.169);
    right: calc(var(--art-color-spin-size) * 0.039);
    line-height: calc(var(--art-color-spin-size) * 0.519);
    z-index: 2;
    -webkit-box-reflect: below calc(var(--art-color-spin-size) * -0.169) linear-gradient(transparent, rgb(255 255 255 / 0.06));
  }
  .art-color-spin > ul {
    width: 0;
    height: calc(var(--art-color-spin-size) * 0.195);
    display: block;
    left: 50%;
    position: relative;
    transform-style: preserve-3d;
    transform-origin: center center;
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: art-color-spin-spin 11s linear infinite alternate-reverse;
  }
  .art-color-spin > ul * {
    transform-style: preserve-3d;
  }
  .art-color-spin > ul::before, .art-color-spin > ul::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--art-color-spin-size) * 0.052);
    height: calc(var(--art-color-spin-size) * 0.286);
    border-radius: calc(var(--art-color-spin-size) * 0.026);
    top: calc(var(--art-color-spin-size) * -0.039);
    left: calc(var(--art-color-spin-size) * -0.026);
    background: #fff;
  }
  .art-color-spin > ul::before {
    background: #eee;
    transform: rotateY(-90deg);
  }
  .art-color-spin > ul > li {
    display: block;
    width: calc(var(--art-color-spin-size) * 0.234);
    height: calc(var(--art-color-spin-size) * 0.234);
    border: solid calc(var(--art-color-spin-size) * 0.032) #fff;
    border-radius: 50%;
    top: calc(var(--art-color-spin-size) * -0.013);
    left: 0;
    position: absolute;
    transform: rotateY(calc(var(--i) * -90deg)) translateZ(0px) translateX(calc(var(--art-color-spin-size) * 0.052));
    transform-origin: top left;
    -webkit-box-reflect: below 2px linear-gradient(transparent, rgb(255 255 255 / 0.1));
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .art-color-spin > ul > li::before, .art-color-spin > ul > li::after {
    content: "";
    width: calc(var(--art-color-spin-size) * 0.13);
    height: calc(var(--art-color-spin-size) * 0.13);
    display: block;
    opacity: 0.75;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    mix-blend-mode: color-burn;
  }
  .art-color-spin > ul > li::after {
    transform: translate3d(-50%, -50%, 1px);
  }
  .art-color-spin > ul > li::before {
    transform: translate3d(-50%, -50%, -1px);
  }
  .art-color-spin > ul > li:nth-child(1) {
    outline: solid 1px var(--art-color-spin-color1);
    outline-offset: 1px;
  }
  .art-color-spin > ul > li:nth-child(1)::after {
    background: var(--art-color-spin-color1);
  }
  .art-color-spin > ul > li:nth-child(1)::before {
    background: var(--art-color-spin-color1);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in hsl, var(--art-color-spin-color1), white 30%);
    }
  }
  .art-color-spin > ul > li:nth-child(2) {
    outline: solid 1px var(--art-color-spin-color2);
    outline-offset: 1px;
  }
  .art-color-spin > ul > li:nth-child(2)::after {
    background: var(--art-color-spin-color2);
  }
  .art-color-spin > ul > li:nth-child(2)::before {
    background: var(--art-color-spin-color2);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in hsl, var(--art-color-spin-color2), white 30%);
    }
  }
  .art-color-spin > ul > li:nth-child(3) {
    outline: solid 1px var(--art-color-spin-color3);
    outline-offset: 1px;
  }
  .art-color-spin > ul > li:nth-child(3)::after {
    background: var(--art-color-spin-color3);
  }
  .art-color-spin > ul > li:nth-child(3)::before {
    background: var(--art-color-spin-color3);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in hsl, var(--art-color-spin-color3), white 30%);
    }
  }
  .art-color-spin > ul > li:nth-child(4) {
    outline: solid 1px var(--art-color-spin-color4);
    outline-offset: 1px;
  }
  .art-color-spin > ul > li:nth-child(4)::after {
    background: var(--art-color-spin-color4);
  }
  .art-color-spin > ul > li:nth-child(4)::before {
    background: var(--art-color-spin-color4);
    @supports (color: color-mix(in lab, red, red)) {
      background: color-mix(in hsl, var(--art-color-spin-color4), white 30%);
    }
  }
  .art-color-spin-sm {
    --art-color-spin-size: 385px;
  }
  .art-color-spin-lg {
    --art-color-spin-size: 1000px;
  }
}
@layer css-art {
  .art-csswitch {
    --art-csswitch-size: 800px;
    --joycon-left: #00c5e2;
    --joycon-left-shadow: #0128;
    --joycon-right: #ff6658;
    --joycon-right-shadow: #c218;
    position: relative;
    isolation: isolate;
    font-size: var(--art-csswitch-size);
    width: var(--art-csswitch-size);
    max-width: var(--art-csswitch-size);
    height: calc(var(--art-csswitch-size) * 0.4256);
    background: #f000;
  }
  .art-csswitch *, .art-csswitch *::before, .art-csswitch *::after {
    position: absolute;
    box-sizing: border-box;
  }
  .art-csswitch :focus {
    outline: 1px dashed;
    outline-offset: 2px;
  }
  .art-csswitch .round {
    border-radius: 50%;
  }
  .art-csswitch .comfort-grip, .art-csswitch .connector {
    display: none;
  }
  .art-csswitch .body {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0.721em;
    height: 99%;
  }
  .art-csswitch .frame {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background: radial-gradient(farthest-side, #2f3638 50%, #0000) -1% 3% / 2% 2%, radial-gradient(farthest-side, #2f3638, #0000) 1% -0.75% / 2% 2%, radial-gradient(95% 70% at 0% 0%, #2f3638 85%, #fff3, #f000) 0.5% 0.75% / 1.55% 5.25% no-repeat, radial-gradient(farthest-side, #2f3638 50%, #0000) 101% 3% / 2% 2%, radial-gradient(farthest-side, #2f3638, #0000) 99% -0.75% / 2% 2%, radial-gradient(95% 70% at 100% 0%, #2f3638 85%, #fff3, #f000) 99.5% 0.75% / 1.55% 5.25% no-repeat, linear-gradient(#0000 1%, #fff3 2%, #0000 4%), linear-gradient(#0000 95%, #0008), #2f3638;
    background-repeat: no-repeat;
    box-shadow: inset -1.5px 0 0.75px -0.75px #fff5, inset 1.5px 0 0.75px -0.75px #fff6;
    -webkit-mask: radial-gradient(farthest-side at 100% 100%, #f00 99.99%, #f000) 0 3.9% / 0.6% 1% no-repeat, radial-gradient(farthest-side at 100% 100%, #f00 99.99%, #f000) 1.7% 0% / 0.4% 1% no-repeat, radial-gradient(78.33% 60.33% at 0% 0%, #f000 99%, #f00) 0.5% 0.75% / 1.55% 5.25% no-repeat, radial-gradient(farthest-side at 0% 100%, #f00 99.99%, #f000) 100% 3.9% / 0.6% 1% no-repeat, radial-gradient(farthest-side at 0% 100%, #f00 99.99%, #f000) 98.3% 0% / 0.4% 1% no-repeat, radial-gradient(78.33% 60.33% at 100% 0%, #f000 99%, #f00) 99.5% 0.75% / 1.55% 5.25% no-repeat, linear-gradient(#0000 4.7%, #000 0), linear-gradient(90deg, #0000 1.9%, #000 0 98.1%, #0000 0);
  }
  .art-csswitch .frame::before {
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 93%;
    border-radius: 11px;
    border: 0.3px solid #000;
    box-shadow: 0 0.45px 1px #fff8, inset 0 0.6px 1.5px -0.25px #000, inset 0 0.7px 1.5px -0.25px #fffc;
    background: radial-gradient(circle at 32.7% 98%, #0e0e0e 0.9%, #000 0 1%, #0e0e0e 0 1.2%, #0000 0), linear-gradient(#0e0e0e 0 0) 32.33% 100% / 2.1% 2% no-repeat, #000;
  }
  .art-csswitch .screen {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 77.5%;
    border-radius: 1.5px;
    background: #292d30;
    box-shadow: inset 0 1.5px 5px -1.5px #000c;
  }
  .art-csswitch .controller {
    --color: var(--joycon-left);
    --color-shadow: var(--joycon-left-shadow);
    --connection: 0.02em 0.0105em 0 -0.0123em #020100;
    width: 0.1385em;
    height: 99%;
    bottom: 0;
    left: 0;
    border-radius: 90px 4px 2px 90px;
    background: var(--color);
    box-shadow: var(--connection), inset 1px -9px 10px -3px #0125, inset 35px 0 25px -25px #0002, inset -2px 0 4px var(--color), inset 6px 16px 5px -8px var(--color), inset 0 17px 5px -8px #fff, inset 5px -5px 10px -4px var(--color-shadow);
  }
  .art-csswitch .controller::before {
    content: "";
    width: 0.00275em;
    aspect-ratio: 1;
    background: #393537;
    box-shadow: inset 0.1px 0.75px 0.4px #fff3;
    left: 100%;
    top: 97.75%;
    border-radius: 50%;
  }
  .art-csswitch .controller.right {
    --color: var(--joycon-right);
    --color-shadow: var(--joycon-right-shadow);
    --connection: -0.02em 0.0105em 0 -0.0123em #020100;
    left: auto;
    right: 0;
    border-radius: 4px 90px 90px 2px;
    box-shadow: var(--connection), inset -0.001em -0.009em 0.01em -0.003em #2107, inset -0.035em 0 0.025em -0.025em #0002, inset 0.002em 0 0.004em var(--color), inset -0.006em 0.016em 0.005em -0.008em var(--color), inset 0 0.017em 0.005em -0.008em #fff, inset -0.01em 0 0.01em -0.004em var(--color-shadow);
  }
  .art-csswitch .controller.right::before {
    left: auto;
    right: 100%;
    box-shadow: inset -0.0001em 0.00075em 0.0004em #fff3;
  }
  .art-csswitch button {
    border: 0;
    font-size: 1em;
    padding: 0;
  }
  .art-csswitch .bar {
    display: none;
  }
  .art-csswitch .minus {
    --c: #404040;
    width: 17%;
    height: 1.8%;
    background: var(--c);
    top: 8.9%;
    right: 7.7%;
    border-radius: 0.0015em;
    border: 0.001em solid var(--color-shadow);
    box-shadow: inset 1px -1px 1px #0008, inset -1px 0 1px #0003, inset 0 1px 1px #fff6, 0 2px 2px -1px #0006;
  }
  .art-csswitch .plus {
    left: 7.7%;
    right: auto;
  }
  .art-csswitch .plus::before {
    content: "";
    width: 37.5%;
    height: 410%;
    background: var(--c);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0.0015em;
    border: 0.001em solid var(--color-shadow);
    box-shadow: 0 0.004em 0.02em var(--color-shadow), inset -0.0006em 0 0.0004em #0007, inset 0.0006em 0 0.0004em #0007, inset 0 -0.001em 0.0005em -0.0002em #0008, inset 0 0.00075em 0.0005em -0.0002em #fff6;
  }
  .art-csswitch .plus::after {
    content: "";
    width: 35%;
    aspect-ratio: 1;
    background: radial-gradient(circle at 0 0, #834 20%, #0000 20% 35%, var(--c) 0) 0 0 / 50% 50%, conic-gradient(at 0 0, #000, #fff) 1% 1% / 40% 40%, radial-gradient(circle at 100% 0, #834 20%, #0000 20% 35%, var(--c) 0) 100% 0 / 50% 50%, conic-gradient(at 100% 0, #fff 25%, #000) 99% 1% / 40% 40%, radial-gradient(circle at 0% 100%, #834 20%, #0000 20% 35%, var(--c) 0) 1% 99% / 50% 50%, radial-gradient(at 0% 100%, #0008, #0000) 1% 99% / 40% 40%, radial-gradient(circle at 100% 100%, #834 20%, #0000 20% 35%, var(--c) 0) 99% 99% / 50% 50%, radial-gradient(at 100% 100%, #0008, #0000) 100% 99% / 40% 40%, var(--c);
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .art-csswitch .mushroom {
    width: 47%;
    aspect-ratio: 1;
    border: 0.001em solid var(--color-shadow);
    top: 17.5%;
    left: 30%;
    background: radial-gradient(circle at 50% 0, #6669, #6660 60%), #2a2e31;
    box-shadow: inset 0 0.0001em 0.00125em -0.0005em var(--color), inset 0 0.003em 0.003em #0004, inset 0 -0.005em 0.003em #0006, 0 -0.0009em 0.001em 0.001em #0003, 0 0.00075em 0.001em 0.001em #0003, 0 0.01em 0.01em -0.0025em #0004, 0 0.025em 0.035em var(--color-shadow);
  }
  .art-csswitch .right .mushroom {
    top: 45.25%;
    left: 23.25%;
  }
  .art-csswitch .mushroom::before {
    content: "";
    width: 80%;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 0, #6669, #6660 60%);
    box-shadow: inset 0 0 0.001em #0008, inset 0 0.002em 0.002em #0008, inset 0 -0.001em 0.001em 0.001em #fff4, 0 0.001em 0.001em #fff2, 0 -0.0007em 0.001em 0.0006em #0008, 0 -0.0025em 0.0015em 0.0006em #fff2;
  }
  .art-csswitch .mushroom::after {
    content: "";
    width: 95%;
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(90deg, #000, #0000 20% 80%, #000) 50% 0 / 3% 12%, linear-gradient(#000 5%, #444 15% 30%, #666 50%, #3c3c3c, #484848) 50% 0 / 3% 12%, linear-gradient(#0000 30% 90%, #fff) 0% 50% / 12% 3%, linear-gradient(#000, #0000 30% 70%, #000) 0% 50% / 12% 3%, linear-gradient(90deg, #fff4, #222 10% 50%, #444) 0% 50% / 12% 3%, linear-gradient(#0000 30% 90%, #fff) 100% 50% / 12% 3%, linear-gradient(#000, #0000 30% 70%, #000) 100% 50% / 12% 3%, linear-gradient(to left, #fff4, #222 10% 50%, #444) 100% 50% / 12% 3%, linear-gradient(90deg, #000, #0000 20% 80%, #000) 50% 100% / 3% 12%, linear-gradient(to top, #fff4, #111 15% 50%, #444) 50% 100% / 3% 12%, #f000;
    background-repeat: no-repeat;
  }
  .art-csswitch .direction {
    display: grid;
    place-items: center;
    width: 23%;
    aspect-ratio: 1;
    border: 0.0007em solid var(--color-shadow);
    background: linear-gradient(#fff2, #fff0), #35393c;
    box-shadow: 0 0.002em 0.007em var(--color-shadow), inset 0 0.0001em 0.0015em -0.0005em var(--color), inset 0 0 0.0005em 0.001em #323439, inset 0 0.002em 0.001em 0.0002em #def5, inset 0 -0.001em 0.0005em 0.0002em #000, inset 0 -0.001em 0.001em 0.002em #000c;
  }
  .art-csswitch .direction::before {
    font-size: 0.0175em;
    font-family: Helvetica, sans-serif;
    color: #fffa;
  }
  .art-csswitch .arrow::before, .art-csswitch .arrow::after {
    content: "";
    width: 40%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #252525;
    clip-path: polygon(52% -2%, 100% 80%, 0 80%, 48% -2%);
  }
  .art-csswitch .arrow::before {
    top: 51.5%;
    background: #fff3;
    filter: blur(0.01em);
  }
  .art-csswitch .arrow.right::before, .art-csswitch .arrow.right::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .art-csswitch .arrow.left::before, .art-csswitch .arrow.left::after {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
  .art-csswitch .arrow.down::before, .art-csswitch .arrow.down::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .art-csswitch .direction.up {
    top: 41.75%;
    left: 41.9%;
  }
  .art-csswitch .direction.down {
    top: 56.6%;
    left: 41.9%;
  }
  .art-csswitch .direction.left {
    left: 18.25%;
    top: 49.25%;
  }
  .art-csswitch .direction.right {
    left: 65.75%;
    top: 49.25%;
  }
  .art-csswitch .direction.x {
    top: 14%;
    left: 35%;
  }
  .art-csswitch .direction.x::before {
    content: "X";
  }
  .art-csswitch .direction.y {
    top: 21.5%;
    left: 11.25%;
  }
  .art-csswitch .direction.y::before {
    content: "Y";
  }
  .art-csswitch .direction.a {
    top: 21.5%;
    left: 59%;
  }
  .art-csswitch .direction.a::before {
    content: "A";
  }
  .art-csswitch .direction.b {
    top: 29%;
    left: 35%;
  }
  .art-csswitch .direction.b::before {
    content: "B";
  }
  .art-csswitch .menu {
    width: 19.35%;
    aspect-ratio: 1;
    border: 0.0009em solid var(--color-shadow);
    top: 68.5%;
    left: 60.5%;
    border-radius: 0.003em;
    background: #464b50;
    box-shadow: inset 0 0.001em 0.001em -0.0005em #fff6, inset 0 -0.001em 0.001em -0.0005em #0006;
  }
  .art-csswitch .menu::before {
    content: "";
    width: 67%;
    aspect-ratio: 1;
    background: #33393c;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: inset 0 0.0009em 0.00075em #0008, 0 0.0008em 0.00075em #fff5;
  }
  .art-csswitch .lr {
    background: linear-gradient(#4c5153 50%, #030405 60%);
    top: -1%;
    right: 18%;
    width: 83.5%;
    height: 21%;
    border-radius: 100em 2em 0 0;
    clip-path: ellipse(140% 87% at 100% 0%);
    box-shadow: inset -0.004em 0 0.003em -0.003em #333, inset -0.007em 0 0.003em -0.003em #4c5153, inset 0 0.0015em 0.001em #444, inset -0.001em 0.00175em 0.001em #fff;
    z-index: -1;
  }
  .art-csswitch .lr.rr {
    left: 18%;
    right: auto;
    transform: scaleX(-1);
  }
  .art-csswitch .volume {
    width: 8.5%;
    height: 0.7%;
    background: linear-gradient(#444, #222);
    left: 13.3%;
    top: -0.6%;
    border-radius: 0.0005em 0.0005em 0 0;
    clip-path: polygon(-20% -100%, 32% -100%, 32% 0, 33% 35%, 66% 35%, 67% 0%, 67% -100%, 110% -100%, 110% 120%, -20% 120%);
    z-index: -1;
  }
  .art-csswitch .home {
    top: 67.6%;
    left: 17.5%;
    display: grid;
    place-items: center;
    width: 25%;
    aspect-ratio: 1;
    border: 0.0007em solid var(--color-shadow);
    background: linear-gradient(#0001, #0005), radial-gradient(#0000 52.5%, #9c9a9a 54%), #404547;
  }
  .art-csswitch .home::before {
    content: "";
    top: 23%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 50%;
    height: 24.5%;
    background: conic-gradient(at 50% 0, #0000 132deg, #010202 0 228deg, #0000 0);
    box-shadow: 0 0.5px 0.75px -0.25px #fff8;
  }
  .art-csswitch .home::after {
    content: "";
    color: #010202;
    top: 46%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 39%;
    height: 24.5%;
    box-shadow: inset -0.004em 0, inset 0.004em 0, inset 0 -0.004em 0, 0 0.5px 0.75px -0.25px #fff5;
  }
  .art-csswitch button:active, .art-csswitch .plus:active::before, .art-csswitch .plus:active::after, .art-csswitch .active {
    background: yellow !important;
  }
  @media (max-width: 1010px) {
    .art-csswitch {
      width: calc(var(--art-csswitch-size) * 0.663);
    }
    .art-csswitch .controller {
      left: 0.102em;
    }
    .art-csswitch .controller.right {
      right: 0.102em;
    }
    .art-csswitch .body {
      display: none;
    }
    .art-csswitch .comfort-grip {
      display: block;
      width: 100%;
      height: 0.461em;
    }
    .art-csswitch .grip {
      width: 24%;
      height: 82.5%;
      bottom: 7.5%;
      left: 0%;
      transform: rotate(12deg);
      background: radial-gradient(50% 100% at 69% 50%, #fff1, #fff0 50%), radial-gradient(100% 100% at 60% 60%, #ffffff18, #fff0 30%), linear-gradient(#0000, #0003), #2f3638;
      border-radius: 120% 120% 170% 125% / 120% 120% 140% 110%;
      transform-origin: 50% 100%;
      box-shadow: inset 25px 20px 20px -10px #00050ccc, inset -20px -10px 30px -10px #0008, inset 32px 50px 15px -15px #fff5, inset 0 0 50px #0008;
    }
    .art-csswitch .grip.right {
      left: auto;
      right: 0;
      transform: scaleX(-1) rotate(12deg);
    }
    .art-csswitch .comfort-grip ~ .comfort-grip {
      height: 100%;
    }
    .art-csswitch .holder {
      width: 70%;
      height: 0.365em;
      background: #2f3638;
      top: 13%;
      left: 50%;
      transform: translateX(-50%);
      border-radius: 7% 7% 250px 250px / 10% 10% 26% 26%;
      box-shadow: inset 2px -10px 2px -1px #000, inset -2px -10px 2px 0px #000, -1px 1px 2px -1.5px #fffc, 0 40px 0 -20px #000c, -3px 10px 10px 3px #2f3638, 1px 1px 2px -1.5px #fffc, 2px 10px 10px 3px #2f3638;
      clip-path: polygon(-100% 0%, 200% 0%, 200% 100%, 66% 100%, 65.75% 100.75%, 34.25% 100.75%, 34% 100%, -100% 100%);
    }
    .art-csswitch .main-frame {
      width: 0.181em;
      height: 99%;
      bottom: 0%;
      left: 50%;
      transform: translate(-50%, 0);
      border-radius: 2px;
      -webkit-mask: radial-gradient(farthest-side at 100% 100%, #f00 99.99%, #f000) 0 3.9% / 2.4% 1% no-repeat, radial-gradient(farthest-side at 100% 100%, #f00 99.99%, #f000) 6.8% 0% / 1.6% 1% no-repeat, radial-gradient(78.33% 60.33% at 0% 0%, #f000 99%, #f00) 2% 0.75% / 6.2% 5.25% no-repeat, radial-gradient(farthest-side at 0% 100%, #f00 99.99%, #f000) 100% 3.9% / 2.4% 1% no-repeat, radial-gradient(farthest-side at 0% 100%, #f00 99.99%, #f000) 93.2% 0% / 1.6% 1% no-repeat, radial-gradient(78.33% 60.33% at 100% 0%, #f000 99%, #f00) 98% 0.75% / 6.2% 5.25% no-repeat, linear-gradient(#0000 4.7%, #000 0), linear-gradient(90deg, #0000 7.5%, #000 0 92.5%, #0000 0);
      background: radial-gradient(farthest-side, #2f3638 50%, #0000) -1% 3% / 2% 2%, radial-gradient(farthest-side, #2f3638, #0000) 1% -0.75% / 2% 2%, radial-gradient(95% 70% at 0% 0%, #2f3638 85%, #fff3, #f000) 0.5% 0.75% / 1.55% 5.25% no-repeat, radial-gradient(farthest-side, #2f3638 50%, #0000) 101% 3% / 2% 2%, radial-gradient(farthest-side, #2f3638, #0000) 99% -0.75% / 2% 2%, radial-gradient(95% 70% at 100% 0%, #2f3638 85%, #fff3, #f000) 99.5% 0.75% / 1.55% 5.25% no-repeat, linear-gradient(#0000 1%, #fff3 2%, #0000 4%), linear-gradient(#0000 97%, #0008), radial-gradient(at 0 100%, #2f3638 1%, #0000 10%), radial-gradient(at 100% 100%, #2f3638 1%, #0000 10%), linear-gradient(#fff0 96%, #ffffff08, #fff0 98.5%), linear-gradient(#0000, #0013 5%, #0000 50%), #2f3638;
      box-shadow: inset 4px 0 3px -3.5px #fff5, inset -4px 0 3px -3.5px #fff5, inset 3px 0 4px -3.5px, inset -3px 0 4px -3.5px;
      background-repeat: no-repeat;
    }
    .art-csswitch .logo {
      width: 0.0325em;
      height: 0.065em;
      background: radial-gradient(circle at 53.5% 26.5%, #1a1c21 6px, #1a1c2100 0);
      left: 0.057em;
      top: 0.1385em;
      border: 0.005em solid #1a1c21;
      border-radius: 0.02em 0 0 0.02em;
      box-shadow: 1px 0.5px 2px -1.5px #fff3;
    }
    .art-csswitch .logo.right {
      left: 0.0955em;
      width: 0.029em;
      background: radial-gradient(circle at 48% 55%, #1a1c2100 6px, #1a1c21 0);
      border: 0;
      border-radius: 0 0.0175em 0.0175em 0;
    }
    .art-csswitch .nintendo {
      font-size: 0.012em;
      left: 51.5%;
      top: 51.75%;
      transform: translate(-50%, -50%);
      font-family: Helvetica, sans-serif;
      font-weight: 700;
      letter-spacing: 0.0055em;
      color: #1a1c21;
    }
    .art-csswitch .switch {
      font-size: 0.021em;
      left: 51%;
      top: 55.75%;
      transform: translate(-50%, -50%);
      font-family: Helvetica, sans-serif;
      font-weight: 700;
      letter-spacing: 0.004em;
      color: #1a1c21;
    }
    .art-csswitch .light {
      top: 37.5%;
      left: 10.25%;
      border: 0.00075em solid #000c;
      width: 0.0065em;
      height: 0.0065em;
      border-radius: 0.0015em;
      background: radial-gradient(at 0 0, #0004, #0000), #53565b;
      box-shadow: inset -1px -1px 2px -1.5px #ffd3, 1px 1.5px 1px -1.25px #fff3;
    }
    .art-csswitch .light:nth-child(3n), .art-csswitch .light:nth-child(7n) {
      top: 45.5%;
    }
    .art-csswitch .light:nth-child(2n), .art-csswitch .light:nth-child(6n) {
      top: 41.5%;
    }
    .art-csswitch .light:nth-child(4n), .art-csswitch .light:nth-child(8n) {
      top: 49.5%;
    }
    .art-csswitch .light:nth-child(n + 5) {
      left: auto;
      right: 10.25%;
    }
  }
  @media (max-width: 670px) {
    .art-csswitch {
      width: calc(var(--art-csswitch-size) * 0.45);
    }
    .art-csswitch .comfort-grip {
      display: none;
    }
    .art-csswitch .controller {
      --connection: 0 0 0 #0000;
      left: 0;
    }
    .art-csswitch .controller.right {
      --connection: 0 0 0 #0000;
      right: 0;
    }
    .art-csswitch .controller::before {
      content: none;
    }
    .art-csswitch .bar {
      display: block;
      top: 0.25%;
      left: 100%;
      width: 0.05em;
      height: 98%;
    }
    .art-csswitch .controller.right .bar {
      left: auto;
      right: 100%;
      transform: scalex(-1);
    }
    .art-csswitch .bar button {
      width: 100%;
      height: 14.25%;
      left: 0.01em;
      border-radius: 4px;
      background: radial-gradient(20% 100% at 100% 50%, #0008 30%, #31333800 40%), radial-gradient(20% 100% at 100% 50%, #232629 40%, #23262900 60%), linear-gradient(#232629 5%, #fff7, #414649 25% 75%, #232629);
    }
    .art-csswitch .sub-lr {
      top: 19.75%;
    }
    .art-csswitch .sub-rr {
      top: 60.25%;
    }
    .art-csswitch .minus-sign {
      width: 0.021em;
      height: 0.0055em;
      background: #343a3b;
      top: 0.038em;
      left: 0.00725em;
      border-radius: 0.00075em;
      box-shadow: inset 0 0 2px #2f3638, 0 1px 3px -1.5px #fff4;
    }
    .art-csswitch .controller.right .minus-sign::before {
      content: "";
      width: 0.0055em;
      height: 0.021em;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: inherit;
      box-shadow: inset 0 0 2px #2f3638, 0 3px 3px -2px #fff4;
    }
    .art-csswitch .peripheral {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px 120px 110px 0 / 6px 120px 110px 0;
      background: #3f4648;
      box-shadow: inset 2px 0 3px -1px #000c, inset -5px 5px 5px #303538, inset -10px -5px 5px #303538, inset -5px 9px 5px #fff4;
      -webkit-mask: radial-gradient(95% 250% at 100% 64%, #0000 7%, #f00 7.5%) 100% 0 / 100% 42% no-repeat, radial-gradient(95% 250% at 100% 67.5%, #0000 7%, #f00 7.5%) 100% 67.25% / 100% 42% no-repeat, radial-gradient(160% 20% at 0 100%, #0000 38%, #f00 38.5%) 0 100% / 40% 50% no-repeat, radial-gradient(160% 30% at 110% 101%, #0000 65%, #f00 0) 100% 100% / 62% 25% no-repeat;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%, 0% 96%);
    }
    .art-csswitch .cord {
      width: 12px;
      height: 100vh;
      left: 47%;
      top: 30%;
      background: linear-gradient(#000 33%, #0000 34%) 50% 50% / 11px 100%, linear-gradient(#0009 32%, #0000 38%) 50% 50% / 11px 100%, linear-gradient(90deg, #0000, #6666, #0000), linear-gradient(45deg, #253a3e, #21212c, #656a6e, #253a3e) 0.5px 0 / 6px 6px, linear-gradient(-45deg, #253a3e, #31313c, #707070, #253a3e) 5.5px 3px / 6px 6px, radial-gradient(farthest-side, #353a3ecc 99.99%, #f000) 50% 50% / 12px 8px;
      background-repeat: repeat-y;
    }
  }
  @media (max-width: 460px) {
    .art-csswitch {
      width: 90%;
      min-width: 320px;
    }
    .art-csswitch .connector {
      display: block;
      top: 0.022em;
      left: calc(100% - 1px);
      width: 0.0135em;
      height: 0.358em;
      z-index: -1;
    }
    .art-csswitch .controller.right .connector {
      transform: scaleX(-1);
      left: auto;
      right: calc(100% - 1px);
    }
    .art-csswitch .con-lr, .art-csswitch .con-rr {
      width: 90%;
      height: 9.75%;
      background: var(--color);
      top: 25.25%;
      right: 0;
      transform: translateY(-50%);
      border-radius: 2px;
      box-shadow: inset -1.5px -2px 4px -1px #0005, inset -1px 1px 2px -1.5px #0006;
    }
    .art-csswitch .con-rr {
      top: 73%;
    }
    .art-csswitch .con-part {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0px;
    }
    .art-csswitch .con-part::after {
      content: "";
      width: 60%;
      right: 0;
      height: 100%;
      top: 0;
      box-shadow: inset -3px 2px 2px -1px #0008, inset 0 4px 1px -2px #0007, inset 0 3px 1px #fff7;
      background: linear-gradient(#0002, #0000, #0002), #42484d;
      border-radius: 2px 4px 3px 3px / 2px 4px 3px 10px;
      clip-path: polygon(0 0, 100% 0, 100% 18%, 70% 20%, 70% 31%, 100% 33%, 100% 65.5%, 70% 67.5%, 70% 78.5%, 100% 80.5%, 100% 100%, 0 100%);
    }
    .art-csswitch .con-part::before {
      content: "";
      width: 60%;
      left: 0;
      height: 95%;
      top: 0;
      background: linear-gradient(90deg, #000, #0000 20% 40%, #000 60%), linear-gradient(#6e7474 0.66%, #0008 0, #6e7474cc 1.5%, #000c 2.5%, #0000 0), #1b2827;
    }
    .art-csswitch .bar {
      display: none;
    }
  }
  @media (max-width: 360px) {
    .art-csswitch {
      width: 0.151em;
      min-width: 0.151em;
    }
    .art-csswitch .controller.right {
      display: none;
    }
  }
  .art-csswitch-sm {
    --art-csswitch-size: 500px;
  }
  .art-csswitch-lg {
    --art-csswitch-size: 1000px;
  }
}
@layer css-art {
  .art-eclipse {
    --art-eclipse-bg: #09090b;
    --art-eclipse-size: 600px;
    width: var(--art-eclipse-size);
    height: var(--art-eclipse-size);
    position: relative;
    overflow: hidden;
    background: var(--art-eclipse-bg);
    .layer {
      position: absolute;
      inset: 0;
    }
    .layer-1 {
      animation: 30s linear art-eclipse-rotate infinite;
      transform-origin: 66% 40%;
      background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,248,176,0.46) 3.96%, rgba(69,168,255,0) 8.33%, rgba(69,168,255,0) 8.33%) 69.5% 37.7% / 17.2% 17.2% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,248,176,1) 0%, rgba(69,168,255,0) 47.22%) 74.1% 35.6% / 33.6% 36.6% no-repeat;
    }
    .layer-2 {
      animation: 20s linear art-eclipse-rotate infinite reverse;
      transform-origin: 66% 40%;
      background: radial-gradient(ellipse at 50% 50%, rgba(69,168,255,0) 20%, var(--art-eclipse-bg) 29%) 77.4% 33.8% / 40% 40% no-repeat, repeating-conic-gradient(from 15deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,248,176,0.51) 2.64%, rgba(69,168,255,0) 5.56%, rgba(69,168,255,0) 5.56%) 69.5% 37.7% / 17.2% 17.2% no-repeat;
    }
    .layer-3 {
      animation: 20s linear art-eclipse-rotate infinite;
      background: repeating-conic-gradient(from 355deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,198,69,0.26) 8.1%, rgba(69,168,255,0) 16.67%, rgba(69,168,255,0) 16.67%) 0 0 / 100% 100% no-repeat;
    }
    .layer-4 {
      animation: 40s linear art-eclipse-rotate infinite reverse;
      background: repeating-conic-gradient(from 355deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,198,69,0.26) 2.86%, rgba(69,168,255,0) 5.88%, rgba(69,168,255,0) 5.88%) 0% 0% / 100% 100% no-repeat;
    }
    .layer-5 {
      animation: 40s linear art-eclipse-rotate infinite;
      background: repeating-conic-gradient(from 0deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,198,69,0.26) 6.62%, rgba(69,168,255,0) 7.69%, rgba(69,168,255,0) 7.69%) 0% 0% / 100% 100% no-repeat;
    }
    .layer-6 {
      background: radial-gradient(ellipse at 50% 50%, rgba(255,248,176,0.27) 0%, rgba(69,168,255,0) 63.54%) 67% 39.3% / 5.8% 5.8% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(69,168,255,0) 40.28%, rgba(255,183,163,0.05) 52.43%, rgba(69,168,255,0) 63.54%) 68% 38.6% / 13% 13% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,248,176,0.55) 0%, rgba(69,168,255,0) 63.54%) 66.9% 39.3% / 3.4% 3.4% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,248,176,0.2) 0%, rgba(69,168,255,0) 66.67%) 70.7% 36.5% / 25.6% 25.6% no-repeat, radial-gradient(ellipse at 50% 50%, var(--art-eclipse-bg) 26%, rgba(69,168,255,0) 26.4%) 0% 0% / 100% 100% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,212,148,0.04) 0%, rgba(69,168,255,0) 69.79%) 0% 0% / 100% 100% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,240,148,0.11) 0%, rgba(69,168,255,0) 52.43%) 0% 0% / 100% 100% no-repeat, radial-gradient(ellipse at 51% 49%, rgba(69,168,255,0) 23.96%, var(--art-eclipse-bg) 40.63%) 0% 0% / 100% 100% no-repeat, repeating-conic-gradient(from 0deg at 50% 50%, rgba(255,255,255,0) 0%, rgba(255,239,69,0.14) 11.04%, rgba(69,168,255,0) 20%, rgba(69,168,255,0) 20%) 0% 0% / 100% 100% no-repeat, radial-gradient(ellipse at 52% 48%, rgba(69,168,255,0) 23.96%, var(--art-eclipse-bg) 34.03%) 0% 0% / 100% 100% no-repeat, radial-gradient(ellipse at 50% 50%, rgba(255,185,147,0.29) 28%, rgba(69,168,255,0) 30%) 0% 0% / 100% 100% no-repeat;
    }
  }
  .art-eclipse-sm {
    --art-eclipse-size: 300px;
  }
  .art-eclipse-lg {
    --art-eclipse-size: 800px;
  }
  @keyframes art-eclipse-rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
}
@layer css-art {
  @keyframes art-flower-animation-moving-flower-1 {
    0%, 100% {
      transform: rotate(3deg);
    }
    50% {
      transform: rotate(0deg);
    }
  }
  @keyframes art-flower-animation-moving-flower-2 {
    0%, 100% {
      transform: rotate(20deg);
    }
    50% {
      transform: rotate(23deg);
    }
  }
  @keyframes art-flower-animation-moving-flower-3 {
    0%, 100% {
      transform: rotate(-15deg);
    }
    50% {
      transform: rotate(-18deg);
    }
  }
  @keyframes art-flower-animation-blooming-leaf-right {
    0% {
      transform-origin: left;
      transform: rotate(70deg) rotateY(30deg) scaleX(0);
    }
  }
  @keyframes art-flower-animation-blooming-leaf-left {
    0% {
      transform-origin: right;
      transform: rotate(-70deg) rotateY(30deg) scaleX(0);
    }
  }
  @keyframes art-flower-animation-blooming-flower {
    0% {
      transform: scale(0);
      opacity: 0;
    }
  }
  @keyframes art-flower-animation-light-ans {
    0% {
      opacity: 0;
      transform: translateY(0);
    }
    25% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      transform: translateY(-15em) translateX(3em);
    }
  }
  @keyframes art-flower-animation-grow-flower-tree {
    0% {
      transform: scaleY(0);
      transform-origin: bottom center;
    }
  }
  @keyframes art-flower-animation-grow-ans {
    0% {
      transform: scaleY(0);
      transform-origin: bottom center;
    }
  }
  @keyframes art-flower-animation-moving-grass {
    0%, 100% {
      transform: rotate(-48deg) rotateY(40deg);
    }
    50% {
      transform: rotate(-50deg) rotateY(40deg);
    }
  }
  @keyframes art-flower-animation-moving-grass--2 {
    0%, 100% {
      transform: scale(0.5) rotate(75deg) rotateX(10deg) rotateY(-200deg);
    }
    50% {
      transform: scale(0.5) rotate(80deg) rotateX(10deg) rotateY(-200deg);
    }
  }
  @keyframes art-flower-animation-flower-g-long-ans {
    0%, 100% {
      transform: rotate(-30deg) rotateY(-20deg);
    }
    50% {
      transform: rotate(-32deg) rotateY(-20deg);
    }
  }
  @keyframes art-flower-animation-flower-g-right-ans {
    0%, 100% {
      transform: rotate(20deg);
    }
    50% {
      transform: rotate(24deg) rotateX(-20deg);
    }
  }
  @keyframes art-flower-animation-flower-g-right-ans--2 {
    0%, 100% {
      transform: rotateY(-180deg) rotate(0deg) rotateX(-20deg);
    }
    50% {
      transform: rotateY(-180deg) rotate(6deg) rotateX(-20deg);
    }
  }
  @keyframes art-flower-animation-flower-g-front-ans {
    0%, 100% {
      transform: rotate(-28deg) rotateY(30deg) scale(1.04);
    }
    50% {
      transform: rotate(-35deg) rotateY(40deg) scale(1.04);
    }
  }
  @keyframes art-flower-animation-flower-g-front-leaf-ans {
    0% {
      transform: rotate(10deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-front-leaf-left-ans {
    0% {
      transform: rotateY(-180deg) rotate(5deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-front-leaf-left-ans-2 {
    0% {
      transform: rotateY(-180deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-ans {
    0%, 100% {
      transform: rotate(2deg);
    }
    50% {
      transform: rotate(4deg);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-leaf-ans-1 {
    0% {
      transform-origin: left;
      transform: rotate(45deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-leaf-ans-5 {
    0% {
      transform-origin: left;
      transform: rotate(55deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-leaf-ans-6 {
    0% {
      transform-origin: right;
      transform: rotate(25deg) rotateY(-180deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-leaf-ans-7 {
    0% {
      transform-origin: left;
      transform: rotate(45deg) scale(0);
    }
  }
  @keyframes art-flower-animation-flower-g-fr-leaf-ans-8 {
    0% {
      transform-origin: right;
      transform: rotate(15deg) rotateY(-180deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-1 {
    0% {
      transform-origin: bottom left;
      transform: rotate(-20deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-2 {
    0% {
      transform-origin: bottom right;
      transform: rotate(10deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-3 {
    0% {
      transform-origin: bottom left;
      transform: rotate(-18deg) rotateX(-20deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-4 {
    0% {
      transform-origin: bottom right;
      transform: rotate(2deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-5 {
    0% {
      transform-origin: bottom left;
      transform: rotate(-24deg) rotateX(-20deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-6 {
    0% {
      transform-origin: bottom right;
      transform: rotate(10deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-7 {
    0% {
      transform-origin: bottom left;
      transform: rotate(-10deg) scale(0);
    }
  }
  @keyframes art-flower-animation-growing-grass-8 {
    0% {
      transform-origin: bottom right;
      transform: rotate(10deg) scale(0);
    }
  }
  @keyframes art-flower-animation-bubble {
    0% {
      transform: translateY(0) scale(0.3);
      opacity: 0;
    }
    10% {
      opacity: 1;
    }
    80% {
      opacity: 0.6;
    }
    100% {
      transform: translateY(-70em) scale(1);
      opacity: 0;
    }
  }
  .art-flower-animation {
    --art-flower-animation-size: 600px;
    --art-flower-animation-bg: #010113;
    position: relative;
    font-size: calc(var(--art-flower-animation-size) / 100);
    width: var(--art-flower-animation-size);
    height: calc(var(--art-flower-animation-size) * 1.1);
    overflow: hidden;
    background-color: var(--art-flower-animation-bg);
    perspective: 1000px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .art-flower-animation-sm {
    --art-flower-animation-size: 300px;
  }
  .art-flower-animation-lg {
    --art-flower-animation-size: 900px;
  }
  .art-flower-animation .night {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    filter: blur(0.1em);
    background-image: radial-gradient(ellipse at top, transparent 0%, var(--art-flower-animation-bg)), radial-gradient(ellipse at bottom, var(--art-flower-animation-bg), rgba(145, 233, 255, 0.2)), repeating-linear-gradient(220deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 19px, transparent 19px, transparent 22px), repeating-linear-gradient(189deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 19px, transparent 19px, transparent 22px), repeating-linear-gradient(148deg, rgb(0, 0, 0) 0px, rgb(0, 0, 0) 19px, transparent 19px, transparent 22px), linear-gradient(90deg, rgb(255, 94, 0), rgb(240, 240, 240));
  }
  .art-flower-animation .flowers {
    position: relative;
    transform: scale(0.9);
  }
  .art-flower-animation .flower {
    position: absolute;
    bottom: 10em;
    transform-origin: bottom center;
    z-index: 10;
    --fl-speed: 0.8s;
  }
  .art-flower-animation .flower--1 {
    animation: art-flower-animation-moving-flower-1 4s linear infinite;
  }
  .art-flower-animation .flower--1 .flower__line {
    height: 70em;
    animation-delay: 0.3s;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--1 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 1.6s backwards;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--2 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 1.4s backwards;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--3 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 1.2s backwards;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--4 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 1s backwards;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--5 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 1.8s backwards;
  }
  .art-flower-animation .flower--1 .flower__line__leaf--6 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 2s backwards;
  }
  .art-flower-animation .flower--2 {
    left: 50%;
    transform: rotate(20deg);
    animation: art-flower-animation-moving-flower-2 4s linear infinite;
  }
  .art-flower-animation .flower--2 .flower__line {
    height: 60em;
    animation-delay: 0.6s;
  }
  .art-flower-animation .flower--2 .flower__line__leaf--1 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 1.9s backwards;
  }
  .art-flower-animation .flower--2 .flower__line__leaf--2 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 1.7s backwards;
  }
  .art-flower-animation .flower--2 .flower__line__leaf--3 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 1.5s backwards;
  }
  .art-flower-animation .flower--2 .flower__line__leaf--4 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 1.3s backwards;
  }
  .art-flower-animation .flower--3 {
    left: 50%;
    transform: rotate(-15deg);
    animation: art-flower-animation-moving-flower-3 4s linear infinite;
  }
  .art-flower-animation .flower--3 .flower__line {
    animation-delay: 0.9s;
  }
  .art-flower-animation .flower--3 .flower__line__leaf--1 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 2.5s backwards;
  }
  .art-flower-animation .flower--3 .flower__line__leaf--2 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 2.3s backwards;
  }
  .art-flower-animation .flower--3 .flower__line__leaf--3 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 2.1s backwards;
  }
  .art-flower-animation .flower--3 .flower__line__leaf--4 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 1.9s backwards;
  }
  .art-flower-animation .flower--4 {
    left: -30%;
    transform: rotate(-15deg) scaleX(-1);
    animation: art-flower-animation-moving-flower-3 4s linear infinite;
  }
  .art-flower-animation .flower--4 .flower__line {
    animation-delay: 1.2s;
  }
  .art-flower-animation .flower--4 .flower__line__leaf--1 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 2.8s backwards;
  }
  .art-flower-animation .flower--4 .flower__line__leaf--2 {
    animation: art-flower-animation-blooming-leaf-right var(--fl-speed) 2.6s backwards;
  }
  .art-flower-animation .flower--4 .flower__line__leaf--3 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 2.4s backwards;
  }
  .art-flower-animation .flower--4 .flower__line__leaf--4 {
    animation: art-flower-animation-blooming-leaf-left var(--fl-speed) 2.2s backwards;
  }
  .art-flower-animation .flower__leafs {
    position: relative;
    animation: art-flower-animation-blooming-flower 2s backwards;
  }
  .art-flower-animation .flower__leafs--1 {
    animation-delay: 1.1s;
  }
  .art-flower-animation .flower__leafs--2 {
    animation-delay: 1.4s;
  }
  .art-flower-animation .flower__leafs--3 {
    animation-delay: 1.7s;
  }
  .art-flower-animation .flower__leafs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-50%, -100%);
    width: 8em;
    height: 8em;
    background-color: #e7b201;
    filter: blur(10em);
  }
  .art-flower-animation .flower__leaf {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 8em;
    height: 11em;
    border-radius: 51% 49% 47% 53% / 44% 45% 55% 69%;
    background-color: #e6f331;
    background-image: linear-gradient(to top, #e6f331, #e6f331);
    transform-origin: bottom center;
    opacity: 0.9;
    box-shadow: inset 0 0 2em rgba(255, 255, 255, 0.5);
  }
  .art-flower-animation .flower__leaf--1 {
    transform: translate(-10%, 1%) rotateY(40deg) rotateX(-50deg);
  }
  .art-flower-animation .flower__leaf--2 {
    transform: translate(-50%, -4%) rotateX(40deg);
  }
  .art-flower-animation .flower__leaf--3 {
    transform: translate(-90%, 0%) rotateY(45deg) rotateX(50deg);
  }
  .art-flower-animation .flower__leaf--4 {
    width: 8em;
    height: 8em;
    transform-origin: bottom left;
    border-radius: 4em 10em 4em 4em;
    transform: translate(0%, 18%) rotateX(70deg) rotate(-43deg);
    background-image: linear-gradient(to top, #e6f331, #e6f331);
    z-index: 1;
    opacity: 0.8;
  }
  .art-flower-animation .flower__white-circle {
    position: absolute;
    left: -3.5em;
    top: -3em;
    width: 9em;
    height: 4em;
    border-radius: 50%;
    background-color: #fff;
  }
  .art-flower-animation .flower__white-circle::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: inherit;
    background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(45deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(67.5deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(112.5deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(157.5deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), repeating-linear-gradient(22.5deg, rgba(0,0,0,0.03) 0px, rgba(0,0,0,0.03) 1px, transparent 1px, transparent 12px), linear-gradient(90deg, rgb(255, 235, 18), rgb(255, 206, 0));
  }
  .art-flower-animation .flower__line {
    height: 55em;
    width: 1.5em;
    background-image: linear-gradient(to left, rgba(0,0,0,0.2), transparent, rgba(255,255,255,0.2)), linear-gradient(to top, transparent 10%, #056d24, #028137);
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    animation: art-flower-animation-grow-flower-tree 4s backwards;
  }
  .art-flower-animation .flower__line__leaf {
    --w: 7em;
    --h: calc(var(--w) + 2em);
    position: absolute;
    top: 20%;
    left: 90%;
    width: var(--w);
    height: var(--h);
    border-top-right-radius: var(--h);
    border-bottom-left-radius: var(--h);
    background-image: linear-gradient(to top, rgba(12, 94, 32, 0.4), #028137);
  }
  .art-flower-animation .flower__line__leaf--1 {
    transform: rotate(70deg) rotateY(30deg);
  }
  .art-flower-animation .flower__line__leaf--2 {
    top: 45%;
    transform: rotate(70deg) rotateY(30deg);
  }
  .art-flower-animation .flower__line__leaf--3, .art-flower-animation .flower__line__leaf--4, .art-flower-animation .flower__line__leaf--6 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: var(--h);
    border-bottom-right-radius: var(--h);
    left: -460%;
    top: 12%;
    transform: rotate(-70deg) rotateY(30deg);
  }
  .art-flower-animation .flower__line__leaf--4 {
    top: 40%;
  }
  .art-flower-animation .flower__line__leaf--5 {
    top: 0;
    transform-origin: left;
    transform: rotate(70deg) rotateY(30deg) scale(0.6);
  }
  .art-flower-animation .flower__line__leaf--6 {
    top: -2%;
    left: -450%;
    transform-origin: right;
    transform: rotate(-70deg) rotateY(30deg) scale(0.6);
  }
  .art-flower-animation .flower__light {
    position: absolute;
    bottom: 0;
    width: 1em;
    height: 1em;
    background-color: rgb(255, 251, 0);
    border-radius: 50%;
    filter: blur(0.2em);
    animation: art-flower-animation-light-ans 4s linear infinite backwards;
  }
  .art-flower-animation .flower__light:nth-child(odd) {
    background-color: #028137;
  }
  .art-flower-animation .flower__light--1 {
    left: -2em;
    animation-delay: 1s;
  }
  .art-flower-animation .flower__light--2 {
    left: 3em;
    animation-delay: 0.5s;
  }
  .art-flower-animation .flower__light--3 {
    left: -6em;
    animation-delay: 0.3s;
  }
  .art-flower-animation .flower__light--4 {
    left: 6em;
    animation-delay: 0.9s;
  }
  .art-flower-animation .flower__light--5 {
    left: -1em;
    animation-delay: 1.5s;
  }
  .art-flower-animation .flower__light--6 {
    left: -4em;
    animation-delay: 3s;
  }
  .art-flower-animation .flower__light--7 {
    left: 3em;
    animation-delay: 2s;
  }
  .art-flower-animation .flower__light--8 {
    left: -6em;
    animation-delay: 3.5s;
  }
  .art-flower-animation .flower__grass {
    --c: #028137;
    --line-w: 1.5em;
    position: absolute;
    bottom: 12em;
    left: -7em;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 20;
    transform-origin: bottom center;
    transform: rotate(-48deg) rotateY(40deg);
  }
  .art-flower-animation .flower__grass--1 {
    animation: art-flower-animation-moving-grass 2s linear infinite;
  }
  .art-flower-animation .flower__grass--2 {
    left: 2em;
    bottom: 10em;
    transform: scale(0.5) rotate(75deg) rotateX(10deg) rotateY(-200deg);
    opacity: 0.8;
    z-index: 0;
    animation: art-flower-animation-moving-grass--2 1.5s linear infinite;
  }
  .art-flower-animation .flower__grass--top {
    width: 7em;
    height: 10em;
    border-top-right-radius: 100%;
    border-right: var(--line-w) solid var(--c);
    transform-origin: bottom center;
    transform: rotate(-2deg);
  }
  .art-flower-animation .flower__grass--bottom {
    margin-top: -2px;
    width: var(--line-w);
    height: 25em;
    background-image: linear-gradient(to top, transparent, var(--c));
  }
  .art-flower-animation .flower__grass__leaf {
    --size: 10em;
    position: absolute;
    width: calc(var(--size) * 2.1);
    height: var(--size);
    border-top-left-radius: var(--size);
    border-top-right-radius: var(--size);
    background-image: linear-gradient(to top, transparent, transparent 30%, var(--c));
    z-index: 100;
  }
  .art-flower-animation .flower__grass__leaf--1 {
    top: -6%;
    left: 30%;
    --size: 6em;
    transform: rotate(-20deg);
    animation: art-flower-animation-growing-grass-1 2s 2.6s backwards;
  }
  .art-flower-animation .flower__grass__leaf--2 {
    top: -5%;
    left: -110%;
    --size: 6em;
    transform: rotate(10deg);
    animation: art-flower-animation-growing-grass-2 2s 2.4s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--3 {
    top: 5%;
    left: 60%;
    --size: 8em;
    transform: rotate(-18deg) rotateX(-20deg);
    animation: art-flower-animation-growing-grass-3 2s 2.2s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--4 {
    top: 6%;
    left: -135%;
    --size: 8em;
    transform: rotate(2deg);
    animation: art-flower-animation-growing-grass-4 2s 2s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--5 {
    top: 20%;
    left: 60%;
    --size: 10em;
    transform: rotate(-24deg) rotateX(-20deg);
    animation: art-flower-animation-growing-grass-5 2s 1.8s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--6 {
    top: 22%;
    left: -180%;
    --size: 10em;
    transform: rotate(10deg);
    animation: art-flower-animation-growing-grass-6 2s 1.6s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--7 {
    top: 39%;
    left: 70%;
    --size: 10em;
    transform: rotate(-10deg);
    animation: art-flower-animation-growing-grass-7 2s 1.4s linear backwards;
  }
  .art-flower-animation .flower__grass__leaf--8 {
    top: 40%;
    left: -215%;
    --size: 11em;
    transform: rotate(10deg);
    animation: art-flower-animation-growing-grass-8 2s 1.2s linear backwards;
  }
  .art-flower-animation .flower__grass__overlay {
    position: absolute;
    top: -10%;
    right: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    filter: blur(1.5em);
    z-index: 100;
  }
  .art-flower-animation .flower__g-long {
    --w: 2em;
    --h: 6em;
    --c: #0d6632;
    position: absolute;
    bottom: 10em;
    left: -3em;
    transform-origin: bottom center;
    transform: rotate(-30deg) rotateY(-20deg);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    animation: art-flower-animation-flower-g-long-ans 3s linear infinite;
  }
  .art-flower-animation .flower__g-long__top {
    width: calc(var(--w) + 1em);
    height: var(--h);
    border-top-right-radius: 100%;
    border-right: 0.7em solid var(--c);
    transform: translate(-0.7em, 1em);
  }
  .art-flower-animation .flower__g-long__bottom {
    width: var(--w);
    height: 50em;
    transform-origin: bottom center;
    background-image: linear-gradient(to top, transparent 30%, var(--c));
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
    clip-path: polygon(35% 0, 65% 1%, 100% 100%, 0% 100%);
  }
  .art-flower-animation .flower__g-right {
    position: absolute;
    bottom: 6em;
    left: -2em;
    transform-origin: bottom left;
    transform: rotate(20deg);
  }
  .art-flower-animation .flower__g-right .leaf {
    width: 30em;
    height: 50em;
    border-top-left-radius: 100%;
    border-left: 2em solid #028137;
    background-image: linear-gradient(to bottom, transparent, var(--art-flower-animation-bg) 60%);
    -webkit-mask-image: linear-gradient(to top, transparent 30%, #028137 60%);
    mask-image: linear-gradient(to top, transparent 30%, #028137 60%);
  }
  .art-flower-animation .flower__g-right--1 {
    animation: art-flower-animation-flower-g-right-ans 2.5s linear infinite;
  }
  .art-flower-animation .flower__g-right--2 {
    left: 5em;
    transform: rotateY(-180deg);
    animation: art-flower-animation-flower-g-right-ans--2 3s linear infinite;
  }
  .art-flower-animation .flower__g-right--2 .leaf {
    height: 75em;
    filter: blur(0.3em);
    opacity: 0.8;
  }
  .art-flower-animation .flower__g-front {
    position: absolute;
    bottom: 6em;
    left: 2.5em;
    z-index: 100;
    transform-origin: bottom center;
    transform: rotate(-28deg) rotateY(30deg) scale(1.04);
    animation: art-flower-animation-flower-g-front-ans 2s linear infinite;
  }
  .art-flower-animation .flower__g-front__line {
    width: 0.3em;
    height: 20em;
    background-image: linear-gradient(to top, transparent, #028137, transparent 100%);
    position: relative;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: bottom left;
    transform: rotate(10deg);
  }
  .art-flower-animation .flower__g-front__leaf-wrapper:nth-child(even) {
    left: 0;
    transform: rotateY(-180deg) rotate(5deg);
    animation: art-flower-animation-flower-g-front-leaf-left-ans 1s ease-in backwards;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper:nth-child(odd) {
    animation: art-flower-animation-flower-g-front-leaf-ans 1s ease-in backwards;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--1 {
    top: -8em;
    transform: scale(0.7);
    animation: art-flower-animation-flower-g-front-leaf-ans 1s 5.5s ease-in backwards !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--2 {
    top: -8em;
    transform: rotateY(-180deg) scale(0.7) !important;
    animation: art-flower-animation-flower-g-front-leaf-left-ans-2 1s 5.2s ease-in backwards !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--3 {
    top: -3em;
    animation: art-flower-animation-flower-g-front-leaf-ans 1s 4.9s ease-in backwards !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--4 {
    top: -3em;
    transform: rotateY(-180deg) scale(0.9) !important;
    animation: art-flower-animation-flower-g-front-leaf-left-ans-2 1s 4.6s ease-in backwards !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--5, .art-flower-animation .flower__g-front__leaf-wrapper--6 {
    top: 2em;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--7, .art-flower-animation .flower__g-front__leaf-wrapper--8 {
    top: 6.5em;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--5 {
    animation-delay: 4.3s !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--6 {
    animation-delay: 4.1s !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--7 {
    animation-delay: 3.8s !important;
  }
  .art-flower-animation .flower__g-front__leaf-wrapper--8 {
    animation-delay: 3.5s !important;
  }
  .art-flower-animation .flower__g-front__leaf {
    width: 10em;
    height: 10em;
    border-radius: 100% 0% 0% 100% / 100% 100% 0% 0%;
    box-shadow: inset 0 2px 1em hsla(150, 97%, 14%, 0.2);
    background-image: linear-gradient(to bottom left, transparent, var(--art-flower-animation-bg)), linear-gradient(to bottom right, #028137 50%, transparent 50%, transparent);
    -webkit-mask-image: linear-gradient(to bottom right, #028137 50%, transparent 50%, transparent);
    mask-image: linear-gradient(to bottom right, #028137 50%, transparent 50%, transparent);
  }
  .art-flower-animation .flower__g-fr {
    position: absolute;
    bottom: -4em;
    left: 0;
    transform-origin: bottom left;
    z-index: 10;
    animation: art-flower-animation-flower-g-fr-ans 2s linear infinite;
  }
  .art-flower-animation .flower__g-fr .leaf {
    width: 30em;
    height: 50em;
    border-top-left-radius: 100%;
    border-left: 2em solid #028137;
    -webkit-mask-image: linear-gradient(to top, transparent 25%, #028137 50%);
    mask-image: linear-gradient(to top, transparent 25%, #028137 50%);
    position: relative;
    z-index: 1;
  }
  .art-flower-animation .flower__g-fr__leaf {
    position: absolute;
    top: 0;
    left: 0;
    width: 10em;
    height: 10em;
    border-radius: 100% 0% 0% 100% / 100% 100% 0% 0%;
    box-shadow: inset 0 2px 1em hsla(184deg, 97%, 58%, 0.2);
    background-image: linear-gradient(to bottom left, transparent, var(--art-flower-animation-bg) 98%), linear-gradient(to bottom right, #028137 45%, transparent 50%, transparent);
    -webkit-mask-image: linear-gradient(135deg, #028137 40%, transparent 50%, transparent);
    mask-image: linear-gradient(135deg, #028137 40%, transparent 50%, transparent);
  }
  .art-flower-animation .flower__g-fr__leaf--1 {
    left: 20em;
    transform: rotate(45deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-1 0.5s 5.2s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--2 {
    left: 12em;
    top: -7em;
    transform: rotate(25deg) rotateY(-180deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-6 0.5s 5s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--3 {
    left: 15em;
    top: 6em;
    transform: rotate(55deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-5 0.5s 4.8s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--4 {
    left: 6em;
    top: -2em;
    transform: rotate(25deg) rotateY(-180deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-6 0.5s 4.6s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--5 {
    left: 10em;
    top: 14em;
    transform: rotate(55deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-5 0.5s 4.4s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--6 {
    left: 0;
    top: 6em;
    transform: rotate(25deg) rotateY(-180deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-6 0.5s 4.2s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--7 {
    left: 5em;
    top: 22em;
    transform: rotate(45deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-7 0.5s 4s linear backwards;
  }
  .art-flower-animation .flower__g-fr__leaf--8 {
    left: -4em;
    top: 15em;
    transform: rotate(15deg) rotateY(-180deg);
    animation: art-flower-animation-flower-g-fr-leaf-ans-8 0.5s 3.8s linear backwards;
  }
  .art-flower-animation .long-g {
    position: absolute;
    bottom: 25em;
    left: -42em;
    transform-origin: bottom left;
  }
  .art-flower-animation .long-g .leaf {
    --w: 3em;
    --h: 40em;
    position: absolute;
    bottom: 0;
    left: 0;
    width: var(--w);
    background-image: linear-gradient(to top, transparent 10%, #056d24 60%, #028137);
    clip-path: polygon(50% 0%, 100% 100%, 0% 100%);
    transform-origin: bottom center;
    height: var(--h);
  }
  .art-flower-animation .long-g .leaf--0 {
    --h: 40em;
    transform: rotate(-5deg) rotateX(5deg);
  }
  .art-flower-animation .long-g .leaf--1 {
    --h: 45em;
    left: 2em;
    transform: rotate(3deg) rotateX(5deg);
  }
  .art-flower-animation .long-g .leaf--2 {
    --h: 38em;
    left: 1em;
    transform: rotate(-8deg) rotateX(5deg);
  }
  .art-flower-animation .long-g .leaf--3 {
    --h: 35em;
    left: 3em;
    transform: rotate(6deg) rotateX(5deg);
  }
  .art-flower-animation .long-g--1 {
    bottom: 0;
    transform: scale(0.8) rotate(-5deg);
  }
  .art-flower-animation .long-g--1 .leaf {
    -webkit-mask-image: linear-gradient(to top, transparent 40%, #028137 80%) !important;
    mask-image: linear-gradient(to top, transparent 40%, #028137 80%) !important;
  }
  .art-flower-animation .long-g--1 .leaf--1 {
    --w: 5em;
    --h: 60em;
    left: -2em;
    transform: rotate(3deg) rotateY(-180deg);
  }
  .art-flower-animation .long-g--2 {
    bottom: -3em;
    left: -35em;
    transform: rotate(3deg);
  }
  .art-flower-animation .long-g--3 {
    bottom: -3em;
    left: -25em;
    transform: rotate(0deg);
  }
  .art-flower-animation .long-g--4 {
    bottom: 0;
    left: -23em;
    transform: rotate(-3deg);
  }
  .art-flower-animation .long-g--5 {
    bottom: -3em;
    left: -17em;
    transform: scale(0.8) rotate(-5deg);
  }
  .art-flower-animation .long-g--6 {
    bottom: 0;
    left: -12em;
    transform: rotate(-4deg);
  }
  .art-flower-animation .long-g--7 {
    bottom: 0;
    left: -5em;
    transform: rotate(2deg);
  }
  .art-flower-animation .grow-ans {
    animation: art-flower-animation-grow-ans 2s var(--d, 0s) backwards;
  }
  .art-flower-animation .growing-grass {
    position: absolute;
    bottom: 0;
  }
  .art-flower-animation .bubbles {
    position: absolute;
    bottom: 10em;
    left: 50%;
    transform: translateX(-50%);
    width: 40em;
    height: 0;
    z-index: 20;
  }
  .art-flower-animation .bubble {
    position: absolute;
    bottom: 0;
    animation: art-flower-animation-bubble 8s ease-in infinite;
    opacity: 0;
  }
  .art-flower-animation .bubble .heart {
    width: 2em;
    height: 2em;
    fill: rgba(255, 100, 150, 0.8);
    filter: drop-shadow(0 0 0.5em rgba(255, 100, 150, 0.5));
  }
  .art-flower-animation .bubble:nth-child(1) {
    left: 5%;
    animation-delay: 0s;
    animation-duration: 7s;
  }
  .art-flower-animation .bubble:nth-child(2) {
    left: 10%;
    animation-delay: 0.5s;
    animation-duration: 8s;
  }
  .art-flower-animation .bubble:nth-child(3) {
    left: 20%;
    animation-delay: 1s;
    animation-duration: 6.5s;
  }
  .art-flower-animation .bubble:nth-child(4) {
    left: 30%;
    animation-delay: 1.5s;
    animation-duration: 9s;
  }
  .art-flower-animation .bubble:nth-child(5) {
    left: 40%;
    animation-delay: 2s;
    animation-duration: 7.5s;
  }
  .art-flower-animation .bubble:nth-child(6) {
    left: 50%;
    animation-delay: 2.5s;
    animation-duration: 8.5s;
  }
  .art-flower-animation .bubble:nth-child(7) {
    left: 60%;
    animation-delay: 3s;
    animation-duration: 7s;
  }
  .art-flower-animation .bubble:nth-child(8) {
    left: 70%;
    animation-delay: 3.5s;
    animation-duration: 9.5s;
  }
  .art-flower-animation .bubble:nth-child(9) {
    left: 75%;
    animation-delay: 4s;
    animation-duration: 6s;
  }
  .art-flower-animation .bubble:nth-child(10) {
    left: 80%;
    animation-delay: 4.5s;
    animation-duration: 8s;
  }
  .art-flower-animation .bubble:nth-child(11) {
    left: 15%;
    animation-delay: 5s;
    animation-duration: 7.5s;
  }
  .art-flower-animation .bubble:nth-child(12) {
    left: 25%;
    animation-delay: 5.5s;
    animation-duration: 9s;
  }
  .art-flower-animation .bubble:nth-child(13) {
    left: 35%;
    animation-delay: 6s;
    animation-duration: 8s;
  }
  .art-flower-animation .bubble:nth-child(14) {
    left: 45%;
    animation-delay: 6.5s;
    animation-duration: 7s;
  }
  .art-flower-animation .bubble:nth-child(15) {
    left: 55%;
    animation-delay: 0.3s;
    animation-duration: 9.5s;
  }
  .art-flower-animation .bubble:nth-child(16) {
    left: 65%;
    animation-delay: 1.3s;
    animation-duration: 6.5s;
  }
  .art-flower-animation .bubble:nth-child(17) {
    left: 72%;
    animation-delay: 2.2s;
    animation-duration: 8.5s;
  }
  .art-flower-animation .bubble:nth-child(18) {
    left: 8%;
    animation-delay: 3.3s;
    animation-duration: 7.5s;
  }
  .art-flower-animation .bubble:nth-child(19) {
    left: 88%;
    animation-delay: 4.2s;
    animation-duration: 9s;
  }
  .art-flower-animation .bubble:nth-child(20) {
    left: 93%;
    animation-delay: 5.8s;
    animation-duration: 6s;
  }
}
@property --art-gemini-input-rotation {
  syntax: '<angle>';
  inherits: false;
  initial-value: 0deg;
}
@layer css-art {
  @keyframes art-gemini-input-rotate {
    to {
      --art-gemini-input-rotation: 360deg;
    }
  }
  .art-gemini-input {
    --art-gemini-input-width: 450px;
    --art-gemini-input-border-size: 4px;
    --art-gemini-input-gradient: conic-gradient(
      from var(--art-gemini-input-rotation) at 52% 49% in oklab,
      oklch(0.63 0.2 251.22) 27%,
      oklch(0.67 0.21 25.81) 33%,
      oklch(0.9 0.19 93.93) 41%,
      oklch(0.79 0.25 150.49) 49%,
      oklch(0.63 0.2 251.22) 65%,
      oklch(0.72 0.21 150.89) 93%,
      oklch(0.63 0.2 251.22)
    );
    color-scheme: light dark;
    position: relative;
    width: var(--art-gemini-input-width);
    animation: art-gemini-input-rotate 5s infinite linear;
    border-radius: 4rem;
    background: none;
    padding: 0;
    border: var(--art-gemini-input-border-size) solid lightgray;
    &::after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      background: var(--art-gemini-input-gradient);
      top: 50%;
      left: 50%;
      translate: -50% -50%;
      z-index: 1;
      animation: art-gemini-input-rotate 5s infinite linear;
      filter: blur(15px);
    }
    & .art-gemini-input-inner {
      background: light-dark(white, #1a1c1e);
      color: light-dark(#222, hsl(210, 8%, 66%));
      padding: 0.75rem 0.5rem;
      position: relative;
      z-index: 3;
      border-radius: inherit;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: end;
      gap: 0.75rem;
    }
    & .art-gemini-input-border {
      position: absolute;
      inset: calc(var(--art-gemini-input-border-size) * -1);
      mask: linear-gradient(white);
      border-radius: inherit;
      overflow: hidden;
      z-index: 2;
      &::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--art-gemini-input-gradient);
        top: 50%;
        left: 50%;
        translate: -50% -50%;
        animation: art-gemini-input-rotate 5s infinite linear;
        filter: blur(5px);
      }
    }
    & .art-gemini-input-btn {
      color: light-dark(#222, hsl(210, 8%, 66%));
      background: none;
      border: none;
      cursor: pointer;
      padding: 0;
      line-height: 1;
      font-size: 1.25rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      user-select: none;
    }
    & .art-gemini-input-field {
      color: light-dark(#222, hsl(210, 8%, 66%));
      background: none;
      border: none;
      cursor: text;
      font-size: 1rem;
      font-family: system-ui;
      font-weight: 300;
      line-height: 1.5;
      width: 100%;
      resize: none;
      field-sizing: content;
      min-height: 1.5em;
      max-height: 8rem;
      overflow-y: auto;
      &:focus, &:focus-visible {
        outline: none !important;
      }
      &:not(:placeholder-shown) {
        color: light-dark(black, white);
      }
    }
  }
  .art-gemini-input-sm {
    --art-gemini-input-width: 280px;
  }
  .art-gemini-input-lg {
    --art-gemini-input-width: 640px;
  }
}
@layer css-art {
  .art-moon {
    --art-moon-size: 8rem;
    --art-moon-color: oklch(92% 0.06 90);
    --art-moon-shadow: oklch(85% 0.04 90);
    --art-moon-glow: oklch(95% 0.03 90 / 0.4);
    position: relative;
    width: var(--art-moon-size);
    height: var(--art-moon-size);
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient( circle at 35% 35%, var(--art-moon-color) 0%, var(--art-moon-shadow) 100% );
    box-shadow: 0 0 calc(var(--art-moon-size) * 0.25) var(--art-moon-glow), 0 0 calc(var(--art-moon-size) * 0.5) var(--art-moon-glow);
  }
  .art-moon-crescent {
    overflow: hidden;
  }
  .art-moon-crescent::after {
    content: '';
    position: absolute;
    top: -10%;
    right: -20%;
    width: 85%;
    height: 85%;
    border-radius: 50%;
    background: oklch(15% 0.02 260);
    box-shadow: inset 0 0 1rem oklch(20% 0.02 260);
  }
  .art-moon::before {
    content: '';
    position: absolute;
    width: 20%;
    height: 20%;
    top: 25%;
    left: 40%;
    border-radius: 50%;
    background: radial-gradient( circle, oklch(82% 0.03 90 / 0.6) 0%, transparent 70% );
    box-shadow: calc(var(--art-moon-size) * -0.15) calc(var(--art-moon-size) * 0.2) 0 -2px oklch(82% 0.03 90 / 0.4), calc(var(--art-moon-size) * 0.1) calc(var(--art-moon-size) * -0.05) 0 -3px oklch(82% 0.03 90 / 0.3), calc(var(--art-moon-size) * -0.08) calc(var(--art-moon-size) * -0.12) 0 -1px oklch(82% 0.03 90 / 0.35);
  }
  .art-moon-sm {
    --art-moon-size: 4rem;
  }
  .art-moon-lg {
    --art-moon-size: 12rem;
  }
  .art-moon-xl {
    --art-moon-size: 16rem;
  }
  .art-moon-glow {
    animation: art-moon-pulse 4s ease-in-out infinite;
  }
  @keyframes art-moon-pulse {
    0%, 100% {
      box-shadow: 0 0 calc(var(--art-moon-size) * 0.25) var(--art-moon-glow), 0 0 calc(var(--art-moon-size) * 0.5) var(--art-moon-glow);
    }
    50% {
      box-shadow: 0 0 calc(var(--art-moon-size) * 0.35) var(--art-moon-glow), 0 0 calc(var(--art-moon-size) * 0.7) var(--art-moon-glow);
    }
  }
}
@layer css-art {
  @keyframes art-mountain-slide {
    0% {
      transform: translateX(-2%);
    }
    50% {
      transform: translateX(2%);
    }
    100% {
      transform: translateX(-2%);
    }
  }
  @keyframes art-mountain-grow {
    50% {
      width: 2%;
      opacity: 0.4;
    }
  }
  @keyframes art-mountain-slide-right {
    0% {
      transform: translateX(-200%);
    }
    100% {
      transform: translateX(2000%);
    }
  }
  @keyframes art-mountain-slide-left {
    0% {
      transform: translateX(200%);
    }
    100% {
      transform: translateX(-2000%);
    }
  }
  .art-mountain {
    --art-mountain-size: 600px;
    position: relative;
    width: var(--art-mountain-size);
    height: var(--art-mountain-size);
    overflow: hidden;
    background: linear-gradient(transparent, rgba(31, 164, 152, 0.6)) 0 100% / 100% 60%,  radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 3% 70% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 7% 60% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 3% 47% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 26% 65% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 20% 50% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 12% 53% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 10% 40% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 24% 34% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 38% 35% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 24% 48% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 7% 30% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 2% 20% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 5% 4% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 10% 15% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 15% 8% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 20% 20% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 80% 36% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 84% 50% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 97% 50% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 85% 40% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 90% 54% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 50% 40% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 55% 49% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 48% 55% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 33% 45% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 80% 60% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 88% 70% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 30% 24% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 30% 10% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 15% 30% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 38% 3% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 68% 30% / 0.2% 0.2%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 90% 32% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 85% 10% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 60% 16% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 88% 12% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 96% 5% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 75% 18% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.9) 70%, transparent 70%) 47% 14% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 54% 10% / 0.2% 0.25%, radial-gradient(rgba(255, 250, 250, 0.5) 70%, transparent 70%) 53% 23% / 0.2% 0.25%,  linear-gradient(rgb(20, 21, 33), #022e4e, #03518a);
    background-repeat: no-repeat;
    z-index: 1;
  }
  .art-mountain .mountain {
    position: absolute;
    clip-path: polygon(49% 0, 51% 0, 100% 100%, 0% 100%);
    border-radius: 50% 50% 0 0;
    z-index: 2;
  }
  .art-mountain .mountain::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 5%;
    background: inherit;
    clip-path: inherit;
    border-radius: inherit;
  }
  .art-mountain .mountain::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 15%;
    background: linear-gradient(rgba(255, 250, 250, 0.5), transparent);
  }
  .art-mountain .mountain:nth-of-type(1) {
    background: linear-gradient(#02284a, transparent);
    width: 50%;
    height: 40%;
    left: -10%;
    bottom: 0;
  }
  .art-mountain .mountain:nth-of-type(2) {
    background: linear-gradient(#022e4e, rgba(20, 21, 33, 0.8));
    width: 60%;
    height: 50%;
    left: 10%;
    bottom: 0;
    z-index: 3;
  }
  .art-mountain .mountain:nth-of-type(3) {
    background: linear-gradient(#02284a, transparent);
    width: 50%;
    height: 65%;
    left: 40%;
    bottom: 0;
  }
  .art-mountain .mountain:nth-of-type(4) {
    background: linear-gradient(#022e4e, rgba(20, 21, 33, 0.8));
    width: 30%;
    height: 40%;
    right: -10%;
    bottom: 0;
  }
  .art-mountain .tree {
    position: absolute;
    width: 0.5%;
    bottom: 0;
    background: linear-gradient(rgb(4, 24, 22), rgb(20, 21, 33));
    z-index: 4;
  }
  .art-mountain .tree::before {
    content: "";
    position: absolute;
    width: 800%;
    height: 100%;
    top: -5%;
    left: -350%;
    background: rgb(4, 24, 22);
    clip-path: polygon( 50% 0%, 0% 30%, 50% 30%, 0% 60%, 50% 60%, 0% 90%, 50% 90%, 100% 90%, 50% 60%, 100% 60%, 50% 30%, 100% 30% );
  }
  .art-mountain .tree:nth-of-type(1) {
    height: 20%;
    right: 25%;
  }
  .art-mountain .tree:nth-of-type(2) {
    height: 15%;
    right: 20%;
  }
  .art-mountain .tree:nth-of-type(3) {
    height: 12%;
    right: 28%;
  }
  .art-mountain .lights {
    height: 100%;
    width: 100%;
    animation: art-mountain-slide 15s ease-in-out infinite;
  }
  .art-mountain .borealis {
    position: absolute;
    width: 5%;
    height: 100%;
    bottom: 8%;
    filter: blur(40px);
    background: radial-gradient(rgb(31, 164, 152) 40%, transparent);
    opacity: 0.6;
  }
  .art-mountain .borealis:nth-of-type(1) {
    left: 0%;
    animation: art-mountain-grow 30s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(2) {
    left: 20%;
    animation: art-mountain-grow 25s 10s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(3) {
    left: 40%;
    animation: art-mountain-grow 30s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(4) {
    left: 60%;
    animation: art-mountain-grow 20s 3s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(5) {
    left: 80%;
    animation: art-mountain-grow 25s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(6) {
    left: 97%;
    animation: art-mountain-grow 20s 8s ease-in-out infinite;
  }
  .art-mountain .borealis:nth-of-type(7) {
    background: radial-gradient(rgb(157, 78, 221) 40%, transparent);
    transform: translateX(-200%);
    animation: art-mountain-slide-right 25s infinite;
  }
  .art-mountain .borealis:nth-of-type(8) {
    background: radial-gradient(rgb(157, 78, 221) 40%, transparent);
    transform: translateX(-200%);
    animation: art-mountain-slide-right 25s 8s infinite;
  }
  .art-mountain .borealis:nth-of-type(9) {
    left: unset;
    right: 0%;
    transform: translateX(200%);
    background: radial-gradient(#045fa0 40%, transparent);
    animation: art-mountain-slide-left 18s 5s ease-in-out infinite;
  }
  .art-mountain-sm {
    --art-mountain-size: 300px;
  }
  .art-mountain-lg {
    --art-mountain-size: 900px;
  }
}
@layer css-art {
  .art-plasma-ball {
    --art-plasma-ball-size: 350px;
    --art-plasma-ball-base-color: #222222;
    --art-plasma-ball-switch-size: calc(var(--art-plasma-ball-size) * 37 / 350);
    position: relative;
    isolation: isolate;
    margin: 0 auto;
    width: var(--art-plasma-ball-size);
    height: calc(var(--art-plasma-ball-size) * 1.6);
    box-sizing: border-box;
    * {
      box-sizing: border-box;
    }
    .base {
      position: absolute;
      background: var(--art-plasma-ball-base-color);
      width: calc(var(--art-plasma-ball-size) * 6 / 7);
      height: calc(var(--art-plasma-ball-size) * 4 / 7);
      margin: calc(var(--art-plasma-ball-size) * 48 / 350) auto;
      top: calc(var(--art-plasma-ball-size) * 286 / 350);
      left: calc(var(--art-plasma-ball-size) * 25 / 350);
      z-index: -2;
    }
    .base:before {
      position: absolute;
      top: calc(var(--art-plasma-ball-size) * -44 / 350);
      width: calc(var(--art-plasma-ball-size) * 300 / 350);
      height: calc(var(--art-plasma-ball-size) * 80 / 350);
      border-radius: 100%;
      content: "";
      background: radial-gradient(#222 20%, #353535);
      background: conic-gradient(from 167deg, #666666, #232323, #232323, #666666);
      border: 2px solid #597481;
      box-sizing: border-box;
      left: 0;
      z-index: 0;
    }
    .base:after {
      position: absolute;
      left: calc(var(--art-plasma-ball-size) * -35 / 350);
      bottom: calc(var(--art-plasma-ball-size) * -65 / 350);
      width: calc(var(--art-plasma-ball-size) * 370 / 350);
      height: calc(var(--art-plasma-ball-size) * 110 / 350);
      border-radius: 30% 30% 50% 50%;
      content: "";
      background: var(--art-plasma-ball-base-color);
      z-index: -1;
    }
    .base div {
      background: var(--art-plasma-ball-base-color);
      height: calc(var(--art-plasma-ball-size) * 100 / 350);
      margin-top: calc(var(--art-plasma-ball-size) * 48 / 350);
      float: left;
      margin-left: calc(var(--art-plasma-ball-size) * -53 / 350);
      width: 63%;
      transform: rotate(-85deg);
      z-index: -1;
      position: relative;
    }
    .base div + div {
      margin-top: calc(var(--art-plasma-ball-size) * -99 / 350);
      margin-left: calc(var(--art-plasma-ball-size) * 164 / 350);
      transform: rotate(85deg);
    }
    .base span {
      position: absolute;
      left: calc(var(--art-plasma-ball-size) * -51 / 350);
      bottom: calc(var(--art-plasma-ball-size) * -4 / 350);
      width: calc(var(--art-plasma-ball-size) * 402 / 350);
      height: calc(var(--art-plasma-ball-size) * 160 / 350);
      border-radius: 0% 0% 80% 80%;
      content: "";
      background: #242f3400;
      z-index: 0;
      border: 2px solid transparent;
      border-bottom-color: #435761;
    }
    input.switcher {
      width: calc(var(--art-plasma-ball-size) * 48 / 350);
      height: calc(var(--art-plasma-ball-size) * 48 / 350);
      opacity: 0;
      position: absolute;
      z-index: 3333;
      margin: 0;
      cursor: pointer;
      outline: none;
      border-radius: calc(var(--art-plasma-ball-size) * 50 / 350) !important;
      top: calc(var(--art-plasma-ball-size) * 425 / 350);
      left: calc(var(--art-plasma-ball-size) * 151 / 350);
    }
    .glassball {
      position: absolute;
      overflow: hidden;
      margin: 0 auto;
      width: var(--art-plasma-ball-size);
      height: var(--art-plasma-ball-size);
      border-radius: 100%;
      background-color: rgb(255 255 255 / 0.15);
      top: 0%;
      box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2), inset 0px 10px 30px 5px rgba(255, 255, 255, 1);
      z-index: 1;
    }
    .glassball:after {
      background: radial-gradient( ellipse at center, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 70% );
      border-radius: 50%;
      box-shadow: inset 0 20px 30px rgb(255 255 255 / 30%);
      content: "";
      height: 96%;
      left: 2%;
      position: absolute;
      width: 96%;
      top: 2%;
      z-index: 1;
    }
    .glassball:hover {
      cursor: grab;
    }
    .glassball:before {
      position: absolute;
      left: 48%;
      top: 50%;
      width: 0px;
      height: 0px;
      background: radial-gradient(circle closest-side, #9c27b0, transparent);
      transform: translate(-45%, -48%);
      transition: width 0.2s ease, height 0.2s ease;
      animation: art-plasma-ball-spark 5ms ease 0s infinite alternate;
      border: 8px dotted #24e6ff;
      filter: blur(15px);
      border-radius: 100%;
      z-index: 2;
      font-size: 10em;
      color: #d6faff;
      text-align: center;
      line-height: 1;
      content: "s";
      display: none;
      opacity: 0.75;
    }
    .glassball:hover:before {
      width: calc(var(--art-plasma-ball-size) * 120 / 350);
      height: calc(var(--art-plasma-ball-size) * 150 / 350);
    }
    input.switcher:checked + .glassball:before, input.switcher:checked + .glassball:after {
      display: block;
    }
    input.switcher:checked + .glassball:after {
      width: 97%;
      height: 97%;
      left: 1.5%;
      top: 1.5%;
    }
    input.switcher:checked + .glassball:hover:after {
      animation: art-plasma-ball-rotation 3s ease 0s infinite alternate;
      background: radial-gradient( ellipse at center, #ffffff7d 0%, #54ecff94 10%, transparent 100% );
      filter: brightness(1.75);
      opacity: 0.5;
    }
    input.switcher:checked + .glassball {
      transform: translate3d(0, 0, 0);
      backface-visibility: hidden;
      perspective: calc(var(--art-plasma-ball-size) * 1000 / 350);
      background: radial-gradient( circle, #ff5affb8 0%, #ff5affb8 20%, #5493d2a8 70%, #5493d2a8 100% );
      animation: art-plasma-ball-innerlight 5s linear 0s infinite, art-plasma-ball-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
      transition: background 0.4s ease 0s;
      box-shadow: 0 0 15px 5px #5493d2a8;
      border: 1px solid transparent;
    }
    .switch {
      background: #1b1b1b;
      width: var(--art-plasma-ball-switch-size);
      height: var(--art-plasma-ball-switch-size);
      position: absolute;
      left: calc(50% - var(--art-plasma-ball-switch-size) / 2);
      top: calc(var(--art-plasma-ball-size) * 430 / 350);
      border: 3px solid #4e4e4e;
      z-index: 5;
      border-radius: 100%;
      box-shadow: 0 0 10px 0px #000000, 0 0 5px 1px #2d2d2d, 0 0 3px 1px #000 inset;
    }
    .switch::before {
      content: "";
      position: absolute;
      width: calc(var(--art-plasma-ball-switch-size) * 16 / 37);
      height: calc(var(--art-plasma-ball-switch-size) * 16 / 37);
      bottom: calc(var(--art-plasma-ball-switch-size) * 6 / 37);
      border: calc(var(--art-plasma-ball-switch-size) * 3 / 37) solid #4e4e4e;
      border-top-color: transparent;
      border-radius: 100%;
      left: calc(var(--art-plasma-ball-switch-size) * 5.5 / 37);
    }
    .switch::after {
      content: "";
      position: absolute;
      width: calc(var(--art-plasma-ball-switch-size) * 3 / 37);
      height: calc(var(--art-plasma-ball-switch-size) * 9 / 37);
      bottom: calc(var(--art-plasma-ball-switch-size) * 14 / 37);
      left: calc(var(--art-plasma-ball-switch-size) * 11.5 / 37);
      background: #4e4e4e;
    }
    input:checked + div + div + .switch {
      background: linear-gradient(to bottom, #171717, #404040);
      color: #fff;
      box-shadow: 0 0 10px 0px #03a9f4, 0 0 5px 1px #03a9f4;
      border-color: #222222d1;
    }
    input:checked + div + div + .switch:before {
      border-color: transparent #03a9f4 #03a9f4 #03a9f4;
    }
    input:checked + div + div + .switch:after {
      background: #03a9f4;
    }
    .electrode {
      width: calc(var(--art-plasma-ball-size) * 16 / 350);
      height: calc(var(--art-plasma-ball-size) * 140 / 350);
      bottom: calc(var(--art-plasma-ball-size) * 20 / 350);
      left: calc(50% - 0.5em);
      position: absolute;
      overflow: visible;
    }
    .electrode:not(.hide-electrode) {
      background: linear-gradient(75deg, #3a3a3a 20%, #2d2d2d);
      border-bottom: 1px solid #657882;
      border-radius: 0 0 6px 5px;
    }
    .electrode:before {
      position: absolute;
      left: calc(var(--art-plasma-ball-size) * -16 / 350);
      top: calc(var(--art-plasma-ball-size) * -40 / 350);
      width: calc(var(--art-plasma-ball-size) * 48 / 350);
      height: calc(var(--art-plasma-ball-size) * 48 / 350);
      border-radius: 100%;
      content: "";
      background: radial-gradient(at top left, #4a4949 20%, #2d2d2d);
      border: 1px solid #758e99;
      box-sizing: border-box;
    }
    .electrode:not(.hide-electrode):after {
      position: absolute;
      left: calc(var(--art-plasma-ball-size) * -3 / 350);
      bottom: calc(var(--art-plasma-ball-size) * -11 / 350);
      width: calc(var(--art-plasma-ball-size) * 22 / 350);
      height: calc(var(--art-plasma-ball-size) * 16 / 350);
      border-radius: calc(var(--art-plasma-ball-size) * 140 / 350) / calc(var(--art-plasma-ball-size) * 50 / 350);
      content: "";
      background: linear-gradient(-263deg, #191919 20%, #0a0a0a);
      z-index: -1;
    }
    input.switcher:checked + .glassball .electrode:after {
      background: linear-gradient(-263deg, #3a3a3a 20%, #2d2d2d);
    }
    input.switcher:checked + .glassball .electrode:before {
      background: radial-gradient( ellipse farthest-corner at calc(var(--art-plasma-ball-size) * 30 / 350) calc(var(--art-plasma-ball-size) * 30 / 350), #999, #e449ff, #e449ff, #9763ff, #62edff, #fff );
      box-shadow: 0 0 10px 2px #e449ffb3, 0 0 10px 2px #fff, 0 0 50px -10px #fff inset;
      border-color: #ffffff94;
    }
    input.switcher + .glassball .rays {
      display: none;
    }
    input.switcher:checked + .glassball .rays {
      display: block;
      float: left;
      width: 100%;
      height: 100%;
      position: absolute;
    }
    .ray {
      width: calc(var(--art-plasma-ball-size) * 160 / 350);
      height: calc(var(--art-plasma-ball-size) * 32 / 350);
      position: absolute;
      bottom: calc(var(--art-plasma-ball-size) * 144 / 350);
      filter: drop-shadow(0px 0px 7px #9660f7) drop-shadow(0px 0px 2px #fff);
    }
    .ray:before {
      content: "";
      width: calc(var(--art-plasma-ball-size) * 8 / 350);
      height: calc(var(--art-plasma-ball-size) * 7.2 / 350);
      border: 2px dashed #03a9f4;
      position: absolute;
      border-width: 3px 3px 1px 1px;
      transform: rotate(87deg);
      top: calc(var(--art-plasma-ball-size) * 4.8 / 350);
      left: calc(var(--art-plasma-ball-size) * 3 / 350);
      border-radius: 10px 5px 8px 7px;
      filter: blur(2px);
      box-shadow: 0 0 10px -1px black;
    }
    .ray:after {
      content: "s";
      float: left;
      width: calc(var(--art-plasma-ball-size) * 32 / 350);
      height: calc(var(--art-plasma-ball-size) * 96 / 350);
      margin-top: calc(var(--art-plasma-ball-size) * 20 / 350);
      margin-left: 0px;
      animation: art-plasma-ball-blink 1s linear 0s infinite alternate;
      background: radial-gradient(circle closest-side, #9c27b0, transparent);
      transform: translate(-45%, -48%);
      transition: width 0.2s ease, height 0.2s ease;
      border: calc(var(--art-plasma-ball-size) * 8 / 350) dotted #24e6ff;
      filter: blur(5px);
      border-radius: 100%;
      z-index: 2;
      font-size: calc(var(--art-plasma-ball-size) * 64 / 350);
      color: #d6faff;
      text-align: center;
      line-height: 1;
    }
    .ray span {
      width: calc(var(--art-plasma-ball-size) * 64 / 350);
      height: calc(var(--art-plasma-ball-size) * 16 / 350);
      border: solid calc(var(--art-plasma-ball-size) * 4 / 350) #000;
      border-radius: 238%/50px 50px 0 0;
      position: absolute;
      top: calc(var(--art-plasma-ball-size) * 8 / 350);
      left: 0;
      border-color: #6bbdff transparent transparent transparent;
    }
    .ray span + span {
      left: 30%;
      transform: rotate(180deg);
      top: calc(var(--art-plasma-ball-size) * 2.4 / 350);
    }
    .ray span + span + span {
      left: 60%;
      transform: rotate(0deg);
      top: calc(var(--art-plasma-ball-size) * 8 / 350);
    }
    .ray span:last-of-type:before {
      content: "";
      float: right;
      width: calc(var(--art-plasma-ball-size) * 8 / 350);
      height: calc(var(--art-plasma-ball-size) * 8 / 350);
      background: #d1eefb;
      border-radius: 100%;
      box-shadow: 0 0 4px 3px #fff;
      filter: blur(1px);
      margin-top: calc(var(--art-plasma-ball-size) * -2 / 350);
      left: calc(var(--art-plasma-ball-size) * 3 / 350);
      position: relative;
    }
    .ray.bigwave span:last-of-type:before {
      content: "";
      float: left;
      width: calc(var(--art-plasma-ball-size) * 8 / 350);
      height: calc(var(--art-plasma-ball-size) * 8 / 350);
      background: #d1eefb;
      border-radius: 100%;
      box-shadow: 0 0 4px 3px #fff;
      filter: blur(1px);
      margin-top: calc(var(--art-plasma-ball-size) * -3 / 350);
      left: calc(var(--art-plasma-ball-size) * -2 / 350);
      position: relative;
    }
    .ray.bigwave span {
      width: 55%;
      border-width: calc(var(--art-plasma-ball-size) * 4 / 350);
    }
    .ray.bigwave span + span {
      width: 60%;
      left: 40%;
      border-width: calc(var(--art-plasma-ball-size) * 5 / 350);
      margin-left: calc(var(--art-plasma-ball-size) * 4 / 350);
      margin-top: calc(var(--art-plasma-ball-size) * 2 / 350);
    }
    .rays + .rays {
      transform: rotate(180deg);
    }
    .rays + .rays + .rays {
      transform: rotate(90deg);
    }
    .rays + .rays + .rays + .rays {
      transform: rotate(270deg);
    }
    .rays + .rays + .rays + .rays + .rays {
      transform: skew(-187deg, 0deg) scale(0.675) rotate(0deg);
      display: none;
      animation: art-plasma-ball-touchray1 2.5s ease 0.1s infinite alternate;
    }
    .rays + .rays + .rays + .rays + .rays + .rays {
      transform: skew(-140deg, -40deg) scale(0.675) rotate(180deg);
      display: none;
      animation: art-plasma-ball-touchray2 1s ease 0.25s infinite;
    }
    input.switcher:checked + .glassball:hover .rays + .rays + .rays + .rays + .rays {
      display: block;
    }
    .rays + .rays + .rays + .rays + .rays .ray {
      width: calc(var(--art-plasma-ball-size) * 136 / 350);
      animation: art-plasma-ball-ray1 0.5s linear 0s infinite alternate;
    }
    .rays + .rays + .rays + .rays + .rays .ray span {
      border-top-width: calc(var(--art-plasma-ball-size) * 8 / 350);
    }
    .ray:nth-of-type(1) {
      animation: art-plasma-ball-ray1 0.5s linear 0s infinite;
    }
    .ray:nth-of-type(2) {
      animation: art-plasma-ball-ray1 0.75s linear 0s infinite alternate;
    }
    .ray:nth-of-type(3) {
      animation: art-plasma-ball-ray1 0.65s linear 0s infinite reverse;
    }
    .ray:nth-of-type(4) {
      animation: art-plasma-ball-ray1 0.95s linear 0s infinite alternate;
    }
    .ray:nth-of-type(5) {
      animation: art-plasma-ball-ray1 0.85s linear 0s infinite reverse;
    }
    .rays + .rays .ray:nth-of-type(1) {
      animation-duration: 1.55s;
    }
    .rays + .rays .ray:nth-of-type(2) {
      animation-duration: 1.75s;
    }
    .rays + .rays .ray:nth-of-type(3) {
      animation-duration: 0.65s;
    }
    .rays + .rays .ray:nth-of-type(4) {
      animation-duration: 1.85s;
    }
    .rays + .rays .ray:nth-of-type(5) {
      animation-duration: 1.6s;
    }
    .rays + .rays + .rays .ray:nth-of-type(1) {
      animation-duration: 1.15s;
    }
    .rays + .rays + .rays .ray:nth-of-type(2) {
      animation-duration: 1.5s;
    }
    .rays + .rays + .rays .ray:nth-of-type(3) {
      animation-duration: 1.35s;
    }
    .rays + .rays + .rays .ray:nth-of-type(4) {
      animation-duration: 1s;
    }
    .rays + .rays + .rays .ray:nth-of-type(5) {
      animation-duration: 1.25s;
    }
    .rays + .rays + .rays + .rays .ray:nth-of-type(1) {
      animation-duration: 1.05s;
    }
    .rays + .rays + .rays + .rays .ray:nth-of-type(2) {
      animation-duration: 1.35s;
    }
    .rays + .rays + .rays + .rays .ray:nth-of-type(3) {
      animation-duration: 1.25s;
    }
    .rays + .rays + .rays + .rays .ray:nth-of-type(4) {
      animation-duration: 1.15s;
    }
    .rays + .rays + .rays + .rays .ray:nth-of-type(5) {
      animation-duration: 1.45s;
    }
    .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(1) {
      animation-duration: 0.85s;
    }
    .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(2) {
      animation-duration: 0.95s;
    }
    .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(3) {
      animation-duration: 0.75s;
    }
    .rays + .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(1) {
      animation-duration: 1.1s;
    }
    .rays + .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(2) {
      animation-duration: 1.25s;
    }
    .rays + .rays + .rays + .rays + .rays + .rays .ray:nth-of-type(3) {
      animation-duration: 1.35s;
    }
  }
  .art-plasma-ball-sm {
    --art-plasma-ball-size: 200px;
  }
  .art-plasma-ball-lg {
    --art-plasma-ball-size: 500px;
  }
  .art-plasma-ball-no-base {
    height: var(--art-plasma-ball-size);
  }
  .art-plasma-ball-no-base .base, .art-plasma-ball-no-base .switch {
    display: none;
  }
  .art-plasma-ball-no-base input.switcher {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
  }
  @keyframes art-plasma-ball-rotation {
    50% {
      transform: rotate(360deg);
    }
  }
  @keyframes art-plasma-ball-blink {
    0% {
      background: radial-gradient(circle closest-side, #ff5affb8, #5493d2a8);
      transform: translate(-50%, -50%) scale(0.75) rotate(6deg);
    }
    50% {
      background: radial-gradient(circle closest-side, #5493d2a8, #ff5affb8);
      transform: translate(-50%, -50%) scale(0.5) rotate(2deg);
    }
    100% {
      background: radial-gradient(circle closest-side, #ffffffa8, #5493d2a8);
      transform: translate(-50%, -50%) scale(0.35) rotate(11deg);
    }
  }
  @keyframes art-plasma-ball-innerlight {
    0% {
      background-size: 105% 105%;
      background-position: center center;
      box-shadow: 0 0 15px 5px #5493d2a8;
    }
    25% {
      box-shadow: 0 0 15px 5px #ff5aff30;
    }
    50% {
      background-size: 85% 85%;
      background-position: center center;
      box-shadow: 0 0 15px 5px #5493d2a8;
    }
    75% {
      box-shadow: 0 0 15px 5px #ff5aff30;
    }
    100% {
      background-size: 105% 105%;
      background-position: center center;
      box-shadow: 0 0 15px 5px #5493d2a8;
    }
  }
  @keyframes art-plasma-ball-touchray1 {
    0% {
      transform: skew(-187deg, 0deg) scale(0.675) rotate(0deg);
    }
    50% {
      transform: skew(-185deg, 2deg) scale(0.525) rotate(180deg);
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
    100% {
      transform: skew(-188deg, -2deg) scale(0.625) rotate(360deg);
    }
  }
  @keyframes art-plasma-ball-touchray2 {
    0% {
      transform: skew(-140deg, -40deg) scale(0.675) rotate(140deg);
    }
    50% {
      transform: skew(-143deg, -42deg) scale(0.525) rotate(0deg);
      opacity: 1;
    }
    51% {
      opacity: 0;
    }
    52% {
      opacity: 1;
    }
    100% {
      transform: skew(-145deg, -38deg) scale(0.625) rotate(210deg);
    }
  }
  @keyframes art-plasma-ball-spark {
    0% {
      background: radial-gradient(circle closest-side, #ff5affb8, #5493d2a8);
      transform: translate(-50%, -50%) scale(0.75) rotate(0deg);
    }
    50% {
      background: radial-gradient(circle closest-side, #5493d2a8, #ff5affb8);
      transform: translate(-50%, -50%) scale(0.5) rotate(180deg);
    }
    100% {
      background: radial-gradient(circle closest-side, #ffffffa8, #5493d2a8);
      transform: translate(-50%, -50%) scale(1) rotate(360deg);
    }
  }
  @keyframes art-plasma-ball-ray1 {
    0% {
      opacity: 0;
      transform: rotate(0deg) translate(0px, 0px);
    }
    12% {
      opacity: 1;
      transform: rotate(22deg) translate(0px, calc(var(--art-plasma-ball-size) * -35 / 350));
      filter: brightness(1.75);
    }
    25% {
      opacity: 0;
      transform: rotate(45deg) translate(calc(var(--art-plasma-ball-size) * -33 / 350), calc(var(--art-plasma-ball-size) * -69 / 350));
    }
    37% {
      opacity: 1;
      transform: rotate(67deg) translate(calc(var(--art-plasma-ball-size) * -64 / 350), calc(var(--art-plasma-ball-size) * -86 / 350));
      filter: brightness(1.15);
    }
    50% {
      opacity: 0;
      transform: rotate(90deg) translate(calc(var(--art-plasma-ball-size) * -108 / 350), calc(var(--art-plasma-ball-size) * -93 / 350));
    }
    62% {
      opacity: 1;
      transform: rotate(112deg) translate(calc(var(--art-plasma-ball-size) * -140 / 350), calc(var(--art-plasma-ball-size) * -90 / 350));
      filter: brightness(1.25);
    }
    75% {
      opacity: 0;
      transform: rotate(135deg) translate(calc(var(--art-plasma-ball-size) * -169 / 350), calc(var(--art-plasma-ball-size) * -69 / 350));
    }
    87% {
      opacity: 1;
      transform: rotate(157deg) translate(calc(var(--art-plasma-ball-size) * -185 / 350), calc(var(--art-plasma-ball-size) * -36 / 350));
      filter: brightness(1.75);
    }
    100% {
      opacity: 0;
      transform: rotate(180deg) translate(calc(var(--art-plasma-ball-size) * -192 / 350), calc(var(--art-plasma-ball-size) * 6 / 350));
    }
  }
}
@layer css-art {
  .art-snowflake {
    position: absolute;
    width: var(--art-snowflake-size, 10px);
    height: var(--art-snowflake-size, 10px);
    border-radius: 50%;
    pointer-events: none;
    &:not(.art-snowflake-unicode) {
      background: var(--art-snowflake-color, #FFFFFF);
      filter: drop-shadow(0 0 var(--art-snowflake-size, 10px) var(--art-snowflake-color, #FFFFFF));
    }
  }
  .art-snowflake.art-snowflake-unicode::after {
    content: "\2746";
    color: var(--art-snowflake-color, #FFFFFF);
    font-size: var(--art-snowflake-size, 10px);
    filter: drop-shadow(0 0 var(--art-snowflake-size, 10px) var(--art-snowflake-color, #FFFFFF));
  }
  .art-snowflake-fall {
    animation: art-snowflake-fall var(--art-snowflake-duration, 5s) linear infinite;
  }
  @keyframes art-snowflake-fall {
    0% {
      transform: translateY(-10%) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: translateY(100vh) rotate(360deg);
      opacity: 0.3;
    }
  }
}
@layer css-art {
  @keyframes art-snowball-preloader-ball {
    from {
      transform: rotate(0) translateY(-6.5em);
    }
    50% {
      transform: rotate(180deg) translateY(-6em);
    }
    to {
      transform: rotate(360deg) translateY(-6.5em);
    }
  }
  @keyframes art-snowball-preloader-inner-shadow {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(-360deg);
    }
  }
  @keyframes art-snowball-preloader-outer-shadow {
    from {
      transform: rotate(20deg);
    }
    to {
      transform: rotate(-340deg);
    }
  }
  @keyframes art-snowball-preloader-texture {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(50%);
    }
  }
  @keyframes art-snowball-preloader-track-cover {
    from {
      transform: rotate(0);
    }
    to {
      transform: rotate(360deg);
    }
  }
  .art-snowball-preloader {
    --art-snowball-preloader-size: 256px;
    --art-snowball-preloader-bg: hsl(223, 90%, 95%);
    font-size: calc(var(--art-snowball-preloader-size) / 16);
    position: relative;
    width: 16em;
    height: 16em;
    background-color: var(--art-snowball-preloader-bg);
    *, *::before, *::after {
      box-sizing: border-box;
      border: 0;
      margin: 0;
      padding: 0;
    }
    .art-snowball-preloader-outer-ring, .art-snowball-preloader-inner-ring, .art-snowball-preloader-track-cover, .art-snowball-preloader-ball, .art-snowball-preloader-ball-inner-shadow, .art-snowball-preloader-ball-side-shadows, .art-snowball-preloader-ball-texture {
      border-radius: 50%;
    }
    .art-snowball-preloader-outer-ring, .art-snowball-preloader-inner-ring, .art-snowball-preloader-track-cover, .art-snowball-preloader-ball, .art-snowball-preloader-ball-inner-shadow, .art-snowball-preloader-ball-outer-shadow, .art-snowball-preloader-ball-side-shadows, .art-snowball-preloader-ball-texture, .art-snowball-preloader-ball-texture::before {
      position: absolute;
    }
    .art-snowball-preloader-ball {
      animation: art-snowball-preloader-ball 3s linear infinite;
      top: calc(50% - 1.25em);
      left: calc(50% - 1.25em);
      transform: rotate(0) translateY(-6.5em);
      width: 2.5em;
      height: 2.5em;
    }
    .art-snowball-preloader-ball-inner-shadow {
      animation: art-snowball-preloader-inner-shadow 3s linear infinite;
      box-shadow: 0 0.1em 0.2em hsla(0, 0%, 0%, 0.3), 0 0 0.2em hsla(0, 0%, 0%, 0.1) inset, 0 -1em 0.5em hsla(0, 0%, 0%, 0.15) inset;
      width: 100%;
      height: 100%;
    }
    .art-snowball-preloader-ball-outer-shadow {
      animation: art-snowball-preloader-outer-shadow 3s linear infinite;
      background-image: linear-gradient(hsla(0, 0%, 0%, 0.15), hsla(0, 0%, 0%, 0));
      border-radius: 0 0 50% 50% / 0 0 100% 100%;
      filter: blur(2px);
      top: 50%;
      left: 0;
      width: 100%;
      height: 250%;
      transform: rotate(20deg);
      transform-origin: 50% 0;
      z-index: -2;
    }
    .art-snowball-preloader-ball-side-shadows {
      background-color: hsla(0, 0%, 0%, 0.1);
      filter: blur(2px);
      width: 100%;
      height: 100%;
      transform: scale(0.75, 1.1);
      z-index: -1;
    }
    .art-snowball-preloader-ball-texture {
      overflow: hidden;
      width: 100%;
      height: 100%;
      transform: translate3d(0, 0, 0);
      &::before {
        animation: art-snowball-preloader-texture 0.25s linear infinite;
        background: url(https://assets.codepen.io/416221/snow.jpg) 0 0 / 50% 100%;
        content: "";
        display: block;
        filter: brightness(1.05);
        top: 0;
        right: 0;
        width: 200%;
        height: 100%;
      }
    }
    .art-snowball-preloader-inner-ring {
      box-shadow: 0 -0.25em 0.5em hsla(0, 0%, 100%, 0.4), 0 0.5em 0.75em hsla(0, 0%, 100%, 0.4) inset, 0 0.5em 0.375em hsla(0, 0%, 0%, 0.15), 0 -0.5em 0.75em hsla(0, 0%, 0%, 0.15) inset;
      top: 2.375em;
      left: 2.375em;
      width: calc(100% - 4.75em);
      height: calc(100% - 4.75em);
    }
    .art-snowball-preloader-outer-ring {
      box-shadow: 0 -0.45em 0.375em hsla(0, 0%, 0%, 0.15), 0 0.5em 0.75em hsla(0, 0%, 0%, 0.15) inset, 0 0.25em 0.5em hsla(0, 0%, 100%, 0.4), 0 -0.5em 0.75em hsla(0, 0%, 100%, 0.4) inset;
      top: 0.75em;
      left: 0.75em;
      width: calc(100% - 1.5em);
      height: calc(100% - 1.5em);
    }
    .art-snowball-preloader-track-cover {
      animation: art-snowball-preloader-track-cover 3s linear infinite;
      background-image: conic-gradient( var(--art-snowball-preloader-bg) 210deg, oklch(from var(--art-snowball-preloader-bg) l c h / 0) 270deg );
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
  .art-snowball-preloader-sm {
    --art-snowball-preloader-size: 192px;
  }
  .art-snowball-preloader-lg {
    --art-snowball-preloader-size: 384px;
  }
}
@layer css-art {
  .art-sun {
    --art-sun-size: 8rem;
    --art-sun-color: oklch(85% 0.18 85);
    --art-sun-corona: oklch(90% 0.15 75);
    --art-sun-glow: oklch(90% 0.12 80 / 0.4);
    position: relative;
    width: var(--art-sun-size);
    height: var(--art-sun-size);
    border-radius: 50%;
    background: radial-gradient( circle at 40% 40%, oklch(95% 0.12 90) 0%, var(--art-sun-color) 50%, var(--art-sun-corona) 100% );
    box-shadow: 0 0 calc(var(--art-sun-size) * 0.2) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 0.5) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 0.8) oklch(90% 0.1 80 / 0.15);
  }
  .art-sun-rays::before, .art-sun-rays::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140%;
    height: 140%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
  }
  .art-sun-rays::before {
    background: repeating-conic-gradient( from 0deg, oklch(90% 0.14 85 / 0.3) 0deg 5deg, transparent 5deg 30deg );
    animation: art-sun-rotate 30s linear infinite;
  }
  .art-sun-rays::after {
    background: repeating-conic-gradient( from 15deg, oklch(90% 0.14 85 / 0.15) 0deg 3deg, transparent 3deg 30deg );
    animation: art-sun-rotate 45s linear infinite reverse;
  }
  @keyframes art-sun-rotate {
    from {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    to {
      transform: translate(-50%, -50%) rotate(360deg);
    }
  }
  .art-sun-sunset {
    --art-sun-color: oklch(75% 0.2 40);
    --art-sun-corona: oklch(70% 0.22 30);
    --art-sun-glow: oklch(80% 0.18 40 / 0.4);
  }
  .art-sun-sm {
    --art-sun-size: 4rem;
  }
  .art-sun-lg {
    --art-sun-size: 12rem;
  }
  .art-sun-xl {
    --art-sun-size: 16rem;
  }
  .art-sun-pulse {
    animation: art-sun-breathe 3s ease-in-out infinite;
  }
  @keyframes art-sun-breathe {
    0%, 100% {
      box-shadow: 0 0 calc(var(--art-sun-size) * 0.2) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 0.5) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 0.8) oklch(90% 0.1 80 / 0.15);
    }
    50% {
      box-shadow: 0 0 calc(var(--art-sun-size) * 0.3) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 0.6) var(--art-sun-glow), 0 0 calc(var(--art-sun-size) * 1) oklch(90% 0.1 80 / 0.2);
    }
  }
}
@layer css-art {
  @keyframes art-synthwave-starfield-color {
    0% {
      filter: hue-rotate(1deg);
    }
    100% {
      filter: hue-rotate(360deg);
    }
  }
  @keyframes art-synthwave-starfield-lines-x {
    0% {
      background-position: calc(var(--art-synthwave-starfield-size) * 0.12) center;
    }
    100% {
      background-position: 0 center;
    }
  }
  @keyframes art-synthwave-starfield-lines-y {
    0% {
      background-position: center calc(var(--art-synthwave-starfield-size) * 0.12);
    }
    100% {
      background-position: center 0;
    }
  }
  @keyframes art-synthwave-starfield-stars {
    0% {
      transform: translateZ(calc(var(--art-synthwave-starfield-size) * -0.4));
      opacity: 0;
    }
    30%, 80% {
      opacity: 1;
    }
    100% {
      transform: translateZ(calc(var(--art-synthwave-starfield-size) * 0.5)) rotate(15deg);
      opacity: 0;
    }
  }
  @keyframes art-synthwave-starfield-stars2 {
    0% {
      transform: translateZ(calc(var(--art-synthwave-starfield-size) * -0.4)) rotate(180deg);
      opacity: 0;
    }
    30%, 80% {
      opacity: 1;
    }
    100% {
      transform: translateZ(calc(var(--art-synthwave-starfield-size) * 0.5)) rotate(195deg);
      opacity: 0;
    }
  }
  .art-synthwave-starfield {
    --art-synthwave-starfield-size: 600px;
    --art-synthwave-starfield-line-color: #6bd600;
    position: relative;
    width: var(--art-synthwave-starfield-size);
    height: var(--art-synthwave-starfield-size);
    overflow: hidden;
    perspective: calc(var(--art-synthwave-starfield-size) * 0.5);
    transform-style: preserve-3d;
    background-image: radial-gradient(#0000, #673ab72e), linear-gradient(-90deg, #2000587d, #000, #9c27b02b), linear-gradient(0deg, #ff98002e, #000, #8bc34a5e);
    background-color: #000;
    box-shadow: 0 0 calc(var(--art-synthwave-starfield-size) * 1.5) calc(var(--art-synthwave-starfield-size) * 0.11) #000 inset;
    font-family: "Press Start 2P", system-ui;
  }
  .art-synthwave-starfield::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(#0000, #0a123a), linear-gradient(180deg, #2000587d, #000, #9c27b02b), linear-gradient(0deg, #ff980054, #000, #009688ba);
    opacity: 0.25;
    z-index: 0;
  }
  .art-synthwave-starfield * {
    box-sizing: border-box;
    position: absolute;
    transform-style: preserve-3d;
  }
  .art-synthwave-starfield *::before, .art-synthwave-starfield *::after {
    box-sizing: border-box;
    transform-style: preserve-3d;
    position: absolute;
    content: "";
  }
  .art-synthwave-starfield-sides {
    width: 100%;
    height: 100%;
    background: radial-gradient(#0f0015 10%, #000000e0 35%, #fff0 75% 100%);
  }
  .art-synthwave-starfield-sides::before, .art-synthwave-starfield-sides::after {
    width: 100%;
    height: 100%;
    transform: rotateY(90deg);
    transform-origin: left center;
    background-image: repeating-linear-gradient( 90deg, #fff0 0, #fff0 calc(var(--art-synthwave-starfield-size) * 0.1), var(--art-synthwave-starfield-line-color) calc(var(--art-synthwave-starfield-size) * 0.1) calc(var(--art-synthwave-starfield-size) * 0.1035), #fff0 calc(var(--art-synthwave-starfield-size) * 0.1035) ), repeating-linear-gradient( 180deg, #fff0 0, #fff0 calc(var(--art-synthwave-starfield-size) * 0.1), var(--art-synthwave-starfield-line-color) calc(var(--art-synthwave-starfield-size) * 0.1) calc(var(--art-synthwave-starfield-size) * 0.1035), #fff0 calc(var(--art-synthwave-starfield-size) * 0.1035) );
    background-color: transparent;
    animation: art-synthwave-starfield-lines-x 0.5s linear 0s infinite, art-synthwave-starfield-color 5s linear 0s infinite;
    background-repeat: repeat;
    background-position: center center;
    background-size: calc(var(--art-synthwave-starfield-size) * 0.12) calc(var(--art-synthwave-starfield-size) * 0.12);
    box-shadow: 0 0 calc(var(--art-synthwave-starfield-size) * 0.08) calc(var(--art-synthwave-starfield-size) * 0.1) #000 inset;
  }
  .art-synthwave-starfield-lefrig::after {
    transform: rotateY(-90deg);
    transform-origin: right center;
    animation: art-synthwave-starfield-lines-x 0.5s linear 0s infinite reverse, art-synthwave-starfield-color 5s linear 2s infinite;
    z-index: -1;
  }
  .art-synthwave-starfield-topbot::before {
    height: 100%;
    transform: rotateX(90deg);
    transform-origin: center bottom;
    bottom: 0;
    animation: art-synthwave-starfield-lines-y 0.5s linear 0s infinite reverse, art-synthwave-starfield-color 5s linear 1s infinite;
  }
  .art-synthwave-starfield-topbot::after {
    height: 100%;
    transform: rotateX(-90deg);
    transform-origin: center top;
    bottom: auto;
    animation: art-synthwave-starfield-lines-y 0.5s linear 0s infinite, art-synthwave-starfield-color 5s linear 3s infinite;
  }
  .art-synthwave-starfield-stars {
    width: 100%;
    height: 100%;
    z-index: 3;
  }
  .art-synthwave-starfield-stars::before, .art-synthwave-starfield-stars::after {
    width: 200%;
    height: 200%;
    background: transparent;
    border-radius: 100%;
    background-image: repeating-conic-gradient( #fff8 0%, transparent 0.0002%, transparent 0.075%, transparent 0.65% ), repeating-conic-gradient( #fff 0%, transparent 0.0004%, transparent 0.05%, transparent 0.495% );
    transform: translateZ(calc(var(--art-synthwave-starfield-size) * -0.4));
    opacity: 0;
    animation: art-synthwave-starfield-stars 4s ease-in -1s infinite;
    z-index: 1;
    left: -50%;
    top: -50%;
  }
  .art-synthwave-starfield-stars::after {
    animation-name: art-synthwave-starfield-stars2;
    animation-delay: -2s;
  }
  .art-synthwave-starfield-stars + .art-synthwave-starfield-stars::before {
    animation-delay: -3s;
  }
  .art-synthwave-starfield-stars + .art-synthwave-starfield-stars::after {
    animation-delay: -4s;
  }
  .art-synthwave-starfield.art-synthwave-starfield-paused *::before, .art-synthwave-starfield.art-synthwave-starfield-paused *::after {
    animation-play-state: paused !important;
  }
  .art-synthwave-starfield-sm {
    --art-synthwave-starfield-size: 300px;
  }
  .art-synthwave-starfield-lg {
    --art-synthwave-starfield-size: 900px;
  }
}
@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-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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    :root, :host {
      --art-circular-gallery-rotation: 0deg;
    }
    *, ::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-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-outline-style: solid;
      --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;
      --art-gemini-input-rotation: 0deg;
    }
  }
}
