/* apps/checkout/src/styles-critical.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 142 78 10;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 128 16 22;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 46 125 50;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
}
:root[data-theme=dark],
.dark {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
}
*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}
/*! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
 */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
::before,
::after {
  --tw-content: "";
}
html,
:host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  tab-size: 4;
  font-family:
    ui-sans-serif,
    system-ui,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  line-height: inherit;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  text-decoration: underline dotted;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}
button,
select {
  text-transform: none;
}
button,
input:where([type=button]),
input:where([type=reset]),
input:where([type=submit]) {
  -webkit-appearance: button;
  background-color: transparent;
  background-image: none;
}
:-moz-focusring {
  outline: auto;
}
:-moz-ui-invalid {
  box-shadow: none;
}
progress {
  vertical-align: baseline;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
dialog {
  padding: 0;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
button,
[role=button] {
  cursor: pointer;
}
:disabled {
  cursor: default;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[hidden]:where(:not([hidden=until-found])) {
  display: none;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=number] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-4 {
  left: 1rem;
  right: 1rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-28 {
  height: 7rem;
}
.h-48 {
  height: 12rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-full {
  min-height: 100%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-48 {
  width: 12rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-up {
  animation: fadeInUp 200ms ease-out forwards;
}
@keyframes pulse {
  50% {
    opacity: .5;
    transform: scale(1.1);
  }
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.animate-pulse {
  animation: pulse 500ms ease-in-out;
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-2px);
  }
  40% {
    transform: translateX(2px);
  }
  60% {
    transform: translateX(-2px);
  }
  80% {
    transform: translateX(2px);
  }
}
.animate-shake {
  animation: shake 600ms ease-in-out;
}
@keyframes slideDownIn {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
.animate-slide-down-in {
  animation: slideDownIn 400ms ease-out forwards;
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.animate-slide-in-right {
  animation: slideInRight 200ms ease-out forwards;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.place-items-start {
  place-items: start;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.place-self-start {
  place-self: start;
}
.place-self-center {
  place-self: center;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-error-container\/90 {
  border-color: rgb(var(--color-error-container-rgb) / 0.9);
}
.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}
.border-info {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-info-rgb) / var(--tw-border-opacity, 1));
}
.border-info-container {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-info-container-rgb) / var(--tw-border-opacity, 1));
}
.border-outline {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-rgb) / var(--tw-border-opacity, 1));
}
.border-outline-variant {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-outline-variant-rgb) / var(--tw-border-opacity, 1));
}
.border-outline-variant\/30 {
  border-color: rgb(var(--color-outline-variant-rgb) / 0.3);
}
.border-outline-variant\/50 {
  border-color: rgb(var(--color-outline-variant-rgb) / 0.5);
}
.border-outline\/25 {
  border-color: rgb(var(--color-outline-rgb) / 0.25);
}
.border-outline\/30 {
  border-color: rgb(var(--color-outline-rgb) / 0.3);
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-rgb) / var(--tw-border-opacity, 1));
}
.border-primary\/20 {
  border-color: rgb(var(--color-primary-rgb) / 0.2);
}
.border-success-container {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-success-container-rgb) / var(--tw-border-opacity, 1));
}
.border-surface-container\/90 {
  border-color: rgb(var(--color-surface-container-rgb) / 0.9);
}
.border-warning-container\/90 {
  border-color: rgb(var(--color-warning-container-rgb) / 0.9);
}
.border-b-outline-variant {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(var(--color-outline-variant-rgb) / var(--tw-border-opacity, 1));
}
.border-b-outline-variant\/30 {
  border-bottom-color: rgb(var(--color-outline-variant-rgb) / 0.3);
}
.border-t-outline-variant {
  --tw-border-opacity: 1;
  border-top-color: rgb(var(--color-outline-variant-rgb) / var(--tw-border-opacity, 1));
}
.border-t-outline\/25 {
  border-top-color: rgb(var(--color-outline-rgb) / 0.25);
}
.bg-background {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-background-rgb) / var(--tw-bg-opacity, 1));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-rgb) / var(--tw-bg-opacity, 1));
}
.bg-error-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-error-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-error-container\/30 {
  background-color: rgb(var(--color-error-container-rgb) / 0.3);
}
.bg-error\/10 {
  background-color: rgb(var(--color-error-rgb) / 0.1);
}
.bg-gray-900\/95 {
  background-color: rgb(17 24 39 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}
.bg-info-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-info-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-info-container\/50 {
  background-color: rgb(var(--color-info-container-rgb) / 0.5);
}
.bg-outline\/5 {
  background-color: rgb(var(--color-outline-rgb) / 0.05);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-rgb) / var(--tw-bg-opacity, 1));
}
.bg-primary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-primary\/10 {
  background-color: rgb(var(--color-primary-rgb) / 0.1);
}
.bg-primary\/30 {
  background-color: rgb(var(--color-primary-rgb) / 0.3);
}
.bg-scrim\/0 {
  background-color: rgb(var(--color-scrim-rgb) / 0);
}
.bg-scrim\/50 {
  background-color: rgb(var(--color-scrim-rgb) / 0.5);
}
.bg-scrim\/70 {
  background-color: rgb(var(--color-scrim-rgb) / 0.7);
}
.bg-secondary-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-success-container\/50 {
  background-color: rgb(var(--color-success-container-rgb) / 0.5);
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container-highest {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-highest-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-container-low {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-surface-container-low-rgb) / var(--tw-bg-opacity, 1));
}
.bg-surface-variant\/50 {
  background-color: rgb(var(--color-surface-variant-rgb) / 0.5);
}
.bg-tertiary-container\/20 {
  background-color: rgb(var(--color-tertiary-container-rgb) / 0.2);
}
.bg-tertiary-container\/30 {
  background-color: rgb(var(--color-tertiary-container-rgb) / 0.3);
}
.bg-warning-container\/50 {
  background-color: rgb(var(--color-warning-container-rgb) / 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops:
    var(--tw-gradient-from),
    transparent var(--tw-gradient-via-position),
    var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.object-cover {
  object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.font-brand {
  font-family: Space Grotesk, sans-serif;
}
.font-mono {
  font-family:
    ui-monospace,
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.015em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-error {
  --tw-text-opacity: 1;
  color: rgb(var(--color-error-rgb) / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-on-background {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-background-rgb) / var(--tw-text-opacity, 1));
}
.text-on-background\/80 {
  color: rgb(var(--color-on-background-rgb) / 0.8);
}
.text-on-error-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-error-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-info-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-info-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary-rgb) / var(--tw-text-opacity, 1));
}
.text-on-primary-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-primary-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-secondary-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-secondary-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-success-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-success-container-rgb) / var(--tw-text-opacity, 1));
}
.text-on-surface {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-rgb) / var(--tw-text-opacity, 1));
}
.text-on-surface-variant {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-surface-variant-rgb) / var(--tw-text-opacity, 1));
}
.text-on-surface\/50 {
  color: rgb(var(--color-on-surface-rgb) / 0.5);
}
.text-on-surface\/60 {
  color: rgb(var(--color-on-surface-rgb) / 0.6);
}
.text-on-surface\/70 {
  color: rgb(var(--color-on-surface-rgb) / 0.7);
}
.text-on-surface\/80 {
  color: rgb(var(--color-on-surface-rgb) / 0.8);
}
.text-on-warning-container {
  --tw-text-opacity: 1;
  color: rgb(var(--color-on-warning-container-rgb) / var(--tw-text-opacity, 1));
}
.text-outline {
  --tw-text-opacity: 1;
  color: rgb(var(--color-outline-rgb) / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgb(var(--color-success-rgb) / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.\!shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property:
    color,
    background-color,
    border-color,
    text-decoration-color,
    fill,
    stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
html,
body {
  margin: 0;
  height: 100svh;
  width: 100%;
  font-family:
    "Space Grotesk",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif;
  overflow-x: hidden;
  font-optical-sizing: auto;
  overscroll-behavior: none;
}
html {
  color-scheme: light;
  --mat-sys-body-large: 400 1rem / 1.5rem Space Grotesk;
  --mat-sys-body-large-font: Space Grotesk;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-body-medium-font: Space Grotesk;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Space Grotesk;
  --mat-sys-body-small-font: Space Grotesk;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Space Grotesk;
  --mat-sys-display-large-font: Space Grotesk;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Space Grotesk;
  --mat-sys-display-medium-font: Space Grotesk;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Space Grotesk;
  --mat-sys-display-small-font: Space Grotesk;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Space Grotesk;
  --mat-sys-headline-large-font: Space Grotesk;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Space Grotesk;
  --mat-sys-headline-medium-font: Space Grotesk;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Space Grotesk;
  --mat-sys-headline-small-font: Space Grotesk;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-label-large-font: Space Grotesk;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Space Grotesk;
  --mat-sys-label-medium-font: Space Grotesk;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Space Grotesk;
  --mat-sys-label-small-font: Space Grotesk;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Space Grotesk;
  --mat-sys-title-large-font: Space Grotesk;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Space Grotesk;
  --mat-sys-title-medium-font: Space Grotesk;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Space Grotesk;
  --mat-sys-title-small-font: Space Grotesk;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
html[data-theme=dark] {
  color-scheme: dark;
}
html iframe {
  color-scheme: normal;
}
html {
  --mat-sys-primary: rgb(var(--color-primary-rgb));
  --mat-sys-primary-container: rgb(var(--color-primary-container-rgb));
  --mat-sys-on-primary: rgb(var(--color-on-primary-rgb));
  --mat-sys-on-primary-container: rgb(var(--color-on-primary-container-rgb));
  --mat-sys-secondary: rgb(var(--color-secondary-rgb));
  --mat-sys-secondary-container: rgb(var(--color-secondary-container-rgb));
  --mat-sys-on-secondary: rgb(var(--color-on-secondary-rgb));
  --mat-sys-on-secondary-container: rgb(var(--color-on-secondary-container-rgb));
  --mat-sys-tertiary: rgb(var(--color-tertiary-rgb));
  --mat-sys-tertiary-container: rgb(var(--color-tertiary-container-rgb));
  --mat-sys-on-tertiary: rgb(var(--color-on-tertiary-rgb));
  --mat-sys-on-tertiary-container: rgb(var(--color-on-tertiary-container-rgb));
  --mat-sys-error: rgb(var(--color-error-rgb));
  --mat-sys-error-container: rgb(var(--color-error-container-rgb));
  --mat-sys-on-error: rgb(var(--color-on-error-rgb));
  --mat-sys-on-error-container: rgb(var(--color-on-error-container-rgb));
  --mat-sys-background: rgb(var(--color-background-rgb));
  --mat-sys-on-background: rgb(var(--color-on-background-rgb));
  --mat-sys-surface: rgb(var(--color-surface-rgb));
  --mat-sys-on-surface: rgb(var(--color-on-surface-rgb));
  --mat-sys-surface-variant: rgb(var(--color-surface-variant-rgb));
  --mat-sys-on-surface-variant: rgb(var(--color-on-surface-variant-rgb));
  --mat-sys-outline: rgb(var(--color-outline-rgb));
  --mat-sys-outline-variant: rgb(var(--color-outline-variant-rgb));
  --mat-sys-shadow: rgb(var(--color-shadow-rgb));
  --mat-sys-scrim: rgb(var(--color-scrim-rgb));
  --mat-sys-inverse-surface: rgb(var(--color-inverse-surface-rgb));
  --mat-sys-inverse-on-surface: rgb(var(--color-inverse-on-surface-rgb));
  --mat-sys-inverse-primary: rgb(var(--color-inverse-primary-rgb));
  --mat-sys-primary-fixed: rgb(var(--color-primary-fixed-rgb));
  --mat-sys-on-primary-fixed: rgb(var(--color-on-primary-fixed-rgb));
  --mat-sys-primary-fixed-dim: rgb(var(--color-primary-fixed-dim-rgb));
  --mat-sys-on-primary-fixed-variant: rgb(var(--color-on-primary-fixed-variant-rgb));
  --mat-sys-secondary-fixed: rgb(var(--color-secondary-fixed-rgb));
  --mat-sys-on-secondary-fixed: rgb(var(--color-on-secondary-fixed-rgb));
  --mat-sys-secondary-fixed-dim: rgb(var(--color-secondary-fixed-dim-rgb));
  --mat-sys-on-secondary-fixed-variant: rgb(var(--color-on-secondary-fixed-variant-rgb));
  --mat-sys-tertiary-fixed: rgb(var(--color-tertiary-fixed-rgb));
  --mat-sys-on-tertiary-fixed: rgb(var(--color-on-tertiary-fixed-rgb));
  --mat-sys-tertiary-fixed-dim: rgb(var(--color-tertiary-fixed-dim-rgb));
  --mat-sys-on-tertiary-fixed-variant: rgb(var(--color-on-tertiary-fixed-variant-rgb));
  --mat-sys-surface-dim: rgb(var(--color-surface-dim-rgb));
  --mat-sys-surface-bright: rgb(var(--color-surface-bright-rgb));
  --mat-sys-surface-container-lowest: rgb(var(--color-surface-container-lowest-rgb));
  --mat-sys-surface-container-low: rgb(var(--color-surface-container-low-rgb));
  --mat-sys-surface-container: rgb(var(--color-surface-container-rgb));
  --mat-sys-surface-container-high: rgb(var(--color-surface-container-high-rgb));
  --mat-sys-surface-container-highest: rgb(var(--color-surface-container-highest-rgb));
  --mat-sys-surface-tint: rgb(var(--color-surface-tint-rgb));
  --mat-sys-corner-extra-small: 0.5rem;
  --mat-sys-corner-extra-large: 1rem;
  --mat-sys-corner-full: 0.75rem;
  --mat-sys-level0: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --mat-sys-level1: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --mat-sys-level2: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --mat-sys-level3: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --mat-sys-level4: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --mat-sys-level5: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --mat-form-field-filled-container-shape: 0.75rem;
  --mat-form-field-outlined-container-shape: 0.75rem;
  --mat-icon-button-icon-color: currentColor;
}
ngx-skeleton-loader {
  display: inline-block;
}
@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
}
.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000),
    var(--tw-shadow);
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary-rgb) / var(--tw-ring-opacity, 1));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow),
    var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-rgb) / var(--tw-text-opacity, 1));
}
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:p-0 {
    padding: 0px;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:max-w-md {
    max-width: 28rem;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-12 {
    gap: 3rem;
  }
  .lg\:gap-3 {
    gap: 0.75rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:p-6 {
    padding: 1.5rem;
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1280px) {
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}

/* libs/shared/util-alert/src/lib/alert-toast/alert-toast.css */
.toast-success .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #f0fdf4;
  color: #15803d;
}
.toast-success .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #166534;
}
.toast-error .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: rgb(var(--color-on-error-container-rgb) / 1);
  color: rgb(var(--color-error-container-rgb) / 1);
}
.toast-error .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: rgb(var(--color-error-container-rgb) / 1);
}
.toast-info .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #eff6ff;
  color: #1d4ed8;
}
.toast-info .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #1e40af;
}
.toast-warning .mdc-snackbar__surface.mat-mdc-snackbar-surface {
  background: #fffbeb;
  color: #b45309;
}
.toast-warning .mdc-snackbar__surface.mat-mdc-snackbar-surface button {
  --mat-snack-bar-button-color: #92400e;
}

/* libs/shared/theming/src/lib/scss/index.scss */
:root {
  --color-primary-rgb: 230 21 54;
  --color-primary-container-rgb: 255 102 120;
  --color-on-primary-rgb: 255 255 255;
  --color-on-primary-container-rgb: 255 251 255;
  --color-secondary-rgb: 142 78 10;
  --color-secondary-container-rgb: 255 170 98;
  --color-on-secondary-rgb: 255 255 255;
  --color-on-secondary-container-rgb: 118 62 0;
  --color-tertiary-rgb: 141 53 173;
  --color-tertiary-container-rgb: 216 125 248;
  --color-on-tertiary-rgb: 255 255 255;
  --color-error-rgb: 128 16 22;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 255 255 255;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 255 248 247;
  --color-on-background-rgb: 41 23 22;
  --color-surface-rgb: 252 248 249;
  --color-on-surface-rgb: 28 27 28;
  --color-surface-variant-rgb: 236 224 225;
  --color-on-surface-variant-rgb: 95 85 90;
  --color-outline-rgb: 126 117 118;
  --color-outline-variant-rgb: 175 165 167;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 49 48 49;
  --color-inverse-on-surface-rgb: 244 240 240;
  --color-inverse-primary-rgb: 255 179 177;
  --color-primary-fixed-rgb: 255 218 216;
  --color-on-primary-fixed-rgb: 65 0 7;
  --color-primary-fixed-dim-rgb: 255 179 177;
  --color-on-primary-fixed-variant-rgb: 146 0 28;
  --color-secondary-fixed-rgb: 255 220 195;
  --color-on-secondary-fixed-rgb: 47 21 0;
  --color-secondary-fixed-dim-rgb: 255 183 125;
  --color-on-secondary-fixed-variant-rgb: 110 57 0;
  --color-tertiary-fixed-rgb: 249 216 255;
  --color-on-tertiary-fixed-rgb: 51 0 69;
  --color-tertiary-fixed-dim-rgb: 238 177 255;
  --color-on-tertiary-fixed-variant-rgb: 114 22 147;
  --color-surface-dim-rgb: 221 217 218;
  --color-surface-bright-rgb: 252 248 249;
  --color-surface-container-lowest-rgb: 255 255 255;
  --color-surface-container-low-rgb: 247 243 243;
  --color-surface-container-rgb: 241 237 238;
  --color-surface-container-high-rgb: 235 231 232;
  --color-surface-container-highest-rgb: 229 225 226;
  --color-surface-tint-rgb: 191 0 40;
  --color-on-tertiary-container-rgb: 95 0 127;
  --color-success-rgb: 46 125 50;
  --color-success-container-rgb: 200 230 201;
  --color-on-success-rgb: 255 255 255;
  --color-on-success-container-rgb: 14 52 15;
  --color-warning-rgb: 245 124 0;
  --color-warning-container-rgb: 255 224 178;
  --color-on-warning-rgb: 255 255 255;
  --color-on-warning-container-rgb: 71 37 0;
  --color-info-rgb: 25 118 210;
  --color-info-container-rgb: 187 222 251;
  --color-on-info-rgb: 255 255 255;
  --color-on-info-container-rgb: 1 35 64;
}
:root[data-theme=dark],
.dark {
  --color-primary-rgb: 240 75 95;
  --color-primary-container-rgb: 180 45 65;
  --color-on-primary-rgb: 80 15 25;
  --color-on-primary-container-rgb: 255 240 245;
  --color-secondary-rgb: 255 140 70;
  --color-secondary-container-rgb: 255 140 70;
  --color-on-secondary-rgb: 85 35 10;
  --color-on-secondary-container-rgb: 102 45 15;
  --color-tertiary-rgb: 218 176 255;
  --color-tertiary-container-rgb: 97 55 140;
  --color-on-tertiary-rgb: 53 18 92;
  --color-on-tertiary-container-rgb: 243 225 255;
  --color-error-rgb: 255 179 173;
  --color-error-container-rgb: 161 42 42;
  --color-on-error-rgb: 104 0 10;
  --color-on-error-container-rgb: 255 188 182;
  --color-background-rgb: 35 30 40;
  --color-on-background-rgb: 245 240 250;
  --color-surface-rgb: 45 38 50;
  --color-on-surface-rgb: 245 240 250;
  --color-surface-variant-rgb: 55 48 62;
  --color-on-surface-variant-rgb: 185 175 190;
  --color-outline-rgb: 150 135 150;
  --color-outline-variant-rgb: 110 98 115;
  --color-shadow-rgb: 0 0 0;
  --color-scrim-rgb: 0 0 0;
  --color-inverse-surface-rgb: 245 240 250;
  --color-inverse-on-surface-rgb: 35 30 40;
  --color-inverse-primary-rgb: 220 46 80;
  --color-primary-fixed-rgb: 255 179 193;
  --color-on-primary-fixed-rgb: 80 15 25;
  --color-primary-fixed-dim-rgb: 255 138 157;
  --color-on-primary-fixed-variant-rgb: 80 15 25;
  --color-secondary-fixed-rgb: 255 170 98;
  --color-on-secondary-fixed-rgb: 102 45 15;
  --color-secondary-fixed-dim-rgb: 255 140 70;
  --color-on-secondary-fixed-variant-rgb: 102 45 15;
  --color-tertiary-fixed-rgb: 240 216 255;
  --color-on-tertiary-fixed-rgb: 42 7 85;
  --color-tertiary-fixed-dim-rgb: 218 176 255;
  --color-on-tertiary-fixed-variant-rgb: 120 73 165;
  --color-surface-dim-rgb: 25 22 32;
  --color-surface-bright-rgb: 65 55 70;
  --color-surface-container-lowest-rgb: 30 26 36;
  --color-surface-container-low-rgb: 45 38 50;
  --color-surface-container-rgb: 55 48 62;
  --color-surface-container-high-rgb: 65 58 75;
  --color-surface-container-highest-rgb: 75 67 85;
  --color-surface-tint-rgb: 244 82 101;
  --color-success-rgb: 129 199 132;
  --color-success-container-rgb: 46 125 50;
  --color-on-success-rgb: 14 52 15;
  --color-on-success-container-rgb: 237 247 237;
  --color-warning-rgb: 255 202 40;
  --color-warning-container-rgb: 184 93 0;
  --color-on-warning-rgb: 71 37 0;
  --color-on-warning-container-rgb: 255 243 224;
  --color-info-rgb: 144 202 249;
  --color-info-container-rgb: 13 71 161;
  --color-on-info-rgb: 1 35 64;
  --color-on-info-container-rgb: 225 245 254;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
