
.corner-trace.svelte-1qwjnn6 {
  animation: svelte-1qwjnn6-trace-pulse 3s ease-in-out infinite;
}

@keyframes svelte-1qwjnn6-trace-pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.notification-container.svelte-1qwjnn6 {
  background: linear-gradient(135deg, rgba(0, 20, 40, 0.9) 0%, rgba(0, 10, 25, 0.95) 100%);
  backdrop-filter: blur(10px);
}

button.svelte-1qwjnn6:hover {
  box-shadow: 0 0 15px rgba(88,211,255,0.5) !important;
}
