/* Replace Chainlit header logo */
img.logo {
  content: url('/public/x2o.png') !important;
  filter: invert(1) !important;
  width: auto !important;
  height: 52px !important;
  max-width: none !important;
}

/* Show login background at natural brightness */
img[src*="bg.jpg"] {
  filter: brightness(1.0) !important;
}

/* Hide password field wrapper: targets the div whose direct child div contains the input */
form div:has(> div > input[type="password"]) {
  display: none !important;
}
