/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-border-style: solid;
      --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;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-teal-500: oklch(.704 .14 182.503);
    --color-gray-300: oklch(.872 .01 258.338);
    --color-white: #fff;
    --spacing: .25rem;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

@layer base {
  .tailwind *, .tailwind :after, .tailwind :before, .tailwind ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  .tailwind html, .tailwind :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

  .tailwind img, .tailwind video {
    max-width: 100%;
    height: auto;
  }

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  .tailwind ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  .tailwind :-moz-ui-invalid {
    box-shadow: none;
  }

  .tailwind button, .tailwind input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  .tailwind ::file-selector-button {
    appearance: button;
  }

  .tailwind ::-webkit-inner-spin-button {
    height: auto;
  }

  .tailwind ::-webkit-outer-spin-button {
    height: auto;
  }

  .tailwind [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer utilities {
  .tailwind .pointer-events-none {
    pointer-events: none;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .relative {
    position: relative;
  }

  .tailwind .inset-0 {
    inset: calc(var(--spacing) * 0);
  }

  .tailwind .top-0 {
    top: calc(var(--spacing) * 0);
  }

  .tailwind .top-1\/2 {
    top: 50%;
  }

  .tailwind .top-3 {
    top: calc(var(--spacing) * 3);
  }

  .tailwind .top-\[0\.575px\] {
    top: .575px;
  }

  .tailwind .top-\[8\.273px\] {
    top: 8.273px;
  }

  .tailwind .top-\[30\.19px\] {
    top: 30.19px;
  }

  .tailwind .top-\[166\.99px\] {
    top: 166.99px;
  }

  .tailwind .top-\[235\.861px\] {
    top: 235.861px;
  }

  .tailwind .top-\[1068\.11px\] {
    top: 1068.11px;
  }

  .tailwind .top-\[1121\.53px\] {
    top: 1121.53px;
  }

  .tailwind .top-\[1137\.34px\] {
    top: 1137.34px;
  }

  .tailwind .top-\[2197\.93px\] {
    top: 2197.93px;
  }

  .tailwind .top-\[2243\.05px\] {
    top: 2243.05px;
  }

  .tailwind .top-\[2417\.92px\] {
    top: 2417.92px;
  }

  .tailwind .top-\[3360\.61px\] {
    top: 3360.61px;
  }

  .tailwind .top-\[3547\.75px\] {
    top: 3547.75px;
  }

  .tailwind .top-\[3742\.85px\] {
    top: 3742.85px;
  }

  .tailwind .top-\[3814\.52px\] {
    top: 3814.52px;
  }

  .tailwind .right-0 {
    right: calc(var(--spacing) * 0);
  }

  .tailwind .bottom-6 {
    bottom: calc(var(--spacing) * 6);
  }

  .tailwind .left-0 {
    left: calc(var(--spacing) * 0);
  }

  .tailwind .left-1\/2 {
    left: 50%;
  }

  .tailwind .left-\[4\.717px\] {
    left: 4.717px;
  }

  .tailwind .left-\[16\.24px\] {
    left: 16.24px;
  }

  .tailwind .left-\[16px\] {
    left: 16px;
  }

  .tailwind .left-\[18\.011px\] {
    left: 18.011px;
  }

  .tailwind .left-\[18\.823px\] {
    left: 18.823px;
  }

  .tailwind .left-\[362\.283px\] {
    left: 362.283px;
  }

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .size-full {
    width: 100%;
    height: 100%;
  }

  .tailwind .h-3 {
    height: calc(var(--spacing) * 3);
  }

  .tailwind .h-\[58\.022px\] {
    height: 58.022px;
  }

  .tailwind .h-\[71\.672px\] {
    height: 71.672px;
  }

  .tailwind .h-\[116\.044px\] {
    height: 116.044px;
  }

  .tailwind .h-\[195\.106px\] {
    height: 195.106px;
  }

  .tailwind .h-\[219\.992px\] {
    height: 219.992px;
  }

  .tailwind .h-\[297px\] {
    height: 297px;
  }

  .tailwind .h-\[353px\] {
    height: 353px;
  }

  .tailwind .h-\[411\.575px\] {
    height: 411.575px;
  }

  .tailwind .h-\[484\.845px\] {
    height: 484.845px;
  }

  .tailwind .h-\[500px\] {
    height: 500px;
  }

  .tailwind .h-\[628\.849px\] {
    height: 628.849px;
  }

  .tailwind .h-\[660\.411px\] {
    height: 660.411px;
  }

  .tailwind .h-\[670\.727px\] {
    height: 670.727px;
  }

  .tailwind .h-\[673px\] {
    height: 673px;
  }

  .tailwind .h-\[689\.726px\] {
    height: 689.726px;
  }

  .tailwind .h-\[690\.602px\] {
    height: 690.602px;
  }

  .tailwind .h-\[773\.457px\] {
    height: 773.457px;
  }

  .tailwind .h-\[1088\.8px\] {
    height: 1088.8px;
  }

  .tailwind .h-\[1121\.53px\] {
    height: 1121.53px;
  }

  .tailwind .h-\[1129\.82px\] {
    height: 1129.82px;
  }

  .tailwind .h-\[1137\.34px\] {
    height: 1137.34px;
  }

  .tailwind .h-full {
    height: 100%;
  }

  .tailwind .w-3 {
    width: calc(var(--spacing) * 3);
  }

  .tailwind .w-\[4\.717px\] {
    width: 4.717px;
  }

  .tailwind .w-\[322\.658px\] {
    width: 322.658px;
  }

  .tailwind .w-\[330\.211px\] {
    width: 330.211px;
  }

  .tailwind .w-\[332\.979px\] {
    width: 332.979px;
  }

  .tailwind .w-\[334\.177px\] {
    width: 334.177px;
  }

  .tailwind .w-\[335\.463px\] {
    width: 335.463px;
  }

  .tailwind .w-\[335px\] {
    width: 335px;
  }

  .tailwind .w-\[358\.509px\] {
    width: 358.509px;
  }

  .tailwind .w-\[420px\] {
    width: 420px;
  }

  .tailwind .w-\[500px\] {
    width: 500px;
  }

  .tailwind .w-\[582\.332px\] {
    width: 582.332px;
  }

  .tailwind .w-\[686px\] {
    width: 686px;
  }

  .tailwind .w-full {
    width: 100%;
  }

  .tailwind .flex-none {
    flex: none;
  }

  .tailwind .scale-y-\[-100\%\] {
    --tw-scale-y: -100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-\[180deg\] {
    rotate: 180deg;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .items-center {
    align-items: center;
  }

  .tailwind .justify-center {
    justify-content: center;
  }

  .tailwind .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .tailwind .overflow-hidden {
    overflow: hidden;
  }

  .tailwind .overflow-x-clip {
    overflow-x: clip;
  }

  .tailwind .overflow-y-auto {
    overflow-y: auto;
  }

  .tailwind .rounded-\[8\.48881px\] {
    border-radius: 8.48881px;
  }

  .tailwind .rounded-\[10px\] {
    border-radius: 10px;
  }

  .tailwind .rounded-\[35\.2093px\] {
    border-radius: 35.2093px;
  }

  .tailwind .rounded-\[45\.2531px\] {
    border-radius: 45.2531px;
  }

  .tailwind .rounded-\[52\.458px\] {
    border-radius: 52.458px;
  }

  .tailwind .rounded-\[56\.6067px\] {
    border-radius: 56.6067px;
  }

  .tailwind .rounded-full {
    border-radius: 3.40282e38px;
  }

  .tailwind .rounded-tr-\[28\.3033px\] {
    border-top-right-radius: 28.3033px;
  }

  .tailwind .rounded-br-\[28\.3033px\] {
    border-bottom-right-radius: 28.3033px;
  }

  .tailwind .border-\[13\.2082px\] {
    border-style: var(--tw-border-style);
    border-width: 13.2082px;
  }

  .tailwind .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }

  .tailwind .border-\[\#000000\] {
    border-color: #000;
  }

  .tailwind .bg-\[\#000000\] {
    background-color: #000;
  }

  .tailwind .bg-gray-300 {
    background-color: var(--color-gray-300);
  }

  .tailwind .bg-teal-500 {
    background-color: var(--color-teal-500);
  }

  .tailwind .bg-white {
    background-color: var(--color-white);
  }

  .tailwind .\[background-size\:416\.49\%_147\.02\%\] {
    background-size: 416.49% 147.02%;
  }

  .tailwind .\[background-size\:569\.73\%_119\.56\%\] {
    background-size: 569.73% 119.56%;
  }

  .tailwind .\[background-size\:569\.73\%_174\.65\%\] {
    background-size: 569.73% 174.65%;
  }

  .tailwind .\[background-size\:569\.73\%_614\.03\%\] {
    background-size: 569.73% 614.03%;
  }

  .tailwind .\[background-size\:569\.73\%_692\.35\%\] {
    background-size: 569.73% 692.35%;
  }

  .tailwind .\[background-size\:569\.73\%_1884\.72\%\] {
    background-size: 569.73% 1884.72%;
  }

  .tailwind .\[background-size\:576\.58\%_119\.98\%\] {
    background-size: 576.58% 119.98%;
  }

  .tailwind .\[background-size\:576\.58\%_123\.59\%\] {
    background-size: 576.58% 123.59%;
  }

  .tailwind .\[background-size\:578\.31\%_119\.66\%\] {
    background-size: 578.31% 119.66%;
  }

  .tailwind .\[background-size\:578\.31\%_216\.43\%\] {
    background-size: 578.31% 216.43%;
  }

  .tailwind .bg-cover {
    background-size: cover;
  }

  .tailwind .bg-\[15\.1\%_100\%\] {
    background-position: 15.1% 100%;
  }

  .tailwind .bg-\[15\.31\%_100\%\] {
    background-position: 15.31% 100%;
  }

  .tailwind .bg-\[40\.21\%_0\.1\%\] {
    background-position: 40.21% .1%;
  }

  .tailwind .bg-\[40\.26\%_99\.95\%\] {
    background-position: 40.26% 99.95%;
  }

  .tailwind .bg-\[40\.31\%_13\.81\%\] {
    background-position: 40.31% 13.81%;
  }

  .tailwind .bg-\[50\.58\%_55\.99\%\] {
    background-position: 50.58% 55.99%;
  }

  .tailwind .bg-\[61\.15\%_100\%\] {
    background-position: 61.15% 100%;
  }

  .tailwind .bg-\[66\.4\%_10\.52\%\] {
    background-position: 66.4% 10.52%;
  }

  .tailwind .bg-\[66\.4\%_99\.82\%\] {
    background-position: 66.4% 99.82%;
  }

  .tailwind .bg-\[66\.39\%_30\.59\%\] {
    background-position: 66.39% 30.59%;
  }

  .tailwind .bg-\[66\.47\%_18\.11\%\] {
    background-position: 66.47% 18.11%;
  }

  .tailwind .bg-\[85\.95\%_60\.96\%\] {
    background-position: 85.95% 60.96%;
  }

  .tailwind .bg-\[91\.18\%_0\.31\%\] {
    background-position: 91.18% .31%;
  }

  .tailwind .bg-\[91\.21\%_55\.3\%\] {
    background-position: 91.21% 55.3%;
  }

  .tailwind .bg-center {
    background-position: center;
  }

  .tailwind .bg-no-repeat {
    background-repeat: no-repeat;
  }

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[358\.509px_690\.602px\] {
    mask-size: 358.509px 690.602px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[-11\.2827px_-8\.27344px\] {
    mask-position: -11.2827px -8.27344px;
  }

  .tailwind .mask-position-\[0px_-30\.1904px\] {
    mask-position: 0 -30.1904px;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

  .tailwind .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[-0\.943445px_0\.943445px_3\.77378px_0px_inset_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: -.943445px .943445px 3.77378px 0px inset var(--tw-shadow-color, #ffffff40);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0\.943445px_0\.943445px_3\.77378px_0px_inset_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: .943445px .943445px 3.77378px 0px inset var(--tw-shadow-color, #ffffff40);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[0px_3\.77378px_3\.77378px_0px_inset_rgba\(255\,255\,255\,0\.25\)\] {
    --tw-shadow: 0px 3.77378px 3.77378px 0px inset var(--tw-shadow-color, #ffffff40);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[1\.715px_10\.29px_34\.3px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 1.715px 10.29px 34.3px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[1\.45583px_8\.73498px_29\.1166px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 1.45583px 8.73498px 29.1166px 0px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .tailwind .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));
  }

  .tailwind .\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
    display: none;
  }
}

@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
