/* Mr. Anderson — floating site guide widget */
.guide{position:fixed;right:18px;bottom:18px;z-index:9999;font-family:inherit}
.guide-fab{width:78px;height:78px;border-radius:50%;border:3px solid #fff;background:#0b2e33;
  cursor:pointer;box-shadow:0 12px 32px rgba(0,0,0,.35);padding:0;overflow:hidden;
  transition:transform .2s ease}
.guide-fab:hover{transform:scale(1.07)}
.guide-fab:focus-visible{outline:3px solid #d7ec63;outline-offset:2px}
.guide-fab img{width:100%;height:100%;object-fit:cover;display:block}
.guide-nudge{position:absolute;right:90px;bottom:16px;background:#fff;color:#14332c;
  border-radius:14px;padding:10px 34px 10px 14px;font-size:14px;line-height:1.4;max-width:230px;
  box-shadow:0 10px 28px rgba(0,0,0,.25);display:none;white-space:normal}
.guide-nudge.show{display:block;animation:guidePop .3s ease}
.guide-nudge button{position:absolute;top:4px;right:8px;background:none;border:0;
  font-size:16px;cursor:pointer;color:#5c6f6a;line-height:1;padding:4px}
.guide-panel{position:absolute;right:0;bottom:96px;width:min(360px,calc(100vw - 36px));
  height:min(530px,calc(100dvh - 140px));background:#fff;border-radius:20px;
  box-shadow:0 24px 70px rgba(0,0,0,.4);display:flex;flex-direction:column;overflow:hidden}
.guide-panel[hidden]{display:none}
.guide-head{background:#0b2e33;color:#fff;padding:12px 12px 12px 14px;
  display:flex;align-items:center;gap:10px}
.guide-avatar{width:54px;height:54px;border-radius:50%;object-fit:cover;flex:none;
  background:#134046;border:2px solid #d7ec63}
.guide-pose{align-self:center;flex:none;height:132px;width:auto;object-fit:contain;
  margin:2px 0 10px}
.guide-head strong{display:block;font-size:15px;line-height:1.2}
.guide-head span{font-size:12px;color:#b9ceca}
.guide-close{margin-left:auto;background:none;border:0;color:#fff;font-size:24px;
  cursor:pointer;line-height:1;padding:6px}
.guide-msgs{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;
  gap:10px;background:#f4f7f5}
.msg{max-width:86%;padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.5;
  overflow-wrap:break-word}
.msg.bot{background:#fff;color:#14332c;border:1px solid #e2e8e6;border-bottom-left-radius:4px;
  align-self:flex-start;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.msg.user{background:#0b2e33;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}
.msg.bot a{color:#0a5f52;font-weight:700}
.msg.typing{display:inline-flex;gap:5px;padding:12px 16px}
.msg.typing i{width:7px;height:7px;border-radius:50%;background:#9db3ae;animation:guideBlink 1s infinite}
.msg.typing i:nth-child(2){animation-delay:.2s}
.msg.typing i:nth-child(3){animation-delay:.4s}
@keyframes guideBlink{0%,100%{opacity:.3}50%{opacity:1}}
.guide-chips{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px;background:#f4f7f5;
  border-top:1px solid #e6ebe9}
.chip{background:#fff;border:1.5px solid #0b2e33;color:#0b2e33;border-radius:999px;
  padding:7px 13px;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}
.chip:hover{background:#0b2e33;color:#fff}
.guide-form{display:flex;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e6ebe9}
.guide-form input{flex:1;min-width:0;border:1.5px solid #dfe5e3;border-radius:999px;
  padding:9px 14px;font-size:14px;font-family:inherit;color:#14332c}
.guide-form input:focus{outline:2px solid #d7ec63;border-color:#0b2e33}
.guide-form button{background:#0b2e33;color:#fff;border:0;border-radius:999px;
  padding:9px 16px;font-weight:700;font-size:14px;cursor:pointer;font-family:inherit}
@keyframes guidePop{from{transform:translateY(8px);opacity:0}to{transform:none;opacity:1}}
@media (prefers-reduced-motion:reduce){
  .guide-nudge.show{animation:none}
  .guide-fab:hover{transform:none}
  .msg.typing i{animation:none;opacity:.6}
}
@media (max-width:480px){
  .guide{right:12px;bottom:12px}
  .guide-fab{width:64px;height:64px}
  .guide-nudge{right:74px;bottom:10px}
}
