/*! 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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-border-style: solid;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}

@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;
    --spacing: .25rem;
    --container-4xl: 56rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --tracking-wider: .05em;
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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 {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

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

  html, :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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

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

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

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

  :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;
    color: currentColor;
  }

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

  .top-\[15\%\] {
    top: 15%;
  }

  .top-\[25\%\] {
    top: 25%;
  }

  .top-\[45\%\] {
    top: 45%;
  }

  .top-\[70\%\] {
    top: 70%;
  }

  .right-\[8\%\] {
    right: 8%;
  }

  .right-\[10\%\] {
    right: 10%;
  }

  .right-\[20\%\] {
    right: 20%;
  }

  .right-\[25\%\] {
    right: 25%;
  }

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

  .z-10 {
    z-index: 10;
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

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

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

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

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

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

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

  .min-h-screen {
    min-height: 100vh;
  }

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

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

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

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

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

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .grow {
    flex-grow: 1;
  }

  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .resize {
    resize: both;
  }

  .flex-col {
    flex-direction: column;
  }

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

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

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

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

  .overflow-hidden {
    overflow: hidden;
  }

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

  .rounded-xl {
    border-radius: calc(var(--radius)  + 4px);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .text-center {
    text-align: center;
  }

  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider);
    letter-spacing: var(--tracking-wider);
  }

  .opacity-5 {
    opacity: .05;
  }

  .opacity-8 {
    opacity: .08;
  }

  .opacity-10 {
    opacity: .1;
  }

  .opacity-12 {
    opacity: .12;
  }

  .opacity-14 {
    opacity: .14;
  }

  .opacity-15 {
    opacity: .15;
  }

  .opacity-20 {
    opacity: .2;
  }

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

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .fade-out {
    --tw-exit-opacity: 0;
  }

  @media (hover: hover) {
    .hover\:scale-105:hover {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

  @media (width >= 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:text-8xl {
      font-size: var(--text-8xl);
      line-height: var(--tw-leading, var(--text-8xl--line-height));
    }
  }
}

:root {
  --font-size: 14px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@keyframes glitchLine {
  0%, 100% {
    opacity: .7;
    transform: scaleX(1);
  }

  50% {
    opacity: 1;
    transform: scaleX(.8);
  }
}

@keyframes pulseDot {
  0%, 100% {
    opacity: .7;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.5);
  }
}

@keyframes dataCascade {
  0% {
    opacity: 0;
    transform: translateY(-120vh)skewX(-12deg);
  }

  5% {
    opacity: .8;
  }

  15% {
    opacity: 1;
  }

  85% {
    opacity: 1;
  }

  95% {
    opacity: .3;
  }

  100% {
    opacity: 0;
    transform: translateY(120vh)skewX(-12deg);
  }
}

@keyframes dataCascadeSlow {
  0% {
    opacity: 0;
    transform: translateY(-130vh)skewX(-8deg);
  }

  8% {
    opacity: .6;
  }

  92% {
    opacity: .4;
  }

  100% {
    opacity: 0;
    transform: translateY(130vh)skewX(-8deg);
  }
}

@keyframes enhancedScanline {
  0%, 100% {
    opacity: .1;
    transform: scaleX(.7)scaleY(1);
  }

  25% {
    opacity: .4;
    transform: scaleX(1.3)scaleY(1.2);
  }

  50% {
    opacity: .6;
    transform: scaleX(1.5)scaleY(1);
  }

  75% {
    opacity: .3;
    transform: scaleX(1.1)scaleY(.8);
  }
}

@keyframes distortionWave {
  0% {
    opacity: 0;
    transform: translateX(-100%)scaleY(.5);
  }

  20% {
    opacity: .8;
    transform: translateX(-50%)scaleY(1.2);
  }

  50% {
    opacity: 1;
    transform: translateX(0%)scaleY(1);
  }

  80% {
    opacity: .6;
    transform: translateX(50%)scaleY(.8);
  }

  100% {
    opacity: 0;
    transform: translateX(100%)scaleY(.3);
  }
}

@keyframes deepGridWave {
  0%, 100% {
    opacity: .05;
    transform: perspective(2000px)rotateX(0)rotateY(0)translateZ(0);
  }

  25% {
    opacity: .08;
    transform: perspective(2000px)rotateX(3deg)rotateY(2deg)translateZ(-50px);
  }

  50% {
    opacity: .03;
    transform: perspective(2000px)rotateX(0)rotateY(-2deg)translateZ(-100px);
  }

  75% {
    opacity: .06;
    transform: perspective(2000px)rotateX(-3deg)rotateY(1deg)translateZ(-30px);
  }
}

@keyframes midGridWave {
  0%, 100% {
    opacity: .08;
    transform: perspective(1500px)rotateX(0)rotateY(0)translateZ(0);
  }

  33% {
    opacity: .12;
    transform: perspective(1500px)rotateX(2deg)rotateY(1deg)translateZ(-20px);
  }

  66% {
    opacity: .06;
    transform: perspective(1500px)rotateX(-1deg)rotateY(-2deg)translateZ(-40px);
  }
}

@keyframes gridWave {
  0%, 100% {
    transform: perspective(1000px)rotateX(0)rotateY(0);
  }

  25% {
    transform: perspective(1000px)rotateX(2deg)rotateY(1deg);
  }

  50% {
    transform: perspective(1000px)rotateX(0)rotateY(-1deg);
  }

  75% {
    transform: perspective(1000px)rotateX(-2deg)rotateY(0);
  }
}

@keyframes enhancedPulse {
  0%, 100% {
    opacity: .2;
    transform: translate(-50%, -50%)scale(1)rotate(0);
  }

  25% {
    opacity: .15;
    transform: translate(-50%, -50%)scale(1.1)rotate(.5deg);
  }

  50% {
    opacity: .08;
    transform: translate(-50%, -50%)scale(1.3)rotate(0);
  }

  75% {
    opacity: .12;
    transform: translate(-50%, -50%)scale(1.15)rotate(-.5deg);
  }
}

@keyframes randomGlitch {
  0%, 85%, 100% {
    opacity: 0;
    transform: translateX(0)scaleX(1);
  }

  1%, 3%, 5% {
    opacity: .9;
    transform: translateX(-8px)scaleX(1.1);
  }

  2%, 4% {
    opacity: .7;
    transform: translateX(12px)scaleX(.9);
  }

  6%, 8% {
    opacity: .8;
    transform: translateX(-4px)scaleX(1.05);
  }

  7% {
    opacity: .9;
    transform: translateX(6px)scaleX(.95);
  }
}

@keyframes glitch {
  0%, 90%, 100% {
    opacity: 0;
    transform: translateX(0);
  }

  1%, 3%, 5% {
    opacity: .8;
    transform: translateX(-5px);
  }

  2%, 4% {
    opacity: .8;
    transform: translateX(5px);
  }
}

.glitch-line {
  animation: 2s ease-in-out infinite glitchLine;
}

.glitch-line-reverse {
  animation: 2s ease-in-out infinite reverse glitchLine;
}

.pulse-dot {
  animation: 1.5s ease-in-out infinite pulseDot;
}

.data-cascade-animation {
  animation: linear infinite dataCascade;
}

.data-cascade-slow-animation {
  animation: linear infinite dataCascadeSlow;
}

.enhanced-scanline-animation {
  animation: ease-in-out infinite enhancedScanline;
}

.distortion-wave-animation {
  animation: ease-in-out infinite distortionWave;
}

.deep-grid-animation {
  animation: 8s ease-in-out infinite deepGridWave;
}

.mid-grid-animation {
  animation: 6s ease-in-out infinite midGridWave;
}

.grid-wave-animation {
  animation: 4s ease-in-out infinite gridWave;
}

.enhanced-pulse-animation {
  animation: 4s ease-in-out infinite enhancedPulse;
}

.random-glitch-animation {
  animation: ease-in-out infinite randomGlitch;
}

.glitch-animation {
  animation: ease-in-out infinite glitch;
}

.cascade-animation {
  animation: linear infinite dataCascade;
}

.scanline-animation {
  animation: ease-in-out infinite enhancedScanline;
}

.pulse-animation {
  animation: 3s ease-in-out infinite enhancedPulse;
}

@keyframes green-purple-aurora {
  0% {
    color: #10b981;
    text-shadow: 0 0 10px #d1fae5, 0 0 20px #a7f3d0, 0 0 30px #6ee7b7, 0 0 40px #34d399, 0 0 50px #10b981, 0 0 60px #059669;
    filter: drop-shadow(0 0 15px #d1fae5e6) drop-shadow(0 0 30px #34d399b3) drop-shadow(0 0 45px #05966980);
  }

  50% {
    color: #9333ea;
    text-shadow: 0 0 10px #e9d5ff, 0 0 20px #d8b4fe, 0 0 30px #c084fc, 0 0 40px #a855f7, 0 0 50px #9333ea, 0 0 60px #7e22ce;
    filter: drop-shadow(0 0 15px #e9d5ffe6) drop-shadow(0 0 30px #a855f7b3) drop-shadow(0 0 45px #7e22ce80);
  }

  100% {
    color: #10b981;
    text-shadow: 0 0 10px #d1fae5, 0 0 20px #a7f3d0, 0 0 30px #6ee7b7, 0 0 40px #34d399, 0 0 50px #10b981, 0 0 60px #059669;
    filter: drop-shadow(0 0 15px #d1fae5e6) drop-shadow(0 0 30px #34d399b3) drop-shadow(0 0 45px #05966980);
  }
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

@property --tw-ease {
  syntax: "*";
  inherits: false
}

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