/* ===== Find My Piece / Build My POI messaging chrome ===== */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.msg-chat{display:flex;flex-direction:column;min-height:0}
.msg-chat-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--line);background:rgba(0,0,0,.28);flex-shrink:0}
.msg-chat-menu{display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer;font-size:16px;flex:0 0 auto}
.msg-chat-menu:hover,.msg-chat-menu:focus-visible{border-color:rgba(237,28,46,.45);outline:none;box-shadow:var(--focus-ring)}
.msg-header-avatar{width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:rgba(237,28,46,.12);object-fit:contain}
.msg-chat-header-text{min-width:0;flex:1}
.msg-chat-name{margin:0;font-family:var(--font-display);font-weight:700;font-size:15px;line-height:1.2;letter-spacing:.01em}
.msg-chat-status{margin:2px 0 0;font-size:12px;color:var(--muted);line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.msg-chat-tag{margin:3px 0 0;font-size:11px;color:var(--faint,var(--muted));line-height:1.35}
.msg-ai-honesty{margin-top:10px}
.msg-thread{flex:1;overflow:auto;padding:18px 16px 12px;display:flex;flex-direction:column;gap:10px;min-height:0;scroll-behavior:smooth}
.msg-timestamp{align-self:center;font-size:11px;color:var(--faint);padding:4px 0 2px;letter-spacing:.02em}
.msg-row{display:flex;gap:8px;align-items:flex-end;max-width:100%}
.msg-row-user{justify-content:flex-end}
.msg-row-jasper{justify-content:flex-start}
.msg-avatar,.msg-avatar-spacer{width:28px;height:28px;flex:0 0 28px}
.msg-avatar{object-fit:contain;border-radius:50%}
.msg-bubble{max-width:min(65%,520px);padding:11px 14px;border-radius:18px;line-height:1.5}
.msg-bubble-user{background:var(--red);color:#fff;border:1px solid rgba(255,255,255,.12);border-bottom-right-radius:6px;box-shadow:0 6px 18px rgba(237,28,46,.22)}
.msg-bubble-user .guide-msg-text{color:#fff}
.msg-bubble-jasper{background:var(--surface-3);border:1px solid var(--line);border-bottom-left-radius:6px;color:var(--text)}
.guide-msg-user .guide-msg-body.msg-bubble-user{background:var(--red);border-color:rgba(255,255,255,.12)}
.guide-msg-jasper .guide-msg-body.msg-bubble-jasper{background:var(--surface-3)}
.msg-chips{display:flex;flex-wrap:wrap;gap:8px;padding:4px 8px 8px 44px}
.msg-chip{padding:8px 12px;border-radius:999px;border:1px solid rgba(255,211,109,.35);background:rgba(255,211,109,.08);color:var(--gold);font-size:12px;font-weight:600;cursor:pointer;line-height:1.3;text-align:left;transition:background .15s,border-color .15s,color .15s}
.msg-chip:hover,.msg-chip:focus-visible{background:rgba(255,211,109,.16);border-color:rgba(255,211,109,.55);color:#fff;outline:none;box-shadow:var(--focus-ring)}
.msg-composer{display:flex;gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line);align-items:flex-end;flex-shrink:0;background:rgba(9,9,11,.92);position:sticky;bottom:0;z-index:2}
.msg-input{flex:1;resize:none;min-height:44px;max-height:120px;padding:12px 16px;border-radius:999px;border:1px solid var(--line);background:rgba(0,0,0,.4);color:var(--text);line-height:1.4}
.msg-input:focus{outline:none;border-color:rgba(237,28,46,.5);box-shadow:0 0 0 2px rgba(237,28,46,.18)}
.msg-input::placeholder{color:var(--faint)}
.msg-send{width:44px;height:44px;border-radius:50%;border:none;background:linear-gradient(145deg,var(--red),var(--red2));color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 44px;box-shadow:0 8px 20px rgba(237,28,46,.28)}
.msg-send:hover,.msg-send:focus-visible{filter:brightness(1.08);outline:none;box-shadow:var(--focus-ring),0 8px 20px rgba(237,28,46,.28)}
.msg-send:disabled{opacity:.45;cursor:not-allowed;filter:none}
.msg-rec-card{padding:12px;border-radius:14px;border:1px solid var(--line);background:rgba(0,0,0,.35)}
.guide-rec-badge-full{background:rgba(16,185,129,.18);color:#6ee7b7;border:1px solid rgba(16,185,129,.3)}
.guide-rec-badge-partial{background:rgba(59,130,246,.18);color:#93c5fd;border:1px solid rgba(59,130,246,.3)}
.guide-rec-badge-cutting{background:rgba(255,211,109,.14);color:var(--gold);border:1px solid rgba(255,211,109,.3)}
.guide-rec-badge-library{background:rgba(255,255,255,.08);color:#d1d5db;border:1px solid rgba(255,255,255,.12)}
.guide-rec-badge-preview{background:rgba(237,28,46,.12);color:#ffb4bc;border:1px solid rgba(237,28,46,.25)}
.interp-progress-top{display:flex;justify-content:space-between;gap:10px;align-items:baseline}
.interp-progress-step{font-weight:800;color:var(--gold);font-size:11px;text-transform:uppercase;letter-spacing:.06em}
.guide-drawer-backdrop{display:none}
.poi-session-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}
.poi-session-sidebar-head .sidebar-heading{margin:0}
@media (max-width:900px){
  .msg-chat-menu{display:inline-flex}
  .guide-view{position:relative}
  .guide-view > .guide-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(320px,88vw);z-index:60;transform:translateX(-105%);transition:transform .25s var(--ease);max-height:none;border-radius:0 20px 20px 0;box-shadow:var(--shadow-lg)}
  .guide-view.guide-drawer-open > .guide-sidebar{transform:translateX(0)}
  .guide-drawer-backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:55;border:0;padding:0;margin:0;cursor:pointer}
  .guide-drawer-backdrop.hidden{display:none!important}
  .guide-main-panel .guide-chat-panel,.interp-interview-panel{max-height:none;min-height:calc(100dvh - 180px)}
  .msg-bubble{max-width:min(88%,520px)}
  .msg-chips{padding-left:8px}
  .poi-chat-body{grid-template-columns:1fr;position:relative}
  .poi-session-sidebar{position:fixed;top:0;left:0;bottom:0;width:min(300px,86vw);z-index:60;transform:translateX(-105%);transition:transform .25s var(--ease);max-height:none;background:linear-gradient(180deg,rgba(18,18,21,.98),rgba(9,9,11,.98));border-right:1px solid rgba(237,28,46,.25);padding:14px;box-shadow:var(--shadow-lg)}
  #poi-view.guide-drawer-open .poi-session-sidebar{transform:translateX(0)}
  .poi-chat-panel.msg-chat{min-height:calc(100dvh - 220px)}
  .msg-composer{position:sticky;bottom:0}
}
@media (min-width:901px){.msg-chat-menu{display:none!important}.guide-drawer-backdrop{display:none!important}}
@media (max-width:640px){.msg-chat-status{font-size:11px}}
