/* [project]/apps/web/app/globals.css [app-client] (css) */
@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-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;
      --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-ease: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, 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;
    --shadow-xl: 0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;
    --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-mono-font-family: var(--font-mono);
  }
}

@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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

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

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

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

  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -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:where(:not(iframe)) {
    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;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      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;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .inline-flex {
    display: inline-flex;
  }

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

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .underline {
    text-decoration-line: underline;
  }

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

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

  .filter {
    filter: var(--tw-blur, ) var(--tw-brightness, ) var(--tw-contrast, ) var(--tw-grayscale, ) var(--tw-hue-rotate, ) var(--tw-invert, ) var(--tw-saturate, ) var(--tw-sepia, ) var(--tw-drop-shadow, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

:root {
  --primary: #008fd2;
  --primary-hover: #00a3f8;
  --primary-active: #007dc2;
  --primary-soft: #008fd224;
  --primary-glow: #008fd266;
  --primary-fg: #f9fcff;
  --glass-tint: #008fd20d;
  --border-focus: #008fd2b3;
  --success: #22c373;
  --success-soft: #22c37329;
  --success-fg: #71df9c;
  --warning: #eab532;
  --warning-soft: #eab53229;
  --warning-fg: #f8ca65;
  --danger: #ed4042;
  --danger-soft: #ed404229;
  --danger-fg: #ff948c;
  --info: #25afd2;
  --info-soft: #25afd229;
  --info-fg: #6ccdea;
  --bg-deep: #04080f;
  --bg: #0a1017;
  --bg-soft: #2229338c;
  --bg-overlay: #01030999;
  --surface: #1219218c;
  --surface-raised: #1f273199;
  --fg-strong: #f4f7fa;
  --fg: #d3d8de;
  --fg-muted: #9ba2ab;
  --fg-subtle: #6f757d;
  --fg-faint: #4a5058;
  --border: #ffffff16;
  --border-strong: #ffffff24;
  --border-bright: #ffffff3d;
  --highlight-top: #ffffff21;
  --shadow-glass: 0 12px 32px #00000073;
  --shadow-glass-lg: 0 24px 64px #0000008c;
  --shadow-xl: 0 32px 80px #0009;
  --shadow-glow: 0 0 24px var(--primary-glow);
  --r-xs: 4px;
  --r-sm: 6px;
  --r-md: 8px;
  --r-lg: 12px;
  --r-xl: 16px;
  --r-full: 999px;
  --blur-md: 18px;
  --blur-lg: 30px;
  --sidebar-w: 240px;
  --sidebar-w-collapsed: 60px;
  --topnav-h: 56px;
}

@supports (color: lab(0% 0 0)) {
  :root {
    --primary: lab(55.4048% -13.5958 -58.5861);
    --primary-hover: lab(62.3776% -15.1926 -61.7462);
    --primary-active: lab(48.2491% -10.6121 -61.4103);
    --primary-soft: lab(55.4048% -13.5958 -58.5861 / .14);
    --primary-glow: lab(55.4048% -13.5958 -58.5861 / .4);
    --primary-fg: lab(98.8481% -.82323 -1.6523);
    --glass-tint: lab(55.4048% -13.5958 -58.5861 / .05);
    --border-focus: lab(55.4048% -13.5958 -58.5861 / .7);
    --success: lab(69.7139% -54.5603 28.1834);
    --success-soft: lab(69.7139% -54.5603 28.1834 / .16);
    --success-fg: lab(80.953% -44.3457 22.8267);
    --warning: lab(76.994% 11.2878 68.9054);
    --warning-soft: lab(76.994% 11.2878 68.9054 / .16);
    --warning-fg: lab(83.9953% 8.65266 55.9522);
    --danger: lab(54.9593% 66.408 40.8869);
    --danger-soft: lab(54.9593% 66.408 40.8869 / .16);
    --danger-fg: lab(73.0244% 46.868 26.4676);
    --info: lab(65.7976% -27.431 -28.2895);
    --info-soft: lab(65.7976% -27.431 -28.2895 / .16);
    --info-fg: lab(77.3325% -23.7112 -23.8123);
    --bg-deep: lab(2.191% -.313014 -3.35343);
    --bg: lab(4.39388% -.60755 -5.13726);
    --bg-soft: lab(16.4192% -1.24091 -7.16396 / .55);
    --bg-overlay: lab(.878456% -.0841022 -2.21904 / .6);
    --surface: lab(8.29104% -1.08735 -7.11246 / .55);
    --surface-raised: lab(15.2494% -1.29421 -7.8555 / .6);
    --fg-strong: lab(97.0903% -.411868 -1.83774);
    --fg: lab(86.0595% -.805348 -3.66503);
    --fg-muted: lab(66.327% -1.16423 -5.47415);
    --fg-subtle: lab(48.9256% -1.13863 -5.46123);
    --fg-faint: lab(33.8436% -1.10169 -5.44348);
    --border: lab(100% 0 0 / .085);
    --border-strong: lab(100% 0 0 / .14);
    --border-bright: lab(100% 0 0 / .24);
    --highlight-top: lab(100% 0 0 / .13);
    --shadow-glass: 0 12px 32px lab(0% 0 0 / .45);
    --shadow-glass-lg: 0 24px 64px lab(0% 0 0 / .55);
    --shadow-xl: 0 32px 80px lab(0% 0 0 / .6);
  }
}

html[data-theme="light"] {
  --primary: #0079bf;
  --primary-hover: #008cd3;
  --primary-active: #00679f;
  --primary-soft: #0079bf1f;
  --primary-glow: #0079bf47;
  --glass-tint: #0079bf0d;
  --border-focus: #0079bfb3;
  --success: #009957;
  --success-soft: #00995724;
  --success-fg: #006532;
  --warning: #cc8900;
  --warning-soft: #cc890029;
  --warning-fg: #885800;
  --danger: #db2b33;
  --danger-soft: #db2b3321;
  --danger-fg: #b71824;
  --info: #0089a8;
  --info-soft: #0089a824;
  --info-fg: #006077;
  --bg-deep: #f6f9fb;
  --bg: #ecf1f4;
  --bg-soft: #d7dfe5b3;
  --bg-overlay: #f9fcfeb8;
  --surface: #fff9;
  --surface-raised: #fffc;
  --fg-strong: #0c121a;
  --fg: #272e38;
  --fg-muted: #515963;
  --fg-subtle: #747b83;
  --fg-faint: #a0a5ab;
  --border: #0000001a;
  --border-strong: #00000029;
  --border-bright: #00000042;
  --highlight-top: #ffffffbf;
  --shadow-glass: 0 12px 32px #224a7121;
  --shadow-glass-lg: 0 24px 64px #224a712b;
  --shadow-xl: 0 32px 80px #224a7138;
}

@supports (color: lab(0% 0 0)) {
  html[data-theme="light"] {
    --primary: lab(47.067% -10.13 -61.3831);
    --primary-hover: lab(54.1473% -12.763 -61.5496);
    --primary-active: lab(39.9517% -6.78319 -61.2298);
    --primary-soft: lab(47.067% -10.13 -61.3831 / .12);
    --primary-glow: lab(47.067% -10.13 -61.3831 / .28);
    --glass-tint: lab(47.067% -10.13 -61.3831 / .05);
    --border-focus: lab(47.067% -10.13 -61.3831 / .7);
    --success: lab(55.7716% -55.1494 28.5828);
    --success-soft: lab(55.7716% -55.1494 28.5828 / .14);
    --success-fg: lab(36.8152% -45.8139 23.8166);
    --warning: lab(62.6869% 20.8918 72.9773);
    --warning-soft: lab(62.6869% 20.8918 72.9773 / .16);
    --warning-fg: lab(41.7684% 19.1458 73.2966);
    --danger: lab(49.1427% 66.5436 42.1147);
    --danger-soft: lab(49.1427% 66.5436 42.1147 / .13);
    --danger-fg: lab(40.057% 60.2793 38.9217);
    --info: lab(51.8453% -26.5936 -28.1024);
    --info-soft: lab(51.8453% -26.5936 -28.1024 / .14);
    --info-fg: lab(36.6593% -21.8469 -23.3573);
    --bg-deep: lab(97.6882% -.8232 -1.65225);
    --bg: lab(94.7912% -1.14843 -2.31093);
    --bg-soft: lab(88.4183% -1.95038 -3.95144 / .7);
    --bg-overlay: lab(98.8466% -.659555 -1.32246 / .72);
    --surface: lab(100% 0 0 / .6);
    --surface-raised: lab(100% 0 0 / .8);
    --fg-strong: lab(5.21182% -.730597 -6.38116);
    --fg: lab(18.7409% -1.27114 -7.17512);
    --fg-muted: lab(37.3086% -1.41613 -7.23405);
    --fg-subtle: lab(51.2458% -1.14283 -5.4633);
    --fg-faint: lab(67.4991% -.797808 -3.66091);
    --border: lab(0% 0 0 / .1);
    --border-strong: lab(0% 0 0 / .16);
    --border-bright: lab(0% 0 0 / .26);
    --highlight-top: lab(100% 0 0 / .75);
    --shadow-glass: 0 12px 32px lab(30.0823% -3.84654 -27.0758 / .13);
    --shadow-glass-lg: 0 24px 64px lab(30.0823% -3.84654 -27.0758 / .17);
    --shadow-xl: 0 32px 80px lab(30.0823% -3.84654 -27.0758 / .22);
  }
}

* {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  color: var(--fg);
  background: radial-gradient(1100px 700px at 85% -10%, var(--glass-tint), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, #3a81f60d, transparent 55%),
    var(--bg-deep);
  -webkit-font-smoothing: antialiased;
  background-attachment: fixed;
  font-family: Geist, -apple-system, BlinkMacSystemFont, Inter, sans-serif;
}

@supports (color: lab(0% 0 0)) {
  body {
    background: radial-gradient(1100px 700px at 85% -10%, var(--glass-tint), transparent 60%),
    radial-gradient(900px 600px at -10% 110%, lab(54.2137% 9.38562 -66.5 / .05), transparent 55%),
    var(--bg-deep);
  }
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--primary-hover);
}

input, select, textarea, button {
  font-family: inherit;
}

input::placeholder, textarea::placeholder {
  color: var(--fg-faint);
}

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: #5c646f59 padding-box content-box;
  background: lab(41.9498% -1.43759 -7.24357 / .35) padding-box content-box;
  border: 3px solid #0000;
  border-radius: 999px;
}

::-webkit-scrollbar-track {
  background: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes blob {
  0%, 100% {
    transform: translate(0)scale(1);
  }

  33% {
    transform: translate(50px, -40px)scale(1.12);
  }

  66% {
    transform: translate(-40px, 30px)scale(.92);
  }
}

@keyframes gradShift {
  0%, 100% {
    background-position: 0%;
  }

  50% {
    background-position: 100%;
  }
}

.fade-up {
  animation: .35s fadeUp;
}

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

.glass-card {
  background: var(--surface);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-glass), inset 0 1px 0 var(--highlight-top);
}

.glass-raised {
  background: var(--surface-raised);
  -webkit-backdrop-filter: blur(30px);
  border: 1px solid var(--border-strong);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xl), inset 0 1px 0 var(--highlight-top);
}

.mono {
  font-family: Geist Mono, ui-monospace, SFMono-Regular, monospace;
}

@media (max-width: 768px) {
  :root {
    --sidebar-w: 260px;
  }

  .mobile-menu-btn {
    display: flex !important;
  }

  .sidebar-spacer, .search-wrapper, .breadcrumb-home, .breadcrumb-arrow, .cmd-k, .hide-mobile, .login-hero {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .badge {
    display: none !important;
  }
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 900px) {
  .dashboard-main-grid {
    grid-template-columns: 1fr !important;
  }
}

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

@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-ease {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=apps_web_app_globals_0xyo3ls.css.map*/