/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.static {
  position: static;
}
.container {
  width: 100%;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline {
  display: inline;
}
.flex-shrink {
  flex-shrink: 1;
}
.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-wrap {
  flex-wrap: wrap;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.text-center {
  text-align: center;
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  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;
}
.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,);
}
.backdrop-filter {
  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, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500&display=swap');
:root {
  --void: #020408;
  --depth-1: #050c14;
  --depth-2: #080f1a;
  --depth-3: #0d1828;
  --depth-4: #112035;
  --surface-0: rgba(8, 15, 26, 0.95);
  --surface-1: rgba(13, 24, 40, 0.85);
  --surface-2: rgba(17, 32, 53, 0.70);
  --surface-glass: rgba(255, 255, 255, 0.032);
  --cyan: #00e5ff;
  --cyan-dim: #00b4c8;
  --cyan-ghost: rgba(0, 229, 255, 0.08);
  --cyan-glow: rgba(0, 229, 255, 0.18);
  --amber: #ff9500;
  --amber-dim: #c47300;
  --amber-ghost: rgba(255, 149, 0, 0.08);
  --green: #00ff88;
  --green-ghost: rgba(0, 255, 136, 0.08);
  --red: #ff3b5c;
  --red-ghost: rgba(255, 59, 92, 0.08);
  --led-amber: #ff9500;
  --led-orange: #ff6200;
  --led-yellow: #ffd000;
  --led-lime: #7fff00;
  --led-green: #00e87a;
  --led-teal: #00d4b0;
  --led-cyan: #00e5ff;
  --led-blue: #0088ff;
  --led-gradient: linear-gradient(
    90deg,
    var(--led-amber)  0%,
    var(--led-orange) 12%,
    var(--led-yellow) 26%,
    var(--led-lime)   42%,
    var(--led-green)  56%,
    var(--led-teal)   70%,
    var(--led-cyan)   84%,
    var(--led-blue)   100%
  );
  --font-display: 'Space Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-mono: 'JetBrains Mono', 'Fira Code', ui-monospace, monospace;
  --text-primary: #e8f4ff;
  --text-secondary: rgba(232, 244, 255, 0.60);
  --text-muted: rgba(232, 244, 255, 0.32);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-in-out: cubic-bezier(0.45, 0, 0.55, 1);
  --duration-fast: 150ms;
  --duration-base: 280ms;
  --duration-slow: 500ms;
  --nav-height: 64px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--void);
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background: radial-gradient(ellipse 80% 50% at 50% -10%, rgba(0, 229, 255, 0.06) 0%, transparent 60%),
    radial-gradient(ellipse 55% 40% at 90% 20%, rgba(255, 149, 0, 0.05) 0%, transparent 55%),
    radial-gradient(ellipse 45% 50% at 5%  70%, rgba(255, 98, 0, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 60% 40% at 80% 85%, rgba(0, 100, 180, 0.04) 0%, transparent 50%),
    radial-gradient(ellipse 50% 60% at 10% 60%, rgba(0, 229, 255, 0.03) 0%, transparent 50%);
  pointer-events: none;
  z-index: 0;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: var(--nav-height);
  background: rgba(2, 4, 8, 0.88);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: none;
  z-index: 100;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.nav::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.5px;
  background: var(--led-gradient);
  opacity: 0.55;
}
.nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.nav-wordmark {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--text-primary);
  text-transform: uppercase;
  font-family: var(--font-display);
}
.nav-wordmark span {
  color: var(--cyan);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  transition: color var(--duration-base) var(--ease-out-expo);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 100%;
  height: 1px;
  background: var(--cyan);
  box-shadow: 0 0 8px var(--cyan);
  transition: right var(--duration-base) var(--ease-out-expo);
}
.nav-links a:hover, .nav-links a.active {
  color: var(--cyan);
}
.nav-links a:hover::after, .nav-links a.active::after {
  right: 0;
}
.page-shell {
  padding-top: var(--nav-height);
  min-height: 100vh;
}
.surface {
  background: var(--surface-glass);
  border: 1px solid rgba(0, 229, 255, 0.06);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.surface-elevated {
  background: var(--surface-1);
  border: 1px solid rgba(0, 229, 255, 0.10);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 229, 255, 0.04),
    0 24px 48px rgba(0, 0, 0, 0.6),
    0 0 80px rgba(0, 229, 255, 0.03);
}
.card {
  background: var(--surface-glass);
  border: 1px solid rgba(0, 229, 255, 0.07);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  transition: border-color var(--duration-base) var(--ease-out-expo),
    box-shadow var(--duration-base) var(--ease-out-expo),
    transform var(--duration-base) var(--ease-out-expo);
}
.card:hover {
  border-color: rgba(0, 229, 255, 0.18);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5),
    0 0 40px rgba(0, 229, 255, 0.06);
  transform: translateY(-2px);
}
.heading-hero {
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.05;
  color: var(--text-primary);
}
.heading-section {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}
.heading-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--cyan);
}
.text-body {
  color: var(--text-secondary);
  line-height: 1.7;
}
.mono {
  font-family: var(--font-mono);
  font-size: 0.875em;
}
.glow-cyan {
  text-shadow: 0 0 20px rgba(0, 229, 255, 0.6), 0 0 60px rgba(0, 229, 255, 0.2);
  color: var(--cyan);
}
.glow-line {
  height: 1px;
  background: var(--led-gradient);
  opacity: 0.45;
  border: none;
}
.led-strip {
  height: 2px;
  background: var(--led-gradient);
  border-radius: 999px;
  box-shadow: 0 0 6px  rgba(255, 149,  0, 0.5),
    0 0 16px rgba(0,  229,255, 0.35),
    0 0 6px  rgba(0,  136,255, 0.4);
}
.dot-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
  animation: pulse-ring 2s ease-out infinite;
}
.dot-pulse.amber {
  background: var(--amber);
  box-shadow: 0 0 0 0 rgba(255, 149, 0, 0.6);
  animation: pulse-ring-amber 2s ease-out infinite;
}
.dot-pulse.red {
  background: var(--red);
  box-shadow: none;
}
.dot-pulse.idle {
  background: rgba(255,255,255,0.2);
  box-shadow: none;
  animation: none;
}
@keyframes pulse-ring {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 255, 136, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 255, 136, 0);
  }
}
@keyframes pulse-ring-amber {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 149, 0, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(255, 149, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 149, 0, 0);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 10px;
  font-family: var(--font-display);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background var(--duration-fast),
    box-shadow var(--duration-base) var(--ease-out-expo),
    transform var(--duration-fast),
    opacity var(--duration-fast);
  border: none;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background var(--duration-fast);
}
.btn:hover::before {
  background: rgba(255,255,255,0.05);
}
.btn:active {
  transform: scale(0.97);
}
.btn-primary {
  background: var(--cyan);
  color: #000;
  font-weight: 600;
  box-shadow: 0 0 24px rgba(0, 229, 255, 0.35),
    0 4px 16px rgba(0, 229, 255, 0.2);
}
.btn-primary:hover {
  box-shadow: 0 0 40px rgba(0, 229, 255, 0.55),
    0 8px 24px rgba(0, 229, 255, 0.3);
}
.btn-primary:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  box-shadow: none;
}
.btn-ghost {
  background: transparent;
  color: var(--text-secondary);
  border: 1px solid rgba(255,255,255,0.10);
}
.btn-ghost:hover {
  color: var(--text-primary);
  border-color: rgba(255,255,255,0.20);
}
.btn-ghost:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.btn-danger {
  background: transparent;
  color: var(--red);
  border: 1px solid rgba(255, 59, 92, 0.25);
}
.btn-danger:hover {
  background: var(--red-ghost);
  border-color: rgba(255, 59, 92, 0.45);
}
.btn-danger:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.field-label {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}
.field-input {
  width: 100%;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 0.75rem 1rem;
  color: var(--text-primary);
  font-family: var(--font-display);
  font-size: 0.9rem;
  outline: none;
  transition: border-color var(--duration-base),
    box-shadow var(--duration-base);
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}
.field-input:focus {
  border-color: rgba(0, 229, 255, 0.35);
  box-shadow: 0 0 0 3px rgba(0, 229, 255, 0.08), 0 0 20px rgba(0, 229, 255, 0.05);
}
.field-input::-moz-placeholder {
  color: var(--text-muted);
}
.field-input::placeholder {
  color: var(--text-muted);
}
select.field-input {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300e5ff' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  padding-right: 2.5rem;
}
.field-mono {
  font-family: var(--font-mono) !important;
  letter-spacing: 0.04em;
}
.field-token {
  font-family: var(--font-mono) !important;
  letter-spacing: 0.12em;
  background: rgba(255, 149, 0, 0.04) !important;
  border-color: rgba(255, 149, 0, 0.15) !important;
}
.field-token:focus {
  border-color: rgba(255, 149, 0, 0.35) !important;
  box-shadow: 0 0 0 3px rgba(255, 149, 0, 0.08), 0 0 20px rgba(255, 149, 0, 0.05) !important;
}
.terminal {
  background: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 229, 255, 0.08);
  border-radius: 12px;
  padding: 1.25rem;
  font-family: var(--font-mono);
  font-size: 0.8125rem;
  line-height: 1.8;
  color: rgba(0, 229, 255, 0.75);
  overflow-y: auto;
  position: relative;
}
.terminal::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.25), transparent);
}
.progress-track {
  width: 100%;
  height: 4px;
  background: rgba(255,255,255,0.05);
  border-radius: 999px;
  overflow: visible;
  position: relative;
}
.progress-fill {
  height: 100%;
  border-radius: 999px;
  background: var(--led-gradient);
  background-size: 600px 100%;
  box-shadow: 0 0 12px rgba(255, 149, 0, 0.6),
    0 0 20px rgba(0, 229, 255, 0.5);
  transition: width 0.2s ease;
  position: relative;
}
.progress-fill::after {
  content: '';
  position: absolute;
  right: -1px;
  top: -4px;
  width: 4px;
  height: 12px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 8px white, 0 0 16px var(--cyan), 0 0 24px var(--led-amber);
  opacity: 0.95;
}
.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-family: var(--font-mono);
}
.badge-stable {
  background: rgba(0, 255, 136, 0.10);
  color: var(--green);
  border: 1px solid rgba(0, 255, 136, 0.20);
}
.badge-beta {
  background: rgba(255, 149, 0, 0.10);
  color: var(--amber);
  border: 1px solid rgba(255, 149, 0, 0.20);
}
.badge-dev {
  background: rgba(148, 100, 255, 0.10);
  color: #a78bfa;
  border: 1px solid rgba(148, 100, 255, 0.20);
}
.steps {
  display: flex;
  align-items: center;
  gap: 0;
}
.step {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  flex: 1;
  position: relative;
}
.step:not(:last-child)::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.08);
  margin: 0 0.5rem;
  transition: background var(--duration-slow);
}
.step.done:not(:last-child)::after {
  background: var(--cyan);
  box-shadow: 0 0 6px rgba(0,229,255,0.5);
}
.step-num {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 600;
  font-family: var(--font-mono);
  color: var(--text-muted);
  background: rgba(255,255,255,0.04);
  transition: all var(--duration-base) var(--ease-out-expo);
  flex-shrink: 0;
}
.step.active .step-num {
  border-color: var(--cyan);
  background: rgba(0,229,255,0.12);
  color: var(--cyan);
  box-shadow: 0 0 16px rgba(0,229,255,0.3);
}
.step.done .step-num {
  border-color: var(--green);
  background: rgba(0,255,136,0.12);
  color: var(--green);
}
.step-label {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  white-space: nowrap;
  transition: color var(--duration-base);
}
.step.active .step-label {
  color: var(--text-primary);
}
.step.done .step-label {
  color: var(--text-secondary);
}
.drop-zone {
  border: 2px dashed rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 2.5rem;
  text-align: center;
  cursor: pointer;
  transition: border-color var(--duration-base),
    background var(--duration-base);
}
.drop-zone:hover, .drop-zone.drag-over {
  border-color: rgba(0, 229, 255, 0.35);
  background: var(--cyan-ghost);
}
.drop-zone .drop-icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  opacity: 0.4;
}
.section-divider {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 3rem 0;
}
.section-divider::before, .section-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,229,255,0.12));
}
.section-divider::after {
  background: linear-gradient(270deg, transparent, rgba(0,229,255,0.12));
}
@keyframes fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stagger > * {
  opacity: 0;
  animation: fade-up 0.5s var(--ease-out-expo) forwards;
}
.stagger > *:nth-child(1) {
  animation-delay: 0.05s;
}
.stagger > *:nth-child(2) {
  animation-delay: 0.12s;
}
.stagger > *:nth-child(3) {
  animation-delay: 0.19s;
}
.stagger > *:nth-child(4) {
  animation-delay: 0.26s;
}
.stagger > *:nth-child(5) {
  animation-delay: 0.33s;
}
.stagger > *:nth-child(6) {
  animation-delay: 0.40s;
}
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: rgba(0,229,255,0.2);
  border-radius: 999px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,229,255,0.35);
}
::-moz-selection {
  background: rgba(0,229,255,0.18);
  color: var(--text-primary);
}
::selection {
  background: rgba(0,229,255,0.18);
  color: var(--text-primary);
}
@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-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-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-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;
}
@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-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-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-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;
    }
  }
}
