/* Les Ondes — companion visuel (ripple, constellation, spiral, Habbo-light) */

.ondes-wrap .wave-card {
  border: 2px dashed #ff69b4;
  margin: 12px 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  transition: box-shadow 0.2s;
}

.ondes-wrap .wave-card:hover,
.ondes-wrap .wave-card.selected {
  box-shadow: 0 0 12px rgba(255, 105, 180, 0.6);
}

.ondes-wrap .wave-card .human-frame {
  font-size: 14px;
  font-weight: bold;
  color: #4a0072;
  margin: 8px 0;
  line-height: 1.4;
}

.ondes-wrap .wave-card .seed-label {
  font-size: 11px;
  color: #666;
}

.ondes-wrap .ripple-panel {
  margin: 16px 0;
  text-align: center;
}

.ondes-wrap #ripple-canvas {
  border: 3px ridge #4a7ebb;
  background: #0a0a12;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.ondes-wrap .constellation {
  position: relative;
  height: 200px;
  background: radial-gradient(ellipse at center, #1a1a2e 0%, #0a0a12 100%);
  border: 2px inset #4a7ebb;
  margin: 12px 0;
  overflow: hidden;
}

.ondes-wrap .star {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 6px currentColor;
  font-size: 8px;
  color: #fff;
}

.ondes-wrap .star-label {
  position: absolute;
  font-size: 8px;
  color: #ccc;
  transform: translate(-50%, 8px);
  white-space: nowrap;
}

.ondes-wrap .spiral-hebdo {
  display: flex;
  gap: 4px;
  align-items: flex-end;
  height: 80px;
  padding: 8px;
  background: #ffe4f0;
  border: 1px solid #ff69b4;
  margin: 12px 0;
}

.ondes-wrap .spiral-bar {
  flex: 1;
  background: linear-gradient(to top, #4a7ebb, #ff69b4);
  min-width: 8px;
  border-radius: 2px 2px 0 0;
}

.ondes-wrap #habbo-room {
  background: #c8e6c9;
  border: 4px solid #795548;
  padding: 12px;
  margin: 16px 0;
  min-height: 120px;
}

.ondes-wrap .habbo-presence {
  display: inline-block;
  width: 24px;
  height: 32px;
  margin: 4px;
  border-radius: 4px;
  vertical-align: bottom;
  opacity: 0.85;
}

.ondes-wrap .habbo-caption {
  font-size: 11px;
  color: #33691e;
  margin-top: 8px;
}

.ondes-wrap .veille-section {
  border-left: 4px solid #4a7ebb;
  padding-left: 12px;
  margin: 16px 0;
}

.ondes-wrap .ripple-list {
  list-style: none;
  padding: 0;
  margin: 8px 0;
  font-size: 10px;
}

.ondes-wrap .ripple-list li {
  padding: 2px 0;
  border-bottom: 1px dotted #ccc;
}

.ondes-wrap .tag-insignificant {
  background: #ffff99;
  color: #333;
  font-size: 9px;
  padding: 1px 4px;
}

.ondes-wrap .tag-anonymous {
  background: #c8e6c9;
  color: #33691e;
  font-size: 9px;
  padding: 1px 4px;
}

.ondes-wrap .tag-show {
  background: #9c27b0;
  color: #fff;
  font-size: 9px;
  padding: 1px 4px;
}

.ondes-wrap .planet-frame {
  font-size: 10px;
  color: #2e7d32;
  font-style: italic;
  margin: 4px 0;
}

.ondes-wrap .ripple-item {
  animation: ripple-in 0.4s ease-out both;
}

@keyframes ripple-in {
  from { opacity: 0; transform: translateX(-8px); }
  to { opacity: 1; transform: translateX(0); }
}

.ondes-wrap #meta-footer {
  font-size: 9px;
  color: #888;
  text-align: center;
  margin-top: 8px;
}

.ondes-wrap .tag-veille {
  background: #4a7ebb;
  color: #fff;
  font-size: 9px;
  padding: 1px 4px;
}
