/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --default-font-family: var(--thl-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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, 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:where(:not(iframe)) {
    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 {
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .static {
    position: static;
  }
  .container {
    width: 100%;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .resize {
    resize: both;
  }
  .rounded-thl-lg {
    border-radius: var(--thl-radius-lg);
  }
  .bg-thl-primary {
    background-color: var(--thl-color-primary);
  }
  .bg-thl-primary-container {
    background-color: var(--thl-color-primary-container);
  }
  .bg-thl-surface {
    background-color: var(--thl-color-surface);
  }
  .bg-thl-surface-white {
    background-color: var(--thl-color-surface-white);
  }
  .font-sans {
    font-family: var(--thl-font-sans);
  }
  .text-thl-ink {
    color: var(--thl-color-text);
  }
  .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);
  }
  .shadow-thl-card {
    --tw-shadow: var(--thl-shadow-card);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
* {
  box-sizing: border-box;
}
html {
  min-width: 0;
  overflow-x: clip;
  scroll-behavior: smooth;
}
body {
  min-width: 0;
  overflow-x: clip;
  margin: 0;
  background: var(--thl-color-surface);
  color: var(--thl-color-text);
  font-family: var(--thl-font-sans);
  font-size: 16px;
  line-height: 1.6;
}
.container {
  width: 1200px;
  margin-inline: auto;
}
.brand {
  color: var(--thl-color-primary);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.brand span {
  color: var(--thl-color-accent);
  font-size: 0.72em;
  letter-spacing: -0.03em;
}
.service-card a:hover, footer a:hover {
  color: var(--thl-color-accent);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: var(--thl-radius-md);
  font: 500 14px var(--thl-font-sans);
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--thl-transition), color var(--thl-transition), border-color var(--thl-transition), filter var(--thl-transition);
}
.button-primary {
  background: var(--thl-color-primary);
  color: white;
}
.button-primary:hover {
  background: var(--thl-color-primary-container);
}
.hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 655px;
  overflow: hidden;
  color: white;
}
.hero-image, .hero-shade, .hero-rings {
  position: absolute;
  inset: 0;
}
.hero-image {
  background: url("../images/home-hero-office.jpg") center / cover no-repeat;
}
.hero-shade {
  background: rgb(22 78 115 / 85%);
  backdrop-filter: blur(2px);
}
.hero-rings {
  left: auto;
  width: 52%;
  background: radial-gradient(circle at 85% 95%, transparent 0 120px, white 121px 123px, transparent 124px 180px, white 181px 183px, transparent 184px);
  opacity: 0.1;
}
.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding-block: 80px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: var(--thl-radius-pill);
  background: rgb(255 255 255 / 6%);
  color: var(--thl-color-blue-100);
  font-size: 14px;
  font-weight: 500;
  backdrop-filter: blur(4px);
}
.hero h1 {
  max-width: 640px;
  margin: 21px 0 16px;
  color: white;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.hero h1 span {
  color: var(--thl-color-accent-soft);
}
.hero-content > p {
  max-width: 620px;
  margin: 0;
  color: var(--thl-color-surface-subtle);
  font-size: 18px;
  line-height: 1.6;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 29px 0 35px;
}
.button-light {
  background: white;
  color: var(--thl-color-primary);
  box-shadow: 0 2px 5px rgb(0 0 0 / 13%);
}
.button-light:hover {
  background: var(--thl-color-surface-subtle);
}
.button-light b, .service-card b {
  margin-left: 7px;
  font-size: 20px;
}
.button-outline {
  border-color: white;
  background: transparent;
  color: white;
}
.button-outline:hover {
  background: rgb(255 255 255 / 10%);
}
.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 420px;
  margin: 0;
  padding-top: 27px;
  border-top: 1px solid rgb(255 255 255 / 20%);
}
.stats dt {
  color: var(--thl-color-accent-soft);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.stats dd {
  margin: 1px 0 0;
  color: var(--thl-color-surface-subtle);
  font-size: 13px;
}
.hero-cards {
  position: relative;
  height: 500px;
}
.float-card {
  position: absolute;
  width: 256px;
  padding: 24px;
  border-radius: 12px;
  background: white;
  color: var(--thl-color-text);
  box-shadow: var(--thl-shadow-floating);
  animation: float 6s ease-in-out infinite;
}
.float-card i, .service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: var(--thl-color-blue-100);
  color: var(--thl-color-accent);
  font-size: 25px;
  font-style: normal;
}
.float-card h3 {
  margin: 0 0 6px;
  font-size: 17px;
  line-height: 1.4;
}
.float-card p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
}
.finance {
  top: 38px;
  right: 35px;
}
.finance span {
  display: block;
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 9px;
  background: #d9e3f7;
}
.finance span b {
  display: block;
  width: 85%;
  height: 100%;
  border-radius: inherit;
  background: var(--thl-color-accent);
}
.legal {
  top: 196px;
  left: 0;
  animation-delay: 1.5s;
}
.legal i {
  background: #cce5ff;
  color: var(--thl-color-primary);
}
.legal small {
  display: block;
  margin-top: 15px;
  color: var(--thl-color-primary);
  font-size: 11px;
  font-weight: 600;
}
.tax {
  right: 80px;
  bottom: 35px;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 224px;
  padding: 18px;
  animation-delay: 3s;
}
.tax i {
  width: 40px;
  height: 40px;
  margin: 0;
  background: #ffddb2;
  color: #492e00;
  font-size: 21px;
}
.tax h3 {
  margin: 0;
  font-size: 13px;
}
.tax p {
  font-size: 11px;
}
.section {
  padding-block: 80px;
}
.section-heading {
  max-width: 680px;
  margin: 0 auto 61px;
  text-align: center;
}
.section-heading span {
  display: block;
  margin-bottom: 7px;
  color: var(--thl-color-accent);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
}
.section-heading h2, .consultation h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.service-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
}
.service-card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 32px;
  border: 1px solid var(--thl-color-border);
  border-radius: var(--thl-radius-lg);
  background: white;
  box-shadow: var(--thl-shadow-card);
  transition: box-shadow var(--thl-transition);
}
.service-card:hover {
  box-shadow: 0 9px 25px rgb(22 78 115 / 9%);
}
.service-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.service-card p {
  margin: 0;
  color: var(--thl-color-text-muted);
  font-size: 15px;
}
.service-card > a, .incorporation > div:first-child > a {
  margin-top: auto;
  color: var(--thl-color-primary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.incorporation {
  display: grid;
  grid-template-columns: 1fr 32%;
  gap: 32px;
  background-color: white;
  background-image: radial-gradient(#d9e3f7 1.5px, transparent 1.5px);
  background-position: right bottom;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
.incorporation > div:first-child {
  display: flex;
  flex-direction: column;
}
.incorporation ul {
  margin: 18px 0;
  padding: 0;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  list-style: none;
}
.incorporation li {
  margin-block: 7px;
}
.service-photo {
  border-radius: 12px;
  background: url("../images/home-service-incorporation.jpg") center / cover no-repeat;
}
.consultation {
  position: relative;
  overflow: hidden;
  padding-block: 96px;
  background: var(--thl-color-primary);
  color: white;
}
.glow {
  position: absolute;
  border-radius: var(--thl-radius-pill);
  filter: blur(55px);
  opacity: 0.3;
}
.glow-one {
  top: -130px;
  right: -80px;
  width: 280px;
  height: 280px;
  background: var(--thl-color-accent);
}
.glow-two {
  bottom: -150px;
  left: -150px;
  width: 320px;
  height: 320px;
  background: #9cccf7;
}
.consultation-box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: center;
  gap: 55px;
  padding: 48px;
  border: 1px solid rgb(255 255 255 / 10%);
  border-radius: var(--thl-radius-lg);
  background: rgb(255 255 255 / 2%);
  backdrop-filter: blur(8px);
}
.consultation h2 {
  margin-bottom: 15px;
  color: white;
}
.consultation p {
  max-width: 650px;
  margin: 0;
  color: var(--thl-color-surface-subtle);
  font-size: 15px;
}
.hotline {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 26px;
}
.hotline i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgb(255 255 255 / 10%);
  color: var(--thl-color-accent-soft);
  font-style: normal;
}
.hotline span {
  color: var(--thl-color-surface-subtle);
  font-size: 11px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.hotline strong {
  display: block;
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  text-transform: none;
}
.callback-form {
  padding: 24px;
  border-radius: 12px;
  background: white;
  color: var(--thl-color-text);
  box-shadow: 0 15px 25px rgb(0 0 0 / 13%);
}
.callback-form h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 600;
}
.callback-form input, .callback-form select, footer input {
  width: 100%;
  margin: 0 0 13px;
  padding: 11px 13px;
  border: 1px solid var(--thl-color-border);
  border-radius: var(--thl-radius-md);
  background: var(--thl-color-surface);
  color: var(--thl-color-text-muted);
  font: 400 14px var(--thl-font-sans);
}
.callback-form .button {
  width: 100%;
}
footer {
  padding-top: 80px;
  background: var(--thl-color-footer);
  color: #d9e3f7;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 24px;
}
.light-brand {
  display: inline-block;
  margin-bottom: 18px;
  color: white;
}
.light-brand span {
  color: var(--thl-color-accent-soft);
}
footer p {
  margin: 0 0 18px;
  color: rgb(217 227 247 / 80%);
  font-size: 13px;
}
footer h3 {
  margin: 0 0 19px;
  color: white;
  font-size: 17px;
  font-weight: 600;
}
footer section > a {
  display: block;
  margin: 0 0 10px;
  color: rgb(217 227 247 / 80%);
  font-size: 13px;
  text-decoration: none;
}
.social {
  display: flex;
  gap: 12px;
}
.social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(255 255 255 / 6%);
  color: white;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.footer-button {
  width: 100%;
  padding: 9px;
  border-radius: var(--thl-radius-sm);
  background: var(--thl-color-accent);
  color: white;
}
footer input {
  margin-bottom: 11px;
  border-color: rgb(255 255 255 / 20%);
  border-radius: var(--thl-radius-sm);
  background: rgb(255 255 255 / 5%);
  color: white;
}
.copyright {
  margin-top: 55px;
  padding: 21px;
  border-top: 1px solid rgb(255 255 255 / 10%);
  color: rgb(217 227 247 / 60%);
  font-size: 12px;
  text-align: center;
}
.contact-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-float a {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 6px 16px rgb(0 0 0 / 25%);
}
.contact-float .zalo {
  background: #0068ff;
  font-size: 13px;
}
.messenger {
  background: #0a7cff;
}
.phone {
  background: #34a853;
  animation: pulse 1.5s infinite;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
@keyframes pulse {
  50% {
    transform: scale(1.07);
  }
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  height: 80px;
  border-bottom: 1px solid var(--thl-color-border);
  background: var(--thl-color-surface-white);
  box-shadow: 0 1px 3px rgb(18 28 42 / 8%);
}
.site-header .container {
  width: 1200px;
  margin-inline: auto;
}
.nav-wrap {
  display: flex;
  align-items: center;
  gap: 28px;
  height: 100%;
}
.site-header .brand {
  color: var(--thl-color-primary);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.04em;
  text-decoration: none;
  white-space: nowrap;
}
.site-header .brand span {
  color: var(--thl-color-accent);
  font-size: 0.72em;
  letter-spacing: -0.03em;
}
.desktop-nav {
  display: flex;
  align-items: stretch;
  gap: 31px;
  height: 100%;
  margin-left: auto;
}
.desktop-nav a {
  position: relative;
  display: flex;
  align-items: center;
  padding-block: 8px;
  color: var(--thl-color-text-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--thl-transition);
}
.desktop-nav a:hover, .desktop-nav a.is-active {
  color: var(--thl-color-accent);
}
.desktop-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--thl-color-accent);
  content: "";
}
.site-header .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 23px;
  border: 1px solid transparent;
  border-radius: var(--thl-radius-md);
  font: 500 14px var(--thl-font-sans);
  text-decoration: none;
  transition: background-color var(--thl-transition), color var(--thl-transition);
}
.site-header .button-primary {
  background: var(--thl-color-primary);
  color: white;
}
.site-header .button-primary:hover {
  background: var(--thl-color-primary-container);
}
.site-header .nav-cta {
  margin-left: 4px;
  padding-inline: 24px;
}
:root {
  --thl-color-navy-950: #0b2a3e;
  --thl-color-navy-900: #003756;
  --thl-color-navy-700: #164e73;
  --thl-color-blue-600: #006495;
  --thl-color-blue-500: #126a9c;
  --thl-color-blue-300: #83c8ff;
  --thl-color-blue-100: #cbe6ff;
  --thl-color-primary: var(--thl-color-navy-900);
  --thl-color-primary-container: var(--thl-color-navy-700);
  --thl-color-accent: var(--thl-color-blue-600);
  --thl-color-accent-soft: var(--thl-color-blue-300);
  --thl-color-surface: #f9f9ff;
  --thl-color-surface-subtle: #eff3ff;
  --thl-color-surface-white: #ffffff;
  --thl-color-text: #121c2a;
  --thl-color-text-muted: #41474e;
  --thl-color-border: #e5e7eb;
  --thl-color-footer: var(--thl-color-navy-950);
  --thl-font-sans: "Be Vietnam Pro", sans-serif;
  --thl-text-body: 1rem;
  --thl-text-body-leading: 1.6;
  --thl-text-heading-xl: 3rem;
  --thl-text-heading-xl-leading: 1.2;
  --thl-text-heading-lg: 2rem;
  --thl-text-heading-lg-leading: 1.3;
  --thl-container: 75rem;
  --thl-gutter: 1.5rem;
  --thl-section-space: 5rem;
  --thl-section-space-mobile: 3rem;
  --thl-radius-sm: 0.25rem;
  --thl-radius-md: 0.5rem;
  --thl-radius-lg: 1rem;
  --thl-radius-pill: 9999px;
  --thl-shadow-card: 0 4px 20px rgb(22 78 115 / 5%);
  --thl-shadow-floating: 0 8px 30px rgb(0 0 0 / 12%);
  --thl-transition: 200ms ease-out;
  --navy: var(--thl-color-primary);
  --blue: var(--thl-color-accent);
  --blue-light: var(--thl-color-accent-soft);
  --paper: var(--thl-color-surface);
  --ink: var(--thl-color-text);
  --muted: var(--thl-color-text-muted);
  --line: var(--thl-color-border);
  --dark: var(--thl-color-footer);
}
@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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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-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;
    }
  }
}
