/* NestPortal v375 · guía contextual para identidad y cuenta de visitantes */
#identityBtn.composerCoachTargetV375,
#roleBtn.composerCoachTargetV375{
  position:relative!important;
  z-index:1004!important;
  isolation:isolate;
  box-shadow:0 0 0 4px rgba(31,190,157,.20),0 0 0 9px rgba(31,190,157,.09),0 10px 28px rgba(0,82,69,.18)!important;
  animation:composerCoachPulseV375 1.35s ease-in-out infinite!important;
}
#identityBtn.composerCoachTargetV375::after,
#roleBtn.composerCoachTargetV375::after{
  content:'';
  position:absolute;
  inset:-7px;
  border:2px solid rgba(20,174,144,.55);
  border-radius:inherit;
  pointer-events:none;
}
.composerCoachBackdropV375{
  position:fixed;
  inset:0;
  z-index:1002;
  background:rgba(6,35,31,.08);
  opacity:0;
  pointer-events:none;
  transition:opacity .22s ease;
}
.composerCoachBackdropV375.showV375{opacity:1}
.composerCoachBubbleV375{
  position:fixed;
  z-index:1005;
  width:min(286px,calc(100vw - 28px));
  padding:14px 15px 12px;
  border:1px solid rgba(0,94,80,.18);
  border-radius:19px;
  background:rgba(250,255,253,.97);
  box-shadow:0 18px 42px rgba(0,53,46,.20),inset 0 1px 0 rgba(255,255,255,.9);
  color:#173d36;
  opacity:0;
  transform:translateY(8px) scale(.97);
  transition:opacity .22s ease,transform .26s cubic-bezier(.22,.75,.24,1);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}
.composerCoachBubbleV375.showV375{opacity:1;transform:translateY(0) scale(1)}
.composerCoachBubbleV375::after{
  content:'';
  position:absolute;
  width:14px;
  height:14px;
  background:inherit;
  border:inherit;
  transform:rotate(45deg);
}
.composerCoachBubbleV375.arrowDownV375::after{
  bottom:-8px;
  left:var(--coach-arrow-x-v375,28px);
  border-left:0;
  border-top:0;
}
.composerCoachBubbleV375.arrowUpV375::after{
  top:-8px;
  left:var(--coach-arrow-x-v375,calc(100% - 36px));
  border-right:0;
  border-bottom:0;
}
.composerCoachEyebrowV375{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-bottom:5px;
  color:#0a8b75;
  font-size:10px;
  font-weight:1000;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.composerCoachBubbleV375 h3{margin:0 0 4px;color:#075e54;font-size:16px;line-height:1.15}
.composerCoachBubbleV375 p{margin:0;color:#55716a;font-size:13px;font-weight:720;line-height:1.42}
.composerCoachBubbleV375 .composerCoachActionsV375{display:flex;justify-content:flex-end;gap:8px;margin-top:11px}
.composerCoachBubbleV375 button{
  min-height:34px;
  border:0;
  border-radius:999px;
  padding:7px 13px;
  background:#ddf5ee;
  color:#075e54;
  font-size:12px;
  font-weight:950;
  cursor:pointer;
}
.composerCoachBubbleV375 button.primaryV375{background:#0ba98e;color:#fff;box-shadow:0 7px 15px rgba(0,134,111,.18)}
.composerCoachStepV375{margin-right:auto;align-self:center;color:#78908a;font-size:11px;font-weight:850}
@keyframes composerCoachPulseV375{
  0%,100%{filter:saturate(100%);transform:translateY(0)}
  50%{filter:saturate(116%);transform:translateY(-2px)}
}
@media(max-width:760px){
  .composerCoachBubbleV375{width:min(270px,calc(100vw - 24px));padding:13px 14px 11px}
  .composerCoachBubbleV375 h3{font-size:15px}
  .composerCoachBubbleV375 p{font-size:12.5px}
}
@media(prefers-reduced-motion:reduce){
  #identityBtn.composerCoachTargetV375,#roleBtn.composerCoachTargetV375{animation:none!important}
  .composerCoachBackdropV375,.composerCoachBubbleV375{transition:none!important}
}
