@charset "UTF-8";

/* packages/eventia/src/styles.scss */
/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji";
    --font-mono:
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@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 {
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .table {
    display: table;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .text-right {
    text-align: right;
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-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,
      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));
  }
}
:root {
  --color-red: #ef4444;
  --color-red-light: #fee2e2;
  --color-red-dark: #b91c1c;
  --color-green: #22c55e;
  --color-green-light: #dcfce7;
  --color-green-dark: #15803d;
  --color-blue: #3b82f6;
  --color-blue-light: #dbeafe;
  --color-blue-dark: #1d4ed8;
  --color-yellow: #eab308;
  --color-yellow-light: #fef9c3;
  --color-yellow-dark: #a16207;
  --color-purple: #8b5cf6;
  --color-purple-light: #ede9fe;
  --color-purple-dark: #5b21b6;
  --color-cian: #23bac4;
  --color-cian-light: #cffafe;
  --color-cian-dark: #0e7490;
  --color-primary: var(--color-purple);
  --color-primary-light: var(--color-purple-light);
  --color-primary-dark: var(--color-purple-dark);
  --bg-color: #f9fafb;
  --surface-color: #ffffff;
  --text-color: #111827;
  --text-muted: #6b7280;
  --muted-text-color: #6b7280;
  --border-color: #e5e7eb;
  --bg-navigation: #ffffff;
}
html.dark {
  color-scheme: dark;
  --bg-color: #0f172a;
  --surface-color: #1e293b;
  --text-color: #e5e7eb;
  --text-muted: #9ca3af;
  --muted-text-color: #9ca3af;
  --border-color: #374151;
  --bg-navigation: #1e293b;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  transition:
    background-color 0.3s ease,
    border-color 0.3s ease,
    color 0.3s ease;
}
html {
  color-scheme: light;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Inter", sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::view-transition-old(root),
::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}
::view-transition-new(root) {
  clip-path: circle(0 at var(--vt-x, 50%) var(--vt-y, 50%));
  animation: theme-expand 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  z-index: 9999;
}
::view-transition-old(root) {
  z-index: 1;
}
@keyframes theme-expand {
  from {
    clip-path: circle(0 at var(--vt-x) var(--vt-y));
  }
  to {
    clip-path: circle(var(--vt-r) at var(--vt-x) var(--vt-y));
  }
}
@media (prefers-reduced-motion: reduce) {
  ::view-transition-new(root),
  ::view-transition-old(root) {
    animation: none;
  }
}
.auth-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.auth-page__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}
.auth-page__logo-icon {
  width: 40px;
  height: 40px;
  background: var(--color-primary-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-page__logo-icon .material-icons {
  font-size: 22px;
  color: var(--color-primary);
}
.auth-page__logo-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.025em;
}
.auth-page__header {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.auth-page__title {
  font-size: 1.625rem;
  font-weight: 800;
  color: var(--text-color);
  margin: 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.auth-page__subtitle {
  font-size: 0.9rem;
  color: var(--muted-text-color);
  margin: 0;
  line-height: 1.55;
}
.auth-page__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth-page__link {
  color: var(--color-primary);
  text-decoration: none;
  font-size: 0.875rem;
  transition: opacity 0.15s ease;
}
.auth-page__link:hover {
  opacity: 0.75;
}
.auth-page__link--bold {
  font-weight: 600;
}
.auth-page__footer {
  font-size: 0.875rem;
  color: var(--muted-text-color);
  margin: 0;
  text-align: center;
}
.form-field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.form-field__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-color);
}
.form-field__input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1.5px solid var(--border-color);
  border-radius: 0.5rem;
  background: var(--bg-color);
  color: var(--text-color);
  font-size: 0.9375rem;
  font-family: inherit;
  outline: none;
  box-sizing: border-box;
}
.form-field__input::placeholder {
  color: var(--muted-text-color);
}
.form-field__input:focus {
  border-color: var(--color-primary);
  box-shadow: 0 0 0 3px var(--color-primary-light);
}
.form-field__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.form-field__input-wrapper .form-field__input {
  padding-right: 2.75rem;
}
.form-field__toggle {
  position: absolute;
  right: 0.75rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: var(--muted-text-color);
  transition: color 0.15s ease;
}
.form-field__toggle:hover {
  color: var(--text-color);
}
.form-field__toggle .material-icons {
  font-size: 20px;
}
.form-field__error {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.8125rem;
  color: var(--color-red);
}
.form-field__error .material-icons {
  font-size: 15px;
}
.form-field__hint {
  font-size: 0.8rem;
  color: var(--muted-text-color);
  margin: 0;
  line-height: 1.5;
}
.form-field--checkbox {
  align-items: flex-start;
  gap: 0.375rem;
}
.form-field__checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--muted-text-color);
  cursor: pointer;
  line-height: 1.5;
}
.form-field__checkbox-label input[type=checkbox] {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  accent-color: var(--color-primary);
  flex-shrink: 0;
  cursor: pointer;
}
.form-field--error .form-field__input {
  border-color: var(--color-red);
}
.form-field--error .form-field__input:focus {
  box-shadow: 0 0 0 3px var(--color-red-light);
}
.form-field--error.form-field--checkbox .form-field__checkbox-label {
  color: var(--color-red);
}
.form-field--error.form-field--checkbox .form-field__checkbox-label input[type=checkbox] {
  outline: 2px solid var(--color-red);
  outline-offset: 2px;
  border-radius: 3px;
}
.btn-primary {
  width: 100%;
  padding: 0.875rem 1.5rem;
  background: var(--color-primary);
  color: white;
  border: none;
  border-radius: 0.5rem;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition:
    opacity 0.15s ease,
    transform 0.1s ease,
    box-shadow 0.15s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.btn-primary:hover:not(:disabled) {
  opacity: 0.9;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.btn-primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-google {
  width: 100%;
  padding: 0.8125rem 1.25rem;
  background: var(--bg-color);
  color: var(--text-color);
  border: 1.5px solid var(--border-color);
  border-radius: 0.5rem;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.btn-google:hover {
  border-color: var(--muted-text-color);
  background: var(--bg-color);
}
.auth-divider {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.8125rem;
  color: var(--muted-text-color);
}
.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--border-color);
}
.btn-spin {
  animation: spin 0.8s linear infinite;
  font-size: 18px !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.legal-page {
  min-height: 100vh;
  background: var(--bg-color);
  color: var(--text-color);
  padding: 1.5rem;
}
.legal-page__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 760px;
  margin: 0 auto 2rem;
  flex-wrap: wrap;
}
.legal-page__back {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  color: var(--muted-text-color);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.legal-page__back:hover {
  color: var(--color-primary);
}
.legal-page__back .material-icons {
  font-size: 18px;
}
.legal-page__logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.legal-page__logo-icon {
  width: 36px;
  height: 36px;
  background: var(--color-primary-light);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.legal-page__logo-icon .material-icons {
  font-size: 20px;
  color: var(--color-primary);
}
.legal-page__logo-name {
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.025em;
}
.legal-page__content {
  max-width: 760px;
  margin: 0 auto;
  background: var(--surface-color);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2.5rem;
}
.legal-page__title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-color);
  margin: 0 0 0.375rem;
  letter-spacing: -0.03em;
}
.legal-page__updated {
  font-size: 0.875rem;
  color: var(--muted-text-color);
  margin: 0 0 1.5rem;
}
.legal-page__notice {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  background: var(--color-yellow-light);
  border: 1px solid var(--color-yellow);
  border-radius: 0.625rem;
  padding: 0.875rem 1rem;
  margin-bottom: 2rem;
}
.legal-page__notice .material-icons {
  font-size: 20px;
  color: var(--color-yellow-dark);
  flex-shrink: 0;
}
.legal-page__notice p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--color-yellow-dark);
}
.legal-page__section {
  margin-bottom: 1.75rem;
}
.legal-page__section h2 {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 0.625rem;
}
.legal-page__section p {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-color);
  margin: 0 0 0.75rem;
}
.legal-page__section ul {
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.legal-page__section li {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--text-color);
}
.legal-page__link {
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.15s ease;
}
.legal-page__link:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.legal-page__footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-color);
  text-align: center;
}
@media (max-width: 640px) {
  .legal-page {
    padding: 1rem;
  }
  .legal-page__content {
    padding: 1.5rem;
  }
  .legal-page__title {
    font-size: 1.625rem;
  }
}
.placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  text-align: center;
  padding: 2rem;
}
.placeholder__icon {
  width: 80px;
  height: 80px;
  background-color: var(--color-primary-light);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.placeholder__icon .material-icons {
  font-size: 40px;
  color: var(--color-primary);
}
.placeholder__title {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-color);
  margin: 0 0 0.5rem;
}
.placeholder__desc {
  font-size: 0.9375rem;
  color: var(--muted-text-color);
  margin: 0 0 1.25rem;
  max-width: 400px;
  line-height: 1.6;
}
.placeholder__badge {
  display: inline-flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  background-color: var(--color-primary-light);
  color: var(--color-primary-dark);
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@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: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-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; }
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-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;
    }
  }
}

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