/* FeedAccess Chat - Minimal CSS */

/* Hide Chainlit watermark */
.watermark {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Hide signup links on login page */
#auth-container a[href*="signup"],
#auth-container a[href*="sign-up"],
#auth-container a[href*="register"],
#auth-container a[href*="create"],
#auth-container a[href*="compte"] {
  display: none !important;
  visibility: hidden !important;
}

/* Hide any signup text */
#auth-container p:has(a[href*="signup"]),
#auth-container p:has(a[href*="compte"]) {
  display: none !important;
  visibility: hidden !important;
}

/*
  Note: Logo colors and theme colors are managed by theme.json
  This CSS file is kept minimal to avoid breaking the Chainlit interface.

  All other styling should use Chainlit's default theme.
*/
