/* src/styles.css */
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@layer base {
  *,
  ::after,
  ::before,
  ::backdrop,
  ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html,
  :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  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;
    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 {
    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;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    display: block;
    vertical-align: middle;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea,
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :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,
  ::-webkit-datetime-edit-year-field,
  ::-webkit-datetime-edit-month-field,
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field,
  ::-webkit-datetime-edit-second-field,
  ::-webkit-datetime-edit-millisecond-field,
  ::-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]),
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden=until-found])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 359px) {
    .container {
      max-width: 359px;
    }
  }
  @media (width >= 360px) {
    .container {
      max-width: 360px;
    }
  }
  @media (width >= 479px) {
    .container {
      max-width: 479px;
    }
  }
  @media (width >= 480px) {
    .container {
      max-width: 480px;
    }
  }
  @media (width >= 640px) {
    .container {
      max-width: 640px;
    }
  }
  @media (width >= 768px) {
    .container {
      max-width: 768px;
    }
  }
  @media (width >= 1280px) {
    .container {
      max-width: 1280px;
    }
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .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;
  }
  .rounded {
    border-radius: var(--radius-default, 0.375rem);
  }
  .text-4xl {
    font-size: var(--font-size-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--line-height-4xl, 2.5rem));
  }
  .text-xs {
    font-size: var(--font-size-xs, 0.75rem);
    line-height: var(--tw-leading, var(--line-height-xs, 1rem));
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,
      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,
      visibility,
      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));
  }
}
@layer base {
  :root {
    --bg-color: #fff;
    --text-color: #000;
    --hint-color: #707579;
    --link-color: #007aff;
    --button-color: #007aff;
    --button-text-color: #fff;
    --secondary-bg-color: #efeff4;
    --destructive-text-color: #e53935;
    --accent-text-color: #007aff;
    --subtitle-text-color: #707579;
    --section-header-text-color: #707579;
    --header-bg-color: #fff;
    --section-bg-color: #fff;
    --secondary-fill: #4378ff1a;
    --surface-primary: #fffffff2;
    --divider: #00000026;
    --secondary-hint-color: #a2acb0;
    --plain-background: #0000000a;
    --plain-foreground: #000c;
    --white: #fff;
    --secondary-code-highlight: #b00fb4;
    --tertiary-code-highlight: #3a9f20;
    --tertiary-bg-color: #f4f4f7;
    --surface-dark: #383838d9;
    --destructive-background: #f12e2e0d;
    --green: #31d158;
    --primary-code-highlight: #4378ff;
    --outline: #0000000d;
    --quaternary-bg-color: #f6f6fa;
    --card-bg-color: #fff;
    --skeleton: #00000008;
    --toast-accent-color: #55a6ff;
    --black: #000;
    --tooltip-background-dark: #000000d9;
    --segmented-control-active-bg: #fff;
    --space-0: 0rem;
    --space-1: 0.25rem;
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --space-20: 5rem;
    --font-size-xs: 0.75rem;
    --font-size-sm: 0.875rem;
    --font-size-base: 1rem;
    --font-size-lg: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 1.875rem;
    --font-size-4xl: 2.25rem;
    --line-height-xs: 1rem;
    --line-height-sm: 1.25rem;
    --line-height-base: 1.5rem;
    --line-height-lg: 1.75rem;
    --line-height-xl: 1.75rem;
    --line-height-2xl: 2rem;
    --line-height-3xl: 2.25rem;
    --line-height-4xl: 2.5rem;
    --lh-none: 1;
    --lh-tight: 1.25;
    --lh-snug: 1.375;
    --lh-normal: 1.5;
    --lh-relaxed: 1.625;
    --lh-loose: 2;
    --fw-thin: 100;
    --fw-extralight: 200;
    --fw-light: 300;
    --fw-normal: 400;
    --fw-medium: 500;
    --fw-semibold: 600;
    --fw-bold: 700;
    --fw-extrabold: 800;
    --fw-black: 900;
    --ls-tighter: -0.05em;
    --ls-tight: -0.025em;
    --ls-normal: 0em;
    --ls-wide: 0.025em;
    --ls-wider: 0.05em;
    --ls-widest: 0.1em;
    --radius-sm: 0.125rem;
    --radius-default: 0.375rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-2xl: 1rem;
    --radius-full: 9999px;
    --font-family-primary: system-ui, sans-serif;
    --font-family-secondary: system-ui, sans-serif;
    --font-family-accent: system-ui, sans-serif;
    --font-family-code:
      ui-monospace,
      sfmono-regular,
      menlo,
      monospace;
    --font-family-display: system-ui, sans-serif;
    --splash-bg: var(--bg-color);
    --splash-text: var(--text-color);
    --tg-buttons-bar-height: 0;
    --container-max-w: 640px;
    --margin-y: initial;
    --margin-x: initial;
    --padding-y: initial;
    --padding-x: initial;
    --logo-url: url(/img/logo-light.svg);
  }
  :root.dark {
    --splash-bg: var(--secondary-fill);
    --splash-text: var(--white);
    --logo-url: url(/img/logo-dark.svg);
  }
  @media (width >= 1280px) {
    :root {
      --container-max-w: 720px;
    }
  }
  html,
  body {
    height: 100%;
  }
  body {
    margin: 0px;
    overscroll-behavior: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
  }
  app-root {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: var(--text-color);
    container-type: inline-size;
    container-name: app-root;
  }
  cms-slot {
    display: block;
  }
  cms-slot [data-cid] {
    margin: var(--margin-y, 0) var(--margin-x, 0);
    padding: var(--padding-y, 0) var(--padding-x, 0);
  }
}
.tg-container {
  margin-inline: auto;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  max-width: var(--container-max-w);
  padding-top: var(--tg-buttons-bar-height);
}
@layer components {
  .app-ripple {
    pointer-events: none;
    position: absolute;
    border-radius: calc(infinity * 1px);
    border-radius: var(--radius-full, 9999px);
    opacity: 20%;
    --motion-timing: cubic-bezier(0, 0, 0.2, 1);
    --motion-perceptual-duration-multiplier: 1;
    --motion-duration: 400ms;
    transform: translate(-50%, -50%) scale(0);
    background-color: currentcolor;
    animation: app-ripple-scale-out 0.4s ease-out forwards;
  }
}
@keyframes app-ripple-scale-out {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.25;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}
@layer base {
  @property --motion-bounce { syntax: "*"; inherits: false; initial-value: linear(0, 0.004, 0.016, 0.035, 0.063, 0.098, 0.141 13.6%, 0.25, 0.391, 0.563, 0.765, 1, 0.891 40.9%, 0.848, 0.813, 0.785, 0.766, 0.754, 0.75, 0.754, 0.766, 0.785, 0.813, 0.848, 0.891 68.2%, 1 72.7%, 0.973, 0.953, 0.941, 0.938, 0.941, 0.953, 0.973, 1, 0.988, 0.984, 0.988, 1); }
  @property --motion-spring-smooth { syntax: "*"; inherits: false; initial-value: linear(0, 0.001 0.44%, 0.0045 0.94%, 0.0195 2.03%, 0.0446 3.19%, 0.0811 4.5%, 0.1598 6.82%, 0.3685 12.34%, 0.4693 15.17%, 0.5663, 0.6498 21.27%, 0.7215 24.39%, 0.7532 25.98%, 0.7829 27.65%, 0.8105, 0.8349 31.14%, 0.8573 32.95%, 0.8776 34.84%, 0.8964 36.87%, 0.9136 39.05%, 0.929 41.37%, 0.9421 43.77%, 0.9537 46.38%, 0.9636 49.14%, 0.9789 55.31%, 0.9888 62.35%, 0.9949 71.06%, 0.9982 82.52%, 0.9997 99.94%); }
  @property --motion-spring-snappy { syntax: "*"; inherits: false; initial-value: linear(0, 0.0014, 0.0053 1.02%, 0.0126, 0.0227 2.18%, 0.0517 3.41%, 0.094 4.79%, 0.1865 7.26%, 0.4182 12.77%, 0.5246 15.46%, 0.6249, 0.7112, 0.7831 23.95%, 0.8146 25.4%, 0.844, 0.8699 28.45%, 0.8935, 0.9139 31.64%, 0.932, 0.9473, 0.9601 36.65%, 0.9714 38.47%, 0.9808 40.35%, 0.9948 44.49%, 1.0031 49.43%, 1.0057 53.35%, 1.0063 58.14%, 1.0014 80.78%, 1.0001 99.94%); }
  @property --motion-spring-bouncy { syntax: "*"; inherits: false; initial-value: linear(0, 0.0018, 0.0069, 0.0151 1.74%, 0.0277 2.4%, 0.062 3.7%, 0.1115 5.15%, 0.2211 7.77%, 0.4778 13.21%, 0.5912 15.75%, 0.6987 18.44%, 0.7862 20.98%, 0.861 23.59%, 0.8926, 0.9205, 0.945 27.51%, 0.9671 28.89%, 0.9868, 1.003 31.79%, 1.0224 34.11%, 1.0358 36.58%, 1.0436 39.27%, 1.046 42.31%, 1.0446 44.71%, 1.0406 47.47%, 1.0118 61.84%, 1.0027 69.53%, 0.9981 80.49%, 0.9991 99.94%); }
  @property --motion-spring-bouncier { syntax: "*"; inherits: false; initial-value: linear(0, 0.0023, 0.0088, 0.0194 1.59%, 0.035 2.17%, 0.078 3.33%, 0.1415 4.64%, 0.2054 5.75%, 0.2821 6.95%, 0.5912 11.45%, 0.7205 13.43%, 0.8393 15.45%, 0.936 17.39%, 0.9778, 1.015, 1.0477, 1.0759, 1.0998 22.22%, 1.1203, 1.1364, 1.1484 25.26%, 1.1586 26.61%, 1.1629 28.06%, 1.1613 29.56%, 1.1537 31.2%, 1.1434 32.6%, 1.1288 34.19%, 1.0508 41.29%, 1.0174 44.87%, 1.0025 46.89%, 0.9911 48.87%, 0.9826 50.9%, 0.9769 53.03%, 0.9735 56.02%, 0.9748 59.45%, 0.9964 72.64%, 1.0031 79.69%, 1.0042 86.83%, 1.0008 99.97%); }
  @property --motion-spring-bounciest { syntax: "*"; inherits: false; initial-value: linear(0, 0.0032, 0.0131, 0.0294, 0.0524, 0.0824, 0.1192 1.54%, 0.2134 2.11%, 0.3102 2.59%, 0.4297 3.13%, 0.8732 4.95%, 1.0373, 1.1827 6.36%, 1.2972 7.01%, 1.3444, 1.3859, 1.4215, 1.4504, 1.4735, 1.4908, 1.5024, 1.5084 9.5%, 1.5091, 1.5061, 1.4993, 1.4886, 1.4745, 1.4565 11.11%, 1.4082 11.7%, 1.3585 12.2%, 1.295 12.77%, 1.0623 14.64%, 0.9773, 0.9031 16.08%, 0.8449 16.73%, 0.8014, 0.7701 17.95%, 0.7587, 0.7501, 0.7443, 0.7412 19.16%, 0.7421 19.68%, 0.7508 20.21%, 0.7672 20.77%, 0.7917 21.37%, 0.8169 21.87%, 0.8492 22.43%, 0.9681 24.32%, 1.0114, 1.0492 25.75%, 1.0789 26.41%, 1.1008, 1.1167, 1.1271, 1.1317 28.81%, 1.1314, 1.1271 29.87%, 1.1189 30.43%, 1.1063 31.03%, 1.0769 32.11%, 0.9941 34.72%, 0.9748 35.43%, 0.9597 36.09%, 0.9487, 0.9407, 0.9355, 0.933 38.46%, 0.9344 39.38%, 0.9421 40.38%, 0.9566 41.5%, 0.9989 44.12%, 1.0161 45.37%, 1.029 46.75%, 1.0341 48.1%, 1.0335 49.04%, 1.0295 50.05%, 1.0221 51.18%, 0.992 55.02%, 0.9854 56.38%, 0.9827 57.72%, 0.985 59.73%, 1.004 64.67%, 1.0088 67.34%, 1.0076 69.42%, 0.9981 74.28%, 0.9956 76.85%, 0.9961 79.06%, 1.0023 86.46%, 0.999 95.22%, 0.9994 100%); }
  @property --motion-origin-scale-x { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-origin-scale-y { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-origin-translate-x { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-origin-translate-y { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-origin-rotate { syntax: "*"; inherits: false; initial-value: 0deg; }
  @property --motion-origin-blur { syntax: "*"; inherits: false; initial-value: 0px; }
  @property --motion-origin-grayscale { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-origin-opacity { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-origin-background-color { syntax: "*"; inherits: false; }
  @property --motion-origin-text-color { syntax: "*"; inherits: false; }
  @property --motion-end-scale-x { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-end-scale-y { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-end-translate-x { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-end-translate-y { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-end-rotate { syntax: "*"; inherits: false; initial-value: 0deg; }
  @property --motion-end-blur { syntax: "*"; inherits: false; initial-value: 0px; }
  @property --motion-end-grayscale { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-end-opacity { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-end-background-color { syntax: "*"; inherits: false; }
  @property --motion-end-text-color { syntax: "*"; inherits: false; }
  @property --motion-loop-scale-x { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-loop-scale-y { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-loop-translate-x { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-loop-translate-y { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-loop-rotate { syntax: "*"; inherits: false; initial-value: 0deg; }
  @property --motion-loop-blur { syntax: "*"; inherits: false; initial-value: 0px; }
  @property --motion-loop-grayscale { syntax: "*"; inherits: false; initial-value: 0%; }
  @property --motion-loop-opacity { syntax: "*"; inherits: false; initial-value: 100%; }
  @property --motion-loop-background-color { syntax: "*"; inherits: false; }
  @property --motion-loop-text-color { syntax: "*"; inherits: false; }
  @property --motion-duration { syntax: "*"; inherits: false; initial-value: 700ms; }
  @property --motion-timing { syntax: "*"; inherits: false; initial-value: cubic-bezier(.165, .84, .44, 1); }
  @property --motion-perceptual-duration-multiplier { syntax: "*"; inherits: false; initial-value: 1; }
  @property --motion-delay { syntax: "*"; inherits: false; initial-value: 0ms; }
  @property --motion-loop-count { syntax: "*"; inherits: false; initial-value: infinite; }
  @property --motion-scale-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-translate-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-rotate-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-filter-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-opacity-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-background-color-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-text-color-in-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-scale-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-translate-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-rotate-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-filter-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-opacity-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-background-color-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-text-color-out-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-scale-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-translate-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-rotate-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-filter-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-opacity-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-background-color-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
  @property --motion-text-color-loop-animation { syntax: "*"; inherits: false; initial-value: none; }
}
@layer base {
  @media screen and (prefers-reduced-motion: no-preference) {
    @keyframes motion-scale-in {
      0% {
        scale: var(--motion-origin-scale-x) var(--motion-origin-scale-y);
      }
      100% {
        scale: 1 1;
      }
    }
    @keyframes motion-scale-out {
      0% {
        scale: 1 1;
      }
      100% {
        scale: var(--motion-end-scale-x) var(--motion-end-scale-y);
      }
    }
    @keyframes motion-scale-loop-mirror {
      0%, 100% {
        scale: 1 1;
      }
      50% {
        scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
      }
    }
    @keyframes motion-scale-loop-reset {
      0% {
        scale: 1 1;
      }
      100% {
        scale: var(--motion-loop-scale-x) var(--motion-loop-scale-y);
      }
    }
    @keyframes motion-translate-in {
      0% {
        translate: var(--motion-origin-translate-x) var(--motion-origin-translate-y);
      }
      100% {
        translate: 0 0;
      }
    }
    @keyframes motion-translate-out {
      0% {
        translate: 0 0;
      }
      100% {
        translate: var(--motion-end-translate-x) var(--motion-end-translate-y);
      }
    }
    @keyframes motion-translate-loop-mirror {
      0%, 100% {
        translate: 0 0;
      }
      50% {
        translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
      }
    }
    @keyframes motion-translate-loop-reset {
      0% {
        translate: 0 0;
      }
      100% {
        translate: var(--motion-loop-translate-x) var(--motion-loop-translate-y);
      }
    }
    @keyframes motion-rotate-in {
      0% {
        rotate: var(--motion-origin-rotate);
      }
      100% {
        rotate: 0;
      }
    }
    @keyframes motion-rotate-out {
      0% {
        rotate: 0;
      }
      100% {
        rotate: var(--motion-end-rotate);
      }
    }
    @keyframes motion-rotate-loop-mirror {
      0%, 100% {
        rotate: 0deg;
      }
      50% {
        rotate: var(--motion-loop-rotate);
      }
    }
    @keyframes motion-rotate-loop-reset {
      100% {
        rotate: var(--motion-loop-rotate);
      }
    }
  }
  @keyframes motion-filter-in {
    0% {
      filter: blur(var(--motion-origin-blur)) grayscale(var(--motion-origin-grayscale));
    }
    100% {
      filter: blur(0) grayscale(0);
    }
  }
  @keyframes motion-filter-out {
    0% {
      filter: blur(0) grayscale(0);
    }
    100% {
      filter: blur(var(--motion-end-blur)) grayscale(var(--motion-end-grayscale));
    }
  }
  @keyframes motion-filter-loop-mirror {
    0%, 100% {
      filter: blur(0) grayscale(0);
    }
    50% {
      filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
    }
  }
  @keyframes motion-filter-loop-reset {
    0% {
      filter: blur(0) grayscale(0);
    }
    100% {
      filter: blur(var(--motion-loop-blur)) grayscale(var(--motion-loop-grayscale));
    }
  }
  @keyframes motion-opacity-in {
    0% {
      opacity: var(--motion-origin-opacity);
    }
  }
  @keyframes motion-opacity-out {
    100% {
      opacity: var(--motion-end-opacity);
    }
  }
  @keyframes motion-opacity-loop-mirror {
    50% {
      opacity: var(--motion-loop-opacity);
    }
  }
  @keyframes motion-opacity-loop-reset {
    100% {
      opacity: var(--motion-loop-opacity);
    }
  }
  @keyframes motion-background-color-in {
    0% {
      background-color: var(--motion-origin-background-color);
    }
  }
  @keyframes motion-background-color-out {
    100% {
      background-color: var(--motion-end-background-color);
    }
  }
  @keyframes motion-background-color-loop-mirror {
    50% {
      background-color: var(--motion-loop-background-color);
    }
  }
  @keyframes motion-background-color-loop-reset {
    100% {
      background-color: var(--motion-loop-background-color);
    }
  }
  @keyframes motion-text-color-in {
    0% {
      color: var(--motion-origin-text-color);
    }
  }
  @keyframes motion-text-color-out {
    100% {
      color: var(--motion-end-text-color);
    }
  }
  @keyframes motion-text-color-loop-mirror {
    50% {
      color: var(--motion-loop-text-color);
    }
  }
  @keyframes motion-text-color-loop-reset {
    100% {
      color: var(--motion-loop-text-color);
    }
  }
}
@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-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; }
@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-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;
    }
  }
}

/* public/css/splash.css */
/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */
@layer properties;
#splash-screen,
#error-screen,
app-root {
  display: none;
  opacity: 0%;
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
  transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
body.app-loading #splash-screen {
  display: flex;
  opacity: 100%;
}
body.app-ready app-root {
  display: block;
  opacity: 100%;
}
body.app-error #error-screen {
  display: flex;
  opacity: 100%;
}
#splash-screen {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: var(--splash-bg);
  color: var(--splash-text);
}
#splash-screen .splash-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4, 1rem);
}
#splash-screen .splash-logo {
  height: var(--space-20, 5rem);
  width: var(--space-20, 5rem);
  color: var(--accent-text-color);
}
#splash-screen .splash-subtitle {
  font-size: var(--font-size-base, 1rem);
  line-height: var(--tw-leading, var(--line-height-base, 1.5rem));
  opacity: 70%;
}
#error-screen {
  position: fixed;
  inset: 0px;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  background: var(--splash-bg);
  color: var(--splash-text);
}
#error-screen .error-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4, 1rem);
  padding-inline: var(--space-4, 1rem);
  text-align: center;
}
#error-screen .error-title {
  font-size: var(--font-size-lg, 1.125rem);
  line-height: var(--tw-leading, var(--line-height-lg, 1.75rem));
  --tw-font-weight: var(--fw-semibold, 600);
  font-weight: var(--fw-semibold, 600);
}
#error-screen .error-message {
  max-width: var(--container-xs, 20rem);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: var(--tw-leading, var(--line-height-sm, 1.25rem));
  opacity: 80%;
}
#error-screen .error-btn {
  border-radius: var(--radius-md, 0.375rem);
  background-color: var(--destructive-text-color);
  padding-inline: var(--space-4, 1rem);
  padding-block: var(--space-2, 0.5rem);
  --tw-font-weight: var(--fw-medium, 500);
  font-weight: var(--fw-medium, 500);
}
@property --tw-duration { syntax: "*"; inherits: false; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@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-duration: initial;
      --tw-font-weight: initial;
    }
  }
}

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