/* product branding — no rebuild required */
:root {
  --product-primary: #0b5fff;
  --product-accent: #16213e;
}
header.product-bar {
  background: linear-gradient(90deg, #16213e, #0b5fff);
}
footer.product-footer {
  font-size: 0.82rem;
  color: #555;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #e2e8f0;
}
