/* VERTEX — минимальный анти-мерцание для стабильности */
body { color: #f1f5f9 !important; }

.animated-bg, .particle, .blob, .cyber-grid, .gradient-border:before,
.page-enter, .reveal, .glitch:hover:before, .glitch:hover:after {
  animation: none !important;
}
.reveal, .page-enter {
  opacity: 1 !important;
  transform: none !important;
}

.soul-home-shell *, .app-card, .app-soft-panel, .app-floating-surface,
.glass, .glass-dark, .hover-lift, .card-3d, .soul-approach-card,
.soul-filter-button, .soul-button, .app-button, .app-button-ghost, .app-input {
  transition-property: color, background-color, border-color, box-shadow, opacity !important;
  transition-duration: .15s !important;
}

.soul-loader, .loader {
  animation: spin .9s linear infinite !important;
}
