/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.top-full {
  top: 100%;
}
.-left-\[5px\] {
  left: calc(5px * -1);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.container {
  width: 100%;
}
.mx-auto {
  margin-inline: auto;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[600px\] {
  max-height: 600px;
}
.max-h-\[calc\(100vh-12rem\)\] {
  max-height: calc(100vh - 12rem);
}
.min-h-\[120px\] {
  min-height: 120px;
}
.min-h-\[480px\] {
  min-height: 480px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-3\/4 {
  width: calc(3/4 * 100%);
}
.w-11\/12 {
  width: calc(11/12 * 100%);
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[85\%\] {
  max-width: 85%;
}
.max-w-\[88\%\] {
  max-width: 88%;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[100px\] {
  max-width: 100px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  appearance: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.-space-y-px {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(-1px * var(--tw-space-y-reverse));
    margin-block-end: calc(-1px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.self-center {
  align-self: center;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-tl-none {
  border-top-left-radius: 0;
}
.rounded-tr-none {
  border-top-right-radius: 0;
}
.rounded-bl-full {
  border-bottom-left-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-transparent {
  border-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[url\(\'https\:\/\/www\.transparenttextures\.com\/patterns\/cubes\.png\'\)\] {
  background-image: url('https://www.transparenttextures.com/patterns/cubes.png');
}
.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));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.align-middle {
  vertical-align: middle;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.break-words {
  overflow-wrap: break-word;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-25 {
  opacity: 25%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-75 {
  opacity: 75%;
}
.opacity-90 {
  opacity: 90%;
}
.opacity-95 {
  opacity: 95%;
}
.opacity-100 {
  opacity: 100%;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.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-1 {
  --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-2 {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.blur-\[96px\] {
  --tw-blur: blur(96px);
  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-filter {
  -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, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.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, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.ring-inset {
  --tw-ring-inset: inset;
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:rotate-12 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      rotate: 12deg;
    }
  }
}
.group-hover\:opacity-20 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 20%;
    }
  }
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.file\:cursor-pointer {
  &::file-selector-button {
    cursor: pointer;
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.file\:transition-colors {
  &::file-selector-button {
    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, ease);
    transition-duration: var(--tw-duration, 0s);
  }
}
.file\:duration-200 {
  &::file-selector-button {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:opacity-100 {
  &:hover {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.focus\:border-transparent {
  &:focus {
    border-color: transparent;
  }
}
.focus\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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);
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
.dark\:border-\[\#404040\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    border-color: #404040;
  }
}
.dark\:bg-\[\#1a1a1a\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    background-color: #1a1a1a;
  }
}
.dark\:bg-\[\#171717\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    background-color: #171717;
  }
}
.dark\:bg-\[\#262626\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    background-color: #262626;
  }
}
.dark\:from-\[\#1a1a1a\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-gradient-from: #1a1a1a;
    --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));
  }
}
.dark\:to-\[\#262626\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-gradient-to: #262626;
    --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));
  }
}
.dark\:shadow-\[0_0_0_1px_rgba\(15\,23\,42\,0\.7\)\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(15,23,42,0.7));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.dark\:shadow-\[0_0_0_1px_rgba\(23\,23\,23\,0\.5\)\] {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-shadow: 0 0 0 1px var(--tw-shadow-color, rgba(23,23,23,0.5));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.dark\:shadow-none {
  &:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.\[\&_ul\]\:list-none {
  & ul {
    list-style-type: none;
  }
}
[x-cloak] {
  display: none !important;
}
:root {
  --primary-gradient: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
  --secondary-gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --accent-gradient: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  --premium-gradient: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
  --glass-bg: rgba(255, 255, 255, 0.2);
  --glass-border: rgba(255, 255, 255, 0.2);
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.1);
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.15);
}
@layer utilities {
  .from-pink-50 {
    --tw-gradient-from: #fdf2f8;
    --tw-gradient-to: #fdf2f8;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-100 {
    --tw-gradient-from: #fce7f3;
    --tw-gradient-to: #fce7f3;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-400 {
    --tw-gradient-from: #f472b6;
    --tw-gradient-to: #f472b6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-500 {
    --tw-gradient-from: #ec4899;
    --tw-gradient-to: #ec4899;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-600 {
    --tw-gradient-from: #db2777;
    --tw-gradient-to: #db2777;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-600\/20 {
    --tw-gradient-from: rgb(219 39 119 / 0.2);
    --tw-gradient-to: rgb(219 39 119 / 0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-600\/30 {
    --tw-gradient-from: rgb(219 39 119 / 0.3);
    --tw-gradient-to: rgb(219 39 119 / 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-pink-900\/40 {
    --tw-gradient-from: rgb(131 24 67 / 0.4);
    --tw-gradient-to: rgb(131 24 67 / 0.4);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-rose-100 {
    --tw-gradient-from: #ffe4e6;
    --tw-gradient-to: #ffe4e6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-rose-400 {
    --tw-gradient-from: #fb7185;
    --tw-gradient-to: #fb7185;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-rose-600 {
    --tw-gradient-from: #e11d48;
    --tw-gradient-to: #e11d48;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-50 {
    --tw-gradient-from: #fff7ed;
    --tw-gradient-to: #fff7ed;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-100 {
    --tw-gradient-from: #ffedd5;
    --tw-gradient-to: #ffedd5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-400 {
    --tw-gradient-from: #fb923c;
    --tw-gradient-to: #fb923c;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-400\/20 {
    --tw-gradient-from: rgb(251 146 60 / 0.2);
    --tw-gradient-to: rgb(251 146 60 / 0.2);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-400\/30 {
    --tw-gradient-from: rgb(251 146 60 / 0.3);
    --tw-gradient-to: rgb(251 146 60 / 0.3);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-orange-900\/40 {
    --tw-gradient-from: rgb(124 45 18 / 0.4);
    --tw-gradient-to: rgb(124 45 18 / 0.4);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-amber-500 {
    --tw-gradient-from: #f59e0b;
    --tw-gradient-to: #f59e0b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-purple-50 {
    --tw-gradient-from: #faf5ff;
    --tw-gradient-to: #faf5ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-purple-100 {
    --tw-gradient-from: #f3e8ff;
    --tw-gradient-to: #f3e8ff;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-purple-600 {
    --tw-gradient-from: #9333ea;
    --tw-gradient-to: #9333ea;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-indigo-600 {
    --tw-gradient-from: #4f46e5;
    --tw-gradient-to: #4f46e5;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-gray-50 {
    --tw-gradient-from: #f9fafb;
    --tw-gradient-to: #f9fafb;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-gray-100 {
    --tw-gradient-from: #f3f4f6;
    --tw-gradient-to: #f3f4f6;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .from-black\/60 {
    --tw-gradient-from: rgb(0 0 0 / 0.6);
    --tw-gradient-to: rgb(0 0 0 / 0.6);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .to-pink-500 {
    --tw-gradient-to: #ec4899;
  }
  .to-pink-600 {
    --tw-gradient-to: #db2777;
  }
  .to-rose-100 {
    --tw-gradient-to: #ffe4e6;
  }
  .to-rose-600 {
    --tw-gradient-to: #e11d48;
  }
  .to-orange-100 {
    --tw-gradient-to: #ffedd5;
  }
  .to-orange-400 {
    --tw-gradient-to: #fb923c;
  }
  .to-orange-400\/20 {
    --tw-gradient-to: rgb(251 146 60 / 0.2);
  }
  .to-orange-400\/30 {
    --tw-gradient-to: rgb(251 146 60 / 0.3);
  }
  .to-amber-500 {
    --tw-gradient-to: #f59e0b;
  }
  .to-purple-100 {
    --tw-gradient-to: #f3e8ff;
  }
  .to-purple-600 {
    --tw-gradient-to: #9333ea;
  }
  .to-transparent {
    --tw-gradient-to: transparent;
  }
  .to-gray-100 {
    --tw-gradient-to: #f3f4f6;
  }
  .dark\:from-pink-900\/40:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-gradient-from: rgb(131 24 67 / 0.4);
    --tw-gradient-to: rgb(131 24 67 / 0.4);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .dark\:to-orange-900\/40:where(.dark, .dark *, [data-theme="dark"], [data-theme="dark"] *) {
    --tw-gradient-to: rgb(124 45 18 / 0.4);
  }
}
body {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  background: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  min-height: 100vh;
  color: #1f2937;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .font-display, .btn-premium, .nav-link, .stat-value, .font-bold, button {
  font-family: "Outfit", sans-serif !important;
  letter-spacing: -0.02em;
}
.glass-effect {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-soft);
}
.premium-card {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: var(--shadow-premium);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.premium-card:hover {
  transform: none;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.2);
}
.gradient-text {
  background: var(--premium-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.gradient-bg {
  background: var(--premium-gradient);
}
.floating-animation {
  animation: float 6s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}
.slide-in {
  animation: slideIn 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.notification-message {
  transition: none !important;
}
.notification-message:hover {
  transform: none !important;
  box-shadow: var(--shadow-premium) !important;
}
.close-notification {
  transition: background-color 0.2s ease;
}
.close-notification:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.notification-slide-out {
  animation: slideOut 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@keyframes slideOut {
  from {
    opacity: 1;
    transform: translateY(0);
    max-height: 100px;
  }
  to {
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    margin-bottom: 0;
    padding: 0;
  }
}
.nav-link {
  position: relative;
  transition: all 0.3s ease;
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--premium-gradient);
  transition: width 0.3s ease;
}
.nav-link:hover::after {
  width: 100%;
}
.btn-premium {
  background: var(--premium-gradient);
  border: none;
  color: white;
  padding: 12px 32px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.btn-premium::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}
.btn-premium:hover::before {
  left: 100%;
}
.btn-premium:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.4);
}
.section-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(236, 72, 153, 0.3), transparent);
  margin: 4rem 0;
}
.text-gradient {
  background: var(--premium-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hover-lift:hover {
  transform: none;
}
.dropdown-menu {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: var(--shadow-premium);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  overflow-y: auto;
  max-height: 80vh;
}
.dropdown-menu a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
@media (max-width: 480px) {
  .dropdown-menu a {
    white-space: normal;
    text-overflow: initial;
  }
}
html {
  scroll-behavior: smooth;
}
.fade-in {
  animation: fadeIn 0.6s ease-out forwards;
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
}
.fade-in-down {
  animation: fadeInDown 0.5s ease-out forwards;
}
.scale-in {
  animation: scaleIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.stagger-1 {
  animation-delay: 0.1s;
  opacity: 0;
}
.stagger-2 {
  animation-delay: 0.2s;
  opacity: 0;
}
.stagger-3 {
  animation-delay: 0.3s;
  opacity: 0;
}
.stagger-4 {
  animation-delay: 0.4s;
  opacity: 0;
}
.stagger-5 {
  animation-delay: 0.5s;
  opacity: 0;
}
.fade-in-up.stagger-1 {
  animation: fadeInUp 0.6s ease-out 0.1s forwards;
}
.fade-in-up.stagger-2 {
  animation: fadeInUp 0.6s ease-out 0.2s forwards;
}
.fade-in-up.stagger-3 {
  animation: fadeInUp 0.6s ease-out 0.3s forwards;
}
.fade-in-up.stagger-4 {
  animation: fadeInUp 0.6s ease-out 0.4s forwards;
}
.fade-in-up.stagger-5 {
  animation: fadeInUp 0.6s ease-out 0.5s forwards;
}
.pulse-subtle {
  animation: pulseSoft 2s ease-in-out infinite;
}
@keyframes pulseSoft {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.glow-on-hover:hover {
  box-shadow: 0 0 20px rgba(236, 72, 153, 0.4), 0 0 40px rgba(236, 72, 153, 0.2);
}
.bounce-subtle {
  animation: bounceSoft 1s ease-in-out;
}
@keyframes bounceSoft {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.glass-card-dark {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.gradient-card-pink {
  background: linear-gradient(135deg, rgba(252, 231, 243, 0.9) 0%, rgba(251, 207, 232, 0.9) 100%);
  border: 1px solid rgba(236, 72, 153, 0.1);
}
.gradient-card-orange {
  background: linear-gradient(135deg, rgba(255, 237, 213, 0.9) 0%, rgba(254, 215, 170, 0.9) 100%);
  border: 1px solid rgba(245, 158, 11, 0.1);
}
.gradient-card-blue {
  background: linear-gradient(135deg, rgba(219, 234, 254, 0.9) 0%, rgba(191, 219, 254, 0.9) 100%);
  border: 1px solid rgba(59, 130, 246, 0.1);
}
.gradient-border {
  position: relative;
  background: white;
  border-radius: 16px;
}
.gradient-border::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: var(--premium-gradient);
  z-index: -1;
}
.skeleton {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 8px;
}
.skeleton-text {
  height: 1em;
  border-radius: 4px;
}
.skeleton-text-sm {
  height: 0.75em;
  width: 60%;
}
.skeleton-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.skeleton-card {
  height: 120px;
  border-radius: 12px;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.toast-container {
  position: fixed;
  top: 100px;
  right: 20px;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 400px;
}
.toast {
  padding: 16px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 12px;
  animation: toastSlideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  backdrop-filter: blur(10px);
}
.toast-success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95) 0%, rgba(22, 163, 74, 0.95) 100%);
  color: white;
}
.toast-error {
  background: linear-gradient(135deg, rgba(239, 68, 68, 0.95) 0%, rgba(220, 38, 38, 0.95) 100%);
  color: white;
}
.toast-warning {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.95) 0%, rgba(217, 119, 6, 0.95) 100%);
  color: white;
}
.toast-info {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.95) 0%, rgba(37, 99, 235, 0.95) 100%);
  color: white;
}
.toast-exit {
  animation: toastSlideOut 0.3s ease-out forwards;
}
@keyframes toastSlideIn {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes toastSlideOut {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(100px);
  }
}
.stat-card {
  background: white;
  border-radius: 16px;
  padding: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.stat-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--premium-gradient);
}
.stat-card:hover {
  transform: none;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  background: var(--premium-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.count-up {
  display: inline-block;
}
.progress-ring {
  transform: rotate(-90deg);
}
.progress-ring-circle {
  transition: stroke-dashoffset 0.5s ease-out;
}
.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
  padding-bottom: env(safe-area-inset-bottom, 8px);
  z-index: 50;
  display: none;
}
@media (max-width: 768px) {
  .mobile-bottom-nav {
    display: flex;
  }
  body.has-bottom-nav {
    padding-bottom: 80px;
  }
}
.mobile-nav-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
  color: #6b7280;
  text-decoration: none;
  transition: all 0.2s ease;
}
.mobile-nav-item.active, .mobile-nav-item:hover {
  color: #ec4899;
}
.mobile-nav-item svg {
  width: 24px;
  height: 24px;
  margin-bottom: 4px;
}
.mobile-nav-item span {
  font-size: 10px;
  font-weight: 500;
}
.input-premium {
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  padding: 14px 16px;
  transition: all 0.3s ease;
  background: white;
}
.input-premium:focus {
  border-color: #ec4899;
  box-shadow: 0 0 0 4px rgba(236, 72, 153, 0.1);
  outline: none;
}
.input-premium.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.1);
}
.input-premium.success {
  border-color: #22c55e;
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.1);
}
.confetti {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}
.badge-premium {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  background: var(--premium-gradient);
  color: white;
}
.badge-outline {
  background: transparent;
  border: 2px solid currentColor;
  color: #ec4899;
}
.fab {
  position: fixed;
  bottom: 100px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--premium-gradient);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 40;
}
.fab:hover {
  transform: scale(1.1);
  box-shadow: 0 10px 30px rgba(236, 72, 153, 0.5);
}
@media (min-width: 769px) {
  .fab {
    bottom: 32px;
  }
}
:root {
  color-scheme: light;
  --page-bg: linear-gradient(135deg, #fdf2f8 0%, #fce7f3 100%);
  --text-primary: #1f2937;
  --text-secondary: #374151;
  --text-muted: #6b7280;
  --surface: #ffffff;
  --surface-rgb: 255 255 255;
  --surface-muted: #f9fafb;
  --border: #e5e7eb;
  --border-muted: #f3f4f6;
  --dropdown-bg: #ffffff;
  --dropdown-border: rgba(0, 0, 0, 0.1);
  --gradient-card-pink: linear-gradient(135deg, rgba(252, 231, 243, 0.9) 0%, rgba(251, 207, 232, 0.9) 100%);
  --gradient-card-orange: linear-gradient(135deg, rgba(255, 237, 213, 0.9) 0%, rgba(254, 215, 170, 0.9) 100%);
  --gradient-card-blue: linear-gradient(135deg, rgba(219, 234, 254, 0.9) 0%, rgba(191, 219, 254, 0.9) 100%);
  --color-brand: #ec4899;
  --color-brand-strong: #be185d;
  --color-focus: #8b5cf6;
  --color-info: #3b82f6;
  --color-info-strong: #1e40af;
  --color-info-deep: #0369a1;
  --color-warning: #f59e0b;
  --color-warning-strong: #d97706;
  --color-warning-text: #92400e;
  --color-danger: #ef4444;
  --color-danger-strong: #dc2626;
  --color-danger-text: #991b1b;
  --color-success: #22c55e;
  --color-neutral: #6b7280;
  --color-neutral-strong: #4b5563;
  --surface-subtle: #f8fafc;
  --surface-alt: #fafafa;
  --border-strong: #d1d5db;
  --border-subtle: #e2e8f0;
  --info-surface: #f0f9ff;
  --info-border: #bae6fd;
  --pink-surface: #fce7f3;
  --red-surface: #fee2e2;
  --blue-surface: #dbeafe;
  --yellow-surface: #fef3c7;
  --gradient-brand: linear-gradient(135deg, #ec4899 0%, #be185d 100%);
  --gradient-danger: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  --gradient-warning: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  --gradient-info: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
  --gradient-purple: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  --shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --shadow-2: 0 2px 4px rgba(0, 0, 0, 0.1);
  --shadow-3: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-4: 0 8px 25px rgba(0, 0, 0, 0.15);
  --shadow-brand-glow: 0 8px 25px rgba(236, 72, 153, 0.3);
  --shadow-info-glow: 0 8px 25px rgba(59, 130, 246, 0.3);
  --shadow-success-glow: 0 8px 25px rgba(16, 185, 129, 0.3);
  --shadow-danger-glow: 0 8px 25px rgba(239, 68, 68, 0.3);
  --shadow-warning-glow: 0 8px 25px rgba(245, 158, 11, 0.3);
  --shadow-purple-glow: 0 8px 25px rgba(102, 126, 234, 0.3);
  --shadow-focus-ring: 0 0 0 3px rgba(139, 92, 246, 0.1);
  --shadow-focus-elevated: 0 0 0 4px rgba(139, 92, 246, 0.1),
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --shadow-info-ring: 0 0 0 3px rgba(59, 130, 246, 0.1);
  --shadow-brand-ring: 0 0 0 3px rgba(236, 72, 153, 0.1);
  --select-chevron: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%238b5cf6'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3e%3c/svg%3e");
  --chart-brand: 236 72 153;
  --chart-info: 59 130 246;
}
[data-theme="dark"] {
  color-scheme: dark;
  --page-bg: #000000;
  --text-primary: #f9fafb;
  --text-secondary: #e5e7eb;
  --text-muted: #9ca3af;
  --surface: #0a0a0a;
  --surface-rgb: 10 10 10;
  --surface-muted: #141414;
  --border: #262626;
  --border-muted: #1a1a1a;
  --dropdown-bg: #0a0a0a;
  --dropdown-border: rgba(38, 38, 38, 0.5);
  --glass-bg: rgba(0, 0, 0, 0.5);
  --glass-border: rgba(38, 38, 38, 0.4);
  --shadow-soft: 0 8px 32px rgba(0, 0, 0, 0.5);
  --shadow-premium: 0 20px 60px rgba(0, 0, 0, 0.6);
  --gradient-card-pink: linear-gradient(135deg, rgba(59, 7, 36, 0.9) 0%, rgba(83, 18, 52, 0.9) 100%);
  --gradient-card-orange: linear-gradient(135deg, rgba(69, 35, 7, 0.9) 0%, rgba(83, 44, 12, 0.9) 100%);
  --gradient-card-blue: linear-gradient(135deg, rgba(18, 18, 18, 0.95) 0%, rgba(26, 26, 26, 0.95) 100%);
  --color-brand: #f472b6;
  --color-brand-strong: #db2777;
  --color-focus: #c4b5fd;
  --color-info: #60a5fa;
  --color-info-strong: #93c5fd;
  --color-info-deep: #bfdbfe;
  --color-warning: #fbbf24;
  --color-warning-strong: #f59e0b;
  --color-warning-text: #fcd34d;
  --color-danger: #f87171;
  --color-danger-strong: #ef4444;
  --color-danger-text: #fecaca;
  --color-success: #4ade80;
  --color-neutral: #9ca3af;
  --color-neutral-strong: #6b7280;
  --surface-subtle: #050505;
  --surface-alt: #0a0a0a;
  --border-strong: #262626;
  --border-subtle: #1a1a1a;
  --info-surface: rgba(59, 130, 246, 0.12);
  --info-border: rgba(147, 197, 253, 0.4);
  --pink-surface: rgba(236, 72, 153, 0.18);
  --red-surface: rgba(239, 68, 68, 0.2);
  --blue-surface: rgba(59, 130, 246, 0.18);
  --yellow-surface: rgba(245, 158, 11, 0.18);
  --gradient-brand: linear-gradient(135deg, #f472b6 0%, #db2777 100%);
  --gradient-danger: linear-gradient(135deg, #f87171 0%, #ef4444 100%);
  --gradient-warning: linear-gradient(135deg, #fbbf24 0%, #f59e0b 100%);
  --gradient-info: linear-gradient(135deg, #60a5fa 0%, #3b82f6 100%);
  --gradient-purple: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
  --shadow-1: 0 1px 3px 0 rgba(0, 0, 0, 0.5), 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  --shadow-2: 0 2px 4px rgba(0, 0, 0, 0.4);
  --shadow-3: 0 4px 6px -1px rgba(0, 0, 0, 0.45), 0 2px 4px -1px rgba(0, 0, 0, 0.35);
  --shadow-4: 0 8px 25px rgba(0, 0, 0, 0.5);
  --shadow-brand-glow: 0 8px 25px rgba(236, 72, 153, 0.35);
  --shadow-info-glow: 0 8px 25px rgba(59, 130, 246, 0.35);
  --shadow-success-glow: 0 8px 25px rgba(16, 185, 129, 0.35);
  --shadow-danger-glow: 0 8px 25px rgba(239, 68, 68, 0.35);
  --shadow-warning-glow: 0 8px 25px rgba(245, 158, 11, 0.35);
  --shadow-purple-glow: 0 8px 25px rgba(139, 92, 246, 0.35);
  --shadow-focus-ring: 0 0 0 3px rgba(196, 181, 253, 0.25);
  --shadow-focus-elevated: 0 0 0 4px rgba(196, 181, 253, 0.25),
    0 4px 6px -1px rgba(0, 0, 0, 0.45),
    0 2px 4px -1px rgba(0, 0, 0, 0.35);
  --shadow-info-ring: 0 0 0 3px rgba(96, 165, 250, 0.25);
  --shadow-brand-ring: 0 0 0 3px rgba(244, 114, 182, 0.25);
  --select-chevron: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c4b5fd'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m19 9-7 7-7-7'/%3e%3c/svg%3e");
  --chart-brand: 244 114 182;
  --chart-info: 96 165 250;
}
[data-theme="dark"] .dark\:bg-slate-950 {
  background-color: #000000 !important;
}
[data-theme="dark"] .dark\:bg-slate-900, [data-theme="dark"] .dark\:bg-slate-800\/50 {
  background-color: rgb(10 10 10 / 0.5) !important;
}
[data-theme="dark"] .dark\:bg-slate-900\/60 {
  background-color: rgb(10 10 10 / 0.6) !important;
}
[data-theme="dark"] .dark\:bg-slate-900\/80 {
  background-color: rgb(10 10 10 / 0.8) !important;
}
[data-theme="dark"] .dark\:bg-slate-800 {
  background-color: #141414 !important;
}
[data-theme="dark"] .dark\:bg-slate-700, [data-theme="dark"] .dark\:bg-slate-600 {
  background-color: #262626 !important;
}
[data-theme="dark"] .dark\:border-slate-800 {
  border-color: #262626 !important;
}
[data-theme="dark"] .dark\:border-slate-700 {
  border-color: #1a1a1a !important;
}
[data-theme="dark"] .dark\:shadow-\[0_0_0_1px_rgba\(15\,23\,42\,0\.7\)\] {
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.7) !important;
}
[data-theme="dark"] .dark\:hover\:bg-slate-800:hover {
  background-color: #141414 !important;
}
.dark .dark\:bg-slate-950 {
  background-color: #000000 !important;
}
.dark .dark\:bg-slate-900\/60 {
  background-color: rgb(10 10 10 / 0.6) !important;
}
.dark .dark\:bg-slate-900\/80 {
  background-color: rgb(10 10 10 / 0.8) !important;
}
.dark .dark\:bg-slate-800\/50 {
  background-color: rgb(10 10 10 / 0.5) !important;
}
.dark .dark\:bg-slate-900 {
  background-color: #0a0a0a !important;
}
.dark .dark\:bg-slate-800 {
  background-color: #141414 !important;
}
.dark .dark\:bg-slate-700, .dark .dark\:bg-slate-600 {
  background-color: #262626 !important;
}
.dark .dark\:border-slate-800 {
  border-color: #262626 !important;
}
.dark .dark\:border-slate-700 {
  border-color: #1a1a1a !important;
}
.dark .dark\:shadow-\[0_0_0_1px_rgba\(15\,23\,42\,0\.7\)\] {
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.7) !important;
}
.dark .dark\:hover\:bg-slate-800:hover {
  background-color: #141414 !important;
}
[data-theme="dark"] .bg-yellow-400 {
  color: #111827 !important;
}
[data-theme="dark"] .bg-yellow-400 svg {
  color: #111827 !important;
}
body {
  background: var(--page-bg);
  color: var(--text-primary);
}
.dropdown-menu {
  background: var(--dropdown-bg);
  border-color: var(--dropdown-border);
}
.premium-card {
  background: rgb(var(--surface-rgb) / 0.95);
  border-color: rgb(var(--surface-rgb) / 0.3);
}
.glass-card {
  background: rgb(var(--surface-rgb) / 0.7);
  border-color: rgb(var(--surface-rgb) / 0.3);
  box-shadow: var(--shadow-soft);
}
.gradient-card-pink {
  background: var(--gradient-card-pink);
}
.gradient-card-orange {
  background: var(--gradient-card-orange);
}
.gradient-card-blue {
  background: var(--gradient-card-blue);
}
.gradient-border {
  background: var(--surface);
}
.stat-card {
  background: var(--surface);
}
.mobile-bottom-nav {
  background: rgb(var(--surface-rgb) / 0.95);
  border-top-color: var(--dropdown-border);
}
.mobile-nav-item {
  color: var(--text-muted);
}
.input-premium {
  border-color: var(--border);
  background: var(--surface);
  color: var(--text-primary);
}
.input-premium:focus {
  outline: none;
  box-shadow: var(--shadow-brand-ring);
  border-color: var(--color-brand);
}
.modal-backdrop-premium {
  position: fixed;
  inset: 0;
  z-index: 50;
  overflow-y: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 5rem 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}
.modal-panel-premium {
  width: 100%;
  max-width: 28rem;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 1rem;
  box-shadow: var(--shadow-premium);
  padding: 1.5rem;
  position: relative;
}
.modal-panel-premium .modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border);
}
.modal-panel-premium .modal-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}
.modal-panel-premium .modal-close {
  color: var(--text-muted);
  padding: 0.25rem;
  border-radius: 0.5rem;
  transition: color 0.2s, background 0.2s;
}
.modal-panel-premium .modal-close:hover {
  color: var(--text-primary);
  background: rgb(var(--surface-rgb) / 0.2);
}
.modal-panel-premium.modal-panel-wide {
  max-width: 56rem;
}
.modal-panel-premium .checklist-section-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border);
}
.modal-panel-premium .checklist-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.375rem 0;
  color: var(--text-secondary);
  font-size: 0.875rem;
}
.modal-panel-premium .checklist-item input[type="checkbox"] {
  accent-color: var(--color-brand);
  cursor: pointer;
  flex-shrink: 0;
}
.modal-panel-premium .checklist-item input[type="checkbox"]:focus {
  outline: none;
  box-shadow: var(--shadow-brand-ring);
}
.modal-panel-premium .checklist-notes-divider {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.session-card-hover:hover {
  background: rgb(var(--surface-rgb) / 0.9);
}
.btn-ghost {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  color: var(--text-secondary);
  background: transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.btn-ghost:hover {
  background: var(--surface-muted);
  color: var(--text-primary);
  border-color: var(--border);
}
.close-notification:hover {
  background-color: rgb(var(--surface-rgb) / 0.2) !important;
}
.bg-white {
  background-color: var(--surface) !important;
}
.bg-white\/95 {
  background-color: rgb(var(--surface-rgb) / 0.95) !important;
}
.bg-white\/80 {
  background-color: rgb(var(--surface-rgb) / 0.8) !important;
}
.bg-white\/60 {
  background-color: rgb(var(--surface-rgb) / 0.6) !important;
}
.bg-white\/50 {
  background-color: rgb(var(--surface-rgb) / 0.5) !important;
}
.bg-white\/30 {
  background-color: rgb(var(--surface-rgb) / 0.3) !important;
}
.bg-white\/20 {
  background-color: rgb(var(--surface-rgb) / 0.2) !important;
}
.bg-white\/10 {
  background-color: rgb(var(--surface-rgb) / 0.1) !important;
}
.bg-gray-50 {
  background-color: var(--surface-muted) !important;
}
.bg-gray-100 {
  background-color: var(--surface-muted) !important;
}
.bg-gray-200 {
  background-color: var(--surface-muted) !important;
}
.bg-gray-50\/50 {
  background-color: rgb(var(--surface-rgb) / 0.5) !important;
}
.bg-gray-50\/30 {
  background-color: rgb(var(--surface-rgb) / 0.3) !important;
}
.bg-gray-50\/80 {
  background-color: rgb(var(--surface-rgb) / 0.8) !important;
}
.text-gray-900 {
  color: var(--text-primary) !important;
}
.text-gray-800, .text-gray-700, .text-gray-600 {
  color: var(--text-secondary) !important;
}
.text-gray-500, .text-gray-400, .text-gray-300 {
  color: var(--text-muted) !important;
}
.border-gray-100 {
  border-color: var(--border-muted) !important;
}
.border-gray-200, .border-gray-300 {
  border-color: var(--border) !important;
}
.border-white\/50 {
  border-color: rgb(var(--surface-rgb) / 0.5) !important;
}
.border-white\/30 {
  border-color: rgb(var(--surface-rgb) / 0.3) !important;
}
.border-white\/20 {
  border-color: rgb(var(--surface-rgb) / 0.2) !important;
}
.border-white\/10 {
  border-color: rgb(var(--surface-rgb) / 0.1) !important;
}
.bg-pink-50, .bg-pink-100, .bg-blue-50, .bg-blue-100, .bg-amber-50, .bg-amber-100, .bg-green-50, .bg-green-100, .bg-red-50, .bg-red-100 {
  transition: background-color 0.2s ease;
}
[data-theme="dark"] .bg-pink-50 {
  background-color: rgba(236, 72, 153, 0.15) !important;
}
[data-theme="dark"] .bg-pink-100 {
  background-color: rgba(236, 72, 153, 0.22) !important;
}
[data-theme="dark"] .bg-blue-50 {
  background-color: rgba(59, 130, 246, 0.15) !important;
}
[data-theme="dark"] .bg-blue-100 {
  background-color: rgba(59, 130, 246, 0.22) !important;
}
[data-theme="dark"] .bg-amber-50 {
  background-color: rgba(245, 158, 11, 0.18) !important;
}
[data-theme="dark"] .bg-amber-100 {
  background-color: rgba(245, 158, 11, 0.25) !important;
}
[data-theme="dark"] .bg-green-50 {
  background-color: rgba(34, 197, 94, 0.16) !important;
}
[data-theme="dark"] .bg-green-100 {
  background-color: rgba(34, 197, 94, 0.24) !important;
}
[data-theme="dark"] .bg-red-50 {
  background-color: rgba(239, 68, 68, 0.16) !important;
}
[data-theme="dark"] .bg-red-100 {
  background-color: rgba(239, 68, 68, 0.24) !important;
}
[data-theme="dark"] .bg-amber-50\/10 {
  background-color: rgba(245, 158, 11, 0.12) !important;
}
[data-theme="dark"] .bg-blue-50\/10 {
  background-color: rgba(59, 130, 246, 0.12) !important;
}
[data-theme="dark"] .bg-red-50\/10 {
  background-color: rgba(239, 68, 68, 0.12) !important;
}
[data-theme="dark"] .bg-gray-300, [data-theme="dark"] .bg-gray-400, [data-theme="dark"] .bg-gray-600, [data-theme="dark"] .bg-gray-800, [data-theme="dark"] .bg-gray-900 {
  background-color: var(--surface) !important;
}
[data-theme="dark"] .text-gray-100 {
  color: var(--text-primary) !important;
}
[data-theme="dark"] .text-gray-500\/80 {
  color: rgba(156, 163, 175, 0.8) !important;
}
[data-theme="dark"] .border-gray-50, [data-theme="dark"] .border-gray-500, [data-theme="dark"] .border-gray-900 {
  border-color: var(--border) !important;
}
[data-theme="dark"] .border-black\/5 {
  border-color: rgb(var(--surface-rgb) / 0.1) !important;
}
[data-theme="dark"] .bg-black\/5 {
  background-color: rgb(var(--surface-rgb) / 0.08) !important;
}
[data-theme="dark"] .bg-black\/10 {
  background-color: rgb(var(--surface-rgb) / 0.12) !important;
}
[data-theme="dark"] .bg-gray-50\/10 {
  background-color: rgb(var(--surface-rgb) / 0.12) !important;
}
[data-theme="dark"] .bg-amber-200, [data-theme="dark"] .bg-blue-200, [data-theme="dark"] .bg-green-200, [data-theme="dark"] .bg-yellow-200, [data-theme="dark"] .bg-orange-100, [data-theme="dark"] .bg-purple-100, [data-theme="dark"] .bg-rose-50, [data-theme="dark"] .bg-indigo-50 {
  background-color: rgb(var(--surface-rgb) / 0.25) !important;
}
[data-theme="dark"] .bg-yellow-100, [data-theme="dark"] .bg-orange-50, [data-theme="dark"] .bg-purple-50 {
  background-color: rgb(var(--surface-rgb) / 0.18) !important;
}
[data-theme="dark"] .text-amber-400 {
  color: #fbbf24 !important;
}
[data-theme="dark"] .text-amber-700, [data-theme="dark"] .text-amber-600, [data-theme="dark"] .text-amber-500 {
  color: #fcd34d !important;
}
[data-theme="dark"] .text-blue-600, [data-theme="dark"] .text-blue-700 {
  color: #93c5fd !important;
}
[data-theme="dark"] .text-green-600, [data-theme="dark"] .text-green-700 {
  color: #86efac !important;
}
[data-theme="dark"] .text-green-800 {
  color: #bbf7d0 !important;
}
[data-theme="dark"] .text-red-600, [data-theme="dark"] .text-red-700 {
  color: #fca5a5 !important;
}
[data-theme="dark"] .text-blue-800, [data-theme="dark"] .text-blue-900 {
  color: #bfdbfe !important;
}
[data-theme="dark"] .text-orange-900 {
  color: #fdba74 !important;
}
[data-theme="dark"] .text-purple-900 {
  color: #d8b4fe !important;
}
[data-theme="dark"] .text-red-800, [data-theme="dark"] .text-red-900 {
  color: #fecaca !important;
}
[data-theme="dark"] .text-pink-800, [data-theme="dark"] .text-pink-900 {
  color: #f9a8d4 !important;
}
[data-theme="dark"] .text-yellow-700, [data-theme="dark"] .text-yellow-800 {
  color: #fde047 !important;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border) !important;
}
[data-theme="dark"] .divide-gray-50 > :not([hidden]) ~ :not([hidden]), [data-theme="dark"] .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--border-muted) !important;
}
[data-theme="dark"] .ring-gray-300 {
  --tw-ring-color: var(--border) !important;
}
[data-theme="dark"] .placeholder-gray-500::placeholder {
  color: var(--text-muted) !important;
}
.theme-toggle-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  border: 1px solid var(--border);
  background: rgb(var(--surface-rgb) / 0.85);
  box-shadow: var(--shadow-1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.theme-toggle-button::before {
  content: '';
  position: absolute;
  inset: 1px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.08), rgba(245, 158, 11, 0.06));
  opacity: 0;
  transition: opacity 0.2s ease;
}
.theme-toggle-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(236, 72, 153, 0.2);
}
.theme-toggle-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  color: var(--text-muted);
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}
.theme-toggle-icon.sun {
  opacity: 1;
  transform: scale(1);
}
.theme-toggle-icon.moon {
  opacity: 0;
  transform: scale(0.8) rotate(-15deg);
}
[data-theme="dark"] .theme-toggle-button {
  border-color: rgba(236, 72, 153, 0.35);
  box-shadow: var(--shadow-2);
}
[data-theme="dark"] .theme-toggle-button::before {
  opacity: 1;
}
[data-theme="dark"] .theme-toggle-button .theme-toggle-icon.sun {
  opacity: 0;
  transform: scale(0.8) rotate(15deg);
}
[data-theme="dark"] .theme-toggle-button .theme-toggle-icon.moon {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  color: #be185d;
}
.skeleton {
  background: linear-gradient(90deg, #e5e7eb 25%, #f3f4f6 50%, #e5e7eb 75%);
}
[data-theme="dark"] .skeleton {
  background: linear-gradient(90deg, #1f2937 25%, #111827 50%, #1f2937 75%);
}
@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-divide-y-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-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;
}
@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-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;
}
@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-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-divide-y-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-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;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
    }
  }
}
