/* Florisyn live avatars — Lily, Rose, Daisy */
.florisyn-live-avatar,
.assistant-mini-dock img,
.lily-fab img,
.first-run-lily,
.first-run-rose,
.assistant-profile img,
.bloom-daisy img {
  border-radius: 50%;
  object-fit: cover;
  object-position: center 18%;
  background: linear-gradient(145deg, #fff7f2, #eef5ea);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 8px 18px rgba(24, 37, 47, 0.12);
}

.assistant-mini-dock button {
  position: relative;
}

.assistant-mini-dock img,
.lily-fab img {
  width: 40px;
  height: 40px;
}

.assistant-mini-dock button::after,
.lily-fab::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #3d9a63;
  border: 2px solid #fff;
  box-shadow: 0 0 0 0 rgba(61, 154, 99, 0.55);
  animation: florisyn-avatar-pulse 2.4s ease-out infinite;
}

@keyframes florisyn-avatar-pulse {
  0% { box-shadow: 0 0 0 0 rgba(61, 154, 99, 0.45); }
  70% { box-shadow: 0 0 0 8px rgba(61, 154, 99, 0); }
  100% { box-shadow: 0 0 0 0 rgba(61, 154, 99, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .assistant-mini-dock button::after,
  .lily-fab::after {
    animation: none;
  }
}

.assistant-portrait.rose-portrait,
.assistant-portrait.lily-portrait {
  border-radius: 18px 0 0 18px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 18%;
}

.bloom-daisy {
  width: 112px;
  height: 112px;
}

.bloom-daisy img {
  width: 100%;
  height: 100%;
  display: block;
}

.assistant-profile img,
.first-run-lily,
.first-run-rose {
  width: 72px;
  height: 72px;
}

.assistant-mini-dock .daisy-dock-btn img {
  width: 40px;
  height: 40px;
}
