/* ═══════════════════════════════════════════════════════════════════════════
   VossoCowork — Branding minimal (couleurs + scrollbar)
   L'interface WA reste inchangée.
═══════════════════════════════════════════════════════════════════════════ */

body { background: #0d0f14 !important; }
[style*="#1B2A41"]  { background-color: #0d0f14 !important; }
[style*="#4056F6"], [style*="background-color: #4056F6"] { background-color: #4f8ef7 !important; }
:root { --blue: #4f8ef7; --primary: #4f8ef7; }
input:focus, textarea:focus { border-color: #4f8ef7 !important; outline: none !important; }
::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-thumb { background: #2a3347; border-radius: 3px; }
