/* FR: Fond général premium */
/* EN: Premium global background */
body {
  margin: 0;
  background: #000;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

/* Header VoraLyn */
.voralyn-header {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  z-index: 10;
  color: white;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #d4c48f, #8f8f9e);
  box-shadow: 0 0 12px rgba(255,255,255,0.2);
}

.meta {
  margin-left: 12px;
}

.name {
  font-size: 20px;
  font-weight: 600;
}

.status {
  display: flex;
  align-items: center;
  font-size: 14px;
  opacity: 0.8;
}

.dot {
  width: 8px;
  height: 8px;
  background: #4cff8f;
  border-radius: 50%;
  margin-right: 6px;
}

/* Canvas */
#voralyn-neural {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
}
