/*! tailwindcss v4.1.7 | 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-white: #fff;
    --spacing: 0.25rem;
    --ease-in-out: cubic-bezier(0.4, 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;
  }
  :-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;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-0\.5 {
    height: calc(var(--spacing) * 0.5);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .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;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-center {
    justify-content: center;
  }
  .space-y-3 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .backdrop-filter {
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .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));
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
}
.bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url('../../assets/images/bg.png') lightgray 50% / cover no-repeat;
  z-index: -2;
}
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 4px;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: 67.5%;
  }
  body {
    margin: 0;
    padding: 0;
    font-family: 'PingFang SC';
    font-style: normal;
    overflow-x: hidden;
    background-attachment: fixed;
    position: relative;
  }
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    opacity: 0.8;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(6px);
    z-index: 999;
  }
  .nav-container {
    width: 1110px;
    height: 80px;
    padding: 22px 0 22px 0;
    margin: 0 auto;
  }
  .nav-logo {
    width: 172px;
    height: 52px;
    cursor: pointer;
    margin-right: 110px;
  }
  .nav-logo img {
    height: 52px;
    width: 172px;
  }
  .nav-links {
    gap: 48px;
  }
  .nav-link {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    transition: color 0.3s ease;
    position: relative;
    cursor: pointer;
    text-align: center;
  }
  .nav-link.active {
    font-weight: 600;
  }
  .nav-link.active::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background-color: #6f4dea;
    z-index: -1;
  }
  .custom-select {
    position: relative;
    height: 14px;
    width: 48px;
    margin-left: 130px;
  }
  .select-selected {
    background: transparent;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    cursor: pointer;
    margin: 0 0 10px 0;
  }
  .select-selected img {
    display: inline;
    vertical-align: middle;
  }
  .select-items {
    position: absolute;
    width: 68px;
    background-color: #d9d9d9;
    display: none;
    font-size: 14px;
    border-radius: 6px;
    padding: 5px;
  }
  .select-items:nth-child(1) {
    border-top: none;
  }
  .select-items .option {
    padding: 4px 2px;
    cursor: pointer;
    color: #333;
    text-align: center;
  }
  .select-items .option img {
    display: inline;
    vertical-align: middle;
  }
  .home-content {
    display: flex;
    padding: 180px 345px 140px 345px;
    justify-content: center;
  }
  .chat-icon img {
    width: 140px;
    height: 140px;
  }
  .chat-introduce {
    margin-left: 31px;
    width: 580px;
    height: 350px;
    flex-shrink: 0;
    background-image: url('../../assets/images/chat-introduce.png');
    background-size: 580px 350px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .chat-introduce div {
    width: 450px;
    height: 201px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  @keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }
  .search-container {
    margin-top: 64px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    border: 2px solid #6f4dea;
    background: rgba(38, 9, 92, 0.6);
    padding: 2px 4px 2px 12px;
    background-clip: padding-box;
    position: relative;
    overflow: hidden;
  }
  #search-input {
    flex: 1;
    background-color: transparent;
    border: none;
    outline: none;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
  }
  .send-button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
  }
  .video-container-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 50px;
  }
  .video-ip-introduce {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    width: 100%;
  }
  .video-ip-introduce a {
    position: relative;
    font-size: 20px;
  }
  .video-ip-introduce a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #6f4dea;
    z-index: -1;
  }
  .video-ip-introduce .fansNum {
    position: relative;
  }
  .video-ip-introduce .fansNum::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background-color: #6f4dea;
    z-index: -1;
  }
  .video-content-container {
    margin-top: 100px;
    width: 1440px;
    box-shadow: 100px 0px rgba(0, 0, 0, 0.2), -100px 0px rgba(0, 0, 0, 0.2);
  }
  .video-content {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    cursor: grab;
    transition: transform 0.3s ease;
    will-change: transform;
    mask-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.9) 150px, rgba(0, 0, 0, 0.9) calc(100% - 150px), transparent);
  }
  .AIGC-video-card {
    border-radius: 12px;
    width: 540px;
    height: 300px;
    background: #fff;
    flex-shrink: 0;
    position: relative;
  }
  .AIGC-video-card .pause {
    width: 84px;
    height: 84px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../assets/images/pause.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    cursor: pointer;
  }
  .AIGC-video-card img {
    border-radius: 12px;
    width: 540px;
    height: 300px;
    object-fit: cover;
  }
  .AIGC-video-card:nth-child(1) {
    margin-left: 165px;
  }
  .AIGC-video-card:nth-last-child(1) {
    margin-right: 165px;
  }
  .about-container .introduce {
    display: flex;
    width: 1440px;
    padding-top: 160px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
  .about-container .title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    padding-bottom: 30px;
  }
  .about-container .description {
    width: 998px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .timeline-container {
    display: flex;
    align-items: center;
    width: 1260px;
    margin: 0 auto;
    justify-content: flex-start;
  }
  .timeline {
    overflow-x: auto;
    display: flex;
    height: 720px;
    position: relative;
    margin: 0 20px;
  }
  .timeline-content {
    display: flex;
    position: relative;
    padding: 0 55px;
  }
  .timeline-content::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #6f4dea;
    z-index: 1;
  }
  .timeline-item {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .timeline-item:nth-child(even) {
    flex-direction: column-reverse;
  }
  .timeline-date-container {
    margin: 16px 0;
  }
  .timeline-date-container-reverse {
    margin: 16px 0;
  }
  .timeline-date {
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  .timeline-image {
    margin-top: 56px;
    margin-bottom: 16px;
  }
  .timeline-image img {
    display: inline;
    border-radius: 12px;
    width: 160px;
    height: 214px;
  }
  .timeline-image-reverse {
    margin-top: 16px;
    margin-bottom: 56px;
  }
  .timeline-image-reverse img {
    display: inline;
    border-radius: 12px;
    width: 160px;
    height: 214px;
  }
  .outLink {
    text-align: center;
    cursor: pointer;
  }
  .outLink img {
    transition: transform 0.3s ease;
  }
  .outLink img:hover {
    transform: scale(1.1);
  }
  .business-container {
    display: flex;
    flex-direction: column;
    width: 1110px;
    margin: 0 auto;
  }
  .business-model-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    padding-top: 160px;
  }
  .business-model-container {
    padding-top: 100px;
  }
  .model-card {
    padding: 30px;
    margin-bottom: 60px;
    display: flex;
    gap: 40px;
    border-radius: 36px;
    background: #6f4dea;
    box-shadow: 0px 0px 6px 0px rgba(155, 114, 232, 0.08);
  }
  .model-card img {
    display: inline;
  }
  .model-content {
    flex: 1;
  }
  .model-content .aigc-custom-title {
    margin-top: 20px;
  }
  .model-content h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .model-content .TXT-introduce {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .model-content .ai-agent-introduce {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  .custom-video-type {
    display: inline-block;
    height: 32px;
    padding: 2px 14px;
    border-radius: 20px;
    background-color: #a994f2;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
  }
  .feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 24px;
  }
  .feature-list li {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
    cursor: pointer;
  }
  .feature-list li::before {
    content: '•';
    color: #fff;
    position: absolute;
    left: 0;
  }
  .business-container .contact-us {
    background: #7b5fe5;
    color: #fff;
    border-radius: 30px;
    border: 2px solid #fff;
    width: 160px;
    height: 48px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
  }
  .contact-us:hover {
    background: #8c6fff;
  }
  .cooperation-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    margin: 100px 0;
  }
  .cooperation-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .cooperation-card {
    border-radius: 24px;
    background: #bdbdbd;
    overflow: hidden;
    transition: transform 0.3s ease;
    width: 350px;
    height: 240px;
    cursor: pointer;
    position: relative;
  }
  .business-container .pause {
    width: 60px;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('../../assets/images/pause.svg');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
  .cooperation-card:hover {
    transform: translateY(-5px);
  }
  .star-name {
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin-top: 16px;
  }
  .contact-container {
    display: flex;
    padding: 160px 0 120px 0;
    flex-direction: column;
    margin: 0 auto;
    width: 1110px;
  }
  .contact-title {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 52px;
    padding-bottom: 30px;
  }
  .contact-desc {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
  }
  .contact-cards {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 100px;
  }
  .contact-card {
    border-radius: 12px;
    background: #fff;
    box-shadow: 2.095px 0.698px 30.027px 0px rgba(124, 78, 228, 0.04);
    width: 255px;
    height: 360px;
    flex-shrink: 0;
  }
  .contact-card-content {
    padding: 60px 37.5px 98px;
    text-align: center;
  }
  .contact-card-content img {
    display: inline;
  }
  .contact-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    background: #8c6fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-icon img {
    width: 42px;
    height: 42px;
  }
  .contact-card div {
    color: #7c4ee4;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
  }
  .contact-card p {
    color: #828282;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
    margin: 0;
  }
  .bottom-container {
    background-color: #000;
    padding: 38px 0 35px 0;
    color: #e0e0e0;
    text-align: center;
  }
  .bottom-container div {
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
  }
  .bottom-container p {
    margin: 7px 0 0 0;
    font-size: 8px;
    font-weight: 400;
    line-height: 32px;
  }
}
@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-space-y-reverse: 0;
      --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-outline-style: solid;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-ease: initial;
    }
  }
}
