/*! 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;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-surface: #080808;
    --color-surface-raised: #0e0e0e;
    --color-border: #1e1e1e;
    --color-border-strong: #2a2a2a;
    --color-fg: #ece7df;
    --color-fg-muted: #847e73;
    --color-fg-subtle: #5a5549;
    --color-accent: #c8a55a;
    --color-accent-hover: #dab96c;
    --font-display: "Cormorant", Georgia, serif;
    --font-body: "Karla", system-ui, sans-serif;
  }
}
@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;
  }
  .static {
    position: static;
  }
  .block {
    display: block;
  }
  .hidden {
    display: none;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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,);
  }
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background-color: var(--color-surface);
  color: var(--color-fg);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.028;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  background-size: 256px 256px;
}
::selection {
  background: rgba(200, 165, 90, 0.25);
  color: var(--color-fg);
}
.display-lg {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 11vw, 9rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.03em;
}
.heading-lg {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}
.heading {
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
}
.label {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--color-accent);
}
.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .page-container {
    padding: 0 4rem;
  }
}
.site-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.4s ease, backdrop-filter 0.4s ease;
}
.site-nav.scrolled {
  background-color: rgba(8, 8, 8, 0.88);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
@media (min-width: 768px) {
  .site-nav {
    padding: 1.5rem 4rem;
  }
}
.nav-logo {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--color-fg);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.3s;
}
.nav-logo:hover {
  color: var(--color-accent);
}
.nav-links {
  display: none;
  gap: 2.5rem;
  align-items: center;
}
@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }
}
.nav-links a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--color-fg-muted);
  text-decoration: none;
  transition: color 0.3s;
  position: relative;
}
.nav-links a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color-accent);
  transition: width 0.3s ease;
}
.nav-links a:hover {
  color: var(--color-fg);
}
.nav-links a:hover::after {
  width: 100%;
}
.mobile-toggle {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 4px;
  z-index: 200;
}
@media (min-width: 768px) {
  .mobile-toggle {
    display: none;
  }
}
.mobile-toggle span {
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--color-fg);
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.mobile-toggle.active span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}
.mobile-toggle.active span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 150;
  background: var(--color-surface);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.mobile-menu.open {
  opacity: 1;
  pointer-events: auto;
}
.mobile-menu a {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 400;
  color: var(--color-fg);
  text-decoration: none;
  transition: color 0.3s;
}
.mobile-menu a:hover {
  color: var(--color-accent);
}
.site-footer {
  border-top: 1px solid var(--color-border);
  padding: 3rem 1.5rem;
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 3rem 4rem;
  }
}
.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-inner p {
  font-size: 0.8rem;
  color: var(--color-fg-muted);
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer-links a {
  font-size: 0.8rem;
  color: var(--color-fg-muted);
  text-decoration: none;
  transition: color 0.3s;
}
.footer-links a:hover {
  color: var(--color-accent);
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-stagger > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.visible > *:nth-child(1) {
  transition-delay: 0s;
}
.reveal-stagger.visible > *:nth-child(2) {
  transition-delay: 0.06s;
}
.reveal-stagger.visible > *:nth-child(3) {
  transition-delay: 0.12s;
}
.reveal-stagger.visible > *:nth-child(4) {
  transition-delay: 0.18s;
}
.reveal-stagger.visible > *:nth-child(5) {
  transition-delay: 0.24s;
}
.reveal-stagger.visible > *:nth-child(6) {
  transition-delay: 0.3s;
}
.reveal-stagger.visible > *:nth-child(7) {
  transition-delay: 0.36s;
}
.reveal-stagger.visible > *:nth-child(8) {
  transition-delay: 0.42s;
}
.reveal-stagger.visible > *:nth-child(9) {
  transition-delay: 0.48s;
}
.reveal-stagger.visible > *:nth-child(10) {
  transition-delay: 0.54s;
}
.reveal-stagger.visible > *:nth-child(11) {
  transition-delay: 0.6s;
}
.reveal-stagger.visible > *:nth-child(12) {
  transition-delay: 0.66s;
}
.reveal-stagger.visible > * {
  opacity: 1;
  transform: translateY(0);
}
.divider {
  height: 1px;
  background: var(--color-border);
  border: none;
  margin: 4rem 0;
}
.divider-accent {
  height: 1px;
  width: 60px;
  background: var(--color-accent);
  border: none;
  margin: 0 0 2rem 0;
}
.hero {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 8rem 1.5rem 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .hero {
    padding: 8rem 4rem 4rem;
  }
}
.hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.hero-tagline {
  font-family: var(--font-body);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 1.5rem;
}
.hero-name {
  font-family: var(--font-display);
  font-size: clamp(3.5rem, 11vw, 9rem);
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: -0.03em;
  color: var(--color-fg);
  margin-bottom: 2.5rem;
}
.hero-name em {
  font-style: italic;
  color: var(--color-accent);
}
.hero-description {
  max-width: 480px;
  font-size: 1rem;
  line-height: 1.75;
  color: var(--color-fg-muted);
}
.hero-stats {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--color-border);
  flex-wrap: wrap;
}
.hero-stat-number {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 300;
  color: var(--color-fg);
  line-height: 1;
}
.hero-stat-label {
  font-size: 0.7rem;
  color: var(--color-fg-muted);
  margin-top: 0.5rem;
  letter-spacing: 0.05em;
}
.scroll-indicator {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-fg-subtle);
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  animation: float 3s ease-in-out infinite;
}
.scroll-indicator::after {
  content: "";
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, var(--color-fg-subtle), transparent);
}
@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
@keyframes hero-fade-in {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-anim {
  opacity: 0;
  animation: hero-fade-in 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.hero-anim-1 {
  animation-delay: 0.1s;
}
.hero-anim-2 {
  animation-delay: 0.3s;
}
.hero-anim-3 {
  animation-delay: 0.5s;
}
.hero-anim-4 {
  animation-delay: 0.7s;
}
.section {
  padding: 5rem 0;
}
.section-header {
  margin-bottom: 3rem;
}
.page-hero {
  padding-top: 9rem;
  padding-bottom: 3rem;
}
@keyframes page-enter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.page-enter {
  opacity: 0;
  animation: page-enter 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
.home-cta-link {
  font-size: 0.78rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 2px;
  transition: color 0.3s;
}
.home-cta-link--primary {
  color: var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
}
.home-cta-link--primary:hover {
  color: var(--color-accent-hover);
}
.home-cta-link--secondary {
  color: var(--color-fg-muted);
  border-bottom: 1px solid var(--color-border);
}
.home-cta-link--secondary:hover {
  color: var(--color-fg);
  border-bottom-color: var(--color-fg-muted);
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
.about-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-fg-muted);
  margin-bottom: 1.25rem;
}
.pull-quote {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 2.5vw, 2.2rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.35;
  color: var(--color-fg);
  padding-left: 1.5rem;
  border-left: 2px solid var(--color-accent);
}
.tech-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
@media (min-width: 640px) {
  .tech-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .tech-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tech-item {
  padding: 1.15rem;
  border: 1px solid var(--color-border);
  border-radius: 3px;
  font-size: 0.82rem;
  color: var(--color-fg-muted);
  transition: border-color 0.3s, color 0.3s;
  text-align: center;
}
.tech-item:hover {
  border-color: var(--color-accent);
  color: var(--color-fg);
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: var(--color-border);
}
@media (min-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.service-card {
  background: var(--color-surface);
  padding: 2.5rem 2rem;
  transition: background-color 0.4s ease;
}
.service-card:hover {
  background: var(--color-surface-raised);
}
.service-number {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 300;
  color: var(--color-border-strong);
  margin-bottom: 1.25rem;
  line-height: 1;
}
.service-card h3 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  color: var(--color-fg);
}
.service-card p {
  font-size: 0.92rem;
  line-height: 1.7;
  color: var(--color-fg-muted);
}
.service-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.25rem;
}
.service-tag {
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.65rem;
  border: 1px solid var(--color-border);
  border-radius: 2px;
  color: var(--color-fg-subtle);
}
.timeline {
  position: relative;
  padding-left: 0;
}
@media (min-width: 768px) {
  .timeline {
    padding-left: 3rem;
  }
  .timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--color-border);
  }
}
.timeline-item {
  position: relative;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-border);
}
.timeline-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .timeline-item::before {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0.4rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--color-accent);
    transform: translateX(-3px);
  }
}
.timeline-date {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.6rem;
}
.timeline-company {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--color-fg);
  margin-bottom: 0.15rem;
}
.timeline-role {
  font-size: 0.9rem;
  color: var(--color-fg-muted);
  margin-bottom: 0.9rem;
}
.timeline-description {
  font-size: 0.92rem;
  color: var(--color-fg-muted);
  margin-bottom: 0.75rem;
  line-height: 1.7;
}
.timeline-list {
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem 0;
}
.timeline-list li {
  position: relative;
  padding-left: 1.25rem;
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--color-fg-muted);
  margin-bottom: 0.25rem;
}
.timeline-list li::before {
  content: "\2014";
  position: absolute;
  left: 0;
  color: var(--color-border-strong);
}
.timeline-tech {
  font-size: 0.72rem;
  color: var(--color-fg-subtle);
  font-style: italic;
  margin-top: 0.5rem;
  line-height: 1.5;
}
.timeline-group {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--color-border);
}
.timeline-group-header {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .timeline-group-header::before {
    content: "";
    position: absolute;
    left: -3rem;
    top: 0.4rem;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1.5px solid var(--color-accent);
    background: var(--color-surface);
    transform: translateX(-4px);
  }
}
.timeline-group-name {
  font-family: var(--font-display);
  font-size: 1.65rem;
  font-weight: 500;
  color: var(--color-fg);
  margin-bottom: 0.15rem;
}
.timeline-group-meta {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.6rem;
}
.timeline-group-intro {
  font-size: 0.92rem;
  color: var(--color-fg-muted);
  line-height: 1.7;
  max-width: 640px;
}
.timeline-group-items {
  margin-top: 2rem;
  padding-left: 0;
  border-left: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .timeline-group-items {
    padding-left: 2rem;
    margin-left: 0.5rem;
  }
}
.timeline-group-items .timeline-item {
  padding-left: 1.5rem;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 768px) {
  .timeline-group-items .timeline-item {
    padding-left: 0;
  }
  .timeline-group-items .timeline-item::before {
    display: none;
  }
}
.timeline-group-items .timeline-item:last-child {
  border-bottom: none;
}
.legal-content {
  max-width: 680px;
}
.legal-content h2 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 500;
  margin: 2.5rem 0 0.75rem;
  color: var(--color-fg);
}
.legal-content h2:first-of-type {
  margin-top: 0;
}
.legal-content p {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--color-fg-muted);
  margin-bottom: 0.75rem;
}
@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;
}
@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-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;
    }
  }
}
