/* TEMVIO v0.8.6 — Proposal & Invite Experience
   Additive only; no scroll/viewport overrides. */

.workflow-strip{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:wrap;
  margin:10px 0 14px;
  font-size:10px;
}
.workflow-strip span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:5px 8px;
  border:1px solid var(--line);
  border-radius:999px;
  background:var(--paper);
  color:var(--muted);
  font-weight:800;
}
.workflow-strip span.done{
  color:var(--teal);
  border-color:rgba(15,159,147,.28);
  background:rgba(15,159,147,.06);
}
.workflow-strip span.active{
  color:var(--accent-strong);
  border-color:rgba(99,91,255,.34);
  background:var(--accent-soft);
}
.workflow-strip i{
  font-style:normal;
  color:var(--muted);
  opacity:.65;
}
.chat-project-context{
  margin:0 14px 10px;
  padding:11px 12px;
  border:1px solid var(--line);
  border-radius:14px;
  background:rgba(99,91,255,.04);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  flex-wrap:wrap;
}
.chat-project-context-copy{
  min-width:0;
}
.chat-project-context-copy b{
  display:block;
  margin-bottom:3px;
}
.chat-project-context-copy small{
  display:block;
  color:var(--muted);
  line-height:1.6;
}
.chat-project-context-actions{
  display:flex;
  gap:7px;
  flex-wrap:wrap;
}
.proposal-source-note{
  margin:10px 0 14px;
  padding:10px 12px;
  border:1px dashed var(--line);
  border-radius:12px;
  background:rgba(15,159,147,.05);
  font-size:11px;
  line-height:1.75;
  color:var(--muted);
}
.invite-flow-strip{
  margin-top:4px;
}
@media(max-width:760px){
  .chat-project-context{
    align-items:stretch;
  }
  .chat-project-context-actions{
    width:100%;
  }
  .chat-project-context-actions .btn{
    flex:1;
  }
}
