/* src/styles.css */
/*! tailwindcss v4.3.1 | 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;
    --spacing: 0.25rem;
    --container-xl: 36rem;
    --container-6xl: 72rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --radius-lg: 1.1rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #f2f5fb;
    --color-surface: #ffffff;
    --color-surface-soft: #f6f9ff;
    --color-accent: #0a84ff;
    --color-accent-soft: rgba(10, 132, 255, 0.12);
    --color-border-subtle: rgba(60, 72, 88, 0.12);
    --color-text-main: #121a2b;
    --color-text-muted: #64748b;
    --radius-control: 0.625rem;
    --control-min-height: 2.75rem;
    --form-gap: 1rem;
    --panel-padding: 1.35rem 1.45rem;
    --motion-spring: cubic-bezier(0.22, 1, 0.36, 1);
    --motion-smooth: cubic-bezier(0.2, 0, 0, 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 {
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .flex {
    display: flex;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-full {
    width: 100%;
  }
  .max-w-6xl {
    max-width: var(--container-6xl);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-\[--color-border-subtle\]\/70 {
    border-color: color-mix(in oklab, --color-border-subtle 70%, transparent);
  }
  .bg-\[--color-bg\] {
    background-color: --color-bg;
  }
  .bg-\[--color-surface\] {
    background-color: --color-surface;
  }
  .bg-\[--color-surface\]\/88 {
    background-color: color-mix(in oklab, --color-surface 88%, transparent);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .text-\[0\.72rem\] {
    font-size: 0.72rem;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .text-\[--color-text-main\] {
    color: --color-text-main;
  }
  .text-\[--color-text-muted\] {
    color: --color-text-muted;
  }
  .shadow-\[0_1px_0_rgba\(60\,72\,88\,0\.07\)\] {
    --tw-shadow: 0 1px 0 var(--tw-shadow-color, rgba(60,72,88,0.07));
    box-shadow:
      var(--tw-inset-shadow),
      var(--tw-inset-ring-shadow),
      var(--tw-ring-offset-shadow),
      var(--tw-ring-shadow),
      var(--tw-shadow);
  }
}
html,
body {
  height: 100%;
}
body {
  margin: 0;
  font-family:
    "SF Pro Text",
    "SF Pro Display",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background:
    radial-gradient(
      1200px 700px at 15% -10%,
      rgba(10, 132, 255, 0.14),
      transparent 62%),
    radial-gradient(
      1100px 700px at 100% 0%,
      rgba(126, 182, 255, 0.12),
      transparent 60%),
    var(--color-bg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: var(--color-text-main);
  letter-spacing: 0.005em;
  line-height: 1.45;
}
*,
*::before,
*::after {
  -webkit-tap-highlight-color: transparent;
}
app-root {
  min-height: 100vh;
  display: flex;
}
.glass-panel {
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.97),
      rgba(248, 251, 255, 0.94));
  border: 1px solid rgba(60, 72, 88, 0.11);
  border-radius: var(--radius-lg);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 28px rgba(17, 24, 39, 0.07);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition:
    transform 260ms var(--motion-spring),
    box-shadow 260ms var(--motion-spring),
    border-color 260ms var(--motion-smooth);
}
.glass-panel:hover {
  transform: translateY(-1px);
  border-color: rgba(60, 72, 88, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 16px 34px rgba(17, 24, 39, 0.1);
}
.glass-panel--static:hover {
  transform: none;
  border-color: rgba(60, 72, 88, 0.11);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92), 0 10px 28px rgba(17, 24, 39, 0.07);
}
.modern-border {
  border: 1px solid rgba(60, 72, 88, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.btn-primary {
  border-radius: 9999px;
  min-height: 2.45rem;
  padding: 0.55rem 1.2rem;
  font-size: 0.82rem;
  font-weight: 600;
  border: 1px solid rgba(10, 132, 255, 0.45);
  color: #ffffff;
  background:
    linear-gradient(
      180deg,
      #2f98ff,
      #0a84ff);
  box-shadow: 0 10px 22px rgba(10, 132, 255, 0.23), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  transition:
    transform 200ms var(--motion-spring),
    filter 220ms var(--motion-smooth),
    box-shadow 220ms var(--motion-smooth);
  cursor: pointer;
}
.btn-primary:hover {
  transform: translateY(-1px) scale(1.01);
  filter: saturate(1.04);
  box-shadow: 0 12px 25px rgba(10, 132, 255, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-primary:active {
  transform: translateY(0) scale(0.985);
}
.btn-success {
  border-color: rgba(52, 199, 89, 0.5);
  background:
    linear-gradient(
      180deg,
      #4cd964,
      #34c759);
  box-shadow: 0 10px 22px rgba(52, 199, 89, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-success:hover {
  box-shadow: 0 12px 25px rgba(52, 199, 89, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.btn-success:disabled {
  cursor: default;
}
.btn-primary:disabled {
  cursor: not-allowed;
}
.btn-secondary {
  border-radius: 9999px;
  min-height: 2.35rem;
  padding: 0.5rem 1rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--color-text-main);
  border: 1px solid rgba(60, 72, 88, 0.18);
  background: rgba(255, 255, 255, 0.8);
  transition:
    background-color 180ms var(--motion-smooth),
    border-color 180ms var(--motion-smooth),
    transform 180ms var(--motion-spring),
    box-shadow 180ms var(--motion-smooth);
  cursor: pointer;
}
.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(60, 72, 88, 0.28);
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}
.btn-secondary:active {
  transform: translateY(0) scale(0.985);
}
.checkout-header-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.9rem;
}
.checkout-subtitle {
  margin: 0.35rem 0 0;
  font-size: 0.84rem;
  color: #64748b;
}
.checkout-notice {
  border-radius: var(--radius-control);
  padding: 0.75rem 1rem;
  font-size: 0.84rem;
  line-height: 1.45;
}
.checkout-notice--page {
  margin-bottom: 1rem;
}
.checkout-summary-card .checkout-notice {
  margin-bottom: 0.85rem;
}
.checkout-notice--success {
  border: 1px solid #bbf7d0;
  background: #f0fdf4;
  color: #166534;
}
html[data-theme=dark] .checkout-notice--success {
  border-color: #14532d;
  background: #052e16;
  color: #bbf7d0;
}
.checkout-notice--cancel {
  border: 1px solid #fde68a;
  background: #fffbeb;
  color: #92400e;
}
html[data-theme=dark] .checkout-notice--cancel {
  border-color: #78350f;
  background: #422006;
  color: #fde68a;
}
.checkout-notice--error {
  border: 1px solid #fecaca;
  background: #fef2f2;
  color: #991b1b;
}
html[data-theme=dark] .checkout-notice--error {
  border-color: #7f1d1d;
  background: #3f1515;
  color: #fecaca;
}
.checkout-layout {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: minmax(0, 1.6fr) minmax(18rem, 1fr);
}
.checkout-summary-pane {
  position: relative;
}
.checkout-summary-card {
  position: sticky;
  top: 1.1rem;
  padding: 1rem;
}
.checkout-summary-title {
  margin: 0 0 0.7rem;
  font-size: 0.95rem;
  font-weight: 650;
  color: #0f172a;
}
.checkout-total-amount {
  font-size: 1.25rem;
  letter-spacing: -0.01em;
}
:focus-visible {
  outline: 2px solid rgba(10, 132, 255, 0.45);
  outline-offset: 2px;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media (max-width: 840px) {
  .checkout-header-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .checkout-layout {
    grid-template-columns: 1fr;
  }
  .checkout-summary-pane {
    position: static;
  }
}
html[data-theme=dark] {
  color-scheme: dark;
  --color-bg: #0b0f17;
  --color-surface: #151b28;
  --color-surface-soft: #1a2233;
  --color-surface-elevated: #222a3a;
  --color-accent: #409cff;
  --color-accent-soft: rgba(64, 156, 255, 0.16);
  --color-border-subtle: rgba(148, 163, 184, 0.22);
  --color-text-main: #e5e7eb;
  --color-text-muted: #94a3b8;
}
html[data-theme=dark] body {
  background:
    radial-gradient(
      1200px 700px at 15% -10%,
      rgba(64, 156, 255, 0.12),
      transparent 62%),
    radial-gradient(
      1100px 700px at 100% 0%,
      rgba(96, 165, 250, 0.08),
      transparent 60%),
    var(--color-bg);
}
html[data-theme=dark] .glass-panel {
  background:
    linear-gradient(
      180deg,
      rgba(21, 27, 40, 0.98),
      rgba(17, 22, 34, 0.94));
  border-color: rgba(148, 163, 184, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 10px 28px rgba(0, 0, 0, 0.35);
}
html[data-theme=dark] .btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(148, 163, 184, 0.24);
  color: var(--color-text-main);
}
html[data-theme=dark] .btn-primary {
  box-shadow: 0 8px 20px rgba(64, 156, 255, 0.28);
}
html[data-theme=dark] .modern-border {
  border-color: var(--color-border-subtle);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
html[data-theme=dark] .checkout-summary-title {
  color: var(--color-text-main);
}
.header-segment-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--color-text-main);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  flex-shrink: 0;
}
.header-segment-toggle__label {
  white-space: nowrap;
}
.header-segment-toggle__track {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  padding: 0.15rem;
  border: 1px solid rgba(60, 72, 88, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}
.header-segment-toggle__segment {
  display: inline-grid;
  place-items: center;
  min-width: 1.65rem;
  min-height: 1.65rem;
  padding: 0.15rem 0.25rem;
  border-radius: 999px;
  font-size: 0.95rem;
  line-height: 1;
  opacity: 0.45;
  transition:
    opacity 180ms var(--motion-smooth),
    background-color 180ms var(--motion-smooth),
    box-shadow 180ms var(--motion-smooth);
}
.header-segment-toggle__segment.is-active {
  opacity: 1;
  background: var(--color-surface);
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.12);
}
.header-segment-toggle__segment--icon {
  font-size: inherit;
}
.header-segment-toggle__icon {
  width: 0.95rem;
  height: 0.95rem;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  fill: none;
}
.header-segment-toggle:hover .header-segment-toggle__track {
  border-color: var(--color-border-subtle);
  background: rgba(255, 255, 255, 0.85);
}
html[data-theme=dark] .header-segment-toggle__track {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--color-border-subtle);
}
html[data-theme=dark] .header-segment-toggle__segment.is-active {
  background: var(--color-surface-elevated);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}
html[data-theme=dark] .header-segment-toggle:hover .header-segment-toggle__track {
  background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .header-segment-toggle {
    font-size: 0.72rem;
    gap: 0.3rem;
  }
  .header-segment-toggle__segment {
    min-width: 1.45rem;
    min-height: 1.45rem;
    font-size: 0.85rem;
  }
  .header-segment-toggle__icon {
    width: 0.85rem;
    height: 0.85rem;
  }
}
.panel {
  padding: var(--panel-padding);
}
.panel__title {
  margin: 0 0 1rem;
  font-size: 1.05rem;
  font-weight: 650;
  letter-spacing: -0.01em;
  color: var(--color-text-main);
}
.form-stack {
  display: grid;
  gap: var(--form-gap);
}
.form-field {
  display: grid;
  gap: 0.4rem;
}
.form-field--checkbox {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.65rem;
  padding-top: 0.15rem;
}
.form-field--checkbox input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  accent-color: var(--color-accent);
  cursor: pointer;
}
.form-label {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--color-text-muted);
}
.form-control {
  width: 100%;
  min-height: var(--control-min-height);
  border-radius: var(--radius-control);
  border: 1px solid var(--color-border-subtle);
  background: var(--color-surface);
  color: var(--color-text-main);
  padding: 0.55rem 0.85rem;
  font: inherit;
  font-size: 0.9375rem;
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04);
  transition: border-color 180ms var(--motion-smooth), box-shadow 180ms var(--motion-smooth);
}
.form-control:hover {
  border-color: rgba(60, 72, 88, 0.22);
}
.form-control:focus {
  outline: none;
  border-color: rgba(10, 132, 255, 0.55);
  box-shadow: inset 0 1px 2px rgba(17, 24, 39, 0.04), 0 0 0 3px var(--color-accent-soft);
}
html[data-theme=dark] .form-control {
  background: var(--color-surface-soft);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
html[data-theme=dark] .form-control:focus {
  border-color: rgba(64, 156, 255, 0.55);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 3px var(--color-accent-soft);
}
.preview-charge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}
.preview-actions {
  margin-top: 1.25rem;
  width: 100%;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
@media (max-width: 900px) {
  .checkout-layout {
    grid-template-columns: minmax(0, 1fr);
  }
}
@property --tw-border-style { syntax: "*"; inherits: false; initial-value: solid; }
@property --tw-font-weight { syntax: "*"; inherits: false; }
@property --tw-tracking { syntax: "*"; inherits: false; }
@property --tw-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-shadow-color { syntax: "*"; inherits: false; }
@property --tw-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-inset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-shadow-color { syntax: "*"; inherits: false; }
@property --tw-inset-shadow-alpha { syntax: "<percentage>"; inherits: false; initial-value: 100%; }
@property --tw-ring-color { syntax: "*"; inherits: false; }
@property --tw-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-inset-ring-color { syntax: "*"; inherits: false; }
@property --tw-inset-ring-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@property --tw-ring-inset { syntax: "*"; inherits: false; }
@property --tw-ring-offset-width { syntax: "<length>"; inherits: false; initial-value: 0px; }
@property --tw-ring-offset-color { syntax: "*"; inherits: false; initial-value: #fff; }
@property --tw-ring-offset-shadow { syntax: "*"; inherits: false; initial-value: 0 0 #0000; }
@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-border-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
    }
  }
}

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