/* === BRAND.CSS — Multi-brand theming theo domain ===
 * fastcons.vn → vàng + xanh
 * starhouse.vn → navy + cam
 * phulong.vn → gold
 * default (univista) → charcoal + 3 accent
 *
 * Override topbar background, logo color, accent. KHÔNG động main content.
 */

/* === FastCons: vàng #F9C214 + xanh #1A5FA8 === */
html[data-brand="fastcons"] .uv-topbar { background: #1A5FA8; }
html[data-brand="fastcons"] .uv-logo { color: #F9C214; }
html[data-brand="fastcons"] .uv-tag { color: #FCD34D; }
html[data-brand="fastcons"] .uv-nav-item.is-active {
  background: linear-gradient(135deg, rgba(249,194,20,0.22) 0%, rgba(26,95,168,0.14) 100%);
  color: #F9C214 !important;
}
html[data-brand="fastcons"] .uv-sidebar {
  background: linear-gradient(180deg, #1A5FA8 0%, #134075 100%);
}

/* === StarHouse: navy #1B4080 + cam #F5A020 === */
html[data-brand="starhouse"] .uv-topbar { background: #1B4080; }
html[data-brand="starhouse"] .uv-logo { color: #F5A020; }
html[data-brand="starhouse"] .uv-tag { color: #FCD34D; }
html[data-brand="starhouse"] .uv-nav-item.is-active {
  background: linear-gradient(135deg, rgba(245,160,32,0.22) 0%, rgba(27,64,128,0.14) 100%);
  color: #F5A020 !important;
}
html[data-brand="starhouse"] .uv-sidebar {
  background: linear-gradient(180deg, #1B4080 0%, #142E5C 100%);
}

/* === Phú Long: gold #9A7820 === */
html[data-brand="phulong"] .uv-topbar { background: #1C1C2E; }
html[data-brand="phulong"] .uv-logo { color: #9A7820; }
html[data-brand="phulong"] .uv-tag { color: #C9A85F; }
html[data-brand="phulong"] .uv-nav-item.is-active {
  background: linear-gradient(135deg, rgba(154,120,32,0.30) 0%, rgba(154,120,32,0.10) 100%);
  color: #9A7820 !important;
}
html[data-brand="phulong"] .uv-sidebar {
  background: linear-gradient(180deg, #1C1C2E 0%, #0F0F1F 100%);
}

/* === Univista (default 8087/IP): charcoal + 3 accent === */
html[data-brand="univista"] .uv-topbar { background: #1C1C2E; }
html[data-brand="univista"] .uv-logo { color: #F9C214; }

/* Login page brand text */
html[data-brand="fastcons"] .uv-tag::after { content: " · FastCons"; }
html[data-brand="starhouse"] .uv-tag::after { content: " · StarHouse"; }
html[data-brand="phulong"] .uv-tag::after { content: " · Phú Long"; }
