#vel-collab-launcher,#vel-collab-panel,#vel-collab-panel *{box-sizing:border-box;font-family:Inter,"Segoe UI",Arial,sans-serif}
#vel-collab-launcher{display:none}
#vel-collab-panel{display:none;position:fixed;right:28px;top:calc(var(--vel-fb-h, 52px) + 34px);width:520px;height:700px;min-width:380px;min-height:520px;background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.18);border-radius:22px;box-shadow:0 24px 86px rgba(2,6,23,.30);z-index:2147482996;overflow:hidden;resize:both}
#vel-collab-panel.open{display:flex;flex-direction:column}
#vel-collab-panel.vc-max{left:8px!important;top:calc(var(--vel-fb-h, 52px) + 8px)!important;width:calc(100vw - 16px)!important;height:calc(100vh - var(--vel-fb-h, 52px) - 16px)!important}
#vel-collab-panel.vc-min{height:58px!important;min-height:58px!important;overflow:hidden!important;resize:none!important}
.vc-head{display:flex;justify-content:space-between;gap:8px;align-items:center;padding:12px 13px;background:#f4f7fb;border-bottom:1px solid rgba(15,23,42,.18);cursor:move}
.vc-head strong{font-size:14px}
.vc-head span{display:block;font-size:11px;color:#475569}
.vc-icon{width:34px;height:34px;border:1px solid rgba(15,23,42,.18);border-radius:11px;background:#fff;font-weight:900;cursor:pointer}
.vc-main{flex:1;min-height:0;overflow:auto;padding:12px;background:#f4f7fb}
.vc-card{background:#fff;border:1px solid rgba(15,23,42,.18);border-radius:16px;padding:12px;margin-bottom:10px;font-size:13px;line-height:1.45}
.vc-input,.vc-textarea{width:100%;border:1px solid rgba(15,23,42,.18);border-radius:12px;padding:9px;font:inherit}
.vc-textarea{min-height:96px;resize:vertical}
.vc-btn{border:0;border-radius:12px;padding:9px 10px;background:#0f766e;color:#fff;font-weight:850;cursor:pointer}
.vc-btn.purple{background:#7c3aed}
.vc-btn.blue{background:#2563eb}
.vc-btn.secondary{background:#fff;color:#0f172a;border:1px solid rgba(15,23,42,.18)}
.vc-row{display:flex;gap:7px;flex-wrap:wrap}
.vc-chat{height:250px;overflow:auto;background:#fff;border:1px solid rgba(15,23,42,.18);border-radius:14px;padding:8px}
.vc-msg{border-bottom:1px solid rgba(15,23,42,.08);padding:7px 0}
.vc-msg strong{color:#0f766e}
.vc-msg.vc-system strong{color:#475569}
.vc-msg.vc-note strong{color:#2563eb}
.vc-msg.vc-page strong{color:#7c3aed}
.vc-muted{font-size:12px;color:#475569}
#vc-video-local{width:100%;max-height:220px;background:#0f172a;border-radius:14px}
.vc-tabs{display:flex;gap:6px;margin-bottom:8px}
.vc-tab{border:1px solid rgba(15,23,42,.18);background:#fff;border-radius:999px;padding:7px 9px;font-weight:850;cursor:pointer}
.vc-tab.active{background:#ecfeff;color:#0f766e;border-color:#0f766e}
.vc-pane{display:none}
.vc-pane.active{display:block}
@media(max-width:780px){
  #vel-collab-panel{left:6px;right:6px;top:calc(var(--vel-fb-h, 52px) + 8px);width:auto;height:calc(100vh - var(--vel-fb-h, 52px) - 16px);min-width:0;min-height:0}
}
