.pre-splash-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #040404;
}

.pre-splash-logo {
  color: #80deff;
  font-size: 2rem;
  font-weight: 600;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', monospace;
  animation: rotateY 2s linear infinite;
}

.pre-console-toast {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 10001;
  background: rgba(10, 10, 10, 0.95);
  border: 1px solid rgba(115, 115, 115, 0.3);
  padding: 6px 12px;
  font-family: 'Fira Code', monospace;
  font-size: 11px;
  color: #5a9cb8;
  transition: opacity 0.3s;
  pointer-events: none;
}
