:root{--wehost-bg:#f6f7fb;--wehost-card:#ffffff;--wehost-border:#e7e9f1;--wehost-accent:#7c7dd6;--wehost-muted:#6c757d;}
.bg-soft{background:var(--wehost-bg);} 
.brand-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;background:rgba(124,125,214,.12);color:var(--wehost-accent);} 
.card-soft{background:var(--wehost-card);border:1px solid var(--wehost-border);border-radius:16px;}
.btn-wehost{background:var(--wehost-accent);border-color:var(--wehost-accent);} 
.btn-wehost:hover{filter:brightness(.95);} 
.form-control:focus{border-color:rgba(124,125,214,.6);box-shadow:0 0 0 .25rem rgba(124,125,214,.15);} 
