/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :host, :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-gray-200: oklch(92.8% 0.006 264.531);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-xs: 0.125rem;
    --radius-sm: 0.25rem;
    --radius-2xl: 1rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-lg: 16px;
    --blur-xl: 24px;
    --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);
    --color-background: hsl(var(--background));
    --color-foreground: hsl(var(--foreground));
    --color-border: hsl(var(--border));
    --color-border-primary: hsl(var(--border-primary));
    --color-text-primary: hsla(var(--text-primary));
    --color-text-secondary: hsla(var(--text-secondary));
    --color-background-view: hsla(var(--background-view));
    --color-background-elevated: hsla(var(--background-elevated));
    --color-background-grouped: hsla(var(--background-grouped));
    --color-palette-purple: hsla(var(--palette-purple));
    --color-palette-teal: hsla(var(--palette-purple));
    --color-palette-yellow: hsla(var(--palette-yellow));
    --color-palette-red: hsla(var(--palette-red));
    --text-body-tiny: 0.75rem;
    --text-body-small: 0.8125rem;
    --text-body-medium: 0.9375rem;
    --text-body-large: 1.0625rem;
    --ease-spring: cubic-bezier(0.175, 0.885, 0.35, 1.15);
    --ease-default: cubic-bezier(0.77, 0, 0.175, 1);
  }
}
@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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .\@container\/card-header {
    container-type: inline-size;
    container-name: card-header;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .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;
    }
  }
  .container {
    margin-inline: auto;
    padding-inline: 2rem;
    @media (width >= 40rem) {
      max-width: none;
    }
    @media (width >= 1400px) {
      max-width: 1400px;
    }
  }
  .mt-\[1\.5rem\] {
    margin-top: 1.5rem;
  }
  .mr-\[0\.5rem\] {
    margin-right: 0.5rem;
  }
  .mr-\[0\.25rem\] {
    margin-right: 0.25rem;
  }
  .ml-\[0\.25rem\] {
    margin-left: 0.25rem;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-\[1\.375rem\] {
    width: 1.375rem;
    height: 1.375rem;
  }
  .size-\[3rem\] {
    width: 3rem;
    height: 3rem;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-2\/3 {
    height: calc(2/3 * 100%);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-40 {
    height: calc(var(--spacing) * 40);
  }
  .h-\[20rem\] {
    height: 20rem;
  }
  .h-fit {
    height: fit-content;
  }
  .max-h-\[2\.5rem\] {
    max-height: 2.5rem;
  }
  .max-h-\[3rem\] {
    max-height: 3rem;
  }
  .min-h-\[5rem\] {
    min-height: 5rem;
  }
  .min-h-\[9rem\] {
    min-height: 9rem;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-\[0\.125rem\] {
    width: 0.125rem;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[16rem\] {
    max-width: 16rem;
  }
  .max-w-\[28rem\] {
    max-width: 28rem;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-50 {
    --tw-scale-x: 50%;
    --tw-scale-y: 50%;
    --tw-scale-z: 50%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-90 {
    --tw-scale-x: 90%;
    --tw-scale-y: 90%;
    --tw-scale-z: 90%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-\[card-enter_0\.75s_cubic-bezier\(1\,-0\.4\,0\.35\,0\.95\)_forwards\] {
    animation: card-enter 0.75s cubic-bezier(1,-0.4,0.35,0.95) forwards;
  }
  .animate-\[card-transition-out_0\.5s_cubic-bezier\(1\,-0\.4\,0\.35\,0\.95\)_forwards\] {
    animation: card-transition-out 0.5s cubic-bezier(1,-0.4,0.35,0.95) forwards;
  }
  .animate-\[fade-in-blur-sm_0\.2s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.1s_forwards\] {
    animation: fade-in-blur-sm 0.2s cubic-bezier(0.175,0.885,0.32,1.1) 0.1s forwards;
  }
  .animate-\[fade-in-blur-xs_0\.2s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_forwards\] {
    animation: fade-in-blur-xs 0.2s cubic-bezier(0.175,0.885,0.32,1.1) forwards;
  }
  .animate-\[fade-in-blur-xs_0\.5s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.1s_forwards\] {
    animation: fade-in-blur-xs 0.5s cubic-bezier(0.175,0.885,0.32,1.1) 0.1s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.1s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0.1s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.3s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0.3s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.05s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0.05s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.5s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0.5s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.15s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0.15s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0s_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) 0s forwards;
  }
  .animate-\[fade-in-blur_0\.3s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_forwards\] {
    animation: fade-in-blur 0.3s cubic-bezier(0.175,0.885,0.32,1.1) forwards;
  }
  .animate-\[fade-in-down_0\.2s_cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)_forwards\] {
    animation: fade-in-down 0.2s cubic-bezier(0.25,0.1,0.25,1) forwards;
  }
  .animate-\[fade-in-down_0\.3s_cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)_forwards\] {
    animation: fade-in-down 0.3s cubic-bezier(0.25,0.1,0.25,1) forwards;
  }
  .animate-\[fade-in-icon_0\.5s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_forwards\] {
    animation: fade-in-icon 0.5s cubic-bezier(0.175,0.885,0.32,1.1) forwards;
  }
  .animate-\[fade-in-left_0\.2s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.1s_forwards\] {
    animation: fade-in-left 0.2s cubic-bezier(0.175,0.885,0.32,1.1) 0.1s forwards;
  }
  .animate-\[fade-in-left_0\.2s_cubic-bezier\(0\.175\,0\.885\,0\.32\,1\.1\)_0\.05s_forwards\] {
    animation: fade-in-left 0.2s cubic-bezier(0.175,0.885,0.32,1.1) 0.05s forwards;
  }
  .animate-\[fade-in-up_0\.3s_cubic-bezier\(0\.25\,0\.1\,0\.25\,1\)_forwards\] {
    animation: fade-in-up 0.3s cubic-bezier(0.25,0.1,0.25,1) forwards;
  }
  .animate-\[shake_0\.75s_ease-out_forwards\] {
    animation: shake 0.75s ease-out forwards;
  }
  .touch-none {
    touch-action: none;
  }
  .resize {
    resize: both;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-none {
    list-style-type: none;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .gap-\[0\.25rem\] {
    gap: 0.25rem;
  }
  .gap-\[1\.5rem\] {
    gap: 1.5rem;
  }
  .-space-x-2 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * -2) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * -2) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-clip {
    overflow: clip;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[0\.5rem\] {
    border-radius: 0.5rem;
  }
  .rounded-\[1\.5625rem\] {
    border-radius: 1.5625rem;
  }
  .rounded-\[1rem\] {
    border-radius: 1rem;
  }
  .rounded-\[2\.75rem\] {
    border-radius: 2.75rem;
  }
  .rounded-\[22px\] {
    border-radius: 22px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-\[28px\] {
    border-radius: 28px;
  }
  .rounded-\[44px\] {
    border-radius: 44px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-sm {
    border-radius: var(--radius-sm);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .rounded-b-\[1\.5625rem\] {
    border-bottom-right-radius: 1.5625rem;
    border-bottom-left-radius: 1.5625rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-4 {
    border-style: var(--tw-border-style);
    border-width: 4px;
  }
  .border-border-primary {
    border-color: var(--color-border-primary);
  }
  .border-border-primary\/5 {
    border-color: color-mix(in srgb, hsl(var(--border-primary)) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-border-primary) 5%, transparent);
    }
  }
  .bg-\[\#808080\] {
    background-color: #808080;
  }
  .bg-background-elevated {
    background-color: var(--color-background-elevated);
  }
  .bg-background-elevated\/10 {
    background-color: color-mix(in srgb, hsla(var(--background-elevated)) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background-elevated) 10%, transparent);
    }
  }
  .bg-background-elevated\/\[0\.08\] {
    background-color: color-mix(in srgb, hsla(var(--background-elevated)) 8%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background-elevated) 8%, transparent);
    }
  }
  .bg-background-grouped\/50 {
    background-color: color-mix(in srgb, hsla(var(--background-grouped)) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background-grouped) 50%, transparent);
    }
  }
  .bg-background-view\/5 {
    background-color: color-mix(in srgb, hsla(var(--background-view)) 5%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background-view) 5%, transparent);
    }
  }
  .bg-black\/10 {
    background-color: color-mix(in srgb, #000 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
    }
  }
  .bg-palette-purple {
    background-color: var(--color-palette-purple);
  }
  .bg-palette-red {
    background-color: var(--color-palette-red);
  }
  .bg-palette-teal {
    background-color: var(--color-palette-teal);
  }
  .bg-palette-yellow {
    background-color: var(--color-palette-yellow);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-background-view\/10 {
    --tw-gradient-from: color-mix(in srgb, hsla(var(--background-view)) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --tw-gradient-from: color-mix(in oklab, var(--color-background-view) 10%, transparent);
    }
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-\[0\.5rem\] {
    padding: 0.5rem;
  }
  .p-\[0\.25rem\] {
    padding: 0.25rem;
  }
  .p-\[0\.125rem\] {
    padding: 0.125rem;
  }
  .p-\[1\.25rem\] {
    padding: 1.25rem;
  }
  .py-\[0\.75rem\] {
    padding-block: 0.75rem;
  }
  .pt-\[1rem\] {
    padding-top: 1rem;
  }
  .pr-\[0\.75rem\] {
    padding-right: 0.75rem;
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pl-\[1\.5rem\] {
    padding-left: 1.5rem;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-body-large {
    font-size: var(--text-body-large);
  }
  .text-body-medium {
    font-size: var(--text-body-medium);
  }
  .text-body-small {
    font-size: var(--text-body-small);
  }
  .text-body-tiny {
    font-size: var(--text-body-tiny);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\/50 {
    color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .text-palette-purple {
    color: var(--color-palette-purple);
  }
  .text-text-primary {
    color: var(--color-text-primary);
  }
  .text-text-primary\/50 {
    color: color-mix(in srgb, hsla(var(--text-primary)) 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-primary) 50%, transparent);
    }
  }
  .text-text-primary\/90 {
    color: color-mix(in srgb, hsla(var(--text-primary)) 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-text-primary) 90%, transparent);
    }
  }
  .text-text-secondary {
    color: var(--color-text-secondary);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-plus-darker {
    mix-blend-mode: plus-darker;
  }
  .shadow-\[0_0\.375rem_7rem_0_rgba\(0\,0\,0\,0\.06\)\,0_0\.125rem_1\.75rem_0_rgba\(0\,0\,0\,0\.02\)\,0_0\.125rem_0\.5rem_0_rgba\(0\,0\,0\,0\.04\)\] {
    --tw-shadow: 0 0.375rem 7rem 0 var(--tw-shadow-color, rgba(0,0,0,0.06)), 0 0.125rem 1.75rem 0 var(--tw-shadow-color, rgba(0,0,0,0.02)), 0 0.125rem 0.5rem 0 var(--tw-shadow-color, rgba(0,0,0,0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-\[0_0_0\.75rem_0_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 0 0.75rem 0 var(--tw-shadow-color, rgba(0,0,0,0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-base {
    --tw-shadow: 0 0 2.875rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08)), 0 0 0.5rem 0 var(--tw-shadow-color, rgba(255, 255, 255, 0.06)), 0 0.0625rem 0.125rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.08));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-card-large {
    --tw-shadow: 0 0.25rem 5rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.06)), 0 0.125rem 1.25rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0 0.125rem 0.375rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-card-list {
    --tw-shadow: 0 4.76446px 64.3202px var(--tw-shadow-color, rgba(221, 164, 0, 0.2)), inset 0px 0px 5.95557px var(--tw-shadow-color, rgba(255, 255, 255, 0.17));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-dock {
    --tw-shadow: 0px 1.561px 21.854px var(--tw-shadow-color, rgba(0, 0, 0, 0.1)), inset 0px 0px 12.488px var(--tw-shadow-color, rgba(255, 255, 255, 0.42));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .shadow-recorder {
    --tw-shadow: 0px 4.80702px 96.1404px var(--tw-shadow-color, rgba(0, 0, 0, 0.06)), 0px 2.40351px 24.0351px var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0px 2.40351px 7.21053px var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .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,);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-xl {
    --tw-backdrop-blur: blur(var(--blur-xl));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-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-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-default {
    --tw-ease: var(--ease-default);
    transition-timing-function: var(--ease-default);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .ease-spring {
    --tw-ease: var(--ease-spring);
    transition-timing-function: var(--ease-spring);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\/beside\:-translate-y-4 {
    &:is(:where(.group\/beside):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -4);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/beside\:scale-120 {
    &:is(:where(.group\/beside):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/beside\:rotate-2 {
    &:is(:where(.group\/beside):hover *) {
      @media (hover: hover) {
        rotate: 2deg;
      }
    }
  }
  .group-hover\/button\:scale-95 {
    &:is(:where(.group\/button):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 95%;
        --tw-scale-y: 95%;
        --tw-scale-z: 95%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/finder\:-translate-y-4 {
    &:is(:where(.group\/finder):hover *) {
      @media (hover: hover) {
        --tw-translate-y: calc(var(--spacing) * -4);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
    }
  }
  .group-hover\/finder\:scale-120 {
    &:is(:where(.group\/finder):hover *) {
      @media (hover: hover) {
        --tw-scale-x: 120%;
        --tw-scale-y: 120%;
        --tw-scale-z: 120%;
        scale: var(--tw-scale-x) var(--tw-scale-y);
      }
    }
  }
  .group-hover\/finder\:-rotate-2 {
    &:is(:where(.group\/finder):hover *) {
      @media (hover: hover) {
        rotate: calc(2deg * -1);
      }
    }
  }
  .hover\:bg-black\/5 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, #000 5%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-black) 5%, transparent);
        }
      }
    }
  }
  .hover\:bg-palette-red\/10 {
    &:hover {
      @media (hover: hover) {
        background-color: color-mix(in srgb, hsla(var(--palette-red)) 10%, transparent);
        @supports (color: color-mix(in lab, red, red)) {
          background-color: color-mix(in oklab, var(--color-palette-red) 10%, transparent);
        }
      }
    }
  }
  .hover\:bg-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-white);
      }
    }
  }
  .hover\:shadow-card-large {
    &:hover {
      @media (hover: hover) {
        --tw-shadow: 0 0.25rem 5rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.06)), 0 0.125rem 1.25rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.02)), 0 0.125rem 0.375rem 0 var(--tw-shadow-color, rgba(0, 0, 0, 0.04));
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
    }
  }
  .active\:scale-95 {
    &:active {
      --tw-scale-x: 95%;
      --tw-scale-y: 95%;
      --tw-scale-z: 95%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .active\:scale-\[0\.98\] {
    &:active {
      scale: 0.98;
    }
  }
  .sm\:p-20 {
    @media (width >= 40rem) {
      padding: calc(var(--spacing) * 20);
    }
  }
}
@property --tw-animation-delay {
  syntax: "*";
  inherits: false;
  initial-value: 0s;
}
@property --tw-animation-direction {
  syntax: "*";
  inherits: false;
  initial-value: normal;
}
@property --tw-animation-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-animation-fill-mode {
  syntax: "*";
  inherits: false;
  initial-value: none;
}
@property --tw-animation-iteration-count {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-enter-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-enter-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-blur {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-opacity {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-rotate {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-scale {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-exit-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-exit-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    border-color: var(--color-gray-200, currentcolor);
  }
}
@layer base {
  :host {
    --border: 218 14% 94%;
    --border-primary: 210 5% 85%;
    --border-secondary: 220 10% 94%;
    --input: 218 14% 94%;
    --ring: 240 9% 6%;
    --foreground: 106.67 100% 100%;
    --text-primary: 106.67 100% 100%;
    --text-secondary: 216 2.3% 42.9%;
    --text-primary-light: 240 6.7% 5.9%;
    --background: 233.33 25.7% 6.9%;
    --background-view: 0 0% 100%;
    --background-elevated: 0 0% 100%;
    --background-grouped: 137.14 87.5% 100%;
    --palette-purple: 266 91% 68%;
    --palette-teal: 198 100% 53%;
    --palette-yellow: 43.27 100% 49.2%;
    --palette-red: 0 100% 59.8%;
    --radius: 0.25rem;
  }
}
@layer base {
  * {
    border-color: var(--color-border);
  }
  body {
    font-family: "OpenRunde", ui-sans-serif, system-ui, -apple-system, Segoe UI,
      Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
    background-color: var(--color-background);
    color: var(--color-foreground);
  }
  ::selection {
    background-color: color-mix(in srgb, hsla(var(--background-elevated)) 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-background-elevated) 10%, transparent);
    }
    color: var(--color-text-primary);
  }
}
.circle-wrapper {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-wrapper .w-embed,
.circle-wrapper .circle-pulse,
.circle-wrapper .circle-big,
.circle-wrapper .circle-small {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  transform: translate(-50%, 0);
}
.circle-wrapper svg.circle-pulse {
  width: min(125rem, 160vw);
  height: auto;
}
.circle-wrapper .circle-big {
  top: 42%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.circle-wrapper svg.circle-big {
  width: min(125rem, 160vw);
  height: auto;
  opacity: 0.55;
  filter: blur(0.1875rem);
}
.circle-wrapper .circle-small {
  top: 54%;
  bottom: auto;
  transform: translate(-50%, -50%);
}
.circle-wrapper svg.circle-small {
  width: min(93.75rem, 120vw);
  height: auto;
  opacity: 0.45;
  filter: blur(0.0625rem);
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ripple-pulse {
  0% {
    transform: translate(-50%, 0) scale(0.9);
    opacity: 0;
  }
  20% {
    opacity: 0.6;
  }
  70% {
    opacity: 0.2;
  }
  100% {
    transform: translate(-50%, 0) scale(1.4);
    opacity: 0;
  }
}
.circle-wrapper .circle-pulse.is--1 svg.circle-pulse {
  animation: ripple-pulse 8s cubic-bezier(0.22, 1, 0.36, 1) 0s infinite;
}
.circle-wrapper .circle-pulse.is--2 svg.circle-pulse {
  animation: ripple-pulse 8s cubic-bezier(0.22, 1, 0.36, 1) 4s infinite;
}
.circle-wrapper .circle-pulse.is--2 {
  transform: translate(-50%, -6rem);
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translateY(-1.5rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-blur {
  from {
    opacity: 0;
    filter: blur(0.3125rem);
    transform: scale(0.9) translateY(1.25rem);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1) translateY(0);
  }
}
@keyframes fade-in-blur-sm {
  from {
    opacity: 0;
    filter: blur(0.25rem);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes fade-in-blur-xs {
  from {
    opacity: 0;
    filter: blur(0.125rem);
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    transform: translateX(-0.5rem) scale(0.9);
    filter: blur(0.3125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}
@keyframes shake {
  0%,
    100% {
    transform: translateX(-0rem) scale(1) rotate(0deg);
    filter: blur(0);
  }
  10% {
    transform: translateX(-0.03125rem) scale(1.01) rotate(-0.5deg);
    filter: blur(0.003125rem);
  }
  20% {
    transform: translateX(0.03125rem) scale(1.01) rotate(0.5deg);
    filter: blur(0.003125rem);
  }
  30% {
    transform: translateX(-0.046875rem) scale(1.01) rotate(-1deg);
    filter: blur(0.003125rem);
  }
  40% {
    transform: translateX(0.046875rem) scale(1.01) rotate(1deg);
    filter: blur(0.003125rem);
  }
  50%,
    55% {
    transform: translateX(0) scale(1.01) rotate(0deg);
    filter: blur(0);
  }
  60% {
    transform: translateX(-0.046875rem) scale(1.01) rotate(-1deg);
    filter: blur(0.003125rem);
  }
  70% {
    transform: translateX(0.046875rem) scale(1.01) rotate(1deg);
    filter: blur(0.003125rem);
  }
  80% {
    transform: translateX(-0.03125rem) scale(1.01) rotate(-0.5deg);
    filter: blur(0.003125rem);
  }
  90% {
    transform: translateX(0.03125rem) scale(1.01) rotate(0.5deg);
    filter: blur(0.003125rem);
  }
  100% {
    transform: translateX(0rem) scale(1) rotate(0deg);
    filter: blur(0);
  }
}
@keyframes card-enter {
  0% {
    opacity: 0;
    transform: translateY(2.5rem) scale(0.25);
    filter: blur(0.75rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}
@keyframes card-transition-out {
  0% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2.5rem) scale(0.5);
    filter: blur(0.75rem);
  }
}
@keyframes fade-in-icon {
  from {
    opacity: 0;
    filter: blur(0.3125rem);
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: scale(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)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-animation-delay: 0s;
      --tw-animation-direction: normal;
      --tw-animation-duration: initial;
      --tw-animation-fill-mode: none;
      --tw-animation-iteration-count: 1;
      --tw-enter-blur: 0;
      --tw-enter-opacity: 1;
      --tw-enter-rotate: 0;
      --tw-enter-scale: 1;
      --tw-enter-translate-x: 0;
      --tw-enter-translate-y: 0;
      --tw-exit-blur: 0;
      --tw-exit-opacity: 1;
      --tw-exit-rotate: 0;
      --tw-exit-scale: 1;
      --tw-exit-translate-x: 0;
      --tw-exit-translate-y: 0;
    }
  }
}

