/* Learnlytica Labs — minimal branding */

/* Hide all logo images */
img[src*="logo"], .logo {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

/* Purple accent buttons (matches Learnlytica #7c3aed) */
.login-ui .buttons input[type="submit"],
.login-ui button,
input[type="submit"],
button.save,
button.add,
.action-buttons a,
.add-connection,
.add-connection-group,
.add-user,
.add-user-group,
.continue-login {
  background: #7c3aed !important;
  border: none !important;
  border-radius: 6px !important;
  color: #fff !important;
}

/* Login header bar — purple gradient */
.login-ui .login-dialog .header {
  background: linear-gradient(135deg, #7c3aed, #a78bfa) !important;
}

/* Active tab indicator */
.section-tabs a.active,
.tabbed .tabs a.active,
.section-tabs a.selected {
  border-bottom-color: #7c3aed !important;
  color: #7c3aed !important;
}

/* Links */
a { color: #7c3aed !important; }
a:hover { color: #6d28d9 !important; }

/* Checkbox accent */
input[type="checkbox"] { accent-color: #7c3aed !important; }

/* Focus ring on inputs */
input:focus, select:focus, textarea:focus {
  outline-color: #7c3aed !important;
  border-color: #7c3aed !important;
}
