/* Login: hide logo + lightning */
img[alt*="Logo"] { display: none !important; }
.flex.items-center.gap-3:has(img[alt*="Logo"]) { display: none !important; }
/* Login: labels ueber inputs */
form .flex.items-center.gap-4 {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 4px !important;
}
form .flex.items-center.gap-4 label { min-width: unset !important; width: auto !important; }
form .flex.items-center.gap-4 input { width: 100% !important; height: 44px !important; padding: 10px 14px !important; font-size: 15px !important; }
/* Header: hide LightRAG bold text + pipe separator */
span.font-bold.md\:inline-block { display: none !important; }
span.mx-1.text-xs.text-gray-500 { display: none !important; }
/* Header: hide version */
span.text-xs.cursor-default.mr-1 { display: none !important; }
