html.kitty-glass-live,
html.kitty-glass-live body {
  background: #050407 !important;
}
html.kitty-glass-live body {
  color: #fff9fc;
}
html.kitty-glass-live #app,
html.kitty-glass-live #app > .min-h-screen,
html.kitty-glass-live .home-page,
html.kitty-glass-live [class*="bg-background"] {
  background: transparent !important;
}
.kitty-wave-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #050407;
  pointer-events: none;
}
#kitty-warp-stage,
#kitty-warp-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
#kitty-warp-canvas {
  position: absolute;
  inset: 0;
}
.kitty-wave-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 5, 10, 0.06);
}
html.kitty-glass-live #app {
  position: relative;
  z-index: 1;
}
html.kitty-glass-live nav.fixed:not(.bottom-0) {
  left: 50% !important;
  right: auto !important;
  top: 8px !important;
  width: min(1180px, calc(100% - 36px)) !important;
  transform: translateX(-50%) !important;
  border: 1px solid rgba(255,255,255,0.20) !important;
  border-radius: 8px !important;
  background: rgba(255,250,253,0.09) !important;
  box-shadow: 0 22px 56px -32px rgba(0,0,0,0.78) !important;
  -webkit-backdrop-filter: blur(26px) saturate(145%) !important;
  backdrop-filter: blur(26px) saturate(145%) !important;
}
html.kitty-glass-live .theme-wordmark,
html.kitty-glass-live nav a[aria-current="page"] {
  background: rgba(255,255,255,0.10) !important;
  border-color: rgba(255,255,255,0.28) !important;
}
html.kitty-glass-live [class*="bg-card"],
html.kitty-glass-live input[class*="bg-card"],
html.kitty-glass-live aside > div,
html.kitty-glass-live .border.bg-card,
html.kitty-glass-live [class*="border bg-card"] {
  background-color: rgba(255,247,252,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  box-shadow: 0 22px 56px -32px rgba(0,0,0,0.78) !important;
  -webkit-backdrop-filter: blur(26px) saturate(145%) !important;
  backdrop-filter: blur(26px) saturate(145%) !important;
}
html.kitty-glass-live .border.bg-card:hover,
html.kitty-glass-live [class*="border bg-card"]:hover {
  background-color: rgba(255,252,254,0.18) !important;
}
html.kitty-glass-live section.relative.z-10.border-b {
  border-color: rgba(255,255,255,0.36) !important;
}
html.kitty-glass-live section.relative.z-10.pb-6 {
  border-top: 1px solid rgba(255,255,255,0.34);
}
html.kitty-glass-live footer,
html.kitty-glass-live [class*="border-t"] {
  border-color: rgba(255,255,255,0.28) !important;
}
html.kitty-glass-live .rounded-2xl {
  border-radius: 8px !important;
}
@media (max-width: 640px) {
  html.kitty-glass-live nav.fixed:not(.bottom-0) {
    width: calc(100% - 24px) !important;
    top: 8px !important;
  }
}
/* kitty exposure route patch v1 */
html.kitty-glass-live .theme-page {
  background: transparent !important;
}
html.kitty-glass-live .theme-panel-soft,
html.kitty-glass-live article.theme-panel-soft,
html.kitty-glass-live div.theme-panel-soft {
  background: rgba(255,247,252,0.10) !important;
  border-color: rgba(255,255,255,0.20) !important;
  box-shadow: 0 22px 56px -32px rgba(0,0,0,0.78) !important;
  -webkit-backdrop-filter: blur(26px) saturate(145%) !important;
  backdrop-filter: blur(26px) saturate(145%) !important;
}
html.kitty-glass-live .theme-input,
html.kitty-glass-live .theme-btn-secondary,
html.kitty-glass-live .theme-surface-soft {
  background: rgba(255,247,252,0.10) !important;
  border-color: rgba(255,255,255,0.22) !important;
  color: #fff9fc !important;
  -webkit-backdrop-filter: blur(20px) saturate(135%) !important;
  backdrop-filter: blur(20px) saturate(135%) !important;
}
html.kitty-glass-live .theme-btn-secondary:hover,
html.kitty-glass-live .theme-surface-soft:hover {
  background: rgba(255,252,254,0.16) !important;
}
html.kitty-glass-live .theme-text-primary,
html.kitty-glass-live .theme-text-secondary,
html.kitty-glass-live .theme-text-muted,
html.kitty-glass-live .text-foreground,
html.kitty-glass-live [class*="text-gray-900"] {
  color: #fff9fc !important;
}
html.kitty-glass-live .theme-text-secondary,
html.kitty-glass-live .theme-text-muted,
html.kitty-glass-live .text-muted-foreground {
  color: rgba(255,235,246,0.72) !important;
}
html.kitty-glass-live .theme-border,
html.kitty-glass-live [class*="border-gray"] {
  border-color: rgba(255,255,255,0.22) !important;
}

/* kitty exposure text patch v2 */
html.kitty-glass-live .theme-panel-soft,
html.kitty-glass-live .theme-panel-soft .theme-text-primary,
html.kitty-glass-live .theme-panel-soft .theme-text-secondary,
html.kitty-glass-live .theme-panel-soft .theme-text-muted,
html.kitty-glass-live .theme-panel-soft p,
html.kitty-glass-live .theme-panel-soft span,
html.kitty-glass-live .theme-panel-soft div {
  color: #fff9fc !important;
}
html.kitty-glass-live .theme-panel-soft .theme-text-secondary,
html.kitty-glass-live .theme-panel-soft .theme-text-muted {
  color: rgba(255,235,246,0.72) !important;
}
html.kitty-glass-live .theme-badge,
html.kitty-glass-live .theme-badge * {
  color: #9bd3ff !important;
}
/* kitty mobile navigation compatibility patch v1 */
@media (max-width: 1023px) {
  html.kitty-glass-live nav.fixed.bottom-0 {
    left: 0 !important;
    right: 0 !important;
    top: auto !important;
    bottom: 0 !important;
    width: 100% !important;
    transform: none !important;
    border-radius: 0 !important;
  }
}