/*! tailwindcss v4.2.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;
    --color-red-50: oklch(97.1% 0.013 17.38);
    --color-red-600: oklch(57.7% 0.245 27.325);
    --color-red-800: oklch(44.4% 0.177 26.899);
    --color-green-50: oklch(98.2% 0.018 155.826);
    --color-green-600: oklch(62.7% 0.194 149.214);
    --color-green-800: oklch(44.8% 0.119 151.328);
    --spacing: 0.25rem;
    --container-2xl: 42rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --font-weight-semibold: 600;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --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)) {
        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 {
  .collapse {
    visibility: collapse;
  }
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-2xl {
    max-width: var(--container-2xl);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-green-600 {
    border-color: var(--color-green-600);
  }
  .border-red-600 {
    border-color: var(--color-red-600);
  }
  .bg-green-50 {
    background-color: var(--color-green-50);
  }
  .bg-red-50 {
    background-color: var(--color-red-50);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .text-center {
    text-align: center;
  }
  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-green-800 {
    color: var(--color-green-800);
  }
  .text-red-800 {
    color: var(--color-red-800);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .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,);
  }
  .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));
  }
  .duration-150 {
    --tw-duration: 150ms;
    transition-duration: 150ms;
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:col-span-3 {
    @media (width >= 48rem) {
      grid-column: span 3 / span 3;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:grid {
    @media (width >= 48rem) {
      display: grid;
    }
  }
  .md\:grid-cols-6 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
}
.tarifrechner-full-title {
  margin: 0 0 1.5rem;
  font-size: 1.5rem;
}
.tarifrechner-full-initializing {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  gap: 1rem;
  padding: 2rem;
}
.tarifrechner-full-initializing-spinner {
  width: 2.5rem;
  height: 2.5rem;
  border: 3px solid var(--e-global-color-d9fa3d1, #e5e7eb);
  border-top-color: var(--e-global-color-primary, #fbbf24);
  border-radius: 50%;
  animation: tarifrechner-full-spin 0.8s linear infinite;
}
.tarifrechner-full-initializing-text {
  margin: 0;
  font-size: 0.9375rem;
  color: inherit;
}
@keyframes tarifrechner-full-spin {
  to {
    transform: rotate(360deg);
  }
}
.tarifrechner-full-steps {
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
  margin: 0 auto 5rem;
  padding: 0;
  justify-content: center;
  width: fit-content;
  position: relative;
}
.tarifrechner-full-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  padding: 1rem;
  &::after {
    content: '';
    position: absolute;
    height: 2px;
    margin-top: 1rem;
    background-color: #eee;
    width: 100%;
    z-index: 0;
  }
  &:first-child::after {
    width: 50%;
    right: 0;
  }
  &:last-child::after {
    width: 50%;
    left: 0;
  }
}
.tarifrechner-full-step-number {
  background-color: #eee;
  width: 2rem;
  height: 2rem;
  margin-bottom: 1rem;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.tarifrechner-full-step.is-active .tarifrechner-full-step-number {
  background-color: var(--e-global-color-primary);
}
.tarifrechner-full-step.is-clickable {
  cursor: pointer;
}
.tarifrechner-full-second-partner, .tarifrechner-full-billing-address {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--e-global-color-d9fa3d1, #e5e7eb);
}
.tarifrechner-full-bdew-hint {
  background-color: #fef3c7;
  color: #92400e;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  border: 1px solid #fcd34d;
  font-size: 1rem;
}
.tarifrechner-full-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: end;
  gap: 0.75rem;
}
.tarifrechner-full-widget hr {
  border: none;
  border-bottom: 1px solid var(--e-global-color-d9fa3d1);
  margin: 2rem 0;
}
.tarifrechner-full-btn {
  padding: 0.6rem 1.25rem;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  border: none;
  transition: background 0.2s, color 0.2s;
  &[disabled] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
  }
}
.tarifrechner-full-btn--primary {
  &[disabled] {
    background-color: #555;
    color: #999;
  }
}
.tarifrechner-full-btn--secondary {
  background-color: var(--e-global-color-631cf17) !important;
  color: white;
  border: 1px solid #d1d5db;
  &:hover {
    background-color: var(--e-global-color-4f220a9) !important;
  }
}
.tarifrechner-full-step-title {
  font-size: 1.5rem;
  margin: 0 0 1rem;
}
.tarifrechner-full-step-desc {
  font-size: 1.2rem;
}
.tarifrechner-full-step-panel {
  display: block;
  border: none;
  margin: 0;
  padding: 0;
  min-width: 0;
}
.tarifrechner-full-form label {
  line-height: normal;
}
.tarifrechner-full-form {
  input[type="text"],	input[type="email"],	input[type="tel"],	input[type="date"],	input[type="number"],	select {
    width: 100%;
    height: 2.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid #222;
    border-radius: 8px;
    background: #333;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    margin-block: calc(var(--spacing) * 2);
    &:user-invalid {
      border-color: var(--e-global-color-accent);
    }
    &[disabled] {
      background-color: #222222;
      color: #5E5E5E;
    }
  }
}
.tarifrechner-full-field input[type="radio"] {
  margin-right: 0.5rem;
}
.tarifrechner-full-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-weight: 400;
  cursor: pointer;
}
.tarifrechner-full-checkbox-label input {
  margin-top: 0.2rem;
}
.tarifrechner-full-summary {
  margin-bottom: 0;
}
.tarifrechner-full-summary p {
  margin: 0 0 1rem;
}
.tarifrechner-full-step1-radios {
  border: none;
  padding: 0;
  margin: 0;
}
.tarifrechner-full-step1-radios-inner {
  display: flex;
  gap: 0.5rem;
  margin: 0.5rem 0 3rem;
}
.tarifrechner-full-step1-radio-label {
  padding: 0.5rem 1rem;
  border: 1px solid #444;
  border-radius: 8px;
  background: #333;
  font-weight: 600;
  cursor: pointer;
  &:hover {
    background-color: #444;
    color: #fff;
  }
  &.is-active {
    background-color: var(--e-global-color-accent, #D53192);
    border-color: var(--e-global-color-accent, #D53192);
    color: #fff;
  }
}
.tarifrechner-full-step1-radio-input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.tarifrechner-full-form {
  .tarifrechner-full-people-buttons {
    display: flex;
    gap: 0.5rem;
  }
  .tarifrechner-full-people-button {
    max-width: 1.8rem;
    margin-top: .2rem;
    background: none;
    border: none;
    border-radius: 0;
    color: #cecece;
    padding: 0;
    &.active {
      color: var(--e-global-color-accent);
    }
    svg {
      width: 100%;
    }
  }
}
.tarifrechner-full-tariffs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem;
}
.tarifrechner-full-tariff {
  background: var(--e-global-color-631cf17);
  border: 1px solid var(--e-global-color-d9fa3d1);
  padding: 2rem;
  border-radius: 1rem;
}
.tarifrechner-full-tariff-title {
  font-size: 2rem;
  margin: 0 0 .2rem;
}
.tarifrechner-full-tariff-description {
  font-size: 1.2rem;
  margin: 0 0 1.5rem;
}
.tarifrechner-full-tariff-price {
  display: flex;
  align-items: baseline;
  gap: 0.2rem;
  margin: 0 0 1rem;
  .tarifrechner-full-tariff-price-value {
    font-size: 3rem;
    font-weight: bold;
    color: var(--e-global-color-primary);
  }
  .tarifrechner-full-tariff-price-unit {
    margin-left: 1rem;
  }
}
.tarifrechner-full-tariff-table {
  width: 100%;
  td {
    padding: 5px 0;
    border: none;
    background-color: revert !important;
    font-size: 1rem;
    &:first-child {
      font-weight: bold;
      padding-right: 1rem;
    }
    &:last-child {
      text-align: right;
    }
  }
}
.tarifrechner-full-tariff-price-note {
  font-size: 0.8rem;
  color: var(--e-global-color-text);
}
.tarifrechner-full-tariff-benefits-title {
  font-size: 1.2rem;
  margin: 0 0 1rem;
  color: var(--e-global-color-primary);
}
.tarifrechner-full-tariff-benefits-list {
  list-style-type: none;
  padding: 0;
  margin: 0 0 2rem;
}
.tarifrechner-full-tariff-benefits-list li {
  display: flex;
  align-items: center;
  margin: 0 0 1rem;
  &::before {
    content: '✓';
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.5rem;
    background-color: var(--e-global-color-primary);
    color: var(--e-global-color-631cf17);
  }
}
.tarifrechner-full-tariff-actions-list {
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 0;
  font-size: 0.8rem;
}
.tarifrechner-full-tariff-actions-list li {
  margin: 0 0 .5rem;
  a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--e-global-color-text);
    text-decoration: none;
    border: none;
    padding: 0;
    cursor: pointer;
    &:hover, &:focus {
      background-color: transparent;
    }
    svg {
      width: .9rem;
    }
  }
}
.tarifrechner-full-link-copied {
  color: var(--e-global-color-accent, #059669);
  font-weight: 500;
}
.tarifrechner-full-explain-icon {
  width: 1.2rem;
  height: 1.2rem;
  background-color: var(--e-global-color-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--e-global-color-631cf17);
}
.tarifrechner-full-explain-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.tarifrechner-full-explain-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.tarifrechner-full-explain-box {
  position: relative;
  max-width: 28rem;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: var(--e-global-color-631cf17, #222);
  border: 1px solid var(--e-global-color-d9fa3d1, #2a2a2a);
  border-radius: 0.5rem;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
}
.tarifrechner-full-explain-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}
.tarifrechner-full-explain-header h3 {
  margin: 0;
  font-size: 1.125rem;
}
.tarifrechner-full-explain-close {
  background: none !important;
  border: none;
  padding: 0.25rem;
  font-size: 1.5rem;
  line-height: 1;
  color: inherit;
  opacity: 0.8;
  cursor: pointer;
}
.tarifrechner-full-explain-close:hover {
  opacity: 1;
}
.tarifrechner-full-explain-body {
  font-size: 0.9375rem;
  line-height: 1.5;
}
.tarifrechner-full-explain-body p {
  margin: 0;
}
.tarifrechner-full-supplier-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 0.25rem;
  padding: 0.25rem;
  background: var(--e-global-color-631cf17, #222);
  border: 1px solid var(--e-global-color-d9fa3d1, #2a2a2a);
  border-radius: 0.375rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.tarifrechner-full-supplier-search-input {
  width: 100%;
  margin-bottom: 0.25rem;
  padding: 0.5rem 0.75rem;
  font-size: 0.9375rem;
  background: var(--e-global-color-4f220a9, #1d1d1b);
  border: 1px solid var(--e-global-color-d9fa3d1, #2a2a2a);
  border-radius: 0.25rem;
  color: inherit;
  box-sizing: border-box;
}
.tarifrechner-full-supplier-search-input::placeholder {
  opacity: 0.7;
}
.tarifrechner-full-supplier-dropdown {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0.25rem 0;
  list-style: none;
  max-height: 14rem;
  overflow-y: auto;
}
.tarifrechner-full-supplier-dropdown-item {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  font-size: 0.9375rem;
}
.tarifrechner-full-supplier-dropdown-item:hover {
  background: var(--e-global-color-d9fa3d1, #2a2a2a);
}
.tarifrechner-full-supplier-dropdown-item--muted {
  color: var(--e-global-color-text, #fff);
  opacity: 0.7;
  cursor: default;
}
@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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-border-style: solid;
      --tw-font-weight: initial;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
